
/*main css*/
.maincontainers {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
}
.myacount-body{
padding-top: 110px;

}

/*==== header style start ====*/

.header{
  width: 100%;
  background-color: #D9E8F5;
  height: auto;
  position: fixed;
  left: 50%;
  z-index: 1000;
  max-width: 1550px;
  transform: translate(-50%, 0px);
  margin: auto;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  flex-wrap: wrap;

}
.header ul{
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width:68%;
  margin-bottom: 0px;
  margin-right: 18px;
}
.header ul li{
  margin-left: 15.6px;

}
.header a{
  text-decoration: none;
  color: #306491;
    font-size: 16px;

}
 .header a:hover {
  color: #0056b3;
text-decoration: none;
  }

.logo{
  width: 30%;
}
.logo img{
    width: 200px;
    padding-right: 7px;
    margin-left: 15px;

  
}
.togle{
  display: none;
  position: absolute;
  right: 15%;
}
/*==== header style end ====*/

/*==== footer style start ====*/


.footer {
  overflow: hidden;
  background-color: #D9E8F5;
  padding: 16px 0px;
  margin-top: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1550px;
  color: #306491;
  z-index: 100000;
  margin: 0 auto;
  transform: translate(-50%, 0px);
  left: 50%;
}
#footer-info{
text-align: center;
}
#footer-info a {
  color: #306491;
  text-decoration: none;
}


/*==== footer style end ====*/


/*==== sidebars style start ====*/


.leftsidebar {
  width: 16%;
float: left;
margin-bottom: 12px;
position: fixed; 
overflow: auto;
height: calc(100vh - 166px);
padding-right: 10px;
padding-bottom: 50px;
left: auto !important;
overflow-y: auto;
 }
.leftsidebar a {
 display: block;
color: black;
text-decoration: none;
font-size: 12px!important;
border-radius: 5px;
background-color: #f2f2f2;
padding: 15px;
border: 1px solid grey !important;
box-shadow: 5px 5px 5px #888888;
margin-top: 10px;
outline: none !important;
}
.leftsidebar ul{
  padding-left: 0px !important;
  height: 100vh;
}
.leftsidebar ul li{
  list-style: none !important ;
  
}
/*==== sidebars style end ====*/
/*=====home style start=====*/
.vending-img img{
  width: 100%;
  height: calc(100vh - 10vh);
  padding-top: 7%;

}
.values-headings{
  color: #304269;
  font-size: 30px;
  font-family: NotoSerif-Regular;
  margin-top: 3%;
 
 }
 .values-leftside-column {
   
  width: 50%;
  
}
.values-rightside-column {
  width: 50%;

}
.values-image img{
width: 100%;
height: auto;
}

.values-inner-image{
width: 20%;
}
.values-inner-image img{
width:110px;
height: 130px;
}
.values-inner-right-column{
width: 70%;
margin-left: 5%;
}

.values-inner-row{
display: flex;
align-items: center;
flex-wrap: wrap;
}

.values-row{
display: flex;
}
.values-inner-right-column p {
margin-bottom: 0px;
font-size: 20px;
}
.vision-column-leftside{
  width: 50%;
}
.vision-column-rightside{
  width: 50%;
  padding-left: 5%;
}
.vision-row{
  display: flex;
  align-items: center;
  margin-top: 3%;
}
.vision-image img{
  width: 100%;
}
.vision-headings{
 color: #304269;
 font-size: 30px;
 font-family: NotoSerif-Regular;
}
.vision-column-rightside p{
  font-size: 18px;
  font-family: NotoSerif-Regular;
}

.services{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.services-row{

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.services-image img{
width: 250px;
}
.services-column{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 22%;

}
.services-headings{
 color: #304269;
 font-size: 30px;
 font-family: NotoSerif-Regular;

}
.services-column p{
  font-size: 20px;
}

/*=====home style end=====*/

/*=====myaccount style start=====*/

#myacount-bottom-padding {
  margin-bottom: 100px;
 
}
.myaccount-section{
  padding-left: 40px;
  width: 78%;
  float: right;
}
.myacountsection{
  width: 75%;
  float: left;
}

.centerText{
text-align:center;
padding-top: 10px;
font-size: 32px;
font-weight: 400;
}

/*=====myaccount style end=====*/


@media(max-width: 1024px){
  .header{
    display: flex;
    justify-content: center;
  }
  .logo{
  width: 30%;
  text-align: center;
  padding-bottom: 15px;
}
#menu{

  width: 65%;
  
}
.header-right{

  width: 65%;
  
}
.togle{
  display: none;

}
}

@media(max-width: 1000px){
  .header{
    display: column;
    justify-content: center;
  }
  .logo{
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
#menu{
  width: 100%;
  
}
.header-right{

  width: 100%;
  
}
.togle{
  display: none;

}
}

.menu_toggle{
  display: none;
}
/* check and commision */
* {
  box-sizing: border-box;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    top: 0!important;
    
}
/* Modal Content */
.commssion-modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 750px;
}
.modal-content{
  margin: auto;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    font-weight: bold;
}
.ml_servicetxt{
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5rem;
  text-align: center;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.machinelisting-btn{
background-color: #304269;
    color: white;
    padding: 0px 5px;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    }
#regForm {
     background-color: #ffffff;
}
.modal-form {
     background-color: #ffffff;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.popupBtn {
  background-color: #304269;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  /* font-family: Raleway; */
  cursor: pointer;
}


#prevBtn {
     background-color: #bbbbbb;
    margin-left: 221px;
    margin-top: 15px;
}
.popup-submit-btn{
     background-color: #304269;
    margin-left: 221px;
    margin-top: 15px;
}
input#nextBtn {
    width: 80px;
    background-color: #304269;
    color: #ffff;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    float: right;
    margin-right: 0px;
    margin-top: 19px;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.steps{
  display: none;
}
#service-label-c {
   margin-right: 337px;
    margin-left: 124px;
}
select#service {
    background-color: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 0px;
    padding: 15px 10px 15px 12px;
    width: 60%;
    -webkit-box-shadow: 0 0 2px #306491 inset;
    -moz-box-shadow: 0 0 2px #306491 inset;
    -ms-box-shadow: 0 0 2px #306491 inset;
    -o-box-shadow: 0 0 2px #306491 inset;
    box-shadow: 0 0 2px #306491 inset;
    border: 2px solid #306491;
    outline: none;
    margin-right: 158px;
    margin: 0 auto;
    margin-left: 122px;
}
select.modal-select {
    background-color: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 0px;
    padding: 15px 10px 15px 12px;
    width: 60%;
    -webkit-box-shadow: 0 0 2px #306491 inset;
    -moz-box-shadow: 0 0 2px #306491 inset;
    -ms-box-shadow: 0 0 2px #306491 inset;
    -o-box-shadow: 0 0 2px #306491 inset;
    box-shadow: 0 0 2px #306491 inset;
    border: 2px solid #306491;
    outline: none;
    margin-right: 158px;
    margin: 0 auto;
    margin-left: 122px;
}

.form-row-c {
    width: 100%;
    margin-left: 44px;
padding-bottom: 71px;
}
.right-form-c {
    width: 50%;
    float: left;
    padding: 0px;
    padding-left: 10px;
}
.left-form-c {
    width: 50%;
    float: left;
    padding: 0px;
    padding-right: 10px;
}
#Registration-label-c {
    float: left;
    margin-right: 72px;
    margin-bottom: .5rem;
}



/* .form-control{
    background: #eae7e7 !important;
} */

.form-control:focus {
  color: #495057;
  background-color: #fff !important;
  outline: 0;
  border: 3px solid #80bdff;
  box-shadow: 0px 0px 0px 0px;
  padding-bottom: 8px;
}
.modal-content2 {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 2px solid #000;
width: 115%!important;
text-align: left;

}
.flex-for-btn{
  display: flex !important;
  margin-right: 75px !important;
  position: relative;
}
/*.popupback{
  padding: 0px !important;
  margin-right: 15px !important;
}*/

