/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/08/2019, 11:39:35
    Author     : Henrique
*/
.shadow-lg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bg-gradient-primary {
    background-color: #404040;
    background-image: linear-gradient(180deg,#404040 10%,#000033 100%);
}
.bg-login-image {
    background-image: url("../../images_admin/logo_agaerre.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #000;
}

.bg-register-image {
    background-image: url("../../images_admin/logo_agaerre.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #000;
}

.bg-password-image {
    background-image: url("../../images_admin/logo_agaerre.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #000;
}
#processandoPlano {

    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,0.4);

}
#processandoPlano .processando-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 120px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

#processandoPlano .processando-box img {
    width: 50px;
}

#processandoPlano .processando-box p {
    margin: 0;
}

.avatar {
    margin: 8px;
    border-width: 3px;
}
.avatar:hover {
    cursor: pointer;
    background-color: #ddd;
}
.avatar.selected {
    background-color: #858796;
    border-color: #1cc88a;
}

#bank2Error, #mibankperson2Error, #urpayperson2Error, #newPassError, #confirmNewPassError,
#passwordModalError, #newLoginError, #errorLogin {
    display: none;
    color: #e74a3b;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;    
}


.menuStatus:hover, .menuAdmin:hover {
    cursor: pointer;
    opacity: 0.5;
}
.btnSalvarOrdem {
    visibility: hidden;
}
.ordermMenuInput { 
width: 60px;
float: left;
margin-right: 10px;    
}