
@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham/GothamRnd-Bold.otf'); /* IE9 Compat Modes */
    src: url('fonts/gotham/GothamRnd-Bold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/GothamRnd-Bold.WOFF'); /* Modern Browsers */
    /*url('fonts/gotham/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    /*url('fonts/gotham/Gotham-Bold.svg#svgFontName') format('svg');*/ /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/gotham/GothamRnd-Medium.otf'); /* IE9 Compat Modes */
    src: url('fonts/gotham/GothamRnd-Bold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/GothamRnd-Medium.WOFF') ; /* Modern Browsers */
    /*url('fonts/gotham/Gotham-.ttf') format('truetype'), /* Safari, Android, iOS */
    /*url('fonts/gotham/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/gotham/GothamRnd-Light.otf'); /* IE9 Compat Modes */
    src: url('fonts/gotham/GothamRnd-Light.otf') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/gotham/GothamRnd-Light.WOFF'); /* Modern Browsers */
    /*url('fonts/gotham/Gotham-Bold.ttf') format('truetype'),*/ /* Safari, Android, iOS */
    /*url('fonts/gotham/Gotham-Bold.svg#svgFontName') format('svg');*/ /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'aws-gis-sewer';
    src: url('fonts/gis/GW_GIS_Sewer.ttf');
}
@font-face {
    font-family: 'aws-gis-water';
    src: url('fonts/gis/GW_GIS_Water.ttf');
}
@font-face {
    font-family: 'aws-sewer-water';
    src: url('fonts/gis/GW_SEWERWATER.ttf');
}
@font-face {
    font-family: 'aws-misc';
    src: url('fonts/gis/GW_MISC.ttf');
}
@font-face {
    font-family: 'aws-line';
    src: url('fonts/gis/GW_LINESYMBOLS.ttf');
}
@font-face {
    font-family: 'aws-gnet';
    src: url('fonts/gis/GNetBlackLine.ttf');
}
@font-face {
    font-family: 'water';
    src: url('fonts/gis/GW_WATER.woff');
}

body {
    color: white;
    font-family: "Gotham-Light";
    font-size:16px;
    margin: 0 auto;
}
.header {
    width: 100%;
    background-color: #831c80;
    position: absolute;
    z-index: 3;
    height: 72px;
}
   .header:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        display: inline-flex;
        flex-direction: row;
    }
.logoheader {
    float: left;
    width: 172px;
    height: 72px;
    cursor: pointer;
}
.logoheader img{
    margin-left: 16px;
    margin-top: 12px;
}
div::-webkit-scrollbar-thumb{
    background-color: grey;
}
div::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
.overlay {
    width: 100%;
    height: calc(100vh);
    background-color: rgba(47, 47, 47,.92);
    z-index: 70;
    position: absolute;
    color: white;
}
.loading{
    z-index: 78 !important;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#map{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
.navbar-default {
    background-color: #004c8f;
    border-color: #004c8f;
    border-radius: 0px;
    margin-bottom:0px;
    z-index:10;
}
.navbar-right{
    margin-top: 3px;
}
#filter-option,#basemap-option,#services-option{
    width: 120px;
    height: 45px;
    color: #fff !important;
    text-align: center;
}
#filter-option:hover,#basemap-option:hover,#services-option:hover{
    color: red !important;
    border-bottom: 2px solid #fff;
}
#filter-option:focus,#basemap-option:focus,#services-option:focus{
    color: #fff !important;
    background-color: red;
    border-bottom: 2px solid #fff;
}
.main-search{
    border: 0px;
    width: 100%;
    height: 34px;
    border-radius: 0px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none; 
    -webkit-box-shadow: 0px;
    box-shadow:none;
    -webkit-transition:none; 
    -o-transition: none;
    transition: none; 
}
.search-icon{
    margin-left: -6px;
    border: 1px solid #fff;
    border-radius: 0px;
}
.search-icon:hover,.search-icon:active,.search-icon:focus {
    color: #004c8f;
    background-color: #ffffff;
    border-color: #ffffff;
}

