/* Minification failed. Returning unminified contents.
(4356,40): run-time error CSS1038: Expected hex color, found '#0003'
(4377,40): run-time error CSS1038: Expected hex color, found '#0003'
(4740,44): run-time error CSS1038: Expected hex color, found '#0003'
(8630,36): run-time error CSS1034: Expected closing parenthesis, found '>'
(9873,36): run-time error CSS1034: Expected closing parenthesis, found '>'
(9999,36): run-time error CSS1034: Expected closing parenthesis, found '='
(10187,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*Fonts*/
@font-face
{
    font-family: 'N';
    src: url('/Fonts/Helvetica_LT_Condensed_Medium.eot');
    src: url('/Fonts/Helvetica_lt_condensed_medium.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_lt_condensed_medium.woff') format('woff'), url('/Fonts/Helvetica_lt_condensed_medium.ttf') format('truetype'), url('/Fonts/Helvetica_lt_condensed_medium.svg#helvetica_lt_condensed_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'B';
    src: url('/Fonts/Helvetica_lt_condensed_black.eot');
    src: url('/Fonts/Helvetica_lt_condensed_black.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_lt_condensed_black.woff') format('woff'), url('/Fonts/Helvetica_lt_condensed_black.ttf') format('truetype'), url('/Fonts/Helvetica_lt_condensed_black.svg#helvetica_lt_condensed_black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'N_B';
    src: url('/Fonts/Helvetica_lt_condensed_bold.eot');
    src: url('/Fonts/Helvetica_lt_condensed_bold.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_lt_condensed_bold.woff') format('woff'), url('/Fonts/Helvetica_lt_condensed_bold.ttf') format('truetype'), url('/Fonts/Helvetica_lt_condensed_bold.svg#helvetica_lt_condensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Not used
@font-face
{
    font-family: 'N_BI';
    src: url('/Fonts/Helvetica_LT_Condensed_Bold_Oblique.eot');
    src: url('/Fonts/Helvetica_LT_Condensed_Bold_Oblique.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_LT_Condensed_Bold_Oblique.woff') format('woff'), url('/Fonts/Helvetica_LT_Condensed_Bold_Oblique.ttf') format('truetype'), url('/Fonts/Helvetica_LT_Condensed_Bold_Oblique.svg#Helvetica_LT_Condensed_Bold_Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'N_I';
    src: url('/Fonts/Helvetica_LT_Condensed_Oblique.eot');
    src: url('/Fonts/Helvetica_LT_Condensed_Oblique.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_LT_Condensed_Oblique.woff') format('woff'), url('/Fonts/Helvetica_LT_Condensed_Oblique.ttf') format('truetype'), url('/Fonts/Helvetica_LT_Condensed_Oblique.svg#Helvetica_LT_Condensed_Oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'L';
    src: url('/Fonts/Helvetica_LT_Condensed_Light.eot');
    src: url('/Fonts/Helvetica_LT_Condensed_Light.eot?#iefix') format('embedded-opentype'), url('/Fonts/Helvetica_LT_Condensed_Light.woff') format('woff'), url('/Fonts/Helvetica_LT_Condensed_Light.ttf') format('truetype'), url('/Fonts/Helvetica_LT_Condensed_Light.svg#Helvetica_LT_Condensed_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/



/*Fim fonts*/
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px; /* Necessitava disto para arranjar erros de margem no telemovel mas isso impede o menu flutuante */ /*overflow-x: hidden;*/
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

p {
    /* A Internet diz para nunca justificar texto. */ /*text-align: justify;*/
}

a, img {
    border: none;
    outline: none;
    word-break: break-word;
}

ul {
    list-style-type: initial;
}

.ClassUlDisc > li {
    list-style-type: disc;
}


ul.checklist {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

    ul.checklist li:before, .checklistItem:before {
        content: "\e013";
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #70C315;
        vertical-align: middle;
        margin-right: 7px;
    }

    ul.checklist li, .checklistItem {
        margin: 0px;
        padding: 0px;
        text-align: left;
        list-style-type: none;
        font-size: 12px;
    }

.d-block {
    display: block;
}


.sticky-wrap {
    height: auto !important;
    /*height: 100%;*/
    /*margin: 0 auto -280px;*/
    /*min-height: 100%;*/
    flex: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sticky-wrap {
        height: auto !important;
        flex: none;
    }
}

/*Pagina de Inqueritos Equipa*/
.inqueritoRespostasMultiplas {
    width: 100%;
}

    .inqueritoRespostasMultiplas tr {
        display: inline-block;
        width: 100%;
    }

@media (min-width: 992px) {
    .inqueritoRespostasMultiplas tr {
        width: 50%;
    }

    #divImagemContactos {
        padding-left: 0px;
    }

    #divContactos {
        padding-left: 0px;
    }

    #divImagemContactos2 {
        padding-left: 0px;
    }

    #divContactos2 {
        padding-left: 0px;
    }
}
/*Pagina de Inqueritos Equipa*/



.sticky-push, .sticky-footer {
    /*min-height: 280px;*/
    /*overflow: hidden;*/
}

/* It´s a big page and responsive (sometimes :)*/

/*Big screen suport and special responsive classes*/

/*.text-justify-xs {
    text-align: justify;
}*/

/*.container {
    padding-left: 0;
    padding-right: 0;
}*/

.container-geral {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    p {
        text-align: justify;
    }

    .text-justify-sm {
        text-align: justify;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .container-geral {
        padding-left: 0px; /*width: 684px;*/
        padding-right: 0px;
    }

    .TituloContactos {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .text-justify-md {
        text-align: justify;
    }

    .container-geral {
        padding-left: 0px; /*width: 884px;*/
        padding-right: 0px;
    }
}

@media (min-width: 1090px) {
    .text-justify-lg {
        text-align: justify;
    }

    .container-geral {
        padding-left: 0px;
        padding-right: 0px;
        width: 1070px;
    }
}



@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }



    .container-geral {
        padding-left: 0px;
        padding-right: 0px;
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .container-geral {
        padding-left: 0px;
        padding-right: 0px;
        width: 1424px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1890px;
    }

    .container-geral {
        padding-left: 0px;
        padding-right: 0px;
        width: 1730px;
    }
}

/* columns of same height styles */

.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    table-layout: fixed;
    width: 100%; /* fix overflow */
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* Acompanhado de JS em BOL.js */

.text-overflow {
    text-overflow: ellipsis;
}


/*Work!*/

body {
    background-color: #e5e5e5;
    font-size: 14px;
}

body, input, select {
    font-family: 'PT Sans', Calibri, sans-serif;
}

legend {
    border-bottom: none !important;
}

/*Cabecalho*/

/* para mais tarde */

html * {
    /*transition: height 0.5s ease;*/
}

.skip-link {
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    background: transparent;
    z-index: 100;
    border: 1px solid #e5e5e5;
    display: block;
}

    .skip-link:active, .skip-link:focus {
        transform: translateY(0%);
        transition: transform 0.3s;
        -webkit-transition: transform 0.3s ease-in, background 0.3s linear;
        transition: transform 0.3s ease-in, background 0.3s linear;
    }

.cabecalho {
    background-color: white;
    border-bottom: 10px solid #000; /*position: fixed;     z-index: 1030;     width: 100%;     transition: all 3s;     -webkit-transition: all 3s;     -moz-transition: all 3s;     -ms-transition: all 3s;     -o-transition: all 3s;     top: 0px;     */
}

    .cabecalho.bootstrap {
        /*Retrocompatibilidade*/
        box-sizing: border-box;
        font-family: 'PT Sans', Calibri, sans-serif;
    }

#rodape.bootstrap {
    /*Retrocompatibilidade*/
    box-sizing: border-box;
    font-family: 'PT Sans', Calibri, sans-serif;
}

.item-nav {
    color: #fff !important;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    height: 62px;
    line-height: 1;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 154px;
}

    .item-nav:not(:first-child) {
        border-left: 2px solid white;
    }

#cabecalho-lado {
    background-color: #e5e5e5;
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    padding: 0 15px;
    position: relative;
}

@media (min-width: 768px) {
    #cabecalho-lado {
        height: 127px;
    }
}

#cabecalho-lado-autenticacao {
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    margin: 5px 0 10px 7px;
    white-space: nowrap;
}

#cabecalho-lado-pesquisa {
    margin-top: 14px;
}

    #cabecalho-lado-pesquisa .bol-input-group {
        padding-bottom: 0;
    }

#cabecalho-lado-pesquisa-principal input {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

#cabecalho-lado-pesquisa-principal button {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    height: 34px;
}

    #cabecalho-lado-pesquisa-principal button i {
        -webkit-font-smoothing: antialiased;
        border-collapse: separate;
        box-sizing: border-box;
        color: rgb(51, 51, 51);
        cursor: pointer;
        display: inline-block;
        font-family: 'Glyphicons Halflings' !important;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 14px;
        letter-spacing: normal;
        line-height: 14px;
        position: relative;
        text-align: center;
        text-indent: 0px;
        text-shadow: rgb(255, 255, 255) 0px 1px 0px;
        text-transform: none;
        top: 1px;
        white-space: nowrap;
        width: 14px;
        word-spacing: 0px;
    }

#cabecalho-lado-pesquisa-principal {
    width: 100%;
}


/*Corpo*/

@media (min-width: 768px) {
    #cabecalho.navbar-fixed-top {
        height: 72px;
    }

    .corpo-fixed-top {
        padding-top: 128px;
    }

    .navbar-fixed-top #cabecalho-conteudo {
        height: 62px;
    }

    .navbar-fixed-top #cabecalho-conteudo-navegacao {
        top: 0px;
    }

    .navbar-fixed-top #cabecalho-conteudo-logo {
        margin-bottom: 5px;
        margin-left: 31px;
        margin-top: 0;
        padding: 0;
        padding-top: 2px;
        width: 68px;
    }

    .pagLotacao .tabela .PrecoFixo {
        white-space: nowrap;
    }

    .navbar-fixed-top #cabecalho-conteudo-gosto {
        display: none;
    }

    .navbar-fixed-top #cabecalho-lado-autenticacao {
        display: none;
    }

    .navbar-fixed-top #cabecalho-lado-pesquisa-opcoes {
        display: none;
    }

    .navbar-fixed-top #cabecalho-lado {
        height: 62px;
    }

        .navbar-fixed-top #cabecalho-lado .topo {
            display: none;
        }

        .navbar-fixed-top #cabecalho-lado .baixo {
            padding-bottom: 13px;
            padding-top: 4px;
        }

    .navbar-fixed-top #cabecalho-lado-pesquisa {
        margin-top: 9px;
    }

    
}

#corpo-cabecalho .splash {
    background-color: #000;
    border-bottom: 10px solid #000;
    text-align: center;
}

    #corpo-cabecalho .splash img {
        margin: 0 auto;
    }

    #corpo-cabecalho .splash .carousel-indicators {
        bottom: 0px;
        margin-bottom: 0px;
    }

@media (max-width: 767px) {
    #corpo-cabecalho .splash .carousel-indicators {
        display: none;
    }
}

#corpo-cabecalho .splash .carousel-indicators li {
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.33);
}

#corpo-cabecalho .splash .carousel-indicators .active {
    background-color: #009486;
}

#corpo-conteudo {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    /*padding-top: 23px;*/
}

@media (min-width: 768px) {
    #corpo-conteudo {
        margin: 30px 0;
    }
}

/*Corpo-Barra*/

#corpo-barra {
    margin: 30px 0;
}

    #corpo-barra p {
        text-align: left;
    }

    #corpo-barra .grupo {
        margin-bottom: 10px;
    }

        #corpo-barra .grupo .titulo {
            font-size: 20px;
            font-weight: bold;
            line-height: 30px;
            margin: 0;
            padding-left: 15px;
            text-transform: uppercase;
        }

    #corpo-barra .passatempo {
        display: block;
        margin: 0 12px;
    }

    #corpo-barra .lista td {
        padding: 0px 7px;
    }

    #corpo-barra .grupo .lista {
        background-color: #f6f6f6;
        border: 7px solid #000;
        margin-top: 1px;
        overflow: hidden;
        padding: 8px 0px;
    }

        #corpo-barra .grupo .lista.autosize {
            height: auto;
            text-align: center;
        }

        #corpo-barra .grupo .lista h4 {
            font-size: 18px;
            font-weight: bold;
            margin: 0px;
        }

    #corpo-barra .grupo table {
        margin: 0;
    }


/*Compra*/

/*Destaques de ITens*/

#corpo-cabecalho .destaque {
    background-color: #000;
}

    #corpo-cabecalho .destaque .itens-wrap {
        height: 312px;
        margin: 0px;
        overflow: hidden;
        padding: 36px 74px;
        position: relative;
    }

    #corpo-cabecalho .destaque .itens-container {
        display: none;
    }

    #corpo-cabecalho .destaque .itens-wrap .carousel-control {
        background-color: rgba(0, 0, 0, .75);
        width: 74px;
    }

    #corpo-cabecalho .destaque .itens-wrap .bx-wrapper {
        margin: 0px !important;
    }

    #corpo-cabecalho .destaque .itens-container .Item:hover .Txt:before {
        background-color: red;
        background-color: rgba(0, 0, 0, 0.9);
        content: '';
        display: block;
        height: 240px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 185px;
        z-index: -1;
    }

    #corpo-cabecalho .destaque .itens-container .Item .Txt {
        display: none;
        height: 100%;
        left: 0px;
        padding: 10px;
        position: absolute;
        text-transform: uppercase;
        top: 0px;
        width: 100%;
        z-index: 1;
    }

    #corpo-cabecalho .destaque .itens-container .Item:hover .Txt {
        display: block;
    }

    #corpo-cabecalho .destaque .itens-container .Item .Txt .B {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        color: #fff;
        display: block; /* Fallback for non-webkit */
        display: -webkit-box;
        font-size: 18px;
        font-weight: bold;
        height: 80px;
        line-height: 20px;
        margin: 20px auto 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

        #corpo-cabecalho .destaque .itens-container .Item .Txt .B a {
            color: #fff;
        }

#corpo-conteudo .seccoes .destaque .itens-container .Item.cartao .Txt .C {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* height: 65px; */
    color: #b9b9b9;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 16.25px;
    margin: 0px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#corpo-cabecalho .destaque .itens-container .Item .Txt .D {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #b9b9b9;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    font-size: 18px;
    height: 90px;
    line-height: 20px;
    margin: 0px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

    #corpo-cabecalho .destaque .itens-container .Item .Txt .D a {
        color: #b9b9b9;
    }

#corpo-cabecalho .destaque .itens-container .Item .Links {
    bottom: 0px;
    display: none;
    list-style: none;
    margin: 0px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

    #corpo-cabecalho .destaque .itens-container .Item .Links li {
        display: none;
    }

        #corpo-cabecalho .destaque .itens-container .Item .Links li.Comprar {
            display: block;
            background-color: white;
        }

#corpo-cabecalho .destaque .itens-container .Item:hover .Links {
    display: block;
}

#corpo-cabecalho .destaque .itens-container .Item .Links .BotaoComprar {
    background-color: black;
    font-size: 16px;
    clear: both;
    color: #fff;
    display: block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

    #corpo-cabecalho .destaque .itens-container .Item .Links .BotaoComprar:hover {
        opacity: 0.75;
        text-decoration: none;
    }

/*DEstaque de secções*/

#corpo-conteudo .seccoes .destaque {
    margin: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #corpo-conteudo .seccoes .destaque:first-child {
        margin-top: 0px;
    }
}

.destaque-titulo {
    background-color: black;
}

    /* Forçado para ignorar o NoLink do titulo */
    .destaque-titulo .titulo a span:hover {
        text-decoration: underline;
    }

#corpo-conteudo .destaque .destaque-titulo {
    margin-bottom: 0px;
    padding: 0;
    position: relative;
}

#corpo-conteudo .destaque.navegacao .destaque-titulo {
    padding-right: 105px;
}

#corpo-conteudo .seccoes .destaque .destaque-titulo .titulo {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

    #corpo-conteudo .seccoes .destaque .destaque-titulo .titulo a, #corpo-conteudo .seccoes .destaque .destaque-titulo .titulo span {
        display: block;
        padding: 0 10px 0 17px;
    }

@media (min-width: 768px) {
    #corpo-conteudo .seccoes .destaque .destaque-titulo .titulo a, #corpo-conteudo .seccoes .destaque .destaque-titulo .titulo span {
        padding: 0 15px 0 28px;
    }
}

#corpo-conteudo .destaque .destaque-titulo .destaque-controlos {
    background-color: #fff;
    display: none;
    line-height: 37px;
    margin-right: -2px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
    #corpo-conteudo .destaque .destaque-titulo .destaque-controlos {
        margin-right: 22px;
    }
}

#corpo-conteudo .destaque.navegacao .destaque-titulo .destaque-controlos {
    display: block;
}



#corpo-conteudo .destaque .destaque-titulo .destaque-controlos a {
    color: white;
    cursor: pointer;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #000; /*Fundo Default*/
}

    #corpo-conteudo .destaque .destaque-titulo .destaque-controlos a:hover {
        -ms-opacity: 0.75;
        opacity: 0.75;
    }

    #corpo-conteudo .destaque .destaque-titulo .destaque-controlos a i {
        font-size: 20px;
        line-height: 30px;
        top: 4px;
        width: 25px;
    }

    #corpo-conteudo .destaque .destaque-titulo .destaque-controlos a.destaque-controlos-prev {
        margin-right: -3px;
    }

    #corpo-conteudo .destaque .destaque-titulo .destaque-controlos a.destaque-controlos-next {
    }



#corpo-conteudo .seccoes .destaque .itens-wrap {
    margin: 0px;
    padding: 0px 17px;
    position: relative;
}

@media (min-width: 768px) {
    #corpo-conteudo .seccoes .destaque .itens-wrap {
        padding: 0px 24px;
    }
}


#corpo-conteudo .seccoes .destaque .itens-wrap .carousel-control {
    background-color: rgba(0, 0, 0, .75);
    display: none;
    width: 24px;
}

#corpo-conteudo .seccoes .destaque .itens-wrap:hover .carousel-control {
    display: block;
}

#corpo-conteudo .seccoes .destaque .itens-container {
    display: none;
}

#corpo-conteudo .seccoes .destaque .itens-wrap .bx-wrapper {
    margin: 0px !important;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item {
    position: relative;
}

    #corpo-conteudo .seccoes .destaque .itens-container .Item .ImagemItem img {
        height: 176px;
        width: 136px;
    }

.ImagemItem.Evento {
    height: 240px;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item .Txt {
    display: none;
    height: 100%;
    left: 0px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item:hover .Txt:before {
    background-color: red;
    background-color: rgba(0, 0, 0, .8);
    content: '';
    display: block;
    height: 176px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 136px;
    z-index: -1;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item:hover .Txt {
    display: block;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item .Txt .B {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #fff;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    font-size: 15px;
    font-weight: bold;
    height: 65px;
    line-height: 16.25px;
    margin: 0px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item .Txt .D {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #b9b9b9;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    font-size: 16px;
    height: 65px;
    line-height: 16.25px;
    margin: 0px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}


#corpo-conteudo .seccoes .destaque .itens-container .Item .Links {
    bottom: 0px;
    display: none;
    height: 53px;
    list-style: none;
    margin: 0px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 136px;
    z-index: 1;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item:hover .Links {
    display: block;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item .Links .BotaoComprar {
    background-color: black;
    clear: both;
    color: #fff;
    display: block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

    #corpo-conteudo .seccoes .destaque .itens-container .Item .Links .BotaoComprar:hover {
        -ms-opacity: 0.75;
        opacity: 0.75;
        text-decoration: none;
    }

/*Conteudo-FIM*/

/*Rodape*/

#rodape {
    background-color: #2d2d2d;
    color: #fff;
}

    #rodape hr {
        background-color: transparent;
        border: 1px dashed #464646;
        height: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

        #rodape hr:last-of-type {
            border: hidden;
        }

@media (min-width: 768px) {
    #rodape .container {
        padding-left: 40px;
        padding-right: 15px;
    }
}

#rodape .submenu h5 {
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

#rodape .submenu ul li a {
    color: #fff;
    text-decoration: none;
}

    #rodape .submenu ul li a:hover {
        text-decoration: underline;
    }

#rodape ul.list-inline {
    margin-left: 0;
}

#rodape ul.list-inline-pipe {
    margin-left: -3px;
}

ul.list-inline-pipe li {
    padding-left: 3px;
    padding-right: 0;
}

    ul.list-inline-pipe li:after {
        content: "|";
        display: inline-block;
        padding-left: 3px;
    }

    ul.list-inline-pipe li:last-of-type:after {
        content: "";
    }

#rodape .redes-sociais .sparkling-sprite {
    margin-right: 5px;
}

/*Botoes Sprites*/

.BotaoEtnaga {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 0px -309px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-indent: 77px;
    vertical-align: middle;
    white-space: nowrap;
    width: 77px;
}

.spriteFormasPagamento {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 100px 100px;
    background-repeat: no-repeat;
    content: "\00a0";
    display: inline-block;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: middle;
    white-space: nowrap;
    white-space: nowrap;
    width: 45px;
}

    .spriteFormasPagamento.visa {
        background-position: -214px -324px;
    }

    .spriteFormasPagamento.mastercard {
        background-position: -268px -324px;
    }

    .spriteFormasPagamento.mb {
        background-position: -322px -324px;
    }

    .spriteFormasPagamento.mbnet {
        background-position: -376px -324px;
    }

    .spriteFormasPagamento.paypal {
        background-position: -130px -324px;
        width: 64px;
    }


.spriteContactos:before {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 100px 100px;
    background-repeat: no-repeat;
    content: "\00a0";
    display: inline-block;
    line-height: 22px;
    margin-right: 3px;
    white-space: nowrap;
    width: 18px;
}

.spriteContactos.rss:before {
    background-position: -84px -282px;
}

.spriteBandeiras:before {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 100px 100px;
    background-repeat: no-repeat;
    content: "\00a0";
    display: inline-block;
    line-height: 18px;
    white-space: nowrap;
    width: 18px;
}

.spriteBandeiras.PT:before {
    background-position: 1px -107px;
}

.spriteBandeiras.EN:before {
    background-position: -22px -107px;
}

.spriteBandeiras.ES:before {
    background-position: -45px -107px;
}

.spriteBandeiras.FR:before {
    background-position: -93px -104px;
}

.PublicidadeL {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}

    .PublicidadeL .titulo {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }

    .PublicidadeL a img {
        display: inline-block;
    }

    .PublicidadeL .pCont {
        padding: 1px;
        /*border: 1px solid #3d3d3d !important;*/
        margin-left: auto;
        margin-right: auto;
    }

.LegendaSobreControlo {
    color: #373737;
    display: block;
    font-weight: normal;
    position: absolute;
    text-transform: lowercase;
}

.TextBoxNewsletter {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-box-shadow: inset 0px 4px 4px -4px #9b9b9b;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-box-shadow: inset 0px 4px 4px -4px #9B9B9B;
    border: 1px solid #9B9B9B;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: inset 0px 4px 4px -4px #9B9B9B;
    float: left;
    height: 29px;
    line-height: 24px;
    margin: 0px;
    outline: 0px;
    padding: 0px 5px;
    width: 540px;
}

