/* =============================================================================
   HTML5 globals
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: Verdana, sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    color: #5B5B5B;
}

.contentViva p {
    font-size: 0.8125em;
}

.contentViva ul li {
    font-size: 0.8125em;
}

.contentViva ol {
    font-size: 0.8125em;
}

.contentViva span {
    font-size: 0.8125em;
}

.VivaTitle1 {
    font-size: large;
}

.VivaTitle2 {
    font-size: small;
}

.VivaTitle3 {
    font-size: smaller;
}

::-moz-selection {
    background: #a6b622;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #a6b622;
    color: #fff;
    text-shadow: none;
}

a {
    color: #8b9c00;
    text-decoration: none;
}

    a:visited {
        color: #8b9c00;
        text-decoration: none;
    }

    a:hover {
        color: #8b9c00;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.TableSizer {
    width: 100%;
}

/* =============================================================================
   Error page
   ========================================================================== */


.searchPanelStyle {
    margin-top: 10px;
    border-top: 1px dashed #b0b0b0;
}

.container_error {
    width: 960px;
    margin: auto;
    margin-top: 250px;
    padding-top: 40px;
    padding-bottom: 140px;
}

    .container_error .error {
        width: 400px;
        height: 85px;
        margin: auto;
    }

    .container_error .error_img {
        width: 80px;
        height: 80px;
        float: left;
    }

    .container_error .txtContainer {
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }

        .container_error .txtContainer .error_title {
            font-size: 2em;
        }

        .container_error .txtContainer .error_description {
            width: 500px;
        }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

h2 {
    color: #696969;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0 0 0.625em 0;
    margin: 0;
}

h3 {
    color: #819000;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

p {
    font-size: 0.750em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 7.625em;
    background: url(../images/bg_header.png) repeat-x 0 0;
    border-bottom: 1px dashed #b0b0b0;
    padding: 0;
}

    header .header_sub {
        width: 960px;
        margin: 0 auto;
        height: 7.625em;
        background: url(../images/bg_header.png) repeat-x 0 0;
    }

    header h1 {
        background: url(../images/logo.png);
        width: 17.9166666666667%;
        height: 77px;
        display: inline-block;
        float: left;
    }

    header .regiao {
        float: left;
        position: relative;
        margin: 2.1875em 0 0 23.9583333333333%;
        width: 16.6666666666667%;
    }

        header .regiao label { /*position:absolute;top:7px; left:-52px; font-size:0.7em;*/
        }

    header .select {
        position: relative;
        z-index: 10;
        width: 162px !important;
        height: 29px !important;
        line-height: 31px;
        font-size: 0.75em;
    }

    header span.select {
        position: absolute;
        bottom: 0;
        float: left;
        left: 0;
        width: 134px;
        height: 29px;
        line-height: 31px;
        text-indent: 10px;
        background: url(../images/bg_select_regiao.png) no-repeat 0 0;
        cursor: default;
        z-index: 1;
    }

    header .lang_search {
        float: right;
        width: 35.5%;
        padding-top: 1.6875em;
        text-align: right;
    }

.lt-ie9 header .lang_search {
    width: 19%;
}

header .lang_search a {
    font-size: 0.875em;
}

header .lang_search .pesq {
    height: 1.75em;
    background: url(../images/bg_pesquisar.png) no-repeat 0 0;
    width: 170px;
    display: block;
    float: right;
    margin-top: 19px;
}

header .lang_search input[type="text"] {
    width: 79.4117647058824%;
    height: 28px;
    line-height: 28px;
    background: transparent;
    border: none;
    font-size: 0.813em;
    float: left;
    text-indent: 7px;
}

header .lang_search .newSearchBox a.submit {
    float: left;
    width: 17.6470588235294%;
    background: transparent;
    border: none;
    height: 28px;
}

header .login {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 0.875em;
    text-align: right;
    float: right;
}

    header .login li {
        float: left;
        list-style-type: none;
        height: 1.625em;
        line-height: 1.625em;
        margin-right: 0px;
    }

    header .login .lang {
        border-right: 1px dashed #a6b622;
        padding-right: 10px;
        margin-right: 10px;
    }

nav {
    height: 1.6875em;
    background: #a6b61f;
    display: block;
    clear: both;
    margin: 2px 0px 2px 0px;
}

.top_nav {
    width: 960px;
    margin: 0 auto;
    height: 100%;
    background: none repeat scroll 0 0 #A6B61F;
}

    .top_nav li {
        float: left;
        height: 1.6875em;
        line-height: 1.6875em;
        border-right: 1px dashed #fff;
        position: relative;
    }

.loginusername {
    width: 100%;
    height: 16px;
    margin-bottom: 0px;
    text-align: right;
    color: #AAAAAA;
    font-size: 0.825em;
    float: right;
    margin-top: 5px;
}

.socialMediaContent {
    display: inline-block; 
    margin-top: -10px;
    margin-left: 5px;
    margin-right: 10px;
    height: 33px;
}

/*alterado*/

.reg_lbl_cont {
    float: left;
    width: 30%;
    height: 30px !important;
}

    .reg_lbl_cont label {
        line-height: 31px;
        font-size: 0.75em;
    }

.reg_ddl_cont {
    float: right;
    width: 70%;
    height: 30px !important;
    position: relative;
}

    .reg_ddl_cont .select {
        height: 30px !important;
    }



input[type="text"]:disabled {
    background: #ddd;
    border: 2px solid #bbb;
    border-radius: 3px;
}





.top_nav li a, .top_nav li a:link, .top_nav li a:visited {
    font-size: 1em;
    color: #fff;
    padding: 0 15px;
    height: 1.6875em;
    display: inline-block;
}

    .top_nav li a:hover {
        text-decoration: none;
        background: #84911b;
    }

.content {
    width: 100%;
    border-top: 1px dashed #b0b0b0;
    border-bottom: 1px dashed #b0b0b0;
    padding: 20px 0 50px 0;
    clear: both;
}

.sub_content {
    width: 960px;
    margin: 0 auto;
}

.content_left {
    float: left;
    width: 64.5833333333333%;
}

.content_right {
    float: right;
    width: 32.1875%; /*border:1px solid red;*/
}

    .content_right .tabs {
        padding: 0;
        margin: 0 0 4px 0;
        display: block;
    }

        .content_right .tabs li {
            list-style-type: none;
            float: left;
            font-size: 0.813em;
        }

            .content_right .tabs li.last {
                border-right: none;
            }

            .content_right .tabs li a {
                padding: 5px 10px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                border-left: 1px solid #fff;
            }

                .content_right .tabs li a.active {
                    border-top: 1px dashed #b0b0b0;
                    border-right: 1px dashed #b0b0b0;
                    border-bottom: 1px solid #fff;
                    border-left: 1px dashed #b0b0b0;
                    background: #fff;
                    color: #696969;
                }

#tab1, #tab2, #tab3, #tab4 {
    border: 1px dashed #b0b0b0;
    clear: both;
    display: block;
}

#tab1 {
    border: none !important;
}

#tab11, #tab2, #tab3, #tab4 {
    border: 1px dashed #b0b0b0;
    clear: both;
    display: block;
}

    #tab1 h3, #tab2 h3, #tab3 h3, #tab4 h3 {
        font-size: 0.813em;
        font-weight: normal;
        padding: 0 0 0 10px;
    }

.motivItem-home {
    border: 1px dashed rgb(176, 176, 176);
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 2.563em;
    padding: 10px 0 10px 0;
}

    .motivItem-home .contentBox {
        width: 92%;
        padding: 0 0 0 15px;
    }

.motivItem {
    border: 1px dashed rgb(176, 176, 176);
    clear: both;
    display: block;
    width: 100%;
    margin-top: 2.563em;
    padding: 10px 0 10px 0;
}

    .motivItem .contentBox {
        width: 92%;
        padding: 0 0 0 15px;
    }

.linha_metro, .linha_metro_sul {
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #b0b0b0;
    margin: 0 3.2362459546926%;
    width: 92.2330097087379%;
}

.linha_metro_sul {
    border-bottom: none;
}

    .linha_metro li, .linha_metro_sul li {
        font-size: 0.750em;
        line-height: 1.7em;
        height: 1.7em;
        float: left;
        width: 45%;
        list-style-type: none;
        padding-left: 10px;
    }

    .linha_metro_sul li {
        display: block;
        float: none;
        width: 100%;
    }

    .linha_metro .sinal_verde, .linha_metro_sul .sinal_verde {
        background: url(../images/verde.png) no-repeat 0 center;
    }

    .linha_metro .sinal_vermelho, .linha_metro_sul .sinal_vermelho {
        background: url(../images/vermelho.png) no-repeat 0 center;
    }

    .linha_metro .sinal_amarelo, .linha_metro_sul .sinal_amarelo {
        background: url(../images/amarelo.png) no-repeat 0 center;
    }

.sub_content .flexslider {
    width: 100%;
    height: 16.4375em;
}

.noticias {
    padding-top: 1.250em;
}

.noticias_feat {
    background: #ededed;
    width: 100%;
    padding: 0.313em 0;
    margin-bottom: 1.875em;
}

.noticia1, .noticia2 {
    float: left;
    width: 50%;
    line-height: 1;
}

    .noticia1 img, .noticia2 img {
        float: left;
        margin: 0 10px 0 5px;
    }

    .noticia1 h3, .noticia2 h3 {
        font-size: 0.813em;
        font-weight: normal;
        margin: 0;
        padding: 0;
        color: #819001;
    }

        .noticia1 h3 a, .noticia1 h3 a:link, .noticia1 h3 a:visited, .noticia2 h3 a {
            color: #819001;
        }

            .noticia1 h3 a:hover {
                text-decoration: underline;
            }

    .noticia1 .data, .noticia2 .data {
        font-size: 0.625em;
        line-height: .75em;
    }

        .noticia1 .data a, .noticia1 .data a:link, .noticia1 .data a:visited {
            color: rgb(124, 124, 124);
            text-decoration: none;
        }

            .noticia1 .data a:hover {
                text-decoration: underline;
            }

    .noticia1 p, .noticia2 p {
        margin: 0 2% 0 115px;
        padding: 0;
        font-size: 0.750em;
        line-height: 1.45em;
          color:rgb(124, 124, 124);
    }

        .noticia1 p a {
            color: rgb(124,124,124);
        }

.utilizacao_portal_viva {
    width: 100%;
    border-top: 1px dashed #b0b0b0;
    padding: 1.250em 0 0 0;
}

    .utilizacao_portal_viva img {
        float: left;
        padding-bottom: 20px;
    }

    .utilizacao_portal_viva h3 {
        font-size: 0.9em;
        font-weight: normal;
        color: #819001;
        margin: 0;
        padding: 0;
    }

    .utilizacao_portal_viva p {
        margin: 0.313em 0 1.563em 0;
        padding: 0;
        font-size: 0.80em;
        line-height: 1.5em;
    }

.tabbed-home {
    margin-bottom: 2.563em
}

.listagem-home {
    width: 100%;
    border: 1px dashed #b0b0b0;
    margin-bottom: 2.563em;
}

    .listagem-home .ls {
        width: 95%;
        margin: 0 auto;
        border-bottom: 1px dashed #b0b0b0;
        padding: 0.500em 0;
    }

        .listagem-home .ls img {
            float: left;
            margin-right: 7px;
        }

        .listagem-home .ls h3 {
            font-size: 0.875em;
            font-weight: normal;
            color: #819001;
            margin: 0;
            padding: 0;
        }

        .listagem-home .ls p {
            margin: 0.313em 0 0 0;
            padding: 0;
            font-size: 0.750em;
            line-height: 1.5em;
        }

    .listagem-home .last {
        border-bottom: none;
    }

.listagem {
    width: 100%;
    border: 1px dashed #b0b0b0;
    margin-top: 2.563em;
}

    .listagem .ls {
        width: 95%;
        margin: 0 auto;
        border-bottom: 1px dashed #b0b0b0;
        padding: 0.500em 0;
    }

        .listagem .ls img {
            float: left;
            margin-right: 7px;
        }

        .listagem .ls h3 {
            font-size: 0.875em;
            font-weight: normal;
            color: #819001;
            margin: 0;
            padding: 0;
        }

        .listagem .ls p {
            margin: 0.313em 0 0 0;
            padding: 0;
            font-size: 0.750em;
            line-height: 1.5em;
        }

    .listagem .last {
        border-bottom: none;
    }

footer {
    width: 960px;
    margin: 0.125em 0 0 0;
    background-image: -webkit-linear-gradient(top, rgb(140, 154, 24) 0%, rgb(162, 178, 32) 100%);
    background-image: -o-linear-gradient(top, rgb(140, 154, 24) 0%, rgb(162, 178, 32) 100%);
    background-image: -ms-linear-gradient(top, rgb(140, 154, 24) 0%, rgb(162, 178, 32) 100%);
    background-image: -moz-linear-gradient(top, rgb(140, 154, 24) 0%, rgb(162, 178, 32) 100%);
    background-image: linear-gradient(top, rgb(140, 154, 24) 0%, rgb(162, 178, 32) 100%);
    position: relative;
}

.lt-ie9 footer {
    background: url(../images/ie_footer.png) repeat-x 0 0;
}

.no-cssgradients footer {
    background: url(../images/ie_footer.png) repeat-x 0 0;
    background-color: #a1b120;
}

