#map {
    height: 100%;
    width: 100%;
    left: 0;
    position: relative;
    top: 0px;
    bottom: 0px;
}

#tableAppointment {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

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

.leftSidebarElementActive {
    color: rgb(61, 61, 61);
}

.headerMenuElementActive {
    background-color: rgb(233, 233, 233);
    border-bottom: 3px solid rgb(114, 114, 114);
}

.documentTitle {
    color: rgb(48, 48, 48);
}

.borderActualUser {
    border: 3px solid red;
}
.borderMembers {
    border: 1px solid rgb(218, 218, 218);
}




.modal {
    text-align: center;
    padding: 0!important;
}
  
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}