.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

form.ng-submitted input.ng-invalid {
  background-color: rgba(207, 207, 7, 0.58);
}

.ng-hide.ng-hide-animate {
  display: none !important;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none !important;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}

.base-align {
  display: flex;
  align-items: baseline;
}

.menu-item {
  border-style: solid;
  border-radius: 20px;
  margin: 10px;
}

.icone-header {
  margin: 0 10px;
}

.pull-bottom {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
*:focus {
  outline: none;
}

.art-pagination {
  margin: -40px 0;
}

.one-line-form {
  padding-bottom: 10px;
  padding-top: 10px;
}

/**************************** MEU ****************************/

body {
  position: relative;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  width: 1300px;
}

.panel,
.panel-heading {
  border-radius: 0px;
}

.panel-primary,
.btn-primary {
  border-color: #007a87 !important;
}

.panel-primary > .panel-heading {
  background-color: #007a87 !important;
}

.text-primary,
.btn-primary {
  color: #007a87 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #007a87 !important;
  border-color: #00636d !important;
}

/*-------------------------------*/
/*           Formulários         */
/*-------------------------------*/

.form-control,
.btn {
  font-size: 13px;
}

.form-control {
  height: 40px;
}

.btn {
  padding: 9px 12px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  height: 40px;
}

.btn-acao-form {
  max-width: 80vw;
  width: 100%;
  margin-top: 3rem;
}

.btn-primary,
.btn-danger,
.btn-success {
  background-color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-width: 2px;
}

.btn-primary {
  color: #357ebd;
  border-color: #357ebd;
}

.btn-danger {
  color: #ac2925;
  border-color: #ac2925;
}

.btn-success {
  background-color: #4cae4c;
  color: #fff;
  border-color: #4cae4c;
}

.btn-fake .fa,
.btn .fa {
  font-size: 16px;
}

.btn-fake {
  opacity: 1 !important;
  background-color: #eee !important;
}

.form-group label {
  margin-bottom: 6px !important;
}

form {
  padding-bottom: 50px;
  padding-top: 25px;
}

fieldset {
  margin: 30px 0px;
  overflow: hidden;
}

fieldset legend {
  width: 12%;
  float: left;
  display: block;
  padding: 10px;
  margin-bottom: 0px;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}

fieldset.form-dinamico legend {
  width: 25%;
  text-align: right;
}

fieldset .campos {
  width: 88%;
  float: left;
  padding-left: 30px;
  border-left: 2px solid;
}

fieldset.form-dinamico .campos {
  width: 75%;
}

fieldset.vermelho .campos {
  border-color: red;
}

fieldset.azul .campos {
  border-color: blue;
}
fieldset.azulBootstrap .campos {
  border-color: #377a87;
}

fieldset.verde .campos {
  border-color: green;
}

fieldset.laranja .campos {
  border-color: orange;
}

fieldset.cinza .campos {
  border-color: gray;
}

fieldset .campos .row {
  width: 100%;
}

fieldset .form-group {
  margin: 10px 0px;
}

.botoes-form {
  margin-left: 12%;
  width: 88%;
  float: left;
  padding-left: 30px;
}

.botoes-form .row {
  width: 100%;
}

.botoes-form .btn-acao-form {
  margin-top: 0px;
}

@media screen and (max-width: 1050px) {
  form {
  }

  fieldset {
  }

  fieldset legend {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  fieldset .campos {
    margin-top: 5px;
    float: none;
    border-left: none;
    border-top: 2px solid red;
    width: 100%;
    padding-top: 10px;
  }
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  /* Tamanho do menu aberto - empurra a página */
  padding-left: 390px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  /* Tamanho do menu aberto */
  width: 390px;
}

#page-content-wrapper {
  width: 100%;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}

#barra {
}

#barra .principal {
  background-color: #007a87;
  height: 70px;
  color: white;
  font-size: 23px;
}

#barra .bem-vindo {
  border-bottom: 1px solid #dcdcdc;
  color: #4f4d4d;
  font-size: 11px;
  padding: 7px 0px 7px 140px;
}

