/*-------------------------------------------------------------------------*/
/*	MANAGER ANCORA DUAL v 1.0
/*	Estilos generales
/*-------------------------------------------------------------------------*/
/* = Imports 
--------------- */
.btn-select-toggle {
  display: none;
}
.btn-tools {
  display: none;
}
.tab-pane .tab-tools {
  float: right;
  margin-top: -55px;
}
.btn {
  border: 0;
}
.btn-primary {
  background: #ff5000;
}
.btn-primary .icon {
  color: #fff;
  margin: 0 0.2em;
}
.btn-primary:hover {
  background: #893b04;
  color: #fff;
}
.btn-primary:hover .icon {
  color: #fff;
}
.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;
}
.btn-error {
  background: #ff7272;
  color: #fff;
}
.btn-error .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-error:hover {
  background: #b80000;
  color: #fff;
}
.btn-error:hover .icon {
  color: #fff;
}
.btn-warning {
  background: #d08d26;
  color: #fff;
}
.btn-warning .icon {
  color: #ff5000;
  margin: 0 0.2em;
}
.btn-warning:hover {
  background: #684713;
  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: #ecf0f1;
}
.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 #ff7272;
}
.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;
}
.popup-content .multiselect .caret {
  float: right;
  margin-top: 8px;
}
.popup-content .multiselect-container {
  width: 100%;
  background: #ecf0f1;
  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: #ecf0f1;
}
.popup-content .multiselect-container li a:hover,
.popup-content .multiselect-container li a:focus {
  background: #d1dadd !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;
}
.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: #ecf0f1;
}
.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;
}
@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: #fff;
  -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: #ff5000;
  margin-bottom: 0 !important;
}
.table-lst th {
  vertical-align: middle !important;
  background: #ff5000 !important;
  border-right: 1px solid #fff !important;
  color: #fff !important;
}
.table-lst th .btn {
  background-color: #6f6f6f;
  color: #fff;
}
.table-lst th .btn:hover {
  background-color: #ecf0f1;
}
.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: 1px solid #e3e3e3;
}
.table-lst td:last-child {
  border-right: 1px solid #e3e3e3 !important;
}
.table-lst tr:nth-child(odd) td {
  background: #fff;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.table-lst tr:nth-child(even) td {
  background: #e3e3e3;
  border-right: 1px solid #fff;
}
.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;
  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: #fee5d3;
  color: #404040;
}
.table-row:nth-child(even):hover td {
  background: #fee5d3;
  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: #ff7a3b !important;
  color: #fff;
  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: #ffffff !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: #fff6f0 !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;
}
.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%;
}
.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: #893b04;
}
.paginate_active {
  background: #fff;
  color: #000;
  cursor: default;
}
.paginate_button.last {
  margin-right: 0;
}
.row-alert.error tr,
.row-alert.error td {
  color: #fff;
  background: #ff7272 !important;
}
.row-alert.info tr,
.row-alert.info td {
  color: #fff;
  background: #3a9ed0 !important;
}
.row-alert.warning tr,
.row-alert.warning td {
  color: #fff;
  background: #d08d26 !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: #ecf0f1;
  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: rgba(186,186,186,0.6);
}
.popup {
  position: fixed;
  top: 50px;
  left: auto;
  right: auto;
  min-height: 50px;
  overflow: hidden;
  z-index: 10000;
  border: none;
  box-shadow: 0px 0px 10px #6f6f6f;
  -webkit-box-shadow: 0px 0px 10px #6f6f6f;
  -moz-box-shadow: 0px 0px 10px #6f6f6f;
  width: 50%;
}
.popup.popup-tiny {
  width: 425px;
  height: 200px;
}
.popup.popup-small {
  width: 450px;
}
.popup.popup-medium {
  width: 820px;
}
.popup.popup-large {
  width: 1000px;
}
.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: #b7b7b7;
  overflow: hidden;
  padding: 10px 15px;
}
.popup .popup-header .popup-titulo {
  color: White;
  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-header-buttons {
  display: inline-block;
  white-space: nowrap;
  float: right;
}
.popup .popup-header .popup-header-buttons button {
  color: White;
  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;
  width: 100%;
}
.popup .popup-content .lista {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b5c5c9;
}
.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 li {
  overflow: hidden;
}
.popup .popup-content .nav-tabs li a {
  background-color: #b7b7b7;
  color: #fff;
}
.popup .popup-content .nav-tabs li a:hover {
  color: #404040;
  border: 1px solid transparent;
}
.popup .popup-content .nav-tabs li.active > a {
  background-color: #ff5000;
  color: White;
}
.popup .popup-content .tab-content {
  padding: 15px 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: #b7b7b7;
  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;
  }
}
.tile {
  margin: 0px 0px 10px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #f98635;
}
.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: #f76e0d;
  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: #ecf0f1;
}
.success.panel {
  background: #c3fbbf;
  border: 1px solid #13a00a;
  padding: 10px;
  margin-bottom: 10px;
}
.warning.panel {
  background: #ffe3e3;
  border: 1px solid #ff7272;
  padding: 10px;
  margin-bottom: 10px;
}
.warning.panel span {
  color: #ff7272;
  margin-right: 10px;
}
.warning.panel .close-panel {
  cursor: pointer;
}
.ui-widget {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1em !important;
  color: #404040 !important;
}
.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-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;
}
.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: #fee5d3;
}
.navbar {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 1%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(top, #fff 1%, #e3e3e3 100%);
  background-image: -ms-linear-gradient(top, #fff 1%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #fff 1%, #e3e3e3 100%);
  background-image: linear-gradient(top, #fff 1%, #e3e3e3 100%);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border: none;
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #6f6f6f;
}
.navbar .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.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: 1px solid #d1dadd;
}
.navbar .nav>li:first-child {
  border-left: 1px solid #d1dadd;
}
.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;
}
.navbar .navbar-nav li a {
  text-transform: uppercase;
  color: #404040 !important;
}
.navbar .navbar-nav li a:hover {
  color: #6f6f6f !important;
  background-color: transparent;
}
.navbar .navbar-nav li a:focus {
  background-color: transparent;
  color: #6f6f6f !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 {
  background-color: #e3e3e3 !important;
}
.navbar .navbar-nav .open a:focus {
  background: transparent !important;
}
.navbar .navbar-toggle {
  margin-left: 15px;
  padding: 11px 12px;
}
.navbar .navbar-toggle .icon-bar {
  background: #404040;
}
.navbar .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border: 1px solid #ccc;
  margin-top: 5px !important;
  background: #e3e3e3 !important;
}
.navbar .dropdown-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus {
  background: #d1dadd !important;
}
.navbar .dropdown-menu li button {
  text-transform: capitalize;
}
.navbar .dropdown-menu li.active > a {
  background: #ff5000 !important;
}
.navbar .dropdown-menu .divider {
  background-color: #d1dadd;
  margin: 0px 0px;
}
.navbar .open .dropdown-toggle {
  background: transparent !important;
}
.navbar .open .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-brand {
  margin-right: 30px;
  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;
}
.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: 1150px) {
  .nav-text {
    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-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;
  }
}
.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 #ff7272;
}
.block-info-container .block-info.warning {
  border-bottom: 5px solid #d08d26;
}
.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;
}
.info.panel {
  background: #dfe8f4;
  border: 1px solid #5f8cc9;
  padding: 10px;
  margin-bottom: 10px;
}
.info.panel span {
  color: #5f8cc9;
  margin-right: 10px;
}
.info.panel .close-panel {
  cursor: pointer;
}
.info.panel a {
  color: #5f8cc9;
}
.warning.panel a {
  color: #ff5000;
}
.boxpanel {
  background: #ecf0f1;
  border: 1px solid #dee5e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  text-align: center;
  padding: 20px;
  margin: 15px auto;
}
.boxpanel .icon-features-list {
  font-size: 40px;
  color: #8c8c8c;
  margin-top: 20px;
}
.boxpanel h2 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 5px;
  color: colorText;
}
.boxpanel p {
  color: colorText;
  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 #ff5000;
}
.dashboard .boxpanel.warning .icon-features-list {
  color: #ff5000;
}
.dashboard .boxpanel.warning h2 {
  color: colorText;
}
.dashboard .boxpanel.warning:hover {
  border: 1px solid #ff5000;
}
.dashboard .boxpanel.warning:hover .icon-features-list {
  color: #ff5000;
}
.dashboard .boxpanel.warning:hover h2 {
  color: #ff5000;
}
.dashboard .tiles {
  margin-top: 20px;
}
.dashboard .sidebar {
  background: #ecf0f1;
  border: 1px solid #dee5e7;
  height: 100%;
}
@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;
  }
}
/* = Estructura 
--------------- */
body {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  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;
}
.titulo {
  font-size: 2em;
  letter-spacing: 0.001em;
  word-spacing: 0em;
  color: #404040;
  font-family: 'Alegreya Sans', sans-serif;
  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: 'Alegreya Sans', sans-serif;
  color: #000;
}
.subtitulo span {
  color: #ff5000;
}
.caja {
  background: #e3e3e3;
  color: #6f6f6f;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px !important;
  border: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.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: #b5c5c9;
  margin-left: 5px;
}
.badge {
  content: " ";
}
.badge.success {
  background-color: #0cbd00;
}
.badge.warning {
  background-color: #f7d010;
}
.badge.error {
  background-color: #ff5000;
}
.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: #ecf0f1;
}
.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: 65px;
  min-height: 600px;
  background-color: #fff;
}
.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 #ecf0f1;
  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;
}
.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: #ff5000;
  color: #fff;
  cursor: pointer;
  width: 100px;
  position: absolute;
  z-index: 901;
  top: 50px;
  right: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.actions-box ul {
  background: none;
  color: #fff;
  z-index: 902;
  position: relative;
}
.actions-box ul li {
  list-style: none;
  padding: 5px 15px;
  border-bottom: 1px dotted #fff;
  text-align: left;
}
.actions-box ul li:hover {
  background: #f8822e;
}
.actions-box ul li a {
  color: #fff;
}
.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;
}
