/* Hack small size bootstrap */
@media (min-width: 768px) {
    .k-window .container,
    .k-window .container-sm {
        max-width: 10000px;
    }

    .dialog-content {
        max-height: 40vh;
    }
    
    .dialog-right-container {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .dialog-right-container {
        margin-top: 100px;
    }
}

div.dialog-content {
    margin-top: 10px;
    max-height: 78vh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.k-window-maximized .dialog-content {
    max-height: 90vh;
    height: 89%;
}

.dialog-title {
    color: #00a4e2;
    font-size: 16px;
    line-height: 30px;
    cursor: default;
}

.k-prompt-container,
.k-window-content {
    padding: 3px 3px;
}

.k-button.k-button-md.k-rounded-md.k-button-flat.k-button-flat-base.k-icon-button.k-window-action {
    /*display: none;*/
    color: #262773;
}

.k-window-titlebar {
    white-space: unset;
}


/*********************************************** NEW DEFINITIONS *********************************************************/

div.main-modal {
    margin: 10px;
}

div.close-modal {
    margin-left: 10px;
    margin-right: 10px;
}

div.close-modal .modal-cancel-btn {
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
}

div.close-modal .modal-validate-btn {
    float: right;
    margin-top: 10px;
    margin-bottom: 8px;
}

button#close-modal,
button#validate-sejour {
    color: white;
    border-color: rgb(162, 198, 23);
    background-color: rgb(162, 198, 23);
    cursor: pointer;
}

button#close-modal:hover,
button#validate-sejour:hover {
    color: rgb(162, 198, 23);
    border-color: rgb(162, 198, 23);
    background-color: white;
}

button#close-modal>span.glyphicon,
button#validate-sejour>span.glyphicon {
    margin-left: 10px;
}


.modal-date-title, .modal-geo-title, .modal-date-title-between {
    color: #00a4e2;
    font-size: 16px;
    display: inline-block;
    cursor: default;
    margin-bottom: 5px;
    padding: 0px;
}

.modal-date-title,
.modal-geo-title {
    cursor: help;
}

.modal-date-title-between {
    text-align: center;
}

.modal-date-input {
    padding: 0px;
}

.modal-date-container {
    margin-bottom: 10px;
}

.modal-geo-selector > ul > li {
    margin-bottom: 10px;
}