/* ==========================================================================
    COMMON
========================================================================== */
.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
    background-color: #2b337c !important;
}

.nav-header {
    background: #f5f5f5 none !important;
}

.navbar-header img {
    padding: 11px 0 0 10px;
}

#side-menu > li:hover,
.nav > li.active {
    border-left: 4px solid #243579;
}

.nav > li:hover .nav-second-level {
    display: block !important;
    left: 52px !important;
    opacity: 1 !important;
    height: auto !important;
}

.fixed-nav #wrapper .navbar-static-side {
    background-color: #f5f5f5;
}

.has-error .help-block {
    text-align: left;
}

.text-center .help-block {
    text-align: center !important;
}

.loginscreen.middle-box {
    width: 380px;
}

/*.md-skin .nav.navbar-right > li > a {
    color: #243579;
}*/

.navbar-top-links li:last-child {
    margin-right: 20px;
}

/*body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {*/
.navbar-static-side {
    width: 260px;
    height: 100%;
}

.md-skin .nav .open > a,
.md-skin .nav .open > a:hover,
.md-skin .nav .open > a:focus {
    background: #455aa5;
}

.btn-success {
    background-color: #455aa5;
    border-color: #455aa5;
}

.btn-success.btn-outline {
    color: #311391;
    background-color: transparent;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
    background-color: #311391;
    border-color: #311391;
    color: white;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    border-color: #311391;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    flex-wrap: wrap;
}

.md-skin .page-heading {
    padding-left: 23px;
}

.md-skin .ibox-title,
.md-skin .ibox-content {
    border-bottom: 1px solid #e7eaec;
}

table#users td a,
table#companies td a,
table#groups td a,
table#orders td a,
table#clients td a,
table#specifications td a,
table#workers td a:not(.colored),
table#worker-contract-templates td a,
table#order-reports td a {
    color: #676a6c;
}

.not-active {
    pointer-events: none;
    cursor: default;
    color: #bfbfbf !important;
}

.button-disabled {
    pointer-events: none;
}

span.asterisk {
    color: #ed5565;
}

.form-group--flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.form-group--flex .checkbox {
    margin: -8px 0 0 30px
}
.form-group .btn-sm {
    padding: 4px 10px;
}

.w-50 {
    width: 50px;
}

.w-40p {
    width: 40%;
}

tr.bg-muted td a:not(.enabled),
tr.bg-muted td a.order-specification-edit-link,
td a.disabled {
    pointer-events: none;
    cursor: default;
    color: #bfbfbf !important;
}

.logo-element {
    color: #311391;
}

ul.dropdown-menu i {
    margin-right: 8px;
}

ul.dropdown-menu > li > a {
    line-height: 15px;
}

/*.table-responsive{
    overflow-y:visible !important;
    overflow-x:visible !important;
}*/

.min-w-100 {
    min-width: 100px;
}

.min-pw-5 {
    width: 5%;
}

.min-pw-20 {
    width: 20%;
}

.nowrap {
    white-space: nowrap !important;
}

.ibox-heading {
    background-color: #f8f8f8;
}

tr.gray {
    background-color: #f5f5f6 !important;
}

.datepicker {
    z-index: 2060;
}

.datepicker.dropdown-menu {
    z-index: 2060;
}

.ibox-content-filters {
    background: none;
    padding: 0;
}

.form-group-actions {
    margin: 23px 0 0;
}

.form-group-actions .btn, body table#orders td .show-hide-components {
    background: #2b337c;
    border: solid 1px #888888;
    color: #fff;
}

.form-group-actions .btn:hover,  body table#orders td .show-hide-components:hover {
    background: #171c42;
}

.form-group-title {
    color: #686868;
    font-family: 'proxima_nova_ltsemibold';
    font-weight: normal;
}

label.filter-label {
    padding-left: 0;
}

td.yellow {
    background-color: #fef3bc;
}

.wrapper.wrapper-content {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

.dropzone-img-preview {
    width: 100%;
}

.language-switcher ul li {
    margin-left: 0 !important;
}

.language-switcher ul li a {
    text-align: center;
}

.dropdown-menu.profile-switcher {
    overflow: scroll;
}

#calendar-new-event-modal, .on-top-modal {
    z-index: 2051 !important;
}

#calendar-new-event-modal {
    z-index: 2052 !important;
}

