﻿* 
{
    list-style: none;
    text-decoration: none;
}

body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background: #265136 url(Images/fundo.jpg) repeat-x top center;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

img 
{
    border: 0px none;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.validation-message
{
    border: 1px solid #000;
    background-color: #ffeeee;    
}

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for Template
-----------------------------------------------------------*/
.clear 
{
    clear: both;
    height: 1px;
}
body div#site 
{
    width: 1000px;
    margin: 15px auto 10px;
}
body div#site div#header
{
    margin: 12px;
    height: 75px;
}
body div#site div#header div.sair
{
    display: inline-block;    
    position: relative;	
    float: right;
	color: #FFF;
    font-weight: bold;
    text-align: right;
    vertical-align: bottom;
}
body div#site div#header div.sair a
{
    color: #FFF;
    font-weight: bold;
}
body div#site div#section
{
    background: #FFF;
    min-height: 300px;    
    padding: 15px;
    background: white;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
}
body div#site div#section div#nav
{
    width: 210px;
    float: left;
}

body div#site div#section div#nav ol li
{
    margin-left: -33px;
}

fieldset div.validation-message ol
{       
    margin-bottom: 10px;
}
fieldset div.validation-message ol li
{   
    margin-left: -23px;    
}
.divMensagem ol
{   
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;    

}
.divMensagem ol li
{   
    margin-left: -43px;    
}
fieldset div
{       
    margin-top: 2px;
}

body div#site div#section div#nav ol li a
{
    width: 95%;
    display: block;
    padding: 5px;
    font-weight: bold;
    color: #000;
}

body div#site div#section div#nav ol li a:hover
{
    border: 1px solid rgba(38, 81, 54, 1);
    border-right: 3px solid rgba(38, 81, 54, 1);
    border-left: 3px solid rgba(38, 81, 54, 1); 
}

body div#site div#section div#main
{
    width: 750px;
    float: right;
}
body div#footer
{
    width: 1000px;
    margin: 5px auto 10px;
}
body div#footer p
{
    text-align: center;
}
body div#footer p a
{
    color: #FFF;
    font-weight: bold;
}
hr {
   height: 1px;
   border: 0px;
   background-color: #EEE;
   color: #EEE;
}
.textoMasterPage {
    color: #FFF;
    font-weight: bold;
}

/* TABLE
----------------------------------------------------------*/

table.pagIndex {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    max-width: 750px;
}


table.pagIndex td {
    padding: 5px;
    border: solid 1px #e8eef4;    
}

table.pagIndex td span:nth-of-type(2n)
{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);   
}

table.pagIndex th {
    padding: 6px 5px;    
    background-color: #9FB5A8;
    border: solid 1px #9FB5A8;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.3em 1.4em;
    margin: 0 0 1.0em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="checkbox"]{
    margin-top: 6px;    
}
    
input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 300px;
    vertical-align: top !important;	
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    min-width:200px;
}

input[type=button], input[type="submit"] {
  color : white;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 20px 1px 0px;
  border: 6px solid #265136;
  background: url(Images/seta_branca.png) right center no-repeat;
  background-color: #265136;
  cursor: pointer;
}

/*Botão utilizado para links*/
a.botaoPadrao {
  color : white;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 20px 1px 0px;
  border: 6px solid #265136;
  background: url(Images/seta_branca.png) right center no-repeat;
  background-color: #265136;
  cursor: pointer;
}

/*tr com altura definida para não onflitar com botão. */
.trBotao
{
    height: 35px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
    min-height:18px;
    position: relative !important;
	
	}

.text-box {
    width: 20em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.ui-datepicker-trigger {
    width: 27px !important;
    height: 27px !important;
    padding: 0px !important;
    margin-left: 2px !important;
}
/* Formatações específicas.
---------------------------------------------------------------*/
#loading {
    display: none;	
    position: fixed;	
    width: 100%;
    height: 100%;    
    top: 0px;
    left: 0px;
    z-index: 0;
}

#loading div 
{
    background-color: #fff;
    background-color: rgba(255,255,255,0.5);
    width: 400px;
    margin: auto;
    z-index: 0;
}

#loading div img
{
    display : block;
    margin: 50% auto auto auto;
}

#loading div h3{
    margin-top: -40px;
    text-align: center;
}

.comentarioTituloCampo {
    font-size: .80em;
    color: Gray;
	
}

.fotoAlunoLancamento {
    max-height:70px;
    max-width: 70px;
}

.aproveitamento {
    border: 0px !important; 
    padding: 0px !important;
}

.aproveitamentoFilho {
    padding-left: 10px !important;
}

.aproveitamentoCheck {
    width:5px !important; 
    vertical-align:top !important;    
}

.tagA {
    color: #551A8B;
    cursor: pointer;

}
.divMensagem a {
    color: #333;
    font-weight: bold;	
}
.divMensagem {
    color: #555;
    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica;
    background-color: #FFF9D0;
    border: 1px solid #FFE661;                    
    max-height: 200px;
    overflow-x: auto;
                
    border-radius: 5px;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px 10px 15px;
    text-shadow: 0 1px white;
                
	-moz-box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;    
}

.mensagemInTable {
    font-size:15px;
    vertical-align:middle;
    text-align:center;
    height:50px;
    line-height:50px;
    color:#9C9C9C;
    font-family:Arial Black, Sans-Serif;
}

span .detalhesStatusExportacao
{
    cursor: default;	
}

div .statusExportacao
{
    display: none;
    color: #202020;
    font-family: 'Helvetica Neue' , Helvetica;
    background-color: #FFFEFD;
    max-height: 200px;
    overflow-x: auto;
    font-size: 13px;
    padding: 5px 5px 5px 0px;
}


/* Formatação do campo gerado no DisplayFor através de templates.
---------------------------------------------------------------*/
.displayForDisabled50, 
.displayForDisabled100, 
.displayForDisabled200, 
.displayForDisabled300, 
.displayForDisabled400, 
.displayForDisabled500, 
.displayForDisabled600, 
.displayForDisabled650, 
.displayForDisabled700     
{
    border: 1px solid #ccc;
    background-color: #ebebe3;
    color: #888;    
    font-size: 1.2em;
    max-width:700px;
    min-height:24px;
    padding: 0px 5px 0px 3px;    
}

.displayForDisabled100, 
.displayForDisabled200, 
.displayForDisabled300, 
.displayForDisabled400, 
.displayForDisabled500, 
.displayForDisabled600, 
.displayForDisabled650, 
.displayForDisabled700     
{
    position: absolute;	
    left: 0px;
    top: 0px;
}

.displayForDisabled50{
    min-width: 50px !important;
}

.displayForDisabled100{
    min-width: 100px !important;
}

.displayForDisabled200{
    min-width: 200px !important;    
}

.displayForDisabled300{
    min-width: 300px !important;
}

.displayForDisabled400{
    min-width: 400px !important;
}

.displayForDisabled500{
    min-width: 500px !important;
}

.displayForDisabled600{
    min-width: 600px !important;
}

.displayForDisabled650{
    min-width: 650px !important;
}

.displayForDisabled700{
    min-width: 700px !important;
}

/* ????.
---------------------------------------------------------------*/
