/*
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 : 28 de fev de 2020, 14:50:49
    Author     : taylo
*/

body{
    font-family: "Segoe UI Web Regular","Segoe UI Regular WestEuropean","Segoe UI",Tahoma,Arial,sans-serif;
    font-size: 14px;
    color: #364249;
    margin: 0;
}
.background{
    background-image: url(../img/bg.jpg);
    animation: animate-fadeIn;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-color: #f3f3f3;
    filter: blur(5px);
    opacity: 0.5;
}
.top{
    z-index: 1;
}
.middle{
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.middle .content{
    display: table-cell;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    overflow: hidden;
}
.middle .content .inner{
    min-width: 320px;
    max-width: 550px;
    width: 550px;
    /* width: 25%; */
    /* height: 350px; */
    margin: auto;
    background: #fff;
    /* max-width: 440px; */
    box-shadow: 3px 9px 20px rgba(0,0,0,0.55);
    border: 1px solid rgba(0,0,0,0.4);
    padding: 30px;
    /* border-radius: 25px; */
}

.middle .content .inner-left{
    background: #FFFFFF !important;
    width: 45% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    box-shadow: 7px 0px 20px -1px rgb(203 203 203 / 48%);
    -webkit-box-shadow: 7px 0px 20px -1px rgb(203 203 203 / 48%);
    -moz-box-shadow: 7px 0px 20px -1px rgb(203 203 203 / 48%);
}
.middle .content a{text-decoration: none;}
.middle .content a:hover{
    color: #6767fb;
}
.middle .content form{
}
.middle .content .display{
    margin: 10px 0px;
}
.middle .content .alert{
    font-size: 16px;
}
.middle .content .alert-error{
    color: red;
}
.middle .content input[type='email'],
.middle .content input[type='password']
{
    border-style: solid;
    border-color: #000;
    border-color: rgba(0,0,0,0.6);
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-radius: 0px;
    padding: 6px 0px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.4);
    outline: none;
    font-size: 18px;
}
.middle .content input[disabled],
.middle .content button[disabled]{
    opacity: 0.5;
}
.middle .content .form-group{
}
.middle .content .form-group label{
    display: flex;
    margin: 5px 0px;
}
.middle .content .form-group label input[type='checkbox']{
    width: 20px;
    height: 20px;
    margin-left: 0;
}
.middle .content .form-group label span{
    font-size: 18px;
}
.middle .content .btns{
    text-align: right;
    margin-top: 20px;
    /* margin-right: 5px; */
}
.middle .content .btns .social-logins {
    /* overflow: auto; */
    margin: 5px 0px;
    display: flex;
    gap: 20px;
}
.middle .content .btns .social-logins .btn-social{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
}
.middle .content .btns .social-logins .btn-social img{

}
.middle .content .btns .social-logins .btnLoginFacebook{
    background-color: #337ab7;
    border-color: #2e6da4;
}
.middle .content .btns .social-logins .btnLoginGoogle{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.middle .content button{
    background-color: #7B1019;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    color: #fff;
}
.middle .content button:hover{
    background-color: #a71723;
}
.searchBar{
    display: none;
}
.searchIcon{
    position: absolute;
    margin-top: 27px;
    margin-left: 12px;
    pointer-events: none;
}
.exitButtonBox{
    position: absolute;
    right: 40px;
    top: 0;
}
.bottomTag{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
}
.bottomTag .logo{
    margin: initial;
    padding: 10px 0px 0px 0px;
    width: auto;
    height: 25px;
}
#searchBar::placeholder{
    color: #c1c4c7;
}
#searchBar{
    margin-top: 20px;
    width: calc(100% - 48px);
    padding: 5px 0px !important;
    border: 1px solid #c1c4c7 !important;
    padding-left: 40px !important;
}

.middle .content .userInfo{
    max-width: 340px;
}
.middle .content .userInfo .txtName{
    font-size: 20px;
    font-weight: bolder;
}
.middle .content .userInfo .txtEmail{
    color: #636363;
}
.middle .content .list{
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 390px;
    overflow-y: auto;
    padding-right: 6px;
    width: 100%;
}
.listBox{
    /* display: flex; */
}
.listBox:hover .hiddenScroll{
    display: none;
}
.hiddenScroll{
    width: 5.04px;
    display: block;
}
.middle .content .list::-webkit-scrollbar{
    display: none;
}
 .middle .content .list:hover::-webkit-scrollbar{
    display: block;
}

.item.hidden{
    display: none !important; 

}

.middle .content .list::-webkit-scrollbar {
    width: 5px; 
    height: 5px; 
}
.middle .content .list::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.middle .content .list::-webkit-scrollbar-thumb {
    background: #ccc; 
}

.middle .content .list::-webkit-scrollbar-thumb:hover {
    background: #888; 
}
.middle .content .list .item{
    cursor: pointer;
    padding: 2px 10px;
    DISPLAY: FLEX;
    border: 1px dashed #c1c4c7;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}
.middle .content .list .item .info{
    flex: 1;
}
.middle .content .list .item:hover .btnNewWindow{
    background: #454242;
    transition: ease-in .2s;
}
.middle .content .list .item .btnNewWindow{
    text-transform: uppercase;
    /* padding-top: 10px;
    padding-right: 10px; */
    padding: 8px 10px;
    background: #999999;
    border-radius: 7px;
    color: white;
    height: fit-content;
    display: flex;
    gap: 5px;
    font-size: 11px;
}
.unlockIcon{
    display: none;
}
.middle .content .list .item .lockIcon{
    display: inline;
}
.middle .content .list .item:hover .unlockIcon{
    display: inline;
}
.middle .content .list .item:hover .lockIcon{
    display: none;
}
.middle .content .list .item:hover{
    border-color: #8B1913;
    transition: ease-in .4s;
}
.middle .content .list .item .img{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.middle .content .list .item .img img{
    width: -webkit-fill-available;
}

.middle .content .list .item .txtName{
    font-weight: bold;
    text-transform: uppercase;
}
.middle .content .list .item .txtNivel{
    font-size: 12px;
}
.row{
    margin-bottom: 5px;
}
.row .form-group{
    display: flex;
}
.row .form-group .form-control{
    flex: 1;
}
.middle .content h1{
    margin: 10px 0px;
    font-weight: normal;
    text-align: start;
}
.footer{
    z-index: 1;
}
@media (max-width: 600px), (max-height: 338px){
    .background{
        display: none;
    }
    .middle{
    }

    .middle .content{
        vertical-align: top;
    }
    .middle .content .inner{
        box-shadow: none;
        border: none;
    }
}

.item.disabled {
    pointer-events: none; /* Impede a interação */
    opacity: 0.5; /* Reduz a opacidade para indicar que o item está desabilitado */
}

.btnNewWindow.loading {
    pointer-events: none;
    /* opacity: 0.7; */
    background-color: #7B1019 !important;
    padding: 8px 10px;
    width: 63px !important;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
#load{
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#load dotlottie-player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loaded #load{ display: none;}