* {
  * margin:0;
  * padding:0;
  * border:0;
}

html, body { 
  font-family:'Ubuntu', 'Titillium Web', cursive;
  background: #FFFFFF; 
  color: #2B718c;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

/**
* INICIO FONTES
*/
@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  src: local('Poiret One'), local('PoiretOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/poiretone/v1/HrI4ZJpJ3Fh0wa5ofYMK8b3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local('Abel'), local('Abel-Regular'), url(http://themes.googleusercontent.com/static/fonts/abel/v3/wnJbeWILdr-ZMJJAMsiXsvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium WebThin'), local('TitilliumWeb-Thin'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v1/anMUvcNT0H1YN4FII8wpr-K9kSItTeDn2USN0q77Oh4.woff) format('woff');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url(http://themes.googleusercontent.com/static/fonts/ubuntu/v4/_aijTyevf54tkVDLy-dlnLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

/**FIM FONTES */

#wrapper {
  margin: 1%;
  margin-top: 0;
}
/*---Header---*/
#header {
  height: 58px;
  width:100%;
}

.title{
  font-family: 'Titillium Web','Poiret One';
  text-align:left;
  font-size:2.1875em;
}
.nomeEstadoContainer {
  float: left;
  position: absolute;
  z-index: 1000;
}
.nomeEstado { 
  color: #DF5A3E;
  margin-left: 15px;
  font-size: 1.7em;
}

/*---Area de conteudo---*/
#main {
  width: 100%;
  overflow:hidden;
  position: relative;
}

#main:after {
  content:'';
  clear: both;
  display:table;
}

.mapContainer {
  position: relative;
  min-width: 50%;
  height: 537px;
}
#mapa{
  height: 537px;
}

.coluna {
  float:left;
}

.tituloEstado {
  font-size:19px;
  color:#255368;
}

.subtituloEstado {
  font-size: 10px;
  color:#DF5A3E;
}

#sideLeft {
  width: 10em;
}

#isStateSelected {
  display: none;
}

.statesList {
  height:503px;
  line-height:1.9em;
  border-left:0;
  text-align:left;
  font-size:15px;
  font-family: 'Titillium Web', sans-serif;
  overflow-y: scroll;
  margin-top: 10px;
}


.statesList ul { 
  list-style:none;
}

.statesList li { 
  border-top: 1px solid #eee;
}

.statesList a {
  color: #2B718c;
  width: 100%;
  display: inline-block;
}

.statesList a:hover, .statesList a.selected {
  color: #DF5A3E;
}

.statesList a.selected {
  cursor: default;
}

.customSB::-webkit-scrollbar {
  width:6px;
}

.customSB::-webkit-scrollbar-track {
  background-color: #E6E6E6;
  height:5px;
} /* the new scrollbar will have a flat appearance with the set background color */
.customSB::-webkit-scrollbar-thumb {
  background-color: #35718C;
  cursor: pointer;
} /* this will style the thumb, ignoring the track */
.customSB::-webkit-scrollbar-button {
  background-color: #2734C7;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.customSB::-webkit-scrollbar-corner {
  background-color: black;
}

/*---Coluna direita---*/
#sideRight {
  width: 33%;
  display: none;
  float: right;
}

#graficos {
  border: rgb(243, 243, 243);
  border-style: solid;
  border-width: 3px;
  background-color: rgb(230, 230, 230);
  padding: 8px;
  position:relative;
  margin:auto;
  font-family:'Ubuntu';
  height:515px;
}

#histograma {
  width: 68%;
  margin-left: 33%;
}
#hour{
  margin-top: -10px;
}

#pie {
  width: 68%;
  margin-left: 33%;
}

.pieContainer {
  margin: 0 auto;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
#severity{
  margin-top: -20px;
}
#porTipoDeVeiculo .vehicleTypesData {
  margin-top: 2em;
}

#porTipoDeVeiculo ul {
  margin: 0;
  padding: 0;
}

#porTipoDeVeiculo li {
  list-style: none;
  margin-bottom: 0.3em;
}

#porTipoDeVeiculo li p {
  display: block;
  position: relative;
  overflow: hidden;
  width: 81px;
  margin: 0 auto;
}

#porTipoDeVeiculo li p img.spacer {
  width: 60%;
  height: auto;
  display: block;
  visibility: hidden;
}

