html, body {
    background: #0195d5;
    height: 100%;
    position: relative;
    padding-bottom: 30px;
}

.report-canvas {
    border-bottom: 3px gray solid;
    width: 100%;
}

.report-image {
    border-bottom: 3px gray solid;
    width: 100%;
}

.widget-total {
    height: 75.4px !important;
}

.box-total {
    height: 99.39px !important;
}

section.widget.widget-overview div.body div.description {
    font-weight: normal;
    text-align: center;
    margin: 7px -5px;
}

.loader.loader-total.animated.fadeIn.handle span.spinner,
.loader-total > span.spinner {
    margin-top: -15px;
}

section.widget.widget-overview div.body div.big-text {
    margin-top: 5px;
    font-size: 36px;
    line-height: 30px;
    height: 36.4px;
    font-weight: bold;
    text-align: center;
}

#canvasHolder {
    margin-bottom: 6px;
}

.modal-title small {
    font-size: 12px;
    color: #bdbbbb;
    font-weight: 400;
}

.buttons-container {
    width: 55px;
}

.radio input[type="radio"]:focus + label::before {
    outline: none;
    /*outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
}


.btn-addinfo-nav {
    padding: 5px;
    cursor: pointer;
    background: transparent;
    border: 2px solid #32c067;
    color: #32c067;
    float: right;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 0.8;
    border-radius: 3px;
    margin-right: 5px;
    -webkit-appearance: none;
}

.btn-addinfo-nav:hover {
    color: #258f4d;
    border: 2px solid #258f4d;
}

.btn-addinfo-nav.disabled, .btn-addinfo-nav.disabled:hover, .btn-addinfo-nav[disabled], .btn-addinfo-nav[disabled]:hover {
    color: #eaeaea;
    border-color: #eaeaea;
    background: transparent;
}

.account {
    min-width: 180px;
    max-width: 230px;
    width: inherit;
}

.account-picture {
    word-wrap: break-word;
}



.close-addinfo {
    margin-top: 2px !important;
    margin-left:5px;
}

.bb-2 {
    border-bottom: 2px black solid;
}

.bl-2 {
    border-left: 2px black solid;
}

.pb-10 {
    padding-bottom: 10px;
}

.p-20 {
    padding: 20px;
}

.report-header {
    padding: 10px 5px;
    border: 6px solid #002e67;
    margin-top: 20px;
}

.underlined {
    text-decoration: underline;
}

.v-center {
    vertical-align: middle !important;
}

.request-status-icon {
    font-size: 15px;
    margin-top: 17px;
    left: 2px;
    position: relative;
}

.status-icon {
    font-size: 15px;
    margin-left: 11px;
}

.filter-heading {
    color: #f1f0f0;
    top: -22px;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: initial;
    padding-right: 5px;
}

.filter-dropdown {
    width: 98% !important;
    text-align: left;
    margin-top: 5px;
}

.filter-container {
    margin-bottom: 30px;
    margin-top: 40px;
    min-height: 45px;
}

.table-filter-container {
    height: 35px; 
    margin-bottom: 10px;
}

#products-table{
    font-size: 12px;
}

.status-green { color: #2cac5c;}
.status-amber { color: #f2c34d;}
.status-red {color: #f25118;}

.dropzone {
    border: 2px dashed #666;
    color: #666;
}

.document-row {
    height: 40px;
    cursor:pointer;
}

.document-row:hover {
    height: 40px;
    cursor: pointer;
    color: #777;
}

.document-row-pending {
    height: 40px;
    opacity: 0.5;
}

.modal-body-scrollable {
    overflow-y: auto;
    max-height: 500px;
}

.modal-dialog {
    overflow-y: initial;
}

.modal-loader {
    z-index: 1000;
    height: 80px;
}

.modal-loader-full {
    z-index: 1000;
    height: 20px;
}

.modal-loader-table {
    height: 80px;
}


.document-icon {
    font-size: x-large;
    color: #4e91ce;
}

.documents-table {
    width: auto;
    margin-bottom: 0px;
    border:0px !important;
}

.documents-table tbody tr td, .table tbody tr th {
    border: none;
}

.table-info th {
    color: #555;
}

.table-info {
    margin-bottom: 0px;
}

.table-info thead > tr > th {
    text-transform: none;
}

.table-borderless tbody tr td, .table tbody tr th {
    border: none;
}

.message-date {
    font-size: 11px;
    color: #888;
    margin-top: -7px;
}

.message-div {
    border-bottom: #bfbcbc 1px dashed;
}

.message-input {
    width: 100%;
    padding: 5px;
}

.message-div-sent {
    text-align: right;
    border-bottom: #bfbcbc 1px dashed;
}

.messages-container {
    max-height: 400px;
    overflow-y: auto;
}

.message-row {
    padding: 0px 10px;
}

.message-row-unread {
    padding: 0px 10px;
    color: #2CAC5C;
    font-weight: 500;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

#profileImage {
    height: 250px;
    width: 250px;
    object-fit: cover;
}

.candidate-image {
    cursor: pointer;
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.candidate-image:hover {
    opacity: 0.9;
}

.fingerprint-icon {
    height: 18px;
    margin-bottom: -3px;
}

.request-button {
    width: 55px;
}

.report-button {
    width: 55px;
    margin-top: 5px;
}

#clientlogo {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.no-padding {
    padding: 0px;
}

.padding-right-10 {
    padding-right: 10px;
}

.no-padding-left{
    padding-left: 0px;
}

.table-report thead > tr > th {
    text-transform: none;
}

.options-container {
    float: none;
    display: inline-grid;
    background: #f5f5f5;
    padding: 0px 10px;
    width: 16.34%;
}

.options-div {
    border-top: #dedede 1px solid;
    margin-top: -5px;
    min-height: 210px;
}

.padding4 {
    padding: 4px;
}

.report-table {
    height: 60px;
}

.pie-chart-footer .control {
    width: 12.25%;
    min-height: 65px;
}


.overall-stats li {
    margin-top: 8px;
}

.logo > a > img {
    height: 30px;
}


.page-titleclient {
    margin: 11px 15px 18px;
}

.addpopupclint {
    margin-bottom: 18px; float: right; margin-right: 15px; margin-top: 10px;
}

.footer {
    bottom: 0;
    left: 0;
    padding-right: 30px;
    /*padding-bottom: 30px;*/
    /*position: inherit;*/
    right: 0;
    color: #67bfe6;
}

