﻿/* Fuentes */

@font-face {
    font-family: "Montserrat";
    src: url('../../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url('../../fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url('../../fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: 700;
}

body {
    font-family: "Montserrat" !important;
    font-size: 14px;
    letter-spacing: -0.01em;
}

button {
    font-family: "Montserrat" !important;
    outline: none !important;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h1 {
    font-size: 32px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 16px !important;
}

p {
    font-size: 14px !important;
}

b, strong {
    font-weight: 700;
}

.title {
    margin-left: 9px;
    font-weight: 600;
}

.subtitle {
    color: #989898 !important;
}

label {
    font-size: 12px !important;
    margin-left: 1.4em;
    font-weight: bold;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
    font-weight: 600;
    font-size: 14px !important;
    line-height: 140%;
    /*color: #999 !important;*/
    border: solid 1px #CCC !important;
    border-radius: 0px 40px 40px 0px !important;
    height: 46px !important;
    margin: auto;
}

.custom-file-label {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 140%;
    color: #999 !important;
    border: solid 1px #CCC !important;
    border-radius: 40px !important;
    height: 46px !important;
    margin: auto;
}

/* Cards */

.card {
    margin: 0px 0 30px 0px !important;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14);
    border-radius: 12px;
}

.card-original {
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14);
    border-radius: 12px;
}

.card-original {
    flex-grow: 1;
}

    .card .card-title {
        font-size: 24px;
        font-weight: 500;
    }

    .card .card-content {
        padding: 30px;
    }

.card-upload {
    background: #FFFFFF;
    border: 1px dashed #999999;
    box-sizing: border-box;
    border-radius: 12px;
}


/* Botones */

.btn {
    border-radius: 30px;
    height: 46px;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800 !important;
}

    .btn:focus, .btn:active {
        box-shadow: none !important;
    }

.btn-primary {
    background-color: #4FC1B7 !important;
}

.btn-primary, .btn-outline-primary {
    border-color: #4FC1B7 !important;
}

.btn-outline-primary {
    color: #4FC1B7 !important;
}

.btn.add-primary {
    background-color: #E34D65 !important;
    color: #FAFAFA; 
}

    .btn-outline-primary:hover {
        border-color: #4FC1B7 !important;
        background-color: #4FC1B7 !important;
        color: white !important;
    }

.btn-inverse {
    color: #4FC1B7 !important;
    border: 1px solid #4FC1B7 !important;
    background-color: transparent !important;
}

.btn-danger {
    background-color: #E34D65 !important;
    border: 1px solid #E34D65 !important;
}

.btn-warning {
    background-color: #FA9B0F !important;
    border: 1px solid #FA9B0F !important;
    color: #fff;
}

    .btn-warning:active {
        color: #fff !important;
    }

    .btn-warning:hover {
        color: #fff !important;
    }

    .btn-warning:focus {
        color: #fff !important;
    }

a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.link {
    text-decoration-line: underline !important;
    color: #4FC1B7 !important;
    font-weight: 600 !important;
    cursor: pointer;
}

.table-link {
    text-decoration-line: underline;
    color: #4FC1B7;
}

/* Formularios */
label {
    font-weight: 500 !important;
    color: #594F52 !important;
    margin-bottom: 8px;
}

input:not([type='radio']), select {
    width: 100%;
}

input:not([type='radio']) {
    border-radius: 24px;
    padding: 0px 20px !important;
}

input::placeholder {
    color: #999999;
    font-weight: 300;
    font-family: "Montserrat" !important;
}

input:focus {
    border: solid 1px #4FC1B7 !important;
    border-radius: 24px;
    outline: none !important;
}

.input-group > input {
    border-radius: 24px 0px 0px 24px !important;
    border-right: none !important;
}

    .input-group > input:focus {
        border-right: none !important;
    }

.form-control {
    /*font-weight: 600;*/
    font-size: 14px !important;
    line-height: 140%;
    /*color: #999 !important;*/
    /*border: 2px solid #E6E6E6;*/
    border-radius: 40px !important;
    padding: 0px 0px 0px 15px !important;
    height: 46px !important;
}

    .form-control:focus {
        box-shadow: none !important;
    }

select.error, input.error, textarea.error {
    border-color: #E34D65 !important;
}

label.error {
    color: #E34D65 !important;
}

/*Dropdown*/
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

select:focus {
    border: solid 1px #4FC1B7 !important;
    border-radius: 24px;
    outline: none !important;
}

.btn-light {
    background: #FFFFFF;
    /* Gris 30% */
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 40px;
}

    .btn-light:focus {
        background: #FFFFFF;
        border-color: #4FC1B7;
    }

    .btn-light:hover {
        background: #FFFFFF;
        border-color: #4FC1B7;
    }

.btn-light-error {
    background: #FFFFFF;
    border-color: #E34D65;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: #FFFFFF;
    border: 2px solid #4FC1B7;
}

.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #594F52;
    border: none;
}

