
.cale{
    clear:both;
    width: 100%;
    height: 407px;
    background:  #0c2542!important;
    margin-left:15px;
    /*margin-right:5%;	*/

}


.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}

.calendar {
    cursor: default;
    width: 100%;
    height: 400px;
    margin: 0px auto;
    padding-left:5%;
    padding-right:5%;
	
}

.calendar-sm .c-pad-top {
    padding-top: 0%;
}

.calendar .c-pad-top {
    padding-top: 0%;
}

.c-grid {
   
    height: inherit;
	border-bottom: 7px solid rgba(255, 255, 255, 0.25);
}
.c-day {
    width: 14.28%;
    height: 13%;
    background-color:#0c2542;
    float: left;
    text-align: center;
    color:white;
	font-size:18px;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    background-color:#0c2542;
    float: left;
    text-align: center;
    color: gray;
}

.c-day-next-month {
    width: 14.28%;
    height: 13%;
    background-color: #0c2542;
    float: left;
    text-align: center;
    color: gray;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    background-color:#0c2542!important;
    color: white;
    float: left;
    text-align: center;
	font-size:18px;    
    padding-top: 1%;
	border-top:2px solid white;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 2% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #ffb019;
	
	BORDER-RADIUS: 26px;
    border: 2px solid white;
    color: red;
}


.c-event {
    background-color: #ffb019;
    color: white;
   
    cursor: pointer;
	    border-radius: 26px;
}


.c-grid {
    float: left;
    width: 40%;
	
}

.c-event-grid {
    height: inherit;
    width: 55%;
    float: left;

}



.c-grid-title {
   font-size: 23px !important;
    text-transform: uppercase;
    float: left;
    background-color: #0c2542!important;
    color: white;
	font-size:24px;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
  font-size: 23px !important;
    text-transform: uppercase;
    background-color: #0c2542!important;
    color: white;
}

.c-event-body {
    background-color: #0c2542!important;
    height: 88.1%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
	margin-top:-1px;
	border-top:2px solid white;
}

.c-event-item > .title {
   text-transform: uppercase;
    font-size: 17px !important;
	letter-spacing: 1.2px;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    color:white;
}

.c-event-item {
    padding-left:33px;
    margin-bottom: 5px;
	text-align: left;
    line-height: 25px;
}



.c-event-over {
    background-color: rgb(255, 176, 25);
    font-weight: bold;
    color: #0c2542!important;
}

.c-event-over > .description {
    font-weight: normal;
    color:#0c2542!important;
    font-weight: bold;
}


.c-event-over > .title {
    font-weight: normal;
    color:#0c2542!important;
    font-weight: bold;
}


/* mobile view */
@media screen and (max-width: 768px) {
	
	
.cale{

	clear:both;
    width: 100%;
    background: #0c2542!important;
	margin-left:0%;
	margin-right:0%;


}


.calendar  * {
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;
}

.calendar {
        cursor: default;
    width: 100%;
        height: auto;
        text-align: center;
    margin: 0px auto;
  	padding-left:0%;
	padding-right:0%;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.c-grid {
   
    height: 100%;
	border-bottom: 7px solid rgba(255, 255, 255, 0.25);
}
.c-event-grid {
   
    height: auto;
    width: 100%;
   
}
.c-day {
    width: 14.28%;
    height: 40px;
    background-color:#0c2542;
    float: left;
    text-align: center;
    color:white;
	padding-top:1%;
}

.c-day-previous-month {
    width: 14.28%;
    height: 13%;
    background-color:#0c2542;
    float: left;
    text-align: center;
    color: gray;
}

.c-day-next-month {
    width: 14.28%;
    height: 40px;
    background-color: #0c2542;
    float: left;
    text-align: center;
    color: gray;
}

.c-week-day {
    width: 14.28%;
    height: 10.38%;
    background-color:#0c2542!important;
    color: white;
    float: left;
    text-align: center;
    font-weight: bold;
    padding-top: 1%;
	border-top:2px solid white;
}

.c-next {
    width: 12.5%;
    height: 12%;
    padding: 1% 2% 0 2%;
    text-align: right;
    cursor: pointer;
}

.c-previous {
    width: 12.5%;
    height: 12%;
    padding: 1% 2% 0 2%;
    text-align: left;
    cursor: pointer;
}

.c-month {
    width: 75%;
    height: 12%;
    text-align: center;
}

.c-nav-btn-over {
    background-color: rgb(137, 163, 192) !important;
    font-weight: bold;
}

.c-today {
    background-color: #ffb019;
	
	BORDER-RADIUS: 26px;
    border: 2px solid white;
    color: red;
}

.c-event {
    background-color: #ffb019;
    color: white;
    font-weight: bold;
    cursor: pointer;
	    border-radius: 26px;
		padding-top:1%;
}

.c-grid {
    width: 100%;
	height:auto;
}



.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: #0c2542!important;
    color: white;
	font-size:24px;
}

.c-event-title {
    width: 100%;
    height: 12%;
    text-align: center;
    font-weight: bold;
    background-color: #0c2542!important;
    color: white;
	padding-top:1%;
}

.c-event-body {
    background-color: #0c2542!important;
    min-height: 75px;
   width:100%;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    border-top: 2px solid white;
    width: 100%;
    flex-basis: auto;
}

.c-event-item > .title {
    font-weight: bold;
}

.c-event-item > div {
    text-overflow: ellipsis;
    width: inherit;
    overflow: hidden;
    white-space: nowrap;
    color:white;
}

.c-event-item {
    padding-left: 10px;
    margin-bottom: 10px;
}



.c-event-over {
    background-color: rgb(255, 176, 25);
    font-weight: bold;
    color: #0c2542!important;
}

.c-event-over > .description {
    font-weight: normal;
    color:#0c2542!important;
    font-weight: bold;
}


.c-event-over > .title {
    font-weight: normal;
    color:#0c2542!important;
    font-weight: bold;
}
	
	
	
	
	
	
}