body {
    height: 100%;
    background-color: #fbfbfb69;
}

.nav-link.active {
    background-color: #f7bf0338 !important;
    color: #0e664f !important;
}

.isGuest {
    border-bottom: 5px solid #061477 !important;
}

.isAdmin {
    border-bottom: 5px solid #e3af00 !important;
}

.isDoctor {
    border-bottom: 5px solid #06775c !important;
}

.custom-file-upload {
    position: relative;
    display: inline-block;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

.custom-file-upload label:hover {
    background-color: #45a049;
}

#preview {
    width: 150px;
    height: 150px;
}

.chosen-container-single .chosen-single, .form-control, .singlediv {
    /*background-color: #eeeeee !important;*/
    border: 1px solid #06775c !important;
    /*background: none !important;*/
}

.buttomModal {
    margin: 5px !important;
    width: 100% !important;
}

#modalHabitacion, #modalHabitacion > .modal-dialog {
    margin-left: 5% !important;
    margin-right: 5%;
    width: 90% !important;
    max-width: none !important;
}

.checkboxHabitacion {
    display: inline-block !important;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}

.fondoVerde, select, input {
    background-color: #1e574d2e !important;
}

hr {
    color: #06775c
}

.zsiq_floatmain{
    display: block !important;
}

.newCard {
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    background: #e1e5ea;
}

section {
    height: 90%;
}

html {
    height: 100%;
}