.dropdown-menu {
    background: #FFFFFF;
    /* Azul Primario */
    border: 1px solid #4FC1B7;
    box-sizing: border-box;
    box-shadow: 0px 13px 14px -8px rgba(79, 193, 183, 0.13);
    border-radius: 12px;
    /* Inside Auto Layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 6px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    align-items: center;
    color: #000000;
}

.dropdown-item.active.selected {
    background-color: #4FC1B7;
}

.btn.dropdown-toggle.btn-light[aria-expanded="false"] > .filter-option {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    display: flex;
    align-items: center;
    color: #999999;
}

.btn.dropdown-toggle.btn-light[aria-expanded="true"] > .filter-option {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    display: flex;
    align-items: center;
    /* Negro 100% */
    color: #231F20;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #ccc;
    font-weight: 300;
    font-family: "Montserrat" !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    transition: none;
    background-color: transparent;
}

/* Iconos */

.input-group-text {
    background: transparent !important;
    border-radius: 0px 24px 24px 0px !important;
}

    .input-group-text.focus {
        border-color: #4FC1B7;
    }

    .input-group-text img {
        filter: invert(72%) sepia(84%) saturate(0%) hue-rotate(140deg) brightness(96%) contrast(96%);
    }

    .input-group-text.focus img {
        filter: invert(66%) sepia(10%) saturate(1889%) hue-rotate(126deg) brightness(100%) contrast(91%);
    }

.table-icon {
    background-color: #F2F2F2;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    padding: 0px;
}

    .table-icon img {
        filter: invert(86%) sepia(8%) saturate(154%) hue-rotate(295deg) brightness(90%) contrast(84%);
        height: 20px;
        width: 20px;
    }

    .table-icon:hover {
        background-color: #E34D65 !important;
    }

        .table-icon:hover img {
            filter: brightness(0) invert(1);
        }

/* Modals */

.modal-header {
    padding: 15px 0rem;
}

.modal-content {
    padding: 0px 30px !important;
    box-shadow: 0px 10px 22px rgba(0, 0, 0, 0.24);
    border-radius: 12px;
}

.modal-body {
    padding: 20px 0px !important;
}

.modal .close {
    position: relative;
    top: -45px;
    right: -60px;
    text-align: right;
    color: white;
    font-size: 20px;
    opacity: 1 !important;
}

.modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 30px;
    font-size: 35px;
    color: black;
    position: absolute;
}

.modal .close:focus {
    border: none !important;
    outline: none !important;
}

/* Toast */