.inner_footer {
    width: 960px;
    margin: 0 auto;
    background: url(../images/watermark.png) no-repeat bottom right;
}

    .inner_footer .option {
        float: left;
        padding: 0.750em 0 0 0;
        margin-right: 0.9375%; /*width:16.6666666666667%;*/
        width: 15%;
        min-height: 15em;
    }

    .inner_footer .odd {
        width: 12%;
    }

    .inner_footer .last {
        margin-right: 0;
        padding-right: 0;
    }

    .inner_footer h2 {
        font-size: 0.875em;
        font-weight: normal;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .inner_footer a {
        font-size: 0.875em;
        font-weight: normal;
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .inner_footer ul {
        padding: 1em 0 0 0;
        margin: 0;
    }

    .inner_footer li {
        font-size: 0.688em;
        list-style-type: none;
        line-height: 1.4em;
        font-weight: bold;
    }

        .inner_footer li a, .inner_footer li a:link, .inner_footer li a:visited {
            color: #fff;
            text-decoration: none;
        }

            .inner_footer li a:hover {
                text-decoration: underline;
            }

        .inner_footer li.ind {
            font-weight: normal;
            text-indent: 13px;
        }

.last_nav {
    background: #fff;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #B0B0B0;
    border-bottom: 1px dashed #B0B0B0;
    margin-top: 2px;
    position: relative;
    display: block;
}

    .last_nav .bottom_nav {
        width: 960px;
        margin: 0 auto;
        clear: both;
        height: 1.875em;
        line-height: 1.875em;
    }

.bottom_nav span {
    display: inline-block;
    float: left;
    font-size: 0.750em;
    color: #696969;
}

.bottom_nav ul {
    float: right;
    margin: 0;
    padding: 0;
}

.bottom_nav li {
    float: left;
    font-size: 0.750em;
    margin-right: 20px;
}

    .bottom_nav li.last {
        margin-right: 0;
    }

.pathway {
    background: none;
    border: none;
}

    .pathway li {
        float: left;
        font-size: 0.750em;
        margin-right: 5px;
    }

        .pathway li a {
            margin-right: 2px;
        }

    .pathway .here {
        font-weight: bold;
    }

.float_only {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.miniPaddingRight {
    padding-right: 10px;
}

.first_tooltip {
    position: relative;
    cursor: pointer;
    width: 13px;
    height: 13px;
    float: left;
}
/*.tooltip:hover:after { content: attr(data-title); text-align:left; white-space:nowrap; position: absolute; font-size:12px; text-shadow: 0px -1px #000; background: #758117; width:300px; padding: 7px 7px; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-left: 7px; }*/
.tooltip2:hover .spanOfTable:after {
    content: attr(data-title);
    text-align: left;
    position: absolute;
    font-size: 12px;
    text-shadow: 0px -1px #000;
    background: #758117;
    width: 300px;
    padding: 7px 7px;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 2px;
    margin-top: -35px;
}

.tooltip2:hover .spanOfTable {
    display: block;
}
/*.tooltip3:hover:before { content: attr(data-title); white-space:nowrap; font-size:12px; text-shadow: 0px -1px #000; background: #758117; width:300px; padding: 7px 7px; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-top:-10px; margin-right: 15px; }
*/
.spanOfTable {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid rgba(85,94,15, 0.9);
    color: rgba(0,0,0,0);
    float: right;
    margin-right: -22px;
    display: none;
}

.ImageToolTipExcuseContainerV1 {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.ImageToolTipV1 {
    width: 13px;
    height: 13px;
    margin: 0px 0px 0px 3px;
}

.ImageToolTipOutputV1 {
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: -25px;
    right: -197px;
}

.ImageToolTipArrowV1 {
    width: 0px;
    height: 0px;
    margin: 23px 0px 0px 0px;
    padding: 0px;
    float: left;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #758117;
}

.ImageToolTipOutputImageV1 {
    width: 200px;
    height: 130px;
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tooltip2:hover .spanOfTable:after {
        content: attr(data-title);
        text-align: left;
        position: absolute;
        font-size: 12px;
        text-shadow: 0px -1px #000;
        background: rgb(140, 154, 24);
        width: 300px;
        padding: 7px 7px;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-left: 10px;
        margin-top: -55px;
    }
}

.sub_content .tabx {
    padding: 0;
    margin: 1.875em 0 0.250em 0;
    display: block;
}

    .sub_content .tabx li {
        list-style-type: none;
        float: left;
        font-size: 0.813em;
    }

        .sub_content .tabx li.last {
            border-right: none;
        }

        .sub_content .tabx li a {
            padding: 5px 10px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
        }

            .sub_content .tabx li a.active {
                border-top: 1px dashed #b0b0b0;
                border-right: 1px dashed #b0b0b0;
                border-bottom: 1px solid #fff;
                border-left: 1px dashed #b0b0b0;
                background: #fff;
                color: #696969;
            }

#resumo, #cartoes, #carregamentos, #movimentos, #notificacoes, #dados {
    border: 1px dashed #b0b0b0;
    clear: both;
    display: block;
}

.smallDate {
    font-size: small;
    color: #AAAAAA;
}

/*TESTE INICIO*/
.sub_content .tabx1 {
    padding: 0;
    margin: 1.875em 0 0.250em 0;
    display: block;
}

    .sub_content .tabx1 li {
        list-style-type: none;
        float: left;
        font-size: 0.813em;
    }

        .sub_content .tabx1 li.last {
            border-right: none;
        }

        .sub_content .tabx1 li a {
            padding: 5px 10px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            outline: none;
        }

            .sub_content .tabx1 li a.active {
                border-top: 1px dashed #b0b0b0;
                border-right: 1px dashed #b0b0b0;
                border-bottom: 1px solid #fff;
                border-left: 1px dashed #b0b0b0;
                background: #fff;
                color: #696969;
            }

#resumo, #cartoes, #carregamentos, #movimentos, #notificacoes, #dados {
    border: 1px dashed #b0b0b0;
    clear: both;
    display: block;
}

/*ENTITY BLUE SETTINGS*/
#resumoEntity {
    border: 1px dashed #00aec9;
    clear: both;
    display: block;
}

.tabxBlueFirstTabNav li a {
    color: #00aec9 !important;
}

    .tabxBlueFirstTabNav li a.active {
        color: #696969 !important;
        border-top: 1px dashed #00aec9 !important;
        border-right: 1px dashed #00aec9 !important;
        border-bottom: 1px solid #fff;
        border-left: 1px dashed #00aec9 !important;
    }

#resumoEntity .tabxBlue li a {
    color: #00aec9 !important;
    border: none !important;
}

    #resumoEntity .tabxBlue li a.active {
        cursor: pointer;
        color: #696969 !important;
        border: none !important;
    }

#resumoEntity .tabxBlue li {
    border-right: 1px dashed #00aec9 !important;
}

#resumoEntity .tabxBlue .last {
    border-right: none !important;
}
/*ENTITY BLUE SETTINGS*/


.tabz1 {
    margin: 1.75em 0 0.938em 2.6041666666667%;
    padding: 0;
}

    .tabz1 li {
        float: left;
        font-size: 0.813em;
        list-style-type: none;
        border-right: 1px dashed #b0b0b0;
        ;
    }

        .tabz1 li a {
            padding: 0 15px;
            outline: none;
        }

        .tabz1 li.first a {
            padding-left: 0;
        }

        .tabz1 li.last {
            border-right: none;
        }

    .tabz1 a.active {
        color: #727272;
    }

#ultimos_carregamentos, #novo_carregamento {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.normal {
    background-color: white;
}

.highlight {
    background-color: #a6b23e;
}

.highlight2 {
    background-color: #E0E0E0;
}
/*TESTE FIM*/

.passos_blocos3{
    display:inline-block;
    vertical-align:top;
}

.passos_blocos3 span{
    font-size:0.750em;
    display:block;
}

.main_passos_cards {
    width: 100%;
    padding: 0 0 0 0;
}

    .main_passos_cards .passos_blocos {
        float: left;
        width: 50%;
    }

    .main_passos_cards .passos_blocos2 {
        float: left;
    }

    .main_passos_cards .passos {
        margin: 0 auto;
        width: 240px;
        text-align: center;
    }

        .main_passos_cards .passos span {
            font-size: 0.688em;
            margin: 0 auto;
        }

    .main_passos_cards .passos_blocos .numero_cartao {
        font-size: 0.938em;
        font-weight: bold;
        display: block;
        padding: 1em 0 0 0;
    }

    .main_passos_cards .passos_blocos2 .passos {
        margin: 0 auto;
        width: 240px;
        text-align: center;
    }

        .main_passos_cards .passos_blocos2.passos span {
            font-size: 0.688em;
            margin: 0 auto;
        }

    .main_passos_cards .passos_blocos2 .numero_cartao {
        font-size: 0.938em;
        font-weight: bold;
        display: block;
        padding: 1em 0 0 0;
    }

    .main_passos_cards .passos_blocos3 .numero_cartao {
        font-size: 0.938em;
        font-weight: bold;
        display: block;
        padding: 1em 0 0 0;
    }

    .main_passos_cards .passos_blocos2 .passos_normal_text p {
        font-size: 0.750em;
    }

.main_passos_passos {
    width: 100%;
}

.selecao_titulo_cards {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px dashed #b0b0b0;
    width: 100%;
    padding: 1.125em 0;
    display: block;
    clear: both;
}

.tabz {
    margin: 1.75em 0 0.938em 2.6041666666667%;
    padding: 0;
}

    .tabz li {
        float: left;
        font-size: 0.813em;
        list-style-type: none;
        border-right: 1px dashed #b0b0b0;
        ;
    }

        .tabz li a {
            padding: 0 15px;
        }

        .tabz li.first a {
            padding-left: 0;
        }

        .tabz li.last {
            border-right: none;
        }

    .tabz a.active {
        color: #727272;
    }

.main_passos {
    width: 100%;
    padding: 1.5em 0;
    margin: 0.938em 0 0 0;
    border-top: 1px dashed #b0b0b0;
    border-bottom: 1px dashed #b0b0b0;
}

.main_passosMyCard {
    width: 100%;
    padding: 1.5em 0;
    margin: 0.938em 0 0 0;
}

.passos {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

    .passos span {
        font-size: 0.688em;
        margin: 0 auto;
    }

.passos_blocos {
    float: left;
    width: 34.375%;
}

.passos_blocos_cardRequest {
    float: right;
    width: 50%;
    padding-bottom: 15px;
}

    .passos_blocos_cardRequest span {
        font-size: 0.750em;
        display: block;
    }

    .passos_blocos_cardRequest label {
        font-size: 0.750em;
    }

    .passos_blocos_cardRequest .numero_cartao {
        font-size: 0.838em;
        font-weight: bold;
        display: block;
        padding: 0.938em 0;
    }

/* passos card request*/
.main_passos_cards {
    width: 100%;
    padding: 0 0 0 0;
}

    .main_passos_cards .passos_blocos_card_request {
        float: left;
        width: 50%;
    }

        .main_passos_cards .passos_blocos_card_request span {
            font-size: 0.750em;
            display: inline;
        }

        .main_passos_cards .passos_blocos_card_request .numero_cartao {
            font-size: 0.938em;
            font-weight: bold;
            display: block;
            padding: 1em 0 0 0;
        }

.passos_blocos .other_passos_card_request span {
    font-size: 0.750em;
    display: inline;
}

.topSpacer {
    margin-top: 20px;
}

.passos_blocos_myCard {
    float: left;
    width: 45%;
}

.other_passos {
    width: 60%;
}

.other_passosv2 {
    width: 75%;
}

.passos_blocos span {
    font-size: 0.750em;
    display: block;
}

.other_passos_v2 {
    margin-top: -50px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px dashed #b0b0b0;
}

.2ndTableHeaders_Edit {
    text-align: right;
}

.passos_blocos .numero_cartao {
    font-size: 0.838em;
    font-weight: bold;
    display: block;
    padding: 0 0;
    margin-bottom: 10px;
}

.passos_blocos2 .numero_cartao {
    font-size: 0.838em;
    font-weight: bold;
    display: block;
    padding: 0 0;
    margin-bottom: 10px;
}

.passos_blocos3 .numero_cartao {
    font-size: 0.838em;
    font-weight: bold;
    display: block;
    padding: 0 0;
    margin-bottom: 10px;
}

/*.passos_blocos div{width:50%; float:left; padding-bottom:1em;}*/
.passos_blocos label {
    font-size: 0.750em;
}

.passos_blocos2 label {
    font-size: 0.750em;
}

.passos_blocos3 label {
    font-size: 0.750em;
}

.checkbox {
    width: 25px;
    height: 25px;
    padding: 0 0 0 0;
    background: url(../images/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.pads {
    padding: 1.125em 0;
}

.selecao_titulo {
    border-top: 0px dashed #b0b0b0;
    width: 100%;
    padding: 0 0;
    display: block;
    clear: both;
}

.colu {
    width: 45%;
    float: left;
    margin-right: 5.2083333333333%;
}

.coluMyCard {
    width: 45%;
    float: left;
}

.colu span {
    font-size: 0.750em;
}

.colu .sel {
    float: left;
}

.colu a {
    font-size: 0.688em;
}

.ordenar {
    float: right;
}

    .ordenar span {
        display: block;
    }

.colu ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.colu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.438em;
    line-height: 1.438em;
    border-bottom: 1px solid #fff;
}

    .colu li a, .colu li a:link, .colu li a:visited {
        display: block;
        color: #fff;
        background: #a6b23e;
        text-indent: 5px;
    }

        .colu li a:hover {
            background: #7c8724;
            text-decoration: none;
        }

        .colu li a:active {
            color: white;
        }


.imgCardRequest {
    border: 1px solid rgb(166, 182, 31);
    width: 100px;
    margin-top: 20px;
}

/*   .colu3 {width:45%; float:left; margin-right: 5.2083333333333%;}
.colu3MyCard {width:45%; float:left;}
.colu3 span{font-size: 0.750em;}
.colu3 .sel{float:left;}
.colu3 a {font-size:0.688em;}
.ordenar{float:right; margin-top: 10px;}
.ordenar span{display: block;}
.colu3 ul{margin:0; padding:0; clear:both;}
.colu3 li{list-style-type: none; margin:0; padding:0; width:100%; height: 1.438em; line-height: 1.438em; border-bottom:1px solid #fff; }
.colu3 li a, .colu li a:link, .colu li a:visited{ display:block; color:#fff; background: #a6b23e; text-indent:5px;}
.colu3 li a:hover{background:#7c8724; text-decoration: none;}
.colu3 li a:active {
	  color:white;
   }*/

.colu3 {
    width: 45%;
    float: left;
    margin-right: 5.2083333333333%;
}

.colu3MyCard {
    width: 45%;
    float: left;
}

.colu3 span {
    font-size: 0.750em;
}

.colu3 .sel {
    float: left;
}

.colu3 a {
    font-size: 0.688em;
}

.ordenar {
    float: right;
    margin-top: 10px;
}

    .ordenar span {
        display: block;
    }

.colu3 ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.colu3 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.438em;
    line-height: 1.438em;
    border-bottom: 1px solid #fff;
}

    .colu3 li a, .colu li a:link, .colu li a:visited {
        display: block;
        color: #fff;
        background: #a6b23e;
        text-indent: 5px;
    }

        .colu3 li a:hover {
            background: #7c8724;
            text-decoration: none;
        }

        .colu3 li a:active {
            color: white;
        }


.colu3 .authoriz ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.colu3 .authoriz li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.438em;
    border-bottom: 1px solid #fff;
    height: auto;
}

    .colu3 .authoriz li a, .colu li a:link, .colu li a:visited {
        display: block;
        color: #fff;
        background: #a6b23e;
        text-indent: 5px;
    }

        .colu3 .authoriz li a:hover {
            background: #7c8724;
            text-decoration: none;
        }

        .colu3 .authoriz li a:active {
            color: white;
        }




.tableConfigRMTtrOverall th {
    padding: 10px 0px 10px 0px;
}

.addNewItemCard_td {
    padding: 0px 0px 0px 0px;
}

.newAuthorizationItem_Card {
    padding: 0px;
}

.hit tr:hover tr {
    background: #eee;
}


.authorizationConfigDetails {
    width: 100%;
}

.input1rmt {
    width: 105px;
}

.input2rmt {
    width: 50px;
}

.verySpecificStylings_TEXTBOX {
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    color: White !important;
}

.dummyTextBox {
    visibility: hidden;
}

.extraPaddingForAddCard {
    padding: 10px 0px 10px 25px;
}

.titulosAgrupment {
    background: #E7F291;
}

.tableConfigRMT {
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    margin-bottom: 20px;
    font-size: 0.75em; /*border-top:1px solid #b0b0b0; background:#a6b622#E7F291*/
    ;
}

    .tableConfigRMT input {
        text-align: right;
    }

.tableConfigRMTtrTitle {
    height: 40px;
}

.tableConfirRMT_tableCellOverAll {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    background: #a6b622;
}

.tableConfirRMT_tableCellOverAll_TituloSettings {
    text-align: left;
    padding: 10px;
    background: #a6b622;
    width: 50%;
    border-right: 3px solid white;
}

.tableConfirRMT_tableCellOverAll_Edit {
    vertical-align: middle;
    text-align: right;
    padding: 10px;
    background: #a6b622;
}

