hr.wizard {
    margin: 20px 0px !important;
}
.form-wizard {
    padding: 25px; 
}
.upload-adviser-closeBtn.modal-close{
    color: var(--text-dark-color);
}
#user_advisor  .input-field .registration-error{
    top:0px !important;
}
/** Forgot your password **/
.headcontent {
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin-top: 15px;
}
.forgetFooter {
    text-align: center;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.forgetFooter a{
    font-weight: 600;
    color: #fff;
}
.span.field-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 1px;
}

/** Form Body Classic **/
.form-body-classic .form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0px;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    -moz-border-radius: none; -webkit-border-radius: none; border-radius: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-classic .form-control:focus {
    outline: 0;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/** Form Body Classic **/

.get-time{text-align: center;}

.form-wizard .company-logo{
    text-align: center;

    overflow: hidden;
    background-size: contain;

}

/*.form-wizard .company-logo img{

    width: 170px;
    max-width: 100%;

}*/

.form-wizard .company-logo img{

    max-width: 50%;

}

/** Form Body Stylist **/

.form-body-stylist .form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-stylist .form-control:focus {
    outline: 0;
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1e1e1 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}



/** Form Body Stylist **/



/** Form Body Material **/

.form-body-material .form-control {
    height: 44px;
    margin: 0;
    padding: 0 20px;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
    border-bottom: 2px solid #ddd;
    font-family: 'Roboto', FontAwesome;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-body-material .form-control:focus {
    outline: 0;
    background: #f8f8f8 none repeat scroll 0 0;
    border: 0px;
    border-bottom: 2px solid #00838f;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}


/** Form Body Material **/




/** Form header Classic **/

.form-header-classic .form-wizard-step-icon {
    width: 40px; 
    height: 40px; 
    margin-top: 4px; 
    background: #ddd;
    font-size: 16px; 
    color:var(--theme-mode-font-color) !important;
    line-height: 40px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    line-height:3em !important;
    border-radius: 50%;
    text-align:center;
    margin:0 auto;
}
.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
    background: #00838f; 
    border: 1px solid #00838f; 
    color: #fff; 
    line-height: 38px;
}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
    width: 48px; 
    height: 48px; 
    margin-top: 0; 
    background: var(--theme-color); 
    font-size: 22px; 
    line-height: 48px;
    line-height:2.3em !important;
}
.item.active.current.active .cd-accordion-menu .form-wizard-step.active .form-wizard-step-icon {
    width: 48px; 
    height: 48px; 
    margin-top: 0; 
    background: var(--theme-color); 
    font-size: 22px; 
    line-height: 48px;
    line-height:2.3em !important;
    box-shadow: 0px 0px 8px #ccc;
}
.form-header-classic .form-wizard-step.active .form-wizard-step-icon:hover{
    box-shadow: 0px 4px 10px #ccc;
}


.form-wizard-steps .item.current.active p{
    color: var(--text-dark-color); 
}
.form-wizard-steps .item a p{
     color: var(--text-dark-color); 
     text-align:center;
}
.form-wizard-steps .item a:hover p{
    color: var(--text-dark-color); 
}
/** Form header Classic **/



/** Form header Modarn **/

.form-header-modarn .form-wizard-step{
    padding-top:10px !important;
    border:2px solid #fff;
    background:#ccc;
}
.form-header-modarn .form-wizard-step.active{
    background:#00838f;
}
.form-header-modarn .form-wizard-step.activated{
    background:#00838f;
}
.form-header-modarn .form-wizard-progress { 
    height: 0px; 
    display:none;
}
.form-header-modarn .form-wizard-step-icon {
    display: inline-block;
    width: 40px; 
    height: 40px; 
    margin-top: 4px; 
    background: #ddd;
    font-size: 16px; 
    color: #777; 
    line-height: 40px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.form-header-modarn .form-wizard-step.activated .form-wizard-step-icon {
    background: #00838f; 
    border: 1px solid #fff; 
    color: #fff; 
    line-height: 38px;
}
.form-header-modarn .form-wizard-step.active .form-wizard-step-icon {
    background: #fff; 
    border: 1px solid #fff; 
    color: #00838f; 
    line-height: 38px;
}

.form-header-modarn .form-wizard-step p { color: #fff; }
.form-header-modarn .form-wizard-step.activated p { color: #fff; }
.form-header-modarn .form-wizard-step.active p { color: #fff; }

/** Form header Modarn **/



/** Form header Stylist **/

.form-header-stylist .form-wizard-step{
    position:relative;
    padding-top:10px !important;
    border:0px solid #fff;
    background:#ccc;
}
.form-header-stylist .form-wizard-step::before {
    content: '';
    position: absolute;
    left: 0%;
    top: -2%;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #ccc;
    clear: both;
    z-index: 999;
}
.form-header-stylist .form-wizard-step.active::after {
    content: '';
    position: absolute;
    right: -20px;
    top: -2%;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #00838f;
    clear: both;
    z-index: 9999;
}
.form-header-stylist .form-wizard-step.activated::after {
    content: '';
    position: absolute;
    right: -20px;
    top: -2%;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #00838f;
    clear: both;
    z-index: 9999;
}
.form-header-stylist .form-wizard-step.active{
    background:#00838f;
}
.form-header-stylist .form-wizard-step.activated{
    background:#00838f;
}
.form-header-stylist .form-wizard-progress { 
    height: 0px; 
    display:none;
}
.form-header-stylist .form-wizard-step-icon {
    display: inline-block;
    width: 40px; 
    height: 40px; 
    margin-top: 4px; 
    background: #ddd;
    font-size: 16px; 
    color: #777; 
    line-height: 40px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.form-header-stylist .form-wizard-step.activated .form-wizard-step-icon {
    background: #00838f; 
    border: 1px solid #fff; 
    color: #fff; 
    line-height: 38px;
}
.form-header-stylist .form-wizard-step.active .form-wizard-step-icon {
    background: #fff; 
    border: 1px solid #fff; 
    color: #00838f; 
    line-height: 38px;
}

.form-header-stylist .form-wizard-step p { color: #fff; }
.form-header-stylist .form-wizard-step.activated p { color: #fff; }
.form-header-stylist .form-wizard-step.active p { color: #fff; }

/** Form header Stylist **/

.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
    color:var(--theme-mode-font-color);
    text-decoration: none;
}

.form-wizard h1, .form-wizard h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}



.form-wizard h4 {
    float:left;
    font-size: 18px;
    font-weight: 300;
    color: var(--text-dark-color);
    line-height: 26px;
    width:100%;
    margin-bottom:0px;
}
.mr-bt-15{ margin-bottom:15px !important;}

.form-wizard h4  span{
    float:right;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard h3 {
    float:left;
    font-size: 22px;
    font-weight: 300;
    color: var(--text-dark-color);
    line-height: 26px;
    margin: 10px 0px;
    width:100%;
}
.form-wizard h3  span{
    float:right;
    font-size: 20px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #00838f; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #00838f; color: #fff; text-shadow: none; }


.asteriskOn{
  float: none !important;   
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
}


i.italic{

    color:#292929;
    font-size:14px;
    font-style:normal;
}

.form-control option:hover, .form-control option:checked  {
    box-shadow: 0 0 10px 100px #00838f inset;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 400; color: #000;}
.form-wizard label span { color:#00838f; }
.fsg-ver-label .account-st-date-picker-outer label{
    left:0px !important;
}


.form-wizard .success h3{
    color: #00838f;
    text-align: center;
    margin: 20px auto !important;
}
.form-wizard .success .success-icon {
    color: #00838f;
    font-size: 100px;
    border: 5px solid #00838f;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}
.form-wizard .progress-bar {
    background-color: #00838f;
}

.form-wizard-steps{ 
    background-color: #f2f2f2;
    margin-top: 25px;
    overflow: hidden;
    padding: 16px 1px 16px;
    position: relative;
}

.invOptionsRowToBeCloned.top-20.inner-default-box{
    padding: 0px !important;
}

/* Practice Setup Software */

.subscription-columns-wrapper h3{
   
    font-size: 20px !important;
   color: #555;
    
}

.subscription-columns-wrapper h4{
   font-size: 16px;
   color: #555;
   text-decoration:underline;
   margin-bottom: 20px;
    
}


.subscription-columns-wrapper ul li{
    
    line-height: 32px;
}


.softwareList 


/* Aleart Modal Box */

.alertbox{max-width: 460px;height: 240.3px;}



.alertbox .modalwrap{
}
.alertbox .modalwrap .modal-content{
    text-align: center;
    padding: 24px 23px 24.3px 24px;
    border-bottom: 0px;
    background-color: inherit;
    height: 220px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.alertbox .modalwrap .modal-content h3{
    margin-bottom: 12px;
}

.alertbox .modalwrap .modal-content h5{
    font-weight: 300;    
    font-size: 14px;
}

.alertbox .modalwrap .modal-content h3 i{    
    font-size: 46px;
    display: block;
    margin-bottom: 15px;
    color: #dd3e3e;
}


.alertbox .modalwrap .closebtn{
    position: absolute;
    right: 10px;
    top: 10px;
}
.alertbox .modalwrap .closebtn a{
    color: #666;
}

.alertbox .modalwrap .modal-footer{
    background-color: #00838f;
}

.alertbox .modalwrap .modal-footer a{
    color: var(--theme-mode-font-color);
}

.alertbox .modalwrap .modal-footer{
    padding: 5px 6px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}


.im-documents-close{ 
    position: absolute;
    right: 9px;
 }

/* Initial Meeting */

.prt-pdf{ display:block; }

.prt-pdf ul{ margin:0px; padding:0px; float: right;}

.prt-pdf ul li{ display:inline; float:left; margin: 15px 0 15px 15px;}

.prt-pdf ul li:first-child{ margin-bottom:5px;}

.prt-pdf ul li a{ background-color: #fff; transition: all 0.3s ease-out 0s;
                  border-radius: 4px; padding: 3px 10px;  float: left; color:#666; transition: all 0.5s else;}

.pdf-wrapper{ 
    margin-top:15px; 
}

.pdf-note{ background-color:#00838f; color: #fff; border-radius: 3px; }

.pdf-note p{ font-weight: 300;}

.pdf-wrapper .pdf-head{ display:block; width:100%; float:left;  }
.pdf-wrapper .pdf-head h4{ margin-top:14px;  color:#333; font-weight:400;}

.pdf-body{text-align:center;  /*border:solid 6px #00838f;*/ border-radius: 0 0 4px 4px; }

.pdf-body img{width:100%; padding:1px;}
.pdf-body object{ margin-bottom: -7px;}


.prt-pdf ul li a:hover, .prt-pdf ul li a:focus, .prt-pdf ul li a:active{

    background-color:#666;
    color:#fff;
}	

label.acknowledgement{ color: #333;}
label.acknowledgement::before{
    top:3px;
}

.prt-pdf ul li a i{ 
    display: inline-block;
    float: left;
    font-size: 19px;
    margin-right: 5px;
    margin-top: 2px;

}	


.dashboard-setup input[type=text]:not(.browser-default), .dashboard-setup input[type=email]:not(.browser-default){
    margin-bottom: 8px;  
}




.form-wizard-steps .active .form-wizard-step-icon{

    cursor:pointer;
    background-color:red;
}

.form-wizard-steps .activated .form-wizard-step-icon{

    cursor:pointer;
    background-color:red;
}


.form-wizard-progress { 
    position: absolute; 
    top: 20px; 
    left: 0; 
    width: 100%; 
    height: 3px; 
    background: #ddd;
}
.form-wizard-progress-line { 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 3px; 
    background: #00838f; 
}

.form-wizard-tolal-steps-3 .form-wizard-step { 
    position: relative;
    float: left; 
    width: 33.33%; 
    padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
    position: relative; 
    float: left; 
    width: 20%; 
    padding: 0 5px; 
}

.user-profile-setup .form-wizard-step{

    width:33%;
}

.form-wizard-tolal-steps-5 .form-wizard-step { 
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard fieldset { 
    display: none; 
    text-align: left; 
    border:0px !important;
    margin:0px;
    padding:0px;
}

.add-more-branches{
    display: inline;
}
/*.branch-address-div .add-more-branches .btn i{
    line-height: 23px;
}*/

.form-wizard .collapsible{ border:0px; box-shadow:none;}

.form-wizard  .collapsible-body{
    padding: 1.2rem;

}

ul#show_all_postal_locations{ width:100%; }
ul#show_all_postal_locations li{
    display:inline-block;
    width:25%;
}
ul#show_all_cars{ width:100%; }
ul#show_all_cars li{
    display:inline-block;
    width:100%;
}


ul#identified_user{ width:100%; }
ul#identified_user li{
    display:inline-block;
    width:30%;
}

.form-wizard .collapsible-header{
    background-color:#cce6e9;
    border-bottom:1px solid #b2dadd;	
    position:relative;
    font-size:18px;
    font-weight:300;
    padding: 12px 45px 10px 10px;
}

.collapsible-header i{
    margin-top: 3px;
    margin-right: 6px;
    font-size: 20px !important;
}

.close-collapsible-tab{
    position: absolute;
    right: 6px;
    top: 12px;
    color: #359c34;
}

.practice-address-header {
    background-color: #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 45px 10px 46px;
}

.practice-address-header i {
    margin-right: 20px;
    position: absolute;
    left: 15px;
}

.practice-address-header span.close-collapsible-tab{

    position: relative;
    float: right;
    margin-top: -10px;
    cursor: pointer;

}

.about-entities{
    border: 1px solid #e8e8e8;
    padding: 20px;
    clear: both;
    box-sizing: border-box;
    display: table;
    width: 100%;
}




.form-wizard .collapsible-body{

    border:1px solid #cce6e9;
}

.form-wizard fieldset .progress{

    margin-top: 2px;

}

.form-wizard .row{

    margin-bottom:0px;
}

.form-wizard-buttons { text-align: right; margin-top:20px; }
.form-wizard-buttons .btn{ padding-right:1.5rem;}
.form-wizard-buttons .btn-previous{ padding-left:1.5rem;}*/
.form-wizard-buttons .waves-light.btn.btn-previous, .form-wizard-buttons .waves-light.btn.btn-next {
  color: #fff;
}
.form-wizard .input-error { border-color: #00838f;}


label.advidelabel{ height: auto;}


.dropdown-content{

    z-index: 9999 !important;

}
.datepicker-date-display .date-text{

    font-weight: 300 !important;
    font-size: 1.8rem !important;
}

.upload-adviser-closeBtn{
    
    float: right;
    display: inline-block;
}

/* Form addons */

.afsl_licensee_name{ 
    font-weight:bold;
    color:#666 !important;

}
.get-time span.get-time{ 

    font-size: 13px;
}  


/** image uploader **/
.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}
.image-upload a[data-action] i {
    width: 1.25em;
    text-align: center;
}
.image-upload a[data-action]:hover {
    color: #00838f;
}
.image-upload a[data-action].disabled {
    opacity: 0.35;
    cursor: default;
}
.image-upload a[data-action].disabled:hover {
    color: #555;
}
.settings_wrap{
    margin-top:20px;
}
.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
    float: left;
}
.image_picker .settings_wrap .drop_target {
    margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
    float: left;
    margin-top: 100px;
    margin-left: 20px;
}
.settings_actions.vertical a {
    display: block;
}
.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
    visibility: hidden;
}
.drop_target::before {
    content: 'Drop Hear';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 100%;
    line-height: 220px;
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
    background: #f80;
    border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
    color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 2;
}

/* Only affects 1600px width and higher */
@media only screen and (min-width: 1600px){ 

    .form-wizard .collapsible-header { font-size: 18px; }
    .form-wizard h1, .form-wizard h2{ font-size:38px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:16px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{font-size: 24px}
    .form-wizard h3{font-size: 22px}
    .form-wizard h4{font-size: 18px}
    .form-wizard h3 span{font-size: 20px}
    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label{ font-size: 1rem;}
    i.italic{ font-size:13px; margin-top: 10px; float: left;}
    .file-field p{ margin-top:6px;}
}
/* Only affects 1200px-1600px width */
@media only screen and (max-width: 1600px){ 
    .form-wizard .collapsible-header { font-size: 16px; }
    .form-wizard h1, .form-wizard h2{ font-size:34px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:14px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{	font-size: 22px}
    .form-wizard h3{font-size: 20px}
    .form-wizard h4{font-size: 13px}
    .form-wizard h3 span{font-size: 18px}
    .form-wizard{ padding:12px;}
    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label{ font-size: 0.9rem;}
    i.italic{ font-size:13px; font-style: italic; float: left;}
    .file-field p{ margin-top:2px;}

}
/* Only affects 900px-1200px width */
@media only screen and (max-width: 1200px){ 
    .form-wizard .collapsible-header { font-size: 14px; }
    .form-wizard h1, .form-wizard h2{ font-size:32px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:13px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{	font-size: 20px}
    .login-user-details i {padding-right: 4px;}
    .form-wizard h3{font-size: 18px}
    .form-wizard h4{font-size: 13px; line-height: 22px;}
    .form-wizard{ padding:10px;}
    .form-wizard h3 span{font-size: 16px}
    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label{ font-size: 0.8rem;}
    .dashboard-setup input[type=text]:not(.browser-default), .dashboard-setup input[type=email]:not(.browser-default){ margin-bottom:15px;}
    input[type=text].invalid:not(.browser-default){-webkit-box-shadow:none; box-shadow: none;}
    .select-wrapper.invalid > input.select-dropdown{ -webkit-box-shadow:none; box-shadow: none;}
}

/* Only affects 600px-900px width */
@media only screen and (max-width: 900px){ 
    .form-wizard .collapsible-header { font-size: 13px; }
    .form-wizard .collapsible-header {padding: 7px 19px 6px 4px; }
    .collapsible-header i { margin-right: 0px; font-size: 13px !important;}
    .form-wizard h1, .form-wizard h2{ font-size:30px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:12px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{	font-size: 18px}
    .login-user-details i {padding-right: 4px;}
    .form-wizard h3{font-size: 16px}
    .form-wizard{ padding:10px;}
    .form-wizard h4{font-size: 12px}
    .form-wizard h3 span{font-size: 14px}
    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label{ font-size: 0.7rem;}
    .dashboard-setup input[type=text]:not(.browser-default), .dashboard-setup input[type=email]:not(.browser-default){ margin-bottom:0px;}
}
/* Only affects 400-600px width */
@media only screen and (max-width: 600px){
    .form-wizard h1, .form-wizard h2{ font-size:26px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:11px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{	font-size: 17px}
    .login-user-details i {padding-right: 4px;}
    .form-wizard h3{font-size: 14px}
    .form-wizard h4{font-size: 12px}
    .form-wizard{ padding:10px;}
    .form-wizard h3 span{font-size: 13px}
    i.italic{ font-size:12px;}
    .file-field p{ margin-top:0px;}
}
/* Only affects 400px width and lower */
@media only screen and (max-width: 400px){ 
    .form-wizard h1, .form-wizard h2{ font-size:24px;}
    .login-user-details .user-name, .login-user-details .user-email, .login-user-details .user-logout{ font-size:10px;}
    .login-user-details .user-name .material-icons, .login-user-details .user-email .material-icons, .login-user-details .user-logout .material-icons{	font-size: 16px}
    .login-user-details i {padding-right: 4px;}
    .form-wizard h3{font-size: 13px}
    .form-wizard h4{font-size: 11px}
    .form-wizard{ padding:8px;}
    .form-wizard h3 span{font-size: 12px}

}

/* CAR search button in practice setup*/

/* Animated Button */

.animated-btn-wrap{

    position: relative;

}

.animated-btn-abn-acn{
    position: absolute;
    top: 0px;
    right: 10px;
}


.animated-btn-abn-acn button[type="button"] {
    width: 70px;
    height: 35px;
    background: transparent;
    border-radius: 4px;
    will-change: transform;
    transition: all .2s ease;
    border: 1px solid #27a699;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    color: #13776c;
    outline: none;
    text-align: center;
}
.animated-btn-abn-acn button[type="button"]:hover {
    background: #27a699;
    color: #ffffff;
}
.animated-btn-abn-acn button[type="button"]:active {
    font-size: 14px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.animated-btn-abn-acn button[type="button"].active {
    font-size: 0;
    border-radius: 25px;
    width: 35px;
    background: transparent;
}
.animated-btn-abn-acn button[type="button"].loader {
    border-right: 2px solid #ffffff;
    -webkit-animation: loader .4s linear infinite;
    animation: loader .4s linear infinite;
}
.animated-btn-abn-acn button[type="button"].success {
    background: #3BB873;
    border-color: #3BB873;
    font-size: 14px;
    color: #ffffff;
}

.designfor-print{
    display: none;
}

 thead.printheader{display: none;}


@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
