span#ResponsiveTitle
{
    background: #ed0c8c;
}

.btn-success
{
    background: #00cbff;
    background: -moz-linear-gradient(top, #00cbff 0%, #0074ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cbff), color-stop(100%,#0074ff));
    background: -webkit-linear-gradient(top, #00cbff 0%,#0074ff 100%);
    background: -o-linear-gradient(top, #00cbff 0%,#0074ff 100%);
    background: -ms-linear-gradient(top, #00cbff 0%,#0074ff 100%);
    background: linear-gradient(to bottom, #00cbff 0%,#0074ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cbff', endColorstr='#0074ff', GradientType=0);
    text-shadow: 1px 1px #0074ff;
}

.btn-success:hover
{
    background: #058fdf;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#058fdf', endColorstr='#058fdf', GradientType=0);
}

body {
    font-size: 12px;
    background-color: transparent;
}

.table {
    background: white;
}

.form-control, .btn {
    font-size: 12px;
    padding: 5px 10px;
}

.form-control {
    height: 30px;
}

.RadCalendar {
    border: 1px solid rgb(237, 12, 140)!important;
    width: 268px!important;
}

.RadCalendar .rcTitlebar {
    background-color: rgb(237, 12, 140)!important;
}

.RadCalendar .rcMain {
    border-width: 0!important;
}

.RadCalendar .rcWeek th {
    color: rgb(237, 12, 140) !important;
}

.RadCalendar .rcMain .rcOutOfRange span, .RadCalendar .rcMain .rcOtherMonth a {
    background: rgb(255, 241, 243) !important;
    color: rgb(184, 15, 111) !important;
}

.RadCalendar .rcMain .rcRow a, .RadCalendar .rcMain .rcRow span {
    color: rgb(184, 15, 111) !important;
}

.RadCalendar .rcMain .rcRow .rcSelected a {
    background: rgb(184, 15, 111) !important;
    color: white !important;
}

.RadCalendar .rcTitlebar .rcPrev,
.RadCalendar .rcTitlebar .rcNext,
.RadCalendar .rcTitlebar .rcFastPrev,
.RadCalendar .rcTitlebar .rcFastNext {
    background: rgb(184, 15, 111) !important;
    color: white !important;
}

.RadCalendar .rcTitlebar .rcPrev:hover,
.RadCalendar .rcTitlebar .rcNext:hover,
.RadCalendar .rcTitlebar .rcFastPrev:hover,
.RadCalendar .rcTitlebar .rcFastNext:hover {
    color: rgb(184, 15, 111) !important;
    background: white !important;
}

#CheckDate h3 {
    font-size: 20px;
    text-align: center;
}
