﻿.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*i{
    margin: 2px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.contact-mini-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 32px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-right: 2px;
    margin-top: 10px;
}

.contact-photo {
    display: inline-block /* !important*/;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-size: 64px 64px;
    background-position: center center;
    vertical-align: middle;
    line-height: 64px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.contact-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 10px;
}

.chatstatus-0 {
    color: darkorange;
}

.chatstatus-1 {
    color: darkgreen;
}

.chatstatus-2 {
    color: darkred;
}

.bubbleRight {
    position: relative;
    width: 90%;
    max-width:800px;
    min-height: 60px;
    padding: 6px;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: #7F7FCE solid 2px;
}

.bubbleRight:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 0;
    right: -15px;
    top: 15px;
}

.bubbleRight:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent #7F7FCE;
    display: block;
    width: 0;
    z-index: 0;
    right: -18px;
    top: 14px;
}

.bubbleLeft {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-height: 60px;
    padding: 6px;
    background: #D7E9E3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: #7F7FCE solid 2px;
}

.bubbleLeft:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #D7E9E3;
    display: block;
    width: 0;
    z-index: 0;
    left: -15px;
    top: 15px;
}

.bubbleLeft:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 16px 16px 16px 0;
    border-color: transparent #7F7FCE;
    display: block;
    width: 0;
    z-index: 0;
    left: -18px;
    top: 14px;
}

.tr-chat {
    margin-bottom: 5px;
    width: 100%;
}

.send-message {
    margin-top: 10px;
    background-color: lightgrey;
    z-index: 1000 /* !important*/;
}

.send-message div {
    z-index: 1000 /* !important*/;
}
.send-message div textarea {
    width: 450px;
    height: 60px;
    max-width: 450px;
    margin: 6px;
    z-index: 1000 /* !important*/;
}

.send-message div input {
    margin: 10px;
}

label { 
    font-weight: normal /* !important*/;
}

.mlabel {
    color: black /* !important*/;
}

/* Sticky footer styles ------ */
html {
  position: relative /* !important*/;
  min-height: 100% /* !important*/;
}
body {
  padding-top: 100px /* !important*/;
  margin-bottom: 100px /* !important*/;
}
.footer {
  width: 100% /* !important*/;
  height:70px /* !important*/;
  background-color:#d2d2dE;
  padding:10px;
  z-index:999;
}

.top-buffer {
    margin-top:10px;
}



