﻿header {
    color: whitesmoke;
    font-family: "Gotham Medium", sans-serif;
    background-color: #ed2025c7;
    top: 0px;
    width: 100%;
    position: absolute;
}

.logo-fira {
    position: absolute;
    z-index: 30;
/*    width: 100%;*/
    left: 50%;
    margin-left: -75px;
}

    .logo-fira img {
        width: auto;
        height: 150px;
    }

/*.header-top {
    background-color: #c38427;
    height:40px;
}*/
body > .col-md-12.body-content > form > .row > .form-group {
    max-width: 100%;
}
.header-bottom {
    height: 120px;
    align-content: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: auto;
}

.logo-container {
    height: 100%;
    width: 300px;
    align-content: center;
    display: inline-grid;
}

.logo{
    width:166px;
}

.social-media-container{
    height: 30px;
}

.social-media {
    display: flex;
    list-style: none;
    justify-self: end;
    gap:8px;
}

.social-media li{
    width:25px;
    height:25px;
}

#DivLogo-media > div > ul > li:nth-child(1) {
    width: 20px;
    height: 20px;
    align-self: center;
}

.body-content .main-title {
    text-align: center;
    margin-top: 20px;
}

footer {
    color: whitesmoke;
    font-family: "Gotham Medium", sans-serif;
    padding-top: 8px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 8px;
    width: 100%;
    display: inline-block;
}

body.container {
    /*Quesos*/
    /*    background-image: url(https://www.firasantermengol.cat/wp-content/uploads/2024/08/fons-formatge-2024.webp);*/
    /*General*/
    /*background-image: url(https://www.firasantermengol.cat/wp-content/uploads/2021/09/fons-fira-1.jpg);*/
    background-color: #fef9f2;
    margin-top:120px !important;
}

.body-content {
    top: 35px;
    margin-bottom: 85px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
    font-family: Asap, sans-serif;
}

h3.section_title {
    width: 100%;
    text-transform: uppercase;
    border-bottom: solid 3px #383838;
}

.css-pm-main-panel {
    border: solid 1px #ed2025 !important;
}

.form-group {
    margin-bottom: 2px;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.form-group textarea{
    height:80px;
}

body {
    margin-top: 0px;
}

small {
    font-size: 12px;
}

/*BOTONES*/
#AttachedFileButton{
    cursor: pointer;
}

#SubmitLabel, #AttachedFileButton {
    padding: 5px 25px;
    border-radius: 50px;
    width: auto !important;
    background-color: #d9a841;
    border-color: #d9a841;
    /*    transition: box-shadow 0.3s ease transform;
*/ /*color: black*/
}

#AttachedFileButton {
    border-radius: .25rem;
}

    #AttachedFileButton:hover {
        background-color: #c38427;
    }

#AttachedFileDeleteButton{
    cursor:pointer;
}

#SubmitLabel:hover {
    box-shadow: 1px 1px 10px #b86f22;
    transform: scale(1.02);
}

.col-md-9 {
    max-width: none;
}

#tableParticipacion {
    empty-cells: show;
    margin-top: 5px;
    margin-left: 5px;
    min-width: 1100px;
    max-width: 1250px;
    width: 100%;
    background-color: whitesmoke;
}

.css-celda-participacion-check {
    vertical-align: bottom;
}

.css-text-bold {
    font-weight: bold;
}

.css-nota-pie {
    font-size: 10px;
    padding-left: 25px;
}

.css-div-separador-10 {
    min-height: 10px;
    /*border: solid 1px white;*/
}

.css-div-separador-25 {
    min-height: 25px;
  /*  border: solid 1px white;*/
}

.css-div-separador-3 {
    min-height: 3px;
    border: solid 1px white;
}

.css-cabecera-sector {
    padding-top: 3px;
    padding-bottom: 12px;
    padding-left: 5px;
    font-weight: bold;
}

.css-linea-cabecera-patrocinio {
}

.css-gray-row {
    background: #F3F3F3;
}

.css-texto-legal {
    font-size: 12px;
}

.css-texto-legal-negrita {
    font-size: 14px;
    font-weight: bold;
}

.css-label-checkbox-18 {
    text-indent: -18px;
    padding-left: 15px;
    display: block;
}