.gm-svpc {
  border: 0px;
  width: 28px !important;
  height: 28px !important;
  background-color: #ffffff !important;
  z-index: 1;
  margin-left: 66px;
  margin-top: 35px;
}
/* search result */

.search-result{
    position: absolute;
    top: 150px;
    left: 5px;
    width: 250px;
    height: 400px;
    background-color: #ccc;
}
.search-container{
    height: 395px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom:10px;
}
.search-content{
    display: inline-block;
    width: 100%;
}
.location-details{
    float: left;
    margin-left: 10px;
}
.search-content-div{
    margin-left:35px;
    width: 170px;
    font-size: 12px;
}
.search-content-div:hover {
    background-color:blue;
    color:#a3a3f1;
}
.search-header{
    background-color: #004c8f;
    width: 100%;
    height: 30px;
}
.search-header a{
    float: right;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

/* search result */

.info-popup {
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
    background: #fff;
}
.info-window-header{
    background: #004c8f;
    color: #fff;
    height: 30px;
}
.info-window-close-button{
    float: right;
    margin-right: 10px;
    margin-top: 3px;
    cursor:pointer;
}
#iw-content{
    padding: 10px;
}
#iw-content table tbody tr td{
    border: 1px solid #ccc; 
}
#getdirection{
    background: #004c8f;
    border: 0px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    margin-left: 25%;
} 
.get-dir-main{
    width:325px;
        padding: 10px;
}
.dir-your-loc,.dir-your{
    display:flex;
}
.dir-your-loc span{
    position:absolute;
    left:0;
    margin-left:10px;
}
.dir-your-loc input{
    margin-left:33%;
}
.dir-your label{
    font-size:12px;
}
.bottom-bttns{
    display:flex;
    font-size: 11px;
}
.bottom-bttns button{
    background: #004c8f;
    border: 0px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    flex:1;
}
.btn btn-primary-outline pull-right {
    background: #004c8f;
    color: #fff;
    height: 30px;
}

.loader {
    border: 16px solid violet;
    position: fixed;
    border-radius: 50%;
    border-top: 16px solid grey;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}
app-root{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;    
    overflow: hidden;
}
mapwindow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
} 


.ui-menu ui-widget ui-widget-content ui-autocomplete ui-front {
    position: relative;    
    margin: 100px ;
    z-index: 999 !important;
    background-color: #ffffff !important;    
    color: #337ab7 !important;    
}

.ui-widget-content {    
    border: 1px solid #dddddd;
    background: #ffffff !important;    
    color:darkgray !important;    
    z-index: 99 !important;
    font-size: 12px !important;
    font-family:arial, sans-serif;
}
    .ui-front{
        min-width: 348px !important;
        max-width: 442px !important;
        top: 72px !important;
        left: 200px !important;
        padding-left: 10px;
    }
  .ui-widget-content li {
    background: url(../images/serach_location_clicked.png) no-repeat left;
    list-style: none;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-left: 23px;

  }

    .ui-widget-content li:hover {
      /*background: #ffffff;*/
      cursor: pointer;
    }
/* 
#ui-id-1 {
  min-width: 348px !important;
  max-width: 442px !important;
  top: 72px !important;
  left: 155px !important;
  padding-left: 10px;
} */

.ui-menu-item-wrapper {
  vertical-align: middle;
}

