@charset "UTF-8";
/*  */
body {
  background: #ebebed;
}

.login-cover-bg {
  background: none;
}

.login .login-header .brand .logo,
.header .navbar-nav > li > a .label,
.label.label-theme,
.btn.btn-scroll-to-top {
  background: #0076F0;
}

.login-cover-image img {
  min-height: 100%;
  min-width: 100%;
}

.header.navbar-inverse .navbar-brand {
  color: #FFFFFF !important;
}

.header.navbar-default {
  background: #3396FF;
}
.header.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.header.navbar-default .navbar-nav > li .dropdown-toggle {
  color: #ffffff;
}

.header .navbar-logo {
  background: none;
  border: none;
  margin-top: 0px;
}

.text-theme .sub-menu > li.active:after,
.sidebar .sub-menu > li.active:after {
  border-color: #0076F0;
}
.text-theme .nav > li.active > a i, .text-theme .nav > li.active > a svg,
.sidebar .nav > li.active > a i,
.sidebar .nav > li.active > a svg {
  color: #0076F0;
}
.text-theme .nav > li.nav-profile .cover,
.sidebar .nav > li.nav-profile .cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/cover-sidebar-user.jpg) no-repeat;
  background-size: cover;
}
.text-theme .nav > li.nav-profile .cover.with-shadow::before,
.sidebar .nav > li.nav-profile .cover.with-shadow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s linear;
  background: #3396FF;
  /*opacity: 0.6;*/
}

/* Added in v1.5 */
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
  background: #0056B3;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGFjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -moz-linear-gradient(top, #0056B3 0%, #0076F0 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0056B3), color-stop(100%, #0076F0));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, #0056B3 0%, #0076F0 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #0056B3 0%, #0076F0 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top, #0056B3 0%, #0076F0 100%);
  /* W3C */
  background: linear-gradient(to bottom, #0056B3 0%, #0076F0 100%);
}

.gradient-enabled .sidebar .nav > li.active > a {
  z-index: 10;
}

.gradient-enabled .sidebar .nav > li.active > a i,
.gradient-enabled .sidebar .nav > li.active > a svg,
.gradient-enabled .sidebar .nav > li.active > a .caret {
  color: rgba(0, 0, 0, 0.5);
}

.pace-progress {
  background: #0076F0;
}

.pace .pace-activity {
  border-top-color: #0076F0;
  border-left-color: #0076F0;
}

/* Added in v1.7 */
.page-with-light-sidebar .sidebar .nav > li.active > a > i,
.page-with-light-sidebar .sidebar .nav > li.active > a > svg {
  color: #0076F0;
}

.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
  background: #0076F0;
}

/* Added in v1.9 */
.top-menu .nav > li.active > a i,
.top-menu .nav > li.active > a svg,
.top-menu .nav > li.active > a:focus i,
.top-menu .nav > li.active > a:focus svg,
.top-menu .nav > li.active > a:hover i,
.top-menu .nav > li.active > a:hover svg {
  color: #0076F0;
}

.select2-container--krajee-bs4 .select2-selection,
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  font-size: 12px;
}

.select2-selection__placeholder {
  font-size: 12px;
}

.input-lg .select2-selection__placeholder {
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container--krajee-bs4 .select2-selection--single {
  height: calc(2.0rem + 2px);
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-color: #d3d8de !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #d3d8de;
}

.input-lg.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.8;
  font-size: 14px;
}

.input-lg.select2-container--krajee-bs4 .select2-selection--single {
  height: calc(2.75rem + 2px);
}

/* PANELS */
/* primary */
.panel-primary > .panel-heading {
  background: #0076F0;
}

/* end PANELS */
.form-control-lg + span.input-group-addon .glyphicon {
  top: 5px;
}

.card-outline-grey-lighter {
  border-color: #ebebed;
}

.card.card-pay .card-title {
  height: 40px;
}

.card.card-pay .card-text {
  height: 40px;
}

/* hace reset al campo para que tome el tamaño correcto */
/* BUTTONS */
.btn.btn-primary {
  background: #0076F0;
  border-color: #0076F0;
  color: #ffffff;
}

.dropdown-header {
  margin: 0 0 5px 0;
  padding: 0 10px;
}

/* end BUTTONS */
/* MESSAGES */
.flashMessages {
  overflow: hidden;
  width: 100%;
}

.kv-alert-separator {
  background-image: none !important;
}

.note .note-icon {
  line-height: 90px;
}

/* end MESSAGES */
/* ERROR */
.error {
  background: linear-gradient(#ebebed, rgba(21, 191, 242, 0.1)), url(../../../img/bg/bg-error_new.png);
}

.error-code {
  color: #4C4C4E;
  background: #ebebed;
}

.error-message {
  color: #98989A;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.error-desc {
  font-size: 16px;
  color: #4C4C4E;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.error-content {
  background: linear-gradient(#ebebed, rgba(21, 191, 242, 0.1)), url(../../../img/bg/bg-error.png);
}

/* end ERROR */
/* FOOTER */
.footer {
  margin: 0 0 0 220px;
  padding: 0px;
}
.footer .footer-top {
  background: #e2e2e2;
  padding: 5px 0;
}
.footer .icons-footer {
  margin-left: 5px;
}
.footer .footer-button {
  background: #98989a;
  color: #ffffff;
  padding: 5px;
}
.footer .footer-button a {
  color: #ffffff;
}
.footer .footer-button a:hover {
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .form-horizontal .col-form-label {
    text-align: left !important;
  }

  .grid-view .table thead th, .grid-view .table > thead > tr > th,
.grid-view .table thead td, .grid-view .table > thead > tr > td,
.grid-view .table thead td input, .grid-view .table > thead > tr > td input,
.grid-view .table tbody td, .grid-view .table > tbody > tr > td,
.grid-view .table tbody td input, .grid-view .table > tbody > tr > td input {
    text-align: center !important;
  }

  .panel .panel-heading .panel-title {
    display: inline-grid;
  }

  .btn, .btn.btn-sm {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .alert-growl {
    width: 90%;
    right: 5%;
  }
}

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