.popupback{
  margin-right: 15px !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.popupback a{
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
}
.machine-modal .modal-content-1{
  padding: 30px 20px !important;
}
.button_hover:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 1366px){
input#nextBtn {
    width: 80px;
    background-color: #304269;
    color: #ffff;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    float: right;
    margin-right: 0px;
    margin-top: 19px;
}
.flex-for-btn{
  margin-right: 55px!important;
}
}

@media only screen and (max-width: 1366px){
#mark-x{
    color: #aaaaaa;
    font-size: 24px;
    font-weight: bold;
    float: right;
    margin-left: 0px!important;
}
}
/* check and commision end */



/*==============================*/
/*popup*/
.modal.commssion-modal .modal-dialog.modal-dialog-1{
  top: 50%!important;
  transform: translate(0px,-50%)!important;
  height: 100%;
}
.modal-dialog-1 .modal-content{
      
      width:100% !important ;
    
    top: 0%!important;
  transform: translate(0px,0%)!important;
}
.modal-dialog.modal-dialog-1 .modal-title{
  width: 100%;
    text-align: center;
}
.modal-dialog.modal-dialog-1 .modal-header .close{
  position: absolute;
  right: 25px;
}
.form-control:disabled, .form-control[readonly]{
  cursor: not-allowed;
}
.modal-content-1 .input#nextBtn{
  padding: 6px !important;
}
/*mobi*/

.modal-dialog.modal-dialog-1 .modal-header .close{
  padding: 0rem !important;
}
#myModal .modal-dialog.modal-dialog-1 .modal-header .close{
  padding: 1rem !important ;
}

.back {
    transform: translate(0px,);
    position: absolute;
    transform: translate(-102px, -45px);
    padding: 0px;
}
.back a{
  text-decoration: none !important  ;
  color: white !important ;
  padding: 10px 26px !important;
}
.form-register .form-row .left-form, 
.form-register .form-row .right-form {
  width: 40%;
}
.form-register .form-row {
  justify-content: space-around;
}
.modal-content.modal-content-1 #regForm{
  padding: 0px !important;
}
.modal-content.modal-content-1 .modal-form{
  padding: 0px !important;
}
#content-registration .form-row .dropdown-check .anchor{
  width: 100% !important;
}
#content-registration .form-col
,#content-registration .form-row{
      display: flex;
    justify-content: space-around;
    
}
.myaccount-section h2.centertext {
  margin-bottom: 25px !important;
}
#content-registration .form-col .left-form
,#content-registration .form-col .right-form
,#content-registration .form-row .left-form
,#content-registration .form-row .right-form{
      width: 40% !important ;
    float: none !important  ;
    padding: 0px;
    text-align: left;
}
#content-registration .form-col .form-control
,#content-registration .form-row .form-control{
   padding: 6px 17px 6px 9px !important  ;
    width: 100% !important;
}
#content-registration .form-row .form-control-P{
  width: 100% !important;
}






/*=========values Query=======*/
@media(max-width: 1100px){
  .values-row{
 flex-direction: column;

}
.values-leftside-column {
   
    width: 90%;
    
}
.values-rightside-column {
    width: 100%;
 
}
 .values-image{
  margin-bottom: 5%;
 }

}

@media(max-width: 560px){

  .values-inner-row{
  display: flex;
  flex-direction: column;
}
 .values-image{
  margin-top: 5%;
 }


}

/*==============end value========*/


/*==========start vision sec=========*/

@media(max-width: 650px){
  .vision-row{
  flex-direction: column;
 
}

  .vision-column-leftside{
  width: 100%;
}
.vision-column-rightside{
  width: 100%;
  padding-left: 0;
  order: -1;
}

}

/*==============vision end=================*/


/*===============services css========*/


@media(max-width: 1100px){
  .services-column{
  max-width: 45%;

}
}
@media(max-width: 650px){
  .services-column{
  max-width: 100%;

}
}

/*=======end services======*/




.lable_w80{
  width: 80%;
  text-align: left;
}
.register_nomargin{
  margin-bottom: 0px !important;
}
/* .cp_inputDiv{
  width: 75%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
} */
@media screen and (max-width: 1600px){
  .leftsidebar{
    padding-bottom: 0px;
  }
  .leftsidebar ul{
    height: auto;
  }
}
@media screen and (max-width: 1366px){
  
 
.header{
  max-width: 1150px !important;
}
.maincontainers{
  max-width: 1150px !important;
}
.footer{
  max-width: 1150px !important;
}
}
@media (min-width: 1700px){
  .leftsidebar ul{
    height: auto;
  }
  
}

@media only screen and  (max-width: 1300px){
  .leftsidebar {
    float: left;
    margin-bottom: 12px;
    position: fixed; 
    overflow: auto;
    height: 100%;
    padding-right: 10px;
    padding-bottom: 200px;

     }
  .leftsidebar a{
    display: block;
    color: black;
    padding: 22px;
    text-decoration: none;
    border: 2px solid;
    font-size: 14px!important;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px!important;
    border: 1px solid grey;
    box-shadow: 5px 5px 5px #888888;
    margin-top: 28px;
}
}
@media only screen and (max-width: 1200px){
  
  .leftsidebar a{
    display: block;
    color: black;
    padding: 22px;
    text-decoration: none;
    border: 2px solid;
    font-size: 11px!important;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px!important;
    border: 1px solid grey;
    box-shadow: 5px 5px 5px #888888;
    margin-top: 28px;
}
}
@media(max-width: 1100px){
   .leftsidebar {
      width: 17%;
   

     }
  .leftsidebar a{
    font-size: 12px!important;
}
}
@media (max-width: 1199px){

.header{
  width: 90%;
}
#menu {
    width: 60%;
}
.header-right{
  width: 60%;
}
  .maincontainers {
    width: 90% !important;
  }

  .body-personalinformation {
   
    margin-left: 0px !important;

}
.myaccount-section{
  width: 90%!important;
}
.myaccount-section p{
  width: 80% !important;
  float: right;
}

.body-personal-information {
    margin-left: 190px!important;
    
}
  .leftsidebar {
      width: 20%;
     }
  .leftsidebar a{
    font-size: 13px!important; 
}
#content-registration{
  width: 80% !important;
  float: right !important;
  }
.footer{
  max-width: 1079px !important;
}
}

/*======================*/

/*=========media qurie 1023=====*/
@media(max-width: 1023px){

#menu {
    width: 90%;
}
.header-right{
  width: 90%;
}
.myacount-body {
    padding-top: 125px !important;
}
.myaccount-section {
    width: 85%!important;
}
.leftsidebar {
      width: 24% !important;
     }
     .body-reset {
    margin-left: 204px !important;
  }
.body-personalinformation {
   
    padding-top: 140px !important;
}
.footer{
  max-width: 90% !important;
  font-size: 15px;
}
#content-registration{
  width: 85% !important;
  margin-left: 220px !important;
  }
  #reset-content {
    width:460px !important;
  }
  .bottom-right-info {
     margin-left: 0px !important;
    }

  #registrant-report-content {
    width: 460px !important;

  }
  .client-commission-right-btn{
    width: 130px;
       margin-left: 0px !important;
  }
  .left-info {
    margin-left: 0px !important;
  }
  /* .bottom-info {
    content: "";
    display: flex !important;
    clear: both;
    text-align: center;
    justify-content: center !important;
  } */
 
  .checkboxes2 {
    padding-bottom: 20px;
}
  

  .body-itemized {
    margin-left: 208px !important;
  }


.table-overflow {

width: 95% !important;
height: 446px !important;
margin-left: 25px !important;
margin-top: 35px !important;

}


  /*============sign in page====*/
  #content {
    right: 0 !important;
  }
  .right-info {
    margin-left: 165px !important;
}

/*============*/
.help-tip{
  transform: translate(415%, 125%)!important;
}
.dropdown-check .anchor{
  padding: 8px 0px 13px 9px !important;
}
/* .dropdown-check-list .anchor{
  padding: 9px 50px 3px 8px !important;
} */
.checkboxes{
  margin-left: 60px !important;
}

}

/* =======end of 1023===== */

