﻿dpScope #diaContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
dpScope #diaContainerNoTime {
    display: flex;
    flex-direction: column;
    align-items: start;
}
dpScope #diaFinalContainerNoTime {
    display: flex;
    flex-direction: column;
    align-items: start;
}
dpScope .ui-datepicker{
    border-color:white !important;
}
dpScope .ui-datepicker-header{
    background-color:white !important;
    border-color:white !important;
}
dpScope .ui-datepicker-calendar thead tr th{
    text-transform:uppercase;
}
dpScope .ui-state-default{
    border-color:white !important;
    background-color:white !important;
    display: flex !important;
    justify-content: center;
    border-radius: 5px;
}
dpScope .ui-state-default.ui-state-active{
    background-color:#8ebcf9 !important;
}
dpScope .dateAvailable a,dpScope .dateAvailable span {
    background-color:#6ad06a73 !important;
}

dpScope .dateNotAvailable a,dpScope .dateNotAvailable span{
    background-color: #d06a6a73 !important;
}