#_containerLogin {
    position: relative;
    background-image: url('/application/third_party/configs/images/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

#_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
}

#_dateTime {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    float: left;
    margin-left: 12px;
    margin-bottom: 6px;
}

#_date {
    width: 100%;
    font-size: 25pt;
    font-family: openL;
    font-weight: 400;
    padding: 0px 14px;
}

#_time {
    position: relative;
    font-size: 7em;
    font-family: openL;
    font-weight: 400;
    margin-bottom: -23px;
}

/*----







--*/

#_divlogin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -268px;
    margin-left: -200px;
    width: 400px;
    min-height: 350px;
}

#_municipoLogo {
    position: relative;
    width: 50%;
    height: 194px;
    padding: 30px;
    bottom: 25px;
    background-color: rgba(0, 0, 0, 0.38);
    border: 5px solid rgb(43, 43, 43);
    margin: 0 auto;
}

#_imgLogin {
    width: 100%;
}

#_formLogin {
    position: relative;
    min-height: 100%;
    padding: 12px;
    text-align: center;
}

#_otherOption {
    position: relative;
    bottom: 0px;
    color: #c1c1c1;
    width: 100%;
    padding: 5px 15px;
}

#_registar {
    float: right;
    text-align: right;
}

#_txtuser, #_txtpwd {
    width: 100%;
    padding: 0px 18px;
    height: 47px;
    font-size: 0.9em;
    margin-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.58);
    border: 0px;
    color: #FFF;
}

#_btnLogin {
    position: absolute;
    padding: 10px 16px;
    border-radius: 50%;
    top: 38px;
    color: #dadada;
    right: -10px;
    background-color: #9c9c9c;
    border: 4px solid #636363;
    transition: all .2s ease-in-out;

}

#_btnLogin:hover {
    background-color: #FFF;
    color: #9c9c9c;
    border-color: #e0e0e0;
    transition: all .2s ease-in-out;
}

#_subesqueceuPwd {
    background-color: transparent;
    border: 0;
}

#_subesqueceuPwd:hover, #_subregistar:hover {
    cursor: pointer;
    color: #FFF;
}

#_subregistar {
    background-color: transparent;
    border: 0;
}

._register {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
}

#_btn {
    position: relative;
    text-align: right;
}

#_formRegister {
    position: relative;
}

#_btnRegister, #_btnForgot {
    background: #248400;
    color: #ffffff;
    border: 0px;
    padding: 10px 33px;
}

.modal-header {
    padding: 15px;
    font-family: openCB;
    border-bottom: 1px solid #e5e5e5;
    background-color: #1d1d1d;
    color: #FFF;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0px;
    border: 0;
}

.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;

}

#logoCitybox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
}

#_imgCompany {
    width: 100%;
}

#_subtitle {
    position: relative;
    font-family: openCB;
    text-transform: uppercase;
    font-weight: 400;
    top: 20px;
    left: 10px;
    color: #FFF;
}

#_labelAlert {
    display: none;
}

#_alertSessionF {
    display: none;
    position: absolute;
    font-weight: bolder;
    top: 10px;
    right: 10px;
    float: right;
    width: 0px;
    padding: 0px;
    border-right: 10px solid #ffb700;
    background-color: rgba(0, 0, 0, 0.56);
    color: #FFF;
    box-sizing: border-box;
}

#_alertForgot {
    display: none;
    border: 0px;
    border-left: 8px solid #31708f;
    border-radius: 0px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    padding: 0;
}

#_alertRegister {
    display: none;
    border: 0px;
    border-left: 8px solid #31708f;
    border-radius: 0px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    padding: 0;
}

#imgCompany2 {
    width: 200px;
}

.android {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 10px;
    width: 150px;
    text-align: center;
}

/* CSS FOR BUTTONS ANDROID / APPLE*/

#_btnapple {
    border: 0px;
    color: #737373;
    background-color: transparent;
}

#_menuLateral_bottom {
    position: absolute;
    width: 100%;
    padding: 20px 20px 8px;
    margin-bottom: 0px;
    bottom: 0;
    right: 0;
}

#_menuLateral_bottom > li {
    float: left;
    width: calc(100% - 50%);
    text-align: center;
    font-size: 3em;
    list-style: none;
}

#_menuLateral_bottom > li a {
    color: #FFF;
}

#_menuLateral_bottom > li a:hover {
    color: #008c12;
}

/* CSS FOR MODAL ANDROID / APPLE*/
#_txtInfo {
    width: calc(100% - 36%);
    position: relative;
    float: left;
}

#_txtInfo > h4 {
    font-size: 1vw;
    padding: 12px 0px;
}

#_qrcode {
    float: left;
}

.nvl1 {
    width: 100%;
    position: relative;
}

.modal-dialog {
    counter-reset: item;
    width: 800px;
    margin: 30px auto;
}

.nvl2 {
    position: relative;
    width: 100%;
}

#_txtInfo2 {
    padding: 10px 10px;
}

#_listInfo > li {
    padding: 8px;
    list-style: none;
    text-align: left;
}

#_listInfo > li:before {

    counter-increment: item;
    content: counter(item) " ";
    color: #FFF;
    font-weight: bold;
    font-family: openR;
    padding: 7px 9px 7px 12px;
    vertical-align: middle;
    background-color: #008c12;
    border-radius: 50%;
}

.nvl3 {
    position: relative;
    width: 100%;
    background-color: #008c12;
    height: 365px;
    padding: 15px;
    text-align: center;
}

.nvl4 {
    position: relative;
    width: 100%;
    background-color: #008c12;
    height: 336px;
    padding: 15px;
    text-align: center;
}

/* LOADINg */

.loading_actions {
    position: absolute;
    width: 100%;
    z-index: 1200;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(99, 99, 99, 0.7);
    display: none;
}

F
.spinner {
    width: 70px;
    height: 70px;
    background: #eee;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    top: 50%;
}

.spinner:after, .spinner:before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.spinner__1::after {
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #2ECC71;
    border-bottom-color: #2ECC71;
    top: -4px;
    left: -4px;
    animation: spin 2s linear infinite;
}

.spinner__1::before {
    position: absolute;
    top: 17px;
    left: 17px;
    height: 35px;
    width: 35px;
    background-color: #1ABC9C;
    animation: shrink 3s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.4);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* SOCIAL */

#social {
    border-top: 1px solid #9b9a9a;
    padding: 12px;
    text-align: center;
}

#word_label {
    width: 30px;
    text-align: center;
    border-bottom: 0px;
    padding: 5px;
    font-size: 12px;
    color: #a6a5a5;
    margin-bottom: 0px;
}

#btnfacebook {
    background: #3b5998;
    border: 0px;
    padding: 4px;
    color: #FFF;
}