@media only screen and  (max-width: 900px){
  .leftsidebar {
      width: 20%;
     }
      .leftsidebar a{
    display: block;
    color: black;
    padding: 22px;
    text-decoration: none;
    border: 2px solid;
    font-size: 11px!important;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px!important;
    border: 1px solid grey;
    box-shadow: 5px 5px 5px #888888;
    margin-top: 28px;
}
 }
 @media only screen and  (max-width: 850px){
  .leftsidebar {
      width: 22%;
   

     }
  .leftsidebar a{
  
    font-size: 12px!important;
   
}
}

 @media only screen and  (max-width: 991px){
  .leftsidebar {
      width: 24%;
     }
     .myacount-body {
    padding-top: 250px;
}
  .leftsidebar a{
  
    font-size: 12px!important;
   
}

.help-tip p {

  padding: 1px !important;
  width: 257px !important;
  height: 62px !important;
  position: absolute;
  left: -512%;
  transform: translate(-92%, 25%) !important;

}
.help-tips p {

  padding: 1px !important;
  width: 300px !important;
  height: 62px !important;
  position: absolute;
  left: 50%;
  transform: translate(-62%, 85%) !important;


}

.body-registration {
width: 98% !important;
}
.modal.show .modal-dialog {
 
  height: 100% !important;
}
.modal-dialog-1 .modal-content {
 
  top: 50%!important;
  /* transform: translate(0px,-50%)!important; */
}
.form-col {
    width: 100%;
    margin-left: 0px !important;
}
.body-personalinformation {
  padding-top: 110px;
  width: 98% !important;
}
.body-personalinformation {
  padding-top: 140px !important;
}
}
.leftsidebar a.active {
   background-color: #7CA1AA;
  color: white;
}


.leftsidebar a:hover:not(.active) {
  background-color: #91BED4;
  color: white;
  text-decoration: none;
}


@media screen and (max-width: 700px) {
  .leftsidebar {
     width: 100%;
    height: auto;
    position: relative;
  }

  .leftsidebar a {float: left;}
}

@media screen and (max-width: 767px) {
  .leftsidebar a {
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 700px) {
    .myaccount-section{
 
    width: 100%;
    position: relative;
    right: 200px;
    }
  }
.hide_sidebar, .remove_bar{
  display: none;
}

  @media(max-width: 767px){
    .header{
      display: column;
      justify-content: center;
    }
    .logo{
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  #menu{
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    margin:0 auto;
    
  }
  .header-right{
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    margin:0 auto;
    
  }
  .togle{
    display: block;
  
  }
  #menu li a{
    display: block;
    text-align: left;
    padding: 6px;
  }
  .menu_toggle > svg{
    width: 20px;
  }
  .logo{
    text-align: left;
  }
  .menu_toggle{
    position: absolute;
      top: 25px;
      right: 20px;
      border: 2px solid #306491;
      color: #306491;
      z-index: 999;
      border-radius: 2px;
      display: block;
      padding: 4px 8px;
      cursor: pointer;
  }
  #menu{
    display: none;
  }
  .leftsidebar{
    position: absolute !important;
      z-index: 999;
      background: #306491;
      padding: 40px 10px 0px 10px;
      width: 250px !important;
      left: -300px !important;
      padding-bottom: 50px !important;
      transition: all .6s ease-in-out;
  }
  .leftsidebar a{
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .machine-listing-section, #table-section{
    width: 100% !important;
  }
  .table-overflow{
    width: 100% !important;
    margin: 0 !important;
  }
  .hide_sidebar{
    display: block;
    width: 140px;
    background: #306491;
    text-align: center;
    color: #fff;
    padding: 8px 8px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 60%);
  }
  .hide_sidebar svg{
    width: 15px;
  }
  .leftsidebar.leftsidebar-show{
   left: 0px !important; 
   height: 100vh;
  }
  .maincontainers{
    position: relative;
  }
  .remove_bar{
    display: block;
    position: absolute;
    top: 7px;
    right: 14px;
    color: #fff;
  }
  .remove_bar svg{
    width: 15px;
  }
  }
  .form_w100{
    width: 100%;
  }
/*Sidebar Style End*/



table, th, td {
border: 1px solid black;
border-collapse: collapse;
}

div.content {
margin-left: 200px;
padding: 1px 16px;
height: 1000px;
margin-left: 0;
}

.two-column {
width: 300px;
float: left;
margin: 0 20px 0 0;
}



table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
.sidebar a {float: left;}

/*...........*/

*{ margin: 0; padding: 0; box-sizing: border-box; }
.maincontainer { max-width: 1200px;margin: 0px auto;}

@media (max-width: 767px) {
  .maincontainer {
 margin: 32px;
}
}
 @media screen and (max-width: 767px){
.centerText{
text-align:center;
padding-top: 10px;
}
 }

/*MY ACOUNT PAGE CSS*/
/* .submit_btn{
  background-color: #304269;
  color: white;
  padding: 9px 20px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #304269;
} */
.cursorLoad{
  position: absolute;
  right: -48px;
  top: 0px;
  display: none;
}

/*PERSONAL INFORMATION CSS*/
.body-personalinformation{
  padding-top: 110px;
  width: 100%;
  display: inline-block;
}
.form-control-P:focus {
    color: #495057;
    padding-bottom: 8px;
    box-shadow: 0 0 2px #306491 inset;
    background-color: #fff;
    border: 2px solid #306491;
    outline: none;
}
.form-control-x:focus{
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}


.body-login{
    width: 100%;
    min-height: 97vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
#login-page-form{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
/*LOGIN FORM CSS*/

form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*  Inner Page Width .container { margin: 25px auto; position: relative; width: 1000px; } */
#content {
    background: #ffffff;
   position: relative;
   width: 600px;
   margin: auto;
}
/*
Login Box shadow
.Login_form{
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #888888;
  position: relative;
} */
@media(max-width: 770px){
  #content {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 24px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 600px;
    box-shadow: 5px 5px 5px 5px #888888;
    margin-top: inherit;
    right: 48px;
}
}

@media(max-width: 600px){
  #content {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 473px;
    box-shadow: 5px 5px 5px 5px #888888;
    margin-top: inherit;
    right: 0px;
}
#content form input[type="submit"] {
   
    position: relative;
    right: 136px;
}
#content form input[type="text"], #content form input[type="password"] {
    background: #eae7e7 url(../images/8bcLQqF.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    padding: 15px 10px 15px 40px;
    width: 72%;
}

}
#content form input[type="text"],
#content form input[type="password"] {
  background: #eae7e7 url("../images/8bcLQqF.png") no-repeat;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  padding: 15px 10px 15px 40px;
  width: 80%;
}
#content form input[type="text"]:focus,
#content form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#content form input[type="submit"] {
  background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
#content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
.form-head-txt{
    padding-bottom: 45px;
    font-size: 2rem;
    font-weight: 500;
}
/* .bottom-info{
  display: flex;
  width: 75%;
  margin: auto;
  justify-content: flex-end;
  position: relative;
} */
.bottom-info{
  margin-top: 20px;
}
.bottom-infolog{
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: flex-end;
  position: relative;
}
.left-info{
float: left;
margin-left: 60px;
}
.right-info-in{
float: left;
    margin-left: 412px;
    margin-bottom: 20px;

}
.sh_name{
   color: red;
   font-weight: 600;
   float: left;
   margin-left: 56px;
}
.sh_rpass{
  color: red;
  font-weight: 600;
  /* float: left; */
}
.sh_pass{
color: red;
    font-weight: 600;
    float: left;
    margin-left: 56px;
}
.name1{
  background-color: #FF1C43;
  border-radius: 3px;
  color: #ffffff;
  margin: 0 auto;
  padding: 15px; 
  z-index: 9999;
  display: block;
  width: 100%;
}
#reportErr{
  background-color: #FF1C43;
  border-radius: 3px;
  color: #ffffff;
  margin: 0 auto;
  padding: 15px 15px 15px 45px;
  z-index: 9999;
  display: block;
  width: 100%;
  visibility: hidden;
}
#pass1{
    background-color: #FF1C43;
    background-image: url(../images/error-msg.svg) !important;
    background-position: 118px 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    margin: 0 auto;
    display: table;
    background-color: red;
    padding: 14px 173px;
    visibility: hidden;
}



/*registration FORM CSS*/
/* The icon */
.help-tips{
    position: absolute;
    top: 0!important;
    left: 174px;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 22px;
    height: 21px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100;
    margin-top: 12px;
}