#barra h1 {
  margin: 23px 0px 0px 145px;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

#barra h1 .subtitulo {
  font-size: 14px;
}

#barra nav ul {
  float: right;
  list-style: none;
}

#barra nav li {
  float: left;
  font-size: 23px;
  background-color: #00636d;
  height: 70px;
  width: 65px;
  text-align: center;
  display: table;
}

#barra nav li .fa {
  display: table-cell;
  vertical-align: middle;
}

.toggled #barra .bem-vindo {
  padding: 7px 0px 7px 15px;
}
.toggled #barra h1 {
  margin: 12px 0px 0px 15px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  /* Tamanho do menu aberto */
  width: 390px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  font-weight: bold;
  width: 100%;
  color: #949393;
  border: 1px solid #ededee;
  margin: 5px 0px;
  height: 70px;
}

.sidebar-nav li:first-child {
  color: #fff;
  background-color: #007a87;
  height: 100px;
  padding: 0px;
  margin: 0px;
  border: none;
}

.sidebar-nav-icone {
  border-right: 1px solid #ededee;
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  display: table;
  font-size: 20px;
}

.sidebar-nav-icone span,
.sidebar-nav-texto span {
  display: table-cell;
  vertical-align: middle;
}

.sidebar-nav-texto {
  float: left;
  height: 70px;
  display: table;
  font-size: 17px;
  padding-left: 20px;
}

