.pnLogin{ background-color: #fff;}

.pnBorder{
    border: 2px solid #3b7681 !important
}

.gridAcesso .x-panel-default-outer-border-rbl {
    border-top: none;
    border-left: 1px solid #e3e3e3 !important;
    border-right: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gridAcesso .x-column-header {
    background: #d2e7ff !important;/*#f2f2f2 !important;*/
    color: #261f1f !important;/*#000 !important;*/
    font-size: 12px;
    text-transform: none!important;
    font-weight: 500;
    border-left: 1px solid #e3e3e3 !important;
    border-right: 1px solid #e3e3e3 !important;    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gridAcesso .x-column-header:hover {
    background: #d2e7ff !important;/*#f2f2f2 !important;*/
    color: #261f1f !important;/*#000 !important;*/
    font-size: 12px;
    text-transform: none!important;/*text-transform: uppercase;*/
    font-weight: 500;/*font-weight: 700;*/
}

.gridAcesso.x-grid .x-grid-cell {  
    font-size: 11px !important;
    font-family: 'Exo' !important;
    -webkit-font-smoothing: antialiased;
    height: 22px !important;
    line-height: 22px !important;
}

.gridAcesso .x-action-col-icon {
    font-size: 15px;
    padding: 2px 7px;
}
/*icones de tabs*/
i.irec {
    margin-left: 5px;
    margin-top: -5px;
    color: #327582;
}

i.imail {
    margin-left: 10px;
    margin-top: 13px;
    color: #327582;
}

i.isenha {
    margin-left: 10px;
    margin-top: 13px;
    color: #327582;
}
       
i.isenha-migrada{
    margin-left: 5px;
    margin-top: -5px;
    color: #327582;	
}
	   
.btn-grad {
    background-image: linear-gradient(to right, #454157 0%, #37b1ef  51%, #454157  100%) !important;
    /**margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;*/
    transition: 0.5s !important;
    background-size: 200% auto !important;
    color: white !important;            
    box-shadow: 0 0 20px #eee !important;
    border-radius: 10px !important;
    display: block !important;
    border-color: #454157 !important;
}

.btn-grad:hover {
    background-position: right center !important; /* change the direction of the change here */
    color: #fff !important;
    text-decoration: none !important;
}

i.fad.fa-up-right-from-square.acesso {
    transform: rotate(45deg);
    width: 32px;
    top:0px;
}

i.fad.fa-up-right-from-square.acesso1 {
    transform: rotate(45deg);
    width: 32px;
    top:6px;
}

i.fad.fa-up-right-from-square.back {
    transform: rotate(226deg);
    width: 32px;    
    top: -6px;
}
/*29/06/2023*/
.plex-login-bt-acesso{
    padding: 0; 
    background:#22577e  !important;    
    border-color:#22577e !important;
    border-radius: 4px;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.plex-login-bt-acesso .x-btn-inner {
    color:#fff !important;
    font-size: 16px !important;
}

.plex-login-bt-acesso:focus, .plex-login-bt-acesso:hover, .plex-login-bt-acesso:active{
    background: #1b4665  !important;
    border-color:#1b4665 !important;
}

.plex-login-bt-outline {
    padding: 0;
    background: white  !important;
    border: 1px solid #22577e !important;
    border-radius: 4px;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.plex-login-bt-outline .x-btn-inner {
    color: #22577e !important;
    font-size: 16px !important;
}

.plex-login-bt-outline:focus, .plex-login-bt-outline:hover, .plex-login-bt-outline:active{
    background: #eef5fb  !important;
    border-color:#22577e !important;
}

.plex-login-form-banco.form-rounded {
    border-radius: 0px !important;
    border: none !important;
    max-width: 944px !important;
    max-height: 446px !important;
}

.plex-login-form-conta.form-rounded {
    border-radius: 0px !important;
    border: none !important;
}