﻿/*--Custom Styles--*/
body{
    background-color:#F1F2F2
}

.container.site {
   padding:0 0 0px 0!important;
   width:100%!important;  
   max-width:1170px;  
   background-color:#fff
}

.row {
    margin-right:0px;
    margin-left:0px;
}

.content{
    margin:30px 0!important;
}
.form-control, .btn {
    height:50px;
    font-size:16px!important
}

.navbar-default .container{
    padding:0;
    margin:0
}

hr{
    display:none;
}

.noPad{
    padding:0
}

/*--Fonts--*/

h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size:28px;
        margin-left:0px!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}





/*--Header--*/

.header {
    
    padding:0px 0;
    

}

.strapline h4{
    padding:50px 20px 0 0;
    float:right;
    font-size:22px;

}

.logoHeader {
    padding: 15px 15px 10px 30px;
}





/*-- Forms--*/

.form-control {border-radius:1px;}
.btn {border-radius:1px;background-color:#047CB1;border-color:#047CB1}
.btn:hover {border-radius:1px;background-color:#047CB1;border-color:#047CB1}


label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    min-width: 75px;
    font-weight:normal!important;
    color:#666;
    font-size:17px
}


.controls {
    padding: 0px 0;
}

.control-group{
    padding: 6px 0!important;
}

.form-control, .btn {
    height: 40px;
    font-size: 18px;
}

input {
    color:#555!important;
}

.form-control{
    margin-bottom:10px;
    margin-left:5px;
    width:97%;
}
.col-md-12 {
    margin:0 5px;
}
label{
    font-size:16px
}



.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    color:white;
    padding:0px 0px;
    z-index:500;
    border-bottom: 4px solid #e0223c;
}

.navbar-form {
    padding: 0px 0px;
    margin:0
}

.navbar-nav {
    margin: 0px 0px;
}

#navbar .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: black;
}

.container>.navbar-header {
    margin-right: 0px; 
    margin-left: 0px; 
}

.nav-pills{
    margin-top:30px;

    font-size:12px
}

.nav-pills a{
    color:black!important
}
.nav-pills a:hover{
    border-radius:0px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color:white!important;
    background-color:black!important;
    border-radius:0px
}

#navbar .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px!important;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: black;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: black;
    color:white
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}


.loading-image {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('/Content/images/anime/cube_puzzle.gif') 50% 50% no-repeat;
}
/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 15px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: black;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.0);
    box-shadow: 0 6px 12px rgba(0,0,0,0.0);
    background-clip: padding-box;
}*/

.dropdown-menu>li>a {
    display: block;
    padding: 10px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover {
    display: block;
    padding: 10px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: lightgrey;
    white-space: nowrap;
    background-color: black;
}

@media only screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: black;
        border: 0;
        box-shadow: none;
        color: white;
    }


}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
        padding: 15px 10px;
        background-color:black
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: lightgrey;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #353637;
        border: 0;
        box-shadow: none;
        color: white;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: relative; /* this can also be static */
}

.nav-header{
    color:red

}

.navbar-default .navbar-nav>li>a {
    color: white;
    background-color: #353637
}




/*--Menu-*/

.mainNav{
    margin:15px 0 0 0;
    background-color:#353637;
}
.navbar{
    border-radius:0px;
    background-color:#353637;
    color:white;
}
.navbar-inverse{
    border:0px;
}

.navbar-collapse.in {
    overflow-y: visible;
}



.pull-right.idp-red-text.required-legend.text-right {
    padding: 5px;
    margin: -10px 0;
}

input#fakeupload{

}

/*--Side Bar--*/
.sideBar{
    width:60%;
    margin-top:60px
}


.sideBar .col-md-6 {
    padding:0;

}

a.btn.pull-right{
    float:left!important;
}

a.btn.btn-link {
    float:left!important;
}

@media only screen and (max-width: 480px) {
    .sideBar{
    width:100%
}
}

.dialog-link{
    /*display: none;*/
}

/*--Modals--*/
.modal-dialog{
    max-width: 800px;

}
.modal-dialog.has-feedback {
    width: 100%;
    max-width: 100%;
}
.modal-body ul{
    font-size:11px;
    padding-left:10px
}

