* {
    font-family: Helvetica;
}
h1{
    font-family: Helvetica;
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.side{
    color:white;
    background-color: gray;
    padding: 2px 0px 2px 0px;
}

p {
    font-family: Helvetica;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 1px;
}

a {
    cursor: pointer;
}

#drawer {
    position: absolute;
    right: 0;
    top: 50px;
    height: calc( 100vh - 50px ); 
    overflow-x: hidden; /* Needed for initial hidden state */
    z-index: 98;
}
#drawer > div {
    height: 100%;
    border-left: 2px;
    float: left;
}

#drawer-handle {
    animation: 3s linear 1s slidein;
    display: inline-block;
    width: 40px;
    height: 55px;
/*    margin-right: 5px;*/
    /*'\2630';*/
    color:white;
    top: 45%;
    cursor:pointer;
    z-index:25;
    background-color: #b7201c;
    opacity: 0.72;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 584px;
    font-size: 14pt;
}

#drawer-content {
    width: 460px;
    margin-right: -600px; /* -width */
    background-color: #e0e0e0;
    overflow:auto;
}

#drawer-content > p {
    padding: 10px;
    margin-top:5%;
}

td:hover {
    color: #01579B;
    /*font-size:1.1em;*/
}

label{
   font-size:1.5em;
}

button[type=submit]:hover {
    background: #43A047;
}

.leaflet-pegman {
    right: 40px;
}
/*************** Categories ****************/
#ddChild ddchild_.border.shadow{
    position:inherit !important;
    margin-right:200px;
    
}

#catchange_child{
    top:75px;
    margin-right:105px;
    height:400px;
    position: inherit !important;
}
ul {
  list-style-type: none;
}
.leaflet-container img {
    max-width: none!important;
    /* height: 35px; */
}
#location_options{
    position:absolute;
    width:50%;
}
ul{
    background-color: #fff;
    margin-right: 5px;
    padding:5px;
}
#catchange_titleText {
    visibility:hidden;
}
#location_options {
    padding:1px;
}
/************Accordion*************************/
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*****Search*********/
.search_bar{
    padding:5px;
}
.buttonloc {
    padding:10px;
    font-size:1.3em;
    background: #417690;
    color:#FFF;
    font-weight: bold;
}
input[type=submit]:hover {
    background-color: #45a049;
    color:#FFF;
}
/********** Buttons for Carto layers ***************/
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 10%;
    right: 35%;
    border-radius: 4px;  
}

.button1 {
    background-color: #fff; 
    color: black; 
    border: 2px solid #417690;
}

.button1:hover {
    background-color: #417690;
    color: white;
}

.button2 {
    background-color: #fff; 
    color: black; 
    border: 2px solid #45a049;
    top:17%;
}

.button2:hover {
    background-color: #45a049;
    color: white;
}
.leaflet-popup-content{
    font-size:1.1em;
}
.markercat{
    cursor:pointer;
}

#saveLocationButton:disabled {
    background: #999;
    color: #555;
    cursor: not-allowed;
}

/********** Saved Location List ***************/

input[type=image]:hover {
    background-color: #bbbbbb;
}

td#folder_name {
    width: 125px;
    font-size: 1.5em;
    font-family: Helvetica;
    cursor : default;
	color: #000000 !important;
}

#drawer-handle p {
    margin: 10px 0px;
}

#location_icon {
    padding: 0px 5px 0px 15px;
}

.circle_btn_li, .name_btn_li {
    padding: 10px 5px;
    font-weight: bold;
}

.name_btn_li  {
    color: red;
}

#drawer-handle {
    display: flex;
    align-items: center;
}

#drawer-handle .drawer-handle-arrow {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    margin: 20px 5px;
}

.addFolderBtn {
    padding: 0px;
    width: 30px;
    height: auto!important;
    margin: 0px 0px -9px 0px;
}

.customizeCategoryLabelBtn {
    padding: 0px;
    width: 30px;
    height: auto!important;
    margin: 0px 0px -9px 0px;
}

.jq-toast-wrap {
    width: 340px;
    z-index: 1000!important;
}

.jq-icon-info, .jq-icon-warning, .jq-icon-error {
    width: 300px;
}

.isDisabledLink{
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.emailConfirm, .changeEmailShow, .emailChangeInPopup {
    cursor: pointer;
    margin: 0 15px;
}

#location_icon img {
    width: 20px;
}

.categoryIcon {
    width: 20px;
}

.orderby-select {
    padding: 7px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.show {display: block;}

.slidecontainer {
    width: 100%;
}

.slider {
    margin: 10px 0;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .printingNotify {
        font-size: 15px;
    }
    .print_model_title {
        font-size: 22px;
    }
}
@media screen and (max-width: 650px) {
    .leaflet-popup-content {
        max-width: 300px!important;
    }
}
@media screen and (max-width: 500px) {
    #drawer-content {
        width: calc( 100vw - 40px );
    }    
}
@media screen and (max-width: 430px) {
    .overlayselector_div_class {
        width: calc( 100vw - 110px );
    }
    .jq-toast-wrap {
        width: 300px;
    }
    .jq-icon-info, .jq-icon-warning {
        width: 260px;
    }
}
@media screen and (max-height: 620px) and (min-height: 500px) {
    #drawer-handle p {
        margin: 0px 0px;
    }
}
@media screen and (max-height: 500px) and (min-height: 400px) {
    #drawer-handle p {
        margin: 0px 0px;
    }
    #drawer-handle {
        font-size: 0.8em;
    }
}
@media screen and (max-height: 400px) {
    #drawer-handle p {
        margin: 0px 0px;
    }
    #drawer-handle {
        font-size: 9px;
    }
    #drawer-handle .drawer-handle-arrow {
        margin: 7px 5px;
    }
}