
@CHARSET "UTF-8";
#gz-abc-main-container-4 {
    margin: 0;
    border-radius: 6px;
    padding: 0;
    position: relative;float: left;
    width: 100%;
}
#gz-abc-main-container-4 .gzABCalendarTable{
    background-color: #efefef;
    border: 0 solid #000000;
    border-collapse: collapse;
    float: left;
    font-family: Arial;
    height: 100%;
    margin: 0;
    width: 100%;
    table-layout: fixed;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellWeekDay,
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellToday, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellReserved, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellDayOff, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPending, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPast, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellDisable, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellEmpty, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCell,{
    height: 12.5%;
    text-align: center;
    vertical-align: middle;
    width: 12.5%;
}

#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellAvil, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPending{
    cursor: pointer;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellAvil, 
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCell, { 
    cursor: pointer;
    background-color: #41ce88;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}

#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellAvil .gzABCalDate{
    border-radius: 50%;
    margin: 0 auto;
    background-color: #41ce88;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}

#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellDayOff .gzABCalDate{
    border-radius: 50%;
    background-color: #8e9bd0;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellReserved .gzABCalDate{
    border-radius: 50%;
    background-color: #e56462;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPending .gzABCalDate{
    border-radius: 50%;
    background-color: #fcde7d;
    color: rgba(255,255,255,1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPast{
    background-color: #fefefe;
    color: rgba(57, 57, 57, 0.1);
    font-size: 14px;
    font-family: Arial;
    font-weight: normal
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellEmpty{
    background-color: #fefefe;
    color: rgba(57, 57, 57, 0.1);
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellDisable{
    background-color: #e4e1e5;
    color: #000;
    font-size: 13px;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellColor{
    width: 20px;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellColorPast{
    background-color: #fefefe;
    color: rgba(57, 57, 57, 0.1);
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellColorDisable{
    background-color: #e4e1e5;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellLinkDate{
    position: relative;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPrice{
    background-color: #ccc;
    border: solid 1px #000;
    color: #000;
    display: none;
    padding: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    white-space: nowrap;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellPriceStatic{
    color: #000;
    white-space: nowrap;
    margin: 5px 0 0;
}
#gz-abc-main-container-4 .gzABCalendarTable table.gzABCalCellTablePrice tbody td{
    cursor: default !important;
}
#gz-abc-main-container-4 .gzABCalCellMonth .gzABCalCellLinkMonth {
    cursor: pointer;
}

#gz-abc-main-container-4  .gzABCalCellArrow{
    cursor: pointer;
    float: right;
    padding: 0 7px;
    text-align: center;
    vertical-align: middle;
}
#gz-abc-main-container-4 .gzABCalCellArrow a{
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
#gz-abc-main-container-4 .gzABCalCellArrow a:hover{
    color: #0981a5;
}
#gz-abc-main-container-4 .gzABCalCellMonth{
    font-family: Arial;
    background-color: #32aed3;
    color: rgba(255,255,255,1);	
    font-size: 16px; 
    text-align: left;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0;
    font-weight: bold
}
#gz-abc-main-container-4 .gzABCalendarTable td.gzABCalCellSelected{
    background-color: rgba(156,199,221,1);
}
#gz-abc-main-container-4 .gzABCalendarTable td.gzABCalCellSelected img{
    display: none;
}
#gz-abc-main-container-4 .gzABCalendarTable .close{
    color:  #b80f0f;
    position: absolute;
    right: -2px;
    top: -10px;
    font-size: 16px;
    z-index: 10;    
}

#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellDivImg{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalDate{
    margin: 0;
    padding: 9px;
    z-index: 2;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellImg{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellWeek{
    text-align: center;
    color: rgba(115,117,118,1);
    background-color: {bg_week;}
    font-size: 90%;
}
#gz-abc-main-container-4 .gzABCalendarTable td{
    border: 1px solid rgba(224,223,222,1);
    background-color: #ffffff;
    padding: 6px;
    text-align: center;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellWeekDay{
    cursor: default;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
#gz-abc-main-container-4 .gzCalHeader{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellWeekDay,
#gz-abc-main-container-4 .gzABCalendarTable .calendarEmpty{
    padding: 10px;
}
#gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellToDay .gzABCalDate{
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%; 
    margin: 0 auto;
    background-color: #b6c9e1;
    color: #fff !important;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold
}
#gz-abc-main-container-4 .gzABCalendarTable .error-tooltip{
    display: none;
}
#gz-abc-main-container-4 .gzABCalCellLegend{
    padding: 10px 20px 10px 20px;
    float: left;
    width: 100%;
    position: relative;
    none repeat scroll 0 0 #eee;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    line-height: 1;
    font-size: 130%;
    line-height: 24px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(224, 223, 222, 1);
    border-top: none;
}
#gz-abc-main-container-4 .gzABCalCellLabel{
    position: relative;
    height: 40px;
    font-family: Arial;
    color: rgba(103,111,113,1);	
    font-size: 14px; 
    fontt-style: italic;
    float: left;
    padding: 10px;
    line-height: 30px;
    width: 25%;
}
#gz-abc-main-container-4 .gzABCalCellLabel .gzABCalCellColor{
    float: left;
    margin-right: 10px;
}
@media (max-width: 1510px) {
    #gz-abc-main-container-4 .gzABCalCellLabel{

        position: relative;
        height: 40px;
        font-family: Arial;
        color: rgba(103,111,113,1);	
        font-size: 14px; 
        fontt-style: italic;
        float: left;
        padding: 10px;
        line-height: 30px;
        width: 50%;
    }
}
#gz-abc-main-container-4 .gzABCalCellSlots{
    bottom: 20px;
    position: absolute;
    right: 20px;
    font-family: Arial;
    color: rgba(103,111,113,1);	
    font-size: 14px; 
    fontt-style: italic;
    font-weight: bold;
}
#gz-abc-main-container-4 .gzABCalColorDayOff{
    background-color: #8e9bd0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
}
#gz-abc-main-container-4 .gzABCalColorAvil{
    background-color: #41ce88;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
}
#gz-abc-main-container-4 .gzABCalColorPending{
    background-color: #fcde7d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
}
#gz-abc-main-container-4 .gzABCalColorReserved{
    background-color: #e56462;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
}
#gz-abc-main-container-4 .gzCalDay{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    font-weight: lighter;
    font-family: "Lato",sans-serif;
    margin-left: -12px;
}
#gz-abc-main-container-4 .gzCalMonth{
    color: #ffffff;
    line-height: 1;
    text-align: center;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
}
#gz-abc-main-container-4 .gzCalYear{
    color: #ffffff;
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    font-family: "Lato",sans-serif;
    width: 100%;
    float: left;
}
#gz-abc-main-container-4 .gzABCalButton{
    bottom: 20px;
    right: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
