/* 
    Created on : 05-dic-2017, 15:01:44
    Author     : strossero
*/
html{
    height: 100%;
}
body {
    color: rgb(75 96 117);
}

.ficha {
    background-color: #f9f9f9;
    border: 1px solid #ddd;   
    border-radius: 8px;       
    padding: 1rem;
    margin-top: .5rem;
}

.ficha .row {
    padding: .25rem 0;             /* un poco de aire entre filas */
    border-bottom: 1px solid #eee; /* línea divisoria */
}

.ficha .row:last-child {
    border-bottom: none;           /* sin borde en la última fila */
}

.ficha .fw-bold {
    color: #333;                   /* color más fuerte para etiquetas */
}

.ficha h2 {
    margin-bottom: 1rem;           /* espacio con la tarjeta */
}



.login{
    background: url(../imgs/bg_login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}
.login_form, .registration_form{
    border: 1px solid #B0B6BE;
    background: rgba(213,215,222,0.9);
}
.login_content{
    padding: 25px;
}
.login_content div .reset_pass {
    text-align: center;
    float: none;
    margin-right: auto;
}
.login_content form input[type="submit"], #content form .submit {
    float: none;
    margin-left: inherit;
}
footer.footer-login {
    margin: 0;
    grid-row-start: 2;
    grid-row-end: 3;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
}

.checkbox label, .radio label{
    padding-left: 0;
}
.switchery-container{
    padding: 7px 0 0;
}

#DatosCtaCte ul.grupo_hermanos{
}
#DatosCtaCte ul.grupo_hermanos li{
    padding: 0 5px;
}

.dettallecupon #vermas{
    display: none;
    font-size: 13px;
    background-color: #34495e;
    color: white;
    margin: auto;
}
.dettallecupon #vermas:hover{
    background-color: #337ab7;
}

.form_wizard .stepContainer {
    display: none;
}

ul.to_do p.texto-info {
    font-size: 11px;
    color: #666;
}

#input-pac {
    padding: 0 0 0 5px;
}
#input-med {
    padding: 0 0 0 5px;
}
#input-rec {
    padding: 0 0 0 5px;
}

.btn-td{
    margin-bottom: -5px;
    margin-top: -7px;
}

/*footer{z-index: 5;}*/
.tur2{
    border-bottom: 2px solid #e6e9ed;
}
.tur2 .form-group {
    margin-bottom: 15px;
}
.tur1{
    background-color:#f9f9f9;
    padding-top: 15px;
}
.itemTurno{
    width: 42px
}
;
.itemTurno2{
    width: 42px
}
;
.tagC{
    -webkit-border-radius: 2px;
    padding: 1px 1px;
    text-decoration: none;
    background: #03A9F4;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica;
}
.agregarPac{
    cursor: pointer;
    float: right;
    background-color: #fdd493;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid #c19b5d;
    margin: -3px 0;
    font-weight: 700;
}
;
.customDRP{
    background-color: #d4ffd4;
}
#hisPac:hover{
    opacity: 0.7;
}


ul.notas li{
    list-style:none;
}
ul.notas{
    overflow:hidden;
    padding: 20px;
}
ul.notas li a{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:17em;
    width:17em;
    padding:1em;
    /* Firefox */ -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    /* Safari+Chrome */ -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    /* Opera */ box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
ul.notas li{
    margin:1em;
    float:left;
}
ul.notas li h2{
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 0;
    margin: 0;
}
ul.notas li p{
    font-family:"Reenie Beanie",arial,sans-serif;
    font-size: 21px;
    line-height: 23px;
}
ul.notas li a{
    -webkit-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
}
ul.notas li:nth-child(even) a{
    -o-transform:rotate(4deg);
    -webkit-transform:rotate(4deg);
    -moz-transform:rotate(4deg);
    position:relative;
    top:5px;
}
ul.notas li:nth-child(3n) a{
    -o-transform:rotate(-3deg);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    position:relative;
    top:-5px;
}
ul.notas li:nth-child(5n) a{
    -o-transform:rotate(5deg);
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    position:relative;
    top:-10px;
}
ul.notas span{
    font-size: 11px;
    margin-left: 136px;
    color: #808080;
}

.login_content form a.btn-registro{
    margin: 1px;
    text-shadow: none;
    font-size: 14px;
}
.login_content form a.btn-registro:hover{
    text-decoration: none;
}
.registro_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 3%;
    margin-bottom: 3%;
    max-width: 600px;
    position: relative;
}
.registro_content{
    margin: 0 auto;
    padding: 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 480px;
}
.registro_content form {
    margin: 20px 0;
    position: relative;
}
.registro_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}
.registro_content h1:before, .registro_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
}
.registro_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0;
}
.registro_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0;
}
.registro_content h1:before, .registro_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 13%;
}
.registro_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
    right: 0;
}
.registro_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
    left: 0;
}
.registro_content form input[type="text"], .registro_content form input[type="number"], .registro_content form input[type="email"], .registro_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgb(0 0 0 / 8%) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
}
.registro_content form input[type="submit"] {
    margin: 20px 0;
}
.registro_form {
    border: 1px solid #B0B6BE;
    background: rgba(213,215,222,0.9);
}
.registro_form .info{
    text-align: left;
    margin-top: -15px;
    margin-bottom: 20px;
    padding: 0 5px;
}
.registro_form .info span{
    font-weight: 700;
}
.registro_form .separator {
    border-top: 1px solid #73879c;
}