.modal-body li, .modal-body p{
    font-size:12px
}
.close {
    float: right;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: .9;
    filter: alpha(opacity=20);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0px solid #999; 
    border: 0px solid rgba(0,0,0,0.2); 
    border-radius: 0px; 
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.0);
    box-shadow: 0 3px 9px rgba(0,0,0,0.0); 
    background-clip: padding-box;
}
.modal-body {
    padding: 15px 20px;
}
.btn {
    border-radius: 1px;
    background-color: #047CB1;
    border-color: #047CB1;
    color:white;
}

.modal-header {
    color:white;
    background-color:#353637;
    padding: 10px 20px;
}

/*--About--*/

.about {

}


/*--Footer--*/

.footerPanel {
    background-color:#353637;
    color:white;
    font-size:11px;
    font-weight:normal;
    padding:8px 15px;
    border-top:5px solid #E21D38;
    margin-top:20px;
        width: 100%;
    height: 100px;
}

#footer {
    background-color:#353637;


}

#footer, #push {
    height: 100px; /* .push must be the same height as .footer */
}

/*#push, #footer {
    height: 0px!important;  
}
#push, #footer {
    height: 0px!important; 
}*/



@media only screen and (max-width: 992px){
    .col-md-6{width:50%;float:left}
    .strapline h4{
        font-size:18px;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 768px){
    .col-md-5{width:50%}
    .col-md-6{width:50%}
    .col-md-6.logoHeader{width:40%!important;float:left!important;}
    .col-md-6.pull-right.strapline {width:60%!important;float:left!important;
}
    .nav-pills{
        margin-top:20px
    }

    .strapline h4{
        font-size:15px
    }

    

    .header {
    
    padding:0px 0;
}
    .header img {
        width: 150px;
    }

}

@media (min-width: 480px) and (max-width: 768px) {
    .strapline h4 {
    padding-top: 30px!important;
    float: right;
}
    .col-md-6.logoHeader{width:40%!important;float:left!important;}

}

@media only screen and (max-width: 492px) {
    
    .strapline {
    display:none!important;
}
    .header {
    
    padding:0px 0;
}
    .header img {
        width: 150px;
    }

    #btn-log-on {
        width: 100%!important;
    }
}


@media only screen and (max-width: 668px) {
    .strapline {
        display: none;
    }

}

/*-- Select Test--*/
.selectTests{
    background-color:#E8E8E8;
    padding: 15px 15px 50px 15px;
    margin:0px 0 0 0;
}
.text-right {
    float:left
}


.selectTests .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 5px; 
}

.selectTest .col-md-6{
    padding:0
}
 #test-session-table {
        font-size:14px
    }


@media only screen and (max-width: 480px) {
    #test-session-table {
        font-size:10px
    }
}


.btn-link:hover, .btn-link:focus {

    text-decoration: none;
    background-color:lightgrey;

}



.label-text{
   
}



.form-horizontal .control-label {
    text-align: left;
}





.qt-date-picker {
    height:40px;
    width:100%;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #333;
}

input#Location {
    height: 40px;
    width: 97%;
    max-width: 550px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 18px;
}
input#Location .valid{
background-color: lightgoldenrodyellow;
font-weight:bold;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: white url() 50% 50% repeat-x!important;
    color: #222;
    font-weight: 700;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff; 
    background: #e6e6e6 url() 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
}

.option{
    margin:0
}

/*-- InfoBox--*/

.infoBox {
    
    
}

.changeSelection .col-md-6 {
    width:100%;
    padding:0

}

.infoBox .col-md-4 {
    padding:0 0 0 0;
}

.infoBox .quickLinks .col-md-4{
    width:100%;
    padding:10px 0
} 

.infoBox .quickLinks .col-md-4 img{
    width:80%;
} 

.infoBox .aboutImage img{
    width:80%;
    padding:15px
} 

@media (min-width: 480px) and (max-width: 992px) {
   .infoBox .col-md-4 {
    padding: 0px 0 0 0!important;
    width: 33.3%!important;
    float: left!important;
}

   .infoBox .quickLinksSmall {
    padding: 5px 0 0 0!important;
    width:100%!important;
    float: left!important;
}
   .infoBox .quickLinks .col-md-4 {

    padding: 5px 0;
}

   .aboutImage img{
       padding:30px;
       width:90%;
       max-width:350px
   }

   


}
@media only screen and (max-width: 768px) {

    .quickLinks {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 480px){
   .aboutImage img{
    width:70%;
} 

   .selectTest .col-md-6 {
    padding: 0;
    width: 100%;
}

}
 /* Content */
.detailsBody {
    padding:15px 0;
}

.detailsBody {
    margin-top:0px
}

table.mie-table {
    /*margin: 15px 0;*/
    /*border-top: 1px solid #e6e6e6!important;*/
    margin-bottom: 20px!important;
}

.mie-table tr{
    border-top: 1px solid #e6e6e6!important;
}

.mie-table .table-cell{

    color: #666
}

.content{
    margin:15px 0
}

.accordion-group .row {
    margin:0 0 15px 0
}

.accordion-group {
    padding:10px;
    border-top:solid 1px white;
    background-color:#CCDFE5
}

 /* Selection Popover */

#location-selector-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 20px;
    height: 100%!important;
    width: 97%!important;
    z-index: 100;
    padding-left: 20px;
    color: #000000;
    border: 1px solid #000000;
}

