
#language {
    color: black;
}

select, input, textarea {
    color: black;
}


.main-content {
    min-height: 500px !important;
}

.description {
    font-size: 9pt !important;
}

.information {
    margin-top:0px !important;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    height: 100% !important;
}

#news {
    padding: 50px 5vw; 
    max-width: 800px; 
    text-align: center;
}

.print {
    display: none; 
}


.ui-sortable-helper img, .ui-sortable-helper p {
    cursor: move !important;
}

.icon {
    overflow: hidden;
}

.sortable-placeholder {
    border: 1px dotted black;
    height: 164px;
    border-radius: 10px;
    background: rgba(89,89,89,0.5);
}

.has-error {
    color: #a94442 !important;
    border-color: #a94442 !important;
}

.internal {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}

.tooltip_info {
    cursor: pointer;
}

