.dbnm {
    display: inline-block;
    width: auto;
    height: auto;
    transform: rotate(45deg);
    margin: 0;
}

.dbnmdf {
    width: auto;
    height: auto;
}

.sdfgQw {
    float: right;
    width: auto;
}

.img_uplo_box #site_logo_preview,
.img_uplo_box_favi #site_favicon_preview {
    width: 100%;
    top: 0;
    height: 120px;
    object-fit: contain;
}

#loginPhotoModal .dz-preview.dz-image-preview,
#loginPhotoModal .dz-preview.dz-file-preview,
#userFrm .dz-preview.dz-image-preview,
#userFrm .dz-preview.dz-file-preview {
    display: none !important;
}

.none {
    display: none !important;
}

.loadimg {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999999;
}

.chkb .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin: 0;
}

.chkb.dISd {
    padding: 5px 10px;
}

.chec-tp {
    position: relative;
    top: 6px;
}

.dISd {
    display: inline-block;
    padding: 0 10px;
}

.chkb .slider.round {
    border-radius: 34px;
}

.chkb .slider.round:before {
    border-radius: 50%;
}

.chkb .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.chkb .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.error {
    border: 1px solid red !important;
    color: red;
}

label.error {
    border: 0 !important;
    margin: 15px 0;
    color: red !important;
}

.forgotDiv {
    display: none;
}

.none {
    display: none;
}

.form_main .selc_squre .select2-container .select2-selection--single.error {
    border-color: red !important;
}

.sd .custom-checkbox .custom-control-indicator {
    background: none !important;
}

.gallery_pic_mnc ul li {
    width: 23.6%;
    float: left;
    padding: 0;
    margin: 0 1% 1% 0;
    position: relative;
}

.gallery_pic_mnc ul li .log-phot-del {
    display: none;
    cursor: pointer;
    width: auto;
    height: auto;
    object-fit: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 20px;
    padding: 2px;
}

.gallery_pic_mnc ul li:hover .log-phot-del {
    opacity: 1;
    display: block;
}


/*text-shadow: 0 0 10px #fff;*/

.select2-selection--single.error {
    color: red;
    border: 1px solid red;
}

.form-group .error {
    color: red;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    /*color:#444;*/
    color: rgba(0, 0, 0, 0.4);
}

.prate {
    text-align: right;
}

.select2 .select2-selection span.select2-selection__rendered.first_child {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}

div.error {
    border: none !important;
}

.fixedtop {
    position: fixed;
    top: 0;
}

.div_project_search .bx {
    width: 20% !important;
}

/*
Commented on 31-01-2020 based on Git #214
.div_project_search .tp_filter {
    width: 22% !important;
}
*/
.div_project_search .tp_filter {
    width: 16% !important;
}

#Comments .add_tsk2 {
    width: 25%;
}

#Comments .view_cmplt2 {
    width: 15%;
}

label.error {
    margin: 5px 0;
    text-transform: none !important;
}

span.error {
    border: none !important;
    float: left;
}

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

.selc_squre {
    height: auto;
}

.selc_squre .select2-selection__choice {
    width: auto;
}

.sel_multiple .select2-container--default .select2-selection--multiple {
    height: auto;
    float: left;
    width: 100%;
    border-radius: 0px;
}

.sel_multiple .select2 .select2-selection__rendered .select2-selection__choice {
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}


/*.selc_error span .error {
    border: 1px solid red !important;
        float: none;
}*/

.error+.select2 .select2-selection {
    border: 1px solid #f00 !important;
}


/*.list_table_active input:checked+.slider{
    background-color: #099d44 !important;
}*/

.scheduled_date {
    width: 46%;
    margin-left: 10px;
}

.button_red {}

.not_completed {
    background: #c30000 !important;
    position: relative;
    color: #fff !important;
    padding: 0 35px 0 10px !important;
}

.not_completed:before {
    position: absolute;
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 22px;
    height: 19px;
    right: 10px;
    top: -1px;
    z-index: 1;
}

.commentd {
    background: #5aab31 !important;
    position: relative;
    color: #fff !important;
    padding: 0 35px 0 10px !important;
}

.commentd::before {
    position: absolute;
    content: "";
    background: url('../images/check-completed.png') no-repeat right 0 center / 25px 25px;
    width: 25px;
    height: 25px;
    right: 6px;
    top: 5px;
    z-index: 1;
}


/*#complete_gate{
    display: none;
    cursor: pointer;
}
#commentd {

   display: none;
}*/

.green_td {
    background: rgba(143, 222, 108, .2);
    /* #8FDE6C */
}

.yellow_td {
    background: rgba(248, 231, 28, .2);
    /* #F8E71C; */
}

