﻿body {
}
label[for="dateSelector"]{
    line-height: 45px;
    display: block;
    font-size: 1em;
    text-align: center;
}

.no-text-wrap .item-content{
    white-space: initial;
}

/*Confirm popup start*/
.confirmPopup > .popup {
    border-radius: 10px !important;
    background-color: lightgrey !important;
    }
    
    .confirmPopup .popup-title {
    font-weight: bold;
    } 
