body{
	width:100% !important;
}
    body.isMobile {
        margin-bottom: 70px;
    }
    body.isMobile #header{
        
    }
 /*   body:not(.isMobile) .card-menuoption{
        margin-left: -60px;
        transition:margin-left 1s; 
    }
    body:not(.isMobile) .card-menuoption:hover{
        margin-left: 0px;
    }*/
     body.isMobile #base{
       
    } 
    .icon-menu {
        position: relative;
        left: 10px;
        top: 10px;
    }
    
    .icon-submenu {
        top: 0px;
        left: -5px;
    }
    
    a,
    ul > li {
        outline: none !important;
    }
    
    .option {
        cursor: pointer;
    }
    
    #map {
        height: calc(100% - 60px) !important;
        width: 100% !important;
        background-color: white;
        position: fixed !important; 
        bottom: 0px !important;
        top: auto !important;
    }

    #base {
        height: 100% !important;
        padding-left: 0px !important;
        width: 100%;
        left: 0px; 
    }
    
    #content {
        height: 100% !important;
    }
    
    section .style-default-bright,
    .offcanvas-pane .style-default-bright,
    .card .style-default-bright,
    section.style-default-bright,
    .offcanvas-pane.style-default-bright,
    .card.style-default-bright {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #313534;
        padding: 0px;
    }
    
    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 2px 7px;
        font-size: 12px;
        line-height: 1.846153846;
        border-radius: 2px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    section .style-default-dark,
    .offcanvas-pane .style-default-dark,
    .card .style-default-dark,
    section.style-default-dark,
    .offcanvas-pane.style-default-dark,
    .card.style-default-dark {
        background-color: #192431;
        border-color: #20252b;
        color: #ffffff;
    }
    
    .center-block {
        position: absolute !important;
        top: 25% !important;
        left: 50% !important;
    }
    
    .card-head.nav-tabs,
    .card-head > .nav-tabs {
        padding: 0px;
    }
    
    section {
        position: relative;
        padding: 0px;
    }
    
    .interact {
        bottom: 0px;
        position: fixed;
        left: 230px;
        z-index: 12;
        top: 200px;
        height: 230px;
        width: 720px;
        background-color: #A4A4A4;
        border-radius: 8px;
    }
    
    .identifyMainContainer,
    .identifyTopContainer {
        display: inline;
    }
    
    .identifyBotttomContainer {
        display: block;
    }
    
    .layersContainer {
        float: left;
        overflow: hidden;
        height: 200px;
        margin-left: 8px;
    }
    
    .list {
        margin: 0;
        padding-left: 0;
        padding-bottom: 5px;
        list-style: none;
        line-height: 24px;
    }
    
    .layerList li:hover {
        background-color: #F1EAEA;
    }
    
    .layerList {
        position: relative;
        height: 100%;
        list-style: none;
        margin-top: 10px;
        margin-bottom: 5px;
        background-color: white;
    }
    
    .layerList li {
        width: 100%;
        border: solid 1px;
        border-color: #F1EAEA;
    }
    
    .identifyDataContainer {
        float: right;
    }
    
    .gridContainer {
        width: 450px;
        height: 200px;
    }
    
    #body {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }
    
    .icon-position {
        margin-right: 5px;
    }
    
    .btn-group-justified {
        display: table;
        width: 75%;
        table-layout: fixed;
        border-collapse: separate;
    }
    
    #map-loading {
        -webkit-animation: icon-animation-loading 5s infinite;
        / Chrome,
        Safari,
        Opera / -webkit-animation-direction: alternate;
        / Chrome,
        Safari,
        Opera / animation: icon-animation-loading 5s infinite;
        animation-direction: alternate;
        position: fixed;
        right: 50%;
        top: 50%;
        z-index: 100;
    }
    
    #map-loading i {
        font-size: 30px;
        font-weight: bolder;
    }
        
    .dropdown-menu-main {
        left: 50px;
        top: 30px;
        max-height: 350px;
        overflow: auto;
    }
    
    .card-menuscaler {
		position: fixed !important;
        top: 190px !important;
        right:  20px !important;
		background: #ffffff99;
		box-shadow: 1px 1px #c1bfbf;
		border: thin solid #807d7d;
		border-radius: 3px;
    }
    .card-menuscaler:hover{
		background:white !important;
	}
    .scvalue {
        cursor: pointer !important;
        width: 55px;
        text-align: -webkit-center;
        font-size: smaller;
        font-weight: 900;
        font-family: cursive;
    }
    
    .fixExtentArea {
        border-style: groove;
        border-color: red;
        border-width: 5px;
    }

    /*@media (min-width:320px) and (max-width: 500px) { 
        .card-menuscaler{
            left: 85%;
        }

        #map_zoom_slider {
            left: 90%;
        }
    }

    @media (min-width:550px) and (max-width: 1100px) { 
        .card-menuscaler{
            left: 94%;
        }

        #map_zoom_slider {
            left: 96%;
        }
    }*/
    

