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

/*cores
		    Azul: #508cd6
	  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: #508cd6;
  color: #fff;
}

*::selection {
  background: #508cd6;
  color: #fff;
}

.btn-custom {
  background: #508cd6;
  padding: 7px 20px;
  height: auto;
}

@media (max-width: 992px) {
  .btn-custom {
    width: 100%;
  }
}


.btn-search {
  background: #508cd6;
}

.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
  background: #296bbd;
}

.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: #508cd6 !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 #508cd6 !important;
  box-shadow: 0 1px 0 0 #508cd6 !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 #508cd6;
  border-bottom: 2px solid #508cd6;
}

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: "Roboto";
  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 {
  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: #508cd6;
}

.copy {
  text-align: center;
  margin: 30px 0 20px;
  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: #508cd6;
}

header nav ul.menu-central {
  max-width: 695px;
  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: 180px;
}

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: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.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;
}

/** 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:hover {
  background: rgba(255, 255, 255, 0.5);
}

.btn-acao:focus {
  background: rgba(255, 255, 255, 0.5);
}

.btn-info {
  border: 1px solid #508cd6;
  color: #508cd6;
}

.btn-renovar {
  margin-right: 10px;
  border: 1px solid #508cd6;
  color: #508cd6;
}

.btn-imprimir {
  margin-left: 10px;
  border: 1px solid #0ab604;
  color: #0ab604;
}

.btn-remover,
.btn-excluir {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.btn-remover {
  margin-left: 10px;
}

.btn-filtro {
  margin-left: 10px;
  border: 1px solid #508cd6;
  color: #508cd6;
}

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

/** TABLE ======================================== **/
table .acao {
  width: 150px;
}

table .acao2 {
  width: 250px;
}

table .acao3 {
  width: 320px;
}

table .acao4 {
  width: 400px;
}

table .foto {
  width: 60px;
}

table .status {
  width: 155px;
}

table.bordered>thead>tr {
  background: #f2f4f8;
}

table.bordered>thead>tr,
table.bordered>tbody>tr {
  border-bottom: 1px solid #e4e9f0;
}

td,
th {
  padding: 10px 20px;
}

table .impressao [type="checkbox"]+label {
  padding-left: 0;
}

table>tbody>tr>td:LAST-CHILD {
  position: relative;
}

table span.badge {
  float: none;
  display: inherit;
  width: max-content;
  margin-left: 0;
}

table .relatorio-status {
  /* float: left; */
  max-width: 415px;
  width: 415px;
}

table .relatorio-status span,
.relatorio-status span {
  width: 120px;
}

@media (max-width: 992px) {
  table.table-responsive>thead {
    display: none;
  }

  table.table-responsive>tbody>tr {
    background-color: #fff;
    display: block;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  }

  table.table-responsive>tbody>tr>td:first-child,
  table.table-responsive>tbody>tr>td:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  table.table-responsive>tbody>tr>td {
    border-bottom: 1px solid #e4e9f0;
    display: block;
    padding: 10px;
    width: auto;
  }

  table.table-responsive>tbody>tr>td:before {
    content: attr(data-label);
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
  }

  table.table-responsive>tbody>tr>td:last-child {
    border-bottom: 0;
  }

  table.table-responsive>tbody>tr>td form,
  table.table-responsive>tbody>tr>td .btn-acao {
    float: none;
    display: inline-block;
  }

  tr.toggle-table-exames .lista-exames table.table-responsive>tbody>tr,
  tr.toggle-table-exames .lista-exames table.table-responsive>tbody>tr td {
    background-color: #839ea9 !important;
    border-top: 1px solid #839ea9 !important;
    box-shadow: none;
  }

  table.table-responsive>tbody>tr>th.impressao,
  table.table-responsive>tbody>tr>td.impressao {
    display: none;
  }

  table .acao3,
  table .acao4 {
    width: 100%;
  }
}

/** FILTROS ======================================== **/
.filtros {
  float: left;
  width: 100%;
  padding: 10px 20px 0;
  margin: 10px 0;
  background: #f2f4f8;
}

