/*
    Aplicacion desarrollada por Ruben Felix
    https://www.linkedin.com/in/rubensaid
*/

/* Consider Bootstrap */
html, body {
    height: 100%;
}
body {
    padding-top: 50px;
}
.fill {
    height: calc(100% - 50px);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}
#ajaxloader {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
}
#footer {
    position: fixed;
    bottom: 50px;
    left: -300px;
    width: 300px;
    background: #ffffff;
}
#footer > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
#footer > ul > li {
    text-align: left;
    width: 100%;
    margin: 2px;
}
#footer > ul > li > a {
    padding: 0;
    display: block;
    text-decoration: none;
    width: 100%;
}
#footer > ul > li > a > img {
    width: 20px;
    height: 10px;
}
#leyenda {
    float: right;
    position: relative;
    left: 48px;
    bottom: 25px;
    /*top: 23px;*/
}
#leyenda > span {
    background: #ffffff;
    cursor: pointer;
    padding: 5px 3px;
    font-weight: bold;
}
#rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*top: 40px !important;*/
}
#mapa {
    height: 100%;
    min-height: 100%;
}
#elevation {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 24px;
    background: #ffffff;
}
#elevation_close {
    float: right;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
}
@media (max-width: 1055px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* https://codepen.io/bootstrapped/pen/KwYGwq */
.navbar-brand {
    padding: 0px;
}
.navbar-brand > img {
    height: 100%;
    padding: 15px;
    width: auto;
    padding: 7px 15px;
}
.dropdown-menu input {
    margin-top: -4px;
}
.dropdown-menu label {
    margin: 0;
    font-weight: normal;
}
/*.dropdown-menu > li > label {
    color: #ffffff;
}*/
img.infoto {
	max-height: 200px;
	max-width: 385px;
}
/* Personzalicion de NavBar Osinergmin */
.navbar-custom {
    background: #075DAA !important;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background: #075DAA !important;
}
.navbar-custom .navbar-toggle {
    border-color: #054279 !important;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #054279 !important;
}
.navbar-custom a {
    color: #a9dcf3 !important;
}
.navbar-custom a:active,
.navbar-custom a:focus {
    color: #ffffff !important;
}
.navbar-custom .open a.dropdown-toggle {
    color: #ffffff !important;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {
    background: #c27000 !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu {
    background: #f8aa11 !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff !important;
}
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
    background: #e49600 !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #e49600 !important;
}
.navbar-custom .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-custom .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-custom .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
    background: #e49600 !important;
}
.navbar-custom .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open .dropdown-submenu > a:hover {
    background: #cd8700 !important;
}
.navbar-custom .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open .dropdown-submenu.open > a:focus {
    background: #cd8700 !important;
}
.navbar-custom .navbar-nav .dropdown-submenu.open > .dropdown-menu {
    background: #e49600 !important;
}
.navbar-custom .dropdown-menu > li > label:hover,
.navbar-custom .dropdown-menu > li > label:focus,
.navbar-custom .navbar-nav .open .dropdown-menu > li > a.popup:hover,
.navbar-custom .navbar-nav .open .dropdown-menu > li > a.popup:focus {
    background-color: #d5c5b1 !important;
    color: #000000 !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu > li > a.popup {
    color: #333333 !important;
}
.navbar-custom .dropdown-menu > li > input:checked ~ label,
.navbar-custom .dropdown-menu > li > input:checked ~ label:hover,
.navbar-custom .dropdown-menu > li > input:checked ~ label:focus,
.navbar-custom .dropdown-menu > .active > label,
.navbar-custom .dropdown-menu > .active > label:hover,
.navbar-custom .dropdown-menu > .active > label:focus {
    color: #000000 !important;
    background-color: #f9f6f4 !important;
}
.navbar-custom .badge {
    background-color: #a96100 !important;
}

.xdsoft_calendar tr:hover,
.xdsoft_calendar tr:hover > td {
    background-color: #FF8000 !important; /* #ffcc99 */
    color: #ffffff !important;
}
/* Existing */
/*.gm-style-iw {
    width: 325px !important;
    max-height: 275px !important;
    overflow: auto !important;
}*/
.gm-style img {
    max-width: 335px !important;
}
.gm-style-iw {
    width: 385px !important;
    max-height: 275px !important;
    /*overflow: auto !important;*/
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px; // apply 10px to the bottom corners of the infowindow
}

/* Bootbox */
.largeWidth {
    width: 90%;
}
#table-wrapper {
    position:relative;
}
#table-scroll {
    height:500px;
    overflow:auto;
    margin-top:20px;
}
#table-wrapper table {
    width:100%;

}
#table-wrapper table * {
    /*background:yellow;
    color:black;*/
}
#table-wrapper table thead th .text {
    position:absolute;
    top:-20px;
    z-index:2;
    height:20px;
    /*width:35%;
    border:1px solid red;*/
}
#table-wrapper table tbody {
    font-size: 10px;
}
#inform-PIT span{
	color:black;
	text-decoration:none;
}
#inform-PIT:link{
	text-decoration:none;
}
.gm-style-iw{
	overflow:scroll !important;
}
.gm-style-iw-c{
	overflow:scroll !important;
}

	