.k-filename {
    display: inline-block;
    min-width: 120px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imglogo {
    max-width: 90px;
    max-height: 90px;
    margin: 5px;
}

.alternative-row {
    background-color: #ebf3f0;
}

.help-link {
    cursor:pointer /* !important*/;
    display:block;
}

.idioma {
	float:right;
	height:30px;
	list-style:none;
	padding: 0;
	margin: 0;
}
.idioma li {
	float:left;
	margin:0px 0 0 10px;
	line-height:30px;
    opacity:0.7;
}
.idioma li a:hover img, .idioma li a.activo img {
    opacity:1.0;
}

blockquote p {
    font-size: 1.2em /* !important*/;
    color:#777;
}

.fieldlist {
    margin: 0 0 -1.5em;
    padding: 0px;
}

.fieldlist li {
    list-style: none;
    padding-bottom: 1.0em;
}

.fieldlist label {
    display: block;
    padding-bottom: .3em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.font-bold {
    font-weight: bold;
}

h5 {
    font-weight: bold; 

}



.modal .modal-content {
    width: 95% /* !important*/;
    max-width: 1250px;
    min-height: 90%;
    margin: 15px auto /* !important*/;
}

/****************************************************************************** NAVBAR */

/*.navbar-fixed-top .container {
    overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse.in {
    overflow-y: visible;
    max-height: none !important;
    height: 90vh !important;
}*/

/****************************************************************************** BODY */

.container.body-content {
    width: 100%;
    max-width: 1450px;
    margin: auto;
}


/****************************************************************************** LOGIN */

.loginText-container{
    padding: 10px;
}
.loginText-container > *:not(.logintitle) {
    text-align: center;
}

@media (min-width: 768px) {
    .jumbotron {
        /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);*/
        text-align: center;
        line-height: 1.5em;
        padding: 30px !important;
        width: 50%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .control-label {
        font-size: 0.8em !important;
    }
}




/****************************************************************************** EXPOSITORES _MAIN - CATÁLOGO_*/

.alert {
    min-height: 75px !important;
}

.thumbnail {
    margin-top: 25px;
}

.form_img-container {
    width: 200px;
    height: 200px;
    border: 1px solid #AAAAAA;
    display: flex;
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
}
.form_img-container > img {
    max-width: 200px;
    max-height: 200px;
}
.label-info {
    white-space: inherit;
}

/******************************************************************************* EXPOSITORES _MAIN - CATÁLOGO_ DOCUMENTOS ESTILOS DE VISTA-PREVIA*/
.stand .line {
    background: linear-gradient(102.9deg, rgba(31,115,47,0.7) 0%,rgba(40,142,193,0.7) 100%);
    height: 3px;
    width: 100%;
    margin-bottom: 25px;
}
.k-filter-row label > input[type=radio] {
    margin-left: 4px !important;
    margin-right: 8px !important;
}

    /****************************************************************************** EXPOSITORES _MAIN - BUSINESS CENTER_*/
    .line-hover:hover div[class^="col-"] {
    background-color: aliceblue;
}

.radio-hover:hover {
    background-color: aliceblue;
}

.itemspace {
    clear: both;
    height: 15px;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-weight: bold !important;
}
.logo-img {
    width: 200px;
    height: 200px;
    border: 1px solid #AAAAAA;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5; /*cambiar este color por var(--color5)*/
    overflow: hidden;
}

.logo-img > img{
    height: auto;
    width: 170px;
    max-height: 170px;
}

.k-upload {
    width: 200px;
    display: flex;
    justify-content: center;
}

/****************************************************************************** ORGANIZADORES _MAIN CONTACTOS_*/
.taglink:hover {
    cursor: pointer;
}

.cphoto {
    max-width: 80px;
}

.tagActive {
    opacity: 1;
    font-size: 2em;
}

.tagInnactive {
    opacity: 0.4;
    font-size: 2em;
}

.col-md-6, .col-md-2, .col-md-4, .col-md-8, .col-md-3, .col-md-1 {
    padding-top: 5px !important;
}
/****************************************************************************** ORGANIZADORES _MAIN CATÁLOGO_*/

.k-filter-row label > input[type=radio] {
    margin-left: 3px;
    margin-right: 3px;
}

/****************************************************************************** ORGANIZADORES _GESTIÓN DE CITAS_*/
#Appointment-modal-container .modal-content {
    width: 70% !important;
    max-width: 900px;
    margin: 15px auto !important;
}

.k-scheduler-footer {
    display: none !important;
}

.k-nav-today a {
    opacity: 0.0;
}

.activitybox {
    font-size: 13px !important;
    border-left: 6px solid #2244FF;
    background-color: #FFFFFF !important;
    padding-left: 3px;
    height: 100%;
    color: #000 !important;
}

    .activitybox a {
        color: #000 !important;
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .activitybox > span {
        font-size: 16px !important;
    }

.k-scheduler-table td, .k-scheduler-table th {
    font-size: 12px !important;
}

.k-event:hover {
    min-width: 200px !important;
    z-index: 99999 !important;
    border: 1px solid #2244FF !important;
    min-height: 120px !important;
}

.k-event {
    min-width: 90px !important;
    border: 1px solid #BBBBBB !important;
}

.k-scheduler-layout {
    table-layout: fixed;
}

    .k-scheduler-layout > tbody > tr > td:first-child {
        width: 40px;
    }

.k-scheduler-table td, .k-scheduler-table th {
    height: 2.5em;
}

.k-event-template {
    font-size: 13px;
}


/*************************************************************** Organizadores - RegistrationManagement/ImportContacts **************/
body {
    /*padding-top: 50px !important;*/
    overflow-x: hidden;
}

h3.section_title {
    width: 100%;
    /* text-transform: uppercase;*/
    border-bottom: solid 1px #383838;
}

.css-cabecera-grupo {
    padding: 0px;
    padding-top: 10px;
    width: 95%;
    width: 95%;
    border-bottom: solid 1px groove;
}

.css-check-checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    *overflow: hidden;
}

.display-none {
    display: none;
}

.panel {
    margin-bottom: 2px;
}

.panel-body {
    padding-bottom: 2px;
}

.warning-list {
    color: crimson;
}

[data-help-text] {
    cursor: pointer;
}

.css-row-template {
    margin-top: 10px;
}

[data-combo-table] {
    margin-bottom: 4px;
}

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    outline: 0;
    min-height: 30px;
    text-align: left;
    margin-bottom: 4px;
}

