

@import url('./fonts/Futura-PT-Bold/FuturaPT-Bold.css?v=0');
@import url('./fonts/Futura-PT-Book/FuturaPT-Regular.css?v=0');

*{
    outline: none;
}


html,
body{
    width: 100%;
    height: 100%;
}

body{
    background-color: #000000;
    text-align: center;
    font-family: 'Futura PT Book';
    margin: 0px;
    padding: 0px;
}

#templateJanela{
    display: none;
}

a{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.glossaryTerm{
    text-decoration: none;
    border-bottom: 1px solid #00bcd9;
    color: inherit;
    cursor: pointer;
}

.divTutorial .glossaryTerm{
    border-bottom: 1px solid #FFFFFF;
}

#tabela{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
#tabela-cell{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#wrap{
    position: relative;
    width: 100%;
    height: 100%;
    
    /*min-width:1000px;*/
    /*min-height:700px;*/
    
    /*max-width:3065px;*/
    /*max-height:1811px;*/
    
    /*border: 1px solid #FFFFFF;*/
    /*background-color:#000000;*/
    margin: auto;
/*    top:50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -500px;*/
}

body.full #tabela{
    visibility: hidden;
}


#full{
    position: absolute;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
#full-cell{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

#btFull{
    color: #1965af;
    font-size: 20px;
    text-decoration: none;
}
#btFull:hover{
    text-decoration: underline;
}
body.full #full{
    visibility: visible;
}

#escolhaJogo{
    position: absolute;
