﻿.column-hidden {
    display: none;
}

.xs-width {
    max-width: 50px !important;
    min-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sm-width {
    max-width: 100px !important;
    min-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.md-width {
    max-width: 140px !important;
    min-height: 20px;
}

.lg-width {
    min-width: 150px !important;
    min-height: 20px;
}

.xlg-width {
    max-width: 170px !important;
    min-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget {
    max-width: 300px;
    height: 140px;
    background: white;
    margin-bottom: 15px
}

.number {
    font-size: 50px;
    color: #23B6E5;
    font-weight: bold;
}

.text {
    font-size: 15px;
    color: gray;
    margin-top: -30px;
    margin-left: 20px;
    margin-bottom: 30px;
}

.btn-aline {
    display: flex;
    justify-content: end;
}

.btn-blue-mstecs {
    color: #ffffff;
    background-color: #008BE8;
    border-color: #007bff;
    box-shadow: none;
}

    .btn-blue-mstecs:hover {
        color: #ffffff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-blue-mstecs:focus, .btn-blue-mstecs.focus {
        color: #ffffff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
    }

    .btn-blue-mstecs.disabled, .btn-blue-mstecs:disabled {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-blue-mstecs:not(:disabled):not(.disabled):active, .btn-blue-mstecs:not(:disabled):not(.disabled).active,
    .show > .btn-blue-mstecs.dropdown-toggle {
        color: #ffffff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-blue-mstecs:not(:disabled):not(.disabled):active:focus, .btn-blue-mstecs:not(:disabled):not(.disabled).active:focus,
        .show > .btn-blue-mstecs.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
        }

.btn-red-mstecs {
    color: #ffffff;
    background-color: #FE0415;
    border-color: #dc3545;
    box-shadow: none;
}

    .btn-red-mstecs:hover {
        color: #ffffff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-red-mstecs:focus, .btn-red-mstecs.focus {
        color: #ffffff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: none, 0 0 0 0 rgba(225, 83, 97, 0.5);
    }

    .btn-red-mstecs.disabled, .btn-red-mstecs:disabled {
        color: #ffffff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-red-mstecs:not(:disabled):not(.disabled):active, .btn-red-mstecs:not(:disabled):not(.disabled).active,
    .show > .btn-red-mstecs.dropdown-toggle {
        color: #ffffff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-red-mstecs:not(:disabled):not(.disabled):active:focus, .btn-red-mstecs:not(:disabled):not(.disabled).active:focus,
        .show > .btn-red-mstecs.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
        }

.form-padding {
    padding: 20px !important;
}

.ul-style {
    list-style: none;
}

.li-canceled::before {
    content: "\2022";
    color: #ba4a40 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-pending::before {
    content: "\2022";
    color: #e4b277 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-invoiced::before {
    content: "\2022";
    color: #23874b !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-assigned::before {
    content: "\2022";
    color: #3b96d3 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-tobeinvoiced::before {
    content: "\2022";
    color: #db9600 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-invoiced::before {
    content: "\2022";
    color: #85CAB1 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.li-billing::before {
    content: "\2022";
    color: #73de56 !important;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.2em;
}

.widget-radius {
    border-radius: 15px !important;
    padding: 5px !important;
}

.widget-body {
    padding: 5px !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #E4F3FE;
}

.sm-card {
    height: 135px !important;
}

.modal-content {
    width: 120% !important;
}

.form-check {
    margin: 5px !important;
}

#calendar-multi-date {
    margin: 7px !important;
}

.modal-body {
    margin-top: 0px !important;
}

.btn-width {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-body {
    margin-top: -10px !important;
}

#form-submodal, #AditionalItem {
    z-index: 1051 !important;
}

.filter {
    display: none;
}

.calendar {
    font-size: 15px;
    height: 20px;
    width: 180px;
    margin: 10px 0 10px 0;
    list-style: none;
    border-radius: 7px;
    padding-left: 5px;
}

.input-icono {
    background-image: url('../lib/fontawesome-free/svgs/regular/eye.svg');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px;
    display: flex;
    align-items: center;
    width: 10px;
    padding-left: 28px;
    height: 20px;
    background-color: transparent;
    border: transparent;
    opacity: .5;
    margin-top: -30px;
    margin-left: 150px;
}

    .input-icono input {
        width: 100%;
        font-size: 0.9em;
        border: none;
    }

        .input-icono input:focus {
            outline: none;
        }

.myStyle {
    opacity: .5;
}

.mys {
    opacity: 1;
}

.but {
    width: 45px;
    height: 20px;
    font-size: 12px;
    border-radius: 5px;
}

.buttonG {
    margin-top: -20px;
    margin-left: 180px;
    display: flex;
}

a {
    position: relative;
}

.fa + .sr-only {
    padding: 0.25em;
    margin: 0;
    color: #000;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
    font: 11px sans-serif;
    z-index: 2;
}

a:focus .fa + .sr-only,
a:hover .fa + .sr-only {
    clip: auto;
    width: auto;
    height: auto;
    bottom: 100%;
    left: 100%;
}

#btnConceptSave {
    margin-top: -10px;
}

.fixed-table-body {
    min-height: 130px;
}

.datepicker table tr td.active {
    color: #ffffff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.datepicker-years table tr td span.active {
    color: #ffffff !important;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.draft {
    background-color: #db9600 !important;
}

.send {
    background-color: #23874b !important;
}

.cancel {
    background-color: #ba4a40 !important;
}

.late {
    background-color: #d96e70 !important;
}

.paid {
    background-color: #2158a1 !important;
}

.partial {
    background-color: #4877b6 !important;
}

.pending {
    background-color: #e4b277 !important;
}

.assigned {
    background-color: #3b96d3 !important;
}

.beinvoiced {
    background-color: #db9600 !important;
}

.billing {
    background-color: #73de56 !important;
}

.invoiced {
    background-color: #23874b !important;
}

.mt-4-4,
.my-4-4 {
    margin-top: 2.1rem !important;
}

.mt-4-8,
.my-4-8 {
    margin-top: 2.6rem !important;
}

.mt-4-10,
.my-4-10 {
    margin-top: 2.8rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 7rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 9rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 11rem !important;
}

.text-decoration-overline {
    text-decoration: overline !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

    .custom-switch.custom-switch-sm .custom-control-label::before {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

    .custom-switch.custom-switch-sm .custom-control-label::after {
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        border-radius: calc(1rem - (1rem / 2));
    }

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

    .custom-switch.custom-switch-md .custom-control-label::before {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

    .custom-switch.custom-switch-md .custom-control-label::after {
        width: calc(1.5rem - 4px);
        height: calc(1.5rem - 4px);
        border-radius: calc(2rem - (1.5rem / 2));
    }

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

    .custom-switch.custom-switch-lg .custom-control-label::before {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

    .custom-switch.custom-switch-lg .custom-control-label::after {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
        border-radius: calc(3rem - (2rem / 2));
    }

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

    .custom-switch.custom-switch-xl .custom-control-label::before {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .custom-switch.custom-switch-xl .custom-control-label::after {
        width: calc(2.5rem - 4px);
        height: calc(2.5rem - 4px);
        border-radius: calc(4rem - (2.5rem / 2));
    }

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}