﻿@charset "utf-8";

.stylesheet {
}

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

body {
    font-family: Open Sans;
    margin: 0;
    padding: 0;
}
.box {
    width: 380px;
    margin: 0 auto;
    z-index: 999;
    top: -18px;
    position: absolute;
    min-height: 410px;
    height:auto;
    background-color: #fff;
    padding-bottom: 11px;
    border-radius: 0;
    padding-bottom: 11px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 10px;
    box-shadow: -4px 3px 10px -2px #b9b9b96e;
}

.month {
    height: 40px;
    width: 100%;
    border-radius: 0;
    background: #fff!important;
}

.month-sec {
    height: 40px;
    width: 100%;
    border-radius: 0;
    background: #fff!important;
    border-top-left-radius: 1;
}

.month1 {
    width: 10%;
    float: left;
    text-align: center;
}

    .month1 img {
        margin-top: 7px;
        cursor: pointer;
    }

.month2 {
    width: 80%;
    float: left;
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 40px;
    width: 90%;
    float: left;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.month3 {
    width: 10%;
    float: right;
    text-align: center;
}

    .month3 img {
        margin-top: 7px;
        cursor: pointer;
    }

.month ul {
    margin: 0;
    padding: 0;
    font-size: 41px;
}

    .month ul li {
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    width: 95%;
    float: left;
    font-size: 15px;
    margin-bottom: 8px;
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 10px;
}

    .weekdays ul {
        margin: 0;
        padding: 0;
        display: flex;
        gap: 0 1px;
    }

    .weekdays li {
        display: inline-block;
        width: 14%;
        color: #000000;
        height: 35px;
        line-height: 38px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        width: 14%;
        color: #7a7a7a;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-family: Poppins;
        font-weight: 500;
        font-size: 12px;
    }

.days {
    width: 100%;
   cursor:pointer;
    float: left;
    background: #fff;
    margin: 0;
    padding: 0 1%;
}

    .days:last-child {
        padding-bottom: 5px;
        border-radius: 4px;
    }

.out-date {
    color: #DCDCDC;
}

.null-date {
    color: #DCDCDC;
}

.days ul { margin: 0; padding: 0;gap: 0 1px;display: flex; }
.days li {list-style-type: none;float: left;width: 14%;text-align: center;font-size: 12px;color: #222222;height: 50px;padding-top: 7px;list-style-position: inside;/* border-left: 1px solid #e6e6e6; */list-style-type: none;float: left;width: 14%;text-align: center;font-size: 14px;color: #000;height: 49px;list-style-position: inside;/* border-left: 1px solid #e6e6e6; */font-weight: 400;cursor: pointer;font-family: Poppins;padding-top: 0;margin-top: 1px;margin-bottom: 1px;display: flex;flex-flow: column;justify-content: center;}
.days ul li span {color: #2d74b1;display: block;float: left;text-align: center;font-size: 10px;margin-top: 5px;width: 100%;font-weight: 400;}
.days li:hover { background: #2196f3 !important; color: #ffffff!important;border-radius: 8px;  }
.days li:hover span { color: #ffffff!important; background-color: #2196f3; }
.days ul li span:hover { color: #ffffff !important; background: none !important; }
.days li .active { padding: 10px; background: #1abc9c; color: white !important; }
.active-date {background: #2196f3;color: #ffffff!important;border-radius: 8px;}
.sel-date { background: #676767; color: #fff!important; border: 0px solid powderblue !important; float: left; font-family: Arial, Tahoma, Helvetica, sans-serif; text-align: center; pointer-events: all; cursor: pointer; font-weight: 400; position: relative; border-radius: 4px; margin-top: 3px; }
.sel-date > span { color: #fff; }

.olddate {
    background: #ffffff none repeat scroll 0 0 !important;
    color: #ccc !important;
    float: left;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: center;
    pointer-events: none;
    font-weight: 200;
}

.dvnxt {
    width: 10%;
    float: left;
    text-align: center;
    padding: 10px 0 0;
    pointer-events: none;
}

.up-date {
    border: 0px solid powderblue !important;
    float: left;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
    font-weight: 200;
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.prev a {
    text-decoration: none;
    color: #FFF;
}

.next a {
    text-decoration: none;
    color: #FFF;
}

.msgn-b {
    padding-bottom: 3%;
}

.box1 {
    width: 380px;
    z-index: 9999;
    top: -18px;
    position: absolute;
    padding-bottom: 11px;
    border-radius: 0;
    min-height: 410px;
    height:auto;
    background-color: #fff;
    left: 64px;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    box-shadow: 3px 3px 5px -1px #b9b9b96e;
}

.main1 {
    position: absolute;
    float: left;
    left: 520px;
    border-left: 1px solid #000;
}

.cal-tw {
    left: 10%;
    position: absolute;
    width: 100%;
    margin: 1.6% 0;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); */
}

.cal-tw1 {
    left: 14%;
    position: absolute;
    width: 118%;
    margin: -1.4% 0;
}

.main {
    width: 100%;
    float: left;
    left: 209px;
    POSITION: absolute;
    /* width: 380px; */
}

.old-dt {
    color: #c9c7c7 !important;
    pointer-events: none;
}



@media only screen and (min-width: 150px) and (max-width: 600px) {
    .box {
        top: -296px;
        width: 105%;
        box-shadow: none !important;
    }

    .main {
        height: 100%;
        background: #fff !important;
    }
}
/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {
        width: 12.7%;
        margin-left: 2px;
        margin-right: 2px;
    }

        .days li .active {
            padding: 2px;
        }
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {
        width: 12.2%;
    }
}
@-moz-document url-prefix(){ 
 .box1 {      }
}