﻿.modal{
    z-index:10;
    position:fixed;
    margin:auto;
    top: 0px;
    left: 0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.65);

}




.windowInteractive{
    padding:20px;
    text-align:center;
     position:relative;
     top:300px;
     bottom:auto;
    left:auto;
    right:auto;
    margin:auto;
     max-width:400px;
     max-height:200px;
     background-color:#fff;
     border:3px solid #333;
     display:block;
     border-radius:20px;
     box-shadow:rgba(0,0,0,0.3) 4px 4px 4px;

}


.windowInteractive input{margin:10px}


    .dontRender{
        display:none;
    }


/** TOOLTIP */

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    text-align:left;
    z-index:10;display:none; padding:14px 20px;
    margin-top:-40px; margin-left:10px;
    max-width:440px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#600;   
    border:2px solid #851b1b; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}



/* FORM utilities */



div.formPage {
    padding:10px 0px;
    }

div.smallField {
	width: 400px;
	margin:2px auto;
	padding: 2px 300px 0px 0px;
    }

div.line  [type="text"]   {
    width:300px; 
    }

div.small [type="text"]  {
    width:120px;  
    }
div.line  select  {
    width:302px;   
    }

div.line  textarea  {
    width:296px;
    height:60px;   
    }

div.small  select  {
    width:120px;   
    }

span.up {
    vertical-align:top;
}

div.line{
	width: 450px;
	margin:2px auto;
	padding: 2px 100px 0px 0px;  
    clear:left;
    }


div.longLine{
	width: 650px;
	margin:2px auto;
	padding: 2px 10px 0px 0px;  
    clear:left;
    }

div.longLine div{
    width:402px;
    text-align:left;
    display:inline-block;
}




.lock{
    color:#ddd;
}

.lock select{
    color:#aaa;
}

.right{
	text-align: right;
	}
.left{
	text-align: left;
	}

div.line div {
    width:302px;
    text-align:left;
    display:inline-block;
    }

div.center{
    margin:0 auto;
    text-align:center;
    padding:4px;
    }


div.line span{
	padding-right: 10px;
    padding-top:4px;
    }

    div.line span.erro {
    float:right; display:inline-block; position:absolute; padding-left:20px;
    }


.espacoInferior{
    height:35px;
    }

.listInside{
    margin: 20px 0px 0px;
}

.listInside ul{
    margin: 4px 0px 20px 40px;
}

.listInside ul li{
    color:#999; font-size:0.9em;
    list-style:none;
}

.listInside ul li img{
    margin:0 10px;
}

.listInside ul li img:last-of-type{
    cursor:pointer;
}

.destaque{
    color:#000; font-size:1.1em;
    font-weight:bold;
}

.legenda{
    float:right;
}
.legenda div{
    display:inline-block;
    margin-left:30px;
}

.legenda div img {
        margin:0px 10px;
}
