/* ----------------------------------------------------------------------------------------- */

/* NEW CSS */

/* TOP BAR (PUBLIC) */


a {
    cursor: pointer;
}

.row-centered {
    text-align: center;
}

.sel-space {
    padding-top: 14px;
}

body {
    background-size: contain;
}

.cursorPointer {
    cursor: pointer;
}

.container-logo {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1032px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.header-logo {
    border-style: none !important;
    border-width: 0px !important;
    background-color: transparent !important;
    padding-top: 0px !important;
}

.dates {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    font-weight: bold;
}

.web-link {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 10px;
    color: #666666;
    margin-bottom: 10px;
}

.dark-bg {
    color: white !important;
}

.login-box {
    font-family: "Montserrat", Inter, sans-serif;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black;
}

.login-box:hover {
    border-color: white;
    color: white;

}

.align-login-box {
    float: right;
}

.access-txt {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

#language-menu ul {
    list-style: none;
}

#language-menu li {
    display: inline;
}

#a {
    font-weight: bold;
    display: none;
    width: 19%;
}

#b {
    font-weight: bold;
    display: none;
    width: 17%;
}

#c {
    font-weight: bold;
    display: none;
    width: 15%;
}

#two {
    width: 100%;
    padding-bottom: 4px;
}

#two:hover #a, #two:hover #b, #two:hover #c {
    display: inline-block;
    transition: 2s;
    color: white;

}

/* END TOP BAR (PUBLIC) */

/* FOOTER (PUBLIC) */

.style-footer {
    /*background-color: #222834;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.container-footer {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
    max-width: 964px;
    border-style: solid;
    border-width: 0px;
    border-color: #c7ced8;
    background-color: transparent;
    font-size: 12px;
    color: #65aed9;
    line-height: normal;
}

.title-footer {
    font-family: "Montserrat", Inter, sans-serif;
    text-transform: uppercase;
    color: #979b9c;
    font-size: 14px;
    font-weight: bold;
}

.legal {
    text-align: center;
    color: darkgrey;
    background-color: #ECECEC;
    font-size: 12px;
    padding-top: 20px;
}

/* END FOOTER (PUBLIC) */

/* GENERIC (PUBLIC) */

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans", Inter, Arimo, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #404b4d;
}

a {
    /*color: #44d62d;*/
    text-decoration: none;
}

a:hover,
a:focus {
    /*color: #44d62d;*/
    text-decoration: underline;
}

.bg-public {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-color: #ececec;
}

.align-right {
    text-align: right;
    padding-left: 30px;
}

.align-left {
    text-align: left;
    padding-left: 30px;
}

.row-centered {
    text-align: center;
}