tbody.imHereToSaveTheDay:last-child {
    display: none;
}

    tbody.imHereToSaveTheDay:last-child tr td img {
        height: 0px;
    }

.targetDivFullHeight {
    position: relative;
}

.deletionOfTitulo_Class {
    padding: 6px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #a6b622;
    border: 6px solid #a6b622;
    border-bottom-left-radius: 5px;
    color: White;
    text-shadow: 0px -1px #000;
}

    .deletionOfTitulo_Class:hover {
        text-decoration: none;
        background: white;
        border-color: white;
        color: Black;
        text-shadow: 0px -1px #fff;
    }

.tituloInfoPara {
    margin-top: 17px;
    font-size: 12px;
}

.tableConfirRMT_tableCellOverAll2 {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    background: #758117;
    border-top: 2px solid white;
}

.tableConfirRMT_tableCellOverAll_Edit2 {
    vertical-align: middle;
    text-align: right;
    padding: 0px;
    background: #758117;
    border-top: 2px solid white;
}

.redTr {
    display: none;
}

.redTd {
    background: #FF3B3B;
}

.tableConfigRMT thead tr th {
    background-color: white;
    color: #5B5B5B;
}



.btnCardHistoryDisplayIt {
    width: 31px;
    height: 31px;
    margin-bottom: -11px;
    background: url('/images/button_add_rmt.png');
    background-size: 31px 31px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}


.pnlCardHistory {
    display: none;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba( 0,0,0,0.5 );
}

.pnlCardHistoryChild {
    background: #758117;
    width: 600px;
    height: 300px;
    border-radius: 10px;
    margin: 0px auto;
    padding: 10px;
}

.cardHistoryDisplayer {
    background: #E7F291;
    width: 600px;
    height: inherit;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .cardHistoryDisplayer table {
        width: 600px;
    }

        .cardHistoryDisplayer table thead tr {
        }

            .cardHistoryDisplayer table thead tr td {
                font-size: 0.9em;
                font-weight: bold;
                color: White;
                background: #a6b622;
                padding: 10px 0px 10px 0px;
                text-align: center;
            }

                .cardHistoryDisplayer table thead tr td:first-child {
                }

        .cardHistoryDisplayer table tbody tr td:nth-child(2) {
            width: 52% !important;
        }

            .cardHistoryDisplayer table tbody tr td:nth-child(2) input {
                width: 95% !important;
                box-sizing: border-box;
            }

        .cardHistoryDisplayer table thead tr td:last-child {
            width: 14% !important;
        }

        .cardHistoryDisplayer table tbody tr td {
            text-align: center;
            padding: 10px 5px 10px 5px;
        }

        .cardHistoryDisplayer table tbody tr:first-child td {
            text-align: center;
        }

        .cardHistoryDisplayer table tbody tr td input {
            height: 25px;
            border: none !important;
            background: white !important;
            padding: 0px 15px 0px 15px;
            margin: 0px;
            font-size: 0.750em;
        }

.confirmCardHistorySelect {
    width: 25px;
    height: 25px;
    margin: 0px auto;
    padding: 0px;
    background: url('/images/button_add_rmt_35x35.png') white;
    background-size: 25px 25px;
    cursor: pointer;
    border-radius: 5px;
}


.tdCardQuantHistory input {
    width: 40px !important;
}

.trForSelect:nth-child(odd) {
    background: #F5F5F5;
}

.trForSelect:nth-child(even) {
    background: #E8E8E8;
}

.trForSelect:hover {
    background: #828282;
}




.textQuantityRMT {
    height: 20px;
    vertical-align: middle;
    text-align: right;
}

.textSerialRMT {
    height: 20px;
    vertical-align: middle;
    text-align: right;
}

.hidepanel {
    display: none;
}

.panelNewLine {
    border-top: 1px solid white;
    background: #758117;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 10px;
}

.radSelectPeriod input {
    margin-right: 5px;
}

.inputAuthDescr {
    margin-top: 5px;
    padding-top: 4px;
    width: 97%;
}

.authorizListEntitySelect {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.75em;
    color: Black;
}

.authorizListContainer {
    width: 100%;
    color: white;
    border-top: 1px dashed #B0B0B0;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.authorizListTitle {
    font-size: 1.15em;
    color: #5B5B5B;
}

.noAuthorizWarning {
    color: #B0B0B0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.prew-item, .next-item {
    margin-top: 5px;
    margin-bottom: -4px;
}

.prew-item2 {
    margin-top: 5px;
    margin-bottom: -10px;
    background-image: url('/Images/prev.png');
    display: inline-block; 
    width: 13px; 
    height: 25px; 
    background-repeat: no-repeat;
}

.next-item2 {
    margin-top: 5px;
    margin-bottom: -10px;
    background-image: url('/Images/next.png');
    display: inline-block; 
    width: 13px; 
    height: 25px; 
    background-repeat: no-repeat;
}

.aspNetDisabled {
}

.chkContainer {
    width: auto;
    height: auto;
}


.radPayment li {
    display: inline;
    border: none;
    padding-right: 10px;
}

.radPayment input[type="radio"] {
    margin-right: 5px;
}

.radT2 input[type="radio"] {
    margin-right: 5px;
}

.radT22 label {
    margin-right: 5px;
}

.checkT2 input[type="checkbox"] {
    margin-right: 10px;
}

.textT2 {
    padding-top: 5px;
}

.checkProfile input[type="checkbox"] {
    margin-right: 10px;
}

.checkProfile label {
    font-size: 1em !important;
    width: 200px!important;
}

.colu2 span {
    font-size: 0.750em;
}

.colu2.sel {
    float: left;
}

.colu2 a {
    font-size: 0.688em;
}

.colu2 ul {
    margin: 0;
    padding: 0;
    clear: both;
    float: right;
    padding-right: 5px;
}

.colu2 li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1.438em;
    line-height: 1.438em;
    display: inline;
}

    .colu2 li a, .colu2 li a:link, .colu2 li a:visited {
        background-color: White;
        display: inline;
        color: #7c8724;
        text-indent: 5px;
        padding-right: 5px;
        display: inline;
    }

.colu li a:hover {
    text-decoration: underline;
}

.colu2 li a:hover {
    text-decoration: underline;
}

.linkk {
    background: #7c8724;
    text-decoration: none;
}

.linkk {
    background: #7c8724;
    text-decoration: none;
}

.maior {
    width: 39%;
    float: left;
}

.maior2 {
    width: 49.6%;
    float: left;
}

.maior2Exception {
    width: 100% !important;
}

.maiorMyCard {
    width: 50%;
    margin-left: 5%;
    margin-right: 0px;
}

.button, .button:link, .button:visited {
    font-size: 0.750em;
    color: #fff;
    height: 1.750em;
    line-height: 1.750em;
    background: -webkit-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    border: none;
    padding: 5px 10px;
    color: #fff;
}

.no-cssgradients .button, .no-cssgradients .button:link, .no-cssgradients .button:visited {
    background: url(../images/button_bg_normal.png) repeat-x 0 0;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    background: linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
}

.button:active {
    text-decoration: underline;
    text-shadow: 0px -1px #000;
}

.no-cssgradients .button:hover {
    background: url(../images/button_bg_hover.png) repeat-x 0 0;
}

.buttonDisabled {
    color: #aaaaaa;
    text-decoration: none;
    display: inline-block;
    font-size: 0.750em;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #E9EADE;
    border-style: solid;
    border-width: 1px;
    border-color: #E1E2D0 #C2C4B0 #C2C4B0 #DEE0CC;
}

    .buttonDisabled:hover {
        color: #aaaaaa;
        text-decoration: none;
    }

.selecao_titulo .last {
    margin-right: 0;
}

.detalhes_titulo {
    width: 100%;
    padding: 0 0 1.5em 0;
    margin-bottom: 2.500em;
    background: #e0e3c3;
    clear: both;
}

    .detalhes_titulo .prq {
        float: left;
        width: 25%;
        padding-left: 20px;
        margin-top: 3px;
    }

    .detalhes_titulo p {
        clear: both;
        padding: 0 10px 0 20px;
    }

    .detalhes_titulo .cm {
        font-weight: bold;
        padding-top: 1.363em;
    }

    .detalhes_titulo .datx {
        font-size: 0.750em;
        padding-left: 20px;
    }

    .detalhes_titulo input[type="text"] {
        border: 1px solid #d2de71;
        height: 27px;
        line-height: 27px;
        font-size: 0.750em;
        margin: 0px;
        padding: 0 4px;
    }

    .detalhes_titulo textarea {
        border: 1px solid #d2de71;
        width: 97px;
        height: 27px;
        line-height: 27px;
        font-size: 0.750em;
        margin: 0 0px;
        padding: 0 4px;
    }

    .detalhes_titulo .hideNotif {
        color: #7c7c7c;
        font-size: 8px;
        width: 10px;
        vertical-align: middle;
        height: 10px;
        float: right;
        text-align: center;
    }

        .detalhes_titulo .hideNotif:hover {
            background-color: #e5e5e5;
            text-decoration: none;
        }

.parque {
    width: 25%;
    float: left;
}

    .parque label {
        font-size: 0.750em;
    }

input[type="text"].textBoxNormal {
    border: 1px solid #d2de71;
    width: 90%;
    height: 27px;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 0px;
    padding: 0 4px;
}

textarea.textBoxNormal {
    border: 1px solid #d2de71;
    width: 90%;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 0px;
    padding: 0 4px;
}

input[type="password"].textBoxNormal {
    border: 1px solid #d2de71;
    width: 90%;
    height: 27px;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 0px;
}

textarea.textBoxNormal {
    border: 1px solid #d2de71;
    width: 90%;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 0px;
    padding: 0 4px;
}


input[type="text"].textBoxSmall {
    border: 1px solid #d2de71;
    width: 200px;
    float: left;
    height: 27px;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 0px;
    padding: 0 4px;
}

.data_choice {
    display: block;
    margin: 1.563em 0;
}

div.ui-datepicker {
    font-size: 12px;
}

.detalhes_titulo .price {
    font-size: 1.2em;
    color: #7c8724;
}

.next {
    float: right;
}

.styled {
    display: inline-block;
}

.lt-ie9 .styled {
    display: inline-block;
}

.list_news {
    width: 100%;
    float: left;
    position: relative;
}

    .list_news ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .list_news li {
        clear: both;
        width: 100%;
        display: block;
        padding: 1.063em 0;
        border-bottom: 1px dashed #b0b0b0;
        clear: both;
    }

    .list_news img {
        float: left;
        margin: 0 20px 0 0;
    }

    .list_news h3 {
        font-size: 1.125em;
        font-weight: normal;
        margin: 0;
        padding: 0;
        line-height: 1em;
        color: #819001;
    }

    .list_news .data_news {
        font-size: 0.688em;
    }

    .list_news p {
        line-height: 1.2em;
    }
/*font-size: 0.750em; */

.list_news2 {
    width: 68.3333333333333%;
    border-right: 1px dashed #b0b0b0;
    float: left;
    position: relative;
}

    .list_news2 ul {
        width: 90%;
        margin: 0;
        padding: 0;
    }

    .list_news2 li {
        clear: both;
        width: 100%;
        display: block;
        padding: 1.063em 0;
        border-bottom: 1px dashed #b0b0b0;
        clear: both;
    }

    .list_news2 img {
        float: left;
        margin: 0 20px 0 0;
    }

    .list_news2 h3 {
        font-size: 1.125em;
        font-weight: normal;
        margin: 0;
        padding: 0;
        line-height: 1em;
        color: #819001;
    }

    .list_news2 .data_news {
        font-size: 0.688em;
    }

    .list_news2 p {
        font-size: 0.750em;
        line-height: 1.2em;
    }


.list_news3 {
    width: 65%;
    float: left;
    position: relative;
    border-right: 1px dashed #b0b0b0;
    padding-right: 25px;
}

    .list_news3 ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .list_news3 li {
        clear: both;
        width: 100%;
        display: block;
        padding: 1.063em 0;
        border-bottom: 1px dashed #b0b0b0;
        clear: both;
    }

    .list_news3 img {
        float: left;
        margin: 0 20px 0 0;
        width: 100px;
        height: 100px;
    }

    .list_news3 h3 {
        font-size: 1.125em;
        font-weight: normal;
        margin: 0;
        padding: 0;
        line-height: 1em;
        color: #819001;
    }

    .list_news3 .data_news {
        font-size: 0.688em;
    }

    .list_news3 p {
        line-height: 1.2em;
    }


.arquivo {
    float: right;
    width: 30.2083333333333%;
    position: relative;
}

    .arquivo.subjects {
        float: left;
        margin-top: 15px;
        width: 45%;
    }

    .arquivo.subjects2 {
        float: left;
        margin-top: 15px;
        width: 100%;
    }

    .arquivo h2 {
        position: absolute;
        top: -35px;
    }

    .arquivo h3 {
        color: #a6b622;
        font-size: 1.063em;
        font-weight: normal;
        background: url(../images/2012.png) no-repeat 0 bottom;
        padding: 0 0 0 10px;
        margin: 0 0 0.750em 0;
    }

    .arquivo h4 {
        margin: 0;
        padding: 0 0 0 14px;
        font-size: 0.875em;
        font-weight: normal;
        color: #a6b622;
        cursor: pointer;
        background: url(../images/plus.png) no-repeat 0 center;
    }

        .arquivo h4.down {
            background: url(../images/minus.png) no-repeat 0 center;
        }

    .arquivo ul {
        margin: 0;
        padding: 0.750em 0;
        list-style-type: none;
        font-size: 0.750em;
        display: none;
    }

    .arquivo li {
        padding-left: 30px;
        background: url(../images/traco.png) no-repeat 23px 7px;
    }

    .arquivo.subjects h3 {
        color: rgb(150,150,150);
        font-size: 0.9em;
        font-weight: bold;
        background: none;
        padding: 0;
        margin: 0px 0px 0.3em;
    }

    .arquivo.subjects2 h3 {
        color: rgb(150,150,150);
        font-size: 0.9em;
        font-weight: bold;
        background: none;
        padding: 0;
        margin: 0px 0px 0.3em;
    }

.page_count {
    display: block;
    clear: both;
    padding-bottom: 10px;
    margin-top: 3.438em;
}

    .page_count ul {
        margin: 0;
        padding: 0;
    }

    .page_count li {
        float: left;
        list-style-type: none;
        border: 1px dashed #b0b0b0;
        margin-right: 10px;
    }

        .page_count li a, .page_count li a:link, .page_count li a:visited {
            padding: 3px 8px;
            color: #696969;
            text-decoration: none;
            height: 1.125em;
            line-height: 1.125em;
            font-size: 0.875em;
        }

            .page_count li a:hover {
                color: #8b9c00;
            }

            .page_count li a.actual {
                background: #a6b622;
                color: #fff;
            }

    .page_count .arrow {
        border: none;
    }

        .page_count .arrow a {
            padding: 0;
        }

.csvImage {
    float: right;
}

.card_type {
    width: 910px;
}

.chk input[type="checkbox"] {
    margin-right: 5px;
}

a.countx, a:link.countx, a:visited.countx {
    padding: 3px 8px;
    color: #696969;
    text-decoration: none;
    height: 1.125em;
    line-height: 1.125em;
    font-size: 0.875em;
    border: 1px dashed #b0b0b0;
}

a:hover.countx {
    color: #8b9c00;
    text-decoration: none;
}