#porTipoDeVeiculo li p img.vehicleIcon {
  position:absolute;
  top:0;
  left:0;
  max-width:none;
  max-height:98%;
}

#porTipoDeVeiculo li p.bike img.vehicleIcon {
  left:0%;
}

#porTipoDeVeiculo li p.bus img.vehicleIcon {
  left:-110%;
}

#porTipoDeVeiculo li p.car {
  height: 42px;
}

#porTipoDeVeiculo li p.car img.vehicleIcon {
  left:-182%;
}

#porTipoDeVeiculo p.motorbike img.vehicleIcon {
  left:-330%;
}

#porTipoDeVeiculo p.truck img.vehicleIcon {
  left:-440%;
}

.tituloGraficos {
  font-size:15px;
  color: #255368;
  display:block;
  text-align:center;
  top:10px;
}

.subtituloGraficos{
  font-size: .6em;
  text-align: center;
}

.dadoVeiculo {
  color:#DF5A3E;
  font-size: 15px;
  position: relative;
  font-weight: 900;
  text-align:center;
}

#informationPorTipoDeVeiculo {
  width:33%;
  height:360px;
  float: left;
}

#rankingInformation {
  width:100%;
  font-size: 0.9375em;
  text-align:center;
  color:#255368;
  border-bottom: thin solid #BBC2C5;
  height:50px; 
  margin-bottom:5px;
  padding-bottom:5px;
}

#rankingInformation .description {
  float:left;
  width:33%;
}

#rankingInformation .titulo{
  height:30px;
}

#rankingInformation .subTitulo{
  font-size:0.66666667em;
  margin-top:-12px;
}

#rankingInformation .dado{
  color:#DF5A3E;
  font-size: 1.13333333em;
}

#yearsSelector {
  margin: 0;
}

.yearDataList ul {
  padding: 0;
  line-height: .7em;
  height: .7em;
  margin: 0;
}
.yearDataList li {
  list-style-type: none;
  display: block;
  width: 16.6666667%;
  float: left;
  text-align: center;
}

.yearDataList label {
  cursor: pointer;
  font-size: .8em
}

.yearDataList input:checked+label {
  color: #DF5A3E;
}

.yearDataList input {
  display: none;
}

#slider, .yearDataList {
  position: relative;
  top:12px;
}

#slider {
  height: 17px;
  text-align: center;
  padding: 0 1em;
}

#slider .bar {
  width: 89.5%;
  height: 5px;
  background: #DF5A3E;
}

input[type="range"] {
  -webkit-appearance: none;
  background-color: black;
  height: 2px;
  cursor: pointer;
}

input[type="range"]::-webkit-sliderer-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 0px;
  z-index: 1;
  width: 11px;
  height: 11px;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.6);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

input[type="range"]:hover ~ #rangevalue,input[type="range"]:active ~ #rangevalue {
  -ms-filter: "progid:DXImageTransform.Microsoftft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: -75px;
}

footer {
  font-size: 11px;
  border-top: solid;
  border-width: 0.1em;
  margin-top: 5px;
}

footer .git {
  float:right;
  margin: 1em 0;
}
footer p {
  float: left;
}

footer a {
  color: #DF5A3E;
}

#legenda {
  position: absolute;
  bottom: 1.3em;
  left: 1.3em;
  border: 1px solid rgb(243, 243, 243);
  padding: .9em;
  font-size: .9em;
  font-family: 'Titillium Web', sans-serif;
  z-index: 1000;
  background-color: rgba(230, 230, 230, .6);
}
#legenda ul {
  list-style: none;
  margin: 0;
}


#thumbnail{
  position:absolute;
  z-index: 1000;
  background-color: rgba(230, 230, 230, .6);
  border: 1px solid rgb(243, 243, 243);
  bottom: 1.3em;
  left: 1.3em; 
  cursor: pointer;
}

#thumbnail img { 
  width: 60px;
}


.categoria{
  display: inline-block;
  width: .8em;
  height: .8em;
  border: 1px solid rgb(243, 243, 243);
  background-color: red;
  margin-right: .4em;
}

.categoria-0{
  background-color: #fff5f0;
}
.categoria-1{
  background-color: #fcc9b4;
}
.categoria-2{
  background-color: #fb8a6a;
}
.categoria-3{
  background-color: #f14432;
}
.categoria-4{
  background-color: #bb1419;
}
.categoria-5{
  background-color: #67000d;
}

.badge-container{
  text-align: center;
}


