 .dayCellBos{
      width: 100px;
      height: 77px;
      text-align: left;
      vertical-align: top;
      border:1px solid #e3e3e3;
      background: #f8f8fa;
      color:#a0a0a0;
    }
    .dayCellDolu{
      background: #f00;
      color:#a0a0a0;
      vertical-align: top;
      width: 100px;
      height: 77px;
      border:1px solid #e3e3e3;
      background: url('../images/default/calendar/isaret.jpg') top right no-repeat;
    }
    a.day{
        color:#f00;
        font-size: 12px;
        font-family: tahoma;
        font-weight: normal;
    }
    a.day:hover,a.dayCurrent:hover{
        color:red;
        font-size: 12px;
        font-family: tahoma;
        font-weight: normal;
    }
    a.dayCurrent, .dayCurrent{
        color:#02aaff;
        font-size: 20px;
        font-family: tahoma;
        font-weight: bold;
        width: 100px;
        height: 77px;
    }
    .dayHead{
        color:#6ad5ff;
        font-weight: bold;
        height : 15px;
        font-size: 20px;
        margin-right: 5px;
        text-align: center;
    }
    .takvimSag{
        color:#6ad5ff;
        font-weight: bold;
        font-size: 20px;
        font-family: tahoma;
    }
    .selectBox{
        border: 1px solid #444;
        background: #2A2A2A;
        font-family: Tahoma, Helvetica, sans-serif;
        font-size: 20px;
        padding: 3px 6px;
        color: #ccc;
        height: 23px
    }
    .bos{background: url('../images/default/calendar/arka.png') center no-repeat;}
    .takvimara{height: 1px;background:#02aaff ;}
    .takvim_dugun a{color:#000;font-weight: 600;}
    .takvim_kina a{color:#808080;font-weight: 600;}
    .takvim_sunnet a{color:#808000;font-weight: 600;}

    .takvim_rezervasyon a.pending{color:#ff0000;font-weight: normal;}
    .takvim_rezervasyon a.confirmed{color:#C1C100;font-weight: normal;}

    .logo-cab{
        padding: 0;margin: -15px 0 0 -15px;
    }

    .navbar-static-top{
        margin-bottom: 0;
        height: 82px;
    }

    .sidebar{
        margin-top: 82px;
    }

    .img-logo{
        height: 80px;
    }

    @media screen and (min-width: 601px) {
        .logo-cab{
            padding: 0;margin: -15px 0 0 -15px;
        }

        .navbar-static-top{
            margin-bottom: 0;
            height: 82px;
        }

        .sidebar{
            margin-top: 82px;
        }

        .img-logo{
            height: 80px;
        }
    }

    @media screen and (max-width: 600px) {
        .logo-cab{
            padding: 0;margin: -15px 0 0 -15px;
        }

        .navbar-static-top{
            margin-bottom: 0;
            height: 42px;
        }

        .sidebar{
            margin-top: 22px;
        }

        .img-logo{
            height: 40px;
        }

        #side-menu{
            background: #E0E0E0;
        }
    }