.select2-selection__rendered {
    margin: 1px;
}

.select2-selection__arrow {
    margin: 1px;
}


.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-results__options {
    font-size: 11px;
}


/*************************************************************** Organizadores - RegistrationManagement/ImportContactsReport **************/

.css-report-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.css-report-header-line {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 25px;
}

.css-report-header {
    font-size: 12px;
    text-align: left;
}

.css-report-body {
    font-size: 11px;
    text-align: left;
}

.css-label-titulo {
    padding-top: 5px;
    padding-bottom: 8px;
}

.css-tab-1 {
    padding-left: 20px;
}

/****************************************************************************** Organizador _ ContactPhoto/ImportContactPhotos */


body {
    /*padding-top: 50px !important;*/
    overflow-x: hidden;
}

h3.section_title {
    width: 100%;
    /* text-transform: uppercase;*/
    border-bottom: solid 1px #383838;
}

.css-cabecera-grupo {
    padding: 0px;
    padding-top: 10px;
    width: 95%;
    width: 95%;
    border-bottom: solid 1px groove;
}

.display-none {
    display: none;
}

.panel {
    margin-bottom: 2px;
}

.panel-body {
    padding-bottom: 2px;
}

.css-combo-mapeo {
    margin-bottom: 3px;
}

[data-help-text] {
    cursor: pointer;
}

.file-row {
    padding: 4px;
}

.file-info {
}

.photo-input-file {
    width: 500px;
}

.active {
    font-weight: bold;
    color: #383838;
}

.tab-content {
    border: 1px solid #dddddd;
    border-top: none;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.nav-link {
    color: #383838;
}

.nav-item {
    border: solid 1px #CCCCCC;
    border-bottom: none;
    margin-right: 4px;
}

.css-display-none {
    display: none;
}

/****************************************************************************** Organizador _ Tickets */

.div-buttons {
    padding-right: 10px;
    padding-bottom: 5px;
    height: 42px;
}

.modal-header {
    padding-bottom: 4px;
}

.css-div-separador-10 {
    min-height: 10px;
    border: solid 1px white;
}

.css-display-none {
    display: none
}

#divGrid {
    padding-top: 5px;
}

.modal-content {
    /* Div contenedor de la ventana de edición */
    min-height: 700px /*!important*/;
}

.css-label-info {
    display: inline;
    padding-left: 5px;
    font-size: 12px;
}

.css-span-btn {
    padding-left: 6px;
}

td[role=gridcell] {
    font-size: 13px;
}

.select2-container {
    border-color: #cccccc;
    height: 32px;
    width: 100% !important;
}

#LoteForm {
    min-width: 500px;
}
/****************************************************************************** Organizador _ Tickets: configuración */

.css-linea {
    height: 10px;
}

.css-align-right {
    text-align: right !important;
}

.css-align-center {
    text-align: center !important;
}

/****************************************************************************** Organizador _ Tags */

.div-buttons {
    padding-right: 10px;
    padding-bottom: 5px;
    height: 42px;
}

.modal-header {
    padding-bottom: 4px;
}

.css-div-separador-10 {
    min-height: 10px;
    border: solid 1px white;
}

