﻿.divRadCalendar {
    min-width: 300px;
}

.textosTitulo {
    font-family: 'Arial';
    text-align: center;
    background-color: #F8F8F9;
}

.subTitulo {
    font-family: Arial;
    color: #3c3c3c;
    font-size: 1.5em;
    text-align: center;
    line-height: normal;
    font-weight: normal;
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.RadCalendar_Bootstrap .rcWeek TH {
    text-transform: uppercase;
    font-family: 'Arial';
}

.aRcToday {
    background-position: 12px 0px;
    background-color: #dccdcd;
}

.RadCalendar .rcRow td {
    text-align: -webkit-center !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
    border: none;
}

.RadCalendar_Bootstrap .rcMain .rcRow a, .RadCalendar_Bootstrap .rcMain .rcRow span {
    height: auto !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected A {
    color: white !important;
}

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected {
    color: white;
}

.RadCalendarText {
    font-family: 'Arial';
}

.RadCalendar_Bootstrap .rcTitlebar .rcTitle {
    font-size: 1.5em !important;
    text-transform: lowercase;
}

.RadCalendar_Bootstrap .rcTitlebar {
    background-color: #eae8e2 !important;
}

.divSpecialDay {
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}

.divSpecialDay a {
    color: #265ba4 !important;
    font-weight: bold;
}

.divSpecialDay a:hover {
    text-decoration: underline;
}

p.fechaHoy1 {
    font-size: 0.5em;
}

.fechaHoy2 {
    font-size: 3em !important;
    display: inline;
}

#divCumpleHoy .cumpleHoyTitulo .hoy .felicitaciones {
    color: #bbac6b;
    font-style: italic;
}

#divCumpleHoy .divNombres {
    background-color: gray;
    color: white;
    font-size: 15px;
    font-family: 'Arial';
    min-height: 100px;
    padding: 5px 0 0 20px;
    margin-left: -10px;
}

.RadCalendar_Bootstrap .rcMain .rcRow A {
    color: inherit;
}

.RadCalendar .rcPrev, .RadCalendar .rcFastPrev, .RadCalendar .rcFastNext, .RadCalendar .rcNext  {
    line-height: 50px !important;
}

.date-wrapper {
    -moz-border-radius: 2px 2px 2px 2px;
    min-width: 50px;
    font-weight: 400 !important;
    background: #F5F5F5;
    min-height: 90px;
    height: 90px;
}

.date-wrapper span {
    display: block;
}

.date-wrapper span.date-m {
    padding: 2px 4px;
    color: #ffffff;
    background: #1F293C;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 12px;
    text-transform: uppercase;
}

.date-wrapper span.date-d {
    font-size: 26px;
    line-height: 1;
    padding: 5px 0 5px 0;
    color: #1b1b1b;
    font-weight: 200 !important;
}

.date-wrapper-horizontal {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    padding: 1px;
}

.date-wrapper-horizontal span {
    font-size: 16px;
    display: inline-block;
}

.date-wrapper-horizontal span.date-m,
.date-wrapper-horizontal span.date-d {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 6px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.date-wrapper-horizontal span.date-m {
    font-size: 12px;
    line-height: 18px;
}

.date-wrapper-horizontal span.date-d {
    font-weight: 800;
    padding-left: 2px;
    border: none;
}

@media only screen and (max-device-width: 480px) {
    .RadCalendar_Bootstrap .rcMain .rcRow a {
        height: auto !important;
        width: auto !important;
    }
}