input.countx1 {
    border: 1px dashed #B0B0B0;
    color: #696969;
    font-size: 0.875em;
    height: 2em;
    line-height: 1.125em;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 8px;
    text-decoration: none;
    background-color: transparent;
}

    input.countx1:hover {
        color: #8B9C00;
    }

input.txtClass {
    border: 1px solid #d2de71;
    width: 97px;
    height: 27px;
    line-height: 27px;
    font-size: 0.750em;
    margin: 0 10px;
    padding: 0 4px;
}

span.actual {
    padding: 3px 8px;
    color: #696969;
    text-decoration: none;
    height: 1.125em;
    line-height: 1.125em;
    font-size: 0.875em;
    border: 1px dashed #b0b0b0;
    margin: 0px;
    background: #a6b622;
    color: #000;
}

.half_content {
    width: 45.1041666666667%;
    float: left;
    margin-right: 6.3333333333333%;
}

    .half_content h3 {
        color: #819000;
        font-size: 1em;
        font-weight: normal;
        margin-bottom: 0.5em;
    }

    .half_content .button {
        display: inline-block;
        margin: 1.250em 0;
    }

    .half_content .thumb {
        float: left;
        margin-right: 20px;
        margin-bottom: 5px;
    }

.mrzr {
    margin-right: 0;
}

.body_col1, .body_col2, .body_col3, .body_col4 {
    float: left;
    width: 22%;
    min-height: 40.000em;
    text-align: center;
    margin-right: 3%;
}


.left_col, .middle_col, .right_col {
    float: left;
    width: 33%;
    min-height: 40.000em;
    text-align: center;
}

.left_col, .middle_col, .right_col {
    float: left;
    width: 33%;
    min-height: 20.000em;
    text-align: center;
}

.left_col, .middle_col {
    background: url(../images/separador_colunas.png) no-repeat right 60px;
}

    .left_col img, .middle_col img, .right_col img {
        margin: 0 3.125%;
        text-align: center;
    }

    .left_col h3, .middle_col h3, .right_col h3 {
        color: #819000;
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        padding: 0 3.125%;
    }

    .left_col p, .middle_col p, .right_col p {
        text-align: left;
        padding: 0 3.125%;
        margin-bottom: 1.688em;
    }

    .left_col em, .middle_col em, .right_col em {
        color: #96a607;
        font-style: normal;
        font-weight: bold;
    }

    .left_col .but, .middle_col .but, .right_col .but {
        display: inline-block;
        font-size: 0.875em;
        height: 2.188em;
        line-height: 2.188em;
        padding: 0 20px;
        margin: 0 0 0.625em 3.125%;
        color: #8e9f00;
        background: #f1f4dc;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        float: left;
    }

.ltie9 .left_col .but, .ltie9 .middle_col .but, .ltie9 .right_col .but {
    width: 225px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    background: url(../images/bg_but.png) no-repeat 0 0;
}

.middle_col ul {
    list-style-type: none;
    margin: 0 0 1.875em 3.125%;
    padding: 0;
}

.middle_col li {
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
    background: url(../images/lista.png) no-repeat 0 center;
    font-size: 0.750em;
}

.registo {
    padding-top: 1.875em;
    border-top: 1px dashed #b0b0b0;
    display: block;
    width: 100%;
}

    .registo ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .registo li {
        margin-bottom: 0.938em;
    }

    .registo .sendCopy {
        font-size: 0.750em;
        display: inline-block;
    }

    .registo input[type="text"], .registo input[type="password"] {
        font-size: 0.750em;
        text-indent: 7px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #b2bc60;
        border-right: 1px solid #dde694;
        border-bottom: 1px solid #e5ecad;
        border-left: 1px solid #c1cb6d;
        height: 27px;
        line-height: 27px;
        width: 22.8125%;
    }

    .registo textarea {
        font-size: 0.750em;
        text-indent: 7px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #b2bc60;
        border-right: 1px solid #dde694;
        border-bottom: 1px solid #e5ecad;
        border-left: 1px solid #c1cb6d;
        height: 100px;
        line-height: 27px;
        width: 22.8125%;
    }

    .registo label {
        font-size: 0.75em;
        display: inline-block;
    }

        .registo label.obrigatorio:after {
            content: url(../images/asterisk.png);
            padding-left: 4px;
            position: relative;
            top: -4px;
        }

        .registo label.obrigatorio22:after {
            padding-left: 4px;
            position: relative;
            top: -4px;
        }

    .registo input.little {
        width: 14.8958333333333%;
    }

    .registo input.small {
        width: 7.6041666666667%;
    }

    .registo .spacer {
        display: inline-block;
        padding: 0 5px;
    }

    .registo .declaracao {
        border: 1px solid #dadeba;
        padding: 5px;
        display: inline-block;
    }

        .registo .declaracao label {
            font-size: 0.750em;
            width: 90%;
            vertical-align: text-top;
        }

    .registo span.label {
        font-size: 0.750em;
        width: 21.875%;
        display: inline-block;
    }

    .registo .half_content ul li label.obrigatorio {
        vertical-align: middle;
        text-align: right;
        margin-right: 5px;
        width: 140px;
        float: left;
    }

    .registo .half_content.label.obrigatorio:after {
        content: url(../images/asterisk.png);
        padding-left: 4px;
        position: relative;
        top: -4px;
    }

    .registo .half_content ul li span.validator {
        margin-left: 150px;
        color: red;
        font-size: 0.750em;
    }

.campo_obrigatorio {
    color: #AD001A;
}

.campo_obrigatorio_2 label.obrigatorio:after {
    content: url(../images/asterisk.png);
    padding-left: 4px;
    position: relative;
    top: -4px;
}


.registo span.contactsPage {
    font-size: 0.750em;
    width: 10%;
    display: inline-block;
}

.registo li #litSuccess {
    font-size: 0.750em;
}

.registo li #litError {
    font-size: 0.750em;
}

.registo span.indicacao {
    font-size: 0.750em;
}

    .registo span.indicacao:before {
        content: url(../images/asterisk.png);
        padding-right: 1px;
        position: relative;
        top: -4px;
    }

.cancelar {
    display: inline-block;
    font-size: 0.750em;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #edf1d0;
    color: #687500;
    border-top: 1px solid #e5ecad;
    border-right: 1px solid #bec866;
    border-bottom: 1px solid #b2bc60;
    border-left: 1px solid #dce58f;
    margin-right: 25px;
}

.cancelar2 {
    display: inline-block;
    font-size: 0.750em;
    height: 24px;
    width: 85px;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    background: #edf1d0;
    color: #687500;
    border-top: 1px solid #e5ecad;
    border-right: 1px solid #bec866;
    border-bottom: 1px solid #b2bc60;
    border-left: 1px solid #dce58f;
    margin-right: 25px;
}

.cancelar3 {
    display: inline-block;
    font-size: 0.750em;
    height: 24px;
    width: 85px;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    background: #edf1d0;
    color: #687500;
    border-top: 1px solid #e5ecad;
    border-right: 1px solid #bec866;
    border-bottom: 1px solid #b2bc60;
    border-left: 1px solid #dce58f;
    margin-right: 13px;
}

.cancelar4 {
    display: inline-block;
    font-size: 0.750em;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #edf1d0;
    color: #687500;
    border-top: 1px solid #e5ecad;
    border-right: 1px solid #bec866;
    border-bottom: 1px solid #b2bc60;
    border-left: 1px solid #dce58f;
    margin-right: 0px;
}

.parametersStyle {
    width: 60%;
    margin: 30px;
}

.parametersPanel {
    margin-top: 10px;
}

.parametersLabel {
    max-width: 200px;
}

.parametersStyle select {
    width: 60%;
}

#displaybox {
    z-index: 10000;
    background: url("../images/overlay.png") repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

#displaybox2 {
    z-index: 10000;
    background: url("../images/overlay.png") repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}


#displayboxMsg {
    z-index: 10000;
    background: url("../images/overlay.png") repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

.inputCardLoad {
    border: 1px dashed #a6b23e;
    margin-top: 5px;
    padding-top: 4px;
}


.searchResult {
    margin-bottom: 15px;
    display: block;
    list-style: none;
}

    .searchResult .searchResultImg {
        display: block;
        float: left;
        height: 50%;
        margin-top: 5px;
        width: 25px;
    }

    .searchResult .searchResultTitle {
        font-size: 0.8em;
        font-weight: bold;
    }

        .searchResult .searchResultTitle a:hover {
            text-decoration: underline;
        }

    .searchResult .searchResultMessage {
        font-size: 0.750em;
    }


/* =============================================================
   Menu topo
   ========================================================================== */

