.main-nav {
    z-index: 1010;
}

.xdsoft_datetimepicker .xdsoft_datepicker .xdsoft_label {
    z-index: 1000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    color: #fff !important;
}

#view_workgroup_daily .xdsoft_datetimepicker {
    padding: 0;
    width: 100%;
}
.mr-4{
    margin-right: 2rem;
}

.progress .progress-bar-danger span {
    color: white;
}

.panel-footer.warning {
    background-color: rgba(255, 119, 0, 0.04);

    a {
        color: #a20000;
    }
}
.panel-footer.danger {
    background-color: #ff00000a;

    a {
        color: #a20000;
    }
}

.panel-heading-nav {
    border-bottom: 0;
    padding: 10px 0 0;
}

.w-100 {
    width: 100%;
}

.panel-heading-nav .nav {
    padding-left: 10px;
    padding-right: 10px;
}

.error-message {
    background-color: red;
    font-size: 12px;
    color: white
}

.select2 {
    width: 100% !important;
}

.text-regular {
    font-weight: normal;
}

.invoices .actions .nav {
    z-index: 100;
    position: relative;
}

.checkbox input[type="checkbox"] {
    /*margin-left: 0;*/
}

body {
    padding: 70px 0;
}

.input.error {
    color: red;
}

.dt-buttons {
    float: left;
    margin-right: 10px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
}

.btn-default.padding-0 {
    padding: 0;
}

.btn-default.text-muted {
    color: #777;
}

.btn.border-0 {
    border: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.flex {
    display: flex;
}

.w-5 {
    width: 2rem;
}

.h-5 {
    height: 2rem;
}
.mt-1{
    margin-top: 1rem;
}
.mt-2{
    margin-top: 2rem;
}
.mt-4{
    margin-top: 4rem;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.info-box {
    display: flex;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc
}

.info-box strong {
    font-size: 18px;
}

.info-part {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-box.green {
    border-top: 2px solid #5cb85c;
    border-bottom: 2px solid #5cb85c;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: transparent;
}

.info-box.yellow {
    border-top: 2px solid #f0ad4e;
    border-bottom: 2px solid #f0ad4e;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: transparent;
}

.info-box.red {
    border-top: 2px solid #d9534f;
    border-bottom: 2px solid #d9534f;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: transparent;
}

.info-box.blue {
    border-top: 2px solid #31b0d5;
    border-bottom: 2px solid #31b0d5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: transparent;
}

.right {
    text-align: right;
}

.text-sm {
    font-size: 1rem;
}
