@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;

    background-color: #efefef;
}

html {
    position: relative;

}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    color: #5f697a;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

/* *************************Theme CSs************************* */
.ibox {
    background-color: #ffffff;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0px 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    height: 48px;
}
div#interviewed .ibox-content, .awaitingbody .ibox-content {
    display: flex;justify-content: space-between;align-items: center;
}
.ibox-content {
    position: relative;
    color: inherit;
    padding: 15px 10px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px 0px;
    
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.no-margins {
    margin: 0 !important;
}

/* ************************************************** */

.login-box {
    position: absolute;
    width: 80%;
    padding: 100px 20px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;

}

.who-bg-container {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(36, 40, 56, .65);

}

/*
.login-box {
    width: 80%;
    
    margin: 0em auto;
    background: white;
    box-shadow: 0 0 40px #d8d8d8;
    position: relative;
    top: 50%!important;
    transform: translateY(12%);
}
.login-container {
    display: table;
    width: 100%;
} */
.login-box h1 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 30px;
    margin: 0px;
}

.who-bg {
    background: url(../img/login-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
}

.m-0 {
    margin: 0px;
}

.login-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.login-logo img {
    display: block;
    margin: 25px auto;
}

body {
    min-height: 100%;
}

#login-form h1 {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 0px;
}

.form-control-feedback {
    font-size: 1.5em !important;
    color: #cfcfcf;
}

.form-control {
    border-radius: 25px;
}

.form-control-feedback {
    top: 35px;
    left: 0;
    position: absolute;
}

.has-feedback .form-control {
    padding-right: 42.5px;
    padding-left: 42.5px;
}

input.checkbox {
    visibility: hidden;
    float: left;
}

label.chb-custom {
    position: relative;
}

label.chb-custom span {
    margin-left: 15px;
}

label.chb-custom span:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #d1cdcd;
    left: 0px;
    border-radius: 3px;
}

label.chb-custom input.checkbox:checked + span:before {
    background: #008cca;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f14a';
    position: absolute;

}

img.wholg {
    width: 100%;
   /* margin-bottom: 2em;*/
}

.navbar-default {
    background-color: #293846;
    height: 100vh;
    position: fixed;
    box-shadow: 0 0 8px #cecbcb;
    top: 108px;
}

img.user-img {
    width: 35px;
    margin-right: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: transparent;
}

span.ic {
    width: 30px;
    display: inline-block;
}

.nav > li.active ul {
    border-left: 4px solid #008ecc;
    background: #293846;
}

.nav > li > a {
    font-weight: 500;
    color: #fff;
}

.btn-primary {
    background-color: #008ecc;
    border-color: #008ecc;
}

.teal .ibox-title {
    background-color: #6abc68;
    border-color: #6abc68;
    color: white;
}

.teal .ibox-content {
    background-color: #6abc68;
    color: white;
    border-color: rgba(255, 255, 255, .3);

}
select#user_state {
    width: 140px;    margin-right: 5px;
}
select#user_team{margin-left: 5px;}
button.btn.btn-primary.refresh {
    background: #0074a7;
    border-radius: 25px;
    border: 1px solid #0071a3;    margin-left: 5px;
}
.ibox-title.warning {
    border: none;
    background: #ffe000;
}
.ibox-title.oragneBox {
    border: none;
    background: orange;
}
.ibox-title.alert {
    background: #ff2e0c;
    color: #fff;
}


.orange .ibox-title {
    background-color: #9b75b9;
    border-color: #670eab;
    color: white;
    border: none;
}
#interviewed .ibox-title {
    min-height: 60px;
    height: inherit;
}
.orange .ibox-content {
    background-color: #bf95e0;
    color: white;
    border-color: rgba(255, 255, 255, .3);

}

.green .ibox-title {
    background-color: #008000;
    border-color: #008000;
    color: white;
}

.green .ibox-content {
    background-color: #008000;
    color: white;
    border-color: rgba(255, 255, 255, .3);

}

.dark-red .ibox-title {
    background-color: #FF6347;
    border-color: #FF6347;
    color: white;
}