.container-narrow {
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 0px;
    max-width: 1032px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.sel-days {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -4px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d0dae1;
    display: inline-block;
    background-color: #ebeff2;
    color: #4a5e5f;

}

.sl-disabled {
    background-color: #ebeff2;
    color: darkgrey;
}

.sl-normal {
    background-color: white;
}

.sl-selected {
    background-color: #d0ebc7;
    font-weight: bold;
}

.sel-days a {
    background-color: white;
    color: #404b4d;
}

.sel-days a:hover {
    background-color: #f8f9fa;
}

.sel-space {
    padding-top: 14px;
}

.container-narrow > hr {
    margin: 30px 0;
}

.price {
    font-family: "Montserrat", Inter, Armo, sans-serif;
    font-size: 24px;
    color: #ec5037;
}

.color-sec-price {
    color: #ec5037;
    font-weight: bold;

}

.color-ter-price {
    color: #ec5037;
    font-weight: bold;
}

.color-selected {
    background-color: #f8f9fb;
}

.data-layer {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: grey;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sel-space {
    padding-top: 14px;
}

.container-sel-tickets {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 572px;
}

.container-fluid-nomargin {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: none;
    *zoom: 1;
}

.moreless {
    font-size: 26px;
    font-weight: bold;
    color: #8194a3;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

.moreless ~ input[type=text] {
    width: 36px;
    text-align: center;
}

.extra-top-margin {
    margin-top: 20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.vcenter2 {
    display: inline-block;
    /* vertical-align: middle; */
    /* float: none; */
}

.container-narrow-wo-border {
    border-width: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.title-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.price-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.sub-account {
    font-weight: normal;
    font-size: 12px;
    color: #999f9f;
    text-align: left;
}

.total-label-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #999f9f;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.price-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.price-total-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.container-btn-accept {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 489px;
    border-width: 0px;
    background-color: white;
}

.btn-buy {

    *display: inline;
    padding: 4px 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 34px;
    padding-right: 34px;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #44d62d;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

/*
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #404b4d;
    vertical-align: middle;
    box-shadow: 0 0 0 0;
    border-radius: 0 0 0 0;
}

*/
textarea {
    height: auto;
}

.separator {
    color: #44d62d;
    font-size: 25px;
}
/*
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: transparent;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid #d3d7da;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0 0 0 0;
}
*/
.checkout-subtitle {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.input-custom-checkout {
    align-content: center;
    width: 96%;
    color: #404b4d;
}

.checkout-placeholder {
    font-size: 24px;
    font-weight: bold;
    color: #364349;
}

.align-left-conf {
    text-align: left;
}

.align-right-conf {
    text-align: right;
}

.modify-user-data {
    font-size: 13px;
    color: #00d700;
    font-weight: normal;
    text-align: right;
}

.modify-user-data-left {
    font-size: 13px;
    color: #e06a2c;
    font-weight: normal;
}

.valign-button {
    padding-top: 14px;
    padding-bottom: 14px;
}

.message-ok {
    margin-top: 0px;
    margin: 0 auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    color: #729b32;
    margin-top: 20px;
}

.message-ko {
    margin-top: 0px;
    margin: 0 auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    color: #e64c3b;
    margin-top: 20px;
}

.message-bold {
    font-weight: bold;
}

.message-bold-ok {
    font-size: 18px;
    font-weight: bold;
}

.btn-visitor-access {

    *display: inline;
    margin: 20px 20px 20px 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #3b484e;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    background-color: #e1e6ea;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.general-title {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    font-size: 28px;
    color: #364349;
    padding-bottom: 10px;
}

.subgeneral-title {
    font-size: 15px;
}

.first-column-bold {
    font-weight: bold;
    color: #404b4d;
}

/* END GENERIC (PUBLIC) */

/* LOADER */

#pluswrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    background-color: black;
    opacity: 0.85;
    z-index: 2;
}

.plus {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* END LOADER */

/* TOP BAR AVIS */

.header-color {
    background-color: #2e3f4f;
    background-image: none;
    /* padding-top: 0px; */
    height: 100px;
}

.container-header {
    padding-top: 10px;
}

.data-user {
    text-align: right;
    font-weight: normal;
    color: #A4AEBA;
}

.data-user-bold {
    font-weight: bold;
    color: #DDE5ED;
    font-size: 14px;
}

.name-user-bold {
    font-weight: bold;
    color: white;
    font-size: 12px;
    margin-bottom: -5px;
}

.btn-menu {
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #00d700;
    width: 170px;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.btn-menu a {

    color: #adb5c0 !important;
    text-shadow: 0px 0px 0px !important;
}

.btn-menu-last a {
    color: #adb5c0 !important;
    text-shadow: 0px 0px 0px !important;
}

.btn-menu-last {
    background-color: white;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #adb5c0;
    width: 170px;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.btn-menu-active {
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #00d700;
    width: 170px;
    text-align: center;
    font-weight: bold;
    color: darkgreen;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.name-user-bold {
    font-weight: bold;
    color: #DDE5ED;
    font-size: 12px;
}

.menuAvis {
    background-color: #375162;
    width: 160px;
    text-align: center;
}

.menuAvis a {
    color: #A4AEBA;
    font-weight: bold;
    line-height: 10px !important;
}

.menuAvisActive {
    background-color: #A4AEBA;
}

.menuAvisActive a {
    color: #375162
}

.table-hover > tbody > tr:first-child:hover {
    background: none;
}

/* END TOP BAR AVIS */

/*------------------------------------------------
/*------------------------------------------------
/*------------------------------------------------
/*------------------------------------------------
/*------------------------------------------------*/

/* BULK CSS */
/* TEST CSS ONLY FOR TEST PURPOSES */

.colortest {
    background-color: azure;
}

.colortest2 {
    background-color: aqua;
}

/* END TEST CSS ONLY FOR TEST PURPOSES */

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#a {
    font-weight: bold;
    display: none;
    width: 19%;
}

#b {
    font-weight: bold;
    display: none;
    width: 17%;
}

#c {
    font-weight: bold;
    display: none;
    width: 15%;
}

#two {
    width: 100%;
    padding-bottom: 4px;
}

#two:hover #a, #two:hover #b, #two:hover #c {
    display: inline-block;
    transition: 2s;
    color: white;

}

/*!
 * CUSTOM CSS
 */

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
}

.row-centered {
    text-align: center;
}

.align-left {
    text-align: left;
    padding-left: 30px;
}

.align-left-conf {
    text-align: left;
}

/* PUBLIC CLEAR HEADER CSS */

.web-link {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 10px;
    color: #666666;
    margin-bottom: 10px;
}

.dates {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    font-weight: bold;
}

.login-box {
    font-family: "Montserrat", Inter, sans-serif;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black;
}

.login-box:hover {
    border-color: white;
    color: white;

}

#language-menu ul {
    list-style: none;
}

#language-menu li {
    display: inline;
}

.align-login-box {
    float: right;
}

/* END PUBLIC CLEAR HEADER CSS */

/* PUBLIC DARK HEADER CSS */

.dark-bg {
    color: white !important;
}

.dark-login-box {
    font-family: "Montserrat", Inter, sans-serif;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
}

/* END PUBLIC DARK HEADER CSS */

.bg-grey {
    background-color: #f2f3f5;
}

.simple-bold {
    font-weight: bold !important;
}

.tickets-available {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 24px;
    color: #3b484e;
    font-weight: bold;
    padding-top: 20px;
}

.access-txt {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
}

.align-right {
    text-align: right;
    padding-left: 30px;
}

.align-right-conf {
    text-align: right;
}

.header-logo {
    border-style: none !important;
    border-width: 0px !important;
    background-color: transparent !important;
    padding-top: 0px !important;
}

.color-selected {
    background-color: #f8f9fb;
}

.title {
    margin-top: 0px;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #333333

}

.layer-accounts {
    width: 489px;
    background-color: aqua;
}

.but-align {
    text-align: right;
}

.type-ticket {
    font-weight: bold;
}

.title-type-ticket {
    font-family: "Montserrat", Inter, Arimo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #404b4d;
}

.title-ticket-checkout {
    font-family: "Montserrat", Inter, Arimo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #404b4d;
    text-transform: uppercase;
}

.style-footer {
   /* background-color: #222834;*/
}

.multi-line-button {
    white-space: normal;
}

.price {
    font-family: "Montserrat", Inter, Alrial, sans-serif;
    font-size: 24px;
    color: #ec5037;
}

.price-save {
    font-family: "Montserrat", Inter, Alrial, sans-serif;
    font-size: 12px;
    color: #ec5037;
}

.old-price {
    font-family: "Montserrat", Inter, Alrial, sans-serif;
    font-size: 16px;
    text-decoration: line-through;
    color: #c4c4c4;
}

.price-checkout {
    font-family: "Montserrat", Inter, Alrial, sans-serif;
    font-size: 15px;
}

.color-sec-price {
    color: #ec5037;
    font-weight: bold;

}

.subtitle-input {
    color: #b9bfbf;
    font-size: 11px;
    padding-left: 6px;
    font-weight: normal;
}

.princ-layer {
    border-style: solid;
    border-width: 6px;
    border-color: #edeef0;
}

.input-custom {
    width: 293px;
    color: #404b4d;
    padding-top: 10px;

}

.input-numbers {
    width: 24px;
    color: #404b4d;
    font-size: 50px;
}

.btn-custom-sec {

    *display: inline;
    padding: 4px 24px;
    margin-bottom: 20 20 20 20;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #00d700;
    text-align: center;
    box-shadow: 0px 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #00d700;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.table-border {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #c7ced8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-border-prf {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #c7ced8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-noborder-prf {
    border-style: none;
    border-width: 0 0 0 0;
    border-color: #c7ced8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sep-checkout {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #c7ced8;
    padding-top: 30px;
    margin-top: 30px;
}

.table-border-payment-checkout {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #c7ced8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-border-payment-checkout-last {
    border-style: solid;
    border-width: 0 0 0px 0;
    border-color: #c7ced8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.data-layer {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: grey;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.month {
    display: inline-block;
    font-size: 10px;
    margin-left: 10px;
}

.sel-days {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: -4px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #d0dae1;
    display: inline-block;
    background-color: #ebeff2;
    color: #4a5e5f;

}

.sl-disabled {
    background-color: #ebeff2;
    color: darkgrey;
}

.sl-normal {
    background-color: white;
}

.sl-selected {
    background-color: #d0ebc7;
    font-weight: bold;
}

.sel-days a {
    background-color: white;
    color: #404b4d;
}

.sel-days a:hover {
    background-color: #f8f9fa;
}

.sel-space {
    padding-top: 14px;
}

.form-numbers {
    margin-bottom: 0;
}

.message {
    margin-top: 0px;
    margin: 0 auto;
    width: 573px;
    align-content: center;
    text-align: center;
    background-color: #fef8e0;
    padding: 14px;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #8a8533;
    position: relative;
    z-index: 1;
    color: #8a8533;
}

.message-prf {
    align-content: left;
    text-align: left;
    background-color: #fef8e0;
    padding: 10px;
    color: #8a8533;
}

.message-ok {
    margin-top: 0px;
    margin: 0 auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    color: #729b32;
    margin-top: 20px;
}

.message-ko {
    margin-top: 0px;
    margin: 0 auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    align-content: center;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    color: #e64c3b;
    margin-top: 20px;
}

.confirmation-div {
    margin-top: 0px;
    margin: 0 auto;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    align-content: center;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1;

}

.message-bold {
    font-weight: bold;
}

.message-bold-ok {
    font-size: 18px;
    font-weight: bold;
}

.container-narrow {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 0px;
    max-width: 1032px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.container-narrow-dashboard {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 30px;
    max-width: 1159px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.container-checkout {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 0px;
    max-width: 1032px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.container-confirmation {
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    max-width: 1032px;
    align-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9ba0;
    background-color: transparent;
}

.container-logo {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1032px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.container-narrow-options {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 0px;
    padding: 0px 14px;
    padding-bottom: 0px;

    max-width: 894px;
    border-style: solid;
    border-width: 6px;
    border-color: #edeef0;
    background-color: white;
}

.container-box-dashboard {
    margin-top: 0px;
    margin: 0 auto;
    padding: 0px;
}

.container-checkout {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 20px;
    padding: 0px;
    padding-bottom: 0px;
    max-width: 894px;
    border-style: solid;
    border-width: 0px;
    background-color: white;
}

.container-narrow-message {
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: -20px;
    width: 573px;
    background-color: #fef8e0;
    position: relative;
    z-index: 1;
}

.container-footer {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 20px;
    max-width: 964px;
    border-style: solid;
    border-width: 0px;
    border-color: #c7ced8;
    background-color: transparent;
    font-size: 12px;
    color: #65aed9;
    line-height: normal;
}

.erase-margin {
    margin-left: 0px;
}

.title-footer {
    font-family: "Montserrat", Inter, sans-serif;
    text-transform: uppercase;
    color: #979b9c;
    font-size: 14px;
    font-weight: bold;
}

.container-narrow-wo-border {
    border-width: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

.container-accounts {
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 529px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.container-thumb-prf {
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 704px;
    border-style: none;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: white;
}

.legal {
    text-align: center;
    color: darkgrey;
    background-color: #ebeff2;
    font-size: 12px;
    padding-top: 20px;
}

.moreless {
    font-size: 26px;
    font-weight: bold;
    color: #8194a3;
    padding-left: 6px;
    padding-right: 6px;

}

.container-sel-tickets {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 572px;
}

.container-btn-accept {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 489px;
    border-width: 0px;
    background-color: white;
}

.title-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.sub-account {
    font-weight: normal;
    font-size: 12px;
    color: #999f9f;
    text-align: left;
}

.total-label-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #999f9f;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.price-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.price-total-account {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.container-narrow > hr {
    margin: 30px 0;
}

.button-wrap {
    white-space: normal;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.vcenter2 {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*!
 * END CUSTOM CSS
 */

/*!
 * MODIFIED BOOTSTRAP CSS
 */

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans", Inter, Arimo, sans-serif;
    font-size: 13px;
    line-height: 20px;
    /*color: #404b4d;*/
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.container-fluid {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: solid;
    border-width: 6px;
    border-color: #edeef0;
    *zoom: 1;
}

.container-fluid-nomargin {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: none;
    *zoom: 1;
}


.radio-width {

    width: 0px !important;
}
/*
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    color: #404b4d;
    vertical-align: middle;
    box-shadow: 0 0 0 0;
    border-radius: 0 0 0 0;
}
*/

textarea {
    height: auto;
}

/*textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: transparent;
    box-shadow: 0 0 0 0;
    border-bottom: 1px solid #d3d7da;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0 0 0 0;
}*/

/*!
 * END MODIFIED BOOTSTRAP CSS
 */
.valign {
    vertical-align: middle;
}

.valign-button {
    padding-top: 14px;
    padding-bottom: 14px;
}

.btn-print {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    background-color: #00d700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    font-weight: bold;
    color: white;

}

.btn-print-pass {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    width: 70%;
    background-color: #3ba4dc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    color: white;

}

.btn-visitor-access {

    *display: inline;
    margin: 20px 20px 20px 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #3b484e;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    background-color: #e1e6ea;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.icn-print {
    padding-right: 10px;
}

.margin-conf {
    margin-top: 20px;
}

.txt-confirmation {
    font-size: 15px;
}

.margin-ko {
    padding-bottom: 100px !important;
    margin-bottom: 40px !important;
}

.details-checkout {
    font-weight: bold;
    font-style: italic;
    margin-right: 18px;
}

.checkout-subtitle {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.input-custom-checkout {
    align-content: center;
    width: 96%;
    color: #404b4d;
}

.checkout-placeholder {
    font-size: 24px;
    font-weight: bold;
    color: #364349;
}

.bg-prf {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f2f3f5;
}

.bg-public {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-color: #ececec;
}

.bg-highlight {
    background-color: #ffffcb;
}

.space-bottom {
    margin-bottom: 20px;
}

/*CUSTOM LOGIN-REGISTER-ERRORS CSS*/

.fixed-bg {
    background-image: url('../img_fira_generic/bg_login_register_error.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.white-text {
    color: white;
}

.title-lre {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 36px;
    font-weight: normal;
}

.dates-margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.container-narrow-lre {

    padding: 6px;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 394px;
    background-color: #edf1f4;
}

.container-fluid-lre {

    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    *zoom: 1;
}

.user {
    color: #adb5c0;
}

.legal-lre {
    background-color: transparent;
}

.inside-box-form {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e7e9;
    border-radius: 2px 2px 2px 2px;
    color: #404b4d;
    padding: 18px;
}

.title-box-lre {
    font-size: 24px;
    font-weight: bold;

}

.input-custom-lre {
    align-content: center;
    width: 320px;
    color: #404b4d;

}

.identify {
    padding-top: 20px;
    padding-bottom: 20px;
}

.txt-forms {
    margin-top: 20px;
    line-height: normal;
}

.extra-top-margin {
    margin-top: 15px;
}

.btn-form-lre {

    *display: inline;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-weight: normal;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 2px 2px 2px 2px;
    background-color: #00d700;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

/*END CUSTOM LOGIN-REGISTER-ERRORS CSS*/

/*!
 * CUSTOM DADES USUARI CSS
 */

.title-user-data {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.txt-user-data-delete {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-top: 20px;
}

.modify-user-data {
    font-size: 13px;
    color: #00d700;
    font-weight: normal;
    text-align: right;
}

.modify-user-data-left {
    font-size: 13px;
    color: #e06a2c;
    font-weight: normal;
}

.label-userdata {
    font-size: 12px;
    color: darkgrey;
}

.label-userdata-disabled {
    font-size: 12px;
    color: lightgrey;
}

.user-data-disabled {
    font-style: italic;
    color: #9fafaf;
}

.border-data-column {
    border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-color: darkgrey;
    padding-right: 16px;
}

/*!
 * END CUSTOM DADES USUARI CSS
 */

/*FROM FIRA_GENERIC*/

.space-selector {
    padding-top: 14px;
}

.thumbnail-custom {
    display: inline-block;
    height: auto;
    line-height: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}

.thumbnail-custom img {
    width: 100%;
}

.first-column-bold {
    font-weight: bold;
    color: #404b4d;
}

.box-info {
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: 26px;
    width: 100%;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7ced8;
    background-color: transparent;
    height: 150px;
}

.box-price {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 20px;
    color: #e84c3d;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 20px;
    text-align: center;
}

.box-btn {

    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #44d62d;
    text-shadow: 0px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-sel-assistant {

    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #00d700;
    text-shadow: 0px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.align-btn-center {
    padding-top: 10px;
    text-align: center;
}

.upper-space-dashboard {
    padding-top: 40px;
}

.general-title {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    margin-top: 0px;
    font-size: 28px;
    color: #364349;
    padding-bottom: 10px;
}

.subgeneral-title {
    font-size: 15px;
}

.row-gutter  {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.box-title {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 14px;
    color: #404b4d;
    text-transform: uppercase;
    font-weight: bold;
}

.soldout {
    font-family: "Montserrat", Inter, sans-serif;
    padding-left: 0px;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color: darkgray;
    font-style: italic;
}

.block-padding {
    margin-left: 0px;
    margin-right: 0px;
}

.block-padding-ch {
    margin-left: 10px;
    margin-right: 10px;
}

.box-title-form {
    font-weight: bold;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    background-color: #364349;
    font-size: 22px;
    color: white;
}

.container-box-form-outer {
    margin-left: 15px;
}

.container-box-form {
    font-weight: bold;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 22px;
    border-style: solid;
    border-color: #dfe0e2;
    border-width: 1px;
    background-color: #ebeff2;
}

.container_box-form-prf {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border-style: solid;
    border-color: #dfe0e2;
    border-width: 1px;
    background-color: #ebeff2;
}

.central-box-form {
    font-weight: bold;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 22px;
    color: white;
    border-style: solid;
    border-color: #e9eaec;
    border-width: 1px;
    background-color: #f6f7f9;
}

.central-box-prf {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 1px;
    margin-top: 12px;
    width: 100%;
    border-style: solid;
    border-color: #e9eaec;
    border-width: 1px;
    background-color: white;
}

.txt-pass-sm {
    font-size: 11px;
    font-weight: normal;
    color: #7a7f82;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.txt-pass-md {
    font-size: 13px;
    font-weight: normal;
    color: #7a7f82;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pass-type-box {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #404b4d;
    font-size: 16px;
}

.box-btn-upgrade {
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #00d700;
}

.box-separator {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #c7ced8;
    background-color: transparent;
}

.message-sm {

    margin-left: 0px;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    background-color: #fef8e0;
    padding: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: -30;
    color: #8a8533;

}

.pass-list-box {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 12px;
    color: #404b4d;
    text-transform: uppercase;
}

.buy-box {

    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #979b9c;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-left: 0px;

    padding-top: 5px;

}

.buy-message {
    font-size: 11px;
    color: lightgrey;
    text-transform: none;
}

.footer-style {
    background-color: #222834;
}

.footer-title {
    font-family: "Montserrat", Inter, sans-serif;
    text-transform: uppercase;
    color: #979b9c;
    font-size: 14px;
    font-weight: bold;
}

.data-user-bold {
    font-weight: bold;
    color: white;
    font-size: 14px;
}

.btn-menu-active {
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #00d700;
    width: 170px;
    text-align: center;
    font-weight: bold;
    color: darkgreen;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.btn-menu-padding {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.btn-menu {
    background-color: white;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #00d700;
    width: 170px;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.btn-menu a {

    color: #adb5c0 !important;
    text-shadow: 0px 0px 0px !important;
}

.btn-menu-last a {
    color: #adb5c0 !important;
    text-shadow: 0px 0px 0px !important;
}

.btn-menu-last {
    background-color: white;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #adb5c0;
    width: 170px;
    text-align: center;
    box-shadow: 0px 0px 0px;
    text-shadow: 0px 0px 0px;
}

.data-user {
    text-align: right;
    font-weight: normal;
    color: white;
}

.name-user-bold {
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.container-header {
    margin-top: 0px;
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    max-width: 1159PX;;
    border-style: solid;
    border-width: 0px;
    border-color: #c7ced8;
    background-color: transparent;
    vertical-align: middle;
}

.align-left-nopadding {
    text-align: left;
}

.inside-box-form {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e7e9;
    border-radius: 2px 2px 2px 2px;
    color: #404b4d !important;
    padding: 18px;
}

.container-title-services {
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    max-width: 1159PX;;
    background-color: transparent;
}

.price-big {
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #ec5037;
    vertical-align: middle;
}

.txt-bold {
    font-weight: bold;
}

.container-title-services {
    margin-top: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;

    max-width: 1159px;
    background-color: transparent;
}

.title-box-my-cart {
    font-size: 18px;
    font-weight: normal;
    color: darkgrey;
    margin-bottom: 14px;
}

.account-price {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.link-see-content {
    font-family: "Open Sans", Inter, sans-serif;
    color: #00d700;
    font-size: 12px;
}

.sep-prices {
    margin-top: 12px;
    margin-left: 4px;
    padding-right: 10px;
}

.account-subtotal {
    font-weight: normal;
    font-size: 12px;
    color: #999f9f;
    text-align: left;
}

.account-total-label {
    font-family: "Montserrat", Inter, sans-serif;
    color: #999f9f;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.account-total-price {
    font-family: "Montserrat", Inter, sans-serif;
    color: #44494c;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.cont-no-margin {
    margin-top: 0px !important;
}

.message-dashboard {
    display: inline-block;
    align-content: left;
    text-align: left;
    background-color: #fef8e0;
    padding: 14px;
    max-width: 680px;
    margin-top: 12px;
    margin-left: 16px;
    color: #8a8533;
}

.btn-cancel {

    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 12 pxx;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 0px 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ee483c;
    color: #ee483c;
    text-shadow: 0px 0px 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*END FROM FIRA_GENERIC*/

form[name="bannerForm"] .has-error{
    color:rgb(169, 68, 66);
    font-weight: normal;
}
form[name="input-groupg"] .has-error{
    color:rgb(169, 68, 66);
    font-weight: normal;
}
.number-circle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    margin-top: 0px;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    padding-left: 10px;
    font-family: "Montserrat", Inter, sans-serif;
    font-size: 18px;
    background: #404b4d;
    color: #ffffff;
    text-align: center;
    border-style: none;

}

.padd-zero {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.txt-description-box {
    font-size: 13px;
    font-weight: normal;
    color: #7a7f82;
    margin-bottom: 6px;
}

.name-title-prf {
    font-family: "Open Sans", Inter, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.name-title-checkout {
    font-family: "Open Sans", Inter, sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: #eeeff1;
    padding-top: 10px;
    padding-bottom: 10px;

}

.type-pass-sel-assistant {
    font-family: "Montserrat", Inter, sans-serif;
    font-weight: bold;
    color: #404b4d;
    font-size: 14px;
}

.margin-bottom-ten {
    margin-bottom: 10px;
}

.ch-bottom-margin {
    margin-bottom: 10px;
}

.ch-subtotal {
    border-style: solid;
    border-width: 1px 0 0 0;
    padding-top: 20px;
    margin-top: 20px;
    border-color: #e0e1e3;
}

#pluswrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    background-color: black;
    opacity: 0.85;
    z-index: 2;
}

.plus {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.fancymodal .fancymodal-content {
    max-width: 80%;
}


.list-select-days .btn-primary-selected {
    background-color : #82FA58;
}

.list-select-days .btn {
    border-radius: 0;
    color: #FFFFFF;
    cursor: not-allowed;
}

.list-select-days .btn-primary {
    border: 1px solid #D0DAE1;
}

.span-form-control{
    margin-bottom:0.5em;
}



@font-face {
    font-family: 'AVIS_SDA_IcoFont';
    src: url("../fonts/AVIS_SDA_IcoFont.eot?9bm9n1");
    src: url("../fonts/AVIS_SDA_IcoFont.eot?9bm9n1#iefix") format("embedded-opentype"), url("../fonts/AVIS_SDA_IcoFont.ttf?9bm9n1") format("truetype"), url("../fonts/AVIS_SDA_IcoFont.woff?9bm9n1") format("woff"), url("../fonts/AVIS_SDA_IcoFont.svg?9bm9n1#AVIS_SDA_IcoFont") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-SDA-"], [class*=" icon-SDA-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'AVIS_SDA_IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 60px;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-SDA-ups_alert:before {
    content: "\e91b";
}

.icon-SDA-user:before {
    content: "\e919";
}

.icon-SDA-menu:before {
    content: "\e91a";
}

.icon-SDA-arrow_right:before {
    content: "\e904";
}

.icon-SDA-restaurant:before {
    content: "\e900";
}

.icon-SDA-fira:before {
    content: "\e901";
}

.icon-SDA-timer:before {
    content: "\e902";
}

.icon-SDA-error_alert:before {
    content: "\e903";
}

.icon-SDA-arrow_up:before {
    content: "\e906";
}

.icon-SDA-arrow_down:before {
    content: "\e907";
}

.icon-SDA-arrow_left:before {
    content: "\e908";
}

.icon-SDA-delete:before {
    content: "\e909";
}

.icon-SDA-help:before {
    content: "\e90a";
}

.icon-SDA-plus:before {
    content: "\e90b";
}

.icon-SDA-minus:before {
    content: "\e90c";
}

.icon-SDA-info:before {
    content: "\e90d";
}

.icon-SDA-print:before {
    content: "\e90e";
}

.icon-SDA-pase:before {
    content: "\e90f";
}

.icon-SDA-parking:before {
    content: "\e911";
}

.icon-SDA-entradas:before {
    content: "\e913";
}

.icon-SDA-check_ok:before {
    content: "\e914";
}

.icon-SDA-error_only:before {
    content: "\e915";
}

.icon-SDA-upgrade:before {
    content: "\e916";
}

.icon-SDA-actions:before {
    content: "\e917";
}

.icon-SDA-ok_alert:before {
    content: "\e905";
}

.icon-SDA-dot:before {
    content: "\e918";
}

.icon-SDA-monitor:before {
    content: "\e910";
}

.icon-SDA-call:before {
    content: "\e912";
}

/*
* Styles for room config
 */
.box-select {
    padding: 0;
    margin-bottom: 15px;
}
.btnAddProd {
    background: #347bba;
    padding: 5px;
    border-radius: 4px;
    color: white;
}
.row-product-list {
    cursor: pointer;
}
.btnAddExhibitor {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 15px;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.box-search-title {
    display: inline-block;
    width: 100%;
}
#form-create-exhibitor .help-block, #form-create-mounter .help-block {
    position: absolute;
    background: white;
    padding: 10px;
    right: 0;
    top: 50px;
}
#table-exhibitor, #table-mounter {
    overflow-x: initial;
    padding: 10px 0 30px 0;
}
#table-exhibitor .dropdown-menu, #table-mounter .dropdown-menu {
    width: 415px;
}
#table-exhibitor .box-form, #table-mounter .box-form {
    margin: 10px 0;
}
.btn-action-cancel-exhibitor {
    margin-right: 10px;
}

#form-invoices .box-fields {
    max-width: 476px;
    position: relative;
}
#form-invoices .validationMessage {
    display: none;
}
#form-invoices .tooltip-message {
    position: absolute;
    left: 20px;
    top: 50px;
    background: white;
    padding: 4px 10px;
    z-index: 99;
    border-radius: 5px;
}
#form-invoices .help-block {
    margin: 0;
}
#form-invoices .form-group {
    margin-bottom: 25px;
}
.space-border {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
}
.box-btn-viewAll {
    margin: 8px;
    display: inline-block;
    vertical-align: top;
    float:right;
}
.table-promotionalCode .active-row, .table-sumary .active-row {
    background: #3073ad !important;
    color: white;
}
.table-promotionalCode .active-row .glyphicon, .table-sumary .active-row .glyphicon {
    color: #FFFFFF;
}
.tooltip-help {
    background-color: white;
    text-align: left;
    width: 100%;
    min-height: 200px;
    max-height: 500px;;
    height:auto;
    overflow: auto;
    padding:10px;
}

.popup_show_products {
    background-color: white;
    text-align: left;
    width: 100%;
    min-height: 200px;
    max-height: 500px;;
    height:auto;
    overflow: auto;
    padding:10px;
}

.tooltips tip{
    background-color:#afafaf;
    color: #232323;
    width: 70%;
    max-width:inherit !important;
    position: fixed;
    padding:2px 2px 2px 2px;
    top: 20% !important;
}

.tooltips tip-arrow{
    display: none !important;
}
.tooltip-btn-margin{
    margin: 10px;
}

/*Styles tables Buyer and Prenss*/
.table-th-bg{
    background-color: #f1f1f1;
}
.table-th-bg .centered {
    vertical-align: middle;
}
.table-scroll tbody, .table-scroll thead {
    display: block;
}
.table-scroll tbody {
    height: 377px;
    overflow: auto;
    display: block;
}
.table-scroll tbody td {
    width: 16.66666667%;
}
.table-scroll tbody .actions-column {
    white-space: nowrap;
}
.table-scroll tbody tr td:first-child, .table-scroll tbody tr td:nth-child(2),
.table-scroll tbody tr td:nth-child(3), .table-scroll .th-min{
    width: 9.3%;
}
.ticket-paginator-area {
    margin-top: 28px;
}

.pagination {
    margin-top: 10px;
}
.box-icons {
    margin-top: 10px;
    min-height: 34px;
}

.ticket-paginator-area .marginTopPaginator {
    margin-top: 36px;
}
.ticket-paginator-area .numberReg {
    margin-right: 5px;
}
.box-icons a {
    display: inline-block;
    margin: 0 5px;
}
.box-icons a:before {
    margin-right: -8px;
}
.box-icons a span {
    font-family: "Open Sans", Inter, Arimo, sans-serif;
    font-size: 11px;
}

.toggled #menu-toggle {
    position: fixed;
    top: 60px;
    font-size: 22px;
    z-index: 999;
    margin-left: 10px;
}
.toggled .breadcrumb  {
    padding-left: 52px;
}
#menu-toggle .icon-menu-closed {
    display: none;
}

.customDialogLoginModal ~ .fancymodal-content {
    width: 94% !important;
    max-width: 94% !important;

}
.text_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text_ellipsis .text_ellipsisHover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    padding: 5px 10px;
    background: #3276b3;
    color: #ffffff;
    border-radius: 4px;
    margin-top: -8px;
    font-size: 11px;
}
.text_ellipsis .text_ellipsisHover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #3276b3 transparent transparent transparent;
    top: 27px;
    right: 20px;
    position: absolute;
}
.text_ellipsis:hover > .text_ellipsisHover {
    display: block;
}
.text_infoImage {
    font-size: 11px;
}
.box_imageSelect {
    margin-bottom: 10px;
}
.ticket-definition .tab-pane.active .panel-primary {
    /*background-color: #3174ae;*/
    border: 0;
}
#include_imagefromFile #myFile {
    margin: 10px 0 15px;
}
.tab-content .box_btns  {
    margin-top: 50px;
}
.tab-content .box_btns .btns_action, #assignEvents .box_btns .btns_action {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #00000052;
}
.tab-content .box_btns .btns_action:hover {
    text-decoration: none;
    background: #0a518e;
}
.tab-content .tab-pane.active {
    background-color: #ffffff;
}
.tab-content .tab-pane {
    padding: 10px;
}
.table-responsive .table-event-search tr {
    cursor: pointer;
}
*{
    font-family: "Open Sans", Inter, Arimo, sans-serif;
}

.accessesReport #myTable .th-min {
    width: 8%;
}
.accessesReport #myTable .th-medium {
    width: 12%;
}
.accessesReport #myTable .th-max {
    width: 16%;
}

.accessesReport .table-scroll tbody {
    height: auto !important;
    overflow: initial !important;
}

/*.accessesReport .table-scroll tr {*/
    /*display: table !important;*/
    /*width: 100%;*/
/*}*/

/*.accessesReport .table-scroll tr span {*/
    /*display: table !important;*/
    /*width: 100%;*/
/*}*/

.accessesReport #myTable .list_scroll {
    height: 377px !important;
    overflow: auto !important;
}
.location_area {
    position: relative;
}
.location_area .btn-qr {
    position: absolute;
    top: 0;
    padding: 4px;
    font-size: 18px;
    margin: 0 0 0  -26px;
    background-color: #337ab7;
    color: #ffffff;
    z-index: 99;
}

.general_ticketTable {
    transition: .3s .3s ease;
    margin-bottom: 20px;
}
.general_ticketTable.panel_collapse1 {
    height: 100px;
    overflow:hidden;
}

.fancymodal-data .container_roles {
    overflow: auto;
    height: 590px;
}
.fancymodal-data .contents_roles {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding-bottom: 10px;
}
.fancymodal-data .contents_roles .roles_title {
    margin-bottom: 20px;
}
.fancymodal-data .contents_roles .well {
    padding: 10px 18px;
    text-align: left;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fancymodal-data .contents_roles .well input[type=checkbox], input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

.fancymodal-data .contents_roles .well .roles_description_hover {
    display: none;
}

.fancymodal-data .contents_roles .well .roles_description {
    vertical-align: middle;
    display: inline-block;
    margin-left: 4px;
}


.fancymodal-data .contents_roles .well.role_selected {
    background: #2f71aa9c;
    border: 1px solid #2e6ea6;
}
.fancymodal-data .contents_roles .col-lg-3 {
    padding: 0 5px;
}
.fancymodal-data .btns_action_roles_area {
    padding-bottom: 10px;
    box-shadow: 0 14px 12px -15px #00000061;
    border-radius: 0 0 20px 20px;
}
.fancymodal-data .btns_bottom_action_roles_area {
    padding-top: 10px;
    box-shadow: 0 -14px 12px -15px #00000061;
    border-radius: 20px 20px 0 0;
}

.section_sdaRoles .contents_sdaRoles {
    position: relative;
}
.section_sdaRoles .glyphicon-remove {
    transition: .3s .3s cubic-bezier(0, 1.22, 1, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    background: #ebebeb;
    padding: 6px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: initial;
    color: #a00404;
    font-size: 12px;
    box-shadow: 0 0 3px #0000006b;
    margin: -5px 0 0 0;
}
.section_sdaRoles .glyphicon-remove:hover {
    background: #a00404;
    color: #ffffff;
}
.section_sdaRoles .wrapper_sdaRoles {
    margin: 0 auto;
    display: inline-block;
    padding: 20px 0;
}
#editRol fieldset .col-lg-4, .section_sdaRoles .wrapper_sdaRoles .col-lg-3 {
    padding: 0 5px;
    margin: 0;
}
.tableOrden .titleHeaderOrden {
    cursor: default;
}
.tableOrden .titleHeaderOrden:hover {
    text-decoration: none;
}

/*
* STYLES TOOLTiP INFO
*
*/

.module_tooltip {
    margin: 4px;
    float: right;
}
.module_tooltip.module_absolute {
    position: absolute;
    top: 10px;
    right: 10px;
}
.title_left {
    float: left;
}
.tooltip_area {
    position: relative;
    cursor: pointer;
}
.tooltip_area .box_tooltip {
    cursor: auto;
    position: fixed;
    width: 800px;
    max-height: 600px;
    color:#232323;
    box-shadow: 0px 0px 12px -1px #0000003b;
    border-radius: 15px;
    left: 50%;
    top: 120px;
    margin-left: -400px;
    line-height: 20px;
    z-index: 999;
    /*display: none;*/
}
.tooltip_area .box_showNewTooltip {
    background-color: #ffffff;
}
.tooltip_area .box_showNewTooltip .text_padding {
    padding: 30px 0;
}
.icon_tag.tooltipActive .tooltip_area .box_tooltip{
    display: block;
}
.tooltip_area .btn_area {
    background: #cacaca;
}
.icon_tag.icon_big .glyphicon-info-sign:before{
    font-size: 25px;
}
.icon_tag.icon_small .glyphicon-info-sign:before{
    font-size: 13px;
}

/*
* Themes upload files
 */
.themes_upload_files .col-lg-6{
    padding-bottom: 20px;
    padding-top: 20px;
}
.themes_upload_files .input_select_file {
    margin-bottom: 10px;
}
.themes_upload_files .input_path {
    margin-bottom: 10px;
}

.themes_upload_files h4 {
  margin-top: 50px;
}



.radio-block,
.checkbox-block {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.icon.icon-SDA-delete {
    font-size: 25px;
    display: inline-block;
    line-height: 35px;
    vertical-align: bottom;
}

.icon.icon-SDA-plus {
    font-size: 30px;
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 20px 1px 4px 7px;
    border: none;
    border-radius: 0;
    font-weight: 400;
    -webkit-appearance: none;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #CAD5DD;
    transition: background-color 0.25s, border-color 0.25s;
    max-width: 100%;
    color: #4A5E60;
    -webkit-text-fill-color: #4A5E60;
}

.widget_title .form-input {
    margin-bottom: 10px;
}
.widget_title .form__label {
    margin-top: 10px;
    font-size: 22px;
    padding-left: 0em;
}

.description-question-block-form {
    font-size: 11px;
    padding-left: 1.0em;
    color: #87a0a3;
    margin-top: -5px;
}

.description-answer-block-form {
    font-size: 9px;
    padding-left: 1.5em;
    color: #87a0a3;
    display: block;
}


.form-input {
    margin-bottom: 75px;
}
.form-textarea {
    padding-bottom: 30px;
}
.form-textarea textarea{
    max-height: 43px;
}
.form-textarea > .form__label{
    margin-top: 25px;
}
.form-multiselect > .form__label{
    margin-top: 25px;
}


.form-textarea.has-error{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.multiselect-discounts.has-error{
    margin-bottom: 0px;
    border: 1px solid rgb(169, 68, 66);
    padding-bottom: 0px;
    color:rgb(169, 68, 66);
    font-weight: normal;
}
.form-select > .form__label{
    margin-top: 25px;
}
.form-datepicker input.form-control {
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid #CAD5DD;
    box-shadow: none;
    padding-right: 35px;
}

/*
* Templates
*/
#acordio .item_margin {
    margin: 10px 0;
}
#acordio .selected_tipo {
    max-width: 112px;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}
#acordio .cords {
    margin: 0;
    padding: 6px;
    border-right: 0;
    margin-right: -3px;
}
#acordio .pdfItemXY {
    padding-left: 5px;
}
#acordio .cm {
    margin-left: 5px;
}
#acordio .msg_items_status {
    display: inline-block;
    vertical-align: top;
}


/*
* Component card
*/
.component_card {
    position: absolute;
    background: #ffffff;
    min-width: 500px;
    width: 500px;
    z-index: 999;
    text-align: left;
    padding: 10px;
    box-shadow: -1px 5px 3px 0px #0000007d;
    margin-right: -200px;
    border-radius: 0 0 6px 6px;
    margin-left: -450px;
    float: none;
    top: 34px;
    bottom: initial;
    right: initial;
    left: 0;
}
.component_card:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #ffffff transparent;
    top: 8px;
    right: 12px;
    position: absolute;
    margin-top: -20px;
    filter: drop-shadow(0 0 30px #333);
}
.component_card .glyphicon-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0px 0px 1px 0px #000;
}