.css-label-checkbox-opciones-adicionales {
    text-indent: -23px;
    padding-left: 25px;
    display: block;
}

.css-check-checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}

input[readonly] {
    background-color: transparent;
    border: 0;
    font-size: 1em;
}

.css-help-icon {
    padding-left: 4px;
    cursor: pointer;
}

.css-help-div {
    text-align: left;
    padding: 3px;
}

.css-help-span {
    cursor: pointer;
    padding-left: 5px;
    font-weight: 600;
    color: #1b6ec2;
    white-space: nowrap;
}

    .css-help-span:hover {
        text-decoration: underline;
    }

    .css-help-span a {
        color: darkblue;
    }

.css-div-sector-participacion {
    border: 2px solid white;
    background-color: whitesmoke;
    padding: 5px;
}

.ajaxloader {
    /* border: solid 1px red; */
}

.css-display-none {
    display: none;
}

.css-hidden-onload {
    display: none;
}

.error {
    color: #dc3545;
    padding-top: 4px;
}

.data-rule-cif {
    text-transform: uppercase;
}

.css-required-mark {
    font-size: 15px;
    font-weight: bold;
}

.css-fila-cabecera {
    padding: 4px;
    font-size: 15px;
    text-align: right;
}

.css-fila-familia {
    padding: 3px;
    background-color: gainsboro;
    border: solid 1px darkgray;
    font-size: 14px;
}

    .css-fila-familia div {
    }

.css-fila-precio {
    text-align: right
}

.css-caja-cantidad {
    text-align: right;
    width: 80px;
}

.css-caja-total {
    text-align: right;
    font-weight: bold;
    width: 100px;
}

.css-span-unidad-medida {
    padding-left: 3px;
}

.css-textbox-char {
    text-align: center;
    width: 4%;
    min-width: 24px;
    padding: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.css-textbox-char-free {
    text-align: center;
    width: 4%;
    min-width: 24px;
    padding: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: brown;
}

.css-textbox-char input {
    text-align: center;
    text-transform: uppercase;
}

.css-textbox-char-free input {
    text-align: center;
    text-transform: uppercase;
}

.css-div-info-free-char {
    color: brown;
    padding-left: 0px;
}

#DivSubmit{
    text-align:justify !important;
}

    #DivSubmit .col-md-2 {
        justify-content: center;
        display: flex;
    }

/*NUEVO*/
/*GENERAL*/
#Provincia{
    margin-bottom:0;
}
.titulo-formulario {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-body {
    background-color: #f8e39e !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.limitTextMaxLength {
    color: #dc3545;
}

#DivEmpresaContratanteData {
    margin-bottom: 30px;
}

    #DivEmpresaContratanteData > div > div:nth-child(12) > div > div.control-label.col-md-12 > label{
        margin-bottom:0;
    }

    #DivEmpresaContratanteData > div > div:nth-child(12) > div > div:nth-child(2) > span > span.selection > span{
        min-height:28px !important;
    }

    .tipo-cuenta {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .tipo-cuenta .col-md-11 {
        width: fit-content;
    }

#infoTipoExpositorError{
    margin-top:-10px;
    margin-bottom: 10px;
}

#infoTipoExpositorOptions {
    display: flex;
    flex-wrap: wrap;
}

    #infoTipoExpositorOptions .form-group.row{
        flex-wrap: nowrap;
    }

    #infoTipoExpositorOptions > div:nth-child(2){
        max-width:100%;
    }

        #infoTipoExpositorOptions > div:nth-child(2) > div > label{
            width:max-content;
        }

.sector {
    /*    flex: 1 1 calc(50% - 20px);
*/ display: flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: none;
    text-align: left;
    width: 320px;
    margin-bottom: 5px;
}

            .sector label {
                margin-left: 5px;
                margin-bottom: 0;
            }

.section_subtitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:20px;
}

#observaciones {
    margin-left: 14px;
    margin-top: 20px;
}

/*SECTOR KM0*/
#DemostracionProductos {
    margin-left: 8px;
    margin-top: 16px;
}

    #DemostracionProductos label {
        margin-left: 12px;
    }

.potencia {
    padding-left: 0;
    margin-top: 20px;
}

