﻿/* 
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

table.dataTable > tbody > tr.selected > td.select-checkbox:before,
table.dataTable > tbody > tr.selected > th.select-checkbox:before {
    border: 1px solid black;
}

.table > :not(caption) > * > * {
    background-color: inherit;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* For IE 6/7 only - triggers hasLayout */
.cf {
    *zoom: 1;
}

html {
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    color: #05173D;
}

.page-item.active a {
    background-color: #3C0D47;
    border-color: #3C0D47;
    color: #ffffff;
}

.page-item a {
    color: #3C0D47;
}

    .page-item a:hover {
        color: #F4A700;
    }

a {
    color: #3C0D47;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: left;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

    a:focus, a:hover {
        color: #F4A700;
        text-decoration: underline;
    }

    a:active, a:hover {
        outline: 0;
    }

    a.white {
        color: #FFFFFF;
        cursor: pointer;
        font-size: 12px;
        letter-spacing: -0.3px;
        text-align: left;
    }

    a.documentApprove {
        color: #3C0D47;
    }

        a.documentApprove:hover {
            color: #F4A700;
        }

/* a:not([href]):not([tabindex]) { ... } */

/* Form and typography */
.form-group {
    margin-bottom: 1rem;
}

p {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.1px;
    text-align: left;
}

h1 {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px;
    text-align: left;
}

h2 {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: -0.1px;
    text-align: left;
}

h3 {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

h4 {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

/* Button and link hover effects */
.btn-info:hover {
    color: #fff;
    background-color: #F4A700;
    border-color: #F4A700;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

a:hover {
    text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

a.nav-link, a.nav-link:hover, a.nav-link:active {
    text-decoration: none;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* Select2 components */
.select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 2px;
    height: 45px;
    font-family: 'Poppins', sans-serif;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    color: #05173D;
    cursor: default;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.1px;
    margin-top: 50px;
    padding: 0 2px;
    text-align: left;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(n+8) {
        margin-top: 5px;
    }

.select2-container .select2-search--inline {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: italic;
    left: 10px;
    letter-spacing: -0.1px;
    position: absolute;
    top: 7px;
    z-index: -1;
}

/* Misc typography */
.statusText {
    color: #888888;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-align: left;
}

.todoListUl {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
}

    .todoListUl li {
        list-style-type: none;
    }

input.todocheckbox {
    margin-right: 5px;
    vertical-align: top;
}

.todoFooter {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    bottom: 0;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.13);
    height: 60px;
    margin-left: -1px;
    position: absolute;
    width: 100%;
}

.todoText {
    width: 90%;
}

.radio-control {
    display: block;
    margin-left: 4px;
    margin-top: 6px;
}

.ib {
    display: inline-block;
}

.block {
    display: block;
}

.right {
    float: right;
}

.left {
    float: left;
}

.ib-form-control {
    display: inline-block;
    height: 45px;
    width: 80%;
}

.form-control {
    font-size: 14px;
}

.form-select {
    font-size: 14px;
}

.control-label {
    font-weight: bold;
}

.ireLabel {
    display: block;
}

.Body-Copy-Lrg {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: -0.1px;
    text-align: left;
}

.content {
    margin-bottom: 25px;
    margin-top: 25px;
}

    .content.candidates {
        height: 100%;
        margin-left: 65px;
        margin-top: 0;
    }

.h40 {
    height: 40px;
}

.max550 {
    max-width: 550px;
}

.max650 {
    max-width: 650px;
}

.max750 {
    max-width: 750px;
}

.wp10 {
    width: 10%;
}

.wp25 {
    width: 25%;
}

.wp35 {
    width: 35%;
}

.wp50 {
    width: 50%;
}

.wp75 {
    width: 75%;
}

.wp65 {
    width: 65%;
}

.wp95 {
    width: 95%;
}

.pt6 {
    padding-top: 6px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt22 {
    padding-top: 22px;
}

.pt30 {
    padding-top: 30px;
}

.pt-6 {
    padding-top: 5rem !important;
}

.ml22 {
    margin-left: 22px;
}

.pa12 {
    padding: 12px;
}

.pa7 {
    padding: 7px;
}

.pr10 {
    padding-right: 10px;
}

.pr40 {
    padding-right: 40px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb65 {
    padding-bottom: 65px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.mt2 {
    margin-top: 2px;
}

.mt6 {
    margin-top: 6px;
}

.mt10 {
    margin-top: 10px;
}

.mt17 {
    margin-top: 17px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt25 {
    margin-top: 25px;
}

.mt32 {
    margin-top: 32px;
}

.mt38 {
    margin-top: 38px;
}

.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb11 {
    margin-bottom: 11px;
}

.mb14 {
    margin-bottom: 11px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.ml7 {
    margin-left: 7px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr4p {
    margin-right: 4%;
}

.mr5 {
    margin-right: 5px;
}

.mr7 {
    margin-right: 7px;
}

.mr10 {
    margin-right: 10px;
}

.mr21 {
    margin-right: 21px;
}

.mr30 {
    margin-right: 30px;
}

.mr50 {
    margin-right: 50px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.btmLine {
    border-bottom: 1px solid #dcdcdc;
}

.form-group.required .control-label:after {
    color: red;
    content: " *";
}

.h35 {
    height: 35px;
}

.h200 {
    height: 200px;
}

.activityTitle {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: -15px;
    text-align: left;
}

.activityUl li {
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    margin-bottom: 20px;
}

.activityUl {
    -moz-padding-start: 15px;
    -webkit-padding-start: 15px;
}

.pagerContent {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.08);
    height: 60px;
    margin-right: 30px;
}

.pagerInput {
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    width: 27px;
}

.todoContainer {
    bottom: 0;
    position: fixed;
    right: 30px;
    width: 320px;
}

.todoBody {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    display: block;
    height: 500px;
    margin-bottom: 60px;
    overflow-y: scroll;
}

.todoHeader {
    background-color: #29aba4;
    cursor: pointer;
    height: 40.4px;
}

.todoTitle {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin-top: 13px;
    text-align: left;
}

.resultsPerPage {
    margin-right: 15px;
}

.vam {
    vertical-align: middle !important;
}

.vat {
    vertical-align: top !important;
}

.vab {
    vertical-align: bottom !important;
}

.w10 {
    width: 10px;
}

.w200 {
    width: 200px;
}

.w240 {
    width: 240px;
}

.w270 {
    width: 270px;
}

.w340 {
    width: 340px;
}

.w380 {
    width: 380px;
}

.w47pib {
    display: inline-block;
    width: 47%;
}

.followUpContainer {
    background-color: rgba(41,171,164,0.06);
    border: solid 1px #29aba4;
    border-radius: 2px;
    color: #29aba4;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    height: 28px;
    letter-spacing: -0.1px;
    padding: 4px 17px 5px 10px;
    text-align: left;
}

.followUpTitle {
    color: #29aba4;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.1px;
    text-align: left;
}

.navbar-right {
    margin-right: 30px;
}

.filterItem {
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    margin-top: 6px;
    padding: 5px;
}

.addFilterItem {
    background-color: #3C0D47;
    border-radius: 2px;
    display: inline-block;
    height: 34px;
    margin-top: 6px;
    padding: 5px;
    width: 36px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.footer {
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.2px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

footer {
    margin: 0 auto;
    margin-top: 65px;
    position: absolute;
    width: 100%;
}

.jumbo_h1 {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 32px !important;
    letter-spacing: -0.8px;
    text-align: left;
}

.jumbo_p {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    padding-bottom: 30px;
    text-align: left;
}

.jumbo_ul {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    padding-left: 18px;
    text-align: left;
}

.modal-header .close {
    margin: -1rem 0 -1rem auto;
    padding: 1rem;
}

    .modal-header .close:focus,
    .modal-header .close:active {
        margin: -1rem 0 -1rem auto;
        outline: none !important;
        padding: 1rem;
    }

.btn {
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.42857143;
    margin-bottom: 0;
    min-width: 105px;
    padding: 6px 12px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

/* a.btn { color: #FFF !important; } */

.btn-success {
    background-color: #F4A700;
    border-color: #F4A700;
    color: #fff;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success.focus,
    .btn-success:focus,
    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open > .dropdown-toggle.btn-success.focus,
    .open > .dropdown-toggle.btn-success:focus,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:hover {
        background-color: #F4A700;
        border-color: #F4A700;
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        color: #FFF;
    }

.btn-primary {
    background-color: #3C0D47;
    border-color: #3C0D47;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:hover {
        background-color: #F4A700;
        border-color: #F4A700;
        box-shadow: 0 2px 8px rgba(0,0,0,0.25);
        color: #ffffff;
    }

.btn-info {
    background-color: #3C0D47;
    border-color: #3C0D47;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

    .btn-info.active:focus,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open > .dropdown-toggle.btn-info:focus,
    .open > .dropdown-toggle.btn-info:hover,
    .btn-info:hover {
        background-color: #F4A700;
        border-color: #F4A700;
        color: #fff;
    }

label {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.firstCol {
    padding-left: 15px;
}

.lastCol {
    padding-right: 15px;
}

.left {
    float: left;
}

.modal-footer {
    border: 0;
}

.btnBarLink {
    margin-top: 15px;
}

.candidateP {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.1px;
    text-align: left;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.passRecover {
    padding-top: 160px;
}

.navbar-header a.navbar-brand img {
    height: 50px;
}

.navbar-brand {
    font-size: 24px !important;
    display: flex;
    margin-left: 16px;
    font-family: 'Poppins', sans-serif;
    color: #05173D;
}

    .navbar-brand,
    .navbar-brand:hover,
    .navbar-brand:visited {
        color: #05173D;
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.6px;
        display: flex;
        margin-left: 16px;
    }

.pointer {
    cursor: pointer;
}

.icon {
    -moz-background-size: 330px 560px;
    -o-background-size: 330px 560px;
    -webkit-background-size: 330px 560px;
    background-image: url("../images/sprite-icons/sprite-icons.png");
    background-size: 330px 560px;
    height: 24px;
    width: 24px;
}

.contactContainer {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.specialContainer {
    display: inline-block;
    width: 50%;
}

.fa:hover {
    -ms-opacity: .75;
    border: none;
    opacity: .75;
    text-decoration: none;
}

#tabTop {
    margin-bottom: 5px;
}

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .icon {
        -moz-background-size: 330px 560px;
        -o-background-size: 330px 560px;
        -webkit-background-size: 330px 560px;
        background-image: url("../images/sprite-icons/sprite-icons@2x.png");
        background-size: 330px 560px;
        height: 24px;
        width: 24px;
    }
}

.close {
    background-position: -197px -204px;
    height: 11px;
    vertical-align: text-bottom;
    width: 18px;
}

.filter {
    background-position: -113px -80px;
    height: 16px;
    vertical-align: text-bottom;
    width: 15px;
}

.leftarrow {
    background-position: -5px -5px;
    height: 16px;
    vertical-align: text-bottom;
    width: 15px;
}

.rightarrow {
    background-position: -24px -5px;
    height: 16px;
    vertical-align: text-bottom;
    width: 15px;
}

.add {
    background-position: -13px -146px;
    height: 16px;
    vertical-align: bottom;
    width: 15px;
}

.clock {
    background-position: -13px -210px;
    height: 16px;
    vertical-align: bottom;
    width: 15px;
}

.reply {
    background-position: -60px -142px;
    height: 16px;
    vertical-align: middle;
    width: 15px;
}

.sorter {
    background-position: -207px -80px;
    height: 16px;
    vertical-align: text-bottom;
    width: 18px;
}

.search {
    background-position: -159px -80px;
    height: 16px;
    vertical-align: text-bottom;
    width: 18px;
}

.searchbaricon {
    bottom: 0;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    height: 16px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
}

.edit {
    background-position: -525px -141px;
    height: 15px;
    vertical-align: top;
    width: 15px;
}

.document {
    background-position: -142px -12px;
    height: 18px;
    vertical-align: top;
    width: 15px;
}

.status.green {
    background-position: -512px -447px;
    height: 18px;
    width: 15px;
}

.phone {
    background-position: -294px -77px;
    height: 16px;
    vertical-align: sub;
    width: 16px;
}

    .phone.bad {
        background-position: -108px -212px;
        height: 16px;
        vertical-align: sub;
        width: 16px;
    }

.email {
    background-position: -182px -10px;
    height: 16px;
    vertical-align: sub;
    width: 16px;
}

.linkedin {
    background-position: -216px -12px;
    height: 16px;
    vertical-align: sub;
    width: 16px;
}

.person {
    background-position: 6px -275px;
}

    .person.selected {
        background-position: 2px -275px;
    }

.todosmall {
    background-position: -9px -364px;
    vertical-align: middle;
}

.arrowwhiteup {
    background-position: -62px -355px;
    height: 28px;
    vertical-align: baseline;
}

.arrowwhitedown {
    background-position: -101px -355px;
    height: 28px;
    vertical-align: baseline;
}

.todo {
    background-position: -48px -275px;
}

    .todo.selected {
        background-position: -52px -275px;
    }

.gear {
    background-position: -102px -275px;
}

    .gear.selected {
        background-position: -106px -275px;
    }

.smallgear {
    background-position: -155px -143px;
    height: 16px;
    vertical-align: bottom;
    width: 15px;
}

.delete {
    background-position: -60px -210px;
    height: 18px;
    width: 18px;
}

.help {
    background-position: -104px -145px;
}

    .help:hover {
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
        opacity: 0.75;
    }

.bigperson {
    background-position: 0px -485px;
    height: 60px;
    width: 65px;
}

.warmGrey {
    color: #888888;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.3px;
    text-align: center;
}

.activityStatus {
    background-color: #dddddd;
    border-radius: 2px;
    color: #05173D;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.1px;
    margin-left: 9px;
    padding: 3px 7px;
    text-align: left;
}

.status {
    color: #888888;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-align: left;
    vertical-align: middle;
}

.candidateBack {
    background-color: #3C0D47;
    height: 30px;
    margin-left: -20px;
    margin-top: -12px;
}

p.filterText {
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-align: left;
}

p.countText {
    color: #4a4a4a;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-top: 16px;
    text-align: right;
}

.leftCol {
    float: left;
    height: 100%;
    width: 45%;
}

.rightCol {
    float: right;
    height: 100%;
    width: 55%;
}

.center {
    text-align: center;
}

.vcenter {
    position: relative;
    top: calc(50% - 10px);
}

.navHelp {
    margin-left: 5px;
    vertical-align: middle;
}

.downArrow {
    background-position: -97px -11px;
    height: 16px;
    width: 16px;
}

.statusdownArrow {
    background-position: -97px -14px;
    height: 16px;
    width: 16px;
}

.userAccount {
    background-position: -60px -75px;
    height: 25px;
    width: 28px;
}

.todoTable {
    width: 95%;
}

tbody > tr.firstRow > td {
    border-top: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    color: #05173D;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: -0.1px;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: left;
}

.filterdd {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    box-sizing: border-box;
}

    .filterdd::before {
        border: 4px solid #FFFFFF;
        border-color: transparent transparent #FFFFFF #FFFFFF;
        box-shadow: -3px 3px 3px 0 rgba(0,0,0,0.15);
        box-sizing: border-box;
        content: "";
        height: 0;
        left: 25%;
        margin-left: -0.5em;
        position: absolute;
        top: 0;
        transform: rotate(135deg);
        transform-origin: 0 0;
        width: 0;
    }

li.nav-item {
    list-style-type: none;
}

.navbar-nav > li > .dropdown-menu {
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: #3C0D47;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    color: #ffffff;
    left: unset;
    margin-left: -110px;
    padding: 0;
    top: 100%;
}

    .navbar-nav > li > .dropdown-menu span {
        display: block;
        font-weight: bold;
        margin-left: 10px;
        padding: .35rem 0;
        font-family: 'Poppins', sans-serif;
    }

.navbar-nav > .navuserdropdown > .dropdown-menu {
    left: -35%;
    margin-left: unset;
}

.navbar-nav > li > .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

    .navbar-nav > li > .dropdown-menu .dropdown-item:hover {
        background-color: rgba(40,45,55,0.55);
    }

.navbar-nav > li > .dropdown-menu li {
    height: 35px;
}

    .navbar-nav > li > .dropdown-menu li > a {
        color: #ffffff;
        padding-top: 7px;
        font-family: 'Poppins', sans-serif;
    }

        .navbar-nav > li > .dropdown-menu li > a:hover {
            background-color: rgba(40,45,55,0.55);
        }

    .navbar-nav > li > .dropdown-menu li > span {
        color: #ffffff;
        line-height: 35px;
        margin-left: 5px;
        font-family: 'Poppins', sans-serif;
    }

.navbar-nav > li > .dropdown-menu:after {
    border-bottom: solid 8px #3C0D47;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: '';
    height: 0;
    left: 30%;
    margin-left: 80px;
    position: absolute;
    top: -8px;
    width: 0;
}

.navbar-nav > li > .dropdown-menu:before {
    border-bottom: solid 9px #3C0D47;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    content: '';
    height: 0;
    left: 30%;
    margin-left: 79px;
    position: absolute;
    top: -9px;
    width: 0;
}

a.nav-link.disabled {
    background-color: lightgrey;
    color: white;
    cursor: default;
}

#FilterCandidatesForm {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
}

.filterresultsdd {
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    box-sizing: border-box;
    width: 300px;
}

    .filterresultsdd::before {
        border: 4px solid #FFFFFF;
        border-color: transparent transparent #FFFFFF #FFFFFF;
        box-shadow: -3px 3px 3px 0 rgba(0,0,0,0.15);
        box-sizing: border-box;
        content: "";
        height: 0;
        left: 19%;
        margin-left: -0.5em;
        position: absolute;
        top: 0;
        transform: rotate(135deg);
        transform-origin: 0 0;
        width: 0;
    }

#searchinput {
    height: 40px;
    padding-left: 23px;
    width: 270px;
}

.searchinputgroup {
    margin-left: 10px;
    margin-top: 4px;
}

#searchclear {
    bottom: 0;
    color: #ccc;
    cursor: pointer;
    font-size: 14px;
    height: 14px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
}

.filterddItem {
    color: #05173D;
    display: block;
    padding: 12px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

    .filterddItem:visited {
        background-color: #FFFFFF;
        color: #05173D;
        display: block;
        padding: 12px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
    }

    .filterddItem:active {
        background-color: #FFFFFF;
        color: #05173D;
        display: block;
        padding: 12px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
    }

    .filterddItem:hover {
        background-color: #dddddd !important;
        color: #05173D;
        display: block;
        padding: 12px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
    }

.dropdown-menu {
    top: 115%;
}

.btn-group {
    vertical-align: inherit;
}

.btn-small {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-align: right;
}

    .btn-small.red {
        color: #ff3f50;
    }

.buttonbar {
    background-color: #ffffff;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.08);
    height: 60px;
    padding-top: 15px;
    text-align: center;
}

.buttonbar-right {
    background-color: #ffffff;
    box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.08);
    height: 60px;
    padding-top: 15px;
    text-align: right;
}

.buttonbar.fixed-bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
}

.candidatesFilterBar {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15), inset 0 -1px 0 0 #dcdcdc;
    height: 50px;
    margin-right: 30px;
    margin-top: 10px;
}

.candidatesAbcBar {
    background-color: rgba(233,224,214,0.3);
    float: right;
    height: 100%;
    width: 30px;
}

.candidatesList {
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    height: 685px;
    overflow-y: auto;
}

    .candidatesList li {
        box-shadow: inset 0 -1px 0 0 #dddddd;
        cursor: pointer;
        height: 55px;
        list-style-type: none;
        padding-left: 22px;
    }

        .candidatesList li.selected {
            background-color: rgba(58,154,217,0.06);
            box-shadow: inset 0 -1px 0 0 #3C0D47;
        }

        .candidatesList li input {
            margin-right: 13px;
            vertical-align: sub;
        }

        .candidatesList li h3 {
            color: #05173D;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            letter-spacing: -0.1px;
            margin: 12px 0 0 0;
            padding-bottom: 0;
            text-align: left;
        }

        .candidatesList li p {
            color: #05173D;
            font-family: 'Poppins', sans-serif;
            font-size: 12px;
            letter-spacing: -0.1px;
            margin-left: 30px;
            text-align: left;
        }

            .candidatesList li p.assigned {
                padding-right: 10px;
                padding-top: 10px;
                text-align: left;
            }

.btmline {
    border-bottom: 1px solid #ddd;
}

.assignedUlDeleteBtn {
    position: absolute;
    right: 10px;
    top: 0;
}

.assignedUlMsg {
    padding-right: 40px;
}

.ulrow {
    margin-left: 0;
    margin-right: 0;
}

.assignedTodoUl {
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    list-style-type: none;
    width: 95%;
}

    .assignedTodoUl li {
        -webkit-padding-start: 7px;
        color: #05173D;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        letter-spacing: -0.1px;
        list-style-type: none;
        padding-top: 18px;
        text-align: left;
    }

.assignedContainterli {
    padding: 20px 0;
}

.pagerleftarrow {
    margin-left: 22px;
}

.error {
    border-color: red;
}

label.error {
    border-color: black;
    color: red;
}

#leftNavAdmin.nav-pills {
    background-color: #3C0D47;
    display: block;
    float: left;
    height: 100%;
    min-height: 100%;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 65px;
}

    #leftNavAdmin.nav-pills > li {
        border-left: solid 4px rgba(0,0,0,0);
        padding: 10px 0;
        width: 100%;
    }

        #leftNavAdmin.nav-pills > li.selected {
            background-color: rgba(40,45,55,0.55);
            border-left: solid 4px #3C0D47;
        }

            #leftNavAdmin.nav-pills > li.selected > a {
                width: 61px;
            }

                #leftNavAdmin.nav-pills > li.selected > a.icon.person {
                    width: 61px;
                }

#leftNavAdmin.nav-stacked > li + li {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .content {
        margin-left: 70px;
        margin-right: 70px;
    }

    .navbar-toggle {
        display: none;
    }

    .jumboContainer {
        display: inline-block;
        padding-top: 113px;
        width: 50%;
    }

    .jumbotron {
        background-image: url("../images/laptopBanner.png");
        background-size: 100%;
        height: 600px;
    }

        .jumbotron.register {
            background-image: url("../images/completeRegistrationBanner.png");
        }

    .jumboDialog {
        float: right;
        padding-left: 100px;
        padding-top: 104px;
        width: 49%;
    }

    .mo, .moib {
        display: none;
    }

    .firstLimo > div.navbar-brand {
        display: none;
    }

    .filterMargin {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .content {
        margin-left: 66px;
    }

    .filterMargin {
        margin-left: 0;
    }

        .filterMargin.first {
            margin-left: 2px;
        }

    p.countText {
        margin-right: 5px;
    }

    .jumboContainer {
        display: inline-block;
        padding-top: 113px;
        width: 50%;
    }

    .jumboDialog {
        float: right;
        padding-left: 0;
        padding-top: 54px;
        width: 49%;
    }

    .mo, .moib {
        display: none;
    }

    .jumbotron .container {
        padding: 0 5px;
        width: 800px;
    }

    .firstLimo > div.navbar-brand {
        display: none;
    }

    .jumbotron {
        background-image: url("../images/laptopBannerMedium.png");
        max-height: 540px;
        padding: 48px 0;
    }

        .jumbotron.register {
            background-image: url("../images/completeRegistrationBannerMedium.png");
        }

    .contactContainer {
        display: block;
        margin-top: 22px;
        width: 100%;
    }

    .specialContainer {
        display: block;
        width: 100%;
    }

    .leftCol, .rightCol {
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .filterMargin {
        margin-left: 5px;
    }

    .navbar-nav > .navuserdropdown > .dropdown-menu {
        left: -70%;
        margin-left: unset;
    }

    #NavUserList {
        display: block;
    }

        #NavUserList .nav-item {
            display: inline-block;
        }

        #NavUserList .navcogitem {
            position: relative;
            top: -0.35rem;
        }

    p.countText {
        margin-right: 10px;
    }

    .navbar-right {
        margin-right: 30px;
        position: fixed;
        right: 0;
        top: -12px;
    }

    .pagerleftarrow {
        margin-left: 10px;
    }

    .navbar-nav .open .dropdown-menu {
        -webkit-background-clip: border-box;
        background-clip: border-box;
        background-color: #3C0D47;
        border-radius: 2px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.12);
        left: -450%;
        padding: 0;
        position: absolute;
        top: 145%;
    }

        .navbar-nav .open .dropdown-menu:after {
            border-bottom: solid 8px #3C0D47;
            border-left: solid 8px transparent;
            border-right: solid 8px transparent;
            content: '';
            height: 0;
            left: 30%;
            margin-left: 80px;
            position: absolute;
            top: -8px;
            width: 0;
        }

        .navbar-nav .open .dropdown-menu:before {
            border-bottom: solid 9px #3C0D47;
            border-left: solid 9px transparent;
            border-right: solid 9px transparent;
            content: '';
            height: 0;
            left: 30%;
            margin-left: 79px;
            position: absolute;
            top: -9px;
            width: 0;
        }

    .firstLimo > div.navbar-brand {
        color: #FFFFFF;
        font-weight: 100 !important;
    }

    .nav-stacked > li + li {
        margin-top: 0;
    }

    #navUserList > li {
        height: 15px;
        left: -45px;
    }

    #leftNavAdmin {
        left: -65px;
    }

        #leftNavAdmin.show {
            left: 0;
        }

    .navbar-nav > li > .dropdown-menu {
        background-color: #3C0D47 !important;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: left;
        margin: 8px 14px 8px 0;
        padding-top: 12px;
        position: relative;
    }

    .loginNav, .loginNav:hover, .loginNav:visited {
        padding: 17px 0 0 24px;
    }

    .w200, .w240, .w340, .w380, .mobileEmail, .mobilePassword {
        width: 100%;
    }

    .mr10mo {
        margin-right: 5%;
    }

    .mr5 {
        margin-right: 5px;
    }

    .ib-form-control {
        width: 95%;
    }

    .jumboContainer {
        display: block;
        padding: 5px 15px;
        width: 100%;
    }

    .jumbo_h1, .jumbo_p {
        text-align: center;
    }

    .jumboDialog {
        display: block;
        padding: 54px 3px 0;
        width: 100%;
    }

    .jumbotron {
        background-image: url("../images/laptopBannerMobile.png");
        background-size: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .jumbotron.register {
            background-image: url("../images/completeRegistrationBannerMobile.png");
        }

    .col-sm-2 {
        padding-left: 15px;
    }

        .col-sm-2.noPad {
            padding-left: 0;
        }

    .lastCol {
        padding-left: 15px;
    }

    .modal-dialog {
        margin: 0;
        padding-left: 0;
    }

    .icon-bar {
        background-color: black;
    }

        .icon-bar.white {
            background-color: #FFFFFF;
        }

    .navbar-collapse {
        background-color: #FFFFFF;
    }

    input, select, textarea {
        max-width: 100%;
    }

    .footer {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .content {
        margin-left: 15px;
        width: 92%;
    }

    .container {
        padding: 0;
    }

    .do {
        display: none;
    }

    .mo {
        display: block;
    }

    .mr4p {
        margin-right: 0;
    }

    .moib {
        display: inline-block;
    }

    .passRecover {
        padding-top: 75px;
    }

    .mobileDropdownLabel {
        color: #FFFFFF;
        display: inline-block;
        font-weight: normal;
        letter-spacing: 0.5px;
        padding: 12px;
        position: relative;
        right: -40px;
        text-decoration: none;
        top: 3px;
        width: 150px;
    }

    .overlay {
        background-color: rgba(0,0,0,0.9);
        display: none;
        height: 120%;
        overflow-x: hidden;
        position: fixed;
        top: -60px;
        width: 100%;
        z-index: 999999;
    }

    .table-responsive {
        border: none;
    }

    table.todoTableMobile {
        width: 100%;
    }

    thead {
        display: none;
    }

    table.todoTableMobile > tbody tr {
        border-top: 1px solid #ddd;
    }

        table.todoTableMobile > tbody tr.firstRow {
            border-top: none;
        }

    table.todoTableMobile > tr td:first-child {
        background: #f0f0f0;
        font-size: 1.3em;
        font-weight: bold;
    }

    table.todoTableMobile > tbody td {
        border: none;
        display: block;
        text-align: left;
    }

        table.todoTableMobile > tbody td:before {
            content: attr(data-th);
            display: block;
            text-align: center;
        }

    .buttonbar.fixed-bottom.with-side-nav {
        margin-left: 0;
    }

    .jumbotron.register {
        padding-top: 120px;
    }

    .leftCol {
        width: 100%;
    }

    .rightCol {
        width: 100%;
    }

    .content.candidates {
        margin-left: 0;
        width: 100%;
    }

    .candidatesFilterBar {
        margin-right: 0;
    }

        .candidatesFilterBar.filterNav {
            -webkit-margin-after: 0;
            -webkit-margin-before: 0;
            -webkit-margin-end: 0;
            -webkit-margin-start: 0;
            -webkit-padding-start: 0;
            list-style-type: disc;
        }

    .candidatesList {
        margin-bottom: 50px;
        padding-right: 0;
    }

        .candidatesList li {
            padding-left: 15px;
        }

            .candidatesList li p.assigned {
                padding-right: 15px;
            }

    .contactContainer {
        display: block;
        margin-top: 22px;
        width: 100%;
    }

    .specialContainer {
        display: block;
        width: 100%;
    }

    .pagerContent {
        background-color: #ffffff;
        bottom: 0;
        box-shadow: 0 -2px 2px rgba(0,0,0,0.08);
        height: 60px;
        margin-right: 0;
    }

    .todoContainer {
        bottom: 66px;
        position: fixed;
        right: 0;
        width: 43px;
    }

    .todoHeader {
        background-color: #29aba4;
        cursor: pointer;
        height: 40.4px;
    }

    .todosmall {
        margin-left: 9px;
        margin-top: 11px;
    }

    .mo82p {
        display: inline-block;
        width: 84%;
    }

    .w47pib {
        width: 100%;
    }

    .mr50 {
        margin-right: 0;
    }

    .assignedTodoUl {
        width: 100%;
    }

    .assignedUlName {
        display: inline-block;
    }

    .assignedUlDate {
        display: inline-block;
        float: right;
    }

        .assignedUlDate.isDel {
            margin-right: 26px;
        }

    .assignedUlMsg {
        padding-right: 0;
        padding-top: 18px;
    }

    .assignedUlDeleteBtn {
        float: right;
        position: absolute;
        right: 10px;
        top: -17px;
    }

    .navbar-toggler {
        background-color: #ffffff;
        display: inline-block;
        margin-top: 18px;
    }

    #leftNavAdmin {
        top: 80px;
    }

    .navbar-nav > li > .dropdown-menu:after {
        content: none;
    }

    .navbar-nav > li > .dropdown-menu:before {
        content: none;
    }
}

@media only screen and (max-width: 365px) {
    .filterMargin {
        margin-left: 2px;
    }

    p.countText {
        margin-right: 5px;
    }
}

table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    padding-right: 30px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:before {
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
        position: absolute;
    }

    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:after {
        opacity: 1;
    }

    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:after {
        opacity: 0;
    }

#navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    color: #05173D;
    height: 80px;
    z-index: 100;
}

