﻿body {
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif !important;
    color: #878787 !important;
    background-color: #fcfcfc;
    
}

html {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/nunito-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v23-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

::-webkit-scrollbar {
    width: 12px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: grey;
}

.test::placeholder {
    color: black;
}

    .stock-request-popup::placeholder{
        color: white;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

.categories {
    padding-left: 5rem;
    text-align: left;
    color: #fff
}

    .categories > p {
        padding-top: 1rem;
    }

        .categories > p > a {
            text-decoration: none;
            color: white;
        }

.battry {
    background-color: #0D6E7A;
    color: white;
    padding: 0px 15px 15px 15px;
    border-radius: 3px;
}

.assessments {
    padding: 15px 15px;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.logo {
    height: 10vh !important;
    margin-right: 0;
}


.navbar-nav {
    margin-top: 12px !important;
    color: #009fb1 !important;
}

.navbar {
    margin-bottom: 0 !important;
}

.nav {
    color: #009fb1 !important;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;
}

.navbar {
    min-height: 28px !important;
}

.navbar-inverse {
    background-color: #282c34 !important;
    /*padding-top: 3rem;*/
    padding-bottom: 1.3rem;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0px !important;
    border-color: none !important;
    /*  -webkit-box-shadow: 0px 4px 3px 0px #919191;
    -moz-box-shadow: 0px 4px 3px 0px #919191;
    box-shadow: 0px 4px 3px 0px #919191;*/
    /*    border-color: #009fb1 !important;
*/
}

.bulkTableStatus {
    display: inline;
    padding: 0.7em 2em 1em;
    /* font-size: 75%; */
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.uploadStatus {
    display: inline;
    padding: 0.7em 2em 1em;
    /* font-size: 75%; */
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    border-radius: 0.25em;
}

.uploadStatus:empty {
   display: none;
}

 a {
    text-decoration: none;
}

.news {
    background-color: #282c34 !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    border-radius: 3px;
    color: #fff
}

.news-hr {
    margin-top: 3rem;
    margin-bottom: 1rem !important;
    border-top: 1px solid #282c34;
}

.navbar-inverse .navbar-brand {
    color: #009fb1 !important;
}

    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
        color: #cbebee !important;
    }

.navbar-inverse .navbar-text {
    color: #009fb1 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
    border: 1px solid transparent !important;
    border-radius: 2px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #009fb1 !important;
    }

.navbar-inverse .navbar-nav > li > ul > li > a {
    color: #009fb1 !important;
}

    .navbar-inverse .navbar-nav > li > ul > li > a:hover, .navbar-inverse .navbar-nav > li > ul > li > a:focus {
        color: #009fb1 !important;
    }

.navbar-inverse .navbar-nav > li > .dropdown-menu-Alt {
    background-color: #ffffff !important;
}

    .navbar-inverse .navbar-nav > li > .dropdown-menu-Alt > li > a {
        color: #009fb1 !important;
    }

        .navbar-inverse .navbar-nav > li > .dropdown-menu-Alt > li > a:hover,
        .navbar-inverse .navbar-nav > li > .dropdown-menu-Alt > li > a:focus {
            color: #cbebee !important;
            background-color: #3db6c3 !important;
        }

    .navbar-inverse .navbar-nav > li > .dropdown-menu-Alt > li > .divider {
        background-color: #ffffff !important;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #3db6c3 !important;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #3db6c3 !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #009fb1 !important;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #009fb1 !important;
}

.navbar-inverse .navbar-link {
    color: #009fb1 !important;
}

    .navbar-inverse .navbar-link:hover {
        color: #cbebee !important;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > li > a {
        color: #009fb1 !important;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > li > a:focus {
            color: #cbebee !important;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu-Alt > .active > a:focus {
        color: #cbebee !important;
        background-color: #E7F6F7 !important;
    }
}


.nav > li.nav-header > a {
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.badge-notify {
    background: red;
    position: relative;
    top: -40px;
    left: 5px;
}

.divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}

.notification {
    border-bottom: #f2f2f2;
    width: 400px;
    padding: 3px;
}

.notification-header {
}

.notification-description {
    font-size: 12px;
    color: darkgray;
}

.notification-ago {
    font-size: 9px;
    color: lightgray;
}

.new-notification {
    background-color: #E7F6F7;
}

.notification-item:hover {
    background-color: #E7F6F7 !important;
}

.type {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.dropdown-menu-scrollable-Alt {
    overflow: auto;
    height: 51vh;
    list-style: none;
}

.dropdown-menu-bottom-Alt {
    list-style: none;
}

    .dropdown-menu-bottom-Alt .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu-bottom-Alt > li > a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu-bottom-Alt > li > a:hover,
        .dropdown-menu-bottom-Alt > li > a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #428bca;
        }

    .dropdown-menu-bottom-Alt > .active > a,
    .dropdown-menu-bottom-Alt > .active > a:hover,
    .dropdown-menu-bottom-Alt > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu-bottom-Alt > .disabled > a,
    .dropdown-menu-bottom-Alt > .disabled > a:hover,
    .dropdown-menu-bottom-Alt > .disabled > a:focus {
        color: #999999;
    }

.dropdown-header-Alt {
    display: block;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
    margin: 5px 0px 3px 0px;
}

.account-names {
    margin: 0px 0px 3px 0px;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
}

.activeAccount {
    color: black;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    list-style: none;
    margin: 0px 0px 3px 0px;
}

.searchBox {
    font-style: italic;
    font-weight: bold;
    width: 280px;
    margin-left: 15px;
    margin-bottom: 4px;
}

.dropdown-menu-Alt {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 405px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 100;
}

.dropdown-menu-scrollable-Alt.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu-scrollable-Alt .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu-scrollable-Alt > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .dropdown-menu-scrollable-Alt > li > a:hover,
    .dropdown-menu-scrollable-Alt > li > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #428bca;
    }

.dropdown-menu-scrollable-Alt > .active > a,
.dropdown-menu-scrollable-Alt > .active > a:hover,
.dropdown-menu-scrollable-Alt > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu-scrollable-Alt > .disabled > a,
.dropdown-menu-scrollable-Alt > .disabled > a:hover,
.dropdown-menu-scrollable-Alt > .disabled > a:focus {
    color: #999999;
}

.dropdown-menu-Alt > .disabled > a:hover,
.dropdown-menu-Alt > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu-Alt {
    display: block;

}

.open > a {
    outline: 0;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu-Alt {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu-Alt,
.navbar-fixed-bottom .dropdown .dropdown-menu-Alt {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu-Alt {
        right: 0;
        left: auto;
    }
}

@media(max-width: 1366px){

    .home-footer {
        color: #ffff;
        border-radius: 2.5px;
        margin-top: 15rem !important;
        padding-bottom: 1rem !important;
        padding-top: 2rem !important;
        padding-left: 2rem !important;
        padding-right: 1rem !important;
    }

    .balance-spacing {
        padding: 0 2rem !important;
    }
}

.sweet-alert-custom {
    max-height: 705px !important;
    min-width: 630px !important;
    cursor: default !important;
    font-size: 14px !important;
    height: 100vh !important;
}

.sweet-alert-report-download {
    max-height: 270px !important;
    min-width: 630px !important;
    cursor: default !important;
    font-size: 14px !important;
    height: 100vh !important;
    color: #777 !important;
}

.swal2-icon-content {
    font-size: 1.25em !important;
}


.nomination-email-status {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.spacer-5 {
    padding: 5px;
}

.shift-right-10 {
    padding-left: 10px;
}

.form-inline > * {
}

.blog-date {
    background-color: #282c34;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 3px;
    margin-left: 10px;
    margin-top: 10px;
}

.assessments-buttons {
    color: white;
    height: 30px;
    font-size: 10px;
    font-family: nunito;
    width:10vw;
    min-width: 150px;
    max-width:200px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%
}

.blogs {
    border-radius: 5px;
    width: 100%;
    height: 250px;
}

.home-assessments {
    width: 100%;
    height: 100%
}

.col-md-4 > h4 {
    margin: 3rem 0rem;
}

.col-md-4 > h4 > a{
    text-decoration:none;
    color: #282c34;
    font-weight: bold;
}

a:hover{
    text-decoration: none;
}

.col-md-4 > p {
    margin-bottom: 2rem
}

.cpp-button {
    font-size: 10px;
    background-color: white;
    border: 0.5px solid #A9A9A9;
    border-radius: 3px;
}

.cpp-button > a {
    text-decoration: none;
    color: #282c34;
}

    .cpp-button:hover {
        border: 0.5px solid black;
        color: black
    }

.close-modal-display-topright {
    position: absolute;
    right: -16px;
    top: -45px;
    font-size: 20px;
    color: #f44336 !important;
}

.close-modal-hover-red:hover {
    color: #000 !important;
    background-color: #f44336 !important
}

.close-modal-font-size {
    font-size: 24px !important
}

.x-close-modal {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.assessment-description {
    position: relative;
    display: inline-block;
    color: #444;
    border: 1px solid #ccc;
    background: #ddd;
    cursor: text;
    vertical-align: initial;
    max-width: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
}

.assessment-description-custom {
    position: relative;
    display: inline-block;
    color: #444;
    border: 1px solid #ccc;
    cursor: text;
    vertical-align: initial;
    max-width: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
}

.swal-width {
    width: 600px !important;
    height: 710px !important;
    overflow-y: visible !important;
}

.swal-width-info {
    width: 600px !important;
    height: 840px !important;
    overflow-y: visible !important;
}


.swal-width-info2 {
    width: 310px !important;
    height: 520px !important;
    overflow-y: visible !important;
}

.swal-width-elearning {
    width: 650px !important;
    height: 100% !important;
    min-height: 990px !important;
    overflow: hidden !important;
    display: block;
    -webkit-overflow-scrolling: touch;
}

.swal-width-assessments-info {
    width: 650px !important;
    min-height: 990px !important;
    overflow: hidden !important;
    display: block;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 400px) {
    .swal-width-elearning {
        overflow-y: auto !important;
    }

    .swal-width-assessments-info {
        overflow-y: auto !important;
    }
}

.swal-width-regen-consent {
    background-color: rgb(255, 255, 255, 0.5) !important;
    overflow-y: auto !important;
}

.assesssments-reports {
    margin-right: 350px;
    margin-left: 350px;
}

.swal-add-assessments {
    min-width: 800px !important;
    width: 70% !important;
    height: 80vh !important;
    background-image: url(/Images/skylab-nominations.png) !important;
    background-size: cover !important;
}


.swal-agreement-supervisor {
    width: auto !important;
    height: auto !important;
    word-wrap: break-word;
}

.swal-agreement-supervisor-btn {
    margin-top: 15px;
}

.swal-word-wrap {
    word-wrap: break-word;
    text-align: left;
    font-size: 14px;
}

.swal-word-wrap-supervisor{
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    text-align: left;
}

.swal-width-regen-supervisor {
    background-image: url(/Images/skylab-nominations.png) !important;
}

.swal-word-wrap-regen {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

.label-left-align {
    float: left;
    color: red;
}

.btn-max-width {
    max-width: 100%;
}

.modal-headers {
    background-color: #303030;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-headers-info {
    background-color: #303030;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-headers-info2 {
    background-color: #303030;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.swal-style-text {
    position: relative;
    display: inline-block;
    color: #444;
    border: 1px solid #ccc;
    background: #ddd;
    cursor: text;
    vertical-align: middle;
    max-width: auto;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
}

.swal-checkbox-look {
    width: 100px !important;
    font-size: large;
    color: black;
    position: relative;
}

fieldset-grouping {
    margin: 0;
    padding: 0;
    margin-bottom: 1.25em;
    padding: .125em;
}

#ck-button {
    margin: 4px;
    background-color: #3579B6;
    border-radius: 4px;
    float: left;
    background: #3579B6 url('../Images/add.png') no-repeat 10px;
    background-position-x: left;
    cursor: pointer;
}

    #ck-button label {
        float: left;
        width: 60px
    }

        #ck-button label span {
            text-align: center;
            padding: 10px 0px;
            display: block;
            border-radius: 4px;
        }

        #ck-button label input {
            position: absolute;
            top: -20px;
        }

    #ck-button input:hover + span {
        background: #3579B6 url('../Images/add.png') no-repeat 5px;
        height: 31px;
        width: 67px;
        background-position-x: left;
        border-color: #3579B6;
        border-radius: 4px;
        cursor: pointer;
    }

    #ck-button input:checked + span {
        background: #D14C43 url('../Images/remove.png') no-repeat 10px;
        color: #fff;
        height: 31px;
        width: 98px;
        z-index: 999;
        background-position-x: left;
        cursor: pointer;
    }

    #ck-button input:checked:hover + span {
        background: #D14C43 url('../Images/remove.png') no-repeat 10px;
        opacity: 1;
        height: 31px;
        width: 98px;
        background-position-x: left;
        border-radius: 4px;
        cursor: pointer;
    }

