@font-face {
    font-family: "Montserrat:800", sans-serif
}

.navbar {
    border: 0;
    margin: 0;
    border-radius: 0;
    min-height: unset
}

.navbar-header {
    width: 100%;
    background-color: #ffffff;
    height: 125px;
    padding: 15px 10px 0 10px;
    float: unset
}

.navbar-brand {
    margin: 0
}

.navbar-brand_cell {
    background: url("../images/interface/nqbp-master-logo-rgb.svg");
    background-repeat: no-repeat;
    min-width: 100%;
    height: 100%;
    margin-left: 0 !important
}

.languageFlag {
    display: inline-block;
    max-width: 50px;
    border: none;
    padding: 5px
}

.dropdown-menu {
    padding: 0;
    background-color: #005e81 !important
}

.dropdown-menu li a {
    color: #fff !important
}

.dropdown-menu li a:hover {
    color: #005e81 !important;
    background-color: #ffffff !important
}

.dropdown-menu li a:focus {
    color: #005e81 !important;
    background-color: #ffffff !important
}

#myNavbar {
    font-size: 16px
}

.navbar-inverse {
    background-color: #e3e3e3;
    background-color: #005e81
}

.navbar-inverse .navbar-nav {
    background-color: #005e81;
    color: #ffffff
}

.navbar-inverse .navbar-nav .active a {
    color: #ffffff;
    background-color: #0f7177 !important
}

.navbar-inverse .navbar-nav .active a:hover {
    border-color: #005e81;
    background-color: #005e81 !important;
    color: #ffffff !important
}

.navbar-inverse .navbar-nav .open a {
    background-color: #ffffff;
    color: #005e81 !important
}

.navbar-inverse .navbar-nav .open a:hover {
    border-color: #005e81;
    background-color: #005e81 !important;
    color: #ffffff !important
}

.navbar-inverse .navbar-nav .open a:focus {
    background-color: #e3e3e3;
    color: #000 !important
}

.navbar-inverse .navbar-nav .open li a {
    background-color: #ffffff !important;
    color: #005e81 !important
}

.navbar-inverse .navbar-nav .open li a:hover {
    border-color: #005e81;
    background-color: #005e81 !important;
    color: #ffffff !important
}

.navbar-inverse .navbar-nav .open li a:focus {
    background-color: #e3e3e3;
    color: #000 !important
}

.navbar-inverse .navbar-nav li a {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

.navbar-inverse .navbar-nav li a:hover {
    BORDER-color: #005e81;
    color: #ffffff;
    background-color: #0f7177 !important
}

.navbar-inverse .navbar-nav li a:focus {
    BORDER-color: #005e81;
    color: #ffffff;
    background-color: #0f7177 !important
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #64727d;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navmenu ul li a {
    color: #ffffff
}
.navmenu ul li a.disabled {
    color: #64727d;
}

.navbar-nav {
    margin: 0
}

.portal-menu {
    color: #ffffff;
    font-size: 14px;
    background-color: #005e81
}

.header .logo {
    background-image: url("../images/interface/nqbp-master-logo-rgb.svg");
    background-repeat: no-repeat;
    background-position: left;
    height: 95px
}

.header {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
    z-index: 100
}

#footer.show {
    height: 170px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

#footer {
    background: #353434;
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 300;
    bottom: -30px;
    overflow: none;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.touchFooter {
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
    color: #b0b0b0
}

.touchmenu {
    text-align: center;
    line-height: 8px
}

.touchmenu a {
    text-align: center;
    padding: 0;
    font-size: 8px;
    line-height: 8px;
    color: #ddd
}

.touchmenu span {
    font-size: 24px
}

@media screen and (max-device-width: 767px) {
    .header .logo {
        background-image: url("../images/interface/nqbp-master-logo-rgb.svg");
        background-repeat: no-repeat;
        background-position: left;
        height: 50px
    }

    .header {
        background: #ffffff none repeat scroll 0 0;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
        z-index: 100
    }

    .navbar-collapse .nav > li {
        display: inline;
        margin: 0
    }

    .panel-header h2 {
        font-size: 18px;
        padding-bottom: 15px
    }

    .navbar-header {
        width: 100%;
        background-color: #ffffff;
        padding: 0 10px 0 10px;
        float: unset
    }

    .navbar-brand {
        margin: 0
    }

    .navbar-brand_cell {
        background: url("../images/interface/nqbp-master-logo-rgb.svg");
        background-repeat: no-repeat;
        height: 35px;
        background-size: 25px auto;
        min-width: 100%;
        margin-top: 10px;
        margin-left: 0 !important
    }
}

.btn.focus, .btn:hover {
    text-decoration: underline
}

.btn {
    border-radius: 0;
    letter-spacing: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 700
}

.btn-default {
    background-color: #63666A;
    border-color: #63666A;
    color: #ffffff
}

.btn-default:hover {
    background-color: #e3e3e3 !important;
    color: #000 !important
}

.btn-primary {
    background-color: #005e81 !important;
    color: #ffffff
}

.btn-primary span {
    color: #ffffff
}

.btn-primary:hover {
    background-color: #64727d !important;
    color: #ffffff
}

.btn-secondary {
    background-color: #0f7177 !important;
    color: #ffffff
}

.btn-secondary span {
    color: #ffffff
}

.btn-secondary:hover {
    background-color: #63666A !important;
    color: #ffffff
}

.btn-secondary-active {
    background-color: #63666A !important;
    color: #ffffff
}

.btn-tertiary {
    background-color: #000;
    border-color: #000;
    color: #005e81
}

.btn-tertiary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000
}

