/*-------------------------------------------------------------------------*/
/*	MANAGER ANCORA DUAL v 1.0
/*	Estilos generales
/*-------------------------------------------------------------------------*/
/* = Imports 
--------------- */
.btn-select-toggle {
  display: none;
  border: 0 !important;
  border-color: #ff5000 !important;
}
.btn-tools {
  display: none;
}
.tab-pane .tab-tools {
  float: right;
  margin-top: -55px;
}
.btn {
  border: 0px !important;
}
.btn-primary {
  background: #ff5000 !important;
  border-color: #ff5000 !important;
  padding: 8px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-primary .icon {
  color: #fff;
  margin: 0 0.2em;
}
.btn-primary:hover {
  background: #802800 !important;
  border-color: #ff5000 !important;
  color: #fff;
}
.btn-primary:hover .icon {
  color: #fff;
}
.btn-primary:active {
  border-color: #ff5000 !important;
}
.btn-primary:focus {
  border-color: #ff5000 !important;
}
.btn-primary:selection {
  border-color: #ff5000 !important;
}
.btn-secondary {
  background: #000;
  color: #fff;
}
.btn-secondary .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-secondary:hover {
  background: #000;
  color: #fff;
}
.btn-secondary:hover .icon {
  color: #fff;
}
.acciones-rapidas .btn-new {
  background: #ff5000 !important;
  border-color: #ff5000 !important;
}
.acciones-rapidas .btn-new .icon {
  color: #fff;
  margin: 0 0.2em;
}
.acciones-rapidas .btn-new:hover {
  background: #802800 !important;
  border-color: #ff5000 !important;
  color: #fff;
}
.acciones-rapidas .btn-new:hover .icon {
  color: #fff;
}
.acciones-rapidas .btn-new:active {
  border-color: #ff5000 !important;
}
.acciones-rapidas .btn-new:focus {
  border-color: #ff5000 !important;
}
.acciones-rapidas .btn-new:selection {
  border-color: #ff5000 !important;
}
.btn-error {
  background: #ea0000;
  color: #fff;
}
.btn-error .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-error:hover {
  background: #750000;
  color: #fff;
}
.btn-error:hover .icon {
  color: #fff;
}
.btn-warning {
  background: #ffc107;
  color: #fff;
}
.btn-warning .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-warning:hover {
  background: #836200;
  color: #fff;
}
.btn-warning:hover .icon {
  color: #fff;
}
.btn-success {
  background: #13a00a;
  color: #fff;
}
.btn-success .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-success:hover {
  background: #095005;
  color: #fff;
}
.btn-success:hover .icon {
  color: #fff;
}
.btn-default {
  border: 1px solid #6f6f6f;
  background: #f0eded;
}
.btn-transparent {
  border: none;
  background: transparent;
}
.btn-transparent[disabled] {
  color: #ccc;
}
.btn-container .btn {
  float: right;
  margin-left: 5px;
}
.input-group-btn .btn-primary {
  border: 1px solid #ff5000;
}
.input-group-btn .btn-secondary {
  border: 1px solid #000;
}
.input-group-btn .btn-danger {
  border: 1px solid #ea0000;
}
.btn-flex {
  width: 100%;
}
.btn-logout {
  background: none;
  border: none;
  color: #6f6f6f;
  padding: 15px 15px;
  line-height: 46px;
}
@media (max-width: 980px) {
  .btn-text {
    display: none;
  }
}
.link-tags {
  padding-top: 5px;
}
.link-tag {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 0 5px 1px;
  color: #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
.link-tag:hover {
  background: #ccc;
  border-color: #888;
  color: #888;
}
.link-tag .link-tag-btn {
  font-size: 10px;
}
.popup-content .link-tag {
  background: #fff;
}
.popup-content .link-tag:hover {
  background: #ccc;
  color: #fff;
}
.popup-content .form-wide > div[class^="col-sm"] {
  width: 100%;
}
.popup-content .form-wide [class^="col-sm-offset"] {
  margin-left: 0 !important;
}
.popup-content .form-wide .col-xs-1 {
  width: 8.33333333% !important;
}
.popup-content .form-wide .col-xs-2 {
  width: 16.66666667% !important;
}
.popup-content .form-wide .col-xs-3 {
  width: 25% !important;
}
.popup-content .form-wide .col-xs-4 {
  width: 33.33333333% !important;
}
.popup-content .form-wide .col-xs-5 {
  width: 41.66666667% !important;
}
.popup-content .form-wide .col-xs-6 {
  width: 50% !important;
}
.popup-content .form-wide .col-xs-7 {
  width: 58.33333333% !important;
}
.popup-content .form-wide .col-xs-8 {
  width: 66.66666667% !important;
}
.popup-content .form-wide .col-xs-9 {
  width: 75% !important;
}
.popup-content .form-wide .col-xs-10 {
  width: 83.33333333% !important;
}
.popup-content .form-wide .col-xs-11 {
  width: 91.66666667% !important;
}
.popup-content .form-wide .col-xs-12 {
  width: 100% !important;
}
.popup-content .form-horizontal {
  height: 100%;
  overflow-y: auto;
}
.popup-content .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.popup-content .form-horizontal .caja .form-group {
  margin-left: 0;
  margin-right: 0;
}
.popup-content .multiselect {
  text-align: left;
  background: #fff;
  border: 1px solid #ccc !important;
}
.popup-content .multiselect .caret {
  float: right;
  margin-top: 8px;
}
.popup-content .multiselect-container {
  width: 100%;
  background: #f0eded;
  border: 1px solid #ccc;
}
.popup-content .multiselect-container input[type="checkbox"] {
  margin-top: 0px !important;
}
.popup-content .multiselect-container li {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
.popup-content .multiselect-container li a {
  padding-left: 30px;
  background: #f0eded;
}
.popup-content .multiselect-container li a:hover,
.popup-content .multiselect-container li a:focus {
  background: #dad3d3 !important;
}
.popup-content .multiselect-container li.active > a {
  background: #ff5000 !important;
}
.ui-autocomplete {
  z-index: 9010;
}
.formulario {
  overflow: hidden;
}
.formulario label {
  text-align: left !important;
  color: #000;
}
.form-titulo {
  font-size: 26px;
  margin-bottom: 5px;
}
.sino .checkbox-inline,
.triple .checkbox-inline {
  margin-left: 0;
  margin-top: 10px;
  height: 23px !important;
}
.sino,
.triple {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.sino .checkbox-inline label {
  margin: 0px;
}
.sino label {
  margin: 0 !important;
}
.triple {
  padding-top: 7px;
}
.nolabel .checkbox-inline input[type="checkbox"] {
  margin-top: 10px;
}
.nolabel .checkbox-inline label {
  margin-top: 3px;
}
.label-main {
  display: block;
  width: 100%;
  white-space: nowrap;
  color: #6f6f6f;
  font-weight: 600;
  padding-top: 2px;
}
.label-normal {
  font-weight: normal;
}
.form-text {
  height: 34px;
  margin-bottom: 0;
  padding: 6px 0;
}
.form-date {
  display: inline;
  width: 95px !important;
  padding-left: 4px;
  padding-right: 4px;
}
.datalist-search select,
.formbox select {
  min-width: 100px;
  padding-left: 3px;
  padding-right: 3px;
}
.datalist-search select option:first-child,
.formbox select option:first-child {
  color: #f0eded;
}
.datalist-search .nolabel,
.formbox .nolabel {
  padding-top: 30px;
}
.datalist-search .btn-search,
.formbox .btn-search {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.datalist-search .form-inline label,
.formbox .form-inline label {
  padding-right: 5px;
}
.label-check input {
  margin-top: 0;
  margin-right: 5px;
}
.input-small {
  min-width: 100px !important;
}
.form-columnas.form-wide .btn {
  width: 100%;
}
.form-columnas.form-wide .input-group {
  margin-bottom: 15px;
}
.form-columnas.form-wide .input-group .btn {
  width: auto;
}
.form-group-2options {
  padding: 20px 5px 0;
}
.form-group-2options label {
  margin-bottom: 0;
}
.form-group-1check {
  padding-left: 5px;
  padding-right: 5px;
}
.form-group-1check input {
  margin-top: 0;
}
.form-group-button {
  padding-left: 10px;
}
.form-inline .form-group {
  vertical-align: top;
}
.form-control-xs {
  width: 60px !important;
  padding-left: 4px;
  padding-right: 4px;
}
.form-control-sm {
  width: 95px !important;
  padding-left: 4px;
  padding-right: 4px;
}
.form-control-md {
  width: 135px !important;
}
.popup-header-filtro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 761px) {
  .datalist-search .form-group-field {
    max-width: 210px !important;
    display: inline-block;
  }
  .datalist-search .form-group-field .form-control {
    width: 100%;
    max-width: 200px !important;
    display: inline-block;
  }
}
tr,
td {
  background: transparent;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.table-lst {
  background: #ffcfb0;
  margin-bottom: 0 !important;
  border: 1px solid #e3e3e3 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-collapse: inherit;
  box-sizing: initial;
}
.table-lst th {
  vertical-align: middle !important;
  background: transparent !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #000 !important;
  padding: 16px !important;
}
.table-lst th .btn {
  background-color: #6f6f6f;
  color: #fff;
}
.table-lst th .btn:hover {
  background-color: #f0eded;
}
.table-lst th .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
}
.table-lst td {
  vertical-align: middle !important;
}
.table-lst td.event {
  cursor: pointer;
}
.table-lst td:first-child {
  border-left: 0px solid #e3e3e3;
}
.table-lst td:last-child {
  border-right: 0px solid #e3e3e3 !important;
}
.table-lst tr:nth-child(odd) td {
  background: #fff;
  border-right: 0px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid transparent;
  padding: 16px 8px !important;
}
.table-lst tr:nth-child(even) td {
  padding: 16px 8px !important;
  background: #fff;
  border-bottom: 1px solid transparent;
  border-top: 1px solid #e3e3e3;
  border-right: none;
}
.table-lst .input-group {
  width: 100%;
}
.table-lst .input-group .input-group-addon {
  width: 20px;
}
.table-lst .form-control {
  width: 100%;
}
.table-lst .table-title {
  border: none;
  font-size: 1.1em;
  font-weight: 700;
}
.table-lst .sorting {
  cursor: pointer;
}
.table-lst .sorting_asc,
.table-lst .sorting_desc {
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer;
}
.table-lst .sorting_asc:after,
.table-lst .sorting_desc:after {
  content: "\2193";
  float: right;
}
.table-lst .sorting_desc:after {
  content: "\2191";
}
.table-lst.table-nocols td {
  border-right: none;
}
.table-row {
  cursor: pointer;
}
.table-row .actions {
  width: 35px;
}
.table-row .actions .actions-container {
  display: block;
  width: 100%;
  position: relative;
}
.table-row:nth-child(odd):hover td {
  background: #f0eded !important;
  color: #404040;
}
.table-row:nth-child(even):hover td {
  background: #f0eded !important;
  color: #404040;
}
.table-row .actions-box {
  width: 185px;
  top: 28px;
  right: 0px;
}
.table-row .actions-box ul li:last-child {
  padding-top: 10px;
  font-weight: bold;
}
.table-row .observaciones {
  color: #ff5000;
}
.table-row-select td,
.table-row-select:nth-child(odd) td,
.table-row-select:nth-child(even) td,
.table-row-select:hover td {
  background: #e3e3e3 !important;
  color: #000;
  z-index: 899 !important;
}
.table-row-select .observaciones {
  color: #fff;
}
.table-row-checked td,
.table-row-checked:nth-child(odd) td,
.table-row-checked:nth-child(even) td,
.table-row-checked:hover td {
  background: #ff6a26 !important;
  color: Black !important;
  z-index: 899 !important;
}
.table-row-checked .observaciones {
  color: #fff;
}
.table-money {
  text-align: right !important;
}
.table-money .form-control {
  text-align: right !important;
}
.col-icon {
  text-align: center;
  width: 50px;
}
.col-icon .btn-group {
  white-space: nowrap;
}
.table-preview .actions {
  width: 1px !important;
  padding: 0;
  border: 0 !important;
}
.total,
.total-view {
  font-weight: bold;
}
.table-white tr:nth-child(even) td {
  background: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.table-subrow {
  display: none;
}
.table-subrow td {
  background: #fff3ed !important;
}
.table-subrow .rowspan {
  vertical-align: top !important;
}
.table-subrow .rowspan .icon-message {
  float: left;
  margin-right: 7px;
  color: #ff5000;
  font-size: 150%;
}
.table-subrow table {
  margin-bottom: 8px !important;
}
.table-subrow table th {
  background: #aaa !important;
}
.table-subrow table td {
  background: #fff !important;
}
.datalist {
  padding-bottom: 20px;
}
.datalist label {
  font-weight: normal;
}
.datalist label.label-main {
  font-weight: 600;
}
.datalist-search {
  display: none;
  overflow: hidden;
  margin-bottom: 10px !important;
  border: 1px solid rgba(220,220,220,0.431) !important;
  box-shadow: inset 13px 0px 0px #e3e3e3;
  padding-left: 20px !important;
}
.datalist-search select {
  min-width: 200px;
}
.datalist-search .btn-search {
  float: right;
}
.datalist-search.datalist-search-advanced {
  display: none;
}
.popup-content .datalist-search {
  display: block;
}
.popup-content .datalist-search select {
  min-width: 50px;
}
.datalist-footer {
  text-align: right;
  margin-top: 25px;
}
.dataTable {
  width: 100%;
  margin: 15px 0px !important;
}
.dataTables_wrapper input[type="text"],
.dataTables_wrapper input[type="search"],
.dataTables_wrapper select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadfe3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  width: 50%;
  display: inline-block;
}
.dataTables_length select {
  margin-left: 5px;
  margin-right: 5px;
}
.dataTables_filter input {
  width: 120px;
  margin-left: 5px;
}
.dataTables_paginate,
.dataTables_filter {
  text-align: right;
}
.dataTables_paginate,
.dataTables_info {
  margin-top: 10px;
}
.paginate_button,
.paginate_active {
  background: #ff5000;
  color: #fff !important;
  cursor: pointer;
  margin: 0 1px;
  padding: 3px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paginate_button:hover {
  background: #802800;
}
.paginate_active {
  background: #fff;
  color: #000;
  cursor: default;
}
.paginate_button.last {
  margin-right: 0;
}
.row-alert.error tr,
.row-alert.error td {
  color: #e40e0e !important;
  background: #fff !important;
}
.row-alert.info tr,
.row-alert.info td {
  color: #fff;
  background: #17a2b8 !important;
}
.row-alert.warning tr,
.row-alert.warning td {
  color: #000;
  background: #fff5f1 !important;
}
.row-alert.success tr,
.row-alert.success td {
  color: #fff;
  background: #13a00a !important;
}
.datalist-empty {
  text-align: center;
  padding-top: 20px;
}
.datalist-empty .icon-datalist-empty {
  font-size: 100px;
  color: #f0eded;
  margin-top: 80px;
}
.datalist-empty .icon-datalist-empty.dark {
  color: #6f6f6f;
}
.datalist-empty h1 {
  margin-bottom: 10px;
}
.datalist-empty p {
  max-width: 600px;
  margin: 0 auto;
}
.datalist-empty .btn {
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 1300px) {
  .datalist-search .label-main.sino {
    width: auto;
    display: inline-block;
    padding-right: 10px;
  }
}
@media (max-width: 990px) {
  .dataTables_filter,
  .dataTables_length {
    display: none;
  }
}
@media (max-width: 760px) {
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate {
    width: 100%;
    text-align: left;
  }
  .datalist-tools {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (max-width: 480px) {
  .datalist-header .datalist-elementos {
    float: none;
    font-size: 1em;
    line-height: 1em !important;
    padding-bottom: 10px;
  }
  .datalist-filter {
    width: 100%;
    float: none;
  }
  .datalist-filter input {
    width: 79%;
  }
  .datalist-filter .btn {
    width: 19%;
    float: right;
  }
  .btn-advanced-search {
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 15px;
    float: left;
  }
  .datalist-tols {
    margin-top: 15px;
  }
  .datalist-filter-row input,
  .datalist-filter-row select {
    width: 100px;
  }
  .datalist-filter-row .btn-add {
    display: none;
  }
  .datalist-tools {
    width: 100%;
    margin-top: 0.5em;
  }
}
@media (max-width: 767px) {
  .page-heading-infoleft {
    display: inline;
    font-size: 25px;
    font-weight: normal;
    padding-top: 9px !important;
  }
  .titulo {
    line-height: 1.7em !important;
  }
  .page-heading .titulo {
    display: inline;
    float: left !important;
    width: auto !important;
  }
  .nolabel {
    padding-top: 0px !important;
  }
  .total,
  .total-view {
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: normal !important;
    font-size: 35px !important;
    line-height: 25px;
  }
  .datalist-search {
    display: none;
  }
}
.popup-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #f5f5f5 !important;
}
.popup {
  position: fixed;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 50px;
  left: auto;
  right: auto;
  min-height: 50px;
  overflow: hidden;
  z-index: 8000;
  border: none;
  box-shadow: 0px 0px 0px #6f6f6f;
  -webkit-box-shadow: 0px 0px 0px #6f6f6f;
  -moz-box-shadow: 0px 0px 0px #6f6f6f;
  width: 50%;
  background-color: #f5f5f5 !important;
}
.popup.popup-tiny {
  width: 425px;
  height: 200px;
}
.popup.popup-small {
  width: 450px !important;
}
.popup.popup-medium {
  width: 820px;
}
.popup.popup-large {
  width: 1000px;
}
.popup.popup-xlarge {
  width: 70%;
}
.popup.popup-full {
  width: 100%;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
}
.popup.popup-hide {
  width: 350px;
}
.popup.ui-draggable .popup-header {
  cursor: pointer;
}
.popup .popup-header {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 10px 15px;
}
.popup .popup-header .popup-titulo {
  color: #000;
  padding: 5px 0 0 5px;
  font-size: 1.4em;
  font-weight: 300;
  float: left;
  line-height: 1em;
}
.popup .popup-header .popup-titulo [class^='icon-'] {
  margin-right: 5px;
}
.popup .popup-header .popup-titulo .extrainfo {
  font-size: 90%;
  text-transform: initial;
}
.popup .popup-header .popup-titulo .titulo {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
.popup .popup-header .popup-header-buttons {
  display: inline-block;
  white-space: nowrap;
  float: right;
}
.popup .popup-header .popup-header-buttons button {
  color: #000;
  background: none;
  border: none;
  padding: 5px 0 0 0;
  margin-left: 5px;
}
.popup .popup-content {
  padding: 15px 15px 50px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 400px;
  background-color: #f5f5f5;
  width: 100%;
}
.popup .popup-content .lista {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5b9b9;
}
.popup .popup-content .lista .btn-container {
  overflow: hidden;
}
.popup .popup-content .popupDataPlaceholder {
  position: relative;
  height: 200px;
  margin-top: 10px;
}
.popup .popup-content .inline {
  display: inline-block;
}
.popup .popup-content .btn-search {
  float: none;
  margin-bottom: 0px;
}
.popup .popup-content .nav-tabs {
  border: none;
}
.popup .popup-content .nav-tabs li {
  overflow: hidden;
  margin-right: 10px;
  text-align: center;
}
.popup .popup-content .nav-tabs li a {
  background-color: #e5e5e5;
  color: #000;
  border: 1px solid #ccc;
  width: 8.5vw;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0px;
}
.popup .popup-content .nav-tabs li a:hover {
  color: #000;
}
.popup .popup-content .nav-tabs li.active > a {
  color: #fff;
  font-weight: 600;
}
.popup .popup-content .tab-content {
  padding: 20px 0 40px 0;
  min-height: 400px;
}
.popup .popup-content .tab-content .calendario {
  padding-left: 15px;
}
.popup .popup-content .tab-content .calendario input[type="checkbox"] {
  margin-top: 12px;
  margin-left: 10px;
  margin-right: 15px;
}
.popup .popup-content .popup-tools {
  margin: 5px 0 !important;
}
.popup .popup-content .popup-tools .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.popup .popup-content .popup-tools .form-group label {
  margin-right: 10px;
}
.popup .popup-content .popup-tools .form-group .form-control {
  display: inline;
  width: auto;
}
.popup .popup-footer {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  z-index: 8;
}
.popup .popup-footer .btn-custom {
  display: none;
}
.popup .popup-footer .popup-footer-right {
  float: right;
}
.popup .popup-footer .popup-footer-left {
  float: left;
}
.popup .popup-footer .popup-footer-info {
  font-size: 1em;
}
.popup .popup-footer .popup-footer-info #label1,
.popup .popup-footer .popup-footer-info #label2,
.popup .popup-footer .popup-footer-info #label3 {
  margin-right: 10px;
}
.popup .popup-footer .popup-footer-info #value1,
.popup .popup-footer .popup-footer-info #value2,
.popup .popup-footer .popup-footer-info #value3 {
  margin-right: 20px;
}
.popup .popup-footer .popup-footer-info #label3 {
  font-size: 1.1em;
  font-weight: bold;
}
.popup .popup-footer .popup-footer-info #value3 {
  font-size: 1.1em;
}
.popup .popup-footer button [class^='icon-'] {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .popup-wrap {
    height: 100% !important;
  }
  .popup {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    height: 100%;
  }
  .popup-content {
    overflow: hidden;
    max-height: initial !important;
  }
}
.full-screen {
  background-color: rgba(0,0,0,0.278);
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.campo-filtro {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 20px;
}
.campo-filtro-fecha {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 10px 20px;
}
.columnas-filtro {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.label-filtro {
  width: 60%;
}
.label-filtro-fecha {
  width: 28%;
}
.label-filtro-fecha-2 {
  width: 45%;
}
.content-filtro {
  width: -webkit-fill-available !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-filtro .button-active-selected {
  background-color: #ff5000 !important;
  color: #fff !important;
}
.content-filtro .botones-3-filtros {
  width: 30%;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-filtro .botones-4-filtros {
  width: 23%;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.content-filtro-fecha {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content-filtro-fecha .button-active-selected {
  background-color: #ff5000 !important;
  color: #fff !important;
}
.content-filtro-fecha .botones-fecha {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  padding: 5px 10px;
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tile {
  margin: 0px 0px 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #ff5e14;
}
.tile:hover {
  border: 2px solid #ff5000;
  color: #fff;
}
.tile .tile-heading,
.tile .tile-footer {
  overflow: hidden;
}
.tile .tile-heading {
  padding: 0px 8px;
  text-transform: uppercase;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.tile .tile-body {
  font-size: 15px;
  background: #ff5000;
  position: relative;
  text-align: center;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tile .tile-body .tile-text {
  display: inline-block;
}
.tile .tile-body span[class^="icon-"] {
  margin-right: 10px;
}
.tile .tile-body .text-centered {
  overflow: hidden;
}
.tile .tile-body .text-centered .easypiechart {
  margin: 10px auto;
  height: 80px;
  line-height: 80px;
  width: 80px;
}
.tile .tile-body .text-centered .easypiechart .percent {
  width: 80px;
  line-height: 80px;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.tile .tile-body .text-centered .info-sparkline {
  font-size: 0;
  margin: 15px 0;
}
.tile .tile-body .text-centered i {
  position: absolute;
  margin: auto;
  top: -5px;
  left: -5px;
  color: rgba(255,255,255,0.15);
}
.tile .tile-body .text-centered i:hover {
  color: rgba(255,255,255,0.15);
}
.tile .tile-body .text-centered .info-text {
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.tile .tile-body .text-centered .info-text .superscript {
  position: relative;
  font-size: 18px;
  top: -16px;
  color: rgba(255,255,255,0.7);
}
.tile .tile-body .text-centered .info-text .subscript {
  position: relative;
  font-size: 18px;
  top: 0px;
  color: rgba(255,255,255,0.7);
}
.tile .tile-body .text-centered .info-text-bottom {
  font-size: 85%;
  line-height: 20px;
  height: 20px;
  color: rgba(255,255,255,0.7);
}
.tile .tile-body {
  padding: 10px 20px;
  font-weight: 300;
}
.tile .tile-body .subscript {
  position: relative;
  font-size: 18px;
  top: 0px;
  color: rgba(255,255,255,0.7);
}
.tile .tile-body .sparkline {
  width: 100px;
  margin: 0 auto;
  padding: 0px;
}
.tile .tile-body .text-top {
  vertical-align: super;
  font-size: 24px;
}
.tile .tile-body .text-smallcaps {
  font-variant: small-caps;
}
.tile .tile-body i {
  font-size: 36px;
  color: rgba(255,255,255,0.4);
}
.tile .tile-body > i {
  position: absolute;
  font-size: 36px;
}
.tile .tile-footer {
  background: #eb4a00;
  color: #fff;
  font-size: 85%;
  color: rgba(255,255,255,0.7);
  padding: 6px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tile .tile-footer .pull-right .sparkline-block {
  font-size: 0;
  padding: 2px 0;
}
.tile.big {
  margin-bottom: 30px;
  display: block;
  color: #fff;
}
.tile.big .tile-heading {
  letter-spacing: 0.1em;
  padding: 6px 10px;
  text-transform: uppercase;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.tile.big .tile-body {
  font-size: 36px;
}
.tile.info {
  background-color: #d8d8d8;
}
.tile.info .tile-body {
  color: #f00;
  background-color: #e3e3e3;
}
.tile.info .tile-body .tile-text {
  color: #404040;
}
.affix .tile-footer {
  display: auto;
}
.panel {
  margin-bottom: 30px;
}
.panel-heading .titulo {
  font-size: 24px;
  display: inline-block;
}
.panel-heading .panel-ctrls {
  float: right;
  padding-top: 5px;
}
.panel-heading .panel-ctrls a {
  font-size: 75%;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel-heading .panel-ctrls a:hover {
  background: #f0eded;
}
.success.panel {
  background: #c3fbbf;
  border: 1px solid #13a00a;
  padding: 10px;
  margin-bottom: 10px;
}
.warning.panel {
  background: #ffc8c8;
  border: 1px solid #ea0000;
  padding: 10px;
  margin-bottom: 10px;
}
.warning.panel span {
  color: #ea0000;
  margin-right: 10px;
}
.warning.panel .close-panel {
  cursor: pointer;
}
.ui-widget {
  font-family: 'Inter' !important;
  font-size: 1em !important;
  color: #404040 !important;
  text-transform: uppercase;
}
.ui-widget-header {
  background: #000;
  color: #fff;
  border: none;
}
.ui-state-default {
  font-weight: normal !important;
  color: #000 !important;
}
.ui-state-active {
  background: #ff5000 !important;
  color: #fff !important;
}
.ui-state-highlight {
  background: #fff5f1 !important;
  color: #000 !important;
}
.ui-multiselect {
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  background: #fff !important;
  border: 1px solid #ccc;
}
.ui-multiselect.ui-state-default,
.ui-multiselect.ui-state-default .ui-icon {
  color: #555 !important;
}
.ui-multiselect .ui-multiselect-filter {
  display: none;
}
.ui-multiselect-menu {
  z-index: 100;
  line-height: 1.5em;
}
.ui-multiselect-menu .ui-widget-header {
  font-weight: normal;
  margin-bottom: 5px;
}
.ui-multiselect-menu .ui-widget-header ul {
  top: 0;
}
.ui-multiselect-menu .ui-state-hover {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #000;
  color: #fff;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
  font-size: 1em;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  font-weight: normal !important;
  padding: 5px 8px;
  margin: 0;
  cursor: pointer;
  border: none;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label span {
  margin-left: 5px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes input {
  margin: 0;
}
.ui-autocomplete {
  max-height: 200px;
  max-width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  position: fixed;
}
.ui-autocomplete .ui-state-hover,
.ui-autocomplete .ui-state-focus {
  background: #ff5000;
  border: none;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-widget-header {
  background: #ff5000 !important;
  color: #fff !important;
  border: none;
}
.ui-datepicker .ui-state-default {
  font-weight: normal !important;
  color: #ff5000;
  border: none !important;
  background: #fff;
  text-align: center;
}
.ui-datepicker .ui-state-active {
  font-weight: bold !important;
  color: #fff !important;
}
.ui-datepicker {
  z-index: 9001 !important;
}
.jstree {
  padding: 20px 15px;
}
.jstree li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.jstree label {
  font-weight: normal;
}
.jstree input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 2px;
}
.jstree a {
  height: auto;
}
.bootstrap-timepicker-widget input {
  border: 1px solid #ccc;
}
#noty_topCenter_layout_container {
  top: 70px !important;
}
.alert-header {
  background-color: #b7b7b7;
}
.alert-titulo {
  color: #fff;
  font-size: 1em;
  padding-left: 20px;
  height: 30px;
}
.froala-box.fr-fullscreen {
  top: 0px !important;
  z-index: 10002 !important;
}
.collapsable-container {
  position: relative;
}
.collapsable-content.droparea {
  position: absolute;
  right: 0;
}
.collapsable-content.droparea .dropzone {
  border: 2px dashed #ff5000;
  background: #fff;
  padding: 10px;
  height: 100%;
}
.collapsable-content.droparea .dropzone div {
  text-align: center;
}
.collapsable-content.droparea .dropzone .dz-message {
  margin-top: 40px;
}
.collapsable-content.droparea .btn-expand {
  color: #ff5000;
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
}
.collapsable-content.droparea .btn-collapse {
  color: #ff5000;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
}
.fixed-content.galeria .thumb-container {
  position: relative;
  overflow: hidden;
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
}
.fixed-content.galeria .thumb-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5000;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.fixed-content.galeria .thumb-container .mask:hover {
  opacity: 1;
}
.fixed-content.galeria .btn-remove {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.fixed-content.galeria .btn-edit {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.fixed-content.galeria .btn-destacado {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.fixed-content.galeria .btn-public {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.fixed-content.galeria .btn-zoom {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.fixed-content.galeria li {
  border-bottom: none !important;
  margin-top: 0 !important;
}
.collapsed .fixed-content {
  width: 91.66666667%;
}
.collapsed .collapsable-content {
  width: 8.33333333%;
}
#zoom-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
  background-color: rgba(0,0,0,0.58);
}
#zoom-mask span {
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
}
#zoom-mask .img-zoom {
  display: block;
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
}
.error .error-panel {
  text-align: center;
  width: 400px;
  margin: 100px auto;
  padding: 35px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 10px solid #ff5000;
}
.error .logo {
  font-size: 120px;
  font-weight: normal;
  width: 100%;
}
.error .error-num {
  font-size: 90px;
}
.error .error-msg {
  margin-bottom: 25px;
}
.error-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #f1f1f1;
}
@media (max-width: 480px) {
  .error .error-panel {
    margin: 10px auto;
    border: 0;
  }
}
.searchadd__galeria article {
  height: 245px;
}
.searchadd__galeria article .thumbnail {
  height: 235px;
}
.searchadd__galeria article .titulo {
  font-size: 16px;
  font-weight: bold;
  padding-top: 5px;
  line-height: 1.1em;
  height: 55px;
  overflow: hidden;
  text-align: center;
}
.searchadd__galeria article .titulo span {
  font-weight: normal;
  color: #ff5000;
}
.searchadd__galeria article .searchadd__imagen {
  height: 120px;
  text-align: center;
}
.searchadd__galeria article .searchadd__imagen img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.searchadd__galeria article .searchadd__precios {
  text-align: center;
  margin-top: 13px;
}
.searchadd__galeria article:hover .thumbnail {
  background: #ffdccc;
}
.navbar {
  background-color: #fff !important;
  background-image: none;
  box-shadow: none;
  margin-bottom: 0;
  color: #000;
  border: none;
  height: 58px;
  font-size: 14px;
}
.navbar .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar .navbar-right {
  float: right;
  display: inline-block;
}
.navbar .login-zone {
  position: absolute;
  top: 0px;
  right: 15px;
}
.navbar .login-zone>ul>li {
  display: inline-block;
}
.navbar .login-zone .icon-cog {
  float: right;
}
.navbar .nav>li {
  border-right: 0px solid #dad3d3;
  height: 25px;
  transform: translateY(15px);
}
.navbar .nav>li:first-child {
  border-left: 0px solid #dad3d3;
  margin-left: 5px;
}
.navbar .nav.navbar-right {
  margin-left: 0px;
}
.navbar .nav.navbar-right .icon-username {
  display: none;
}
.navbar .nav.navbar-right>li:last-child {
  border-right: none;
}
.navbar .nav.navbar-right>li:first-child {
  border-left: none;
}
.navbar .navbar-nav {
  margin-left: 0px;
}
.navbar .navbar-nav span[class^="icon-"] {
  margin-right: 10px;
}
.navbar .navbar-nav li .hola {
  padding-top: 13px;
  padding-bottom: 15px;
  padding-right: 10px;
  display: block;
  transform: translateY(-10px);
}
.navbar .navbar-nav li a {
  text-transform: uppercase;
  color: #fff;
  transform: translateY(-10px);
}
.navbar .navbar-nav li a:hover {
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ff5000;
}
.navbar .navbar-nav li a:focus {
  background-color: transparent;
  color: #000 !important;
  outline: none;
}
.navbar .navbar-nav li a .hola {
  padding: 0;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  border-bottom: 3px solid #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar .navbar-nav .open a:focus {
  background: transparent !important;
}
.navbar .navbar-toggle {
  margin-left: 15px;
  padding: 11px 12px;
}
.navbar .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar .dropdown-menu {
  box-shadow: none;
  margin-top: 17px !important;
  background: #fff !important;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.navbar .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus {
  background: #ff5000 !important;
  border-bottom: none;
}
.navbar .dropdown-menu li button {
  text-transform: capitalize;
}
.navbar .dropdown-menu li.active > a {
  background: #ff5000 !important;
}
.navbar .dropdown-menu .divider {
  background-color: #dad3d3;
  margin: 0px 0px;
}
.navbar .open .dropdown-toggle {
  background: transparent !important;
}
.navbar .navbar-brand {
  font-size: 35px;
  margin-left: 0 !important;
  padding: 0 15px;
  line-height: inherit;
  color: #6f6f6f;
  display: inline-block;
  padding-left: 0px;
  position: relative;
}
.navbar .navbar-brand .logo {
  position: absolute;
  font-size: 40px;
  padding-top: 3px;
}
.navbar .navbar-brand .slogan {
  position: absolute;
  top: 4px;
  left: 60px;
  font-size: 45px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  text-decoration: none;
}
.navbar .top-decoration {
  height: 15px;
  background-color: #ff5000;
}
.navbar #login-zone ul {
  display: inline-block;
  float: right;
}
@media (min-width: 767px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    text-align: center;
    position: absolute;
    width: 100% !important;
    padding-right: 15px;
  }
  .navbar-brand img {
    margin: 0px auto;
  }
  .menu-item {
    display: inline-block !important;
  }
  .menu-collapsed-btn {
    position: absolute !important;
    top: 0px;
    left: 0px;
    z-index: 2000;
  }
  .menu-collapsed-btn li {
    display: inline-block;
    width: 100%;
  }
  #menu-usuarios {
    margin-top: 22px;
  }
  #navegacion .navbar-nav {
    margin-top: 50px;
  }
}
@media (max-width: 1320px) {
  .slogan {
    display: none;
  }
  .navbar-nav {
    margin-left: 40px;
  }
}
@media (max-width: 1655px) {
  .nav-text {
    display: none;
  }
}
@media (min-width: 1655px) {
  .nav-icons {
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-username {
    display: inline-block !important;
  }
  .username {
    display: none;
  }
  #navegacion .navbar-nav {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #wrapper #sidebar-wrapper {
    display: none;
  }
  #wrapper #page-content-wrapper {
    padding-left: 0px !important;
  }
  .nav-icons {
    display: inline-block;
  }
  .nav-text {
    display: inline-block;
  }
  .navbar .navbar-brand {
    padding-right: 0px;
    margin-right: 0px;
  }
  .navbar .navbar-brand .logo {
    position: relative;
    left: 0px;
  }
  .navbar .navbar-right {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .navbar .navbar-right .menu-logout {
    display: none;
  }
  .navbar .navbar-right .menu-user {
    border: none;
    padding-right: 15px;
    text-align: right;
  }
}
@media (min-width: 767px) {
  .navbar-collapse.collapse {
    display: inline-block !important;
  }
}
.login .logo {
  font-size: 140px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
.login form {
  width: 400px;
  margin: 100px auto;
  padding: 35px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}
.login form input {
  display: block;
  margin: 2px 0 8px 0;
  width: 100%;
}
.login form .btn {
  display: block;
  margin-top: 18px;
  width: 100%;
}
.login .subtitulo {
  margin-bottom: 15px;
  font-size: 1.7em;
  color: #404040;
  text-align: center;
}
.login-box form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 10px solid #ff5000;
}
.login-wrap {
  z-index: 9000;
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0px -500px 0px 5000px #f1f1f1;
}
.login-page-demo {
  position: absolute;
  height: 100%;
  width: 100%;
}
.login-menu {
  background: #000;
  position: absolute;
  top: 50px;
  right: 0px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.login-menu .box-arrow-up {
  position: absolute;
  top: -9px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid #000;
  z-index: 900;
}
.message-box {
  background: #fff;
  width: 400px;
  margin: 100px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 10px solid #ff5000;
  padding: 35px;
}
.message-box .message-container {
  text-align: center;
}
.message-box img {
  width: 250px;
  margin-bottom: 20px;
}
.message-box h1 {
  font-size: 55px;
  font-weight: 900;
}
.message-box h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.7em;
  font-family: 'Alegreya Sans', sans-serif;
}
.message-box p {
  margin-top: 10px;
}
.message-box a {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .message-box img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .message-box {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .login form {
    margin: 10px auto;
    border: 0;
  }
}
@media (max-width: 768px) {
  .login form {
    width: 100%;
    margin: 0px;
    border-top: 0px;
  }
  .login .logo {
    font-size: 70px;
  }
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v11-latin-regular.eot");
  src: local(''), url("../fonts/inter-v11-latin-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/inter-v11-latin-regular.woff2") format('woff2'), url("../fonts/inter-v11-latin-regular.woff") format('woff'), url("../fonts/inter-v11-latin-regular.ttf") format('truetype'), url("../fonts/inter-v11-latin-regular.svg#Inter") format('svg'); /* Legacy iOS */
}
#login-modal,
#register-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#login-modal .modal-dialog,
#register-wrap .modal-dialog {
  order: 1;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  margin: 0;
  width: 40%;
  height: 100vh;
  background: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(188,214,255,0.3) 100%);
}
#login-modal .title_login,
#register-wrap .title_login {
  margin: 4em 20px 0 0;
  width: 75%;
}
#login-modal .title_login_confirmacion,
#register-wrap .title_login_confirmacion {
  margin: 1em 20px 0 0;
  width: 75%;
}
#login-modal .titulos_secundarios,
#register-wrap .titulos_secundarios {
  padding: 0px 15px;
  width: 65%;
  margin: 0 auto 0 auto;
}
#login-modal .title-login-new,
#register-wrap .title-login-new {
  font-size: 43px;
  font-weight: bolder;
}
.margin-top {
  margin-top: 7em;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-70-40 {
  margin: 40px 0px 70px;
}
.content-login {
  margin: auto;
  width: 60%;
}
.titulos_secundarios_confirmacion {
  padding: 35px 15px;
  text-align: center;
}
.titulos_secundarios h2,
.titulos_secundarios h4 {
  width: 100%;
}
.titulos_secundarios h2 {
  font-weight: bolder;
  font-size: 1.8em;
}
.titulos_secundarios h4 {
  font-size: 1em;
  color: #000;
}
.loginmodal-container {
  padding: 15px;
  width: 65%;
  margin: 1em auto 1em auto;
}
.loginmodal-container label {
  font-size: 13px;
  margin-top: 20px;
}
.loginmodal-container label {
  font-size: 13px;
  margin-top: 20px;
}
.loginmodal-container h5 {
/* margin-bottom 70px */
  margin-top: 1.2em;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  color: #737373;
  margin-top: inherit;
  padding-bottom: 0px;
}
.loginmodal-container input[type=submit] {
  width: 90%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text],
.loginmodal-container input[type=password],
.loginmodal-container input[type=email],
.loginmodal-container input[type=tel] {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  height: 3.4em;
  font-size: 1em;
  display: inline-block;
  width: 100%;
  margin: 0px 0 5px 0;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #808080;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10 8px;
  box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
}
.form-control:focus {
  box-shadow: inset 0 0px 0px #000, 0 0 8px rgba(255,80,0,0.333);
  border: 1px solid #ff5000;
}
.loginmodal-container input[type=text]hover,
.loginmodal-container input[type=password]hover,
.loginmodal-container input[type=email]hover,
.loginmodal-container input[type=tel] {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.label-password {
  width: 100%;
  margin-top: 25px;
}
.pass_container svg {
  margin-left: -30px;
  cursor: pointer;
}
.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
/* display inline-block */
  transition: opacity ease 0.5s;
  cursor: pointer;
}
.loginmodal-container a:hover {
  text-decoration: underline;
}
.loginmodal-container .panel {
  padding: 10px;
  text-align: center;
}
.loginmodal-container .panel.warning {
  background-color: #ffdcdc;
}
.loginmodal-container .panel.warning a {
  color: #fd5050;
}
.loginmodal-container .panel.success {
  background-color: #c3ffbf;
}
.loginmodal-container .panel.success a {
  color: #0cbd00;
}
.loginmodal-container .icon-container {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}
.loginmodal-container .login-help {
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}
.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: var(--color-primario);
  padding: 19px 0px;
  font-family: 'Inter';
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.loginmodal-submit:hover,
.loginmodal-submit:active {
  background-color: #000 !important;
}
.loginmodal-submit:focus {
  outline: none;
}
.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #e89d35;
}
.login .logo {
  font-size: 100px;
}
.login .slogan {
  font-size: 60px;
}
.login form {
  margin-bottom: 20px;
  width: 350px;
  margin: 100px auto;
  padding: 35px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}
.login form input {
  display: block;
  margin: 2px 0 8px 0;
  width: 100%;
}
.login form .btn {
  display: block;
  margin-top: 18px;
  width: 100%;
}
.login .subtitulo {
  margin-bottom: 15px;
  font-size: 1.7em;
  color: #404040;
  text-align: center;
}
.login-box form {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-top: 10px solid #377ef7;
}
.login-wrap {
  z-index: 9000;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px -500px 0px 5000px #f8f8f8;
}
.acceso_alternativo {
  display: flex;
  justify-content: space-between;
}
.acceso_alternativo button {
  margin: 10px 0;
  width: 32%;
  height: 41px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px;
  border: 0px;
  box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.1);
  background-color: #fff;
}
.btn-google {
  background: url("../img/icon_google.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.btn-facebook {
  background: url("../img/icon_facebook.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.btn-apple {
  background: url("../img/icon_apple.png") no-repeat scroll 0 0 transparent;
  opacity: 1;
  background-size: contain;
  background-position: center center;
  height: 100%;
  transform: scale(0.6);
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0,0,0,0.35);
  margin: 10px 0px;
}
.hr-sect:before,
.hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(0,0,0,0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}
.big_image {
  display: none;
}
.big_image_confirmacion {
  order: 2;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
.fondo_azul_compl {
  background: #fff9eb;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fondo_registro_confirmacion {
  background: #fff9eb;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.big_image_content {
  padding: 0px 80px 100px 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.big_image_content_confirmacion {
  padding: 40px 20% 80px 20%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.big_image_content h2 {
  font-size: 2.2em;
}
.imagenes_login {
  width: 27vw;
}
.big_image_content a {
  margin-right: 34px;
  color: #fff;
  text-decoration: none;
}
.big_image_content_bottom p {
  padding: 0 50px 0 0;
}
.btn-entrar {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
}
.btn-entrar:hover {
  background-color: #2467da;
  transform: scale(1.05);
}
.check_conditions label {
  font-weight: 400;
  font-size: 12px;
}
.main_registration {
  display: flex;
  justify-content: space-between;
}
.content_registration {
  order: 1;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  margin: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
@media (min-width: 768px) {
  .content_registration,
  width 100%,
  .big_image {
    display: none !important;
  }
  .content-login {
    width: 70%;
    margin: auto;
  }
  .main_registration {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .content_registration {
    width: 50%;
  }
  .big_image {
    display: block;
    height: 100vh;
    width: 50%;
    order: 2;
    background-size: cover;
  }
  .content-login {
    width: 60%;
    margin: auto;
  }
  .main_registration {
    justify-content: center !important;
  }
}
.recordar-letras {
  color: #999;
}
.recordar-letras-alignment {
  display: flex;
  justify-content: flex-end;
}
.volver-alignment {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.CIF_cargo,
.tel_secc,
.passwords_main {
  display: flex;
  justify-content: space-between;
}
.CIF,
.cargo,
.telefono,
.secciones,
.password-container,
.password1-container {
  width: 47.5%;
}
.cargo select,
.secciones select {
  display: flex;
  height: 2.6em;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.acceso {
  margin: top 40px;
}
.btn-volver {
  margin-top: 60px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  .imagenes_login {
    width: 100%;
  }
  .acceso_alternativo button {
    height: 30px;
  }
  .loginmodal-container input[type=text],
  .loginmodal-container input[type=password],
  .loginmodal-container input[type=email],
  .loginmodal-container input[type=tel] {
    height: 2.1em;
  }
  .hr-sect {
    font-size: 11px;
  }
  .big_image_content_bottom {
    bottom: 50px;
  }
}
.toggle-password,
.toggle-password1 {
  display: inline-block;
  position: relative;
  left: 92%;
  bottom: 27px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.open-icon,
.open-icon1 {
  display: none;
}
.close-icon,
.close-icon1 {
  display: inline-block;
}
.adm-descargar {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  background: #ff5000;
  color: #fff;
  z-index: 9000;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.adm-descargar a {
  display: block;
  width: 90%;
}
.adm-descargar a:before {
  content: '\ec82';
  font-family: icomoon;
  margin-right: 7px;
}
.adm-descargar .close {
  color: #fff;
  opacity: 0.7;
  text-shadow: none;
  right: -15px;
}
.downloader-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(186,186,186,0.6);
  z-index: 20000;
}
.downloader-wrap .downloader {
  color: #fff;
  font-size: 30px;
  text-align: center;
  background-color: #ff5000;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.downloader-wrap .icon {
  margin-right: 10px;
}
.downloader-wrap a {
  color: #fff;
}
.loader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(186,186,186,0.6);
}
.loader-wrap.loader-nobody {
  position: absolute;
}
.loader-wrap .loader {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.spinner {
  margin: 20px auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,255,255,0.2);
  border-right: 1.1em solid rgba(255,255,255,0.2);
  border-bottom: 1.1em solid rgba(255,255,255,0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.block-info-container {
  display: inline-block;
  margin-bottom: 5px;
}
.block-info-container .block-info {
  color: #6f6f6f;
  text-align: left;
  display: inline-block;
  padding: 0px;
  background-color: #fff;
  min-width: 110px;
  border: 0;
  margin: 0px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 5px solid #ff5000;
  margin-right: -1px;
}
.block-info-container .block-info.error {
  border-bottom: 5px solid #ea0000;
}
.block-info-container .block-info.warning {
  border-bottom: 5px solid #ffc107;
}
.block-info-container .block-info.success {
  border-bottom: 5px solid #13a00a;
}
.block-info-container .block-info .info-title {
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 10px;
}
.block-info-container .block-info .info-body {
  font-size: 25px;
  font-weight: bold;
}
.container-dashboard {
  padding: 10px 20px;
  background-color: #f2f2f2 !important;
  min-height: 100%;
  margin: 0px 10px;
}
.container-dashboard thead tr {
  background-color: #ffcfb0;
}
.container-dashboard .width-25 {
  width: 25% !important;
}
.container-dashboard .width-30 {
  width: 30% !important;
}
.container-dashboard .width-50 {
  width: 50% !important;
}
.container-dashboard .width-70 {
  width: 70% !important;
}
.container-dashboard .width-75 {
  width: 75% !important;
}
.container-dashboard .width-100 {
  width: 100% !important;
}
.container-dashboard .min-h-150 {
  min-height: 150px !important;
}
.container-dashboard .min-h-225 {
  min-height: 225px !important;
}
.container-dashboard .min-h-300 {
  min-height: 300px !important;
}
.container-dashboard .min-h-450 {
  min-height: 450px !important;
}
.container-dashboard .max-h-150 {
  max-height: 150px !important;
}
.container-dashboard .max-h-225 {
  max-height: 225px !important;
}
.container-dashboard .max-h-300 {
  max-height: 300px !important;
}
.container-dashboard .max-h-450 {
  max-height: 400px !important;
}
.container-dashboard .max-h-600 {
  max-height: 600px !important;
}
.container-dashboard .flex-colum {
  display: flex;
  flex-direction: column;
}
.container-dashboard .flex-center {
  display: flex;
  justify-content: center;
}
.container-dashboard .flex1 {
  flex: 1;
}
.container-dashboard .flex1 {
  flex: 2;
}
.container-dashboard .flex1 {
  flex: 3;
}
.container-dashboard .flex1 {
  flex: 4;
}
.container-dashboard .no-margin {
  margin: 0 !important;
}
.container-dashboard .margin-b-10 {
  margin-bottom: 10px;
}
.container-dashboard .fix-height {
  height: 90%;
  margin-top: 5px;
}
.container-dashboard .fix-height-90 {
  height: 90%;
}
.container-dashboard .fix-display-center {
  display: flex;
  justify-content: center;
}
.container-dashboard .apex-overflow {
  overflow-y: scroll;
  align-self: flex-start;
}
.container-dashboard .dash-head {
  border-bottom: 0px solid #ddd;
}
.container-dashboard .dash-title {
  font-weight: 600;
  font-size: 30px;
  padding: 15px 0px 0px 15px;
}
.container-dashboard .dash-content {
  display: grid;
  grid-template-areas: "header2" "sidebar" "content";
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 720px) {
  .container-dashboard .dash-content {
    grid-template-areas: "header2 header2" "content sidebar";
    grid-template-columns: 90% 10%;
  }
}
@media (min-width: 1152px) {
  .container-dashboard .dash-content {
    grid-template-columns: 90% 10%;
  }
}
@media (min-width: 1440px) {
  .container-dashboard .dash-content {
    grid-template-columns: 93% 7%;
  }
}
@media (min-width: 1920px) {
  .container-dashboard .dash-content {
    grid-template-columns: 95% 5%;
  }
}
@media (min-width: 720px) {
  .container-dashboard .dash-filter-open {
    grid-template-areas: "header2 header2" "content sidebar";
    grid-template-columns: 75% 25%;
  }
}
@media (min-width: 1152px) {
  .container-dashboard .dash-filter-open {
    grid-template-columns: 80% 20%;
  }
}
@media (min-width: 2048px) {
  .container-dashboard .dash-filter-open {
    grid-template-columns: 85% 15%;
  }
}
.container-dashboard .dash-content-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  margin-top: 50px;
}
.container-dashboard .dash-content-icon--open {
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}
.container-dashboard .dash-content-text {
  writing-mode: vertical-rl;
  margin-top: 10px;
}
.container-dashboard .dash-content-text--horizontal {
  writing-mode: horizontal-tb;
  margin-top: 0;
  margin-left: 10px;
}
.container-dashboard .dash-content-filter {
  background-color: #fff;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.container-dashboard .dash-content-filter-text {
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-dashboard .dash-content-filter-text--open {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.container-dashboard .icon-chevron-left {
  display: none;
}
@media (min-width: 720px) {
  .container-dashboard .icon-chevron-left {
    display: flex;
  }
}
.container-dashboard .dash-actions {
  display: none;
  margin-top: 5px;
}
.container-dashboard .dash-actions-open {
  display: grid;
  grid-gap: 2rem;
}
.container-dashboard .dash-actions .dash-multiselect {
  margin-right: 5px;
}
padding-right 5px .multiselect-container {
  background: #ecf0f1;
  border: 1px solid #ccc;
}
padding-right 5px .multiselect-container li {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
padding-right 5px .multiselect-container li.active a {
  background: color !important;
}
padding-right 5px .multiselect-container li a {
  padding-left: 30px;
  background: #ecf0f1;
}
.dash-input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 3px;
  width: 100%;
}
.dash-icons {
  font-size: 20px;
  vertical-align: middle;
}
.dash-filter-btn {
  background-color: #ff5000;
  color: TextoPrincipal;
  padding: 5px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.dash-filter-btn:hover {
  background-color: #000;
}
.dash-filter-btn:hover-secondary {
  background-color: #000;
}
.dash-filter-btn:hover {
  background-color: #ff5000;
}
.dash-mainframe {
  grid-area: content;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
}
@media (min-width: 1280px) {
  .dash-mainframe {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 550px;
  }
}
@media (min-width: 1920px) {
  .dash-mainframe {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 60% 40%;
  }
}
.dash-mainframe-col {
  display: grid;
  grid-template-rows: min-content;
}
.dash-mainframe-colmax {
  display: grid;
  grid-template-rows: 100%;
  height: 100%;
}
.dash-mainframe-row {
  display: grid;
  grid-template-columns: 1fr;
  height: 50vh;
}
.dash-mainframe-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.row-custom {
  display: flex;
}
@media (max-width: 568px) {
}
.incompleto {
  color: #f00;
}
.col-custom {
  display: block;
}
@media (max-width: 568px) {
}
.pnl-dash-content {
  padding: 5px;
  min-height: 150px;
  min-width: 25%;
}
@media (max-width: 568px) {
}
.pnl-dash {
  border: 1px #f2f2f2 solid;
  color: colorText;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none !important;
  background-color: #fff;
  min-height: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 10px !important;
  -webkit-border-radius: 10px !important;
}
.pnl-header {
  border: none !important;
  padding: 8px 8px 0 8px;
}
.pnl-header-title {
  display: inline;
  font-size: 16px;
  font-weight: 300;
}
.pnl-header-title-txt {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
}
.pnl-header-actions {
  display: inline;
  float: right;
}
.pnl-header-btns {
  margin-left: auto;
}
.btn-header {
  color: inherit;
  background: none;
  border: none;
  padding: 5px 0 0 0;
  margin-left: 5px;
  font-size: 18px;
  display: inline-block;
}
.line-separator {
  border-right: 1px solid #ccc;
  padding-right: 8px;
}
.pnl-body {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 5px 10px !important;
}
.color-txt-amarillo {
  color: #f2be02;
}
.color-txt-vender {
  color: #1b7c2d;
}
.color-txt-rojo {
  color: #ce0a10;
}
.pnl-table {
  height: 400px;
  overflow-y: auto;
  width: 100%;
}
.pnl-value {
  font-weight: bold;
  text-align: center;
  margin: 0px 10px 0 26px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 26px;
}
.pnl-value.center-auto {
  margin: 0 auto 0 auto;
}
.pnl-value.line-separator {
  border-right: 1px solid #ccc;
  padding-right: 36px;
}
.pnl-value .text {
  font-size: 14px;
  font-weight: normal;
  color: colorText;
}
.indicador-component {
  width: 100%;
  position: relative;
  max-width: 300px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.indicador-component .indicador-top {
  display: flex;
  justify-content: space-between;
}
.indicador-component .indicador-top .block-icon {
  position: initial;
  display: block;
  align-self: flex-start;
}
.indicador-component h5 {
  color: #98a6ad;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 5px;
}
.indicador-component h3 {
  font-size: 2.5rem;
  font-weight: 100;
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
}
.indicador-component .block-icon {
  background-color: rgba(114,124,245,0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #727cf5;
}
.indicador-component .custom-icon {
  font-size: 2.5rem;
}
.indicador-component .footer-text {
  color: #2e8bb9;
}
.indicador-component .footer-text.up {
  color: #0acf97;
}
.indicador-component .footer-text.down {
  color: #fa5c7c;
}
.indicador-component .custom-icon-footer.up {
  display: inline-block;
  transform: rotate(-90deg);
}
.indicador-component .custom-icon-footer.down {
  display: inline-block;
  transform: rotate(90deg);
}
.indicador-component .ind-subtitulo {
  color: #98a6ad;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 5px;
}
.indicador-component .indicador-icon {
  font-size: 35px;
}
.indicador-component .indicador-num {
  font-size: 40px;
  font-weight: bold;
  margin-left: 3px;
  line-height: normal;
}
.indicador-component .indicador-txt {
  font-size: 20px;
}
.tabla-component {
  overflow-y: auto;
  width: 100%;
  align-self: flex-start;
}
table {
  width: 100%;
}
th,
td {
  padding: 1rem;
}
tbody tr {
  border-top: 1px solid #eef2f7;
}
.banner-component {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100px;
  margin-top: -4px;
}
.banner-component .block-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-component .block-icon {
  background-color: #e3e6e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 7px;
  display: flex;
  justify-content: center;
  color: #606466;
}
.banner-component .custom-icon {
  font-size: 2.5rem;
}
.banner-component .block-data-value {
  font-size: 2.5rem;
  font-weight: 100;
}
.banner-component .block-data-text {
  color: #98a6ad;
  font-size: 1.5rem;
  font-weight: 400;
}
.grapex-component {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.grapex-component .grapex-footer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.grapex-component .block-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.grapex-component .block-group {
  display: flex;
}
.grapex-component .block-icon {
  background-color: #e3e6e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 0px 0px 1px;
  display: flex;
  justify-content: center;
  color: #606466;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.grapex-component .custom-icon {
  font-size: 2.5rem;
}
.grapex-component .block-data-value {
  font-size: 2rem;
  font-weight: 100;
}
.grapex-component .block-data-text {
  color: #98a6ad;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .max-height-fix-1366 {
    max-height: 550px;
  }
}
.info.panel {
  background: #c9f2f8;
  border: 1px solid #17a2b8;
  padding: 10px;
  margin-bottom: 10px;
}
.info.panel span {
  color: #17a2b8;
  margin-right: 10px;
}
.info.panel .close-panel {
  cursor: pointer;
}
.info.panel a {
  color: #17a2b8;
}
.warning.panel a {
  color: #ea0000;
}
.boxpanel {
  background: #fff;
  border: 0px solid #e5e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  height: 150px !important;
  padding: 20px;
  margin: 15px auto;
  text-align: start !important;
}
.boxpanel .icon-features-list {
  font-size: 30px;
  color: #ff5000;
  margin-top: 20px;
}
.boxpanel h2 {
  font-size: 20px;
  font-family: "Inter Medium";
  padding-top: 15px;
  color: #000;
}
.boxpanel p {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
}
.boxpanel:hover {
  border: 1px solid colorBlauFosc;
}
.boxpanel:hover .icon-features-list {
  color: colorBlauFosc;
}
.dashboard .boxpanel {
  margin: 20px auto;
}
.dashboard .boxpanel p {
  font-size: 13px;
  font-weight: 400;
}
.dashboard .boxpanel.warning {
  border: 1px solid #ea0000;
}
.dashboard .boxpanel.warning .icon-features-list {
  color: #ea0000;
}
.dashboard .boxpanel.warning h2 {
  color: colorText;
}
.dashboard .boxpanel.warning:hover {
  border: 1px solid #ea0000;
}
.dashboard .boxpanel.warning:hover .icon-features-list {
  color: #ea0000;
}
.dashboard .boxpanel.warning:hover h2 {
  color: #ea0000;
}
.dashboard .tiles {
  margin-top: 20px;
}
.dashboard .sidebar {
  background: #f0eded;
  border: 1px solid #e5e0e0;
  height: 100%;
}
.dashboard .sidebar-acciones {
  background: #f0eded;
  border: 1px solid #e5e0e0;
  height: 94%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .dashboard-autoescuela .titulo {
    width: 100% !important;
    text-align: center;
    float: none !important;
    display: block;
  }
  .dashboard-autoescuela .page-heading-info {
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    padding-top: 0;
  }
}
.visible-xs-cell {
  display: none;
}
@media (max-width: 768px) {
  body {
    min-width: 320px;
  }
  .page-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .container-fluid>.navbar-collapse {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .page-heading-main {
    padding-left: 5px;
  }
  .popup-content .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
  }
  .dashboard .tiles {
    margin-top: 10px;
  }
  .dashboard .tiles .tile.big {
    margin-bottom: 10px;
  }
  .dashboard .tiles .tile.big .tile-heading {
    font-size: 12px;
    padding: 6px 5px;
  }
  .dashboard .tiles .tile.big .tile-body {
    font-size: 25px;
    padding: 10px 0px;
  }
  .dashboard .panel {
    margin-bottom: 15px !important;
  }
  .dashboard .panel .panel-heading {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dashboard .panel .panel-body {
    padding-bottom: 0px;
  }
  .panel .panel-heading .titulo {
    font-size: 20px;
  }
  .panel .panel-body {
    paddinng: 5px !important;
  }
  .table {
    font-size: 14px;
  }
  .table>thead>tr>th {
    line-height: 1;
  }
  .visible-xs-cell {
    display: table-cell;
  }
  .badge {
    min-width: 8px;
    padding: 3px 6px;
    font-size: 8px;
  }
  .calendar-header.affix {
    top: 50px;
    padding-top: 12px;
  }
  .calendar-header.affix .container-fluid {
    margin-right: 15px;
  }
  .calendar-header .container-fluid {
    margin-left: -5px;
    margin-right: -5px;
  }
  .calendar-header .buttons-container,
  .calendar-header .tools-container {
    margin-top: 0px;
  }
  .calendar-header .btn-carrito {
    margin-right: 0px;
  }
  .calendar-header .titulo {
    line-height: 1em !important;
  }
  .calendar-basket {
    top: 110px;
  }
  .calendar-basket .affix {
    top: 100px;
  }
  .list-container .titulo {
    line-height: 1em !important;
  }
}
@media (max-width: 725px) {
  .calendar-basket {
    top: 100px;
  }
}
.content-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acciones-rapidas-sidebar {
  background-color: #fff !important;
  padding: 20px;
  height: 94%;
  display: flex !important;
}
flex-direction column !important,
justify-content space-between !important,
.container-fluid-sin-margin {
  margin: 0 !important;
}
.row-button-align {
  text-align-last: justify;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.row-title-align-acciones {
  text-align-last: justify;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
}
.dash-filter-btn-acciones {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #999;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.dash-filter-btn-acciones:hover {
  background-color: #000;
}
.dash-filter-btn-acciones:hover-secondary {
  background-color: #000;
}
.dash-filter-btn-acciones:hover {
  background-color: #ccc;
}
.icon-right-accion {
  font-size: 25px;
  border-left: 1px solid #999;
  padding: 10px 10px;
  color: #000;
}
.icon-left-accion {
  font-size: 35px;
  padding: 5px 0px 5px 10px;
  color: #000;
}
.text-accion {
  width: 63%;
  text-align-last: initial;
  font-size: 13px;
}
.acciones-bloque {
  height: 63%;
}
.ico-whatsapp {
  background-color: #000;
}
.ico-whatsapp-img {
  color: #000;
}
.bloque-bototn {
  width: 250px;
}
@media (min-width: 768px) {
  .acciones-rapidas-sidebar {
    width: 70%;
    margin: 0 auto;
  }
  .icon-right-accion {
    display: block;
  }
  .container-fluid-sin-margin {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .acciones-rapidas-sidebar {
    width: 21%;
    position: fixed;
    right: 0;
  }
  .container-fluid-sin-margin {
    width: 65%;
  }
}
@media (min-width: 1441px) {
  .acciones-rapidas-sidebar {
    width: 20%;
  }
  .container-fluid-sin-margin {
    width: 78%;
  }
  .icon-right-accion {
    display: block;
  }
}
#indicadores-grupo {
  background-color: #fff;
  float: left;
  margin: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  padding: 10px;
}
#indicadores-grupo .info-1 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  display: inline-block;
}
#indicadores-grupo .info-1.color-amarillo {
  border: 1px solid #ffc107;
}
#indicadores-grupo .info-1.color-rojo {
  border: 1px solid #ea0000;
}
#indicadores-grupo .info-1 .datos {
  font-size: 30px;
  color: #f00;
  font-weight: 700;
  padding-top: 3px;
}
#indicadores-grupo .info-1 .datos.color-amarillo {
  color: #ffc107;
}
#indicadores-grupo .info-1 .datos.color-rojo {
  color: #ea0000;
}
#indicadores-grupo .info-1 .titulo-info {
  font-size: 14px;
  text-transform: uppercase;
}
#indicadores-grupo .info-1 .linea-horizontal {
  height: 1px;
  width: 15px;
  background-color: #ccc;
  margin: 3px auto;
}
a {
  text-decoration: none !important;
}
.close {
  opacity: initial;
  transform: translate(5px, -5px);
}
.contenedor-banner {
  transform: translateY(-5px);
  background-color: #000;
  width: 300px;
  color: #fff;
  margin: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: fixed;
  right: 0;
}
.contenedor-banner .equis {
  padding: 10px;
  background-color: #fff;
  color: #ff5000;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: -10px;
  box-shadow: 0px 0px 5px #ccc;
  font-size: 10px;
}
.contenedor-banner .texto {
  padding: 20px;
}
.contenedor-banner .ico-banner {
  font-size: 75px;
  bottom: 15px;
  position: absolute;
  right: 15px;
}
#indicadores input,
#indicadores select,
#indicadores .fake-input {
  border: none;
  padding: 0px;
  box-shadow: none;
  border-bottom: 1px solid #777;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
}
#indicadores input:disabled,
#indicadores select:disabled,
#indicadores .fake-input:disabled {
  border-bottom: 1px dashed #ccc;
}
#indicadores input:read-only {
  background-color: transparent;
  border-bottom: none;
}
#indicadores input.number {
  text-align: right;
}
.color-a {
  color: #fff;
}
.color-warning {
  background-color: #ffc107 !important;
  color: #fff !important;
}
.color-error {
  background-color: #fff5f1 !important;
  color: #000 !important;
}
.color-success {
  background-color: #13a00a !important;
  color: #fff !important;
}
.color-extra {
  background-color: #3c2388 !important;
  color: #fff !important;
}
.color-info {
  background-color: #17a2b8 !important;
  color: #fff !important;
}
#totales {
  top: 56px;
  z-index: 10;
  padding: 15px 0px;
  width: 100%;
  background-color: #fff;
}
#totales .form-control {
  color: inherit;
}
#totales .info-block {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 115px;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
}
#totales .info-block.height-xxs {
  height: 80px;
}
#totales .info-block.height-s {
  height: 100px;
}
#totales .info-block.height-m {
  height: 115px;
}
#totales .info-block.importe .val {
  margin-bottom: 34px;
}
#totales .info-block.totales .val {
  font-size: 15px;
  padding-right: 25px;
  height: 23px;
}
#totales .info-block.totales .currency {
  position: absolute;
  right: 5px;
  top: 2px;
  padding-right: 10px;
}
#totales .info-block.w-s {
  width: 115px;
}
#totales .info-block.w-m {
  width: 155px;
}
#totales .info-block.w-l {
  width: 200px;
}
#totales .info-block .por {
  font-size: 20px;
  padding-right: 25px;
}
#totales .info-block .val {
  font-size: 16px;
  padding-right: 25px;
}
#totales .info-block .info-destacada {
  text-align: center;
  font-size: 26px;
  padding: 5px 10px;
}
#totales .info-block .especial-tipo {
  text-align: initial;
  font-weight: bold;
  color: #000;
  font-family: 'Inter Medium';
  font-size: 14px;
  padding: 5px 10px 40px 0px;
}
#totales .info-block .especial-tipo-titulo {
  text-align: initial;
  font-weight: bold;
  font-family: 'Inter Medium';
  color: #000;
  font-size: 14px;
  padding: 5px 10px 0px 0px;
}
#totales .info-block .especial-tipo-subtitulo {
  text-align: initial;
  color: #707173;
  font-size: 12px;
  padding: 0px 10px 22px 0px;
}
#totales .info-block .currency {
  position: absolute;
  right: 0px;
  top: 7px;
  padding-right: 10px;
}
#totales .info-block a {
  color: #fff;
}
#totales .info-block a.color-opuesto:hover {
  color: #ff5000;
}
#totales .info-block a.color-opuesto-uno:hover {
  color: #000;
}
#totales .info-block a.color-opuesto-dos {
  color: #000;
}
#totales .info-block a.color-opuesto-dos:hover {
  color: #666;
}
#totales .info-block a.color-base {
  color: #404040;
}
#totales .info-block a.color-base:hover {
  color: #000;
}
#totales .info-block a.hover-color-error {
  color: #000;
}
#totales .info-block a.hover-color-error:hover {
  color: #8c0000;
}
#totales .info-block a.hover-color-warning {
  color: #fff;
}
#totales .info-block a.hover-color-warning:hover {
  color: #9d7600;
}
#totales .info-block a.hover-color-success {
  color: #fff;
}
#totales .info-block a.hover-color-success:hover {
  color: #0b6006;
}
#totales .info-block a.hover-color-extra {
  color: #fff;
}
#totales .info-block a.hover-color-extra:hover {
  color: #7b5dd5;
}
#totales .info-block a.hover-color-info {
  color: #fff;
}
#totales .info-block a.hover-color-info:hover {
  color: #0e616e;
}
#totales .info-block .title {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  width: inherit;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #fff;
}
#totales .info-block .title.border-opuesto {
  border-bottom: 1px solid #000;
}
#totales .info-block .title.color-opuesto:hover {
  background-color: #ff5000;
  color: #fff;
}
#totales .info-block .title.color-opuesto-uno:hover {
  background-color: #000;
  color: #fff;
}
#totales .info-block .title.color-opuesto-dos:hover {
  background-color: #000;
  color: #fff;
}
#totales .info-block .title.color-base:hover {
  background-color: #ff5000;
  color: #fff;
}
#totales .info-block .title.hover-color-error:hover {
  background-color: #8c0000;
  color: #fff;
}
#totales .info-block .title.hover-color-warning:hover {
  background-color: #9d7600;
  color: #fff;
}
#totales .info-block .title.hover-color-success:hover {
  background-color: #0b6006;
  color: #fff;
}
#totales .info-block .title.hover-color-extra:hover {
  background-color: #7b5dd5;
  color: #fff;
}
#totales .info-block .title.hover-color-info:hover {
  background-color: #0e616e;
  color: #fff;
}
#totales .info-block .info-uno,
#totales .info-block .info-dos {
  display: inline-block;
  min-width: 100px;
}
#totales .info-block .info-uno-vis,
#totales .info-block .info-dos-vis {
  display: inline-block;
}
#totales .info-block .linea {
  height: 88px;
  width: 0.1px;
  background-color: #fff;
  display: inline-block;
  margin: 0px 10px;
  transform: translateY(3px);
}
#totales .info-block .linea.background-opuesto {
  background-color: #999;
}
#totales .info-block .input-group-custom {
  position: relative;
  display: block;
  margin: 0 auto;
}
#totales .info-block .min {
  position: absolute;
  top: 12px;
  left: -10px;
}
#totales .info-block .max {
  position: absolute;
  top: 12px;
  right: -10px;
}
#totales .info-block.rango {
  width: 270px;
}
#totales.collapsed {
  position: initial;
}
#totales.collapsed .rango {
  display: none;
}
#totales.collapsed #estados {
  display: none;
}
#estados {
  height: 98px;
}
#estados .estados-container {
  padding: 15px;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.estado-circle {
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddd;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.estado-circle.error {
  background-color: #ea0000;
}
.estado-circle.warning {
  background-color: #ffc107;
}
.estado-circle.success {
  background-color: #13a00a;
}
.estado-circle.extra {
  background-color: #3c2388;
}
.ui-slider,
.ui-slider .slider-range-inverse,
.ui-slider .ui-slider-range {
  height: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-width: 0;
}
#slider-container {
  width: 200px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ui-slider * {
  outline: none;
}
.ui-slider {
  background-color: #1abc9c;
  background-image: -webkit-linear-gradient(left, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
  background-image: linear-gradient(to right, #e74c3c 0%, #f1c40f 15%, #1abc9c 100%);
}
.ui-slider .ui-slider-range {
  background: transparent;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  background: #fff;
  top: -4px;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
}
.ui-slider .ui-slider-handle .dot {
  position: absolute;
  top: 12px;
  left: 4px;
  color: #2e2e2e;
  font-size: 11px;
  width: 35px;
  text-align: center;
}
.ui-slider .ui-slider-handleactive {
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}
.ico-margin-r {
  font-size: large;
}
.dato-font-size {
  font-size: 22px;
  color: #000;
  font-family: 'Inter SemiBold';
}
.dato-font-size-destacado {
  font-weight: bold;
  font-size: 22px;
  color: #ff5000;
  font-family: 'Inter SemiBold';
}
.row-indicador {
  text-align-last: justify;
}
.contenedor-flex {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  box-sizing: border-box;
}
.contenedor-flex .min-y-flex {
  min-height: 100%;
  flex: 1 1 0px;
}
.contenedor-flex .cont-uno {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  position: sticky;
  right: 0px;
  top: 0px;
  z-index: 500;
  width: auto;
}
.contenedor-flex .cont-uno .cont-dos {
  display: flex;
  position: relative;
  min-width: auto;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out 0s;
  outline: none;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical {
  position: fixed;
  display: flex;
  height: 92%;
  -webkit-box-pack: end;
  justify-content: flex-end;
/* right: 0px; */
/* top: 0px; */
/* z-index: 500; */
  overflow: hidden;
  background-color: #f4f5f7;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor {
  height: 100%;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  overflow-y: scroll;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera {
  background-color: #000;
  height: 50px;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px 10px 0 0;
  -moz-border-radius: 0px 10px 0 0;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  position: sticky;
  top: 0px;
  z-index: 1;
  border-width: 0px 0px 1px;
  border-style: none none solid;
  border-color: transparent transparent #ebecf0;
  border-bottom: 1px solid #ebecf0;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera .titulo-cabecera {
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 0%;
  overflow: hidden;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .cabecera .equis {
  color: #fff;
  font-size: 12px;
  float: right;
  background-color: transparent;
  border: none;
  padding: 5px;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores {
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .notificaciones .contenedor-notificaciones {
  box-shadow: 0 1px 5px #ccc;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  color: #707173;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .notificaciones .contenedor-notificaciones .cabecera-notificaciones {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .linea-in {
  margin-top: 20px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #eee;
  padding: 0;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .info-block.margin-width {
  margin: 0 0 10px 0 !important;
  width: 100%;
  height: auto !important;
}
.contenedor-flex .cont-uno .cont-dos .indicadores-vertical .contenedor .contenido-indicadores .container-fluid.pad-cero {
  padding: 0;
}
.color-secundario {
  color: #000;
}
.no-background-color {
  background-color: transparent !important;
}
.panel-vertical {
  width: 50px;
  height: 49px;
  background: #ff5000;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  font-family: sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.checkbox-2:checked ~ .boton-panel {
  right: 18%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
}
.left-panel-2 {
  width: 18%;
  height: 100%;
  position: absolute;
  right: -18%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.4s;
}
.checkbox-2:checked ~ .left-panel-2 {
  right: 0;
}
.checkbox-2 {
  display: none;
}
.boton-panel {
  position: fixed;
  right: 0%;
  transition: right 0.4s;
}
.open-width-panel {
  width: 18% !important;
}
.header-title-sop {
  width: 100vw;
  padding: 0px 20px;
  background-color: #ffcfb0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header-title-text {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  margin: 40px 20px 25px 20px;
}
.header-subtitle-text {
  color: #000;
  margin: 0px 20px;
  width: 50%;
}
.header-title-blog {
  padding: 0px 20px;
  background-color: #ffcfb0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header-title-text-blog {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  height: 200px;
/* align-items: center; */
/* margin: 65px 20px 58px 20px; */
  flex-direction: column;
  justify-content: center;
}
.header-subtitle-text-blog {
  color: #000;
  margin: 0px 20px;
  width: 50%;
}
.header-title-faq {
  width: 100vw;
  padding: 0px 20px;
  background-color: #ffcfb0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header-title-text {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  margin: 40px 20px 25px 20px;
}
.header-subtitle-text {
  color: #000;
  margin: 0px 20px;
  width: 50%;
}
.row-title-align-pregunta {
  color: #000;
  text-align-last: justify;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.preguntas-frecuentes {
  height: 90%;
  display: flex !important;
  flex-direction: column;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 20px 0px 0px 20px;
}
.icon-right-pregunta {
  font-size: 25px;
  padding: 10px 10px;
  color: #000 !important;
}
.text-pregunta {
  padding: 10px 10px;
}
.respuesta-pregunta {
  text-align-last: auto;
  text-align: justify;
}
.dash-filter-btn-acciones-sop {
  background-color: #f2f2f2;
  font-family: 'Sf Pro Medium';
  color: #000;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.icon-box-faq {
  color: #fff;
  background: #ff5000;
  width: fit-content;
  padding: 8px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-size: 23px;
  box-shadow: 0 0px 15px #ffa476;
}
.icon-box-faq-menu {
  color: #fff;
  background: #ff5000;
  width: fit-content;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  margin-right: 10px;
}
.title-section-faq {
  color: #000;
  font-family: 'Inter SemiBold';
  font-size: 24px;
  margin: 20px 0px;
}
.title-section {
  color: #000;
  font-weight: bold;
  font-family: 'Inter SemiBold';
  font-size: 24px;
}
.see-all-title {
  color: #ff5000;
  font-family: 'Sf Pro Medium';
  font-size: 14px;
}
.title-section-card {
  color: #000;
  font-weight: bold;
  font-family: 'Inter SemiBold';
  font-size: 16px;
}
.title-text-secondary {
  color: #ff5000;
  font-family: 'Sf Pro Medium';
  font-size: 14px;
}
.subtitle-text-secondary {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0px;
}
.content-text-secondary {
  color: #58585a;
  font-size: 14px;
  line-height: 1.65;
}
.boton-soporte {
  background-color: #ff5000;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
}
.boton-soporte:hover,
.boton-soporte:focus {
  background-color: #000 !important;
  color: #fff;
}
.boton-soporte-disabled {
  background-color: #bababa;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  color: #585858;
  margin-top: 20px;
}
.boton-soporte-disabled:hover,
.boton-soporte-disabled:focus {
  color: #585858 !important;
  background-color: #bababa;
}
.historial_comentarios_soporte {
  overflow: scroll;
  height: 100% !important;
}
.espacio-indicadores {
  height: 100px;
  width: 25%;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 22px;
}
.background-color-blog {
  background-color: #fff9eb;
}
.blog-container-m {
  width: 32%;
}
.column-container-m {
  width: 33%;
}
.column-container-m2 {
  width: 40%;
}
.width-300 {
  width: 300px;
}
.column-container-s {
  width: 30%;
}
.container-25 {
  width: 400px !important;
}
.container-width {
  width: 80%;
}
.container-width-70 {
  width: 70%;
}
.container-width-100 {
  width: 100% !important;
}
.container-height {
  height: 200px;
}
.container-100 {
  height: 100%;
}
.container-soporte {
  width: 33%;
  margin: 0px 35px 0px 0px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px;
}
.container-soporte-items {
  width: 33%;
  margin: 0px 35px 35px 0px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 30px;
}
.container-soporte-small {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px;
}
.container-soporte-small-margin {
  margin: 0px 0px 35px 0px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px;
}
.container-soporte-small-margin-home {
  margin: 0px 0px 35px 0px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px;
}
.container-blog-videos {
  margin: 0px 0px 35px 0px;
  background-color: #fff;
}
.column-margin-left {
  margin-right: 35px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-top-drop {
  margin: 22px 0px 0px;
}
.column-flex-height {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.margin-vertical-20 {
  margin: 20px 0px !important;
}
.paddind-horizontal-20 {
  padding: 0px 20px;
}
.paddind-vertical-15 {
  padding: 15px 0px;
}
.paddind-vertical-15-div {
  padding: 15px 0px;
  border-top: 1px solid #e5e5e5;
}
.paddind-horizontal-20-50 {
  padding: 20px 50px;
}
@media (min-width: 768px) {
  .acciones-rapidas-sidebar-sop {
    width: 70%;
    margin: 0 auto;
  }
  .container-fluid-sin-margin-sop {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .acciones-rapidas-sidebar-sop {
    width: 22%;
    position: fixed;
    right: 0;
  }
  .container-fluid-sin-margin-sop {
    width: 77%;
  }
}
@media (min-width: 1441px) {
  .acciones-rapidas-sidebar-sop {
    width: 22%;
  }
  .container-fluid-sin-margin-sop {
    width: 77%;
  }
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.evenly {
  justify-content: space-evenly;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.position-abs {
  position: absolute;
}
.position-rel {
  position: relative;
  background-color: transparent !important;
}
.download-class {
  color: #4698e8 !important;
  text-decoration: underline !important;
}
.fondo-mi-perfil {
  background-color: #fff;
  padding: 15px 25px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 35px;
  margin-left: 18px;
}
body {
  background: transparent !important;
}
.contenido-wizard {
  font-family: 'Open Sans', sans-serif;
}
.contenido-wizard h1,
.contenido-wizard h2,
.contenido-wizard h3 {
  color: #ff5000;
}
.contenido-wizard .img-fondo {
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
.contenido-wizard .img-fondo-der {
  left: 0;
}
.contenido-wizard .img-fondo-izq {
  right: 0;
}
.contenido-wizard .container {
  padding-left: 0;
}
.contenido-wizard .bienvenida {
  margin: 0 20%;
  text-align: center;
}
.contenido-wizard .img-bienvenida {
  margin-top: -40px;
  opacity: 0.8;
}
.contenido-wizard .btn-wizard {
  background-color: #000;
  color: #fff;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 20px;
}
.contenido-wizard .btn-wizard a {
  color: #fff;
  text-transform: uppercase;
}
.contenido-wizard .titulo-config {
  text-align: center;
  margin: 30px 30px;
}
.contenido-wizard .contenido-config {
  background: #fff;
  height: auto;
  margin: 0 10%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 0px 10px 1px rgba(51,51,3,0.2);
}
.contenido-wizard .contenido-config-subtitulo {
  color: #ff5000;
}
.contenido-wizard .contenido-config .checkbox {
  color: #3e3d40;
}
.contenido-wizard .contenido-config .pasos {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #eceded;
  height: 120px;
  padding: 10px;
}
.contenido-wizard .contenido-config .pasos .img-car {
  width: 100px;
  margin-top: -38px;
}
.contenido-wizard .contenido-config .pasos .container-pasos {
  width: 100%;
}
.contenido-wizard .contenido-config .pasos .progressbar {
  counter-reset: ' ';
}
.contenido-wizard .contenido-config .pasos .progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #3e3d40;
  z-index: 10;
}
.contenido-wizard .contenido-config .pasos .paso {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenido-wizard .contenido-config .pasos .titulo-active {
  margin-top: 3px;
}
.contenido-wizard .contenido-config .pasos .circulo {
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #000;
}
.contenido-wizard .contenido-config .pasos .circulo-active {
  background: #ff5000;
  width: 15px;
  height: 15px;
  border: none;
}
.contenido-wizard .contenido-config .pasos ul li .circulo::after {
  content: '';
  background: #000;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: -1;
}
.contenido-wizard .contenido-config .pasos ul li:first-child .circulo::after {
  width: 50%;
  left: 50%;
}
.contenido-wizard .contenido-config .pasos ul li:last-child .circulo::after {
  width: 50%;
}
.contenido-wizard .contenido-config .contenido-pasos {
  padding: 15px 50px;
}
.contenido-wizard .contenido-config .nav {
  margin-bottom: 30px;
}
.contenido-wizard .contenido-config .nav-tabs {
  border-bottom: 1px solid #eceded;
}
.contenido-wizard .contenido-config .nav-tabs li {
  margin-right: 30px;
}
.contenido-wizard .contenido-config .nav-tabs li a {
  color: #3e3d40 !important;
  padding: 15px;
  border: 0px;
  cursor: default;
}
.contenido-wizard .contenido-config .nav-tabs .nav-item.show .nav-link,
.contenido-wizard .contenido-config .nav-tabs .nav-link.active {
  color: #ff5000 !important;
  border-bottom: 3px solid #000 !important;
  font-weight: 900;
  border: 0px;
}
.contenido-wizard .contenido-config hr {
  border-bottom: 2px solid #eceded;
  margin: 25px 0;
  padding: 0;
}
.contenido-wizard .contenido-config label {
  color: #ff5000;
  font-weight: 400;
}
.contenido-wizard .contenido-config .form-check-label {
  margin-right: 20px;
}
.contenido-wizard .contenido-config .cont-icono {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  line-height: 30px;
  text-align: center;
  margin: 40px 0 40px 20px;
}
.contenido-wizard .contenido-config .cont-icono-add {
  margin: 0;
}
.contenido-wizard .contenido-config .cont-btn {
  margin: 40px 0 40px 20px;
}
.contenido-wizard .contenido-config .etiqueta {
  border: 1px solid #9c9e9f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
  text-transform: capitalize;
  color: #3e3d40;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  cursor: pointer;
}
.contenido-wizard .contenido-config .etiqueta.selected {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.contenido-wizard .iconPractica {
  color: #000;
  font-size: 25px;
}
.contenido-wizard .card {
  margin: 0;
}
.contenido-wizard .card-header {
  padding: 0 20px !important;
}
.contenido-wizard .input-group-text {
  padding: 0 0.75rem !important;
}
.contenido-wizard .form-control-sm {
  width: 100% !important;
}
.contenido-wizard .uk-accordion {
  border: 1px solid #d9dadb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contenido-wizard .uk-accordion>:nth-child(n+2) {
  border-top: 1px solid #d9dadb;
}
.contenido-wizard .uk-accordion-title {
  padding: 10px 20px;
  font-size: 16px;
}
.contenido-wizard .uk-accordion-title::before {
  background-image: url("../../img/arrow-up.png");
}
.contenido-wizard .uk-open > .uk-accordion-title::before {
  background-image: url("../../img/arrow-down.png");
}
.contenido-wizard .accordion-card {
  margin: 0;
}
.contenido-wizard .uk-accordion-content {
  border-top: 1px solid #d9dadb;
  padding: 10px 20px;
  margin: 0;
}
.contenido-wizard .accordion-content-padding {
  padding: 0;
}
.contenido-wizard .resumen__info,
.contenido-wizard .alumno__pack {
  width: 35%;
  padding: 20px;
  border-right: 1px solid #d9dadb;
}
@media (max-width: 992px) {
  .contenido-wizard .resumen__info,
  .contenido-wizard .alumno__pack {
    width: 100%;
    border: none;
  }
}
.contenido-wizard .resumen__horario,
.contenido-wizard .alumno__saldo {
  width: 65%;
  padding: 20px;
}
@media (max-width: 992px) {
  .contenido-wizard .resumen__horario,
  .contenido-wizard .alumno__saldo {
    width: 100%;
  }
}
.contenido-wizard .resumen__titulo {
  font-weight: 700;
  color: #ff5000;
}
.contenido-wizard .resumen__datos {
  color: #3e3d40;
}
.contenido-wizard .alumnos__resumen__datos {
  width: 50%;
  padding: 20px;
  border-right: 1px solid #d9dadb;
}
@media (max-width: 992px) {
  .contenido-wizard .alumnos__resumen__datos {
    width: 100%;
    border: none;
  }
}
.contenido-wizard .alumnos__resumen__pack {
  width: 65%;
  padding: 20px;
}
@media (max-width: 992px) {
  .contenido-wizard .alumnos__resumen__pack {
    width: 100%;
  }
}
.contenido-wizard .fin {
  margin: 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .contenido-wizard .fin {
    margin: 0 10%;
  }
}
.contenido-wizard .fin__info {
  text-align: center;
}
@media (max-width: 1200px) {
  .datosProfes,
  .datosAlumnos,
  .horarioAutoescuela {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .vehiculos,
  .packs,
  .profes_horario {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .practicas_horariosPrecio {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/regular/Inter-Regular.eot");
  src: local(''), url("../fonts/regular/Inter-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/regular/Inter-Regular.woff2") format('woff2'), url("../fonts/regular/Inter-Regular.woff") format('woff'), url("../fonts/regular/Inter-Regular.ttf") format('truetype'), url("../fonts/regular/Inter-Regular.svg#Inter") format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Inter Medium';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/medium/Inter-Medium.eot");
  src: local(''), url("../fonts/medium/Inter-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/medium/Inter-Medium.woff2") format('woff2'), url("../fonts/medium/Inter-Medium.woff") format('woff'), url("../fonts/medium/Inter-Medium.ttf") format('truetype'), url("../fonts/medium/Inter-Medium.svg#Inter") format('svg');
}
@font-face {
  font-family: 'Inter SemiBold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/semibold/Inter-SemiBold.eot");
  src: local(''), url("../fonts/semibold/semibold/Inter-SemiBold.eot?#iefix") format('embedded-opentype'), url("../fonts/semibold/Inter-SemiBold.woff2") format('woff2'), url("../fonts/semibold/Inter-SemiBold.woff") format('woff'), url("../fonts/semibold/Inter-SemiBold.ttf") format('truetype'), url("../fonts/semibold/Inter-SemiBold.svg#Inter") format('svg');
}
@font-face {
  font-family: 'Inter Bold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/bold/Inter-Bold.eot");
  src: local(''), url("../fonts/bold/Inter-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/bold/Inter-Bold.woff2") format('woff2'), url("../fonts/bold/Inter-Bold.woff") format('woff'), url("../fonts/bold/Inter-Bold.ttf") format('truetype'), url("../fonts/bold/Inter-Bold.svg#Inter") format('svg');
}
/* = Estructura 
--------------- */
body {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  color: #404040;
  background: #fff;
  min-width: 384px;
  background-color: #fff;
  height: 100%;
}
h1 {
  margin: 0;
  padding: 0;
}
h2,
h3,
h4 {
  margin: 0;
  padding: 10px 0 3px 0;
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  text-shadow: none !important;
}
a:hover {
  text-decoration: none;
  text-shadow: none !important;
}
a:focus {
  text-decoration: none;
  text-shadow: none !important;
}
hr {
  border: none;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.container-fluid-sin-margin {
  margin: 0 !important;
}
.tick-popup {
  height: 11px;
  width: 16px;
  margin-right: 5px;
  margin-bottom: 1px;
}
.titulo {
  font-size: 1.3em;
  letter-spacing: 0.001em;
  word-spacing: 0em;
  color: #000;
  font-family: 'Inter Medium';
  text-transform: uppercase;
  line-height: 1.8em;
  font-weight: 300;
}
.titulo .titulo-menus {
  font-size: 20px;
  color: #000;
}
.titulo-caja {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
.titulo-caja span {
  margin: 0 10px;
}
.subtitulo {
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Inter Medium';
  color: #000;
}
.subtitulo span {
  color: #ff5000;
}
.caja {
  background: none;
  color: #6f6f6f;
  padding: 0px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px !important;
  border: none !important;
  box-shadow: none;
}
.caja .form-group {
  vertical-align: top;
}
.caja p {
  margin: 0;
}
.caja.caja-inverted {
  background: #fff;
}
.caja .form-control {
  padding-left: 7px;
  padding-right: 7px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.tooltip-inner {
  background-color: #000;
}
.bloque {
  margin: 15px 0;
}
.badge.help {
  background-color: #c5b9b9;
  margin-left: 5px;
}
.badge {
  content: " ";
}
.badge.success {
  background-color: #13a00a;
}
.badge.warning {
  background-color: #ffc107;
}
.badge.error {
  background-color: #ea0000;
}
.badge.none {
  background-color: #bfbfbf;
}
/* = Estructura
------------------ */
header {
  width: 100%;
  position: fixed;
  z-index: 8000;
}
header a {
  color: #6f6f6f;
}
.btn-menu {
  display: block;
  color: #000;
  text-align: center;
  font-size: 2em;
  float: left;
  padding: 0;
}
.btn-menu:hover {
  color: #fff;
}
.menu-usuario {
  float: right;
  color: #f0eded;
}
.menu-usuario ul li {
  display: inline-block;
}
.menu-usuario ul li:hover,
.menu-usuario ul li a:hover {
  color: #fff;
}
.menu-usuario .icon {
  color: #000;
  display: block;
  font-size: 1.5em;
  padding: 10px;
}
.menu-usuario .menu-config {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.contenido {
  padding-top: 58px;
  min-height: 600px;
  background-color: #fff;
  height: 100vh;
}
.page-content {
  padding: 0 15px 30px;
}
.page-heading {
  padding-top: 10px;
  padding-bottom: 5px;
}
.page-heading.affix {
  top: 50px;
  background: #f8f8f8;
  width: 100%;
  padding-right: 45px;
  z-index: 920;
  border-bottom: 2px solid #f0eded;
  font-size: 0.8em;
}
.page-heading .titulo {
  margin-top: 5px;
}
.page-heading:after,
.page-heading:before {
  display: table;
  content: " ";
  clear: both;
}
.page-heading-titulo {
  float: left;
  padding: 14px 0 0 0;
}
.page-heading-titulo small {
  font-size: 95%;
  color: #6f6f6f;
  margin-left: 10px;
  font-weight: 400;
}
.page-heading-options,
.page-heading-info {
  float: right;
  padding-top: 24px;
}
.page-heading-infoleft {
  float: left;
  padding-left: 15px;
}
.page-heading-tools {
  float: right;
  position: relative;
  padding-top: 10px;
}
.page-heading-main {
  padding: 0px 15px;
}
.actions-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  background: #e5e5e5;
  color: #000;
  cursor: pointer;
  width: 100px;
  position: absolute;
  z-index: 901;
  top: 50px;
  right: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.actions-box ul {
  background: none;
  color: #000;
  z-index: 902;
  position: relative;
}
.actions-box ul li {
  list-style: none;
  padding: 12px 15px;
  border-bottom: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.actions-box ul li:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ff590d;
}
.actions-box ul li a {
  color: #000;
}
.actions-box ul li span {
  margin-right: 3px;
}
.actions-box ul li.is-admin {
  background: #262626;
}
.actions-box ul li.is-admin:hover {
  background: #ff5000;
}
.actions-box ul li:last-child {
  border-bottom: none;
}
.actions-box .box-arrow-up {
  position: absolute;
  top: -9px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid #ff5000;
  z-index: 900;
}
.actions-container {
  position: relative;
}
.actions-container .actions-dropdown {
  display: none;
  right: 0;
}
@media (max-width: 760px) {
  .page-heading .titulo,
  .page-heading .info {
    float: none;
    padding-top: 0;
    width: 100%;
  }
}
.icon-logomanager .path1:before {
  content: "\e6e0";
  color: #01aae1;
}
.icon-logomanager .path2:before {
  content: "\e6e1";
  color: #97c93d;
  margin-left: -1.2265625em;
}
.tr-ok td {
  background: #95d600 !important;
  opacity: 0.7;
}
.tr-error td {
  background: #f7162b !important;
  opacity: 0.7;
}
.input-ok {
  border: 1px solid #95d600 !important;
  box-shadow: 0 1px 1px rgba(149,214,0,0.075) inset;
}
.input-error {
  border: 1px solid #f7162b !important;
  box-shadow: 0 1px 1px rgba(247,22,43,0.075) inset;
}
@media (min-width: 993px) {
  .affix.page-heading {
    margin-left: -15px;
    padding-left: 30px;
    padding-right: 30px;
    top: 52px;
  }
}
@media (max-width: 992px) {
  .affix {
    position: initial;
  }
}
.img-perfil {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 225px;
  height: 225px;
  border: 2px solid #eee;
}
.thumbnail-upload {
  cursor: pointer;
  position: relative;
  margin-top: 25px;
}
.thumbnail-upload .remove-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 225px;
  height: 225px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease all;
}
.thumbnail-upload .remove-mask:hover {
  opacity: 1;
}
.thumbnail-upload .remove-mask .btn-remove-pic {
  color: #fff;
  position: absolute;
  font-size: 51px;
  top: 87px;
  left: 87px;
}
.fila {
  overflow: hidden;
  width: 100%;
}
.fila .thumb {
  width: 150px;
  height: auto;
  min-height: 150px;
  float: left;
  margin-right: 15px;
}
.fila .thumb.thumb-right {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.fila .side-thumb {
  width: calc(100% - 165px);
  float: left;
}
.fila.form-wide .side-thumb {
  width: 100% !important;
  float: none;
}
.fila.form-wide .thumb {
  display: none;
}
.filtros-burbuja {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.display-flex-class {
  display: flex;
}