.help-tips:before{
    content:'?';
    font-family: sans-serif;
    font-weight: normal;
    color:red;
}

.help-tips:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tips p {    
  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #D9E8F5;
  padding: 5px;
  /*width: 300px;*/
  width: 340px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 18%);
  border-radius: 3px;
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
  color: #306491;
  font-size: 12px;
  line-height: 18px;
  z-index: 99;
  text-align: left;
  border: 2px solid grey;
}

.help-tips p a {
  color: #067df7;
  text-decoration: none;
}

.help-tips p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */
.help-tips p:before { 
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color:#FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.help-tips p:after {
  width: 10px;
  height: 40px;
  content:'';
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}
.body-registration{
  padding-top: 120px;
  padding-bottom: 120px;
}
.asteric{
  color: red;
}
.asteric-wrap{
     color: red;
    float: right;
    font-size: 16px;
    margin-right: 27px;
}
#Registration-page-form{
    border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#registration-form-css h1{
padding-bottom: 24px;
}


/* .container col-md-6{
text-align: -webkit-center;
} */
@media (min-width: 768px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
}
}
 

#company,#legal,#fname,#lname,#pas,#cpas,#add,#mobnumber,#faxnumber,#user,#ct,#st,#count,#zip,#mail,#phone{color: red; font-weight: bold;float: left;}

.content-registration{
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  margin-bottom: 100px;
}
.ContentRegistration{
    background: #ffffff;
    padding: 16px 0 24px;
    border: 1px solid #c4c6ca;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 100%;
    box-shadow: 5px 5px 5px 5px #888888;
    display: flex;
    flex-wrap: wrap;
}
.checkandcomm .form-control:focus{
  box-shadow: 0 0 2px #306491 inset !important;
  background-color: #fff !important;
  border: 2px solid #306491 !important;
  outline: none !important;
}

.form-control[readonly]:focus{
  background-color: #e9ecef !important;
  border:1px solid #c8c8c8 !important ;
}
#content-registration form input[type="text"],
#content-registration form input[type="password"] {
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 12px 17px 13px 9px;
  width: 80%;
  margin-right: 75px;
}
#content-registration form input[type="text"]:focus,
#content-registration form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
#content-registration form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
#content-registration form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
/*REG FORM WIDTH INCREASE*/
.form-register{
  width: 950px;
  
}
.FormRegistration {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 16px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    box-shadow: 5px 5px 5px 5px #888888;
    margin-bottom: 100px;
}
#form-registration form { margin: 0 20px; position: relative }
#form-registration form input[type="text"],
#form-registration form input[type="password"] {
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 12px 17px 13px 9px;
  width: 100%;
  
  margin-right: 100px;
}

#form-registration form input[type="text"]:focus,
#form-registration form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
#form-registration form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}

#form-registration form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
.form-row{
  width: 100%;
}
#Registration-label{
        width: 100%;
        margin-bottom: .5rem;
        float: left;
}
#Register-label{
    margin-bottom: .5rem;
}
.registration-lower-info {
    clear: both;
    display: table;
    float: right;
    margin-right: 52px;
    margin-top: 13px;
    position: relative;
}
.regis-lower-info{
  margin-right: 42px;
}
.submit-btn {
    margin-left: 82px;
        margin-bottom: 12px;
}
#fname{
  color: red;
  font-weight:bold;
 font-size: 14px;
 float: left;
}
.bottom-link{
  float: left;
      margin-left: 44px;
}

/*registration FORM CSS*/ 

/*forgetpassword FORM CSS*/
.body-forgetpassword{
    width: 100%;
    min-height: 97vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}
#ForgetPassword-form{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#forget-label{
      float: left;
   
}

.log_mb{
  margin-bottom: 20px;
}
.fp_mt{
  margin-top: 50px;
  padding-bottom: 7px;
}
.form-h1-txt{
  font-size: 2.5rem;
}
.forget-container { margin: 25px auto; position: relative; width: 1000px; }

.forget-content {
    position: relative;
    width: 600px;
    margin: auto;
    margin-top: 70px;
}
.Forget_Form{
  margin-bottom: 70px;
}
.fg_inputDiv{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.ContentRegistration form{
  width: 100%;
}
#forget-content form input[type="text"],
#forget-content form input[type="password"] {
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
}
#forget-content form input[type="text"]:focus,
#forget-content form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }
#content form input[type="submit"] {
  background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
#forget-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#forget-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
.emailpass{
    color: red;
    font-weight: 600;
    float: left;
    width: 100%;
}
h2.centertext {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
}
/* all from styling */
.form-row-foral{
  display: flex;
  width: 91%;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
.form-row-foral .left-form, .form-row-foral .right-form{
  width: 44%;
} 
.form-row-foral .dropdown-check-list .anchor{
  width: 100% !important;
}
.form-row-foral input, .form-row-foral select{
  width: 100% !important;
}
.form-side-forall{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88%;
  margin: auto;
}
.form-side-forall .left-form, .form-side-forall .right-form{
  width: 44%;
  position: relative;
} 
.form-side-forall input, .form-side-forall select, .form-side-forall .dropdown-check .anchor{
  width: 99% !important;
  font-family: Helvetica, Arial, sans-serif;
}
table, th, td{
  /*text-align: center !important;*/
  text-align: left !important;
}
.Personal_txt{
  margin-bottom: 25px !important;
  text-align: center;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
}
.registr_txt{
  text-align: center;
    font-weight: 400;
    font-size: 2rem;
    width: 100%;
}
.reset_txt{
  font-size: 2rem;
}
.rrp_txt{
  text-align: center;
  padding-top: 10px;
  font-size: 32px;
  font-weight: 400;
}
/*checkandcommision FORM CSS*/
.body-checkandcommission{
  padding-top: 125px;
}
select#service {
    background-color: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 0px;
    padding: 15px 10px 15px 12px;
    width: 60%;
    -webkit-box-shadow: 0 0 2px #306491 inset;
    -moz-box-shadow: 0 0 2px #306491 inset;
    -ms-box-shadow: 0 0 2px #306491 inset;
    -o-box-shadow: 0 0 2px #306491 inset;
    box-shadow: 0 0 2px #306491 inset;
    border: 2px solid #306491;
    outline: none;
    margin-right: 158px;
    margin: 0 auto;
}
select.modal-select {
    background-color: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 0px;
    padding: 15px 10px 15px 12px;
    width: 60%;
    -webkit-box-shadow: 0 0 2px #306491 inset;
    -moz-box-shadow: 0 0 2px #306491 inset;
    -ms-box-shadow: 0 0 2px #306491 inset;
    -o-box-shadow: 0 0 2px #306491 inset;
    box-shadow: 0 0 2px #306491 inset;
    border: 2px solid #306491;
    outline: none;
    margin-right: 158px;
    margin: 0 auto;
}
.service-unit-model-right{
  float: right;
}
#ForgetPassword-form{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#service-unit-model-label{
      float: left;
    margin-left: 56px;
}
.service-unit-model-right-info{
float: right;
}
.service-unit-model-container { margin: 25px auto; position: relative; width: 1000px; }

#service-unit-model-content {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 600px;
    box-shadow: 5px 5px 5px 5px #888888;
}

#service-unit-model-content form { margin: 0 20px; position: relative }
#service-unit-model-content form select[type="text"] {
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 12px 12px 12px 8px;
  width: 80%;
}
#service-unit-model-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#service-unit-model-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
    
    margin-left: 362px; 
}


/*personal-information CSS*/
.form-control-P {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 17px 13px 9px;
    width: 80%;
    margin-right: 90px;
    border-radius: 4px;
}
.personal-information-body{
padding-top: 100px;
}

.body-personal-information{
margin-left: 300px;
  padding-bottom: 100px;
}
/*personal-information CSS*/

/*Itemized Property Level Commission Page FORM CSS*/
.body-Itemized{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}
#Itemized-form{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#Itemized-label{
      float: left;
    margin-left: 56px;
}
.Itemized-right-info{
margin-left: 412px;
}
.bottom-right-info{
margin-left: 377px;
}
.cp_btninfo{
  margin-left: 364px !important;
}
.Itemized-container { margin: 25px auto; position: relative; width: 1000px; }

