*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 14px;

  color: #666;
  background-image: url(/guiaviagem/template/img/lines_bg.png);
}

#main-transparent{
  width: 1034px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;

  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-image: url(/guiaviagem/template/img/bg_transparent.png);
}

#main{
  padding: 10px;

  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #fff;
}

.dark-menu{
  position: relative;

  margin: 3px 0;
}

.dark-menu li{
  list-style-type: none;

  text-align: center;

  border-right: solid 1px #fff;
  background: #2e2e2e;
  background:         linear-gradient(top, #2e2e2e 0%, #000 100%);
  background:    -moz-linear-gradient(top, #2e2e2e 0%, #000 100%);
  background: -webkit-linear-gradient(top, #2e2e2e 0%, #000 100%);
}

.dark-menu li a{
  font-size: 18px;
  font-weight: normal;

  display: block;

  padding: 3px 0;

  color: #fff;
}

.dark-menu li a:hover{
  text-decoration: none;

  color: #febf00;
}

.dark-menu li ul{
  position: absolute;
  z-index: 999;
  top: 100%;

  display: none;

  width: 238px;
  margin: 0;

  border: solid 2px #2e2e2e;
  background: #4d4d4d;
  background:         linear-gradient(top, #4d4d4d 0%, #403f3f 100%);
  background:    -moz-linear-gradient(top, #4d4d4d 0%, #403f3f 100%);
  background: -webkit-linear-gradient(top, #4d4d4d 0%, #403f3f 100%);
}

.dark-menu li:hover > ul{
  display: block;
}

.dark-menu li ul li{
  position: relative;

  float: left;
  clear: both;

  width: 100%;

  text-align: left;

  border: 0;
  background: none;
}

.dark-menu li ul li a{
  font-size: 12px;

  display: block;

  margin: 0 5px;
}

.menu-fluid{
  display: table;

  width: 100%;
}

.menu-fluid li{
  display: table-cell;
}

#conteudo {
  background-image: url('http://www.voltaredonda.rj.gov.br/templates/portalvr/images/curva.png?v=2017');
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 10px 10px 60px;
}

form {
  margin: 0;
}

#mapa-site{
  padding: 50px 10px 10px 10px;

  background-color: #ebe9ec;
  /* background-image: url(/guiaviagem/template/img/curva.png); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}

#rodape{
  padding: 10px;

  text-align: center;

  color: #fff;
  background-color: #2e2e2e;
}

#mapa-site h2{
  font-size: 14px;
  font-weight: bolder;
  line-height: normal;

  margin: 0;
  margin: 15px 0 5px 0;

  text-transform: uppercase;

  color: #333;
}

#mapa-site ul{
  margin: 0;

  list-style-type: none;
}

#mapa-site li a{
  font-size: 12px;
  font-weight: normal;
  color: #e4dd00;
}

#mapa-site li a:hover{
  text-decoration: none;

  color: #febf00;
}

#slideshow img{
  width: 100%;
  height: 162px;

  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

#conteudo h2{
  font-size: 18px;
  font-weight: bolder;

  display: inline;

  margin: 10px 0;
  padding: 0 20px 0 0;

  color: #333;
  background-image: url(/guiaviagem/template/img/h2_img.png);
  background-repeat: no-repeat;
  background-position: right;
}

#logged-user{
  margin: 5px 0;
  padding-right: 10px;

  text-align: right;
}

.warning{
  margin: 10px 0;
  padding: 10px;

  text-align: center;

  color: #4b3b04;
  border: solid 1px #bf9f30;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #ffd440;
}

.detail-table{
  clear: both;

  height: 200px;
  padding: 5px;

  border: solid 1px #000;
}

.detail-table table{
  width: 100%;
}

.detail-table thead th{
  padding: 5px;

  color: #000;
  border-bottom: solid 2px #000;
}

.detail-table tbody tr:hover{
  background-color: #dfe4f4;
}

.upcase{
  text-transform: uppercase;
}

.search-list{
  overflow: auto;

  height: 300px;

  border: solid 1px #ccc;
}

.search-list table{
  width: 100%;
}

.search-list th{
  padding: 5px;

  color: #666;
  border: solid 1px #ddd;
  background-color: #eee;
}

.search-list td{
  padding: 2px 5px;

  border-right: solid 1px #ddd;
}

.search-list tr:hover{
  cursor: pointer;

  background-color: #dfe4f4;
}

.table-fields{
  width: 100%;
  margin: 10px 0;
}

.table-fields tbody{
  border: solid 1px #666;
}

.table-fields thead{
  border: solid 1px #666;
}

.table-fields thead th{
  padding: 5px;

  color: #fff;
  background-color: #858485;
}

.table-fields td{
  height: 35px;
  padding: 5px;

  border-bottom: solid 1px #ccc;
}

.table-fields .no-border td{
  border: 0;
}

.table-fields tfoot td{
  font-style: italic;

  text-align: right;

  color: #000;
  border: 0;
}

h3{
  font-size: 16px;
  font-style: italic;
}

.view-detail{
  margin: 10px 0;
  padding: 5px;

  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.view-detail table{
  width: 100%;
}

.view-detail th{
  width: 10%;
  padding: 5px;

  text-align: right;

  color: #2f2f2f;
  border: solid 1px #fff;
  background-color: #ddd;
}

.view-detail td{
  padding: 5px;

  color: #000;
  border-bottom: solid 1px #e9e9e9;
}

.toolbar{
  margin: 10px 0;
}

.toolbar ul{
  margin: 0;
  padding: 0;

  list-style-type: none;
}

.toolbar li{
  display: inline-block;

  width: 70px;
  margin: 0 5px;

  vertical-align: top;
}

.toolbar .avatar{
  height: 58px;

  background-repeat: no-repeat;
  background-position: center 0;
}

.toolbar .avatar:hover{
  background-position: center -82px;
}

.toolbar .current{
  background-image: url(/guiaviagem/template/img/avatar_passageiro_current.png) !important;
}

.toolbar .current-motorista{
  background-image: url(/guiaviagem/template/img/avatar_motorista_current.png) !important;
}

.toolbar .current-motorista:hover,
.toolbar .current:hover{
  background-position: center 0;
}

.toolbar li a{
  display: block;

  width: 100%;
  height: 100%;
}

.toolbar .nome{
  font-size: 12px;

  height: 20px;

  text-align: center;
}

.toolbar .legends{
  font-size: 10px;
  line-height: normal;

  text-align: center;
  text-transform: uppercase;
}

.toolbar .motorista{
  background-image: url(/guiaviagem/template/img/avatar_motorista.png);
}

.toolbar .passageiro{
  background-image: url(/guiaviagem/template/img/avatar_passageiro.png);
}

.toolbar .add-passageiro{
  background-image: url(/guiaviagem/template/img/avatar_add.png);
}

.toolbar .delete-passageiro{
  background-image: url(/guiaviagem/template/img/avatar_delete.png);
}

.toolbar .cancel-passageiro{
  background-image: url(/guiaviagem/template/img/avatar_cancel.png);
}

.toolbar .end-guia{
  background-image: url(/guiaviagem/template/img/end_guia.png);
}

.toolbar .cancel-viagem{
  background-image: url(/guiaviagem/template/img/cancel_viagem.png);
}

.to-right{
  text-align: right !important;
}

.to-center{
  text-align: center !important;
}
