.select2 .select2-selection {
    height: calc(1.5em + .75rem + 1px) !important;
    padding: 3px 3px !important;
    color: #495057 !important;
}

#overlayDocument:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: -10000;
    text-align:center;
    content: "";
}

#overlayDocument{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    text-align:center
}

#overlayDocument img{
    position: absolute;
    width: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error {
    color: red !important;
}

.select2 {
    width: 100% !important;
}

#map {
    height: 400px;
}
