@charset "UTF-8"; 
/***************************Loading de carregamente da página**********/

.jquery-loading-base-container {
    position: fixed;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 1000;
    opacity: 0.8;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: #747474;
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.msgErro{
    color: #FF0000;
}

.input-errors{
    color: #e5603b!important;
    font-size: 11px!important;
}

.activeFilter{
    background-color: #FFFF00;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
} 

.hide{
    display: none;
}

/*********TELA DE LOGIN*********/
#login{
    margin: 30px auto;
}
#login .form-login{
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 30px;
    text-align: right;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
}
#login .form-login h1{
    text-align: center;
    margin-bottom: 25px;
    font-size:1.6rem;
}
#login .form-login input{
    margin: 10px 0;
}

.verde{
    color: #00CC00;
}
.laranja{
    color: #ffa500;
}

.vermelho{
    color: #ff0000;
}

.cursor{
    cursor: pointer;
}

.clear{
    clear: both;
}

.red{
    color: #ff0000;
}

.form-control{
    height: 25px;
    width: 98%;
}

.chosen-search{
    width: 75%;
}

fieldset {
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    float: left;
    margin-bottom: 2px !important;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #666;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;

}

.marcacao {
    background-color: #FFEFC1;    
}

#cookie-bottom {
    position: fixed;
    z-index: 99999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto !important;
    background-color: #adadad;
    color: #ffffff;
    padding: 15px 5%;
}

#cookie-bottom a{
    color: #ffffff;
}

#cookie-button{
    display: inline-block;
    float: right;
    text-align: right;
    padding: 5px 10px !important;
    color: #ffffff !important;
    background-color: #333 !important;
    font-size: 12px;
    line-height: 2.5em;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    text-decoration: none !important;
    background-image: none !important;
}