
.calendars{
	background: transparent;
    /*background-color: #fff;*/
    color: #000;
    border: 1px solid #e3e8f0;
    border-radius: 0px;
    font-family: unset;
    font-size: unset;
    background: transparent;

}
.calendars-nav, .calendars-ctrl {
    float: left;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
}

.calendars-month a{
display: inline-block;
    line-height: 1.5em; 
    width: 2em;
    padding: 4px;
    font-size: .8em;
	background-color: transparent;
	color: #212529;	
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump, .calendars-rtl .calendars-cmd-clear,
.calendars a:focus,
.calendars a:visited{
	outline: none;	
}
.calendars-month td span{
	color: #666;
	display: inline-block;
    line-height: 1.5em;
    width: 2em;
    padding: 4px;
    font-size: .8em;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input{
    height: 1.5em;
    background-color: transparent;
	color: #212529;
    font-weight: bold;	
}
.calendars-month-header select option{
	color: #666;
}
.calendars-month {
    float: left;
    width: auto;
    border: none;
    text-align: center;
}
.calendars-month thead {
    border-bottom: none;
}
.calendars-month th, .calendars-month th a {
    background-color: transparent;
	color: #212529;
} 
.calendars-month td{
	background-color: transparent;
    border: none;	
}
.calendars-month td .calendars-other-month{
    background-color: transparent;	
}
.calendars-month td .calendars-weekend{
	background-color: transparent;	
}
.calendars-month th{
	border: none;
    color: #999;
    cursor: default;	
}
.calendars-month td .calendars-highlight{
	background: transparent;
    color: #FF2747;
    box-shadow: none;
    background-color: transparent;
}
.calendars-month td .calendars-today {
	background: #0165c6;
    text-align: center;
    border-radius: 50%;
    color: #eee;
    transition: .7s;
    width: 2em;
    padding: 4px;
    font-size: .8em;	
}
.calendars-month td .calendars-today:after{
	content: ' ';
    display: block;
    height: 40px;
    width: 80%;
    background: #5B6782;
    box-shadow: inset 0px 0px 15px rgba(160, 134, 215, 0.25);
    border-radius: 25px;
    position: absolute;
    right: 5%;
    margin-top: -31px;
    z-index: -1;	
}

.calendars-cmd:hover{
	background: transparent;
	color: #FF2747;
}
.calendars-month td .calendars-selected{
	background: #FF2747;
    text-align: center;
    border-radius: 50%;
    color: #212529;
    transition: .7s;
    width: 2em;
    padding: 4px;
    font-size: .8em;
}
.calendars-popup .calendars{
	width: 100% !important;
}
.calendars-popup .calendars-month {
    width: 100%;
}
.calendars-popup .calendars-month td .calendars-today:after {

    display: none;
}
.calendars-popup{
	width: 260px;
	z-index:999999;
	background: linear-gradient(-180deg, #f4f6f9 0%, #f4f6f9 100%);
    border-radius: 0;
}
