@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700');
.supercal {
width: 100%;
}
.supercal .supercal-header {
display: block;
line-height: 34px;
text-align: center;
position: relative;
background:#fff;
padding: 10px 0 0 0;
}
.supercal .supercal-header .prev-month {
    float: left;
    height: 34px;
    width: 20px;
    background-image:url(../images/left-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 15px;
    background-size: 100%;
}
.supercal .supercal-header .next-month {
    float: right;
    height: 34px;
    width: 20px;
    background-image:url(../images/right-arrow.svg);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right:0;
    background-size: 100%;
}
.supercal-month {
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* border:1px solid #c6c6c6; */
    padding: 0 0 15px 0;
    background: #fff;
}


.supercal-month th{font-weight:normal;font-size:10px;}
.supercal table {
 width: 100%; 
/*width:auto !important;*/
max-width:auto !important;
background: #fff;
font-size:12px;
}
.supercal table td{font-size:12px; 
    /* font-family: 'Open Sans', sans-serif; */
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td{
    /* padding:3.6px; */
    padding: 8px 2px 8px;
    border: none;
    font-size: 10px;
    color:#666;
}
.supercal td {
cursor: pointer; 
/* font-family: 'Open Sans', sans-serif; */
}
.supercal-month .table-condensed.current tbody > tr > th{
    text-transform: uppercase;
    font-weight: 700 !important;
    border: none;
    padding-bottom: 0;
    font-size: 10px;
    color: #5b5652 !important;
    text-align: center;
}
.supercal-month .table-condensed.current tbody > tr > th:first-child{
    color: #ff000c !important;
    text-align: center;
}

.supercal td:hover {
color: #337ab7;
}
.supercal td.month-prev, .supercal td.month-next {
/* background: #eee; */
color: #b3b3b3 !important;
}
.supercal td.selected {
/* background: #7BB205 !important; */
/* color: #fff;
font-weight: normal; */
    color: #337ab7 !important;
    font-weight: bold;
}
.supercal td.today {
/* font-weight: bold; */
}
/* Footer */
.supercal .supercal-footer {
width: 100%;
display: table;
display:none;
}
.supercal .supercal-footer span.supercal-input {
display: table-cell;
width: 100%;
cursor: default;
}
.month {
    /*font-family: dinengschriftregular;*/
	font-size:18px;
	color:#585756;
    /* text-transform:uppercase; */
    text-align: left;
    font-weight: bold;
}
.month .datecal{
    color:#337ab7;
}

.example1 td {
    border: 1px solid #fdfdfd ;
}

.supercal-header .btn {
    background-color: transparent;
    padding: 0;
    text-indent: -9986px;
}
.supercal-header .btn:focus,
.supercal-header .btn:active, 
.supercal-header .btn.active{
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.supercal table td{text-align:center;}
.supercal table{margin-bottom:0px;}
.example1.supercal.carousel-vertical.transition {
    background-image: url("../images/calendar-shaddow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom:3px;
}

.eventdate {
    font-family: arial;
    font-size: 13px;
    margin-top: 14px;
}
.eventdate .gray-text {
    margin-top: 11px;
}
.eventdate .sky-blue-text {
   
	font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 1px;
}
.eventdate.col-md-12 {
    padding: 0 18px 18px 0;
	width:100% !important;
}

.supercal table td.has-events{
        /* background: #0FB7F0 ; */
        /* color:#fff; */
        color:#666;
        position: relative;
    }
    .supercal table td.has-events:after{
        content: "";
        position: absolute;
        width:4px;
        height:4px;
        background:#337ab7;
        display: inline-block;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        bottom: 0;
        left: 49%;
    }  
    #sidebar-calendar{
        /* border:1px solid #2591d2;
        border-top:none; */
        background-image: url(../images/bottom-shadow.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 3px;
    /* display: inline-block; */
    }
    #sidebar-calendar{
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .thumb-image.event-sidebar-calendar .shadow-box-part{
        margin-bottom: 15px;
    }
    .thumb-image.event-sidebar-calendar{
        z-index: -9;
        display: inline-block;
        margin: 0 0 15px;
    }
    #sidebar-calendar-data-events p.sky-blue-text{
        font-size:18px !important;
        font-weight: bold;
        font-family:arial !important;
    }
.sidebar-event #sidebar-calendar-data-events p.calender-text{
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Arvo', serif;
}
#sidebar-calendar-data-events .sky-blue-text{
    color: #337ab7 !important;
}