html, body, .container-fluid {
	
}

body {
	background-color: rgb(240, 240, 240);
	color: rgba(0, 0, 0, 0.8);
	
	/* margin: 0px 15px;
	padding: 5px 0px;; */
}

.checkbox-fly label{
	padding-right:25px;
	padding-left:5px;
	margin-top:-28px
}

.checkbox-fly {

}

.campo_desabilitado_fake {
	color: #555 !important;
	background-color: #fff !important;
	background-image: none !important;
	border: 1px solid #ccc !important;
}

/*comentário*/
.comentario{
	padding: 10px;
	border: solid 1px #ccc;
	margin-bottom: 3px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.comentario .usuario{
	font-weight: bold;
}

.comentario .data-hora{
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
}

.comentario .texto {
	font-style: italic;
	white-space: pre-line;
}

/* fim de comentário*/

.pagamento {
	color:green;
}

.devolucao {
	color: red;
}
.text-center {
	vertical-align: middle;
	text-align: center;
}
.padding-horizontal-zero {
	padding-left:0px!important;
	padding-right:0px!important;
}

/*dialog*/
.dialog-fly {
	
}
/* .ui-widget-header */
.dialog-fly .ui-dialog-titlebar{
	background-image: none;
	text-shadow:none;
	/* background-color: #778ca3; */
}

.dialog-fly.ui-corner-all{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* fim dialog-fly */
/*   inline */
.inline {
	display:flex; 
}

.inline .form-control{
	flex-grow:1 
}

.inline input, .inline select{
	//flex-grow:
}
.inline label{
	margin-right:5px;
	padding-top:6px;
}
/*fim de inline*/

.toolbar-perfil {
	margin-top: -4px;
	display: inline;
	float:left;
	margin-right:12px;
}

.toolbar-perfil .btn{
	margin-left:5px;
}

.nav-search {
	margin-top:8px; 
	max-width: 250px;
}

.navbar-brand {
	padding: 2px;
	background-color: white;
}

.navbar {
	background: linear-gradient(to right, #237fac , #2890C2); 
	border-radius:0;	 
	border: none;
}

.nav-link{
	color: white;
	font-weight:bold;
}
.navbar-toggle .icon-bar {
	background-color: white;
}

.footer {
	font-size: 0.9em;
	color: white;
	background: linear-gradient(to right, #237fac , #2890C2);
}

.signup-titulo{
	font-size: 1.5em;
	font-weight: bolder;
	padding: 10px 0px;
}

/* old */

.main-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0px 15px;
}

.bg-grafite {
	background-color: rgba(51, 51, 51, 0.8);
	border-color: #404040;
}

.bg-grafite .panel-heading {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
	background-image: none;
}

.bg-grafite {
	color: #fff;
	background-color: #404040;
	border-color: #404040;
	background-image: none;
}

.panel-footer {
	background-color: white;
	padding-top:5px;
	padding-bottom: 5px;
}

.form-rodape {
	width: 100%;
	text-align:right;
}

.form-rodape .btn {
	margin-left:5px;
}

.main-footer .panel {
	border-color: #000;
	margin-bottom: 2px;
}

/* Tabela */ 
.table {
	background-color: #606060;
	/* border: solid 1px black; */
}

.table thead th {
	font-size: 0.9em;
	background-color: #CCC;
}

.table tbody td {
	background-color: #FFF;
	font-size: 0.8em;
	padding-left: 10px;
}

.table .coluna-centralizada {
	text-align: center;
}

.table .btn {
	color: #444;
	margin: 0px 2px;
}
.coluna-centralizada {
	text-align: center;
}
/* Fim de tabela*/

.input-group-btn .btn-custom{
	padding-top: 9px;
	padding-bottom: 9px;
    margin-left: -2;
}

.btn-novo {
	
	float:right;
	margin:-4px;
	padding: 2px; 
}

.btn-novo a:visited, .btn-novo a{
	color: #444 !important;
}

/* Mensagem de informativo/alerta/erro */

.mensagem {
	font-weight: bolder;
	padding: 10px;
	margin-bottom:10px;
	float:right; 
	text-align:center;
}

#messages {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 100;
	width: 100%;
	padding-right: 15px;

}

/*Janela*/
.panel-fly {
	border-color: #778ca3;
}

.panel-fly > .panel-heading {
	font-weight: bold;
    color: white;
    /* background-color: #aaa69d;*/
    background-color: #778ca3;
    border-color: #778ca3;
}

.panel-fly > .panel-footer {
	border-top: none;
	background-color: #f9f9f9;
}

.panel-fly .subpanel > .panel-heading {
	font-weight: bold;
    color: rgba(0,0,0,0.65);
    /* background-color: #aaa69d;*/
    background-color: #fff; /* #778caa; */
    border-color: #fff;/* #778caa; */
    padding: 10px 15px;
}


@media only screen and (max-width: 800px) {
    .panel-fly .subpanel .panel-body{
        padding: 5px 0px !important;
    }

    .panel-fly .subpanel .panel-body .col-md-12 {
	   padding: 0 !important;
	   margin: 0 !important;
	}

    .padding-mobile {
    	padding: 0px !important;
    	margin: 0px !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    	padding: 5px 3px !important;
    	margin: 0px !important;
    }
}


/*data-table*/
.ui-datatable thead tr{
	background-color: blue;
}

.ui-datatable thead tr th{
	margin:0px;
	background-image: none;
	font-size: 0.9em;
	text-shadow: none;
	padding-top:6px;
	padding-bottom:6px; 

	 border-top:none;
	/* background-color: black; */
}

.ui-datatable td{
	font-size:0.9em;
}
/*fim data-table*/

/* divtable */

.divtable {
	margin: 0px;
	font-size: 0.9em;
	text-shadow: none;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: none;
	display: table;
    border-collapse:collapse;
}

.divtable .titulo{
	background-color: #307196;
	font-weight: bold;
	color: #2e6e9e;
	color: white;
	padding: 4px 10px;
	text-align: center;
	display: table-cell;
	border: 1px solid #a6c9e2;
	
}

.divtable .linha{
	display:table-row;
}
	
.divtable .celula{
	border: 1px solid #a6c9e2;
	border-right: none;
	border-top: none;
	height: 36px;
	display: table-cell;
	line-height: 36px;
	text-align: center;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.divtable.areadoaluno .celula{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.divtable .celula[role=ultima]{
	border-right: 1px solid #a6c9e2;
	border-left: none !important;
}

.divtable .celula[role=ultima_area_do_aluno]{
	border-right: 1px solid #a6c9e2;
	border-left: 1px solid #a6c9e2;
}


.divtable .celula[role=grupo_de_notas]{
	border-left: none !important;
}

.divtable .celula input{
	text-align:center;
	padding: 2px 6px;
	height: 28px;
	margin-top:3px;
}
@media only screen and (max-width: 600px) {
	.divtable .celula {
		font-size: 0.8em;

	}
	
	.divtable .celula.disciplina {
		font-size: 0.7em;

	}
	
	
}

/* fim divtable*/

.form-uppercase{
	text-transform:uppercase;
}

.noHeader.ui-datatable table thead tr {
	display: none;
}

.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td {
	border-style: none;
}

.inplace_filtro{
	padding-left:5px;
	color: red;
	margin-right:10px;
}

/* area do aluno -- parcelas */

.parcela-em-aberto {
	color: inherit;
}

.parcela-paga {
	color:green;
}

.parcela-vencida {
	color:red;
	font-weight: bolder;
}

.matricula-desistente{
	color: red;
	text-decoration: line-through;
}

.btn-desistente {
	color: #fff;
	background-color: #d90011;
	border-color: #d43f3a;
}

.ui-selectmanycheckbox label {
	padding-left: 10px;
}

.relatorio.titulo {
	text-align: left;
	font-weight: bold;
	font-size: large;
}

.relatorio .dados {
	padding-left: 50px;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.contador_notificacao{
	font-size: 0.9em;
	
}

/*Cartão perfil-turma*/

.cartao-perfil-turma {
	padding: 5px;
	
}

.cartao-perfil-turma .borda{
	border: 2px solid #ccc;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cartao-perfil-turma .titulo label{
	margin-right:3px;
}

.cartao-perfil-turma .titulo {
	white-space: nowrap; 
	text-overflow: ellipsis;
	overflow: hidden;
}