#gz-abc-main-container-4 .text-left{
    text-align: left;
}
#gz-abc-main-container-4 .float-left{
    float: left;
}
#gz-abc-main-container-4 .showMinCalendar{
    font-size: 135%;
    color: #fff;
    margin-left: 10px;
}
#gz-abc-main-container-4 .miniCalendar{
    display: none;
    left: 105px;
    position: absolute;
    top: 85px;
    border: 2px solid black;
    z-index: 3;
}
#gz-abc-main-container-4 .miniCalendar td{
    background-color: #fff;
    z-index: 3;
    padding: 10px 2px;
}
#gz-abc-main-container-4 .miniCalendar td a{
    color: #000;
    margin: 15px;
    font-size: 12px;
    z-index: 3;
}
#gz-abc-main-container-4 .miniCalendar h2{
    text-align: center;
    margin: 7px 0 0 0;
}
#gz-abc-main-container-4 .miniCalendar .currentMonth{
    color: #cf3a3a;
}
#gz-abc-main-container-4 .legendContainer{
    display: none;
}
@media (max-width: 479px) {
    #gz-abc-main-container-4 .gzABCalendarTable td  {
        padding: 0 !important;
    }
    #gz-abc-main-container-4 .gzABCalendarTable .gzABCalCellAvil .gzABCalDate{
        width: 100% !important;
    }
}
#gz-abc-main-container-4 .gzABCalCell {
    color: #1d90f5;
}
#gz-abc-main-container-4 .gzABCalCell .gzABCalCellDivInner, #gz-abc-main-container-4 .gzABCalCell .gzABCalCellDivInner{

    display: inline-block;
}
#gz-abc-main-container-4 .gzABCalCell .gzABCalCellDivInner:hover, #gz-abc-main-container-4 .gzABCalCell .gzABCalCellDivInner:focus{
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1d90f5;
    cursor: pointer;
    font-weight: 400;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    margin: 0;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#gz-abc-main-container-4 .gzABCalCell .gzABCalDate:hover,#gz-abc-main-container-4 .gzABCalCell .gzABCalDate:focus{
    opacity: .65;
}