.authentication-wrapper.authentication-2 .authentication-inner {
    max-width: 600px !important;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.75rem 1rem !important;
}

.dropdown-menu {
    z-index: 1075;
}

.order-btn-remove:hover {
    cursor: pointer;
}

.layout-content,
.layout-footer {
    display: none;
}

.trumbowyg-box,
.trumbowyg-editor {
    margin: 0;
    border-radius: 4px;
}

.trumbowyg-box {
    border: 1px solid #edeeee;
}

.datatables-custom td,
.datatables-custom th {
    vertical-align: middle;
}

.datatables-custom .badge {
    width: 100%;
}

.hidden {
    display: none;
}

.input-group .form-control {
    border-right: 1px solid #e8e8e8;
}

.input-group-text {
    padding: 0.75rem 10px !important;
    background-color: #f8f8f8;
    color: #4e5155;
}

.dataTables_filter input[type='search'] {
    height: 40px;
    width: 100% !important;
}
.custom-select {
    height: 40px;
}

.paginate_button.page-item a {
    padding: 12px 15px !important;
}

.current-datetime {
    text-align: center;
    height: 58px;
    padding: 3px 0 0 0;
    line-height: 1;
    /* border-bottom: 3px solid #fc8a36; */
    color: #222;
    /* background-color: #333; */
}
.current-datetime .current-time {
    font-weight: bold;
    font-size: 36px;
}
.current-datetime .current-date {
}

a {
    color: #fc8a36;
}
a:hover {
    color: #fc8a36;
}
