@font-face {
	font-family: 'Simple';
	src: url('../fonts/Simple_Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Simple_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/Simple_Regular.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Simple_Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
/*
@font-face {
	font-family: 'Yoga Sana Pro';
        font-weight: 700;
        font-style: italic;
	src: url('../fontes/YOGASANSPRO-BOLDITA.eot'); /* IE9 Compat Modes */
	/*src: url('../fontes/YOGASANSPRO-BOLDITA.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 /*    url('../fontes/YOGASANSPRO-BOLDITA.woff') format('woff'), /* Modern Browsers */
	  /*   url('../fontes/YOGASANSPRO-BOLDITA.ttf')  format('truetype'); /* Safari, Android, iOS */
/*}*/

*{
    outline: none;
}


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

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

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

.divTutorial .glossaryTerm{
    border-bottom: 1px dotted #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{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 468px;
    /*overflow: hidden;*/
    text-align: left;
    padding: 10px;
    font-size: 16px;
    display: none;
}
#homeWindowDiv .extraLinks{
    position: absolute;
    bottom: -50px;
    left: 0px;
    text-align: center;
    width: 100%;
}
#homeWindowDiv .extraLinks > div{
    display: inline-block;
    background-color: #909796;
    background: rgba(144,151,150,.7);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 15px;
    color: #FFFFFF;
}
#homeWindowDiv .extraLinks a{
    color: #FFFFFF;
    text-decoration: underline;
    vertical-align: middle;
}
#homeWindowDiv .extraLinks .leader{
    display: none;
}
#homeWindowDiv .extraLinks .leader a{
    text-decoration: none;
}
#homeWindowDiv .extraLinks .leader a img{
    margin-right: 10px;
}
#homeWindowDiv .extraLinks a *{
    vertical-align: middle;
}
    
    
#homeWindowDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

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

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

#homeWindowDiv .texto .lingua{
    position: relative;
    height: 82px;
    font-size: 15px;
    background-image: url("../images/table/bg_88.png");
    margin-bottom: 4px;
    overflow: hidden;
}
#homeWindowDiv .texto .lingua .lista{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#homeWindowDiv .texto .lingua .lista .lg{
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

#homeWindowDiv .texto .lingua a{
    position: absolute;
    top: 30px;
    display: block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
}
#homeWindowDiv .texto .lingua a.left{
    left: 30px;
    background-image: url(../images/table/arrowleft_small.png);
}
#homeWindowDiv .texto .lingua a.left:hover{
    background-image: url(../images/table/arrowleft_hover_small.png);
}
#homeWindowDiv .texto .lingua a.right{
    right: 30px;
    background-image: url(../images/table/arrowright_small.png);
}
#homeWindowDiv .texto .lingua a.right:hover{
    background-image: url(../images/table/arrowright_hover_small.png);
}

#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 a.mission{
    margin-right: 0px;
}

body.demo #homeWindowDiv .texto .tipo a{
    width: 438px;
    margin-bottom: 4px;
    height: 46px;
}

body.demo #homeWindowDiv .texto .tipo a.mission{
    display: none;
}


#homeWindowDiv .texto .tipo a .icon{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 30px;
    background-repeat: no-repeat;
    background-position: top right;
}
#homeWindowDiv .texto .tipo a.free .icon{
    background-image: url("../images/home/icon_free.png");
}
#homeWindowDiv .texto .tipo a.free:hover .icon,
#homeWindowDiv .texto .tipo a.free.active .icon{
    background-image: url("../images/home/icon_free_hover.png");
}
#homeWindowDiv .texto .tipo a.mission .icon{
    background-image: url("../images/home/icon_mission.png");
}
#homeWindowDiv .texto .tipo a.mission:hover .icon,
#homeWindowDiv .texto .tipo a.mission.active .icon{
    background-image: url("../images/home/icon_mission_hover.png");
}
#homeWindowDiv .texto .tipo a.active,
#homeWindowDiv .texto .tipo a:hover{
    color: #00BCDB;
    background-color: #ffffff;
    background-image: none;
    border-bottom: 4px solid #FFFFFF;
}


#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: 'Simple';
    font-size: 15px;
    color: #8E8E8E;
}
#homeWindowDiv .texto .tipo_lista #tipo_lista_free input.error{
    background-color: #01bdda;
    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 dotted #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 dotted #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: #01bdda;
    padding: 5px 30px;
    margin-top: 4px;
    display: none;
}

#homeWindowDiv .texto .bts{
    border-top: 3px solid #909796;
    background-color: #FFFFFF;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}
#homeWindowDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

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

