﻿@media screen and (min-width: 768px) {
    .wide-modal-dialog {
        width: 60%; /* either % (e.g. 60%) or px (400px) */
    }

    /*textarea {
        height: 50px !important;
    }*/
}

.bg-blue {
    background-color: #5db2ff !important;
}

.modal-header {
    padding: 10px !important;
    color: #FFFFFF !important;
}

button.close {
    padding: 10px !important;
    color: #000000 !important;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

a {
    text-transform: none !important;
    color: blue !important;
}

#resultMessage {
    color: red;
}
