html,
body {  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  color: #58595b;
  background-color: #f1f1f2;
}
label {
	text-transform: uppercase;
}
footer {
	margin-top: 3rem;
	background-color: #e7e8e9;
}

/* Cores rodapé colorido */
.cor {
  height: 3px;
}
.cor1 {
  background-color: #da9496;
}
.cor2 {
  background-color: #d8a24c;
}
.cor3 {
  background-color: #ffc09c;
}
.cor4 {
  background-color: #a7de87;
}
.cor5 {
  background-color: #7baca2;
}
.cor6 {
  background-color: #94b0be;
}
.cor7 {
  background-color: #5b91af;
}
.cor8 {
  background-color: #94b2ed;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

/* Buttons */
.btn {
	background-color: #01a7ee;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-default {
	border-color: #009EE1;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	background-color: #2BACE4;
	border-color: #009EE1;
	color:#fff;	
}
.form-control {
	border-radius: 0;
	border-color: #01a7ee;
}

/* Dropdown */
.dropdown-menu {
	background-color: #D8A24B;
	min-width: 180px;
}
.dropdown-menu > li > a {
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}
.dropdown-menu > li > a.no-border {
	border: none;
}
.datepicker-dropdown {
	background-color: #fff;	
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-left-color: #fff;
    margin-right: -25px;
	margin-top:3px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Menu topo */
#menu-topo ul {
	margin-bottom: 0;
	margin-top:-1px;
}
#menu-topo .menu li {
	border-right: 1px solid #444;
}
#menu-topo li.last {
	border:none;
}
.linguas {
	padding: .5rem 0;
}
.logo-app {
  padding:0;
  font-weight: normal;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 36px;
  margin-top:10px;
  margin-left: 8px;
  letter-spacing: -1px;
}
.logo-app a {
	color: #01A7EE;
}
.logo-app span {
  color: #5a595c;
}
.logo-app2 {
	text-align: center;
	background-color: #fff;
	padding:.5rem;
}

/* Extras */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* Home */
.menu-principal {
	border:none;
	background-color: transparent;
	margin-left:11px;
	margin-bottom: 20px;
}
.menu-principal .btn {
	border-radius: 0;
}
.menu-principal .navbar-collapse {
	padding: 0;
}
.navbar {
	margin: 0;
	margin-bottom: 20px;
}
.navbar-default .navbar-nav > li > a {
	vertical-align: top;
	text-align: right;
	border:none;
	border-color: transparent;
	color: #5a595c;
	font-weight: normal;
	border-bottom:none;
	border-top:none;
	padding:5px;
	background-position: right 40px;
	background-repeat: no-repeat;
	width: 122px;
	height: 122px;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #fff;

}
.navbar-default .navbar-nav > li > a:hover {
	border-color: #fff;
	color:#fff;
	background-color: #b2b5b6;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: #b2b5b6;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: #d8a24b;
	border-color: #fff;	
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: inherit;
}
.menu-principal a.last {
	border:none;
}
.open > .dropdown-toggle.btn-cadastro {
	background-color: #d8a24b;
	background-image: url(../images2/icones/btn-cadastro.png);
}
.nav .open > a.btn-cadastro:hover {
	background-color: #d8a24b;
	background-image: url(../images2/icones/btn-cadastro.png);
}
.navbar-nav .btn-configuracoes {
	background-color: #da9496;
	background-image: url(../images2/icones/btn-configuracoes.png);
}
.navbar-default .navbar-nav > li > a.btn-configuracoes {
	background-size: 67%;
	background-position: right 63px;
}
.navbar-default .navbar-nav > li > a.btn-configuracoes {
	background-position: right bottom;
}
.navbar-default .navbar-nav > li > a.btn-gerencial {
	background-position: 44px 40px;
}
.interna .navbar-default .navbar-nav > li > a.btn-gerencial {
	background-position: 25px 20px;
}
.interna .navbar-default .navbar-nav > li > a.btn-pedido {
	background-position: bottom 17px;
}
.interna .navbar-default .navbar-nav > li > a.btn-configuracoes {
	background-size: 65%;
	background-position: right 35px;
}
.btn-cadastro {
	background-color: #d8a24b;
	background-image: url(../images2/icones/btn-cadastro.png);
}
.btn-operacoes {
	background-color: #fbbf9d;
	background-image: url(../images2/icones/btn-operacoes.png);
}
.btn-gerencial {
	background-color: #a9d487;
	background-image: url(../images2/icones/btn-gerencial.png);
}
.btn-pedido {
	background-color: #7aaca2;
	background-image: url(../images2/icones/btn-pedido.png);
}
.btn-relatorios {
	background-color: #95b0bf;
	background-image: url(../images2/icones/btn-relatorios.png);
}
.btn-coletor {
	background-color: #5a92b0;
	background-image: url(../images2/icones/btn-coletor-de-dados.png);
}
.btn-seguranca {
	background-color: #98b1dc;
	background-image: url(../images2/icones/btn-seguranca.png);
}
.dropdown-menu > li > a {
	background-color: #D8A24B;
	color:#fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #EDCA93;
}
.titulo-menu {
	color: #01a7ee;
	/*text-transform: uppercase;*/
	font-weight: normal;
}
/* Main content */
.content-wrapper {
	padding:10px;
	background-color: #fff;
	margin-top:8px;
}