.confirm-button-swal {
    float: right;
    margin-left: 10px;
    margin-top: -20px;
}

.cancel-button-swal {
    float: right;
    margin-top: -20px;
    background-color: #A8AAA7 !important;
    border-color: #A8AAA8 !important;
}

    .cancel-button-swal:hover {
        float: right;
        margin-top: -20px;
        background-color: #919191 !important;
        border-color: #A8AAA8 !important;
    }

.centered {
    margin: auto;
    width: 60%;
    padding: 10px;
}

ul.checkbox {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style: none;
}

    ul.checkbox li input {
        margin-right: .25em;
    }

    ul.checkbox li {
        border: 1px transparent solid;
    }

        ul.checkbox li label {
            margin-right: 450px;
            font-size: medium;
        }

.modal.fade .modal-dialog {
    transform: translate(-50%, -80%);
}

.modal.in .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
}

.login-modal-backdrop-blur {
    -webkit-filter: blur(5px) grayscale(50%);
}

.supervisor-modal-backdrop-blur {
    -webkit-filter: blur(5px) grayscale(50%);
}

.lockMenuItem {
    font-size: 1.05em;
    color: #428BCA !important;
    padding: 0;
}

    .lockMenuItem:hover {
        color: white !important;
        background-color: #428BCA;
    }

