/* 
    Document   : style
    Created on : 13/09/2012, 09:55:20
    Author     : wanderson.goncalves
    Description:
        stylesheet do sistema.
*/

body{
    background: url("../img/bg.jpg") ;
}

h1{
    font-size: 18px;
}

h2{
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#conteudo{
    background-color: #fff;
    min-height: 700px;
    /*-moz-box-shadow:    0px 0px 10px 2px #aaa;
    -webkit-box-shadow: 0px 0px 10px 2px #aaa;*/
    box-shadow:         0px 0px 10px 2px #aaa;
    padding-bottom: 10px;
}

#carregando{
    background: url("../img/bg.jpg") ;
    position: fixed; 
    text-align: center; 
    background-color: #fff; 
    width: 100%; 
    height: 100%;
    padding-top: 250px;
    z-index: 9999;
}

#carregando img{
    -moz-box-shadow:    0px 0px 10px 2px #888;
    -webkit-box-shadow: 0px 0px 10px 2px #888;
    box-shadow:         0px 0px 10px 2px #888;
}

#ajax-loader {
    position: fixed; 
    text-align: center; 
    width: 100%; 
    height: 100%;
    z-index: 9998;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#ajax-loader div{
    text-align: center;
    position: fixed;
    width: 100%; 
    margin-top: 300px;
    z-index: 9999;
}

#ajax-loader img{
}

#topo{
    background: #fff;
    padding: 10px 0;
}
#logo{
    height: 60px;
}
.overTR{
    background-color: #ffecec !important;
    color: #000;
}

.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.visivel{
    display: block;
}
.invisivel{
    display: none;
}
.javaScriptDisabled{
    background-color: #fff;
    font-size: 18px;
    padding: 10px;
}

.table tbody tr.success > td{
    background-color: #4cae4c;
    color: #fff;
    font-weight: bold
}

.option-cooperado-ativo{
    color: #3a87ad;
    font-weight: bold;
}

.option-cooperado-ativo-producao{
    color: #4cae4c;
    font-weight: bold;
}

.option-cooperado-inativo{
    color: #eea236;
    font-weight: bold;
}

.option-cooperado-desligado{
    color: #d43f3a;
    font-weight: bold;
}