@media (min-width: 1024px) {
    .quickLinks img{
        max-width:400px
    }

}

/* Booking Wizard */

#wizard-container{
    margin-bottom:50px
}
@media (min-width: 480px) {
    .col-md-12.wizard {
        padding: 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .col-md-12.wizard {
        padding: 0 5px;
    }
}

.col-md-12.wizard {
    margin-bottom: 30px;
}



/*.wizard-current-step .wizard-step-number {
    font-size: 14px; 
}

.wizard .wizard-name {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.wizard-step-title {
         font-weight: normal;
    }*/



.wizard .col-md-12 {
    padding:5px
}

.language{
    float:right;
    margin-right: 45px;
}

/*.bookingWizardNav {
        font-size: 14px!important;
    border-radius: 3px!important;
    display: table!important;
    width: 100%!important;
}


li.bookingWizardBN {
    color:white!important;
    


}
.bookingWizardBN p{
    margin:0px!important

}*/


/* Booking Wizard */
/*.bookingWizardNav li{
    width: 16%;
    float: left;
    list-style: none;
    /*height: 60px;*/
    /*float: none!important;
    display: table-cell!important;
    padding: 0px!important;
    line-height: 20px!important;
    background: #C5D9DD!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}*/

.idp-grey-text.disabled {
    background: #C5D9DD!important;
}

/*ul.bookingWizardNav {  
    display: inline-block;
    width: 100%;
    padding:0;
    height:60px
}*/


.language-selector .btn {
    background-color:grey;
    height: 30px;
    font-size: 14px;
}

 .language-selector {
    margin-top: -20px;
    z-index: 300;
}

a.btn.btn-small.dropdown-toggle {
    background-color: grey;
    border:none;
}

.ielts-test #btn-find-test-session {
    background-color: #00acac!important;
}

.ielts-test #btn-find-test-session{
    background-color: #00acac!important;
    border-color: #00acac!important;
}

#btn-candidate-find-session {
    background-color: #00acac!important;
    border-color: #00acac!important;
}

#wizard-cancel-button {
    background-color:white;
    border:1px solid black;
    color:black
}

#btnContinue{
    margin-bottom:5px

}

#terms_continue{
    margin-bottom:5px

}


#btn-find-test-session {
    margin-top: 0px; 
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 5px 0 0;
}

.control-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom:10px!important;
    padding: 0 10px 0 0;
    float: left;
    clear: both;
    width: 100%;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: inherit;
    color: #333;
    border: 0;
    margin-left: 0px!important;
    /* border-bottom: 1px solid #e5e5e5; */
}


.idp-grey-text {
    /*padding:5px;*/
    color:black;

}

#wizard-continue-button {
    background-color:#5cb85c;
    color:white;
    border:none;
    margin:0 5px 5px 0

}

#continue, #terms_continue {
    background-color:#5cb85c;
    color:white;
    border:none

}

.identification-file-link{}


.wizard-current-step {
    font-size: 14px!important;
    padding: 8px 5px;
    height:60px;
    color:white!important;
    background-color:#047CB1;
    background:#047CB1 url(images/imgWizardArrow.png) right top no-repeat;
    /* padding-bottom: 5px; */
}

/*.wizard-step {
    font-size: 14px!important;
    padding: 8px 5px;
    height: 60px;
    color: black!important;
    /*background-color: #047CB1;
    background: #047CB1 url(images/imgWizardArrow.png) right top no-repeat;*/
    /* padding-bottom: 5px; 
}*/

.wizard-current-step{
    padding:8px 6px;
    height:60px
}

.wizard-step-number{float:left}
.wizard-step-title{float:left;}

