
button::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

.datepicker-table {
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    height: 325px;
    width: 350px;
    font-size: 14px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
}
.datepicker-table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 350px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    background-color: #fff;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}
.datepicker-table td {
    text-align: center !important;
    background-color: #fff;
    border-width:1px;
}
.datepicker-table th {
    padding: 10px;
    text-align: center !important;
    background-color: #fff;
    border-width:1px;
}
.datepicker-table tr:first-child th {
    font-size: 20px;
    font-weight: bold;
    border-left: none;
    border-top: none;
}
.datepicker-table td:last-child, th:last-child {
  border-right: none;
}

.datepicker-table th {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    background-color: #ffffff;
    color: rgb(37, 37, 37);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
    font-weight: normal;
}
.datepicker-table th .any {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-shadow: none;
    color: rgb(29, 29, 29);
}
.datepicker-table tr:nth-child(2) th {
    padding: 5px;
    border-width: 1px;
}
.datepicker-table td {
    padding: 0 !important;
    border-width: 0px !important;
}
.datepicker-table td>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #555;
    padding: 10px;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.datepicker-table td:nth-child(even)>span {
    background-color: rgba(0,0,0,0.02);
}
.datepicker-table td:last-child>span>a,
.datepicker-table td:nth-child(6)>span>a {
    color: rgb(103, 143, 255);
}
.datepicker-table td.today>a {
    font-weight: bold;
    background-color: rgb(103, 143, 255);
    color: #fff;
    border: 2px solid rgba(0,0,0,0.1);
}
.datepicker-table td.out > a > span {
    opacity: 0.2;
}

.datepicker-table td.out > a > span {
    cursor:default;
}

.datepicker-table td > a:hover {
    background: rgb(160, 185, 255);
    color: #fff;
}

.datepicker-table td > a > span {
    text-decoration: none;
    color: #555;
}
.next_button, .prev_button {
    cursor:pointer;
    border: none;
    position: absolute;
    top: 15px;
    border-radius:100%;
}
.next_button { right: 10px;}
.prev_button { left: 10px;}
.next_button:hover,
.prev_button:hover {
    background: rgba(0,0,0,0.2);
}

button:hover { cursor: pointer; }
button:focus { outline: none; }

.no-data a{ 
    background-color: rgba(82, 82, 82, 0.2) !important;
}