#calendar {
    margin-left: 27px;
}

.datepicker-hour-second .daterangepicker_end_input,
.datepicker-hour-second .daterangepicker_start_input {
    width: 100%;
    padding: 0 0 0 0 !important
}

.datepicker-hour-second .daterangepicker_end_input input,
.datepicker-hour-second .daterangepicker_start_input input {
    width: 100% !important
}

.draggable {
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /*left: 100%;*/
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.ibox-title h5 {
    position: relative;
    z-index: 100;
}

.border-top-none {
	border-top: none !important;
}

.border-bottom-none {
	border-bottom: none !important;
}

/* ==========================================================================
    SECURITY
========================================================================== */

/* ==========================================================================
    PACE
========================================================================== */
.pace .pace-progress {
    background: #da0923;
}

/* ==========================================================================
    SPINNER
========================================================================== */
.ibox-content.sk-loading > .sk-spinner {
    top: 10%;
}

/* ==========================================================================
    ORDER SPECIFICATION
========================================================================== */
.order-specification-protection .ibox-content,
.order-specification-update-specification-c .ibox-content {
    border: none;
}

.order-specification-update-specification-c h4 {
    min-height: 30px;
}

.order-specification-author {
    padding-top: 8px;
}

.order-specification-protection img {
    width: 56px;
    height: 54px;
}

label.ibox-content input {
    margin-left: 0 !important;
    position: static !important;
}

label.ibox-content label {
    padding: 0 !important;
}

label.ibox-content {
    cursor: pointer;
    display: block;
    padding: 0 5px;
}

.order-specification-protection .ibox-content {
    padding-top: 0;
}

.order-specification-protection .ibox-content h4 {
    min-height: 30px;
    margin-top: 20px;
}

.ibox-content.chemicals, .ibox-content.electrostatic {
    border: none;
}

.efficiency-estimation label {
    padding-top: 0 !important;
}

#order-specification-verify .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

#activities-collection-holder td.images img {
    width: 100%;
}

/* ==========================================================================
    ORDER
========================================================================== */
.has-error.text-center .help-block {
    text-align: center;
}

table#prices .checkbox {
    padding-top: 0;
}

#order-filter-form div.checkbox {
    margin-top: 0;
}

#order-filter-form div.checkbox input {
    margin-left: -6px;
}

/* ==========================================================================
    WORKER CONTRACT
========================================================================== */
#worker-contract-modal .version-content > table {
    width: 100% !important;
}

/* ==========================================================================
    WORKER CONTRACT TEMPLATE
========================================================================== */
.worker-contract-template-variables dl dd {
    margin-bottom: 10px;
}

table tbody > tr:first-child > td.job-position-default-checked {
    border: none;
}

table tbody > tr > td.job-position-default-checked {
    border: none;
    border-top: 1px solid #e7e7e7;
    padding-top: 2px;
}

/* ==========================================================================
    WORKER CONTRACT GENERATE
========================================================================== */
.alert-bulk-generation .pull-right {
    width: 30%;
}

/* ==========================================================================
    WORKER HOUR MATRIX
========================================================================== */
#hours-matrix.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

#hours-matrix.hours-matrix-workers table td.worker-name {
	border-bottom: none !important;
}

/* ==========================================================================
    WORKER PAYROLL
========================================================================== */
#workers-content.ibox-content {
    padding: 0 0 15px 0;
}

.status-pl-student {
    background-color: #fef3bc;
}

.status-pl-zus {
    background-color: #b6dcfc;
}

#payroll-legend td {
    width: 15%;
}

#hours-matrix table tfoot tr {
    font-weight: bold;
}

#worker-payroll-addon .place-of-service {
    max-width: 270px !important;
}

td.worker-payroll-statuses, th.worker-payroll-statuses {
    word-wrap: break-word;
    white-space: normal;
}

#payroll .horizontal-scroll th:nth-child(7) {
    width: 5%
}

/* ==========================================================================
    WORKER
========================================================================== */
#worker-import-modal .alert {
    padding: 6px 5px 5px 10px;
}

#worker-import-modal .ibox-content {
    border-bottom: none;
}

.account-number {
    word-break: break-all;
}

/* ==========================================================================
    DATA ANALYTICS
========================================================================== */
#data-analytics-content.ibox-content,
#hourly-matrix-content.ibox-content {
    padding: 0 0 15px 0;
}