.visitedStep {
    font-size: 14px!important;
    /* padding: 8px 5px; */
    height: 60px;
    color: black!important;
    background-color: #C5D9DD;
}
.visitedStep .wizard-step-title {
    color: black!important;
}

    /*.visitedStep .badge {
        background-color: #C5D9DD!important;
        color: black;
        margin-right: 5px;
    }*/
@media screen and (max-width: 2048px) {
    .wizard-step-title {
        padding: 3px 0 0 0;
        font-size: 15px !important;
        line-height: 18px !important;
        width: 140px;
    }
}

@media screen and (max-width: 992px) {
    .wizard-step-title {
        font-size: 13px !important;
        line-height: 16px !important;
        width: 90px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .wizard-step-title {
        font-size: 11px !important;
        line-height: 14px !important;
        width: 60px;
    }
}
 .language-selector .btn {
            margin-bottom: 5px;
            /*position: fixed;*/
            top: 0;
            right: 0px;
            height: 30px;
            font-size: 14px;
            background-color: grey;
 }
    #wizard-container {
    padding: 0px;
}
    


@media screen and (max-width: 480px) {
    .wizard-step-title{
        font-size:10px!important;
        width: 50px;
        line-height: 12px;
        margin:3px
    }
    .badge {
        font-size:11px;
        
    }
    #wizard-container {
    padding: 0px;
}
    
}

@media screen and (max-width: 370px) {
    .wizard-step-title{
        font-size:9px!important;
        display:none!important;
    }
 
   
}


.table-cell.label-text {
    /*width: 200px!important;*/
    float: left;
}

.badge {
    margin-left:3px
}

.wizard-current-step .badge {
    background-color:#C5D9DD;
    color:black;
    margin-right:10px
}

.wizard-step .badge {
    background-color:#047CB1;
    margin: 0 5px;
}

#wizard-step h1 {
    margin-left:0px
}

.wizard-current-step .idp-red-text{
    color:white
}



a.btn.btn-link.forgot-password{
    background-color:red!important;
    border:none;
    color:white;
    margin-right:5px
}

.cancel{
    background-color:white!important;
    border:1px solid black!important;
    color:black!important;
    margin-right:5px
}

.loginBN{
    background-color:#00acac!important;
    color:white;
    border:none;
}

/*--Forms--*/

/*#wizard-container label {
    float:left;
    clear:both
}*/

#wizard-container input {
    height: 40px;
    width: 100%;
    max-width: 550px;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px 10px;
    /*float:left;
    clear:both*/
}

.valid {
    background-color:#F5F5DC!important;
}

.input-validation-error {
       background-color: #f2dede;
    border-color: #ebccd1;
}


/*#wizard-container select {
    height: 40px;
  
    float:left;
    clear:both

}*/

#wizard-container input[type="radio"], input[type="checkbox"]{
    height: auto;
}

#wizard-container .userName {
        position: relative;
        background-color:white!important;
        color:black!important;
}
    #wizard-container .userName.valid {
        background-color: lightgoldenrodyellow!important;
    }

#wizard-container h6{
    color:#047CB1!important;
    padding-left: 5px;

}


#wizard-step select {
    height: 40px;
   width: 100%;
    max-width: 550px;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px 10px;
    float:left;
    clear:both

}

.loginDialog input {
    height: 40px;
    width: 100%;
    max-width: 550px;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 0px 10px;
    float:left;
    clear:both
}

.loginDialog label {
    float:left;
    clear:both
}

.radio input {
    width: 30px!important;
    float: left;
}

.radio p {
    float: left;
    font-size: 13px;
    font-weight:normal;
    margin-right:25px
}

label {
    margin:5px 0!important
}

label.radio.inline {
    min-width: 120px;
    float: left;
}

.row.section {
    margin-bottom: 5px;
    margin-top: 15px;
   
}

.table-cell.idp-red-text {
    float: left;
}
.table-cell.label-text {
    /*width: 270px!important;*/
    float: left;
}
.table-cell.idp-red-text {
    /* float: right; */
    /*position: absolute;
    right: 25px!important;*/
}

blockquote {
    padding: 15px;
    margin: 0 0 20px;
    border-left: 0px solid #eee; 
    background-color: #eee;
    border-top: 5px solid #eee;
    max-width:800px;
    
}

blockquote.form-section-heading {
    margin-top: 15px;
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #666;
}

.pull-right.idp-red-text.required-legend.text-right {
    padding: 5px;
}