#Itemized-content {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 600px;
    box-shadow: 5px 5px 5px 5px #888888;
}

#Itemized-content form { margin: 0 20px; position: relative }
#Itemized-content form input[type="text"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
}
#Itemized-content form input[type="text"]:focus,
#Itemized-content form select[type="select"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
select#number {
     background-color: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  border: 2px solid #306491;
  outline: none;

}
#Itemized-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#Itemized-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}


#Itemized-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}

/*Itemized Property Level Commission Page FORM CSS*/
/*VENDOR REPORT CSS*/
.help-tip{
         position: absolute;
    top: 84%;
    left: 98%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 22px;
    height: 21px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100000;
}

.help-tip:before{
    content:'?';
    font-family: sans-serif;
    font-weight: normal;
    color:red;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease;
    animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {    

  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #D9E8F5;
  padding: 5px 5px;
  width: 300px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 18%);
  border-radius: 3px;
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 10%);
  color: #306491;
  font-size: 12px;
  line-height: 18px;
  z-index: 99;
  border: 2px solid grey;
  text-align: left;
}

.help-tip p a {
  color: #067df7;
  text-decoration: none;
}

.help-tip p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */
.help-tip p:before { 
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color:#FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

 /* Prevents the tooltip from being hidden */
.help-tip p:after {
  width: 10px;
  height: 40px;
  content:'';
  position: absolute;
  top: -40px;
  left: 0;
}
.body-vendor-report{
  padding-top: 100px;
  text-align: center;
}
.body-vendor-report h2{
  text-align: center;
  padding-top: 30px;
}
/*VENDOR REPORT CSS*/

.th-heading{
  background-color:#7CA1AA;
  border: 1px solid white;
  padding-left: 14px;
}
th, td {
  text-align: left;
  border: 1px solid black;
      padding: 0px 10px 0px 10px;
}

tr:nth-child(even) {background-color: #f2f2f2;}
.machinelisting table{
  width: 80%;

}
.td-class {
    padding: 0px 0px 0px 0px;
}

.buttonpopup{
      background-color: #304269;
    border: none;
    color: white;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    width: 61px;
    margin: 6px 6px 6px 6px;
    border-radius: 4px 4px 4px 4px;
}
.buttonpopup a{
 text-decoration: none;
  color: white;

}
.buttoncheck{
    background-color: #304269;
    border: none;
    color: white;
    padding: 6px 4px 6px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    width: 80px;
    margin: 4px;
}
.td-class a:hover {
    color: white!important;
    text-decoration: none!important;
}
.table-overflow{
    overflow-x: auto;
    overflow-y: auto;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.machinelisting-body{
  padding-top: 100px;
  float: left;
}
.machinelisting-section{
  float: left;
}
#table-section{
  width: 70%;
  float: right;
  padding-bottom: 90px;
}
.machinelisting-heading{
text-align: center;
margin-bottom: 12px;
}
#machinelisting-btn{
background-color: #304269;
    color: white;
    padding: 0px 5px;
    border-radius: 3px 3px 3px 3px;
    font-size: 14px;
    }
 
#machinelisting-btn a{
color: white;
    }

    .template-txt{
      padding: 0 2.5em; text-align: center;
    }
/*RESET Page FORM CSS*/
.Reset-password-body{
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.left-reset-body{
  width: 23%;
  float: left;
  padding-top: 125px;
}
.right-reset-body{
    width: 77%;
  float: left;
}
.reset-form-container{
      width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    
}
.body-reset{
     margin-left: 300px;
   
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
#reset-form{
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#reset-label{
      float: left;
      width: 100%;
      text-align: left;
      margin-bottom: 0.5rem;
}
.reset-right-info{
float: right;
}
.reset-container { margin: 25px auto; position: relative; width: 1000px; }

#reset-content {
    background: #ffffff;
    position: relative;
    width: 600px;
}
/*
Update border box
.Reset_form{
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 25px 0 24px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 5px 5px 5px 5px #888888;
  margin-bottom: 100px;
} */

#reset-content form input[type="text"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
  border-radius: .25rem;
}

#reset-content form input[type="password"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
  border-radius: .25rem;
}

#reset-content form input[type="date"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
}

#reset-content form input[type="text"]:focus,
#reset-content form input[type="password"]:focus,
#reset-content form select[type="select"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}

select#number {
  background-color: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  border: 2px solid #306491;
  outline: none;}


#reset-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#reset-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}

/*Reset Page FORM CSS*/


/*PROTOTYPE 2 CSS*/

.body-checkandcommission{
  padding-top: 125px;
}

/* input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
} */

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Default Style Used  button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
   margin: 0 auto !important;
   display: block !important;
}

button:hover {
  opacity: 0.8;
} */

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  display: none;
}

.step.active {
  opacity: 1;
  display: none;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}
.form-control-x {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 16px 10px 6px;
    width: 100%;
    margin-right: 96px;
    border-radius: 3px 3px 3px 3px;
}
.body-registration{
     width: 100%; 
    min-height: 120vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
     /*padding: 15px; */
    position: relative;
    background-color: #fff;
}
#Registration-page-form{
    border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  border: 1px solid grey;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
  margin-top: 50px;
  margin-bottom: 92px;
}
#registration-form-css h1{
padding-bottom: 24px;
}


/* .container col-md-6{
text-align: -webkit-center;
} */
@media (min-width: 768px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 auto;
}
}


#fname,#lname,#pas,#cpas,#add1,#add2,#ct,#st,#count,#zip,#mail,#phone{color: red; font-weight: bold;float: left;}

#content-checkandcommission {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 16px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 800px;
    box-shadow: 5px 5px 5px 5px #888888;
}

#content-checkandcommission form { margin: 0 20px; position: relative }
#content-checkandcommission form input[type="text"],
#content-checkandcommission form input[type="password"] {
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  padding: 6px 17px 13px 9px;
  width: 80%;
}
#content-checkandcommission form input[type="text"]:focus,
#content-checkandcommission form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
#content-checkandcommission form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
#content-checkandcommission form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
.form-row{
  width: 100%;
}
.left-form{
float: left;
padding: 0px;
text-align: left;
}
.right-form{
float: left;
padding: 0px;
text-align: left;
}

.registration-bottom-info{
clear:both;
display: table;
float: right;
margin-right: 50px;
}
.submit-btn {
    margin-left: 82px;
        margin-bottom: 12px;
}
#fname{
  color: red;
  font-weight:bold;
 font-size: 14px;
 float: left;
}
.bottom-link{
  float: left;
      margin-left: 44px;
}
#service-label {
     margin-right: 350px;
    margin: 0 auto;

}
#checksandcommissions-content {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 800px;
    box-shadow: 5px 5px 5px 5px #888888;
}

#checksandcommissions-content form { margin: 0 20px; position: relative }
#checksandcommissions-content form input[type="text"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
}
#checksandcommissions-content form input[type="text"]:focus,
#checksandcommissions-content form select[type="select"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}
select#number {
     background-color: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  border: 2px solid #306491;
  outline: none;}


#checksandcommissions-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#checksandcommissions-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}


#checksandcommissions-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
button#submit2 {
    color: white;
    float: right;
    color: white!important;
}
button#submit2 a{

    color: white!important;
    text-decoration: none!important;
}
button {
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    background-color: #304269;
    border-radius: 6px 6px 6px 6px;
}
button#nextBtn {
    float: right;
           margin-right: 150px;
}
#submit2 a{
  color: white;
}
/*PROTOTYPE 2 CSS*/
/*Checks and Commission Statement*/
#checknum,#payamount,#payvar,#unitsreport,#unitsimpute,#unitsroyalvar,#grossreport,#grosssales,#grosssalesvar,#meter,#sales,#tax{
color: red;
float: left;
font-weight: bold;
}

/*Checks and Commission Statement*/
/* Multi-Select Dropdown Starts */


.dropdown-check-list .anchor {
      position: relative;
    cursor: pointer;
    display: inline-block;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    color: #777;
    width:100% !important;
    border-radius: 4px 4px 4px 4px;
    
  }

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 3px;
  right: 11px;
  top: 40%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  width:100%;
      
}