/*    display: none;*/
    top: 0px;
    left: 0px;
    width:100%;
    color: #FFFFFF;
    /*background-color: #000000;*/
    height:100%;
    /*background-image: url("../images/home/home_bg.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    overflow: hidden;
}

#homeWindowDiv .texto .tipo{
    position: relative;
    height: 79px;
    display: none;
}
#homeWindowDiv .texto .tipo a{
    position: relative;
    display: block;
    width: 202px;
    height: 50px;
    float: left;
    font-size: 15px;
    background-image: url("../images/table/bg_88.png");
    text-align: left;
    padding-left: 30px;
    padding-top: 25px;
    margin-right: 4px;
    color: #8E8E8E;
    text-decoration: none;
}

#homeWindowDiv .texto .tipo_lista{ 
    position: relative;
    background-color: #FFFFFF;
}
#homeWindowDiv .texto .tipo_lista > div{ 
    display: none;
    height: 150px;
    overflow: auto;
}

#homeWindowDiv .texto .tipo_lista #tipo_lista_free{
    overflow: hidden;
}

#homeWindowDiv .texto .tipo_lista #tipo_lista_free .logout{
    display: none;
}

#homeWindowDiv .texto .tipo_lista #tipo_lista_free input{
    float: right;
    width: 300px;
    border:0px;
    border-bottom: 1px solid #797979;
    font-family: 'Futura PT Bold';
    font-size: 15px;
    color: #8E8E8E;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_free input.error{
    background-color: #1D485A;
    color: #FFFFFF;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_free > div > div{ 
    position: relative;
    display: block;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 27px;
    color: #8E8E8E;
    text-decoration: none;
    border-bottom: 1px solid #797979;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_free a{ 
    font-size: 15px;
    color: #8E8E8E;
    text-decoration: none;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_free a:hover{ 
    text-decoration: underline;
}

#homeWindowDiv .texto .tipo_lista #tipo_lista_mission a{ 
    position: relative;
    display: block;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 27px;
    color: #8E8E8E;
    text-decoration: none;
    border-bottom: 1px solid #797979;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_mission a.active,
#homeWindowDiv .texto .tipo_lista #tipo_lista_mission a:hover{
    color: #00BCDB;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_mission a.inactive{
    opacity: .2;
    cursor: default;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_mission a.inactive:hover{
    color: #8E8E8E;
}


#homeWindowDiv .texto .help{
    background-color: #FFFFFF;
    padding: 5px 30px;
    margin-top: 4px;
}
#homeWindowDiv .texto > .error{
    background-color: #FFFFFF;
    text-align: center;
    color: #1D485A;
    padding: 5px 30px;
    margin-top: 4px;
    display: none;
}

#homeWindowDiv .texto .bts{
    border-top: 1px solid #909796;
    background-color: #FFFFFF;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 0px;
}
#homeWindowDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #1D485A;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#homeWindowDiv .texto .bts a:hover{
    color: #969696;
}


#homeWindowDiv #btPlay.loading{
    background-image: url("../images/table/loader_f_branco.gif");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    cursor: default;
}



#registoDiv{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 468px;
    text-align: left;
    padding: 10px;
    font-size: 16px;
    display: none;
}
#registoDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
}

#registoDiv .texto{
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #969696;
}

#registoDiv .texto .nome{
    position: relative;
    height: 67px;
    font-size: 22px;
    border-bottom: 1px solid #797979;
    padding-left: 30px;
    padding-top: 50px;
    background-image: url("../images/table/bg_88.png");
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 0px;
}
#registoDiv .texto .nome .icon{
    position: absolute;
    width: 48px;
    height: 48px;
    top: 40px;
    right: 30px;
    background-image: url("../images/home/icon_register.png");
    background-repeat: no-repeat;
    background-position: top right;
}

#registoDiv .texto .tipo_lista{ 
    position: relative;
    background-color: #FFFFFF;
}
#registoDiv .texto .tipo_lista input{
    float: right;
    width: 300px;
    border:0px;
    border-bottom: 1px solid #797979;
    font-family: 'Futura PT Bold';
    font-size: 15px;
    color: #8E8E8E;
}
#registoDiv .texto .tipo_lista input.error{
    background-color: #fed255;
    color: #FFFFFF;
}
#registoDiv .texto .tipo_lista > div{ 
    position: relative;
    display: block;
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 27px;
    color: #8E8E8E;
    text-decoration: none;
    border-bottom: 1px solid #797979;
}
#registoDiv .texto .tipo_lista a{ 
    font-size: 15px;
    color: #8E8E8E;
    text-decoration: none;
}
#registoDiv .texto .tipo_lista a:hover{ 
    text-decoration: underline;
}

#registoDiv .texto > .error{
    background-color: #FFFFFF;
    text-align: center;
    color: #1D485A;
    padding: 5px 30px;
    margin-top: 4px;
    display: none;
}

#registoDiv .texto .bts{
    border-top: 1px solid #909796;
    background-color: #FFFFFF;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 0px;
}
#registoDiv .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #1D485A;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 48%;
}
#registoDiv .texto .bts a{
    border-right: 1px solid #797979;
}
#registoDiv .texto .bts a.last{
    border-right: 0px;
}
#registoDiv .texto .bts a:hover{
    color: #969696;
}


#registoDiv #btRegisto.loading{
    background-image: url("../images/table/loader_f_branco.gif");
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    cursor: default;
}



#canvasContainer{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /*width: 2000px;*/
    /*height: 1400px;*/
    /*background-color: #000000;*/
}
#canvas{
    display: block;
    /*width: 2000px;*/
    /*height: 1400px;*/
    /*background-color: #1D2D35;*/
}

#loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    text-align: center;
    font-size: 80px;
    display: table;
}

#loading .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0,7;
    display: none;
}

#loading > div{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.overlayCanvas,
#overlayCanvas{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    height: 100%;
    background-color: #000000;
    opacity:0.80;
}

#escolhaJogo .overlayCanvas{
    display: block;
    background-color: transparent;
}

#miniJogosContainer,
#monthContainer,
#saveLoadContainer,
#questionContainer,
#leaderboardContainerJogo,
#leaderboardContainer,
#alertContainer{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


/* Leaderboar */
.leaderboardDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.leaderboardDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
}

.leaderboardDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #969696;
}
.leaderboardDiv .texto > .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px solid #797979;
    padding-left: 30px;
    padding-top: 20px;
}
.leaderboardDiv .texto > .nome .icon{
    position: absolute;
    width: 27px;
    height: 27px;
    top: 20px;
    right: 30px;
    background-image: url("../images/table/leaderboard_icon.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.leaderboardDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    max-height: 400px;
    overflow: auto;
}
.leaderboardDiv .texto .message.loading{
    background-image: url("../images/table/loader_f_branco.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50px;
}
.leaderboardDiv .texto .message table{
    border-collapse: collapse;
    width: 100%;
}
.leaderboardDiv .texto .message table .separador td{
    border-bottom: 1px solid #797979;
    height: 10px;
}
.leaderboardDiv .texto .message table .separadorNone td{
    height: 10px;
}
.leaderboardDiv .texto .message table .numero{
    text-align: center;
    vertical-align: top;
    font-family: 'Futura PT Bold';
    font-size: 26px;
    color: #2dc9df;
    border-right: 1px solid #797979;
    width: 60px;
}
.leaderboardDiv .texto .message table .detalhes{
    padding-left: 30px;
}
.leaderboardDiv .texto .message table .detalhes img{
    margin-left: 20px;
    margin-right: 5px;
}
.leaderboardDiv .texto .message table .nome{
    font-family: 'Futura PT Bold';
    font-size: 26px;
    color: #2dc9df;
    padding-bottom: 10px;
}


.leaderboardDiv .texto .bts{
    border-top: 1px solid #909796;
}
.leaderboardDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #1D485A;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.leaderboardDiv .texto .bts a:hover{
    color: #969696;
}
/* finantialAdvisorDiv */
.finantialAdvisorDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.finantialAdvisorDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
}

.finantialAdvisorDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #969696;
}
.finantialAdvisorDiv .texto > .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px solid #797979;
    padding-left: 30px;
    padding-top: 20px;
}
.finantialAdvisorDiv .texto > .nome .icon{
    position: absolute;
    width: 30px;
    height: 28px;
    top: 20px;
    right: 30px;
    background-image: url("../images/table/financial_advisor_icon.png");
    background-repeat: no-repeat;
    background-position: top right;
}

.finantialAdvisorDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    max-height: 400px;
    overflow: auto;
    padding: 30px;
}
.finantialAdvisorDiv .texto .message a{
    display: block;
    color: #1D485A;
    text-decoration: none;
}
.finantialAdvisorDiv .texto .message a:hover{
    text-decoration: underline;
}

.finantialAdvisorDiv .texto .bts{
    border-top: 1px solid #909796;
}
.finantialAdvisorDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #1D485A;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.finantialAdvisorDiv .texto .bts a:hover{
    color: #969696;
}

#saveDiv.home .texto .bts{
    display: none;
}

#saveDiv .texto .lista{
    margin-top: -20px;
    margin-bottom: -20px;
}
#saveDiv .texto .item{
    position: relative;
    padding-right: 130px;
    /*padding-left: 30px;*/
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
#saveDiv .texto .item:last-child{
    border-bottom: 0px;
}
#saveDiv .texto .item .options{
    position: absolute;
    top: 30px;
    right: 00px;
    width: 100px;
    text-align: right;
}
#saveDiv .texto .item .options a{
    display: inline-block;
    width: 35px;
    height: 27px;
    color: #000000;
    font-size: 20px;
}
#saveDiv .texto .item .options a:hover{
    color: #ffffff;
}

/* Tutorial  */
.divTutorial{
    position:absolute;
    display: none;
    border:0px;
    color:#fff;
    font-size: 15px;
    min-width: 100px;
    max-width: 900px;
    text-align: left;
}
.divTutorial .texto{
    position: relative;
}
.divTutorial .title{
    position:relative;
    border:0px;
    background-image: url("../images/table/bg_tutorial.png");
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 0px;
    
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 0px;
    
    margin-bottom: 4px;
    
    height: 47px;
    padding-left: 30px;
    padding-top: 20px;
    color:#fff;
    font-size: 26px;
}
.divTutorial .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position:relative;
    border:0px;
    background-image: url("../images/table/bg_tutorial.png");
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 0px;
    
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 0px;
    
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
}