#registoDiv .texto .nome{
    position: relative;
    height: 67px;
    font-size: 22px;
    border-bottom: 1px dotted #797979;
    padding-left: 30px;
    padding-top: 50px;
    background-image: url("../images/table/bg_88.png");
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
#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: 'Simple';
    font-size: 15px;
    color: #8E8E8E;
}
#registoDiv .texto .tipo_lista input.error{
    background-color: #01bdda;
    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 dotted #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: #01bdda;
    padding: 5px 30px;
    margin-top: 4px;
    display: none;
}

#registoDiv .texto .bts{
    border-top: 3px solid #909796;
    background-color: #FFFFFF;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}
#registoDiv .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 48%;
}
#registoDiv .texto .bts a{
    border-right: 1px dotted #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;
    width:100%;
    height:100%;
    background-color: #000000;
}
#canvas{
    display: none;
    width: 100%;
    height: 100%;
}

#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: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width:100%;
    background-color: #909796;
    opacity:0.55;
}

#escolhaJogo .overlayCanvas{
    display: block;
}

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


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

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

.alertMessageDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    padding: 30px;
}
.alertMessageDiv .texto .bts{
    border-top: 3px solid #909796;
}
.alertMessageDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.alertMessageDiv .texto .bts a:hover{
    color: #969696;
}
.alertMessageDiv .texto .message h1{
    color: #2dc9df;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}
.alertMessageDiv .texto .message h2{
    color: #2dc9df;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.alertMessageDiv .iconSom_c{
    top: 5px;
    right: 30px;
}

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

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

.alertMessageDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    padding: 30px;
}
.alertMessageDiv .texto .bts{
    border-top: 3px solid #909796;
}
.alertMessageDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.alertMessageDiv .texto .bts a:hover{
    color: #969696;
}
.alertMessageDiv .texto .message h1{
    color: #2dc9df;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}
.alertMessageDiv .texto .message h2{
    color: #2dc9df;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.alertMessageDiv .iconSom_c{
    top: 5px;
    right: 30px;
}
/* Messages */
.alertMessageDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.alertMessageDiv.big{
    width: 750px;
}
.alertMessageDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

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

.alertMessageDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    padding: 30px;
}
.alertMessageDiv .texto .bts{
    border-top: 3px solid #909796;
}
.alertMessageDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.alertMessageDiv .texto .bts a:hover{
    color: #969696;
}
.alertMessageDiv .texto .message h1{
    color: #2dc9df;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}
.alertMessageDiv .texto .message h2{
    color: #2dc9df;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}

.alertMessageDiv .iconSom_c{
    top: 5px;
    right: 30px;
}

/* 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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

.leaderboardDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #969696;
}
.leaderboardDiv .texto > .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px dotted #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 dotted #797979;
    height: 10px;
}
.leaderboardDiv .texto .message table .separadorNone td{
    height: 10px;
}
.leaderboardDiv .texto .message table .numero{
    text-align: center;
    vertical-align: top;
    font-family: 'Simple';
    font-size: 26px;
    color: #2dc9df;
    border-right: 1px dotted #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: 'Simple';
    font-size: 26px;
    color: #2dc9df;
    padding-bottom: 10px;
}


.leaderboardDiv .texto .bts{
    border-top: 3px solid #909796;
}
.leaderboardDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

.finantialAdvisorDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #969696;
}
.finantialAdvisorDiv .texto > .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px dotted #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: #01bdda;
    text-decoration: none;
}
.finantialAdvisorDiv .texto .message a:hover{
    text-decoration: underline;
}

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

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

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

.promptMessageDiv .texto .nome .icon.icon_save{
    background-image: url("../images/table/icon_save_load.png");
}
.promptMessageDiv .texto .nome .icon.icon_bank{
    background-image: url("../images/table/icon_bank_statement.png");
}

.promptMessageDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    padding: 30px;
}
.promptMessageDiv .texto .message input{
    border: 0px;
    border-left: 2px solid #8e8e8e;
    background-color: transparent;
    color: #8e8e8e;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.promptMessageDiv .texto .message input.error{
    background-color: #01bdda;
    color: #FFFFFF;
}
.promptMessageDiv .texto .bts{
    border-top: 3px solid #909796;
    padding-top: 10px;
    padding-bottom: 10px;
}
.promptMessageDiv .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.promptMessageDiv .texto .bts a{
    border-right: 1px dotted #797979;
}
.promptMessageDiv .texto .bts a.last{
    border-right: 0px;
}
.promptMessageDiv .texto .bts a:hover{
    color: #969696;
}

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

.questionMessageDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #969696;
}
.questionMessageDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    padding: 30px;
}

.questionMessageDiv .texto .message .extraOptions{
    text-align: center;
}
.questionMessageDiv .texto .message .icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 5px;
    border: 2px solid #00BCDB;
}
.questionMessageDiv .texto .message .icon.off{
    opacity: .25;
}
.questionMessageDiv .texto .message .icon:hover{
    background-color: #cccccc;
}



.questionMessageDiv .texto .bts{
    border-top: 3px solid #909796;
    padding-top: 10px;
    padding-bottom: 10px;
}
.questionMessageDiv .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.questionMessageDiv .texto .bts a{
    border-right: 1px dotted #797979;
}
.questionMessageDiv .texto .bts a.last{
    border-right: 0px;
}
.questionMessageDiv .texto .bts a:hover{
    color: #969696;
}


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


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

#saveDiv .texto .message{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    position: relative;
    max-height: 250px;
    overflow: auto;
}
#saveDiv.loading .texto .message{
    background-image: url("../images/table/loader_f_branco.gif");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 50px;
}

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

#saveDiv.home .texto .message .lista .options a.remove{
    display: none;
}

#saveDiv .texto .bts{
    border-top: 3px solid #909796;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

#saveDiv.loading .texto .bts{
    display: none;
}
#saveDiv.loading .texto .message .lista{
    display: none;
}

#saveDiv .texto .bts a{
    display: inline-block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    width: 48%;
}
#saveDiv .texto .bts a{
    border-right: 1px dotted #797979;
}
#saveDiv .texto .bts a.last{
    border-right: 0px;
}
#saveDiv .texto .bts a:hover{
    color: #969696;
}



#saveDiv .iconSom_c{
    top: 5px;
    right: 30px;
}

#saveDiv .texto .item{
    position: relative;
    padding-right: 130px;
    padding-left: 30px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #797979;
}
#saveDiv .texto .item .options{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    text-align: right;
}
#saveDiv .texto .item .options a{
    display: inline-block;
    width: 35px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: top center;
}
#saveDiv .texto .item .options a.save{background-image: url(../images/table/icon_load.png);}
#saveDiv .texto .item .options a.save:hover{background-image: url(../images/table/icon_load_hover.png);}
#saveDiv .texto .item .options a.remove{background-image: url(../images/table/icon_remove.png);}
#saveDiv .texto .item .options a.remove:hover{background-image: url(../images/table/icon_remove_hover.png);}

#saveDiv h1{
    font-family: 'Simple';
    font-size: 18px;
    color: #2dc9df;
    margin-bottom: 0px;
    margin-top: 0px;
}


/* 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: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    
    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: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    
    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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

.divWithBorder .texto{
    position: relative;
    background-color: #FFFFFF;
/*    height: 680px;*/
    max-height: 641px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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*/
.messagesDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 570px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.messagesDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}

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

#glossarioDiv .icon{
    background-image: url("../images/table/icon_glossario.png");
}
#helpDiv .icon{
    background-image: url("../images/table/icon_help.png");
}
#bsDiv .icon{
    background-image: url("../images/table/icon_bank_statement.png");
}

