/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,17): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(41,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(46,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(54,37): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(64,32): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(64,50): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(64,80): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(125,24): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(138,32): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(279,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(326,22): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(335,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(559,30): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(733,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(768,30): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(776,28): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
(795,22): run-time error CSS1039: Token not allowed after unary operator: '-color-card'
 */
:root {
    --color-card: #015c71;
    /*--color-card: #246179;*/
    /*--color-card: #88558e;*/
    /*--color-card: #1766b8;*/
}

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 0px;
    padding-left: 0px;
}*/
.img-thumbnail {
    max-height: 250px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--color-card);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.myNav_Main {
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link {
    color: #fff;
    background-color: var(--color-card);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--color-card);
}

.nav-link {
    display: inline-flex !important;
}

.nav-tabs {
    border-bottom: 2.5px solid var(--color-card);
}

    .nav-tabs .nav-link {
        border: 2px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: var(--color-card) var(--color-card) transparent var(--color-card);
        }

.logo {
    max-width: 150px;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 5px 0;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 16.5px !important;
}

body {
    /* Margin bottom by footer height */
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Card Inicio*/



.display-8 {
    /*font-size: 1.5rem;*/
    line-height: 1.2;
    margin: 0px;
}

.myCard {
    border-color: var(--color-card) !important;
    margin-bottom: 15px;
    /*
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    */
    border-radius: 23px;
}

    .myCard .card-header {
        /*font-size: 15px;*/
        background-color: var(--color-card);
        color: white;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .myCard .card-body {
        /*font-size: 13px;*/
        font-size: 0.9rem !important;
    }

.card i {
    /*font-size: 14px;*/
    cursor: pointer;
}

@media (max-width: 768px) {
    .card .fasIcon {
        display: none;
    }
}
/*Card Fin*/


.error {
    color: #dc3545 !important;
}

.form-group label {
    font-weight: bold;
    text-transform: uppercase;
}

.form-control, .btn, .select2-container--bootstrap4 .select2-results > .select2-results__options {
    font-size: 0.9rem;
}

.select2-container .select2-selection--single {
    text-transform: uppercase;
}

.form-title {
    /*font-size: 1.2em;*/
    color: #f3565d;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px solid #f3565d;
    margin: 10px 0 20px;
    font-weight: bold;
}

.myTitle {
    text-decoration-line: underline;
    margin: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

    .myTitle:hover {
        color: dimgrey;
        font-weight: bold;
    }

/*div Loader*/

.loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

    .loader-page::before {
        content: "";
        position: absolute;
        border: 2px solid rgb(50, 150, 176);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-sizing: border-box;
        border-left: 2px solid rgba(50, 150, 176,0);
        border-top: 2px solid rgba(50, 150, 176,0);
        animation: rotarload 1s linear infinite;
        transform: rotate(0deg);
    }

    .loader-page.hidden {
        opacity: 0.8;
        visibility: hidden;
    }

@keyframes rotarload {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
}

.loader-page-html {
    overflow-x: hidden;
    overflow-y: hidden;
}
/*div Loader*/

/*Boton Scroll Inicio*/
.myScroll {
    outline: none;
    border: none;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    -webkit-transition: visibility .3s, opacity .3s, background .3s, -webkit-transform .3s;
    transition: visibility .3s, opacity .3s, background .3s, -webkit-transform .3s;
    transition: transform .3s, visibility .3s, opacity .3s, background .3s;
    transition: transform .3s, visibility .3s, opacity .3s, background .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    background-color: var(--color-card);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 1px 7px rgba(0,0,0,0.25);
    right: 1em;
    padding: .5em;
    border-radius: 4px;
    fill: #FFFFFF;
    display: block;
}

.myScrollTop {
    visibility: hidden;
}

.myScrollTopVisible {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 7em;
}

.myScrollBottom {
    visibility: visible !important;
    bottom: 1em;
}

.myScrollBottomHidden {
    visibility: hidden;
}
/*Boton Scroll Fin*/

.btn {
    border-radius: 5px;
    margin: 5px auto 0 auto;
    cursor: pointer;
    /*height: 40px;*/
}

table .btn {
    margin: 0 !important;
    height: auto !important;
}

.entero, .decimal, .slash {
    text-align: right;
}

.tableHead {
    background: var(--color-card) !important;
    color: white !important;
}

.tableTr {
    font-weight: normal !important;
}

.bg-main {
    background-color: var(--color-card) !important;
}

.Historia_Clinica {
    text-align: center;
    font-weight: 900;
    color: #f3565d;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #f3565d;
    margin: 10px 0 20px;
}

.Titulo_Parrafo {
    font-size: 16px;
    color: #f3565d;
    text-transform: uppercase;
    margin: 10px 0 20px;
    font-weight: bold;
    padding: 0px;
}

.Titulo_Parrafo_2 {
    font-size: 14px;
    color: #f3565d;
    text-transform: uppercase;
    margin: 10px 0 20px;
    font-weight: bold;
}

input {
    text-transform: uppercase;
}

textarea {
    resize: none !important;
    font-size: 0.9rem !important;
    text-align: left;
    text-transform: uppercase;
}

.modal-header {
    border-bottom: 1px solid gray;
}

.counter {
    color: green;
}

    .counter.character-counter-limit-exceeded {
        color: red;
    }

span .btn {
    padding-top: 8px !important;
}

/*
.atender, .descargar {
    color: var(--color-card) !important;
    cursor: pointer;
}*/

/* https://bbbootstrap.com/snippets/multi-step-form-wizard-30467045 */

#Form_Servicios {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #Form_Servicios fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative
    }

    #Form_Servicios fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

        #Form_Servicios fieldset:not(:first-of-type) {
            display: none
        }

        #Form_Servicios fieldset .form-card {
            text-align: left;
            color: #9E9E9E
        }

    #Form_Servicios .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #Form_Servicios .action-button:hover, #Form_Servicios .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
        }

    #Form_Servicios .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px
    }

        #Form_Servicios .action-button-previous:hover, #Form_Servicios .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
        }

.card {
    z-index: 0;
    position: relative;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: #000000
    }

    #progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        position: relative
    }

        #progressbar li:first-child:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0f0";
        }

        #progressbar li:nth-child(2):before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f48e";
        }

        #progressbar li:nth-child(3):before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f469";
        }

        #progressbar li:nth-child(4):before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f469";
        }

        #progressbar li:nth-child(5):before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f469";
        }

        #progressbar li:nth-child(6):before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f469";
        }

        #progressbar li:last-child:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f46d"
        }

        #progressbar li:before {
            width: 50px;
            height: 50px;
            line-height: 45px;
            display: block;
            /*font-size: 18px;*/
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1
        }

        #progressbar li.active:before, #progressbar li.active:after {
            background: var(--color-card);
        }