.pac-container {
    z-index: 100000;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.btn.focus, .btn:focus, .btn:hover {
  color: #f0f0f0;
  text-decoration: none;
}
.button {
  background: #92278f;
  /*margin-right: 24px;*/
  padding: 4px 12px;
  cursor: pointer;
  /*margin-top: 6px;*/
}

.ol-attribution.ol-logo-only {
    display: none !important;
}

.ol-attribution{
    display: none !important;;
}

.adp{
    background-color: #474747 !important;
    color: #FFF !important; 
}

.adp table{
    background-color: #474747 !important;
    color: #FFF !important; 
}
.border-top{
    border-top:1px solid #4f4d4b;
}
.border-bottom{
    border-bottom: 1px solid #4f4d4b;
}

.editToolList {
    height: 80px;
    background-color: #474747;
    position: absolute;
    z-index: 1;
    left: 200px;
    top: 72px;
    padding: 8px;
}
.editToolList ul {
    padding: 0px;
}
.editToolList ul li {
    float: left;
    width: 64px;
    height: 64px;
    cursor: pointer;
    color: white;
    text-align: center;
    list-style: none;
}
.editToolList ul li:last-child {
    width: 20px !important;
    height: 20px;
}
.editToolList ul li div {
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    color: white;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0px auto;            
    background-repeat: no-repeat;
    background-position: center 10px;
}
.editToolList ul li div:hover {
    background-color: #fff !important;
    color: #474747 !important;
}
.editToolList ul li div.active {
    background-color: #fff !important;
    color: #474747 !important;
}
.editToolList ul li span{
    top: 38px;
    position: relative;
    font-size: 12px;
}
.editToolList ul li div.point {
    background-image: url("../images/point.png");
}
.editToolList ul li div.point:hover{
    background-image: url("../images/point_clicked.png");
}
.editToolList ul li div.point.active{
    background-image: url("../images/point_clicked.png") ;
}
.editToolList ul li div.line {
    background-image: url("../images/line.png");
}
.editToolList ul li div.line:hover{
    background-image: url("../images/line_clicked.png");
}
.editToolList ul li div.line.active{
    background-image: url("../images/line_clicked.png") ;
}
.editToolList ul li div.polygon {
    background-image: url("../images/polygon.png");
}
.editToolList ul li div.polygon:hover{
    background-image: url("../images/polygon_clicked.png");
}
.editToolList ul li div.polygon.active{
    background-image: url("../images/polygon_clicked.png") ;
}
.editToolList ul li div.text {
    background-image: url("../images/text.png");
}
.editToolList ul li div.text:hover{
    background-image: url("../images/text_clicked.png");
}
.editToolList ul li div.text.active{
    background-image: url("../images/text_clicked.png") ;
}
.editToolList ul li div.edit{
    background-image: url("../images/Edit.png");
}
.editToolList ul li div.edit:hover{
    background-image: url("../images/edit_clicked.png");
}
.editToolList ul li div.edit.active{
    background-image: url("../images/edit_clicked.png") ;
}
.editToolList ul li div.delete{
    background-image: url("../images/delete.png");
}
.editToolList ul li div.delete:hover{
    background-image: url("../images/delete_clicked.png") ;
}
.editToolList ul li div.save{
    background-image: url("../images/save.png");
}
.editToolList ul li div.save:hover{
    background-image: url("../images/save_clicked.png") ;
}
.editToolList ul li div.share{
    background-image: url("../images/share.png");
}

.editToolList ul li div.clear{
    background-image: url("../images/Clear_Selection.png");
}
.editToolList ul li div.clear:hover{
    background-image: url("../images/Clear_Selection_clicked.png");
}
.editToolList ul li div.share:hover{
    background-image: url("../images/share_clicked.png") ;
}
.editToolList ul li div.select{
    background-image: url("../images/select.png");
}
.editToolList ul li div.select:hover{
    background-image: url("../images/select_clicked.png") ;
}
.editToolList ul li div.select.active{
    background-image: url("../images/select_clicked.png");
}
.editToolList ul li div.closeIcon{
    background-image: url("../images/cross.png");
    background-position-y: 4px;
    background-color: #474747 !important;
    color: #ffffff !important;
    width: 20px;
    height: 20px;
}
.editToolList ul li div.closeIcon:hover{
    background-color: #575757 !important;
}

ul.miToolList{
    padding: 0px;
}

ul.miToolList li {
    float: left;
    cursor: pointer;
    color: white;
    text-align: center;
    list-style: none;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;    
    background-color: #474747;
}
ul.miToolList li.disabled{
    color:gray;
}

ul.miToolList li div{
    height: 32px;    
    border-bottom: 1px solid #5f5d5b;
    padding-top: 4px;
}
ul.miToolList li div.last{
    border-bottom: none;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    color: #4f4d4b;
    min-width: 100px;
    text-align: justify;
    font-size: 12px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #474747;
}
.tooltip-inner {
  background-color: #474747;
  min-width: 100px;
  max-width: 150px;
  font-family: "Gotham-Light";
}
.tooltip{
    z-index: 1151 !important;
  }
.ol-scale-line{
    bottom: 3px !important;
    left: 47% !important;
}
.rightcontent {
    float: right;
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 72px;
    display:flex;
}

.innerRightContent {
    width: 296px;
    overflow: hidden;
    min-height: 150px;
    max-height: 550px;
    background-color: #333333;
}

.sidenav {
    width: 296px;
    height: 44px;
    z-index: 1;
    background: #444;
    cursor: pointer;
    padding: 4px;
}

.accordian a.icon {
    display: inline-block;
    width: 12%;
    text-align: center;
    margin-top: 14px;
    left: 0
}

.rightcontent .cancel {
    padding: 0px 15px;
}

    .rightcontent .cancel img {
        float: right;
    }

.accordian .label span {
    color: #33abe2;
    font-size: 22px
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

/* label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
} */

.tab-content {
    overflow: auto;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.tab-item {
    display: block;
    border-bottom: 1px solid #4f4d4b;
    height: 35px;
    position: relative;
    padding-top: 4px;
    background-color: #474747;
}

    .tab-item .innerlayerIcon {
        padding-left: 5px;
        padding-top: 8px;
        display: inline-block;
        width: 25px;
        height: 28px;
        background-color: #333333;
    }

    .tab-item .title {
        display: inline-block;
        padding-left: 15px;
        font-size: 13px;
        width:100%;
    }

        .tab-item .title span {
            margin-left: 10px;
        }

.accordian-header .eyeicon {
    background-image: url("../images/eyeoff.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding: 5px 5px;
}

.accordian.selected .eyeicon {
    background-image: url("../images/eyeon.png");
}

.accordian.selected .symbol {
    background-image: url("../images/minus.png");
}

.accordian .tab-content {
    display: none;
}

.accordian.selected .tab-content {
    display: block;
}

.accordian-header img {
    padding-right: 10px;
    width: 30px;
    /*padding-bottom: 8px;*/
}

.accordian-header {
    border-bottom: 8px solid #474747;
    box-sizing: border-box;
    height: 50px;
    position: relative;
    padding-top: 6px;
    width: 100%;
}
.accordian-header.selected{
    border-bottom: 2px solid #474747;
}  
.accordian-layergrp-eye {
    float: right;
    width: 78%;  
}

.accordian-header span {
    padding-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
}

.accordian-header .symbol {
    float: right;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding-right: 10px;
    background-position-y: 3px;
}

.accordian.selected .tab-content {
    max-height: 200px !important;
    height: auto;
}

.chkMargin {
    padding: 8px 10px 10px 16px !important;
    width: 60px !important;
    border-right: 1px solid #474747;
    margin-top: -4px;
}

.shrinkview {
    position: absolute;
    right: 0px;
    top: 85px;
    height: 37px;
    width: 42px;
    display: none;
    background: #444;
    margin-right:5px;
}

.shrinklayerdiv{
    padding:5px;
    cursor: pointer;
}
.layersourceimg {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 9px;
}
.lyrListHeader{
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 8px;
    background: url('../images/layer_white.png') no-repeat 8px 4px;
}

.lyrListHeader span{
    margin-left: 52px;
}

.expandview{
    float: right;
    height: 100%;
    width: 44px;
    background: url(../images/minus.png) no-repeat center;
    cursor: pointer;
}

.chkMarginParent{
    cursor: pointer;  
    width: 35px;
}
.rightborder {
    border-right: 1px solid #ffffff;              
}
.leftborder {
    border-left: 1px solid #ffffff;              
}

/* for header css */
.header {
  background-color: #831c80;
  /* overflow: hidden; */
  width: 100%;
  margin: 0px;
}

.logoheader1 {
  padding-top: 10px;
}

.searchbox1 {
  padding-top: 10px;
  /* border-bottom: 1px solid #fff; */
  margin-bottom: 10px;
}

.dropdownmenu {
  position: absolute;
  margin-left: -20px !important;
  cursor: pointer;
  margin-top: 14px;
  width: 100%;
}

.searchbox1 input {
  background: transparent;
  border: none;
  width: 94%;
  font-size: 14px;
}

.searchbox1 .mainsearchbox {
    padding: 30px 0px 13px 0px;
    border-bottom: 1px solid white;
    margin-left: 10px;
    margin-right: 4px;
}

  .searchbox1 .mainsearchbox .searchtext {
    display: inline-block;
    float: left;
    left: 28px;
    width: 95%;
    position: absolute;
    top: 27px;
  }

  .searchbox1 .mainsearchbox .searchicon {
    display: inline-block;
    float: right;
    right: -4px;
    position: absolute;
    top: 31px;
    /* float: right; */
    /* top: -8px; */
  }

.nopadding {
  padding-left: 0px;
  padding-right: 20px;
}
.hwhiteicon span {
  top: 0px !important;
}

.hwhiteicon.whiteicon8 span {
  margin-left: 5px !important;
  width: 75px;
}

.logoWrapper {
  padding-left: 0px;
}

.sidemenu {
  margin: 0px;
  float: right;
  padding-left: 0px;
  overflow: hidden;
  height: 72px;
}

  .sidemenu .imgdivdsbl, .sidemenu .imgdiv {
    float: right !important;
  }

@media (max-width: 992px) {
  .hwhiteicon span {
    top: 52px !important;
  }

  .searchbox1 {
    visibility: hidden;
  }
    .searchbox1 input{
      width: 87%;
    }
}
@media (max-width: 1024px) {
  .searchbox1 input{
    width: 87%;
  }
}

@media (min-width: 992px) {
  .hwhiteicon {
    height: 50px !important;
    width: 70px !important;
    font-size: 0.75em !important;
    padding-top: 45px !important;
  }

  .imgdivdsbl, .imgdiv {
    width: 70px !important;
  }

  .searchbox1 {
    margin-left: 19px;
  }
    .searchbox1 input{
      width: 86%;
    }

  .col-md-8 {
    width: 61.666667%;
  }
}
@media (min-width: 1200px) {
  .hwhiteicon {
    height: 50px !important;
    width: 80px !important;
    font-size: 1em !important;
    /* padding-top: 55px !important; */
    padding-top: 40px !important;
  }

  .imgdivdsbl, .imgdiv {
    width: 80px !important;
  }
  .searchbox1 input{
    width: 90%;
  }
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}

  input[type=range]:focus {
    outline: none;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
  }

  input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 27px;
    width: 9px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -9px;
  }

  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
  }

  input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
  }

  input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 18px;
    width: 9px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
  }

  input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
  }

  input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

  input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  }

  input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 18px;
    width: 9px;
    border-radius: 2px;
    background: #ffffff;
    cursor: pointer;
  }

  input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
  }

  input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
  }
