/** Font Styles **/
@font-face {
    font-family: 'Museo Slab 500';
    font-style: normal;
    font-weight: normal;
    src: local('Museo Slab 500'), url('exljbris-MuseoSlab-500.woff') format('woff');
}

/** BODY **/
html, body {
    margin: 5px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
}

/* MAIN CONTENT */
/*#generalMainContent{
    margin-top: 160px;
}*/
@media only screen and (min-width: 993px) {
    #generalMainContent {
        height: 475px;
        width: 100%;
    }
}

@media only screen and (min-width: 1360px) {
    #generalMainContent {
        height: 500px;
        width: 100%;
    }
}

@media only screen and (min-width: 1900px) {
    #generalMainContent {
        height: 686px;
        width: 100%;
    }
}
.tableMain {
    width: 100%;
    height: 100%;
}

.tableMain td {
    margin: 0;
    padding: 0;
}

.main {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#expiredContainer{
    background-color: rgba(255, 255, 255);
    width: 100%;
    text-align: center;
    height: 100% ! important;
    position: absolute;
    top: 0px;
    left: 0px;
}

.container {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.mainContent {
    padding: 0;
    background: whitesmoke;
}

.mainContentAux {
    height: auto;
    min-height: 100%;
    background: whitesmoke;
}

/** HEADER **/
#headerContainer {
    position: absolute;
    /*background-color: rgb(161, 161, 161);*/
    background: #FFFFFF;
    width: 100%;
    height: 180px;
    margin-top: -10px;
    z-index: 2;
}

#subContainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

/** Footer **/
#footerContainer {
    width: 100%;
    height: 12%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    -webkit-box-shadow: inset 3px 7px 9px -4px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 3px 7px 9px -4px rgba(0,0,0,0.55);
    box-shadow: inset 3px 7px 9px -4px rgba(0,0,0,0.55);
}

#footerContent {
    width: 100%;
    color: white;
    padding-top: 11px;
}

#right-aside{
    height: 475px;
    background: rgb(249, 246, 246) url(../../images/banco/tour-sidebanner.jpg) no-repeat;
    background-size: cover;
}

.centeredFull{
    width: 100%;
    height: 100%;
}

/*@media only screen and (min-width: 993px) {
    #right-aside{
        height: 475px;
    }

    .centeredFull {
        width: 1200px;
        height:100%;
    }
}

@media only screen and (min-width: 1360px) {
    #right-aside{
        height: 500px;
    }

    .centeredFull {
        width: 1272px;
        height: 100%;
    }
}

@media only screen and (min-width: 1900px) {

    #right-aside{
        height: 686px;
    }

    .centeredFull {
        width: 1728px;
        height: 100%;
    }
}*/


/** LOGIN **/
.loginPanelTable {
    width: 100%;
    min-height: 475px;
}

.loginPanelTable table {
    margin: 0 auto;
    margin-top: -1px;
}

@media only screen and (min-width: 993px) {
    .loginContainer {
        height: 475px;
    }
}

@media only screen and (min-width: 1360px) {
    .loginContainer {
        height: 500px;
    }
}

@media only screen and (min-width: 1900px) {
    .loginContainer {
        height: 686px;
    }
}

/** ICEPNLTAB **/

