* {
-webkit-print-color-adjust: exact;
}
*:focus{
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}
@media print {
    .nav-menu {
      display: none;
    }
    .header {
      position: absolute;
    }
}
label{
    margin-bottom: 0;
    font-weight: 300;
}
.section-bg{
    background-color: lightyellow;
    padding: 15px;
}
.add-member-btn.study-role{
    right: 15px;
}
.w-dropdown-list label{
    cursor: pointer;
}
.w-dropdown-list label input[type="radio"]{
    opacity: 0;
    position: absolute;
}
.form-dropdown{
    position: relative;
}
.form-dropdown-list {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 5px;
    background-color: #fff;
    z-index: 2;
}
.icon-dropdown{
    transition: transform 200ms ease 0s;
    z-index: 0;
}
.icon-dropdown[data-active]{
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
}
.tick-box-btn input[type="checkbox"]{
    display: none;
}
.tick-box-btn input[type="checkbox"]:checked + div{
    height: 100%;
    background-image: url(../images/icon-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.radio-row{
    flex-wrap: wrap;
    height: auto;
    min-height: 45px;
}
.radio-label{
    float: none;
}
.error{
    border-color: red!important;
}
label.error{
    color: red;
}
.field-label label.error{
    display: inline-block;
    margin-left: 10px;
    text-transform: none;
}
input[type="radio"].error + div, input[type="checkbox"].error + div{
    color: red;
}
.password-success-b, .forgot-message-b{
    opacity: 1;
    display: block;
}
.editor ul, .mce-content-body ul{
    padding-left: 0;
    list-style-type: none;
}
.editor ul li, .mce-content-body ul li{
    padding-left: 15px;
    background-image: url(../images/bullet.svg);
    background-position: 0px 9px;
    background-size: 5px;
    background-repeat: no-repeat;
}
[v-cloak]{
    display: none!important;
}
.middle{
    vertical-align: middle;
}
.subject-age-row > div{
    margin-right: 10px;
}
.subject-age-row-label{
    width: 62px;
}
.multi-table-col._16{
    width: 16.666666%;
}
.multi-table-col._20{
    width: 20%;
}
.multi-table-col:last-child{
    border-right: 1px solid #ccc;
}
.all{
    min-height: calc(100vh - 97px);
    display: flex;
    flex-direction: column;
}
body.logged .all{
    min-height: calc(100vh - 147px);
    justify-content: flex-end;
}
.section-content{
    flex-grow: 1;
}
.list-name{
    display: flex;
}
.txt-completed{
    color: #4CAF50;
    font-weight: normal;
    margin-left: 10px;
}
.program-title-b{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: auto;
}
.txt-pre-requisite-courses{
    font-size: 16px;
    font-weight: normal;
    color: #4CAF50;
    margin-top: 2px;
}
.program-listing-b[disabled] .txt-pre-requisite-courses{
    color: red;
}
.program-content-b{
    position: relative;
}
.program-listing-b[disabled] .program-content-b:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: white;
    display: block;
}
.btn[data-loading]{
    cursor: wait;
}
.program-link{
    height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
}
.program-course-number{
    height: auto;
    display: flex;
}
.txt-course{
    margin-top: 0;
}
.section-footer{
    z-index: 0;
}
.tick-box input[type="radio"], .tick-box input[type="checkbox"]{
    display: none;
}
.tick-box input[type="radio"]:checked+.tick-box-btn .icon-tick,
.tick-box input[type="checkbox"]:checked+.radio-label-col .tick-box-btn .icon-tick{
    display: block;
}
.form-row{
    position: relative;
}
.tick-box-btn.role{
    /*margin-top: 0;*/
}
.tick-box-role{
    display: block;
    float: none;
    /*align-items: center;*/
}
.tick-box-normal .tick-box-label{
    font-weight: 300;
}
.tick-box-normal .tick-box-btn{
    /*border-width: 1px;*/
    border-color: #444;
}
/*.form-row .btn-del{
    margin-top: 0;
    margin-right: 0;
    right: 15px;
}*/
.radio-dot{
    opacity: 0;
}
.radio-btn input[type="radio"]{
    display: none;
}
.radio-btn:only-child .radio-border{
    /*display: none;*/
}
.radio-btn input[type="radio"]:checked+.radio-label-col .radio-dot{
    opacity: 1;
}
.checkbox-btn input[type="checkbox"]{
    display: none;
}
.checkbox-btn input[type="checkbox"]:checked+.tick-box-btn .icon-tick,
.checkbox-btn input[type="checkbox"]:checked+ div > .tick-box-btn .icon-tick{
    display: block;
}
.checkbox-btn input[type="checkbox"].error + div + div{
    color: red;
}
.contract-service-b, .redcap-service-b{
    display: block;
}
.radio-btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: none;
}
.radio-border{
    margin-top: 6px;
    float: none;
}
.tick-box-btn.role{
    margin-top: 4px;
}
.tick-box-f{
    display: flex;
}
.radio-label-col{
    display: flex;
    align-items: flex-start;
    flex: 1;
    float: none;
}
.radio-label-col + div{
    padding-left: 30px;
}
.multi-centres-col{
    display: block;
}
.txt-field[readonly]{
    cursor: text;
    background-color: transparent;
}
.redcap-table-b{
    display: block;
}
.other-service-form{
    display: block;
}
.file-cell{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.file-cell .btn-del{
    margin-top: 0;
    margin-right: 0;
    position: static;
    margin-left: 5px;
    flex-shrink: 0;
}
.answer-upload-b{
    width: auto;
    margin-top: 0;
    flex-shrink: 1;
    min-width: 0;
}
.answer-upload-b > div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.heading-remark{
    font-size: 16px;
}
.section-btn-b{
    display: flex;
    flex-wrap: wrap;
}
.section-btn-col{
    flex: 1;
    float: none;
    width: auto;
}
.section-btn-b[data-grid="1"]{
    justify-content: center;
}
.section-btn-b[data-grid="3"] .section-btn-col{
    flex-basis: 33.3333%;
    /*max-width: 33.3333%;*/
}
.section-btn-b[data-grid="1"] .section-btn-col, .section-btn-b[data-grid="2"] .section-btn-col{
    flex-basis: 50%;
    max-width: 50%;
}
/*input[type="checkbox"]:checked + .tick-box-btn{

}*/
label[disabled]{
    pointer-events: none;
}
label[disabled] .tick-box-btn{
    opacity: 0.5;
}
.member-warning-b{
    position: static;
    margin-top: 10px;
    margin-left: 0;
}
.menu-container{
    display: flex;
    justify-content: space-between;
}
.nav-link{
    margin-right: 20px;
}
/*.nav-link-align-b{
    width: auto;
    padding-right: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}*/
.header-btn{
    display: flex;
}
.txt-hello{
    line-height: 1.2;
}
.container.top{
    height: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.container.top:before, .container.top:after{
    content: none;
}
/*.top-b{
    padding-top: 12px;
    padding-bottom: 12px;
}*/
.v08-questionmark-btn:hover .hover-download-txt{
    display: block;
    opacity: 1;
}
.logo-txt{
    width: auto;
    height: 70px;
}
.img-logo-txt{
    height: 100%;
    width: auto;
}
.logo{
    height: 70px;
    width: auto;
}
.img-logo{
    width: auto;
    height: 100%;
}
.best-view{
    color: #818181;
    text-align: center;
}
.upload-field{
    background-color: white;
    padding-right: 42px;
}
.service-table-b{
    display: block;
    margin-bottom: 0;
}
.text-field-col .add-member-btn{
    right: -50px;
}
.btn-txt-link{
    position: relative;
    display: inline-flex;
    padding-left: 0;
    margin-left: 25px;
}
.file-link{
    position: relative;
    z-index: 2;
    pointer-events: auto;
}
.service-table-col.email{
    word-break: break-all;
}
.form-dropdown-toggle{
    background-color: white;
}
.form-dropdown-toggle > div{
    text-overflow: ellipsis;
    overflow: hidden;
}
.field-description{
    margin-bottom: 5px;
}
.btn.btn-hover-danger:hover{
    background-color: red;
}
.btn-close-redcap{
    width: 50%;
    margin-top: 80px;
}
.add-member-btn{
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.add-member-btn, .add-member-btn.study-role{
    top: 35px;
}
.form-col._100{
    clear: both;
}
.radio-col{
    display: flex;
    flex-direction: column;
    position: relative;
    float: none;
    margin-right: 20px;
}
.radio-col:last-child{
    margin-right: 0;
}
.radio-col[readonly]{
    opacity: 0.5;
}
.radio-col[readonly]:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}
.radio-remark{
    padding-left: 26px;
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: 12px;
}
/*.add-member-btn.multi{
    margin-top: -42px;
}*/
.normal{
    font-weight: normal;
}
.radio-row[full-width]{
    flex-direction: column;
    height: auto;
    align-items: flex-start;
}
.form-row{
    margin-bottom: 0;
}
.form-col{
    margin-bottom: 30px;
}
.multi-centres-col{
    margin-bottom: 30px;
}
.multi-table-col .form-col{
    margin-bottom: 0;
}
.form-col .field-label.heading {
}
.field-label.heading{
    color: #444;
}
.multi-centres-b{
    width: 100%;
}
.multi-table-col.study-site, .multi-table-col.country{
    width: 50%;
    border-left-style: solid;
}
.repeater{
    padding-top: 35px;
    position: relative;
}
.table{
    text-align: left;
    width: 100%;
    font-size: 15px;
}
.table th{
    background-color: #444;
    color: #fff;
}
.table th, .table td{
    border: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: top;
}
.table.bottom-border th, .table.bottom-border td{
    border-left: none;
    border-right: none;
}
.table th:last-child, .table td:last-child{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.repeater-btn-add{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-add-yellow.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.repeater-btn-add:hover {
    background-image: url(../images/icon-add-orange.svg);
}
.repeater-btn-del{
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-del-grey.svg);
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
}
.repeater-btn-del:hover {
    background-image: url(../images/icon-del-red.svg);
}
.container-900{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1120px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.radio-row{
    align-items: flex-start;
}
.radio-txt-field{
    margin-left: 0;
}
.pre{
    white-space: pre-wrap;
}
.btn-danger, .btn-danger:hover{
    background-color: red;
}
.request-status-b{
    z-index: 3;
}
.nav-link-align-b{
    float: none;
    min-width: 0;
}
.header-btn-align-b{
    float: none;
}
.menu-container{
    flex-wrap: wrap;
    
}
@media(max-width: 1188px){
    .menu-container{
        justify-content: center;
        flex-direction: column;
    }
}
@media(min-width: 992px){
    .nav-link-align-b{
        width: auto;
    }
    
}
@media(max-width: 991px){
    .all{
        min-height: calc(100vh - 86px);
    }
    .container.top{
        padding-right: 96px;
    }
    .menu-container{
    }
    .txt-hello{
        text-align: left;
        padding-left: 5%;
        padding-top: 17px;
        padding-bottom: 13px;
    }
    .w-nav[data-collapse="medium"] .w-nav-button.menu-btn{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .menu-line01, .menu-line03{
        margin-top: 0;
        margin-bottom: 0;
    }
    .nav-menu{
        /*padding-top: 76px;*/
    }
    .logo, .logo-txt{
        height: 60px;
    }
    .top-logo-b{
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media(min-width: 768px){
    .service-request-btn-b{
        min-width: 305px;
    }
    .service-request-top-b .heading-b{
        padding-right: 20px;
    }
}
@media(max-width: 767px){
    .radio-btn{
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .tick-box-role-b._50{
        width: 100%;
        float: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .form-col{
        position: relative;
    }
    .form-row.add-member .add-member-btn{
        bottom: 0;
        top: auto;
        transform: none;
    }
    .form-row.add-member .text-field-col .add-member-btn{
        right: 0;
        top: 30px;
    }
    .logo{
        display: block;
        float: none;
        height: 52px;
    }
    .container.top{
        padding-right: 65px;
    }
    .top-logo-b{
        width: auto;
        float: none;
        margin-right: 0;
    }
    .top-col-r{
        width: auto;
        float: none;
    }
    .logo-txt{
        height: 40px;
    }
    .nav-menu{
        padding-top: 140px;
    }
    .header-btn-align-b{
        margin-top: 0;
    }
    .container.top{
        flex-direction: column;
        align-items: flex-start;
    }
    .top-logo-b{
        margin-bottom: 15px;
    }
    .hidden-xs{
        display: none!important;
    }
}