.select_area {
    margin-top: 8px;
}
.select_area .field_typeRadio{
    margin: 0 5px 0 0;
}
.selectedArea .dropdown-menu {
    overflow-y: scroll;
    max-height: 250px;
}
.emailing_editSection {
    margin-bottom: 10px;
}
.emailing_editSection .field_custom {
    height: 34px;
}

/*
* Style Custom(color gray) - Button radio bootstrap ui >> https://angular-ui.github.io/bootstrap/#!#buttons
*/
.custom_btnGray.active {
    /*background-image: radial-gradient(#c1bbbb 25%, #8e8a8a 94%, #c7c1c3 128%);*/
    background-image:radial-gradient(#91b6f966 34%, #9fb5c7 75%, #5d95fb69 100%);
}
.text_nowrap {
    white-space: nowrap;
}



/*
* SWITCH COMPONENT
*/
.switch {
    font-size: 1rem;
    position: relative;
}
.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}
.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before, .switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: block;
}
.switch input + label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}
.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}
.switch input:checked + label::before {
    background-color: #08d;
}
.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, .25);
}
.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}
.switch input:disabled + label::before {
    background-color: #e9ecef;
}
.switch.switch-sm {
    font-size: 0.875rem;
}
.switch.switch-sm input + label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}
.switch.switch-sm input + label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}
.switch.switch-sm input:checked + label::after {
    margin-left: calc(1.9375rem * .8);
}
.switch.switch-lg {
    font-size: 1.25rem;
}
.switch.switch-lg input + label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
    width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}
