textarea {
  resize: vertical;
}

.form-horizontal .form-group {
  margin: 0;
}

.dw-loading > .dw-loading-body > .dw-loading-text {
  font-size: 16px !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.pagination > li > a,
.pagination > li > span {
  color: #a94442;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #a94442;
  background-color: #eee;
  border-color: #ddd;
}

.rodape {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

html, body {
  height: 100%;
  width: 100%;
}

@keyframes animacao_entrar {
  from { opacity:0; }
  to { opacity:1; }
}

@keyframes animacao_sair {
  from { opacity:1; }
  to { opacity:0; }
}

div#em-atendimento.ng-enter{
  animation: animacao_entrar 0.33s ease-in-out;
}

div#em-atendimento.ng-leave{
  animation: animacao_sair 0.33s ease-in-out;
}

div#em-atendimento {
  background: #7AF774;
  border-bottom-left-radius: 0.8rem;
  border-color: green;
  border-width: 0.1rem;
  color: #000000;
  float: right;
  margin-top: -20px;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  position: relative;
  text-align: right;
  text-decoration: none;
  z-index: 9998;
}

div#em-atendimento.fixed{
  margin-right: 0px;
  margin-top: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
}

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

.pan-disabled-toggle-true {
  background-color: #5CB85C;
  color: #FFFFFF;
  border-color: #4CAC4C;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
 }

.pan-disabled-toggle-false {
  background-color: #EEEEEE;
  color: #555555;
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
}

.pan-disabled-toggle-error {
  background-color: #D9534F;
  color: #FFFFFF;
  border-color: #D43F3A;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  font-weight: bold;
}

.pan-sinaliza-true {
  background-color: #5CB85C;
  color: #FFFFFF;
  text-align: center;
}

.pan-item-selecionado .texto {
  display: inline-block;
}

.pan-item-selecionado .close {
  vertical-align: middle;
}

.pan-item-selecionado:hover {
  background: #E8E8E8;
}

.pan-item-selecionado {
  background: #F5F5F5;
  border: 1px #A94442 solid;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.clicavel {
  cursor: pointer;
}

.linha {
  background: #c9302c;
  margin-top: 10%;
  height: 140px;
  border-radius: 70px;
}

.linha img {
  margin-top: -20px;
}

.linha-dentro {
  background: url("../img/linha-dentro.png");
  background-repeat: repeat-x;
  height: 69px;
}

.login-box {
  width: 430px;
  margin-top: 30px;
}

.jumbotron {
  background: #fff;
  margin-top: 50px;
}

.navbar-brand h1 {
  margin-top: 0px;
  font-size: 25px;
}

.cinza-btn {
  height: 83px
}

.borda {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.btn-enorme {
  <!--/*padding: 28px;*/
  --> border: none;
  box-shadow: none !important;
  width: 100%;
  background: none !important;
}

.btn-enorme:hover {
  border-color: #66afe9;
}

.largura {
  width: 91% !important;
}

.largura2 {
  width: 49% !important;
  padding: 3px
}

.btn-pesquisar {
  border: none;
  padding-bottom: 11px;
  padding-left: 41px;
  padding-right: 49px;
  box-shadow: none !important;
  background: none !important;
}

.back {
  position: relative;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  text-shadow: 0 1px 0 #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #bababa;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

.cinza-r {
  background: #e6e6e6;
  border: 1px solid #adadad;
}

.espaco {
  margin-top: 25px
}

.semespaco {
  padding-left: 0px;
  padding-right: 0px
}

.sem-margin-top-bottom {
  margin-top: 0px;
  margin-bottom: 0px
}

.rodape-tabela>li>a {
  position: relative;
  float: none;
  padding: 1px;
  margin-left: 0px;
  line-height: 0;
  color: #000;
  background-color: #e6e6e6;
  border: 0px solid #ddd;
}

.table {
  margin-bottom: 0px;
}

.breadcrumb {
  margin-bottom: 0px;
  background: none;
  border-bottom: 1px solid #ccc
}

.cor-tamanho {
  background: none !important;
  border-left: 3px solid #fff;
}

#opcoes-topo-direita {
  float: right;
}

.btn .caret {
  border-top: 7px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.fonte {
  color: #fff
}

.col-md-12.back {
  margin-top: 9px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.barra-topo {
  z-index: 9999;
  background-color: #c9302c;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 5px 20px;
  font-family: Verdana;
  margin-bottom: 20px;
  height: 55px;
}

.barra-topo .logo-topo {
  height: 55px;
}

.barra-topo .topo-opcoes {
  font-size: 14px;
  color: white;
  float: right;
  background: none;
}

.barra-topo .topo-opcoes:hover {
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.nome-sistema {
  display: inline-block;
  margin-left: -130px;
  font-size: 20px;
}

.nome-sistema>div {
  font-size: 10px;
}

.modal-backdrop {
  z-index: 1000;
}

.barra-topo .topo-opcoes:VISITED {
  color: white;
}


/* make sidebar nav vertical */

@media ( min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
  }
}

#consultaForm label,
#editForm label,
#modalInclConv label,
.userForms label,
#modalAlterarSenha label {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
}

#modalInclConv label {
  width: 220px;
}

#modalAlterarSenha label {
  width: 210px;
}