.dark-red .ibox-content {
    background-color: #FF6347;
    color: white;
    border-color: rgba(255, 255, 255, .3);

}

.sea-green .ibox-title {
    background-color: #8878a9;
    border-color: #8878a9;
    color: white;
}

.sea-green .ibox-content {
    background-color: #8878a9;
    color: white;
    border-color: rgba(255, 255, 255, .3);

}

.blue .ibox-title {
    background-color: #326997;
    border-color: #326997;
    color: white;
    border: none;
}

.blue .ibox-content {
    background-color: #4b87b9;
    color: white;
    border-color: rgba(255, 255, 255, .3);
}


.voilet .ibox-title {
    border-color: #4657d6;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.red .ibox-title {
    border-color: #fe0640;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.ibox-content h1 {
    font-size: 21px;
}
.yellow .ibox-title {
    border-color: #f7cb00;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

img.users {
    width: 35px;
}
.ibox-title {
    display: flex;
    align-items: center;
    background: #edf0ff;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.black {
    color: black !important;
}

.pending-interview .ibox-title {
    border-color: #4a84b2;
    border-radius: 3px;
    color: black;
}

.pending-xray .ibox-title {
    border-color: #8977ab;
    border-radius: 3px;
    color: black;
}

.ibox-title h5 {
    font-size: 16px;
}
#dashboard .ibox-title {
    min-height: 48px;
    height: inherit;
}
.table th {
    border-top: 0px !important;
    background: #e9edf0;
    color: #000;
    vertical-align: middle !important;
}
td.state-td {
    font-weight: 600;
    font-style: italic;
    background: #1e7fb8;
    color: #fff;
}
li.logo-head span:last-child img {
    width: 180px;
}
a.view {
    color: #a7a7a7;
    font-size: 16px;
}

a.view-all {
    color: #2196F3;
    font-weight: 600;
    display: block;
    text-align: right;
    padding-right: 15px;
    font-size: 16px;
}

.pending-sputum .ibox-title {
    border-color: #75b478;
    border-radius: 3px;
    color: black;
}

.pending-sputum2 .ibox-title {
    border-color: #e89336;
    border-radius: 3px;
    color: black;
}

.pending-verification .ibox-title {
    border-color: #d71945;
    border-radius: 3px;
    color: black;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #1792d3;
    border-color: #1792d3;
    color: #FFFFFF;
    outline: none;
}

.navbar-static-top {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 5px #cecbcb;
    display: flex;
    align-items: center;
}
nav.navbar.navbar-static-top.white-bg .navbar-left {
    float: left !important;
    margin-right: auto;
}

.wrapper-content {
    padding: 120px 10px 0px 240px;
}
.table .table {
    background-color: #fff;
    border: 1px solid #eee;
}
.panel-body.awaitingbody {
    padding: 15px !important;
}
div#locationDataCount button {
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 17px;
    text-align: center;
}
.ibox {
    border: none;
    clear: both;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #dfdfdf;
}
.form-control-eye {
    font-size: 1.5em;
    color: #cfcfcf;
    right: 0;
    top: 35px;
    position: absolute;
    padding-right: 15px;
}

form#login-form .form-group {
    position: relative;
}

form#login-form {
    padding: 0px 30px;
}

.signin button {
    background: #008ecc;
    border-radius: 50px;
    padding: 8px 50px;
    font-weight: bold;
    text-transform: uppercase;
}

button.btn {
    height: 40px;
}

.pid-details {
    border-width: 0px 0px 0px !important;
}

.pid-name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #1c84c6;
}

h3.title-tests {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

sup {
    color: red;
}

.save-btn {
    width: 170px;
    height: 40px;
    vertical-align: middle;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: #efefef;
}

body.DTTT_Print {
    background: #fff;

}

.DTTT_Print #page-wrapper {
    margin: 0;
    background: #fff;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
}

.dataTables_filter label {
    margin-right: 5px;

}

div.DTTT_container {
    display: none;
}