.messagesDiv > .texto .message{    
    line-height: 20px;
    position: relative;
    max-height: 250px;
    overflow: auto;
}
.messagesDiv .texto .message table{
    position: relative;
    border-collapse: collapse;
    width: 100%;
}
.messagesDiv .texto .message table tr{
    position: relative;
}
.messagesDiv .texto .message table .spacerA td{
    height: 15px;
}
.messagesDiv .texto .message table .spacerD td{
    height: 15px;
    border-bottom: 1px dotted #797979;
}
.messagesDiv .texto .message table td{
    vertical-align: top;
    text-align: left;
    padding: 0px 30px;
    color:#969696;
    font-size: 14px;
}
.messagesDiv .texto .message table td > div{
    position: relative;
}
.messagesDiv .texto .message table td h1{
    font-size: 16px;
    color: #2dc9df;
    margin-bottom: 5px;
    font-family: 'Simple';
}
.messagesDiv .texto .message table td h2{
    font-size: 15px;
    color: #2dc9df;
    margin-bottom: 5px;
    font-family: 'Simple';
}

.messagesDiv .texto .message table td.l{
    color: #00bcd9;
    border-right:  1px dotted #797979;
    width: 80px;
}
.messagesDiv .texto .message table td.r{
    font-family: Arial, Helvetica, sans-serif;
}
.messagesDiv .iconSom_c{
    top: 0px;
    right: -25px;
}


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