/* Alert */
.alert {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 2rem;
}
.alert-warning {
	color: #58595B;
}

/* Wells */
.well {
	border-radius: 0;
	padding:16px;
	margin-bottom: 15px;
	background-color: #ebebec;
	box-shadow: none;
}
.well-filtro-relatorio  {
	border:none;
	margin:0;
	padding: 0 16px;
}
.well-total-filtro-relatorio {
	padding-top:40px;
}
.well-total-filtro-relatorio p {
	margin-bottom: 0;
	font-size: 16px;	
}
.well .titulo-relatorio, .well .subtitulo {
	color: #01a7ee;
	text-transform: uppercase;
}
.well .titulo-relatorio {
	font-size: 20px;
}
.well.well-button {
	padding:8px 10px;
}
.well-button .titulo-relatorio {
	margin-top:10px;
	font-weight: normal;
}
.well .lead {
	margin-bottom: 0;
}
.well.last {
	margin-bottom: 0;
}
/* Tela de Pedido */
.btn-detalhe-pedido {
	background-color: #EBEBEC;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border:none;
	text-transform: none;
	color: #58595B;
}
.btn-detalhe-pedido:active, .btn-detalhe-pedido:focus, .btn-detalhe-pedido:hover {
	background-color: #D1D3D4;
}
/* Atalhos */
.atalhos-home {
	border-top: 2px solid #01a7ee;
}
.atalhos-home a {
	border-radius: 0;
	vertical-align: top;
	text-align: right;
	border:none;
	border-color: transparent;
	border-right: 1px solid #fff;	
	color: #5a595c;
	font-size:10px;
	border-bottom:none;
	border-top:none;
	padding:0;
	padding-right: 10px;
	padding-top: 10px;
	height: 110px;
	background-color: #b2b5b6;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: 50%;
}
.atalhos-home a.last {
	border:none;
}
.atalhos-home a:hover {
	border-color: #fff;
	background-color: #8e9192;
}
a.btn-notas-fiscais {
	background-image: url(../images2/icones/btn-notas-fiscais.png);
}
a.btn-operacoes-diarias {
	background-image: url(../images2/icones/btn-operacoes-diarias.png);
	background-size: 60%;
}
.btn-relatorio-de-estoque {
	background-image: url(../images2/icones/btn-relatorio-de-estoque.png);
}
.btn-coletor-de-dados {
	background-image: url(../images2/icones/btn-coletor-de-dados.png);
}
.btn-produtos {
	background-image: url(../images2/icones/btn-produtos.png);
}
.btn-lista-de-precos {
	background-image: url(../images2/icones/btn-lista-de-precos.png);
}
.btn-novos-clientes {
	background-image: url(../images2/icones/btn-novos-clientes.png);
}
.btn-representantes {
	background-image: url(../images2/icones/btn-representantes.png);
}

/* Páginas internas */
.interna .navbar-default .navbar-nav > li > a {
	background-size: 85%;
	height: 100px;
	width: 100px;
	background-position: right 20px;
	font-size: 1rem;
	padding:5px;
	padding-top:0;
}

