﻿.preloader {
    display: none;
}

.detail-stall img {
    max-width: fit-content;
}

.paginate-button {
    background: #505d71;
    min-width: 100px;
    margin: 15px auto 0;
    transition: 0.35s;
}

    .paginate-button .disabled {
        cursor: not-allowed;
    }

    .paginate-button i {
        transition: 0.35s;
    }

    .paginate-button:first-child:hover i {
        transform: translateX(-5px);
    }

    .paginate-button:last-child:hover i {
        transform: translateX(5px);
    }

.pagination-div a {
    padding: 10px 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.pagination-menu-div {
    width: calc(100% - 200px);
    overflow: hidden;
    float: left;
 
    padding: 0px 15px 0;
    margin: 15px auto 0;
}

.pagination-menu {
    /* display: inline-block; */
    padding: 0;
    overflow: hidden;
    margin: auto;
    text-align: center;
    background: #fff;
    display: table;
    width: 100%;
}

    .pagination-menu li {
        display: table-cell;
        border-right: 1px solid #adadad;
        min-width: 75px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .pagination-menu li:last-child {
            border: 0px;
        }

    .pagination-menu a {
        color: #000;
        position: relative;
    }



        .pagination-menu a::before {
            position: absolute;
            bottom: 0;
            left: 50%;
            color: transparent;
            content: ".";
            text-shadow: transparent 0px 0px;
            font-size: 1.2em;
            transform: translateX(calc(-50% + 0px));
            pointer-events: none;
            transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
        }

        .pagination-menu a:hover::before,
        .pagination-menu a:focus::before {
            color: #000;
            text-shadow: 10px 0 #000, -10px 0 #000;
        }

.menu-table-div {
    width: 100%;
    /* background: red; */
    /* padding: 0 5px; */
    overflow-x: auto;
}



.back-to-floor {
    position: absolute;
    top: 50px;
    left: 6px;
    box-shadow: 2px 2px 8px 0px #797a7f;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
}



    .back-to-floor a {
        color: red;
        padding: 5px 15px;
        overflow: hidden;
        display: inline-block;
        float: left;
        font-size: 16px;
        background: white;
        transition: 0.35s;
    }

        .back-to-floor a i {
            margin-right: 5px;
        }


        .back-to-floor a:hover {
            color: #1eb3f3;
        }







.footer-tabs-div p {
    font-size: 15px;
    font-style: normal;
    color: #333333;
    line-height: 1.42857;
}

.footer-tabs-div ul, .footer-tabs-div ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .footer-tabs-div ul li {
        font-size: 14px;
        font-style: normal;
        color: #333333;
        list-style: none;
    }

.footer-tabs-div .nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

.footer-tabs-div .nav,
.footer-tabs-div .nav-tabs {
    background-color: #2A3C4E;
    /* height: 70px; */
    color: white;
}

.nav-tabs > li /*Padrão Bootstrap*/ {
    float: left;
    /* margin-bottom: -1px; */
    border-right: 2px solid rgba(255, 255, 255, 0.1);
}

    .nav-tabs > li:last-child {
        border: 0px;
    }

    nav,
    .nav-tabs > li > a {
        color: #fff;
        text-decoration-line: none;
        position: relative;
        display: block;
        /* padding-top: 25px; */
        /* padding-right: 15px; */
        /* padding-bottom: 24px; */
        /* padding-left: 15px; */
        font-weight: 500;
        font-size: 16px;
        padding: 10px 20px;
    }

.footer-tabs-div nav,
.footer-tabs-div .nav-tabs > li.active a,
.footer-tabs-div nav,
.footer-tabs-div .nav-tabs > li.active a:hover,
.footer-tabs-div nav,
.footer-tabs-div .nav-tabs > li.active a:focus {
    background-color: #202f3e;
    color: #fff;
    text-decoration-line: none;
}

.footer-tabs-div .nav-tabs > li > a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.tab-content {
    color: white;
    background-color: #e6e6e6;
    padding: 10px 15px 0px;
    min-height: 150px;
    max-height: 175px;
    overflow: auto;
}

    .tab-content > .tab-pane /*Padrão Bootstrap*/ {
        display: none;
    }

    .tab-content > .active /*Padrão Bootstrap*/ {
        display: block;
    }

li.active a:before {
    border-color: #202f3e transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    content: "";
    display: block;
    left: calc(50% - 10px);
    position: absolute;
    width: 0px;
    /* top: 70px; */
    z-index: 10;
    bottom: -10px;
}

.tab-heading {
    font-size: 24px;
    color: #000;
    padding: 0;
    margin: 15px auto 10px;
}

.tab-pane button.btn i,.tab-pane a.btn i {
    margin-right: 5px;
}

.tab-pane button.btn-primary,.tab-pane a.btn-primary {
    background: #1eb3f3;
    border-color: #1eb3f3;
    outline: none;
}

.tab-pane .btn-primary:hover, 
.tab-pane .btn-primary:focus {
    box-shadow: unset;
    background: #2aa6dc;
    border-color: #2aa6dc;
}

.tab-pane .btn-default {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.tab-pane p {
    margin: auto;
    line-height: 26px;
    text-align: justify;
    overflow: hidden;

}
#tab1 p{    
}
.document-div > div {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 15px;
}

.document-div p {
    line-height: 38px;
}

.document-div > div:last-child {
    border: 0px;
}

.home-container .document-div div[class*="col-"] {
    margin: auto;
}

.modal {
    top: 0;
    /* height: 100vh; */
}

.modal-sm p {
    font-size: 14px;
}
@media (min-width: 576px)
 {
    #chatTimeModal .modal-sm {
            width: auto;
    max-width: fit-content;
    }
}
.modal-sm .modal-content {
height:auto;
}
.modal-dialog {
    margin: auto;
    padding: 15px;
    padding-top: 65px;
}

.modal-header {
    background: #1eb3f3;
    color: #fff;
    padding: 10px 15px;
}

.modal-title {
    font-size: 18px;
}

.modal-header .close {
    margin-top: -2px;
    margin: unset;
    float: right;
    width: auto;
    padding: 0;
    color: #fff;
    opacity: 0.75;
    outline: none;
}

.modal-body {
    min-height: calc(100% - 250px);
    width: 100%;
    /*overflow: auto;*/
}

    .modal-body p {
        margin: auto;
    }

        .modal-body p i {
            color: #1eb3f3;
            margin-right: 3px;
        }

.modal-footer {
    padding: 10px 15px;
}

    .modal-footer .btn {
        padding: 2px 15px;
        background: #1eb3f3;
        color: #fff;
    }

iframe {
    width: 100%;
    height: 100%;
}

.modal-content {
    /* = 100% of the .modal-dialog block */
    height: calc(100vh - 130px);
    overflow: hidden;
}


@media (max-width:1260px) {
    .exhibiitors {
        margin-top: 85px;
    }
}

@media (max-width: 1149px) and (min-width: 320px) {
    /*.pagination-menu li {
        display: inline-block;
        float: left;
        width: 33.33%;
        border-bottom: 1px solid #adadad;
    }

        .pagination-menu li:last-child {
            border-right: 1px solid #adadad;
        }*/
    .paginate-button {
        background: #505d71;
        width: 65px;
        margin: 15px auto 0;
        transition: 0.35s;
        min-width: unset;
    }

        .paginate-button i {
            display: none;
            width: 100%;
        }

    .pagination-menu-div {
        width: calc(100% - 130px);
        padding: 15px 5px 0;
        /* overflow: scroll; */
        margin: auto;
    }

    .pagination-div a {
        padding: 5px 10px;
    }
}

@media (max-width:767px) {
    /*.paginate-button {
        width: 100%;
    }*/
}

@media (max-width:767px) {
    /*.paginate-button {
        width: 100%;
    }

    .pagination-menu-div {
        width: 100%;
        padding: 0;
    }

    .pagination-menu li {
        display: inline-block;
        width: 50%;
        float: left;
        border-bottom: 1px solid #adadad;
    }*/
}

@media (max-width:575px) {
    /*.pagination-menu-div {
        width: 100%;
        padding: 0;
    }

    .pagination-menu li {
        display: block;
        border-bottom: 1px solid #adadad;
        width: 100%;
    }*/
    .nav-tabs > li {
        display: block;
        width: 100%;
    }
}