.btn-danger {
    color: #fff;
    background-color: #ff0902;
    border-color: #ad2c28
}

.btn-help {
    background-color: #63666A;
    border-color: #63666A;
    color: #ffffff;
    white-space: unset
}

.btn-back {
    background-color: #63666A;
    border-color: #63666A;
    color: #ffffff;
    white-space: unset;
    float: left
}

.btn-induction-status-complete {
    background-color: #0f7177;
    color: #ffffff
}

.btn-induction-status-complete:hover {
    background-color: #24a4ac;
    color: #ffffff
}

.btn-induction-status-incomplete {
    background-color: #005e81;
    color: #ffffff
}

.btn-induction-status-incomplete:hover {
    background-color: #005e81;
    color: #ffffff
}

.searchBtn {
    background-color: #005e81 !important;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 15px
}

.searchBtn span {
    color: #ffffff
}

.searchBtn:hover {
    background-color: #64727d !important;
    margin-left: 10px;
    color: #ffffff
}

.importBtn {
    background-color: #000;
    margin-left: 10px;
    margin-top: 40px;
    color: #005e81
}

.exportExcelBtn {
    background-color: #005e81 !important;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 15px
}

.exportExcelBtn span {
    color: #ffffff
}

.exportExcelBtn:hover {
    background-color: #64727d !important;
    color: #ffffff
}

.addBtn {
    background-color: #005e81 !important;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 15px;
    border-color: transparent
}

.addBtn span {
    color: #ffffff
}

.returnBtn {
    border-radius: 0;
    background-color: #0f7177;
    border-color: #0f7177;
    color: #ffffff
}

.returnBtn:hover {
    background-color: #63666A !important;
    border-color: #63666A !important;
    color: #ffffff
}

.btn-indutionReturn {
    border-radius: 0;
    background-color: #0f7177;
    border-color: #0f7177;
    color: #ffffff
}

.btn-indutionReturn:hover {
    background-color: #63666A !important;
    border-color: #63666A !important;
    color: #ffffff
}

.btn-induction {
    border-radius: 0;
    border-color: #005e81;
    min-height: 250px;
    cursor: pointer;
    background-color: #005e81;
    color: #ffffff
}

.profile_picture {
    display: block;
    background-color: #f5f5f5;
    border-color: #6c757d !important;
    padding: 5PX;
    margin-bottom: 5PX;
    max-height: 200px;
}

#pic_prt_div
{
    margin-left: -10px !important;
    padding-left: 0px !important;
}

#cnfMsg
{
    color: #ad2c28;
    margin-top: -80px;
    display: none;
    font-size: 12px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    
}

.btn-induction:hover {
    cursor: pointer;
    border-color: #005e81
}