.alert.alert-error{
        color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.help-inline{
    margin:5px 0;
    font-size:11px

}

#loading-overlay{
position:fixed;
left:0;
right:0;
top:0;
margin-left:auto;
width:100%;
margin-right:auto;
background-color: #000;
opacity:0.8;
color: #FFF;
z-index:5;
}

.loading-overlay-text {
    height: 1200px;
    text-align: center;
    margin-top:200px
}

/*--Tables--*/

.mie-table{

}

.mie-table tr:nth-child(even) {background-color: #FFF!important;}
.mie-table tr:nth-child(odd) {background-color: #FFF!important;}

table.mie-table {
    width: 100%;
    max-width: 800px;
    margin-bottom: 40px!important;
}



.btn-link {

}

h5, .h5 {
    font-size: 14px;
}
.notes{
    border-top:0px
}

.noteTitle{
    font-size:10px;
    color:red
}

.noteCopy{
    font-size:10px;
}




table {
    border-right:0px!important;
    border-left:0px!important;

}
.table-bordered {
    border: 0px solid #ddd;
}

tr:nth-child(even) {background: #E8E8E8}
tr:nth-child(odd) {background: #FFF}

thead {
    background-color:#CCDFE5;
    border-right:0px!important;
    border-left:0px!important;
}

th{
    border-right:0px!important;
    border-left:0px!important;
    background-color:#CCDFE5;

}

td{
    border-right:0px!important;
    border-left:0px!important;

}

 table.mie-table{
    border-right:0px!important;
    border-left:0px!important;
    margin-bottom:20px!important;

}
.mie-table .table-bordered {
    border: 0px solid #ddd;
}

.mie-table tr:nth-child(even) {background: #E8E8E8}
.mie-table tr:nth-child(odd) {background: #FFF}

.mie-table thead {
    
    border-right:0px!important;
    border-left:0px!important;
}

.mie-table th{
    border-right:0px!important;
    border-left:0px!important;
    background-color: transparent;
   
    padding:7px 3px;
    

}

.mie-table td{
    border-right:0px!important;
    border-left:0px!important;
    padding:5px;

}

@media only screen and (max-width: 480px) {

   .mie-table td{
        font-size:12px
    }

   .mie-table label{
        font-size:12px
    }

   .mie-table .table-cell {
        font-size:11px
    }

   .col-md-12 {
    padding: 0px;
}
}


#trf-recipient-details{


}

.btn-link{
    background-color:grey;
    color:white;
    border:none;
    margin:0 5px 5px 0;

}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-widget-content {
    /* border: 1px solid #aaa; */
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-resizable {
    position: relative;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

/*--USER--*/

.row.user {
    width:100%;
    max-width: 500px;
    background-color: #CCDFE5;
    margin: 10px 0;
    border-radius:15px;
     
}

.row.user h4 {
    padding:15px 0 0 20px;
    margin:0;


}

.row.user h5 {
    
    margin:0;
    color:#666


}
.row.user h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        color:#047CB1
}

.user blockquote{
    background-color: transparent;
    border-top: 0px solid #eee;

}

.wizard-action-buttons {
    margin:25px 0
}

#wizard-action-buttons {
    margin:25px 0
}

 .userNamePanel{
     margin:15px 0
    

 }

 .paymentInfo {
     border:2px dashed #047CB1;
     width:100%;
    max-width: 500px;
    padding: 15px 15px 20px 15px;
    margin: 10px 0;
 }
.payment {
    /*max-width:600px*/
    margin-top:15px
}

/*.payment li.btn.btn-link.nodeLink {
    width: 100px;
}

.payment .bookingWizardNav li{
    width: 100px;
}

.payment a.ajax-with-loading-spinner.nodeLink {
    background: #047CB1!important;
    color:white!important
}

.payment a.ajax-with-loading-spinner.nodeLink {
    background: #047CB1!important;
    color: white!important;
    width: 230px;
}*/

/*.payment .wizard-step {
    width: 230px;
}*/

/*@media only screen and (max-width: 480px) {
    .payment a.ajax-with-loading-spinner.nodeLink {
    background: #047CB1!important;
    color: white!important;
    width: 120px;
}

.payment .wizard-step {
    width: 120px;
}*/


.alert-info.alert{
    clear:both!important;
    background-color:#DAE9ED
}

.alert-info{
    clear:both!important;
    background-color:#DAE9ED!important
}





/*.payment a.ajax-with-loading-spinner.nodeLink .wizard-step-title {

    color:white!important
}

.payment a.ajax-with-loading-spinner.nodeLink .badge {
    background-color:#C5D9DD;
    color:black;
    margin-right:10px
}*/

 .candidate-form{
     /*margin:0px 5px*/
 }

 /*.nodeLink a {
    padding: 5px!important;
    float: left;
    font-size: 12px;
    color: black;
    height:60px;
    background: #C5D9DD!important;
}*/



  /*a.nodeLink {
    padding:0 5px!important;
    float: left;
    font-size: 12px;
    color: black;
    height:60px
}

 .nodeLink {
    
    float: left;
    font-size: 12px;
    color: black;
    height:60px
}



 .nodeLink .idp-black-text.visitedStep {
    width: 100px;
    float: left;
    margin-right: 0!important;
}*/

 .timer-container {
    background-color: #eee;
    border: 0px;
}

 .alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: transparent;
    border-radius:15px;
}

 #trf-recipient-details th {
    padding: 10px;
}

 /*--Fake Upload*/

 .fakefile {
    z-index: 700;
    margin-top: -45px;
    max-width: 300px;
}



 button#fileUploadBtn {
    float: left;
   
    -webkit-box-ordinal-group: 1!important;
    -moz-box-ordinal-group: 1!important;
    -ms-flex-order: 1!important;
    -webkit-order: 1!important;
    order: 1!important;
    width: 130px;
    
}

 input#fakeupload {
        /* float: left; */
        /* clear: both; */
        -webkit-box-ordinal-group: 2 !important;
        -moz-box-ordinal-group: 2 !important;
        -ms-flex-order: 2 !important;
        -webkit-order: 2 !important;
        order: 2 !important;
        width: 230px;
    }

 .uploader{
     max-width:400px
 }
 .fakefile {
    z-index: 700;
    margin-top: -45px;
    max-width: 450px;
}

@media only screen and (max-width: 480px) {
    input#fakeupload {
        /* float: left; */
        /* clear: both; */
        -webkit-box-ordinal-group: 2 !important;
        -moz-box-ordinal-group: 2 !important;
        -ms-flex-order: 2 !important;
        -webkit-order: 2 !important;
        order: 2 !important;
        width: 170px;
    }
    .fakefile {
    z-index: 700;
    margin-top: -45px;
    max-width: 300px;
}
}
@media only screen and (max-width: 480px) {
    label{
        font-size:13px
    }
}


  /*--Fake Upload--*/
 .ui-widget-content {
    border: 1px solid #eee; 
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

 .uploader{
     opacity:0;
     width:300px
 }

 .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-resizable {
    border-radius: 0px;
    padding:0px;
    top:0px!important;
    
}
 


 .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-widget-header {
    border: 1px solid #fff; 
}

.ui-widget-overlay{
    opacity:0.8;
    background:#333!important
}

.ui-dialog .ui-dialog-titlebar-close{
    color:black
}

.btn-inverse{
    margin:0 5px 5px 0px!important
}

.alert-icon-container{
    width: 50px;
    float: left;
}
.alert-icon-container img{
    width:25px;
    float:left
}


/*--RO--*/

.ro input{
    height: 40px!important;
    width: 97%!important;
    max-width: 550px!important;
    margin-bottom: 10px!important;
    padding: 0 10px!important;
    font-size: 18px!important;
}

.ro select{
    height: 40px!important;
    width: 97%!important;
    max-width: 550px!important;
    margin-bottom: 10px!important;
    padding: 0 10px!important;
    font-size: 18px!important;
}

body.popup-window {
    margin-top: 20px;
}

body.popup-window .container{
    width:100%!important;
    padding: 0 15px!important;
}

.payment input{
    height:40px!important;
    min-width:100px;
    padding:4px 6px;
    font-size:16px

}
.payment select{
    height:40px!important;
    min-width:100px;
    padding:4px 6px;
    font-size:16px

}

input#Ccv{
    height:40px!important
}

