@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 15px 0 15px;*/
    padding: 0;
    background-color: #006a14 !important;
}
.supercal .supercal-header .prev-month {
    float: left;
    height: 34px;
    width: 20px;
    background-image:url(../images/backward-arrow-1.png);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 30px;
    background-size: 100%;
    float: left;
    left: 5px;
    top: 3px;
}
.supercal .supercal-header .next-month {
    float: right;
    height: 34px;
    width: 20px;
    background-image:url(../images/skip-track-1.png);
    background-repeat:no-repeat;
    background-position:center center;
    position: absolute;
    right: 5px;
    background-size: 100%;
    top: 4px;
}
.supercal-month {
position: relative;
z-index: 0;
overflow: hidden;
/* border:1px solid #c6c6c6; */
padding: 0 15px 15px 15px;
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 4px 8px;
    border: none;
    font-size: 14px !important;
    color: rgba(0,0,0,.5);
    cursor: pointer;
    opacity: 1;
    font-weight: bold;
}
.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: 4px;
    font-size: 10px !important;
    color: rgba(255,255,255,.5) !important;
}
.supercal-month .table-condensed.current tbody > tr > th:first-child{
    color: rgba(255,255,255,.5) !important;
}

.supercal td:hover {
color: #333;
}
.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: #339933 !important;
    font-weight: bold;
    color: rgba(255,255,255,.8) !important;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    /*width: 10%;*/ 
}
.supercal td.selected:hover{
    color: #333 !important;
}

.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;
    margin: 10px 0 10px 0;
    padding: 0;
    display: inline-block;
    font: 700 16px "Open Sans",Arial,Helvetica,Geneva,sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.3), 0 1px 0 rgba(0,0,0,.05);
}
.month .datecal{
    color:#ffffff;
}
.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: 10px;
}
.eventdate.col-md-12 {
    padding: 0 18px 0 25px;
	width:100% !important;
}

.supercal table td.has-events{
        /* background: #0FB7F0 ; */
        /* color:#fff; */
        /*color:#5b5652;*/
        position: relative;
    }
    .supercal table td.has-events:after{
        content: "";
        position: absolute;
        width:4px;
        height:4px;
        background:#339933;
        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;*/
    }
    #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;
}
.calendar-block .supercal-month tr.tbl-head{
    background: #393 !important;
}
.calendar-block .supercal-month{
    padding: 0;
}
.calendar-block .supercal-month tr.tbl-head th{
    text-align: center;
    padding-top: 5px;
    color: rgba(255,255,255,.5) !important;
}
.calendar-block .event{
    padding-left: 18px;
    padding-right: 18px;
}
.calendar-block #sidebar-calendar-data-events p.sky-blue-text{
    color: #666666;
}
.calendar-block #sidebar-calendar-data-events a p.calender-text{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}