/* 7 of 87 CSS properties converted by rtl.daskhat.ir 
 These properties should be override originals. 
 just load rtl css file after original css file.*/ 

/* body {direction:rtl;} */

.calanderSection{
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
    padding: 25px;
}

.calanderTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.calanderTable td, .calanderTable th{
    width: 14.28%;
    position: relative;
    border: none;
    text-align: center;
    padding: 8px 0;
}

.calanderTable th{
    : ;
}

.calanderTable th .d{
    font-family: 'Heebo';
    background: #ffe5cd;
    color: #333333;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.calanderTable .defoult:not(.remind):last-child .date{
    background: #f7d1da;
}

.calanderTable .defoult{
    : ;
}

.calanderTable .defoult .date{
    display: inline-flex;
    background: rgba(221, 221, 221, 0.2);
    border: solid 1px rgba(202, 198, 190, 0.2);
    color: #707070;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.calanderTable .currentDate .date{
    background: #fff;
    border-color: #ff8c24;
}

.calanderNavBlock{
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #F8F8F8;
    width: 100%;
    padding-bottom: 15px;
    margin: 0px 0px 15px 0px ;
    position: relative;
}

.calanderNavBlock .calanderHeading{
    font-family: 'Heebo';
    margin: 0 65px 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    height: 52px;
    background: linear-gradient(45deg, rgba(50,150,38,1) 100% 100%);
    filter: progid;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calanderControls span{
    background: #329626 url(../images/arrow2.svg) no-repeat 50% 50%;
    display: inline-block;
    width: 53px;
    height: 53px;
    margin: 2px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
}

.calanderControls span.prev{
    transform: rotate(180deg);
    left: inherit;
    right: 0px;
}

.calanderControls span:hover{
    background-color: #2b9927;
}

.calanderTable .remind .date{
    background: #ff9d45;
    border-color: #ff9d45;
    color: #fff;
    cursor: pointer;
}

.calanderTable .selected .date{
    background: linear-gradient(45deg, rgba(50,150,38,1) 100% 100%);
    filter: progid;
    border-color: transparent;
    font-weight: bold;
}