.dataTables_filter {
    /*width: 50%;*/
    float: right;
    text-align: right;
    line-height: 50px;
}

.dataTables_length {
    line-height: 50px;
    float: left;
    width: 50%;
}

.dataTables_filter input {
    margin-left: 10px;
}

.dataTables_paginate {
    display: block;
    width: 100%;

    text-align: right;
}


.dataTables_info {
    display: block;
    width: 70%;
    float: left;
    text-align: left;
    padding-right: 10px;
    line-height: 29px;
}

.nav-header {
    padding: 0px 15px;
   /* background: url(patterns/header-profile.png) no-repeat;*/
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.login-container input {
    padding-left: 30px;
}



.row.dashboard-wrapper .ibox {
    min-height: 340px;
}

a.view-resolve {
    border: 1px solid #2196F3;
    color: #2196F3;
    padding: 5px 15px;
    border-radius: 30px;
}

.resolve-discrepancy-modal .modal-header {
    padding: 10px 15px;
    vertical-align: middle;
}

.resolve-discrepancy-modal .modal-header h4 {
    font-size: 22px;
    color: #000;
}

.resolve-discrepancy-modal .table-bordered {
    border: 1px dashed #EBEBEB;
}

.resolve-discrepancy-modal .modal-body table th {
    background: #fff;
    background-color: #fff;
    border-top: none !important;
}

.modal-body {
    background: #ffffff !important;
}

.resolve-discrepancy-modal .modal-body table td:first-child {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.resolve-discrepancy-modal .modal-body table td:last-child {
    border-right: none;
    border-left: none;
}

.resolve-discrepancy-modal .modal-body table td {
    border-bottom: none;
    padding: 10px 15px;
    vertical-align: middle;
}

i.fa.fa-exclamation-circle.error-resolve {
    color: #ffc600;
    font-size: 21px;
    vertical-align: middle;
    margin-left: 6px;
}

.resolve-discrepancy-modal label {
    padding-left: 0px;
}

.Search-field {
    position: absolute;
    right: 20px;
    width: 20%;
    display: none;
}

.Search-field input {
    display: inline-block;
    width: 80%;
}

.resolve-discrepancy-modal .i-checks {
    margin: 0px 0px;
}

.fa.arrow:before {
    content: "\f104";
    vertical-align: sub;
}

table.dataTable {
    /*margin-top: 20px;*/

}

table.table {
}

a.edit_user.editIcon {
    display: inline-block;
}

.delete-div {
    display: inline-block;
}

.addrole, .addPermission, .clearData, .assignState, .assignDistrict, .assignStateSampleRec {
    background: #fff;
    color: #1c84c6;
    border: 1px solid #1c84c6;
    border-radius: 35px;
    padding: 4px 16px;
    margin-right: 5px;
    margin-bottom: 0px !important;
}

.addrole:hover, .addrole.active, .addPermission:hover, .addPermission.active, .addPermission:focus, .addrole:focus, .clearData:hover, .clearData.active, clearData:focus {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

div#roleModal .modal-body ul {
    list-style: none;
    padding-left: 0;
}

div#roleModal .modal-body ul.childNode {
    padding-left: 20px;
}

div#permissionModal .modal-body ul, #role_manage ul {
    list-style: none;
    padding-left: 0px;
}

div#permissionModal .modal-body ul.childNode, #role_manage ul.childNode {
    padding-left: 20px;
}

#roleModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

div#permissionModal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.editIcon {
    display: inline-block;
    font-size: 18px;
    color: #666;
}

.delete-div button {
    background: none;
    box-shadow: none;
    border: none;
    font-size: 18px;
    color: #666;
    margin-left: 10px;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}

a.status {
    font-size: 18px;
    margin-left: 10px;
}

.word-wrap-rule {
    max-width: 200px;
    overflow: hidden;
    white-space: normal;
    text-overflow: clip;
    word-wrap: break-word;
}

input.datepicker {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 25px;
    top: 35px;
    font-size: 20px;
    color: #b3b3b3ee;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.operationList li:first-child .checkbox > label {
    padding-left: 50px;
}

