.sucesso {
    padding: 10px 20px;
    background: #0a0;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 15px;
}
.falha {
    padding: 10px 20px;
    background: #B00;
    color: white;
    margin-bottom: 10px;
    border-radius: 4px;
    margin-top: 15px;
}
.fechar_message {
    float: right;
}


body {
    background: url(../img/bg2.jpg) !important;
}
.footer-inner {
    padding-top:5px;
}
.page-header {
    border: none;
    padding-bottom: 0px !important;
}
.page-header h1, .page-header h1 small {
    color: white;
}
.page-header h1 {
    margin: 0 !important;
    padding: 0 !important;
}
table {
    background: white;
}
.navbar-nav>li>a {
    color: #A9ABAE;
    font-weight: bold;
    border-left: 1px solid #eee;
}
.navbar-nav  li  a:hover {
    background-color: #00B69E !important;
    color: white !important;
}
.footer {
    background: rgba(0,0,0,0.3) !important;
}
.footer-inner {
    color: white;
}
.horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
    background: #A8CF45 !important;
    color: white !important;
}

/* ESPECÍFICO DO SISTEMA */
.box_home {
    padding: 30px 20px;
    text-align: right;
    background: black;
    color: white;
    border-radius: 5px;
    margin-bottom: 20px;
}
.box_home .box_home_icone {
    float: left;
    font-size: 30px;
}
.box_home .box_home_titulo {
    font-size: 20px;
    font-weight: bold;
}
.box_home .box_home_subtitulo {
    font-size: 10px;
}


.caixa, .caixa_ok {
    font-size: 30px;
    text-align: center;
}
.caixa {
    color: #888;
}
.caixa_ok {
    color: #080;
}
.actions {
    text-align: right !important;
}

div.error {
    border: 1px solid #ddd;
    background: #eee;
    padding: 10px 5px;
}
div.error-message {
    color:#800;
    font-size: 12px;
}