body{
    /*background;*/
}

.centraliza{
	text-align: center;
}

.header_top{
    width:100%;
    height:1px;
    background:#6BC275;
    border-top:5px solid #6BC275;
}
.menu{
    width:100%;
    background:#FFF;
    box-shadow:0 3px 3px rgba(146,146,146,1.00);
	height:10%;
	
}
.slider{
    width:100%;
}

.navbar-inner {
    margin-top: 0;
    background: #FFF;
    box-shadow: none;
    border: none;
	height:40px;
   
}

.navbar-inner .brand {
    margin-top: 6px;
    display: block;
}

.navbar .nav > li {
    float: left;
    height: 60px !important;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:active,
.navbar .nav > li > a:focus,
.navbar .nav > li > a.active,
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .active-menu {
    background: #FFF !important;
    color: black !important;
   
}

.navbar .nav > li > a {
    /* color:black !important;*/
    color: #808080 !important;
    float: none;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 70px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 2.322px;
}


.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#main-menu {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.secondlevel {
    left: 100%;
}

.thirdlevel {
    left: 100% !important;
    top: 0px !important;
}

.forthlevel {
    left: 100% !important;
    top: 0px !important;
}

.navbar-toggle .icon-bar {
    background-color: #888;
}

.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.footer {
    background:#f6f6f6;
    border-top:5px solid #6BC275;
}

.widget h2 {
    cursor:pointer;  
    font-size:18px;
    font-weight:bold;
    padding-bottom:5px;
}
.footer-bottom {
    background:#d8d8d8;
    padding:15px 0;
    border-top:1px solid #d9d9d9;
    font-size:15px;
    color:#777;

}

.span3 {  
    height: 485px !important;
    overflow: scroll;
    overflow-x:hidden;
}

@media only screen and (max-width: 479px) {    
    .widget_content{
        display:none;
    }
    .active .widget_content{
        display:inline;	
    }
    .widget h2 { 
        border-bottom:1px solid #ddd;
    }   
    .widget h2:after {
        content:"\203A";
        color:white;
        width:20px;
        height:20px;
        background:#999;
        display:inline-block;
        text-align:center;
        float:right;
    }
    .active.widget h2:after {
        content:"\2039";    
        background:#ccc;
    }
}

.largura{
	width: 80%;
}

.verdinho{
	color:green;
}

.vermelhinho{
	color:red;
}

@media screen and (max-width: 1920px){
	.menu{
		height:9%;
	}

@media screen and (max-width: 1680px){
	.menu{
		height:9%;
	}

@media screen and (max-width: 1366px){
	.menu{
		height:10%;
	}
	
@media screen and (max-width: 1280px){
	.menu{
		height:10%;
	}
	
@media screen and (max-width: 640px){
	.menu{
		height:9%;
	}

@media screen and (max-width: 424px){
	.menu{
		height:14%;
	}
	
}