.css-display-none {
    display: none
}

#divGrid {
    padding-top: 5px;
}

.modal-content {
    /* Div contenedor de la ventana de edición */
    min-height: 700px /*!important*/;
}

.css-label-info {
    display: inline;
    padding-left: 5px;
    font-size: 12px;
}
/****************************************************************************** Organizador _ Editar evento */

.css-display-none {
    display: none
}

#DivEventData {
    min-width: 800px;
}

body {
    padding-top: 60px !important;
    margin-bottom: 70px !important;
}

.css-label-date {
    width: 155px;
}

.css-info-msg {
    background-color: #D3E5F6;
    white-space: pre-wrap;
    min-width: 550px;
}

.css-error-msg {
    background-color: #F6D3DA;
    white-space: pre-wrap;
    min-width: 550px;
    padding: 6px 12px;
    margin-left: 3px;
    border: solid 1px #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

/*************************************************************** LAYOUT **************/

.css-edit-contact-xeria-code {
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.3rem;
}

.nav > li > a {
    padding: 8px 8px !important;
}



/************************************************************************************************/
.css-div-menu {
    padding-left: 20px;
    padding-bottom: 12px;
}

.css-display-none {
    display: none;
}

.css-popup-div {
    border: solid 1px gray;
    padding: 12px;
}

.css-popup-label {
    padding-left: 15px;
}

.css-popup-row {
    padding-bottom: 5px;
}

.css-div-separador {
    height: 10px;
}

/*.css-input-link {
    cursor: pointer;
    padding-left: 8px;
    text-decoration: none;
    border: solid 1px #cccccc;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
}

    .css-input-link:hover {
        color: #0f4d14;
        border: dotted 1px gray;
        background-color: #eeeeee;
    }*/

.css-link-label {
    padding: 5px !important;
}

.css-warning {
    color: red;
    padding-left: 12px;
}

textarea.form-control {
    height: 75px;
    max-height: 20vh;
}

.navigation__table {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin: 30px 0;
}

    .navigation__table .btn.btn-primary.btn-solid.color{
        width: fit-content;
    }




    /****************************************************************************** DOCUMENTOS Y MULTIMEDIA*/

#DivDetallesDocumentos .css-popup-div {
    border-radius: 10px;
    border: 1px solid #333333;
    padding: 20px;
    font-family: var(--font-primary);
    margin-top: 30px;
    width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 0
}

#DetHeader h4{
    text-transform:uppercase;
    text-align:center;
    margin:20px 0 10px
}

#DivDetallesDocumentos form{
    display: flex;
    justify-content: center;
}
#DivDetallesDocumentos .css-popup-div div:last-of-type {
    display: flex;
    flex-direction: column-reverse;
}

#DivDetallesDocumentos .css-popup-div div {
    width: 100%;
    padding: 0;
}

#DivDetallesDocumentos #BtnSubmitNewDocument, #DivDetallesDocumentos #BtnCancelEditDiv {
    width: 100%;
    margin: 5px 0 !important;
    font-weight: 500;
}

#DivDetallesDocumentos #Description,
#DivDetallesDocumentos #ExternUrl {
    border: 1px solid #333333;
}

#DivDetallesDocumentos #BtnSubmitNewDocument{
    background-color: #333333;
    color:#fff;
    border:none
}

#DivDetallesDocumentos #BtnCancelEditDiv {
    border: 1px solid #333333;
}
/*#Label_AttachedFile {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 20px;
    border: 2px dashed #333333;
    margin-bottom: 0;
    height: 200px
}
    #Label_AttachedFile span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        #Label_AttachedFile span::before {
            content: "\e027";
            font-family: 'Glyphicons Halflings';
            font-size:24px;
            color: #666666;
            margin-bottom:20px
        }

        #Label_AttachedFile input[type="file"]{
            display:none
        }*/
        /****************************************************************************** CATÁLOGO*/

