/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 10, 2016, 10:33:14 PM
    Author     : ramses
*/

article {
  margin-top: 15px !important;
}
body {
  padding-top: 70px;
}
i {
  margin-right: 5px;
}
.label-as-badge {
  border-radius: 1em;
}
.element-table {
  margin-top: 15px;
}
thead tr {
  background-color: #2c3e50;
  color: #fff;
}
#login_logo {
  color: #fff;
  font-size: 45pt;
}
#carPrices {
  width: 98%;
  margin: 5px;
  text-align: center;
}
#carPrices th {
  text-align: center;
'
}
.log {
  font-weight: bold;
}
.main-manu {
  font-size: 10pt;
}
#main-nav li a {
  font-size: 12pt;
  text-align: center;
}
#admin-menu li a, #alerts-menu {
  text-align: left;
}
#lista_reservas,
#listagrupos,
#listaagencias,
#chainlist {
  overflow-y: scroll;
  height: 600px;
}
.globalSearchHeader {
  background-color: #2c3e50;
  color: #fff;
}
.control-panel-icon {
  text-align: center;
}
.scrollable-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}
#divbuttons {
  margin-top: 26px;
}
@media (max-width: 1280px) {
  .quotation-currencies, .quotation-currencies span {
    font-size: 12pt;
  }
  table {
    table-layout: fixed;
  }
  td {
    word-wrap: break-word;
  }
}
@media (min-width: 1280px) {
  .quotation-currencies span {
    font-size: 20pt;
  }
}
body {
  background-color: #f9f9f9 !important;
}
#voucherLogo {
  height: 2.5cm;
  width: 4cm;
}
#voucher {
  font-size: 10pt;
  padding: 15px;
  width: 18cm;
}

#voucherBody {
  border-top: #0d3349 solid;
  border-bottom: #0d3349 solid;
}
#voucherTitle {
  vertical-align: bottom;
  font-size: 14pt;
  font-weight: bold;
}
#voucherProgram {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 15px;

}
@media print {
  .noPrint {
    display: none;
  }
}
@media print {
  #voucher table th, #medicalProgramReport table th {
    color: #0d3349 !important; !important;
  }
}

#voucherFooter{
  width: 100%;
  align-self: center;
}

#voucherFooter td{
  text-align: center;
}

.thinnerSelect button{
  padding: 0px !important;
  z-index: 100;
}

.thinnerSelect div{
  height: auto;
}

.nav-tabs  li.active a, .nav-tabs  li.active  a:hover, .nav-tabs li.active  a:focus{
  background-color: #18bc9c !important;
  color: #ffffff !important;
}

.table-striped > tbody > tr:nth-child(2n+1) > td {
  background-color: #f2f2f2 !important;
}

footer{
  margin-top: 100px;
  z-index: 1000 !important;
}

#footer {
  position:fixed;
  left:0px;
  bottom:0px;
  height:60px;
  width:100%;
  background:#fff;
  z-index: 1000 !important;
}

#commandGroup{
  width: 90%;
  margin: auto;
  margin-top: 5px;
}

#wrapper{
  padding-bottom: 1px;
}