
/*# Slide toggle with pure javascript  */

#real {
  opacity: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#real.active {
  opacity: 1;
}

.mobile-margin {
  margin-top: 1.5rem;
}

#tareas {
  opacity: 0;
  overflow: hidden;
  position: relative;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#tareas.active {
  opacity: 1;
}
.pildoras {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.pildoras_flax {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.pildoras_flax_left {
	margin-left: 1.5rem;
	margin-right: 0.1rem;
}
.pildoras_flax_right {
	margin-left: 0.1rem;
	margin-right: 1.5rem;
}
.pildoras_flax_block {
	display: block;
}
.bloques_separacion {
	padding: 1.5rem;
}
.boton_separacion {
	margin: 0 0.02rem;
}
.borde_org {
	border: 1px solid #e3e3e3;
}
.borde_org2 {
	border: 2px solid #e3e3e3;
}
.calendar-day {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
}
.calendar-table {
  margin: 0 auto;
  width: 700px;
}
.selected {
  background-color: #eee;
}
.outside .date {
  color: #ccc;
}
.timetitle {
  white-space: nowrap;
  text-align: right;
}
.event {
  border-top: 1px solid #b2dba1;
  border-bottom: 1px solid #b2dba1;
  background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
  background-repeat: repeat-x;
  color: #3c763d;
  border-width: 1px;
  font-size: .75em;
  padding: 0 .75em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
}
.event.begin {
  border-left: 1px solid #b2dba1;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event.end {
  border-right: 1px solid #b2dba1;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event.all-day {
  border-top: 1px solid #9acfea;
  border-bottom: 1px solid #9acfea;
  background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
  background-repeat: repeat-x;
  color: #31708f;
  border-width: 1px;
}
.event.all-day.begin {
  border-left: 1px solid #9acfea;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event.all-day.end {
  border-right: 1px solid #9acfea;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event.clear {
  background: none;
  border: 1px solid transparent;
}
.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
  padding-left: 0;
  padding-right: 0;
}
.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}

.google-maps {
        position: relative;
        padding-bottom: 56.25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
    }
.subtitulo {
  font-size: 0.8rem;
}
.local_color {
  color:#0A4703;
}
.pre-mostrar {
  font-size: 0.8rem;
	margin:0 0 0.2rem 0;
}
.nota {
  font-size: 0.6rem;
	margin:0 1rem;
}
.notax {
  font-size: 0.6rem;
}
.mostrar {
  font-size: 0.7rem;
}
.archivo {
  font-size: 0.8rem;
}
.separar-ver {
  margin: 2rem 0;
}
.separar-corto {
  margin: 1rem 0;
}
.separar-largo {
  margin: 3rem 0;
}
.separar-short {
  margin: 0.5rem 0;
}
/*! CALENDAR */
/*@media (max-width:575px) {*/
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
/*}*/

/*@media (min-width: 576px) {*/
    .day {
        min-height: 14.2857vw;
    }
	.evento {
  		font-size: 0.7rem;
		padding: 0 0.3rem;
}
	.square-evento-verde {
  		font-size: 0.7rem;
		padding: 0 0.2rem;
		color: #5FE96B;
}
	.square-evento-rojo {
  		font-size: 0.7rem;
		padding: 0 0.2rem;
		color: #FF0004;
}
	.evento-azul {
  		font-size: 0.7rem;
		padding: 0 0.2rem;
		color: #003CFF;
}
	.d-block {
		display:block !important;
		box-sizing: border-box;
}
	.BotonEditar {
 		margin: 1rem 0px 1rem 1rem;
		float: right;
}
/*}*/
	.centrar {
		text-align: center;
}
	.back-table {
		background-color: lightcyan;
}
	.back-table-2 {
		background-color: lavender;
}


/* picker con imágenes */

.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 12px;
  
}

#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin: 5px;
}

#a li span, .btn-select li span{
  margin-left: 30px;
}

/* item list */

.b{
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 0px;
  width: 100%;
  max-width: 250px;
  height: 30px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 0px;
}

/* overflow */

.my-custom-scrollbar {
position: relative;
height: 350px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

/* select */

.hidden{
    display:none;
}