/*ALTURA DATAGRID*/
.card-body.panel-body.table-responsive {
    min-height: 387px !important;
}

/* botão update 100% width */
div[page-name="BuilderPageBatchUpdate"] button#tbutton_action1 {
    width: 100% !important;
    height: 38px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 12px !important;
}

/* logo login */
.login-medium-logo {
    background-size: auto;
}


/* icone header */
.container-header a.button-circle {
    background-color: var(--top-menu-background-color); 
    color: var(--top-menu-color-button-circle);
    border: none;
}

/* menu header */
.fast-drop.force-bottom > .fast-drop-open {
    top: calc( var(--header-height) - 1px );
    bottom: unset;
    border-radius: 0px 0px 6px 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/* menu lateral */
@media (min-width: 992px) {
    .sidebar-mini:not(.fixed) .master-menu-content:not(.open) .container-submenu>ul>li {
        padding: 0px 0px 0px 0px;
    }

}


@media (min-width: 992px) {
    .sidebar-mini:not(.fixed) .master-menu-content:not(.open) .splash-user-photo {
        transition: .3s;
        width: 44px ;
        height: 44px ;
    }
}
/* fim menu lateral */




#labelaanime .label {
  color: #2196F3; /* Cor inicial */
  transition: color 0.5s ease; /* Duração, função de timing e curva de animação */
}

#labelanime .label:hover {
  color: #007bff; /* Cor final */
}



.page-link {
    color: var(--text-color-strong);
    background: #03a9f414;
}



.labelicon .label {
    color: #e1e1e1;
  
}

.labelicon .label:hover{
    color: #2196f3;
     background: red;
}


.dropdown-menu a:hover {
    color: #ffffff !important;
    background: #2196f3;
    border: 1px solid #e1e1e1;
}


.dropdown-menu a {
    line-height: 2;
    border-bottom: 1px solid #e0e0e0;
}


.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
     box-shadow: 7px 9px #03a9f442;
    font-size: 12px;
    background: #f8f9fa;

}


.card-header {
    background: #f8f9fa;
}


/* grade cabeçalho  */
.table thead th {
    text-transform: uppercase;
}


/* label convert maiusculo 
label {
    text-transform: uppercase;
}
*/


.tbreadcrumb {
    
    width: 100%;
    padding: 2px;
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
}


.header-track {
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}


.header-logo {
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);

}


.master-container {
    background: #f0f4f9;
}


.container-live {
    background: #f0f4f9 ;
    width: 100%;
    max-width: var(--live-area-width);
    overflow-y: auto;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
}


.lblbemvindo {
   text-align: center;
}


.splash-user-photo {
  
    width: 70px;
    height: 70px;
  
}


.table.table>tbody>tr>td.tdatagrid_cell.action {
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #eee;
}





