.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .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%;}
.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 {
  width: 100%;
  margin-top: 40px;
}

.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.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: #828282;
  font-size: 11px;
  padding: 7px 0px 7px 140px;
}

#barra h1 {
  margin: 12px 0px 0px 140px;
  float: left;
  font-size: 19px;
  text-transform: uppercase;
}

#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: 100px;
    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        */
/*------------------------------*/

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


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

.modulo-opcao img{
  width: 100%;
  height: 100%;
  position: absolute;
}

.modulo-opcao .texto{
  position: absolute;
  visibility: hidden;
    opacity: 0;
    display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: visibility 0s linear, opacity 0.75s linear; /* Safari */
    transition: visibility 0s linear, opacity 0.75s 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-top: 50px;
  font-size: 16px;
  color: #313131;
  font-weight: bold;
}

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

.modulo-opcao .texto > a {
  background-color: green;
  padding: 5px;
  text-align: center;
  color: white;
  width: 80%;
  display: block;
  margin: 20px auto 0px auto;
  border-radius: 4px;
}


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

@media screen and (max-width: 750px) {
  .modulo-opcao {
    width: 47%;
    margin: 10px 1.5%;
  }
}

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


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


.abertura form,
.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: 30px;
}

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

.abertura form legend p {
  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: 40px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

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

.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,
  .mensagens-abertura {
    width: 50%;
    
  }
}

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

@media screen and (max-width: 500px) {
  .abertura form,
  .mensagens-abertura {
    width: 360px;
    margin-left: -180px;
    left: 50%;
    margin-right: -180px;
    right: 50%;
  }
}

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


.badge-primary {
  background-color: #428bca;
}