.ewa-menu-selected {
  background: #e9e9e9;
  padding-bottom: 14px;
}
.bootstrap-select.has-error > .btn-default {
  border-bottom: 1px solid #f6675d !important;
}
.has-error label.error {
  color: #f6675d;
}
.lcb-navigation a[data-ma-block="#l-register"],
.lcb-navigation a[data-ma-block="#l-register"]:hover {
  width: auto;
  padding-right: 15px;
}
.lcb-navigation a[data-ma-block="#l-forget-password"]:hover,
.lcb-navigation a[data-ma-block="#l-forget-password"] {
  width: auto;
  padding-right: 15px;
}
.lcb-navigation a[data-ma-block="#l-login"],
.lcb-navigation a[data-ma-block="#l-login"]:hover {
  width: auto;
  padding-right: 15px;
}
.lcb-navigation a span {
  width: 100%;
}

.lcb-navigation a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.logo-login {
  max-height: 100px;
  margin-bottom: 20px;
  background: url(/images/logo.png);
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.login-content {
  background: url(../images/login-bg.jpg) center no-repeat
    rgba(45, 111, 138, 0.37);
  background-blend-mode: multiply;
  background-size: cover;
}

.login-content {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lcb-form {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0px 15px 2px rgba(0, 0, 0, 0.2);
}

.lcb-navigation a {
  color: #5e5e5e;
  background: rgba(255, 255, 255, 0.7);
}
#header {
  background-color: #69d5ff;
}
#footer {
  height: inherit;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.green-check {
  color: #4caf50;
}

.orange-warn {
  color: rgb(244, 155, 54);
}

.red-deny {
  color: #f44336;
}

.action-button {
  display: inline-block;
  margin-right: 32px;
  font-size: 1.5em;
  color: #4c4c4c;
}

.action-button:last-child {
  margin-right: 0px;
}

.action-button:hover {
  color: #777;
}

.fine-uploader {
  width: 100%;
}

.qq-gallery .qq-upload-list li {
  max-width: 140px;
  padding: 5px 5px;
}

.qq-gallery .qq-thumbnail-wrapper {
  width: auto;
}

dialog {
  border-width: none !important;
  border-style: none !important;
  border-color: none !important;
  border-image: none !important;
}

.jumbotron.c404 {
  text-align: center;
  margin-bottom: 0;
}

.zindex {
  z-index: 8;
  display: none;
}
.x8iframe,
.modal-content iframe {
  width: 100%;
  border: 0;
}

@media (min-width: 1240px) {
  .modal-lg {
    width: 1200px;
  }
}

.inmodal .container {
  padding: 0;
}

.inmodal .container .card {
  margin-bottom: 0;
}
.inmodal.inline .card .card-body.card-padding {
  padding: 0;
}
.inmodal.inline .actions.actions-alt {
  display: none;
}

.inmodal.inline .card-header h2 {
  display: none;
}

.inmodal.inline {
  border-top: 1px solid #e0e0e0;
}
.clear {
  clear: both;
}
.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 50vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.inmodal .card:last-of-type {
  margin-bottom: 0;
}

html body.inmodal {
  overflow-y: hidden;
}

@media print {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .breadcrumb {
    display: none;
  }
  .card .card-header {
    padding-bottom: 0px;
  }
  .card .card-body.card-padding {
    padding-top: 0px;
  }
  #pdfBtn {
    display: none;
  }
  .btn {
    display: none;
  }
  .card .card-header {
    padding-left: 0px;
  }
}

.user-sess {
  margin: 5px;
  padding: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

li .user-sess:hover {
  background-color: #eaeaea;
  border-radius: 50px;
}

@media only screen and (max-width: 375px) {
  .user-sess {
    max-width: 100px;
  }
}

@media only screen and (max-width: 330px) {
  .user-sess {
    max-width: 50px;
  }
}

@media only screen and (max-width: 275px) {
  .user-sess {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  .user-sess span:nth-of-type(even) {
    display: none;
  }
}

@media only screen and (max-width: 372px) {
  .user-sess span:nth-of-type(even) {
    display: none;
  }
}

/* ------------------------------------------------------------- Nuevos  ------------------------------------------------------------- */
.main-menu > li > a > i {
  left: 10px;
}
.main-menu > li > a {
  padding: 14px 20px 14px 40px;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #b4b4b4;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#header {
  min-height: 60px;
}
#main {
  padding-top: 90px;
}
.breadcrumb {
  border-bottom: 0;
  margin-top: -30px;
  margin-bottom: 0px;
}
.h-inner {
  list-style: none;
  padding: 12px 0;
  margin-bottom: 0;
}
.sidebar {
  height: calc(100% - 60px);
  top: 60px;
  padding-bottom: 20px;
}
.main-menu {
  margin: 0;
}
.form-control:not(.fc-alt) {
  padding-left: 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: calc(100% - 55px);
  margin-right: 10px;
}
.table > tbody > tr > td:last-child {
  display: flex;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}
table.dataTable thead .sorting_desc::after {
  content: url(../../images/sort_desc.png);
  background-image: none !important;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead .sorting::after {
  position: absolute;
  content: url(../../images/sort_both.png);
}
table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_asc::after {
  position: absolute;
  content: url(../../images/sort_asc.png);
}
.action-button {
  margin-right: 0;
  flex-grow: 1;
}
.bs-searchbox input.form-control {
  width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
}
@media (min-width: 1280px) {
  #content:not(.content-alt) {
    padding-left: 268px;
    padding-right: 0;
  }
}

@media (max-width: 1280px) {
  .table > tbody > tr > td:last-child {
    padding-right: 15px;
  }
  .table > tbody > tr > td:first-child {
    padding-left: 15px;
  }
}

.card {
  -webkit-box-shadow: 9px 11px 24px -6px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 9px 11px 24px -6px rgba(0, 0, 0, 0.31);
  box-shadow: 9px 11px 24px -6px rgba(0, 0, 0, 0.31);
}

#setting {
  position: absolute;
  bottom: 20px;
}

#account-custom-labels {
  position: absolute;
  bottom: 80px;
  left: 25px;
  color: #5e5e5e;
  cursor: pointer;
}