.selection-btn {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 0 10px;
    text-align: left;
    white-space: normal;
    width: 100%;
    background-color: #0f7177;
    color: #ffffff
}

.selection-btn:hover {
    color: #0f7177
}

.selection-text {
    display: block;
    font-size: 16px;
    height: 75px;
    overflow-wrap: normal;
    padding-bottom: 20px;
    text-align: left
}

.selection-btn:hover {
    color: #005e81
}

.selection-bg {
    font-size: 90px;
    padding: 0;
    color: #005e81
}

.language_btn {
    float: right
}

.search-btn {
    float: right
}

@media screen and (max-device-width: 767px) {
    .btn {
        font-size: 12px
    }
}

.modal-header {
    background-color: #24a4ac;
    color: #0f7177
}

.modal-header .close{
    color: #005e81;
    text-shadow: 0 1px 0 #005e81;
    opacity: 1;
}

.modal-title {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #d5d5d5
}

.modal-header h3.modal-title {
    font-size: 18px;
}

.modal-body label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #005e81
}

.modal-body {
    background-color: #e3e3e3
}

.table-condensed > tbody > tr > td {
    text-align: left !important
}

.table-condensed > thead > tr > th {
    text-align: left !important
}

.btn-table-header {
    background-color: #63666A;
    max-width: 150px;
    color: #ffffff;
    white-space: normal;
    font-family: arial;
    font-size: 12px;
    text-align: left
}

.btn-table-header:hover {
    color: #ffffff;
    text-decoration: underline
}

thead {
    background-color: #63666A
}

.tableTitle {
    max-width: 100px;
    border: none;
    background: transparent
}

body {
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    letter-spacing: 0
}

input, select, textarea {
    font-size: 12px !important
}

.input-group-addon {
    font-size: 12px;
    white-space: unset;
    text-align: right;
    color: #000;
    background: #e3e3e3
}

.pageBgd {
    background: #b4d6e0
}

h1, h2, h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif
}

.mandatory {
    color: #ff0902;
    font-size: 20px
}

.mandatoryField:after {
    content: " *";
}

.container {
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%
}

.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15px
}

.form-gutter {
    margin-right: 1.2%
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #63666A;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    width: 100%
}

.footer {
    text-align: right;
    background-color: #e3e3e3;
    color: #64727d;
    font-size: .8875em;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px
}

.front-image {
    position: absolute;
    top: -325px;
    left: 0
}

.searchArea {
    padding-right: 0;
    padding-top: 10px;
    min-height: 130px
}

#searchpanel {
    border: 0 solid #adadad;
    background-color: #fff;
    color: #2e2e2e;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    padding: 10px 0 0 10px;
    min-height: 185px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

.breadcrumb {
    margin-left: 0;
    color: #005e81;
    background-color: #ffffff;
    font-size: 23px;
    border-radius: 0;
    text-align: left;
    display: block;
    white-space: normal;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #005e81;
    display: inline-block
}

.searchLabel, label {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #000;
    margin: 7px;
    text-transform: uppercase
}

#title_area {
    display: table;
    position: relative;
    margin-left: 0;
    padding-left: 20px;
    min-height: 100px;
    background-color: #005e81;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%
}

.title {
    display: table-cell;
    vertical-align: middle
}

.titlecontainer {
    border: 4px solid #ffffff
}

#title_main {
    background-color: #005e81;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    padding: 30px 20px 20px;
    min-height: 100px;
    text-transform: uppercase;
    float: left
}

#title_main .sub {
    font-weight: 700
}

.title_sub {
    background-color: unset;
    color: #000;
    font-size: 30px;
    padding-top: 10px;
    text-transform: uppercase
}

.login_box {
    background-color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 15px;
    min-height: 330px
}

.login_box h2 {
    color: #0f7177;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    background-color: unset
}

.login_box label {
    color: #000;
    font-weight: 400;
    font-size: 24px
}

.newuser_box {
    background-color: #f1f8fa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
    min-height: 330px
}

.newuser_box h2 {
    color: #005e81;
    font-weight: 400;
    font-size: 24px;
    background-color: unset
}

.newuser_box p {
    color: #000
}

