.oh_calendar_widget .blue.widget-title{margin-bottom: 0;}
.calendar {
    width: 100%;
}
.calendar-wrapper{
    border:1px solid #F1F1F1 ;
    position: relative;
    text-align: center;
}
.calendar-wrapper .month-nav {
    position: absolute;
    width: 100%;
    top: 8px;
    direction: ltr;

}
.calendar-wrapper #cal-next,.calendar-wrapper #cal-prev{
    font-size: 16px;
    margin: 5px 15px;
    color: #656565;
	text-decoration:none;
}
.calendar-wrapper #cal-next:hover,.calendar-wrapper #cal-prev:hover{text-decoration: none;
    color: #a6ce39;
}

 .calendar-wrapper #cal-next{float:right} 
 .calendar-wrapper #cal-prev{float:left}

.rtl .calendar-wrapper #cal-next{float:left}
.rtl .calendar-wrapper #cal-prev{float:right}

.calendar-wrapper table{
    margin:0 !important;
    color: #18486B;
}
.calendar-wrapper table td{
    text-align: center;
    vertical-align: middle;
	padding-left: 6px;
    padding-right: 6px;
	padding-top:8px;
	padding-bottom:8px;
}
.calendar-wrapper h2{
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0 !important;
    padding:10px 0;
}
.calendar-day-head {
    border-top: none;
    margin-bottom: 10px;
    font-weight: bold;
}

.calendar-wrapper .today{
	background-color:#dddddd;
}

.day-number {
    padding: 0px;
    color: #656565;
}
.calendar-wrapper .event-details h3{
    padding:0;
    font-size: 18px;
    margin:0;
}
.calendar-wrapper .calendar-day{cursor: default; text-align: center;vertical-align: top    ;color: #18486B;}
.calendar-wrapper .calendar-day.has_events {
    cursor: pointer;
	font-weight:bold;
}

.calendar-wrapper .footer-calendar {
    padding: 10px ;
}
div.footer-calendar a {
    font-weight: 400;
}
.footer-calendar span {
    font-size: 13px;
    color: rgb(77, 77, 77);
    font-weight: bold;
}


.dot-item{
	visibility:hidden;
	height:10px !important;
	width:20px;
}

.dot-wrapper-td{
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px
}

.dot-wrapper{
	background-color:#0066cb;
	padding:0;
}

.dot-wrapper.multiday{
	background-color:#cc0001;
}

.event-details{
	display:none;
	background-color:#fcfcfc;
	position:absolute;
	z-index:999;
	padding:15px;
	width:220px;
	overflow:visible;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	line-height:16px;
	font-size:12px;
}

#cal-items{
	position:absolute;
	top:0px;
}

.cal-event-item{
	padding-bottom:10px;
}


/* RTL section */






.bubblingG {
    margin:60px auto;
    text-align: center;
    width:40px;
    height:25px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin: 13px auto;
    background: #000000;
    -moz-border-radius: 25px;
    -moz-animation: bubblingG 0.8s infinite alternate;
    -webkit-border-radius: 25px;
    -webkit-animation: bubblingG 0.8s infinite alternate;
    -ms-border-radius: 25px;
    -ms-animation: bubblingG 0.8s infinite alternate;
    -o-border-radius: 25px;
    -o-animation: bubblingG 0.8s infinite alternate;
    border-radius: 25px;
    animation: bubblingG 0.8s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.24s;
    -webkit-animation-delay: 0.24s;
    -ms-animation-delay: 0.24s;
    -o-animation-delay: 0.24s;
    animation-delay: 0.24s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -moz-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -moz-transform: translateY(-11px);
    }

}

@-webkit-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -webkit-transform: translateY(-11px);
    }

}

@-ms-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -ms-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -ms-transform: translateY(-11px);
    }

}

@-o-keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        -o-transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        -o-transform: translateY(-11px);
    }

}

@keyframes bubblingG {
    0% {
        width: 5px;
        height: 5px;
        background-color:#000000;
        transform: translateY(0);
    }

    100% {
        width: 12px;
        height: 12px;
        background-color:#FFFFFF;
        transform: translateY(-11px);
    }

}