﻿dummy-class-for-reportviewer {
  --accent_background: #ffffff;
  --accent_foreground: #c27c27;
  --sidebar_group_background: #417eb5;
}
.skin-dynamic .main-header .navbar {
  background-color: #ffffff;
}
.skin-dynamic .main-header .navbar .nav > li > a {
  color: #c27c27;
}
.skin-dynamic .main-header .navbar .nav > li > a:hover,
.skin-dynamic .main-header .navbar .nav > li > a:active,
.skin-dynamic .main-header .navbar .nav > li > a:focus,
.skin-dynamic .main-header .navbar .nav .open > a,
.skin-dynamic .main-header .navbar .nav .open > a:hover,
.skin-dynamic .main-header .navbar .nav .open > a:focus,
.skin-dynamic .main-header .navbar .nav > .active > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-dynamic .main-header .navbar .sidebar-toggle {
  color: #c27c27;
}
.skin-dynamic .main-header .navbar .sidebar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.skin-dynamic .content-header {
  background-color: transparent;
}
.skin-dynamic .wrapper,
.skin-dynamic .main-sidebar,
.skin-dynamic .left-side {
  background-color: #5d6377;
}
.skin-dynamic .sidebar-menu > li.header {
  color: #ffffff;
  background-color: #417eb5;
}
.skin-dynamic .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-dynamic .sidebar-menu > li:hover > a,
.skin-dynamic .sidebar-menu > li.active > a,
.skin-dynamic .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background-color: #417eb5;
}
.skin-dynamic .sidebar-menu > li.active > a {
  border-left-color: #dd4b39;
}
.skin-dynamic .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background-color: #424A63;
}
.skin-dynamic .sidebar a {
  color: #ffffff;
}
.skin-dynamic .sidebar a:hover {
  text-decoration: none;
}
.skin-dynamic .sidebar-menu .treeview-menu > li > a {
  color: #f3aa87;
}
.skin-dynamic .sidebar-menu .treeview-menu > li.active > a,
.skin-dynamic .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-dynamic .sidebar-menu .treeview-menu > li > a {
  display: inline-flex;
}
.skin-dynamic .sidebar-menu .treeview-menu > li > a > i {
  float: left;
  margin-top: 3px;
}
.skin-dynamic .sidebar-menu .treeview-menu > li > a > span {
  margin-left: 3px;
  white-space: pre-line;
}
.layout-boxed {
  background: url(../../Images/page-bg.png) repeat fixed;
}
.login-page {
  background: url(../../Images/page-bg.png) repeat fixed;
}
.body-pdfviewer {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.body-pdfviewer > iframe {
  width: 100%;
  height: 100%;
  line-height: 0px;
  border: 0px;
}
.dl-horizontal dt {
  white-space: nowrap;
}
.font-xsmall {
  font-size: x-small;
}
.form-control-readonly {
  background-color: #F3F3F3;
}
span.twitter-typeahead {
  width: 100%;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #A9A9A9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  min-width: 160px;
  max-height: 150px;
  overflow-y: auto;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #555;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #e1e3e9;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.link-disabled {
  pointer-events: none;
  cursor: default;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.box-body-padding {
  margin-left: 10px;
  margin-right: 10px;
}
.table {
  width: 100%!important;
}
.field-validation-error {
  color: #a00;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  width: 230px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  left: 230px !important;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: none;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table-hover > tbody > tr {
  cursor: pointer;
}
.table > thead > tr > th > a {
  color: #000;
}
table.dataTable tbody td.datatable-checkbox {
  text-align: center;
}
table.dataTable tbody td.datatable-checkbox:before,
table.dataTable tbody th.datatable-checkbox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f096";
}
table.dataTable tr.selected td.datatable-checkbox:before,
table.dataTable tr.selected th.datatable-checkbox:before {
  content: "\f046";
}
.main-header .navbar {
  border-bottom: solid 1px #ddd;
  min-height: unset;
}
.main-header .navbar-custom-menu .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.main-header .sidebar-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar-logo {
  background-color: #fff;
  border-right: solid 1px #5d6377;
  border-left: solid 1px #5d6377;
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar-logo .logo-mini {
  display: none;
}
.sidebar-logo .logo-mini > img {
  max-width: 30px;
}
.sidebar-logo .logo-lg {
  display: block;
}
.sidebar-logo .logo-lg > img {
  max-width: 130px;
}
.main-sidebar {
  padding-top: 0px;
}
.sidebar-collapse .main-sidebar .sidebar .sidebar-logo .logo-mini {
  display: block;
}
.sidebar-collapse .main-sidebar .sidebar .sidebar-logo .logo-lg {
  display: none;
}
@media (max-width: 767px) {
  .main-sidebar {
    padding-top: 30px;
  }
  .sidebar-open .main-sidebar .sidebar .sidebar-logo .logo-mini {
    display: none;
  }
  .sidebar-open .main-sidebar .sidebar .sidebar-logo .logo-lg {
    display: block;
  }
  .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 550px) {
  .main-header .navbar-custom-menu .navbar-nav > li.user-description {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu.module-list {
    right: 0;
  }
}
.main-header .navbar-custom-menu .module-list {
  min-width: 252px;
}
.main-header .navbar-custom-menu .module-list > li {
  width: 125px;
}
.main-header .navbar-custom-menu .module-list > li > a {
  padding: 3px 5px;
  white-space: unset;
  text-overflow: unset;
  color: #555;
}
.main-header .navbar-custom-menu .module-list > li > a:hover {
  color: #000;
}
.main-header .navbar-custom-menu .module-list > li > a > .fa {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.main-header .navbar-custom-menu .module-list > li.active > a {
  color: #ffffff;
  background-color: #c27c27;
}
.form-horizontal .form-control,
.form-horizontal .form-control-static {
  margin-bottom: 10px;
}
.form-horizontal .checkbox {
  margin-bottom: 5px;
  padding-top: 0px;
}
.form-group-condensed > div > p.form-control-static,
.form-group-condensed > div.row > div > p.form-control-static {
  padding-bottom: 0px;
  min-height: 27px;
  margin-bottom: 0px;
}
.image-thumbnail {
  width: 100px;
  height: 100px;
  border: #eee 1px solid;
  box-sizing: content-box;
  display: inline-block;
}
.image-thumbnail > label {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.image-thumbnail > label > img {
  max-width: 100%;
  max-height: 100%;
}
.image-thumbnail > i {
  position: absolute;
  left: 95px;
  padding: 5px;
  cursor: pointer;
  background-color: #f00;
  color: #fff;
}
.sidebar .nav .nav-item.active > .nav-link {
  background: #417eb5;
  position: relative;
}
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
  background: #417eb5;
  color: #fff;
}
.sidebar .nav.sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0.25rem 0 0 3.07rem;
  padding-bottom: 0px;
  background: #424A63;
  padding-bottom: 12px;
}
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded="true"] {
  background: #417eb5;
  color: #fff;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
  background: #417eb5;
}
.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
  border-radius: 0 5px 5px 0px;
  background: #417eb5;
}
.sidebar .nav:not(.sub-menu) > .nav-item.active {
  background: #417eb5;
}
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #417eb5;
  padding: 0.5rem 1.4rem;
  left: 70px;
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 0;
  width: 190px;
  z-index: 1;
  line-height: 1.8;
  -webkit-box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
}
.expandable-table thead tr th {
  background: #417eb5;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}
.table > thead > tr > th > a {
  color: #ffffff;
}
.text-primary,
.list-wrapper .completed .remove {
  color: black !important;
}
.btn-primary,
.widget-header,
.wizard > .actions a {
  color: #fff;
  background-color: #417eb5;
  border-color: #417eb5;
}
.icon-primary {
  color: #417eb5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c27c27;
  border-color: #343536;
}
/* ===========Sppiner Pantalla============= */
.texto-cargando {
  color: #c27c27;
}
.pelotas {
  background-color: #c27c27;
}