.popup-window{

}

.ro thead {
    background-color: grey!important;
}

#trf-recipient-details th {
    padding: 10px;
    background-color: grey;
    color: white;
    font-weight:normal;
    font-size:15px
}

#trf-recipient-details th:hover {
    padding: 10px;
    background-color: grey;
    color: white;
}

#trf-recipient-details th a {
    padding: 10px;
    background-color: grey;
    color: white;
}

#trf-recipient-details td {
    padding: 10px!important;
}

.controlBN {
    padding: 5px 10px;
    width: 100px;
    background-color: #666;
    margin: 0 0 8px 0;
    color: white!important;
}

.green{background-color: green;}

.red{background-color: red;}

.controlBN:hover {
    background-color:#999

    }

.controlBN a {
    color: white!important;
    padding-left:5px;
}


ul.trf {
    padding-left:0px!important;

}

.trf li{
    list-style-type:none;
}

.form-actions{
    margin-top:15px
}
.test-centre-contact  h1{
    margin: 0!important;
}

.test-centre-contact {
    max-width:800px
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color:#047CB1;
  background-color: #CCDFE5;
  border: 0px solid #ccc;
  border-radius: 0px;
  padding: 0px 0px !important;
  margin-top:10px
}

.wizard th{
    height:45px
}
.wizard-number{
    padding:10px 0px 5px 10px;
    
}

