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

body{

}

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;
}

/* AJUSTE DO TEMA */
.navbar-inner{
    border-radius: 0px !important;
    background-image: linear-gradient(to bottom,darkred,darkred) !important;
}
.navbar{
    margin-bottom: 0px !important;
}

.breadcrumb{
    text-align: right;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    color: #666;
}

legend{
    text-transform: uppercase;
    background: #f5f5f5;
    padding-left: 10px;
    padding-right: -10px;
    font-size: 15px !important;
}
/*
.navbar-inner{
    color: #fff;
    background-image: linear-gradient(to bottom,darkred, darkred) !important;
}

.dropdown-menu{
    background-image: linear-gradient(to bottom,darkred, darkred) !important;
}
.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle{
    color: #fff;
    background-image: linear-gradient(to bottom,darkred, darkred) !important;
}

 */