/* ==========================================================================
    PEOPLE
========================================================================== */
#people-assign-to-worker-modal .alert {
    padding: 6px 5px 5px 10px;
}

#people-assign-to-worker-modal .ibox-content {
    border-bottom: none;
}

td.people-province-plant, td.people-languages, td.people-courses, td.people-preferences {
    word-wrap: break-word;
    white-space: normal;
}

/* ==========================================================================
    DASHBOARD
========================================================================== */
/* STATUS CHART */
.ct-series-a .ct-slice-donut {
    stroke: #ff0000;
}

.ct-series-b .ct-slice-donut {
    stroke: #ffc001;
}

.ct-series-c .ct-slice-donut {
    stroke: #0000ff;
}

.ct-series-d .ct-slice-donut {
    stroke: #00ffff;
}

.ct-series-e .ct-slice-donut {
    stroke: #92d050;
}

.ct-series-f .ct-slice-donut {
    stroke: #d9d9d9;
}

.ct-series-g .ct-slice-donut {
    stroke: #808080;
}

.ct-series-a .ct-label,
.ct-series-b .ct-label,
.ct-series-c .ct-label,
.ct-series-d .ct-label,
.ct-series-e .ct-label,
.ct-series-f .ct-label,
.ct-series-g .ct-label {
    font-size: 2.3rem;
    fill: #fff;
}

/* ==========================================================================
    PERMISSIONS
========================================================================== */
.provinces div.checkbox {
    display: inline-block;
    width: 45%;
}

/* ==========================================================================
    TRANSLATIONS
========================================================================== */
#translations-content table.domain-table a {
    font-size: 14px;
}

#translations-content h3 {
    font-size: 15px;
}

#translations-content small {
    font-size: 90%;
}

#translations-show-content h5.mt-2 {
    font-size: 14px;
}

#translations-show-content .message-delete {
    display: none;
}

/* ==========================================================================
    DAY CALENDAR
========================================================================== */

#calendar-events-group-modal {
    overflow-y: auto;
}

.sked-tape__event.black {
    background-color: black;
    border-color: black;
}

.sked-tape__event.orange {
    background-color: orange;
    border-color: orange;
}

.sked-tape__event.green {
    background-color: green;
    border-color: green;
}

.sked-tape__event.blue {
    background-color: blue;
    border-color: blue;
}

.sked-tape__event.red {
    background-color: red;
    border-color: red;
}

.sked-tape__event.orange:hover, .sked-tape__event.green:hover, .sked-tape__event.blue:hover, .sked-tape__event.red:hover, .sked-tape__event.black:hover {
    cursor: pointer;
}

.sked-tape__event.black:hover {
    background-color: black;
}

.sked-tape__event.orange:hover {
    background-color: orange;
}

.sked-tape__event.green:hover {
    background-color: green;
}

.sked-tape__event.blue:hover {
    background-color: blue;
}

.sked-tape__event.red:hover {
    background-color: red;
}

.modal .sked-tape__location {
    padding: 0 10px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    line-height: 58px;
    height: 58px;
}

.modal .sked-tape__event-row {
    height: 58px;
}

.modal .sked-tape__location-text {
    line-height: 13px;
    overflow: hidden;
}

#worker-modal, .on-top-modal {
    z-index: 2051 !important;
}

#worker-modal {
    z-index: 2052 !important;
}

.location-worker {
    cursor: pointer;
}

.location-checkbox-box {
    margin: 0 5px 0 -5px;
}

/* ==========================================================================
    PIXIE
========================================================================== */
pixie-editor.mode-overlay image-editor {
    top: 10% !important;
}

.mat-menu-content button:first-child, .mat-menu-content button:last-child {
    display: none;
}

button.export-button {
    margin-right: 10px;
}

/* ==========================================================================
    SPECIFICATION
========================================================================== */
#select2-order_specification_definedSpecification-results .select2-results__option {
    border-bottom: 1px solid #999;
}

/* ==========================================================================
    RESPONSIVE
========================================================================== */
.tooltip {
    z-index: 10000;
}

@media (max-width: 767px) {
    .middle-box {
        width: 300px !important;
    }

    .md-skin .page-heading {
        padding-left: 24px;
    }

    .navbar-static-side {
        height: auto;
    }

    .alert-bulk-generation .pull-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }

    .dropdown-backdrop {
        display: none !important;
    }
}

