/*------------------------------------------------
  Compile stylesheet
-------------------------------------------------*/
/*------------------------------------------------
  Theme for Mis Residentes
-------------------------------------------------*/
/*  Colors
----------------------------------------------*/
/* General
-----------------------------------------------*/
* {
  font-family: "Roboto", sans-serif; }

body {
  font-size: 14px;
  background-color: #ffffff; }

/*
._bg-main{
  background-image: url('../img/background.jpg');
  background-repeat: repeat-y;
  background-size:cover;
  // background-attachment: fixed;
  background-position:center center;

}
 */
._font16 {
  font-size: 16px; }

._bg-gold {
  color: #ffffff !important;
  background-color: #266ea2;
  border-color: #266ea2; }

._bg-yellow {
  color: #1c1c1c !important;
  background-color: #ffe599;
  border-color: #ffe599; }

._bg-gray {
  color: #ffffff !important;
  background-color: #332f2c;
  border-color: #332f2c; }

._bg-pink {
  color: #ffffff !important;
  background-color: #a64d79;
  border-color: #a64d79; }

._bg-form {
  color: #333333;
  background: #f4f2f2; }

._gold-color {
  color: #266ea2; }

._orange-color {
  color: #ee611c; }

._required::before {
  color: red;
  content: '*';
  padding-right: 5px; }

input[type=text], input[type=email], input[type="checkbox"]:before, textarea {
  text-transform: uppercase;
  background-color: #CCCCCC !important; }

input[type=email] {
  text-transform: lowercase;
  background-color: #CCCCCC !important; }

._none-case {
  text-transform: none !important; }

::-webkit-input-placeholder {
  text-transform: initial; }

:-moz-placeholder {
  text-transform: initial; }

::-moz-placeholder {
  text-transform: initial; }

:-ms-input-placeholder {
  text-transform: initial; }

/* Right Icon for inputs
-----------------------------------------------*/
._icon-right {
  position: relative; }
  ._icon-right ._icon {
    position: absolute;
    top: 12px;
    right: 16px; }

/* left Icon for inputs
-----------------------------------------------*/
._icon-left {
  position: relative; }
  ._icon-left input {
    text-indent: 32px; }
  ._icon-left ._icon {
    position: absolute;
    top: 12px;
    left: 16px; }

/*  Form Select
----------------------------------------------*/
.form-select {
  font-size: 14px;
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border-color: #266ea2 !important; }

/* Wrapper (top of content area)
-------------------------------------------------*/
.wrapper {
  padding-top: 2.5rem; }

/*  Form Control
----------------------------------------------*/
label {
  display: block;
  font-size: 13px; }

.form-control {
  color: #1c1c1c;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: #999999;
  opacity: .5; }

.form-control:-moz-placeholder {
  color: #999999;
  opacity: .5; }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: .5; }

.form-control:-ms-input-placeholder {
  color: #999999;
  opacity: .5; }

.form-control:focus {
  color: #1c1c1c;
  box-shadow: none;
  border-color: #266ea2;
  background: #ffffff; }

select.form-control {
  padding-left: 8px; }

textarea {
  resize: none; }

#specs textarea.form-control {
  height: 96px; }

button.btn.btn-default {
  border-width: 1px;
  color: #fff; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent; }

.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: .5; }

.form-control[disabled]:-moz-placeholder, .form-control[readonly]:-moz-placeholder, fieldset[disabled] .form-control:-moz-placeholder {
  color: #fff;
  opacity: .5; }

.form-control[disabled]::-moz-placeholder, .form-control[readonly]::-moz-placeholder, fieldset[disabled] .form-control::-moz-placeholder {
  color: #fff;
  opacity: .5; }

.form-control[disabled]:-ms-input-placeholder, .form-control[readonly]:-ms-input-placeholder, fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: .5; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

.text-muted {
  color: #707279 !important; }

.form-group label {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  text-align: left; }

/* Remove buttons style, only buttons icon
------------------------------------------------*/
._button-no-style {
  padding: 0;
  border: none;
  background: none;
  outline: none; }

._button-no-style:focus,
._button-no-style:visited,
._button-no-style:active {
  outline: none !important; }

/* Buttons
------------------------------------------------*/
button.btn.btn-default {
  color: #fff;
  border: 1px #fff solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

button.btn.btn-custom {
  color: #ffffff;
  background: #209e91;
  border-color: #088679;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

button.btn.btn-custom:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1); }

button.btn.btn-custom.active,
button.btn.btn-custom.focus,
button.btn.btn-custom:active,
button.btn.btn-custom:focus {
  background: #209e91;
  border: 1px solid #088679; }

/* Scroll Up
------------------------------------------------*/
.scroll-up {
  position: fixed;
  bottom: .5rem;
  right: .5rem;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  line-height: 0;
  display: none;
  transition: all .5s ease;
  z-index: 999; }

.scroll-up:hover,
.scroll-up:focus {
  outline: 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8); }

html {
  scroll-behavior: smooth; }

@media (max-width: 991px) {
  .scroll-up {
    bottom: 2.5rem; } }
/*  Form Panel
----------------------------------------------*/
.panel {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-size: 1273px 716px;
  background-position: 0 635px; }

.panel.panel-blur {
  background: #f4f2f2;
  -webkit-transition: none;
  transition: none; }

.panel > .panel-body {
  padding: 25px 22px;
  height: 100%; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .panel-heading {
  color: black;
  font-weight: bold;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-panel .panel-body, .panel-default > .panel-footer, .panel-default > .panel-heading {
  color: #7d7d7d; }

.panel-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  height: 44px;
  font-size: 16px;
  padding: 14px 22px; }

.panel-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  height: 64px;
  padding: 14px 22px;
  text-align: right; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9; }

.upper-text, .panel-title {
  text-transform: uppercase; }

.panel-footer, .panel-heading {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12); }

/*  Content Header
----------------------------------------------*/
._content-header {
  position: relative;
  padding: 15px 15px 15px 15px;
  background-color: #1f6599;
  color: #ffffff; }

._content-header > h1 {
  margin: 0;
  font-weight: 700;
  font-size: 26px; }

._content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300; }

._content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px; }

._content-header > .breadcrumb > li > a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px; }

._content-header > .breadcrumb > li > a:hover {
  color: #ee611c; }

._content-header > .breadcrumb > li > a > .fa {
  margin-right: 5px; }

._content-header > .breadcrumb > li + li:before {
  content: '/\00a0'; }

@media (max-width: 991px) {
  ._content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none; }

  ._content-header > .breadcrumb li:before {
    color: #209E91; } }
/* Buttons
-----------------------------------------------*/
.btn:focus {
  outline: none;
  box-shadow: none; }

._btn-standard {
  display: inline-block;
  color: #ffffff;
  background-color: #266ea2;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
  z-index: 1; }
  ._btn-standard:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all ease;
    background-color: #333333; }
  ._btn-standard:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all ease;
    background-color: #333333; }
  ._btn-standard:hover {
    color: #ffffff; }
    ._btn-standard:hover:before {
      width: 50%;
      opacity: 1; }
    ._btn-standard:hover:after {
      width: 50%;
      opacity: 1; }
  ._btn-standard span {
    margin-left: 10px; }

/*----- Back To Top -----*/
.back-to-top-btn i {
  background-color: #266ea2;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  transition: 0.5s all ease;
  margin-right: 28px;
  box-shadow: 0px 0px 14px 0px #266ea2; }
  .back-to-top-btn i:hover {
    background-color: #333333; }

/*----- End Back To Top -----*/
/*  Actions buttons
----------------------------------------------*/
._action-button,
._action-button:active,
._action-button:focus,
._action-button:link,
._action-button:visited {
  padding: 0 6px;
  border: none;
  cursor: pointer;
  color: #266ea2;
  font-size: 15px;
  background: transparent;
  outline: 0 !important; }

._action-button:hover {
  color: #333333 !important; }

/* Tables
-----------------------------------------------*/
table {
  padding-top: 10px;
  width: 100% !important; }
  table td {
    font-size: 14px; }
  table th {
    font-size: 16px; }
  table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 6px 10px;
    line-height: 1.42857143;
    vertical-align: middle; }

/*
table.dataTable td {
  font-size: 11px;
}

table.dataTable th {
  font-size: 13px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
//.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th {
  padding: 6px 10px;
  line-height: 1.42857143;
  vertical-align: middle;
}
 */
/* Bootstrap Table Extension
-----------------------------------------------*/
.btn-standard {
  background: #266ea2;
  color: #fff; }

.dropdown-menu {
  font-size: 14px; }

@media (max-width: 767.98px) {
  .fixed-table-toolbar {
    display: flex;
    flex-direction: column;
    z-index: 9999; }

  #toolbar {
    text-align: center; } }
.page-link {
  color: #333333; }

.page-link:hover {
  color: #333333;
  background-color: #f4f2f2; }

.page-item.active .page-link {
  background-color: #266ea2;
  border-color: #266ea2; }

/*
.table-borderless td,
.table-borderless th {
  border: 0;
}
 */
.bootstrap-table.fullscreen {
  padding: 20px; }

/* Tooltips
-----------------------------------------------*/
@media (max-width: 767.98px) {
  .tooltip {
    display: none !important; } }
/* JSTree plugin
-----------------------------------------------*/
.jstree-default .jstree-clicked {
  background: none; }

/* 404 Error
-----------------------------------------------*/
._error-404 h2 {
  font-size: 13rem; }
._error-404 h3 {
  font-size: 2.8rem; }
._error-404 p {
  margin-top: 40px;
  font-size: 1.3rem; }

/*  Buttons   https://fdossena.com/?p=html5cool/buttons/i.frag
-----------------------------------------------*/
._btn-group {
  width: 380px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

button._button {
  display: inline-block;
  padding: 0.3em 1.7em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto',sans-serif;
  font-weight: 600;
  color: #000;
  background-color: #ecf0f1;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12);
  text-align: center;
  position: relative;
  border: none;
  width: 100%;
  height: 100%; }

button._button div {
  height: 200px; }

button._button:active {
  box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15), inset 0 0 0em 0.05em rgba(255, 255, 255, 0.12); }

@media all and (max-width: 30em) {
  button._button {
    display: block;
    margin: 0.4em auto; } }
._button,
._button:active,
._button:focus {
  outline: none; }

._btn-icon {
  font-size: 2.5em;
  margin-right: 0.3em; }

._btn-icon-right {
  font-size: 2.5em;
  margin-left: 0.3em; }

._btn-text {
  font-size: 18px; }

/*  Card Bootstrap 5
-----------------------------------------------*/
._bg-orders {
  background-color: #ecf0f1 !important; }

.card {
  cursor: pointer; }

.card-title {
  color: #ee611c;
  font-size: 14px; }

.card-text {
  color: #25638a; }

.form-check-label {
  color: #ee611c; }

/*
._content-body{
  position: relative;
  height: 400px;
  border: 2px solid #006100;
}

._content-body ._card-group{
  width: 70%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
 */
/*
.card {
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}
*/
/*  Material Group
-----------------------------------------------*/
._material-block {
  margin: 0 auto;
  border-radius: 6px;
  background-color: #ecf0f1;
  color: #ee611c;
  padding: 32px;
  z-index: 9999; }

._material-block label {
  color: #000; }

@media (min-width: 992px) {
  ._material-block {
    width: 350px; } }
/*  Bootstrap 5 Checks and radios
-----------------------------------------------*/
.form-check {
  display: flex;
  align-items: center; }

.form-check label {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500; }

.form-check .form-check-input[type=checkbox] {
  border-radius: .25em;
  height: 20px;
  width: 20px; }

.form-check .form-check-input[type=radio] {
  border-radius: 100%;
  height: 20px;
  width: 20px; }

.form-switch .form-check-input[type=checkbox] {
  border-radius: 2em;
  height: 20px;
  width: 35px; }

/*  Navigation buttons
-----------------------------------------------*/
._nav-buttons {
  width: 100%;
  position: absolute;
  right: 0;
  padding: 5px 30px;
  font-size: 12px; }

@media (min-width: 992px) {
  ._nav-buttons {
    bottom: 0; } }
._nav-buttons ._button {
  color: #ffffff;
  background-color: #1f6599;
  width: auto; }

/*  Categories
-----------------------------------------------*/
._category {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  height: calc(100vh - 500px); }

._category ._button {
  padding: 0.7em 1.7em;
  margin: 0 0.3em 0.3em 0;
  background-color: #FFE3A9;
  font-weight: 400;
  text-align: left;
  color: #ffffff; }

._category ._btn-text {
  font-size: 14px; }

._category ._btn-icon {
  font-size: 1.5em;
  margin-right: 0.3em; }

._category .row {
  padding-left: 0 !important; }

._category ._selected {
  border: #000000 dotted 3px; }

/*  Order
-----------------------------------------------*/
#order {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  height: calc(100vh - 290px); }

#order .fa-solid {
  color: #F15412; }

#order-title {
  width: 100%;
  border-bottom: 2px solid #000000; }

#order ._product-name {
  font-weight: 600 !important; }

/*  Overlay for card selection
-----------------------------------------------*/
._overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 140, 186, 0.6);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease; }

._text {
  white-space: nowrap;
  color: white;
  font-size: 60px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

._container {
  position: relative;
  width: 8rem; }

._container ._overlay.show {
  height: 100%; }

._container-medium {
  position: relative;
  width: 22rem; }

@media only screen and (min-width: 992px) {
  ._container-medium {
    position: relative;
    width: 28rem; } }
._container-medium ._overlay.show {
  height: 100%; }

/*  Scroll Colors
-----------------------------------------------*/
#colors {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  height: calc(100vh - 260px); }

#specs {
  color: #000; }

/*  Table Prices
-----------------------------------------------*/
#table-prices tr td {
  padding: 0;
  font-size: 14px; }

#statement {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  height: calc(100vh - 200px); }

/*  On Click color record
----------------------------------------------- */
.table tbody tr.highlight td {
  color: #ffffff;
  background-color: #266ea2; }

/*  Order Scroll
----------------------------------------------- */
._order-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-y: auto;
  height: calc(100vh - 250px); }

._order-block {
  font-size: 10px !important;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #ecf0f1;
  color: #000; }

._order-block label {
  color: #000; }

.form-check .order-check-label {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500; }

.form-check .order-check-input[type=checkbox] {
  border-radius: .25em;
  height: 18px;
  width: 18px; }

/*  Login styles
----------------------------------------------*/
.auth-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.auth-main, body, html {
  height: 100%; }

.auth-block {
  width: 440px;
  margin: 0 auto;
  border-radius: 6px;
  background: rgba(175, 207, 250, 0.3);
  color: #fff;
  padding: 32px; }

@media (max-width: 992px) {
  .auth-block {
    width: 450px; } }
.auth-img-logo {
  width: 60%;
  height: auto; }

.auth-block a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #d6d2b0; }

.auth-link {
  display: block; }

.auth-block h1 {
  font-weight: 300;
  margin-bottom: 28px;
  text-align: center; }

.al-share-auth, .auth-link, .auth-sep {
  text-align: center; }

.auth-block p, .auth-link, .auth-sep {
  font-size: 16px; }

.auth-sep:after, .auth-sep:before {
  border-top: solid 1px #fff;
  content: "";
  height: 1px;
  width: 35%;
  display: table-cell; }

.btn-auth {
  border-color: #266ea2;
  color: #fff !important;
  background-color: #266ea2; }

.btn-auth:hover {
  background-color: #afcffa;
  color: #000000 !important; }

._auth-title {
  font-size: 18px;
  color: #d6d2b0; }

@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 24.66666667%; } }
/* Password Mask
-------------------------------------------------*/
._pwd-mask {
  position: relative; }

._pwd-mask .pwd-toggle {
  color: #cccccc;
  position: absolute;
  z-index: 9; }

._pwd-mask .pwd-toggle,
._pwd-mask .pwd-toggle {
  top: 12px;
  right: 15px; }

._pwd-mask .pwd-toggle:hover,
._pwd-mask .pwd-toggle:focus {
  cursor: pointer; }

._pwd-mask .pwd-toggle:hover,
._pwd-mask .pwd-toggle:focus,
._pwd-mask .pwd-toggle.fa-eye {
  color: #d6d2b0; }

/* Login video
----------------------------------------- */
#video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -999; }

._bg-login {
  background-image: url("../img/bg-login3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

/* Header
-----------------------------------------------*/
header {
  height: 55px; }

._background-black-light {
  color: #ffffff;
  background-color: #373535; }

/* Menu button on header
-----------------------------------------------*/
._button-menu {
  color: #266ea2;
  background: none;
  border: none;
  padding: 0;
  font-size: 20px; }

._button-menu:focus {
  border: none;
  outline: none; }

/* Notification badge
----------------------------------------------*/
._notification {
  padding: 4px 8px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #fff; }

/*
._notification:hover i {
  -webkit-text-stroke: 1px #088679;
}
*/
._badge {
  position: absolute;
  top: -3px;
  right: -7px;
  padding: 1px 7px;
  border-radius: 50%;
  background: #FFD331;
  color: #000 !important;
  font-size: 12px; }

/* Logo
----------------------------------------------*/
._header-logo {
  width: 250px;
  height: auto; }

/*  Footer
----------------------------------------------*/
._footer {
  position: fixed;
  right: 0;
  left: 260px;
  bottom: 0;
  padding: 7px 10px;
  color: #266ea2;
  font-size: 12px;
  background-color: #373535;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  z-index: 2; }

@keyframes swing {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
body {
  font-size: 0.9rem; }

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -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; }

/*----------------page-wrapper----------------*/
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px; }

.page-wrapper .theme.chiller-theme {
  background: #323130; }

/*----------------toggled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0; }

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 260px; } }
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0;
  width: 35px;
  transition-delay: 0.3s; }

.page-wrapper.toggled #show-sidebar {
  left: -40px; }

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 3.4rem;
  bottom: 0;
  left: -260px;
  z-index: 999; }

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sidebar-wrapper a {
  text-decoration: none; }

/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative; }

.sidebar-content.desktop {
  overflow-y: hidden; }

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center; }

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1; }

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px; }

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden; }

.sidebar-wrapper .sidebar-header .user-pic {
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden; }

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block; }

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px; }

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px; }

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c; }

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px; }

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px; }

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block; }

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px; }

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px; }

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px; }

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0; }

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none; }

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px; }

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  padding: 8px 0; }

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative; }

.sidebar-footer > a .notification {
  position: absolute;
  top: 0; }

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0; }

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite; }

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 8px; }

/* 09/11/2022, SE quito por que a rocio no le gusto
.page-wrapper .page-content > div {
  padding: 10px 0 20px 0; //20px 40px;
}

@media (min-width: 768px) {
  .page-wrapper .page-content > div {
    padding: 10px 10px 20px 10px; //20px 40px;
  }
}
 */
.page-wrapper .page-content {
  overflow-x: hidden; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 0;
  padding-left: 0; }

/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px; }

::-webkit-scrollbar-thumb:hover {
  background: #525965; }

::-webkit-scrollbar-thumb:active {
  background: #525965; }

::-webkit-scrollbar-track {
  background: transparent;
  border: 0 none #ffffff;
  border-radius: 50px; }

::-webkit-scrollbar-track:hover {
  background: transparent; }

::-webkit-scrollbar-track:active {
  background: transparent; }

::-webkit-scrollbar-corner {
  background: transparent; }

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  /*
  background: url("../img/bk-menu2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
   */
  background: #31353D;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12); }

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #31353D; }

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none; }

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #bdbdbd; }

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #266ea2; }

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd; }

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff; }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #266ea2;
  text-shadow: 0px 0px 10px rgba(191, 152, 84, 0.5); }

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: rgba(50, 49, 48, 0.6); }

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #266ea2; }

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52; }

.chiller-theme .sidebar-footer > a:first-child {
  border-left: none; }

.chiller-theme .sidebar-footer > a:last-child {
  border-right: none; }

.chiller-theme .sidebar-wrapper .sidebar-menu ul li .active > a {
  color: #266ea2; }

/* Bottom menu
 ------------------------------------------------*/
._menu-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12);
  background-color: #242D2C;
  padding: 4px 0 0 0; }
  ._menu-bottom button {
    color: #fff; }
    ._menu-bottom button :hover {
      color: #266ea2; }

/*  Right Sidebar
----------------------------------------------*/
._right-sidenav {
  position: fixed;
  z-index: 99;
  top: 3.4rem;
  bottom: 2rem;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: -10px -1px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden; }

/*# sourceMappingURL=styles.css.map */
