html,body{
	font-family:Arial,Verdana,Kalimati;
	font-size:10pt;
}

a{
	text-decoration:none;
	font-size:10pt;
}

input[type='button'], input[type='submit']{
	background-color:transparent;
	border:0px;
	cursor:pointer;
}

input[type='text'], input[type='password'], input[type='date'], input[type='number'], input[type='email']{
	border:0px;
	padding:5px;
	border-radius:10px;
	font-size:10pt;
	font-weight:normal;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

textarea{
	resize:none;
	border:0px;
	background-color:#ffffff;
	padding:5px;
	border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

fieldset legend{
	font-size:12pt;
	font-weight:bold;
	color:#1c283d;
	padding-bottom:25px;
}

.modal {
	-moz-opacity:0.6;
	filter:alpha(opacity:60);
	opacity:0.6;
	background-color:#ffffff;
	background-image:url('http://i.stack.imgur.com/FhHRx.gif');
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:none;
	position:fixed;
	z-index:1002;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

.editable_textarea{
	background-color:#ffffff;
	border-radius:10px;
	width:95%;
	height:35px;
	margin-bottom:10px;
}

.editable_send{
	background-color:#276fab !important;
    color:#ffffff;
    font-weight:bold;
    height:20px;
    width:45px;
	margin-left:5px;
	margin-right:5px;
	font-size:8pt;
	float:right;
}

.editable_cancel{
	background-color:#276FAB !important;
    color:#ffffff;
    font-weight:bold;
    height:20px;
    width:65px;
	margin-left:5px;
	margin-right:5px;
	font-size:8pt;
	float:right;
	margin-right:15px;
}

p.nomeescola{
	text-align:center;
	color:#676767;
	padding-top:25px;
	font-size:8pt;
	font-weight:bold;
	clear:both;
}

p.endereco{
	text-align:center;
	color:#676767;
	font-size:8pt;
	padding-bottom:25px;
	clear:both;
}

legend.titulo_pagina{
    color: #04192E;
    font-size: 13pt;
    font-weight: bold;
	margin-bottom:30px;
}

legend.titulo_pagina:first-letter{
	text-transform:capitalize;
}

.customSelect{
	height:19px;
    font:12px sans-serif;
    background:#fff url('../../images/select_arrow.gif') right center no-repeat;
    border:1px solid #afb7c1;
    color:#737373;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
	text-align:left !important;
	line-height:19px;
	padding-left:3px;
}

.nice {
	height:27px;
	color:#ffffff;
	line-height:27px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nice .NFI-button {
	background-color:#276fab;
	width:60px;
	height:27px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0 1px 0 #FFFFFF, 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.nice .NFI-filename{
	color:#04192e;
	font-weight:bold;
	height:27px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.progress {
    border: 0px solid #dddddd;
    position: relative;
    width: 100%;
	display:none;
}

.bar {
	background-color: #04192e;
	border-radius: 3px;
	height: 2px;
	width: 0;
}

.percent {
	/*display: inline-block;*/
	display:none;
	left: 48%;
	position: absolute;
	top: 3px;
}

div#fundo{
	width:895px;
	min-height:535px;
	border-radius:25px;
	background-color:#c6ced8;
	position:relative;
	left:50%;
	margin-left:-447px;
	margin-top:25px;
	float:left;
}

div#fundo div#cabecalho{
	width:945px;
	height:175px;
	background-color:#032c51;
	margin-left:-28px;
	margin-bottom:10px;
	overflow:hidden !important;
}

div#fundo div#cabecalho img{
	width:945px;
	height:175px;
}

div#fundo div#barra{
	width:945px;
	height:30px;
	line-height:30px;
	background-color:#70a9db;
	margin-left:-28px;
	margin-bottom:15px;
}

div#fundo div#barra span#nomeportal{
	color:#ffffff;
	margin-left:55px;
	font-size:14pt;
}

div#fundo div#barra span#sairlogado{
	float:right;
	margin-right:50px;
}

div#fundo div#barra span#sairlogado a{
	font-size:9pt;
	color:#000000;
}

div#fundo div#menu{
	margin-left:20px;
}

div#fundo div#menu ul{
	display: inline-block;
    overflow: hidden;
	text-align:center;
	margin:0px;
	padding:0px;
}

div#fundo div#menu ul li{
	float:left;
	min-width:90px;
	height:18px;
	line-height:18px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1px;
	list-style: none outside none;
	background-color:#04192e;
	margin-right:1px;
}

div#fundo div#menu ul li.selected{
	background-image:url('../../images/barra_selec_menu.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	font-weight:bold;
}

div#fundo div#menu ul li:hover{
	background-image:url('../../images/barra_selec_menu.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

div#fundo div#menu ul li a{ 
	display: inline-block;
	color:#ffffff;
	text-decoration:none;
	font-size:9pt;
}

div#fundo div#conteudo{
	float:left;
	margin-right:20px;
	margin-left:20px;
	padding-bottom:40px;
	width:855px;
	margin-top:20px;
}

.alert-success
{
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #198754;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	text-align:center;
}

.alert-danger
{
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	text-align:center;
}