/* ON */
.icePnlTbOn {
    background-color: #E3E3E3;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

/* OFF */
.icePnlTbOff {
    box-shadow: inset 0px -3px 9px -6px rgba(0, 0, 0, 0.55);
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6d222b;
    border-radius: 6px 6px 0 0;
}

/* OVER */
.icePnlTbOver {
    font-size: 12px;
    font-weight: bold;
    background-color: #6d222b;
    border-radius: 6px 6px 0 0;
    color: white;
}

/** VERTICAL NAVIGATION **/
.navigator {
    background: #3C4C65FF;
    width: 180px;
    border-right: 3px solid #002E4A;
}

.iceMnuBarVrtItem { /* was iceMenu_verticalItem */
    width: 174px;
    display: block;
}

.iceMnuItm { /* was iceSubMenuRow*/
    padding: 0;
    display: block;
    height: 29px;
    background-color: white;
    min-width: 96px;
    color: #3C4C65FF;
}

.iceMnuItm a:hover {
    background: linear-gradient(35deg, white, #3C4C65FF);
    background-size: 400%;
    -webkit-animation: GradientAnimation 10s ease infinite;
    -moz-animation: GradientAnimation 10s ease infinite;
    animation: GradientAnimation 10s ease infinite;
    text-decoration: none;
    display: block;
    height: 16px;
    padding-top: 8px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    color: #3C4C65FF;

}

.iceMnuBarVrtItem a:hover {
    background: linear-gradient(35deg, white, #3C4C65FF);
    background-size: 400%;
    -webkit-animation: GradientAnimation 10s ease infinite;
    -moz-animation: GradientAnimation 10s ease infinite;
    animation: GradientAnimation 10s ease infinite;
    color: #3C4C65FF;
    text-decoration: none;
}

.iceMnuBarVrtItem a {
    background-color: rgb(60, 76, 101);
    height: 19px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 8px;
    padding-bottom: 3px;
    color: #002E4A;
    font-size: 1.1em;
    margin-bottom: 2px;
    float: none;
    display: block;
    text-decoration: none;
    width: 100%;
}

/** HEADER TABLET **/
.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2 {
    background-color: #D1A758;
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: right;
    color: white;
    padding-left: 5px;
}

/** UTILS **/
.primary-underline {
    border-bottom: 2px solid #3C4C65FF;
}

.white-text{
    color: white !important;
    font-size: 13px;
    font-weight: bold;
}

.green-text{
    color: #004894 !important;
    font-size: 13px;
    font-weight: bold;
}

.gray-text{
    color: #475C67 !important;
    font-size: 13px;
    font-weight: bold;
}

.bold-text{
    color: #444 !important;
    font-size: 12px !important;
}

.big-shadow {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
}

.slow-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.overShadow {
    -webkit-box-shadow: 0px 1px 21px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 1px 21px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 1px 21px 0px rgba(50, 50, 50, 1);
}

.emphasis-text {
    color: #555555;
    font-style: italic;
}

/** SLIDES STYLE **/
.slide-display {
    display: none;
}

.slide-text {
    font-family: 'Museo Slab 500';
    font-weight: normal;
    font-size: 55px;
    width: 50%;
    padding-top: 17px;
    color: white;
    padding-left: 15px;
    text-shadow: 4px 3px 0px rgb(40, 90, 117), 7px 5px 0px rgba(0, 0, 0, 0.15);
}

.slide-left {
    float: left !important
}

.slide-right {
    float: right !important;
}

.slide-padding-left {
    padding-left: 16px !important
}

.slide-padding-right {
    padding-right: 16px !important
}

.slide-hover-text:hover {
    color: dimgray !important
}

.slide-badge {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.slide-badge {
    border-radius: 50%
}

.slide-border {
    border: 1px solid #ccc !important
}

.slide-transparent {
    background-color: transparent !important
}

.slide-white, .slide-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.slide-white, .slide-hover-white {
    -webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
    transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s
}

.slide-center {
    text-align: center !important
}

.slide-text-white, .slide-hover-text-white:hover {
    color: #fff !important
}

.slide-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.slide-large {
    font-size: 18px !important
}

.slide-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.slide-left, .slide-right, .slide-badge {
    cursor: pointer
}

.slide-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.slide-imitator{
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 993px) {
    .slide-item{
        background-size: cover;
        min-height: 475px;
        margin-top: -5px;
    }

    .slide-imitator{
        background-size: cover;
        min-height: 475px;
        margin-top: -5px;
    }
}

@media only screen and (min-width: 1360px) {
    .slide-item{
        background-size: cover;
        min-height: 500px;
        margin-top: -5px;
    }

    .slide-imitator{
        background-size: cover;
        min-height: 500px;
        margin-top: -5px;
    }
}

@media only screen and (min-width: 1900px) {
    .slide-item{
        background-size: cover;
        min-height: 686px;
        margin-top: -5px;
    }

    .slide-imitator{
        background-size: cover;
        min-height: 686px;
        margin-top: -5px;
    }
}

.display-aligner{}
.display-aligner div{
    display: inline-block;
}