.redAlert{
    color: red;
}


/* confirmDiv */
.divWithBorder{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 880px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}
.divWithBorder .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
}

.divWithBorder .texto{
    position: relative;
    background-color: #FFFFFF;
/*    height: 680px;*/
    max-height: 641px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px;
    color: #969696;
}
.divWithBorder .texto .message{
    margin-bottom: 10px;
    font-size: 12px;
    max-height: 500px;
    overflow: auto;
}
.divWithBorder.left .texto .message{
    text-align: left;
}
.divWithBorder .texto a{
    color: #1fbcd9;
    text-decoration: none;
}

.divWithBorder .texto .message h1{
    font-size: 15px;
    color: #2dc9df;
    margin-bottom: 5px;
}
.divWithBorder .texto .message h2{
    font-size: 13px;
    color: #2dc9df;
    margin-bottom: 5px;
}


/* glossario Div*/
#glossarioDiv,
#helpDiv{
    display: none;
}


/* Detalhe Div 2*/
#detalheDiv_2{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 880px;
    text-align: center;
    padding: 10px;
    z-index: 5;
}
#detalheDiv_2 .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
    z-index: 0;
}

#detalheDiv_2 .texto > .header{
    position: relative;
    width: 100%;
    height: 80px;
    background-image: url("../images/table/bg_88.png");
    
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 0px;
    
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 0px;
    
    display: table;
    
    margin-bottom: 4px;
}

#detalheDiv_2 .texto > .header .nome{
    position: relative;
    font-size: 26px;
    color: #969696;
    text-align: left;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}
#detalheDiv_2 .texto > .header .icon{
    position: absolute;
    top: 0px;
    right: 30px;
    height: 80px;
    display: table;
}
#detalheDiv_2 .texto > .header .icon > div{
    display: table-cell;
    vertical-align: middle;
}

#detalheDiv_2 .texto > .header .tabs{
    position: absolute;
    right: 0px;
    top: 30px;
    text-align: right;
    padding-right: 120px;
}
#detalheDiv_2 .texto > .header .tabs > div{
    position: relative;
    display: inline-block;
    margin-right: 2px;
}
#detalheDiv_2 .texto > .header .tabs a{
    font-size: 12px;
    color: #adadad;
    text-decoration: none;
    padding: 0px;
    padding-left: 20px;
    padding-right: 26px;
    background-image: url("../images/table/ponto.png");
    background-repeat: no-repeat;
    background-position: right center;
}
#detalheDiv_2 .texto > .header .tabs div:last-child a{
    padding-right: 0px;
    background-image: none;
}
#detalheDiv_2 .texto > .header .tabs a.selected,
#detalheDiv_2 .texto > .header .tabs a:hover{
    color: #00bbdc;
    text-decoration: underline;
}


#detalheDiv_2 .lista{
    position: relative;
    width: 100%;
    height: 84px;
    
    overflow: hidden;
}

/* NAV */
#detalheDiv_2 .nav{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#detalheDiv_2.noNav .nav{
    display: none;
}

#detalheDiv_2 .nav .arrow{
    position: absolute;
    top: 0px;
    display: block;
    width: 126px;
    height: 80px;
    background-image: url(../images/table/bg_88.png);
    cursor: pointer;
}
#detalheDiv_2 .nav .arrow div{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
#detalheDiv_2 .nav .arrow.left{
    left: 0px;
}
#detalheDiv_2 .nav .arrow.left div{
    background-image: url(../images/table/arrowleft.png);
}
#detalheDiv_2 .nav .arrow.left:hover div{
    background-image: url(../images/table/arrowleft_hover.png);
}
#detalheDiv_2 .nav .arrow.right{
    right: 0px;
}
#detalheDiv_2 .nav .arrow.right div{
    background-image: url(../images/table/arrowright.png);
}
#detalheDiv_2 .nav .arrow.right:hover div{
    background-image: url(../images/table/arrowright_hover.png);
}