#exTab2 h3 {
    color: black;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 ul li a {
    color: black;
}

#exTab2 .nav > li.active > a {
    background-color: #337ab7;
    color: #fff;
}

div#user-roles ul {
    padding: 0px;
    list-style: none;
}

.cluster-dropdown {
    width: 170px;
    margin-right: 10px;
}

.participants-tabs-view ul.nav-tabs li.active a {
    color: #fff;
    border: none;
}

.participants-tabs-view ul.nav-tabs li.active {
    background: #1c84c6;
    color: #fff;
}

.participants-tabs-view ul.nav-tabs li {
    border: 1px solid #dedede;
    width: 14%;
    text-align: center;
}

.participants-tabs-view ul.nav-tabs li a {
    color: #292929;
}

div#interviewtabs {
    margin-top: 10px;
}

.sub-tabs-interview-questions li {
    display: block;
    width: 100% !important;
    text-align: left !important;
}

.tab-content.sub-tabs-interview-questions-content {
    padding: 10px;
    border: 1px solid #dedede;
    min-height: 245px;
    overflow: auto;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.mobileNumInput {
    position: relative;
    display: block;
}

.mobileNumInput:after {
    color: #37424a !important;
    content: "+91";
    font-size: 16px !important;
    font-weight: 400;
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: 10px;
    line-height: 42px;
}

.mobileNumInput input {
    padding-left: 40px;
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

#xrayPid {
    display: none
}

.label-success-action {
    color: #15a50c;
    font-size: 18px;
}

.label-warning-action {
    color: #ff0000;
    font-size: 18px;
}


div#sampleRegView label {
    display: block;
}

.p-0 {
    padding: 0px !important;
}

ul#side-menu {
    max-height: 100vh;
    overflow: auto;
        background: #293846;padding-top: 1em;
}

.login-box .login-container {
    padding: 0px 40px;
}

.sample-received {
    width: 20px;
    float: left;
    margin-top: 0px;
    height: 20px;
    margin-right: 10px;
}
#sample_received input {

    margin: 0px 5px 0px;

}
table.dataTables-example {
    width: 100%;
    white-space: nowrap;
}
#dashboard .ibox-title h5 {
    float: inherit;
    margin: 0px;
}
@media(max-width:1300px){
    #dashboard .ibox-title h5 {
        float: inherit;
        margin: 0px;
        font-size: 16px;
    }
    .ibox-title {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #e7eaec;
        border-image: none;
        border-style: solid solid none;
        border-width: 4px 0px 0;
        color: inherit;
        margin-bottom: 0;
        padding: 6px 15px 7px;
        min-height: 60px;
        height: inherit;
    }
    .ibox-title h5 {
        font-size: 16px;
    }
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

