:root{
    --bg-grey:#c6c6c6;
    --cell-grey:#e0e0e0;
    --blue:#084298;
    --light-blue:#cfe2ff;
}

body, .row.sticky-top{
    background-color: var(--bg-grey);
}
.spinner{
    max-height: 31px;    
}
[x-cloak] { 
    display: none !important; 
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display:none;
}
.btn-primary:focus {
    background-color: var(--blue);
    border-color: var(--blue);
    box-shadow: none;
}
.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
#year-input{
    width:100px;
}
small{
    font-size: .65em;
    font-weight: normal;
    color:  var(--blue);
}
.calendar-header{
    top:66px;
    z-index:1015;
}
.calendar-header>a>span{
    float:right;
}
caption>span{
    text-decoration:none;
}

li {
    font-size: .8rem;
    font-weight: 475;
    line-height: 1;
}
li strong{
    float:right;
    color:#000;
}
li.holiday {
    color: red;
    background-color: var(--cell-grey);
}
li.weekend{
    background-color: var(--cell-grey);
}
.list-group {
    border-radius: 0;
}
.bg-primary{
    background-color: var(--blue) !important;
    color: white;
}
.table td{
    background-color: white; 
}
.table-sm>:not(caption)>*>* {
    padding: 0.15rem 0.15rem;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #555;
}
.calendar-table{
    table-layout: fixed;
}
.calendar-table th{
    text-align: center;
}
.calendar-table td{
    border: 1px solid var(--blue);
    text-align: center;
    color: var(--blue);               
    font-weight: bold;
    width:12.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}
.sun-table td, .sun-table th{    
    font-weight: normal;
    text-align: center;
    width: auto;
    font-size: .9rem;
}
td.week, th.week{               
    font-weight: normal;
    font-style: italic;
    background-color: var(--light-blue);
}
td.previous-month{
    color: var(--bg-grey);    
    font-weight: normal;
    font-style: italic;
}
.table td.holiday{
    background-color: var(--cell-grey);
    color: red;
    cursor: pointer;
}
.table tr.holiday td{
    background-color: var(--cell-grey);
    color: red !important;
    border-color: white;
    cursor: pointer;
}
.table td.weekend{
    background-color: var(--cell-grey);
}
.table tr.weekend td{
    background-color: var(--cell-grey);
    border-color: white;
}
caption {
    padding-top: 0.2rem; 
    padding-bottom: 0.2rem; 
    background-color: var(--blue);
    color: white;
    font-weight: bold;
    text-align: center; 
/*    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
}
caption a{
    display:block;
}
.btn-primary {
    background-color: var(--blue);  
    border-color: var(--blue);
}
.form-select{
    width:auto;
}
.form-select-sm {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0.5rem;
    font-size: .9rem;
}