#detalheDiv_2 .items{
    position: absolute;
    top: 0px;
    left: 130px;
    width: 624px;
    height: 80px;
    overflow: hidden;
}
#detalheDiv_2 #slideItems{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}

#detalheDiv_2.noNav .items{
    left: 0px;
    width: 880px;
}

#detalheDiv_2 .item{
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: 80px;
    
    cursor: pointer;
    
    margin-right: 4px;
    border-bottom: 4px solid transparent;
    
    background-image: url(../images/table/bg_88.png);
    
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */

    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */

    -moz-background-clip: content;     /* Firefox 3.6 */
    -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
    background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */

    
}

#detalheDiv_2 .spacer{
    position: relative;
    display: block;
    float: left;
    width: 256px;
    height: 80px;
    
    background-image: url(../images/table/bg_88.png);
}

#detalheDiv_2 .item.my::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #00bbdb;
    content: ' ';
}
/*
#detalheDiv_2 .item.my,
#detalheDiv_2 .item.my:hover{
    background-image: none;
    background-color: #04c9ea;
    border-bottom: 4px solid #ffffff;
}*/
#detalheDiv_2 .item.my.selected,
#detalheDiv_2 .item.selected,
#detalheDiv_2 .item:hover{
    background-image: none;
    background-color: #FFFFFF;
    border-bottom: 4px solid #ffffff;
}
#detalheDiv_2 .item .letra{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 22px;
    height: 20px;
    background-image: url("../images/table/letra_bg.png");
    color: #B7B7B7;
    font-size: 16px;
    text-align: center;
    padding-top: 2px;
}
#detalheDiv_2 .item.selected .letra,
#detalheDiv_2 .item:hover .letra{
    background-image: url("../images/table/letra_bg_on.png");
    color: #00BCDB;
}

#detalheDiv_2 .item .icon{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#detalheDiv_2 .detalhes{
    position: relative;
    background-color: #FFFFFF;
    
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 0px;
    
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 0px;
}

#detalheDiv_2 .detalhe{
    display: none;
}
#detalheDiv_2 .detalhes .header{
    position: relative;
    text-align: left;
    font-size: 26px;
    color: #00BCDB;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #7A7A7A;
    display: table;
    margin-bottom: 20px;
}

#detalheDiv_2 .detalhes .header .nome{
    position: relative;
    font-size: 26px;
    color: #00BCDB;
    text-align: left;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
}
#detalheDiv_2 .detalhes .header .nome .iconSom{
    position: absolute;
    left: 30px;
    top: 0px;
}
#detalheDiv_2 .detalhes .header .nome .iconSom a{
    background-image: url("../images/table/icon_sound.png");
}
#detalheDiv_2 .detalhes .header .nome .iconSom.loading{
    background-image: url("../images/table/loader_f_branco.gif");
}




#detalheDiv_2 .detalhes .header .ferramentas{
    position: absolute;
    top: 0px;
    right: 30px;
    height: 80px;
    display: table;
}
#detalheDiv_2 .detalhes .header .ferramentas > div{
    display: table-cell;
    vertical-align: middle;
}
#detalheDiv_2 .detalhes .tabela{
    padding-bottom: 20px;
}

#detalheDiv_2 table{
    position: relative;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    z-index: 1;
}
#detalheDiv_2 tr th{
    position: relative;
    color: #2dc9df;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    border-left: 1px solid #bcbcbc;
    padding-left: 15px;
    padding-right: 15px;
}

#detalheDiv_2 tr td.first,
#detalheDiv_2 tr th.first{
    border: 0px;
}
#detalheDiv_2 td{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    position: relative;
    color: #969696;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #bcbcbc;
    padding-left: 15px;
    padding-right: 15px;
}

