﻿/* Calendar Style */

.calender_Div {
    width: 100%;
    margin: 0 auto;
}

.calender_days {
    height: auto;
    padding: 15px;
    overflow: hidden;
    color: #555555;
    background-color: #fff;
    width: 83%;
}

.calender_days tr {
	/*background-color: #075641;*/
}

.calender_days tr:first-child {
	 background-color: #2b475a;
}

.calender_days td {
	/*height:30px;*/
	padding: 2px 5px;
	text-align: center;
	font-family:sans-serif;
}

.calender_days tr.daynametr td {
	/*height:30px;*/
	padding: 8px!important;
}

.calender_days td.day {
	/*height:30px;*/
	padding: 11px 5px;
	font-family:sans-serif;
	font-size:15px;
}

.nextMonth {
    text-align: right;
}

.prevMonth {
    text-align: left;
}

.TopCurrentYearCssClass {
    text-decoration: none;
    color: #fff !important;
	font-family:sans-serif;
}

.TopCurrentMonthCssClass{
	font-family:myMainFont;
	text-decoration: none;
    color: #fff !important;
}

a.TopCurrentMonthCssClass:hover, a.TopCurrentYearCssClass:hover, a.TopCurrentMonthCssClass:link, a.TopCurrentYearCssClass:link {
    text-decoration: none;
	color: #fff !important;
}

.cuurentDay, .cuurentDay a {
    text-decoration: none;
    background: url(/_layouts/15/RDCCI/Sure.Modules/Calendar/images/currentdayBg.png) no-repeat center center;eventBg
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    height: 24px;
	color:#fff !important;
}

/*.cuurentDay:hover,.cuurentDay a:hover{
	background-color: #087457;
}*/

.day, .day a {
    color: #555;
    line-height: 15px;
    text-align: center;
    /*background-color:#f3f3f3;
	border:1px solid #fff*/
}

.dayName {
    /*background-color:#509b87;
	color:#c0f3e5;
	font-size:12px;
	height:15px;
	padding:5px 0 10px 0;
	width:30px;*/
    font-size: 12px;
    margin-bottom: 4px;
    text-align: center;
    margin: 4px 0 0px 0;
    font-weight: bold;
	font-family:myMainFont;
}

.EventContainerCssClass {
    position: absolute;
    display: none;
    border: solid 1px black;
    background-color: #E4E4E4;
}

.EventTitleCssClass {
    background-color: #000;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
}

.EventDescriptionCssClass {
    padding: 5px;
}

.daynametr {
    background-color: #f2f2f2;
}

.days_name td {
    font-family: tahoma;
    font-size: 11px;
    color: #fff;
    text-align: center;
    height: 18px;
    width: 28px;
}

.today_date {
    font-weight: bold;
    color: #0095b5;
}



.event_day{
	text-decoration: none;
	/* background: url(/_layouts/15/RDCCI/Sure.Modules/Calendar/images/eventBg.png) no-repeat center center; */
	text-align: center;
	cursor: pointer;
	border: 0px !important;
	text-align: center;
	text-decoration: none !important;
}

.event_day a {
	color: #fff !important;
    background: #2b475a;
    cursor: pointer;
    height: 30px;
    border-radius: 50% !important;
    width: 30px;
    display: inline-block;
	padding-top:5px;
	pointer-events: none;
}

/*.event_day a:hover{
	background-color: #eee;
	text-decoration: none;
}
*/
.month {
    font-family: tahoma;
    font-size: 12px;
    color: #717171;
}
/*
.calender_right_arrow{
	background:url(/_layouts/15/PSU/Sure.Modules/Calendar/images/ar/green/calender_next.gif) no-repeat;
}

.calender_left_arrow{
	background:url(/_layouts/15/PSU/Sure.Modules/Calendar/images/ar/green/calender_perv.gif) no-repeat;
}
*/

.tooltip {
    /*background:url(/_layouts/15/PSU/Sure.Modules/Calendar/images/ar/green/black_arrow_white.png) repeat scroll 0 0 transparent; */
    color: #000;
    font-size: 12px;
    /*height:115px;*/
    padding: 0;
    padding-right: 0px;
    /*	width:186px;*/
    z-index: 99;
    opacity: 1 !important;
}

    .tooltip li {
         list-style-type: none;
		/* background: url(/_layouts/15/PSU/Sure.Modules/Calendar/images/ar/green/tooltip_arrow.png) right top no-repeat; */
		display: block;
		padding: 13px;
		border: 1px dashed #fff;
		border-radius: 6px;
    }

    .tooltip ul {
        padding: 3px;
		list-style-type: circle;
		background-color: #2b475a;
		border-radius: 6px;;
    }
	
	.tooltip ul::after{
		content: "";
		display: inline-block;
		position: absolute;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #191852;
		top: 50px;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

    .tooltip li a:visited, .tooltip li a:link {
        color: #fff;
        font-size: 13px;
        margin: 0;
        text-decoration: none;
    }

    .tooltip li a:hover {
        text-decoration: underline;
    }

/*.nextMonth img{position:relative;  right: 46px; top: 2px;}
.prevMonth img{position:relative; left:50px;top: 2px;}*/

.prevMonth a {
    position: relative;
    left: 50px;
    top: 2px;
}

.AjaxLoaderImageCssClass {
    right: 45%;
    top: 50%;
    position: absolute;
    z-index: 99999;
}

.nextMonth a {
    right: 20%;
    /* top: 6px; */
    position: relative;
    background: url(/_layouts/15/RDCCI/Sure.Modules/Calendar/images/back.png) right top no-repeat;
    height:19px;
    width: auto;
    display: block;
}

.cal_next {
    display: none;
}

.prevMonth a {
    left: 20%;
    /* top: 6px; */
    position: relative;
    background: url(/_layouts/15/RDCCI/Sure.Modules/Calendar/images/forword.png) left top no-repeat;
    height:19px;
    width: auro;
    display: block;
}

.cal_prev {
    display: none;
}