.wizard-step{
    height:60px
}

.wizard-title{
    margin:0 0 0 30px;
    padding: 8px 0 3px 0;
    line-height: 17px;
    
}

p.wizard-title {
    padding-top: 8px;
}
.nav-justified .badge{
   float: left;
   margin:6px 0 0 5px
}

.current{
    background-color:#047CB1;
    color:white!important;
    height: 60px;

}

.current .badge{
    background-color: #CCDFE5;
    color:black!important;
    
}

.nodeLink .badge {
    background-color: #666;
}

@media only screen and (max-width: 768px) {
    .current{
    background-color:#047CB1;
    color:white!important;
    height:30px
}
    .wizard-step{
    height:30px
}
}

.nav-justified li {
    float: none!important;
  
}

.nav-justified > li > a {
  padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-weight: normal;
    color: #777;
    text-align: center;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 0%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 0%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%,#e5e5e5 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='', endColorstr='',GradientType=0 );
    background-repeat: repeat-x;
    border: 0px solid #d5d5d5;
}
.nav-justified a:hover {
    background-color: #eee!important;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #eee!important;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.nav-justified > li > a {
    /*border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;*/
    text-align:left;
    margin-bottom:0px
  }
#navbar .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px; 
}

#wizard-container .nav>li>a {
    position: relative;
    display: block;
    padding: 0px 0px; 
}

.payment a.ajax-with-loading-spinner.nodeLink {
    /*width: 180px;*/
}

@media (min-width: 768px) {
  .nav-justified {
    /*max-height: 52px;*/
  }
  .nav-justified > li > a {
    /*border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;*/
    text-align:left;
    margin-bottom:0px
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
   
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
   
  }
}

/*--Admin--*/

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 15px!important;
    height: auto!important;
}

#simulateTestCentre{
    margin:5px 5px;
    height:40px;
    background-color: black;
    color: white;
}
.admin{
        padding:0px 10px 35px 15px
    }

.admin .form-group{
    display: block;
    overflow: auto;
 
    margin-bottom:0px
}

.col-md-12.admin{
    padding:0
}
.col-md-12 .adminContent{
    padding:0
}

.adminContent .col-md-12{
        padding: 30px 30px 100px 30px!important;
}

.adminContent .login .col-md-12{
    padding:0!important
}

.adminContent legend{
    font-size:25px
}
.adminContent .control-group{

}

.adminContent h5{
    font-size:16px
}


.pull-right.idp-red-text.required-legend.text-right{
    font-size:11px!important;
    margin:10px
}


.col-md-12.admin .col-md-12{
    padding:0
}


@media (max-width: 768px) {
    .admin .col-md-12{
        padding:15px 10px 15px 15px

    }
    .adminContent .col-md-12{
    padding:30px 15px!important
}
}

.adminContent input{
    height:40px!important;
    max-width:400px!important;
    border:solid 1px black!important;
    width:100%!important

}

.adminContent select{
    height:40px!important;
    max-width:400px!important;
    border:solid 1px black!important;
    width:100%!important

}

.adminContent input{
    height:40px!important;
    max-width:400px!important;
    min-width:260px!important;
    padding:4px 6px!important;
   font-size:16px!important;

   width:250px
}
.checkbox input {
    width:40px!important;
        min-width:15px!important
}

#create .radio input {
    width:15px!important;
    height:12px!important;
     min-width:15px!important
}
 

.adminContent select{
    height:40px!important;
    max-width:400px!important;
    padding:4px 6px!important;
   font-size:18px!important;
   min-width:260px!important;
   margin-top:0px;
   width: 100%!important;
}

