
/*******************************Calendar Top Navigation*********************************/


#calendar {
    box-shadow: none;
}
.calendar_site {
    background-color: transparent;
}
.calendar_iframe {
    border:none;aling:center;
    width: 352px;
    min-height:390px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

div#calendar{
  margin:0px auto;
  padding:0px;
  width: 350px; /* orig width:602px; */
  font-family:Helvetica, "Times New Roman", Times, serif;
  background-color: #ffffff;
}
 
div#calendar div.box{
    color:white;
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color: #328217;      
}
.navig {
    font-size: 150%;
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:330px; /* orig width:582px; */
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#ffffff;
}
 
div#calendar div.header span.title{
    color:#ffffff;
    font-size:18px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #98c9a8;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:44px; /* orig 80px */
    height:30px; /* orig 40px */
    line-height:30px; /* orig 40px */
    vertical-align:middle;
    text-align:center;
    color:#000000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:40px; /* orig 80px */
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:44px; /* orig 80px */
    height:44px; /* orig 80px */
    font-size:20px; /* orig 25px */
    background-color: #dddddd;
    color:#000000;
    text-align:center;
    border-radius:9px;
    border:solid 2px #ffffff;    
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}    






/* ------------------------------- */

.mask {
    background-color: transparent !important;
}
.busy {
    background-color: #e99696 !important;
}
.free {
    background-color: #86c692 !important;
}
.free01 {
    background-image: url("../fenyves_kepek/free01.png");
}
.free10 {
    background-image: url("../fenyves_kepek/free10.png");
}
.free11 {
    background-image: url("../fenyves_kepek/free11.png");
}



.startDayDiv_fullfree {
    background-image: url("../images/calendar/free_full.png");
    border-radius:9px;
}
.startDayDiv_fullbooked_0 {
    background-color: #dddddd;border-radius:9px;
}
.startDayDiv_fullbooked_1 {
    background-image: url("../images/calendar/booked_full.png");border-radius:9px;
}
.startDayDiv_fullbooked_2 {
    background-image: url("../images/calendar/booked_fullb.png");border-radius:9px;
}
.startDayDiv_free {
    background-image: url("../images/calendar/free10.png");border-radius:9px;
}
.startDayDiv_booked_0 {
    background-image: url("../images/calendar/booked10c.png");border-radius:9px;
}
.startDayDiv_booked_1 {
    background-image: url("../images/calendar/booked10.png");border-radius:9px;
}
.startDayDiv_booked_2 {
    background-image: url("../images/calendar/booked10b.png");border-radius:9px;
}
.endDayDiv_free {
    background-image: url("../images/calendar/free01.png");border-radius:9px;
}
.endDayDiv_booked_0 {
    background-image: url("../images/calendar/booked01c.png");border-radius:9px;
}
.endDayDiv_booked_1 {
    background-image: url("../images/calendar/booked01.png");border-radius:9px;
}
.endDayDiv_booked_2 {
    background-image: url("../images/calendar/booked01b.png");border-radius:9px;
}
.clickable {
    cursor: pointer;
}
.freeday {
    background-color: #86c692;
}
.commentDiv_commentExists {
    background-image: url("../images/calendar/comment.png");border-radius:9px;
}





.today {
    border:solid 2px #6699ff !important;
}

.arrow_right {
    background-image: url("../fenyves_kepek/icons/triangle_right.png");
}
.arrow_left {
    background-image: url("../fenyves_kepek/icons/triangle_left.png");
}

.arrow_right, .arrow_left {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}


