@charset "UTF-8";
.input-group-append .btn {
  z-index: 0;
}

/* BOOTSTRAP DATETIMEPICKER RESET */
.datetimepicker table tbody .today {
  background: #fdf59a !important;
}
.datetimepicker table tbody .active {
  background: #0097e6 !important;
}
.datetimepicker table tr td span {
  border-radius: 15px;
}
.datetimepicker td,
.datetimepicker th {
  width: 30px;
  height: 20px;
  border-radius: 15px;
}

/* END - BOOTSTRAP DATETIMEPICKER RESET */
/* BOOTSTRAP SELECT RESET */
.bootstrap-select.form-control {
  height: auto;
}
.bootstrap-select .dropdown-toggle.btn-default,
.bootstrap-select .dropdown-toggle.btn-default:active,
.bootstrap-select .dropdown-toggle.btn-default:hover {
  border-color: #d5dce6;
  background: #fff;
}
.bootstrap-select .dropdown-toggle.btn-default:focus, .bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select.open > .dropdown-toggle.btn-default:focus .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  border-color: #66afe9;
  background: #fff;
}
.bootstrap-select .dropdown-toggle {
  float: none;
  -webkit-box-shadow: inset 0 2px 0 0 #f2f5f8 !important;
  box-shadow: inset 0 1.5px 0 0 #f2f5f8 !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-select.btn-group .no-results {
  background: #fff;
  margin: 5px 0 0;
  padding-left: 20px;
  padding-right: 20px;
}
.bootstrap-select .bs-searchbox {
  background: #f4f7fa;
  border-bottom: 1px solid #d5dce6;
  margin-top: -5px;
  padding-top: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
  border-color: #d5dce6;
}

.has-error .bootstrap-select .dropdown-toggle.btn-default,
.has-error .bootstrap-select .dropdown-toggle.btn-default:active,
.has-error .bootstrap-select .dropdown-toggle.btn-default:hover {
  border-color: #a94442;
}
.has-error .bootstrap-select .dropdown-toggle.btn-default:focus, .has-error .bootstrap-select.open > .dropdown-toggle.btn-default, .has-error .bootstrap-select.open > .dropdown-toggle.btn-default:focus .has-error .bootstrap-select.open > .dropdown-toggle.btn-default:hover {
  border-color: #843534;
}

/* END - BOOTSTRAP SELECT RESET */
.modal.fade {
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.modal.in .modal-dialog {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 450px;
  }
}
.modal-header,
.modal-footer,
.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-footer:empty {
  display: none;
}

.modal-content {
  border-radius: 3px;
}

.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}

.modal-footer {
  border-top: none;
  padding-top: 5px;
}

.alert {
  font-size: 15px;
  line-height: 1.45;
  border-width: 0 0 0 5px;
  border-radius: 2px;
}

.alert h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 6px;
}

.alert > p + p {
  margin-top: 8px;
}

.alert.alert-orange {
  background-color: #fff2d5;
  border-color: #ffb618;
}

.alert.alert-orange h4 {
  color: #ffb618;
}

.alert.alert-blue {
  border-color: #006cbc;
  background-color: #eff8ff;
}

.alert.alert-blue h4 {
  color: #006cbc;
}

.alert.alert-red {
  border-color: #ed271c;
  background-color: #fde4e2;
}

.alert.alert-red h4 {
  color: #ed271c;
}

.alert.alert-green {
  border-color: #6ba442;
  background-color: #e4f1db;
}

.alert.alert-green h4 {
  color: #6ba442;
}

.form-group-lg select.form-control {
  line-height: normal;
}

.control-label {
  color: #7F8FA4;
  font-weight: 600;
}

.form-group .help-block:empty {
  display: none;
}

.content-block h3 {
  color: #333C48;
  font-weight: 600;
  font-size: 1em;
  margin: 10px 0;
  text-transform: uppercase;
}