.expo-catalogue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px
}


    .expo-catalogue .thumbnail {
        display: flex;
        flex-direction: column;
        height: 250px;
        justify-content: space-around;
        width: 270px;
        padding: 20px;
        background-color: #dedede;
        border: none;
     
    }

.catalogue {
    display: flex;
    flex-direction: column;
    align-items: center;
 
}

    .catalogue h3,
    .catalogue div.well.well-sm {
        align-self: flex-start;
        font-family: var(--font-primary)
    }

    .catalogue h3 {
        text-transform: uppercase;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 2px solid  #666666;
    }

    .catalogue div.well.well-sm {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0
    }

.thumbnail h4 {
    font-family: var(--font-primary);
    color: #333333;
    font-weight: 400
}

.thumbnail h4 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 10px;
    font-size: 16px;
    font-weight:600
}

    .thumbnail h4 br {
        display: none
    }

    .thumbnail h4 small {
        color: #333333;
        display: block;
        margin-top: 5px;
        font-size: 12px;
        text-transform: initial
    }
.row.expo-catalogue .thumbnail .caption span,
.row.expo-catalogue .thumbnail .caption span::before {
    font-size: 30px!important
}
.expo-catalogue .caption .alert {
    height: 92px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #cccccc;
    justify-content: center;
    background-color: #fff;
    color: unset;
    font-family: var(--font-primary);
    font-size: 12px;
}

.expo-catalogue .col-lg-3 {
    width: fit-content
}

    .expo-catalogue .caption {
        display: flex;
        flex-direction: column
    }

    .expo-catalogue .caption p {
        align-self: center;
        width: 100%;
        margin-bottom: 0
    }
        .expo-catalogue .caption a {
            border: none;
            background-color: #333333;
            font-weight: 400;
            text-transform: uppercase;
            font-family: var(--font-primary);
            color: #fff;
            border-radius: 4px;
            font-size: 13px;
            border: 2px solid #333333;
            width: 100%;
        }

            .expo-catalogue .caption a:hover {
                color: #333333;
                background-color: #fff;
                border: 2px solid #333333;
            }

        /****************************************************************************** CONTACTOS*/

.novideo{
    margin-top: 30px
}
/****************************************************************************** _MEDIAQUERIES_*/
@media (min-width: 768px) {
    .container.body-content {
                width: 90%;
            }

            .modal-dialog {
                width: 600px;
                margin: 30px auto /* !important*/;
            }

            .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            }

            .modal-sm {
                width: 300px;
            }

            .container {
                max-width: 98% /* !important*/;
            }
            .expo-catalogue .col-lg-3:last-of-type {
                margin-right: auto
            }
        }

        @media (min-width: 992px) {
            .modal-lg {
                width: 900px /* !important*/;
            }

            .container {
                max-width: 98% /* !important*/;
            }

            .loginText-container > *:not(.logintitle) {
                text-align: left;
            }
        }

        @media (max-width: 1200px) {
            .navbar-header {
                float: none;
            }

            .navbar-left, .navbar-right {
                float: none !important;
            }

            .navbar-toggle {
                display: block;
            }

            .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
            }

            .navbar-fixed-top {
                top: 0;
                border-width: 0 0 1px;
            }

            .navbar-collapse.collapse {
                display: none !important;
            }

            .navbar-nav {
                float: none !important;
                margin-top: 7.5px;
            }

                .navbar-nav > li {
                    float: none;
                }

                    .navbar-nav > li > a {
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

            .collapse.in {
                display: block !important;
            }
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 98% /* !important*/;
            }
            .expo-catalogue .col-lg-3:last-of-type {
                margin-right: auto
            }
            .expo-catalogue {               
                max-width: 900px
            }
        }

        @media (max-width: 1500px) {
            .navbar-default .navbar-nav > li > a {
                max-width: 110px;
                display: flex;
                font-size: 1.1rem;
            }

            #DivDetallesDocumentos .css-popup-div {
                position: relative;
                top: -77px;
            }


        }

        #grid{
    overflow-x: auto;
}

/*CLASES COMUNES*/

.break-word {
    word-break: break-word;
}