.content {
    padding-top: 10px;
    padding-bottom: 5px;
}

.footer strong {
    vertical-align: bottom;
    /*bottom: -4px;*/
    position: relative;
}

.login-widget {
    color: #000;
    background-color: #fff;
    padding-bottom: 30px;
}

.color-black {
    color:black;
}

.qualificationsButton {
    margin-top: -2px;
    margin-left: -3px;
}

#table-fixed-div {
    overflow-x: auto;
}

#candidates-table {
    min-width: 1245px;
}

.mw-120 {
    min-width: 120px;
}

.mw-115 {
    min-width: 115px;
}

.mw-110 {
    min-width: 110px;
}

.mw-105 {
    min-width: 105px;
}


.mw-100 {
    min-width: 100px;
}

.mw-95 {
    min-width: 95px;
}

.mw-90 {
    min-width: 90px;
}

.mw-80 {
    min-width: 80px;
}

.mw-75 {
    min-width: 75px;
}

.mw-70 {
    min-width: 70px;
}

.mw-60 {
    min-width: 60px;
}

.mw-50 {
    min-width: 50px;
}

 .mt-30 {
     margin-top:30px;
 }

.mt-14 {
    margin-top: 14px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-3 {
    margin-top: 3px;
}

.manual-switch-div {
     margin-top: -40px;
 }

.action-button {
    width: 55px;
    margin-top: 5px;
}

#candidates-table > tbody > tr {
    height: 50px;
}

.margin-left-10 {
    margin-left:10px;
}
/* Data Table CSS  */
.content .addpopupclint span{
    line-height: 30px;
}

#candidates-table > tbody > tr{
    height: 50px;
}

.mt .table-striped{
    font-size: 12px;
}

.mt .fa-edit{
    color: #0dff0d;
     font-size: large;
}

.mt .fa-remove {
    color: red;
     font-size: large;
}

.error {
    color: #b94a48;
}

