body {
  padding: 87.5px 0;
}
a {
  cursor: pointer;
}
legend {
  font-size: 12px;
}
.navbar-menu {
  top: 37.8px;
  z-index: 989;
}
@media only screen and (max-width: 767px) {
  .navbar-menu {
    top: 31.5px;
  }
}
.navbar .btn,
.navbar-nav a,
.navbar a span.badge {
  font-size: 11px;
}
.navbar-brand {
  font-size: 14px;
}
.navbar-topo .popover.bottom .arrow:after {
  border-bottom-color: #00b0e2;
}
.navbar-topo .popover-title {
  background-color: #3498db;
}
.navbar-fixed-top {
 
}
.navbar-fixed-top a.logout {
  margin: 0 0;
  color: #fff !important;
  border-radius: 0;
  border: none;
  height: 37px;
  background-image: -webkit-linear-gradient(top, #ec251c 0%, #b7160f 100%);
  background-image: -o-linear-gradient(top, #ec251c 0%, #b7160f 100%);
  background-image: linear-gradient(to bottom, #ec251c 0%, #b7160f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec251c', endColorstr='#ffb7160f', GradientType=0);
  padding: 10px 15px;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 600px;
}
.navbar-fixed-top .navbar-brand {
  position: relative;
  text-indent: 0px;
  padding: 10px 19px;
}
.navbar-fixed-top .ico-logo-sistema {
  margin: 0 0.2em 0 0;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #002940 0%, #002133 100%);
  background-image: -o-linear-gradient(top, #002940 0%, #002133 100%);
  background-image: linear-gradient(to bottom, #002940 0%, #002133 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002940', endColorstr='#ff002133', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #00101a 0%, #001a29 100%);
  background-image: -o-linear-gradient(top, #00101a 0%, #001a29 100%);
  background-image: linear-gradient(to bottom, #00101a 0%, #001a29 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00101a', endColorstr='#ff001a29', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #e0e6e9 0%, #d5dce0 100%);
  background-image: -o-linear-gradient(top, #e0e6e9 0%, #d5dce0 100%);
  background-image: linear-gradient(to bottom, #e0e6e9 0%, #d5dce0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e6e9', endColorstr='#ffd5dce0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #d5dce0 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d5dce0 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #d5dce0 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5dce0', endColorstr='#ffffffff', GradientType=0);
  -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 250px;
}
.navbar .dropdown-menu a {
  white-space: normal;
  padding: 10px 20px;
  -webkit-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
}
.navbar .dropdown-menu a:hover {
  padding-left: 25px;
}
.navbar .dropdown-header {
  color: #b7c4cb;
}
.navbar-default .dropdown-menu li a:hover {
  background-color: #ccedff;
}
nav.navbar-fixed-bottom div.btn-toolbar {
  text-align: center;
}
nav.navbar-fixed-bottom div.btn-toolbar div.btn-group {
  float: none;
}
nav.navbar-fixed-bottom div.btn-group:first-child {
  margin-left: 10%;
}
.nav-pills li a {
  color: #5f7480;
  background: #dee3e7;
}
.nav-pills li a:hover {
  color: #fff;
  background: #2d414c;
}
.nav-pills li.active a {
  background: #5f7480;
}
.btn {
  -webkit-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
}
.btn-default:hover {
  background-color: #ecf0f1;
  border-color: #34495e;
}
.btn-primary:hover {
  background-color: #10161c;
  border-color: #10161c;
}
.btn-info:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-success:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}
.btn-warning:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-danger:hover {
  background-color: #ad150e;
  border-color: #ad150e;
}
.btn-group.dropup .dropdown-menu {
  border-top-width: 1px;
  border-bottom-width: 0;
  margin-bottom: 0;
}
.btn-group .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 200px;
}
.btn-group .dropdown-menu a {
  white-space: normal;
  padding: 10px 20px;
  -webkit-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
}
.btn-group .dropdown-menu a:hover {
  padding-left: 25px;
}
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 200px;
}
.dropdown-menu li a {
  white-space: normal;
  padding: 10px 20px;
  -webkit-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
  transition: all ease-in-out 0.5s, all ease-in-out 0.3s;
}
.dropdown-menu li a:hover {
  padding-left: 25px;
  background-color: #ececec;
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  background-image: -webkit-linear-gradient(top, #0083cc 0%, #0073b3 100%);
  background-image: -o-linear-gradient(top, #0083cc 0%, #0073b3 100%);
  background-image: linear-gradient(to bottom, #0083cc 0%, #0073b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083cc', endColorstr='#ff0073b3', GradientType=0);
  background-color: #0073b3;
}
.dropdown-header {
  color: #b7c4cb;
}
.dropdown-toggle.btn-default ~ .dropdown-menu li a:hover {
  background-color: #ebebeb;
}
.dropdown-toggle.btn-primary ~ .dropdown-menu li a:hover {
  background-color: #253544;
  color: #ffffff;
}
.dropdown-toggle.btn-success ~ .dropdown-menu li a:hover {
  background-color: #26ab5f;
  color: #ffffff;
}
.dropdown-toggle.btn-info ~ .dropdown-menu li a:hover {
  background-color: #2383c4;
  color: #ffffff;
}
.dropdown-toggle.btn-warning ~ .dropdown-menu li a:hover {
  background-color: #cba50c;
  color: #ffffff;
}
.dropdown-toggle.btn-danger ~ .dropdown-menu li a:hover {
  background-color: #c01710;
  color: #ffffff;
}
.form-control,
input,
textarea {
  box-shadow: none;
}
.form-control:focus,
input:focus,
textarea:focus {
  box-shadow: 1px 1px 10px #e2f9ff;
  -webkit-transition: all ease-in-out 0.4s, all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.4s, all ease-in-out 0.2s;
  transition: all ease-in-out 0.4s, all ease-in-out 0.2s;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #ffc226;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 1px solid #ffc226;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #ffdf8c;
  box-shadow: 0 0 10px #ffedbf;
}
.has-warning .input-group-addon {
  border-color: #ffc226;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
  color: #e61c13;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #e61c13;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #f3726c;
  box-shadow: 0 0 10px #fbccca;
}
.has-error .input-group-addon {
  border-color: #e61c13;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #10c826;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 1px solid #10c826;
  box-shadow: none;
}
.has-success .form-control:focus {
  border: 1px solid #12e02a;
  box-shadow: 0 0 10px #dbfcdf;
}
.has-success .input-group-addon {
  border-color: #10c826;
}
.text-primary,
.text-primary:hover {
  color: #0083cc;
}
.text-success,
.text-success:hover {
  color: #10c826;
}
.text-danger,
.text-danger:hover {
  color: #e61c13;
}
.text-warning,
.text-warning:hover {
  color: #ffc226;
}
.text-info,
.text-info:hover {
  color: #00b0e2;
}
table {
  margin: 1em auto;
}
table table {
  width: 96% !important;
  margin: 1em auto;
  border: 1px solid #d9dcde;
}
table,
.table {
  border: 1px solid #a1aab0;
  background: none repeat scroll 0% 0% #fff;
}
table a,
.table a {
  text-decoration: none;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th {
  background: #ecf0f1 !important;
  border: 1px solid #a1aab0;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
table tbody > tr.success td,
.table tbody > tr.success td {
  background: #7cf58b;
  color: #086a14;
}
table tbody > tr.warning td,
.table tbody > tr.warning td {
  background: #ffe6a5;
  color: #bf8900;
}
table tbody > tr.danger td,
.table tbody > tr.danger td {
  background: #f58984;
  color: #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #bdc3c7;
}
.badge.success {
  background: #10c826;
}
.badge.info {
  background: #00b0e2;
}
.badge.warning {
  background: #ffc226;
}
.badge.danger {
  background: #e61c13;
}
.breadcrumb {
  margin: -10px 0 5px;
  padding: 10px 0;
}
.alert {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  padding: 5px 15px;
  margin: 10px 0;
}
.alert.alert-dismissible .close {
  top: 4px;
  right: -3px;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #0083cc 0%, #006299 100%);
  background-image: -o-linear-gradient(top, #0083cc 0%, #006299 100%);
  background-image: linear-gradient(to bottom, #0083cc 0%, #006299 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083cc', endColorstr='#ff006299', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #2ecc71 0%, #25a25a 100%);
  background-image: -o-linear-gradient(top, #2ecc71 0%, #25a25a 100%);
  background-image: linear-gradient(to bottom, #2ecc71 0%, #25a25a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff25a25a', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #3498db 0%, #217dbb 100%);
  background-image: -o-linear-gradient(top, #3498db 0%, #217dbb 100%);
  background-image: linear-gradient(to bottom, #3498db 0%, #217dbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff217dbb', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f1c40f 0%, #c29d0b 100%);
  background-image: -o-linear-gradient(top, #f1c40f 0%, #c29d0b 100%);
  background-image: linear-gradient(to bottom, #f1c40f 0%, #c29d0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffc29d0b', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #e61c13 0%, #b7160f 100%);
  background-image: -o-linear-gradient(top, #e61c13 0%, #b7160f 100%);
  background-image: linear-gradient(to bottom, #e61c13 0%, #b7160f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe61c13', endColorstr='#ffb7160f', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #006299;
  background-image: -webkit-linear-gradient(top, #0083cc 0%, #006aa6 100%);
  background-image: -o-linear-gradient(top, #0083cc 0%, #006aa6 100%);
  background-image: linear-gradient(to bottom, #0083cc 0%, #006aa6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083cc', endColorstr='#ff006aa6', GradientType=0);
  border-color: #006aa6;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #ecf0f1 0%, #e6ebed 100%);
  background-image: -o-linear-gradient(top, #ecf0f1 0%, #e6ebed 100%);
  background-image: linear-gradient(to bottom, #ecf0f1 0%, #e6ebed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecf0f1', endColorstr='#ffe6ebed', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #0083cc 0%, #007cc2 100%);
  background-image: -o-linear-gradient(top, #0083cc 0%, #007cc2 100%);
  background-image: linear-gradient(to bottom, #0083cc 0%, #007cc2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083cc', endColorstr='#ff007cc2', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #2ecc71 0%, #2cc46c 100%);
  background-image: -o-linear-gradient(top, #2ecc71 0%, #2cc46c 100%);
  background-image: linear-gradient(to bottom, #2ecc71 0%, #2cc46c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2ecc71', endColorstr='#ff2cc46c', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #3498db 0%, #2b94d9 100%);
  background-image: -o-linear-gradient(top, #3498db 0%, #2b94d9 100%);
  background-image: linear-gradient(to bottom, #3498db 0%, #2b94d9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3498db', endColorstr='#ff2b94d9', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f1c40f 0%, #e8bd0e 100%);
  background-image: -o-linear-gradient(top, #f1c40f 0%, #e8bd0e 100%);
  background-image: linear-gradient(to bottom, #f1c40f 0%, #e8bd0e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1c40f', endColorstr='#ffe8bd0e', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #e61c13 0%, #dd1b12 100%);
  background-image: -o-linear-gradient(top, #e61c13 0%, #dd1b12 100%);
  background-image: linear-gradient(to bottom, #e61c13 0%, #dd1b12 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe61c13', endColorstr='#ffdd1b12', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
pre {
  border-color: #bdc3c7;
}
.footer {
  float: left;
  height: 35px;
  background: #002133;
  position: fixed;
  color: #ececec;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background-image: -webkit-linear-gradient(top, #002940 0%, #002133 100%);
  background-image: -o-linear-gradient(top, #002940 0%, #002133 100%);
  background-image: linear-gradient(to bottom, #002940 0%, #002133 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002940', endColorstr='#ff002133', GradientType=0);
}
.footer .container-fluid {
  padding: 0 0;
  position: relative;
}
.footer.inverse {
  background: #d5dce0;
  color: #2d414c;
}
.footer.inverse .infoFooter {
  background: #b7c4cb;
}
.footer .popover-title,
.footer .btn,
.footer {
  font-size: 12px;
}
.popover-content .table-condensed,
.popover-content .table-condensed td {
  border: none;
}
.footer .popover-content {
  min-width: 15em;
}
#footer_popover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.status_tela {
  margin-left: 77px;
}
.status_tela_btn,
.status_tela .dropdown-toggle {
  height: 37px;
}
button.navbar-toggle {
  background: #E7E7E7;
}
.popover {
  padding: 0;
  z-index: 3000;
}
.popover-content,
.popover-title {
  color: #2d414c;
}
.popover.left > .arrow {
  border-left-color: #fff;
}
.popover-content .table > tbody > tr > td {
  border-top: 0 ;
}
.popover-title {
  color: #ececec !important;
  background-color: #34495e;
}
.popper {
  height: 35px;
  border-radius: 0;
}
.popper-info {
  float: left;
}
.popper-ajuda {
  float: right;
}
.navbar-flutuante {
  bottom: 35px;
  z-index: 1000;
}
.navbar-flutuante .btn-group {
  margin: 0 auto;
}
.navbar-flutuante .btn-group .btn {
  font-size: 12.1px;
}
.btn-upload {
  position: relative;
  overflow: hidden;
  padding: 5px 5px 5px 100px;
  margin: 5px 0;
}
.btn-upload input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  -webkit-transform: translate(-300px, 0) scale(4);
  -ms-transform: translate(-300px, 0) scale(4);
  -o-transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.btn-upload span {
  color: #b7c4cb;
  font-size: 4em;
  position: absolute;
  top: 10px;
  left: 20px;
}
* html .btn-upload {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .btn-upload {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}
ul.userProfile {
  min-width: 300px !important;
  padding: 10px 15px !important;
  margin-top: 3px !important;
  border: 1px solid #b7c4cb;
  border-top: none;
  left: auto !important;
  opacity: 1 !important;
}
ul.userProfile li {
  width: 100%;
}
ul.userProfile li h3 {
  font-size: 1.5em ;
}
ul.userProfile li .btn-group-vertical {
  width: 100%;
}
ul.userProfile li .btn-group-vertical button {
  text-align: left;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.sidebar {
  background-color: #2d414c;
  border-right: 1px solid #2d414c;
  color: #fff;
  position: fixed;
  top: 35px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 0 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar .profile-sidebar {
  background: #002133;
  padding: 25px 20px;
  margin: 0 0 1px;
  border: none;
}
.sidebar .profile-sidebar .ico-usuario {
  float: left;
  height: 100px;
  margin: 10px 10px 0 0;
}
.sidebar .profile-sidebar .ico-usuario:before {
  font-size: 2.5em;
  padding: 0.3em;
  border: 1px solid #5f7480;
  border-radius: 40px;
}
.sidebar .profile-sidebar h5 {
  color: #5f7480;
}
@media only screen and (max-width: 767px) {
  .sidebar .profile-sidebar {
    display: none;
  }
}
.sidebar .nav-sidebar {
  padding: 0;
}
.sidebar .nav-sidebar li {
  margin: 0 0;
  position: relative;
  float: left;
  width: 100%;
}
.sidebar .nav-sidebar li a {
  background-color: #2d414c !important;
  padding: 12px 5px;
  text-indent: 5px;
  color: #b7c4cb;
  transition: all 0.2s;
  border-top: 1px solid #3c5766;
  border-bottom: 1px solid #1e2b32;
  border-right: none;
  border-left: none;
}
.sidebar .nav-sidebar li a span:before {
  font-size: 1.5em;
  margin: 0 0.45em 0 0;
}
@media only screen and (max-width: 767px) {
  .sidebar .nav-sidebar li a {
    padding: 10px 0;
    font-size: 0.7em;
    text-indent: 0;
    text-align: center;
    transition: none;
  }
  .sidebar .nav-sidebar li a span {
    width: 100%;
    margin: 0 0 5px;
  }
  .sidebar .nav-sidebar li a span.caret {
    display: none;
  }
  .sidebar .nav-sidebar li a span:before {
    margin: 0;
    width: 100%;
    font-size: 1.8em;
  }
}
.sidebar .nav-sidebar li a:hover {
  background: #405c6c !important;
  border-top: 1px solid #4f7286;
  border-bottom: 1px solid #0b1012;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sidebar .nav-sidebar li a:hover {
    background: transparent;
    text-indent: 0;
  }
}
.sidebar .nav-sidebar li.active a {
  background: #00314d !important;
  border-top: 1px solid #004b76;
  border-bottom: 1px solid #001724;
  color: #fff;
}
.sidebar .nav-sidebar li .dropdown-menu {
  background: #1a2a33;
  width: 100%;
  margin: 0;
  position: static;
  box-shadow: 0 0 10px #090e11 inset;
  border: none;
}
@media only screen and (max-width: 767px) {
  .sidebar .nav-sidebar li .dropdown-menu {
    min-width: 100%;
  }
}
.sidebar .nav-sidebar li .dropdown-menu li a {
  background-color: transparent !important;
  border-top: none;
  border-bottom: 1px solid #233844;
  color: #788e9a;
  font-size: 0.9em;
  padding: 8px 5px 8px 20px;
  text-indent: 0;
}
.sidebar .nav-sidebar li .dropdown-menu li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sidebar .nav-sidebar li .dropdown-menu li a {
    padding: 18px 0;
  }
}
.sidebar .nav-sidebar li .dropdown-menu li.active a {
  color: #fff;
}
.wizard {
  font-size: 2.5em;
  font-weight: 100;
  margin: 5px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .wizard {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .wizard {
    font-size: 2em;
  }
}
.wizard li {
  background: transparent url(../images/linha_bg.png) repeat-x 0 center;
  padding: 0 10px;
  margin: 0 -2px;
  position: relative;
  float: left;
}
.wizard li:first-child {
  padding-left: 0;
}
.wizard li:first-child .wizard-description {
  left: -5px;
}
.wizard li:last-child {
  padding-right: 0;
}
.wizard li:last-child .wizard-description {
  left: auto;
  right: -5px;
}
.wizard li .wizard-description {
  width: 100%;
  color: #5f7480;
  position: absolute;
  left: 0;
  top: 6.5em;
  font-size: 0.3em;
  text-align: center;
}
.wizard li a {
  background: #fff;
  padding: 0.1em 0.5em;
  text-align: center;
  color: #b7c4cb;
  border: 1px solid #b7c4cb;
  border-radius: 5em;
  transition: 0.4s;
}
.wizard li.active a {
  background: #e2f9ff;
  color: #00b0e2;
  border: 1px solid #00b0e2;
}
.wizard li.active .wizard-description {
  color: #00b0e2;
}
.wizard li.success a {
  color: #12e02a;
  border: 1px solid #12e02a;
}
.wizard li.success a:hover {
  background: #dbfcdf;
}
.wizard li.warning a {
  color: #ffc940;
  border: 1px solid #ffc940;
}
.wizard li.warning a:hover {
  background: #fff4d9;
}
.wizard li.danger a {
  color: #f3726c;
  border: 1px solid #ef453d;
}
.wizard li.danger a:hover {
  background: #fbccca;
}
.nav-buttons li {
  position: relative;
}
.nav-buttons li + li {
  margin-left: 1px;
}
.nav-buttons li a {
  background: #ececec;
  color: #2d414c;
  width: 80px;
  height: 70px;
  padding: 5px;
  text-align: center;
  border: 1px solid #b7c4cb;
}
.nav-buttons li a span.icon {
  width: 100%;
  font-size: 2.7em;
}
.nav-buttons li a span.badge {
  position: absolute;
  right: 5px;
  top: 5px;
}
.nav-buttons li a p {
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
.nav-buttons li a:hover {
  background: #5f7480 !important;
  border: 1px solid #5f7480;
}
@media only screen and (max-width: 767px) {
  .nav-buttons li a {
    width: 50px;
    height: 40px;
    padding: 5px 0;
  }
  .nav-buttons li a span.icon {
    width: 100%;
    font-size: 2em;
  }
  .nav-buttons li a span.badge {
    position: absolute;
    right: -1px;
    top: -1px;
  }
  .nav-buttons li a p {
    display: none;
  }
}
.nav-buttons li.active a {
  background: #c8f3ff !important;
  color: #009cc9 !important;
  border: 1px solid #00b0e2;
}
.nav-buttons li.active a:hover {
  background: #5f7480 !important;
  border: 1px solid #5f7480;
  color: #fff !important;
}
.nav-buttons li.active a:hover span.badge {
  background: #3e4c54;
}
.nav-buttons li.active a span.badge {
  background: #007495;
  color: #fff !important;
}
.toolbar {
  margin: 0 0 50px;
}
.widget-relatorio {
  height: 100px;
  margin-bottom: 20px;
  color: #5f7480;
  position: relative;
}
.widget-relatorio h3 {
  font-size: 4em;
  width: 100%;
  padding: 10px 5%;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 1000px) and (max-width: 1128px) {
  .widget-relatorio h3 {
    font-size: 3em;
  }
}
.widget-relatorio h3 a {
  color: #2d414c;
  text-decoration: none;
  transition: color 0.4s;
}
.widget-relatorio h3 a:hover {
  color: #005abc;
}
.widget-relatorio h3 a:hover span {
  color: #0083cc;
}
.widget-relatorio h3 a span {
  margin: 0 5px 0 0;
  color: #5f7480;
}
.widget-relatorio.warning a,
.widget-relatorio.warning span {
  color: #ffc226;
}
.widget-relatorio.warning a:hover,
.widget-relatorio.warning a:hover span {
  color: #bf8900;
}
.widget-relatorio.danger a,
.widget-relatorio.danger span {
  color: #e61c13;
}
.widget-relatorio.danger a:hover,
.widget-relatorio.danger a:hover span {
  color: #88110b;
}
.widget-relatorio p {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.widget-indicador {
  background: #5f7480;
  height: 130px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.widget-indicador a,
.widget-indicador a small {
  transition: 0.4s;
  text-decoration: none;
}
.widget-indicador h3,
.widget-indicador p,
.widget-indicador span {
  position: absolute;
  z-index: 20;
}
.widget-indicador h3 {
  max-width: 80% ;
  font-size: 4em;
  font-weight: 700;
  top: 5px;
  left: 15px;
}
.widget-indicador h3 small {
  color: #fff;
  font-size: 0.4em;
}
@media only screen and (min-width: 1129px) {
  .widget-indicador h3 {
    font-size: 5em;
  }
}
.widget-indicador p {
  bottom: 5px;
  left: 15px;
}
.widget-indicador span {
  font-size: 6em;
  color: #b7c4cb;
  right: 15px;
  top: 28px;
  z-index: 2;
}
.widget-indicador p,
.widget-indicador a,
.widget-indicador a small {
  color: #d5dce0;
}
.widget-indicador a:hover,
.widget-indicador a:hover small {
  color: #fff !important;
}
.widget-indicador.danger {
  background: #f15b55;
}
.widget-indicador.danger span {
  color: #e61c13;
}
.widget-indicador.danger p,
.widget-indicador.danger a,
.widget-indicador.danger a small {
  color: #f9b6b3;
}
.widget-indicador.warning {
  background: #d89c00;
}
.widget-indicador.warning span {
  color: #ffc226;
}
.widget-indicador.warning p,
.widget-indicador.warning a,
.widget-indicador.warning a small {
  color: #ffe6a5;
}
.main {
  padding: 20px 20px 80px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.form-signin {
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin img {
  border: none;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-signin-heading,
.checkbox {
  margin-bottom: 10px;
}