.dropdown-check-list ul.items li {
 list-style: none;
    margin-right: 0px;
    width: 100%;
    background: white;
    text-align: left;
    padding-left: 6px;
}

.dropdown-check-list.visible .anchor {
  box-shadow: 0 0 2px #306491 inset;
    background-color: #fff;
    border: 2px solid #306491;
    outline: none;
}

.dropdown-check-list.visible .items {
  display: block;
  max-height: 241px;
    overflow-y: scroll;
        z-index: 1000;
    position: absolute;
    
}
.checkbox-input input#\38 00 {
    width: 30px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 14px;
        margin-top: 5px;
        margin-bottom: -5px;
}

/* Multi-Select Dropdown Ends */


  .model-wrap{
     width: 100%; 
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}
#model-wrap-outer {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 16px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 950px;
    box-shadow: 5px 5px 5px 5px #888888;
}
.model-lower-info {
    clear: both;
    display: table;
    float: right;
    margin-right: 45px;
    margin-top: 13px;
}
input.model-submit{
  background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
.model-cancle{
 float: left;
      margin-left: 44px;
}
.model-cancel a{
  color: #007bff;
    font-size: 17px;
    text-decoration: underline;
}

/* Multi-Select Dropdown Starts */

.modal-content{
  top: 50% !important ;
  transform: translate(0px, -50%) !important  ;
}
.modal-content-1{
  /* width: 550px !important ; */
}
.modal-content-1 .close{
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-content-1 #service-label-c{
      margin: auto !important;
    width: 100%;
    margin-bottom: .5rem;  
    padding-top: 15px;
    padding-bottom: 0px;
    display: flex;
}
.modal-content-1 select#service{
    width: 70%;
    margin: 10px auto 0 auto !important;
    background: #eae7e7;
    border: 1px solid #c8c8c8 !important;
    color: #777;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
  display: flex;
    padding: 10px 10px 10px 10px;
    

}
.modal-content-1 select.modal-select{
    width: 100%;
    margin: 10px auto 0 auto !important;
    background: #eae7e7;
    border: 1px solid #c8c8c8 !important;
    color: #777;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
  display: flex;
    padding: 10px 10px 10px 10px;
    

}
.modal-content-1 select#service:focus{
  border: 2px solid #306491 !important;
}
.modal-content-1 select.modal-select:focus{
  border: 2px solid #306491 !important;
}
.modal-content-1 input#nextBtn{
  margin-top: 30px !important;
    padding: 8px;
    margin-right: 0px;
}
.dropdown-check .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
   padding: 8px;
    width: 100%;
     margin-right: 94px;
    border-radius: 4px 4px 4px 4px;
  }
  .dropdown-check.visible .anchor{
    border: 2px solid #306491 !important;
    background: #fff;
    box-shadow: 0 0 2px #306491 inset;
    padding: 5px 30px 6px 9px
  }

.dropdown-check .anchor:after {
  position: absolute;
  content: "";
  border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 3px;
    right: 15px;
  top: 40%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check .anchor:active:after {
  right: 5px;
  top: 40%;
}

.dropdown-check ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
      /* margin-left: 5px;
    margin-right: 75px; */
    width: 100%;
}

.dropdown-check ul.items li {
 list-style: none;
    margin-right: 0px;
    width: 275px;
    background: white;
    text-align: left;
    padding-left: 6px;
}

.dropdown-check.visible .items {
  display: block;
  max-height: 241px;
    overflow-y: scroll;
        z-index: 1000;
    position: absolute;
    /* width:100%; */
}
.checkbox-input input#\38 00 {
    width: 30px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 20px !important;
    margin-right: 12px;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}
/* Multi-Select Dropdown Ends */
.radioboxes{
      float: left;
    margin-left: 75px;
    text-align: left;
}
.radioboxes1 {
    text-align: left;
    float: right;
    margin-right: 175px;
        padding-bottom: 18px;
}
.conidradio{
text-align: left;
    float: right;
    margin-right: 356px;
    padding-bottom: 18px;
    }
.radioboxes2{
      float: left;
    margin-left: 56px;
    text-align: left;
        padding-bottom: 18px;
        width: 100%;
}
.checkboxes{
      float: left;
    margin-left: 55px;
    text-align: left;
}
#registrant-report-content {
  position: relative;   
  width: 600px;
}
/* Report page shadow  .ccs_form{
  background: #ffffff;
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 25px 0 24px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 5px 5px 5px 5px #888888;
  margin-bottom: 100px;
} */

#registrant-report-content form input[type="text"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
      border-radius: .25rem;
}

#registrant-report-content form input[type="date"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
  border-radius: .25rem;
}

#registrant-report-content form input[type="date"]:focus{
  box-shadow: 0 0 2px #306491 inset;
    background-color: #fff;
    border: 2px solid #306491;
    outline: none;
}

#registrant-report-content form input[type="select"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
}

#registrant-report-content input[type="text"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
      border-radius: .25rem;
}

#registrant-report-content input[type="date"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 100%;
  border-radius: .25rem;
}

#registrant-report-content input[type="date"]:focus{
  box-shadow: 0 0 2px #306491 inset;
    background-color: #fff;
    border: 2px solid #306491;
    outline: none;
}

#registrant-report-content input[type="select"]{
  background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
}

/* select#checkNumbers{
   background: #eae7e7;
  border: 1px solid #c8c8c8;
  color: #777;
  font: 13px Helvetica, Arial, sans-serif;
  margin: 0 0 0px;
  padding: 15px 10px 15px 12px;
  width: 80%;
  border-radius: .25rem;
} */
.iplc_txt{
  margin: 0px 20px;
}
.srtr_Div .radioboxes2, .srtr_Div .checkboxes{
  margin-left: 70px !important;
}
.srtr_right_btn{
  margin-left: 424px !important;
}
.cp_inputDiv select#checkNumbers{
  width: 100%;
}
select#checkNumbers:focus{
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;

}
.login_input{
  padding-bottom: 48px;
}
#registrant-report-content form input[type="text"]:focus,
#registrant-report-content form select[type="select"]:focus {
  -webkit-box-shadow: 0 0 2px #306491 inset;
  -moz-box-shadow: 0 0 2px #306491 inset;
  -ms-box-shadow: 0 0 2px #306491 inset;
  -o-box-shadow: 0 0 2px #306491 inset;
  box-shadow: 0 0 2px #306491 inset;
  background-color: #fff;
  border: 2px solid #306491;
  outline: none;
}

