@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'SuisseIntl_Light';
  font-weight: 300;
  src: url("../fonts/SuisseIntl-Light.ttf") format("ttf");
}

@font-face {
  font-family: 'SuisseIntl_Bold';
  font-weight: 300;
  src: url("../fonts/SuisseIntl-Book.ttf") format("ttf");
}


.nav>li>a>img{
  max-width: 75px;
}


.text-modal {
  padding: 1%;
}

.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: #89Ec08;
}

.skin-green .main-header .navbar .sidebar-toggle {
  color: #fff;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  color: #FFF;
}

.skin-green .main-header .navbar .nav>li>a {
  color: #FFF;
}

.skin-green .main-header .navbar .nav>li>a:hover,
.skin-green .main-header .navbar .nav>li>a:active,
.skin-green .main-header .navbar .nav>li>a:focus,
.skin-green .main-header .navbar .nav .open>a,
.skin-green .main-header .navbar .nav .open>a:hover,
.skin-green .main-header .navbar .nav .open>a:focus,
.skin-green .main-header .navbar .nav>.active>a {
  color: #FFF;
}

.skin-green .user-panel>.info,
.skin-green .user-panel>.info>a {
  color: #FFF;
}

.cardIngreso {
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
}

.cardIngreso h5 {
  font-weight: bold;
}

.skin-green .sidebar a {
  color: #FFF;
}

.modal-login {
  color: #636363;
  width: 350px;
  margin: 80px auto 0;
}

.modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-login h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.modal-login .form-control:focus {
  border-color: #70c5c0;
}

.modal-login .form-control,
.modal-login .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-login .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.close {
  color: #FFF;
}

.modal-login .modal-footer {
  background: #ecf0f1;
  border-color: #dee4e7;
  text-align: center;
  justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
}

.modal-login .modal-footer a {
  color: #999;
}

.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: linear-gradient(0deg,
      rgba(213, 29, 32, 1) 30%,
      rgba(200, 67, 69, 1) 64%,
      rgba(206, 90, 91, 1) 100%);
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-login .avatar {
  color: #fff;
}

.modal-login .btn {
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(0deg,
      rgba(213, 29, 32, 1) 30%,
      rgba(200, 67, 69, 1) 64%,
      rgba(206, 90, 91, 1) 100%);
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
  background: #d51d20;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.alert {
  padding: 0em !important;
  border: 0px !important;
}

.modal-login .avatar i {
  font-size: 5em;
}

.control-label {
  text-align: right;
}

.btn-circle-option {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}

