/* ------------------------------------------ Generic CSS */

body {}

.container {
    width: auto !important;
    /* max-width: 450px; */
}

/* ------------------------------------------Stand CSS  */
#stand {
    font-size: 14px;
    background-color: #FFF;
}

#stand-nav {
    background-color: #FFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1A499B;
}

#stand-nav h1 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 23px;
}

#stand h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 20px;
    font-size: 1.6em;
}

#stand-identity {
    min-height: 250px;
    background: url(/images/stand/bg_logo.png) no-repeat center top;
    text-align: center;
    padding-top: 10px;
}

#stand-identity img {
    max-width: 240px;
}

#stand-details {
    min-height: 250px;
    background: url(/images/stand/bg_details.png) no-repeat center bottom;
    margin-bottom: 40px;
}

#stand-details #firmInfo2 {
    width: 240px;
    margin: 10px auto;
    padding: 5px 10px 20px;

}

#stand-deco {
    max-width: 750px;
    margin: auto;
    padding: 0 20px;
}

#stand-deco .stand-language {
    padding: 3px 2px;
    color: #001D34;
    font-size: 12px;
    font-weight: 500;
    background-color: #FFF;
    border: 1px solid #FFF;
}

#stand-deco .stand-language.active {
    border: 1px solid #C5962E;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

#stand-deco .stand-language img {
    position: relative;
    top: -1px;
}

#stand-tabs {
    display: inline-flex;
    flex-direction: column;
    max-width: 100vw;
}

#stand-tabs .stand-tab {
    margin: 5px auto;
    width: 300px;
}

#stand-tabs .stand-tab .btn {
    background-color: #143979;
    border-radius: 0px;
    outline: 0px;
    color: #FFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
}

#stand-tabs .stand-tab .btn span {
    flex-grow: 1;
}

#stand-tabs .stand-tab .btn img {
    padding-left: 20px;
}

#stand-tabs .stand-tab .btn[aria-expanded="true"] {
    background-color: #51C7EA;
}

#stand-tabs .stand-tab .btn[aria-expanded="true"] img {
    transform: rotate(90deg);
    padding-left: 0px;
    /* padding-bottom: 27px; */
    transition: all 0.3s ease-in-out;
}

.bg_poster_0 {
    background: url(/images/stand/bg_poster_0.png) no-repeat center top;
}

/*.bg_all_0 {
    background: url(/images/stand/bg_all_0.png) repeat-y center top;
}

.bg_poster_1 {
    background: url(/images/stand/bg_poster_1.png) no-repeat center top;
}

.bg_all_1 {
    background: url(/images/stand/bg_all_1.png) repeat-y center top;
}

.bg_poster_2 {
    background: url(/images/stand/bg_poster_2.png) no-repeat center top;
}

.bg_all_2 {
    background: url(/images/stand/bg_all_2.png) repeat-y center top;
}

.bg_poster_3 {
    background: url(/images/stand/bg_poster_3.png) no-repeat center top;
}

.bg_all_3 {
    background: url(/images/stand/bg_all_3.png) repeat-y center top;
}

.bg_poster_4 {
    background: url(/images/stand/bg_poster_4.png) no-repeat center top;
}

.bg_all_4 {
    background: url(/images/stand/bg_all_4.png) repeat-y center top;
}

.bg_poster_5 {
    background: url(/images/stand/bg_poster_5.png) no-repeat center top;
}

.bg_all_5 {
    background: url(/images/stand/bg_all_5.png) repeat-y center top;
}
*/


/*****************************************************************************************************/
#stand-poster {
    min-height: 300px;
    text-align: center;
    padding-top: 70px;
}

/*****************************************************************************************************/

#stand-poster img {
    max-width: 320px;
    display: initial;
}

/*****************************************************************************************************/
#stand-videos {
    /*background: url(../images/bg_all_4.png) repeat-y center top;*/
    text-align: center;
    max-width: 360px;
    overflow: hidden;
    margin: auto;
}

#stand-videos.collapse {
    display: block;
    height: 0px;
}

#stand-videos.collapse.in {
    height: unset;
}

/*****************************************************************************************************/

#stand-videos .video {
    width: 300px;
    margin: auto;
}

#stand-videos iframe {
    border: 5px solid #292929;
    -webkit-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    -moz-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
}

#stand-videos .video-slider {
    width: 360px;
    margin: auto;
}

#stand-videos .video-container {}

#stand-videos .video-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
}

