.menu-pad i{
    width:46px;
    padding-right:10px;
}

.dataTables_filter{
    float: right;
}

.dataTables_paginate{
    float: right;
}

.table .thead-dark th{
    color: #fff;
    background-color: #000e57;
    border-color: #454d55;
}

.bg-dark{
    background-color: #000e57 !important;
}

#navbarDropdown{
    font-weight: bold !important;
    color: #fff;
}

.list-group .active{
    background-color: #000e57 !important;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #0072d3;
    border-color: #0072d3;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0072d3;
}

.error{
    color: red;
}

.w-10{
    width: 10%;
}

.w-7{
    width: 7%;
}

.w-5{
    width: 5%;
}

/*https://codepen.io/steelwater/pen/BjeZQx*/

.weekDays-selector input {
    display: none!important;
}

.weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    font-size: 11px;
    height: 20px;
    width: 30px;
    margin-right: 3px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #000e57;
    color: #ffffff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
