﻿/* CSS Document */

.preview {
	padding-top: 50px;
}

section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

td {
	font-size:0.85em;
}

.pagination.right {
	float:right;
}

.table > thead > tr > th[scope=col] {
	text-align:center;
}

.input-active {
	border-color:#000 !important;
	color:#000 !important;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	height:20px;
}

@media (min-width: 980px) {
	.index {
		padding-top: 40px;
	}
}

.subnav > .nav > li > a {
	color:#000;
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.subnav {
	margin-bottom:0px;
}

.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
	background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
	color:#FFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #666;
	background-image: -moz-linear-gradient(top, #666, #888);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#888));
	background-image: -webkit-linear-gradient(top, #666, #888);
	background-image: -o-linear-gradient(top, #666, #888);
	background-image: linear-gradient(to bottom, #666, #888);
}

h4 {
	margin-bottom:20px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/opensans.woff) format('woff');
}

#shadowNav.subnav-fixed {
	height:0px;
    transition: box-shadow 0.1s ease-in-out;
}

#shadowNav.subnav-fixed:hover {
	height:350px;
	-webkit-box-shadow: 0px 50px 10px 50px rgba(50, 50, 50, 0.25) !important;
	-moz-box-shadow:    0px 50px 10px 50px rgba(50, 50, 50, 0.25) !important;
	box-shadow:         0px 50px 10px 50px rgba(50, 50, 50, 0.25) !important;
	transition: box-shadow 0.1s ease-in-out;
}
footer{
	clear: both;
}


.navbar-inner{
	background-color: #046faa !important;
	background-image: inherit;
	border: 1px solid #046faa !important;
}

.navbar .brand {
	text-shadow: 0 1px 0 #046faa;
}

.navbar .nav > li > a {
    text-shadow: 0 1px 0 #046faa;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: #FFF;
	color: #046faa;
}

a {
	color: #046faa;
}

.dropdown-menu > li > a {
    color: #046faa;
}

.nav-tabs > li > a {
    font-size: 0.9em;
}

.nav-tabs {
    border-bottom: 1px solid #333;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #333;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #333;
    border-bottom-color: transparent;
		font-weight: bold;
		font-size: 1em;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #f5f5f5 #f5f5f5 #333;
}

#listarEditais td, #editalEtapas td {
	cursor:pointer;
}

footer {
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.horizontal-space{
	width: 2em;
	display: inline-block;
}

.dataTables_empty{
	color: #FF0000;
	font-weight: 700;
	font-size: 1.5em;
}

.nav-tabs-title {
	color: black !important;
	font-weight: bold !important;
	font-size:1.5em !important;
}
