/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Apr, 2020, 1:54:05 PM
    Author     : arjunp
*/

.select2-container .select2-selection--single{
    /*height: 34px !important;*/
}
.select2 {
    width:100% !important;
}


/* .invalid class prevents CSS from automatically applying */
.error {
    color: #a94442;
    font-size: 0.8em;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .control-label {
    color: #a94442;
}


table.dataTable thead .sorting_asc::after {
    content: '\21C2';
    float: right;
    color: #757575;
}

table.dataTable thead .sorting_desc::after {
    content: '\21BE';
    float: right;
    color: #757575;
}

table.dataTable thead .sorting::after{
    content: '\21C2';
    float: right;
    color: #dee2e6;
}

select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px; 
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    height: auto;
    margin-top: -5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.dataTables_scrollBody thead tr[role="row"]{
    visibility: collapse !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
}

#site_text, #site_id_text{
    word-break: break-all !important;
}

#tbldispenserDataTable, #tblequipmentDataTable {
    /*width: 100% !important;*/
}

.col-form-label {
    padding-top: 0px !important;
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.img_box{
    width: 34px;
}

.label_pad{
    padding-left: 13.5px;
}
.fa_icon_set{
    font-size: 1.5rem !important; 
    padding-top: 6px !important;
}

.fa_balance_level{
    padding-left: 9.5px;
    color: green;
}
.export-icon-table {
    margin-top: 7px;
    width: 50px;
    height: 50px;

}
label {
    color:#000;
}

/*map css infowindow*/
/*color variable css*/
:root {
    --primery-color: #c5c5c5;
    --secondory-color: #ffcc00;
    --dark-gray: #3c3c3b;
    --white: #fff;
}
/*color variable css end*/
#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}
#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {
    width: 360px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: var(--white);
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.gm-style .gm-style-iw-t::after {
    display: none;
}
#iw-container .iw-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    background-color: var(--primery-color) !important;
    color: #000;
    margin: 0;
    border-radius: 2px 2px 0 0;
    display: flex;
    align-items: center;
}
#iw-container .iw-content.collected_data .iw-title,
#iw-container .iw-content.transfer_data .iw-title {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    color: #000;
    justify-content: center;
    border-radius: unset;
    max-width: 45%;
    padding: 6px 22px;
    margin: -1px auto 16px auto;
    border-top: 0px;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    padding: 0px 12px 12px 12px;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #3c3c3b;
    color: #fff;
    border: 0.5px solid #3c3c3b;
    border-top: 0px;
}
.iw-content img {
    float: right;
    margin: 0 5px 0px 10px;
}
.iw-subTitle {
    font-weight: 400;
    padding: 5px 0;
    color: #b8b8b8;
    font-size: 12px;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: transparent;
    box-shadow: unset;
}
.gm-style-iw-d {
    max-height: 28rem !important;
    padding: 0px !important;
    overflow: auto !important;
}
span.iw-mainsubtitle {
    font-size: 14px;
}
.iw-contentnew {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    margin-top: 6px;
}
/* .icon_iw {
    margin-right: 10px;
} */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.gm-style .gm-style-iw-c {
    max-height: 20rem !important;
    padding: 0;
    border: none;
    box-shadow: unset;
    border-radius: 0px;
}
/* .gm-ui-hover-effect {
    display: none !important;
} */
.title_icon img {
    height: 52px;
    width: 22px;
}
.title_icon {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background-color: #3c3c3b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}
.collected_data_date .iw-contentnew {
    border: 1px solid #c5c5c5;
    padding: 0px 9px;
    border-radius: 11px;
}
.iw-contentnew.illegal_item {
    align-items: baseline;
}
#iw-container {
    margin-bottom:0px !important;
}
div#iw-container p {
    margin-bottom: 0px;
}

.no-print {
    float: right;
}

.ldtr_detail th {
    font-size: 20px;
    font-weight: 600;
}
.spinner-border {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: text-bottom;
    border: 0.09em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-right: 9px;
    position: relative;
    top: 4px;
}
.mdl-bg-yellow {
    background-color: #ffcc00;
}
.margin-top-zero {
    margin-top: 0;
}
.margin-bottom-zero {
    margin-bottom: 0;
}
.yellow_add_btn {
    color: #ffcc00;
}
.green_add_btn {
    color: #28a745;
}