.BGSpriteComum {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

    .BGSpriteComum.Paypal {
        background-color: transparent;
        background-position: -130px -324px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 27px;
        overflow: hidden;
        padding: 0px;
        text-indent: 64px;
        vertical-align: middle;
        white-space: nowrap;
        width: 64px;
    }

    .BGSpriteComum.Visa {
        background-color: transparent;
        background-position: -214px -324px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 27px;
        overflow: hidden;
        padding: 0px;
        text-indent: 45px;
        vertical-align: middle;
        white-space: nowrap;
        width: 45px;
    }

    .BGSpriteComum.Mastercard {
        background-color: transparent;
        background-position: -268px -324px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 27px;
        overflow: hidden;
        padding: 0px;
        text-indent: 45px;
        vertical-align: middle;
        white-space: nowrap;
        width: 45px;
    }

    .BGSpriteComum.MB {
        background-color: transparent;
        background-position: -322px -324px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 27px;
        overflow: hidden;
        padding: 0px;
        text-indent: 45px;
        vertical-align: middle;
        white-space: nowrap;
        width: 45px;
    }

    .BGSpriteComum.MBnet {
        background-color: transparent;
        background-position: -376px -324px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 27px;
        overflow: hidden;
        padding: 0px;
        text-indent: 45px;
        vertical-align: middle;
        white-space: nowrap;
        width: 45px;
    }

    .BGSpriteComum.RedUnicre {
        background-color: transparent;
        background-position: 0px -353px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 21px;
        overflow: hidden;
        padding: 0px;
        text-indent: 102px;
        vertical-align: middle;
        white-space: nowrap;
        width: 102px;
    }

    .BGSpriteComum.MasterCardSecureCode {
        background-color: transparent;
        background-position: 0px -388px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 52px;
        overflow: hidden;
        padding: 0px;
        text-indent: 100px;
        vertical-align: middle;
        white-space: nowrap;
        width: 100px;
    }

    .BGSpriteComum.VerifiedByVisa {
        background-color: transparent;
        background-position: -2px -441px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 52px;
        overflow: hidden;
        padding: 0px;
        text-indent: 93px;
        vertical-align: middle;
        white-space: nowrap;
        width: 93px;
    }

    .BGSpriteComum.PaypalCompraSegura {
        background-color: transparent;
        background-position: -5px -500px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 23px;
        overflow: hidden;
        padding: 0px;
        text-indent: 91px;
        vertical-align: middle;
        white-space: nowrap;
        width: 91px;
    }


    .BGSpriteComum.MBNetSaibaComo {
        background-color: transparent;
        background-position: -1px -613px;
        background-repeat: no-repeat;
        border: 0px;
        display: inline-block;
        height: 56px;
        overflow: hidden;
        padding: 0px;
        text-indent: 97px;
        vertical-align: middle;
        white-space: nowrap;
        width: 97px;
    }

.Reduzida {
    color: inherit;
    text-align: center;
    display: inline-block;
    height: 26px;
    line-height: 25px;
    vertical-align: middle;
    width: 25px;
    background-color: inherit;
}




.lista .BotaoNewsletter {
    background-color: transparent;
    background-position: -3px -250px;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: 30px;
    width: 30px;
}

.lista .BotaoNewsletter {
    float: left;
}

.lista tr td a {
    display: block;
    height: 18px;
    overflow: hidden;
}

.lista .td0 {
    font-weight: bold;
}

.lista .td1 {
}

.lista .td2 {
    font-weight: bold;
    text-align: center;
    width: 30px;
}


/* Overload das regras do bootstrap para seguir de mais proximo o nosso design */

.table > tbody > tr:first-of-type > td {
    border: 0px;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #e5e5e5;
}

a.NoLink {
    color: inherit;
}

    a.NoLink:hover, a.NoLink:focus {
        text-decoration: none;
    }

ul.list-unstyled > li {
    margin-bottom: 10px;
}


/* Caixas mensagem antigas - OBSOLETE */

.CaixaMensagemContainer {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.CaixaMensagemBackGround {
    background-image: url(/imagens/imagensDefault/internet/Layout/Fundo_Prompt.png);
    background-position: center;
    background-repeat: repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
}

.CaixaMensagemContent {
    background-color: #fff;
    border: 2px solid #9C9C9C;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    margin: 38px 0px;
    min-width: 600px;
    padding: 28px;
    position: absolute;
    text-align: center;
}

    .CaixaMensagemContent p a {
        color: #fff;
    }

    .CaixaMensagemContent a.CaixaMensagemBotaoFechar {
        background-image: url(/imagens/imagensDefault/internet/Botoes/FecharBranco.png);
        background-position: -2px -6px;
        background-repeat: no-repeat;
        cursor: pointer;
        display: block;
        height: 38px;
        overflow: hidden;
        position: absolute;
        right: -16px;
        text-indent: 35px;
        top: -16px;
        white-space: nowrap;
        width: 35px;
    }

        .CaixaMensagemContent a.CaixaMensagemBotaoFechar:hover {
            background-position: -91px -6px;
        }

        .CaixaMensagemContent a.CaixaMensagemBotaoFechar:active {
            background-position: -49px -6px;
        }

    .CaixaMensagemContent .Botoes a {
        font-size: 17px;
    }

        .CaixaMensagemContent .Botoes a.MensagemBotoesConfirmar {
            background-position: -252px -117px; /*color: #00D5C8;*/
            background-repeat: no-repeat;
            border: 0px;
            cursor: pointer;
            display: inline-block;
            height: 28px;
            line-height: 28px;
            margin: 0px;
            overflow: hidden;
            padding: 0px;
            text-indent: 109px;
            vertical-align: middle;
            white-space: nowrap;
            width: 109px;
        }

        .CaixaMensagemContent .Botoes a.MensagemBotoesCancelar {
            background-position: -370px -117px; /*color: #D8000C;*/
            background-repeat: no-repeat;
            border: 0px;
            cursor: pointer;
            display: inline-block;
            height: 28px;
            line-height: 28px;
            margin: 0px;
            margin-left: 30px;
            overflow: hidden;
            padding: 0px;
            text-indent: 109px;
            vertical-align: middle;
            white-space: nowrap;
            width: 109px;
        }

    .CaixaMensagemContent .Mensagem div input {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #3e3e3e;
        font-size: 18px;
        margin-top: 18px;
        text-align: center;
        width: 262px;
    }

    .CaixaMensagemContent .Mensagem h3 {
        background-color: #0FA59A;
        color: white;
        font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
        font-size: 15px;
        font-style: normal;
        line-height: 34px;
        margin: 0px -28px 0px -28px;
        text-transform: uppercase;
    }

    .CaixaMensagemContent hr {
        background-color: #D3D3D3;
        border: 0px solid;
        clear: both;
        height: 1px;
        margin: 25px -28px 15px -28px;
    }

    .CaixaMensagemContent .Mensagem p a.EventosCartao {
        color: Black;
        text-decoration: none;
    }

        .CaixaMensagemContent .Mensagem p a.EventosCartao:hover {
            text-decoration: underline;
        }

    .CaixaMensagemContent .Mensagem, .CaixaMensagemContent .Mensagem p {
        color: Black;
    }

        .CaixaMensagemContent .Mensagem .Gallery .Other img {
            border: solid 3px white;
            cursor: pointer;
            height: 90px;
            margin-right: 10px;
            margin-top: 10px;
            width: 120px;
        }

            .CaixaMensagemContent .Mensagem .Gallery .Other img:hover {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                border: solid 3px #007673;
                border-radius: 6px;
            }

.BGSpritePT {
    background-image: url(/Styles/Sprites/BGSpritePT.png?v=10);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

.BGSpriteEN {
    background-image: url(/Styles/Sprites/BGSpriteEN.png?v=10);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

.BGSpriteES {
    background-image: url(/Styles/Sprites/BGSpriteES.png?v=10);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

.BGSpriteComum {
    background-image: url(/Styles/Sprites/BGSpriteComum.png?v=12);
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
}

/* FIM Obsolete */


/* Nova tralha - colocar no sitio correcto sff */

.Item .Txt {
    line-height: 16.25px;
    margin: 0 auto;
    overflow: hidden;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item.cartao .Txt .B {
    height: 48.75px;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item.cartao .Txt .C {
    color: #FE9900;
    height: 32.5px;
}

#corpo-conteudo .seccoes .destaque .itens-container .Item.cartao .Txt .D {
    height: 32.5px;
}

.TituloH3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.TituloH4 {
    text-decoration: underline;
}

.entidadeAderente {
    border: none;
}

    .entidadeAderente .img-entidadeaderente {
        display: block;
        text-align: left;
        position: relative; /* If you want text inside of it */
        padding-top: 56.25%;
        margin-bottom: 10px;
    }

        .entidadeAderente .img-entidadeaderente img {
            display: inline;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .entidadeAderente .tituloEnt {
        background: white;
        padding: 0px;
        border: none;
    }

    .entidadeAderente .D {
        color: #333;
        font-family: 'PT Sans', Calibri, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
        text-overflow: ellipsis;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
    }

    .entidadeAderente .B {
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .entidadeAderente .B .BA {
            color: #333;
            font-family: 'PT Sans', Calibri, sans-serif;
            word-break: break-word;
            text-transform: uppercase;
            font-size: 14px;
            display: inline-block;
            vertical-align: text-bottom;
            font-weight: bold;
            text-overflow: ellipsis;
            width: 90%;
            white-space: nowrap;
            overflow: hidden;
        }

    .entidadeAderente .Links .listaEnt {
        list-style: none;
        display: inline-block;
        margin-top: 6px;
    }

.montra-itens {
    margin-bottom: 6px;
}

    .montra-itens .itens {
        display: inline-block;
        padding: 0px 14px;
        width: 100%;
    }

@media (min-width: 768px) {
    .montra-itens .itens {
        padding: 0px 24px;
    }
}

.item-montra {
    position: relative;
    text-transform: uppercase;
    width: 136px;
    overflow: hidden;
    padding-top: 20px;
}

    .item-montra .divStreaming {
        /*height: 100%;*/
        width: 100%;
        background: white;
        border: none;
        float: right;
        font-size: 12px;
        font-weight: bold;
        text-align: end;
        position: absolute;
        top: 2px;
    }

        .item-montra .divStreaming:empty {
            display: none;
        }

    .item-montra img {
        border: 1px solid #cccccc;
        height: 176px;
    }

    .item-montra .overlay {
        height: 100%;
        line-height: 16.25px;
        padding: 9px 10px; /*display: none;*/
        position: absolute;
        top: 79%; /*top: 176px;*/
        transition: all 0.5s;
        width: 138px;
        z-index: 1;
    }

    .item-montra:hover .overlay {
        display: block;
        padding: 4px 10px 14px 10px;
        margin-top: 20px;
        top: 0px !important;
    }

    .item-montra .overlay:before {
        background-color: rgba(255, 255, 255, .9);
        content: "";
        display: block;
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: -1;
    }

    .item-montra .nome, .item-montra .entidade, .item-montra .descricao {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: block;
        display: -webkit-box;
        overflow: hidden; /*text-overflow: ellipsis;*/
    }


    .item-montra .base .nome {
        -webkit-line-clamp: 2;
        height: 48.75px;
        line-height: 1;
        margin-bottom: 0px;
    }

    .item-montra:hover .base .nome {
        color: white;
    }

    .item-montra .nome {
        color: black;
        font-size: 13px;
        font-weight: bold;
        height: 32.5px;
        margin-bottom: 32.5px;
        transition: all 0.5s ease;
        transition-delay: 0.1s;
    }

    .item-montra:hover .overlay .nome {
        height: 65px;
        margin-bottom: 0px;
        transition: height 0.1s;
    }

    .item-montra .entidade {
        -webkit-line-clamp: 3;
        color: #04BDEC;
        font-size: 13px;
        /*font-weight: bold; #8568*/
        height: 32.5px;
        margin-bottom: 4px;
        margin-top: 5px;
    }

    .item-montra .descricao {
        color: white;
        font-size: 13px;
        font-weight: 500;
        height: 32.5px;
        margin-bottom: 4px;
    }

    .item-montra .botao {
        background-color: black;
        color: #fff;
        display: block;
        height: 33px;
        line-height: 33px;
        margin-bottom: 10px;
        margin-top: 5px;
        text-align: center;
        text-transform: uppercase;
    }

        .item-montra .botao:hover {
            -ms-opacity: 0.75;
            opacity: 0.75;
            text-decoration: none;
        }

        .item-montra .botao.comprar {
            background-color: #0381A1;
            color: #FFFFFF;
        }

        .item-montra .botao.info {
            background-color: #238191;
            color: #FFFFFF;
        }

        .item-montra .botao.ver-bilhete {
            background-color: #238191;
            color: #FFFFFF;
        }

/**** layout montra Itens Grande (HD)****/

.montra-itens .itens.grande .item-montra .overlay, .itens.grande .item-montra .base img {
    width: 185px;
    height: 240px;
}

@media (min-width: 800px) {
    .montra-itens .itens.grande .bol-grid {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .montra-itens .itens.grande {
        padding: 0px 12px;
    }
}

.montra-itens .itens.grande .item-montra .overlay {
    top: 240px;
}

.montra-itens .itens.grande .item-montra {
    width: 185px;
    height: 280px;
}

    .montra-itens .itens.grande .item-montra:hover .overlay .nome {
        height: 97.5px;
    }

    .montra-itens .itens.grande .item-montra .entidade {
        height: 81.25px;
    }

/***************/

.evento .descricao {
    display: none;
}

/*Pedido para o Manut pelo Simao para retirar dos produtos esta label dia 25/06/2021
no dia 28 Julho 2021 foi falado com o EZ para retirar esta descrição do itemMontra pois estava ja a ser escondida no CSS para os eventos*/
.produto .descricao {
    visibility: hidden;
}

.evento .entidade {
    height: 48.75px;
    margin-bottom: 0px;
}

.cartao .nome, .produto .nome {
    height: 32.5px;
    margin-bottom: 12.5px;
}

.item-montra.cartao:hover .overlay .nome, .item-montra.produto:hover .overlay .nome {
    height: 48.75px;
    /*margin-bottom: 16.25px;*/
    transition: height 0.1s;
}

.lista .Item {
    padding: 10px 0px;
}

.item > dt {
    color: black;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 7px;
    margin-top: 5px;
    position: relative;
    text-transform: uppercase;
}

    .item > dt:first-child {
        margin-top: 0px;
    }

.item > dd {
    margin-left: 7px;
}


.bol-grid {
    float: left;
    position: relative;
    width: 50%;
}

@media (min-width: 480px) {
    .bol-grid {
        width: 33.333%;
    }
}

@media (min-width: 620px) {
    .bol-grid {
        width: 25%;
    }
}

@media (min-width: 800px) {
    .bol-grid {
        width: 20%;
    }
}

@media (min-width: 992px) {
    .bol-grid {
        width: 25%;
    }
}

@media (min-width: 1366px) {
    .bol-grid {
        width: 20%;
    }
}

@media (min-width: 1600px) {
    .bol-grid {
        width: 16.666%;
    }
}

@media (min-width: 1920px) {
    .bol-grid {
        width: 14.286%;
    }
}




/* novo cabecalho */

header {
    background-color: white;
    border-bottom: 10px solid black;
}

#cabecalho .navegacao {
    float: left;
    padding-left: 14px;
}

    #cabecalho .navegacao ul {
        bottom: 0px;
        margin-bottom: 0px;
        max-height: 62px;
        max-width: 616px;
        position: absolute;
    }

    #cabecalho .navegacao li {
        padding: 0px;
    }

    #cabecalho .navegacao a {
        color: white;
        display: table-cell;
        font-size: 18px;
        font-weight: bold;
        height: 62px;
        line-height: 1;
        max-height: 62px;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        width: 151px;
    }

#noticias .carousel-inner > .item {
    padding: 0px 12px;
}

/* carousel vertical */

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .carousel-inner > .item {
    left: 0px;
    transform: translate3d(0, 0, 0);
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .carousel-inner > .next, .carousel.vertical .carousel-inner > .active.right {
    top: 100%;
}

.carousel.vertical .carousel-inner > .prev, .carousel.vertical .carousel-inner > .active.left {
    top: -100%;
}

    .carousel.vertical .carousel-inner > .active, .carousel.vertical .carousel-inner > .next.left, .carousel.vertical .carousel-inner > .prev.right {
        top: 6px;
    }

.grupo .carousel-control {
    background-image: none;
    height: 26px;
    opacity: 1.0;
    width: 26px;
}

    .grupo .carousel-control .glyphicon-chevron-left, .grupo .carousel-control .glyphicon-chevron-right {
        font-size: 16px;
        line-height: 0px;
    }

@media (min-width: 768px) {
    .grupo .carousel-control .glyphicon-chevron-left, .grupo .carousel-control .glyphicon-chevron-right {
        line-height: 30px;
    }
}

.grupo .controlos {
    position: absolute;
    right: 6px;
    top: 0;
    width: 56px;
}

    .grupo .controlos a:hover {
        -ms-opacity: 0.75;
        opacity: 0.75;
    }

.flip-container {
    perspective: 1000;
}

    .flip-container:hover .flipper {
        transform: rotateY(180deg);
    }

.flip-container, .front, .back {
    height: 176px;
}

.front, .back {
    width: 136px;
}

.flipper {
    position: relative;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.front, .back {
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
}

.front {
    transform: rotateY(0deg);
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
}

.item-montra .back {
    background-color: black;
    padding: 10px;
}

#cabecalho-conteudo-logo h1 {
    margin: 0px;
}

#btn-pesquisa-sala:hover {
    cursor: pointer;
}

.notificacao-aviso {
    background-color: rgb(63, 132, 200);
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
    text-transform: uppercase;
}


/** Páginas Estáticas***/

.pagina-estatica .conteudo {
    display: inline-block;
    /*padding: 0px 24px;*/
    width: 100%;
}

    .pagina-estatica .conteudo .Legenda {
        background-color: #D3D3D3;
        margin: 0px 0px 16px 0px;
        padding: 12px;
    }

        .pagina-estatica .conteudo .Legenda p {
            margin-bottom: 0px;
        }

    .pagina-estatica .conteudo ol {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0;
    }

        .pagina-estatica .conteudo ol > li {
            display: table;
            counter-increment: item;
            margin-bottom: 0.6em;
        }

            .pagina-estatica .conteudo ol > li:before {
                content: counters(item, ".") ". ";
                display: table-cell;
                padding-right: 0.6em;
            }

    .pagina-estatica .conteudo li ol > li {
        margin: 0;
    }

        .pagina-estatica .conteudo li ol > li:before {
            content: counters(item, ".") " ";
        }


.cabecalho-mobile {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.cabecalho-nao-mobile {
    display: none;
}

@media (min-width: 768px) {
    .cabecalho-mobile {
        display: none;
    }

    .cabecalho-nao-mobile {
        display: inherit;
    }
}

.cabecalho-linguagem-mobile {
}

.cabecalho-facebook-mobile {
    height: 20px;
    margin: 12px 0;
    text-align: right;
}

    .cabecalho-facebook-mobile iframe {
        border: none;
        height: 20px;
        width: 80px;
    }

.cabecalho-autenticacao-mobile {
    text-align: right;
}

@media (max-width: 767px) {
    .retira-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .retira-padding-mobile #corpo-conteudo {
            border: 0;
        }

    .forca-padding-mobile {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.inline {
    display: inline-block;
}

.botaoNavegacao {
    background-color: #6fc114;
    color: White;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

    .botaoNavegacao:hover {
        color: White;
        text-decoration: underline;
    }

    .botaoNavegacao.voltar {
        margin-bottom: 35px;
        width: 150px;
    }


.carrinho, .carrinho-grande {
    color: #F79F00;
    position: relative;
    margin-right: 16px;
}

    .carrinho span {
        font-size: 14px;
        left: 10px;
        line-height: 1;
        position: absolute;
        text-align: center;
        top: 11px;
        width: 15px;
    }

    .carrinho-grande span {
        font-size: 22px;
        left: 13px;
        line-height: 1;
        position: absolute;
        text-align: center;
        top: 2px;
        width: 30px;
    }


.cabecalho-nao-mobile .bol-input-group input, .cabecalho-nao-mobile .bol-input-group select {
    background: white;
}

.mensagem.Informacao .ConteudoMensagem .glyphicon-info-sign {
    color: #488dbe;
    font-size: 41px;
    margin-left: 20px;
}

.mensagem.Informacao .ConteudoMensagem p {
    background-color: #488dbe;
    color: White;
    padding: 20px;
}

.mensagem .ConteudoMensagem p {
    padding-bottom: 0px;
}

    .mensagem .ConteudoMensagem p:last-child {
        padding-bottom: 15px;
    }

.servicos-adicionais .botoes a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.servicos-adicionais .sparkling-sprite:before {
    margin-right: 10px;
}




/* Novo Erro */

.mensagem {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mensagem h3 {
        padding-left: 28px;
        text-transform: uppercase;
        color: white;
        font-size: 20px;
        height: 38px;
        line-height: 38px;
        margin: 0;
    }

        .mensagem h3:before {
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: 5px;
            position: relative;
            top: 6px;
        }

    .mensagem p, .mensagem ul {
        list-style: none;
        padding: 15px 28px;
        background-color: #F3F3F3;
        color: #575757;
    }

    .mensagem.erro h3 {
        background-color: #d54747;
    }

    /*.mensagem.erro h3:before {
            content: "\e088";
        }*/

    .mensagem.informacao h3 {
        color: #488dbe;
    }

        .mensagem.informacao h3:before {
            content: "\e086";
        }

    .mensagem.informacao ul, .mensagem.informacao p {
        background-color: #488dbe;
        color: white;
    }

.botoes {
    font-weight: bold;
    text-transform: uppercase;
}

    .botoes a, .botoes input, .botoes button {
        text-decoration: none;
    }

    .botoes.list-inline > li {
        padding-right: 0;
        margin-top: 5px;
    }

.conteudo {
    padding: 18px 15px;
}

    .conteudo .titulo {
        color: #575757;
        font-size: 20px;
        font-weight: bold;
        margin-top: 0;
        text-transform: uppercase;
    }

    .conteudo .puxar {
        margin-left: -15px;
        margin-right: -15px;
    }

@media (min-width: 768px) {
    .conteudo {
        padding: 18px 28px;
    }

        /* DEPREACTED - user puxar em vez de row */
        /* Não fazer override do .row incorrectamente */
        /*.conteudo > .row
    {
        margin-left: -28px;
        margin-right: -28px;
    }*/

        /* Usar com moderação */
        /* Devia ter um > na regras, mas o WebForms cria demasiadas div e span inuteis que quebram essa regra */
        .conteudo .puxar {
            margin-left: -28px;
            margin-right: -28px;
        }
}



ul.pagamentos li {
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 5px;
}


/* Extra para o bootstrap */

@media (min-width: 768px) and (max-width: 991px) {
    .row-sm-same-height, .row-sm-same-height > div[class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: block;
        flex: 1 0 auto;
        padding: 1px;
    }
}

.remove-padding > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.vertical-align {
    display: flex;
    align-items: center;
}

    .vertical-align .valign {
        display: block;
    }

@media (min-width: 768px) {
    .vertical-align-sm {
        align-items: center;
        display: flex;
    }

    .pull-right-sm {
        float: right !important;
    }
}

@media (max-width: 767px) {
    .pull-right-xs-only {
        float: right !important;
    }
}

/* Helper BOL */

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



@media (max-width: 767px) {
    .row-xs {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.Error {
    color: #cb0d00;
}


.newsletter .bol-input-group a.button {
    line-height: 36px;
    width: 34px;
}



/* Accordion */

.bol-accordion {
}

    .bol-accordion .panel {
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #efefef;
        border: 0;
        box-shadow: none;
        font-size: 16px;
        margin-top: 0 !important;
    }

        .bol-accordion .panel:nth-child(even) {
            background-color: #fff;
        }

        .bol-accordion .panel .panel-heading {
            background-color: transparent;
            background-image: none;
            border: 0;
            display: block;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
        }

            .bol-accordion .panel .panel-heading.active {
                color: #F79E00;
            }

            .bol-accordion .panel .panel-heading:not(.active):hover {
                color: #676767;
            }

            .bol-accordion .panel .panel-heading.active .panel-control {
                transform: rotateZ(-180deg);
            }

        .bol-accordion .panel .panel-control {
            /*border-left: 6px solid #fff;*/ /*border-right: 6px solid #fff;*/
            float: right;
            line-height: 42px;
            height: 100%;
            margin-top: -10px;
            text-align: center;
            width: 42px;
            transition: all 0.6s ease;
        }

        .bol-accordion .panel .panel-body {
            border: 0 !important;
            padding-top: 0;
        }

@media (min-width: 768px) {
    .bol-accordion .panel > .panel-heading {
        padding-left: 28px;
        padding-right: 28px;
    }

    .bol-accordion .panel .panel-body {
        padding-left: 28px;
        padding-right: 28px;
    }
}

span.erro {
    color: #d54747;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}

/* Facebook Comentario */

.fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}




.baixo-relevo {
    background-color: #F3F3F3;
    color: #575757;
    padding: 18px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .baixo-relevo ul {
        margin-bottom: 0;
    }

        .baixo-relevo ul li {
            margin-bottom: 5px;
        }

.conteudo > .baixo-relevo {
    margin-left: -15px;
    margin-right: -15px;
}

/* O baixo-relevo logo após o titulo da página tem uma separação da barra */
#corpo-conteudo > .bol-titulo:first-child + .baixo-relevo,
#corpo-conteudo > .montra-titulo:first-child + .baixo-relevo {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .baixo-relevo {
        padding-left: 28px;
        padding-right: 28px;
    }

    .conteudo > .baixo-relevo {
        margin-left: -28px;
        margin-right: -28px;
    }
}





/* Botões */
.btn {
    background-color: #5EA412;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0;
    /*
        FIXME os botões não devia ter um padding vertical
        mas sim uma height e line-height fixas
    */
    /*padding: 7px 14px;*/
    padding: 0 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn:hover, .btn:active, .btn:focus {
        color: #fff;
        outline: none;
        text-decoration: none;
    }

    .btn:hover {
        opacity: 0.75;
    }

    .btn.block {
        display: block;
        width: 100%;
    }

    .btn.invert {
        background-color: transparent;
        font-weight: bold;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .btn.disabled,
    .btn.disabled:hover,
    .btn[disabled],
    .btn[disabled]:hover,
    .btn.aspNetDisabled,
    .btn.aspNetDisabled:hover {
        background-color: #999 !important;
        cursor: not-allowed;
        opacity: 1;
    }

    .btn > .sparkling-sprite:first-child {
        float: left;
        margin-left: -8px;
        padding-right: 10px;
    }

.conteudo > .botoes > .btn,
.baixo-relevo > .botoes > .btn {
    border: 0;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    padding: 0 14px;
    text-align: center;
    text-transform: uppercase;
    min-width: 130px;
}

.botoes:after {
    content: "";
    display: table;
    clear: both;
}

/* TODO remover esta regra após corrigir todos os botões */
/*.botoes > .NoLink,*/
.botoes > .btn.adicionar,
.botoes > .btn.continuar,
.botoes > .btn.confirmar,
.botoes > .btn.reservarEvento {
    background-color: #6FC114;
}

.botoes > .voltar,
.botoes > .btn.voltar {
    background-color: #D67200;
}

.BotaoAjuda {
    display: inline-block; /*width: calc(100% - 28px);*/
}

    .BotaoAjuda:after {
        content: '?';
        border: 1px solid #6fc214;
        color: #6fc214;
        cursor: pointer;
        display: inline-block;
        margin-left: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

@media (max-width: 767px) {
    .BotaoAjuda:after {
        float: right;
    }

    .BotaoAjuda:after {
        margin-top: 5px;
    }
}

.opcoes-newsletter p {
    margin-bottom: 2px;
}

.opcoes-newsletter .list-inline > li:not(:last-child) {
    margin-right: 20px;
}

.bol-label {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 5px;
    max-width: 100%;
    text-transform: uppercase;
}

h3 {
    display: block;
    color: #353535;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}


.sugestao-browser > div,
.sugestao-browser > p {
    text-align: center;
}


.ver-bilhete {
    background-color: #0080B1;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 9px;
    padding-right: 9px;
    white-space: nowrap;
}


#Cookies {
    visibility: visible;
    /*position: fixed;
    background-color: white;
    opacity: 0.9;
    padding: 10px 20px 10px 20px;*/
    background-color: #e5e5e5;
    border-top: 1px solid #a3a3a3;
    padding: 20px 20px 10px 20px;
    position: fixed;
    font-size: 15px;
    left: 0;
    bottom: 0px;
    text-align: left;
    margin-right: 20px;
    z-index: 1100;
}

    #Cookies p {
        text-align: left;
        display: inline-block;
    }

    #Cookies a {
        color: black;
        text-decoration: underline;
        font-weight: bold;
        cursor: pointer;
    }

        #Cookies a#Concordo {
            background: #58A600;
            color: #ffffff;
            font-size: 14pt;
            text-decoration: none;
            width: 140px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            text-align: center;
            position: center;
        }

        #Cookies a#SaberMais {
            cursor: progress;
            margin-right: 20px;
        }

.item-montra .bolNewsCss {
    color: black;
    font-size: 15px;
    font-weight: bold;
    height: 32.5px;
    margin-bottom: 32.5px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 136px;
}


.botaoPDFLink {
    margin-left: -27px;
}

.AfastaDivEsquerda {
    padding: 0px 0px 0px 15px;
}

.AfastaDivDireita {
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {

    .AfastaDivEsquerda {
        padding: 0px;
    }

    #divNoticia {
        padding-right: 0px;
        padding-left: 0px;
    }

    #divEntrevista {
        padding-right: 0px;
        padding-left: 0px;
    }
}



@media (min-width: 768px) {

    #DataTexto {
        float: right !important;
        width: 16%;
    }

    #divEntrevista {
        padding-left: 0px;
    }

    #divNoticia {
        padding-left: 0px;
    }
}


@media (max-width: 768px) {

    .AfastaDivEsquerda {
        padding: 0px;
    }

    .botaoPDFLink {
        margin-left: -15px;
    }

    #divNoticia {
        padding-right: 0px;
        padding-left: 0px;
    }

    #divEntrevista {
        padding-right: 0px;
        padding-left: 0px;
    }

    #DataDiv {
        margin-top: 28px;
    }

    #TituloDiv {
        margin-top: 28px;
    }

    .DivEsquerda {
        padding-left: 0px;
    }

    #divImagemContactos2 {
        margin-top: 20px;
    }
}