.switch.switch-lg input:checked + label::after {
    margin-left: calc(3rem * .8);
}
.switch + .switch {
    margin-left: 1rem;
}
.dropdown-menu {
    margin-top: 0.75rem;
}

.icon_aviso {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.icon_aviso_red {
    background-color: red;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: inset 0px 0px 8px #6d1111;
}
.icon_aviso_green {
    background-color: lawngreen;
    display: inline-block;
    vertical-align: bottom;
    box-shadow: inset 0px 0px 8px #5ead11;
}

/*
* Style Custom(color gray) - Button radio bootstrap ui >> https://angular-ui.github.io/bootstrap/#!#buttons
*/
.custom_btnGray {
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
.text_nowrap {
    white-space: nowrap;
}

.horizontal-collapse {
    height: 70px;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.elCollapsed, .elFullCollapsed {
    height: 0;
    overflow: hidden;
    transition: .3s .3s ease;
}
.elCollapsed.active {
    height: 400px;
}
.elFullCollapsed.active {
    height: auto;
}
.elFullCollapsedAuto {
    height: auto;
    transition: .3s .3s ease;
}
.elFullCollapsedAuto.collapse{
    height: 0;
}

.separate-box {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px !important;
}
.fancymodal .hiddenAuthority {
    display: none !important;
}
.hiddenRoleAuthority {
    display: none !important;
}

/**
*
* MENU SIDEBAR
*
**/
#menu_sidebar .panel-default>.panel-heading {
    background: transparent !important;
    color: #337ab7 !important;
    padding: 0;
    height: auto;
}
#menu_sidebar .panel-default>.panel-heading h4{
    font-size: 13px;
}
#menu_sidebar .panel-default>.panel-heading .accordion-toggle{
    display: block;
    padding: 20px 10px;
    /*border-bottom: 1px solid #dedede;*/
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

#menu_sidebar .panel-default>.panel-heading .accordion-toggle:focus {
    text-decoration: none;
    outline: 0 !important;
    /*background-color: #dcdcdc;*/
    /*background-color: #eeeeee;*/
}