/* #consultaForm label { width: 70px; } */

#editForm label {
  width: 300px;
}

.userForms label {
  width: 120px;
}

.labelIsentos {
  float: right;
}

.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #269abc;
}

.badge-inverse {
  background-color: #333333;
}

.btn-reg-entrada {
  float: right;
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-incl-convidado {
  float: right;
  padding: 3px 10px;
  font-size: 80%;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.formConfig {
  width: 700px;
  margin: 0 auto;
}

.formUsuario {
  width: 450px;
  margin: 0 auto;
}

.btnInclConfig,
.btnInclUsuario {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}

.btnsFormConfig,
.btnsFormUsuario {
  text-align: center;
  margin-top: 10px;
}

.btnsFormConfig button {
  border-radius: 5px;
  margin-right: 10px;
}

.btn-usuario-form {
  margin: 10px auto 0;
  padding: 2px 30px;
  width: 100px;
  border-radius: 5px;
}

.aviso button {
  border-radius: 10px;
  float: right;
}

.aviso-erro button {
  background-color: #f2dede;
}

.aviso-sucesso button {
  background-color: #dff0d8;
}

#usuarios div.row span.glyphicon {
  font-size: 25px;
  font-weigth: bold;
}

#usuarios div.row table td {
  vertical-align: middle;
}

.pan-glyph-button {
  cursor: pointer;
}

#editForm {
  background-color: #eee;
  padding: 20px;
  border-radius: 15px;
  border: solid 1px #ccc;
}

.botao-entrada {
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
  overflow: auto;
  width: 90px;
  margin: 0 auto;
  cursor: pointer;
}

.botao-entrada span {
  text-align: center;
}

.botao-entrada:hover {
  background: lightgreen;
  color: white;
}

.botao-entrada.selecionado {
  background-color: green;
  color: #fff;
}

#totalTaxasConfEnt {
  margin: 15px 0 0;
  text-align: right;
}

.valorTaxa {
  font-weight: bold;
  color: red;
}

.fc-override {
  width: initial;
  height: initial;
  display: inline;
  margin: 5px 0;
}

.fc-override.fco-270 {
  min-width: 270px;
}

.fc-override.fco-200 {
  min-width: 200px;
}

.clicavel {
  cursor: pointer;
}

@font-face {
  font-family: 'asap';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff2') format('woff2'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'asap';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff2') format('woff2'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'asap';
  src: url('../fonts/asap-bolditalic-webfont.eot');
  src: url('../fonts/asap-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bolditalic-webfont.woff2') format('woff2'), url('../fonts/asap-bolditalic-webfont.woff') format('woff'), url('../fonts/asap-bolditalic-webfont.ttf') format('truetype'), url('../fonts/asap-bolditalic-webfont.svg#asapbold_italic') format('svg');
  font-weight: bolt;
  font-style: italic;
}

@font-face {
  font-family: 'asap';
  src: url('../fonts/asap-italic-webfont.eot');
  src: url('../fonts/asap-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-italic-webfont.woff2') format('woff2'), url('../fonts/asap-italic-webfont.woff') format('woff'), url('../fonts/asap-italic-webfont.ttf') format('truetype'), url('../fonts/asap-italic-webfont.svg#asapitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'asap';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff2') format('woff2'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-family: 'asap', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}

* {
  font-family: 'asap', sans-serif;
}

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}