.menu {
    padding: 0 15px;
}

.menu:first-child {
    border-left: none;
}

.select2-container {
    width: 100% !important;
}

.confirm-invoice {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.select2-selection--single.select2-selection {
    height: 38px !important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.checkbox-inline input {
    margin: 5px;
}

.btn-delete-size {
    display: block;
    margin-top: 5px;
}

.time-input {
    width: 48%;
    display: inline-block;
}

#statistic-table td {
    vertical-align: baseline !important;
}

#statistic-table p {
    border-bottom: 1px solid gainsboro;
}

.div-scroll {
    max-height: 50vh;
    overflow-y: scroll;
}

.min-with-150 {
    min-width: 150px;
}

.modal-xxl {
    width: 98%;
    max-width: 100% !important;
}

.box {
    border: 1px solid;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 10px 10px 5px lightgrey;
}

.text-success {
    font-size: 14px !important;
}


.notify.text-success {
    font-size: 12px;
}

.inline-block {
    display: inline-block;
}

.copy .select2-container {
    width: 204px !important;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.btn-warning {
    background-color: #fb9545;
    color: white;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
}

[type="checkbox"][readonly="readonly"]::before {
    background: rgba(255,255,255,.5);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}

.pt-10 {
    padding-top: 10rem;
}

.modal-over {
    z-index: 1051 !important;
}