.add:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067"
}

.minus:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068"
}

.atender:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc";
    margin-right: 5px;
}

.editar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ff";
    margin-right: 5px;
}

.nuevo:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f15b";
    margin-right: 5px;
}

.buscar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    margin-right: 5px;
}

.refrescar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f021";
    margin-right: 5px;
}

.aprobar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc";
}

.ver_texto:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
    margin-right: 5px;
}

.ver:before, .verAtenciones:before,
.verEstadistica:before, .verCotizacion:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
}

.anular:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}

.eliminar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
}

.pagar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f51e";
}

.reprogramar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f133";
}

.si_atendido:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f164";
    color: green;
    font-size: 20px;
}

.no_atendido:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    color: red;
    font-size: 20px;
}

.usuario_activo:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4fc";
    color: green;
    font-size: 20px;
}

.usuario_inactivo:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f235";
    color: red;
    font-size: 20px;
}

.pagar:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f51e";
}


.editarAtencion:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ff";
    /*margin-right: 5px;*/
}

.eliminarAtencion:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1f8";
    /*margin-right: 5px;*/
}


.textRequerid:before {
    font-weight: 900;
    content: " *";
    color: red;
}

.dropdown-toggle::after {
    margin-top: 11px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    /*background-color: #fff;*/
    background-color: var(--color-card);
    background-clip: padding-box;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border: 1px solid transparent;
    border-radius: .25rem
}

.dropdown-item {
    color: white;
}

.select2-results__options {
    text-transform: uppercase;
}

.nav-link {
    border-radius: 0px !important;
}

.tab-pane.active {
    animation: opac 1s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#pills-tab .nav-item {
    text-transform: uppercase;
    border: 0.1px solid var(--color-card);
    border-radius: 0 5px 0 0;
    border-bottom: 0px;
    margin-right: 3px;
}

.tab-content {
    padding: 2rem 1rem 1rem 1rem !important;
    border: 1px solid var(--color-card);
    border-radius: 0 15px 15px 15px;
}

.dataTables_info {
    margin-bottom: 20px;
}


.listaServicios {
    /*  text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
    background: lightgoldenrodyellow;*/
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
    background: var(--color-card);
    color: white;
    font-size: 18px;
}



.mycheck {
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    appearance: none;
    border: 1px solid black;
    background-position: 0 -2rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

    .mycheck:checked {
        background-color: #443ac0;
        color: #443ac0;
        background-position: 0 0;
    }


/********************************/

.bgRow {
    background-color: #2dacc552 !important;
}

.flipswitch {
    position: relative;
    background: white;
    width: 120px;
    height: 40px;
    -webkit-appearance: initial;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ddd;
}

    .flipswitch:after {
        position: absolute;
        top: 5%;
        display: block;
        line-height: 32px;
        width: 45%;
        height: 90%;
        background: #443ac0;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s ease-in 0s;
        color: white;
        border: #888 1px solid;
        border-radius: 3px;
    }

    .flipswitch:after {
        left: 2%;
        content: "NO";
    }

    .flipswitch:checked:after {
        left: 53%;
        content: "SI";
    }



.flipswitch_2 {
    position: relative;
    background: white;
    width: 120px;
    height: 40px;
    -webkit-appearance: initial;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ddd;
}

    .flipswitch_2:after {
        position: absolute;
        top: 5%;
        display: block;
        line-height: 32px;
        width: 45%;
        height: 90%;
        background: #23327f;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s ease-in 0s;
        color: white;
        border: #888 1px solid;
        border-radius: 3px;
    }

    .flipswitch_2:after {
        left: 2%;
        content: "NO";
    }

    .flipswitch_2:checked:after {
        left: 53%;
        content: "SI";
    }