.btn-circle-option .btn-lg-option {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle-option .btn-xl-option {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

body {
  font-family: 'SuisseIntl_Light', sans-serif;
  background-color: #ffffff !important;
  background-image: none;
  font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'SuisseIntl_Light', sans-serif;
}

.sidebar-menu {
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 12pt;
}

.treeview-menu>li>a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 15px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  /*top: 30px;*/
  right: 20px;
  width: 20px;
}

div.ajax-loader {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191718c4 url("../images/loader.gif") center no-repeat;
  background-size: 90px;
}

.round {
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border-radius: 800px;
  overflow: hidden;
}

.profile_details:nth-child(3n) {
  clear: both;
}

.profile_details .profile_view {
  display: inline-block;
  padding: 10px 0 0;
  background: #fff;
}

.profile_details .profile_view .divider {
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.profile_details .profile_view .ratings {
  margin-bottom: 0;
}

.profile_details .profile_view .bottom {
  background: #f2f5f7;
  padding: 9px 0;
  border-top: 1px solid #e6e9ed;
}

.profile_details .profile_view .left {
  margin-top: 20px;
}

.profile_details .profile_view .left p {
  margin-bottom: 3px;
}

.profile_details .profile_view .right {
  margin-top: 0px;
  padding: 10px;
}

.profile_details .profile_view .img-circle {
  border: 1px solid #e6e9ed;
  padding: 2px;
}

.profile_details .profile_view h2 {
  margin: 5px 0;
}

.profile_details .profile_view .ratings {
  text-align: left;
  font-size: 16px;
}

.profile_details .profile_view .brief {
  margin: 0;
  font-weight: 300;
}

.profile_details .profile_left {
  background: white;
}

.bg-aqua {
  background: linear-gradient(135deg,
      rgba(43, 80, 80) 0,
      rgba(0, 172, 172, 1) 100%) !important;
}

.bg-green {
  background: linear-gradient(135deg,
      rgba(16, 47, 3) 0,
      #00a65a 100%) !important;
}

.bg-yellow {
  background: linear-gradient(135deg,
      rgba(107, 85, 5) 0,
      #efbf10 100%) !important;
}

.small-box {
  box-shadow: 5px 10px 18px #888888;
  border-radius: 5px;
  color: #fff;
  margin-top: 2%;
}

.small-box>.inner {
  padding: 10px;
}

.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.small-box h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
  margin-left: 6%;
}

.small-box:hover .icon {
  font-size: 95px;
}

/* Login */
.login-container {
  margin-top: 5%;
  margin-bottom: 5%;
}

.login-form-1 {
  background: #191715;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
  margin-left: 1%;
}

.login-form-1 img {
  display: block;
  margin: auto;
}

.login-form-2 {
  margin-left: 12%;
  padding: 3px;
  background: #f9f9f9;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3 {
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.login-container form {
  padding: 10%;
}

.btnSubmit {
  width: 100%;
  border-radius: 0.3em;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.login-form-2 .btnSubmit {
  font-family: 'SuisseIntl_Light', sans-serif;
  background-color: #191715;
  color: #FFF;
  border: 1px solid #191715;
}

.login-form-2 .btnSubmit:hover {
  background-color: #89Ec08;
  color: #191715;
  border: 1px solid #89Ec08;
}

.login-form-2 ::placeholder {
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 15pt;
}

.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Table */
.customers {
  font-family: 'SuisseIntl_Light', sans-serif;
  border-radius: 5px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.customers thead th {
  font-size: 12pt;
  border-style: hidden;
}

.customers td {
  font-size: 9pt;
}

/* boton nuevo*/
.btnAdd {
  margin-bottom: 30px;
  float: right !important;
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 12pt;
  letter-spacing: 0.1rem;
}

.btnAdd a {
  border-radius: 15px;
  background-color: #000;
  color: #89Ec08;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%),
    0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%),
    0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}

.fa.fa-plus-circle {
  font-size: 1.7rem !important;
}

.btnAdd a:hover {
  background-color: #89Ec08;
  color: #000;
  border: 1px solid #89Ec08;
}

/* boton guardar y modificar*/
.btnSave {
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 12pt;
  border-radius: 15px;
  letter-spacing: 0.1em;
  background-color: #000;
  color: #89Ec08;
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%),
    0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%),
    0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
}

.btnSave:hover {
  background-color: #89Ec08;
  color: #000;
  border: 1px solid #89Ec08;
}

.btnEdit {
  font-family: 'SuisseIntl_Light', sans-serif;
  font-size: 12pt;
  letter-spacing: 0.1em;
  border-radius: 15px;
  background-color: #000;
  color: #fff;
}

.btnEdit:hover {
  background-color: #fff;
  color: #fad988;
  border: 1px solid #fad988;
}

/*panel de formulario*/


/* iconos */
.iconPay {
  color: #dc5c8a;
}

.iconPay:hover {
  color: #e4bbcb;
}

.btn-pill {
  color: #dc5c8a;
}

.btn-pill:hover {
  color: #e4bbcb;
}

.iconDelete {
  color: #d81e05;
  font-size: 20px;
}

.iconDelete:hover {
  color: #d4145c;
}

.iconAdd {
  color: #d81e05;
  font-size: 20px;
}

.iconAdd:hover {
  color: #d4145c;
}

.badgeColor {
  background-color: #dc5c8a;
}

.badgeColor:hover {
  background-color: #e4bbcb;
}

.iconActive {
  color: green;
}

/* Modal */
.modal-header {
  background-color: #191715;
  color: #FFF;
}

/* Paginación */
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}

.box-wine {
  border-color: #89Ec08;
}

/* Cards */
.card {
  /* background-color: #f5f5f5; */
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(75, 46, 46, 0.2);
  transition: all 0.3s ease-in;
  -webkit-trasition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.card:hover {
  transform: translateY(-15px);
  box-shadow: 5px 5px 10px #9e9e9e;
  /* color: #fff;   */
  /* background: linear-gradient(0deg, rgba(213,29,32,1) 30%, rgba(200,67,69,1) 64%, rgba(206,90,91,1) 100%);  
   */
}

.card i {
  transition: all 0.3s ease-in;
  -webkit-trasition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.card:hover i {
  color: #fff;
}

.py {
  padding: 1.5em;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 35px;
}

.flex-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .login-form-2 {
    margin-left: 0%;
    margin-bottom: 2%;
  }

  .login-form-1 {
    margin-left: 0%;
  }
}

.select2 {
  width: 100% !important;
}

.skin-green .sidebar-menu .treeview-menu>li.active>a,
.skin-green .sidebar-menu .treeview-menu>li>a:hover {
  color: #FFF;
  background: #ffffff00;
}


.skin-green .sidebar-menu>li:hover>a,
.skin-green .sidebar-menu>li.active>a,
.skin-green .sidebar-menu>li.menu-open>a {
  background: #000;
}

.skin-green .sidebar-menu>li.header {
  background: #000 !important;
  opacity: 0.7;
  color: #FFF;
}

.skin-green .sidebar-menu>li.active>a {
  border-left-color: #d81e05;
}

.skin-green .sidebar-menu>li.menu-open>a {
  /*background: #2c3b41 !important;*/
  background: #000 !important;
}

.skin-green .sidebar-menu>li>.treeview-menu {
  background: #2c3b41 !important;
  opacity: 0.7;
}

.swal2-popup {
  font-size: 1.4rem !important;
}

.swal2-confirm {
  margin-left: 15px !important;
}