.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #45a049;
    color: #fff;
}

body:not(.layout-fixed) .main-sidebar img.brand-image {
    display: none;
}

body.loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1111111;
    background: rgb(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

div#savingInformation div {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}



body {
    font-family: 'Cairo', sans-serif !important;
}

[class*=sidebar-light] .brand-link,
[class*=sidebar-light] .brand-link b {
    font-weight: bold !important;
    letter-spacing: 1px;
    color: #45a049;
}

.content-header h1 {
    font-size: 1.25rem;
    margin: 0;
    color: #45a049;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: uppercase;
    padding-right: 10px;
}

.card-primary:not(.card-outline)>.card-header {
    background: #45a049;
    border-radius: 0;
    letter-spacing: 1px;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600;
    letter-spacing: 1px;
}

.headerButton {
    float: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 600;
}

.sylvaTable thead {
    background: #45a049 !important;
    color: #fff;
}

.sylvaTable {
    background: #fff;
}

.sylvaTable td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    vertical-align: middle;
    font-size: 14px;
}

.sylvaTable .btn {
    color: #45a049;
    border: 1px solid;
    margin-right: 10px;
    background: none;
    font-size: 14px;
    padding: 5px;
}

.sylvaTable tbody tr:hover {
    background: #45a049;
    color: #fff;
}

.sylvaTable tbody tr:hover .btn-primary {
    color: #fff !important;
    background: transparent !important;
}

.sylvaTable tbody tr:hover .btn-danger {
    color: #fff !important;
    background: transparent !important;

}

.sylvaTable .btn-danger {
    color: #c82333;
    margin-right: 10px;
    background: none;
    font-size: 14px;
}

.dataTables_info {
    font-size: 14px;
    color: #777 !important;
}

.dataTables_paginate {
    font-size: 12px;
    margin-top: 5px;
}

.highlightred {
    color: #c82333 !important;
    text-shadow: 2px 2px 4px #fff !important;
}

.yellow {
    color: #FFFF00 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    border: 0;
    color: #45a049 !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #45a049;

}

.dataTables_length {
    font-size: 12px;
    text-transform: uppercase;
    color: #777 !important;
}

.dataTables_filter {
    font-size: 12px;
    color: #777 !important;
}

.green {
    color: #45a049 !important;
}

.red {
    color: #c82333 !important;
}

.black {
    color: #000 !important;
}

.orange {
    color: #f39c12 !important;
}

.employeeActionButton {
    background: #45a049;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

button.btn.btn-primary {
    background: #45a049;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

span.badge.bg-primary {
    background: #45a049 !important;
}

.employeeActionButton:hover {
    background: #1e7e34;
    border-color: #1c7430;
}

.employeeSaveButton {
    background: #45a049;
    border: 0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.2rem;
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Cairo';
}

.employeeSaveButton:hover {
    background: #1e7e34;
    border-color: #1c7430;
}


form#mainForm .form-group {
    width: 50%;
    font-size: 12px;
}

form#mainForm .form-group label {
    width: 40%;
}

form#mainForm .form-group input {
    width: 50%;
}


form#mainForm .form-group select {
    width: 50%;
}

form#mainForm .section-title {
    font-weight: bold;

    font-size: 16px;
    letter-spacing: 1px;
}

form#mainForm .form-group.rtl {
    direction: rtl;
    text-align: right;
}

.form-row.width-custom {
    width: 98%;
    margin-left: 0.3%;
}

.sylvaWarning {
    /* width: 100px; */
    /* height: 100px; */
    margin-bottom: 0px !important;
    text-align: center;
    /* border-radius: 100%; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.bgorange {
    background: #f39c12 !important;
    color: #fff;
}

.bgred {
    background: #c82333 !important;
    color: #fff;
}


.bgyellow {
    background: #FFFF00 !important;
    color: #000;
}