#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 dotted #797979;
}
#bsDiv.messagesDiv .texto .message table .spacerA td{
    border-right: 0px;
}
#bsDiv.messagesDiv .texto .message table tr td:last-child{
    border-right:  0px;
}

/* Month Div */
.monthDiv{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 570px;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    font-size: 16px;
}
.monthDiv .border{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #909796;
    opacity:0.5;
}
.monthDiv .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #969696;
}
.monthDiv .texto .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px dotted #797979;
    padding-left: 30px;
    padding-top: 20px;
}
.monthDiv .texto .nome .icon{
    position: absolute;
    width: 200px;
    height: 27px;
    top: 20px;
    right: 30px;
    background-image: url("../images/table/icon_bank_statement.png");
    background-repeat: no-repeat;
    background-position: top right;
    font-size: 16px;
    color: #00bcd9;
    text-align: right;
    padding-top: 5px;
    padding-right: 35px;
}

.monthDiv .texto .message{
    position: relative;
}
.monthDiv .texto .message table{
    border-collapse: collapse;
    width: 100%;
}
.monthDiv .texto .message table td{
    vertical-align: top;
    text-align: left;
    padding: 15px 30px;
    color:#969696;
    font-size: 14px;
    border-bottom: 1px dotted #797979;
}
.monthDiv .texto .message table td.l{
    color: #00bcd9;
    border-right:  1px dotted #797979;
    width: 180px;
}
.monthDiv .texto .message table td.r{
    font-family: Arial, Helvetica, sans-serif;
}



.monthDiv .texto .bts{
    border-top: 3px solid #909796;
}
.monthDiv .texto .bts a{
    display: block;
    text-decoration: none;
    color: #01bdda;
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.monthDiv .texto .bts a:hover{
    color: #969696;
}
.monthDiv .iconSom_c{
    top: 5px;
    right: 30px;
}

/* 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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    
    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: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}

#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 dotted #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 dotted #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 dotted #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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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;
}
.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: inline-block;
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
}
.icon.off{
    opacity: .5;
}



.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_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_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");}





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

.miniJogos .texto{
    position: relative;
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #969696;
}

.miniJogos .texto .nome{
    position: relative;
    height: 47px;
    font-size: 22px;
    border-bottom: 1px dotted #797979;
    padding-left: 30px;
    padding-top: 20px;
}
.miniJogos .texto .nome .icon{
    position: absolute;
    width: 50px;
    height: 27px;
    top: 20px;
    right: 30px;
    background-repeat: no-repeat;
    background-position: top right;
}

/*
rodaDaSorte
*/
#rodaDaSorte{
    width: 400px;
}
#rodaDaSorte .jogo{
    position:relative;
    width: 400px;
    height: 340px;
}
#rodaDaSorte .jogo .roda{
    position: absolute;
    left: 53px;
    top: 24px;
    width: 294px;
    height: 294px;
    background-image: url("../images/home/roda_da_fortuna.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#rodaDaSorte .texto .nome .icon{
    background-image: url("../images/home/icon_roda.png");
}

#rodaDaSorte .jogo .valor{
    position: absolute;
    left: 0px;
    top: 140px;
    width: 100%;
    text-align: center;
}
#rodaDaSorte .jogo .valor span{
    color: #00bcdc;
    font-size: 26px;
}
/*
rodaDaSorte
*/
#raspadinha{
    width: 445px;
}
#raspadinha .jogo{
    position: relative;
    width: 445px;
}

#raspadinha.raspa_0 .texto .nome .icon{
    background-image: url("../images/home/icon_raspadinha_1.png");
}
#raspadinha.raspa_1 .texto .nome .icon{
    background-image: url("../images/home/icon_raspadinha_2.png");
}

#raspadinha .jogo .tabuleiro{
    position: relative;
    margin: auto;
    width: 385px;
    height: 85px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#raspadinha .jogo .tabuleiro canvas{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#raspadinha .jogo .tabuleiro .valor{
    font-family: 'Simple';
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 385px;
    height: 85px;
    font-size: 26px;
    display: table;
    color: #00bbda;
}
#raspadinha .jogo .tabuleiro .valor > div{
    display: table-cell;
    vertical-align: middle;
}
#raspadinha .jogo .titulo,
#raspadinha .jogo .percentagem{
    position: relative;
    text-align: left;
    padding-left: 30px;
}
#raspadinha .jogo .titulo{
    padding-top: 10px;
}
#raspadinha .jogo .percentagem{
    color: #00bbda;
    padding-bottom: 10px;
}
#raspadinha .jogo .space{
    height: 20px;
}



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