.cliente_home ul.quick-list{
    width: 100%
}

.mensaje-form {
}
.mensaje-form .jumbotron{
    padding: 25px;
}
.mensaje-form .jumbotron p {
    font-size: 15px;
}


/*
 * fullcalendar
 */

:root {
 --fc-small-font-size: 1.1em;
}

.fc .fc-non-business{
    background-color: silver;
    opacity: 0.6;
}
#calendar{
    height: 650px;
}
#calendar .fc-today-button {
    margin: 1rem auto;
    float: none;
}
#calendar .fc-button-group{
    margin: 1rem 0.75rem;
}
#calendar-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#calendar-loading-image {
    position: absolute;
    top: 100px;
    z-index: 100;
    width: 80px;
    margin-left: -40px;
}


/*responsive*/
@media(max-width:1366px) {
}
@media(max-width:1280px) {
}
@media(max-width:1150px) {
}
@media(max-width:1050px) {
}
@media(max-width:1024px) {
}
@media(max-width:991px) {

}
@media(max-width:768px) {
    .fc .fc-timegrid-slot {
        height: 3em;
    }
    .fc-event{
        font-size: 1.5em;
    }
    :root {
     --fc-small-font-size: 0.8em;
    }    
}
/* ==================== */
/* Estilos Generales */
/* ==================== */

.x_panel {
    padding: 10px 17px;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.mt-7 {
    margin: 7px 0 0 0;
}

.mt-20 {
    margin-top: 20px;
}

/* ==================== */
/* Calendario */
/* ==================== */
.fc-timegrid-slot {
    height: 2.5em;
    min-height: 60px;
}

.fc-timegrid-slot-lane {
    vertical-align: middle;
}

.fc-timegrid-event-harness {
    margin-top: 4px !important;
}

.fc-timegrid-slot:hover {
    background-color: #f8f9fa !important;
}

/* ==================== */
/* Eventos del Calendario */
/* ==================== */
#calendar .fc-event {
    border: 2px solid rgb(255, 255, 255) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.2s ease;
}

#calendar .fc-event:hover {
    transform: translateY(-2px);
}

#calendar .fc-today-button {
    background: #26b99a !important;
    border-color: #169f85 !important;
}

#calendar .selected-event {
    background-color: #0474ec !important;
    color: #fff !important;
}

/* ==================== */
/* responsivo */
/* ==================== */

/* desktop */
@media (min-width: 768px) {
    .fc-timegrid-slot {
        height: 3.2em !important;
    }

    .fc-event-time {
        display: none !important;
    }

    .fc-event-title {
        font-size: 1.2em !important;
        padding-left: 10px;
    }

    .elimina_tur {
        padding: 0 5px 0 0;
    }
}

/* mediano */
@media (max-width: 991px) {
    .x_panel {
        padding: 0 !important;
        border-left: 0;
        border-right: 0;
    }

    .area {
        margin-top: 25px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .fc-timegrid-slot {
        height: 3.5em !important;
    }

    .fc-event-title {
        font-size: 0.8em !important;
    }

    .fc-toolbar-title {
        font-size: 1.3em !important;
    }

    .x_content {
        padding: 0;
    }

    .elimina_tur {
        padding: 0;
    }

    .area_content {
        margin-top: 25px;
    }

}

.fc .fc-scrollgrid-section-body table {
    height: 100%;
}
@media(max-width:640px) {
    #calendar{
        height: 450px;
    }
}
@media(max-width:480px) {
        
    :root {
     --fc-small-font-size: 0.7em;
    }
    
    .fc-event-time{
       display: none; 
    }
    
    .ocultarLabel{
        display: none; 
    }
    .fc .fc-toolbar-title{
        /*display: none;*/
        font-size: 1.5em;
    }
    
}
@media(max-width:375px) {
}
@media(max-width:320px) {
}
@media(min-width:1280px){
}