/*SECTOR ARTESANIA AMBULANTE*/
.listadoSector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
    justify-content: space-between;
}


#LicenciaMercadoSemanal {
    margin-left: 18px;
    margin-top: 20px;
}

#partialViewArtesania > div:nth-child(1) > div.listadoSector{
    justify-content: flex-start;
}

    #partialViewArtesania > div:nth-child(1) > div.listadoSector > div{
    width:fit-content;
    }

#partialViewVenta > div:nth-child(1) > div.listadoSector {
    justify-content: flex-start;
}

#SectorAmbulante\.SectorAmbulanteSel-error {
    margin-bottom: 10px;
}

body > div.col-md-12.body-content > form > div.row > div > div:nth-child(17) > div.col-md-11 > div:nth-child(1) {
    gap: 5px;
}

/*SECTOR QUESOS*/
#partialViewQuesos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    #partialViewQuesos .listadoSector {
        flex-direction: column;
    }

    #partialViewQuesos .subsection {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

.otros-datos-quesos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

    .otros-datos-quesos > .col-md-3 {
        padding-left: 0;
        margin-top: 10px;
   /*     margin-bottom: 20px;*/
        min-width: 300px;
    }

    .otros-datos-quesos > .col-md-6 .checkbox {
        margin-left: 2px;
    }

#partialViewQuesos > div.col-md-3.potencia{
    margin-top:0;
}

.novedades-cata {
    align-content: center;
    height: auto;
}

/*SECTOR COMERCIO LOCAL*/
#partialViewComercioLocal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    #partialViewComercioLocal > div.metros-lineales-container.col-md-4 > p,
    #partialViewEntidadesYAsociaciones > div.metros-lineales-container.col-md-4 > p,
    #partialViewFoodTrucks > div.metros-lineales-container.col-md-4 > p {
        margin-bottom: .5rem;
    }

/*SECTOR ENTIDADES Y ASOCIACIONES*/
#partialViewEntidadesYAsociaciones{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

/*SECTORES FOODTRUCKS*/
#partialViewFoodTrucks {
    display: flex;
    flex-wrap: wrap;
}

#partialViewFoodTrucks > div.form-group.col-md-4.potencia{
    padding-left:15px;
    margin-top:0;
}

    #partialViewFoodTrucks > div.col-md-12 > div,
    #partialViewFoodTrucks > div.form-group.col-md-4.potencia > div.col-md-12 {
        padding-left: 0;
    }
    /*ACEPTACIONES*/
    .aceptaciones-checkbox label {
        display: inline;
    }

body > div.col-md-12.body-content > form > div.card.card-body.bg-light.p-4.text-center{
    margin-top:80px;
}

/*FOOTER*/
#DivLogo img {
    width: 200px;
}

/*******************************************************************************ESTILOS COPIADOS DE LAS VISTAS**********************/
/*ATTACHTMENT LIST*/
.input-attachment-description {
    padding: 3px;
    margin: 0px;
    width: 320px;
    height: 32px;
}

.label-attachment-content {
    margin-top: 5px;
    margin-left: 8px;
}

.btn-add, .btn-delete {
    max-height: 30px;
}

.label-attachment-content {
    font-size: 11px
}

.css-test-element {
    /*color: red*/
}

/*SELECCION STAND*/
/* html, body {
            height: 100%;
            margin: 0px;
            padding: 0px;
        }
*/
.label-header {
    font-weight: 500;
}

svg path {
    stroke: #000000;
    stroke-width: 0.3px;
}
/*Plano*/
#plano-estatico img {
    max-width: 1200px;
    width: 100%;
}

.canvas-container {
    background-color: #fff;
}

#xpace-container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 465px;
    min-width: 400px;
    margin: 0px;
    margin-top: 5px;
    padding: 0px;
    background-color: #ccc;
    border: none;
}

canvas {
    border: none;
}

/*header {
    background-color: white;
    color: #f6edc2
}*/

.btn-group {
    margin-right: .3rem !important;
    margin-left: .3rem !important;
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
    background-color: #fff;
}

.noscroll {
    overflow: hidden;
}

.stand_modal_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 55, 59, 0.2);
    z-index: -1000;
    opacity: 0;
}