.support_box {
    background-color: #b4d6e0;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 200px
}

.support_box a {
    color: #000
}

.support_box p {
    color: #000
}

.support_box h2 {
    color: #0f7177;
    font-weight: 400;
    font-size: 24px;
    background-color: unset
}

.Selfregistration_box {
    background-color: #ffffff;
    padding: 15px 25px;
    margin-bottom: 15px
}

.Selfregistration_box label {
    color: #000;
    font-weight: 400;
    font-size: 24px
}

.Selfregistration_box h2 {
    color: #005e81;
    font-size: 24px;
    font-weight: 400;
    text-align: left
}

.passwordreminder_box {
    background-color: #ffffff;
    padding: 15px 25px;
    margin-bottom: 15px
}

.passwordreminder_box label {
    color: #000;
    font-weight: 400;
    font-size: 24px
}

.passwordreminder_box p {
    color: #000
}

.passwordreminder_box h2 {
    color: #005e81;
    font-size: 24px;
    font-weight: 400;
    text-align: left
}

.selection_box {
    background-color: #ffffff;
    padding: 5px 25px;
    margin-bottom: 15px
}

.selection_box h1 {
    color: #005e81;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.selection-text {
    display: block;
    font-size: 22px;
    height: 75px;
    overflow-wrap: normal;
    padding-bottom: 20px;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif
}

.panel-header h2 {
    color: #005e81;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 25px;
    text-align: left
}

.panel-body p, .panel-body li {
    font-size: 16px;
}

.induction-panel {
    border-radius: 0;
    border-color: #64727d;
    min-height: 280px;
    cursor: pointer;
    background-color: #5fc8d8;
    color: #ffffff
}

.induction-panel-overlay {
    background: none repeat scroll 0 0 #ffffff;
    opacity: .95;
    bottom: 0;
    left: 0;
    right: 30px;
    min-height: 120px;
    padding: 15px;
    color: #005e81;
    position: relative;
    padding-bottom: 0;
    padding-top: 5px
}

.breadcumb {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 27px;
    padding-top: 25px;
    color: #005e81;
    background-color: #ffffff;
    font-size: 23px;
    border-radius: 0;
    min-height: 40px;
    text-align: left;
    display: block;
    white-space: normal;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0
}

header {
    background: #ffffff none repeat scroll 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
    z-index: 100;
    padding-left: 35px
}

.header .logo {
    background-image: url("../images/interface/logo-small.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 110px;
    background-size: 140px auto
}

.alert {
    font-size: 14px;
}

@media screen and (max-device-width: 767px) {
    .title_sub {
        font-size: 20px
    }

    .title_main {
        font-size: 26px
    }

    .title_area {
        height: 200px
    }

    .login_box h2, .newuser_box h2, .Selfregistration_box h2, .passwordreminder_box h2, .support_box h2 {
        font-size: 18px
    }

    .input-group-addon {
        font-size: 10px;
        white-space: unset;
        text-align: right
    }

    .contentWindow {
        padding: 0
    }

    .header {
        background: #ffffff none repeat scroll 0 0;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.46);
        z-index: 100;
        padding-left: 35px
    }

    .header .logo {
        background-image: url("../images/interface/logo-small.png");
        background-repeat: no-repeat;
        background-position: left;
        height: 60px;
        background-size: 100px auto
    }

    .login_box {
        min-height: unset
    }

    .selection_box h2 {
        font-size: 18px;
        font-weight: 400
    }

    .selection-text {
        height: 40px
    }

    .selection-bg {
        font-size: 40px;
        padding: 10px;
        font-size: 16px
    }
}

.portal_active a {
    color: #96ceb5 !important;
}

#spinner-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    background-color: #f5f5f5;
}

.loadingSpinner {
     position: absolute;
     top: 50%;
     left: 15%;
     transform: translateY(-50%);
     height: 70px;
 }

#detailsSpinner {
    width: 100%;
    text-align: center;
}

.spinnerDetails {
    height: 70px;
}

.panel-footer-login {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bump {
    margin-left: 5px;
}

.under18 {
    color: red !important;
}

.danger-label {
    position: relative;
    margin-left: 5px;
    top: -1px;
}