/**
 * Estilos Principales del modulo
 **/

/**
 * Clase padre .calendar-rutan
**/

/*838383 numero 2016 - cambiar año 3A3A3A verde ruta n CADF24 */


.calendar-rutan .loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.calendar-rutan .loader {
  margin: 60px auto;
  font-size: 3px;
  position: absolute;
  right: 0;
  margin-right: 50px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.2);
  border-right: 1.1em solid rgba(0,0,0, 0.2);
  border-bottom: 1.1em solid rgba(0,0,0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.calendar-rutan .uk-container { padding: 0;}


/*PANEL 1*/
.eventos-rutan > .uk-panel-title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}

.calendar-rutan .uk-panel-title a {
    font-size: 23px;
    color: #3a3a3a;
}

.calendar-rutan .uk-panel-title a:hover {
    text-decoration: none;
    color: #3a3a3a;
}

.calendar-rutan .uk-button:hover, .calendar-rutan .uk-button.active {
    background-color: #cadf24;
    color: #000;
    border: none;
    letter-spacing: 2px;
}

.calendar-rutan .uk-button-primary:active, .uk-button-primary.uk-active {
    border: none;
    letter-spacing: 2px;
}

.calendar-rutan .tm-footer .uk-panel + .uk-panel {
    margin-top: 90px;
}

.calendar-rutan .uk-panel p {
    opacity: 1;
    color: black;
    line-height: 1.4;
    font-family: 'Source Sans Pro';
    font-weight: 200;
    font-size: 14px;
}
.calendar-rutan .uk-width-1-3:nth-of-type(1) {

}
.calendar-rutan .uk-width-1-3:nth-of-type(2) {

}
.calendar-rutan .uk-width-2-5 {
    padding: 20 !important;
}

.calendar-rutan .load-category {
    display: block;
}

/*PANEL 2*/
.calendar-rutan .col-nextevent .uk-panel-box {
    border: 1px solid #3A3A3A;
    border-right: 0;
}

.calendar-rutan .uk-panel-box-secondary {
    background-color: #cadf24;
    color: #3A3A3A;
    box-shadow: none;
}
.calendar-rutan .uk-panel-box-secondary .txteventprox {
 	font-size: 1em;
    font-weight: 800;
    text-align: center;
    display: block;
}
.calendar-rutan .uk-panel-box-secondary .events-day {
	font-size: 7em;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 100px;
    color: #3A3A3A;
    margin:0;
    padding-bottom: 5px;
    font-family: 'brandon-grotesque', 'Quicksand', sans-serif;
}

.calendar-rutan .uk-panel-box-secondary .no-events {
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 437px;
    color: #3A3A3A;
    margin: -15px;
}

.calendar-rutan .uk-panel-box-secondary small {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    margin-bottom: 10px;
    margin-top: -15px;
    color: #3A3A3A;
    font-family: 'brandon-grotesque', 'Quicksand', sans-serif;
}

.calendar-rutan .uk-panel-box-secondary h3 {
   padding-top: 20px;
    border-bottom: 1px solid black;
    padding: 0 0 13px 0;
    padding-bottom: 6px;
}
.calendar-rutan .uk-panel-box-secondary .next-event-desc  {
    padding-top: 0px;
    border-bottom: 1px solid black;
    padding: 0 0 13px 0;
}

.calendar-rutan .uk-panel-box-secondary .uk-button, .calendar-rutan .uk-panel-box-secondary .uk-button-primary {
    background: white !important;
    color: #000;
    border: none;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    line-height: 43px;
    letter-spacing: 2px;

}
.calendar-rutan .uk-panel-box-secondary .uk-button:hover, .calendar-rutan .uk-panel-box-secondary .uk-button-primary:hover {
	 background: #000 !important;
	 color: white;
	transform:0.5s;
    text-decoration: none;
    letter-spacing: 2px;
}

@media (max-width: 1280px) {

    .calendar-rutan .load-category{
        margin-bottom: 30px;
        font-size: 14px;
    }
    .calendar-rutan #btn-ver{
        display: block;
        margin-bottom: 10px;
    }
    .calendar-rutan #btn-mas-eventos{
        display: block;

    }

}

@media (max-width: 768px) {
    .calendar-rutan .col-nextevent .uk-panel-box {
        border: 1px solid #3A3A3A;
    }
    .calendar-rutan .col-calendar {
        border: none !important;
    }
    .calendar-rutan .load-category{
        margin-bottom: 30px;
    }

}



.calendar-rutan .uk-panel-box-secondary .next-event-desc {
    padding-top: 0px;
    border-bottom: 1px solid black;
    padding: 5px 0;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 13px;
    margin-top: -15px;
    line-height: 1.3;
}

