body {
    background-color: #FFEEC1;
    background-image: -webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
}


#stage .questions .howToDo {
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 5px 0;
}


#header .home .organize 
{
    display:none !important;
}

#stage .questions .howToDo {
    color: #666;
    text-shadow: 0 1px 0 #fff;
    font: 300 18px Arial,Verdana,sans-serif;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #f5f5f5;
}




.questions {
    width: 970px;
    height: 530px;
    margin: 70px auto 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}



.Teclado {
    height: 10%;
    /*background-color: blue;
	*/
    top: 0;
}



.Tabuleiro {
    height: 54%;
    background-color: transparent;
}



.NumeroExtenso {
    height: 28%;
    text-align: center;
    background-color: transparent;
}



    .NumeroExtenso span {
        text-align: center;
        font-size: 20px;
        color: blue;
        bottom: 30px;
        position: absolute;
    }



table tr td {
    border: 2px solid #6598C9;
    background: #C6DFEE;
    width: 60px;
    height: 31px;
    box-shadow: -2px -2px #EFF8FF;
    /*font-weight: bold;
	*/
    font-size: 30px;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}



    table tr td span {
        width: 60px;
        height: 30px;
        text-align: center;
        line-height: 40px;
        vertical-align: middle;
        cursor: pointer;
        display: block;
    }



.questions table {
    box-shadow: 3px 3px #6598C9;
    left: 284px;
    top: 97px;
    position: absolute;
}



.Teclado {
    height: 42px;
}



.ButtonsTeclado {
    width: 45px;
    height: 35px;
    border-radius: 15px;
    background-color: #388DC0;
    color: white;
    font-weight: bold;
    font-size: 20px;
}



.ButtonsTecladoLimpar {
    width: 100px;
    height: 35px;
    border-radius: 15px;
    background-color: #388DC0;
    color: white;
    font-weight: bold;
    font-size: 17px;
}



.Containerbuttons {
    width: 80%;
    float: left;
    left: 112px;
    position: absolute;
    top: 46px;
}



.InputNumber {
    height: 25px;
    border-radius: 30px;
    width: 90px;
    font-weight: bold;
    font-size: 25px;
}



.EscritaNumeroExtenso {
    height: 232px;
    width: 300px;
    right: 2px;
    float: right;
    top: 104px;
    position: absolute;
    background-color: transparent;
}



.Row0, .Row1, .Row2, .Row3, .Row4, .Row5, .Row5, .Row6, .Row7 {
    height: 35px;
    font-weight: bold;
    /*text-transform: capitalize;
	*/
}



.SmallInput {
    display: inline-table;
    width: 40px;
    text-align: center;
    height: 30px;
    font-size: 20px;
}



.BigInput {
    display: inline-table;
    width: 125px;
    text-align: center;
    height: 30px;
    font-size: 20px;
}



.Dica {
    height: 20px;
    background-color: transparent;
    width: 125px;
}

.InativeCell
{
    color: #666666;    
}


.BigContainerControls {
    display: inline-table;
    width: 125px;
    text-align: center;
    height: 63px;
    font-size: 20px;
    margin: 3px 16px;
    background-color: transparent;
    position: relative;
}



.Erro {
    color: red;
}



.Correct {
    color: black;
}





.DivExtenso {
    height: 32px;
    background-color: transparent;
}



.DivDica {
    height: 31px;
}




.SmallContainerControls {
    width: 40px;
    height: 50px;
    background-color: transparent;
}



.DisplayDica {
    height: 100%;
    width: 23%;
    display: block;
    position: relative;
    left: 50px;
}



.HideDica {
    display: none;
    height: 100%;
    width: 23%;
}




.SmallInput, .BigInput {
    margin: -3px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px dotted #3D76AD;
    background: none;
    outline: none;
}



.tooltipster-white {
    border-radius: 6px;
    border-bottom: 4px solid #6598C9;
    background: white;
    color: #2A678B;
}



    .tooltipster-white .tooltipster-content {
        font-family: Arial, Verdana;
        font-size: 14px;
        line-height: 16px;
        padding: 14px 16px;
    }




@media screen and (max-width : 800px) {


   #portrait { 
		display: block;
		background-image: url("../images/imgRotate.png");
		width: 500px;
		height: 225px;
		position: absolute;
		margin-left: -250px;
		top: 50%;
		left: 50%;
		margin-top: -113px;
	}
	header{
		display: none !important;
	}
	footer{
		display: none !important;	
	}

	#landscape{
		 display: none;		
	}

    .questions {
        display: none !important;		
    }
}

.tooltipster-default {
    /*border-radius: 6px !important; */
    border: 4px solid #3299bb !important;
    background: #d3e9f1 !important;
    color: #333366 !important;
    width: auto !important;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 190;
}

.areaBoxes{
	height: 1px;
	background: url(images/bg_boxes.png) no-repeat;
	
}