*  {
    margin:0;
    padding:0;
}

/* body, html { */
    /*height: 100%;*/
/* } */

.clear{
	clear: both;
}


#rodape{
	bottom: 0px !important;
    width: 100%;
}

#content {
 	padding:10px;
  	padding-bottom:50px;   /* Height of the footer element */
	min-height:100%;
	position:relative;
}

.tab_pesquisa tr td{
	cursor: pointer;
} 

.tab_pesquisa tr th{
	cursor: pointer;
} 

.input_tab_val{
	width:70px;
}


#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 16px solid #ffffff;
    border-top: 16px solid #17a2b8;
    border-radius: 50%;
    height: 120px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: fixed;
    top: 50%;
    width: 120px;
    z-index: 1201;
}

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

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

.cont_menu{
    float: right;
    color: #ffffff;
    border: 1px solid #c00;
    padding: 0px 1px;
    font-size: 10px;
    border-radius: 5px;
    background-color: #c00;
    margin-left:3px;
    text-align: center;
}

.cont_menu2{
    /*float: right;*/
    color: #ffffff;
    border: 1px solid #c00;
    padding: 0px 1px;
    font-size: 12px;
    border-radius: 5px;
    /*margin-top: 4px;*/
    background-color: #c00;
    margin-left:3px;
    /*width: 15px;*/
    text-align: center;
}

.cont_menu3{

    float: left;
    color: #ffffff;
    border: 1px solid #c00;
    padding: 0 5px;
    font-size: 10px;
    border-radius:50px 50px 50px 0px;
    /*margin-top: 4px;*/
    background-color: #c00;
    margin-left:-5px;
    /*width: 15px;*/
    text-align: center;    
}

.efeito_hover:hover {
    background-color: #b1dfbb;
    cursor: pointer;
}

.idioma_ativo{
    border: 2px solid #9ecaed;
    width:45px;
}