.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.location-image {
    border: 1px solid #CED4E2;
    height: 200px;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#location-data {
    width: 100%;
}

#map {
    border-radius: 14px;
    border: 1px solid #CED4E2;
    height: 264px !important;
    width: 100% !important;
}

.map-form-hr {
    margin-top: 18px;
    padding-top: 23px;
    border-top: 1px dotted rgba(206, 212, 226, 0.5) !important;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    border-top: 1px dotted rgba(206, 212, 226, 0.5) !important;
}

#map.editor.input-validation-error {
    border: 1px solid #F65A5A;
}

.trumbowyg-box {
    border-radius: 14px;

}

.trumbowyg-button-pane {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.trumbowyg-box.input-validation-error {
    border: 1px solid #F65A5A;
}

.dropify-wrapper input {
    pointer-events: all !important;
}

.general-form-warning {
    display:block;
    border: 1px solid #FF7600; 
    color: #FF7600; 
    padding: 1rem; 
    border-radius: 12px; 
    margin-bottom: 1rem; 
    background-color: #ff76000f; 
}

.general-form-warning ul {
    margin-left: 0px;
    margin-bottom:0px;
}
.general-form-warning ul li {
    list-style: none;
}

.general-form-success {
    display:block;
    border: 1px solid #a0bf00; 
    color: #a0bf00; 
    padding: 1rem; 
    border-radius: 12px; 
    margin-bottom: 1rem; 
    background-color: #9fbf0018; 
}

.general-form-success p {
    margin-left: 0px;
    margin-bottom:0px;
}

.dataTables_empty {
    height: 100px;
    text-align: center !important;
    line-height: 100px;
    width: 100%;
    display: table-cell;
}


.trumbowyg-editor h1 {
    font-size: 24px;
}
.trumbowyg-editor h2 {
    font-size: 20px;
}
.trumbowyg-editor h3 {
    font-size: 20px;
}
.trumbowyg-editor h4 {
    font-size: 20px;
}


.release-form-item__thumbnail {
    min-height: 250px;
    max-height: 250px;
}

.release-form-item__thumbnail__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.release-forms .no-results {
    height: calc(100vh - 280px);
    display: block;
}


.release-forms .no-results span {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 60px);
    font-size: 20px;
}

#langDropdown.show {
    display:block;
}

.contribution-image {
    background-size: cover;
    width: 100%;
    height: 280px;
    border: 1px solid rgb(51, 51, 51);
    background-position: center;
    border: 1px solid #CED4E2;
    border-radius: 12px;
}

.contribution-signature {
    background-size: cover;
    width: 100%;
    height: 280px;
    border: 1px solid rgb(51, 51, 51);
    background-position: center;
    border: 1px solid #CED4E2;
    border-radius: 12px;    
}

#release-form-detail .mg-b-1 {
    margin-bottom: 1rem;
}