/*dashboard page*/
.clusters
{
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px 22px 0;
}
.clusters .completed
{
    background-color:#2E7D32;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}
.clusters .ongoing
{
    background-color:#FBC02D;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}
.clusters .pending
{
    background-color:#D84315;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
}
.completed img,  .ongoing img, .pending img
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    filter: invert(100%);
    width: 50px;
}

.text, .icon
{
    vertical-align: middle;
} 
.text p{
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.text strong {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.accomplished .panel, .accomplished .panel-body {
    border-radius: 8px!important;
    border: none!important;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 15%);
    margin-bottom: 15px;
}

#loaderImg {
    text-align: center;margin: 0px auto;
}
#loaderImg img {
    width: 30px;
    margin: 0px auto;
    padding-bottom: 15px;
}
.panel.panel-default .panel-body
{
    padding: 15px 0px 0px;
}
.accomplished .panel .panel-heading {
    /* border: none!important; */
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #001;
    font-weight: 600;
    /*font-family: 'Roboto', sans-serif;*/
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    background-color: #fff;
}
.boxes p {
    font-size: 16px;
    padding: 5px 3px 0 5px;
    /* min-height: 52px; */
    line-height: 23px;
    border-bottom: 1px solid #eee;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    padding-bottom: 5px;
}
.boxes strong {
    font-size: 30px;
    color: #6ABC68;
    padding: 0 0 10px 10px;
    display: block;
    font-weight: 500;
    position: absolute;
    bottom: 0;
}
.boxes 
{
    border-top:10px solid #C4DEC3;
    border-right:1px solid #D4D3D3;
    border-bottom:1px solid #D4D3D3;
    border-left:1px solid #D4D3D3;
    border-radius: 1px;
    position: relative;
    margin-bottom: 20px;
}
.mb-3
{
    margin-bottom:30px;
}
.boxes i 
{
    color: #CBCBCB;
    position: absolute;
    bottom: 4px;
    right: 10px;
    font-size: 25px;
}
.panel-body{
    padding: 25px 20px 0;
}
.panel{border-radius: 8px;}
/* .#FED2A1 */
.awaiting .panel, .awaiting  .panel-body
{
    
    border:none!important;
    box-shadow: 0 0 0;

}
.welcome-message {
    color: #fff !important;
}
.awaiting .panel .panel-heading {
    font-size: 18px;
    background-color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #000;
    font-weight: 600;
    text-transform: uppercase;
}
.awaiting .boxes {
    border-top: 10px solid #FED2A1;
    min-height: 140px;
}

.awaiting .boxes strong {
    color: #EB9331;
    position: absolute;
    bottom: 0px;
}
.p-r-7
{
    padding-left: 7px;
    padding-right: 7px;
}
.accomplished-boxes
{
    padding-left:7px;
    padding-right:7px;
}
.accomplished-boxes .boxes
{
    min-height: 140px;
}
.p-l-7
{
    padding:0 7px;
}
@media (max-width:1078px) and (min-width:992px){
    .boxes p {
        min-height: 80px;
    }
}
@media (max-width:767px){
    .boxes p {
        min-height: 0;
    }
    
}
@media (min-width:767px) and (max-width:992px) {

    .accomplished-boxes .boxes, .awaiting .boxes {
        min-height: 150px;
    }
}

.form-group.checkbox-custom label {
    display: block;
    line-height: 65px;
}
.white-bg {
    background-color: #1e7fb8;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
li.logout-li a {
    color: #fff !important;
}
#page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }

  .ibox.float-e-margins.yellow .ibox-title {
    background: #8cc9cf;border-color: #8cc9cf;color: #fff;
}
.ibox.float-e-margins.yellow .ibox-content{
    background: #a0e3ea;
}
.ibox.float-e-margins.yellow{
    background: #a0e3ea;
}
.ibox.float-e-margins.green {
    background: #8cd88a;
}
.ibox.float-e-margins.green .ibox-content{
    background: #f7cb00;
}
.ibox.float-e-margins.green .ibox-title {
    background: #eab626;
    border-color: #eab626;
}
li.logo-head {
    /* width: 450px; */
    vertical-align: middle;
    display: block;
    line-height: 80px;
}

li.logo-head img {
    width: 60px;
}
li.logo-head p {
    margin: 0px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
}
li.logo-head h3 {
    color: #fff;
    text-align: center;
    margin: 0px;
    font-size: 15px;
}
li.logo-head span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.team-status-red{ background-color: #ff0000 !important; color: #FFFFFF !important; }
.team-status-green{ background-color: #92d050 !important; color: #000000 !important; }
.team-status-yellow{ background-color: #ffd966 !important; color: #000000 !important; }
.dataTables_processing{text-align:center !important}

/**/
table.volunteerInfo {
    border-collapse: collapse;
    width: 100%;
}
  
table.volunteerInfo td, th {
    border: 1px solid #ddd;
    text-align: left;
}
  
table.volunteerInfo tr:nth-child(even) {
    background-color: #fff;
}
.only-print{
    display: block;
}
.no-print{
    display: none;
}
.uploadedVolunteer{
    width: 20%;
}
@media print {
    .no-print{
        display: none !important;
    }
    .only-print{
        font-weight:bold;
        display: block;
    }
}