/* 
@media only screen and (min-width: 992px) and (max-width: 1032px) {
  .searchbox1 .mainsearchbox .searchicon {
    left: 228px;
  }
} */
ul.map-header-tools {
    height: 72px;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    padding: 0px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
}
ul.map-header-tools li {
    float: left;
    width: 72px;
    height: 72px;
    cursor: pointer;
    color: white;
    text-align: center;
    list-style: none;
    padding: 0px;
    border-bottom: 0px;
    font-size: 12px !important;
}

ul.map-header-tools li div {
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    color: white;
    display: inline-block;
    width: 72px;
    height: 72px;
    margin: 0px auto;            
    background-repeat: no-repeat;
    background-position: center 14px;
}

ul.map-header-tools li div:hover {
    background-color: #fff !important;
    color: #831c80 !important;
}
ul.map-header-tools li div.active {
    background-color: #fff !important;
    color: #831c80 !important;
}
ul.map-header-tools li span{
    top: 42px;
    position: relative;
    font-size: 12px;
}
ul.map-header-tools li.disabled div {
    cursor: not-allowed;
}
ul.map-header-tools li.disabled div:hover {
    background-color: transparent !important;
}
ul.map-header-tools li.disabled span{
    color: gray;
}
ul.map-header-tools li div.map {
    background-image: url("../images/map_view.png");
}
ul.map-header-tools li div.map:hover{
    background-color: transparent !important;
    color: white !important;
}
ul.map-header-tools li div.mitools {
    background-image: url("../images/mitool.png");
}
ul.map-header-tools li div.mitools:hover{
    background-image: url("../images/mitool_clicked.png");
}
ul.map-header-tools li div.mitools.active{
    background-image: url("../images/mitool_clicked.png") ;
}
ul.map-header-tools li.disabled div.mitools {
    background-image: url("../images/mitools_d.png");
}
ul.map-header-tools li div.projects {
    background-image: url("../images/workspace.png");
}
ul.map-header-tools li div.projects:hover{
    background-image: url("../images/workspace_clicked.png");
}
ul.map-header-tools li div.projects.active{
    background-image: url("../images/workspace_clicked.png") ;
}
ul.map-header-tools li.disabled div.projects {
    background-image: url("../images/workspace_d.png");
}
ul.map-header-tools li div.bookmarks {
    background-image: url("../images/bookmark.png");
}
ul.map-header-tools li div.bookmarks:hover{
    background-image: url("../images/bookmark_clicked.png");
}
ul.map-header-tools li div.bookmarks.active{
    background-image: url("../images/bookmark_clicked.png") ;
}
ul.map-header-tools li.disabled div.bookmarks {
    background-image: url("../images/bookmarks_d.png");
    background-size: 22px;
}
ul.map-header-tools li div.manage {
    background-image: url("../images/layers.png");
}
ul.map-header-tools li div.manage:hover{
    background-image: url("../images/layers_clicked.png") ;
}
ul.map-header-tools li div.manage.active{
    background-image: url("../images/layers_clicked.png") ;
}
ul.map-header-tools li.disabled div.manage {
    background-size: 28px;
    background-image: url("../images/layers_d.png");
}
ul.map-header-tools li div.analysis{
    background-image: url("../images/analysis.png");
}
ul.map-header-tools li div.analysis:hover{
    background-image: url("../images/analysis_clicked.png");
}
ul.map-header-tools li div.analysis.active{
    background-image: url("../images/analysis_clicked.png") ;
}
ul.map-header-tools li.disabled div.analysis{
    background-image: url("../images/analysis_d.png") ;
}
ul.map-header-tools li div.print{
    background-image: url("../images/print.png");
}
ul.map-header-tools li div.print:hover{
    background-image: url("../images/print_coloured.png") ;
}
ul.map-header-tools li div.print.active{
    background-image: url("../images/print_coloured.png") ;
}
ul.map-header-tools li div.new-notification{
    background-image: url("../images/notificaion_reddot.png");
}
ul.map-header-tools li div.new-notification:hover{
    background-image: url("../images/notificaion_reddot_clicked.png") ;
}
ul.map-header-tools li div.notification{
    background-image: url("../images/notification.png");
}
ul.map-header-tools li div.notification:hover{
    background-image: url("../images/notification_clicked.png") ;
}
ul.map-header-tools li div.notification.active{
    background-image: url("../images/notification_clicked.png") ;
}
ul.map-header-tools li div.profile{
    background-size: 28px;
    background-image: url("../images/profile_picture.png");
    background-position-y: 12px;
}
ul.map-header-tools li div.profile:hover{
    background-image: url("../images/profile_picture_clicked.png") ;
}
ul.map-header-tools li div.profile.active{
    background-image: url("../images/profile_picture_clicked.png");
}

.logoutbox{
    width: 115px;
    position: absolute;
    right:0;
    margin-top:72px;
    z-index:10;
    /* height: 30px; */
    background-color: #474747;
    color: #fff;
    margin-right: 5px;
    padding-top: 4px;
    cursor: pointer;
}
.home{
    height: 87px;
    margin-top: 10px;
}
.home span{
    font-size: 10pt;
    margin-left: 8px; 
    cursor: pointer;
}
