@charset "UTF-8";

hr {
    clear: both;
}
.navbar-inner {
    background: url(../img/bg-topo-degrade.png)!important;
}
a {
    color: #1c9ed9;
}
/*estilos auxiliares*/
.oculto{
	display: none;
	visibility: hidden;
}
.destaque-erro {
    border: 1px solid #ff1111;
    box-shadow: 0 0 5px 0 #ff5555;
}
.box-actions {
    float: right;
    margin-bottom: 10px;
    text-align: right;
}
.alert.alert-danger a{
    color: #883333;
    font-weight: bold;
}
.esquerda{ float: left; text-align: left; }
.direita{ float: right; text-align: right;}
.container fieldset{ clear: both; }
/*estilos usados na pesquisa de conteudos em tabelas*/
.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }


/*estilos gerais para tabelas*/
table thead tr th.actions{
	text-align: center;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color: #dedede;
}
.table tbody tr:hover td, .table tbody tr:hover th {
	background-color: #f5f5f5;
}
.table tbody tr.alert-danger td,
.table tbody tr.alert-warning td{ 
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0; 
}
table.dynamic-edit tbody tr.edit-locked td input {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #333333;
}

/*estilos gerais para formularios
label {
    color: #333333;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
    width: 130px;
}
input {
    font-size: 11pt;
    height: 25px;
	width: auto;
}
.form-horizontal .help-block {
    font-size: 9pt;
    margin-left: 0px;
}
.form-inline .help-block {
    font-size: 9pt;
    margin-left: 135px;
}
.buttons {
    background-color: #eeeeee;
    padding: 10px;
    text-align: left;
}*/
#frm-cadastro-equipamento .controls .input-prepend .add-on, 
#frm-edita-equipamento .controls .input-prepend .add-on {
    margin: -1px !important;
    position: relative;
    top: 1px;
}
.filter-table {
    text-align: right;
}
.dropdown-sugest{
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 0;
    display: block;
    font-size: 10pt;
    max-height: 120px;
    overflow: auto;
    position: absolute;
    width: 350px;
    z-index: 80;
}
.dropdown-sugest ul li{
	line-height: 18px;
	list-style: outside none none;
}
.dropdown-sugest ul li a{
    cursor: pointer;
    display: block;
}
.dropdown-sugest ul li a:hover{
    background-color: #cccccc;
}
.row-form.fixed input {
    width: 90%;
}
.resumo-locacao,
.resumo-manutencao {
    border: 1px solid #999999;
    border-radius: 3px;
}
.resumo-locacao .linha,
.resumo-manutencao .linha {
    clear: both;
}
.resumo-locacao .linha .titulo,
.resumo-manutencao .linha .titulo {
    border-right: 1px solid #cccccc;
    float: left;
    text-align: right;
}
.resumo-locacao .linha .descricao,
.resumo-manutencao .linha .descricao {
    float: right;
}
.resumo-locacao .linha .titulo,
.resumo-locacao .linha .descricao,
.resumo-manutencao .linha .titulo,
.resumo-manutencao .linha .descricao{
	padding: 0 10px;
	width: 48%;
}
.resumo-locacao #lista-documentos,
.resumo-manutencao #lista-documentos{
	display: inline-block;
    top: 11px;
    width: 160px;
}
.resumo-locacao #lista-documentos .dropdown-menu,
.resumo-manutencao #lista-documentos .dropdown-menu{
    background-color: #21a9ec;
    background-image: linear-gradient(rgba(33, 169, 236, 0), rgba(1, 9, 13, 0.1));
    border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
}
.resumo-locacao #lista-documentos .dropdown-menu a,
.resumo-manutencao #lista-documentos .dropdown-menu a{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}
h2.valor-total-locacao, 
h3.valor-locacao,
h3.valor-multa-atraso,
h3.valor-taxa-entrega{
    padding: 0 20px;
    text-align: right;
}
h2.valor-total-locacao {
    border-top: 3px solid #ddd;
	clear: both; 
}
h3.valor-total-locacao{
	font-size: 12pt;
}
.resumo-locacao table,
.resumo-manutencao table{
	font-size: 10pt;
}

