.ndc-chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: "";
    display: inline-block;
    height: 0.3em;
    left: 0.15em;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.3em;
    border-color: #fff;
    box-sizing: initial;
}

.ndc-chevron.ndc-right:before {
    left: -1px;
    transform: rotate(45deg);
}

.ndc-chevron.ndc-left:before {
    left: 1px;
    transform: rotate(-135deg);
}

div#ndp-nepali-box {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #a6c9e2;
    background-color: #fdfefe;
    position: absolute;
    top: -999px;
    z-index: 9999;
    padding: 1px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

div#ndp-nepali-box .hidden {
    display: none;
}

div#ndp-table-div {
    margin: 0;
}

div#ndp-table-div table {
    border-spacing: 2px;
    border-collapse: separate;
}

div#ndp-nepali-box td.ndp-date {
    padding: 2px;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    color: #2e6e9e;
}

div#ndp-nepali-box td.ndp-selected {
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
    text-align: center;
}

div#ndp-nepali-box td.ndp-current {
    padding: 2px;
    border: 1px solid #fed22f;
    background: #f5f8f9;
    text-align: center;
    font-weight: 700;
}

div#ndp-nepali-box td.ndp-current a {
    color: #e17009;
    display: block;
}

div#ndp-nepali-box td.ndp-date a,
div#ndp-nepali-box td.ndp-selected a {
    display: block;
    color: #1c94c4;
    text-decoration: none;
    width: 20px;
    text-align: center;
    font-weight: 700;
}

a.ndp-disabled {
    color: #ccc !important;
}

div#ndp-nepali-box td.ndp-current:hover,
div#ndp-nepali-box td.ndp-date:hover {
    border: 1px solid #fed22f;
    opacity: 0.8;
}

div#ndp-nepali-box td.ndp-date a:hover {
    color: #1c94c4;
}

div#ndp-nepali-box table,
div#ndp-nepali-box td,
div#ndp-nepali-box tr {
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    border-collapse: separate;
    border-spacing: 2px;
}

div#ndp-nepali-box a {
    text-decoration: none;
}

.ndp-days th,
.ndp-header {
    text-align: center;
    font-weight: 700;
}

.ndp-header {
    border: 1px solid #4297d7;
    background: #87b6d9;
    color: #fff;
    font-size: 13px;
    padding: 2px;
    line-height: 20px;
    margin: 2px;
}

.ndp-next:hover,
.ndp-prev:hover {
    background: #fed22f;
}

.ndp-next,
.ndp-prev {
    position: absolute;
    top: 8px;
    width: 1.3em;
    height: 1.3em;
    background: #247ac4;
    border-radius: 50%;
}

.ndp-next.ndp-disabled,
.ndp-prev.ndp-disabled {
    background: #ccc;
}

.ndp-prev {
    left: 7px;
}

.ndp-next {
    right: 7px;
}

#currentMonth #ndp-month-select,
#currentMonth #ndp-year-select {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1px 0;
    height: 22px;
}

.ndp-corner-all,
.ndp-corner-left,
.ndp-corner-tl,
.ndp-corner-top {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ndp-corner-all,
.ndp-corner-right,
.ndp-corner-top,
.ndp-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ndp-corner-all,
.ndp-corner-bl,
.ndp-corner-bottom,
.ndp-corner-left {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ndp-corner-all,
.ndp-corner-bottom,
.ndp-corner-br,
.ndp-corner-right {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