@media (min-width: 1171px) {
    .table-responsive {
        overflow: visible !important;
    }

    .table-responsive .fixed-thead {
        background: #FFF;
        position: relative;
        z-index: 1000;
    }

    .table-responsive .fixed-thead th {
        border-bottom: 1px solid #e7eaec;
        padding: 15px 8px;
    }
}

@media (max-width: 1170px) {
    .table-responsive {
        overflow: auto !important;
    }

    .table-responsive .table thead {
        transform: none !important;
    }
}

.table-responsive table:not(#orders):not(#order-reports) th,
.table-responsive table:not(#orders):not(#order-reports) td {
    white-space: normal !important;
}

.table-responsive table:not(#orders):not(#order-reports) {
    /*table-layout: fixed;*/
}

.without-left-padding {
    padding-left: 0;
}

.select2-dropdown {
    z-index: 9001;
}

.profile-switcher > li {
    padding: 10px;
    border-bottom: 1px solid #e5e6e7;
}

.object-add {
    padding-left: 0px;
}

.form-section-header {
    padding-bottom: 20px;
}

.padding-rigth {
    padding-right: 30px;
}

.dropzone-small {
    border: 1px solid #e5e6e7;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
}

.dropzone-small .dz-message {
    font-size: 13px !important;
    margin: 1.5em 0;
}

.dropzone-collection {
    margin-bottom: 10px;
}

.control-value {
    padding-top: 7px;
}

.ibox-tools a.btn-white {
    color: #676a6c !important;
}

.nobreak {
    white-space: nowrap;
}

.profile-element img {
    max-height: 90px;
    margin: 0 auto;
}

.not-visible {
    visibility: hidden;
}

.workers-container {
    background-color: #f9f9f9;
    padding: 10px 20px 1px 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.dropdown-messages-box a {
    padding-left: 0 !important;
    font-size: 12px !important;
    color: #676a6c !important;
}

@media (min-width: 768px) {
    table.horizontal-scroll {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.text-navy a {
    color: #1ab394 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    z-index: 10;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

#dashbboard-content {
    padding: 0 15px 0 15px;
}

#hour_rate .sort {
    cursor: pointer;
}

.multiple-label-div {
    display: table;
}

.multiple-select2-div .select2-container.select2-container--open, .multiple-select2-div .select2-container.select2-container--focus {
    z-index: 3 !important;
    position: absolute !important;
    width: 100% !important;
}

.multiple-form-group {
    position: relative;
}

.multiple-select2-div.input-group .select2-container.select2-container--open, .multiple-select2-div.input-group .select2-container.select2-container--focus {
    width: calc(100% - 25px) !important;
}

.multiple-select2-div .select2-container, .multiple-select2-div .select2-container:not(.select2-container--focus) .select2-selection, .multiple-select2-div .select2-container:not(.select2-container--focus) .select2-selection__rendered {
    height: 29px;
}

.select2-search select2-search--inline {
    width: 100% !important;
}

form[name*=filter] input:-webkit-autofill, #worker-payroll-form input:-webkit-autofill, #order-report-summary-form input:-webkit-autofill, #hours-matrix-form input:-webkit-autofill,
form[name*=filter] input:-webkit-autofill:hover, #worker-payroll-form input:-webkit-autofill:hover, #order-report-summary-form input:-webkit-autofill:hover, #hours-matrix-form input:-webkit-autofill:hover,
form[name*=filter] input:-webkit-autofill:focus, #worker-payroll-form input:-webkit-autofill:focus, #order-report-summary-form input:-webkit-autofill:focus, #hours-matrix-form input:-webkit-autofill:focus,
form[name*=filter] textarea:-webkit-autofill, #worker-payroll-form textarea:-webkit-autofill, #order-report-summary-form textarea:-webkit-autofill, #hours-matrix-form textarea:-webkit-autofill,
form[name*=filter] textarea:-webkit-autofill:hover, #worker-payroll-form textarea:-webkit-autofill:hover, #order-report-summary-form textarea:-webkit-autofill:hover, #hours-matrix-form textarea:-webkit-autofill:hover,
form[name*=filter] textarea:-webkit-autofill:focus, #worker-payroll-form textarea:-webkit-autofill:focus, #order-report-summary-form textarea:-webkit-autofill:focus, #hours-matrix-form textarea:-webkit-autofill:focus,
form[name*=filter] select:-webkit-autofill, #worker-payroll-form select:-webkit-autofill, #order-report-summary-form select:-webkit-autofill, #hours-matrix-form select:-webkit-autofill,
form[name*=filter] select:-webkit-autofill:hover, #worker-payroll-form select:-webkit-autofill:hover, #order-report-summary-form select:-webkit-autofill:hover, #hours-matrix-form select:-webkit-autofill:hover,
form[name*=filter] select:-webkit-autofill:focus, #worker-payroll-form select:-webkit-autofill:focus, #order-report-summary-form select:-webkit-autofill:focus, #hours-matrix-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(103, 106, 108);
    background-color: #afd5ed;
    -webkit-box-shadow: 0 0 0px 1000px #afd5ed inset;
}

.paid-invoice td:not(.paid-comment) {
    text-decoration: line-through;
}

.input-component-div .select2-container--default .select2-search--inline .select2-search__field, .input-component-div .select2-container--default .select2-search--inline {
    width: 100% !important;
}

.input-component-div .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

form[name*=filter] .collapse-link {
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

form[name*=filter] .collapse-link:hover {
    background-color: #e7eaec;
}

.always-show {
    display: block !important;
}

.multiple-select2-div, .input-component-div .input-group-addon, .select2-container .select2-selection--single {
    height: 30px;
}

#order-filter-form .ibox-content .row > div:not(.div-actions),
#user-filter-form .ibox-content .row > div:not(.div-actions),
#people-filter-form .ibox-content .row > div:not(.div-actions) {
    display: none;
}

#order-filter-form .multiple-select2-div .select2-container .select2-search--inline .select2-search__field,
#order-filter-form .multiple-select2-div .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px;
    margin-bottom: 2px;
}

#order-filter-form .multiple-select2-div:not(.input-component-div) .select2-container .select2-search--inline .select2-search__field,
#order-filter-form .multiple-select2-div:not(.input-component-div) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none;
}

