body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.77rem;
    color: #292b2c;
    background-color: #fff;
}
.prod_tabs {
    padding: 0.5rem 0.8rem;
}

table.table_commision_item_detail, table.commission_workflow_table  {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
}
    
table.table_commision_item_detail td, table.commission_workflow_table td {
    border: 1px solid gray;
    vertical-align: middle;
}
    
table.commission_workflow_table td.additional_info *{
    border: 0px solid gray;
}
    
table.table_commision_item_detail td.label, table.commission_workflow_table td.label {
    font-weight: bold;
    background-color: #E8E8E8;
    height: 10px;
}

table.commission_workflow_table td.label {
    height: 20px;
}

.tab-content {
    margin-top: 15px;
}

.bg-dark {
    background-color: #8fbf4d!important;
}

.btn-primary {
    background-color: #8fbf4d!important;
    border-color: #8fbf4d;
}

a:hover {
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #8fbf4d;
    border-color: #8fbf4d;
}

.sideback {
    background-color: #8fbf4d;
}

.page-link {
    color: green;
}

.col-form-label {
    color: #6c757d;
}

.form-control, .form-select {
    font-weight: 600;
    color: #cb0266;
}
.btn {
    border-radius: 0;
}
.btn-new {
    padding: 0.1rem 0.75rem;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    background-color: #961f5a;
    border-color: #961f5a;
}
.btn-danger {
    background-color: #d63384;
    border-color: #d63384;
    color: #FFFFFF;
    transition: color .15s ease-in-out,
                background-color .15s ease-in-out,
                border-color .15s ease-in-out,
                box-shadow .15s ease-in-out;
    font-weight: 500;
}
.btn-danger:hover {
    background-color: #961f5a;
    border-color: #961f5a;
    color: #FFFFFF;
    font-weight: 500;
}
.btn-md {
    font-weight: 500;
    font-size: 0.7rem;
}
.dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.offcanvas-end {
    width: 800px;
}    
.card-widgets {
    float: right;
    height: 16px;
}    
.card-widgets a {
    color: inherit;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
}
.card-widgets.collapsed i:before {
    content: "\F0415";
}
.mdi-minus::before {
    content: "\f0374";
}
.mdi-set, .mdi:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-refresh::before {
    content: "\f0450";
}

.card-header {
    font-size: 1rem;
}
#server_min, #server_hod, #stanice_min, #stanice_hod {
    color: #cb0266;
}