.TituloContactos {
    margin-top: 0px;
}

@media (min-width: 576px) and (max-width:1200px) {
    .entidadeAderente {
        width: 50%;
    }

    .entInformacao {
        width: 33.33333333%;
    }
}

.PontoVenda {
    padding-left: 0px;
}

@media (min-width: 577px) and (max-width: 767px) {

    .TituloContactos {
        margin-top: 20px;
    }
}

@media (max-width:576px) {
    .PontoVenda {
        width: 100%;
        padding-left: 0px;
    }

    .entidadeAderente {
        padding-bottom: 10px;
    }

    .entInformacao {
        padding: 0;
    }

    .contactos {
        margin-top: 20px;
    }

    .TituloContactos {
        margin-top: 20px;
    }
}


.entidadeAderente .Links .listaEnt .compraEntAderente a:hover {
    text-decoration: none;
    color: white;
}

.BotoesPartilhaRedesSociais {
    font-size: 15px;
    padding: 15px;
    text-align: left;
    margin-left: -20px;
}

.container-width {
    width: 100%;
}

.Even {
    background-color: inherit;
}

.Odd {
    background-color: #EFEFEF;
}

.encostaMargemEsquerda {
    padding-left: 0px;
}


span.data-calendario {
    display: inline-block;
    width: 40px;
    height: 90px;
    overflow: hidden;
    vertical-align: middle;
    float: right;
}



span.dia-calendario {
    display: block;
    width: 100%;
    border: 1px solid #323232;
    text-align: center;
    width: 40px;
    height: 47px;
    font-weight: bold;
    font-size: 27px;
    background-color: white;
}

span.mes-calendario {
    display: block;
    width: 100%;
    background-color: #2A2A2A;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #323232;
    width: 40px;
    height: 20px;
}

span.ano-calendario {
    display: block;
    width: 100%;
    text-align: center;
    width: 40px;
    height: 19px;
}

.espacamentoTestemunho {
    margin-bottom: 20px;
}

.tabelaNoticiasEntrevistas {
    border-collapse: separate;
    width: 100%;
}

.detalheEntrevistaNoticia {
    display: inline-block;
}

.tituloEntrevistaNoticias {
    margin-top: 0px;
    color: black;
    overflow: hidden;
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    height: 66px;
}

.parceiros {
    margin-top: 30px;
}

.informacaoEntAderente {
    background-color: #0080B1;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
}

    .informacaoEntAderente:hover, .informacaoEntAderente:active, .informacaoEntAderente:visited, .informacaoEntAderente:focus {
        text-decoration: none;
        color: white;
        opacity: 0.8;
    }




.compraEntAderente {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding: 6px 12px;
    background-color: #6FC114;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
}

    .compraEntAderente:hover, .compraEntAderente:active, .compraEntAderente:visited, .compraEntAderente:focus {
        text-decoration: none;
        color: white;
        opacity: 0.8;
    }



.Imagens {
    margin: 0 auto;
}

.Imagens-Item {
    margin-bottom: 30px;
}


.BilheteSeguro.A {
    position: absolute;
    width: 100%;
    right: 0%;
    top: 20%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    font: normal 25px/normal Warnes, Helvetica, sans-serif;
    color: rgba(255,255,255,1);
    text-decoration: normal;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 3px rgba(255,255,255,255) /* , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1)*/;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    text-transform: uppercase;
}



.BilheteSeguro.B {
    position: absolute;
    width: 100%;
    top: 57%;
    right: 0%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    font: normal 20px/normal Warnes, Helvetica, sans-serif;
    color: #065A77;
    text-decoration: none;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgba(255,255,255,1) /*, 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1)*/;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    text-transform: uppercase;
}

.Sem-PaddingMargin {
    padding: 0px;
    margin: 0px;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}



/*.item-montra.divStreaming.OnDemand .base:before {
    z-index: 1;
    border: none;
    content: 'Streaming';
    font-size: 12px;
    font-weight: bold;
    float:left;
}

.item-montra.divStreaming.Live .base:before {
    z-index: 1;
    border: none;
    content: 'Live Streaming';
    font-size: 12px;
    font-weight: bold;
    float: left;
}*/

.baixo-relevo.pesquisaDisplayApp {
    background-color: #333 !important;
    margin: 0px;
}

    .baixo-relevo.pesquisaDisplayApp .btn.pesquisa {
        content: "";
        background: #333;
        border: 1px solid #a3a3a3;
    }

    .baixo-relevo.pesquisaDisplayApp .divBtnPesquisaDisplayApp a.btn {
        line-height: 30px;
        padding: 0 10px;
    }

    .baixo-relevo.pesquisaDisplayApp .divBtnPesquisaDisplayApp {
        padding: 0px;
    }


/*.linha-desativada {*/
    /*background-color: #c3c3c3 !important;*/ /* fundo cinzento escuro */
    /*color: #888888 !important;*/ /* texto cinzento */
    /*pointer-events: none !important;*/ /* impede interação com os elementos */
/*}

.linha-EmBreve {
    pointer-events: none !important;*/ /* impede interação com os elementos */
/*}*/

.texto-vermelho {
    color: red !important;
    font-weight: bold !important;
}


.estadoGrupo {
    display: none;
    line-height: 34px;
    font-weight: bold;
    color: #c00;
}

.estadoGrupo.visible {
    display: inline-block !important;
}

.ddlQuantidadeTipo.hidden {
    display: none; 
}
/* Modal BOL */

.modal-backdrop.in {
    opacity: 0.8;
}

.bolmodal {
}

    .bolmodal.modal {
        pointer-events: none;
    }

    .bolmodal .modal-dialog {
        max-width: 94%; /* Limitar tamanho no telemovel */
        margin: 10px auto; /*margin-top: 100px;*/
    }

    .bolmodal.aguarde .modal-content {
        background-color: #fff;
        max-width: 300px;
    }

    .bolmodal .modal-content {
        background-color: #EFEFEF;
        border: 1px solid #000;
        border-radius: 0;
        box-shadow: none;
        height: inherit;
        margin: 0 auto;
        pointer-events: all;
        width: inherit;
    }

    .bolmodal.imagemPopup .modal-content {
        background-color: transparent;
        border: none;
    }


    .bolmodal .modal-header {
        background-color: #333;
        border-bottom: 0;
        color: #fff;
        padding: 0;
    }


    .bolmodal .modal-title {
        font-size: 18px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        text-transform: uppercase;
    }

        .bolmodal .modal-title.com-botao {
            padding-right: 15px; /* 10 + 52 do botao */
        }

        .bolmodal .modal-title.nofit {
            padding-right: 67px;
        }

        .bolmodal .modal-title .btn-container {
            background-color: #EFEFEF;
            display: block;
            padding-left: 6px;
            padding-right: 6px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
        }

            .bolmodal .modal-title .btn-container .btn-close {
                background-color: #CB0E00;
                border: 0;
                color: #fff;
                display: inline-block;
                font-family: 'PT Sans', Calibri, sans-serif;
                font-size: 17px;
                line-height: 40px;
                margin-top: 0;
                opacity: 1;
                padding: 0;
                text-align: center;
                width: 40px;
            }

                .bolmodal .modal-title .btn-container .btn-close:hover {
                    -ms-opacity: 0.75;
                    opacity: 0.75;
                }

    .bolmodal .modal-body {
        font-size: 16px;
        margin: 20px 0;
        max-height: 75vh;
        overflow: auto;
        padding: 0 10px;
        text-align: center;
    }

        .bolmodal .modal-body p {
            text-align: center;
        }

    .bolmodal .modal-footer {
        border-top: 0;
        padding-bottom: 20px;
        padding-top: 0;
        text-align: center;
    }

        .bolmodal .modal-footer .btn {
            background-color: #70C315;
            border: 0;
            border-radius: 0;
            color: #fff;
            display: inline-block;
            font-size: 18px;
            font-weight: bold;
            line-height: 40px;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
            width: 130px;
        }

            /*@media (max-width: 767px) {
    .bolmodal .modal-footer .btn {
        margin-bottom:10px;
    }
}*/

            .bolmodal .modal-footer .btn.no {
                background-color: #CB0E00;
            }

            .bolmodal .modal-footer .btn.facebook {
                background-color: #4880c0;
            }

    .bolmodal .multimedia {
        min-height: 200px;
        max-height: 315px;
        margin-bottom: 10px;
    }

        .bolmodal .multimedia img {
            position: relative;
            margin-left: auto;
            margin-right: auto;
            max-height: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .bolmodal .multimedia > a {
            position: relative;
            margin-left: auto;
            margin-right: auto;
            max-height: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }


    .bolmodal.imagemPopup .multimedia img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .bolmodal .galeria {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .bolmodal .galeria #inner {
            height: 105px;
            white-space: nowrap;
        }

    .bolmodal .thumbnail {
        display: inline-block;
        max-width: 100%;
        max-height: 100px;
        margin-right: 10px;
    }

        .bolmodal .thumbnail:hover {
            cursor: pointer;
        }

        .bolmodal .thumbnail:last-of-type {
            margin-right: 0;
        }

.bolmodal.imagemPopup .modal-dialog {
    width: auto;
    text-align: right;
}

@media (min-width: 768px) {
    .bolmodal .modal-dialog {
        margin: 30px auto;
    }

    .bolmodal .modal-header {
        margin-top: 20px;
    }

    .bolmodal.imagemPopup .modal-header {
        margin-top: 0px;
    }

    .bolmodal .modal-title .btn-container {
        top: 20px;
        margin-right: 15px;
    }

    .bolmodal.imagemPopup .modal-title .btn-container {
        top: 0px;
        margin: 0px;
        padding: 0px;
    }

    .bolmodal .modal-body {
        padding: 0 15px;
    }

    .bolmodal .modal-title {
        padding-left: 15px;
        padding-right: 15px;
    }

        .bolmodal .modal-title.com-botao {
            padding-right: 15px;
        }

        .bolmodal .modal-title .btn-container {
            margin-right: 15px;
        }

    .bolmodal .multimedia {
        height: 315px;
    }

    .bolmodal.imagemPopup .modal-title.com-botao {
        padding-right: 0px;
    }
}

.bolmodal.imagemPopup .modal-body {
    padding: 0px;
    margin: 0px;
}

.bolmodal.imagemPopup .modal-dialog .btn-close {
    background-color: #CB0E00;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: 'PT Sans', Calibri, sans-serif;
    font-size: 4vh;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 7vh;
    height: 7vh;
}

    .bolmodal.imagemPopup .modal-dialog .btn-close:hover {
        -ms-opacity: 0.75;
        opacity: 0.75;
    }

.bolmodal.imagemPopup .multimedia {
    margin-bottom: 0px;
}

.zoom-overlay {
    position: relative;
}

    .zoom-overlay .zoom-fill {
        cursor: zoom-in;
    }

        .zoom-overlay .zoom-fill .zoom-display {
            position: absolute;
            top: 0px;
            background-color: rgba(255,255,255,0.75);
            font-weight: bold;
            text-transform: uppercase;
            margin: auto;
            right: 0px;
            font-size: 1rem;
        }

    .zoom-overlay:hover .zoom-fill .zoom-display {
        width: 100%;
        height: 100%;
    }

    .zoom-overlay .zoom-fill .zoom-display .zoom-conteudo {
        margin: 6px;
        text-align: center;
    }

    .zoom-overlay:hover .zoom-fill .zoom-display .zoom-conteudo {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 1.3rem;
    }

        .zoom-overlay:hover .zoom-fill .zoom-display .zoom-conteudo .zoom-item {
            display: inline-block;
        }

.bmodal {
    position: fixed;
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    animation: TransicaoAparecer 0.3s;
}

    .bmodal .titulo {
        font-size: 18px;
        font-weight: bold;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: white;
        margin: 20px 0px 30px 0px;
    }

    .bmodal .bmodal-content {
        margin: auto;
        display: block;
        max-height: 80vh;
        max-width: 100%;
        animation: zoom 0.3s;
    }

    .bmodal i.bfechar {
        position: absolute;
        top: 25px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-style: normal;
        animation: zoom 0.3s;
        cursor: pointer;
    }

        .bmodal i.bfechar:hover,
        .bmodal i.bfechar:focus {
            color: #bbb;
            text-decoration: none;
        }

.centrado {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

/* tipo de animação */
@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes TransicaoAparecer {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.bol-titulo, .montra-titulo {
    background-color: #2A2A2A;
    /*display: table;*/
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    table-layout: fixed; /* permitir ellipis */
}

    .bol-titulo.info {
        background-color: #498DBE !important;
    }

    .bol-titulo.aviso {
        background-color: #F79E00 !important;
    }

    .bol-titulo .btn, .montra-titulo .btn {
        background-color: #2A2A2A;
    }

    .bol-titulo .titulo,
    .montra-titulo .titulo {
        color: #fff !important;
        cursor: default;
        /*display: table-cell;*/
        flex: 1 1 auto;
        font-size: 20px;
        font-weight: bold;
        height: 38px;
        line-height: 38px;
        margin-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        width: 0%;
    }


    .bol-titulo, .montra-titulo, .montra-titulo.sub {
        padding-left: 50px;
    }

@media (min-width: 768px) {
    .bol-titulo,
    .montra-titulo {
        padding-left: 28px;
        padding-right: 28px;
    }


        .bol-titulo .titulo,
        .montra-titulo .titulo {
            margin-right: 28px;
        }
}

#corpo-conteudo > .bol-titulo:first-child,
#corpo-conteudo > .montra-titulo:first-child {
    background-color: #000;
}

@media (max-width: 767px) {
    #corpo-conteudo > .bol-titulo:first-child,
    #corpo-conteudo > .montra-titulo:first-child {
        margin-top: 0;
    }
}



.bol-titulo .botoes {
    background-color: #fff;
    font-size: 0; /* para elimnar espaço branco entre elementos */
    white-space: nowrap;
}

    .bol-titulo .botoes > .btn {
        color: #fff;
        line-height: 38px;
        font-size: 14px; /* repor o font-size que foi removido em cima */
        margin-left: 6px;
        margin-right: 6px;
        padding: 0 5px;
    }

        .bol-titulo .botoes > .btn.activo {
            background-color: #70C315;
        }

        .bol-titulo .botoes > .btn + .btn {
            margin-left: 0;
        }

    .bol-titulo .botoes .glyphicon-chevron-down {
        font-size: 18px;
        top: 5px;
        transform: rotateZ(-180deg);
        transition: transform 0.6s;
        width: 25px;
        text-align: center;
    }

        .bol-titulo .botoes .glyphicon-chevron-down:before {
            margin-left: 3px;
        }

    .bol-titulo .botoes .collapsed .glyphicon-chevron-down {
        transform: rotateZ(0);
    }

    .bol-titulo .botoes.paginacao {
        /*float: left;*/
        /*margin-left: 9px;*/
        /*margin-right: 0;*/
    }

        .bol-titulo .botoes.paginacao > .btn {
            width: 34px;
            font-size: 20px;
        }

@media (min-width: 768px) {
    .bol-titulo .botoes {
        /*margin-right: 22px;*/
    }

        .bol-titulo .botoes.paginacao {
            /*margin-left: 22px;*/
        }
}

.inquerito .bol-titulo {
    margin-bottom: 20px;
    margin-top: 0;
}

.bol-titulo > .bol-input-group {
    width: 100%;
    margin-bottom: 5px;
    color: white;
}

.bol-input-group {
}

    .bol-input-group .input-group-btn {
        border: 1px solid #A3A3A3;
        border-radius: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        text-align: center;
    }

    .bol-input-group .input-group-btn {
        border-left: 0;
    }

    .bol-input-group .form-control {
        background: #F4F4F4;
        border-color: #A3A3A3;
        border-radius: 0;
        box-shadow: 0 0 0;
        padding: 0 6px;
    }

        .bol-input-group .form-control:focus {
            background-color: white;
        }

        .bol-input-group .form-control[disabled] {
            background-color: #e5e5e5;
        }

    .bol-input-group input.form-control, .bol-input-group select.form-control {
        height: 32px;
        vertical-align: sub;
    }

    .bol-input-group button, .bol-input-group input[type="submit"], .bol-input-group input.continuar, .bol-input-group a.button {
        background: #333;
        border: 0;
        color: white;
        height: 30px; /*margin: 0 4px;*/
        text-transform: uppercase;
        display: block;
    }

        .bol-input-group button:hover, .bol-input-group input[type="submit"]:hover, .bol-input-group a.button:hover {
            -ms-opacity: 0.75;
            opacity: 0.75;
        }

    .bol-input-group .input-group-btn button, .bol-input-group .input-group-btn input[type="submit"] {
        /*width: 30px;*/
    }

    .bol-input-group select {
    }

    .bol-input-group input[type="radio"], .bol-input-group input[type="checkbox"] {
        margin-right: 5px;
    }

        .bol-input-group input[type="radio"] + label + .form-group {
            margin-left: 18px;
        }

    .bol-input-group input[type=date]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        display: none;
    }

    .bol-input-group input + label {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: top;
    }

    .bol-input-group label {
        display: block;
        margin-bottom: 0;
        padding-right: 5px;
        vertical-align: middle;
        font-weight: normal;
    }

    /*.bol-input-group input:not([type="radio"]) + label {
        width: 92%;
    }*/

    .bol-input-group span, .bol-input-group asdads-label {
        font-weight: normal;
    }

    .bol-input-group p {
        margin-bottom: 0;
    }

    .bol-input-group .legenda {
        display: block;
        font-size: 11px;
        margin-top: 5px;
        line-height: 1;
    }

        .bol-input-group .legenda a {
            text-transform: uppercase;
        }

        .bol-input-group .legenda p {
            text-align: left;
        }


    .bol-input-group .form-control.minimo {
        display: inline-block;
        width: auto;
    }

    /* Temas */

    .bol-input-group span.erro {
        color: #d54747;
    }

        .bol-input-group span.erro label {
            color: #333;
        }

    .bol-input-group.erro input,
    .bol-input-group.erro select {
        border: 1px solid #d54747;
    }

    .g-recaptcha.erro >div{
        border: 1px solid #d54747;
    }


    /* Radios e Checks */


    .bol-input-group [type="checkbox"], .bol-input-group [type="radio"] {
        display: none !important;
    }

        .bol-input-group [type="checkbox"] + label, .bol-input-group [type="radio"] + label {
            /*cursor: pointer;*/
            padding-left: 25px;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
        }

            .bol-input-group [type="checkbox"] + label:before, .bol-input-group [type="radio"] + label:before, .bol-input-group [type="checkbox"] + label:after, .bol-input-group [type="radio"] + label:after {
                left: 0;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .bol-input-group [type="checkbox"] + label:before, .bol-input-group [type="radio"] + label:before {
                content: '';
                background-color: #fff;
                border: 1px solid #939393;
                height: 16px;
                width: 16px;
            }

        .bol-input-group [type="checkbox"]:checked + label:after, .bol-input-group [type="radio"]:checked + label:after {
            content: '';
            background-color: #3d3d3d;
            border: 0;
            height: 10px;
            margin-left: 3px;
            width: 10px;
        }

        .bol-input-group [type="radio"] + label:before, .bol-input-group [type="radio"] + label:after {
            border-radius: 50%;
            margin-top: 2px;
        }

        .bol-input-group [type="checkbox"]:disabled + label, .bol-input-group [type="radio"]:disabled + label {
            cursor: not-allowed;
        }

            .bol-input-group [type="checkbox"]:disabled + label:before, .bol-input-group [type="radio"]:disabled + label:before {
                background-color: #d3d3d3;
            }


        .bol-input-group [type="checkbox"]:checked:disabled + label:after, .bol-input-group [type="radio"]:checked:disabled + label:after {
            background-color: #999;
        }

    .bol-input-group textarea {
        padding: 18px 20px !important;
    }

    .bol-input-group.toggles > [type="checkbox"] + label,
    .bol-input-group.toggles > [type="radio"] + label {
        display: block;
        margin-bottom: 15px;
    }

        .bol-input-group.toggles > [type="checkbox"] + label:last-child,
        .bol-input-group.toggles > [type="radio"] + label:last-child {
            margin-bottom: 0;
        }


@media (min-width: 768px) {
    .bol-input-group .form-control.pequeno {
        max-width: 182px;
    }

    /*.bol-input-group .form-control.grande {
        max-width: 605px;
    }*/
}

.ajusta-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

/* Cabeçalho Desktop */

#cabecalho-conteudo-logo {
    display: inline-block;
    height: 122px;
}

    #cabecalho-conteudo-logo a {
        position: absolute;
        margin-left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#cabecalho-conteudo {
    position: relative; /*    height: 128px*/
}