/* Relatório Gerencial */
.panel-default > .panel-heading h2 {
	color: #01a7ee;
	text-transform: uppercase;
}

/* Grids */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.gutter-top {
	padding-top: 15px;
}
.form-horizontal .control-label {
	padding-right: 0;
}
.form-horizontal .form-group {
	margin-bottom: 10px;
}
.divisor-vertical {
	border-right: 2px solid #fff;
}

/* icons */
.glyphicon-thumbs-down {
	color: #c00;
}
.glyphicon-thumbs-up {
	color: #3c0;
}

/* Tabelas */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
	background-color: #E0DEDE;
}

/* Filtro de relatórios */
.filtro-relatorio .control-label {
	text-align: right;
	font-weight: normal;
	text-transform: none;
}
.filtro-relatorio .checkbox label {
	text-transform: none;
	background-color: #FCF8E3;
	padding:5px 5px 5px 25px;
}
.filtro-relatorio label {
	text-transform: none;
}
.filtro-relatorio hr {
	border-color: #fff;
	border-width: 5px;
}
.filtro-relatorio .form-control {
	border:none;
}
.form-control:focus {
	box-shadow:none;
}
.filtro-relatorio .input-group-addon {
	border:none;
}
.titulo-filtro {
	margin-top:10px;
	font-size: 24px;
	margin-left:20px;
}
.filtro-relatorio .btn-default {
	font-weight: normal;
}
.titulo-radio {
	vertical-align: middle;
	font-weight: bold;
}

/* Botões dos filtros */
.btn-default {
	color:#fff;
}
.btn-pesquisar {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}
.btn-clonar {
	background-color: #808285;
	border-color: #808285;
}
.btn-cancelar {
	background-color: #a91c22;
	border-color: #a91c22;
}
.btn-aguardar-estoque {
	background-color: #01a7ee;
	border-color: #01a7ee;
	line-height: 1;
	font-weight: normal;
	padding: 2px 10px;
}
.btn-credito-pendente {
	background-color: #000;
	border-color: #000;
	line-height: 1;
	font-weight: normal;
	padding: 2px 10px;
}
.btn-liberar-logistica {
	background-color: #90c43f;
	border-color: #90c43f;
	line-height: 1;
	font-weight: normal;
	padding: 2px 10px;
}
.btn-pdf, .btn-xls {
	color:#01a7ee;
	background-color: #fff;
	border-color: #fff;
}
.btn-pdf {
	background: #fff url(../images2/icones/btn-pdf.png) right 2px no-repeat;
	padding-right: 25px;
}
.btn-xls {
	background: #fff url(../images2/icones/btn-xls.png) right 2px no-repeat;
	padding-right: 25px;
}
.btn-delete {
	color:#c00;
}

/* Tabelas */
.table-relatorio-gerencial {
	margin-bottom: 0;
}
.table-relatorio-gerencial > tbody > tr > td, .table-relatorio-gerencial > tbody > tr > th, .table-relatorio-gerencial > tfoot > tr > td, .table-relatorio-gerencial > tfoot > tr > th, .table-relatorio-gerencial > thead > tr > td, .table-relatorio-gerencial > thead > tr > th {
	border: none;
	padding:1px;
}
.table-relatorio-gerencial > tbody > tr:hover, .table-relatorio-gerencial > tbody > tr:nth-of-type(2n+1):hover {
	background-color: #01A7EE;
	color: #fff;
}
.destaque1 {
	background-color: #d1d3d4;
}