.toast {
    background: white;
    border-radius: 12px;
    color: black;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    border: none !important;
}

    .toast:before {
        content: "";
        background: linear-gradient(to bottom, #73CEC6 0%, #369B92 100%);
        width: 8px;
        border-radius: 12px 0px 0px 12px;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.toast-pch-size {
    width: 368px;
}

.toast-header-new {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #4FC1B7;
    border-bottom: none !important;
}

.toast-body-new {
    text-align: justify;
    text-justify: inter-word;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #231F20;
}

/*Table desing by figma*/
.table-gray-style {
    border: none;
}

    .table-gray-style thead th {
        background: #FAFAFA;
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        line-height: 15px;
        color: #999999;
    }

        .table-gray-style thead th:first-child {
            border-radius: 10px 0px 0px 10px;
        }

        .table-gray-style thead th:last-child {
            border-radius: 0 10px 10px 0;
        }

.table-striped tbody tr:nth-of-type(odd) > td {
    background-color: #FFFFFF;
}

.table-gray-style tr:nth-of-type(even) td {
    background-color: #FAFAFA;
}

.table-gray-style tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table-gray-style tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.table-button-actions {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    /*color: #F2F2F2;*/
}

.table-button-actions-delete {
    border-radius: 5px;
    width: 24px;
    height: 24px;
    background-color: #E34D65;
    color: #FFFFFF;
}

    .table-button-actions-delete:hover {
        color: #FFFFFF;
    }

.table tbody tr.highlight td {
    background-color: #7be8df;
    opacity: .70;
}

.headers-popup {
    display: table-row;
    color: #999999;
}

.tagLabel {
    font-family: "Montserrat" !important;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    line-height: 16.8px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.header-facturas-total {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    letter-spacing: 0.01em;
    color: #999999;
}

.description-name-grid {
    left: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #231F20;
}

.description-area-grid {
    left: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #999999;
}

cite {
    display: block;
    margin: auto;
    width: fit-content;
    padding: 0.5em;
}

h3.header {
    text-align: center;
}

h4.header, strong.header, .description {
    padding: 0.5em;
    text-align: justify;
}

.small-icon {
    width: auto;
    height: 113px;
    margin: auto;
}

.separated {
    padding-top: 0.5em;
}

form.concealed {
    display: contents;
}

.before-query {
    width: 344px;
    height: 230px;
}

.text-before-query {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height, or 128% */
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    /* Gris 100% */
    color: #999999;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%234FC1B7 '/%3e%3c/svg%3e");
}

.custom-radio > .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border: 2px solid;
    border-color: #4FC1B7;
    background-color: #fff;
}

.custom-checkbox > .custom-control-label::after {
    top: 0rem;
}

.custom-checkbox > .custom-control-input:checked ~ .custom-control-label::before {
    border: 1.5px solid #4FC1B7;
    box-sizing: border-box;
    background-color: #4FC1B7;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #4FC1B7;
    background-color: #4FC1B7;
}

.custom-checkbox > .custom-control-label::before {
    top: 0rem;
}

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px, 0 0 0 0.2rem #ffff; /* pink, 25% opacity */
}

.btnNextStep {
    width: 145px;
    height: 46px;
    right: 30px;
    bottom: 30px;
    /* Azul Primario */
    background: #4FC1B7;
    border-radius: 30px;
}

.btnPrevStep {
    width: 145px;
    height: 46px;
    right: 30px;
    bottom: 30px;
    /* Azul Primario */
    background: #4FC1B7;
    border-radius: 30px;
}

.btnCancelStep {
    width: 145px;
    height: 46px;
    right: 30px;
    bottom: 30px;
    /* Azul Primario */
    background-color: white;
    border-radius: width: 145px;
    height: 46px;
    right: 30px;
    bottom: 30px;
    /* Azul Primario */
    color: #4FC1B7;
    border-radius: 30px;
    border-color: #4FC1B7;
}

    .btnCancelStep:hover {
        color: #4FC1B7;
    }

.icon-input-left .form-control-feedback {
    position: absolute;
    display: block;
    padding-left: 1rem;
    padding-top: 1rem;
}

.icon-input-left .form-control {
    text-indent: 1.1rem;
}

/* BlockUI */

.blockOverlay {
    z-index: 1052 !important;
}

.blockMsg {
    z-index: 1053 !important;
    border-radius: 20px;
    border: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Switch checkbox */

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 14px;
    margin-left: 0px !important;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999999;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -3px;
        bottom: -3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.039), 0px 0.5px 1.5px rgba(0, 0, 0, 0.19);
        border: solid 1px #eee;
    }

input:checked + .slider:before {
    background-color: #4FC1B7;
    border: none;
}

