/* MINHAS CSS */


.btn-costum{
    background: #2e2a25 !important;
    color: #fff !important;
}
.btn-costum:hover{
    background: #fff !important;
    color: #2e2a25 !important;
    border-color: #2e2a25;
}
.maiusculas{
	text-transform: uppercase !important;
}
.copyright a{
	color: #000 !important;
	text-decoration: none;
}
.copyright a:hover{
	color: #2e2a25 !important;
	text-decoration: none;
}
.cr-menu{
	margin-top: 10px;
	text-align: right;
	padding-right: 10px;
}
.btn-size{
	padding-left: 50px;
	padding-right: 50px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #2e2a25;
	border-color: #2e2a25;
}
.pagination>li>a, .pagination>li>span{
	color: #2e2a25;
}
.table-hover>tbody>tr.no-hover:hover>td, .table-hover>tbody>tr.no-hover:hover>th{
	background-color: #fff !important;
}
.link_costum{

}
	
.notas{
	margin-top: 10px;
}
.notas:first-child{
	margin-top: 0px;
}
.notas h5{
	margin-top: 5px;
	clear: both;
}
.notas h5:first-child{
	margin-top: 0;
	font-weight: bold;
	width: 90%;
	margin-bottom: 0;
	float: left;
}
.notas a{
	float: right;
	text-decoration: none;
}
.notas p{
	text-align: justify;
	border-bottom: 1px solid #efefef;
}
.add_nota{
	float: right;
	margin-right: 15px;	
}
.notice{
	color: red;
	display: none;
}
body{
	overflow-x: hidden !important;
}
.select-ano{
	position: absolute;
	right: 0;
	top: 0;
}
.navbar-inverse .nav > li > a {
    color: #383838;
}
.horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
    background: #383838 !important;
    color: #FFFFFF !important;
}
.horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #383838;
    bottom: 0;
    display: inline-block;
    height: 0;
    left: 50%;
    margin: 0 0 -6px -7px;
    position: absolute;
    width: 0;
}
.horizontal-menu {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(200, 199, 204) !important;
    padding: 0px !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.loader-circule {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #383838 ; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin:0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

li.search-box{
    display: none !important;
}
.header-fixed{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}
.header-fixed-active{
    display: block;
-webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
  opacity: 1;
}
.accordion-teal .panel-heading .accordion-toggle {
    background: #F5F5F5;
    border-left: 2px solid #373737;
    color: #373737;
    padding: 20px 0px 10px 10px;
    margin: 0px;
}
.accordion-teal .panel-heading .accordion-toggle.collapsed {
    background: #F5F5F5;
    border-left: none;
    display: inline-block;
    margin: 0px;
    padding: 20px 0px 10px 10px;
}
.linha_disp{
    margin: 0px;
    padding: 10px;
    width: 105%;
    display: inline-block;
}
.linha_disp li{
    display: inline-block;
}
.red-zone{
    color: red !important;
}

.tab-padding.tab-blue > li > a, .tab-padding.tab-blue > li > a:focus{

        background-color: #373737;

}
.tab-padding.tab-blue > li.active > a, .tab-padding.tab-blue > li.active > a:focus, .tab-padding.tab-teal > li.active > a:hover{

    border-color: #373737 #DDDDDD transparent;
}