.resumo-locacao.view,
.resumo-locacao.printable,
.resumo-manutencao.view,
.resumo-manutencao.printable{
	margin: 0 auto;
    padding: 50px;
    width: 900px;
}
.resumo-locacao.view .title{
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.resumo-locacao.view table tr.total-locacao td{
	background-color: #333333;
	color: #ffffff;
}
.resumo-locacao .vencido{
	color:#ee0000;
}
.dados-equipamento #valor-total-locacao {
    border-top: 2px solid #555555;
    display: block;
    font-size: 20pt;
    padding-top: 10px;
    text-align: right;
}
#big_stats a.stat,
#big_stats a.stat *{
	text-decoration: none;
	color: #545454;
}
#big_stats a.stat:hover,
#big_stats a.stat:hover *{
	text-decoration: none;
	color: #19bc9c;
}
.control-group {
    clear: both;
}
.controls.linear {
    float: left;
    margin-right: 10px;
}
input.calendar{
	background: rgba(0, 0, 0, 0) url("../img/bg-calendar-field.gif") no-repeat scroll right 5px;
	cursor: pointer;
}
/*.controls .input-prepend .add-on {
    margin: -4px !important;
    position: relative;
    top: -4px;
}
.input-append span.add-on,
.input-append input{
	float: left;
}*/
.widget-content .buttons {
    float: left;
}
.widget-content .filter-table {
    float: right;
}
.bloco-form-endereco-entrega{
	display: none;
}
/*estilos da lista vertical de dados*/
.vertical-data .box-data{
	width:100%; 
	clear: both;
}
.vertical-data .box-data .box-label{
	text-align: right; 
	width:49%; 
	float: left; 
	background-color: #eee; 
	margin-right: 1%;
}
.vertical-data .box-data .box-value{
	text-align: left; 
	width:50%; 
	float: right;
}
table thead tr th{
    font-family: arial;
    background-color: #e6eeee;
    border: 1px solid #fff;
    font-size: 8pt;
    padding: 4px;
}
.itens-locacao{
	width: 100%;
	display: none;
}
.data-header {
    clear: both;
    display: block;
    font-weight: bold;
}
.data-header .header {
    background-color: #dfdfdf;
    display: block;
    float: left;
    width: 33%;
}
.data-header .header,
.data-row .data{
	text-align: center;
}
.data-row {
    border-bottom: 1px solid #dddddd;
    clear: both;
}
.data-row .data {
    float: left;
    width: 33%;
}
tr.dados-locacao td{
	background-color: #dedede;
	cursor: pointer;
}
/*
tr.dados-equipamentos-locacao td{
    background-color: #fcf8e3 !important;
    padding-left: 30px !important;
	display: none;
}*/
#loading {
    background: rgba(0, 0, 0, 0) url("../img/ajax-loader.gif") no-repeat scroll center center;
    display: inline-block;
    height: 10px;
    width: 20px;
}
.cpf-livre{
	font-weight: bold;
}
.cpf-livre.text-success{
	color: #5cb85c;
}
.cpf-livre.text-danger{
	color: #d9534f;
}

.resumo-locacao .dados-pedido table tbody tr.baixado td,
#frm-edita-locacao .dados-equipamento table tbody tr.baixado td,
.resumo-locacao .dados-pedido table tbody tr.retirado td,
#frm-edita-locacao .dados-equipamento table tbody tr.retirado td{
	background-color: #efefef;
    color: #aaaaaa;
}
.dados-equipamento .row-form.fixed td.actions,
.dados-equipamento .row-form td.actions {
    text-align: center;
	width: 150px;
}
.dados-equipamento .nome{width: 300px;}
.dados-equipamento .dias_locacao{width: 120px;}
.dados-equipamento .quantidade{width: 50px;}
.dados-equipamento .desconto{width: 100px;}
.dados-equipamento .valor{width: 100px;}
.box-data-renovacao-item{display: none;}

table.lista-retiradas td.actions{ text-align:center; }
table.lista-retiradas td.actions span.icon-ok{ color: #00aa00; }

.box_dashboard.widget .widget-content{
	max-height: 300px;
    overflow: auto;
}

.widget {
    overflow: visible;
}

/*estilos do botão switch*/
.switch {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.switch--shadow + label {
  padding: 2px;
  width: 50px;
  height: 25px;
  background-color: #dddddd;
  border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: all 0.4s;
}
.switch--shadow + label:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    height: 21px;
    margin-left: 2px;
    margin-top: 3px;
    transition: all 0.4s ease 0s;
    width: 21px;
}
.switch--shadow:checked + label:before {
  background-color: #8ce196;
}
.switch--shadow:checked + label:after {
  transform: translateX(26px);
}

/*estilos da paginacao*/
.box-pagination {
    text-align: center;
}
.box-pagination ul.pagination{
	display: inline-block;
}
.box-pagination ul.pagination .active a {
    color: #ffffff;
	background-color: #00be9c;
}