﻿#page_content {
	padding: 0;
}

.aguarde {
	background: #F4CDCD url(/Images/load.gif) 10px center no-repeat;
	border: 1px solid #EAADAD;
	display: none;
	float: right;
	font-size: 11px;
	padding: 5px 5px 6px;
	text-indent: 30px;
}

.btn-danger {
	background: #064f90 !important;
	border-color: #064f90 !important;
}

	.btn-danger :hover {
		background: #3E78FD;
		border-color: #064f90;
	}

.btn-success {
	background: #459b45;
	border-color: #459b45;
}

.footer {
	background: #222;
	border-top: 1px solid #fff;
	box-shadow: 0 0 10px #555;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

	.footer a {
		color: #999;
	}

.form-inline .form-group {
	display: inline-block;
}

.form-inline select, .form-inline input, .form-inline textarea, .form-inline label, .form-inline button {
	width: auto;
}

.informativo * {
	font-family: Arial;
}

.informativo .data {
	display: block;
	text-align: right;
}

.informativo h5 {
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
}

.login {
	background: #ddd;
}

.logincontainer {
	background: #fff;
	border-radius: 6px;
	box-shadow: #999 0 0 15px;
	overflow: hidden;
	padding: 20px;
	margin: 20px;
}

	.logincontainer .alert {
		font-size: 11px;
	}

	.logincontainer .footer {
		background: transparent;
		border-top-color: #ddd;
		bottom: 0;
		box-shadow: none;
		color: #444;
		font-size: 11px;
		left: 0;
		margin-top: 15px;
		position: absolute;
		width: 100%;
	}

		.logincontainer .footer a {
			color: #444;
		}

	.logincontainer .logo {
		height: 70px;
		border-bottom: 1px solid #fff;
		box-shadow: 0 1px 10px #999;
		background: #064f90 url(/images/logo-viacap.png) 20px 10px no-repeat scroll;
		text-indent: -9999px;
		margin: -20px -20px 30px -20px;
	}

.mensagens .lido {
	background: #f9f9f9;
}

	.mensagens .lido a, .mensagens .lido p {
		text-decoration: line-through;
	}

.navbar-inverse {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	box-shadow: 0 1px 10px #999;
	background: #064f90;
}

	.navbar-inverse .dropdown-menu {
		padding: 10px 5px;
	}

		.navbar-inverse .dropdown-menu > .active a, .navbar-inverse .dropdown-menu > .active > a:hover {
			background: #064f90;
			color: #fff;
		}

		.navbar-inverse .dropdown-menu > li > a:hover {
			background: #064f90;
			color: #fff;
		}

		.navbar-inverse .dropdown-menu li {
			border-bottom: 1px solid #ddd;
			padding: 5px 0;
		}

			.navbar-inverse .dropdown-menu li:last-child {
				border-bottom: none;
			}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background: #064f90 !important;
	}

	.navbar-inverse .navbar-nav > li > a {
		color: #fff;
		line-height: 45px;
		font-weight: bold;
	}

		.navbar-inverse .navbar-nav > li > a:hover {
			background: #3a7abf;
			text-shadow: 1px 1px 0 #3a7abf;
		}

	.navbar-inverse a.navbar-brand {
		color: #fff;
		font-weight: bold;
		letter-spacing: -1px;
	}

	.navbar-inverse .navbar-nav .badge {
		background: #3a7abf;
	}

.navbar-text {
	line-height: 45px;
	color: #fff !important;
}

.oculta {
	display: none;
}

.pdf {
	vertical-align: middle !important;
	width: 135px;
}

.table-dark-header th, .table-dark-header thead {
	background: #555;
	color: #fff;
}

.wrap {
	height: auto !important;
	margin-bottom: 15px;
	min-height: 100%;
}

a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	outline: 0;
}

body {
	color: #333;
	font: 12px/1.428571429 Helvetica,Arial,sans-serif;
}

h1 {
	letter-spacing: -2px;
}

