body{
    font-size: 14px;
}
.k-grid {
    font-size: 12px;
}
.k-grid td {
    line-height: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*.k-textbox>input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input*/
.k-autocomplete .k-input
{
    height: 1.65em;
    line-height: 1.65em;
    padding: .177em 0;
}

.k-picker-wrap .k-input
{
    height: 2.05em;
    line-height: 2.05em;
    padding: .177em 0;
}

.negative_field {
    color: red;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

.k-picker-wrap {
    height: 38px;
}

.table th{
    background-color: #1f8123 !important;
    color: white;
}

.main-header{
    background-color: #1f8123 !important;
}

/*.content-header{
    background-color: #1f8123 !important;
}*/

.main-sidebar{
    background-color: #1f8123 !important;
}

.breadcrumb {
    color: white !important;
}

.custom-bg-green{
    background-color: #1f8123 !important;
    color: white !important;
}

.custom-bg-yellow{
    background-color: #ffff00 !important;
    color: white !important;
}

.custom-bg-red{
    background-color: #ff0000 !important;
    color: white !important;
}

.custom-bg-blue{
    background-color: #0700fa !important;
    color: white !important;
}

.custom-bg-purple{
    background-color: #a20168 !important;
    color: white !important;
}

.custom-bg-cyan{
    background-color: #00dae5 !important;
    color: white !important;
}

.custom-bg-blues{
    background-color: #0185a2 !important;
    color: white !important;
}

.nav-link p{
    /*color:white;*/
}

.card {
    border: solid #1f8123 2px;
}

k-widget k-datepicker {
    border: solid 1px #1f8123;
}

.card-header{
    border-bottom: solid 1px #1f8123;

}

.card-header h2{
    color: #1f8123;
}

.selection {
    color: #1f8123;
}

input {
    color: #1f8123;
}

.head-cfe{
    color: #1f8123;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.img-menu{
    padding: 5px;
}

.k-alt{
    background-color: #a2f8ca;
}

.custom-text-green{
    color: #1f8123 !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.custom-cel-cta-edores{
    font-weight: bold;
}

.custom-cel-mon-edores{
    border-bottom: solid black 1px;
}

.custom-cel-tot-edores{
    border-bottom: double;
}

.custom-th-edores th{
    text-align: right;
}

.mb-7{
    margin-bottom: 7rem !important;
}

.info-box {
    border: solid #1f8123 2px;
}