#cabecalho-conteudo-principal {
    position: relative;
    vertical-align: bottom;
}

#cabecalho-conteudo-gosto {
    margin-bottom: 12px;
    margin-left: 142px;
    margin-top: 20px;
}

.fb-like {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 150px;
}

    .fb-like span iframe {
        width: 150px !important;
        max-width: 150px !important;
        min-width: 150px !important;
        height: 28px !important;
    }

.fb_iframe_widget span {
    text-align: left !important;
}

.cabecalho-mobile {
    background: white;
    border-bottom: 10px solid #000;
}

    .cabecalho-mobile .topo {
        padding-bottom: 15px;
        padding-top: 20px;
        position: relative;
        display: flex;
        align-items: center;
    }

        .cabecalho-mobile .topo .btn-menu {
            margin-left: auto;
        }

        .cabecalho-mobile .topo .logotipo-bol {
            width: 62px;
            height: 49px;
        }

            .cabecalho-mobile .topo .logotipo-bol h1 {
                font-size: 0px;
                max-width: 62px;
                position: absolute;
                margin: 0;
            }

        .cabecalho-mobile .topo .logotipo-entidade {
            max-width: 150px;
            margin-left: 10px;
        }

    .cabecalho-mobile .relacoes-publicas {
        display: flex;
        text-decoration: none;
        font-family: Helvetica, Arial, sans-serif;
        filter: drop-shadow(0 0 0.5rem #0003);
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

.relacoes-publicas > div {
    background: linear-gradient(#fff, #e8e8e8);
    display: flex;
    /* padding: 0.75rem 0.75rem 0 1.25rem; */
    /* clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%); */
    padding: 10px;
    border: 3px solid #000;
    align-items: center;
    justify-content: center;
}

    .relacoes-publicas > div .glyphicon {
        color: #FF00BF;
        margin-right: 10px;
        font-size: 30px;
        filter: drop-shadow(0 0 0.5rem #0003);
    }

    .relacoes-publicas > div .nome-relacoes {
        color: #222;
        font-weight: 500;
        font-size: 1.2rem;
        font-size: 20px;
        font-weight: bold;
    }

    .relacoes-publicas > div .msg-relacoes {
        color: #666;
    }

.cabecalho-mobile .fundo {
    -webkit-transition: background-color 0.6s, padding-top 0.6s;
    -moz-transition: background-color 0.6s, padding-top 0.6s;
    -ms-transition: background-color 0.6s, padding-top 0.6s;
    -o-transition: background-color 0.6s, padding-top 0.6s;
    transition: background-color 0.6s, padding-top 0.6s;
}

.cabecalho-mobile .topo .info-reservas-1820 {
    margin-left: 150px;
    position: absolute;
    top: 57px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 375px) {
    .cabecalho-mobile .topo {
        height: 115px;
    }

        .cabecalho-mobile .topo .info-reservas-1820 {
            margin-left: 0;
            top: 100px;
        }
}

.cabecalho.cabecalho-mobile.displayapp,
.cabecalho.cabecalho-mobile.displayapp .bol-dropdown-menu > li.btn-area {
    border: none;
}

    .cabecalho.cabecalho-mobile.displayapp .bol-dropdown-menu > li.btn-area {
        line-height: 46px;
    }


.btn-menu {
    background-color: #333;
    border: 2px solid #333;
    color: white;
    cursor: pointer;
    font-size: 26px;
    margin-top: 5px;
    text-align: center;
    width: 40px;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
}

    .btn-menu > span {
        line-height: 34px;
        top: 4px;
    }

.fundo.open {
    background-color: #333 !important;
    padding-top: 15px;
}

.open.btn-menu {
    background-color: white;
    color: #333;
}

.bol-dropdown-menu {
    color: white;
    font-size: 20px;
    font-weight: bold;
    max-height: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
    -moz-transition: max-height 0.6s;
    -ms-transition: max-height 0.6s;
    -o-transition: max-height 0.6s;
    transition: max-height 0.6s;
}

.open > .bol-dropdown-menu {
    background-color: #fff;
    max-height: 316px;
}

.bol-dropdown-menu > li {
    background-color: #333;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 26px;
}

    .bol-dropdown-menu > li:first-child {
        font-size: 18px;
        line-height: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bol-dropdown-menu > li:not(:first-child) {
        text-transform: uppercase;
        padding-left: 17px;
        padding-right: 17px;
    }

.bol-dropdown-menu .btn-area {
    background-color: #333;
    line-height: 46px;
}

    .bol-dropdown-menu .btn-area a {
        color: white;
        display: inline-block;
        width: 100%;
    }

.bol-dropdown-menu .small {
    font-size: 16px;
    line-height: 36px;
}

.bol-dropdown-menu > li.btn-area {
    border-bottom: 4px solid white;
}



/* Cabecalho entidade - menu */

.conteudo-menu {
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

    .conteudo-menu .btn-menu {
        background-color: white;
        border: 0;
        color: black;
        margin-top: 0;
    }

    .conteudo-menu .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding: 0;
        box-shadow: none;
    }

        .conteudo-menu .dropdown-menu > li {
            margin-top: 2px;
            font-size: 18px;
        }

            .conteudo-menu .dropdown-menu > li:first-child {
                margin-top: 0;
            }

            .conteudo-menu .dropdown-menu > li > a {
                color: white;
                width: 180px;
                line-height: 50px;
                font-weight: bold;
                text-transform: uppercase;
            }

                .conteudo-menu .dropdown-menu > li > a:focus,
                .conteudo-menu .dropdown-menu > li > a:hover {
                    background-color: inherit;
                    background-image: none;
                    color: white;
                    text-decoration: underline;
                }

.bol-dropdown-menu li.mnuAreaCli {
    font-size: 16px;
    line-height: 32px;
}

/* Dropdown autenticacao */
.menu-autenticacao {
    list-style: none;
}

.menu-autenticacao {
    background-color: #333;
    border: 1px solid #A5A5A5;
    border-top: 0;
    color: white;
    font-size: 16px;
    left: 15px;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 0;
    z-index: 9999;
    -webkit-transition: max-height 0.6s, padding 0.5s;
    -moz-transition: max-height 0.6s, padding 0.5s;
    -ms-transition: max-height 0.6s, padding 0.5s;
    -o-transition: max-height 0.6s, padding 0.5s;
    transition: max-height 0.6s, padding 0.5s;
    -webkit-transition-delay: 0s, 0.06s;
    -moz-transition-delay: 0s, 0.06s;
    -ms-transition-delay: 0s, 0.06s;
    -o-transition-delay: 0s, 0.06s;
    transition-delay: 0s, 0.06s;
}

    .menu-autenticacao.open {
        max-height: 400px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu-autenticacao li a {
        display: block;
        line-height: 40px;
        padding-left: 27px;
        /*padding-right: 27px;
        width: 100%;*/
    }

    .menu-autenticacao li:hover {
        background-color: #4d4d4d;
    }

    .menu-autenticacao .caret {
        -webkit-transform: rotateZ(180deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
        margin-left: 5px;
    }

    .menu-autenticacao .mnuUser,
    .menu-autenticacao .mnuUser a {
        line-height: 40px;
        cursor: pointer;
        font-size: 18px;
        text-transform: capitalize;
        padding-left: 27px;
    }

        .menu-autenticacao .mnuUser:hover {
            background-color: transparent !important;
        }

    .menu-autenticacao .mnuAreaCli:hover {
        background-color: transparent !important;
    }

.menu-autenticacao-areaCli {
    background-color: #333;
    border: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

/* Botão Linguagem */
.btn-lingua {
    display: inline-block;
    position: relative;
}

    .btn-lingua .btn {
        background-color: white;
        border: 1px solid #A5A5A5;
        border-radius: 0;
        color: black;
        line-height: 1;
        padding: 6px;
    }

    .btn-lingua span {
        vertical-align: middle;
        font-weight: normal;
    }

    .btn-lingua ul {
        border: 1px solid #A3A3A3;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
    }

    .btn-lingua .dropdown-menu {
        min-width: 0;
    }

        .btn-lingua .dropdown-menu li a {
            padding-left: 6px;
            padding-right: 14px;
        }

    .btn-lingua .caret {
        margin-left: 2px;
    }

/* Navegação e Entidade */

#cabecalho-conteudo-navegacao {
    border-collapse: separate;
    color: white;
    display: table;
    margin-bottom: 0;
    padding: 0;
}

#cabecalho-conteudo-entidade {
    width: 250px;
    margin: 0 auto;
}

    #cabecalho-conteudo-entidade a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        #cabecalho-conteudo-entidade a img {
            float: left;
        }

        #cabecalho-conteudo-entidade a > div {
            display: flex;
            /* height: 4rem; */
            /* width: 15rem; */
            text-decoration: none;
            font-family: Helvetica, Arial, sans-serif;
            filter: drop-shadow(0 0 0.5rem #0003);
            /* background-color: red; */
            margin-left: 10px;
            /* padding: 10px; */
            align-items: center;
            justify-content: center;
        }

            #cabecalho-conteudo-entidade a > div > div {
                background: linear-gradient(#fff, #e8e8e8);
                display: flex; /* padding: 0.75rem 0.75rem 0 1.25rem; */
                /* clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%); */
                padding: 10px 10px;
                border: 3px solid #000;
                align-items: center;
                justify-content: center;
            }

.navbar-fixed-top #cabecalho-conteudo-entidade a img {
    max-height: 60px
}

.navbar-fixed-top #cabecalho-conteudo-entidade a > div > div {
    padding: 0 10px;
}

@media (min-width: 768px) {

    #cabecalho-conteudo-navegacao {
        bottom: 0;
        max-width: -moz-calc(100% - 140px - 35px);
        max-width: -webkit-calc(100% - 140px - 35px);
        max-width: calc(100% - 140px - 35px);
        left: 160px;
        position: absolute;
    }

    #cabecalho-conteudo-entidade {
        float: left;
        max-width: -moz-calc(100% - 164px);
        max-width: -webkit-calc(100% - 164px);
        max-width: calc(100% - 164px);
        width: auto;
        margin-left: 145px;
    }

    .navbar-fixed-top #cabecalho-conteudo-entidade {
        height: 62px;
        padding-left: 28px;
    }

    #cabecalho-conteudo-entidade a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#cabecalho-conteudo-navegacao div {
    display: inline-block;
}

#cabecalho-conteudo-navegacao .item-nav.activo:hover {
    -ms-opacity: 0.75;
    opacity: 0.75;
}

@media (min-width: 380px) {
    #cabecalho-conteudo-navegacao a {
        font-size: inherit;
    }
}

#cabecalho-lado .topo {
    padding-top: 5px;
}

#cabecalho-lado .baixo {
    padding-top: 16px;
    padding-bottom: 2px;
}

#cabecalho-lado-pesquisa-opcoes {
    height: 16px;
}

@media (min-width: 768px) and (max-width: 886px) {
    #cabecalho-lado {
        padding: 5px;
    }

    #cabecalho-lado-pesquisa {
        margin-top: 10px;
    }

    #cabecalho-lado-pesquisa-opcoes {
        font-size: 12px;
        width: 220px;
    }
}

.conteudo-central {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 800px) and (max-width: 886px) {
    #cabecalho-conteudo-navegacao a {
        font-size: 16px;
    }
}

@media (min-width: 887px) {
    #cabecalho-conteudo-navegacao a {
        font-size: 17px; /* IE... */
    }

    #cabecalho-lado-pesquisa-opcoes {
        font-size: 13px;
        max-height: 20px;
    }
}

@media (min-width: 900px) {
    #cabecalho-conteudo-navegacao a {
        font-size: 17px; /* IE... */
    }
}

.nome-utilizador {
    display: inline-block;
    max-width: 190px;
    overflow: hidden;
    text-decoration: underline;
    -moz-text-overflow: ellipsis;
    text-decoration: underline;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

    .nome-utilizador:hover {
        color: #23527c;
        text-decoration: underline !important;
    }

@media (max-width: 767px) {
    .nome-utilizador:hover {
        color: #ccc;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nome-utilizador {
        max-width: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nome-utilizador {
        max-width: 170px;
    }
}

/* Efeito para teste (regra está DEMASIADO especifica) */

#btn-pesquisa-sala .caret {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    border-bottom: 0;
    border-top: 4px solid;
}

.dropup .caret {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

#pesquisa-sala {
    left: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    transition: max-height 0.6s ease;
    width: 100%;
    z-index: 99;
}

    #pesquisa-sala.mostra {
        max-height: 220px;
    }

    #pesquisa-sala > div {
        background-color: #e5e5e5;
        border: 1px solid #A5A5A5;
        border-top: 1px solid #e5e5e5;
        padding: 5px;
        padding-top: 0;
    }

        #pesquisa-sala > div > label {
            display: block;
            font-weight: bold;
            margin-top: 10px;
            text-transform: uppercase;
        }

        /*#pesquisa-sala > div > select {
            border: 1px solid #636363;
            height: 30px;
            line-height: 1;
            width: 100%;
        }*/

        /*#pesquisa-sala > div > input[type="submit"] {
            background-color: #387673;
            color: white;
            border: 0;
            font-size: 16px;
            font-weight: bold;
            margin: 0;
            margin-top: 20px;
            padding: 8px 20px;
            text-transform: uppercase;
        }*/

        #pesquisa-sala > div > input[type="submit"] {
            margin-top: 10px;
            padding: 8px 20px;
            height: 38px;
        }

@media (min-width: 910px) {
    #pesquisa-sala > div {
        padding: 15px;
        padding-top: 0;
    }
}

#cabecalho-lado-pesquisa-opcoes {
    margin-top: 3px;
    margin-left: 7px;
    margin-bottom: 2px;
    text-transform: uppercase; /*font-size: 11px;*/
}

    #cabecalho-lado-pesquisa-opcoes li {
        display: inline;
        margin-bottom: 4px;
        padding-left: 0;
    }

        #cabecalho-lado-pesquisa-opcoes li a {
            white-space: nowrap;
            text-decoration: underline;
        }

        #cabecalho-lado-pesquisa-opcoes li:not(:first-child):after {
            display: inline-block;
            content: "|";
            padding-left: 5px;
        }

        #cabecalho-lado-pesquisa-opcoes li:last-child:after {
            content: "";
        }

.navbar-fixed-top #cabecalho-conteudo {
    height: 62px;
}

.navbar-fixed-top #cabecalho-conteudo-navegacao {
    top: 0px;
}

.navbar-fixed-top #cabecalho-conteudo-logo {
    margin-left: 28px;
    height: 62px;
}

.navbar-fixed-top .sparkling-sprite.logotipo:before {
    background-position: -162px 0;
    width: 62px;
    height: 50px;
}

.navbar-fixed-top #cabecalho-conteudo-logo a {
    position: static;
    margin-top: 20px;
    margin-left: 0;
}

    .navbar-fixed-top #cabecalho-conteudo-logo a span {
        margin-top: 6px;
    }

.navbar-fixed-top #cabecalho-conteudo-entidade a {
}

.navbar-fixed-top #cabecalho-conteudo-gosto {
    display: none;
}

.info-reservas-1820 {
    background-color: #363636;
    height: 20px;
    width: 158px !important;
    color: White;
    display: inline-block;
    padding: 0px 4px 0px 4px;
    text-transform: uppercase;
}

    .info-reservas-1820:hover {
        text-decoration: none !important;
    }

.navbar-fixed-top #cabecalho-lado-autenticacao {
    display: none;
}

.navbar-fixed-top #cabecalho-lado-pesquisa-opcoes {
    display: none;
}

.navbar-fixed-top #cabecalho-lado {
    height: 62px;
}

    .navbar-fixed-top #cabecalho-lado .topo {
        display: none;
    }

    .navbar-fixed-top #cabecalho-lado .baixo {
        padding-top: 4px;
        padding-bottom: 13px;
    }

.navbar-fixed-top #cabecalho-lado-pesquisa {
    margin-top: 9px;
}

.navbar-fixed-top #cabecalho-conteudo-entidade {
    float: left;
    padding-left: 28px;
    height: 62px;
    margin-left: -5px;
}


.bol-nav-area-cli {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bdbdbd;
}

.bol-titulo-area-cli {
    cursor: default;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

    .bol-titulo-area-cli .breadcrumb {
        background: none;
        margin: 15px 0 10px 0;
    }

    .bol-titulo-area-cli .titulo {
        line-height: 2.09998;
        padding-left: 25px;
    }

@media (max-width: 500px) {
    .bol-titulo-area-cli .breadcrumb {
        margin: 10px 0 5px 0;
        font-size: 20px;
        padding: 10px;
    }
}

.AreaLogin label {
    font-weight: bold;
}

.autenticacao #Anonimo {
    background-color: #f0f0f0;
}

.autenticacao .login {
    /*background-color: #f0f0f0;*/
    padding: 18px 15px;
}

@media (min-width: 768px) {
    .autenticacao .login {
        padding: 18px 28px;
    }
}

.autenticacao .Opcao {
    margin-bottom: 15px;
}

    .autenticacao .Opcao h5 {
        color: #353535;
        font-weight: bold;
        margin-bottom: 0;
        font-size: 20px;
    }

    .autenticacao .Opcao p {
        color: #353535;
    }

    .autenticacao .Opcao #SeccaoRegisto {
        display: none;
        position: relative;
    }

    .autenticacao .Opcao:last-of-type {
        margin-bottom: 0;
    }

.autenticacao .JaEstouRegistado .btn {
    font-size: 18px;
    line-height: 36px;
    width: 130px;
    margin-bottom: 10px;
}


.autenticacao .divRecuperarPassword {
    display: inline-block;
    vertical-align: middle;
}

    .autenticacao .divRecuperarPassword span {
        color: #353535;
        display: block;
        font-weight: normal;
        text-transform: none;
    }

    .autenticacao .divRecuperarPassword .recuperarPassword {
        color: #5d9131;
        text-decoration: underline;
        width: 190px;
        line-height: 30px;
        font-weight: bold;
        font-size: 18px;
    }


.autenticacao .autenticacoes-associadas {
    background-color: #f0f0f0;
    padding-left: 28px;
    padding-right: 28px;
}

    .autenticacao .autenticacoes-associadas .DadosCliente, .autenticacao .autenticacoes-associadas .QuadroAutenticacoes {
        padding-left: 0px;
        padding-right: 0px;
    }

        .autenticacao .autenticacoes-associadas .DadosCliente h6, .autenticacao .autenticacoes-associadas .QuadroAutenticacoes h6 {
            font-weight: bold;
            color: #505050;
            font-size: 14px;
        }

        .autenticacao .autenticacoes-associadas .DadosCliente .Email {
            margin-top: 10px;
        }

.autenticacao .DadosCliente .nomeCampo {
    font-weight: bold;
    display: block;
    color: Black;
}

.autenticacao .DadosCliente .descricaoCampo {
    display: block;
    font-weight: normal;
}

.autenticacao .autenticacoes-associadas {
    padding-top: 20px;
}

/*#AutenticacaoExterna ul {
    list-style: none;
    padding-left: 0;
}

    #AutenticacaoExterna ul > li {
        margin-bottom: 10px;
    }

@media (min-width: 768px) and (max-width: 991px), (min-width: 1366px) {
    #AutenticacaoExterna ul > li {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 15px;
    }
}

#AutenticacaoExterna a.botaoRedeSocial {
    width: 189px;
    height: 40px;
    line-height: 26px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #AutenticacaoExterna a.botaoRedeSocial.off {
        background-color: #cb0d00;
    }

    #AutenticacaoExterna a.botaoRedeSocial.on {
        background-color: #70c315;
    }

    #AutenticacaoExterna a.botaoRedeSocial span.texto {
        width: 110px;
        display: inline-block;
    }

.mudarPasword #AutenticacaoExterna a.botaoRedeSocial span.texto {
    width: 106px;
}

#AutenticacaoExterna a.botaoRedeSocial .onOff-seta {
    display: inline-block;
    border-left: 4px solid #f0f0f0;
    text-align: center;
    width: 28px;
}

    #AutenticacaoExterna a.botaoRedeSocial .onOff-seta.off {
        background-color: #70c315;
    }

    #AutenticacaoExterna a.botaoRedeSocial .onOff-seta.on {
        background-color: #cb0d00;
    }

    #AutenticacaoExterna a.botaoRedeSocial .onOff-seta span {
        content: "\e079";
        display: block;
        line-height: 20px;
    }


#AutenticacaoExterna .botaoRedeSocial span.sparkling-sprite, .autenticacoes-associadas #AutenticacaoExterna .botaoRedeSocial span.texto {
    vertical-align: top;
    padding-top: 5px;
}

#AutenticacaoExterna .botaoRedeSocial span.texto-over {
    display: none;
}


#AutenticacaoExterna .botaoRedeSocial:hover span.texto-over {
    display: inline-block;
    width: 158px;
    vertical-align: top;
    padding-top: 6px;
    text-align: center;
}

#AutenticacaoExterna a.botaoRedeSocial.off:hover {
    background-color: #70c315;
}

#AutenticacaoExterna a.botaoRedeSocial:hover span.sparkling-sprite, .autenticacoes-associadas #AutenticacaoExterna a.botaoRedeSocial:hover span.texto {
    display: none;
}

#AutenticacaoExterna a.botaoRedeSocial.on:hover {
    background-color: #cb0d00;
}*/