#menu_sidebar .panel-default>.panel-heading .accordion-toggle:hover {
    text-decoration: none;
    /*background-color: #eeeeee;*/
}

#menu_sidebar .panel-default> .panel-collapse,
#menu_sidebar .panel-collapse .accordion_children .panel-default {
    background-color: #eeeeee;
    transition: 0.3s cubic-bezier(0.73, -0.41, 0.49, 1.63) 0.3s;
}

#menu_sidebar ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#menu_sidebar ul a {
    display: block;
    padding: 20px 10px 20px 20px;
    border-bottom: 1px solid #dedede;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
#menu_sidebar ul a:hover, #menu_sidebar ul a:focus {
    text-decoration: none;
    background-color: #dddddd;
}
#menu_sidebar .panel {
    box-shadow: none;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
#menu_sidebar .accordion_children .panel {
    border: 0;
}
#menu_sidebar .accordion_children .panel .accordion-toggle {
    padding: 20px 10px 20px 20px;
}
#menu_sidebar .accordion_children .panel-collapse ul li a {
    padding: 20px 10px 20px 40px;
}
#menu_sidebar .panel-default .panel-collapse .panel-body {
    padding: 0;
}

#menu_sidebar .caret {
    float: right;
    margin-top: 6px;
}
#menu_sidebar .glyphicon {
    margin-right: 10px;
}
#menu_sidebar i.glyphicon {
  font-size: 10px;
  top: 4px;
  margin-right: 0;
}
#menu_sidebar ul i.glyphicon {
  top: 3px;
}
#menu_sidebar .accordion_children .panel-group {
    margin: 0;
}
#menu_sidebar ul a.selected,
#menu_sidebar ul a:hover, #menu_sidebar ul a:focus {
  background-color: #bfd7ed;
  color: #385a7a;
}

