/*
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;    
}

@media (max-width: 767px) {
    #accordionSidebar {
        position: absolute;
        z-index: 9999;
        width: max-content;
        top: 0;
        padding-top: 10px;
        height: 100%;
    }

    .sidebar .sidebar-brand .sidebar-brand-text {
        display: block;
    }
    .sidebar .nav-item .nav-link {
        text-align: left;
        padding: .35rem 1rem;
        width: 100%;
    }    
    .sidebar .nav-item .nav-link span {
        display: inline;
        font-size: .85rem;
    }
    .sidebar-divider {
        margin-bottom: 0 !important;
    }

    #dialogMenu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        top: 0;
        z-index: 9;
        display: none;
    }    
    .btnAddItens span {
        display: none;
    }
}
a.cardsDashLink:hover {
    text-decoration: none;
}
a.cardsDashLink:hover .card {
    background-color:rgba(0,0,0,0.1);
    text-decoration: none;
}

.lineHeight31 {
    line-height: 31px;
}
#saveAllOrders {
    position: fixed;
    z-index: 99;
    top: 110px;
    left: 50%;
    display: none;
}
#deleteSelecteds{
    position: fixed;
    z-index: 99;
    top: 110px;
    left: 250px;
    display: none;
}
.ordermMenuInput, .inputOrderToSave {
    display:inline-block;
    position: relative;
    width: 60px;
    float: left;
    margin-right: 10px;    
}
.inputToSave {
    border-color: #1cc88a;

}
.iconToSave {
    position: absolute;
    top: 22px;
    right: 5px;
    font-size: 12px;
    color: #1cc88a;
    display: none;
}
/*#menuTable td, #countsTable td, #produtohomeTable td, #clienteTable td, #faqTable td {
    position: relative;
}*/

table td {
    position: relative;
}