﻿body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}
#map-canvas,
#wrapper,
#page-content-wrapper,
.container-fluid,
.row,
.col-lg-12 {
  height: 100%;
  width: 100%;
}

#map-canvas {
    width: 82%;
    height: 75%;
    top: 10%;
    left: 18%;
}


/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 0;
    width: 0;
    height: 100%;
    padding-top: 65px;
    padding-bottom: 110px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper h3 {
    font-size: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper #sidebar-wrapper {
    width: 18%;
}

 #sidebar-wrapper .nav-menu {
    display: none;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

#sidebar-wrapper li a.btn-link {
    font-weight: bold;
    color: #CC663A;
    text-decoration: none;
}
#sidebar-wrapper li a.btn-link:hover {
    color: #BF571A;
}
#sidebar-wrapper .nav-menu .sidebar-brand div {
    margin-bottom: 5px;
}
#sidebar-wrapper .nav-menu .sidebar-brand div hr {
    margin: 5px 0 0 0;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    -webkit-transition: width .2s ease-in;
    -moz-transition:  width .2s ease-in;
    -ms-transition:  width .2s ease-in;
    transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #ffffff;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav > .sidebar-brand {
    max-height: 100px;
    font-size: 20px;
    line-height: 44px;
    padding: 0.7em;
}

.sidebar-nav label{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-nav > .sidebar-brand {
    margin-bottom: 0.5em;
}

.sidebar-nav li a.copyright {
    color: #007500;    
    font-style: italic;
}


/*-------------------------------*/
/*            Loading            */
/*-------------------------------*/

.modalDiv 
{  
    position:absolute;  
    z-index:10000;  
    background-color:Gray;
    filter:alpha(opacity=50);
	opacity:0.50;
    display:none;  
    width:100%;
    height:100%;
    top:0px; 
    left:0px;   
}

.p_loading {
    /*position: absolute;*/
    top: 20%;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    color: #fff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-shadow: #000 0.1em 0.1em 0.2em;
    text-align: center;
}

/*-------------------------------*/
/*        No data to show        */
/*-------------------------------*/

#no_data{
    margin: 1em;
}

/*-------------------------------*/
/*             Logo              */
/*-------------------------------*/

.img-responsive {
    max-height:100px;
    margin: 0 auto;
}

/*-------------------------------*/
/*      Products Container       */
/*-------------------------------*/

.container-products {
    background: #4e4e4dbf;
    margin-top: 1em;
    padding: 1em 0;
    border-radius: 5px;
    position: fixed;
    left: 80%;
    color: #FFF;
    z-index: 2;
}
.container-products ul {
    list-style: none;
    padding: 0;
}
.container-products ul li {
    padding: 0 1em;
    float: left;
}
.container-products ul li img {
    cursor: pointer;
    width: 200px;
    height: 300px;
}

/*-------------------------------*/
/*         Share Buttons         */
/*-------------------------------*/

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
#share-buttons a {
    padding: 0;
}
.info-lares p {
    line-height: 1.2em;
}
.info-lares {
    font-size: 0.9em;
    margin-top: 1em;
    font-style: italic;
}

.form-control {
    font-size: 12px !important;
}

.hidden {
    display: none !important;
}

.nav-footer {
    display:none;
}

/*-------------------------------*/
/*         Media Queries         */
/*-------------------------------*/

@media(max-width:640px) {
    #map-canvas {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #wrapper #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 85%;
        padding-top: 5%;
        padding-bottom: 0;
    }
    #sidebar-wrapper .nav-menu {
        display: inline-block;
    }

    .logo-lares-responsive {
        margin-bottom: 5px;
        width:75px;
        
    }
    .navbar {
        border: 0px;
    }
    
    .nav-footer {
        display:block;
    }
}