#order-filter-form .select2-container .select2-selection--multiple {
    min-height: 30px;
}

form[name*=filter] .select2-container--default .select2-selection--multiple .select2-selection__choice,
form[name*=filter] .select2-container--default .select2-selection--single .select2-selection__rendered[title] {
    background-color: #afd5ed;
}

.input-component .select2-container .select2-search--inline {
    width: 100%;
}

.input-group .input-component.form-control {
    position: absolute;
}

.multiple-select2-div .select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.input-group .select2-container, .form-group .select2-container {
    position: relative !important;
    z-index: 2;
    width: 100% !important;
    margin-bottom: 0 !important;
    display: table !important;
    table-layout: fixed !important;
}

.terms .checkbox, .policy .checkbox {
    display: inline;
}

form[name*=filter] .ibox-content .row .show, .always-show, .empty-box {
    height: 68px;
}

.defect-group-collection-holder .select2-td, .defect-group-collection-holder .select2-container {
    width: 250px !important;
}

@media (max-width: 768px) {
    .defect-group-collection-holder .select2-td, .defect-group-collection-holder .select2-container {
        width: 150px !important;
    }
}

@media (min-width: 1200px) {
    .empty-box {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .empty-box {
        display: none !important;
    }
}

.empty-box.hidden {
    display: none !important;
}

.dont-break-out{
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}

.mb-15 {
    margin-bottom: 15px;
}
.pagination-limit-row h5, .pagination-limit-row .ibox-tools {
    line-height: 34px;
}

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

.pagination-limit-row .ibox-tools a, .pagination-limit-row .ibox-tools button {
    margin-bottom: 5px;
}

.pagination-limit-row-reports > div {
    line-height: 34px;
}

.pagination-limit {
    display: inline-block;
    width: inherit;
    margin-left: 30px;
}

#orders .order-info-box{
    width: fit-content;
    width: max-content;
}

#orders .order-specification-edit-link-box{
    text-align: center;
    margin-top: 5px;
}

#orders .order-specification-edit-link{
    color: #ed5565;
    font-weight: 700;
}

.logs-dropdown {
    min-width: initial;
    right: 0;
    left: auto;
}

.logs-dropdown li a {
    white-space: nowrap;
    padding: 5px;
}

.btn-logs-dropdown {
    padding: 1px 5px;
}

.table-history-logs {
    overflow-x: auto !important;
}