.consultant-menu-fill-spacer {
    right: 0 !important;
    margin-left: auto !important;
}

.consultant-menu-location {
    left: -300px !important;
}

/*.product {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
}*/

.add-assessment-modal {
    display: flex;
    height: auto;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    overflow-x: auto !important;
    width: 260px;
    vertical-align: top;
}

.product-block {
    flex-basis: 100%;
}

.product-buttons {
    height: 26px;
    width: 170px;
    background-color: #0D6E7A;
    font-size: 11px;
    color: #fff
}

.checker-img-label {
    margin-right: 50px;
    font-size: 20px;
}

.checker-img-dimension {
    height: 50px;
    width: 50px;
}

.std-radio-btn-size {
    height: 18px;
    width: 18px;
}

.checker-radio-btn {
    height: 18px;
    width: 18px;
    margin-left: 30px;
}

.assessment-checker-logos {
    margin-left: 7px;
    height: 30px;
    width: 32px;
}

.notification-settings-btn {
    height: 18px;
    width: 18px;
}

.notification-settings-modal {
    right: -10vw;
    font-size: 14px !important;
    min-height: 125px !important;
    min-width: 170px !important;
}

.row-time {
    width: 40%;
}

.row-name {
    min-width: 40%;
}

.row-surname {
    min-width: 50% !important;
}

