.loader {
	width: 16px;
	height: 16px;
	display: none;
	background: url(../images/loader.gif) center center no-repeat;
}

body{
background:#fff;
}

[class^="green2-a"] {
  box-shadow: none;
}
#dctree-first{
      display: none;
    left: 0px;
    cursor: pointer;
}
#dctree-first:hover {
      display:none;
    left: 0px;
    cursor: pointer;
    color: red;
}
.dctree-card{
  display: block;
}
  .dctree-decisions {
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}

.app-dev {
   color: #000;
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    margin: 10px auto !important;
    position: relative;
    padding: 20px !important;
    left: 0px;
    cursor: pointer;
}
.dctree-card {
    text-align: center;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    background-color: #f2f2f2;
    display: none;
    /* justify-content: center; */
    width: 100%;
}
.col-md-4 {
    float: left;
    width: 33%;
}
.green1 {
background-color: #60a4a5;
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    margin: 5px auto;
    padding: 26px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.green1:onclick{
  width: 10px;
  height: 10px;
}
[class^="dctree-answer"] {
    padding: 20px;
    text-align: center;
    margin: 10px 20px;
    /*box-shadow: 3px 3px 5px 2px #bdbdbd;*/
    text-shadow: none;
}
.game-dev {
   background-color: #ffffff;
    text-shadow: none;
    color: #000;
    border-radius: 50px;
    width: 100%;
    margin: 0px auto;
    padding: 23px;
    display: block;
    position: relative;
    left: 37px;
    cursor: pointer;
}
.dc-tree * {
    box-sizing: border-box;
}
.dctree-message h2{
  text-align: center;
}
.dctree-message {
    padding: 20px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 400;
    color: #878585;
    text-align: center;
}
.dctree-controls {
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 8px;
    display: flex;
    justify-content: center;
}
.dctree-prev {
    border: 1px solid #60a4a5;
    border-radius: 50%;
    padding: 5px 13px;
    position: relative;
    width: auto;
    text-shadow: none;
    background-color: #60a4a5;
    top: 0px;
    color: #fff;
    font-size: 23px;
    right: 10px;
    max-width: 100%;
    text-decoration: none;
	cursor:pointer;
}
.dctree-next{
  border: 1px solid #60a4a5;
    border-radius: 50%;
    padding: 5px 13px;
    position: relative;
    width: auto;
    text-shadow: none;
    background-color: #60a4a5;
    top: 0px;
    color: #fff;
    font-size: 23px;
    right: 0px;
    max-width: 100%;
        text-decoration: none;
        left: 10px;
	cursor:pointer;
}
#username {
    border-radius: 62px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 26px;
}

h2.subheading {
    padding: 28px;
    margin: 0 0 15px;
    /* color: #000; */
    font-family: serif;
    font-size: 28px;
}
#mobile-a {
    border-radius: 62px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 26px;
}
#email1 {
    border-radius: 62px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 26px;
}
input[type="button"], input[type="submit"]{
    border-radius: 40px;
    border: none;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    padding-right: 70px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    color: #fff;
    background: #60a4a5;
    margin-left: 16px;
}
.gap {
	padding:10px;
}
.col-md-12 {
	width:100%;
}
.game-dev {
    background-color: #ffffff;
    text-shadow: none;
    color: #000;
    border-radius: 50px;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    display: block;
    position: relative;
    left: 0;
    cursor: pointer;
    max-width: 300px;
}

.green1 {
    background-color: #60a4a5;
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    max-width: 300px;
}

#dctree-first .col-md-6 {
    float: right;
    width: 50%;
}
h2.subheading {
    padding: 28px;
    margin: 0 0 15px;
    color: #000;
    font-family: "Roboto",Verdana, sans-serif !important;
    font-size: 28px;
}

/*-----company register----*/
#company_registration #company_status{
	width: 100%;
    max-width: 12rem;
	
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
tr .row-actions {
  position: static;
  display: block;
}
.company_registration .button-primary{
  margin-left: 196px;
  width: 191px;
}
#slots_btn{
 float:right;
}

/*--examiner---*/

.examiner #company_id{
	width: 100%;
    max-width: 12rem;
}
.examiner .button-primary{
  width: 100%;
  max-width:191px;
}
#globalexamination #company{
  width: 100%;
  max-width:191px;
}
#globalslot #start_time{
	width: 100%;
}
#globalslot #end_time{
	width: 100%;
}
.error{
  color: red;
  padding: 10px;
}
.alert-success{
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
padding:2px;
display: none;	
}
#qmaster{
width: 100%;
max-width: 50%;
min-height: 40px;	
}