#registrant-report-content form div a {
    color: #007bff;
    float: right;
    font-size: 17px;
    text-decoration: underline;
    float: right;
}
#registrant-report-content form input[type="submit"] {
    background-color: #304269;
    color: white;
    padding: 9px 20px;
    border-radius: 6px 6px 6px 6px;
}
.client-commission-right-btn {
    margin-left: 424px;
}
.client-commis-stat-btn{
  margin-left: 424px;
}
.CCsbCID-btn{
  margin-left: 430px;
}
.body-itemized {
    margin-left: 300px;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-bottom: 0px;
}
/* .reportlevel{
  padding-bottom: 12px;
} */
@media only screen and (max-width: 1980px){
  .client-commission-right-btn {
    margin-left: 432px !important;
}
.rep_btninfo {
  margin-left: 362px !important;
}
}
@media only screen and (max-width: 1920px){
  .maincontainer {
 max-width: 1568px;
 margin: 0px auto;
}
.commssion-modal{
  padding-top: 100px !important;
}

}
@media only screen and (max-width: 1920px){
.listingreportcontainer {
    max-width: 1550px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1920px){
  .logincontaineres {
 max-width: 1550px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1920px){
.forgetpasscontainer{
    max-width: 1550px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1920px){
  .Vendorreportcontainer {
 max-width: 1550px;
 margin: 0px auto;
}
}

@media only screen and (max-width: 1920px){
  .machinelistingcontainer {
 max-width: 1550px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1920px){
.registration-bottom-info {
    clear: both;
    display: table;
    float: right;
    margin-right: 60px;
}
.pinfo_mr{
  margin-right: 75px;
  float: right;
  position: relative;
}
}


@media only screen and (max-width: 1920px){
.dropdown-check-list.visible .items {
    display: block;
    max-height: 241px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    padding-bottom: 78px;
}
}







@media only screen and (max-width: 1920px){
  .maincontainer {
 max-width: 1550px;
 margin: 0px auto;
}
}
/*1800*/
@media only screen and (max-width: 1920px){
.body-personal-information {
    margin-left: 362px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1920px){
.form-control-P {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 17px 4px 9px;
    height: calc(1.5em + .75rem + 2px);
    width: 80%;
    margin-right: 112px;
    border-radius: 4px;
}
}
@media only screen and (max-width: 1920px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 8px 30px 13px 9px;
    width: 100%;
    margin-right: 111px;
    border-radius: 4px 4px 4px 4px;
}
}
@media only screen and (max-width: 1980px){
.help-tip {
         position: absolute;
    top: 12px !important;
    left: 175px !important;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 21px;
    height: 20px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100000
}
}
@media only screen and (max-width: 1920px){
.dropdown-check ul.items li {
    list-style: none;
    margin-right: 0px;
    width: 424px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1920px){
.body-reset {
    margin-left: 250px;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1920px){
#table-section {
    width: 75.7%;
    float: right;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1920px){
.table-overflow {
    overflow-x: auto;
    overflow-y: auto;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
   height: calc(100vh - 220px);
}
}
@media only screen and (max-width: 1880px){
  .maincontainer {
 max-width: 1550px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1600px){
  .maincontainer {
 max-width: 1318px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1600px){
  .logincontaineres {
 max-width: 1334px;
 margin: 0px auto;
}
.header{
  max-width: 1318px;
}
.maincontainers{
  max-width: 1318px;
}
.footer{
  max-width: 1318px;
}
}
@media only screen and (max-width: 1600px){
  .machinelistingcontainer {
 max-width: 1318px;
 margin: 0px auto;
}
}


@media only screen and (max-width: 1600px){
  .forgetpasscontainer {
 max-width: 1334px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1600px){
.listingreportcontainer {
    max-width: 1318px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1600px){
.registration-bottom-info {
    clear: both;
    display: table;
    float: right;
    margin-right: 48px;
    
}
.pinfo_mr{
  margin-right: 60px !important;
}
}

@media only screen and (max-width: 1600px){
  .Vendorreportcontainer {
 max-width: 1334px;
 margin: 0px auto;
}
}

@media only screen and (max-width: 1600px){
.table-overflow {
    overflow-x: auto;
    overflow-y: auto;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: calc(100vh - 220px)!important;
   
}
}

.rest-passMain{
  margin-top: 28px;
}
.dropdown-check-list{
  position: relative;
}





@media only screen and (max-width: 1366px){
.help-tips{
    position: absolute;
    top: 0!important;
    left: 174px;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 22px;
    height: 21px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100;
    margin-top: 12px;
}
/* .ccs_form{
  margin-bottom: 50px;
} */
.registrant-report-content{
  margin-top: 10px;
}
.iplc-page{
  margin-bottom: 100px;
}
.rest-passMain .Reset_form{
  margin-bottom: 0px;
}
}




@media only screen and (max-width: 1880px){
.dropdown-check.visible .items {
    display: block;
    max-height: 241px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    padding-bottom: 78px;
}
}
@media only screen and (max-width: 1880px){
.dropdown-check ul.items li {
    list-style: none;
    margin-right: 0px;
    width: 310px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1880px){
#table-section {
    width: 75%;
    float: right;
    padding-bottom: 90px;
}
}

@media only screen and (max-width: 1880px){
.dropdown-check-list.visible .items {
    display: block;
    max-height: 241px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    padding-bottom: 78px;
}
}

@media only screen and (max-width: 1800px){
.dropdown-check-list.visible .items {
    display: block;
    max-height: 241px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    padding-bottom: 78px;
}
}
@media only screen and (max-width: 1700px){
.body-personal-information {
    margin-left: 362px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1700px){
.form-control-P {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 17px 4px 9px;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    margin-right: 112px;
    border-radius: 4px;
}
}
@media only screen and (max-width: 1700px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 8px 30px 13px 9px;
    width: 100%;
    margin-right: 111px;
    border-radius: 4px 4px 4px 4px;
}
}
@media only screen and (max-width: 1700px){
.dropdown-check ul.items li {
    list-style: none;
    /* float: left; */
    margin-right: 0px;
    width: 424px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1700px){
#table-section {
    width: 75.7%;
    float: right;
    padding-bottom: 0px;
}
}


@media only screen and (max-width: 1600px){
  .body-personal-information {
    margin-left: 292px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1600px){
.dropdown-check ul.items li {
    list-style: none;
    margin-right: 0px;
    width: 340px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1600px){
.body-reset {
    min-height: 86vh;
    margin-bottom: 100px;
}
}
@media only screen and (max-width: 1600px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 9px 30px 6px 9px;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    margin-right: 111px;
    border-radius: 4px 4px 4px 4px;
}
}

/*1366*/

@media only screen and (max-width: 1366px) {
h6#modal_body {
    font-size: 13px;
    padding-bottom: 0px!important;
}
}
@media only screen and (max-width: 1366px) {
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
}
}
@media only screen and (max-width: 1366px) {
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
     padding: 0rem 0rem!important;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
        margin-left: 14px;
    margin-right: 18px;
}
.modal-dialog.modal-dialog-1 .modal-header{
  padding: 1rem 1rem !important;
}

}
.for_error {
    z-index: 1000;
    max-width: 100%;
    margin: auto;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 1366px) {
button#submit{
  margin-left: 220px;
}
}
@media only screen and (max-width: 1366px) {
div#exampleModal {
    margin: 0 auto;
    padding-top: 1px !important;
 
}
}

@media only screen and (max-width: 1366px) {
.close {
    color: #aaaaaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    float: right;
    margin-left: 548px!important;
}
}
@media only screen and (max-width: 1366px){
  .reset-content{
    margin-top: 10px;
  }
.table-overflow {
    overflow-x: auto;
    overflow-y: auto;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
}

@media only screen and (max-width: 1366px){
  .maincontainer {
 max-width: 1150px;
 margin: 0px auto;
}
}
@media only screen and (max-width: 1366px){
  .Vendorreportcontainer {
 max-width: 1150px;
 margin: 0px auto;
}
}

@media only screen and (max-width: 1366px){
  .logincontaineres {
 max-width: 1150px;
 margin: 0px auto;
}
.name1{
  /* padding: 12px 15px 12px 45px; */
}
}
@media only screen and (max-width: 1366px){
.forgetpasscontainer {
    max-width: 1150px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1366px){
.listingreportcontainer {
    max-width: 1168px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1366px){
.Vendorreportcontainer {
    max-width: 1168px;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1366px){
  .machinelistingcontainer {
 max-width: 1168px;
 margin: 0px auto;
}
}

@media only screen and (max-width: 1366px){
.body-personal-information {
    margin-left: 280px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1366px){
.form-control-P {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 17px 4px 9px;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    margin-right: 112px;
    border-radius: 4px;
}
}
@media only screen and (max-width: 1366px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 8px 20px 13px 9px;
    width: 100%;
    margin-right: 111px;
    border-radius: 4px 4px 4px 4px;
}
}
@media only screen and (max-width: 1366px){
.dropdown-check ul.items li {
    list-style: none;
    margin-right: 0px;
    width: 250px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1366px){
.body-reset {
    margin-left: 250px;
    min-height: 70vh;
    padding-bottom: 0px;
}

.body-reset-password {
    margin-left: 265px;
    min-height: 70vh;
    padding-bottom: 0px;
    margin-bottom: 100px;
}
}
@media only screen and (max-width: 1366px){
#table-section {
    width: 75.7%;
    float: right;
    padding-bottom: 0px;
}
}

@media only screen and (min-width:600px) and (max-width: 1366px) {
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
     width: 500px!important;
    top: 50% !important ;
    transform: translate(0px, -50%)!important ;
}
}
@media only screen and (max-width: 1366px) {
  h5#exampleModalLabel{
    font-size: 24px!important;
    text-align: center;
    margin-top: 0px;
    font-weight: 300;
    font-family: 'NotoSerif-Regular';
    width: 100%;
}
}
@media only screen and (max-width: 1366px) {
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 18px!important;
    padding-top: 8px!important;
}
}
@media only screen and (max-width: 1366px) {
button#submit{
  margin: auto !important;
  display: flex;
}
}
/*1200*/


@media only screen and (max-width: 1200px){
.forgetpasscontainer {
    max-width: 1000px!important;
    margin: 0px auto;
}
}

@media only screen and (max-width: 1200px){
#content-registration {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 16px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 739px;
    box-shadow: 5px 5px 5px 5px #888888;
}
}
@media only screen and (max-width: 1250px){
#content-registration {
    background: #ffffff;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 16px 0 24px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 815px;
    box-shadow: 5px 5px 5px 5px #888888;
    display: flex;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 1200px){
#Registration-label {
float: left;
    margin-right: 79px;
    margin-bottom: .5rem;
}
}
@media only screen and (max-width: 1200px){
.form-control-P {
    background: #eae7e7;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 4px 17px 4px 9px;
    height: calc(1.5em + .75rem + 2px);
    width: 80%;
    margin-right: 112px;
    border-radius: 4px;
}
}
@media only screen and (max-width: 1200px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 8px 177px 13px 9px;
    width: 100%;
    margin-right: 111px;
    border-radius: 4px 4px 4px 4px;
}
}
@media only screen and (max-width: 1200px){
.help-tip {
   position: absolute;
    top: 84%;
    left: 98.5%;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 21px;
    height: 20px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100000;
}
}

@media only screen and (max-width: 1200px){
.dropdown-check ul.items li {
    list-style: none;
    margin-right: 0px;
    width: 250px;
    background: white;
    text-align: left;
    padding-left: 6px;
}
}
@media only screen and (max-width: 1200px){
.body-reset {
    margin-left: 250px;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1200px){
#table-section {
    width: 75.7%;
    float: right;
    padding-bottom: 90px;
}
}


@media only screen and (max-width: 1200px){
  .body-personal-information {
    margin-left: 226px;
    padding-bottom: 100px;
}
}


@media only screen and (max-width: 1200px){
 .myaccount-section {
    margin-left: 240px;
}
}
@media only screen and (max-width: 1200px){
.dropdown-check.visible .items {
    display: block;
    max-height: 241px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1200px){
.dropdown-check .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 8px 140px 13px 9px;
    width: 100%;
    margin-right: 94px;
    border-radius: 4px 4px 4px 4px;
}
}
@media only screen and (max-width: 1200px){
.body-reset {
    margin-left: 186px;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1200px){
.body-itemized {
    margin-left: 186px;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-bottom: 0px;
}
}
@media only screen and (max-width: 1200px){
#table-section {
    width: 76%;
    float: right;
    padding-bottom: 90px;
}
}



@media only screen and (max-width: 1200px){
.logincontaineres {
    max-width: 1000px;
    margin: 0px auto;
}
}
/*1100*/

@media only screen and (max-width: 1100px){
.logincontaineres {
    max-width: 900px!important;
    margin: 0px auto;
}
}
@media only screen and (max-width: 1100px){
.forgetpasscontainer {
    max-width: 900px!important;
    margin: 0px auto;
}
}



@media only screen and (max-width: 1366px){
.body-login {
    width: 100%;
    min-height: 97vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
}


input[type='radio'] {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        outline: none;
        border: 3px solid #304269;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
    }

 input[type="radio"]:checked:before {
        background: #304269;
        
    }
    
    input[type="radio"]:checked {
      border-color:#304269;
    }

    .role {
        margin-right: 80px;
        margin-left: 20px;
        font-weight: normal;
    }

    .checkbox label {
        margin-bottom: 20px !important;
    }

    .roles {
        margin-bottom: 40px;
    }

h5#exampleModalLabel {
    font-size: 30px;
    text-align: center;
    margin-top: 0px;
    font-weight: 300;
    font-family: 'NotoSerif-Regular';
}
h6#modal_body{
  font-size: 13px;
  padding-bottom: 24px;
}
button#submit{
  margin-left: 300px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
text-align: left;

}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0px!important;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.4);
}


