﻿/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    /* font-family: 'Karla', sans-serif, sans-serif; */
    /*font-family: 'Helvetica 25 UltraLight Regular', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background: #F9F6F6;
}

p {
    /* font-family: 'Karla', sans-serif; */
    /* font-family: 'Helvetica 25 UltraLight Regular', sans-serif; */
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

label {
    /* font-family: 'Karla', sans-serif; */
    /* font-family: 'Helvetica 25 UltraLight Regular', sans-serif; */
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

#table-hsRegulares td:hover {
    background-color: #d8fee8;
    cursor: pointer;
}

calendar-free

#cell-free:hover {
    background-color: #d8fee8;
    cursor: pointer;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}




.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 275px;
    max-width: 350px;
    background: #20adea;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -275px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #014d6e;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /* border-bottom: 1px solid #47748b; */
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.4em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
/* ---------------------------------------------------
    FULLCALENDAR 
----------------------------------------------------- */
#calendar {
    margin: 0 auto;
}

#calendar-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.fc-header-toolbar {
    /*
          the calendar will be butting up against the edges,
          but let's scoot in the header's buttons
          */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.event-hs-irregulares {
    background-color: white !important;
    border-color: white !important;
    font-size: 1.1rem !important;
}

.event-bloqueo {
    background-color: #ffc107 !important;
    font-size: 1rem !important;
    border-color: white !important;
}

.event-cita {
    /*background-color: white !important;*/
    color: #fff !important;
    border-color: white !important;
    font-size: 0.8rem !important;
}

.bg-yaguar {
    background-color: #E3E2DF;
    border: solid 0px;
    border-radius: 25px;
}

.btn-cc-yaguar {
    min-height: 50px;
    border: 3px solid !important;
    border-color: #fff !important;
    border-radius: 15px;
    color: #fff;
}

.btn-orange-yaguar {
    background-color: #EB8223;
}

.card-yaguar {
    border-color: #fff;
    border-radius: 15px;
}

.card-header-yaguar {
    background-color: #EB8223;
    color: #FFF;
    border-radius: 15px !important;
}

.text-info-servicio {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
#bannerYaguar {
    width: 500px;
    height: 156px;
    margin-bottom:10px;
}

/* ---------------------------------------------------
    DatePicker
----------------------------------------------------- */

#dpSelectFecha {
    margin: 0 auto;
}

.datepicker table {
    background-color: #eb8223;
    border-top: 0;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #eb8223;
}

    .datepicker table thead {
        color: #fff;
    }

        .datepicker table thead tr th.prev:hover,
        .datepicker table thead tr th.datepicker-switch:hover,
        .datepicker table thead tr th.next:hover,
        .datepicker table tbody tr td span.month:hover,
        .datepicker table tbody tr td span.year:hover,
        .datepicker table tbody tr td span.month.focused:hover,
        .datepicker table tbody tr td span.year.focused:hover {
            background-color: #d27014;
            background-image: none;
        }

    .datepicker table tbody tr td span.month.focused,
    .datepicker table tbody tr td span.year.focused {
        background-color: #f6cba2;
    }

    .datepicker table tr td.day,
    .datepicker table tr td.day:hover {
        color: #000;
        background-color: #fff;
        border-radius: 0;
        background-image: none;
    }

    .datepicker table tbody tr td.disabled,
    .datepicker table tbody tr td.disabled:hover {
        color: #777;
        background-color: #fbe5d0;
    }

    .datepicker table tr td.today,
    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover {
        color: #000;
        background-color: #fff;
        background-image: none;
        font-weight: bold;
    }

        .datepicker table tr td.active.day,
        .datepicker table tr td.active.day:hover,
        .datepicker table tr td.today.active.day,
        .datepicker table tr td.today.active.day:hover {
            color: #fff;
            background-color: #ef9643;
            background-image: none;
        }

        .datepicker table tr td.today.disabled.disabled-date.day,
        .datepicker table tr td.today.disabled.disabled-date.day:hover {
            color: #000;
            background-color: #fbe5d0;
            background-image: none;
        }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -275px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    .event-hs-irregulares {
        background-color: white !important;
        border-color: white !important;
        font-size: 0.7rem !important;
    }
}

@media (max-width: 600px) {


    #bannerYaguar {
        height: 93px;
        width: 300px;
    }

    .event-hs-irregulares {
        background-color: white !important;
        border-color: white !important;
        font-size: 0.5rem !important;
    }

    .col_servicio_descripcion {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: collapse;
    }
}


/* ---------------------------------------------------
    YAGUAR
----------------------------------------------------- */

.text-info-servicio {
    font-size: 0.9rem;
    color: #666;
}

.header-servicio {
    font-weight: 700 !important;
    font-size: 1.1rem !important;
}

.card-yaguar {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.card-body {
    padding: 1.5rem;
}

.btn-cc-yaguar {
    background-color: #EB8223;
    color: white;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    transition: background-color 0.3s ease-in-out;
}

    .btn-cc-yaguar:hover {
        background-color: #d37320;
        color: white;
    }

.text-info-servicio {
    font-size: 0.9rem;
    color: #666;
}


.card-yaguar {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.card-body {
    padding: 1.5rem;
}

.card-yaguar {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.btn-cc-yaguar:hover {
    background-color: #d37320;
    color: white;
}

.text-info-servicio {
    font-size: 0.9rem;
    color: #666;
}

.text-muted {
    font-size: 0.9rem;
    color: #666;
}

.card-servicio {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 1rem;
}

    .card-servicio h5 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .card-servicio p {
        margin-bottom: 0.5rem;
    }

.btn-cc-yaguar {
    background-color: #EB8223;
    color: white;
    border-radius: 5px;
    padding: 0.75rem 1rem;
    transition: background-color 0.3s ease-in-out;
}

    .btn-cc-yaguar:hover {
        background-color: #d37320;
        color: white;
    }

.card-header-yaguar {
    background-color: #EB8223;
    color: white;
    text-align: center;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
}



/*@media (max-width: 610px) {
   

    .btn-circle {
        width: 60px;
        height: 60px;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
    }

    .font-process {
        font-size: 1.3rem !important;
    }

    .text-process {
        font-size: 0.6rem;
    }
}*/
