﻿.modal-content {
    height: 402px;
    border-radius: 35px;
}
.modal-header {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    background-color: #B38742;
    height: 67px;
}
.control-label, .colDisplay > p {
    text-align: start !important;
    font-size: calc(10px + (20 - 10) * ((80vw - 300px) / (1900 - 300)));
    /*font-size: calc(7px + (14 - 7) * ((80vw - 300px) / (1900 - 300)));*/
    /*font-size: 16px;*/
}
.colDisplay > p {
    font-family: 'Century Gothic' !important;
}
.Close{
    padding-left: 0;
}
.lnkCloseModal, .modal-title {
    color: #FFFFFF;
}
    .lnkCloseModal > i.fa {
        font-size: calc(14px + (28 - 14) * ((80vw - 300px) / (1900 - 300)));
        /*font-size: 30px;*/
    }
.modal-title {
    font-size: calc(10.065px + (20.13 - 10.065) * ((80vw - 300px) / (1900 - 300)));
    /*font-size: 22.13px;*/
    text-align: center;
}
@media only screen and (max-width:575px), (max-device-width:575px){
    .noPaddingControlLabel {
        padding: 0 !important;
    }
    .noPaddingFormControl{
        padding: 0 15px !important;
    }
}
@media only screen and (max-width:410px), (max-device-width:410px) {
    .modal-content {
        height: 432px;
    }
}