/*Colors*/

.btn-primary {
    background-color: #EFAA43 !important;
}

.btn-dark,
.page-sidebar,
.logo-box,
.nav-pills .active a {
    background-color: #0D1218 !important;
}

#pictureId {
    width: 38px !important;
    height: 38px !important;
}

.login-box span img {
    margin-left: 36px;
}

.hidden {
    display: none;
}

.fc-day-grid-event {
    cursor: pointer;
}

#clientName {
    font-weight: bold;
}

.logo-box span,
.text-primary {
    color: #EFAA43;
}

.fc-unthemed td.fc-today {
    background: #EEE;
}

.datepicker {
    cursor: pointer;
}

/* Select Overide */
table.dataTable tbody > tr > .selected,
table.dataTable tbody > tr.selected {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.stripe tbody > tr.odd.selected {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.hover tbody > tr.selected:hover {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
    /* background-color: #EFAA43; */
}

table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected {
    /* background-color: #EFAA43; */
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
    position: relative;
}

table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: "\2714";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block;
    }
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
