body {
    /*background-color: #FFFFFF;*/
    /*font-size: 16px !important;*/
}

/*h1 {*/
/*    font-size: 24px;*/
/*}*/

/*h2 {*/
/*    font-size: 20px;*/
/*}*/

/*h3 {*/
/*    font-size: 18px;*/
/*}*/

table {
    border-collapse: collapse;
}

thead, th {
    /*background-color: #247649;*/
    /*color: #FFFFFF;*/
    /*font-size: 14px;*/
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #d3ebda;*/
}

.bg-light-yellow {
    background-color: #EDEBDD !important;
}

.table select {
    border-radius: 2px;
    height: 25px;
    width: 200px;
}

.table input {
    height: 25px;
    width: 200px;
}

.day-active {
    background-color: #2ce52c;
    text-align: center;
    color: #000000;
}

.day-inactive {
    background-color: #F8F9FA;
    text-align: center;
    color: #000000;
}

.form-control {
    font-size: 13px !important;
}

.btn {
    font-size: 13px;
}

.dropdown-item {
    /*font-size: 13px;*/
}

.workingtime {
    /*background-color: #0c4128 !important;*/
    /*color: #FFFFFF !important;*/
    text-align: center;
}

.input-hours {
    width: 35px !important;
}

.soll {
    background: #A9E969!important;
}

.weekend {
    background-color: #FFCC00 !important;
}

.error {
    background: red!important;
}

.input-prices {
    width: 60px !important;
    text-align: right;
}

.badge-14 {
    /*font-size: 13px;*/
}

.dataTables_filter {
    margin: 10px;
}
