

/*
A custom Bootstrap 3.1 theme from http://bootply.com\

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/


html,body{
  	height:100%;
}

body{
  	padding-top:50px; /*padding for navbar*/
}

ul
{
list-style-type: none;
}

.navbar-custom .icon-bar {
	background-color:#fff;
}

.navbar-custom {
	background-color: #ff9900;
    color:#fff;
}

.navbar-custom li>a:hover,.navbar-custom li>a:focus {
	background-color:#49bfff;
}

.navbar-custom a{
    color:#fefefe;
}

.navbar-brand{
    padding: 0px;
    height: 60px;
}

.navbar-custom .form-control:focus {
	border-color: #49bfff;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0;
	box-shadow: inset 0 0 0;
}

#main, #main>.row {
	height:100%;
}

#main>.row {
    overflow-y:scroll;
}

#left {
	height:100%;
}

#map-canvas {
	width:100%;
    height:calc(100% - 0);
    position:absolute;
    right:16px;
    top:50px;
    bottom:0;
    overflow:hidden;
}

#painel {
    z-index: 5;
    top:0;
    left: -300px;
    width:325px;
    height:100%;
    position:absolute;
}
#chapa-painel {
    background-color: #333366;
    position:absolute;
    padding-top: 80px;
    color: #fff; 
    width:300px;
    height:100%;
    overflow-y: scroll;
}
#chapa-painel::-webkit-scrollbar {
  background-color: #333366;
}
#chapa-painel::-webkit-scrollbar-thumb {
  background-color: #000033;
  -webkit-width:5;
}
#abinha {
    z-index: 6;
    position:absolute;
    background-color: #333366;
    cursor: pointer;
    color: #fff;
    width:110px;
    height:25px;
    top:250px;
    right:-42px;
    text-align: center;
    font-weight: bold;
    -moz-transform: rotate(-90deg);  /* FF3.5/3.6 */
    -o-transform: rotate(-90deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+ */
    transform: rotate(-90deg);  /* Newer browsers (incl IE9) */
}

a{
    color: #fff;
}
