body{
    background: #f5f5f5;
    padding: 60px 0;
}
.logomarca-sicoob{
    display: block;
    float:left;
}

.header{
    padding: 10px 0 0 0;
    background: #013D45;
    position:fixed;
    top:0;
    width: 100%;
    min-height: 50px;
    z-index: 3;
}
#nav-topo{
    margin: 10px 0 0 0;
    border-bottom: 4px solid #78b800;
}
#nav-topo .navbar-inner{
    border-radius: 0 !important;
}

/*CONTENT*/
#content {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 20px;
    margin-top: 48px;
}

.txtCenter{
    text-align: center !Important;
}

.txtRight{
    text-align: right !Important;
}


.box-loader{
    background:#FDF8D8 url("../img/ajax-loader.gif") no-repeat 5px 5px !important;
}


.box-loader p{
    font: normal 15px "open_sansregular", sans-serif;
    color: #444444;
    padding-left: 25px;
}

/*TELA LOGIN*/
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}


/*TABS*/

.tabbable{
    border: 1px solid #e4e4e4;
    position: relative;
}

.tab-content {
    padding: 10px;
}

.nav-tabs {
    width: 200px;
    border-radius: 0px;
}
.nav-tabs span{
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    color: #666;
}

.nav-tabs>li>a{
    background-color: #f6f6f6;
}

.nav-tabs .active{
    border-left: 1px solid #00AF9E;
    border-top: 1px solid #00AF9E;
}

.nav-tabs>.active>a:hover{
    border: 0px;
    border-color: #fff;
}


.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    border: 0px;
    border-color: #fff;
}

.tabs-left>.nav-tabs>li>a{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 0px;
}


.normativo-item {
    display: block;
    margin-bottom: 10px;
    height: 55px;
}

.normativo-item p{
    margin: 0px;
}

.normativo-item a{
    color: #00AF9E;
    font-size: 14px;
    text-transform: uppercase;
}

.normativo-item .label-important {
    padding: 1px 4px;
    font-weight: normal;
}

.paginacao {
    position: absolute;
    bottom: -15px;
    right: 40px;
}



/*********************************************
 * FOOTER - Configuração padrão do rodapé
 * do sistema
 *  
 *********************************************/
#footer{
    /*    background:url("../img/bg_footer.png") repeat-x left top;*/
    background: #013D45;
    margin-top: 53px;
    bottom: 0;
    height: 28px;
    position: fixed;
    width: 100%;
    z-index: 2;
    border-top: 4px solid #78b800;
}


.default #footer-container{
    margin: 0 auto;
}
.menu-footer{
    float: left;
    padding: 5px 0 0 0;
}
.menu-footer ul li{
    float: left;
    margin-right: 18px;
}
.menu-footer ul li a{
    display: block;
    color:#FFFFFF;
    text-decoration: underline;
    font:normal 12px "open_sansregular", sans-serif;
}
.menu-footer ul li a:hover{
    color:#F4F4F4;
    text-decoration: none;
}
.icone-sicoob{
    width: 61px;
    height: 43px;
    background: url(../img/icone-footer.png) left bottom no-repeat;
    margin:-12px auto 0 auto;
    cursor:pointer;
}
.creditos{
    margin-top:5px;
    float:right;
    text-align:right;
    color:#FFFFFF;
    font:normal 13px "open_sansregular", sans-serif;
}

.titulo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}


/******************************
    ADICIONAIS AO BOOTSTRAP
*/
input.text-error,
select.text-error,
textarea.text-error
{border: 1px solid #b94a48 !important;}

select.text-success,
input.text-success,
textarea.text-success
{border: 1px solid #468847 !important;}



#pctLoad{
    width: 100px;
    height: 20px;
    position: absolute;
    margin-left: -50px;
    left:50%;
    top:-5px;
    z-index: 9;
}


/*menu multinível*/
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu li
{
    position:relative;
}

.dropdown-menu .sub-menu {
    left: 90%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


/* PLUGIN VALIDATE FORM */
label.error {
    color: red !important;
    font-style: italic;
    font-weight: normal;
    font-size: 12px !important;
}

input.error, select.error, a.error {
    border-color: red !important;
    background: #FDF8D8 !important;
}

textarea.error {
    border-color: red !important;
    background-color: #FDF8D8 !important;
}


/*Painel Executivo*/

#table-painel, #table-painel td{ 
    text-align: center;
    font-size: 12px;
}

.atingido:after {
    content: "";
    display: inline-block;
    float: right;
    margin-top: 7px;
    vertical-align: middle;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid green;
}

.naoatingido:after {
    content: "";
    display: inline-block;
    float: right;
    margin-top: 7px;
    vertical-align: middle;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid red;
}

/*Metas Planejadas*/


#table-planejadas td {
    text-align: right;
    font-size: 12px;
}

.tabbable, .nav-tabs {
    width: 940px;
    border: 0px;
}

.nav-tabs{
    border-bottom: 1px solid #e5e5e5;
}

.tab-content{
    padding: 0px;
}
