
	body {
			height: 100vh;
			margin: 0;
			padding: 0;
			display: flex; 
  			flex-direction: column;
			background-color: #f8f8f8;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 16px;
			color: #101213;
	}
		body.modal-open {
			overflow: hidden;
		}

		h1,h2,h3,h4,h5,h6 {
			font-size: 1em;
		}

		.geral {
			
		}

	    /*
	     * LOGIN
	     */
		.login-area {
			display: flex;
			height: 100vh;
			justify-content: center;
    		align-items: center;
		}
			.login {
			}
				.login fieldset {
					padding: 15px;  
				}
				.login img {
					position: relative;
					top: 7px;
					left: 65px;
					margin-bottom: 20px;
					margin-left: -38px;
				}
				.login input[type=text],
				.login input[type=email],
				.login input[type=password] {
					width: 100%;
				}

		.topo {
			padding: 10px;
			background-color: #286090;
			color: #fff;
		}
			.topo h1 {
				margin: 0;
				padding: 5px 0;
				font-size: 1.2em;
				font-weight: 700;
			}
			.topo .saudacao {
			}
				.topo .saudacao p {
					margin: 0;
				}
				.topo .saudacao a:link,
				.topo .saudacao a:visited,
				.topo .saudacao a:hover {
					color: #fff;
					text-decoration: underline;
				}
				.topo .saudacao a:hover {
					text-decoration: none;
				}

		.menu-lateral {
			padding: 15px 0;
			padding-bottom: 5px;
			background-color: #f1f4f9;
		}
			.menu-lateral ul {
				margin: 0 10px;
				padding: 0;
				padding-bottom: 10px;
			}
				.menu-lateral ul li {
					margin: 0;
					margin-bottom: 5px;
					list-style-type: none;
				}
					.menu-lateral ul li a {
						display: block;
						padding: 20px;
						font-size: 1.1em;
						text-align: left !important;
					}
						.menu-lateral ul li a i {
							padding-right: 3px;
						}

		.conteudo {
			padding: 15px 10px;
			background-color: #f8f8f8;
		}
			.conteudo p, .conteudo a {
				font-size: 1.2em;
			}
			.conteudo header {
				margin-bottom: 15px;
				padding-bottom: 1px;
				border-bottom: 1px solid #e9ecf0;
			}		
				.conteudo h2 {
					margin: 0;
					padding: 10px 0;
					font-size: 1.5em;
				}
				.conteudo .menu-secundario {
					margin: 0;
					padding: 0;
				}
					.conteudo .menu-secundario li {
						display: inline-block;
						margin: 0 1px;
						background-color: #e0e5eb;
						border: 1px solid #bdc8d2;
						-webkit-border-top-left-radius: 5px;
						-webkit-border-top-right-radius: 5px;
						-moz-border-radius-topleft: 5px;
						-moz-border-radius-topright: 5px;
						border-top-left-radius: 5px;
						border-top-right-radius: 5px;
						text-align: center;
					}
					.conteudo .menu-secundario li:hover,
					.conteudo .menu-secundario li.ativo {
						background-color: #becad9;
					}
						.conteudo .menu-secundario li a:link {
							display: block;
							padding: 10px 15px;
							font-weight: 700;
							font-size: 1.1em;
						}

	.clear {
		clear: both;
	}

	.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto;}
	.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
	.autocomplete-selected { background: #F0F0F0; }
	.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
	.autocomplete-group { padding: 2px 5px; }
	.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

	/* FORMULÁRIOS V0.1 
	--------------------------------------*/
	fieldset {
		padding: 10px;
		margin: 10px auto;
		background-color: #fff;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;  
		color: #535353;
	}
	fieldset fieldset {
		border: 0;
		margin: 10px auto;
	}
		fieldset fieldset legend {
			margin: 0;
		}
	fieldset fieldset fieldset {
		border-radius: 0;
	}
		fieldset fieldset fieldset legend {}
	fieldset.multi{
		display: block;
		width: 100%;
		margin: 5px 0;
		padding: 0;
		border: 0;
	}
	fieldset.mostrar {
		height: auto;
		overflow: visible;
	}
		fieldset.mostrar legend {
			cursor: pointer;
		}
	fieldset.recolher {
		font-weight: bold;
		padding-top: 10px;
		height: 9px;
		overflow: hidden;
	}
		fieldset.recolher legend {
			cursor: pointer;
			text-overflow: ellipsis;
			width: 800px;
			white-space: nowrap; 
			overflow:hidden;
		}
	fieldset legend {
		margin-bottom: 5px;
	}

    /* FIELDSET: UI ESCOLHA DE ITENS */
    fieldset.ecolha-itens {}
    .escolha-itens .adicionar-remover,
    .escolha-itens-a .adicionar-remover {
      float: left; 
      padding-top: 80px;
    }
      .escolha-itens .adicionar-remover button:first-child,
      .escolha-itens-a .adicionar-remover button:first-child {
        display: block;
      }
    .escolha-itens select,
    .escolha-itens-a select  {
    	width: 264px;
    	height: 350px;
    	font-size: 1.1em;
    }
    .escolha-itens .ordenar,
    .escolha-itens-a .ordenar {
    	padding-top: 40px;
    }
    .escolha-itens .ordenar button:first-child,
    .escolha-itens-a .ordenar button:first-child  {
    	display: block;
    }

			label {
				margin: 5px;
				font-weight: 300;
				text-transform: uppercase;
			}
			label.error {text-transform: none;}
			label.alinhado{ float: left; }
			label.alinhado.cb{ margin-top: 15px; }
			label.naoalinhado{ clear: both; display: block;}
			label input[type=text], label input[type=email], label input[type=file], label input[type=checkbox], label input[type=password], select, textarea {
				display: block;
				padding: 8px;
				border: 1px solid #c2c2c2;
				border-radius: 2px; 
				-moz-border-radius: 4px; 
				-webkit-border-radius: 4px; 
				background-color: #fff;
				-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
				font-weight: 700;
				color: #4b4b4b;
			}
            label input[type=file] {
                margin-left: 6px;
            }
            label input[type=checkbox] {
            	display: inline;
            }
            label img {
                margin: 3px;
                border: 1px solid gray;
            }
           
                textarea {
                    width: 99%;
                    padding: 0.5%;
                    background: none; 
                }
                input.error, select.error {
                    border: 1px solid #f86464 !important;
                    background: #ffbbbb !important;
                }
                /*input.valid {
                    border: 1px solid #57bb57 !important;
                    background: #d7ffd7 !important;
                }*/
                input.error, select.error, .input-validation-error {
                    border: 1px solid #f86464 !important;
                    background: #ffbbbb !important;
                }
            label.error {
                font-size: 0.85em;
                font-style: italic;
                color: #ef4545;
            }
            input[type=radio] {
                padding: 15px;
            }
            input[type=submit], input[type=button], button[type=submit] {
                font-size: 1.1em;

            }
            select {
            	height: 40px;
            }


    .itens-dinamicos {
    	margin: 0;
    	padding: 0;
    }
    	.itens-dinamicos li {
    		margin: 5px 0;
    		border: 1px dashed gray;
    		list-style-type: none;
    	}


    /* ORDENAÇÃO E FILTROS */
    #tablewrapper,#tablewrapper2 { margin:0 auto; padding-bottom: 50px;}
    #tableheader,#tableheader2 {height:55px}
    .search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff; margin-bottom:10px;}
    #tableheader select,#tableheader2 select {float:left; width:125px; padding:2px 4px 4px}
    #tableheader input, #tableheader2 input {float:left; width:150px; padding:2px 4px 4px; margin-left:4px; height: 38px;}
    .details {float:right; padding-top:12px}
    .details div {float:left; margin-left:15px;}
    .tinytable {width: 100%; margin-bottom: 0 !important; color: #2e6da4;}
	.tinytable a { font-size: 1em; }
    .tinytable th {background:url(../img/tbl_cabecalho.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:0; border-top:0; padding: 5px 10px;}
    .tinytable th:first-child {
    	-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
    }
    .tinytable th:last-child {
    	-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px;
    }
    .tinytable th h3 {font-size: 1em; padding:6px 8px 8px; margin: 0; font-weight: 700;}
    .tinytable td {padding: 9px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1;border-left:1px solid #c6d5e1;font-size: 1.1em;}
    .tinytable .head h3 {background:url(../img/ico_ordenar.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
    .tinytable .desc, .sortable .asc {background:url(../img/tbl_cabecalho-hover.gif)}
    .tinytable .desc h3 {background:url(../img/ico_desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
    .tinytable .asc h3 {background:url(../img/ico_asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
    .tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
    .tinytable .evenrow td {background:#fff}
    .tinytable .oddrow td {background:#ecf2f6}
    .tinytable td.evenselected {background:#ecf2f6}
    .tinytable td.oddselected {background:#dce6ee}
    .tinytable tfoot {background:url(../img/tbl_cabecalho.gif) !important; font-weight:bold}
    .tinytable tfoot td {padding:6px 8px 8px}
    #tablefooter,#tablefooter2 {height: 70px; padding-top: 10px;}
    .tablenav {float:left}
    .tablenav img {cursor:pointer}
    .tablenav div {float:left; margin-right:15px}
    .tablelocation {float:right;}
    .tablelocation select {margin-right:3px}
    .tablelocation div {float:left; margin-left:15px}
    .page {margin-top:2px; font-style:italic}
    #selectedrow td,#selectedrow2 td {background:#c6d5e1}

    /* TABELA LISTA */
    .tabela-lista {
		max-height: 505px;
		overflow-y: auto;
		margin: 10px 2px;
   		padding: 20px;
		background-color: #fff;
		-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px;  
		color: #757575;
    }
	.tabela-lista h3 {
		font-size: 1.3em;
	}
	.tabela-lista table {
		width: 100%;
		margin-top: 20px;
		font-size: 1.1em;
		border-top: 1px solid #e2e2e2;
		color: #000;
	}
		.tabela-lista table thead tr {
			font-weight: 700;
		}
		.tabela-lista table tr:last-child {
			border-bottom: 0;
		}
		.tabela-lista table tr {
			border-bottom: 1px solid #ebebeb;
		}
			.tabela-lista table tr th,
			.tabela-lista table tr td {
				padding: 10px;
			}
			.tabela-lista table tr th {
				font-weight: bold;
			}
		.tabela-lista button {
			font-size: 1em;
		}
		.tabela-lista a {
			font-size: 1em;
			text-decoration: underline;
			color: #000;
		}

	.grupo-botoes {}
		.grupo-botoes .btn {
			width: 98%;
			margin: 5px;
			font-size: 1.1em;
		}

.dl-horizontal dt {
	width: 200px;
	text-align: left;
}

.alert span {
	font-weight: 700;
}

.lista-despesa.tinytable{
	color: #2e6da4;
}

.lista-despesa.tinytable th{
	background-image:none;
}

.lista-despesa.tinytable th:first-child{
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.lista-despesa.tinytable tbody tr:first-child{
	font-weight: 100;
}

.btn_visao {
	float: right;
	margin-left: 5px;	
}

.card{
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 5px 5px 15px #000;
    margin-bottom: 20px;
    padding: 5px;
}

.card p{
	text-align: center;
	font-size:19px;
	color:#fff;
	font-weight: bolder;

    background: #000;
    width: 95px;
    margin-left: 10px;
    border-radius: 10px;
    padding:3px 0px;
}

.card .professor{
	font-size:16px;
}

.card-red{
	background: #EC3434;
}

.card-red p{
	background: #985353;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-black{
	background: #eaeaea;
}

.card-black p{
	background: #4e4e4f;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-blue{
	background: #327AB7;
}

.card-blue p{
	background: #579BD4;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-red p:first-child{
	margin-top: 0px;
}

.card-disabled{
	background: grey;
}

.card-disabled p{
	background: darkgrey;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-disabled p:first-child{
	margin-top: 0px;
}

.card-yellow{
	background: #ECEC2C;
}

.card-yellow p{
	background: #9CA057;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-yellow p:first-child{
	margin-top: 0px;
}

.card-green{
	background:#4BD64B;
}

.card-green p{
    background: #8B9C87;
    width: 100%;
    border-radius: 0px;
    margin-left: 0px;
}

.card-green p:first-child{
	margin-top: 0px;
}

.card:hover{
	cursor: pointer;
}

.midcard{
	display: block;
    border: 0px solid #000;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #7272AD;
    margin-top: -5px;
}

.midcard p{
	font-weight: bolder;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

#column-top-right{
	float:right;
	position: relative;
}

#column-top-right button{
	position: absolute;
	bottom  : 0;
    left: -10px;
}

#column-top-left{
    float: left;
    position: relative;
    /*left: -120px;
    top: 100px;*/
    left: -105px;
    top: 85px;
}

.container-status{
    display: block;
    width: 365px;
    height: auto;
    margin-left: 110px;
}

.container-status table tr td{
	border: 0px !important;
	text-align: center;
	color:#fff;
	font-size: 18px;
}

.container-status table tr{
	background-color: rgba(90, 87, 87, 0.56);
}

/*.container-status table tr:nth-child(even){
    background-color: rgba(97, 94, 94, 0.96);
}*/

.container-status table th{
	background: #000 !important;
	text-align: center;
	color: #fff;
}

	/*
	REGRAS ESPECIFICAS PARA SELECT FORM
	*/

	#listaModulosModal.special{
		background: green;
	}



/****************************************
	CONFIGURAÇÕES TELA DE PAGAMENTO
****************************************/

#campo-pagamento{
	font-size: 18px;
}

.cabecalho-pagamento{
	height: 0 auto;	
}

.cabecalho-pagamento legend{
	font-size: 25px;
    font-weight: bold;
}

.cabecalho-pagamento section{
/*	border-bottom:1px solid #000;*/
	display: block;
	padding: 20px 0px;
}

.cabecalho-pagamento label:nth-child(2){
	margin-left: -8px;
}

.cabecalho-pagamento section label{
	text-transform: none;
	margin-right: 20px;
}

input#pagamentoDataInicio{
    width: 200px;
    margin: 0 auto;
    font-size: 1em;
}

.no-borded{
	border:0px;
}

.pagamento-legenda{
	width: 400px;
	margin-bottom: 20px;
    background-color: rgba(81, 106, 132, 0.46);
    color: #fff;
    padding: 12px;
    border-radius: 5px;
}

.pagamento-legenda h1{
	font-size: 20px;
	font-weight: bold;
    margin-top: 4px;
    text-transform: uppercase;
}

.pagamento-legenda p{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 18px;
    margin-left: 10px;
    vertical-align: super;
}

.legenda-responsavel{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: rgba(11, 102, 125, 0.73)
}

.legenda-dependente{
	display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: rgba(82, 129, 183, 0.75);
}

#container-listagem-pagamentos{
    height: auto;
	white-space: nowrap;   
	overflow-y: hidden; 
}

.coluna-pagamento{
	float: left;
/*	display: inline-block;*/
	border-top-style: none;
	border-bottom-style: none;
	height: auto;
	width: 400px;
	margin: 0 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	color: #fff;
	margin-bottom: -10px;
}

.coluna-pagamento h2{
	padding-top: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.coluna-pagamento img{
	display: block;
	margin: 0 auto;
	height: 110px;
}

.coluna-pagamento:nth-child(1){
	margin-left:0;
}

.responsavel{
    /* background-color: rgba(11, 102, 125, 0.73); */
}

.dependente{
	/* background-color: rgba(82, 129, 183, 0.75); */
}

.pagamentos-plano{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
	background-color: rgba(0, 0, 0, 0.23);
    border: 5px outset rgba(66, 81, 115, 0.44);
    border-radius: 10px;
}

.pagamentos-plano p {
	white-space: normal;
}

.pagamento-campo-fidelidade{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.pagamento-campo-fidelidade label{
	display: block;
	font-weight: bold;
}

.pagamento-campo-fidelidade label:hover, 
.pagamento-campo-fidelidade input:hover{
	cursor:pointer;
}

.campo-fidelidade{
	margin: 5px 0;
	padding: 15px;
    border-radius: 10px;
/*	transition: background-color 1s;*/
}

	.campo-fidelidade input, .campo-fidelidade select {
		font-size: 1em;
	}

.campo-fidelidade:hover{
	background-color: #2c3d56;
}

.campo-selecionado{
	background-color: #2c3d56;
    padding-bottom: 20px;
    border-radius: 10px;
}


.data-inicio-pagamento{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;
	text-align: center;		
}
	.data-inicio-pagamento label{
		font-weight: bold;
	}

.pagamento-dias-bloqueio{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;	
}
	.pagamento-dias-bloqueio input{
		font-size: 1em;
	}
.pagamento-dias-bloqueio h2{
	margin-top: -10px;
	font-weight: bold;
	text-align: left;  
	color: #122e42;
}

.pagamento-desconto{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;
}

.pagamento-listagem-descontos{
    overflow-y: scroll;
    height: 300px;
	padding: 15px!important;
}

.pagamento-listagem-descontos::-webkit-scrollbar {
    width: 12px;
}

.pagamento-listagem-descontos::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.pagamento-listagem-descontos::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
​

.pagamento-desconto h2{
	margin-top: -10px;
	font-weight: bold;
	text-align: left;  
	color: #122e42;
}

.pagamento-desconto ul{
	list-style: none;
	margin:0px;
	padding: 0px;
}

.pagamento-desconto li{
	font-size:15px;
	padding: 10px;
	position: relative;
	font-size: 1em;
}

.pagamento-desconto li label{
	position: absolute;
	top:2px;
	right: 0;
}

.pagamento-taxa{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;
}

.pagamento-taxa h2{
	margin-top: -10px;
	font-weight: bold;
	text-align: left;
    color: #122e42;
}

	.pagamento-taxa label{
		width: 70%;
	}
	.pagamento-taxa select{
		font-size: 1em;
	}


.pagamentoTaxasSelecionadas{
	margin-top: 10px;
	padding: 10px 0px;
}

.pagamentoTaxasSelecionadas ul{
	list-style: none;
	padding: 0px;
	text-align: center;
}

.pagamentoTaxasSelecionadas li{
/*	border: 1px dashed #000;*/
	margin-top: 5px;
	font-size: 20px;
	position: relative;
    background-color: #36657c;
}

.removerTaxa{
	position: absolute;
    top: 0;
    right: 0px;
    height: 27px;
    border-radius: 0px;
    background-color: #101213;
    border: 0px;
}

.pagamentoSubTotal{
	border-top:1px solid #000;
	width: 300px;
	margin: 0 auto;
	margin-top:15px;
	padding-top: 10px;
}

.pagamentoSubTotal p{
/*	border: 1px solid #000;*/
	margin-top: 10px;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
    background-color: #6c7b90;
    color: #fff;
}

.rodape-pagamento{
/*	border-top: 1px solid #000;*/
	height: 80px;
	margin-top: 10px;
	padding-top:10px;
}

#pagamentoBotao{
	padding: 5px 20px;
	font-size: 18px;
}

.tipo-pagamento:hover{
	cursor:pointer;
	background-color:#337bb7;
	color:#fff;
}

.forma-escolhida{
	background-color: #337bb7;
	color:#fff;
}

.tipo-pagamento:hover img{
	border:0px;
}

.list-group-item :hover {
	cursor:pointer;
}

.pagamento-selecionado{
	background: #869fb0;
}

/* MODAL DE PESQUISA RÁPIDA */
table#tabela-pesquisa-avancada {
    width: 100%;
    display:block;
}
table#tabela-pesquisa-avancada thead {
    display: inline-block;
    width: 100%;
}

table#tabela-pesquisa-avancada thead th{
	width:35px;
}

table#tabela-pesquisa-avancada tbody {
    height: 630px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}

table#tabela-pesquisa-avancada tbody td{
	padding:15px;
}

	/* RODAPÉ */
	.rodape-powered{
		min-height: 50px;
		margin-top: auto;
		padding: 10px 0;
		background-color: #103c61;
		text-align: center;
		color: #fff;
	}

	/* BULLETS DE SEQUÊNCIA DE MATRÍCULA */
	.sequencia-matricula{
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: inside;
		text-align: center;
	}
		.sequencia-matricula li {
			display: inline-block;
			width: 120px;
			height: 120px;
			padding-top: 20px;
			border-radius: 100px;
			border: 5px solid #337ab7;
			background: #fff;
			font-size: 1.3em;
			font-weight: bold;
			text-align: center;
		}
		.sequencia-matricula li.seq-direcionador{
			width: auto;
			height: auto;
			padding-top: 0;
			border-radius: auto;
			border: transparent;
			background: transparent;
			font-size: 2em;
			font-weight: bold;
			text-align: center;
		}
			.sequencia-matricula li.seq-direcionador a{
				text-decoration: none;
				cursor: pointer;
			}
		.sequencia-matricula li.seq-ativo{
			background-color: #286090;
			color: #fff;
		}
			.sequencia-matricula li span{
				display: block;
				font-size: 1.8em;
				line-height: 1em;
				color: #337ab7;
			}
			.sequencia-matricula li.seq-ativo span{
				color: #fff;
			}

@media print {

        html, body {
            width: 210mm;
            height: 297mm;        
        }

        .row.topo{
        	display: none;
        } 
        section header {
        	display: none;
        }
        .menu-lateral {
        	display: none;
        }

        .imprimir-recibo-despesa{
        	display: none;
        }
        
        .page {
            margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: none;
        }

        .assinatura_recibo{
        	float: right;
        	width: 50%;
        }

        .data_recibo{
        	float: left;
        	width: 50%;
        }

        /*CSS PARA PÁGINA DE IMPRESSÃO DE CONTRATO
        */

        .contrato{
        	margin: 0;
            border: initial;
            border-radius: initial;
            width: initial;
            min-height: initial;
            box-shadow: initial;
            background: initial;
            page-break-after: none;
        	font-style: normal;
        }

        .menu-lateral-contrato{
        	display: none;
        	margin-top: 0;
        }

        /* CSS PARA PÁGINA DE IMPRESSÂO DE ETIQUETAS
        */
        .conteudo {
        	padding: 0;
        	margin: 0;
        }
        fieldset {
        	margin: 	0;
        	padding: 0;
        	border: 0;
        }
        #selecaoCentroAtivo{
        	display: none;
        }
         #produtosCodigosBarras{
         	margin: 0;
         	padding: 0;
         }
        #produtosCodigosBarras td {
        	border: 0;
        }
}

	/* INTERFACE DAS FINANCAS v2 */
	.interface-financas{

	}

		.if.dashboard{

		}

			.if .verde{
				color: #1ABB9C;
			}
			.if .vermelho{
				color: #E74C3C;
			}
			.if .laranja{
				color: orange;
			}
			.if .link-neutro{
				font-size: 1em;
			}

			.if fieldset{
				padding: 10px;
			}
				.if fieldset fieldset{
					padding: 10px;
				}

			.if table {
				font-size: 1.2em;
			}

			.if .contas{
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				.if .contas li{
					display: inline-block;
					margin: 2px 0;
					width: 243px;
					border: 1px dashed #c2c2c2;
					border-radius: 5px;
					text-align: center;
				}
					.if .contas li h3{
						font-size: 1.5em;
						
					}
					.if .contas li h4{
						font-size: 1.3em;
						font-weight: bold;
					}

			.if .periodo-area{
				display: block;
			}

			.if .notificacoes{
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				.if .notificacoes li{
					margin: 2px 0;
				}

			.if .mes-atual{
				padding: 0 10px;
				padding-bottom: 15px;
			}
				.if .mes-atual h2{
					margin-bottom: 0;
					padding-bottom: 5px;
					font-size: 2em;
					font-weight: bold;
					text-transform: uppercase;
				}

				.if .mes-atual h3{
					margin: 0;
					margin-bottom: 5px;
					font-size: 1.1em;
					font-weight: bold;
					text-transform: uppercase;
				}

			.if .estatisticas{
				margin-bottom: 5px;
			}
				.if .estatisticas b{
					display: block;
					font-size: 1.8em;
				}
				.if .estatisticas span{
					font-size: 1.5em;
				}

				.if .tabela-financeira{
					width: 100%;
					border: 1px solid #efefef;
				}
					.if .tabela-financeira tr{}
					.if .tabela-financeira tr th{
						padding: 5px;
						border: 0;
					}
					.if .tabela-financeira tr td{
						padding: 5px;
					}
			.if .cdc:hover {
				cursor: pointer;
			}


	/* INTERFACE DE PAGAMENTO DO ALUNO v2 */
	.interface-pagamento{
		padding: 30px;
		font-size: 1.1em;
	}

	.pagamentoLegenda{
		display: none;
		width: 350px;
		margin-bottom: 20px;
	    background-color: rgba(81, 106, 132, 0.46);
	    color: #fff;
	    padding: 12px;
	    border-radius: 5px;
	}
		.pagamentoLegenda p{
		    display: inline-block;
		    font-size: 18px;
		    margin-bottom: 0;
		    margin-right: 18px;
		    margin-left: 10px;
		    vertical-align: super;
		}
		.pagamentoLegendaResponsavel{
		    display: inline-block;
		    width: 30px;
		    height: 30px;
		    border-radius: 25px;
		    background-color: rgba(11, 102, 125, 0.73)
		}
		.pagamentoLegendaDependente{
			display: inline-block;
		    width: 30px;
		    height: 30px;
		    border-radius: 25px;
		    background-color: rgba(82, 129, 183, 0.75);
		}
	
	.pagamentoPlano{
		float: left;
		border-top-style: none;
		border-bottom-style: none;
		height: auto;
		width: 100%;
		margin-right: 10px;
		padding: 10px;
		border-radius: 10px;
	}

		.pagamentoPlano h2 {
			margin-top: 30px;
			text-align: left;
			font-weight: bold;
			text-transform: uppercase;
		}

		.pagamentoPlano hr {
			margin: 25px 0;
		}

		.pagamentoPlano img {
			display: block;
			margin: 0 auto;
			height: 110px;
		}

		.pagamentoPlano select {
			font-size: 1.1em;
		}

		.pagamentoPlano select, .pagamentoPlano input {
			padding: 10px;
			height: auto;
			font-size: 1.1em;
		}

		.pagamentoPlano.responsavel{
		    
		}
		.pagamentoPlano.dependente{
			
		}
		.pagamentoPlano.sem-dedepente{
			
		}

		.pagamentoPlanoAluno{
			margin-bottom: 20px !important;
		}

		.pagamentoPlanoDescricao{
		    margin: 0 auto;
		    text-align: center;
		    padding: 10px;
			background-color: rgba(0, 0, 0, 0.23);
		    border: 2px solid rgba(66, 81, 115, 0.44);
		    border-radius: 10px;
			font-size: 1.5em;
		}
			.pagamentoPlanoDescricao b{
				font-size: 1.2em;
				font-weight: 100;
			}
			.pagamentoPlanoDescricao span{
				font-size: 1.2em;
			}

		.pagamentoPlanoContratoInicioArea{
			margin: auto;
			text-align: left;
		}
			.pagamentoPlanoContratoInicioArea input{
				font-size: 1.2em;
			}
		
		.ip.pagamentoPlanoFidelidades{
			padding: 0;
		}	
			.ip.pagamentoPlanoFidelidades .fidelidade-item{
				margin: 10px 0;
				padding: 0 10px;
				padding-bottom: 10px;
				border-radius: 5px;
				border: 1px dashed #c4c4c4;
			}
			.ip.pagamentoPlanoFidelidades .fidelidade-item label{
				font-weight: bold;
				cursor: pointer;
			}
			.ip.pagamentoPlanoFidelidades input{
				font-size: 1.1em;
				font-weight: bold;
				cursor: pointer;
			}

			.ip.pagamentoPlanoFidelidades .fidelidade-item:hover{
				background: #336680;
				color: #fff;
				cursor: pointer;
			}
			.ip.pagamentoPlanoFidelidades .fidelidade-item.escolhido{
				background: #336680;
				color: #fff;
			}

		.pagamentoPlanoBloqueio{
			border-top:1px solid #88b1c7;
			width: 100%;
			margin: 0 auto;
			margin-top:15px;
			padding-top: 10px;	
		}

		.ip.pagamentoPlanoConveniosArea{
			width: 100%;
			height: 400px;
			margin: auto;
			overflow-y: scroll;
		}

			.ip.pagamentoPlanoConvenios{
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
				.ip.pagamentoPlanoConvenios li{
					border: 1px solid #fff;
					margin: 5px 0;
					padding: 20px;
					background-color: #336680;
					border-radius: 5px;
					font-size: 1.1em;
					color: #fff;
				}

		.ip.pagamentoPlanoDecontosArbitrarios{
			width: 100%;
			margin: auto;
		}
			.ip.pagamentoPlanoDecontosArbitrarios input{
				width: 95%;
			}
			.ip.pagamentoPlanoDecontosArbitrarios button.descontoAdicionar{
				width: 100%;
				margin-top: 35px;
				margin-left: 10px;
			}
			.ip.pagamentoPlanoDecontosArbitrarios ul{
				margin: 5px 0;
				padding: 0;
			}
				.ip.pagamentoPlanoDecontosArbitrarios ul li{
					list-style: none;
					border: 1px solid #fff;
					padding: 10px;
					cursor: not-allowed;
				}
					.ip.pagamentoPlanoDecontosArbitrarios ul li b{
						display: block;
					}

		.ip.pagamentoPlanoTaxas{
			width: 100%;
			margin: 0 auto;
		}
			.ip.pagamentoPlanoTaxas select {
				width: 97%;
			}
			.ip.pagamentoPlanoTaxas button.taxaAdicionar{
				width: 100%;
				margin-left: 5px;
			}
			.ip.pagamentoPlanoTaxas ul{
				margin: 5px 0;
				padding: 0;
				border-bottom: 1px solid #fff;
			}
				.ip.pagamentoPlanoTaxas ul li{
					list-style: none;
					border: 1px solid #fff;
					padding: 10px;
					cursor: not-allowed;
				}
					.ip.pagamentoPlanoTaxas ul li b{
						display: block;
					}

		.pagamentoPlanoSubtotal{
			width: 100%;
			padding: 15px;
			margin: 10px auto;
			background: #556771;
			font-size: 1.3em;
			color: #fff;
		}
			.pagamentoPlanoSubtotal p{
				display: inline-block;
				font-size: 0.9em;
			}

		#botaoPagarPlanos{
			font-size: 1.1em;
		}

/* ELEMENTOS V2 (PRESERVAR) */

	.tabela-base {
		width: 100%;
		font-size: 1.1em;
	}
		.tabela-base thead {}
			.tabela-base thead tr{

			}
				.tabela-base thead tr th {
					padding: 5px;
				    border: 1px solid #d2d2d2;
				    background-color: #337ab7;
				    color: #fff;
				}
		.tabela-base tbody {}
			.tabela-base tbody tr {}
				.tabela-base tbody tr td {
					background: #f7f7f7;
					padding: 15px;
					border: 1px solid #fff;
				}
	
	/* MENU MOBILE */
	.slicknav_menu {
		display: none;
	}
	.slicknav_btn {
		float: left !important;
	}

	@media screen and (max-width: 768px) {
	
		#menu-sistema {
			display:none;
		}
		
		.slicknav_menu {
			display:block;
			margin-top: -15px;
		}
	}
	#modalEditarDespesa, #modalObservacao {
		overflow-y: scroll;
		position: fixed;
	}
	#modalEditarDespesa .modal-backdrop.in {
		position: fixed;
	}