.example-modal .modal {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    z-index: 100000000;
    background: transparent !important;
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    outline: none;

}

.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.validationBubble {
    background: #ac2925;
    padding: 2px 10px 2px 10px;
    color: #fff;
}

li.parameterContainer {
    list-style: none;
}

.move {
    cursor: move;
    text-align: center;
}

.ui-state-highlight {
    list-style: none;
    border: 1px dashed #000000;
    height: 1.5em;
    line-height: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
}

#chatBox a {
    text-decoration: underline;
}

#chatBox .right a {
    color: #ffffff;
}

.msg-emoji {
    width: 24px !important;
    height: 24px !important;
}

.direct-chat-messages {
    height: 400px;
}

.new-messages {
    text-decoration: none !important;
}

.load-old-messages-container {
    position: absolute;
    z-index: 10000;
    display: none;
    background: rgba(255, 255, 255, .8);
}

.direct-chat-messages {
    overflow-x: hidden;
}

.load-old-messages {
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;

}

.load-old-messages:hover {
    text-decoration: underline;

}

.select2 {
    width: 100% !important;
}

/* gallery */
.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.table.table-striped.table-hover tr.active > td {
    background: orange !important;
}

.visibleOnPrint {
    display: none;
}

.partnerData {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.hideLine {
    opacity: 0.75;
    text-decoration: line-through;
}

.hidden {
    opacity: 0.5;
    transition-duration: 0.3s;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    height: auto;
}

.dragzones {
    cursor: grab;
}

.dragzones:active {
    cursor: grabbing;
}

.display-none {
    display: none;
}

@media print {
    .printBtn {
        display: none;
    }

    .visibleOnPrint {
        display: contents;
    }

    table {
        font-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hideOnPrint {
        display: none;
    }
}
