.sidebar-pills a:not(:hover), .sidebar-pills a:not(:active), .sidebar-pills a:not(:focus), .sidebar-pills a:not(.open), .sidebar-pills a:not(.active), .sidebar-pills li {
    color: #333b41 !important;
}

.sidebar .nav-link .nav-icon {
    color: #333b41 !important;
}

.card-header {
    font-size: larger;
    font-weight: 700 !important;
}

.form-control {
    height: 30px;
    padding: 6px 9px;
    font-size: 0.8rem;
    /*border-radius: 0.25rem !important;*/

    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    /*font-size: 1rem;*/
    font-weight: 600;
    line-height: 1.5;
    color: rgb(76, 90, 103);
    background-color: rgb(244, 245, 246);
    background-clip: padding-box;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    position: relative;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.table th, .table td {
    padding: 5px 5px !important;
}

.head {
    width: 28px;
    height: 28px;
    position: relative;
}

.table-borderless th, td {
    border-top: 0 solid #fff !important;
}
.icon {
    width: 18px;
}

.card {
    border-radius: 3px;
    border: 1px solid #eceff3;
    outline: 0;
    box-shadow: 0 0 0 2px #ede9ff;
}
.table {
    margin-bottom: 0;
}

.print-header-log {
    width: 20mm;
    height: 20mm;
}
/*.mark-table-head:before {*/
/*    content: "Period";*/
/*    position: absolute;*/
/*    margin-left: 28%;*/
/*    margin-top: -42%;*/
/*    transform: rotate(*/
/*        21deg*/
/*    );*/
/*}*/
/*.mark-table-head:after {*/
/*    content: "Day";*/
/*    position: absolute;*/
/*    border-top: 1px solid #df4759;*/
/*    text-align: center;*/
/*    width: 62px;*/
/*    transform: rotate(*/
/*        21deg*/
/*    );*/
/*    transform-origin: 0% 0%;*/
/*    bottom: 7px;*/
/*    left: 1px;*/
/*}*/
