﻿body {
    padding-bottom: 20px;
    background: #F0F0F0;
}

.login_info {
    border: 0px solid;
    padding-top: 20px;
    color: white;
    text-align: center;
}

table thead tr {
    font-size: 12px;
    font-weight: bold;
    background: #3276B1;
    color: white;
    text-align: center;
    border: 1px solid;
}

table thead tr td {
    border: 1px solid;
}

table tbody tr {
    font-size: 8pt;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: white;
}

#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: #2C5686;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
}

    #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
        color: white;
        background-color: rgba(248, 248, 248, 0);
    }

        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:hover,
        #custom-bootstrap-menu.navbar-default .navbar-nav > li > a:focus {
            color: white;
            background-color: #3276B1;
        }

    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:hover,
    #custom-bootstrap-menu.navbar-default .navbar-nav > .active > a:focus {
        color: rgba(85, 85, 85, 1);
        background-color: rgba(231, 231, 231, 1);
    }

    #custom-bootstrap-menu.navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

        #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
        #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
            background-color: #888;
        }

.topo {
    background: #2C5686;
    border-top: 5px solid #9ECB3B;
    border-bottom: 3px solid #283F59;
}

    .topo .logo {
        float: left;
    }

    .topo .login {
        width: 200px;
        height: 155px;
        border: 1px solid red;
        float: right;
    }

    .topo img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
}

.clear {
    clear: both;
}

.form_login p {
    width: 90px;
    float: left;
    font-size: 16px;
    color: #000;
    padding-top: 5px;
    text-align: right;
    padding-right: 10px;
}

.form_login input {
    width: 200px;
}

.lembrar {
    float: right;
}

    .lembrar p {
        font-size: 14px;
        width: auto;
        padding-top: 0;
    }

    .lembrar input {
        margin-top: 5px;
        width: auto;
    }

.bt_logar {
    background: #2b5686;
    border: 0;
    text-transform: uppercase;
    float: right;
    color: #fff;
    padding: 9px 10px;
    margin-top: 15px;
}

.login {
    border: 1px solid #D8EBFF;
    margin: 0 auto;
    float: none;
    background: #D8EBFF;
    border-radius: 10px;
    box-shadow: 0 0 100px 1px #2C5686;
}

.login_titulo {
    text-align: center;
}

.form_login_input {
    width: 100%;
    text-align: center;
}

footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #29344A;
    text-align: center;
}

    footer p {
        color: #7889AA;
    }

.form-login .form-control {
    background-color: white;
}