.PatroCenter {

    text-align: center;
}

#NepaliPatroElement {

    width: 100%;
}

#NepaliPatro th, #NepaliPatro td {
    text-align: center;
    vertical-align: middle;

}

#NepaliPatro .Next, #NepaliPatro .Prev {

    cursor: pointer;

}

#NepaliPatro .Next:hover, #NepaliPatro .Prev:hover {

    background: #004DFF;
    color: #fff;

}

#NepaliPatro td.today {

    background: #004DFF;
    color: #fff;
}

#NepaliPatro td {

    position: relative;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.week_holiday {

    background: #CA4E4E;
    color: #fff;
    font-weight: bold;
}

#NepaliPatro .popoverDate {

    position: absolute;
    height: 20px;
    width: 100px;
    top: 70%;
    z-index: 10000;
    border-radius: 5px;
    background: green;
    box-shadow: 2px 2px 2px black;
    left: 0;

}

#NepaliPatro .popoverDate span {
    font-size: 12px;
    color: #fff;

    line-height: 19px;
    display: block;

}