.red_td {
    background: rgba(208, 2, 27, .2);
    /* #D0021B */
}

.blue {
    color: #0076FF;
}

.hide {
    display: none;
}

.gate_disabled {
    text-align: center;
    padding: 50px;
}

.red_days_review:before {
    color: red;
}

.yellow_days_review:before {
    color: yellow;
}

.Popover_cool .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.content {
    height: 300px;
}

.gray_td {
    background-color: #ccc;
}


/*.table th { padding : 0.75rem 0.75rem 0.75rem 0;}*/

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.header_notes_left {
    width: 49%;
}

.header_notes_center {
    width: 3%;
    float: left;
}

.header_notes_right {
    width: 48%;
}

.main_collapse .header_notes_center {
    display: none;
}

.main_collapse .header_notes_right_inner .pro_btn {
    display: none !important;
}
.myCssCls .header_notes_right_inner .pro_btn {
    display: inline-block !important;
}

.dashDetailTable td {
    white-space: normal !important;
}

.sel_multiple .btn-group {
    width: 100% !important;
}

.sel_multiple .multiselect {
    background: transparent;
    border: 1px solid;
    height: 46px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.daterange_ci {
    border-radius: 3px;
    background: #F2F2F2 url(../images/icon-calendar2.png) no-repeat right 5px center / 30px auto;
    color: rgba(28, 29, 31, 1);
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px 0 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

.top_header_prj {
    position: fixed;
    z-index: 1;
}

.project_edit_tab_ul {
    position: fixed;
    z-index: 2;
    margin-top: 72px;
    width: 100%;
}

.margintop160 {
    margin-top: 160px;
}

#Configuration .main_innerx_tbs .bc_boxc,
#login_photos .main_innerx_tbs .bc_boxc {
    margin-top: 20px;
}

.w50 {
    width: 50% !important;
}

.bc_boxc180 {
    margin-top: 180px;
}

.bc_boxc70 {
    margin-top: 70px !important;
}

.date_range_picker_cl {
    border-radius: 3px;
    background: #F2F2F2 url(../images/icon-calendar2.png) no-repeat right 5px center / 30px auto;
    color: rgba(28, 29, 31, 1);
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px 0 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}

input.cell_date_picker {
    width: 100px;
}

.excelBtn {
    margin-left: 20px;
    font-size: 28px;
}

.excelBtn a {
    color: black;
}
.modal .yesPrompt{width: auto}
#promptAdmin button{cursor:pointer;}

.locked_warning{
    font-size: 10px;
    float: right;
    margin: 0;
    color: #000;
    font-weight: bold;
    background: #F7C03E;
    padding: 0 4px;
}
#DataTables_Table_1_wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: rgba(0,0,0,0.75) !important;
}
#DataTables_Table_1_wrapper .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.to_do_tabs .add_tsk a,
.to_do_tabs .add_tsk2 a {
    margin-left: 8px;
}

.tp_filter .multiselect-native-select .btn-group { width:100% !important; height: 46px; }
.tp_filter .multiselect-native-select .btn-group .btn {  background: #fff;  border: 1px solid; width: 100%; text-align: left;}
.tp_filter .dropdown-toggle::after {float: right; top: 50%; transform: translateY(-50%); position: absolute; right: 10px;}

.tp_filter .select2-selection__choice { font-size: 1rem; background: #F9F9F9 !important; border: 1px solid #2F2F2F !important;}
.tp_filter .select2-selection--multiple { border: 1px solid #2F2F2F; }

/* .tp_filter ul.select2-choices {
    padding-right: 30px !important;
}

.tp_filter ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
} */


.tp_filter .select2-selection--multiple:before {
    font: normal 26px/1 FontAwesome;
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 25%;
    color:#888;
   /*  border-top: 5px solid #888;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent; */
}


/* .select2-container--focus .select2-selection--multiple {
    transform: rotate(180deg);
    right: 14px;
    top: 25%;
}

.select2-container--focus .select2-selection__choice {
    transform: rotate(180deg);
} */

.div_section_37 .int_mnc , .div_section_38 .int_mnc { font-size: 15px; }
.js_header:last-element { margin-right: 0px; }

.js_header1{
    float: left;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.js_header1:last-element { margin-right: 0px; }
.summary_mainf_new { padding: 0; }
.accordion_container .div_section_38 .custom-control { float:left; }

.accordion_container .summary_mainf .sd .custom-control{color:#000;}
.myCssCls .header_notes_right_inner .pro_btn.notDisplayBtnCls {
    display: none !important;
}
.que5NewTextBox {
    border-radius: 3px;
    color: rgba(28, 29, 31, 1);
    font-size: 15px;
    line-height: 44px;
    height: 44px;
    padding: 0 30px 0 10px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid gray;
}