/** Bulk action styles for checkboxes multiple */
.bulk-actions button {
  font-size: 12px;
}

.table tr.success td {
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.table .text-left {
  text-align: left;
}

.theme-img-container img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.theme-img-container.image_background img {
    width: 200px;
    margin: 0 0;
}

.col-lg-6.image_background {
    width:350px;
    padding: 0 0;
}
.col-lg-6.image_background_preview {
    width: 200px;
}

.col-lg-6.image_background .input_select_file {
    margin-bottom: 7px;
}

.themes .badge {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sda-color-picker-dir {
  float: left;
  width: 25%;
}
.themes .form-inline .form-control {
  max-width: 110px;
}
.sda-color-picker {
  position: relative;
}
.sda-color-picker .glyphicon {
  position: absolute;
  top: 6px;
  left: 0;
}

.sda-color-picker .glyphicon:hover {
  cursor: pointer;
}

.sda-color-picker-dir .color-container {
  min-height: 26px;
}

.sda-color-picker-dir .color-container {
  width: 100%;
  max-width: 120px;
  border: 1px solid #ccc;
}

/** Generic styles */
.pd-v-3 {
  padding: 3px 0;
}
.mg-v-10 {
  margin: 10px 0;
}
.mg-r-10 {
  margin-right: 10px;
}
.mg-t15 {
    margin-top: 15px;
}
.mg-t-12 {
  margin-top: 12px;
}
.mg-t20 {
  margin-top: 20px;
}
.sda-translation.form-inline .form-group { margin: 0 5px; }
.sda-translation-item .form-control { width: 90%; }
.sda-translation-item { width: 20%; }

.pd-h-0 {
  padding-left: 0 !Important;
  padding-right: 0 !Important;
}

table.scroll {
    border-spacing: 0;
}
table.scroll tbody,table.scroll thead {
    display: block;
}
table.scroll tbody {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
table.scroll td {
    max-width: 350px;
}
table.scroll tr:hover {
    background: #D3D3D3;
}

.dropdown-menu--filter {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  display: block;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  max-height: 150px;
  overflow-y: auto;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.dropdown-item-text:hover {
  cursor: pointer;
  background-color: #f3f7f9;
}

.form-control--inline {
  display: inline-block;
  width: 275px;
  margin: 0 10px;
}

.bulk-actions--flex {
  display: flex;
  gap: 20px;
}

.sendPressEmailOptions {
  display: block;
  margin-bottom: 2px;
  text-align: left;
}

.sendCustomPressEmail input[type="text"] {
  width: 40%;
}

.toast-batch-report-body {
    font-size: 1.1em !important;
    font-weight: 500;
    display: block;
    padding: 20px !important;
    transform: scale(1.1);
    transform-origin: top left;
}
  