.fixed{

    position: fixed !important;
}
.full-width{
    width: 100%;
}
.text-right{
    text-align: right;
}
.header-menu-right{
    position: fixed;
    height: 100%;
    z-index: 999;
    background: #2c323a;
    width: 280px;
    right: -280px;
    transition: all 1s;
    padding-top: 70px;
    overflow: auto;
}
.header-menu-right ul.profile-nav ul.dropdown-menu{
    left: auto;
    top: 90px;
    right: 1px;
}

.header-menu-right ul.profile-nav  .dropdown-toggle {
  background: none;
}
.header-menu-right ul.profile-nav   .dropdown-toggle:after{
    content: "\f107";
    position: absolute;
    right: 1px;
    top: 22px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased
}

.header-menu-right ul.profile-nav  .dropdown.open .dropdown-toggle:after {
  
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-menu-right.visible{
    transform: translate(-280px, 0px);
}
.back-shadow-menu-right{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 1px;
    background: rgba(85, 85, 85, 0.5);
     -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.onBlur{
     -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
/* BOTTOM BUTTONS */
#bottomButtons{
     z-index: 100;    position: fixed;    top: auto;      
    bottom: 5px;
    left: 10px;
}
#bottomButtons>div{
    float: left;
    margin-left: 10px;
}
 
#bottomButtons.menu-left-not-visible>div:not(#menu-floating-buttons){
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeOutDown; 
}

.basemap-grid-wrapper{
    width:400px;
    height: 502px;    
    padding: 5px;

}
.basemap-grid-container{
    height: 100%;
    overflow: auto;
    padding: 5px;
    overflow-x: hidden;
}
.basemap-grid-container .row{
    margin-left: 0px !important;
}
.basemap-grid-item{ 
    position: relative;
    height: 122px;
    width: 122px;
    float: left;
    background-color: white;
    border: thin solid #d1d1d1;
    padding: 5px 10px;
    text-align: center; 
}

.basemap-grid-item:hover{
    cursor: pointer;
    background-color: #f1f1f1; 
}
.basemap-grid-item .grid-image{   
    width: 75px;
    height: 75px;
    box-shadow: 1px 2px 2px #1119;
    margin: 0 auto;
}
.basemap-grid-item .grid-title{ 
    width: 100%;
    text-align: center;
    color: black;
    padding: 10px;
    line-height: 14px;
}
 
.basemap-grid-item .grid-title .description{
    display: none;
}
.basemap-grid-item:hover .grid-title .description{
    display: auto;
}

.basemap-grid-item .selected-check{
    display: none;
    position: absolute;
    top:5px;
    right:5px;
    color:#2196f3;
}
.basemap-grid-item.selected .selected-check{
    display: inline;
}
.overmap-row{
    cursor: pointer;
}
.overmap-row .img-wrapper{
    position: relative; 
}

.overmap-row .img-wrapper img.overmap-img{
    width: 100%;
    height: 100%;
    box-shadow: 1px 2px 2px #1119;
    
}
.overmap-row .img-wrapper .selected-check{        
    text-align: center;
    position: absolute;
    top:5px;
    right: 15px;
    line-height: 10px;
    color:#2196f3;
}



#LocateButton{
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: 40;
	display:block;
}

#LocateButton.local{
   height: 31px;
    background: white;
    border-radius: 5px;
    border: thin solid;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}



#quickPredioIdentifyButton{
    position: fixed;
    top: 240px;
    right: 20px;
    z-index: 40;
	display:block;
} 

#quickPredioIdentifyButton .btn{
width: 35px;
    height: 35px;
    background: white;
    line-height: 30px;
    border: thin solid;
    border-radius: 5px;
    font-size: 16px;
 }

 #quickPredioIdentifyButton .btn.active i{
     color:#1ba92c;
 }