.sair-nav {
  background-color: #b50000;
  width: 100%;
  color: white;
  position: absolute;
  bottom: 0px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.sair-nav .sair-nav-icone {
  display: table;
  text-align: center;
  width: 70px;
  height: 70px;
  background-color: #900000;
  float: right;
  font-size: 20px;
}

.sair-nav .sair-nav-icone .fa {
  display: table-cell;
  vertical-align: middle;
}

.sair-nav .sair-nav-texto {
  display: table;
  float: left;
  height: 70px;
  margin-left: 30px;
}

.sair-nav .sair-nav-texto span {
  display: table-cell;
  vertical-align: middle;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #636161;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

.sidebar-nav .sidebar-brand {
  background-color: #007a87;
  height: 70px;
}

.sidebar-nav a {
  padding: 0px !important;
}

/*-------------------------------*/
/*       Usuário e Foto          */
/*-------------------------------*/

.usuario-logado {
  height: 106px;
  font-size: 20px;
  line-height: 44px;
  position: absolute;
}

.usuario-logado img {
  height: 100%;
  vertical-align: top;
  margin: 0px;
  float: left;
  border-bottom: 1px solid #dcdcdc;
}

.usuario-logado button {
  color: white;
  float: left;
  width: 25px;
  height: 100%;
  border: none;
  background-color: #00636d;
  margin: 0px;
  -webkit-box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 7px -1px rgba(0, 0, 0, 0.75);
  font-weight: normal;
  font-size: 15px;
  padding: 0px;
}

.usuario-logado div {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  width: auto;
}

.usuario-logado div span {
  display: block;
  color: white;
  line-height: 21px;
}

.usuario-logado div span.nome {
  font-size: 20px;
}

.usuario-logado div span.info {
  font-size: 13px;
  font-weight: normal;
}

.usuario-logado {
  z-index: 1001;
}
.usuario-logado:hover,
.usuario-logado:focus,
.usuario-logado:active {
  outline: none;
}

.usuario-logado.is-closed div {
  width: 0px;
}

.usuario-logado.is-open button span::before {
  content: "\f053";
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(140, 140, 140, 0.7);
  z-index: 999;
}

/*-------------------------------*/
/*        Módulo Opção           */
/*-------------------------------*/

.apoio-opcao {
  width: 30%;
  border: 1px solid #e0dede;
  margin: 15px 1.5%;
  float: left;
  position: relative;
}

.apoio-opcao:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.apoio-opcao div {
  position: absolute;
  margin-top: 20px;
  left: 50%;
  margin-left: -21%;
  text-align: center;
}

.apoio-opcao span {
  font-size: 19px;
  border: 1px solid #e0dede;
  padding: 8px;
}

.apoio-opcao p {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
}

/*------------------------------*/
/*           menu-index         */
/*------------------------------*/

.menu-index-saudacao {
  margin-top: 75px;
  width: 37%;
  float: left;
  margin-right: 3%;
}

.menu-index-modulos {
  float: left;
  width: 60%;
}

.menu-index-apoio {
  color: #949393;
  width: 80%;
  float: left;
}

@media screen and (max-width: 1240px) {
  .menu-index-saudacao {
    width: 25%;
  }

  .menu-index-modulos {
    width: 72%;
  }

  .menu-index-apoio {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .menu-index-saudacao {
    width: 100%;
    margin-right: 0px;
  }

  .menu-index-modulos {
    width: 100%;
    float: none;
  }
}

/*------------------------------*/
/*          modulo-opcao        */
/*------------------------------*/

.padding-container {
  padding: 2rem 4rem 4rem 4rem;
}

.modulo-opcao {
  position: relative;
  width: 30.33%;
  float: left;
  margin: 10px 1.5%;
  -webkit-box-shadow: 0px 7px 23px -6px rgba(186, 186, 186, 1);
  -moz-box-shadow: 0px 7px 23px -6px rgba(186, 186, 186, 1);
  box-shadow: 0px 7px 23px -6px rgba(186, 186, 186, 1);
  border: 1px solid rgb(236, 234, 234);
  border-radius: 4px;
  cursor: pointer;
}

.modulo-opcao:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.modulo-opcao img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}

.modulo-opcao .texto {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #000000b8;
  -webkit-transition: visibility 0s linear, opacity 0.75s linear;
  transition: visibility 0s linear, opacity 0.3s linear;
  text-align: center;
}

.modulo-opcao:hover {
  border: 1px solid rgb(216, 214, 214);
}

.modulo-opcao:hover .texto {
  visibility: visible;
  opacity: 1;
}

.modulo-opcao .texto h3 {
  display: block;
  margin: 0;
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}

.modulo-opcao .texto p {
  font-size: 14px;
  color: #d8d8d8;
  display: block;
}

.modulo-opcao .texto > a {
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  border-radius: 4px;
  height: 100%;
  justify-content: space-around;
  padding: 2rem 1rem;
  align-items: stretch;
}

.modulo-opcao .texto > a span {
  background: #388d07f0;
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border: 1px solid #48941b;
}

.modulo-opcao .texto > a span:hover {
  transform: scale(1.08);
  transition: 0.1s;
}

.modulo-opcao .rodape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 0px;
  font-size: 16px;
  color: #949393;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}

.row-container {
  max-width: 1350px;
  margin: auto;
}

#modulo-area-restrita .dw-loading.dw-loading-overlay.dw-loading-active {
  position: fixed;
}
#modulo-area-restrita .msg-navegue{
  text-align: center;
  margin-bottom: 1.5rem;
}
#modulo-area-restrita .msg-navegue span{
  font-size: 16px;
  font-weight: 100;
}

@media screen and (min-width: 1200px) {
  .modulo-opcao {
    width: 22%;
    margin: 10px 1.5%;
  }
  #modulo-area-restrita {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 951px) {
  .modulo-opcao {
    width: 47%;
    margin: 10px 1.5%;
  }
  .padding-container {
    padding: 2rem 2rem 3rem 2rem;
  }
}

@media screen and (max-width: 550px) {
  .modulo-opcao {
    width: 47%;
    margin: 1rem 0 0 1rem !important;
  }
  .width-pagamentos{
    width: 100vw !important;
  }
}

/*------------------------------*/
/*        form pagamento        */
/*------------------------------*/

.operacao {
  margin-left: 5% !important;
}

.agencia-com-operacao {
  width: 60%;
  float: left;
}

/*------------------------------*/
/*             Index            */
/*------------------------------*/

.abertura {
  height: 100vh;
  width: 100%;
  /*background-image: url('../img/fundo.jpg');
  background-repeat: no-repeat;*/
}

