﻿* {
    list-style: none;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    border: none;
    color: #515251;
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    background: url(../images/bg-01.jpg) top center no-repeat;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.login {
    width: 320px;
    height: 225px;
    background: url(../images/bg-login.png) top center no-repeat;
    margin: 200px auto 0;
    padding: 40px 30px 0
}

    .login .logo {
        width: 200px;
        height: 64px;
        float: left;
        margin: 0 0 10px
    }

input[type=text], input[type=password] {
    display: inline-block;
    font: 11px Arial;
    color: #515151;
    height: auto;
    background: #eee;
    border: 1px solid #b8b8b8;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    width: 288px;
    padding: 5px 10px
}

    input[type=text]:hover, input[type=password]:hover, input[type=text]:focus, input[type=password]:focus {
        background: #f6f4e2;
        border: 1px solid #d7ae09
    }

.validacao {
    float: left;
    margin: 0 0 2px
}

.botao_login {
    text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0 0
}

.btn {
    width: auto;
    height: auto;
    display: inline-block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    padding: 6px 35px;
    font-family: Calibri;
    font-size: 12px;
}

.btn-02 {
    width: auto;
    height: auto;
    display: inline-block;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    padding: 6px 27px;
}

.btn-01 {
    background: #29635c url(../images/bg-btn-01.png) top center repeat-x;
    border: 1px solid #29635c;
    color: #FFF;
    margin: 0 10px;
}

    .btn-01:hover {
        background: #670000 url(../images/bg-btn-01-hover.png) top center repeat-x;
        border: 1px solid #ff7305
    }

.left {
    float: left;
    margin: 0 10px 0 0
}

footer {
    width: 100%;
    color: #FFF;
    text-align: center;
    float: left;
    margin: 0
}

    footer a {
        text-decoration: none;
        font-size: 10px;
        color: #fff
    }

.espaco_12hei {
    float: left;
    height: 12px;
    width: 100%
}

#update_progress {
    background: url(../images/ajax-loader.gif) no-repeat 50% 50% #515251;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

    #update_progress div {
        font-size: 18px;
        font-weight: 700;
        color: #F0F0F0;
        position: fixed;
        top: 240px;
        left: 0;
        width: 100%;
        text-align: center
    }

div.overlay {
    background: #515251;
    display: none;
    left: 0;
    position: absolute;
    top: 76px;
    width: 613px;
    z-index: 1000
}

#erro {
    background-color: #F0F0F0;
    position: absolute;
    border: solid 1px red;
    top: 90px;
    left: 50%;
    z-index: 1000;
    color: red;
    margin-left: -150px;
    width: 300px;
    display: none;
    padding: 10px
}

    #erro b {
        font-size: 16px;
        color: red
    }

    #erro a {
        display: block;
        float: right;
        width: 16px;
        height: 16px;
        border: outset 1px #000;
        text-align: center;
        color: #000;
        margin: -8px
    }

    #erro span {
        color: #000
    }

.aviso_login {
    width: 500px;
    text-align: center;
    color: #555;
    font-weight: 700;
    display: none;
    font-size: 20px;
    margin: auto;
    padding: 30px
}

.escolher_usuario {
    border-radius: 15px;
    width: 450px;
    height: 230px;
    background-color: #FFF;
    margin: 150px auto 0;
    padding: 40px 30px 0
}

    .escolher_usuario h1 {
        text-align: center
    }

    .escolher_usuario a {
        outline: 0;
        text-align: center;
        width: 120px;
        padding: 10px
    }

        .escolher_usuario a:hover {
            background-color: #d0d0d0
        }

h1, h1 span {
    font-size: 22px;
    font-style: italic;
    color: #4e180c;
    margin: 2px 0 20px
}
.modal {
    background: #FFF 0 -116px repeat-x;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    z-index: 2;
    position: fixed;
    top: 50px;
    left: calc(50% - 165px);
    width: 300px;
    font-size: 16px;
}