/****/


/**Página Compras********************************************************/
.ListagemCompras {
    margin-bottom: 20px;
    margin-top: 21px;
}

    .ListagemCompras .cabecalhoCompras {
        margin-bottom: 10px;
    }

@media (min-width: 768px) {
    .ListagemCompras .cabecalhoCompras, .ListagemCompras .linhaCompra {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 767px) {
    .ListagemCompras .cabecalhoCompras, .ListagemCompras .linhaCompra {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ListagemCompras .linhaCompra {
    position: relative;
}

.ListagemCompras .cabecalhoCompras span {
    font-weight: bold;
    font-size: 14px;
    padding-left: 0px;
    text-transform: uppercase;
    color: #575757;
    display: table-cell;
}

.ListagemCompras .linhaCompra span {
    padding-left: 0px;
    color: #000;
    font-size: 13px;
    min-height: 50px;
    padding-top: 10px;
    /*line-height:28px;*/ /*Não se centrou verticalmente as spans porque a informação pode mudar de linha e se mudar de linha fica bem conforme está*/
    display: table-cell;
}

@media (max-width: 767px) {
    .ListagemCompras .linhaCompra .primeiro {
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .ListagemCompras .linhaCompra .links {
        position: absolute;
        top: 0px;
        right: -212px;
    }
}

@media (max-width: 767px) {
    .ListagemCompras .linhaCompra .links a {
        float: none !important;
    }
}


@media (max-width: 767px) {
    .ListagemCompras .linhaCompra .textoAntes:before {
        content: "Código: ";
        font-weight: bold;
    }
}


.ListagemCompras .linhaCompra.Even {
    background-color: #f0f0f0;
}

.ListagemCompras .linhaCompra.Over {
    background-color: #70c315;
}

    .ListagemCompras .linhaCompra.Over span {
        color: White;
    }

.ListagemCompras .linhaCompra span a i {
    font-size: 18px;
    color: #1d1d1d;
    margin-right: 5px;
}

/****/

.txtLink {
    margin: 5px 0;
    border: 1px solid #333;
    font-size: 16px;
    padding: 5px;
    cursor: grab;
}

    .txtLink:hover {
        cursor: pointer;
    }

.btnCopiarLink {
    margin: 5px 0;
    color: white;
    background-color: #5EA412;
    display: inline-block;
    text-transform: uppercase;
    border: 0px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    vertical-align: middle;
    white-space: nowrap;
}

    .btnCopiarLink:hover {
        margin: 5px 0;
        color: white;
        background-color: #66B447;
        display: inline-block;
        text-transform: uppercase;
        border: 0px;
        cursor: pointer;
        height: 34px;
        line-height: 34px;
        padding: 0px 10px;
        vertical-align: middle;
        white-space: nowrap;
    }

.lblBtnCopiar {
    margin-left: 5px;
}


.pnlListaEventos {
    margin: 5px 0;
}

.cmbEventos {
    margin: 5px 0;
    padding: 0;
    color: black;
    background-color: white;
    text-transform: uppercase;
}

    .cmbEventos > .btn {
        padding: 0px 10px;
        background-color: white;
        color: black !important;
        border: 1px solid #333;
    }

    .cmbEventos .bs3 {
        background-color: red;
        padding-right: -10px !important;
    }

.bs-searchbox input {
    border: 1px solid #333;
    border-radius: unset;
}

.bootstrap-select .dropdown-menu.open {
    border: 1px solid #333;
    border-radius: unset;
}

.bootstrap-select .dropdown-menu > li {
    border-bottom: 1px solid #B2B4BD;
}

@media (max-width: 400px) {
    .bootstrap-select .dropdown-menu > li > a.opt {
        display: table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        width: 100%;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 300px;
        margin-left: -100px;
    }
}

@media (max-width: 920px) {
    .bootstrap-select .dropdown-menu > li > a.opt {
        display: table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        width:100%;
    }

    .bootstrap-select .dropdown-menu {
        max-width: 750px;
        margin-left: -50px;
    }
}


.dropdown-menu > li > .selected,
.dropdown-menu > li > .selected :hover,
.dropdown-menu > li > .selected :focus {
    background-color: #333 !important;
    background-image:none;
}
.dropdown-menu > a > .selected,
.dropdown-menu > a > .selected :hover,
.dropdown-menu > a > .selected :focus {
    background-color: #333 !important;
    background-image: none;
}


.bootstrap-select .dropdown-header {
    background-color: #EAEBEF;
    padding: 5px;
    margin: 0;
}

.bootstrap-select .divider {
    border: none !important;
    background-color: transparent !important;
}

/**Informacao Compra Reserva******************************************/
.infoCompraReserva fieldset.cinzento {
    background-color: #f2f2f2;
    margin-bottom: 30px;
}

.infoCompraReserva .Dados.Compra {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 28px;
}

    .infoCompraReserva .Dados.Compra h5 {
        color: #575757;
    }

    .infoCompraReserva .Dados.Compra a i {
        font-size: 18px;
        color: #1d1d1d;
        margin-right: 5px;
    }


.infoCompraReserva .Totalizador {
    background-color: #d3d3d3;
    margin-top: 34px;
    padding: 15px 28px;
}

    .infoCompraReserva .Totalizador div span {
        display: inline-block;
    }

@media (min-width: 768px) {
    .infoCompraReserva .Totalizador div span.Valor {
        width: 90px;
    }
}

.infoCompraReserva .Totalizador div:not(:last-child) {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .infoCompraReserva .Totalizador div span.Texto {
        width: 305px;
        margin-right: 66px;
    }
}

.infoCompraReserva .cabecalhoCompras span {
    color: #676767;
}


/*****/

/**menu mobile******************************************/

.menuCliente {
    margin: 15px 0;
}

    .menuCliente .cabecalho-mobile .btn-menu.cliente {
        margin-top: 0px;
        border-left: 5px solid white;
        border-right: 5px solid white;
        border-top: 0px;
        border-bottom: 0px;
        width: 50px;
        height: 42px;
    }

    .menuCliente .cabecalho-mobile .logout {
        width: 102px;
        height: 42px;
        background-color: #cb0d00;
        text-align: center;
        margin-top: 0px;
        border-left: 5px solid white;
        border-right: 5px solid white;
        border-top: 0px;
        border-bottom: 0px;
    }


        .menuCliente .cabecalho-mobile .logout a {
            text-decoration: none;
            color: white;
            line-height: 40px;
            text-transform: uppercase;
            font-weight: bold;
            height: 40px;
            width: 100%;
            display: block;
        }


.NivelMenu0 {
    max-height: 0;
    overflow: hidden; /* Set our transitions up. */
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.open .NivelMenu0 {
    max-height: 250px;
}

.menuCliente .cabecalho-mobile {
    height: 42px;
    border: none;
    background-color: #3d3d3d;
    margin-top: 17px;
    display: none;
}

.NivelMenu0 li {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: -4px;
    background-color: #3d3d3d;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .NivelMenu0 li {
        border-bottom: 5px solid white;
        width: 100%;
    }

        .NivelMenu0 li a {
            width: 100%;
            text-align: center;
        }
}

@media (min-width: 768px) {
    .NivelMenu0 {
        max-height: 200px;
        padding-left: 24px;
        padding-right: 20px;
    }

        .NivelMenu0 li {
            border-left: 5px solid white;
            width: auto;
        }

            .NivelMenu0 li a {
                width: auto;
            }

            .NivelMenu0 li:last-child {
                border-right: 5px solid white;
            }
}

.NivelMenu0 li a {
    text-decoration: none;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    display: inline-block;
}

.NivelMenu0 li.logout {
    background-color: #cb0d00;
}

.NivelMenu0 li a:hover {
    background-color: none;
}

.NivelMenu0 li.active {
    background-color: #5EA412;
}




/***/

/**Cliente Página Equipas**********************************/

.linhaCompra span .VerMembros {
    text-decoration: underline;
    cursor: pointer;
}

.MembrosEquipa {
    margin-top: 40px;
}


/****/





.botaoRedeSocial {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

    .botaoRedeSocial.live {
        background-color: #90ceb2;
    }

    .botaoRedeSocial.google {
        background-color: #d84937;
    }

    .botaoRedeSocial.facebook {
        background-color: #4880c0;
    }

    .botaoRedeSocial.yahoo {
        background-color: #640f6c;
    }

    .botaoRedeSocial.AppleID {
        background-color: #000;
        color: #fff;
        font-size: 10px;
        text-transform: none;
        font-weight: normal;
    }

#AutenticacaoExterna ul.list-inline > li {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .botaoRedeSocial {
        width: 160px;
    }

    #AutenticacaoExterna ul.list-inline > li {
        width: auto;
    }
}


.breadcrumbs {
    display: inline-block;
    list-style: none;
    padding: 20px 15px;
}

    .breadcrumbs > li {
        display: inline-block;
        padding-right: 5px;
    }

        .breadcrumbs > li > a {
            display: inline-block;
        }

@media (min-width: 768px) {
    .breadcrumbs {
        padding-left: 28px;
        padding-right: 28px;
    }

        .breadcrumbs > li:not(:first-of-type):before {
            content: "- ";
        }
}

.bol-titulo-comprar {
    background-color: black;
    color: white;
    cursor: default;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

    .bol-titulo-comprar .titulo {
        padding-left: 25px;
    }

    .bol-titulo-comprar ol {
        font-weight: normal;
        margin-bottom: 0px;
    }

    .bol-titulo-comprar a {
        color: white;
        cursor: pointer;
    }

        .bol-titulo-comprar a:hover, .bol-titulo-comprar li.active a {
            color: #6fc214;
        }

    .bol-titulo-comprar li.active a {
        font-weight: bold;
    }

.destaque-compra {
    background-color: #3D3D3D;
    color: white;
    font-size: 15px;
    margin-top: 15px;
    padding: 15px;
    text-transform: uppercase;
}

    .destaque-compra span.pipe {
        padding: 0 3px;
    }

    .destaque-compra.verde {
        background-color: #6fc114;
        color: #FFF;
        font-weight: bold;
        margin-top: 0px;
    }

@media (min-width: 768px) {
    .destaque-compra {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.InformacaoImpressao .destaque-compra.verde {
    margin-bottom: 0px;
}


.compra .tabela-titulo {
    display: block;
    padding-bottom: 16px;
    color: #575757;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.compra .tabela {
    text-transform: uppercase;
}

    .compra .tabela > div {
        font-size: 14px;
        font-weight: bold;
    }

        .compra .tabela > div:nth-child(odd) {
            background-color: #F0F0F0;
        }


    .compra .tabela select {
        background-color: #F0F0F0;
        color: #535353;
        line-height: 40px;
        height: 40px;
        width: 80px;
        font-size: 21px;
    }

        .compra .tabela select, .compra .tabela select option {
            padding-left: 20px;
            margin: 5px 0;
        }

            .compra .tabela select.ok {
                background-color: #6FC114;
                color: white;
            }

            .compra .tabela select option {
                background-color: #F0F0F0;
                color: #535353;
            }

.compra > .botoes {
    margin-bottom: 20px;
}

.compra .botoes a, .compra .botoes input, .compra .botoes button {
    border: 0;
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    /*  float: right;*/
}

.btnComprar .btn.continuar {
    float: right;
}
/* Inscricao Equipa */

.inscricao {
    position: relative;
    text-transform: uppercase;
}

    .inscricao > div:not(:first-child) {
        margin-top: 30px;
    }

    .inscricao .colectiva label {
        font-size: 12px !important;
        margin-bottom: 5px;
    }

    .inscricao .colectiva p {
        margin-bottom: 2px !important;
    }

    .inscricao .informacoes {
        background-color: #e5e5e5;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .inscricao .informacoes h3 {
            color: #575757;
            font-size: 18px;
            font-weight: bold;
        }

        .inscricao .informacoes ul li a:hover {
            text-decoration: underline;
        }

        .inscricao .informacoes .list-inline > li {
            font-weight: bold;
            line-height: 2;
        }


    .inscricao .eliminar {
        position: absolute;
        z-index: 1;
        right: 0;
        width: 52px;
        height: 38px;
        border: 0;
        background-color: #CB0D00;
        color: white;
        font-weight: bold;
        font-size: 18px;
        border-left: 6px solid white;
        border-right: 6px solid white;
    }

        .inscricao .eliminar:hover {
            -ms-opacity: 0.75;
            opacity: 0.75;
        }

    .inscricao .bol-input-group .form-group label, .inscricao .bol-input-group .form-group input[type="checkbox"] {
        margin-top: 8px;
    }

#Corpo_divSucesso {
    background-color: #e5e5e5;
    padding-bottom: 5px;
    padding: 5px 18px 28px 18px;
    margin-bottom: 30px;
}

    #Corpo_divSucesso h3 {
        color: #575757;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .inquerito.row {
        margin-left: -28px;
        margin-right: -28px;
    }
}

@media (max-width: 767px) {
    .compra .tabela .text-right,
    .inquerito .text-right {
        text-align: left;
    }
}

/* Icons Laterais */
.redes-pagamento {
    text-align: center;
}

    .redes-pagamento > div {
        display: inline-block;
        padding: 18px 28px;
        vertical-align: middle;
    }

/* Formas pagamentos no corpo principal */
.formas-pagamento {
}

    .formas-pagamento .bol-input-group {
        height: 80px;
    }

    .formas-pagamento .ajuste-controlo-inline {
        display: inline-block;
        width: calc(100% - 60px);
        margin-left: 5px;
    }

    .formas-pagamento .sparkling-sprite {
        margin-right: 5px;
    }

    .formas-pagamento .cbxMbWayRecorrente {
        margin: 0;
        padding: 15px 0 0 0;
    }

        .formas-pagamento .cbxMbWayRecorrente label {
            font-size: 12px !important;
            font-weight: normal;
            text-transform: none;
            color: #575757;
        }

.InformacaoImpressao .infomb {
    background-color: #f2f2f2;
    padding-top: 32px;
    padding-bottom: 32px;
}

    .InformacaoImpressao .infomb p {
        margin-bottom: 0px;
    }

.conclusao .legenda a {
    color: #217bb9;
}

.tabelaAppsMobile {
    margin: 0px 0px 0px 0px;
    border-style: none;
}

    .tabelaAppsMobile tr td a img {
        border-style: none;
    }

.aguardarEfectivacao h3 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.aguardarEfectivacao p {
    text-align: center;
    margin-top: 37px;
    margin-bottom: 37px;
    font-size: 16px;
}

.BarraPartilhaRedesSociais {
    position: relative;
    background-color: #074590;
    color: white;
    text-transform: uppercase;
}

    .BarraPartilhaRedesSociais span[class*="logotipo-"] {
        margin-bottom: 12px;
    }

    .BarraPartilhaRedesSociais.vertical {
        padding: 20px 18px;
    }

        .BarraPartilhaRedesSociais.vertical .fb-like {
            position: absolute;
            top: 25px;
            right: 18px;
        }

    .BarraPartilhaRedesSociais.horizontal {
        padding: 18px 25px;
    }

        .BarraPartilhaRedesSociais.horizontal > div {
            display: table-cell;
        }

            .BarraPartilhaRedesSociais.horizontal > div:first-of-type {
                padding-right: 18px;
                text-align: center;
            }

        .BarraPartilhaRedesSociais.horizontal .frase {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 170px;
            right: 25px;
        }


@media (max-width: 991px) {

    #corpo-conteudo .BarraPartilhaRedesSociais {
        display: none;
    }
}

.mensagem.conclusao p {
    background-color: #6fc114;
    color: #fff;
    padding: 20px 18px;
    text-transform: uppercase;
}

.botoes .novaCompra {
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    background-color: #6FC114;
    position: absolute;
    top: 38px;
    right: 31px;
    color: White;
}

@media (max-width: 767px) {
    .botoes .novaCompra {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .botoes.mbWay, .botoes.reserva {
        margin-bottom: 10px;
    }


    .botoes .novaCompra.mbWay, .botoes .novaCompra.reserva {
        top: -17px !important;
        left: 15px !important;
        z-index: 5;
    }
}

.conclusao .InformacaoImpressao .conteudo .baixo-relevo .botoes .novaCompra {
    position: relative;
    top: 0px;
    right: 0px;
    margin-top: 20px;
}

.reserva .InformacaoImpressao .Legenda.SemFundo {
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
}


    .reserva .InformacaoImpressao .Legenda.SemFundo .Item table tr td.Valor {
        padding-left: 35px;
        text-align: right;
    }

    .reserva .InformacaoImpressao .Legenda.SemFundo .Item #Corpo_lblClienteEmail {
        display: block;
    }

    .reserva .InformacaoImpressao .Legenda.SemFundo .Item h3 {
        font-size: 15px;
        color: #575757;
        margin-bottom: 4px;
    }

    .reserva .InformacaoImpressao .Legenda.SemFundo span.nota {
        font-weight: normal;
        display: block;
        padding: 25px;
        background-color: #f2f2f2;
        margin-top: 30px;
    }

    .reserva .InformacaoImpressao .Legenda.SemFundo .Item span, .reserva .InformacaoImpressao .Legenda.SemFundo .Item td {
        font-size: 15px;
        font-weight: normal;
        color: black;
    }

@media (min-width: 768px) {
    .paginaCarrinho .destaque-compra.row {
        margin-left: -28px;
        margin-right: -28px;
    }
}

@media (min-width: 768px) {
    .paginaCarrinho .Agrupamento.row {
        margin-left: -28px;
        margin-right: -28px;
    }
}


.paginaCarrinho .BotaoVisualizar {
    overflow: hidden;
    width: 14px;
    color: #000;
    height: 15px;
}

.Agrupamento .btn {
    border-radius: 0;
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    height: 18px;
    line-height: 17px;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}

    .Agrupamento .btn.eliminar {
        background-color: #CB0E00;
    }

/*.Agrupamento .btn.eliminar:hover {
            -ms-opacity: 0.75;
            opacity: 0.75;
        }*/

.paginaCarrinho .Agrupamento .Secundario {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .paginaCarrinho .Agrupamento .Secundario span {
        font-weight: bold;
        font-size: 15px;
        padding-left: 0px;
        color: #575757;
    }

/*
.paginaCarrinho .Agrupamento .Secundario span:first-child
{
    text-align:left;
    padding-left:87px;    
}
*/

.paginaCarrinho .Agrupamento .item {
    padding: 6px 14px;
    position: relative;
    display: table;
    width: 100%;
}

    .paginaCarrinho .Agrupamento .item span.eliminar {
        padding-right: 2px;
    }

@media (min-width: 768px) {
    /* alteração para alinhar os elementos
            .paginaCarrinho .Agrupamento .item span:last-child {
                margin-left: 9px;
            }*/
}

.paginaCarrinho .Agrupamento .item.Even {
    background-color: #f0f0f0;
}

.paginaCarrinho .Agrupamento .item span {
    font-weight: bold;
    padding-left: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .paginaCarrinho .Agrupamento .item span {
        display: inline-block;
    }
}

.paginaCarrinho .Agrupamento .item span select {
    height: 26px;
    width: 100%;
}

.paginaCarrinho .Agrupamento .item span span, .paginaCarrinho .Agrupamento .item span select {
    vertical-align: middle;
}

.paginaCarrinho .Agrupamento .item span.Error {
    display: block;
    color: #cb0d00;
}


.paginaCarrinho .table.AddOn {
    max-width: 550px;
    /*border: 1px solid black;*/
    margin: 0px;
}

.paginaCarrinho .Agrupamento .item span.AddOnProdutos {
    text-align: left;
    margin: 0px 0px 10px 0px;
}

.paginaCarrinho .Agrupamento .item span.TitleAddOn {
    text-align: right;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
}

.paginaCarrinho .Agrupamento .item span.AddOnProdutos select {
    height: 26px;
    width: 50px;
    max-width: 50px;
}

.paginaCarrinho .Agrupamento .item span.AddOnProdutos .colPreco {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
}

.paginaCarrinho .Agrupamento .item .Esconder {
    display: none;
}

.paginaCarrinho .Agrupamento .rodape {
    min-height: 60px;
    background-color: #e5e5e5;
    padding: 20px 14px 0px 14px;
    margin: 21px -15px 0px -15px;
}

.paginaCarrinho .Agrupamento .Changed .rodape {
    min-height: 0px;
    background-color: #e5e5e5;
    padding-top: 0px;
    margin-top: 0px;
}

.paginaCarrinho .Agrupamento .rodape div span {
    font-weight: bold;
    padding-left: 0px;
    width: 16.66666%;
}

    .paginaCarrinho .Agrupamento .rodape div span.Texto {
        text-align: left;
        width: 83.33333%;
    }

@media (min-width: 768px) {
    .paginaCarrinho .Agrupamento .rodape div span.Texto {
        text-align: right;
    }

    .paginaCarrinho .Agrupamento .item span.TitleAddOn {
        text-align: right;
    }

    .compra.lotacao .seleccaoMultipla .colDesc {
        display: block;
        text-align: right;
    }

    .paginaCarrinho .Agrupamento .item span.AddOnProdutos .colDesc {
        display: block;
        text-align: right;
    }
}

@media (max-width: 767px) {
    /* retirado para os alinhamentos ficarem correctos
            .paginaCarrinho .Agrupamento .rodape div span.Valor.col-xs-12 {
                padding-left: 28px;
            }*/
}

.paginaCarrinho .Agrupamento .rodape div {
    margin-bottom: 17px;
}


@media (min-width: 768px) {
    /*.paginaCarrinho .btn.eliminar {*/
    .paginaCarrinho span.eliminar {
        position: absolute;
        right: 13px;
        text-align: right;
    }
}

.paginaCarrinho .botoes {
    margin-top: 34px;
}

.paginaCarrinho .Alteracao .botoes {
    margin-top: 0px;
}


.paginaCarrinho .botoes a.outraCompra {
    font-size: 13px;
    background-color: #03c0a1;
    overflow: hidden;
    height: 50px;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    float: left;
    min-width: 130px;
    width: auto;
}

.compra.conteudo.paginaCarrinho .Agrupamento.Sessao:first-child > div > div > div h3.destaque-compra {
    margin-top: 10px;
}

#corpo-barra .compra .botoes {
    width: 100%;
}

    #corpo-barra .compra .botoes .LimparCarrinho {
        display: block;
        color: #cb0d00;
        text-decoration: underline;
        background-color: transparent;
        height: 18px;
        line-height: 18px;
        width: 160px;
        margin: 10px auto 20px auto;
    }

.paginaCarrinho .Agrupamento .Totalizador {
    background-color: black;
    margin-top: 34px;
    padding: 15px 28px;
    color: white;
}

    .paginaCarrinho .Agrupamento .Totalizador div span {
        display: inline-block;
    }

    .paginaCarrinho .Agrupamento .Totalizador div {
        margin-bottom: 18px;
    }

        .paginaCarrinho .Agrupamento .Totalizador div:last-child {
            margin-bottom: 0px;
        }


@media (min-width: 768px) {
    .paginaCarrinho .Agrupamento .item span.identar, .paginaCarrinho .Agrupamento .Secundario span.identar {
        padding-left: 24px;
    }
}

@media (min-width: 768px) {
    .paginaCarrinho .Agrupamento .Totalizador div span.Texto {
        width: 305px;
        margin-right: 66px;
    }
}

@media (min-width: 768px) {
    .paginaCarrinho .Agrupamento .Totalizador div span.Valor {
        width: 165px;
    }
}