.abertura img {
  height: auto;
  width: auto;
  max-height: 100%;
}

/*-------------------------------*/
/*           Form Login          */
/*-------------------------------*/

.container-login {
  background-color: #fff;
  padding: 3rem 4rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.6rem;
}

.container-img {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.abertura form {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #ffffff;
  padding: 0;
  color: #747474;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mensagens-abertura {
  width: 45%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #fff;
  padding: 60px 10%;
  color: #747474;
  height: 100%;
}

.abertura form legend {
  border: none;
  margin-bottom: 2rem;
}

.abertura form legend h1 {
  text-transform: uppercase;
  color: #747474;
}

.abertura form legend p {
  margin: 2rem 0;
  font-size: 15px;
  text-align: center;
  color: #747474;
}

.abertura form input,
.abertura form input:focus {
  border: none;
  border-bottom: 2px solid #747474;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.abertura form input {
  font-size: 14px;
}

.abertura .abertura-link {
  text-decoration: underline;
  margin-top: 3rem;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.abertura-promo {
  text-align: center;
  font-size: 13px;
  color: gray;
  margin-top: 3rem;
}

.input-icone {
  position: relative;
}

.input-icone input {
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.input-icone span {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 22px;
}

.ou {
  text-align: center;
  font-size: 16px;
  margin: 24px 0px;
}

.alert-documento {
  padding-bottom: 11px;
  padding-top: 10px;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .abertura form {
    width: 65%;
  }
  .mensagens-abertura {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .abertura form {
    background-color: #ffffff00;
    width: 100%;
  }
  .mensagens-abertura {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    margin-right: -200px;
    right: 50%;
  }
}

@media screen and (max-width: 500px) {
  .abertura form {
    width: 100%;
    margin-left: 0;
    left: 0;
    margin-right: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mensagens-abertura {
    width: 360px;
    margin-left: -180px;
    left: 50%;
    margin-right: -180px;
    right: 50%;
  }
  .container-login {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 530px) {
  #barra nav {
    display: none;
  }
}

.badge-primary {
  background-color: #428bca;
}
.table > thead > tr > td.customSuccess,
.table > tbody > tr > td.customSuccess,
.table > tfoot > tr > td.customSuccess,
.table > thead > tr > th.customSuccess,
.table > tbody > tr > th.customSuccess,
.table > tfoot > tr > th.customSuccess,
.table > thead > tr.customSuccess > td,
.table > tbody > tr.customSuccess > td,
.table > tfoot > tr.customSuccess > td,
.table > thead > tr.customSuccess > th,
.table > tbody > tr.customSuccess > th,
.table > tfoot > tr.customSuccess > th {
  background-color: #007a871c !important;
}

/*-------------------------------*/
/*        Form cadastro          */
/*-------------------------------*/

.container-cadastro {
  padding: 1rem 4rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  max-width: 431px;
}

/*------------------------------*/
/*       Styled checkbox        */
/*------------------------------*/

.checkStyled {
  width: 30px !important;
  height: 30px !important;
}

.va-middle {
  vertical-align: middle !important;
}

.m-t-1 {
  margin-top: 1rem;
}

.font-large {
  font-size: x-large;
}

/*------------------------------*/
/*       Styled termos        */
/*------------------------------*/

.termo {
  flex: 1;
  padding: 2rem;
}

.termo-body {
  display: flex;
  max-width: 800px;
  margin: auto;
  max-height: calc(100vh - 330px);
  flex-direction: column;
}

.termo-body h1 {
  margin-bottom: 3rem;
  text-align: center;
}

.termo-body button {
  margin-top: 3rem;
  width: fit-content;
  margin: 3rem auto 1rem auto;
}

.termo-container {
  overflow: auto;
}

.termo-container p {
  text-align: left;
  font-size: 15px;
}

.label-check {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 2rem 0 0 0rem;
}

.style-check-input {
  margin-top: 0 !important;
  margin-right: 1rem !important;
  width: 20px !important;
  height: 20px !important;
}

.txt-center {
  text-align: center;
}