#stand-videos .video-description {
    color: #143979;
    font-size: 11px;
    line-height: 13px;
}

/*****************************************************************************************************/
/*****************************************************************************************************/
#stand-pictures {
    /*background: url(../images/bg_all_4.png) repeat-y center top;*/
    text-align: center;
    max-width: 360px;
    overflow: hidden;
    margin: auto;
}

#stand-pictures.collapse {
    display: block;
    height: 0px;
}

#stand-pictures.collapse.in {
    height: unset;
}

/*****************************************************************************************************/

#stand-pictures .picture {
    width: 300px;
    margin: auto;
}

#stand-pictures iframe {
    border: 5px solid #292929;
    -webkit-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    -moz-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
}

#stand-pictures .picture-slider {
    width: 360px;
    margin: auto;
}

#stand-pictures .picture-container {}

/*****************************************************************************************************/
/*****************************************************************************************************/
#stand-documents {
    /* padding:10px 0;
    min-height:300px; */
    /*background:url(../images/bg_all_4.png) repeat-y center top;*/
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    margin: 0px;
}

#stand-documents.collapse {
    display: block;
    height: 0px;
    min-height: unset;
}

#stand-documents.collapse.in {
    height: unset;
    min-height: 300px;
}

#stand-documents .documents {
    max-width: 320px;
    margin: 0 auto;
}

#stand-documents .documents img {
    display: initial;
}

#stand-documents .documents a {
    display: inline-block;
    -webkit-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    -moz-box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
    box-shadow: 1px 2px 5px 2px rgba(156, 156, 156, 1);
}

#stand-documents .document-slider {
    width: 300px;
    margin: auto;
}

#stand-documents .document-container {
    width: 300px;
}

#stand-documents .document-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#stand-documents .document-description {
    color: #143979;
    font-size: 11px;
    line-height: 13px;
}

#stand-documents .document-slider-nav .document-title,
#stand-documents .document-slider-nav .document-description,
#stand-documents .document-slider-for .document-image {
    display: none;
}


#stand-documents .document-image {
    border: 1px solid #707070;
    box-shadow: 0px 0px 26px #0000001A;
    width: 140px;
    margin: 20px auto 20px auto;
}

.slider-functions {
    position: relative;
    width: 200px;
    margin: auto;
    display: flex
}

.slider-functions .slick-prev,
.slider-functions .slick-next {
    outline: 0px;
}

.slider-functions .currentSlide {
    font-size: 15px;
    font-weight: 500;
    align-self: center;
}

span.document-name {
    position: absolute;
    background-color: #eaeaea;
    padding: 8px 10px;
}

/*************************************************************************************/
#stand-jobs {
    /* padding: 10px 0; */
    overflow: hidden;
    /*background:url(../images/bg_all_4.png) repeat-y center top;*/
    width: 550px;
    margin: auto;
    max-width: 100%;
}

#stand-jobs.collapse {
    display: block;
    height: 0px;
}

#stand-jobs.collapse.in {
    height: unset;
}

#stand-jobs .jobs {
    max-width: calc(100% - 20px);
    margin: 0 auto;
}
#stand-jobs .job-container {
    padding: 0px 30px 20px 30px;
}
#stand-jobs .job-container .job-offer {
    font-size:13px;
    font-weight: 500;
    color:#000;
    line-height: 16px;
    text-align: left;
    margin: 5px 0px;
}
#stand-jobs .job-container .job-title {
    font-size: 18px;
    font-weight: 500;
    color: #048B9A;
    line-height: 22px;
    text-align: left;
    margin: 5px 0px;
}
#stand-jobs .job-container .job-company {
    font-size: 16px;
    font-weight: 500;
    color: #024C8C;
    line-height: 19px;
    text-align: left;
    margin: 5px 0px;
}
#stand-jobs .job-container .job-country {
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    line-height: 13px;
    text-align: left;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

#stand-jobs .job-container .job-country img {
   margin-right: 10px;
   width: 22px;
}
#stand-jobs .job-container .job-detail {
    font-size: 14px;
    font-weight: 500;
    color: #143979;
    line-height: 18px;
    text-align: center;
    border-radius: 0px;
    padding: 2px 12px;
}

#stand-jobs .job-container .infoCol {
    margin: 20px 0px 10px 0px;
}
#stand-jobs .job-container .infoCol .labelJob {
    font-size: 16px;
    font-weight: 500;
    color: #024C8C;
    line-height: 19px;
    text-align: left;
    margin: 0px 0px 10px 0px;
    display: flex;
    align-items: center;
}

