﻿.disabledTab {
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.gridAlgingCenter {
    text-align: center
}

.fundo {
    background-image: url("../images/fundoTelaInicial.png");
}

/*#fd7e14*/

a {
    color: #fe9451 !important
}

.icon_Siderbar 
{
    color: white !important
}

.colorLetraServimex {
    color: #fe9451
}

.card-primary.card-outline {
    border-top: 3px solid #fd7e14;
}

.btn-primary {
    color: #fff;
    background-color: #fe6300; /*#fe9451;*/
    border-color: black;
    box-shadow: none;
}

.wrapper .content-wrapper {
    /*min-height: 830px !important;*/
    min-height: calc(100vh - calc(3.5rem + 15px) - calc(3.5rem + 11px)) !important;
    background-image: url("../../../images/fundoTelaInicial.png");
}

.p-0 {
    padding: 8px !important;
}
.nav-item {
    margin-left: 21px;
    font-size: 14px;
}

.nav-icon-size{
    font-size: 10px !important;
}
.nav-treeview{
    background-color: black !important;
}

th.dt-center, td.dt-center {
    text-align: center;
}