@media (max-width: 767px) {
    .paginaCarrinho .Agrupamento .Totalizador div span {
        display: block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .paginaCarrinho .Agrupamento .Totalizador {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media (max-width: 767px) {
    .paginaCarrinho .Agrupamento .Totalizador div.Acrescimo span.Texto {
        font-size: 13px;
    }




    .compra .botoes a, .compra .botoes input, .compra .botoes button {
        margin-top: 10px;
    }

    .paginaCarrinho .botoes a.outraCompra,
    .compra .botoes a, .compra .botoes input, .compra .botoes button {
        float: initial;
    }

    .btnComprar .btn.continuar {
        float: initial;
    }
}

.paginaCarrinho .Agrupamento .Changed .Alteracao > span > span {
    background-color: #498dbe;
    color: White;
    height: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    padding: 22px 28px;
    font-size: 16px;
}

.Alteracao.row {
    margin-right: -28px;
    margin-left: -28px;
}

.paginaCarrinho .Agrupamento .Changed .Alteracao .botoes input {
    width: 129px;
    height: 32px;
    line-height: 32px;
    color: white;
    text-transform: uppercase;
}

.paginaCarrinho .Agrupamento .Changed .Alteracao .botoes .BotaoConfirmar {
    background-color: #70c315;
    margin-right: 21px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .Alteracao.row .botoes.conteudo {
        margin: 0px 0px !important;
    }
}

.Alteracao.row .botoes.conteudo {
    margin: 0px 14px;
}


.paginaCarrinho .Agrupamento .Changed .Alteracao .botoes .BotaoCancelar {
    background-color: #cb0d00;
    font-size: 15px;
}

.paginaCarrinho .Agrupamento .Animacao-Alerta {
    background-color: #FEEFB3;
}

.paginaCarrinho .Agrupamento .Animacao-Sucesso {
    background-color: #cbf29f;
}

.paginaCarrinho .Agrupamento .Animacao-Erro {
    background-color: #f0cccc;
}

.paginaCarrinho .Agrupamento .Animacao-Cinzento {
    background-color: #dbd9d9;
}


/**Top Equipas**/

.TabelaTopsEquipas {
    width: 100%;
}

@media (max-width: 767px) {
    .TabelaTopsEquipas .montra-titulo .titulo {
        display: inline-block;
        max-width: 320px;
        overflow: hidden;
    }
}

.TabelaTopsEquipas {
    table-layout: fixed;
    overflow: hidden;
    white-space: nowrap;
}

    .TabelaTopsEquipas tbody .trAlternate {
        background-color: #efefef;
    }

    .TabelaTopsEquipas tr th:first-child, .TabelaTopsEquipas tr td:first-child {
        padding-left: 28px;
        padding-right: 10px;
    }

    .TabelaTopsEquipas thead tr {
        background-color: #333333;
        color: White;
        text-transform: uppercase;
        height: 38px;
        line-height: 38px;
    }

    .TabelaTopsEquipas tr {
        height: 24px;
        line-height: 24px;
    }

        .TabelaTopsEquipas tr td {
            max-width: 175px;
            overflow: hidden;
        }

@media (max-width: 767px) {
    .TabelaTopsEquipas tr td:last-child {
        text-align: right;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .TabelaTopsEquipas tr th:last-child {
        text-align: right;
        padding-right: 30px;
    }
}
/****/


/**Associar cliente  a equipa, Alterar dados Inscricao, recuperar equipa, inscricao colectiva**/

.PedirCodigo {
    margin-bottom: 30px;
}

    .PedirCodigo h3 {
        color: #575757;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #575757;
    }

    .PedirCodigo .CodigosAssociar .item {
        display: block;
        margin-bottom: 15px;
    }


        .PedirCodigo .CodigosAssociar .item label {
            color: #000;
            text-transform: uppercase;
            font-weight: bold;
        }

        .PedirCodigo .CodigosAssociar .item .botoes {
            margin-top: 10px;
        }

.alterarDadosInscricao .PedirCodigo .CodigosAssociar .item label, .recuperarEquipa .PedirCodigo .CodigosAssociar .item label, .inscricoesColectivas .PedirCodigo .CodigosAssociar .item label {
    text-transform: none;
    color: #757575;
}


.alterarDadosInscricao .PedirCodigo .CodigosAssociar .item .botoes .confirmar, .recuperarEquipa .PedirCodigo .CodigosAssociar .item .botoes .confirmar, .inscricoesColectivas .PedirCodigo .CodigosAssociar .item .botoes .confirmar {
    width: 182px;
    height: 40px;
    line-height: 40px;
}

@media (max-width: 767px) {
    .alterarDadosInscricao .PedirCodigo .CodigosAssociar .item .botoes, .recuperarEquipa .PedirCodigo .CodigosAssociar .item .botoes, .inscricoesColectivas .PedirCodigo .CodigosAssociar .item .botoes {
        text-align: left;
        padding-left: 0px;
    }
}


@media (max-width: 767px) {
    .PedirCodigo .CodigosAssociar .item .lblCodigoBarras {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .PedirCodigo .CodigosAssociar .item .codigoBarras {
        padding-left: 0px;
    }
}



/****/

/**Inscricao colectiva**/

.controloInscricaoColectiva {
    margin-bottom: 38px;
}

.areaSubmissao h3 {
    color: #575757;
    font-weight: bold;
}

/*Classe que permite retirar a margem do topo. */
.m-top-0 {
    margin-top: 0px;
}

/*Classe que permite retirar todas as margens de um determinado elemento. */
.m-0 {
    margin: 0px;
}

.areaLevantamentoDorsais {
    margin-top: -40px;
}

.areaSubmissao {
    background-color: #e5e5e5;
    position: relative;
    /*margin-bottom: 30px;*/
}

fieldset.table-responsive .table, fieldset.table-responsive .table.borderless td, fieldset.table-responsive .table.borderless th {
    border: none;
}

.listagemColectiva tbody .CabecalhoColectiva, .listagemColectiva.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.listagemColectiva.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f0f0f0;
}

.listagemColectiva .CabecalhoColectiva th {
    text-transform: uppercase;
    color: #575757;
}

@media (max-width: 767px) {
    fieldset.table-responsive {
        border: none;
        width: 110%;
    }
}

@media (max-width: 767px) {

    .listagemColectiva tr th:first-child, .listagemColectiva tr td:first-child {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {

    .listagemColectiva tr th:first-child, .listagemColectiva tr td:first-child {
        padding-left: 28px;
    }
}

@media (min-width: 768px) {

    .listagemColectiva tr th:last-child, .listagemColectiva tr td:last-child {
        padding-right: 28px;
    }
}


.seleccaoUnica .botoes, .seleccaoMultipla .botoes {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 70px;
    height: 70px;
}

.areaSubmissao .QtInscricoesTipologias div span, .areaSubmissao .QtInscricoesTipologias div input {
    color: Black;
    font-weight: bold;
}

.QtInscricoesTipologias h3 {
    margin-top: 0;
}

@media (max-width: 767px) {
    .QtInscricoesTipologias h3 {
        font-size: 20px;
    }
}

.areaSubmissao .QtInscricoesTipologias div .Nome {
    color: #575757;
}

.areaSubmissao .QtInscricoesTipologias div input {
    color: #cb0d00;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background-color: transparent;
}






input.file {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0; /*text-align: right;     filter: alpha(opacity: 0);     z-index: 2;     cursor: pointer;     height: 33px;*/
}

div.fileinputs {
}

div.fakefile {
    z-index: 1;
}

    div.fakefile input {
        margin-bottom: 10px;
    }

    div.fakefile .botoes {
    }








.CarregarFicheiro {
    margin-top: 50px;
}

    .CarregarFicheiro tr td span {
        padding-right: 10px;
        padding-top: 4px;
        float: left;
        text-align: right;
        width: 108px;
    }

    .CarregarFicheiro label {
        font-weight: bold;
    }

.pFicheiroTemplate {
    font-size: 14px;
    display: block;
}

@media (min-width: 768px) {
    .areaSubmissao .botaoAdicionar {
        display: inline-block;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .areaSubmissao .botaoAdicionar {
        text-align: right;
        margin-top: 6px;
    }
}

/****/

.botoes.download a {
    line-height: 39px;
    padding-right: 15px;
    width: auto;
    min-width: 160px;
    text-align: left;
}

.botoes.download .fa {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
}


.compra .botoes .procurar.pequeno {
    height: 33px;
    line-height: 33px;
    width: 120px;
    background-color: #DF7330;
}

.compra .botoes .adicionar.pequeno {
    height: 33px;
    line-height: 33px;
    width: 120px;
    background-color: #6fc214;
}

.compra.lotacao p {
    padding-bottom: 16px;
    color: #565656;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.compra.lotacao .tabela .txtQuantidade {
    border: 1px solid rgb(169, 169,169);
    background-color: #F0F0F0;
    color: #535353;
    line-height: 40px;
    height: 40px;
    width: 80px;
    font-size: 21px;
    margin: 5px 0;
    text-align: center;
}

a.linkFicheiroTemplate:hover {
    text-decoration: underline;
}

#corpo-conteudo .conclusao .inqueritoConclusao .inquerito h3.destaque-compra {
    margin-top: 0;
    margin-bottom: 38px;
}

#corpo-conteudo .inquerito .continuar {
    width: 182px;
    height: 40px;
    line-height: 40px;
}

@media (min-width: 768px) {
    #corpo-conteudo .conclusao .inqueritoConclusao .botoes {
        margin-left: 18px;
    }
}

@media (min-width: 768px) {
    #corpo-conteudo .conclusao .InformacaoImpressao .conteudo {
        padding: 28px;
    }
}


#corpo-conteudo .conclusao .InformacaoImpressao .conteudo .conteudo {
    margin-top: 30px;
}

    #corpo-conteudo .conclusao .InformacaoImpressao .conteudo .conteudo p, #corpo-conteudo .conclusao .InformacaoImpressao .conteudo .conteudo span {
        font-weight: normal;
        font-size: 15px;
    }

#corpo-conteudo .conclusao .BarraPartilhaRedesSociais {
    margin-top: 30px;
}

.conteudo.cartao .areaSubmissao input {
    color: #cb0d00;
    text-decoration: underline;
    cursor: pointer;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    padding: 0px 12px;
    font-weight: bold;
}


/******  Renovacao Cartões  *******/

.compra.conteudo.alterarDadosInscricao .divPeriodosRenovacao {
    padding-bottom: 20px;
}

.compra.conteudo.alterarDadosInscricao .botoes .btn.confirmar {
    line-height: 34px;
}

.compra.conteudo.alterarDadosInscricao .opcoesCheck label {
    font-weight: bold;
}

.compra.conteudo.alterarDadosInscricao .opcoesRadio label {
    font-weight: bold;
}


.compra.conteudo.alterarDadosInscricao .periodos {
    padding-bottom: 22px;
    margin-left: 45%;
    margin-right: 50%;
}

    .compra.conteudo.alterarDadosInscricao .periodos .opcoesCheck,
    .compra.conteudo.alterarDadosInscricao .periodos .tipologiasPrecos div {
        padding: 5px 0;
    }

    .compra.conteudo.alterarDadosInscricao .periodos .tipologiasPrecos label {
        text-transform: none;
    }


.compra.conteudo.alterarDadosInscricao .QtInscricoesTipologias .cartaoRenovacoes {
    padding-bottom: 10px;
    max-width: 700px;
}

    .compra.conteudo.alterarDadosInscricao .QtInscricoesTipologias .cartaoRenovacoes span {
        color: #333333;
        font-weight: bold;
    }

    .compra.conteudo.alterarDadosInscricao .QtInscricoesTipologias .cartaoRenovacoes .btn {
        color: #cb0d00;
        text-decoration: underline;
        cursor: pointer;
        border: none;
        background-color: transparent;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
    }

.compra.conteudo.alterarDadosInscricao .areaSubmissao .QtInscricoesTipologias .cartaoRenovacoes div input {
    padding-left: 0px;
}

.compra.conteudo.alterarDadosInscricao .QtInscricoesTipologias .total input {
    font-size: 14px;
    line-height: 20px;
}

.compra.conteudo.alterarDadosInscricao .areaSubmissao div.total {
    margin-top: 26px;
    max-width: 290px;
}

.compra.conteudo.produto.quantidade .ddlEntidadeEntrega {
    width: 300px;
    font-weight: normal;
    font-size: 21px;
    background-color: #F0F0F0;
    line-height: 40px;
    height: 40px;
}


/******  -------  *******/

.inquerito fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

    .inquerito fieldset legend {
        width: inherit;
        padding: 0 10px;
        border-bottom: none;
    }


#corpo-conteudo h3.destaque-compra {
    margin-bottom: 0px;
}

.Confirmacoes .destaque-compra {
    margin-top: 0px;
}

.pagamento {
}

.compra.pagamento .botoes {
    margin-top: 30px;
}

.DadosRecibo {
    background-color: #e5e5e5;
}

    .DadosRecibo .TituloDadosRecibo {
        background-color: #3D3D3D;
        color: white;
        padding: 15px 30px;
        text-transform: uppercase;
        display: block;
        font-size: 15px;
        font-weight: bold;
    }

/*estas regras deviam estar no sparkling*/
.destaque-compra.controlos {
    background-color: #6fc114;
    color: #FFF;
}


    .destaque-compra.controlos label a {
        color: #FFF;
        text-decoration: underline;
    }
/**********/