.btn.btn-default {
  border-color: #d5dce6;
  background: #fff;
  background-image: -webkit-linear-gradient(bottom, #f5f6f9, #fff);
  background-image: linear-gradient(0deg, #f5f6f9, #fff);
}
.btn.btn-default:hover, .btn.btn-default:focus {
  border-color: #d5dce6;
  background: #fbfcfd;
  background-image: -webkit-linear-gradient(bottom, #ebedf3, #fff);
  background-image: linear-gradient(0deg, #ebedf3, #fff);
}
.btn.btn-default:active {
  background: #eff0f5;
}

.btn.btn-success {
  border-color: transparent;
  background: #19b934;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  border-color: transparent;
  background: #16a32e;
}
.btn.btn-success:active {
  background: #138c27;
}

.btn.btn-danger {
  border-color: transparent;
  background: #f9243d;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  border-color: transparent;
  background: #de214d;
}
.btn.btn-danger:active {
  background: #a21436;
}

.btn.btn-primary {
  border-color: transparent;
  background: #00a8ff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  border-color: transparent;
  background: #0097e6;
}
.btn.btn-primary:active {
  background: #0086cc;
}

.btn.btn-warning {
  border-color: transparent;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: inset none;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus,
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus,
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  border-color: transparent;
}

.btn.btn-black,
.btn.btn-black:active:hover {
  background: #171717 !important;
}

.label-success {
  background-color: #19b934;
}

.label-primary {
  background-color: #00a8ff;
}

.label-danger {
  background-color: #f9243d;
}

/* STYLES */
.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.dark-background {
  background: #9c9d9f;
}
.dark-background .content-block {
  border: none;
}

a {
  color: #00a8ff;
}
a:hover, a:focus {
  color: #33b9ff;
}

body {
  color: #333C48;
  background-color: #F0F3F6;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  cursor: default;
}

body > .wrap {
  padding-bottom: 30px;
}

.navbar,
.header-block,
.search-block,
.form-group,
th.actions,
td.actions {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.navbar-inverse {
  background: #a01838;
  border-color: #DAE0E7;
}
.navbar-inverse .navbar-nav .open > a, .navbar-inverse .navbar-nav .open > a:hover, .navbar-inverse .navbar-nav .open > a:focus {
  background: #75132a;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #ededed;
}
.navbar-inverse .navbar-toggle {
  border-radius: 3px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #75132a;
  border-color: #75132a;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c5d0e1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li button {
    color: #c5d0e1;
    padding: 5px 15px 5px 25px;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li button:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li button:focus {
    color: #fff;
  }
}
.navbar-static-top {
  margin-bottom: 0;
}

body.full .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.full .wrap .content-block + .footer-text {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  color: #fff;
}
body.full .wrap .content-block + .footer-text a {
  color: #fff;
  font-weight: 600;
}

h3.block-outer-heading {
  font-size: 1em;
  color: #7F8FA4;
  margin: 0 0 7px;
  font-weight: 600;
}

.content-block {
  background-color: #fff;
  border: solid 1px #d5dce6;
  border-radius: 4px;
  margin-bottom: 15px;
}
.content-block.no-padding {
  padding: 0;
}
.content-block > hr {
  border-color: #d5dce6;
  margin: 0;
}
.content-block .header-box {
  padding: 30px 30px 0;
}
.content-block .header-box.bordered {
  border-bottom: solid 1px #d5dce6;
  padding-bottom: 30px;
}
.content-block .header-box h2 {
  color: #333C48;
  font-weight: 600;
  font-size: 1.45em;
  margin: 0;
}
.content-block .header-box h2 + p {
  margin: 5px 0 0;
  color: #7F8FA4;
  line-height: 1.4;
}
.content-block .body-box {
  padding: 30px;
}
.content-block .body-box form {
  margin-bottom: 5px;
}
.content-block .footer-box {
  background: #f8fafc;
  border-top: 1px solid #d5dce6;
  padding: 20px 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-block .footer-box .form-group {
  margin: 0;
}
.content-block .right-buttons {
  margin-left: -10px;
  float: right;
}
.content-block .right-buttons .btn + .btn {
  margin-left: 12px;
}
.content-block .header-box + .table-box {
  padding-top: 15px;
}
.content-block .table-box {
  overflow: auto;
}
.content-block .table-box .table {
  margin: 0;
}
.content-block .table-box .table:last-child {
  border-bottom-width: 0;
}
.content-block .table-box .table td, .content-block .table-box .table th {
  padding-top: 9px;
  padding-bottom: 9px;
}
.content-block .table-box .table tr.no-items td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-block .table-box .table th:first-child,
.content-block .table-box .table td:first-child {
  padding-left: 30px;
}
.content-block .table-box .table th:last-child,
.content-block .table-box .table td:last-child {
  padding-right: 30px;
}
.content-block .table-box .table > *:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.content-block .table-box .table > *:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.content-block .table-pagination {
  text-align: center;
  line-height: 0;
  padding: 15px 0 30px;
}
.content-block .table-pagination ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  border: solid 1px #d5dce6;
  border-radius: 3px;
  overflow: hidden;
}
.content-block .table-pagination li {
  float: left;
}
.content-block .table-pagination li + li {
  border-left: solid 1px #d5dce6;
}
.content-block .table-pagination li > a {
  text-decoration: none;
  font-weight: 600;
}
.content-block .table-pagination li > * {
  display: block;
  min-width: 40px;
  line-height: 36px;
  text-align: center;
  background: #f8fafc;
  color: #7F8FA4;
}
.content-block .table-pagination li.disabled > * {
  color: #cad0d9;
}
.content-block .table-pagination li.active > * {
  background-color: #fff;
  font-weight: 600;
}
.content-block .table-box + .table-pagination {
  border-top: solid 1px #d5dce6;
  padding: 30px 0 30px;
}
.content-block .dl-horizontal:last-child {
  margin-bottom: 0;
}
.content-block form .form-group:last-child {
  margin-bottom: 0;
}
.content-block form a, .content-block form .btn-link {
  font-weight: 600;
  color: #7F8FA4;
}
.content-block form .btn-link {
  border: none;
  padding: 0;
}
.content-block .pagination {
  margin: 30px 0 0;
}
.content-block .scroll-view {
  overflow: auto;
  margin: 30px 0;
  padding: 0 30px;
}
.content-block .scroll-view ul {
  padding-left: 15px;
}

.main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .main-content {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 0 -30px;
  }
  .content-block {
    margin-bottom: 30px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.modal {
  /*
      x.modal-header {
          background: $softBgColor;
          border-bottom: solid 1px $formBorderColor;
          padding-bottom: 20px;
          border-radius: $modalBorderRadius $modalBorderRadius 0 0;
      }
  */
}
.modal .content-block {
  padding: 0;
  border-width: 0;
  margin: -20px -30px;
  /*&:last-child {
      margin-bottom: 0;
  }*/
}

.block-style1 h2 {
  color: #333C48;
  font-weight: 600;
  font-size: 1.5em;
  margin: 0;
}
.block-style1 p {
  color: #7F8FA4;
  font-size: 1.05em;
  line-height: 1.4;
  margin: 8px 0 0;
}
.block-style1 .btn {
  margin-top: 20px;
}

.block-style2 h2 {
  color: #333C48;
  font-weight: 600;
  margin: 0 0 1.3rem;
  font-size: 1.8em;
}
.block-style2 p {
  margin-top: 5px;
  color: #7F8FA4;
  line-height: 1.4;
}

.header-block {
  padding: 20px 0;
  background-color: #fff;
  border-bottom: solid 1px #DAE0E7;
}
.header-block h1 {
  margin: -2px 0 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #333C48;
}
.header-block .right-buttons {
  float: right;
}
.header-block .right-buttons form {
  display: inline-block;
}
.header-block .right-buttons .btn {
  text-align: center;
  height: 43px;
  padding: 0 20px;
  line-height: 40px;
}
.header-block .breadcrumb {
  background: none;
  font-size: 0.9em;
  border-radius: none;
  margin: 1px 0 -2px;
  padding: 0;
}
.header-block .breadcrumb a {
  line-height: 1;
}
.header-block .breadcrumb li, .header-block .breadcrumb li a {
  color: #7F8FA4;
  font-weight: 500;
}
.header-block .breadcrumb li:last-child, .header-block .breadcrumb li:last-child a {
  color: #333C48;
  font-weight: 600;
}
.header-block .breadcrumb > li + li:before {
  padding: 0 4px;
  color: #ccc;
  content: "/ ";
}

.alert.alert-popup {
  display: none;
  z-index: 1040;
  padding: 10px 10px;
  position: fixed;
  bottom: 20px;
  left: 25%;
  width: 50%;
  cursor: pointer;
  text-align: center;
  margin: 0;
  border-radius: 4px;
  border-width: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
.alert.alert-popup.alert-success {
  background-color: #19b934;
}
.alert.alert-popup.alert-danger {
  background-color: #f9243d;
}

.form-horizontal fieldset legend {
  font-size: 1.4em;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

.form-horizontal fieldset + fieldset {
  margin-top: 20px;
}

.form-group .hint-block {
  margin-top: 5px;
  color: #999;
}

.table tr.clickable td {
  cursor: pointer;
}

/* add sorting icons to gridview sort links */
.table th.actions,
.table td.actions {
  white-space: nowrap;
  text-align: center;
  width: 1%;
}

.table td.actions a {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: -2px 0;
  color: #555;
  border: solid 1px #d5dce6;
  border-radius: 2.5px;
  font-size: 12px;
  background-color: transparent;
}
.table td.actions a:hover {
  background-color: #fff;
  border-color: #b4c8d6;
}

.table > thead > tr > th {
  border-bottom: 1px solid #d5dce6;
  color: #7F8FA4;
  font-weight: 600;
}
.table > thead > tr > th a {
  margin: -8px;
  padding: 8px;
  display: block;
  color: #7F8FA4;
  position: relative;
  text-decoration: none;
}
.table > thead > tr > th a.sortable:after, .table > thead > tr > th a.sortable:before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 20px;
  top: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #c5d0e1;
  position: absolute;
  -webkit-transform: translateY(2px) rotate(-1turn);
  transform: translateY(2px) rotate(-1turn);
}
.table > thead > tr > th a.sortable:before {
  -webkit-transform: translateY(-6px) rotate(-180deg);
  transform: translateY(-6px) rotate(-180deg);
}
.table > thead > tr > th a.sortable.asc, .table > thead > tr > th a.sortable.desc {
  color: #00a8ff;
}
.table > thead > tr > th a.sortable.desc:after {
  border-top-color: #00a8ff;
}
.table > thead > tr > th a.sortable.asc:before {
  border-top-color: #00a8ff;
}

.table-hover > tbody > tr:hover {
  background-color: #f8fafc;
}

.table,
.table > thead > tr > th {
  border-bottom: solid 1px #d5dce6;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: solid 1px #d5dce6;
}

/* DROPDOWN SUBMENU */
TODO.nav {
  /* DROPDOWN MENU (RESET) */
  /* DROPDOWN SUB-MENU */
  /*.dropdown-submenu:hover>a{
      background-color: $colorBlueHoverColor;
  }
  .dropdown-submenu.active>a{
      background-color: $colorBlueHoverColor;
  }*/
}
TODO.nav .dropdown-menu {
  border-radius: 2px;
}
TODO.nav .dropdown-menu > li > a,
TODO.nav .dropdown-menu > li > button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  border: none;
}
TODO.nav .dropdown-submenu {
  position: relative;
}
TODO.nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  margin-top: -6px;
}
TODO.nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
TODO.nav .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: #262626;
  margin-top: 5px;
  margin-right: -10px;
}
TODO.nav .dropdown-submenu > a {
  padding-right: 25px;
}
TODO.nav .dropdown-submenu > .dropdown-menu,
TODO.nav .dropdown-submenu.dropdown-menu-right > .dropdown-menu {
  left: 100%;
  right: auto;
  margin-right: -1px;
  margin-left: 0;
}
TODO.nav .dropdown-submenu.dropdown-menu-left > .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
}

/* TABLA CON PANELES FIJOS - ESTILO BASE */
.table-paned,
.table-paned td,
.table-paned th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-paned {
  background: #fff;
  border: solid 1px #eee;
  overflow: hidden;
}

.table-wrapper {
  height: 100%;
  position: relative;
}

.table-paned table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table-paned thead:empty,
.table-paned tfoot:empty,
.table-paned tbody:empty {
  display: none;
}

.table-paned td,
.table-paned th {
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}

.table-paned tfoot tr:first-child td {
  border-top: solid 1px #eee;
}

.table-paned .corner-pane,
.table-paned .top-pane,
.table-paned .left-pane {
  position: absolute;
  background: #fff;
}

.table-paned .left-pane tr:last-child td,
.table-paned .grid-cells tr:last-child td {
  border-bottom: none !important;
}

.table-paned .top-pane th:last-child,
.table-paned .grid-cells td:last-child {
  border-right: none !important;
}

.table-paned .grid-cont {
  position: relative;
  overflow: scroll;
}

/* TABLA CON PANELES FIJOS - ESTILO DE ESTE PROYECTO */
.table-paned {
  width: 100%;
}

.table-paned table {
  border: none;
}

.table-paned th {
  color: #333C48;
}

.table-paned th,
.table-paned td {
  /*white-space:nowrap;*/
  padding: 4px 5px;
}

/* colores de borde */
.table-paned,
.table-paned td,
.table-paned th {
  border-color: #d5dce6;
}

/* fondo en encabezados y columnas fijas */
.table-paned .left-pane,
.table-paned .top-pane,
.table-paned .corner-pane {
  background: #f8fafc;
}

/* estilo del footer de la tabla */
.table-paned tfoot {
  background: #f8fafc;
  font-weight: bold;
}

@media print {
  a[href]:after {
    content: "";
  }
  body {
    padding: 0;
    color: #000 !important;
  }
  .hidden-print {
    display: none;
  }
  .row {
    margin: 0;
  }
  .container,
.container-fluid {
    padding: 0;
  }
  .main-content {
    padding-top: 20px;
  }
  .header-block {
    padding-top: 0;
    border-bottom: solid 1px #000;
  }
  .content-block {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .content-block .body-box {
    padding: 0;
  }
  .table {
    border: none;
    border: solid #000 1px;
  }
  .table > thead > tr > th {
    font-weight: 800;
    border-bottom: 0;
    padding: 1mm 1.5mm !important;
  }
  .table > thead > tr > th + th,
.table > tbody > tr > td + td,
.table > tfoot > tr > td + td {
    border-left: solid 1px #000;
  }
  .table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: solid 1px #000;
    padding: 1mm 1.5mm !important;
  }
  .table td, .table th {
    padding-top: 1mm !important;
  }
  .content-block .table-box .table:last-child {
    border-bottom-width: 1px;
  }
  .form-control {
    border: none;
    height: auto;
    padding: 0;
  }
  .control-label {
    margin-bottom: 0;
  }
  input.form-control[type=text], textarea.form-control {
    box-shadow: none !important;
  }
  .table > thead > tr > th a.sortable:after,
.table > thead > tr > th a.sortable:before,
.table > thead > tr > td.actions,
.table > thead > tr > th.actions,
.table > tbody > tr > td.actions,
.table > tbody > tr > th.actions,
.content-block .footer-box,
.content-block .body-box.search-block,
.header-block .right-buttons,
.table-pagination {
    display: none;
  }
}
.row-dl {
  margin-bottom: -20px;
}
.row-dl [class*=col-] {
  margin-bottom: 20px;
}
.row-dl [class*=col-] *:last-child {
  margin-bottom: 0;
}
.row-dl h5 {
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.4em;
  font-size: 1em;
  text-transform: uppercase;
}
.row-dl p {
  margin: 0 0 4px;
  line-height: 1.3em;
  font-size: 1em;
  color: #333;
}
.row-dl p b {
  font-weight: 600;
  color: #444;
}
.row-dl p b:first-child {
  padding-right: 6px;
}

/* APP PROGRESS BAR */
@-webkit-keyframes pulse {
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes pulse {
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
#app-progress-bar {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 0%;
  height: 2px;
  background: #00a8ff;
  border-radius: 1px;
  -moz-transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: width, opacity;
}

#app-progress-bar.waiting,
#app-progress-bar.done {
  -moz-transition: width 500ms ease-out, opacity 500ms linear;
  -webkit-transition: width 500ms ease-out, opacity 500ms linear;
  transition: width 500ms ease-out, opacity 500ms linear;
}

#app-progress-bar.done {
  opacity: 0;
}

#app-progress-bar dd,
#app-progress-bar dt {
  position: absolute;
  top: 0;
  height: 2px;
  box-shadow: #00a8ff 1px 0 6px 1px;
  border-radius: 100%;
}

#app-progress-bar dd {
  opacity: 0.6;
  width: 20px;
  right: 0;
  clip: rect(-6px, 22px, 14px, 10px);
}