#navbarAdmin {
    color: #05173D;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 85%;
}

.navbarHelp {
    color: #05173D;
}

.navbarIcon {
    color: #05173D;
}

#NavbarUser {
    color: #05173D;
    font-size: 14px;
    padding-bottom: 10px;
}

#navBar .nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #ffffff !important;
}

.navuserdropdown .dropdown-toggle::after {
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    float: right;
    left: 17px;
    margin-left: 0.255em;
    position: relative;
    right: 0;
    top: -21px;
    vertical-align: 0.255em;
}

#NavbarUser .userRole {
    display: block;
    font-weight: bold;
}

#navbar .nav > li > a:hover {
    background-color: #ffffff !important;
    box-shadow: inset 0 -1px 0 0 #dddddd;
}

#navBar .nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #ffffff !important;
}

.sideNav {
    background-color: rgba(45,45,55,0.85);
    height: 100%;
    position: fixed;
    width: 70px;
}

#leftNavAdmin li {
    border-left: solid 4px rgba(0,0,0,0);
    padding: 10px 0;
    width: 100%;
}

    #leftNavAdmin li.selected {
        background-color: rgba(45,45,55,0.55);
        border-left: solid 4px #3C0D47;
    }

#leftNavAdmin > li:hover {
    background-color: rgba(45,45,55,0.55);
}