.Confirmacoes .textoCamposObrigatorios {
    color: #6fc114;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.pagamento .bol-input-group.rb label {
    line-height: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.pagamento .bol-input-group.rb:first-of-type > label {
    margin-right: 10px;
}

.destaque-compra .bol-input-group span.erro {
    color: blue;
    font-weight: bold;
    margin-left: 18px;
}

.pagamento .campos-obrigatorios {
    display: inline-block;
    color: #6fc114;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}

.compra.pagamento .formas-pagamento.conteudo .taxaPagMbPaypal {
    color: #a30e14;
    font-weight: bold;
}


.barra-geral {
    background-color: #3A3A3A;
    color: white;
    padding: 15px;
    vertical-align: top;
    /*overflow: hidden;*/
    /*zoom: 1;*/
}

    .barra-geral h5 {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px;
        text-transform: uppercase;
    }

    .barra-geral .conteudo {
        background-color: #EEF0EF;
        color: #000;
        font-size: 15px;
        padding: 15px 11px;
    }

        .barra-geral .conteudo.invertido {
            background-color: #3A3A3A;
            color: #EEF0EF;
        }

    .barra-geral.tabela {
        padding: 7px 8px;
    }

    .barra-geral p:last-of-type {
        margin-bottom: 0;
    }

    .barra-geral p:last-of-type {
        margin-bottom: 0;
    }

#Barra_barraProdutosPasso2_updPnl .EntidadeProduto {
    margin-bottom: 0;
}

/*Relogio carrinho*/

.resumo {
}

    .resumo.vazio {
        display: none;
    }

    .resumo.debug {
        display: block !important;
    }

    .resumo .barra-geral {
        padding: 11px 10px 10px 10px;
    }

    .resumo .textoCarrinho,
    .resumo .comprar {
        line-height: 45px;
    }

    .resumo .palavra-carrinho {
        color: #fc9a00;
        font-size: 22px;
        vertical-align: middle;
    }

    .resumo a:hover {
        text-decoration: none;
    }

    .resumo .parte-carrinho {
        display: inline-block;
    }

        .resumo .parte-carrinho:hover .palavra-carrinho {
            text-decoration: underline;
        }

    .resumo .textoCarrinho {
        /*left: 55px;*/
        line-height: 1;
        position: absolute;
        text-align: center;
        top: 2px;
    }

    .resumo .parte-carrinho {
        display: inline-block;
    }

    .resumo .relogio {
        display: block;
        float: right;
    }

    .resumo.vazio .relogio {
        display: none;
    }

    .resumo.debug .barra-geral {
        position: relative;
        background-color: #9933cc;
    }

        .resumo.debug .barra-geral:before {
            content: "Carrinho em modo debug";
            color: black;
            position: absolute;
            top: -22px;
            font-size: 16px;
            font-weight: bold;
        }


.relogio .algarismo {
    background-color: #fdfdfd;
    display: inline-block;
    color: #3d3d3d;
    min-width: 22px;
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

    .relogio .algarismo:last-of-type {
        margin-right: 0;
    }

.resumo .divisor {
    color: white;
    display: inline-block;
    width: 15px;
    font-weight: bold;
    font-size: 27px;
    line-height: 36px;
}

/***********************/


.informacao-mini {
    padding: 15px 16px;
}

    .informacao-mini .cartaz {
        padding-right: 10px;
        display: table-cell;
        vertical-align: top;
    }

        .informacao-mini .cartaz img {
            display: block;
            height: 176px;
            width: 136px;
        }

    .informacao-mini .info {
        display: table-cell;
        vertical-align: top;
        min-height: 176px;
        position: relative;
        width: 10000px;
        overflow: hidden;
        zoom: 1;
        color: #969696;
        font-size: 12px;
        text-transform: uppercase;
    }

        .informacao-mini .info h3 {
            color: white;
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 20px;
            font-weight: bold;
        }

            .informacao-mini .info h3:first-of-type {
                margin-top: 0;
            }

    .informacao-mini .botoes {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        margin-left: 0;
        width: 100%;
    }

        .informacao-mini .botoes a {
            background-color: #0080B1;
            color: white;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            line-height: 32px;
            padding-left: 9px;
            padding-right: 9px;
            white-space: nowrap;
        }

            .informacao-mini .botoes a:not(:last-of-type) {
                margin-right: 5px;
            }

.localizacao-entidade h3 {
    cursor: default;
}

@media (min-width: 768px) {

    .localizacao-entidade .coordenadas {
        float: right !important;
        text-align: right;
    }
}

@media (max-width: 767px) {
    /*.bol-titulo .botoes {
        display: none;
    }*/

    .informacao .cartaz {
        width: 100%;
    }
}

/* Regras para suportar nested containers do bootstrap */

/* Só tablet na vertical */
@media (min-width: 768px) and (max-width: 991px) {
    .ajuste-barra {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(min-width: 992px) {
    .ajuste-barra {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Tudo mesmo tablet vertical */
@media (max-width: 767px), (min-width: 992px) {
    .informacao-mini:not(:first-of-type) {
        padding-top: 0;
    }

    .informacao-mini:not(:last-child):after {
        background-color: #888888;
        content: " ";
        display: block;
        height: 1px;
        margin-top: 15px;
    }
}

/* Caso particular do tablet deitado até um tamanho razoavel de desktop */
@media (max-width:479px), (min-width: 992px) and (max-width: 1365px) {
    .informacao-mini .cartaz {
        margin-right: 10px;
    }

        .informacao-mini .cartaz img {
            height: 110px;
            width: 85px;
        }

    .informacao-mini .info {
        min-height: 150px;
    }
}

@media (max-width:479px) {
    .informacao-mini .botoes > li a {
        font-size: 14px;
    }
}

.grupo.equipas .barra-geral p {
    text-transform: uppercase;
    font-weight: bold;
}


/* Todas as tabelas */

.barra-geral .tabela {
    border-collapse: collapse;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

    .barra-geral .tabela tr {
        color: black;
        height: 30px;
    }

        .barra-geral .tabela tr .btn {
            border-radius: 0;
            color: #fff;
            font-size: inherit;
            font-weight: bold;
            height: 18px;
            line-height: 17px;
            padding: 0;
            vertical-align: middle;
            width: 18px;
        }

            .barra-geral .tabela tr .btn:hover {
                -ms-opacity: 0.75;
                opacity: 0.75;
            }

            .barra-geral .tabela tr .btn:focus {
                outline: none;
            }

            .barra-geral .tabela tr .btn.eliminar {
                background-color: #CB0E00;
            }

        .barra-geral .tabela tr .cor {
            width: 45px;
            text-align: right;
        }

        .barra-geral .tabela tr .nome {
        }

        .barra-geral .tabela tr .numero,
        .barra-geral .tabela tr .btn-eliminar {
            text-align: right;
            white-space: nowrap;
        }

        .barra-geral .tabela tr th {
            color: White;
            text-transform: uppercase;
            line-height: 44px;
            font-size: 15px;
        }

        .barra-geral .tabela tr:first-of-type {
            background-color: #3A3A3A;
        }

        .barra-geral .tabela tr:nth-child(odd):not(:first-of-type) {
            background-color: #cbcbcb;
        }

        .barra-geral .tabela tr:nth-child(even) {
            background-color: #efefef;
        }

        .barra-geral .tabela tr th,
        .barra-geral .tabela tr td {
            padding-right: 5px;
            padding-left: 5px;
        }

            .barra-geral .tabela tr th:first-of-type,
            .barra-geral .tabela tr td:first-of-type {
                padding-left: 10px;
            }

            .barra-geral .tabela tr th:last-of-type,
            .barra-geral .tabela tr td:last-of-type {
                padding-right: 10px;
            }

            .barra-geral .tabela tr td a {
                color: #000;
            }

.tabela.precos tr.disponivel {
    cursor: pointer;
}

.tabela.precos tr .cor span {
    display: block;
    height: 18px;
    vertical-align: middle;
    width: 30px;
}

.tabela.precos tr.disponivel.active {
    background-color: #5EA412 !important;
    color: white;
}

    .tabela.precos tr.disponivel.active .cor span {
        border: 1px solid;
    }

.tabela.precos tr.indisponivel {
    background-color: #EB1709 !important;
    color: white;
    cursor: not-allowed;
}

.tabela.precos tr.CursorPointer {
    cursor: pointer !important;
}

.tabela.precos tr.indisponivel .cor span {
    border: 1px solid;
}

.imagemSector {
    background-color: #2A2A2A;
}

    .imagemSector p {
        text-align: center !important;
        color: White;
        text-transform: uppercase;
        line-height: 40px;
    }


    .imagemSector .ContainerSala {
        text-align: center;
        padding-bottom: 20px;
    }

        .imagemSector .ContainerSala .Sala > div > div {
            margin-left: auto;
            margin-right: auto;
        }

.glyphicon.glyphicon-remove {
    content: "\e014";
    color: #8b0000;
    font-size: 21px;
    padding-left: 10px;
}



.barra-geral .TabelaTotal {
    width: 100%;
}

    .barra-geral .TabelaTotal tr {
        height: 30px;
        vertical-align: top;
    }

    .barra-geral .TabelaTotal th.totalCarrinho {
        text-transform: uppercase;
    }

    .barra-geral .TabelaTotal tr.custosOperacao th {
        font-weight: normal;
        height: 40px;
    }

    .barra-geral .TabelaTotal tr.totalPagar {
        height: 20px;
    }

        .barra-geral .TabelaTotal tr.totalPagar th {
            text-transform: uppercase;
            font-weight: normal;
        }

            .barra-geral .TabelaTotal tr.totalPagar th.text-right {
                font-weight: bold;
            }

    .barra-geral .TabelaTotal th.text-right {
        text-align: right;
    }

.barra-geral #Barra_barraProdutosPasso2_updPnl table {
    margin-bottom: 10px;
}

.barra-geral div p.EntidadeProduto {
    font-weight: bold;
    text-transform: uppercase;
    color: #6fc214;
    font-size: 18px;
}

    .barra-geral div p.EntidadeProduto:not(:first-child) {
        margin-top: 20px;
    }

.barra-geral div .TabelaBOL th {
    font-weight: bold;
    text-transform: uppercase;
}

.barra-geral .barra-geral .tabela tr td.numero.qt {
    width: 10%;
    padding-right: 20px;
}

.barra-geral .tabela tr td.descricao {
    width: 60%;
    max-width: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.barra-geral .barra-geral .tabela tr td.total {
    width: 18%;
    text-align: left;
}

.barra-geral .barra-geral .tabela tr td.btnX {
    width: 2%;
}

.newsletter input {
    padding-left: 17px !important;
}

/*Sparkling Construcao Barra*/
.informacao-mini .botoes a.ver-bilhete {
    background-color: #0080b1;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding-left: 9px;
    padding-right: 9px;
    white-space: nowrap;
}

#corpo-barra .grupo .tituloConstrucaoBilhete {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 0px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 0px;
}

.sparkling-sprite {
    display: inline-block;
}

a:hover .sparkling-sprite {
    text-decoration: none;
}

.sparkling-sprite:before {
    background-image: url("/Styles/Sprites/sparkling.png?v=28");
    background-repeat: no-repeat;
    background-size: 1247px 215px;
    display: inline-block;
    content: " ";
    vertical-align: middle;
    margin-top: -1px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .sparkling-sprite:before {
        background-image: url("/Styles/Sprites/sparkling_2x.png?v=28");
    }
}

.sparkling-sprite.carrinho:before {
    background-position: 0 -44px;
    width: 30px;
    height: 25px;
}

.sparkling-sprite.carrinho-grande:before {
    background-position: 0 0;
    width: 50px;
    height: 42px;
}

.sparkling-sprite.PT:before, .sparkling-sprite.ES:before, .sparkling-sprite.EN:before, .sparkling-sprite.DE:before {
    width: 16px;
    height: 16px;
}

.sparkling-sprite.PT:before {
    background-position: -178px -100px;
}

.sparkling-sprite.EN:before {
    background-position: -232px -100px;
}

.sparkling-sprite.ES:before {
    background-position: -196px -100px;
}

.sparkling-sprite.DE:before {
    background-position: -214px -100px;
}

.sparkling-sprite.alugar:before {
    background-position: -635px -84px;
    width: 36px;
    height: 30px;
}

.sparkling-sprite.reservar:before {
    background-position: -594px -84px;
    width: 39px;
    height: 30px;
}

.sparkling-sprite.logotipo:before {
    background-position: -52px 0;
    width: 108px;
    height: 89px;
}

.sparkling-sprite.logotipo-pequeno:before {
    background-position: -162px 0;
    width: 62px;
    height: 50px;
}

.sparkling-sprite.mastercard:before {
    background-position: -246px 0;
    width: 170px;
    height: 60px;
}

.sparkling-sprite.mastercard-pequeno:before {
    background-position: -121px -89px;
    width: 37px;
    height: 22px;
}

.sparkling-sprite.klarna:before {
    background-position: -358px -238px;
    width: 100px;
    height: 45px;
}

.sparkling-sprite.klarna-pequeno:before {
    background-position: -178px -120px;
    width: 53px;
    height: 22px;
}

.sparkling-sprite.paypal:before {
    background-position: -250px -75px;
    width: 170px;
    height: 45px;
}

.sparkling-sprite.paypal-pequeno:before {
    background-position: -161px -76px;
    width: 87px;
    height: 22px;
}

.sparkling-sprite.mcafee-pequeno:before {
    background-position: -944px -119px;
    width: 96px;
    height: 26px;
    color: inherit;
}

.sparkling-sprite.norton-pequeno:before {
    background-position: -872px -120px;
    width: 68px;
    height: 26px;
    color: inherit;
}
/*positiveSSL*/
.sparkling-sprite.trustedsite:before {
    background-position: -853px -152px;
    width: 86px;
    height: 26px;
    color: inherit;
}

.sparkling-sprite.visa:before {
    background-position: -418px 0;
    width: 170px;
    height: 74px;
}

.sparkling-sprite.visa-pequeno:before {
    background-position: -209px -52px;
    width: 35px;
    height: 22px;
}

.sparkling-sprite.redunicre:before {
    background-position: -422px -76px;
    width: 170px;
    height: 43px;
}

.sparkling-sprite.mb-pequeno:before {
    background-position: 0 -71px;
    width: 23px;
    height: 22px;
}

.sparkling-sprite.mbnet:before {
    background-position: -766px 0;
    width: 170px;
    height: 82px;
}

.sparkling-sprite.mbnet-pequeno:before {
    background-position: -74px -89px;
    width: 45px;
    height: 22px;
}

.sparkling-sprite.mbway:before {
    background-position: -594px 0;
    width: 170px;
    height: 82px;
}

.sparkling-sprite.mbway-pequeno:before {
    background-position: -162px -52px;
    width: 45px;
    height: 22px;
}

.sparkling-sprite.live-flat:before {
    background-position: -775px -84px;
    width: 32px;
    height: 32px;
}

.sparkling-sprite.AppleID-flat:before {
    background-position: -156px -120px;
    width: 23px;
    height: 24px;
}

.sparkling-sprite.google-flat:before {
    background-position: -809px -84px;
    width: 32px;
    height: 32px;
}

.sparkling-sprite.facebook-flat:before {
    background-position: -877px -84px;
    width: 32px;
    height: 32px;
}

.sparkling-sprite.facebook-flat-mini:before {
    background-position: -46px -89px;
    width: 7px;
    height: 14px;
}

.sparkling-sprite.yahoo-flat:before {
    background-position: -843px -84px;
    width: 32px;
    height: 32px;
}

.sparkling-sprite.siga-nos-facebook:before {
    background-position: -226px -18px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.siga-nos-instagram:before {
    background-position: -52px -113px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.siga-nos-googleplus:before {
    background-position: -226px 0px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.siga-nos-twitter:before {
    background-position: -160px -100px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.siga-nos-linkedin:before {
    background-position: -32px -62px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.siga-nos-email:before {
    background-position: -32px -44px;
    width: 16px;
    height: 16px;
}

.sparkling-sprite.logotipo-1820:before {
    background-position: -938px 0px;
    width: 52px;
    height: 48px;
}

.sparkling-sprite.logotipo-facebook:before {
    background-position: -909px -84px;
    width: 128px;
    height: 27px;
}

.sparkling-sprite.logoSeguroBilheteira:before {
    background-position: -1052px 0px;
    width: 201px;
    height: 182px;
}

.sparkling-sprite.logoPME:before {
    background-position: -993px 0px;
    margin-left: 6px;
    width: 24px;
    height: 28px;
}

.sparkling-sprite.logoPMEexcelencia:before {
    background-position: 0px -150px;
    margin-left: 6px;
    width: 24px;
    height: 28px;
}

.sparkling-sprite.pagamentopontual:before {
    background-position: -941px -150px;
    margin-left: 6px;
    width: 75px;
    height: 28px;
}

/*google safe browsing e do negocios+ e inovadora */
.sparkling-sprite.googleSafeBrowsing:before {
    /*  background-position: -706px -132px;
    margin-left: 6px;
    width: 131px;
    height: 40px;*/
    /*margin-top: 6px;*/

    background-position: -717px -139px;
    width: 116px;
    height: 29px;
}

.sparkling-sprite.negociosMais:before {
    background-position: -941px -176px;
    margin-left: 6px;
    width: 83px;
    height: 21px;
}

.sparkling-sprite.inovadora:before {
    background-position: -935px -60px;
    margin-left: 6px;
    width: 122px;
    height: 24px;
}

.sparkling-sprite.IVAUCHER:before {
    background-position: -781px -128px;
    margin-left: 0px;
    width: 65px;
    height: 20px;
    margin-top: 9px
}

.sparkling-sprite.Streaming:before {
    background-position: -1px -179px;
    width: 17px;
    height: 17px;
    /*float: left;*/
}

.sparkling-sprite.reserva-pequeno:before {
    background-position: -660px -125px;
    width: 45px;
    height: 51px;
}

.img-browser {
    background-image: url("/Styles/Sprites/browsers.png");
    background-repeat: no-repeat;
    background-size: 188px 60px;
    display: inline-block;
    height: 60px;
    width: 60px;
}

    .img-browser.edge {
        background-position: 0 0;
    }

    .img-browser.chrome {
        background-position: -64px 0;
    }

    .img-browser.firefox {
        background-position: -128px 0;
    }


.sparkling-sprite.logoConsulteAqui:before {
    background-position: -70px -118px;
    width: 90px;
    height: 90px;
}

.consulteAqui.sparkling-sprite.logoConsulteAqui {
    position: absolute;
    top: -15%;
    right: -10%;
    text-transform: uppercase;
}

    .consulteAqui.sparkling-sprite.logoConsulteAqui .consultarAquiBolNews .textoConsulte {
        transform: rotate(30deg);
        color: #fff;
        position: absolute;
        top: 20%;
        right: 0%;
        width: 95%;
        /* text-decoration: underline;*/
    }

    .consulteAqui.sparkling-sprite.logoConsulteAqui .consultarAquiBolNews .textoAqui {
        line-height: 2.5;
        transform: rotate(30deg);
        color: #fff;
        position: absolute;
        top: 25%;
        right: 0%;
        width: 115%;
        /* text-decoration: underline; */
        /* text-decoration-skip: ink; */
    }

div.consultarAquiBolNews:hover {
    text-decoration: underline;
}


@media(max-width: 1024px) {
    .sparkling-sprite.logoConsulteAqui:before {
        background-position: -70px -118px;
        width: 90px;
        height: 90px;
    }

    .consulteAqui.sparkling-sprite.logoConsulteAqui {
        top: 0%;
        right: 0%;
    }
}

/*
    TEXT OVERFLOW

    - 1 linha:
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    - Multiplas linhas:
        -webkit-box-orient: vertical;
        display: -webkit-box;
        max-height: 52px; // CALUCLAR
        -webkit-line-clamp: 2; // N LINHAS
        overflow: hidden;
        text-overflow: ellipsis;
*/


.cartaz img {
    height: 240px;
    vertical-align: top;
    width: 185px;
}

@media print {
    .no-print, #contagem, .zoom-item {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }

    .bol-titulo, .montra-titulo, .datas-sessoes .datas .sessao .mes {
        border: 2px solid black;
        background-color: #000000 !important;
        -webkit-print-color-adjust: exact;
    }

    .clearfix {
        display: flex !important;
    }
}

.informacao {
}

    .informacao .cartaz {
        display: table-cell;
        padding-bottom: 10px;
        padding-right: 20px;
        vertical-align: top;
    }

        .informacao .cartaz img {
            border: 1px solid #ccc;
        }

    .informacao h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 3px;
        margin-top: 15px;
    }

    .informacao p {
        font-size: 16px;
        margin-bottom: 0;
        text-transform: initial;
    }

.mensagem.informacao a {
    color: #fff;
    font-weight: bold;
}

.informacao ul {
    font-size: 16px;
}

    .informacao ul.list-inline-pipe li:after {
        padding-left: 8px;
        padding-right: 5px;
    }

.informacao .info-sessao {
}

    .informacao .info-sessao > div {
        float: left;
        width: 190px;
    }

        .informacao .info-sessao > div:first-child {
            width: 205px;
        }

        .informacao .info-sessao > div:last-child {
            width: 175px;
        }

@media (min-width: 768px) {
    .informacao p {
        text-align: justify;
    }
}

.informacao.localizacao-entidade p {
    font-size: 14px;
}

/* Detalhes do Evento */

.detalhes {
    padding-bottom: 5px;
    position: relative;
}

    .detalhes p {
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        zoom: 1;
    }

    .detalhes h3 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        max-height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .detalhes h3 + span {
            font-size: 16px;
            font-weight: bold;
        }

    .detalhes h4 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/ /* esta regra aumenta o tamanho da div pai, porque está dentro de um display table-cell*/
    }

        .detalhes h4 + span {
            font-size: 18px;
            font-weight: bold;
        }

    .detalhes h5 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding-top: 15px;
    }

        .detalhes h5 + span {
            color: black;
            font-size: 12px;
            font-weight: bold;
        }

    .detalhes .info-extra {
        margin-bottom: 13px;
    }

        .detalhes .info-extra div {
            display: inline-block;
            width: auto;
            padding-right: 10px;
        }

            .detalhes .info-extra div:last-child {
                padding-right: 0;
            }

    .detalhes .botoes {
        bottom: 0;
        position: absolute;
    }

        .detalhes .botoes > li a {
            background-color: #0080B1;
            color: white;
            font-size: 16px;
            font-weight: bold;
            line-height: 32px;
            padding: 6px 12px;
        }


@media (min-width: 768px) {
    .detalhes {
        display: table-cell;
        vertical-align: top;
    }

        .detalhes h4 {
        }
}

/* DatasSessoes */

.datas-sessoes {
}

    .datas-sessoes .datas {
        text-align: center;
        width: 185px;
    }

        .datas-sessoes .datas .sessao {
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            text-align: center;
            width: 70px;
        }

        .datas-sessoes .datas .divisor {
            font-size: 20px;
            font-weight: bold;
            margin-top: 75px;
            padding: 0 10px;
            text-align: center;
        }

        .datas-sessoes .datas .sessao .ano {
            font-size: 14px;
            font-weight: bold;
            line-height: 25px;
        }

        .datas-sessoes .datas .sessao .mes {
            background-color: #2A2A2A;
            color: white;
            font-size: 17.3px;
            font-weight: bold;
            line-height: 34px;
        }

        .datas-sessoes .datas .sessao .dia {
            background-color: white;
            border: 2px solid #2A2A2A;
            border-top: 0;
            color: #2A2A2A;
            font-size: 31.5px;
            font-weight: bold;
            line-height: 60px;
        }

    .datas-sessoes .proxima-sessao h3 {
        margin-top: 0;
    }

/* Contagem */

.contagem {
    height: 60px;
}

    .contagem .faltam {
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
    }

    .contagem .campo {
        font-size: 15px;
        /*font-weight: bold;*/
        padding-left: 2px;
    }

    .contagem .valor {
        background-color: #2A2A2A;
        color: white;
        font-size: 22px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        width: 60px;
    }

.realizado,
.esgotado {
    background-color: #EB1709;
    color: white;
    margin-top: 5px;
    text-align: center;
    width: 250px;
}
/*Para a label de brevemente.*/
.brevemente {
    background-color: #0080b1;
    color: white;
    margin: 5px 15px 0 0;
    text-align: center;
    width: 250px;
}

    .realizado span,
    .esgotado span,
    .brevemente span {
        font-size: 28px;
        font-weight: bold;
        line-height: 55px;
        text-transform: uppercase;
    }
.semSessoesEmVenda {
    background-color: #0080b1;
    color: white;
    margin: 5px 15px 0 0;
    text-align: center;
    width: auto;
    padding: 0px 10px;
}

    .realizado span,
    .esgotado span,
    .semSessoesEmVenda span {
        font-size: 20px;
        font-weight: bold;
        line-height: 55px;
        text-transform: uppercase;
    }

.proxima-sessao h3 {
    padding-top: 5px;
}


/* Derp */

.informacao h3,
.informacao .detalhes,
.informacao .datas {
    text-transform: uppercase;
}

@media (-webkit-device-pixel-ratio > 1) {
    .informacao .detalhes #infoNomeEsp {
        font-size: 20px;
    }
}

.localizacao-entidade {
    margin-top: -18px;
}

#mapa-espectaculo {
    height: 350px;
    width: 100%;
}

/*.bol-titulo .botoes {
    top: 0px;
}*/

.bol-titulo .botoes a.reservar,
.bol-titulo .botoes a.imprimir,
.bol-titulo .botoes a.alugar {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}


.lista-todos {
    background-color: #6FC114;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    padding: 6px 12px;
    text-transform: uppercase;
}

/* Stock */

.stock {
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: middle;
}

    .stock > div {
        border: 1px solid #ccc;
        display: inline-block;
        height: 17px;
        margin-right: 3px;
        width: 10px;
    }

    .stock.baixo > div.a {
        background-color: #EB1709;
    }

    .stock.medio > div.a,
    .stock.medio > div.b {
        background-color: #F79E00;
    }

    .stock.alto > div.a,
    .stock.alto > div.b,
    .stock.alto > div.c {
        background-color: #70C315;
    }



/* Especifico */
.informacao.produto .detalhes h4 {
    display: block;
    padding: 0;
}

    .informacao.produto .detalhes h4 + span {
        font-size: 17px;
        font-weight: bold;
    }

.inquerito {
}

    .inquerito .bol-titulo {
        background-color: #6FC114;
    }

    .inquerito .obrigatorio {
        display: inline-block !important;
        color: #6FC114;
        margin-left: 5px;
    }

    .inquerito .bol-input-group {
        padding-bottom: 15px;
    }

@media (min-width: 768px) {
    .inscricao .inquerito .bol-input-group.clearfix {
        padding-right: 18px;
    }
}

        .inquerito .bol-input-group span.opcoesRadio label,
        .inquerito .bol-input-group span.opcoesCheck label {
            font-weight: normal;
            text-transform: none;
            display: inline-block;
            line-height:20px;
        }

        .inquerito .bol-input-group > label {
            padding-bottom: 6px; /* nao é necessario mas ajuda a corrigir qualquer problema */
            padding-top: 6px;
        }

    .inquerito .botao-previsualizar,
    .inquerito .btn.confirmar {
        border: 0;
        border-radius: 0;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        /*line-height: 34px;*/
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        height: 38px !important;
    }

    .inquerito .botao-previsualizar {
        background-color: #D67200 !important;
    }

    .inquerito .legenda-campos-obrigatorios {
        font-weight: bold;
    }

        .inquerito .legenda-campos-obrigatorios .obrigatorio {
            margin-left: 0;
        }


.Legenda .obrigatorio {
    margin-left: 0 !important;
}

.inquerito .bol-input-group .legendaCampoInquerito {
    text-transform:none;
}

@media (min-width: 768px) {
    .inquerito .bol-input-group.erro .legendaCampoInquerito {
        /*padding-bottom: 22px;*/
    }

    .inquerito .bol-input-group span .opcoesRadio {
        vertical-align:middle;
    }
}

.inquerito .bol-input-group span.erro {
    text-transform:none;
    display:block;
}
/* Categorias */

/*.expresso,*/
.destaque-titulo.expresso,
.destaque-titulo.expresso .destaque-controlos-prev,
.destaque-titulo.expresso .destaque-controlos-next,
.item-montra .botao.comprar.expresso,
.item-nav.expresso.activo,
.item-nav.expresso:hover,
.btn-area.expresso,
.conteudoPassatempo .expresso,
.Passatempos-CaixaMensagem .expresso {
    background-color: #015882 !important;
}


/*.dia-compras2020,*/
.destaque-titulo.dia-compras2020,
.destaque-titulo.dia-compras2020 .destaque-controlos-prev,
.destaque-titulo.dia-compras2020 .destaque-controlos-next,
.item-montra .botao.comprar.dia-compras2020,
.item-nav.dia-compras2020.activo,
.item-nav.dia-compras2020:hover,
.btn-area.dia-compras2020,
.conteudoPassatempo .dia-compras2020,
.Passatempos-CaixaMensagem .dia-compras2020 {
    background-color: #000080 !important;
}

/*.teatro-arte,*/
.destaque-titulo.teatro-arte,
.destaque-titulo.teatro-arte .destaque-controlos-prev,
.destaque-titulo.teatro-arte .destaque-controlos-next,
.item-montra .botao.comprar.teatro-arte,
.item-nav.teatro-arte.activo,
.item-nav.teatro-arte:hover,
.btn-area.teatro-arte,
.conteudoPassatempo .teatro-arte,
.Passatempos-CaixaMensagem .teatro-arte {
    background-color: #EB1709 !important;
    color: #ffffff;
}

/*.musica-festivais,*/
.destaque-titulo.musica-festivais,
.destaque-titulo.musica-festivais .destaque-controlos-prev,
.destaque-titulo.musica-festivais .destaque-controlos-next,
.item-montra .botao.comprar.musica-festivais,
.item-nav.musica-festivais.activo,
.item-nav.musica-festivais:hover,
.btn-area.musica-festivais,
.conteudoPassatempo .musica-festivais,
.Passatempos-CaixaMensagem .musica-festivais {
    background-color: #E70166 !important;
    color: #ffffff;
}

/*.familia,*/
.destaque-titulo.familia,
.destaque-titulo.familia .destaque-controlos-prev,
.destaque-titulo.familia .destaque-controlos-next,
.item-montra .botao.comprar.familia,
.item-nav.familia.activo,
.item-nav.familia:hover,
.btn-area.familia,
.conteudoPassatempo .familia,
.Passatempos-CaixaMensagem .familia {
    background-color: #DF7330 !important;
    color: #ffffff;
}

/*.desporto-aventura,*/
.destaque-titulo.desporto-aventura,
.destaque-titulo.desporto-aventura .destaque-controlos-prev,
.destaque-titulo.desporto-aventura .destaque-controlos-next,
.item-montra .botao.comprar.desporto-aventura,
.item-nav.desporto-aventura.activo,
.item-nav.desporto-aventura:hover,
.btn-area.desporto-aventura,
.conteudoPassatempo .desporto-aventura,
.Passatempos-CaixaMensagem .desporto-aventura {
    background-color: #5EA412 !important;
    color: #ffffff;
}

/*.cinema,*/
.destaque-titulo.cinema,
.destaque-titulo.cinema .destaque-controlos-prev,
.destaque-titulo.cinema .destaque-controlos-next,
.item-montra .botao.comprar.cinema,
.item-nav.cinema.activo,
.item-nav.cinema:hover,
.btn-area.cinema,
.conteudoPassatempo .cinema,
.Passatempos-CaixaMensagem .cinema {
    background-color: #692E8C !important;
    color: #ffffff;
}

/*.formacao-educacao,*/
.destaque-titulo.formacao-educacao,
.destaque-titulo.formacao-educacao .destaque-controlos-prev,
.destaque-titulo.formacao-educacao .destaque-controlos-next,
.item-montra .botao.comprar.formacao-educacao,
.item-nav.formacao-educacao.activo,
.item-nav.formacao-educacao:hover,
.btn-area.formacao-educacao,
.conteudoPassatempo .formacao-educacao,
.Passatempos-CaixaMensagem .formacao-educacao {
    background-color: #00A78D !important;
    color: #ffffff;
}


/*BoNews*/
.destaque-titulo.bolNews,
.destaque-titulo.bolNews .destaque-controlos-prev,
.destaque-titulo.bolNews .destaque-controlos-next {
    background-color: dodgerblue !important;
}

.item-nav.construcaoBilhetes.activo {
    background-color: #000 !important;
}

@media (min-width: 768px) {
    .item-nav.dia-compras2020,
    .item-nav.teatro-arte,
    .item-nav.musica-festivais,
    .item-nav.familia,
    .item-nav.desporto-aventura,
    .item-nav.cinema {
        background-color: #000;
    }
}

/* Borda do cabeçalho */
.cabecalho.dia-compras2020,
.cabecalho.teatro-arte,
.cabecalho.musica-festivais,
.cabecalho.familia,
.cabecalho.desporto-aventura,
.cabecalho.cinema {
    background-color: white;
}

.cabecalho.dia-compras2020 {
    border-bottom-color: #000080;
}

.cabecalho.teatro-arte {
    border-bottom-color: #EB1709;
}

.cabecalho.musica-festivais {
    border-bottom-color: #E70166;
}

.cabecalho.familia {
    border-bottom-color: #DF7330;
}

.cabecalho.desporto-aventura {
    border-bottom-color: #5EA412;
}

.cabecalho.cinema {
    border-bottom-color: #692E8C;
}


.terminar-sessao {
    color: #F08B48 !important;
}

/* Eventos*/

.cabecalho .eventos,
.eventos .montra-titulo,
.botoes .bilhete {
    background-color: #0178DE;
}

.evento .detalhes .botoes .comprar a,
.item-montra .entidade a {
    background-color: #6FC114;
}

.evento .detalhes .botoes .vendafechada a {
    background-color: #FF0000 !important;
}

/* Cartões */
.cartao .entidade,
.cartao .descricao {
    color: #EE001C;
}

.cabecalho .cartoes,
.cartao .detalhes .botoes .comprar a,
.cartao .botao.comprar,
.cartoes .montra-titulo,
.botoes .cartao {
    background-color: #FF001E;
}

/* Produtos */

.produto .entidade,
.produto .descricao {
    color: #39DD00;
}

.cabecalho .produtos,
.produto .botao.comprar,
.produtos .montra-titulo {
    background-color: #27CD01;
}

    .produtos .montra-titulo.sub {
        background-color: #0178DE;
    }

.pack .botao.comprar {
    background-color: #FF001E;
}

/* Outros botões */

.alugar {
    background-color: #DF6C0F !important;
}

.reservar {
    background-color: #0080B1 !important;
}

.nova-compra {
    background-color: #03a78c !important;
}

.botaoRedeSocial.facebook {
    background-color: #4880c0;
}

.evento .detalhes .botoes .assistirStream a {
    background-color: #DF6C0F;
}

.bol-accordion {
}

    .bol-accordion .panel {
        background-color: #efefef;
        border: 0;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0 !important;
    }

        .bol-accordion .panel:nth-child(even) {
            background-color: #fff;
        }

        .bol-accordion .panel .panel-heading {
            background-color: transparent;
            background-image: none;
            border: 0;
            color: #F79E00;
            display: block;
            font-weight: bold;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
        }

            .bol-accordion .panel .panel-heading.collapsed {
                color: #000;
            }

                .bol-accordion .panel .panel-heading.collapsed:hover {
                    color: #676767;
                }

            .bol-accordion .panel .panel-heading.active .panel-control {
                transform: rotateZ(-180deg);
            }

        .bol-accordion .panel .panel-control {
            color: #5B5B5B;
            float: right;
            text-align: center;
            width: 32px;
            transition: all 0.6s ease;
        }

        .bol-accordion .panel .panel-body {
            border: 0 !important;
            padding-top: 0;
        }

@media (min-width: 768px) {
    .bol-accordion .panel > .panel-heading {
        padding-left: 28px;
        padding-right: 28px;
    }

    .bol-accordion .panel .panel-body {
        padding-left: 28px;
        padding-right: 28px;
        text-align: justify;
    }
}

.table {
    font-size: 14px;
    margin-top: 15px;
}

    .table > thead > tr > th {
        padding-bottom: 12px;
    }

        .table > thead > tr > th:first-of-type,
        .table > tbody > tr > td:first-of-type {
            padding-left: 15px;
        }

        .table > thead > tr > th:last-of-type,
        .table > tbody > tr > td:last-of-type {
            padding-right: 15px;
        }


    .table > thead > tr > th,
    .table td.label {
        border-bottom: 0;
        color: #575757;
        text-transform: uppercase;
    }

    .table td.label {
        display: table-cell;
        font-size: 100%;
        font-weight: bold;
        text-align: left;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        border-top: 0;
        padding: 7px 8px;
    }

    .table th.name,
    .table td.name {
        width: 100%;
    }

    .table th.number,
    .table td.number {
        text-align: right;
    }

    .table th.date,
    .table td.date {
        text-align: right;
    }

    .table td.date {
        white-space: nowrap;
    }

    .table th.button + th.button,
    .table td.button + td.button {
        padding-left: 0;
    }

@media (min-width: 768px) {
    .table > thead > tr > th:first-of-type,
    .table > tbody > tr > td:first-of-type {
        padding-left: 28px;
    }

    .table > thead > tr > th:last-of-type,
    .table > tbody > tr > td:last-of-type {
        padding-right: 28px;
    }
}

.table-hover > tbody > tr > td.active,
.table-hover > tbody > tr > th.active,
.table-hover > tbody > tr.active > td,
.table-hover > tbody > tr > .active,
.table-hover > tbody > tr.active > th {
    background-color: #c6fd88 !important;
    color: #000;
    cursor: pointer;
}

    .table-hover > tbody > tr:hover,
    .table-hover > tbody > tr > td.active:hover,
    .table-hover > tbody > tr > th.active:hover,
    .table-hover > tbody > tr.active:hover > td,
    .table-hover > tbody > tr:hover > .active,
    .table-hover > tbody > tr.active:hover > th {
        background-color: #6fc114 !important;
        color: #fff;
        cursor: pointer;
    }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f0f0f0;
}


.table td:before {
    display: none;
}

/* Botões */

.table .btn {
    /*border-radius: 0;*/
    color: #fff;
    font-size: inherit;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 0;
    vertical-align: middle;
    width: 22px;
}

.table .btn.editar {
    background-color: #6fc214;
}

.table .btn.eliminar {
    background-color: #CB0E00;
}


@media (max-width: 767px) {
    .table,
    .table thead,
    .table tbody,
    .table th,
    .table td,
    .table tr {
        display: block;
    }

        .table > thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table tr {
            border: 1px solid #ccc;
        }

        .table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 35% !important;
            text-align: left !important;
        }

            .table td:before {
                display: block;
                position: absolute;
                top: 6px;
                left: 6px;
                width: 35%;
                padding-right: 10px;
                white-space: nowrap;
            }
}

ol, ul {
    list-style: none;
}

ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.PaginaSessoes {
    margin: 40px 25px 0px 25px;
}

.TituloPagina {
    color: #69bf04;
    text-transform: uppercase;
/* DJP: erro reportado pela filipa nos packs   float: left;*/
    margin: 0px;
    line-height: 45px;
    font-size: 18px;
}

.compra.conteudo.sessoes {
    padding-top: 30px;
    padding-bottom: 30px;
}

.CalendarioSessoes .TituloPagina {
    font-weight: bold;
}


.CalendarioSessoes ul.Meses {
    padding: 0px;
    margin-bottom: 21px;
    display: table;
    width: 100%;
}

.CalendarioSessoes ul.Anos {
    margin-bottom: 0px;
    border: none;
    display: table;
    float: right;
    width: 100%;
}

@media (min-width: 768px) {
    .CalendarioSessoes ul.Anos {
        display: block;
        width: 264px;
    }

    .CalendarioSessoes ul.Meses li.Anos a {
        width: 88px;
    }
}

.CalendarioSessoes ul.Meses li {
    display: table-cell;
}

    .CalendarioSessoes ul.Meses li a {
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        color: white;
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        overflow: hidden;
        text-align: center;
        background-color: black;
        font-weight: bold;
    }

    .CalendarioSessoes ul.Meses li.Anos a.AnoSeleccionado {
        background-color: #202020;
    }

        .CalendarioSessoes ul.Meses li.Anos a.AnoSeleccionado span {
            color: #76b21c;
        }

    .CalendarioSessoes ul.Meses li.Anos a, .CalendarioSessoes ul.Meses li.MesSeguinteAnterior a {
        background-color: #464646;
    }

    .CalendarioSessoes ul.Meses li.Anos a {
        color: white;
        font-size: 16px;
    }

        .CalendarioSessoes ul.Meses li.Anos a.AnosInactivos, .CalendarioSessoes ul.Meses li a.MesesInactivos {
            color: #777777;
        }

    .CalendarioSessoes ul.Meses li.MesSeguinteAnterior a span {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .CalendarioSessoes ul.Meses li a span {
        line-height: 29px;
        height: 29px;
    }

    .CalendarioSessoes ul.Meses li.Anos a span.SetaAnoAnteriorSeguinte {
        width: 15px;
        text-align: center;
        display: inline-block;
    }

.CalendarioSessoes table.Dias {
    margin: 0px 0px 16px 0px;
    border-right: 2px solid #7F7F7F;
    border-top: 2px solid #7F7F7F;
    border-bottom: 2px solid #7F7F7F;
    border-width: 2px;
    border-collapse: collapse;
    width: 100%;
}

    .CalendarioSessoes table.Dias thead tr {
        line-height: 21px;
        text-transform: uppercase;
        color: #575656;
        font-size: 13px;
        text-align: left;
    }

        .CalendarioSessoes table.Dias thead tr th {
            border-left-style: solid;
            border-left-color: #7f7f7f;
            border-width: 2px;
            padding-left: 8px;
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            background-color: #d5d5d5;
            color: #000;
        }

    .CalendarioSessoes table.Dias tbody tr td {
        border-top-color: #d8d8d8;
        border-top-style: dashed;
        border-top-width: 1px;
        border-left-style: solid;
        border-left-color: #7f7f7f;
        border-left-width: 2px;
        padding: 4px 0px 0px 0px;
        width: 80px;
        height: 60px;
        vertical-align: top;
        margin-left: -5px;
    }

        .CalendarioSessoes table.Dias tbody tr td ul {
            margin-bottom: 0px;
        }

        .CalendarioSessoes table.Dias tbody tr td span {
            color: #3c3c3c;
            font-size: 16px;
            padding-left: 5px;
        }

            .CalendarioSessoes table.Dias tbody tr td span.fa-circle, .CalendarioSessoes table.Dias tbody tr td a.fa-circle {
                font-size: 28px;
                color: #6fc114;
                padding-left: 0px;
                text-align: center;
                cursor: pointer;
                text-decoration: none;
            }

        .CalendarioSessoes table.Dias tbody tr td.Esgotado span.fa-circle, .CalendarioSessoes table.Dias tbody td.Esgotado a.fa-circle {
            color: red;
        }

        .CalendarioSessoes table.Dias tbody tr td span.fa-circle:hover, .CalendarioSessoes table.Dias tbody tr td a.fa-circle:hover {
            opacity: 0.75;
        }

        .CalendarioSessoes table.Dias tbody tr td.OutroMes {
            background-color: #f1f1f1;
        }

            .CalendarioSessoes table.Dias tbody tr td.OutroMes .fa-circle {
                color: #acacac;
            }

        .CalendarioSessoes table.Dias tbody tr td.DiaPassado span {
            color: #7c7c7c;
        }


.CalendarioSessoes ul.Meses li a.MesSeleccionado {
    background-color: #76b21c;
}

    .CalendarioSessoes ul.Meses li a.MesSeleccionado:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 18px solid #76b21c;
        border-right: 20px solid transparent;
        border-left: 18px solid transparent;
        margin: 45px 0 0px -5px;
    }


.CalendarioSessoes table.Dias tbody tr td ul li a {
    color: black;
    text-decoration: none;
    /*font-size: 26px;*/
    font-weight: bold;
    line-height: 22px;
}

/*Default*/
@media (max-width: 1918px) {
    .CalendarioSessoes table.Dias tbody tr td ul li a {
        font-size: 20px;
    }
    /*.CalendarioSessoes table.Dias tbody tr td ul li {
        margin-left: 8px;
    }*/
}



@media (min-width: 1919px) {
    .CalendarioSessoes table.Dias tbody tr td ul li a {
        font-size: 26px;
    }
}


.CalendarioSessoes table.Dias tbody tr td ul li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
}

.semaforoEsgotada {
    background-color: #EA1D24 !important;
}

.semaforoPoucoDisponvel {
    background-color: #FEBC1D !important;
}

.semaforoDisponivel {
    background-color: #75B344 !important;
}

.CalendarioSessoes ul.Meses li a.MesesInactivos:hover {
    background-color: #000;
}

.CalendarioSessoes ul.Meses li.Anos a.AnosInactivos:hover {
    background-color: #464646;
}

.CalendarioSessoes table.Dias tbody tr td.DiaEvento:hover span {
    font-weight: bold;
    color: #777777;
}

.CalendarioSessoes table.Dias tbody tr td.DiaEvento:hover li a {
    color: White;
}

.CalendarioSessoes table.Dias tbody tr td:hover a, .CalendarioSessoes table.Dias tbody tr td:hover li {
    color: black;
}

.CalendarioSessoes table.Dias tbody tr td ul li {
    color: black;
    margin-left: 35px;
}

.sessoesDiaEsgotadas {
    text-align: center !important;
    text-transform: uppercase !important;
    margin-left: 0 !important;
}

    .sessoesDiaEsgotadas a {
        cursor: no-drop;
        color: #EA1D24 !important;
    }

.CalendarioSessoes table.Dias tbody tr td ul li a:hover {
    opacity: 0.75;
}

.CalendarioSessoes table.Dias tbody tr td ul li a::before {
    color: #6fc114;
    font-size: 28px;
}

.CalendarioSessoes table.Dias tbody tr td.Esgotado ul li a.fa-circle::before {
    color: red;
    font-size: 28px;
}

.CalendarioSessoes table.Dias tbody tr td span::before {
    font-size: 28px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #corpo-conteudo .CalendarioSessoes ul.Meses li a.MesSeleccionado::before {
        margin: 45px 0 0px 25px;
    }
}

@media (max-width: 767px) {
    .CalendarioSessoes table.Dias tbody tr td ul li span {
        display: none !important;
    }

    .compra > .botoes {
        display: flex;
        flex-direction: column;
    }

    .legendaEstadoSessao {
        order: -1;
        padding-left: 10px !important;
    }

        .legendaEstadoSessao li {
            margin-right: 5px !important;
        }

            .legendaEstadoSessao li span {
                font-size: 12px;
            }

                .legendaEstadoSessao li span a {
                    margin-top: 0 !important;
                }
}

@media (max-width: 347px) {
    .legendaEstadoSessao {
        padding-left: 0px !important;
    }

        .legendaEstadoSessao li {
            margin-right: 5px !important;
        }

            .legendaEstadoSessao li span {
                font-size: 10px;
            }
}

@media (max-width: 321px) {
    .legendaEstadoSessao li span {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .CalendarioSessoes table.Dias tbody tr td ul li a:hover {
        text-decoration: underline;
        opacity: 1;
    }

    .CalendarioSessoes table.Dias tbody tr td.DiaEvento:hover {
        background-color: black !important;
    }

    .CalendarioSessoes table.Dias tbody tr td.DiaEvento {
        -webkit-transition: background-color 150ms linear;
        -moz-transition: background-color 150ms linear;
        -o-transition: background-color 150ms linear;
    }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento.Esgotado:hover {
            background-color: #EA1D24 !important;
            color: white;
        }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento.Esgotado:hover {
            background-color: #EA1D24 !important;
            color: white;
        }

            .CalendarioSessoes table.Dias tbody tr td.DiaEvento.Esgotado:hover .sessoesDiaEsgotadas a {
                color: white !important;
            }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento a.Esgotado {
            cursor: no-drop;
            /*padding: 3px;
            font-size: 0.7em;
            white-space: nowrap;
            text-transform: uppercase;*/
            /*ticket 9497*/
            /*color: red;*/
            color: #B7B3B2;
            text-decoration: none;
            /*border: solid;*/
        }

    /*ticket 9497*/
    .CalendarioSessoes table.Dias tbody tr td ul li .Esgotado:hover {
        background-color: #EA1D24;
        color: White;
    }


    .CalendarioSessoes table.Dias tbody tr td {
        margin-left: 0px;
    }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento ul {
            text-align: left !important;
        }

        .CalendarioSessoes table.Dias tbody tr td span {
            padding-left: 5px;
            position: absolute;
        }

    .CalendarioSessoes table.Dias tbody tr td {
        height: 88px;
    }

        .CalendarioSessoes table.Dias tbody tr td ul {
            margin-bottom: 10px;
        }
}

.CalendarioSessoes table.Dias td.DiaEvento.MultiplasSessoes ul {
    padding-left: 4px;
}

    .CalendarioSessoes table.Dias td.DiaEvento.MultiplasSessoes ul li {
        font-size: 18px;
        font-weight: bold;
        height: 20px;
    }
.CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes:hover ul li {
    color: white !important;
}

.CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul:hover li{
    text-decoration: underline;
}
.CalendarioSessoes table.Dias tbody tr td.DiaEvento ul {
    padding-left: 0px;
    text-align: center;
    position: relative;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes {
    cursor: pointer;
}

.CalendarioSessoes table.Dias tbody tr td.DiaEvento.DiaHoje {
    background-color: #c6fd88;
}

.CalendarioSessoes table.Dias tbody tr td.DiaEvento.TresSessoesDia ul {
    margin-top: 15px;
}

#quadroSessoesDia {
    height: 143px;
    display: none;
}

.SessoesAdicionais {
    background-color: #EFEFEF;
    border: 2px solid black;
    overflow: auto;
    z-index: 1;
}

    .SessoesAdicionais h4 {
        text-transform: uppercase;
        background-color: #202020;
        color: White;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 11px 0px 11px;
        margin: 0px;
        line-height: 39px;
        position: relative;
    }

        .SessoesAdicionais h4 span {
            color: #76b21c;
        }

            .SessoesAdicionais h4 span.glyphicon.glyphicon-remove {
                display: inline-block;
                background-color: black;
                color: white;
                font-size: 16px;
                float: right;
                margin-right: -11px;
                padding: 11px 12px 12px 14px;
                position: absolute;
                top: 0px;
                right: 11px;
            }

                .SessoesAdicionais h4 span.glyphicon.glyphicon-remove:hover {
                    cursor: pointer;
                }

    /*
.SessoesAdicionais ul li.Odd
{
    float: left;
    clear: left;
    width: 50%;
    text-align: center;
}

.SessoesAdicionais ul li.Even
{
    float: right;
    clear: right;
    width: 50%;
    text-align: center;
}
*/

    .SessoesAdicionais ul {
        padding: 0px 11px 0px 11px;
    }

        .SessoesAdicionais ul li {
            float: left;
            line-height: 39px;
            font-weight: bold;
        }

            .SessoesAdicionais ul li:after {
                content: "|";
                color: #202020;
                padding: 0px 10px 0px 10px;
            }

            .SessoesAdicionais ul li:last-child:after {
                content: "";
            }

            .SessoesAdicionais ul li a {
                text-decoration: none;
                color: #202020;
                font-size: 16px;
                line-height: 26px;
            }

                .SessoesAdicionais ul li a:hover {
                    text-decoration: underline;
                }

            .SessoesAdicionais ul li span {
                display: inline-flex !important;
                width: 13px;
                height: 13px;
                border-radius: 50px;
                margin-right: 5px;
                background-color: blueviolet;
            }

/* Escala superior a 100% (Windows) */
@media (-webkit-device-pixel-ratio > 1) {
    @media (max-width: 1920px) {

        .CalendarioSessoes table.Dias tbody tr td ul li a {
            font-size: 20px;
        }

        .CalendarioSessoes table.Dias tbody tr td ul li span {
            width: 15px !important;
            height: 15px !important;
            margin-top: 3px !important;
        }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento ul {
            top: 45px !important;
            left: 30% !important;
        }

        .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul {
            left: 55% !important;
        }

            .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul li {
                margin: 0 !important;
            }
        /*FireFox Browser*/
        @-moz-document url-prefix() {
            .sessoesDiaEsgotadas {
                margin-left: 35px !important;
            }

                .sessoesDiaEsgotadas a {
                    font-size: 13px !important;
                }
        }

        .sessoesDiaEsgotadas {
            margin-left: 35px !important;
        }

            .sessoesDiaEsgotadas a {
                font-size: 13px !important;
            }

        #edge_sessoesDiaEsgotadas_a {
            font-size: 13px !important;
        }
    }

    @media (max-width: 1600px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 35px;
        }        
    }

    @media (max-width: 1366px) {

        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 29px;
        }

        .sessoesDiaEsgotadas a {
            font-size: 11px !important;
        }

        #edge_li {
            margin-left: 32px !important;
        }

            #edge_li a {
                font-size: 15px !important;
            }

        #edge_sessoesDiaEsgotadas_a {
            font-size: 10px !important;
        }

            .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul #edge_li {
                margin-left: 5px !important;
            }
        /*FireFox Browser*/
        @-moz-document url-prefix() {
            .CalendarioSessoes table.Dias tbody tr td ul li {
                margin-left: 27px;
            }

            .sessoesDiaEsgotadas {
                margin-left: 30px !important;
            }

                .sessoesDiaEsgotadas a {
                    font-size: 11px !important;
                }
        }
    }

    @media (max-width: 1200px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 26px;
        }
    }

    @media (max-width: 990px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 45px;
        }
    }

    @media (max-width: 870px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 35px;
        }
    }

    @media (max-width: 790px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 35px;
        }

        .sessoesDiaEsgotadas {
            display: none !important;
        }
    }
}

