﻿
@import url('https://fonts.googleapis.com/css?family=Mulish:wght@300;400&display=swap');
html,
body, form,
#app {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    /*font-family: 'Open Sans', sans-serif;*/
   font-family:'Mulish', sans-serif !important;
    /*background: black;*/
}

.marker-position {
    bottom: 6px;
    left: 10px;
    position: relative;
}
.markerlabel{   
      color: white;
     font-Size: 14px;
     font-Weight: bold;
     text-align:left;
     /*bottom: 6px;
    left: 10px;
    position: relative;*/
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./ui/segoeui.eot');
    src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url('./ui/segoeui.eot?#iefix') format('embedded-opentype'), url('./ui/segoeui.woff') format('woff'), url('./ui/segoeui.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    /* outline: 1px solid slategrey; */
}

.back {
     float:right;
          font-size: 16px;   
          color: black;
          position: relative;
         top: 10px;
       right: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    /*background: #fff;*/
}


#Mapdiv {
    /* padding: 0; */
    /* margin: 0; */
    padding: 0;
    margin: 0;
    height: 100%;
      background: #fff;
    /*background: #e6e6e6;*/
    width: calc(100% - 140px);
}

#mapheader {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 115px;
    /*background:#e3e0e0;*/   
    background: #fafafa;
    /*border-bottom: 4px solid #E9D9AD;*/
    /* color:pink; */
}

#sidediv {
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    /*background: #000080;*/
    height: 100%;
    width: 140px;
}

#navbar1 {
    width: calc(100% - 0px);
    height: 115px;
    background: #f4f4f4;
    color: #158AC2;
    text-align:center;
}


.navbar2 a {
    color: #212121 !important;
    text-decoration: none;
    font-size: 18px;
    padding-top:5px;
}
#navbar2{
    height: calc(100% - 122px);
     overflow-y: scroll;
    overflow-x: hidden;
}

.navbar2 {    
    width: 100%;
    text-align: center;
    justify-content: center;
    border-top: 1px solid #b8b5b5;
    padding: 30px 0;  
}


#headerleft {
    width: 60%;
    height: 100%;
    font-size: 26px;
    color: #158AC2;
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
    display: flex;
}

#headerright {
    width: 40%;
    height: 100%;
    float: right;
}

.headerimage {
    width: 20%;
    height: 100%;
    float: right;
}

.headerleftimage {
    margin-top: 10px;
    width: 20%;
    height: 100%;
    float: left;
    /* margin-left: 30px; */
}

#headerrightimage1 {
    margin-top: 27px;
    margin-right: 5%;
    float: right;
    height: 60px;
}


#headerleftimage1 {
    margin-left: 35px;
}

#headerrightimage2 {
    margin-top: 5px;
    margin-right: 25%;
    margin-right: 20%;
    float: right;
    /* height: 50px; */
}

#google-popup {
    color: black;
}

    #google-popup span {
        color: darkblue;
        font-weight: 600;
    }

.gm-ui-hover-effect {
    top: -3px !important;
    right: 0px !important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none !important;
}

.sidebaricon {
    font-size: 50px !important;
    color: #2c6fd3 !important;   
}

.navactive {
    color: #ffffff !important;
    background: #2c6fd3 !important;
}




.chartcls1 {
    width: 700px;
    height: calc(70%);
    margin-left: 10%;
    /*background-color:transparent !important;*/
}

.chartcls2 {
    width: 800px;
    height: calc(75%);
    margin-top: 2%;
    margin-left: 10%;
    /*background-color:transparent !important;*/
}

.uploadctrl {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
}

#divcharts {
    height: calc(100% - 121px);
    overflow: scroll;
    /*background:#e9e7e7;*/
}

.navbar2:hover {
    background-color: #deebff !important;
    color: #212121 !important;
}

.mapholder {
    background: #ffffff;   
    border-radius: 8px;
    margin: 10px;
    height: calc(100% - 186px);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
}
.mapholder_header{
     padding: 10px;
}
.mapholder_header h4{
     margin:0;
}
.mapcls {
    height: calc(100% - 0px);
    width: 100%;
}
  #navbar1image {  
      width:50px;      
     padding: 10px 10px 0 10px;
     }
  .cc_logo{
      width:100px !important;
  }
  .subtt{
            font-size:20px; position:relative;bottom:22px; left:10px
        }
        .sagarimg{
            width: 210px;height: 95px;
        }
          .backm {
       float:right;
          font-size: 16px;   
          color: black;
          position: relative; 
              top: 5px;
                  right: -15%;
                  display:none;
     }

@media only screen and (max-width: 1500px) {
    .backm{
          right: -27%;    
           display:none;
    }
      .subtt{
            font-size:14px; position:relative;bottom:20px; left:10px
        }
              .sagarimg{
            width: 180px;height: 70px;
            }
     .cc_logo{
       width:90px !important;
     }
    #navbar1 {
        width: calc(100% - 0px);
        height: 95px;
    }
    .navbar2 {
        padding:20px 0px;
    }
    .navbar2 a { 
      font-size: 16px;
      }
    #navbar1image {
        width: 38px;
    }
    #mapheader {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 95px;
    }

    .sidebaricon {
        font-size: 26px !important;
    }

    .chartcls1 {
        width: 500px;
        height: calc(75%);
        /*background-color:transparent !important;*/
    }

    .chartcls2 {
        width: 600px;
        height: calc(75%);
        /*background-color:transparent !important;*/
    }

    #divcharts {
        height: calc(100% - 121px);
        overflow: scroll;       
    }

    .mapholder {
        background: #ffffff;   
    border-radius: 8px;
    margin: 10px;
    height: calc(100% - 165px);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    }

    .mapcls {
        height: calc(100% - 0px);
        width: 100%;
    }

    #headerrightimage2 {
    margin-top: 15px;
    margin-right: 25%; 
    float: right;
    width: 160px;
    }
    #headerrightimage1 {
    margin-top: 27px;
    margin-right: 5%;
    float: right;
    width: 100px;
}

    .pageheading{
        margin-left:5%;
        text-transform:uppercase;
    }

  
}