input:checked + .slider {
    background-color: rgba(79, 193, 183, 0.5);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.node {
    cursor: pointer;
}

    .node circle {
        fill: #fff;
        stroke: #4FC1B7;
        stroke-width: 3px;
    }

    .node text {
        font: 12px sans-serif;
    }

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.menu-back-link {
    color: #807e7e;
}

.footable-group-row > * {
    background: #ECF8F7 !important;
    color: #3DADA4 !important;
}

.sticky-left {
    left: 0;
    position: sticky !important;
    z-index: 9999;
}

.sticky-left-border {
    border-right: solid #4fc1b7 !important;
    box-shadow: 10px 0 5px -5px #888;
}

.footable-filtering > th > form {
    position: sticky;
    right: 0;
}

.toastBorder {
    padding: 0;
    border-left: solid #4FC1B7 12px !important;
    border-radius: 5px;
}

.toastBorderError {
    padding: 0;
    border-left: solid #E34D65 12px !important;
    border-radius: 5px;
}

.labelNotes {
    margin: 0;
    width: 513px;
    color: #999999 !important;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    width: 100%;
    margin-top: 5px
}

.Ptotalize {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #999999;
}

.IconTotaliza {
    width: 13%;
    float: left;
}

.tagSecondInfoColumn {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    color: #999999;
}

/*planificador de clases y turnos*/

.btn-circle {
    width: 48px;
    height: 48px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
    background-color: #E34D65 !important;
}

    .btn-circle img {
        filter: brightness(0) invert(1);
    }

group > .btn {
    flex: none !important;
}

.btn-planifier {
    background: #FAFAFA;
    border-radius: 5px !important;
    border-color: #FAFAFA;
}

    .btn-planifier:hover {
        color: #FFFFFF;
        background: #4FC1B7;
        box-shadow: 0px 6px 10px rgba(54, 155, 146, 0.25);
        border-radius: 5px;
        border-color: #FAFAFA;
        color: #FFFFFF !important
    }

    .btn-planifier:not(:disabled):not(.disabled).active, .btn-planifier:not(:disabled):not(.disabled):active, .show > .btn-planifier.dropdown-toggle {
        background: #4FC1B7;
        box-shadow: 0px 6px 10px rgba(54, 155, 146, 0.25);
        border-radius: 5px;
        color: #FFFFFF;
        border-color: #FAFAFA;
        color: #FFFFFF !important
    }

.modal-content-planifier {
    padding: 0px !important;
}

.modal-header-planifier {
    background: #ECF8F7;
    /* Azul 10% */
    border: 1px solid #99DBD5;
    border-radius: 14px 14px 0px 0px;
}

    .modal-header-planifier h4 b {
        color: #369B92;
    }

.modal-body-planifier {
    padding: 20px !important;
}

.modal-footer-planifier {
    padding: 10px !important;
    border-top: none;
}

.kebab-link {
    padding-left: .5rem !important;
    cursor: pointer;
    position: absolute;
    z-index: 3;
}

.dropdown.kebab-dropdown.dropdown-sm.show {
    z-index: 100000;
    top: .5rem;
    left: .5rem;
}

.dropdown-menu-event.show {
    transform: none !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: .25rem
}

    .breadcrumb a {
        color: #99999999 !important;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: ">"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: black;
}

.solid {
    border: 1px solid #F2F2F2;
}

.dashed {
    border: 1px dashed #CCCCCC;
}

.filter-events {
    background: #ECF8F7;
    border: 1px solid #4FC1B7;
    color: #369B92;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-events-navbar {
    position: absolute !important;
    cursor: pointer !important;
    background: #fff;
    position: relative;
    left: -2.2rem;
    height: 50px;
    top: 15%;
    border-radius: 12px 0px 0px 12px;
    border: none !important;
}

#navbarPlanifier {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    /*color: #fff;*/
    /*overflow-y: scroll;*/
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);*/
}

    #navbarPlanifier.active {
        right: 0;
    }

main .input-group-prepend, main .input-group-prepend > .input-group-text, .featherlight .input-group-prepend, .featherlight .input-group-prepend > .input-group-text {
    border-radius: 24px 0px 0px 24px !important;
}

main .input-group > input, main .input-group > .form-control, .featherlight .input-group > input, .featherlight .input-group > .form-control {
    border-radius: 0px 24px 24px 0px !important;
}

.border-buttons {
    border: 1px solid #dee2e6 !important;
    border-radius: 30px;
}

.a-planifier-popover {
    color: #000000 !important;
}

    .a-planifier-popover:hover {
        color: #000000 !important;
    }

#noti_Container {
    position: relative;
}
/* A CIRCLE LIKE BUTTON IN THE TOP MENU. */
#noti_Button {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FFF;
    margin: -3px 10px 0 10px;
    cursor: pointer;
}

