/* =[ Bootstrap ]====================================================================================== */

label {
    font-weight: normal;
}

.form-group {
    margin-bottom: 10px;
}

.field-validation-error {
    display: block;
    margin-top: 0;
    background-color: rgba(255, 51, 51, 0.2);
    padding: 3px;
    font-size: 11px;
}

.form-control-plaintext {
    /*padding: 6px 12px !important;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
    cursor: not-allowed;
}

.form-control-sm {
    font-size: 0.75rem;
}

.form-control-plaintext.form-control-sm {
    min-height: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-light {
    border: 1px solid #ccc;
    background: linear-gradient(180deg, #fafafa, #e0e0e0);
}

/* =[ Main items ]===================================================================================== */

html, body {
    height: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#main {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#sidebartoggle {
    right: -40px;
    bottom: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    line-height: 80px;
    cursor: pointer;
}

#sidebar {
    width: 350px;
    z-index: 2;
}

#searchResultTitle {
    padding: .75rem 0;
}

#searchResultContent li {
    padding: .25rem 0;
    color: #C8017D;
    font-size: 90%;
    border-top: 3px solid #eeeeee;
}

.custom-file-label {
    color: #999;
    font-size: 14px;
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    background: linear-gradient(180deg, #fafafa, #e0e0e0);
}

/* =[ Markers ]======================================================================================== */

.gm-tooltip {
    min-width: 240px;
    max-width: 320px;
    color: #C8017D;
}

    .gm-tooltip h4 {
        font-size: 1.1rem;
    }