/* Container */

#modalWindow .modal-content {
    height: 100vh;
    width: 100vw;
    color: #036;
    background-color: #fff;
    border: 3px solid #65B43D;
    font-size: 16px;
    overflow: hidden !important;
    padding: 0 !important;
}
#modalWindow.modal .modal-dialog {
    margin: 0;
}

@media screen and (min-width: 768px){
   #modalWindow .modal-dialog,
   #modalWindow .modal-content {
        height: 70vh;
        width: 70vw;
    }
    
    #modalWindow.modal .modal-dialog {
        margin: 50px auto;
    }
}

#modalWindow.modal .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 55px);
}

#modalWindow.modal a.close {
    color: #ddd;
}

#modalWindow.modal a.close {
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -5px;
    right: 5px;
    cursor: pointer;
    opacity: 1;
    font-size: 50px;
}

#modalWindow.modal h3 {
    color: #84b8d9;
}

#modalWindow.modal .modal-title {
    margin-bottom: 2px;
}

#dialogModal h4{
    display: inline-block;
    font-weight: bold;
}