/* THE POPULAR RED NOTIFICATIONS COUNTER. */
#noti_Counter {
    display: block;
    position: absolute;
    background: #E34D65;
    color: #F2F2F2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: right;
    border-radius: 10px !important;
    /*
    font-size: 12px;
    font-weight: normal;

    */
    padding: 1px 3px;
    margin: -8px 0 0 25px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 1;
}

/* THE NOTIFICAIONS WINDOW. THIS REMAINS HIDDEN WHEN THE PAGE LOADS. */
#notifications {
    display: none;
    width: 335px;
    position: absolute;
    top: 40px;
    left: 0;
    background: #FFF;
    border: solid 1px rgba(100, 100, 100, .20);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
    z-index: 1;
}
    /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
    #notifications:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #CCC;
        border-color: transparent transparent #FFF;
        margin-top: -20px;
        margin-left: 10px;
    }

.errorDiv {
    background-size: 101% 100% !important;
    background: linear-gradient(to right, #E34D65 0%, white 1%);
}

.warningDiv {
    background-size: 101% 100% !important;
    background: linear-gradient(to right, #FA9B0F 0%, white 1%);
}

/*Notifications*/

.notificationList {
    overflow: auto;
    height: 250px !important;
    overflow-x: hidden;
    list-style-type: none;
    padding: 0 !important;
}

.notificationLiDiv {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    box-shadow: 15px 1px #dedede;
}

.newNotification {
    background: linear-gradient(to right, #FA9B0F 0%, white 1.5%);
}

.notiTitle {
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    display: flex;
    align-items: center;
    /* Negro 100% */
    color: #231F20;
}

.notiBody {
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
    /* or 17px */
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
}

.notiDay {
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #999999;
    padding-right: 1em;
}

.notiHour {
    white-space: nowrap;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 9.5px;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: right;
    padding-right: 1em;
    color: #999999;
}

.seeAll {
    font-weight: bold;
    text-decoration: underline;
}

.media_btn_admin {
    background-color: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: -1px -1px 15px -5px #000000;
    box-shadow: -1px -1px 15px -5px #000000;
    border-radius: 10px;
    cursor: pointer;
}

.squareWontimeBtn {
    flex-direction: row;
    text-align: center;
    padding: 12px 24px;
    position: static;
    width: 100%;
    height: 46px;
    left: 0px;
    top: 0px;
    color: #999999;
    /* Gris 5% */
    background: #FAFAFA;
    /* Gris 70% */
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 8px;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 20px;
}

.squareSelectedWontimeBtn {
    flex-direction: row;
    text-align: center;
    padding: 12px 24px;
    position: static;
    width: 100%;
    height: 46px;
    left: 228px;
    top: 0px;
    color: #369B92;
    /* Azul 5% */
    background: #ECF8F7;
    /* Azul Primario */
    border: 1px solid #4FC1B7;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(79, 193, 183, 0.1);
    border-radius: 8px;
    /* Inside Auto Layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 20px;
}
.badge-primary {
    background-color: #4FC1B7 !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-14 {font-size: 14px !important;}

.bg-primary {
    background-color: #4FC1B7 !important;
}

.won-canvas-overlay {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease-out;
}

    .won-canvas-overlay.show {
        opacity: 0.40;
        z-index: 1100;
        top: 0px;
    }

.won-canvas {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 500px;
    margin-right: -500px;
    transition: margin 0.4s ease-out, opacity 0.4s ease-out;
    z-index: 1100;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .won-canvas.show {
        margin-right: 0;
        opacity: 1;
    }

.won-canvas-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
}

    .won-canvas-close:hover {
        color: #ccc;
    }

@media (max-width: 768px) {
    .won-canvas {
        width: 100%;
    }
}

.close-original {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: none;
    background-color: white;
}

.wt-input-view-only {
    background-color: #ffffff !important;
    color: #6c757d;
    border: none !important;
    padding-left: 0 !important;
    pointer-events: none;
    opacity: 1;
}
.wt-thead-light th {
    background-color: #53cac0;
    color: white;
    border-color: #dee2e6;
}
.wt-table-no-border td, .wt-table-no-border th {
    border: none !important;
}

.wt-table-no-padding th {
    padding-left: 0px;
}