h2 {
	letter-spacing: -2px;
	margin-bottom: 20px;
}

h3, h5 {
	letter-spacing: -1px;
}

h4 {
	font-weight: 700;
	letter-spacing: -1px;
}

html, body {
	height: 100%;
}

.divModal {
	cursor: default;
	display: block;
	display: none;
}

	.divModal .back {
		background: #111 url(/images/backsub-grid.png) repeat scroll;
		height: 100%;
		opacity: 0.8;
		position: fixed;
		width: 100%;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.divModal .content {
		border-radius: 5px;
		width: 550px;
		background: #fff;
		padding: 30px;
		margin-left: -300px;
		margin-top: -150px;
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 2;
	}

		.divModal .content b {
			font-size: 20px;
			letter-spacing: -1px;
		}

		.divModal .content option {
			border-bottom: 1px solid #ccc;
			padding: 5px 10px;
		}

.item-menu {
	color: #fff;
	line-height: 45px;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (max-width:400px) {
	@-ms-viewport {
		width: 320px;
	}

	@-moz-viewport {
		width: 320px;
	}

	@-webkit-viewport {
		width: 320px;
	}

	@viewport {
		width: 320px;
	}
}

@-ms-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.load {
	cursor: default;
	display: none;
}

	.load .back {
		background: url(/images/backsub-grid.png) repeat scroll;
		height: 100%;
		opacity: 0.3;
		position: fixed;
		width: 100%;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.load .pre-load {
		background: transparent url(/images/preloader-grid.gif) center center no-repeat scroll;
		height: 80px;
		width: 80px;
		margin-left: -40px;
		margin-top: -100px;
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 2;
	}

.checkbox-group, .radio-group {
	overflow: auto;
	margin-bottom: 15px;
}

	.checkbox-group input, .radio-group input {
		float: left;
		clear: left;
		margin: 0;
		padding: 0;
	}

	.checkbox-group label, .radio-group label {
		float: left;
		font-weight: normal;
		margin: 0 0 0 5px;
	}

.tab-pane {
	margin-top: 20px;
}

label.error {
	color: red;
	font-weight: normal;
	font-size: 11px;
	margin-left: 5px;
	display: inline;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	border-color: transparent;
}

.nav-tabs a {
	cursor: default;
}

/* Grid Plugin */
.gridLoad {
	cursor: default;
	display: none;
}

	.gridLoad .back {
		background: #fff url(https://core.viacapitalizacao.com.br/images/backsub-grid.png) repeat scroll;
		height: 100%;
		opacity: 0.3;
		position: fixed;
		width: 100%;
		z-index: 99999;
	}

	.gridLoad .preLoad {
		background: url(https://core.viacapitalizacao.com.br/images/preloader-grid.gif) no-repeat scroll;
		height: 80px;
		width: 120px;
		margin-left: -32px;
		margin-top: -32px;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	.gridLoad .preLoadMsg {
		height: 80px;
		width: 120px;
		margin-left: -32px;
		margin-top: -64px;
		position: absolute;
		left: 50%;
		top: 50%;
	}

table.grid {
	border: 1px solid #ddd;
	box-shadow: 0 0 3px #ccc;
	width: 100%;
}

	table.grid * {
		font: 11px Arial;
	}

	table.grid table.grid {
		width: 100%;
	}

	table.grid tbody td {
		background: #fff;
		border: 1px solid #eee;
		color: #777;
		padding: 13px;
	}

	table.grid tbody tr:nth-child(even) td {
		background: #FCFCFC;
	}

	table.grid tbody td > a {
		color: inherit;
		text-decoration: underline;
	}

	table.grid tbody .gridMergeRow > td {
		background: url(https://core.viacapitalizacao.com.br/images/backsub-grid.png) repeat scroll;
	}

	table.grid tbody .gridActiveLine td {
		background: #FBFFE2 !important;
		color: #A39646 !important;
	}

	table.grid tfoot .gridPaginationActive {
		background: #3E78FD;
		color: #fff;
	}

		table.grid tfoot .gridPaginationActive:hover {
			color: #fff;
		}

	table.grid tfoot li {
		box-shadow: 0 0 3px #999;
		float: left;
		margin-right: 5px;
	}

		table.grid tfoot li a {
			background: #fff;
			color: #999;
			display: block;
			padding: 8px 10px;
		}

		table.grid tfoot li:last-child {
			margin-right: 0;
		}

	table.grid tfoot ul {
		float: right;
		list-style: outside none;
	}

	table.grid thead th, table.grid tfoot td {
		border: 1px solid #DDD;
		color: #555;
		vertical-align: middle;
		padding: 10px;
	}

	table.grid thead {
		background: #f9f9f9;
	}

		table.grid thead th, table.grid thead td a {
			font-size: 12px;
			font-weight: 700;			
			color: black;
		}

		table.grid thead th, table.grid tfoot td a {
			font-size: 12px;
			font-weight: 700;			
		}

	table.grid tbody td > a:hover, table.grid tfoot a:hover {
		color: #3E78FD;
	}

.grid .dropdown, .btn-group-vertical {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.grid .dropdown > .btn, .btn-group-vertical > .btn {
		position: relative;
		float: left;
	}

.grid .btn {
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	height: auto;
	width: 50px;
	padding: 5px 12px;
}

.grid .btn-default {
	color: #428bca;
	background-color: #fff;
	box-shadow: 0 0 3px #999;
}

	.grid .btn-default:hover {
		text-decoration: none;
		background-color: #eee;
	}

.grid .btn .caret {
	border-top-color: #428bca;
}

.grid .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}

.grid .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	margin: 2px 0 0;
	padding: 5px 0;
}

	.grid .dropdown-menu li {
		float: none;
		box-shadow: none;
		margin-right: 0;
	}

	.grid .dropdown-menu > li > a {
		display: block;
		clear: both;
		font-weight: 400;
		line-height: 1.428571429;
		color: #333;
		white-space: nowrap;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		padding: 3px 20px;
	}

		.grid .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			color: #fff;
			text-decoration: none;
			background-color: #357ebd;
			background-repeat: repeat-x;
			background-image: linear-gradient(tobottom,#428bca0%,#357ebd100%);
		}

.painel-titulos {
	overflow: auto;
}

.visualizacao-titulos {
	list-style: outside none;
	padding: 0;
	height: 220px;
	overflow: auto;
}

	.visualizacao-titulos li label {
		line-height: 38px;
		margin: 0;
		padding: 0;
	}

	.visualizacao-titulos label.error {
		display: block;
		margin-top: -10px;
		line-height: initial;
	}

.headerHomolog {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: purple !important;
	background-color: yellow;
	padding: 5px;
	margin-bottom: 10px;
}

.linkTestes {
	margin-top: 5px;
	margin-bottom: 5px;
}

.fa-times-circle {
	color: #dc3545;
}

.fa-check-circle {
	color: #28a745;
}

ul.list-group {
	margin: 0;
}

.panel.panelCollapse {
	padding: 15px 15px 0px;
	margin-bottom: 10px;
}

.panel-heading.panelCollapse {
	margin: -15px -15px 0px;
}

.panel.panelExpand {
	padding: 15px;
	margin-bottom: 10px;
}

.panel-heading.panelExpand {
	margin: -15px -15px 15px;
}

i {
	vertical-align: middle;
}

.excluirUpload:hover, .retryUpload:hover {
	opacity: 0.7;
}

.excluirUpload:link, .retryUpload:link {
	color: #333;
}

.tdHeader {
	background-color: #f5f5f5;
	font-weight: bold;
	width: 160px;
}

.tdValue {
	width: 425px;
}

.loadingImg {
	width: 50%;
	height: 50%;
}

.modalLoading {
	width: 300px;
}