/*/ The Close Button /*/
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.form-col{
  width: 100%;
}

.popupBtn{
  border-radius: 4px 4px 4px 4px;
}

input[type="checkbox"]:checked:before {
    background: #304269;
}
    
input[type="checkbox"]:checked {
  border-color:#304269;
}




/* Recent Chnages 19062021 */
/* style for the check and commission form */
/* you just need to add these style not comment or delet the exisiting style  */

.form-side-forall input,
.form-side-forall select,
.form-side-forall .dropdown-check .anchor{
    margin-bottom: 10px;
}
.flex-for-btn{
    margin-top: 20px !important;
    justify-content: flex-end !important;
    float: none !important;
}
/* .popupBtn{
    margin-left: 0 !important;
    margin-right: 0 !important;
} */

/* add new style for checks and commision page */
/*.FormRegistration br{display: none;}*/
/* new style end for checks and commision page */



/* machine listing page add new style  */
.table-overflow table{
    width: 1950px;
}
/* machine listing page add new style end  */

/* style for registration page */
.form-row-foral .left-form, .form-row-foral .right-form{
    position: relative;
}
/*Minorilabs StyleSheet*/
body {

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background-color: #d3dee9;

}
.form-control,
.form-select,
.dropdown-menu {
  font-size: 14px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', serif;
}
.show-tick {
  border: 1px solid #ced4da !important;
}
.was-validated .select .invalid-feedback {
  display: block;
}
.passwordmatch {
  display: none;
  color: #ff0000;
  width: 100%;
  font-size: .875em;
}
#wrapper {
  overflow-x: hidden;
  padding: 0px;
}
#sidebar-wrapper {
  min-height: 77vh;
  margin-left: -15rem;
  transition: margin 0.25s ease-out;
  background-color: #fff;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 15rem;
}
#page-content-wrapper {
  min-width: 100vw;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
      margin-left: 0;
  }
  #page-content-wrapper {
      min-width: 0;
      width: 100%;
  }
  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
      margin-left: -15rem;
  }
}
.rightsidebg {
  background-color: #304369;
}
.list-group .dropdown-item {
  border-bottom: 1px solid #e9e9e9;
}
.list-group .dropdown-menu {
  padding: 0px;
}
.rightsidebg .navbar {
  min-height: 93px;
  background-color: #fff !important;
}
.list-group-item-light.list-group-item-action.active,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #304369 !important;
  border-color: #304369 !important;
}
.loginbg {
  background:#304369;
}
.btn-primary {
  background-color: #304369 !important;
  border-color: #304369 !important;
}
.tooltip-inner {
  background-color: #304369;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  min-width: 200px;
  max-width: 100%;
  text-align: left;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #304369 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #304369 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #304369 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #304369 !important;
}
input[readonly] {
  cursor: no-drop;
}
#sidebar-wrapper .dropdown-item {
  white-space: unset !important;
}
.filter-option-inner {
  font-size: 14px;
}
.vh77 {
  height: 77vh !important;
}
@media only screen and (max-width: 600px) {
  .navbar-collapse {
      text-align: right;
      margin-top: -39px;
      z-index: 1;
  }

  .navbar-light .navbar-toggler{
      z-index: 2;
  }
  .digit3 .help-tip {
    position: relative;
    top: -26px !important;
    left: -5px !important;
  }
}

@media only screen and (min-width: 600px){
  .digit3 .help-tip {
    position: relative;
    top: 9px !important;
    left: 7px !important;
    transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
    border: 2px solid red;
    border-radius: 50%;
    width: 21px;
    height: 20px;
    font-size: 16px;
    line-height: 15px;
    cursor: default;
    z-index: 100000;
  }
}

.digit3 .help-tip:before {
content: '?';
font-family: sans-serif;
font-weight: normal;
color: red;
top: -26px;
position: relative;
}

.btn-help{
  padding: 0px 8px;
  border: 1px solid #ff0000;
  border-radius: 20px;
  margin-top: -5px;
  color: #ff0000;
}
@media only screen and (min-width: 1100px) {
  .checkboxlabel {
    margin-left: -10%;
  }
  
}
.checkboxinput{
  margin-top: 0px !important;
}