.form-control.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error :focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.select2-container.error > .select2-choice {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container.error > .select2-choice :focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.error, .select2.error {
    color: #b94a48;
    border-color: #953b39;
}

/* Multi Select 2 */
.select2-container.select2-container-multi.form-control.error {
    border: 1px solid #953b39;
}

.error .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container .error .select2-choices {
    border: none;
}

.select2-container.select2-container-multi.form-control.error ul.select2-choices {
    border: none;
}

.MyDropZone {
    border: dashed grey 2px;
    text-align: center;
    padding: 10%;
    background-color: #f0f0f0;
}

.MyDropZone:hover {
    border: dashed grey 2px;
    text-align: center;
    padding: 10%;
    background-color: #e7e7e7;
    cursor: pointer;
}

.file-row {
    padding: 10px;
}

.candidate-comment {
    cursor:pointer;
}

.candidate-comment:hover {
    opacity:0.8;
}

.status-clickable {
    cursor:pointer;
}

.status-clickable:hover {
    opacity:0.8;
}

.message .details {
    margin-left: 30px;
}

.message i {
    float: left;
    font-size: 20px;
    margin-top: 9px;
}

.presentation-unread {
    background-color: rgba(78, 145, 206, 0.57);
    font-weight:600;
}

.checkbox-label > span {
    margin-left:20px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-5 {
    margin-left: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-3 {
    margin-top: 3px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mt-0 {
        margin-top: 0px;
}

.client-cost {
        margin-top: -3px !important;
}

.bb-1 {
    border-bottom: 1px #555555 solid;
}

.logo {
    left: 30px;
    top: 0px;
    position:absolute;
}

.w-60{
    width: 60px;
}

.mt-20{
  margin-top: 20px;
}

.p-5 {
    padding:5px;
}

.m-5 {
    margin: 5px;
}

#upload-filename {
    /*position: absolute;
    margin-top: 15px;
    margin-left: 5px;*/
}

.pt-10 {
    padding-top: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.p-0-force {
    padding: 0px !important;
}

.table-add-button-wrapper {
    margin-right: 0px;
    margin-bottom: 10px;
}

.menu-toggle {
    position: absolute;
    top: 2px;
}

.menu-toggle > button {
    background-color: transparent;
    box-shadow: none;
}

.menu-toggle > button:hover {
    background-color: #018ac6;
    box-shadow: none;
}

.menu-toggle > button:focus {
    background-color: #018ac6;
    box-shadow: none;
}

.sidebar-hidden .logo {
    display: block;
}

.wrap {
    margin-left: 170px;
    min-height: 100%;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background-color: #4e91ce;
    color: #fff;
}

.loader-message {
    text-align: center;
    top: 50%;
    margin-top: 21px;
}

.all-messages:hover {
    background-color: #4e91ce;
    cursor: pointer;
}

/* Messenger alert hack */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

ul.messenger-theme-air .messenger-message {
    background-color: rgba(52, 52, 52, 0.78);
}

.candidate-clickable {
    cursor: pointer;
}

.page-header .nav > li .count {
    font-size: 11px;
}

.hidden-element {
    visibility:hidden;
}

.value-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 6px;
}

#addinfo-table {
    margin-bottom: 15px;
    border-bottom: 1px solid #B7B7B7;
}

   table.dataTable thead .no-sort
    {
        background : none !important;
    }
    .dataTable thead tr th i:first-child{
        margin-left:5px;
    }
    .dataTable thead tr th.sorting i:first-child{
        visibility:hidden;
    }
    .dataTable thead tr th.sorting_asc i:first-child{
        visibility:visible;
    }
    .dataTable thead tr th.sorting_desc i:first-child{
        visibility:visible;
        transform:rotate(180deg);
    }
    .dataTable thead tr th.sorting i:last-child, .dataTable thead tr th.sorting i:last-child{
        margin-left:-8px;
    }
    .dataTable thead tr th.sorting_asc i:last-child, .dataTable thead tr th.sorting_desc i:last-child{
        display:none;
    }

/* JStyle Start */



/* JStyle Over */







/* Device-size specific */
@media (max-width: 768px) {
.menu-toggle > button {
    display:none;
}

@media (min-width: 992px) {
    .options-container {
        width: 16.34%;
    }
}

@media (min-width: 768px) and (max-width: 991px)   {
    .options-container {
        width: 32.93%;
    }

    .options-div {
        min-height: 160px;
    }
}

@media (min-width: 620px) and (max-width: 767px)   {
    .options-container {
        width: 24.52%;
    }

    .options-div {
        min-height: 180px;
    }
}

@media (min-width: 420px) and (max-width: 619px)   {
    .options-container {
        width: 49.50%;
    }

    .options-div {
        min-height: 150px;
    }
}

@media (max-width: 420px) {
    .options-container {
        width: 100%;
    }

    .options-div {
        min-height: 100px;
    }
}

@media (max-width: 767px) {
    .filter-dropdown {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .filter-container {
        margin-bottom: 45px;
        margin-top: 40px;
        min-height: 100px;
    }

    .logo {
        left: 15px;
    }
}

@media (max-width: 767px) {
    .filter-container {
        margin-bottom: 25px;
        margin-top: 40px;
        min-height: 550px;
    }

    .logo {
        left: 5px;
        top: 2px;
    }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a4a4a4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #a4a4a4;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  #a4a4a4;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #a4a4a4;
}