#detalheDiv_2 .iconRequire{
    display: inline-block;
    width: 80px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
#detalheDiv_2 .iconRequire span{
    display: none;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#tooltipGame{
    z-index: 999;
    position:absolute;
    border:1px solid #00BCDB;
    background-color:#00BCDB;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    color:#fff;
    font-size: 14px;
    min-width: 100px;
    max-width: 500px;
    text-align: center;
}

#tooltipGame:after, #tooltipGame:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#tooltipGame:after {
    border-color: rgba(0, 188, 219, 0);
    border-top-color: #00BCDB;
    border-width: 15px;
    margin-left: -15px;
}
#tooltipGame:before {
    border-color: rgba(0, 188, 219, 0);
    border-top-color: #00BCDB;
    border-width: 16px;
    margin-left: -16px;
}

/* Icons */
.iconSom_c /* Cinzento */,
.iconSom{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: none;
}
.iconSom_c.loading,
.iconSom.loading{
    background-image: url("../images/table/loader_f_azul.gif");
    background-repeat: no-repeat;
    background-position: center center;
}
.iconSom_c.loading{
    background-image: url("../images/table/loader_f_branco.gif");
}
.iconSom_c a,
.iconSom a{
    display: inline-block;
    background-image: url("../images/table/icon_sound_b.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}
.iconSom_c a{
    background-image: url("../images/table/icon_sound.png");
}


body.offline .iconSom_c,
body.offline .iconSom,
.iconSom_c.playing a,
.iconSom_c.loading a,
.iconSom.playing a,
.iconSom.loading a{
    visibility: hidden;
}


.icon{
    display: none;
    display: inline-block;
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
}
.icon.off{
    opacity: .5;
}

/* Validados */
.icon_hire{width: 31px; height: 27px; background-image: url("../images/table/icon_apply.png");}
.icon_hire:hover{background-image: url("../images/table/icon_apply_hover.png");}
.icon_sack{width: 32px; height: 26px; background-image: url("../images/table/icon_quit.png");}
.icon_sack:hover{background-image: url("../images/table/icon_quit_hover.png");}
.icon_sell{width: 29px; height: 29px; background-image: url("../images/table/icon_sell.png");}
.icon_sell:hover{background-image: url("../images/table/icon_sell_hover.png");}
.icon_buy{width: 32px; height: 30px; background-image: url("../images/table/icon_buy.png");}
.icon_buy:hover{background-image: url("../images/table/icon_buy_hover.png");}
.icon_buyused{width: 32px; height: 30px; background-image: url("../images/table/icon_buy.png");}
.icon_buyused:hover{background-image: url("../images/table/icon_buy_hover.png");}



/* Por Validar */
.icon_quit{width: 32px; height: 26px; background-image: url("../images/table/icon_quit.png");}
.icon_quit:hover{background-image: url("../images/table/icon_quit_hover.png");}
.icon_cancel{width: 26px; height: 26px; background-image: url("../images/table/icon_cancel.png");}
.icon_cancel:hover{background-image: url("../images/table/icon_cancel_hover.png");}
.icon_enrol{width: 30px; height: 26px; background-image: url("../images/table/icon_enrol.png");}
.icon_enrol:hover{background-image: url("../images/table/icon_enrol_hover.png");}
.icon_rent{width: 28px; height: 29px; background-image: url("../images/table/icon_rent.png");}
.icon_rent:hover{background-image: url("../images/table/icon_rent_hover.png");}
.icon_stay{width: 28px; height: 29px; background-image: url("../images/table/icon_rent.png");}
.icon_stay:hover{background-image: url("../images/table/icon_rent_hover.png");}
.icon_pay{width: 29px; height: 29px; background-image: url("../images/table/icon_pay.png");}
.icon_pay:hover{background-image: url("../images/table/icon_pay_hover.png");}
.icon_leave{width: 35px; height: 29px; background-image: url("../images/table/icon_terminate.png");}
.icon_leave:hover{background-image: url("../images/table/icon_terminate_hover.png");}
.icon_fix{width: 27px; height: 26px; background-image: url("../images/table/icon_fix.png");}
.icon_fix:hover{background-image: url("../images/table/icon_fix_hover.png");}
.icon_apply{width: 31px; height: 27px; background-image: url("../images/table/icon_apply.png");}
.icon_apply:hover{background-image: url("../images/table/icon_apply_hover.png");}

.icon_downgrade{width: 27px; height: 27px; background-image: url("../images/table/icon_downgrade.png");}
.icon_downgrade:hover{background-image: url("../images/table/icon_downgrade_hover.png");}
.icon_upgrade{width: 32px; height: 30px; background-image: url("../images/table/icon_buy.png");}
.icon_upgrade:hover{background-image: url("../images/table/icon_buy_hover.png");}

.icon_make{width: 27px; height: 27px; background-image: url("../images/table/icon_make.png");}
.icon_make:hover{background-image: url("../images/table/icon_make_hover.png");}
.icon_withdrawal{width: 32px; height: 30px; background-image: url("../images/table/icon_withdrawal.png");}
.icon_withdrawal:hover{background-image: url("../images/table/icon_withdrawal_hover.png");}



body.lt .iconSom,
body.lt .iconSom_c{
    display: none;
}


/* Estrelas */
#fundoEstrelas{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
    z-index: 0;
}


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(../images/css/stars.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(../images/css/twinkling.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 1000s linear infinite;
  -ms-animation:move-twink-back 1000s linear infinite;
  -o-animation:move-twink-back 1000s linear infinite;
  -webkit-animation:move-twink-back 1000s linear infinite;
  animation:move-twink-back 1000s linear infinite;
}

.clouds{
    background:transparent url(../images/css/clouds3.png) repeat top center;
    z-index:3;

  -moz-animation:move-clouds-back 1000s linear infinite;
  -ms-animation:move-clouds-back 1000s linear infinite;
  -o-animation:move-clouds-back 1000s linear infinite;
  -webkit-animation:move-clouds-back 1000s linear infinite;
  animation:move-clouds-back 1000s linear infinite;
}





/* Janela */
.janelaV2{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.janelaV2.monthDiv{
    width: 570px;    
}
.janelaV2.big{
    width: 750px;
}

.janelaV2 > .texto{
    position: relative;
    background-color: #fed255;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
}
.janelaV2 > .texto .nome{
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Futura PT Bold';
}

.janelaV2 .texto .message{
    line-height: 20px;
    position: relative;
    max-height: 250px;
    overflow: auto;
    padding: 20px
}
.janelaV2.loading .texto .message{
    background-image: url("../images/css/loader_laranja.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50px;
}

.janelaV2 .texto .message .extraOptions{
    text-align: center;
}

.janelaV2.home .texto .message .lista .options a.remove{
    display: none;
}
.janelaV2.loading .texto .message .lista{
    display: none;
}


/* Botões */
.janelaV2 .texto .bts{
    border-top: 1px solid #ffffff;
    font-family: 'Futura PT Bold';
    text-align: center;
}
.janelaV2.loading .texto .bts{
    display: none;
}
.janelaV2 .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 48%;
}
.janelaV2 .texto .bts a{
    border-right: 1px solid #ffffff;
}
.janelaV2 .texto .bts a:last-child{
    border-right: 0px;
}
.janelaV2 .texto .bts a:hover{
    color: #000000;
}

.janelaV2 h1{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Input */
.janela input,
.janelaV2 .texto .message input{
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 3px;
}
.janela input.error,
.janelaV2 .texto .message input.error{
    background-color: #fed255;
    color: #FFFFFF;
}

/* tabela */
.janelaV2 .texto .message table{
    position: relative;
    border-collapse: collapse;
    margin-top: -20px;
    margin-bottom: -21px;
    width: 100%;
}
.janelaV2 .texto .message table tr{
    position: relative;
}
.janelaV2 .texto .message table .spacerA td{
    height: 15px;
}
.janelaV2 .texto .message table .spacerD td{
    height: 15px;
    border-bottom: 1px solid #ffffff;
}
.janelaV2 .texto .message table td{
    vertical-align: top;
    text-align: left;
    /*padding: 0px 30px;*/
    color:#000000;
    font-size: 14px;
}
.janelaV2 .texto .message table td > div{
    position: relative;
}
.janelaV2 .texto .message table td h1{
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    font-family: 'Futura PT Bold';
}
.janelaV2 .texto .message table td h2{
    font-size: 15px;
    color: #2dc9df;
    margin-bottom: 5px;
    font-family: 'Futura PT Bold';
}

.janelaV2 .texto .message table td.l{
    color: #000000;
    font-family: 'Futura PT Bold';
    border-right:  1px solid #ffffff;
    width: 80px;
    padding-right: 5px;
}
.janelaV2 .texto .message table td.r{
    padding-left: 5px;
}

.monthDiv.janelaV2 .texto .message table td{
    border-bottom: 1px solid #ffffff;
}
.monthDiv.janelaV2 .texto .message table td.l{
    width: 180px;
}
.monthDiv.janelaV2 .texto .message table td.r{
    padding: 15px 5px;
}

/*
#bsDiv.messagesDiv .texto .message table td{
    width: 33%;
}
#bsDiv.messagesDiv .texto .message table .header td{
    font-size: 14px;
    color: #00bcd9;
}
#bsDiv.messagesDiv .texto .message table .lista td{
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#bsDiv.messagesDiv .texto .message table tr td{
    border-right:  1px solid #797979;
}
#bsDiv.messagesDiv .texto .message table .spacerA td{
    border-right: 0px;
}
#bsDiv.messagesDiv .texto .message table tr td:last-child{
    border-right:  0px;
}*/



/* Janela */
.janela{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    
    padding: 10px;
    font-size: 16px;
    
    z-index: 10;
}
.janela > div{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    
    background-color: #000000;
    background-color: rgba(0,0,0,.85);
    
}
.janela > div > div{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #909796;
    opacity:0.5;
}

.janela .conteudo{
    position: relative;
    
    display: inline-block;
    width: 100%;
    max-width: 600px;
    
    background-color: #fed255;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    
}

.janela.big .conteudo{
    max-width: 900px;
}
.janela .conteudo.helper::before{
    content: ' ';
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    top: -30px;
    right: -30px;
    
    background-image: url("../img/icon_helper.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.janela .conteudo > .titulo{
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Futura PT Bold';
}
.janela .texto{
    line-height: 20px;
    position: relative;
    max-height: 250px;
    overflow: auto;
    padding: 20px;
        
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
.janela.loading .texto{
    background-image: url("../images/css/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
.janela.loading .audio > *,
.janela.loading .botoes > *,
.janela.loading .texto > *{
    display: none;
}
.janela .botoes{
    border-top: 1px solid #ffffff;
    font-family: 'Futura PT Bold';
    text-align: center;
}
.janela.loading .botoes{
    display: none;
}
.janela .botoes a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 48%;
}
.janela .botoes a{
    cursor: pointer;
    border-right: 1px solid #ffffff;
}
.janela .botoes a:last-child{
    border-right: 0px;
}
.janela .botoes a:hover{
    color: #000000;
}

.janela .audio{
    display: none;
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.janela .Registo,
.janela .login{
    text-align: left;
}
.janela .form-group{
    margin-bottom: 15px;
}

.janela .status{
    color: red;
}

.janela .linguas{
    margin-top: 20px;
    text-align: left;
}
.janela .linguas a{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}
.janela .linguas a.active,
.janela .linguas a:hover{
    color: #000000;
}