/*
* @Author: testb
* @Date:   2022-06-07 12:01:57
* @Last Modified by:
* @Last Modified time: 2023-05-02 12:36:26
*/
@media (max-width:767px){
    #cust_id{
        width:100%;
    }

}
#cust_id{
    line-height: 1.2;
}
#lt_overlay {display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index: 1001; -moz-opacity: 0.6;    opacity: .60; filter: alpha(opacity=60);}
#lt_loading { display: none; position: fixed; color: #ccc; top: 30%; left: 46%; padding: 20px; z-index: 1002; overflow: auto;}
label.error{color: red;}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4798e8 !important;
    border: 1px solid #000 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
    border: solid black 1px;
    outline: 0;
}
#multiselectbox .select2-container .select2-selection--multiple {
    min-height: inherit !important;
}
#multiselectbox .select2-container--default .select2-selection--multiple{
    height: auto !important;
}
#myTotalReportForm {
    margin-top: 20px;
    }
#multiselectbox {
    position: relative;
    top: -21px;
}
#myForm .col-md-3.select-dropdown {
  position: relative;
  top: -21px;
}
#myForm .custom-select{
	height: 42px!important;
	border-radius: 2px!important;
}
#myForm .form-control{
	height: 42px!important;
	border-radius: 2px!important;
}
#myForm .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #e9ecef!important;
}
#myForm .select2-container--default .select2-selection--multiple{
	border: 1px solid #e9ecef!important;
	border-radius: 2px!important;
}
#myForm .form-group {
	margin-bottom: 25px;
}
#myForm .col-form-label {
  display: initial; 
}
#myTotalReportForm .form-group {
   margin-bottom: 2rem;
}
#multiselectbox .col-form-label{
    display: initial;
} 
#transitCollection td{
    padding: 1rem 0; 
}
#transitCollection th{
    padding:1rem 5px;
}
label#image-1-error {
    display: table;
}
.level-two th {
    background-color: #000;
}
.level-three th {
    background-color: gray;
}
@media (max-width:767px){
    .btn-success {
    width: 100%;
    margin: 10px 0;
    }
    #multiselectbox {
    top: 0 !important;
    }
    #myTotalReportForm .form-group {
    margin-bottom: 1rem;
    }
}

.sidebar-nav ul li ul li ul li a {
    opacity: .6 !important;
}
.sidebar-nav ul li ul li ul .active a {
    opacity: 1 !important;
}

.gm-style-iw-ch{
    padding:0!important;
}

/*.gm-style-iw-ch button.gm-ui-hover-effect{
    width: 40px!important;
    height: 25px!important;
}*/

.gm-style-iw-chr button{
    width: 40px!important;
    height: 25px!important;
}

.gm-style-iw-chr button:focus {
    outline: dotted 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