.top_nav li .dropdown {
    visibility: hidden;
    width: 960px;
    background-color: #84911a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84911a), to(#626b14));
    background-image: -webkit-linear-gradient(top, #84911a, #626b14);
    background-image: -moz-linear-gradient(top, #84911a, #626b14);
    background-image: -o-linear-gradient(top, #84911a, #626b14);
    background-image: linear-gradient(to bottom, #84911a, #626b14);
    position: absolute;
    top: 27px;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #626b14;
    -moz-box-shadow: 0 8px 6px -6px #626b14;
    box-shadow: 0 8px 6px -6px #626b14;
    padding-bottom: 20px;
}

.top_nav li .dropdown2 {
    visibility: hidden;
    width: 550px;
    background-color: #84911a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84911a), to(#626b14));
    background-image: -webkit-linear-gradient(top, #84911a, #626b14);
    background-image: -moz-linear-gradient(top, #84911a, #626b14);
    background-image: -o-linear-gradient(top, #84911a, #626b14);
    background-image: linear-gradient(to bottom, #84911a, #626b14);
    position: absolute;
    top: 27px;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #626b14;
    -moz-box-shadow: 0 8px 6px -6px #626b14;
    box-shadow: 0 8px 6px -6px #626b14;
    padding-bottom: 20px;
}

.top_nav li .dropdown3 {
    visibility: hidden;
    width: 275px;
    background-color: #84911a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84911a), to(#626b14));
    background-image: -webkit-linear-gradient(top, #84911a, #626b14);
    background-image: -moz-linear-gradient(top, #84911a, #626b14);
    background-image: -o-linear-gradient(top, #84911a, #626b14);
    background-image: linear-gradient(to bottom, #84911a, #626b14);
    position: absolute;
    top: 27px;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #626b14;
    -moz-box-shadow: 0 8px 6px -6px #626b14;
    box-shadow: 0 8px 6px -6px #626b14;
    padding-bottom: 20px;
}

.top_nav li .dropdown ul {
    width: 33%;
    margin: 0;
    padding: 20px 0 0 0;
    float: left;
}

    .top_nav li .dropdown ul li {
        font-size: 0.750em;
        width: 100%;
        border-right: none;
    }

        .top_nav li .dropdown ul li a {
            display: block;
            font-weight: normal;
        }

        .top_nav li .dropdown ul li:first-child a {
            font-weight: bold;
        }

.top_nav li a.dropped, .top_nav li a.dropped2, .top_nav li a.dropped3 {
    background-color: #84911b;
}

.top_nav li .dropdown2 ul {
    width: 49%;
    margin: 0;
    padding: 20px 0 0 0;
    float: left;
}

    .top_nav li .dropdown2 ul.first li {
        margin-left: 5px;
    }

    .top_nav li .dropdown2 ul li {
        font-size: 0.750em;
        width: 100%;
        border-right: none;
    }

        .top_nav li .dropdown2 ul li a {
            display: block;
            font-weight: normal;
        }

        .top_nav li .dropdown2 ul li:first-child a {
            font-weight: bold;
        }

.top_nav li .dropdown3 ul {
    width: 98%;
    margin: 0;
    padding: 20px 0 0 0;
    float: left;
}

    .top_nav li .dropdown3 ul.first li {
        margin-left: 5px;
    }

    .top_nav li .dropdown3 ul li {
        font-size: 0.750em;
        width: 100%;
        border-right: none;
    }

        .top_nav li .dropdown3 ul li a {
            display: block;
            font-weight: normal;
        }

        .top_nav li .dropdown3 ul li:first-child a {
            font-weight: bold;
        }


/* ===== Primary Styles ========================================================
   Slider
   ========================================================================== */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        position: relative;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 0;
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #e7e8d6;
    background: rgba(231, 232, 214, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #90a117;
        background: rgba(149, 163, 28, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .active {
        opacity: 1;
        cursor: default;
    }

.slides .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 38.7096774193548%;
    height: 263px;
    background: #000;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99B4B490,endColorstr=#99B4B490);
    zoom: 1;
    padding: 20px 5px 5px 20px;
}

    .slides .overlay h3 {
        color: #e4eb23;
        text-shadow: 1px 1px 3px #000;
        font-size: 1em;
        line-height: 1em;
    }

    .slides .overlay .date {
        font-size: 0.813em;
        color: #d1d1d1;
    }

    .slides .overlay p {
        font-size: 0.813em;
        color: #fff;
        margin-top: 0;
    }

/* =============================================================================
   MegaMenu
   ========================================================================== */
.megaMenuBlock {
    width: 960px;
    margin: auto;
    position: relative;
}

.dropdown {
    padding-left: 20px;
    color: white;
    width: 820px;
    background-color: #84911a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#84911a), to(#626b14));
    background-image: -webkit-linear-gradient(top, #84911a, #626b14);
    background-image: -moz-linear-gradient(top, #84911a, #626b14);
    background-image: -o-linear-gradient(top, #84911a, #626b14);
    background-image: linear-gradient(to bottom, #84911a, #626b14);
    position: absolute;
    top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 6px -6px #626b14;
    -moz-box-shadow: 0 8px 6px -6px #626b14;
    box-shadow: 0 8px 6px -6px #626b14;
    padding-bottom: 20px;
}

    .dropdown ul {
        width: 33%;
        margin: 0;
        padding: 20px 0 0 0;
        float: left;
    }

        .dropdown ul li {
            font-size: 0.750em;
            color: white;
            width: 100%;
            border-right: none;
        }

            .dropdown ul li a {
                display: block;
                color: white;
                font-weight: normal;
            }

                .dropdown ul li a:hover {
                    text-decoration: none;
                    background: #84911b;
                }

            .dropdown ul li:first-child a {
                font-weight: bold;
            }


/* =============================================================================
   Generic Controls
   ========================================================================== */

select.ddlStandard {
    width: 200px;
}

select.ddlStandardViva {
    width: 200px;
    border-color: #A6B622;
}

.calendar {
    z-index: 1000;
}

.darkBox {
    float: left;
    width: 80%;
    padding: 1em;
    margin-right: 15px;
    background: #e0e3c3;
    clear: both;
}

.recarregar {
    display: inline-block;
    font-size: 1em;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    background: #edf1d0;
    color: #687500;
    border-top: 1px solid #e5ecad;
    border-right: 1px solid #bec866;
    border-bottom: 1px solid #b2bc60;
    border-left: 1px solid #dce58f;
    margin-right: 5px;
}

.recarregarDisabled {
    background: none repeat scroll 0 0 #EDF1D0;
    border-color: #C8CE98;
    border-style: solid;
    border-width: 1px;
    color: #B3BA84;
    display: inline-block;
    font-size: 1em;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}
/* =============================================================================
   Message Bar
   ========================================================================== */

.messageBarError {
    color: black;
    padding: 10px;
    background-color: #FFCCCC;
    border: 1px dashed #B50000;
    margin-bottom: 15px;
}

.messageBarSuccess {
    color: black;
    padding: 10px;
    background-color: #EBF786;
    border: 1px dashed #007300;
    margin-bottom: 15px;
}

.messageBarInfo {
    color: black;
    padding: 10px;
    background-color: #E3F0FF;
    border: 1px dashed #0040AD;
    margin-bottom: 15px;
}

.messageBarWarning {
    color: black;
    padding: 10px;
    background-color: #FFFAB8;
    border: 1px dashed #CCBE00;
    margin-bottom: 15px;
}



.messageBarTitle {
    font-weight: bold;
    font-size: 1em;
}

.messageBarMessage {
    font-size: 0.75em;
}

/* =============================================================================
   Resumo
   ========================================================================== */

.myCardTitle {
    width: 100%;
}

.myCardImage {
    float: left;
    width: 50%;
    height: 215px;
    display: block;
}

.myCardDetails {
    float: left;
    width: 45%;
    height: 215px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding-left: 12px;
}

    .myCardDetails .ddlCard select {
        width: 100%;
        margin-bottom: 20px;
    }

.notificationsTitle {
    margin-left: 10%;
    margin-bottom: 5px;
}

.lnkAllNotifications {
    float: right;
    margin-right: 10%;
    margin-top: 5px;
    font-size: 0.750em;
}

.lastLoads_listMyCard {
    margin-top: 20px;
    font-size: 0.750em;
    margin-bottom: 10px;
}

.lnkAllLastLoads {
    float: right;
    margin-right: 20%;
    margin-top: 5px;
}


/* =============================================================================
   Últimos Carregamentos
   ========================================================================== */

.choose_card {
    font-size: 0.750em;
    margin-top: 10px;
    width: 100%;
    height: 20px;
}

    .choose_card .title {
        float: left;
    }

    .choose_card .dropdownList {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

.lastLoads_list {
    margin-top: 20px;
    font-size: 0.750em;
    margin-bottom: 20px;
}


/* =============================================================================
	Meus dados
   ========================================================================== */


.myData_leftCol {
    font-size: 0.750em;
    width: 33%;
    float: left;
    min-height: 500px;
}

    .myData_leftCol .top {
        display: block;
        height: 20px;
    }

        .myData_leftCol .top .title {
            float: left;
            font-weight: bold;
        }

        .myData_leftCol .top .edit {
            float: right;
            margin-right: 25px;
        }

    .myData_leftCol .userPic {
    }

    .myData_leftCol ul {
        margin-top: 15px;
    }

    .myData_leftCol li {
        margin-bottom: 0.5em;
    }

    .myData_leftCol .phoneNumbers {
        width: 90%;
        background: rgb(237, 237, 237);
        margin-bottom: 25px;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0;
    }

        .myData_leftCol .phoneNumbers .numbers {
            width: 80%;
            float: left;
        }

            .myData_leftCol .phoneNumbers .numbers .phone {
                margin-top: 5px;
                margin-left: 10px;
            }

            .myData_leftCol .phoneNumbers .numbers .cellphone {
                margin-top: 5px;
                margin-left: 10px;
            }

        .myData_leftCol .phoneNumbers .edit {
            float: right;
            margin-right: 10px;
            margin-top: 5px;
        }

    .myData_leftCol .phoneNumbersEdit {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 5px;
        /*margin-bottom: 5px;*/
        background: #dddddd;
        width: 90%;
    }

        .myData_leftCol .phoneNumbersEdit .numbers {
            width: 60%;
            float: left;
        }

            .myData_leftCol .phoneNumbersEdit .numbers .phone {
                margin-top: 5px;
                margin-left: 10px;
            }

            .myData_leftCol .phoneNumbersEdit .numbers .cellphone {
                margin-top: 5px;
                margin-left: 10px;
            }

        .myData_leftCol .phoneNumbersEdit .edit {
            float: right;
            margin-right: 10px;
            margin-top: 5px;
        }

        .myData_leftCol .phoneNumbersEdit input[type="text"] {
            width: 94%;
            font-size: 1em !important;
        }


.myData_centerCol {
    font-size: 0.750em;
    width: 33%;
    float: left;
}

    .myData_centerCol .top {
        display: block;
        height: 20px;
    }

        .myData_centerCol .top .title {
            float: left;
            font-weight: bold;
        }

    .myData_centerCol .edit {
        float: right;
        margin-right: 25px;
    }

    .myData_centerCol ul {
        margin-top: 15px;
    }

    .myData_centerCol li {
        margin-bottom: 0.5em;
    }

    .myData_centerCol input[type="text"], .myData_centerCol input[type="password"] {
        width: 94%;
        font-size: 0.9em;
    }

    .myData_centerCol .editEmail {
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 5px;
        background: #dddddd;
        width: 90%;
    }

    .myData_centerCol .editPassword input[type="text"] {
        font-size: 1em !important;
    }

    /*.myData_centerCol .editPassword .button {
            font-size: 1em !important;
        }*/

    .myData_centerCol .editPassword .cancelar {
        font-size: 1em !important;
    }

    .myData_centerCol .editPassword input[type="password"] {
        font-size: 1em !important;
    }

    .myData_centerCol .editEmail input[type="text"] {
        font-size: 1em !important;
    }

    .myData_centerCol .editEmail .button {
        font-size: 1em !important;
    }

    .myData_centerCol .editEmail .cancelar {
        font-size: 1em !important;
    }


    .myData_centerCol .editPassword {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 5px;
        /*margin-bottom: 5px;*/
        background: #dddddd;
        width: 90%;
    }

.myData_rightCol {
    font-size: 0.750em;
    width: 33%;
    float: left;
}

    .myData_rightCol .top {
        display: block;
        height: 20px;
    }

        .myData_rightCol .top .title {
            float: left;
            font-weight: bold;
        }

    .myData_rightCol .edit {
        float: right;
        margin-right: 25px;
    }

    .myData_rightCol ul {
        margin-top: 15px;
    }

    .myData_rightCol li {
        margin-bottom: 0.5em;
    }

    .myData_rightCol input[type="text"] {
        width: 94%;
        font-size: 0.9em;
    }

    .myData_rightCol input[type="text"], .myData_rightCol input[type="password"] {
        width: 94%;
        font-size: 0.9em;
    }

    .myData_rightCol .editBillingInfo {
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 5px;
        background: #dddddd;
        width: 90%;
    }

.myData_extraCol2 {
    float: left;
    margin-top: 20px;
}

.myData_extraCol {
    font-size: 0.750em;
    width: 66%;
    float: left;
    margin-top: 20px;
}

    .myData_extraCol .top {
        display: block;
        height: 20px;
    }

        .myData_extraCol .top .title {
            float: left;
            font-weight: bold;
        }

    .myData_extraCol .edit {
        float: right;
        margin-right: 25px;
    }

    .myData_extraCol .top_text {
        margin-bottom: 15px;
    }

    .myData_extraCol .save {
        margin-top: 15px;
        float: right;
        margin-right: 25px;
    }

.main_passos_passos .citCard {
    margin-left: 15px;
}

    .main_passos_passos .citCard span {
        display: inline-block;
    }

    .main_passos_passos .citCard ul {
        list-style: none;
        padding-left: 15px;
    }

        .main_passos_passos .citCard ul li span {
            margin-left: 3px;
            vertical-align: top;
        }

        .main_passos_passos .citCard ul li label {
            vertical-align: top;
        }

            .main_passos_passos .citCard ul li label.umbracoLabel {
                font-weight: bold;
            }

                .main_passos_passos .citCard ul li label.umbracoLabel:after {
                    content: ":";
                    margin-left: -4px;
                }

    .main_passos_passos .citCard table {
        list-style: none;
        padding-left: 15px;
    }

        .main_passos_passos .citCard table tr td span {
            margin-left: 3px;
            vertical-align: top;
        }

        .main_passos_passos .citCard table tr td label {
            vertical-align: top;
        }

            .main_passos_passos .citCard table tr td label.umbracoLabel {
                font-weight: bold;
            }

                .main_passos_passos .citCard table tr td label.umbracoLabel:after {
                    content: ":";
                    margin-left: -4px;
                }


.citizenCardImg {
    float: left;
    margin-right: 15px;
}

    .citizenCardImg img {
        width: 150px;
    }

.umbracoLabel {
    font-weight: bold;
}

    .umbracoLabel:after {
        content: ":";
        margin-left: -4px;
    }

.parametersStyle span label {
    font-size: 1em;
}


/* =============================================================================
   Mapa Viva
   ========================================================================== */

.topBox {
    width: 910px;
    margin: auto;
    height: 110px;
}

.chkBox input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.topBox .leftSubBox {
    padding-bottom: 5px;
    float: left;
    width: 600px;
    border-left: 1px dashed rgb(176, 176, 176);
    border-top: 1px dashed rgb(176, 176, 176);
    border-bottom: 1px dashed rgb(176, 176, 176);
    height: 110px;
}

    .topBox .leftSubBox .title {
        font-size: 0.8em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px dashed rgb(176, 176, 176);
    }

    .topBox .leftSubBox .listView .chkBox {
        float: left;
        width: 32%;
        font-size: 0.750em;
        margin-top: 3px;
        margin-left: 5px;
    }

.topBox .midSubBox {
    padding-bottom: 5px;
    float: left;
    width: 150px;
    border-left: 1px dashed rgb(176, 176, 176);
    border-top: 1px dashed rgb(176, 176, 176);
    border-bottom: 1px dashed rgb(176, 176, 176);
    height: 110px;
}

    .topBox .midSubBox .title {
        font-size: 0.8em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px dashed rgb(176, 176, 176);
    }

    .topBox .midSubBox .listView .chkBox {
        width: 90%;
        font-size: 0.750em;
        margin-top: 3px;
        margin-left: 5px;
    }

.topBox .rightSubBox {
    padding-bottom: 5px;
    float: left;
    width: 150px;
    border-left: 1px dashed rgb(176, 176, 176);
    border-top: 1px dashed rgb(176, 176, 176);
    border-right: 1px dashed rgb(176, 176, 176);
    border-bottom: 1px dashed rgb(176, 176, 176);
    height: 110px;
}

    .topBox .rightSubBox .title {
        font-size: 0.8em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 5px;
        border-bottom: 1px dashed rgb(176, 176, 176);
    }

    .topBox .rightSubBox .listView .chkBox {
        width: 90%;
        font-size: 0.750em;
        margin-top: 3px;
        margin-left: 5px;
    }

.midBox {
}

    .midBox .map {
        background: url("/images/map/mapaViva.png") no-repeat;
        margin: auto;
        margin-top: 15px;
        border: 5px solid rgb(166, 182, 31);
        height: 629px;
        width: 1055px;
    }

    .midBox #mapContainer #mapEdge #rodoviariaImg img {
        position: absolute;
        z-index: 15;
    }

    .midBox #mapContainer #mapEdge #tstImg img {
        position: absolute;
        z-index: 25;
    }

    .midBox #mapContainer #mapEdge #vimecaImg img {
        position: absolute;
        z-index: 5;
    }

    .midBox #mapContainer #mapEdge #transtejoImg img {
        position: absolute;
        z-index: 6;
    }

    .midBox #mapContainer #mapEdge #carrisImg img {
        position: absolute;
        z-index: 7;
    }

    .midBox #mapContainer #mapEdge #barraqueiroImg img {
        position: absolute;
        z-index: 8;
    }

    .midBox #mapContainer #mapEdge #barreiroImg img {
        position: absolute;
        z-index: 26;
    }

    .midBox #mapContainer #mapEdge #scotturbImg img {
        position: absolute;
        z-index: 9;
    }

    .midBox #mapContainer #mapEdge #cpImg img {
        position: absolute;
        z-index: 10;
    }

    .midBox #mapContainer #mapEdge #metroImg img {
        position: absolute;
        z-index: 11;
    }

    .midBox #mapContainer #mapEdge #metrosulImg img {
        position: absolute;
        z-index: 12;
    }

    .midBox #mapContainer #mapEdge #fertagusImg img {
        position: absolute;
        z-index: 13;
    }




/*==========================================================================*/


.homepageContentRight {
    height: 264px;
    margin-bottom: 56px;
    padding-left: 10px;
    padding-right: 10px;
    background: #a6b622;
}

.homepageContentRight2 {
    height: 264px;
    margin-bottom: 56px;
    padding-left: 10px;
    padding-right: 10px;
    ;
}


@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}

/* =============================================================================
   Media Queries
   ========================================================================== */

.containerDaySelect {
    overflow: hidden;
    margin: 5px 0 0px 0;
    text-align: center;
}

.dayContList {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: inline-block;
}

.dayCont {
    float: left;
    padding: 0;
    font-size: 0.8em;
    margin-left: 0px;
    background: #5B6600;
    overflow: hidden;
}

    .dayCont:first-child {
        border-top-left-radius: 7px;
    }

    .dayCont:last-child {
        border-top-right-radius: 7px;
    }

.dayActive {
    text-decoration: none;
    background: white;
    color: #606060;
}

.countxCalendar2 {
    width: 32px;
    display: block;
    padding: 3px 3px 3px 3px;
    text-align: center;
    float: left;
    font-size: 0.8em;
    margin: 0px 0px 0px 0px;
}

.countxCalendar2Resolve {
    color: White;
    background: #5B6600;
}

.dayActive {
    background: white;
    color: #606060;
}

.countxCalendar2:first-child {
    border-top-left-radius: 7px;
}

.countxCalendar2:last-child {
    border-top-right-radius: 7px;
}

.countxCalendar2:hover {
    text-decoration: none;
    background: white;
    color: #606060;
}

@media only screen and (min-width: 960px) {
    footer {
        width: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    /* Style adjustments for viewports that meet the condition */
    header .header_sub, .top_nav, .sub_content, .inner_footer, .last_nav .bottom_nav, .megaMenuBlock {
        width: 1140px;
    }

        .sub_content .flexslider {
            height: 19.4375em;
        }

    .slides .overlay {
        height: 293px;
    }

    .homepageContentRight {
        height: 310px;
    }

    .homepageContentRight2 {
        height: 310px;
    }

    .containerDaySelect {
        overflow: hidden;
        margin: 5px 0 0px 0;
        text-align: center;
    }

    .dayContList {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        display: inline-block;
    }
    /*.dayCont { float: left;padding: 0;  font-size:0.8em; margin-left:7px; }
.dayCont:last-child{ margin-right:7px;}*/


    .countxCalendar2 {
        width: 32px;
        display: block;
        padding: 3px 3px 3px 3px;
        text-align: center;
        float: left;
        font-size: 0.8em;
        margin: 0px 0px 0px 7px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        text-decoration: none;
    }

        .countxCalendar2:last-child {
            margin-right: 7px;
        }

    .countxCalendar2Resolve {
        color: White;
        background: #5B6600;
    }

    .dayActive {
        background: white;
        color: #606060;
    }

    .countxCalendar2:first-child {
        border-top-left-radius: 7px;
    }

    .countxCalendar2:last-child {
        border-top-right-radius: 7px;
    }

    .countxCalendar2:hover {
        text-decoration: none;
        background: white;
        color: #606060;
    }
}



/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    height: 10px;
}

.fl {
    float: left;
    padding-top: 1em;
    padding-right: 1em;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.mt {
    display: inline-block;
    margin-top: 1.5em;
}

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* =============================================================================
   Entidades
   ========================================================================== */

.Ent_UserListTable {
    float: left;
    padding-bottom: 20px;
}

table {
}

th {
    background-color: #DDDDDD;
}

label {
    font-size: 0.80em;
}

.Ent_UserListTable .dropdown {
    font-size: 0.80em;
}

.VivaTable th {
    padding-left: 5px;
    padding-right: 5px;
    border-color: rgb(124, 124, 124);
    background-color: rgb(166, 182, 31);
    color: White;
}

.VivaTable td {
    padding-left: 5px;
    padding-right: 5px;
}

#authorizations td{
    padding-right:5px;
}

#authorizations tr{
    padding-top:3px;
}

.GenericTable {
    border: 1px dashed rgb(176, 176, 176);
}

    .GenericTable th {
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-color: rgb(124, 124, 124);
        background-color: rgb(166, 182, 31);
        color: White;
    }

    .GenericTable td {
        padding: 5px;
        border-bottom: 1px dashed rgb(176, 176, 176);
    }

    .GenericTable .centered {
        text-align: center;
    }

.VivaTableGrey {
    font-size: 0.75em;
    border: 1px solid rgb(176, 176, 176);
}

    .VivaTableGrey th {
        background-color: rgb(180, 180, 180);
        border-color: rgb(124, 124, 124);
        color: White;
        padding-left: 5px;
        padding-right: 5px;
    }

    .VivaTableGrey td {
        padding-left: 5px;
        padding-right: 5px;
    }

.VivaTableDashed {
    border: 1px dashed rgb(124, 124, 124);
    border-collapse: collapse;
    font-size: 0.75em;
}

    .VivaTableDashed th {
        font-weight: bold;
        border: 1px dashed rgb(124, 124, 124);
        background-color: transparent;
        padding-left: 5px;
        padding-right: 5px;
    }

    .VivaTableDashed td {
        padding-left: 5px;
        padding-right: 5px;
        border: 1px dashed rgb(124, 124, 124);
    }


.Ent_UserListUserDetail {
    display: block;
    width: 450px;
}

    .Ent_UserListUserDetail input[type="text"], .registo input[type="password"] {
        font-size: 0.750em;
        text-indent: 7px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #b2bc60;
        border-right: 1px solid #dde694;
        border-bottom: 1px solid #e5ecad;
        border-left: 1px solid #c1cb6d;
        height: 27px;
    }

    .Ent_UserListUserDetail textarea {
        font-size: 0.750em;
        text-indent: 7px;
        margin: 0;
        padding: 0;
        border-top: 1px solid #b2bc60;
        border-right: 1px solid #dde694;
        border-bottom: 1px solid #e5ecad;
        border-left: 1px solid #c1cb6d;
        height: 100px;
        line-height: 27px;
    }

    .Ent_UserListUserDetail label {
        font-size: 0.750em;
        width: 130px;
        display: inline-block;
    }

        .Ent_UserListUserDetail label.obrigatorio:after {
            content: url(../images/asterisk.png);
            padding-left: 4px;
            position: relative;
            top: -4px;
        }

    .Ent_UserListUserDetail input.little {
        width: 14.8958333333333%;
    }

    .Ent_UserListUserDetail input.small {
        width: 7.6041666666667%;
    }

    .Ent_UserListUserDetail .spacer {
        display: inline-block;
        padding: 0 5px;
    }

    .Ent_UserListUserDetail span.label {
        font-size: 0.750em;
        width: 21.875%;
        display: inline-block;
    }

.entityBtns {
    margin-top: 15px;
    width: 100%;
    float: none;
}

.Ent_UserListUserDetail .userProfileDataEdit label {
    width: 230px;
    vertical-align: text-top;
    display: inline-block;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* Classes : Juan BEGIN */

/*Entity Profile Data*/

.lblVerticalTop {
    vertical-align: top;
}

.lblTextWrapSmall {
    display: inline-block;
    width: 200px;
    word-wrap: break-word;
}

.divTextWrapSmaller {
    display: inline-block;
    width: 100px;
    word-wrap: break-word;
}

.lblTextWrapMedium {
    display: inline-block;
    width: 300px;
    word-wrap: break-word;
}

.divTextWrapSmall {
    display: inline-block;
    width: 200px;
    word-wrap: break-word;
}



.visibleElem {
    display: block;
}

.invisibleElem {
    display: none;
}


.detalhes_tituloT1 {
    width: 100%;
    padding: 0 0 1.5em 0;
    background: #e0e3c3;
    clear: both;
}

    .detalhes_tituloT1 .prq {
        float: left;
        width: 25%;
        padding-left: 20px;
        margin-top: 3px;
    }

    .detalhes_tituloT1 p {
        clear: both;
        padding: 0 10px 0 20px;
    }

    .detalhes_tituloT1 .cm {
        font-weight: bold;
        padding-top: 1.363em;
    }

    .detalhes_tituloT1 .datx {
        font-size: 0.750em;
        padding-left: 20px;
    }

    .detalhes_tituloT1 input[type="text"] {
        border: 1px solid #d2de71;
        height: 27px;
        line-height: 27px;
        font-size: 0.750em;
        margin: 0px;
        padding: 0 4px;
    }

    .detalhes_tituloT1 textarea {
        border: 1px solid #d2de71;
        width: 97px;
        height: 27px;
        line-height: 27px;
        font-size: 0.750em;
        margin: 0 10px;
        padding: 0 4px;
    }

    .detalhes_tituloT1 .hideNotif {
        color: #7c7c7c;
        font-size: 8px;
        width: 10px;
        vertical-align: middle;
        height: 10px;
        float: right;
        text-align: center;
    }

        .detalhes_tituloT1 .hideNotif:hover {
            background-color: #e5e5e5;
            text-decoration: none;
        }

    .detalhes_tituloT1 .price {
        font-size: 1.2em;
        color: #7c8724;
    }

.coluT1 span {
    font-size: 0.750em;
}

.eventDetailTableDate .EventTitleType {
    font-size: 15px;
    color: #A6B622;
}

.homeCalendarNoEvents {
    text-align: center;
}

.noEventP {
    font-size: 16px;
    color: #5B6600;
    font-weight: bold;
    margin-left: 60px;
}

.noEventParaSpan {
    font-size: 12px;
    font-weight: normal;
}

a.countxCalendar, a:link.countxCalendar, a:visited.countxCalendar {
    padding: 3px 8px;
    color: #696969;
    text-decoration: none;
    height: 2.125em;
    line-height: 1.125em;
    font-size: 0.875em;
    border: 1px dashed #b0b0b0;
}

a:hover.countxCalendar {
    color: #8b9c00;
}

.clearAll {
    clear: both;
}

.pnlDayEventsHouse {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: #E7F291 /*ced2afb6c160  */;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#pnlDayEvents {
    overflow: auto;
    width: auto;
    height: 233px;
    position: relative;
}

.agendaContainer {
    padding-top: 5px;
}



.crop {
    width: auto;
    overflow: hidden;
    height: 50px;
    padding: 10px 3px 10px 10px;
    background: white;
    color: #84911b;
    text-overflow: ellipsis;
    line-height: 1.1;
    /*-webkit-transition: all 0.55s;
	   -moz-transition: all 0.55s;
	   -o-transition: all 0.55s;
	   transition: all 0.55s;*/
}

.cropHouse {
    width: auto;
    background: white;
    border-bottom: 1px solid #b6c160;
    position: relative;
}

    .cropHouse:last-child {
        border-bottom: none;
    }
/*REMOVE COMMENT IF CLIENT WANTS IT BACK - CALENDAR .crop:hover { height:95px; overflow: auto;}*/

.btnExtendContractEvent {
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding-top: 8px;
    width: 9px;
    height: 9px;
    background: url('/images/plusle-minum.png') no-repeat;
    background-position: 0px;
    overflow: hidden;
}

.tooltipCalendar:hover:before {
    content: attr(data-title);
    white-space: nowrap;
    position: absolute;
    font-size: 12px;
    text-shadow: 0px -1px #000;
    background: rgba(0, 0, 0, 0.85);
    padding: 4px 6px;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 15px 0px 0px -65px;
    font-size: 9px;
    z-index: 3;
}

.tooltipTrick {
    position: absolute;
    top: 0px;
    right: 15px;
}

.yesterdayClick, .tomorrowClick {
    float: left;
    margin-top: 11px;
    color: #5B6600;
    -webkit-transition: color 0.35s;
    -moz-transition: color 0.35s;
}

    .yesterdayClick:hover, .tomorrowClick:hover {
        color: white;
        text-decoration: none;
    }

.eventDescriptionParagraph > p {
    font-size: 0.96em;
}

.eventTitleCalendarWrap {
    font-weight: 700;
    font-size: 14px;
    font-family: Verdana,sans-serif;
    margin: 0px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    height: 17px;
    position: relative;
}

.eventTitleCalendar {
    color: #84911b;
    margin: 0px;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
}

    .eventTitleCalendar:hover {
        text-decoration: underline;
    }

.targetDivCalendar {
    position: relative;
}

    .targetDivCalendar p {
        margin: 0px;
        color: #5b5b5b;
        font-size: 0.750em;
    }

.pTargetForHide1 {
    height: 37px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.font-size-screwup, .font-size-screwup p {
    font-size: 13px !important;
    color: #5b5b5b !important;
    line-height: 16px !important;
}

.monthDisplay {
    display: block;
    margin: -27px 0px 0px 0px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #5B5B5B;
}

.monthNameV2 {
    float: right;
    text-shadow: none;
    font-size: 13px;
    font-weight: normal;
    margin-top: 5px;
}

.ddlFilterEventType {
    font-size: 12px;
    height: 22px;
    margin-left: 10px;
}

.loadingHouse {
    background: rgba( 0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0px;
    border-top-right-radius: 35px;
    z-index: 30;
}

.loadingImg {
    width: 0px;
    height: 0px;
    margin: 0 auto 0 auto;
}

.arrowsImg {
    width: 10px;
    height: 10px;
}

.imgHouseCalendar {
    padding: 0px 10px 0px 0px;
    float: left;
    margin-left: 0px;
    /*-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;*/
}

.imgCalendar {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
}

.lnkSeeAllEvents {
    float: right;
    font-size: small;
    color: white;
    margin-top: 3px;
}




.noeventPara1 {
    position: relative;
    top: 20px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

.noeventPara2 {
    position: relative;
    top: 30px;
    font-size: 13px;
    font-weight: lighter;
    text-align: left;
}




h2.eventListTopTitleLnk {
    margin: 20px 0px 20px 0px;
}


.event_type {
    text-align: right;
    vertical-align: middle;
    color: #758117;
}


.pnlEventListView {
    margin: 40px 0px 0px 0px;
}

    .pnlEventListView ul {
        height: 125px;
        overflow: hidden;
        border-bottom: 1px dashed #b0b0b0;
    }

        .pnlEventListView ul:first-child {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .pnlEventListView ul:last-child {
            height: 125px;
            overflow: hidden;
            border-bottom: none;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .pnlEventListView ul li {
            padding: 13px 0;
            border: none;
        }

            .pnlEventListView ul li p {
                margin-top: 15px;
                line-height: 2.1;
            }

.eventPageDetailContainer {
    float: left;
    width: 780px;
    position: relative;
    border-right: 1px dashed #696969;
    padding-right: 20px;
}

.eventPageDetailContainerV2 {
    float: left;
    width: 780px;
    position: relative;
    padding-right: 20px;
}

.eventDescriptionParagraph {
    margin-top: 30px;
    font-size: 18px;
    font-size: 0.750em;
}

.paragraphFontSize p {
    font-size: 0.750em;
}

.eventPageBackBtnHouse {
    margin-top: 40px;
}

.dotdotdot1 {
    position: absolute;
    top: 95px;
    right: -20px;
}

.dotdotdot2 {
    bottom: 3px;
    height: 20px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    width: 50px;
}

.quickViewer {
    font-size: 10px;
    color: #a6b622;
    margin-left: 10px;
}

.eventDetailTableDate tr td {
    padding: 5px;
    font-size: 12px;
    color: #b0b0b0;
}

    .eventDetailTableDate tr td pre {
        margin: 0px;
        padding: 0px;
    }

    .eventDetailTableDate tr td:first-child {
        padding-left: 0px;
    }

.eventDetailPageImgHouse, .eventDetailPageImg {
    width: 300px;
    height: 300px;
    margin-top: 45px;
}

.eventDetailPageImgHouse {
    background: white;
    padding: 18px;
    border-bottom: 1px dashed #696969;
    border-left: 1px dashed #696969;
    position: absolute;
    top: 0;
    right: 0;
}

.eventDetailPageHORARIO table tr td {
    padding: 5px;
    font-size: 12px;
    color: #b0b0b0;
}

.lastContFfs {
    position: relative;
}



/* =================================

	MAPA VIVA

   ================================= */

/* MAPEDGE SETTINGS
	Cálculo da Width e Height = imgWidth*2 - mapContainerWidth ... imgHeight*2 -  mapContainerHeight
	Cálculo das Margens = (mapEdgeWidth - mapContainerWidth) /2 ... (mapEdgeHeight - mapContainerHeight) /2
*/

#mapContainer {
    overflow: hidden;
    width: 1055px;
    height: 629px;
    margin: 0 auto 0 auto;
    cursor: move;
    border: 5px solid green;
    margin-top: 10px;
}

#mapEdge {
    width: 1405px;
    height: 2079px;
    margin-left: -175px;
    margin-top: -725px;
}

#map {
    margin: 0px;
    left: 175px;
    top: 408px;
    padding: 0;
    z-index: 0;
    width: 1230px;
    height: 1354px;
}

#mapImg {
    position: absolute;
    z-index: 0;
}



.backGreen {
    background: #FFFAB8;
    display: block;
    padding: 5px;
}

.last_nav_boder {
    border: 1px dashed #b0b0b0;
    display: block;
    clear: both;
    margin: 2px 0;
}

.top_nav .active {
    background: #84911b;
}

.noMandatoryRegisterLabel1 {
    margin-left: 70px;
    margin-right: 28px;
}

.noMandatoryRegisterLabel2 {
    margin-left: 80px;
    margin-right: 5px;
}

.noPaddingBottom {
    padding-bottom: 0px;
}



.noPaddingTop {
    padding-top: 0px;
}

.minMarginBottom {
    margin-bottom: 10px;
}

.minPaddingTop {
    padding-top: 10px;
}

.menufirstitem {
    border-left: 1px dashed #FFFFFF;
}

.tabelacitiz tr td.labelcitiz {
    width: 150px;
}

.estiloEntrarInicial {
    display: block;
    background-color: transparent;
    width: 49px;
    height: 28px;
    text-align: center;
    z-index: 99999;
    opacity: 0.95;
}

.estiloEntrarFinal {
    display: block;
    background-color: #A6B622;
    width: 49px;
    height: 28px;
    text-align: center;
    color: white;
    z-index: 99999;
    opacity: 0.95;
}

.estilocatitaError {
    background: none repeat scroll 0 0 #A6B622;
    border: 1px solid transparent;
    display: none;
    font-size: 0.86em;
    height: 15px;
    opacity: 0.95;
    padding-bottom: 4px;
    position: absolute;
    right: 135px;
    text-align: left;
    top: 212px;
    width: 286px;
    z-index: 1000;
}

.estilocatita {
    background: none repeat scroll 0 0 #A6B61F;
    border: 1px solid transparent;
    display: none;
    height: 150px;
    opacity: 0.95;
    padding-top: 5px;
    position: absolute;
    right: 135px;
    text-align: left;
    top: 55px;
    width: 286px;
    z-index: 1000;
}



    .estilocatita input {
        font-size: 1em;
        margin-bottom: 4px;
        margin-left: 10px;
        margin-top: 2px;
    }

    .estilocatita span {
        font-size: 0.75em;
        margin-left: 10px;
    }

@media screen and (max-width: 1150px) {
    .estilocatita {
        background: none repeat scroll 0 0 #A6B61F;
        border: 1px solid transparent;
        display: none;
        height: 150px;
        opacity: 0.95;
        padding-top: 5px;
        position: absolute;
        right: 50px;
        text-align: left;
        top: 55px;
        width: 286px;
        z-index: 1000;
    }
}

.left_col2, .right_col2 {
    width: 30%;
}

.middle_col2 {
    width: 35%;
}

.middle_col2, .right_col2 {
    padding-left: 20px;
}

.left_col2, .middle_col2, .right_col2 {
    min-height: 15em;
    text-align: left;
    float: left;
}

.left_col2, .middle_col2 {
    background: url(../images/separador_colunas.png) no-repeat right 10px;
}

    .left_col2 img, .middle_col2 img, .right_col2 img {
        margin: 0 3.125%;
        text-align: center;
    }

    .left_col2 h3, .middle_col2 h3, .right_col2 h3 {
        color: #819000;
        font-size: 1em;
        font-weight: normal;
        text-align: left;
        padding: 0 3.125%;
    }

    .left_col2 p, .middle_col2 p, .right_col2 p {
        text-align: left;
        padding: 0 3.125%;
        margin-bottom: 1.688em;
    }

    .left_col2 em, .middle_col2 em, .right_col2 em {
        color: #96a607;
        font-style: normal;
        font-weight: bold;
    }

    .left_col2 .but, .middle_col2 .but, .right_col2 .but {
        display: inline-block;
        font-size: 0.875em;
        height: 2.188em;
        line-height: 2.188em;
        padding: 0 20px;
        margin: 0 0 0.625em 3.125%;
        color: #8e9f00;
        background: #f1f4dc;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        float: left;
    }



@media screen and (max-width: 1300px) {
    .right-charge-fast {
        width: 400px !important;
        float: right;
    }

    .ImageToolTipOutputV1 {
        display: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: -25px;
        right: -217px;
    }

    .noEventP {
        font-size: 12px;
        color: #5B6600;
        font-weight: bold;
        margin-left: 60px;
    }

    .noEventParaSpan {
        font-size: 12px;
        font-weight: normal;
    }

    #pnlDayEvents {
        height: 187px;
    }

    .eventPageDetailContainerV2 {
        float: left;
        width: 580px;
        position: relative;
        padding-right: 20px;
    }

    .countxCalendar2 {
        width: 30px;
    }

        .countxCalendar2:first-child {
            margin-left: 6px;
        }

        .countxCalendar2:last-child {
            margin-right: 6px;
        }

    .eventTitleCalendarWrap {
        font-weight: 700;
        font-size: 14px;
        font-family: Verdana,sans-serif;
        margin: 0px;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        height: 17px;
    }

        .eventTitleCalendarWrap:hover {
            text-overflow: clip;
        }

    .eventPageDetailContainer {
        width: 580px;
    }

    .crop {
        width: auto;
        overflow: hidden;
        height: 50px;
        padding: 5px 0px 5px 5px;
        background: white;
        color: #84911b;
        text-overflow: ellipsis;
        line-height: 1.1;
        /*-webkit-transition: all 0.55s;
	   -moz-transition: all 0.55s;*/
    }

    .cropHouse {
        width: auto;
        background: white;
        border-bottom: 1px solid #84911b;
        margin: 0px;
        position: relative;
    }

        .cropHouse:last-child {
            border-bottom: none;
        }

    /*REMOVE COMMENT IF CLIENT WANTS IT BACK - CALENDAR .crop:hover { height:135px; overflow: auto;}*/


    .buttonWidth {
        display: block;
        width: 100px;
        height: 100px;
    }

    .botaoAlinhadoCentro {
        margin: auto;
    }

    .botaoAlinhadoDireita {
        margin-left: auto;
    }

    .espaco1 {
        width: 4%;
    }


    .ddlRegion {
        font-size: 0.75em;
        margin: 0;
        vertical-align: baseline;
    }

    select.dropContatus {
        border-color: #96a607;
        font-size: 0.75em;
    }


    .details_titulo_message {
        padding-top: 85px;
        margin: auto;
        width: 300px;
    }




    .left_col3, .middle_col3, .right_col3 {
        float: left;
        width: 33%;
        min-height: 40.000em;
        text-align: center;
    }

    .left_col3, .middle_col3, .right_col3 {
        float: left;
        width: 33%;
        min-height: 20.000em;
        text-align: center;
    }

    .left_col3 {
        background: url(../images/separador_colunas.png) no-repeat right 10px;
    }

        .left_col3 img, .right_col3 img {
            margin: 0 3.125%;
            text-align: center;
        }

        .left_col3 h3, .middle_col3 h3, .right_col3 h3 {
            color: #819000;
            font-size: 1em;
            font-weight: normal;
            text-align: left;
            padding: 0 3.125%;
        }

        .left_col3 p, .middle_col3 p, .right_col3 p {
            text-align: left;
            padding: 0 3.125%;
            margin-bottom: 1.688em;
        }

        .left_col3 em, .middle_col3 em, .right_col3 em {
            color: #96a607;
            font-style: normal;
            font-weight: bold;
        }

        .left_col3 .but, .middle_col3 .but, .right_col3 .but {
            display: inline-block;
            font-size: 0.875em;
            height: 2.188em;
            line-height: 2.188em;
            padding: 0 20px;
            margin: 0 0 0.625em 3.125%;
            color: #8e9f00;
            background: #f1f4dc;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            float: left;
        }
}

/* Classes Juan FIM */


/* dialog box*/
.DialogBoxCont_1 {
    padding: 15px 0 0 0;
    text-align: center;
}

    .DialogBoxCont_1 .DBC_Btns {
        padding: 10px 0 0 0;
    }

        .DialogBoxCont_1 .DBC_Btns .BtnsBar_1 {
            padding: 6px 5px 5px 5px;
        }


.BoxColor_1 .BoxSt_1 h3 {
    color: #cd0067;
}

.BoxSt_2 {
    float: left;
    font-size: 1.27em;
    font-weight: bold;
    padding: 1px 27px 0 0;
}

.BoxSt_3 {
    float: left;
    padding-right: 40px;
    height: 25px;
}

.BoxSt_4 {
    padding: 6px 10px 15px 10px;
}

.BoxSt_5 {
    padding: 0 10px;
}

.BoxSt_6 {
    padding: 5px 0 10px 0;
}

    .BoxSt_6 h4 {
        padding: 0 7px 6px 7px;
        margin-bottom: 1px;
        border-bottom: 1px solid #cd0067;
        font-size: 1.09em;
        color: #000;
    }

.BoxSt_7 {
    padding: 10px 0;
    background: #eee;
}

.BoxColor_1 .BoxSt_7 {
    background: #f7dbe8;
}

.BoxSt_8 {
    padding: 15px 12px 0 12px;
}

.BoxSt_9 {
    padding: 0 0 20px 0;
}

.BoxSt_10 {
    padding: 0 10px 2px 10px;
    position: relative;
}

.BoxSt_11 {
    position: absolute;
    top: -22px;
    right: 14px;
    font-size: 0.91em;
}

.BoxSt_12 {
    float: left;
    height: 25px;
}

.BoxSt_13 {
    padding: 0 10px;
    position: relative;
}

.BoxSt_14 {
    padding: 0 0 0.2em 0;
    height: 1em;
    overflow: hidden;
}

.BoxSt_15 {
    position: absolute;
    top: -22px;
    right: 12px;
}

.BoxSt_16 {
    padding: 5px 15px 0 15px;
    background: #eee;
    border-bottom: 1px solid #f6f6f6;
}

* html .BoxSt_16 {
    padding-bottom: 5px;
}

.BoxColor_1 .BoxSt_16 {
    background: #f7dbe8;
    border-bottom: 1px solid #fbf2f6;
}

.BoxSt_17 {
    padding: 0 10px 6px 10px;
}

.BoxSt_18 {
    padding: 1px 8px;
}

.BoxSt_19 {
    padding: 15px 0;
    background: #f7dbe8;
}

.BoxSt_20 {
    display: block;
    padding: 5px 0 0 4px;
}

.BoxSt_21 {
    float: left;
    padding: 52px 0 0 5px;
}

.BoxSt_22 {
    padding: 0 0 7px 0;
}

.BoxSt_23 {
    padding: 6px 0 4px 0;
    background: #ddd;
    margin-bottom: 1px;
}

.BoxSt_24 {
    float: left;
    width: 330px;
    height: 23px;
    padding-top: 2px;
}

.BoxSt_25 {
    padding: 7px 0 0 0;
    background: #eee;
    border: 1px solid #ddd;
}

.BoxSt_26 {
    padding: 6px 0 1px 0;
    background: #eee;
}

.BoxSt_27 {
    padding: 8px 0 0 0;
}

.BoxSt_28 {
    padding: 10px 20px 20px 20px;
}

.BoxSt_29 {
    padding: 6px 0 4px 0;
    background: #ddd;
    margin-bottom: 1px;
}

.BoxSt_30 {
    padding: 10px 0 2px 0;
    background: #eee;
}

.BoxSt_31 {
    float: left;
    padding: 5px 5px 0 30px;
    font-size: 0.91em;
}

.BoxSt_32 {
    float: left;
    padding: 5px 5px 10px 0;
    font-size: 0.91em;
}

.BoxSt_33 {
    padding: 0 10px 15px 10px;
}

.BoxSt_34 {
    float: left;
    padding: 2px 40px 0 0;
    height: 23px;
}

.BoxSt_35 {
    padding: 10px 0 0 0;
}

.BoxSt_36 {
    padding: 12px 0 0 0;
}

.BoxSt_37 {
    display: inline-block;
    padding: 3px 4px 3px 6px;
}

.BoxSt_38 {
    display: inline-block;
    min-width: 110px;
    padding: 3px 6px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.BoxSt_39 {
    display: inline-block;
    padding: 3px 0 3px 5px;
}

.BoxSt_40 {
    padding-top: 4px;
    padding-bottom: 3px;
    background: #f7dbe8;
    border: 1px solid #9f0251;
}

.BoxSt_41 {
    padding: 0 3px 0 8px;
}

.BoxSt_42 {
    background: #ececec;
}

.BoxColor_1 .BoxSt_42 {
    background: #f7dbe8;
}

.BoxSt_43 {
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    color: #333;
    vertical-align: top;
    height: 10px;
    padding: 0 13px 0 10px;
}

* html .BoxSt_43 {
    vertical-align: 13px;
}

*:first-child + html .BoxSt_43 {
    vertical-align: 13px;
}

.BoxSt_44 {
    display: inline-block;
    min-width: 116px;
    text-align: right;
    padding: 3px 6px 3px 0;
}

.BoxSt_45 {
    display: inline-block;
    padding: 4px 4px 4px 5px;
}

.BoxSt_46 {
    display: inline-block;
    min-width: 110px;
    padding: 3px 6px;
    background: #fff;
    border: 1px solid #fff;
}

.BoxSt_47 {
    padding: 10px 30px 0 30px;
}

.BoxSt_48 {
    float: left;
    width: 780px;
}

.BoxSt_49 {
    padding: 4px 0 3px 0;
    border-bottom: 1px solid #fbf2f6;
}

.BoxSt_50 {
    float: right;
    padding: 5px 15px 0 0;
}

.BoxSt_51 {
    padding-top: 2px;
}

.BoxSt_52 {
    float: left;
    padding: 5px 0 0 15px;
}

.BoxSt_53 {
    float: left;
    padding: 5px 0 0 0;
    font-size: 0.91em;
}

.BoxSt_54 {
    padding: 18px 7px 10px 7px;
    background: #f6f6f6;
}

.BoxSt_55 {
    float: left;
    padding: 3px 0 0 7px;
}

.BoxSt_56 {
    float: left;
    font-size: 1.27em;
    font-weight: bold;
    width: 10%;
}

.BoxSt_57,
.BoxSt_58 {
    display: inline-block;
    min-width: 110px;
    padding: 2px 3px;
}

.BoxSt_57 {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.BoxSt_58 {
    background: #fbf2f6;
    border: 1px solid #9f0251;
}

.BoxSt_59 {
    float: left;
    padding: 0 10px;
    margin-top: -2px;
}

.BoxSt_60 {
    padding: 10px 0;
    background: #eee;
}

.BoxSt_61 {
    padding: 10px 0 0 0;
    background: #fbf2f6;
}

.BoxSt_62 {
    padding: 5px 0 0 0;
}

.BoxSt_63 {
    padding: 8px 0 0 0;
}

.BoxSt_64 {
    float: left;
    padding: 3px 5px 0 5px;
}

.BoxSt_65 {
    clear: left;
    padding: 5px 0 0 47%;
}

.BoxSt_66 {
    float: left;
    padding-right: 60px;
    height: 25px;
}

*:first-child + html .BoxSt_64 {
    padding: 5px 0 0 5px;
}

.BoxPad_0 {
    padding: 0;
}

.BoxPad_1 {
    padding-right: 25px;
}

.BoxPad_2 {
    padding-bottom: 5px;
}

.BoxPad_3 {
    padding: 0 10px;
}

.BoxPad_4 {
    padding-top: 2px;
}

.BoxPad_5 {
    padding-top: 7px;
}

.BoxPad_6 {
    padding-top: 15px;
}

.BoxPad_7 {
    padding-top: 32px;
}

.DBCont .BoxPad_7 {
    padding-top: 0;
}

.BoxPad_8 {
    padding-left: 15px;
}

.BoxPad_9 {
    padding: 10px 0;
}

.BoxPad_10 {
    padding: 5px 10px 3px 20px;
}

.BoxPad_11 {
    padding: 2px 0 5px 0;
}

.BoxPad_12 {
    padding: 6px 10px;
}

.BoxMarg_1 {
    margin-top: 13px;
}

.BoxSz_1 {
    min-width: 80px;
    padding-right: 4px;
}

.BoxPos_1 {
    position: relative;
    z-index: 1;
}

.BoxPos_2 {
    position: relative;
    z-index: 2;
}

.BoxPos_3 {
    position: relative;
    z-index: 3;
}

.ColBoxSt_1 {
    float: left;
    width: 49%;
}

.ColBoxSt_2 {
    float: right;
    width: 49%;
}

.ColBoxSt_3 {
    float: left;
    width: 37%;
    margin-right: 2%;
}

.ColBoxSt_4 {
    float: left;
    width: 59%;
    background: #ccc;
}

.ColBoxSt_5 {
    float: left;
    width: 67%;
    margin-right: 2%;
}

.ColBoxSt_6 {
    float: left;
    width: 33%;
}

.ColBoxSt_7 {
    float: left;
    width: 21%;
}

.ColBoxSt_8 {
    float: right;
    width: 78%;
}

.ColBoxSt_9 {
    float: right;
    width: 59%;
}

.BoxOverflow_1 {
    height: 100px;
    overflow: auto;
}

/* GLOBAL OVERRIDES begin */
.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}

.floatNone {
    float: none !important;
}

.clr {
    clear: both !important;
}

.clrL {
    clear: left !important;
}

.clrR {
    clear: right !important;
}

.DisplayOff,
.PrintObj {
    display: none !important;
}

.VisibleOn {
    visibility: visible !important;
}

.VisibleOff {
    visibility: hidden !important;
}

.NoWidth {
    width: auto !important;
}

.NoMargin {
    margin: 0 !important;
}

.NoPad {
    padding: 0 !important;
}

.NoPadTop {
    padding-top: 0 !important;
}

.NoPadBot {
    padding-bottom: 0 !important;
}

.NoPadLeft {
    padding-left: 0 !important;
}

.NoPadRight {
    padding-right: 0 !important;
}

.NoBold {
    font-weight: normal !important;
}

.NoBG {
    background: none !important;
}

.NoBorder {
    border: 0 !important;
}

.AlgCenter {
    text-align: center !important;
}

.AlgLeft {
    text-align: left !important;
}

.AlgRight {
    text-align: right !important;
}

.Cursor_1 {
    cursor: default !important;
}

.TxtNw {
    white-space: nowrap !important;
}

.margin-top-btn-fast {
    margin-top: 15px;
    float: right;
}

.left-charge-fast {
    float: left;
}

.right-charge-fast {
    width: 500px;
    float: right;
}

.marginL_Ed {
    margin-left: 10px !important;
}
/* GLOBAL OVERRIDES end */



/* END dialog box */




/* Édi CSS */
.colu_a_specialedition {
    font-size: 0.718em !important;
}

.textAreaSpecialEdition {
    min-height: 100px;
    overflow: hidden;
}

.hoverThisTableRow_EntityDetailEdit:hover {
    background: #ddd;
}


.display_block_imp {
    display: block !important;
}

/* --- ENTITYCARDLOAD_V2 CSS --- */
.pnlCardLoadContainerV2 {
    font-size: 14px;
}

.lnkReadCardContV2 {
    background: white;
    width: 20%;
    position: relative;
    z-index: 300;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.lnkReadCardContV3 {
    background: white;
    position: relative;
    z-index: 300;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}


.lnkReadCardV2 {
    display: block;
    margin: 0px auto;
    margin-bottom: -35px;
    position: relative;
    z-index: 400;
    padding: 7px 0px;
    color: White;
    font-size: 14px;
    text-shadow: 0px -1px rgba(117, 129, 23, 0.7);
    text-align: center;
    background: -webkit-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
}

    .lnkReadCardV2:hover {
        color: white;
        text-decoration: none;
        text-shadow: 0px 0px #a6b622;
        border: 0px;
        background: -webkit-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -o-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -ms-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -moz-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    }

.disabledBtnCardRead, .disabledBtnCardRead:hover {
    background: #aaaaaa !important;
    color: White !important;
    cursor: default !important;
    text-shadow: 0px -1px rgba(117, 129, 23, 0.7) !important;
    text-align: center !important;
    text-decoration: none !important;
}

.disabledBtnCardRead2, .disabledBtnCardRead2:hover {
    display: block;
    margin: 0px auto;
    margin-bottom: -35px;
    position: relative;
    z-index: 400;
    padding: 7px 0px;
    font-size: 14px;
    background: #aaaaaa !important;
    color: White !important;
    cursor: default !important;
    text-shadow: 0px -1px rgba(117, 129, 23, 0.7) !important;
    text-align: center !important;
    text-decoration: none !important;
}

.pnlCardReadLoaderV2 {
    width: auto;
    padding: 14px 0px;
    background: rgba(0,0,0,0.8);
    border: 4px solid #a6b622;
}

.imgCardReadLoaderV2 {
    display: block;
    margin: 0px auto;
}

.switcher-c {
    cursor: pointer;
    float: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 0.9em !important;
    padding-right: 20px !important;
    border-right: 1px dashed #b0b0b0;
}

.s-c-l {
    border-right: none !important;
    padding-right: 0px !important;
}

.switcher-c-active {
    color: #758117 !important;
}

.pnlCardInformationAndServicesContainerV2 {
    background: transparent;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 40px 0px;
    border-top: 1px dashed #b0b0b0;
    border-bottom: 1px dashed #b0b0b0;
}

.pnlCardInfoHeaderV2 {
    border-bottom: 1px dashed #b0b0b0;
}

.hCardInfoHeaderTitleV2 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    color: #758117;
    font-weight: bold;
}

.tableCardInfoHeader {
    width: 100%;
    margin: 10px 0px 30px 0px;
    padding: 0px;
    background: white;
    border: none;
    font-size: 0.850em !important;
}

.tableCardInfoHeaderTR {
}

.tableCardInfoHeaderTD1 {
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
    width: 12%;
}

.tableCardInfoHeaderTD2 {
    text-align: center;
    border-right: 1px dashed #758117;
    width: 16%;
}

.tableCardInfoHeaderTR td:first-child {
    padding: 0px;
}

.tableCardInfoHeaderTR td:last-child {
    border: none;
    padding-right: 0px;
}


.pnlCardInfoBodyV2 {
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 25px 0px;
    border-bottom: 1px dashed #b0b0b0;
}

.hCardInfoBodyTitleV2 {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 1.2em;
    color: #a6b622;
    font-weight: bold;
}

.tableCardInfoBody {
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: none;
}

.tableCardInfoBodyTR {
    background: #F5F5F5;
}

    .tableCardInfoBodyTR:hover, .tableCardInfoBodyTR:nth-child(even):hover {
        background: #828282;
        color: #F5F5F5;
        cursor: default;
    }

    .tableCardInfoBodyTR:nth-child(even) {
        background-color: #E8E8E8;
    }

.tableCardInfoBodyTH {
    border-right: 1px dashed white;
    background: #a6b622;
    color: White;
    padding: 10px;
}

    .tableCardInfoBodyTH:last-child {
        border: none;
    }

.tableCardInfoBodyTD {
    border-right: 1px dashed #b0b0b0;
    padding: 10px 15px;
    font-size: 12px;
    text-align: center;
    vertical-align: text-bottom;
}

    .tableCardInfoBodyTD:last-child {
        border: none;
    }


.displayInlineBlockMate {
    margin-right: 5px;
}

    .displayInlineBlockMate:last-child {
        margin: 0px;
    }

.pnlTotalFilterOfAuthorizationV2 {
    margin: 10px 0px 0px 0px;
}

.pnlFilterAuthorizationV2 {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    background: #b0b0b0;
}

.pnlCenterThisV2 {
    display: block;
    margin: 0px auto;
    position: static;
    padding: 0px 0px 0px 10px;
}

.ddlFilterAuthorizationV2 {
    padding: 7px 7px;
    margin: 0px;
    width: 99%;
    font-size: 12px;
}

/*.lnkFilterAuthorizationV2 { padding:6px 3px; color:#758117; background:#EFF7B2; border:2px solid #a6b622; letter-spacing:1px; font-size:16px;
							-webkit-transition: all 0.35s;
							-moz-transition: all 0.35s;
							-o-transition: all 0.35s;
							-ms-transition: all 0.35s;
							transition: all 0.35s;
							
							-webkit-border-top-right-radius:10px;
							-moz-border-top-right-radius:10px;
							-o-border-top-right-radius:10px;
							-ms-border-top-right-radius:10px;
							border-top-right-radius:10px;
							
							-webkit-border-bottom-right-radius:10px;
							-moz-border-bottom-right-radius:10px;
							-o-border-bottom-right-radius:10px;
							-ms-border-bottom-right-radius:10px;
							border-bottom-right-radius:10px;
}
.lnkFilterAuthorizationV2:hover { color:#758117; background:white; text-decoration:none; }*/


.pnlFilteredAuthorization1V2 {
    width: 48%;
    float: left;
    margin: 10px 0px 0px 0px;
}

.pnlFilteredAuthorization2V2 {
    width: 48%;
    margin: 10px 0px 0px 0px;
    float: right;
}

.ulFilterAuthorization1V2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.liFilterAuthorization1V2 {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid white;
}

    .liFilterAuthorization1V2:first-child {
        border: none;
    }


.lnkFilteredAuthorizationV2 {
    background: #a6b622;
    display: block;
    text-indent: 10px;
    padding: 5px 0px 5px 0px;
    color: White;
    font-size: 0.800em;
}

    .lnkFilteredAuthorizationV2:hover {
        background: #758117;
        color: White;
        text-decoration: none;
    }

.tooltip4:hover .spanOfTable {
    display: block;
}

    .tooltip4:hover .spanOfTable:after {
        content: attr(data-title);
        text-align: left;
        text-shadow: 0px -1px #758117;
        position: absolute;
        font-size: 12px;
        background: rgba(85,94,15, 0.9);
        width: 300px;
        padding: 7px 7px;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-left: -4px;
        margin-top: -35px;
    }

.lnkRechargeItem {
    margin: 0px;
    padding: 10px;
    font-size: 1em;
    display: inline !important;
}

.lblRegion {
    font-size: 0.75em !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .tooltip4:hover .spanOfTable:after {
        content: attr(data-title);
        text-align: left;
        position: absolute;
        text-shadow: 0px -1px #758117;
        font-size: 12px;
        background: rgba(85,94,15, 0.9);
        width: 300px;
        padding: 7px 7px;
        color: #FFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin-left: 10px;
        margin-top: -45px;
    }
}

.hTituloOptionsAndSelection {
    margin: 0px;
    padding: 0px;
    font-size: 0.93em;
}

.pFilteredAuthorizationDetailsV2 {
    font-size: 12px;
    margin-bottom: 10px;
    text-indent: 7px;
}

.pnlFilteredAuthorizationDetailsV2 {
    margin: 0px;
    padding: 10px;
    background: #e0e3c3;
}

.ddlFilterAuthorizationDetailsV2 {
    padding: 5px 3px;
}

.labelFilterAuthorizationDetailsV2 {
    font-size: 16px;
    font-weight: bold;
}

.spanV2-1 {
    font-weight: bold;
}

.spanV2-2 {
}

.spanV2-3 {
}

.spanV2-4_1 {
    font-weight: bold;
}

.spanV2-4_2 {
    color: #a6b622;
    margin-left: 10px;
}

.lnkConfirmPaymentV2 {
    display: block;
    margin: -17px auto 0px auto;
    width: 100%;
    padding: 7px 0px;
    color: White;
    font-size: 14px;
    text-shadow: 0px -1px rgba(117, 129, 23, 0.7);
    text-align: center;
    background: -webkit-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
    background: linear-gradient(top, rgb(214, 221, 157) 0%, rgb(184, 195, 86) 6%, rgb(117, 129, 23) 89%, rgb(114, 126, 21) 95%, rgb(73, 81, 11) 97%, rgb(73, 81, 11) 99%, rgb(255, 255, 255) 100%);
}

    .lnkConfirmPaymentV2:hover {
        color: white;
        text-decoration: none;
        text-shadow: 0px 0px #a6b622;
        background: -webkit-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -o-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -ms-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: -moz-linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
        background: linear-gradient(top, rgb(194, 198, 148) 0%, rgb(148, 156, 70) 6%, rgb(89, 98, 17) 68%, rgb(49, 54, 6) 99%, rgb(255, 255, 255) 100%);
    }

.lnkConfirmPaymentV2Disabled, .lnkConfirmPaymentV2Disabled:hover {
    display: block;
    margin: -17px 0px 0px 0px;
    width: 100%;
    padding: 7px 0px;
    background: #aaaaaa;
    font-size: 14px;
    color: White;
    text-shadow: 0px -1px rgba(117, 129, 23, 0.7);
    text-align: center;
    text-decoration: none;
}


.labelEmailV2 {
    font-size: 12px;
}

.txtEmailSendV2 {
    width: 250px;
    padding: 5px;
    margin-left: 10px;
}

.tooltip5:hover:after {
    content: attr(data-title);
    position: absolute;
    width: 260px;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 12px;
    text-shadow: 0px -1px #000;
    background: rgba(0, 0, 0, 0.92);
    padding: 8px 7px;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: left;
}












/* --- ULTIMATE EVENT LISTING --- */

.pnlUltimateContainer {
    width: 1140px;
    overflow: hidden;
    position: relative;
}

.panelContainer1 {
    width: 1140px;
    margin-left: 0px;
}

.panelContainer2 {
    width: 1140px;
    position: absolute;
    top: 0px;
    left: 1190px;
}

.seeOtherEvents {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 15px;
    background: url('/images/final-back-arrow.png') no-repeat;
    cursor: pointer;
    text-indent: -10000px;
    /*-webkit-transition: all 0.35s;
							-moz-transition: all 0.35s;
							-o-transition: all 0.35s;
							-ms-transition: all 0.35s;
							transition: all 0.35s;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .seeOtherEvents:hover {
        background-position: -40px;
    }

    .seeOtherEvents:active {
        background-position: -80px;
    }
/*.eventPageBackBtnHouse2 {  }*/

.eventPageDetailContainer2 {
    width: 780px;
    position: relative;
    border-right: 1px dashed #696969;
    padding-right: 23px;
    min-height: 337px;
}





.confirmAuthorizDeleteV1 {
    display: none;
    margin: 0px;
    padding: 0px;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
}

.confirmAuthorizDeleteChild {
    margin: auto;
    padding: 10px;
    background: transparent;
    width: 300px;
    height: auto;
    border-radius: 10px;
}

.confirmAuthorizDeleteChild2 {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.warningDeleteAuthoriz {
    color: #a6b622;
    margin: 10px 0px 0px 20px;
}

.warningDeleteAuthorizMsg {
    text-indent: 5px;
    margin: 0px 0px 20px 0px;
}

/* Card Add - begin*/
.addCardStep {
}

.addCardStep1 {
    /*background-color: #ededed;*/
    padding: 35px;
}

.addCardStep2 {
    background-color: #ededed;
    display: block;
    margin: auto;
    padding: 20px;
    padding-top: 5px;
    width: 350px;
}

    .addCardStep2 label {
        display: inline-block;
        font-size: 0.75em;
        font-weight: bold;
    }

    .addCardStep2 .tableCardData tr td:first-child {
        text-align: right;
        padding-right: 10px;
    }

    .addCardStep2 .tableCardData tr td input {
        width: auto;
        font-size: 0.75em;
        padding: 5px;
        border: 1px solid #a6b622;
    }

    .addCardStep2 .tableCardData tr td [type="text"]:disabled {
        border-radius: 0px !important;
        border: 0px solid #8b8b8b;
        color: rgb(68, 66, 66);
    }



.pnlAddCard {
    padding-top: 20px;
}

.addCardStepControl {
    margin-bottom: 20px;
}

.pnlCardData {
    margin: auto;
}

.bottomButtons {
    text-align: right;
    margin-top: 10px;
}

.bottomButtons2 {
    text-align: right;
    margin-top: 5px;
    margin-bottom: -20px;
}

.addCardStep3 {
    padding-left: 100px;
}

.buttonsFinalStep {
    margin-top: 50px;
    margin-left: 10px;
}

.pnlProgressBar {
    margin: auto;
    width: 300px;
    text-align: center;
}

/* Card Add - end*/