.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;
}

@media (max-width: 992px) {
  .btn-imprimir {
    display: none;
  }

  .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 ul.pagination li a {
  font-size: 1rem;
}

.paginacao .pagination li.active {
  background-color: #61808c;
}

.paginacao .total {
  text-align: right;
  margin-right: 30px;
}

/** 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: #508cd6;
}

.widgets .widget.impressas,
.widgets .widget.geral {
  background: #f2f4f8;
  color: #508cd6;
}

.widgets .widget.impressas span,
.widgets .widget.geral span {
  color: #508cd6;
}

.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: #508cd6;
}

@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;
  transition: opacity 0.25s;
  width: 173px;
}

.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: #508cd6;
}

.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: #508cd6;
}

.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: #508cd6;
}

.financeiro-header ul li:last-child {
  margin: 0;
}

.financeiro-header ul li div {
  font-size: small;
  color: #000;
}

/** RELATÓRIOS  ======================================== **/
.relatorio-card {
  border: 1px solid #e4e9f0;
  padding: 20px;
  border-radius: 7px;
}

.relatorio-card:hover {
  background: #f3f5f7;
}

.relatorio-card a {
  display: block;
  color: #514d6a;
}

.header-relatorio {
  position: relative;
  padding: 20px 30px;
  background: #f3f5f7;
  margin-bottom: 10px;
  text-align: center;
  color: #514d6a;
  font-size: 2rem;
}

.header-relatorio p {
  font-size: .9rem;
  margin: 0;
  font-weight: 500;
}

.table-relatorio {
  table-layout: fixed;
}

.table-relatorio .count {
  width: 50px;
}

.table-relatorio .codigo {
  width: 120px;
}

.relatorio-total {
  position: absolute;
  font-size: 18px;
  right: 20px;
  bottom: 20px;
}

/** 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;
}

/** IMPRESSÃO BASE  ======================================== **/
@media print {

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

.info-impressao {
  margin-bottom: 20px;
  padding: 10px 0;
  display: block;
  background: #f2f4f8;
  font-weight: 600;
  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: 23px;
  border-radius: 4px;
  z-index: 9;
}

.print .carteirinha img.logo {
  position: absolute;
  width: 60px;
  top: 44px;
  left: 270px;
  z-index: 9;
}

.print .carteirinha .dados {
  position: absolute;
  text-align: left;
  top: 40px;
  left: 123px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  z-index: 9;
  line-height: 12px;
}

.print .carteirinha .dados .instituicao {
  margin-top: 25px;
}

.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 .carteirinha {
  width: 342px;
}

.l805 .carteirinha img.foto {
  top: 40px;
}

.l805 .carteirinha .dados {
  top: 40px;
  font-size: 9px;
}

.l805 .carteirinha .dados .nome {
  margin-top: 9px;
}

.l805 .carteirinha .dados .dn {
  margin-top: 7px;
  margin-left: 60px;
}

.l805 .carteirinha .dados .matricula {
  margin-left: 36px;
}

.l805 .carteirinha .dados .rg {
  margin-left: 20px;
  line-height: 10px;
}

.l805 .carteirinha .dados .codigo {
  margin-top: 16px;
}

.l805 .carteirinha .qrcode {
  position: absolute;
  z-index: 999;
  bottom: 8px;
  left: 260px;
}

.l805 .carteirinha .qrcode svg {
  width: 58px;
  height: 58px;
}

/** 
** VARIAÇÕES DE IMPRESSÃO
** IMPRESSÃO L8050  
** ======================================== **/
.print-verso-l8050 {
  width: 520px;
  margin: auto;
}

.print-verso-l8050 img {
  width: 215px;
  height: 342px;
  margin: 20px;
}



/* .l8050 .carteirinha {
  width: 342px;
}

.l8050 .carteirinha img.modelo {
  transform: rotate(90deg); 
  width: 215px;
  height: 342px;
} */