.row-access {
    min-width: 40%;
}

.row-assessment {
    min-width: 40%;
}

.notification-text {
    color: #878787;
    text-decoration: none;
}

.modal-wide {
    width: 1100px;
}

.columns {
    columns: 20em;
    column-gap: normal;
    column-fill: auto;
    column-rule: solid;
}

    .columns div {
        margin: 0;
        -webkit-column-break-inside: avoid; /* Chrome, Safari */
        page-break-inside: avoid; /* Theoretically FF 20+ */
        break-inside: avoid-column; /* IE 11 */
        display: table; /* Actually FF 20+ */
    }

.main-container {
    margin: 0px 40px 10px 40px;
}

.text-alignment {
    display: inline;
    float: left;
    text-align: justify;
    font-size: medium;
    overflow: hidden;
}

.elearning-cpp {
    color: #118EA2;
}

.elearning-vo {
    color: #396449;
}

.elearning-mp {
    color: #717416;
}

.elearning-loi {
    color: #AF0842;
}

.elearning-header {
    font-weight: bold;
}

.home-navigation-container {
    margin-bottom: 20px;
}

.home-assessment-first-row {
    margin-bottom: 20px;
}

.dropdown-ancor{
    font-size:15px !important;
}

@media (min-width: 768px) {
    .navbar-nav li.dropdown-menu-item ul.dropdown-menu {
        visibility: hidden;
        opacity: 0;
        display: none;
    }


    .navbar-nav li.dropdown-menu-item:hover > a {
        background-color: transparent !important;
/*        border: 1px solid #3db6c3 !important;
*/        /*border-radius: 2px;*/
    }

    .navbar-nav li.dropdown-menu-item:hover ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        font-size: 15px;
    }

    .navbar-right li.dropdown:hover div.dropdown-menu, .navbar-right li.dropdown div.dropdown-menu:focus-within {
        visibility: visible;
        opacity: 1;
        display: block;
        top: 93% !important;
    }

    .upload-label {
        font-family: Webdings;
        font-size: 40px;
        cursor: pointer;
        display: block;
        color: #337AB7;
    }
}