.table td, .table th {
    border: none;
}
table.table.table-relatorio-gerencial {
    border: 1px solid #8B8B8B;
}
.table-relatorio-operacional > thead > tr > td, .table-relatorio-operacional > thead > tr > th {
	background-color: #FCF8E3;
}
.table-relatorio-operacional > tbody > tr:nth-of-type(2n+1) {
	background-color: #D1D3D4;
}
.table-relatorio-operacional > tbody > tr:hover, .table-operacional > tbody > tr:nth-of-type(2n+1):hover {
	background-color: #01A7EE;
	color: #fff;
}
.table-pedidos > thead > tr > td, .table-pedidos > thead > tr > th {
	background-color: #fcebb9;
	border-color: #fff;
}
.table-pedidos > tbody > tr > td, .table-pedidos > tbody > tr > th, .table-pedidos > tfoot > tr > td, .table-pedidos > tfoot > tr > th, .table-pedidos > thead > tr > td, .table-pedidos > thead > tr > th {
	border-color: #fff;
}
.table-topo-pedido {
	margin-bottom: 5px;
}
/* Abas */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #ebebec;
	border-color: #ebebec;
	text-transform: uppercase;
}
.nav-tabs > li > a {
	background-color: #fff;
	color: #555;
	outline: none;
	text-transform: uppercase;
	border-color: #ebebec;
	border-width: 2px;
	border-bottom: none;
	margin-right: 1px;
	line-height: 1.2;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: #ebebec;
	/*color:#fff;*/
}
.tab-content {
	background-color: #ebebec;
}

/* Tabelas */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	text-align: center;
}
.table-relatorio-gerencial {
	/*font-size: 14px;*/
}
.table-relatorio-gerencial > thead > tr > .border-left, .table-relatorio-gerencial > tbody > tr > .border-left {
	border-left: 1px solid #8B8B8B;
}
.table-relatorio-gerencial > thead > tr > .border-bottom, .table-relatorio-gerencial > tbody > tr > .border-bottom {
	border-bottom: 1px solid #8B8B8B;
}
.table-relatorio-gerencial > thead > tr > .border-bottom-destaque, .table-relatorio-gerencial > tbody > tr > .border-bottom-destaque {
	border-bottom: 1px solid #01A7EE;
}
.table-relatorio-gerencial > thead > tr > th  {
	font-weight: normal;
}
.table-relatorio-gerencial > tbody > tr:nth-of-type(2n+1) {
	background-color: #D1D3D4;
}

/* Alertas */
.flyover-bottom {
    bottom: 10px;
}
.flyover {
    left: 150%;
    overflow: hidden;
    position: fixed;
    width: 50%;
    opacity: 0.9;
    z-index: 1050;
    transition: left 0.6s ease-out 0s;
}
.flyover.in {
    left: 50%;
}
.modal-info .modal-header {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #31708F;
}

.modal-danger .modal-header {
	background-color: #F2DEDE;
	color: #A94442;
	border-color: #EBCCD1;
}
.modal-danger a {
	color: #A94442;
	font-style: italic;
}

/* Modal */
.modal-info .modal-header {
	background-color: #31708F;
	border-color: #31708F;
	color: #fff;
}
.modal-info .modal-body {
	background-color: #D9EDF7;
}
.modal-info button.close {
	opacity: 1;
	color:#fff;
}
@media (min-width: 1025px) {
	#menu-topo ul {
		margin-top:5px;
	}
	.logo-app {
		margin-left: 12px;
		font-size:3.5em;
		margin-top:12px;
		margin-bottom:33px;
	}
	.navbar-default .navbar-nav > li > a {
		height: 152px;
		width: 153px;
	}
	.atalhos-home a {
		height: 140px;
		background-size: 50%;
		font-size:12px;
	}
}


.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

/* Loading box with a spinner placed at the center */
.spinner {
    width:  100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(../images/loading2.gif) no-repeat center;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index:10000;
    overflow: auto;
}
table td .blue {
    background-color: #2778C8;
}
table td .green {
    background-color: #8DA046;
}
table td .red {
    background-color: #C74039;
}
table td .yellow {
    background-color: #FCCC73;
}
table td .gray {
    background-color: #808080;
}

table td {
    padding: 3px 15px 3px 3px;
    line-height: 13px;
    text-align: left;
}
table th {
    padding: 7px 3px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    font-size: 12px;
}
table td {
    border-top: 1px dotted #DDDDDD;
    vertical-align: middle;
}

.label2{
    width: 130px;
}
.form-stacked label {
    /*TODO display: inline-block;/*
    float: none;
    width: 100px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    font-size: 12px;
}

input[type=button], input[type=reset], input[type=submit] {
    height: auto;
}
select, input[type=file] {
    height: 26px;
    *height: auto;
    line-height: 26px;
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
}

.uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 2px;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

fieldset legend {
    font-size: 12px;
    color: #404040;
}
