.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;
}

/* PORTAL MENU */
.navbar-nav > .portal-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav > .portal-menu > .dropdown-menu > li {
    position: relative;
}

.navbar-nav > .portal-menu > .dropdown-menu > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav > .portal-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .portal-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .portal-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .portal-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}

.portal-menu {

}