﻿.header, .footer {
	background-color: #60BDCE;
	border-top: 1px solid #c6c6c6;
}

.header {
	border-bottom: 1px solid #c6c6c6;
}

.footer {
	position: absolute;
	width: 100%;
	height: 137px;
}

.container-logo {
	padding: 10px 10px 0;
}

.row-logo, .row-footer, .row-info {
	background-color: #fff;
}

.row-logo {
	margin: 10px 10px 0;
	padding: 20px 10px 0;
}

.row-footer {
	margin: 0 5px 10px;
	padding: 0 10px 20px;
}

.logo-size {
    width:160px;
    height:60px;
}

.logo-atac {
	background-image: url("../Images/logo-ata-carnet.png");
	background-repeat: no-repeat;
	height: 131px;
}

.logo-cni {
	/*background-image: url("../Images/logoCNI.gif");
	background-repeat: no-repeat;
	background-position: right;
	height: 131px;*/
	text-align: right;
	vertical-align: middle;
}

/*.logo-Federacao {
	background-image: url("../Entidade/getImg");
	background-repeat: no-repeat;
	background-position: right;
	height: 131px;
    width: 150px;
	text-align: right;
	vertical-align: middle;
}*/

.container-body {
	margin: 0 5px 0;
	padding: 20px 30px 20px;
	background-color: #fff;
}

.main {
	background-color: #c0c0c0;
}

.input-validation-error {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color: #f2dede;
}

.pagination {
	margin: 0px 0px;
}

a > i {
	color: #333;
}

th.short {
	width: 60px;
}

th.medium {
	width: 120px;
}

th.buttons {
    width: 80px;
}

table.table-prazo, table.table-prazo-saida {
	counter-reset: line-number;
}

	table.table-prazo tbody tr:not(:first-child), table.table-prazo-saida tbody tr:not(:first-child) {
		counter-increment: line-number;
	}

	table.table-prazo tbody tr:first-child td:first-child:before {
		content: "Entrada";
	}

	table.table-prazo-saida tbody tr:first-child td:first-child:before {
		content: "Saída";
	}

	table.table-prazo tbody td:first-child:before, table.table-prazo-saida tbody td:first-child:before {
		content: counter(line-number)"\00ba";
	}

.table-entradas tbody tr:last-child, .table-saidas tbody tr:last-child {
	background-color: #FFCC33;
	font-weight: bold;
}

.table-entradas thead tr, .table-saidas thead tr, .table-prazo thead tr, .table-prazo-saida thead tr {
	background-color: #3F5D7D;
	color: #fff;
}

.pointable {
	cursor: pointer !important;
}

div#accordion {
	counter-reset: entrada-number;
}

	div#accordion div.panel {
		counter-increment: entrada-number;
	}

		div#accordion div.panel div.panel-heading h4.panel-title a:before {
			content: counter(entrada-number)"\00ba - ";
		}

#div-menu > div.row > div {
	height: 220px;
	float: left;
	margin: 2px 2px;
}

.div-menu-item {
	background-color: #F7941E;
}

	.div-menu-item a {
		text-decoration: none;
	}

.div-menu-header, .div-menu-body {
	color: #fff;
}

.div-menu-header {
	height: 65px;
	width: 100%;
}

.div-menu-body {
	height: 135px;
}

#animation {
	z-index: 20000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}

#inline-form-produtos-grid {
	padding: 5px 15px;
}

	#inline-form-produtos-grid .form-group {
		margin-left: 5px;
		margin-right: 5px;
	}

ul.nav {
  margin-right: 0;
  float: none;
  width: 100%;
}

ul.nav li.menu {
  /*width: 15%;*/
  text-align: left;

}

ul.nav li {
  /*width: 25%;*/
  text-align: left;
}

	ul.nav li > a {
		color: #333;
	}

	ul.nav li.active > a {
		background-color: #eee;
        color: #333;
	}

	ul.nav li > div.step {
		padding-top: 16.5px;
		padding-bottom: 16.5px;
		padding-left: 15px;
		padding-right: 15px;
		cursor: default;
	}

	ul.nav li > div.step:hover {
		background-color: #eee;
	}

	ul.nav li.active > div.step {
		background-color: #999;
		color: #fff;
	}

.nav-well {
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
}

#div-pdf #iframe-pdf {
	width: 100%;
	height: 600px;
}

#div-impressao-atacarnet .impressao {
    width: 100%;
	height: 600px;
}

.field-validation-error {
    color:red;
}

.center {
    display:table-cell;
    vertical-align:middle;
    float:none;
}
.modal-dialog {
  width: 500px;
}
.modal-paises {
  width: 700px;
}
.pull-right {
  float: right !important;
}

.descricao-utilizacao {
    display: none;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.readonly-editable[readonly]
{
    background-color: white !important;
}

.vertical-middle {
    vertical-align: middle !important;
}


.spanAsterisco {
	color: red;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: 2px;
	padding-left: 4px;
}