#stand-jobs .job-container .infoCol .labelJob img {
    margin-right: 10px;
    width: 22px;
}

#stand-jobs .job-container .infoCol .data-content {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    text-align: left;
}

#stand-jobs .job-container .infoThumb {
    border-radius: 5px;
    box-shadow: 0 0 26px #00000017;
    background-color: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
}

#stand-jobs ul {
    border: 2px solid #e3e3e3;
    min-height: 50px;
    background-color: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
}

#stand-jobs ul li:nth-child(even) {
    background-color: #eaeaea;
}

#stand-jobs ul li {
    font-size: 1.4em;
    line-height: 1.2em;
}

#stand-jobs ul li a {
    display: block;
    padding: 10px 15px;
}

#stand-jobs ul li a span {
    color: #333;
    font-size: 0.8em;
}

/*****************************************************************************************************/
#stand-events {
    padding: 10px 0;
    /*background:url(../images/bg_all_4.png) repeat-y center top;*/
}
#stand-events h2 {
    font-size: 18px;
    font-weight: bold;
    color: #143979;
    margin-bottom: 10px;
}

#stand-events .events {
    max-width: 300px;
    margin: 0 auto;
}

#stand-events ul {
    border: 2px solid #e3e3e3;
    min-height: 50px;
    background-color: #FFF;
    list-style: none;
    padding: 0;
    margin: 0;
}


#stand-events ul li:nth-child(even) {
    background-color: #eaeaea;
}

#stand-events ul li {
    font-size: 1.4em;
    line-height: 1.2em;
}

#stand-events ul li a {
    display: block;
    padding: 10px 15px;
}

#stand-events ul li a span {
    color: #333;
    font-size: 0.8em;
}

/*****************************************************************************************************/

#stand-products {
    /* padding: 10px 0; */
    overflow: hidden;
    /*background:url(../images/bg_all_4.png) repeat-y center top;*/
    max-width: 550px;
}

#stand-products.collapse {
    display: block;
    height: 0px;
}

#stand-products.collapse.in {
    height: unset;
}

#stand-products .products {
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

#stand-products .product-container {
    padding: 0px 30px 20px 30px;
}

#stand-products .product-container .product-title {
    font-size: 18px;
    font-weight: 500;
    color: #048B9A;
    line-height: 22px;
    text-align: center;
    margin: 5px 0px;
}

#stand-products .product-container .product-company {
    font-size: 16px;
    font-weight: 500;
    color: #024C8C;
    line-height: 19px;
    text-align: left;
    margin: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stand-products .product-container .product-company img {
    margin-right: 10px;
    width: 22px;
}

#stand-products .company-container .company-category {
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    line-height: 13px;
    text-align: left;
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

#stand-products .product-container .product-detail {
    font-size: 14px;
    font-weight: 500;
    color: #143979;
    line-height: 18px;
    text-align: center;
}

#stand-products ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#stand-products ul li {
    border: 2px solid #e3e3e3;
    font-size: 1.4em;
    line-height: 1.2em;
    background-color: #fff;
    margin-bottom: 20px;
}

#stand-products ul li a {
    display: block;
    padding: 10px 15px;
}

#stand-products ul li a span {
    color: #333;
    font-size: 0.6em;
    font-weight: bold;
}

#stand-products ul li a p {
    font-size: 0.8em;
    color: #666;
}

/*****************************************************************************************************/
#stand-infos,
#stand-chat {
    padding: 10px 0;
    margin: auto;
}

#stand-infos .infos {
    max-width: 750px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 0px 20px;
}

#stand-infos .business-sector-tags .label-sector {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
    color: #FFF;
    background-color: #C5962E;
    padding: 2px 5px;
}

#stand-infos .business-sector-tags .label-subsector {
    color: #000000;
    background-color: #E0E0E0;
}

/* -------------------------------------------------------------- Chat modal */

.btn.online-orange {
    background-color: orange;
    color: #333;
    text-align: left;
    width: 90%;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
    font-size: 15px;
}

.btn.online {
    background-color: #FFFFFF;
    color: #333;
    text-align: left;
    width: 90%;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
    font-size: 15px;
    border-radius: 0px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.28);
}

.btn .mychat {
    position: absolute;
    width: 40px;
    background-color: #ccccca;
    height: 91px;
    padding-top: 12px;
    text-align: center;
    right: 0;
    top: 0;
}

#chatModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#chatModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}


#chatModal .modal-header {
    background-color: #eaeaea;
    border-bottom: 2px solid #d6d6d6;
}

#chatModal .modal-header .close {
    margin-top: -3px;
    background-color: #f00;
    padding: 5px 10px 8px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
}


#chatModal .modal-body {
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}


#chatModal .modal-body .chat {
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    float: left;
    width: 80%;
}

#chatModal .modal-body .chat .date {
    display: block;
    color: #999;
    font-size: 0.8em;
}

#chatModal .modal-body .chat.you {
    position: relative;
    right: 0;
    font-weight: normal;
    text-align: right;
    color: #264f63;
    float: right;
    background-color: #ddf4ff;
}

#chatModal .modal-footer {
    background-color: #eaeaea;
    padding: 15px;
    text-align: right;
    border-top: 2px solid #d6d6d6;
    height: calc(30vh - 60px);
}

#chatModal .modal-footer div#chat_name {
    padding-bottom: 8px;
    font-size: 13px;
}

#chatModal .modal-footer div#chat_name span {
    margin-left: 10px;
    font-size: 0.9em;
}

/*------------ Chat Twilio --------------*/
#channel-messages {
    width: 100%;
}

#channel-messages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#channel-messages li {
    position: relative;
}

#channel-messages li div.container-message {
    display: flex;
}

#channel-messages li div.user-avatar {
    margin-bottom: 10px;
    align-self: flex-end;
}

#channel-messages li div.container-body {
    max-width: calc(100% - 90px);
}

#channel-messages img {
    width: 40px;
    border-radius: 50%;
}

#channel-messages .timestamp {
    text-align: left;
    padding: 0px 10px;
    color: #918f90;
}

#channel-messages .body {
    margin-left: 10px;
    background-color: #efefef;
    padding: 10px 15px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    text-align: left;
}

#channel-messages .date-message {
    text-align: center;
    color: #024c8b;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

#channel-messages li div.last-read {
    display: none;
    font-size: 11px;
    color: #BC1B06;
    font-weight: 600;
}

#channel-messages li.last-read {
    border-bottom: 1px solid #BC1B06;
    margin-bottom: 5px;
}

#channel-messages li.last-read div.last-read {
    display: block;
}

#channel-messages li.right div.container-message {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

#channel-messages li.right .body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
    background-color: #2aabd2;
    margin-left: 0px;
    margin-right: 10px;
}

#channel-messages li.right .timestamp {
    text-align: right;
}

#chatContainer #typing-indicator {
    font-size: 10px;
    padding-left: 20px;
    color: #918f90;
    height: 15px;
}

#channel-messages .members-read {
    text-align: right;
    margin: 0px;
}

#channel-messages .members-read img {
    width: 15px;
    height: 15px;
    border: solid 1px #d4d4d4;
    margin: 0px 0px 4px 4px;
    border-radius: 50%;
}

#channel-messages li.right div.user-avatar {
    display: none;
}

@media (max-width: 480px) {
    #stand-chat .infos .col.col-xs-6 {
        width: 100%;
    }
}

@media (min-width: 480px) {
    #stand-videos {
        max-width: 550px;
    }

    #stand-videos .video-slider {
        width: unset;
    }

    #stand-videos .video-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        width: 300px;
        margin: 10px auto 20px auto;
    }

    #stand-videos .video {
        margin-bottom: 20px;
        width: unset;
    }

    #stand-pictures {
        max-width: 550px;
    }

    #stand-pictures .picture-slider {
        width: unset;
    }

    #stand-videos .picture {
        margin-bottom: 20px;
        width: unset;
    }

    #stand-chat {
        max-width: 800px;
    }

    #stand-chat .stand-chat {
        max-width: unset !important;
    }

    #stand-chat .infos .row.equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    #stand-chat .infos .col.col-xs-6 {
        padding: 0px;
    }


    #stand-documents .document-slider {
        width: unset;
        max-width: 550px;
    }

    #stand-documents .document-slider-nav {
        width: unset;
        max-width: 450px;
    }

    #stand-documents .document-image {
        border: 1px solid #707070;
        box-shadow: 0px 0px 26px #0000001A;
        width: 120px;
        margin: 20px auto;
    }

    #stand-documents .slick-track .slick-current + div .document-image {
        transform: scale(1.1);
        border-color: #C5962E;
        transition: all .5s ease-in-out;
    }
}