.ckbox-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ckbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border: 1px;
    border-radius: 1px;
    border-style: solid;
    border-color: #bbb;
}

.ckbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

.ckbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ckbox-container input:checked ~ .checkmark:after {
    display: block;
}

.ckbox-container .checkmark:after {
    left: 12px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid black;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vertical-spacer-50 {
    padding-bottom: 50px;
}

.swal2-actions {
    padding-bottom: 70px;
}

.horizontal-spacer-10 {
    padding-right: 10px;
}

.bold-text {
    font-weight: bold;
}

.dialog-supervisor {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.author-text {
    color: #808080;
    font-size: 10px;
}

.feed-item-title {
    font-weight: bold;
    font-size: 16px;
    color: #282c34 !important;
}

.home-navigation-button {
    background: #337ab7;
    color: #FFF;
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 2px 5px 2px 5px;
}

    .home-navigation-button:hover {
        background: #337ab7;
        color: #FFF;
        border: 1px solid #337ab7;
        border-radius: 2px;
        padding: 2px 5px 2px 5px;
    }

.home-navigation-disabled {
    background: #AAAFB4;
    color: #FFF;
    border: 1px solid #AAAFB4;
    border-radius: 2px;
    padding: 2px 3px 3px 3px;
}

.home-navigation-description {
    font-style: italic;
}

.home-navigation-header {
    font-weight: bold;
}

.home-news-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 20px;
}

.home-assessment-header {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.home-assessment-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: auto;
}

.home-assessment-motto {
    text-align: center;
}

.motto-cpp {
    color: #118EA2;
}

.motto-cpp-btn {
    background-color: #118EA2;
}

.motto-vo {
    color: #396449;
}

.motto-vo-btn {
    background-color: #396449;
}

.motto-mp {
    color: #717416;
}

.motto-mp-btn {
    background-color: #717416;
}

.motto-loi {
    color: #AF0842;
}

.motto-loi-btn {
    background-color: #AF0842;
}

.motto-ccm {
    color: #e8b028;
}

.motto-ccm-btn {
    background-color: #e8b028 !important;
}

.motto-cliquidity {
    color: #F75157;
}

.home-blog-button {
    background: #337ab7;
    color: #FFF;
    border: 1px solid #337ab7;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

.home-assessment-button {
    color: #FFF;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.assessment-preparation-button {
    font-size: 12px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #A3A723;
    color: #FFF;
    border: 1px solid #51916A;
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    text-transform: none;
    max-width: 280px;
}

    .assessment-preparation-button:hover,
    .assessment-preparation-button:active,
    .assessment-preparation-button:visited,
    .assessment-preparation-button:focus {
        color: #FFF;
        text-decoration: none;
    }

.assessment-preparation-title {
    margin-top: 0px;
    margin-bottom: 15px;
}

.assessment-preparation-image {
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.assessment-preparation-content-container {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    margin-top: 20px;
}

.assessment-preparation-input-container {
    margin: 5px;
}

.assessment-preparation-logo-container {
    margin-bottom: 0px !important;
}

.assessment-preparation-instructions {
    list-style-type: disc !important;
    font-size:11px;
}

.assessment-preparation-description-content {
    margin-top: 0px;
}

.cognadev-logo {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.elearning-image {
    margin-top: -10px;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.articles-image {
    margin-top: -10px;
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.company-description-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.cliquidity-description-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.blog-entry {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.blog-body {
    padding: 10px;
}

div.home {
    font-size: 12px;
}

.home-paragraph {
    white-space: pre-wrap;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.home-line-spacer {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.adaptive-div {
    flex: 1;
}

.adaptive-div-vertical {
    height: auto;
}

.home-blog-post-item {
    padding-left: 10px;
    padding-right: 10px;
}

    .home-blog-post-item > a {
        text-decoration: none;
    }


@media (max-width: 1550px) {
    .feed-item-title {
        font-weight: bold;
        font-size: 14px;
    }


    .author-text {
        color: #808080;
        font-size: 8px;
    }
}

@media (max-width: 1366px) {
    .assesssments-reports {
        margin-right: 150px;
        margin-left: 150px;
    }
}

@media (max-width: 1350px) {
    .feed-item-title {
        font-weight: bold;
        font-size: 12px;
    }

    .assesssments-reports {
        margin-right: 150px;
        margin-left: 150px;
    }
    .author-text {
        color: #808080;
        font-size: 8px;
    }
}

@media (max-width: 1250px) {
    .feed-item-title {
        font-weight: bold;
        font-size: 10px;
    }

    .author-text {
        color: #808080;
        font-size: 8px;
    }
}

@media (max-width: 1150px) {
    .feed-item-title {
        font-weight: bold;
        font-size: 9px;
    }

    .author-text {
        color: #808080;
        font-size: 8px;
    }
}

@media (max-width: 1000px) {
    div.home {
        display: flex;
        flex-direction: column;
    }

   

    #Navigation {
        order: 2;
    }

    #News {
        order: 1;
    }

    #Blogs {
        order: 3;
    }

    #Assessments {
        order: 4;
    }

    .author-text {
        color: #808080;
        font-size: 10px;
    }

    .feed-item-title {
        font-weight: bold;
        font-size: 16px;
    }

    .home-news-container {
        margin-bottom: 20px;
    }

    #Navigation {
        margin-bottom: 20px;
    }

    .assessment-card {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:400px) {
    #footer {
        position: relative !important;
    }

    .modal-dialog {
        margin-bottom: 50px !important;
    }
}

.supervisor-accreditation-status {
    color: #FFF;
    margin-left: 60px;
    border-radius: 4px;
    border: 1px solid;
    line-height: 2em;
    padding: 2px 3px 3px 3px;
}

.supervisor-accreditation-status-padding {
    margin-left: 60px;
    line-height: 2em;
}

.no-status-padding-accreditation {
    margin-left: 5px;
}

.non-active-accreditation-status {
    color: #fff;
    background-color: #919191;
    border-radius: 4px;
    line-height: 2em;
    padding: 2px 3px 3px 3px;
}

.pending-accreditation {
    color: #FFF;
    border-radius: 4px;
    padding: 2px 3px 3px 3px;
    line-height: 2em;
}

.accreditation-status-left-float {
    float: left !important;
    
}

.accreditation-status-tab-sub-heading {
    padding-left: 23px;
    padding-top: 5px;
}

.course-progress {
    display: inline-block;
    width: 350px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.course-progress-outter-border {
    display: inline-block;
    border-left: solid;
    width: 150px;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.course-width {
    width: auto !important;
}

.progress-text {
    color: black;
    font-weight: bold;
    margin-left: 20px;
}

progress {
    height: 34px;
    background-color: #5CB85C;
    margin-left: 20px;
    border-radius: 5px;
}

    progress[value]::-webkit-progress-value {
        background-color: #5CB85C;
        height: 34px;
        border-radius: 5px;
    }

    progress[value]::-webkit-progress-bar {
        background-color: #DBDBDB;
        border-radius: 5px;
        height: 34px;
    }

    progress::-moz-progress-bar {
        background-color: #C3C3C3;
        border-radius: 5px;
        height: 34px;
    }

.page-load {
    margin-top: 20px;
    position: fixed;
    width: 100%;
    zoom: 1;
    z-index: 9999;
    margin-top: 15%
}

.btn-nomination-primary {
    background-color: rgb(255, 255, 255, 0.0);
    border: 1px solid white;
    color: white;
    height: 40px;
    font-size: 11px;
}

.btn-nomination-secondary {
    background-color: white;
    color: black;
    height: 40px;
    font-size: 11px;
}

.btn-start-assessments {
    background-color: white;
    border: 1px solid white;
    color: black;
    height: 40px;
    font-size: 11px;
}

.btn-send-jobAnalysis {
    background-color: rgb(255, 255, 255, 0.0);
    border: 1px solid white;
    color: white;
    font-size: 11px;
    height: 40px
}

.nav-fix {
    flex-direction: row;
    position: relative;
    font-size: initial
}

.btn-refresh {
    height: 40px;
    font-size: 14px;
    background-color: #3DB6C4;
    color: white
}

.btn-standard {
    background-color: #3DB6C4;
    color: white
}

.cand-modal-body {
    margin: 15px 280px 1px 280px;
    background-color: rgb(255, 255, 255, 0.2);
    border-radius: 5px;
    max-height: 280px;
}

.select-job-modal-body {
    margin-top: 15px;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 4px;
}

.card-modal-body {
    margin: 15px 450px 15px 450px;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 4px;
    max-height: 350px;
}

.account-modal-body {
    margin-top: 15px ;
    background-color: #ffff;
    border-radius: 4px;
}

.mass-nom {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

.btn-add-candidate {
    height: 40px;
    width: 265px;
    background-color: #009FB1;
    font-size: 15px;
    color: #fff
}

.btn-mass-nomination {
    height: 40px;
    width: 265px;
    background-color: #3DB6C4;
    font-size: 15px;
    color: #fff
}

.assessment-report-cancel-btn {
    height: 40px;
    width: 150px;
    color: white;
    border: 1px solid white;
    font-size: 15px;
    border-radius: 5px;
    margin: 20px;
}

.assessment-report-add-btn {
    height: 40px;
    width: 150px;
    background-color: white;
    color: black;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    margin: 20px;
}

.add-candidate{
    margin-left:250px;
    margin-right:250px;
    margin-top: 100px;
}

.add-candidate-inputs {
    background-color: rgb( 255, 255, 255, 0.5 );
    padding: 25px 70px 10px 70px;
    border-radius: 5px;
    margin-bottom: 10px;
}

fullProctoringByConsultant-group, consultantAndAIProctoringWithSupervisoryKey-group, fullAIproctoringVirtualAssistanceWithoutSupervisoryKey-group {
    padding: 10px;
    border: 2px solid #0D6E7A;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.createCandidateoption-checkbox {
    transform: scale(2);
    margin-right: 10px;
}

.createCandidateoption-label {
    color: #0D6E7A;
    font-weight: bold;
    margin-left: 5px;
    font-size: 12px;
}

.label-login {
    text-align: right;
    font-family: nunito;
    margin-top: 5px
}

.login-input {
    background-color: #303030;
    color: #FFFFFF
}

.login-link {
    color: #009FB1;
    font-size: 16px;
    font-family: nunito;
    font-weight: bold
}

.notification-settings-modal {
    background-image: url(/Images/notificationSettings.jpeg);
}

.jobanalysis-battry {
    background-color: #E7AE39;
    color: white;
    padding: 0px 15px 15px 15px;
    border-radius: 3px;
}

.home-footer {
    background-color: black;
    color: #fff;
    border-radius: 2.5px;
    margin-top: 20rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
    padding-left:5.5rem;
    padding-right:5.5rem;
}

 .footer-h2{
     margin-bottom: 2rem !important
 }

.footer-h4 {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important
}

.ul-footer{
    padding-left:0px !important;
}

.ul-footer > li {
    list-style-type: none;
    font-size: 12px;
    margin-bottom: 5px;

}

.ul-footer > li > a {
    list-style-type: none;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffff !important;
}

.ul-footer > li > a:hover{
    color: #337ab7 !important;
}

.login-modal {
    color: white;
    margin-right: 45px;
    margin-left: -80px;
    background-color: #303030 !important;
    border-radius: 5px;
    width: 687px;
    padding: 10px;
}

.planned-maintenance {
    color: rgb(249, 153, 153);
    /* padding: 10px; */
}

.forgot-password-sub-modal {
    color: white;
    background-color: #303030;
    border-radius: 5px;
    /*margin-top: 5rem;*/
    margin-left: 30rem;
    margin-right: 30rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    font-weight: bolder;
    width: 80%;
    margin: 0 auto;
}

.btn > a {
    color: #ffff !important;
    text-decoration: none !important
}

.forgot-password-background {
    background-image: url(/Images/skylab_login.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100vw;
}

.forgot-password-modal {
    padding-top: 5rem
   /* margin-left: 250px;
    margin-right: 250px;*/
}

.Account-inputs {
    border-radius: 5px;
    background-color: #303030 !important
}

.social-media-icons {
    text-align:center;
    margin-top: 4rem;
    border-style:solid;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #fff;
    border-radius: 0.3rem
}

.finance-records{
    width: 100%;
    height: 100vh;
    background-image: url(/Images/finance.jpg);
    background-size: cover
}

.select-job {
    width: 100%;
    height: 100vh;
    background-color: black;
    background-image: url(/Images/AdobeStock_245281455.jpg);
    background-size: cover
}

.select-assessment {
    width: 100%;
    height: 100vh;
    background-color: black;
    background-image: url(/Images/skylab-nominations.png);
    background-size: cover
}

.resource-dropdowns {
    padding: 10px 0px;
    margin: 2px 10px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.research-report {
    width: 100%;
    height: 100vh;
    background-image: url(/Images/AdobeStock_440653323.png);
    background-size: cover;
    color: #fff
}

.balance-spacing {
    padding: 2rem 2rem 0 2rem;
}

.terms-and-conditions-body {
    background-color: #009fb2;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffff;
}

.modal-body-colour {
    background-color: #009fb2;
    color: #ffff;
}

.no_results_popup_header {
    background-color: #303030;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.no_results_popup{
    padding:0 0 10px 0 !important;
}

.confirm-resend-btn {
    background-color: #717416 !important;
    color: #ffff !important;
    width: 100%;
}

.home-intro-slider {
    background-size: cover;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

.fades {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.home-container{
    margin:0px 100px;
    padding:150px 90px;
}

.captions > h2 {
    font-family: "Nunito", sans-serif;
    font-size: 50px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

    .captions > h2 > small > b {
        font-family: "Nunito", sans-serif;
        font-size: 40px !important;
        font-weight: 500 !important;
        margin-bottom: 20px !important;
        color: #fff
    }

.blue-btn {
    font-family: "Nunito", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #009fb2;
    border-color: #009fb2;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
}

.sub-menu-item {
    margin: 5px;
}

.dropdown-submenu {
    position: relative;
    margin: 5px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 1px;
}

#dd {
    display: none;
}

#Nnav {
    display: inline-block;
}

    #Nnav:hover #dd {
        display: block;
    }



.arrows {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
}

.arrow-right {
    border-left-color: #009fb1;
}


#myTable, #tableUsers, #cognadev-consultants-table, #manageCandidatesData {
    width: 100% !important;
}

#myTable th {
    color: snow;
}

#candidate-table{
    width: 100% !important;
}

#myTable_wrapper, #automatedCheckTable_wrapper,
#candidate-table_wrapper, #tableUsers_wrapper,
#cognadev-consultants-table_wrapper, manageCandidatesData_wrapper {
    display: block !important;
}

.pagination li a {
    margin: 4px;
    color: whitesmoke !important;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