#leftNavAdmin .leftNavIcon {
    padding-left: 12px;
}

.tab-content {
    padding-top: 15px;
}

#tabTop.nav-tabs li {
    border-radius: 5px 5px 0 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

    #tabTop.nav-tabs li a {
        background-color: #3C0D47;
        color: #fff;
        font-size: 13px;
        margin: 0;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

        #tabTop.nav-tabs li a:hover {
            background-color: #fff;
            color: #3C0D47;
        }

        #tabTop.nav-tabs li a.active {
            background-color: #fff;
            color: #3C0D47;
        }

    #tabTop.nav-tabs li.active a {
        background-color: #fff;
        color: #3C0D47;
    }

    #tabTop.nav-tabs li:last-child {
        border-radius: 5px 5px 0 0;
        border-right: 1px solid;
    }

#tabTop.nav-tabs a.nav-link.disabled {
    background-color: gray;
    color: white;
    cursor: default;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before,
.popver .popover-header::before,
.bs-popover-right .popover-header::before,
.bs-popover-left .popover-header::before,
.bs-popover-top .popover-header::before {
    content: none !important;
}

.popover {
    -moz-box-shadow: 1px 4px 5px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 4px 5px rgba(0,0,0,0.35);
    box-shadow: 1px 4px 5px rgba(0,0,0,0.35);
    padding: 0 !important;
}

.popover-header {
    background-color: #3C0D47 !important;
    color: #fff !important;
    margin: 0 !important;
    text-align: center;
}

.popover-body {
    background-color: #F4A700 !important;
    color: #fff !important;
    margin: 0 !important;
    text-align: center;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 35px;
    padding-top: 3px;
    font-family: 'Poppins', sans-serif;
}