.calendar-rutan .time-event {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 13px;
    margin-top: -15px;
    line-height: 1.3;
}

.calendar-rutan .location-event{
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 13px;
    margin-top: -12px;
    line-height: 1.3;
}





/*PANEL 3*/

.calendar-rutan .col-calendar {
    border: 1px solid #3A3A3A;
    border-left: 0;
}

.calendar-rutan .actual-month {
	color: #000000; !important;
}

.calendar-rutan {
    background: #ffffff;
}

.calendar-rutan a.mod_eb_minicalendar_link:link {
    color: #808080;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    display: inline;
    line-height: 100px;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 9px;
    letter-spacing: 5px;
    padding-right: 0;
}

td.mod_eb_mincalendar_event a, td.mod_eb_mincalendar_event a.eb_minical_link span.sunday, td.mod_eb_mincalendar_event a.eb_minical_link SPAN.saturday{
	color: #000000;
}
/*
.calendar-rutan .fa .fa-caret-left {
    vertical-align: middle;
}

.calendar-rutan .fa .fa-caret-right {
    vertical-align: middle;
}
*/


.calendar-rutan .pre-year, .calendar-rutan .next-year {
    color: #3A3A3A;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 4px;
}


.calendar-rutan td {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.97);
    font-family: 'brandon-grotesque', 'Quicksand', sans-serif;
    height: 36px;
}
.calendar-rutan td > span {
    color: #000000;
    padding: 5px;
    width: 26px;
    height: 26px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
}

.calendar-rutan td.mod_eb_mincalendar_not_today a:hover {
    font-weight: bold;
    padding: 5px;
    width: 25px;
    background: #eee;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.calendar-rutan td.mod_eb_mincalendar_not_today a:hover .dots-current-day{
    color: #000000;
}

.calendar-rutan .mod_eb_mincalendar_td_dayname {
    color: #000000;
    width: 14%;
    height: auto;
}

.calendar-rutan td.mod_eb_mincalendar_event {
    background: none;
}


.calendar-rutan td.mod_eb_mincalendar_event a {
    color: #000000;
    text-decoration: none;
    height: 26px;
}
.calendar-rutan td.mod_eb_mincalendar_event a.active {
    font-weight: bold;
    padding: 5px;
    width: 25px;
    background: #eee;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.calendar-rutan .mod_eb_mincalendar_table {
    margin-bottom: 0;
}
.calendar-rutan .extcal_minical {
    margin-right: 35px;
}

.calendar-rutan .extcal_minical table.extcal_minical {
    background: #ffffff;
}

.calendar-rutan#next_year > i{
    color: #131313;
}

.extcal_minical .extcal_month_label a {
    color: #131313;
}

.calendar-rutan .month-list {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    margin-left: 10px;
}

.calendar-rutan .calendar-month {
    width: 8.3%;
    display: block;
    float: left;

}

.calendar-rutan .extcal_minical .extcal_navbar {
    border: none;
}

.calendar-rutan .uk-table {
    margin-bottom: 0;
}

.calendar-rutan hr {
    border-bottom: 1px solid #3A3A3A;
}

.calendar-rutan .calendar-month.actual-month {
   font-weight: bold;
}

.calendar-rutan td.mod_eb_mincalendar_today a {
    color: #000000;
    font-weight: bold;
    padding: 5px;
    width: 25px;
    background: #cadf24;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.calendar-rutan td.mod_eb_mincalendar_today.mod_eb_mincalendar_no_event > span {
    color: #000000;
    font-weight: bold;
    padding: 5px;
    width: 26px;
    height: 26px;
    background: #cadf24;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

calendar-rutan td.mod_eb_mincalendar_today > span.normal{
    color: #000000;
    font-weight: bold;
    padding: 5px;
    width: 26px;
    height: 26px;
    background: #cadf24;
    border-radius: 100%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.calendar-rutan td.mod_eb_mincalendar_today i {
    color: #000000;
    padding: 0 1px;
}

.calendar-rutan span.dots-current-day i {
    padding: 0 1px;
}

.calendar-rutan span.dots-current-day {
    font-size: 5px;
    display: block;
    color: #cadf24;
    text-align: center;
    height: 5px;
}


@media only screen and (max-width: 760px) {

    .calendar-rutan .col-calendar .month-list{
        margin-bottom: 0;
        margin-left: 0;
    }
    .calendar-rutan .col-calendar .month-list span{
        font-size: 10px;
        text-align: center;
    }
    .calendar-rutan .extcal_minical {
        margin-right: 0;
    }

}

@media only screen and (max-width: 760px) {

    .calendar-rutan .col-nextevent{

    border: none;
    }

}




