/* -- Geral --*/
*, a:hover, a:active, a:focus {
  outline: 0;
}

a {
  color: #00D7E1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

body, html {
  height: 100%;
  font-size: 12px;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #666;
}

.clear {
  clear: both;
}

.txt-acessibilidade {
  text-indent: 50px;
  height: 0;
  width: 0;
  display: block;
  overflow: hidden;
}

/* -- Acessibilidade --*/
#skiplinks span, #skiplinks a {
  position: absolute;
  top: 0;
  left: -9999em;
}

#skiplinks a:focus {
  position: fixed;
  text-indent: 0;
  z-index: 99999;
  display: block;
  min-width: 100px;
  width: auto !important;
  width: 100px;
  left: 10px;
  top: 10px;
  padding: 8px 12px;
  background-color: #111217;
}

/* -- Combo --*/
.combo {
  display: inline-block;
}

.combo-select {
  overflow: hidden;
  border-right: 1px solid #C6C6C5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

select {
  background: url(../images/combo.png) no-repeat right center;
  border: solid 1px #C6C6C5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px;
  text-indent: 0.01px;
  text-overflow: "";
  height: 34px !important;
}
select:hover {
  background: url(../images/combo-over.png) no-repeat right center #fbfbfb;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
select.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-left: 8px;
}
select::-ms-expand {
  display: none;
}

.limite-fonte {
  opacity: 0.5;
  cursor: default;
}

/* -- Header --*/
header {
  /* -- Conta -- */
  /* -- Tools -- */
  /* -- Busca -- */
  /* -- Menu -- */
  /* -- Breadcrumb -- */
}
header .first-header {
  height: 115px;
  margin-bottom: 25px;
}
header .brand {
  display: block;
  padding: 35px 0;
  border-right: 1px solid #990225;
}
header .box-conta {
  width: 250px;
}
header .txt-welcome {
  color: #990225;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 0;
}
header .txt-access {
  padding: 10px 0;
}
header .input-group-addon, header .input-group-addon label  {
  background-color: #fff;
  border: none;
  padding: 0 5px 0 0;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
header .tools {
  position: relative;
  width: 275px;
  padding: 0;
  margin: 25px -15px 0 0;
  float: right;
}
header .tools .alert-box {
  position: absolute;
  background-color: #E20613;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  top: -5px;
  right: -5px;
}
header .tools > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .tools > ul > li a {
  position: relative;
  float: left;
  display: block;
  width: 30px;
  height: 25px;
  padding: 3px 0;
  border: 1px solid #666;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-right: 10px;
  text-align: center;
  color: #666;
}
header .tools > ul > li a i {
  font-size: 16px;
}
header .tools > ul > li a:hover {
  background-color: #FF9901;
  border-color: #FF9901;
  color: #fff;
}
header .tools .alert-mensagens {
  position: absolute;
  top: 30px;
  right: 13px;
  border: 2px solid #FF9901;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  width: 378px;
  z-index: 10000;
  display: none;
}
header .tools .alert-mensagens .lista-alerta {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .tools .alert-mensagens .lista-alerta li {
  position: relative;
  margin: 20px;
}
header .tools .alert-mensagens .lista-alerta li .icons {
  position: absolute;
  top: 5px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 2px solid #FF9901;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  color: #FF9901;
}
header .tools .alert-mensagens .lista-alerta li a {
  font-size: 11px;
  display: block;
  padding: 0 0 0 45px;
  color: #868686;
}
header .tools .alert-mensagens .lista-alerta li a .data {
  display: block;
  font-size: 11px;
}
header .tools .alert-mensagens .lista-alerta li a .titlo {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
header .tools .alert-mensagens .lista-alerta li a .texto {
  display: block;
  font-size: 12px;
}
header .tools .alert-mensagens .lista-alerta li a .leia-mais {
  display: inline-block;
  color: #B6002A;
  border: 1px solid #B6002A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 5px;
}
header .tools .alert-mensagens .lista-alerta li a:hover {
  color: #000;
}
header .language {
  width: 20px;
  height: 17px;
  display: inline-block;
}
header .eng {
  background: url(../images/ico-idioma-eng.png) 0 0 no-repeat;
}
header .por {
  background: url(../images/ico-idioma-por.png) 0 0 no-repeat;
}
header .txt-seguro {
  float: left;
  padding: 3px 5px;
}
header .tooltip .tooltip-inner {
  background: #B6002A;
}
header .tooltip .tooltip-arrow {
  border-bottom-color: #B6002A !important;
}
header .search {
  width: 260px;
  padding: 12px 0;
  margin: 10px 0 0 0;
  float: right;
}
header .search .input-group .form-control {
  padding: 3px 10px;
  border: 1px solid #666;
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  -ms-border-radius: 5px 0 0 5px !important;
  -o-border-radius: 5px 0 0 5px !important;
  border-radius: 5px 0 0 5px !important;
}
header .search .btn-search {
  border: 1px solid #666;
  border-left: none;
  background-color: #fff;
  color: #666;
}
header .nav {
  margin-top: 0;
}
header .menu ul {
  list-style: none;
}
header .menu ul:first-child li:first-child a:before {
  position: absolute;
  width: 25px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -50px;
  line-height: 17px;
  content: '\f015';
  font-family: 'FontAwesome';
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
header .menu ul li {
  position: relative;
}
header .menu ul li:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
header .menu ul li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
header .menu ul li a {
  background-color: #B6002A;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  padding: 5px 0;
}
header .menu ul li a:hover, header .menu ul li a:focus {
  background-color: #990225;
}
header .menu ul .active a {
  background-color: #990225;
}
header .nav-justified > li {
  display: table-cell;
  width: 1%;
}
header .breadcrumb {
  background: none;
  padding: 0;
  margin: 8px 5px;
}
header .breadcrumb li {
  padding: 0;
}
header .breadcrumb li:before {
  padding: 0 2px;
}
header .breadcrumb li a {
  color: #990225;
}
header .breadcrumb li a:hover {
  color: #B6002A;
}

.content {
  margin-bottom: 40px;
  min-height:400px;
  /* -- Menu Lateral Internas --*/
}
.content h1 {
  position: relative;
  margin: 15px 0;
  padding: 20px 15px;
  color: #333;
  font-size: 30px;
  display: inline-block;
}
.content h1:before {
  position: absolute;
  width: 5px;
  height: 28px;
  content: '';
  background-color: #C6C6C5;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.content h2 {
  position: relative;
  margin: 0;
  padding: 15px;
  color: #535A63;
  font-size: 20px;
  display: inline-block;
}
.content h2:before {
  position: absolute;
  width: 5px;
  height: 18px;
  content: '';
  background-color: #C6C6C5;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.content h3 {
  position: relative;
  margin: 0;
  padding: 15px;
  color: #535A63;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}
.content h3:before {
  position: absolute;
  width: 5px;
  height: 13px;
  content: '';
  background-color: #C6C6C5;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.content h4 {
  font-size: 15px;
  font-weight: bold;
}
.content .input-group .input-group-addon {
  background: none;
  border: none;
  padding: 0 10px 0 0;
  color: #333;
  font-size: 13px;
}

.content .input-group .input-group-addon.input-group-addon-money {  
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	text-align:center;
	background-color: #FAF8F8;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; 
}

.content aside nav ul {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
}
.content aside nav ul li a {
  display: block;
  color: #990225;
  font-weight: bold;
  border-bottom: 2px solid #D9D9D9;
  padding: 10px;
  font-size: 14px;
}
.content aside nav ul li a:hover {
  background-color: #990225;
  color: #FFF;
}
.content aside nav ul li li {
  margin-left: 10px;
}
.content aside nav ul li li a {
  font-weight: normal;
}
.content aside nav ul li .active a {
  background-color: #990225;
  color: #FFF;
}
.content aside nav ul .active a {
  background-color: #990225;
  color: #FFF;
}
.content .titulo-data .data {
  display: inline-block;
  padding: 25px 0;
  color: #535A63;
}
.content .titulo-data .data i {
  margin: 0 5px;
  color: #9C9B9B;
}


.content .btn-exportar, .content .btn-imprimir, .content .btn-voltar, .content .btn-icone {
  display: inline-table;
  color: #B6002A;
  margin: 0;
  height: 45px;
  padding: 0 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.content .btn-exportar:hover, .content .btn-imprimir:hover, .content .btn-voltar:hover, .content .btn-icone:hover {
  color: #FF9901;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content .btn-exportar:hover i, .content .btn-imprimir:hover i, .content .btn-voltar:hover i, .content .btn-icone:hover i {
  background-color: #efefef;
}
.content .btn-exportar .btn-icons, .content .btn-imprimir .btn-icons, .content .btn-voltar .btn-icons, .content .btn-icone .btn-icons {
  display: table-cell;
}
.content .btn-exportar span, .content .btn-imprimir span, .content .btn-voltar span, .content .btn-icone span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  text-align: left;
}
.content .btn-ok {
  background-color: #B6002A;
  color: #fff;
  padding: 5px 10px;
}
.content .btn-ok:hover {
  background-color: #990225;
}
.content .btn-icons {
  width: 45px;
  height: 45px;
  border: 2px solid #FF9901;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  color: #FF9901;
 
}
.content .table {
  font-size: 13px;
  border: none;
}
.content .table tr td, .content .table tr th {
  border-bottom: 2px solid #D9D9D9;
  border-top: none;
   border-right: none;
   border-left: none;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content .table tr:hover {
  background-color: #F4F4F4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content .table .total {
  background-color: #F4F4F4;
  font-weight: bold;
  color: #535A63;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content .table .total:hover {
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.content .table th {
  padding: 8px 5px 8px 5px;
  margin: 0;
  color: #535A63;
  font-size: 12px;
  vertical-align: middle;
}
.content .table td {
  padding: 8px 5px 8px 5px;
  margin: 0;
  color: #575756;
  vertical-align: bottom;
  font-size: 13px;
  vertical-align: middle;
}
.content .table a {
  color: #B6002A;
}
.content .table a:hover {
  color: #990225;
}
.content .table .ico-conta {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 2px solid #FF9901;
  color: #FF9901;
  background-color: #fff;
  font-size: 28px;
  line-height: 25px;
  padding-left: 1px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.content .table .negativo {
  line-height: 21px;
}
.content .table blockquote {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: inherit;
  border: none;
}
.content .hit-button .fa {
  display: none;
}
.content .hit-button.active {
  color: #ff9901;
}
.content .hit-button.active:hover {
  color: #ff9901;
}
.content .hit-button.active .fa {
  display: inline-block;
}
.content .hit-info {
  position: absolute;
  left: 20px;
  right: 20px;
  margin-top: 10px;
  background: white;
  display: none;
}
.content .no-transition, .content .no-transition * {
  -webkit-transition: 0s !important;
  -moz-transition: 0s !important;
  -ms-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}
.content .tooltip-info {
  display: none;
}
.content .tooltip-info-place .tooltip-inner {
  max-width: 400px;
  padding: 15px;
  text-align: left;
  background: white;
  color: inherit;
  font-family: inherit;
  border: 1px solid #ccc;
  background: #eee;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.content .tooltip-info-place .tooltip-inner .lista-infos {
  white-space: nowrap;
}
.content .tooltip-info-place .tooltip-inner .lista-infos strong {
  width: 100px;
}
.content .tooltip-info-place.top .tooltip-arrow {
  border-top-color: #ccc;
}
.content .tooltip-info-place.right .tooltip-arrow {
  border-right-color: #ccc;
}
.content .tooltip-info-place.bottom .tooltip-arrow {
  border-bottom-color: #ccc;
}
.content .tooltip-info-place.left .tooltip-arrow {
  border-left-color: #ccc;
}
.content .m-info {
  font-size: 12px;
  color: #B6002A;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  cursor: pointer;
}
.content .tooltip .tooltip-inner {
  background: white;
  border: 1px solid #ff9901;
  color: #666;
  max-width: 300px;
  padding: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.content .tooltip.top .tooltip-arrow {
  border-top-color: #ff9901;
}
.content .tooltip.right .tooltip-arrow {
  border-right-color: #ff9901;
}
.content .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ff9901;
}
.content .tooltip.left .tooltip-arrow {
  border-left-color: #ff9901;
}
.content .panel-group .open-panel {
  padding: 5px 10px 5px 40px;
  background-color: #e4eaf6;
  border: 1px solid #ccc;
  display: block;
  font-size: 15px;
  color: #666;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-top: 20px;
  position: relative;
}
.content .panel-group .open-panel .fa {
  display: none;
  position: absolute;
  right: 10px;
  top: 5px;
  border: 1px solid #ff9901;
  color: #ff9901;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.content .panel-group .open-panel .fa-minus {
  display: block;
}
.content .panel-group .open-panel.collapsed {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.content .panel-group .open-panel.collapsed .fa {
  display: none;
}
.content .panel-group .open-panel.collapsed .fa-plus {
  display: block;
}
.content .panel-group .open-panel:hover {
  background: #eee;
}
.content .panel-group .panel-collapse {
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.content .extrato-periodo {
  display: inline-block;
  padding-left: 15px;
}
.content .input-group.range .input-group-addon {
  padding-left: 10px;
  border: 1px solid #c6c6c5;
  background: #c6c6c5;
  color: white;
}
.content .input-group.range .form-control {
  height: 32px;
}
.content .input-group.range .form-control:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.content form.formulario .input-group {
  width: 100%;
  margin-bottom: 20px;
}
.content form.formulario label {
  font-weight: 400;
  font-size: 15px;
}
.content form.formulario .form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@-moz-document url-prefix() {
  .content form.formulario .form-control[type="file"] {
    box-sizing: content-box;
    padding: 0;
  }
}
.content form.formulario .combo {
  display: block;
  width: 100% !important;
}
.content form.formulario .combo .combo-select {
  width: 100% !important;
}
.content form.formulario .combo select {
  width: 110% !important;
  background-position: right 9.5% center !important;
}
.content form.formulario button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: #B6002A;
  color: white;
  padding: 8px 20px;
  font-size: 15px;
}
.content form.formulario button:hover, .content form.formulario button:focus {
  background: #990225;
}
.content .btn.btn-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background: #B6002A;
  color: white;
  padding: 8px 20px;
  font-size: 15px;
}
.content .btn.btn-default:hover, .content .btn.btn-default:focus {
  background: #990225;
}
.content .box-laranja {
  border: 1px solid #ff9901;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.content .box-laranja h4 {
  color: black;
  font-size: 17px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.content ul.lista-faturas {
  list-style: none;
  padding: 0;
  display: block;
  position: relative;
}
.content ul.lista-faturas li {
  width: 50%;
  float: left;
  margin: 5px 0;
}
.content ul.lista-faturas:after {
  content: "";
  display: block;
  clear: both;
}
.content ul.lista-faturas a {
  color: #990225;
}
.content ul.lista-faturas a i.fa {
  font-size: 1.2em;
  display: inline-block;
  margin: 0 4px;
  color: #ff9901;
}
.content ul.lista-faturas a:hover {
  color: #1d4b88;
}

.progress {
  height: 15px;
  margin: 0;
}
.progress > div {
  line-height: 15px;
  font-size: 12px;
  background-color: #B6002A;
}

.lista-filtros ul {
  list-style: none;
  padding: 0;
}
.lista-filtros ul li {
  display: inline-block;
  border: 1px solid #ccc;
  background: #efefef;
  padding: 2px 5px 2px 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lista-filtros ul li button.remover-filtro {
  margin-left: 10px;
  padding: 0 2px;
  border: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.2em;
}
.lista-filtros ul li button.remover-filtro:hover {
  color: red;
}

.lista-infos {
  list-style: none;
  padding: 0;
  border-left: 3px solid #d9d9d9;
  font-size: 12px;
}
.lista-infos li {
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
}
.lista-infos li:last-child {
  border: none;
}
.lista-infos li:hover {
  background: #eee;
}
.lista-infos li strong {
  display: inline-block;
  width: 25%;
}

.datepicker {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 11px;
  padding: 10px;
}
.datepicker .table-condensed {
  width: 100%;
}
.datepicker .table-condensed td, .datepicker .table-condensed th {
  text-align: center;
}
.datepicker .prev, .datepicker .next {
  color: #B6002A;
  font-size: 15px;
  border-bottom: 1px solid #B6002A;
}
.datepicker .seta-calendario {
  border: 1px solid #B6002A;
  display: inline-block;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.datepicker .datepicker-switch {
  color: #B6002A;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #B6002A;
  cursor: pointer;
}
.datepicker .month, .datepicker .year, .datepicker .decade, .datepicker .century {
  display: inline-block;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #B6002A;
  margin: 5px;
  width: 25%;
  color: #B6002A;
  font-size: 14px;
}
.datepicker .dow {
  color: #C6C6C5;
  font-size: 12px;
}
.datepicker .day {
  color: #868686;
}
.datepicker .today {
  background: #B6002A;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.datepicker .focused, .datepicker .active {
  background: #B6002A;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.modal .modal-inner-content {
  padding: 0 15px 15px;
}
.modal .close {
  font-size: 20px;
  color: #B6002A;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.modal h3 {
  position: relative;
  margin: 15px 0;
  padding: 20px 15px;
  color: #333;
  font-size: 30px;
  display: inline-block;
}
.modal h3:before {
  position: absolute;
  width: 5px;
  height: 28px;
  content: '';
  background-color: #C6C6C5;
  top: 50%;
  left: 0;
  margin-top: -14px;
}
.modal h4 {
  position: relative;
  margin: 0;
  padding: 15px;
  color: #535A63;
  font-size: 20px;
  display: inline-block;
}
.modal h4:before {
  position: absolute;
  width: 5px;
  height: 18px;
  content: '';
  background-color: #C6C6C5;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

.panel .panel-heading {
  font-size: 1.1em;
}

.panel-warning .panel-heading {
  color: #c3790b;
}

.panel-info {
  border: 1px solid #ccc;
}
.panel-info .panel-body {
  background: #fafafa;
}

.ico-vermelho {
  font-size: 22px;
  color: red;
  vertical-align: middle;
}

.ico-cinza {
  font-size: 22px;
  color: #6e6e6e;
  vertical-align: middle;
}

.ico-verde {
  font-size: 22px;
  color: green;
  vertical-align: middle;
}

.ico-laranja {
  font-size: 22px;
  color: #ff9901;
  vertical-align: middle;
}

.legenda {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  color: #B1B1B1;
  padding: 10px 0;
}
.legenda ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.legenda ul li {
  display: inline-block;
  margin-right: 40px;
}

.item-status {
  display: block;
}

.form-boleto {
  width: 8%;
  float: left;
  margin: 0 1%;
}

.first-boleto {
  margin: 0 1% 0 0;
}

.form-boleto-digito {
  width: 3%;
  float: left;
  margin: 0 1%;
}

.form-boleto-valor {
  width: 20%;
  float: left;
  margin: 0 1%;
}

.separador-boleto {
  float: left;
  font-weight: bold;
  padding: 15px 0 0 0;
}

.vermelho {
  color: red;
}

.cinza {
  color: #6e6e6e;
}

.verde {
  color: green;
}

.laranja {
  color: #ff9901;
}

.azul {
  color: #B6002A;
}

.lk-ico {
  color: #990225;
}
.lk-ico .fa {
  color: #ff9901;
}
.lk-ico:hover {
  color: #1d4b88;
}

.lk-ico-btn {
  color: #B6002A;
  display: inline-table;
  height: 35px;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.lk-ico-btn .fa {
  color: #ff9901;
  float: left;
  font-size: 20px;
  display: table-cell;
  height: 35px;
  line-height: 33px;
  width: 35px;
  text-align: center;
  border: 1px solid #ff9901;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.lk-ico-btn .fa.no-ico {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.lk-ico-btn span {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding: 0 10px;
}
.lk-ico-btn:hover {
  color: #00D7E1;
}
.lk-ico-btn:hover i {
  background-color: #efefef;
}

/* -- Footer --*/
footer {
  height: 100px;
  background: url(../images/bg-footer.png) top right no-repeat #B6002A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px;
  color: #FFF;
}
footer a:hover {
  color: #fff;
}
footer .txt-direitos {
  width: 200px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
@media (min-width: 1200px) {
  footer .txt-direitos {
    width: 280px;
  }
}
footer .txt-gerente {
  width: 245px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
@media (min-width: 1200px) {
  footer .txt-gerente {
    width: 280px;
  }
}
footer .txt-gerente .ico-gerente {
  float: left;
  margin: 3px 5px;
}
footer .btn-personalize {
  width: 145px;
  float: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
@media (min-width: 1200px) {
  footer .btn-personalize {
    width: 180px;
  }
}
footer .btn-personalize img {
  float: left;
  margin: 3px 10px;
}
footer .btn-personalize span {
  float: left;
  padding: 8px 8px 0 0;
  display: inline-block;
}
footer .btn-personalize:hover {
  color: #00D7E1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .box-acessibilidade {
  width: 171px;
  float: left;
  height: 40px;
  border: 2px solid #00b1d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  margin: 6px 5px;
}
footer .box-acessibilidade .btn-nav {
  display: block;
  float: left;
  width: 35px;
  height: 26px;
  padding: 2px 0;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .box-acessibilidade .btn-nav:first-child {
  border-right: 2px solid #00b1d9;
}
footer .box-acessibilidade .btn-nav:hover {
  color: #00b1d9;
}
footer .box-acessibilidade .btn-contraste {
  width: 97px;
  width: 96px\0;
  /*only IE8*/
  height: 36px;
  padding: 0;
  display: block;
  float: left;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .box-acessibilidade .btn-contraste .txt-contraste {
  display: inline-block;
  padding: 10px 0;
}
footer .box-acessibilidade .btn-contraste .tarja {
  width: 15px;
  height: 36px;
  float: left;
  background-color: #000;
  border-left: 2px solid #00b1d9;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .box-acessibilidade .btn-contraste:hover {
  background-color: #efefef;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .box-acessibilidade .btn-contraste:hover .tarja {
  background-color: #666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .btn-ajuda {
  height: 40px;
  display: inline-block;
  border: 2px solid #00b1d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 6px 5px;
  padding: 0 2px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
footer .btn-ajuda i {
  float: left;
  margin: 0 5px 0 0;
  font-size: 26px;
  margin: 5px 0 -2px 0;
}
footer .btn-ajuda span {
  float: left;
  display: inline-block;
  padding: 10px;
}

footer .btn-ajuda:hover {
  background-color: #00b1d9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

form .content  label {
	font-weight: 400;
	font-size: 15px;
}

form  div.input-group{
	width: 100%;
	margin-bottom: 20px;
}

form div.input-group-search {
	width: 100%;
}

.col-breadcrumb{
	padding-left: 10px;
}

.panelControle{
	padding-top: 35px;
	padding-bottom: 2px;
}

/* dialog de confirma */

.dialog-confirma-icone{	  
	font-size: 3.8em;
}

.ui-icon.dialog-confirma-icone{	  
	font-size: 4.0em;
	height: 62px;
	width: 62px;
}


.ico-dialog-blue{
	color:#B6002A;
}

.ui-icon.dialog-confirma-icone.ico-dialog-blue{
	color:#B6002A;
}

.ico-dialog-laranja {
	color: #ff9901;
}

.ui-icon.dialog-confirma-icone.ico-dialog-laranja {
	color: #ff9901;
}

.dialog-confirma-acoes{
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
}

/* CSS Responsavel por criar um grid com links e icones do http://fontawesome.io/icons/  */
.content .box-menu-link .lista-menu-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .box-menu-link .lista-menu-link li {
  position: relative;
  margin: 5px 0;
  padding-left: 40px;
}
.content .box-menu-link .lista-menu-link li .icons {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #FF9901;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 27px;
  color: #FF9901;
}
.content .box-menu-link .lista-menu-link li a {
  font-size: 11px;
  padding: 12px 0 0 0;
  display: inline-block;
  color: #B6002A;
}				
.content .box-menu-link .lista-menu-link li a:hover {
  color: #000;
}

.content .m-ico-info {
	font-size: 12px;
	color: #B6002A;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
	cursor: pointer;
}


a.no-link-breadcrumb span.ui-menuitem-text{
	color: #666666;
	cursor: default;
	text-decoration: none;
}

.ultima_atualizacao{
	padding-top: 8px ;
	padding-bottom: 8px ;
	padding-right: 16px;
}

.quick-menu a {
	text-transform: capitalize;
	color: #990225;
}

.quick-menu a:hover {
	color: #B6002A;
}

.ativacao-token-destaque {
	color: #EB0000;
	font-weight: bold;
}

.campo-token {
	width: 300px;
}

/************Agenda******************/
.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}

/* Times */
.agenda .agenda-time { width: 140px; } 

/* Events */
.agenda .agenda-events {} 
.agenda .agenda-events .agenda-event {} 

@media (max-width: 767px) {} 

/**********Assinatura Digital***********/
.assinatura-digital-atividade-operacao .ui-datatable .ui-datatable-tablewrapper{
	overflow: hidden;
}

/********** STATUS TRANSFERENCIA ********/
.status_vermelho {
  color:#E74040;
}

.status_azul {
   color: #16ADFA;
}

.status_verde {
  color:#43A35E;
}

.status_cinza {
  color:#C0C0C0;
}

.status_roxo {
  color:#5F04B4;
}

.status_amarelo {
  color: #EBC915;
}

.text-bold {
	font-weight: bold;
}

.font-size-limite-icones{
	font-size: 18px; 
}

.upperCaseText{
	text-transform: uppercase;
}

.upperCaseText input[type="text"]{
	text-transform: uppercase !important ;
}