.stand_modal {
    position: absolute;
    top: 0;
    right: -600px;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background-color: #FFFFFF;
    padding: 40px 30px;
    overflow: auto;
}

.expo_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 460px;
    height: 100%;
    background-color: #FFFFFF;
    padding: 40px 30px;
    overflow: auto;
}

.stand_modal_container.visible {
    opacity: 1;
    z-index: 1000;
    transition: all linear 100ms;
}

    .stand_modal_container.visible .stand_modal {
        right: 0;
        transition: all linear 200ms;
    }

.stand_modal_close_area {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background-color: #18b2b7;
}

.stand_close_button_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.stand_modal_close_button {
    color: #fff;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.stand_modal_info {
    display: flex;
    flex-direction: column;
}

.stand_logo {
    background-color: #fff;
    max-width: 80%;
    max-height: 180px;
    margin: 10px auto;
}

.favourites {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-size: 2em;
}

    .favourites i::before {
        color: rgb(31,115,47);
        border: none;
    }

    .favourites.checked i::before {
        color: orange;
        border: none;
    }

    .favourites .fas.fa-star {
        display: none;
    }

    .favourites.checked .fas.fa-star {
        display: inherit;
    }

    .favourites.checked .far.fa-star {
        display: none;
    }

    .favourites.checked p {
        display: inherit;
    }

.topbar {
    position: absolute;
    left: 10px;
    top: 105px;
}

.expo_button {
    background-color: #333;
    opacity: 0.7;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    padding: 8px 12px;
    margin-right: 6px;
}

.pab {
    background-color: #885555;
}

.pabsel {
    background-color: #AA2222;
}

.zoom_button {
    position: absolute;
    top: 105px;
    background-color: #333;
    opacity: 0.7;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    padding: 6px 12px;
}

.zoomin {
    right: 10px;
}

.zoomout {
    right: 60px;
}

.expo_button span {
    display: none;
}

.expo_button:hover {
    text-decoration: none;
    background-color: #18b2b7;
    color: #fff;
}

    .expo_button:hover span {
        display: inline-block;
    }

.expo_row {
    background-color: #f0f0f0;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    border-bottom: 1px solid #18b2b7;
    cursor: pointer;
}

    .expo_row .favourites {
        margin: 5px;
        opacity: 80px;
    }

    .expo_row div {
        padding: 3px;
    }

.searchbar, select {
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: .25rem;
}

#DivPaymentContainer > div > div.col-md-12 {
    display: flex;
}

@media (max-width:768px) {
    label{
        display:unset;
    }
    .topbar {
        top: 100px;
    }

    .zoom_button {
        top: 135px;
    }

    .logo-container {
        height: auto; 
        justify-content: left;
        display: flex;
    }

    .logo-container .logo{
        width:120px;
    }

    .body-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:576px) {

    .logo-container .logo {
        display:none;
    }

    .logo-fira {
        left: 25%;
    }
}

/*******************************************************************************(End) ESTILOS COPIADOS DE LAS VISTAS**********************/

@media (max-width:1024px) {
    .css-pm-container {
        min-width: 0 !important;
    }

    .css-pm-main-panel {
        margin-top: 20px;
        max-width: 100%;
    }

    #DivPaymentContainer > div > div.col-md-12 {
        flex-direction: column;
    }

        #DivPaymentContainer > div > div.col-md-12 > div:nth-child(2) {
            max-width: 100%;
            padding: 0;
        }
}

@media(max-width:768px) {
    #DivSubmit > div > div.col-md-8.text-center {
        max-width: 100%;
        flex: 100%;
    }
}

@media(max-width:992px){
    #partialViewQuesos {
        gap:0;
    }

    #partialViewQuesos > div:nth-child(4) > p{
        margin-top:0px;
    }

    #partialViewQuesos .listadoSector {
        margin-bottom:5px;
    }
}

@media(min-width:1024px) {
    .metros-lineales-container{
        max-width: 30%;
    }

    #partialViewKM0 > div.col-md-6.potencia {
        max-width: 30%;
    }
}

@media(max-width:1200px) {
    #infoTipoExpositorOptions > .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width:600px) {
    #infoTipoExpositorOptions > .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #DivLogo img {
        width: 100% !important;
        height: auto !important;
    }
}