.adminContentselect{
    height:40px;
    
}
input[type="checkbox"]{
    height:15px!important;
        width:30px!important;
}

.management-criteria .control-group {
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 20px!important;
    margin-top:5px;
    padding: 0 10px 0 0;
    float: left;
    clear: none; 
    width: 270px; 
}
.management-criteria .col-md-12{

}

#create{
    padding:0 15px

}

#create input{
    max-width:400px;
    width:100%;
    background-color:white!important;
    border:solid black 1px!important;

}

#create .userName {
    /* position: fixed; */
    top: 0;
    right: 0;
    z-index: 100;
    color: white!important;
    font-size: 11px;
    background-color:white!important;
    border:solid black 1px!important;
}

.accordion-group{
    padding:0
}

#search-results .col-md-12 {
    padding: 0 15px!important;
    margin-top: 15px;
    background-color: #eee;
}

.ui-buttonset {
    margin: 10px 0;
}
.input-group {
    position: relative;
    display: table;
    /* border-collapse: separate; */
    float: left;
    width: 100%;
    
}
.input-group-addon {
    margin-top: 0px !important;
    /* border: 1px solid; */
    height: 38px;
}

.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.qt-date-picker .form-control{
    width:100%
}

input#TestSessionDateString{
    max-width:360px!important;
    color:black!important
}

.form-group.col-md-4 {
    background-color: transparent;
}

.adminContent.selectTests .col-md-12{
    padding:0 15px
}
.adminContent .selectTests {
    background-color: #E8E8E8;
    padding: 15px 30px 50px 30px!important;
    margin: 0px 0 0 0;
}

.specialNeed th{
    font-size:16px;
    font-weight:600;
    padding:8px!important;
    background-color: #eee;
    vertical-align: top;
}

.specialNeed td {
    border-bottom:1px solid grey;
    background-color:white!important
}

td input[type="checkbox"]{
    width:30px

}
@media only screen and (max-width: 480px) {
 .specialNeed table {
     font-size:10px!important
    }

 .specialNeed th {
     font-size:10px!important
    }
}

input[type="checkbox"] {
    height: 15px!important;
    width: 30px!important;
    min-width: 30px!important;
}

.grid-actions-top img{
    display:none
}

.dialog-link img{
    display:none
}
.roles th{
    font-size:16px;
    font-weight:600;
    padding:8px!important;
    background-color: #eee;
    vertical-align: top;
}

    .roles td {
        border-bottom:1px solid #eee!important;
        border-right:1px solid #eee!important;
        background-color:white!important
    }

@media only screen and (max-width: 767px) {
    .roles {
        overflow: scroll;
    }

    .col-md-6.resize {
        width:100%!important;
        padding:0
    }

    .col-md-6.resize img {
        max-width:400px

}
    

}

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    min-width: 75px;
    font-weight: normal !important;
    color: #666;
    font-size: 17px
}

.candidateResults {
    margin-top: 30px!important;
    background-color: #f8f9fa !important;
    padding-bottom: 30px;
}

.candidateResults .text {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    min-width: 75px;
    font-weight: normal !important;
    color: #666;
    font-size: 17px
}
.border-bottom {
    padding-right: 20px;
    border-bottom: 1px solid #666;
    margin: 0!important;
}
.row-p {
    padding: 25px 0px 0px 0px;
}

.request-a-remark {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right
}

#help-topic-list {
    margin-top: 15px
}
.col-sm-2.overall,
.col-sm-8.overall,
.col-sm-4.overall{
    padding: 0px;
}
.col-sm-2.overall .overall-header,
.col-sm-8.overall .overall-header,
.col-sm-4.overall .overall-header {
    background: grey;
    padding: 3px;
    font-weight: bold;
}
.col-sm-2.overall .text,
.col-sm-4.overall .text,
.col-sm-8.overall .text{
    padding: 3px 20px 3px 0;
}
div > div.row.sub:nth-of-type(odd) {
      background: #e0e0e0;
}
.row .col-sm-12,
.row.sub .col-sm-12 {
    padding-left: 0px;
}
.overall-header.dynamic {
}
    /*@media screen {
    #printSection {
    display: none;
    }
    }

    @media print {
    body > *:not(#printSection) {
    display: none;
    }

    #printSection, #printSection * {
    visibility: visible;
    }

    #printSection {
    position: absolute;
    left: 0;
    top: 0;
    }
    }*/