#app-progress-bar dt {
  opacity: 0.6;
  width: 180px;
  right: -80px;
  clip: rect(-6px, 90px, 14px, -6px);
}

#app-progress-bar.waiting dd,
#app-progress-bar.waiting dt {
  -moz-animation: pulse 2s ease-out 0s infinite;
  -webkit-animation: pulse 2s ease-out 0s infinite;
  animation: pulse 2s ease-out 0s infinite;
}

/* MEGA MENU */
.mega-menu {
  position: relative;
}
.mega-menu.type-full {
  position: static;
}
.mega-menu.type-full .mega-menu-wrapper {
  width: 100%;
  left: 0;
}
.mega-menu.type-full .container {
  width: auto;
  display: block;
}
.mega-menu.type-auto .container {
  width: auto;
  display: block;
}
.mega-menu .mega-menu-wrapper {
  display: none;
  box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
  margin-top: 8px;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 5px 10px 0;
  min-width: 200px;
}
.mega-menu .mega-menu-wrapper[data-columns="2"] {
  min-width: 460px;
}
.mega-menu .mega-menu-wrapper[data-columns="3"] {
  min-width: 620px;
}
.mega-menu .mega-menu-wrapper[data-columns="4"] {
  min-width: 780px;
}
.mega-menu.show .mega-menu-wrapper {
  display: block;
}
.mega-menu .mega-menu-group h3 {
  margin: 15px 0 7px;
  font-size: 0.95em;
  text-transform: uppercase;
  font-weight: 600;
  color: #007bff;
  white-space: nowrap;
}
.mega-menu .mega-menu-group ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.mega-menu .mega-menu-group ul li.divider {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #d5dce6;
}
.mega-menu .mega-menu-group ul li a {
  color: #333C48;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 3px 0;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu .mega-menu-group ul li a:hover {
  background-color: #f4f7fa;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.ml-auto .mega-menu-wrapper {
  right: 0;
}

@media (max-width: 767px) {
  .mega-menu .mega-menu-wrapper {
    margin-top: 0;
    position: static;
    padding: 0;
    min-width: auto !important;
  }
}
.info-block {
  position: relative;
}
.info-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #eee;
  display: none;
}
.info-block + .info-block {
  margin-top: 30px;
  padding-top: 30px;
}
.info-block + .info-block:before {
  display: block;
}
.info-block.separator {
  border: none;
  margin-top: 25px;
  padding-top: 50px;
}
.info-block.separator:before {
  display: block;
}
.info-block.gray {
  background-color: #f8f8f8;
  padding: 30px 30px 30px;
}
.info-block.gray + .info-block {
  margin-top: 0;
}
.info-block h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}
.info-block .table {
  margin-bottom: 0;
}
.info-block .table-box th:first-child,
.info-block .table-box td:first-child {
  padding-left: 0 !important;
}
.info-block .table-box th:last-child,
.info-block .table-box td:last-child {
  padding-right: 0 !important;
}

/*# sourceMappingURL=site.css.map */
