/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

@media (min-width: 992px) {
	.col-md-equipo {
		width: 14.285714% !important;
	}
}

.panel-heading a:after {
	content: no-close-quote;
}
.panel-heading a.collapsed:after {
	content:no-close-quote;
}

.main-navigation .navbar-default .navbar-nav > li > a{
	font-size:16px !important;
	padding:12px 16px 12px 16px;
}
.dropdown>a:before{
	right:2px !important;
}

.table-mcr > thead > tr > th, .table-mcr > tbody > tr > th, .table-mcr > tfoot > tr > th, .table-mcr > thead > tr > td, .table-mcr > tbody > tr > td, .table-mcr > tfoot > tr > td{
	padding:15px !important;
}
.table-mcr > thead > tr > th{
	background-color:#FFFFFF;
}
.bg-azul{
	background-color:#3d78d8 !important;
	color:#FFFFFF !important;
}

.bg-adm{
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.footer{
	padding:20px 0 !important;
}
.logo-footer{
	margin: 20px 0 20px !important;
}

.header-top-dropdown .telefone {
	padding: 8px 20px;
	margin: 0;
	font-size: 13px;
	color: #3d78d8;
	text-align: center;
	min-width: 0;
	background-color: #ffffff;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
	position: static;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.margin-bottom-0{
	margin-bottom:0px !important;
}
.margin-left-20{
	margin-left:20px;
}
.margin-right-5{
	margin-right:5px;
}
.margin-top-20{
	margin-top:20px !important;
}
.margin-top-40{
	margin-top:40px !important;
}

.link_cinza {
	color:#333333 !important;
}

A.link_cinza:hover {
	color:#FAD629 !important;
}

.link_contato{
	color:#FAD629 !important;
}

A.link_contato:hover {
	color:#ffffff !important;
}
.bg-amarelo{
	background-color:#FADB61 !important;
}
.bg-amarelo:hover {
	color:#FADB61 !important;
	background-color:#3d78d8 !important;
}
.lista-menu{
    padding: 5px 0;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    position: relative;
}

.header{
	padding:2px 0px !important;
}
h1{margin-top:0!important;}
.fixed-header-on .header.fixed.animated .logo{
	margin-top:-5px !important;
}
.user{ background: #eee; padding: 10px; margin-bottom: 10px;}
.user h2{margin:0;;}
.user .btn {
    padding: 4px 6px;
    font-size: 11px;
    line-height: 1.42857143;
    min-width: 0;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.file{border:solid 1px #ccc; padding: 10px; margin-bottom: 10px;}
.file .btn {
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    min-width: 0;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
}
.file .titDoc{ font-weight: bold; margin-right: 20px; vertical-align: middle;}
.file .dateDoc{ font-size:10px;margin-right: 20px; vertical-align: middle;}
.file .descDoc{ font-size:13px; margin-right: 0px; vertical-align: middle;}
.file .descDoc, .file .descDoc p{ margin:0!important;}

.header-top-dropdown .dropdown>a {
    padding: 8px 10px;
    margin: 0;
    font-size: 12px;
    color: #999;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}

.header-top-dropdown .dropdown>a {
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid transparent;
}
.header-top-dropdown .dropdown>a:hover {
	color: #3d78d8;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}
.navbar-toggle.btn.btn-default:hover, .navbar-toggle.btn.btn-default:focus {
    background-color: #2c5fb3;
    border-color: #3d78d8;
}

.panel-title > a.active{ background: #635692;}

.callout.news{border-bottom:solid 1px #ccc;}
.callout img{width:100%;}


.form-block.center-block .alert.success {
	color: #2a5f2b;
	background-color: #bcdab0!important;
}