/*Escala de ecrã igual ou inferior 100% (Windows) */
@media (-webkit-device-pixel-ratio = 1) {
    @media (max-width: 1920px) {

        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 52px;
        }

            .CalendarioSessoes table.Dias tbody tr td ul li a {
                font-size: 20px;
            }

            .CalendarioSessoes table.Dias tbody tr td ul li span {
                width: 15px !important;
                height: 15px !important;
                margin-top: 3px !important;
            }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento ul {
            top: 45px !important;
            left: 42% !important;
        }

        .sessoesDiaEsgotadas {
            margin-left: 45px !important;
        }

            .sessoesDiaEsgotadas a {
                font-size: 15px !important;
            }

        #edge_li {
            margin-left: 50px !important;
        }
        .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul {
            left: 35% !important;
        }
        .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul #edge_li {
            margin-left: 40px !important;
        }
        #edge_sessoesDiaEsgotadas {
            margin-left: 26px !important;
        }

        #edge_sessoesDiaEsgotadas_a {
            font-size: 15px !important;
        }
        /*FireFox Browser*/
        @-moz-document url-prefix() {

            .CalendarioSessoes table.Dias tbody tr td ul li {
                margin-left: 45px;
            }

            .CalendarioSessoes table.Dias tbody tr td.TresSessoesDia ul {                
                left: 0 !important;
            }

            .sessoesDiaEsgotadas {
                margin-left: 45px !important;
            }

                .sessoesDiaEsgotadas a {
                    font-size: 15px !important;
                }
        }
    }

    @media (max-width: 1600px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 35px;
        }
        
        .sessoesDiaEsgotadas {
            margin-left: 30px !important;
        }

        .sessoesDiaEsgotadas a {
            font-size: 13px !important;
        }

        #edge_li {
            margin-left: 35px !important;
        }
    }

    @media (max-width: 1366px) {
        .CalendarioSessoes table.Dias tbody tr td ul li a {
            font-size: 20px;
        }

        .CalendarioSessoes table.Dias tbody tr td ul li span {
            width: 15px !important;
            height: 15px !important;
            margin-top: 3px !important;
        }

        .CalendarioSessoes table.Dias tbody tr td.DiaEvento ul {
            top: 45px !important;
            left: 30% !important;
        }

        .sessoesDiaEsgotadas a, #edge_sessoesDiaEsgotadas_a {
            font-size: 13px !important;
        }

        .sessoesDiaEsgotadas, #edge_li, #edge_sessoesDiaEsgotadas {
            margin-left: 35px !important;
        }

        /*FireFox Browser*/
        @-moz-document url-prefix() {
            .CalendarioSessoes table.Dias tbody tr td ul li {
                margin-left: 35px;
            }

            .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul {
                left: 35% !important;
            }

                .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul li {
                    margin-left: 15px !important;
                }

            .sessoesDiaEsgotadas {
                margin-left: 35px !important;
            }

                .sessoesDiaEsgotadas a {
                    font-size: 13px !important;
                }
        }
    }

    @media (max-width: 1200px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 26px;
        }

        .sessoesDiaEsgotadas {
            margin-left: 25px !important;
        }

        #edge_li {
            margin-left: 25px !important;
        }

        #edge_sessoesDiaEsgotadas_a {
            font-size: 11px !important;
        }
    }

    @media (max-width: 990px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 55px;
        }

        @-moz-document url-prefix() {

            .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul {
                left: 55% !important;
            }

        }
    }

    @media (max-width: 870px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 42px;
        }
    }

    @media (max-width: 790px) {
        .CalendarioSessoes table.Dias tbody tr td ul li {
            margin-left: 35px;
        }

        .sessoesDiaEsgotadas {
            display: none !important;
        }
        @-moz-document url-prefix() {

            .CalendarioSessoes table.Dias tbody tr td.MultiplasSessoes ul {
                left: 40% !important;
            }
        }
    }
}

}

/*
.PaginaSessoes fieldset
{
    margin-bottom: 143px;
}
*/


.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width}.ol-overlay-container{will-change:left,right,top,bottom}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}@media print{.ol-control{display:none}}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none;line-height:inherit}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */
