@import url( "../fonts/ico-moon/style.css" );

/*cores
		    Azul: #2e4b94
	  Azul:Hover: #013833
		   Cinza: #37454b
*/

*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
	text-decoration: none;
	outline: none;
}

.animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #2e4b94;
	color: #fff;
}

*::selection {
	background: #2e4b94;
	color: #fff;
}

.btn-custom {
	background: #2e4b94;
	padding: 7px 20px;
	height: auto;
}
@media (max-width: 992px) {
	.btn-custom {
		width: 100%;
	}
}


.btn-search {
	background: #2e4b94;
}
.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
	background: #2e4b94;
}

.input-field input[type=text]:focus + label, 
.input-field input[type=email]:focus + label, 
.input-field input[type=password]:focus + label, 
.materialize-textarea:focus:not([readonly]) + label {
     color: #2e4b94 !important;
}

.input-field input[type=text]:focus, 
.input-field input[type=email]:focus, 
.input-field input[type=password]:focus, 
.materialize-textarea:focus:not([readonly]),
.input-field input[type=text], 
.input-field input[type=email], 
.input-field input[type=password],
textarea.materialize-textarea, 
textarea.materialize-textarea:focus  {
    border-bottom: 1px solid #2e4b94 !important;
    box-shadow: 0 1px 0 0 #2e4b94 !important;
}

input[type=text].invalid:not(.browser-default), 
input[type=text].invalid:not(.browser-default):focus, 
input[type=password].invalid:not(.browser-default), 
input[type=password].invalid:not(.browser-default):focus, 
input[type=email].invalid:not(.browser-default), 
input[type=email].invalid:not(.browser-default):focus, 
textarea.materialize-textarea.invalid, 
textarea.materialize-textarea.invalid:focus, 
.select-wrapper.invalid>input.select-dropdown {
	border-bottom: 1px solid #F44336 !important;
	box-shadow: 0 1px 0 0 #F44336 !important;
}

.autocomplete-content {
	position: absolute;
	width: calc(100% - 20px);
}
    
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #2e4b94;
    border-bottom: 2px solid #2e4b94;
}

label {
    width: 100%;
}

.container {
	width: 90%;
}

.modal {
	max-width: 600px !important;
	overflow-y: visible;
	background: #fff; 
}
.modal .modal-footer {
	padding-top: 13px; 
}

html, body {
	font-family: 'Open Sans', sans-serif;
    /*letter-spacing: 0.3px;*/
    background-color: #e8edf2;
    background: url("../images/bg_body.jpg");
    position: relative;
	overflow-x: hidden;
    color: #514d6a;
	height: 100%;
	width: 100%;
}

.loadie {
	-webkit-transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #f2f4f8;
	position: absolute;
	z-index: 99999;
	height: 3px;
	width: 0;
	left: 0;
	top: 0;
}

/** AUTH ======================================== **/
.auth {
    background-image: url('../images/login_bg.jpg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.auth .login {
	background: rgba(255,255,255, .9);
	position: relative;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}
.auth .login .login-header {
	padding: 30px 60px 0;
	text-align: center;
	display: block;
}
.auth .login .login-header img {
    max-width: 300px;
    max-height: 80px;
}
.auth .login form {
	padding: 20px 50px 10px;
}
.auth .login form button {
	width: 100%;
}
.auth .login .login-footer {
	text-align: center;
}
.auth .login .login-footer a {
	text-decoration: none;	
	color: #827ca1;
}
.auth .login .login-footer a.register {
	color: #006f6f;
}
.auth .login .login-footer a:HOVER {
	color: #2e4b94;
}
.copy {
	text-align: center;
	margin-top: 30px;	
	color: #444;
}

form .input-icon-add > i,
form .input-icon-remove > i {
	position: absolute;
	right: 10px;
	bottom: 30px;
	cursor: pointer;
}
form .input-icon-remove > i {
	color: red;	
}

@media (max-width: 992px) {
	.auth .login {
	    max-width: 500px;
	    margin: 0 auto;	
	    float: none;
	    width: 100%;
	}
	.auth .login .login-header {
		padding: 20px 20px 0;
	}
	.auth .login .login-header h1 {
		font-size: 32px; 
	}
	.auth .login .login-header i.fa-sign-out {
	    position: absolute;
	    font-size: 50px;
	    right: 20px;	
	    top: 35px;
	}
	.auth .login form {
		padding: 20px;
	}
}

.content {
	padding-top: 10px;
}

/** HEADER ======================================== **/
header nav {
	padding: 0 20px;
	background-color: #2e4b94;
}
header nav ul.menu-central {
	/*max-width: 807px;*/
	max-width: 560px;
	margin: auto;
}
header nav ul.menu-central li i {
	font-size: 18px;
	color: #d4dae0;
	margin-right: 5px;
}
header img.avatar {
	float: left;
	margin: 15px 10px 15px 0;
}
header .dropdown-content {
	position: relative;	
	padding-top: 7px;	
	background: none;
	margin-top: -7px;
	min-width: 170px;
}
header .dropdown-content:BEFORE {
	position: absolute;
	content: " ";
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 10px;
  	width: 0; 
  	height: 0; 
	top: 0px;
	right: 3px;
	z-index: 999;
 
  	border-left: 14px solid transparent;
  	border-right: 14px solid transparent;
  	border-bottom: 14px solid #fff;
}
header .dropdown-content a {
	color: #666;
	background: #fff;
}
header .dropdown-content li:HOVER,
header .dropdown-content a:HOVER {
	color: #000;
	background: #fff;
}

/** PANEL ======================================== **/
.panel {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.2);
}
.panel > .panel-heading {
	font-size: 26px;
	padding: 5px 30px;
	border-bottom: 1px solid #e4e9f0;
}
.panel > .panel-heading h2 {
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.panel > .panel-body {
	padding: 20px 30px;
	margin-top: 4%;
}

.centralTd{
	text-align: center;
}

.login-box{
	margin-top: 4%;
}

.boxProcesso h5{
	text-align: center;
	margin-bottom: 40px;
}

.boxProcesso .bordered{
	margin-top: 30px;
}

.tabelaDocumento td, .tabelaDocumento th{
	text-align: center;
}

.footerPortal{
	text-align: center;
	padding: 20px;
}

.documento{
    height: 100%;
}

.informacaoCad{
	text-align: center;
	margin-bottom: 30px !important;
}

.informacaoCad label{
	font-size: 1.2em;
	font-weight: 600;
}

@media only screen and (min-width: 960px)
{
	.flow-text {
		font-size: 1.38rem;
	}
}


/** BTN ACAO ======================================== **/
form.destroy {
	float: left;
	margin-left: 5px;
}
.btn-acao {
	background-color: transparent;
	border-radius: 10em;
	box-shadow: none;
	border: 1px solid #37454b;
	color: #37454b;
	font-size: small;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	float: left;
}
.btn-acao-portal {
	background-color: transparent;
	border-radius: 10em;
	box-shadow: none;
	border: 1px solid #37454b;
	color: #37454b;
	font-size: small;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
}
.btn-acao:hover {
	background: rgba(255,255,255,0.5);	
}
.btn-acao:focus {
	background: rgba(255,255,255,0.5);	
}
.btn-info {
	border: 1px solid #57a6f0;
	color: #57a6f0;
}
.btn-renovar {
	margin-right: 15px;
	border: 1px solid #1372cc;
	color: #1372cc;
}
.btn-renovar:hover {
	background: rgba(255,255,255,0.5);
}
.btn-imprimir {
	margin-left: 15px;
	border: 1px solid #0ab604;
	color: #0ab604;
}
.btn-remover,
.btn-excluir {
	border: 1px solid #ff0000;
	color: #ff0000;
}
.btn-remover {
	margin-left: 15px;
}

.btn-border-zero {
	border: 0;
}

/** TABLE ======================================== **/
table .acao2 {
	width: 250px;
}
table .acao3 {
	width: 320px;
}
table .foto {
	width: 60px;
}
table.bordered > thead > tr {
	background: #f2f4f8;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
	border-bottom: 1px solid #e4e9f0;
}
td, th {
	padding: 10px 20px;
	color: #888;
}
.tabelaPortal th{
	text-align: center;
}
table > tbody > tr > td:LAST-CHILD {
	position: relative;
}
table span.badge {
	margin-left: 0;
}

/** FILTROS ======================================== **/
.filtros {
	float: left;
	width: 100%;
	padding: 10px 20px 0;
	margin: 10px 0;
	background: transparent;
}
.filtros .row {
	margin-bottom: 0;
}
.filtros .input-field .prefix ~ input {
	margin-left: 0;
	padding-left: 3rem;
}

.dropdown-content li > a, 
.dropdown-content li> span {
		color: #666;
}
.dropdown-content li:hover, 
.dropdown-content li.active, 
.dropdown-content li.selected {
    background-color: #eee;
	background: #f2f4f8;
}
.filtros button {
	margin-top: 10px;
}

.input-field label, .dropdown-content li span, .select-dropdown  {
	color: #8193be;
}

@media (max-width: 992px) {
	.filtros a.icone-pesquisar {
		display: block;
	}
	.filtros {
		display: none;
	}
	.filtros button {
		margin: 0 0 20px 0;
		width: 100%;
	}
}

/** MODELO DE IMPRESSÃO/LOGO INSTITUIÇÃO ======================================== **/
.logo-instituicao,
.modelo-carteirinha {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin: 10px 0;
	float: left;
}

/** PAGINAÇÃO ======================================== **/
.paginacao {
	padding: 30px 0 0;
	margin: 0;
}
.paginacao ul.pagination {
	margin: 0;
}
.paginacao .pagination li.active {
	background-color: #61808c;
}

/** SWITCH ======================================== **/
.switch-switch {
	margin: 20px 0;
}
.ensino-switch {
	background: #ececec;
	margin-top: 10px;
	padding: 10px 0 10px 10px;
	border-radius: 4px;
}
.ensino-switch label .lever {
	float: right;
    margin: 5px 16px 0;
}

/** LINKS ======================================== **/
a.link-comprovante,
a.link-comprovante:focus {
	text-align: left;
	padding-left: 0;
	color: #1372cc;	
	background: none;
}
a.link-comprovante:hover {
	color: #444;	
	background: none;
}

/** PAINEL ======================================== **/
ul.anos {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
ul.anos li {
	display: inline-block;
}
.widgets {
	float: left;
	clear: both;
	margin-top: 0;
	width: 100%;
	color: #f2f4f8;
}
.widgets .widget {
	position: relative;
	float: left;
	width: 25%;
	padding: 35px 25px 40px;
	overflow: hidden;
	height: 170px;
}
.widgets .widget h4 {
	font-size: 24px;
	display: block;
	padding: 0;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.widgets .widget i {
    display: inline-block;
    font-size: 60px;
    margin-top: 20px;
}
.widgets .widget span {
	position: absolute;
	bottom: 20px;
	right: 25px;
	font-size: 42px;
	color: #fff;
}
.widgets .widget.total,
.widgets .widget.web {
	background: #2e4b94;
}
.widgets .widget.impressas,
.widgets .widget.geral {
	background: #f2f4f8;
	color: #2e4b94;
}
.widgets .widget.impressas span,
.widgets .widget.geral span {
	color: #2e4b94;
}
.widgets .widget.web span {
	color: #fff;
}
.widgets .widget ul li {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom: solid #4081cf;
	border-width: 0.1px;
}
.widgets .widget.web ul li {
	border-bottom: 1px solid #f2f4f8;
}
.widgets .widget ul li span {
	font-size: 16px;
	position: unset;
	color: #2e4b94;
}

@media (max-width: 992px) {
	.widgets .widget {
		width: 50%;
		margin-top: 10px;
	}
}
@media (max-width: 600px) {
	.widgets .widget h4 {
		font-size: 18px;
	}
	.widgets .widget i {
		font-size: 36px;
	}
	.widgets .widget span {
		font-size: 36px;
	}
}

/** CROP FOTOS ======================================== **/
.cropit-preview {
	background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}
form#formAluno .cropit-preview {
	width: 250px;
    height: 333px;
}
.cropit-preview-image-container {
	cursor: move;
}
.image-size-label {
	margin-top: 10px;
}
.controls-wrapper {
	margin-top: 20px;
    text-align: center;
}
.controls-wrapper .rotation-btns {
	font-size: 16px;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
}
.controls-wrapper .rotation-btns i {
	margin-right: 10px;
}
.controls-wrapper .slider-wrapper {
	display: inline-block;
	tranition: opacity 0.25s;
	width: 173px;
	float: left;
}
.controls-wrapper .slider-wrapper input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    float: left;
    width: 110px;
    margin: 10px;
    background: #eee;
}
.controls-wrapper .slider-wrapper i {
	vertical-align: middle;
	font-size: 16px;
    width: 16px;
    float: left;
    margin-top: 5px;
}
.controls-wrapper .slider-wrapper i.zoom-max {
	font-size: 24px;
    width: 24px;
    margin: 0;
}
.image-editor .btn-foto {
	width: 250px;
	position: relative;
	background: #fff;
	box-shadow: 0 none;
	color: #514d6a;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.image-editor .btn-foto:HOVER {
	background: #f8f8f8;	
}
.image-editor .btn-foto i {
	margin: 0 10px;
	font-size: 18px;
	line-height: 22px;	
}
.image-editor .btn-foto input {
	opacity: 0;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
}

.instituicao-graduacao {
	background: #000;
}

/**	FINANCEIRO  ======================================== **/
.financeiro-representantes .collection {
	margin-top: 0;
}
.financeiro-representantes .geral {
	padding: 20px 30px;
	margin-bottom: 10px;
	background: #f2f4f8;
	color: #2e4b94;
}
.financeiro-representantes .geral h4 {
	font-size: 16px;
	padding: 0;
	margin: 0 0 5px;
	color: #444;
}
.financeiro-representantes .geral div {
	position: none;
	bottom: 20px;
	font-size: 24px;
}

.financeiro-representantes .saldo-vendedor {
	text-align: right;
	font-size: small;
	line-height: 1rem;
	color: #2e4b94;
}
.financeiro-representantes .saldo-vendedor span {
	color: #444;
}

.financeiro-representantes .collection a.collection-item {
	line-height: 2.7rem;
	color: #37454b;
}
.financeiro-representantes .collection a.collection-item:hover {
	background: #f2f4f8;
}
.financeiro-representantes .collection .collection-item img {
	margin-right: 10px;
}

.financeiro-header {
	text-transform: uppercase;
	background: #f2f4f8;
	margin-bottom: 20px;
	padding: 20px;
}
.financeiro-header ul,
.financeiro-header .row {
	margin-bottom: 0;
}

.financeiro-header .nome {
	font-size: 20px;
}
.financeiro-header ul li {
	display: inline-block;
	margin-right: 20px;
	color: #2e4b94;
}
.financeiro-header ul li:last-child {
	margin: 0;
}
.financeiro-header ul li div {
	font-size: small;
	color: #000;
}

/** WIDGET-FINANCEIRO  ======================================== **/
.widgets-financeiro {
	margin-top: 0;
}
.widgets-financeiro .widget {
	width: 33.33%;
	padding: 20px;
	height: 120px;
}

.widgets-financeiro .widget h4 {
	font-size: 16px;
	color: #d4dae0;
    padding: 0;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.widgets-financeiro .widget.impressas h4 {
	color: #444;
}

.widgets-financeiro .widget div {
	position: none;
	bottom: 20px;
	font-size: 24px;
	color: #fff;
}


@media print {
	nav, 
	footer, 
	video, 
	audio, 
	object, 
	header,
	embed, 
	a,
	a:AFTER,
	a:BEFORE,
	.panel-title,
	.info-impressao {
		display: none !important;
		visibility: hidden !important; 
  	}
}

/** IMPRESSÃO BASE  ======================================== **/
.info-impressao {
	margin-bottom: 20px;
	padding: 10px 0;
	display: block;
	background: #f2f4f8;
	text-align: center;
}
.print .carteirinha {
	text-align: center;
	height: 215px;
	width: 693px;
	margin: 0 auto 3px;
	position: relative;
}
.print .carteirinha img.modelo {
	height: 215px;
	position: absolute;
	top: 0;
	left: 0;
}
.print .carteirinha img.foto {
	position: absolute;
	width: 90px;
	top: 40px;
	left: 20px;
	z-index: 9;
}
.print .carteirinha img.logo {
	position: absolute;
	width: 60px;
	top: 40px;
	left: 270px;
	z-index: 9;
}
.print .carteirinha .dados {
	position: absolute;
	text-align: left;
	top: 40px;
	left: 124px;
	font-size: 11px;
	font-weight: 500;
	color: #000;
	z-index: 9;
	line-height: 12px;
}
.print .carteirinha .dados .instituicao {
	margin-top: 22px;
}
.print .carteirinha .dados .curso {
	height: 12px;
}

.print .carteirinha .dados .dn,
.print .carteirinha .dados .matricula,
.print .carteirinha .dados .rg {
	margin-left: 38px;
}

.print .carteirinha .dados .dn {
	margin-top: 5px;
}
.print .carteirinha .dados .codigo {
	margin-top: 30px;
}
.print .carteirinha .dados .qrcode {
	position: absolute;
	bottom: -17px;
	left: 132px;
}
.print .carteirinha .dados .qrcode svg {
	width: 65px;
	height: 65px;
}

/** 
** VARIAÇÕES DE IMPRESSÃO
** IMPRESSÃO L805  
** ======================================== **/
.l805 {}

.l805 .carteirinha {
    width: 342px;
}
.l805 .carteirinha img.foto {
	top: 33px;
}
.l805 .carteirinha .dados {
	top: 41px;
	font-size: 9px;
	line-height: 10px;
}
.l805 .carteirinha .dados .dn {
	margin-top: 10px;
}
.l805 .carteirinha .dados .codigo {
	margin-top: 37px;
}
.l805 .carteirinha .qrcode {
	position: absolute;
	z-index: 999;
	bottom: 8px;
	left: 260px;
}
.l805 .carteirinha .qrcode svg {
	width: 58px;
	height: 58px;
}