@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap');

.espacio-texto{
  margin-top: 3%;
  margin-bottom: 3%;
}

.titulos{
  background-color:#f2f2f2;
  height: 35px; 
  font-weight: bolder; 
  padding: 4px;
}
.texto{
  border: 1px solid #f4f4f4; 
  height: 35px;
  text-align:left;
}
@media (max-width: 767px) {
  .titulos{
    text-align: left;
  }
}
@media (min-width: 768px) {
  .titulos{
    text-align: right;
  }
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
  color: #FFF;
}


#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #191715;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #191715;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  border-bottom: dashed 1px #191715;
  position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #e2001a;
  font-size: 1.3em;
}




.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
  background: #191715;
}
.modal-footer {
  border-top-color: transparent !important;
}
.skin-green .sidebar-menu .treeview-menu > li.active > a, .skin-green .sidebar-menu .treeview-menu > li > a:hover{
  color: #fff;
  background: #191715;
}
.skin-green .sidebar-menu > li:hover > a, .skin-green .sidebar-menu > li.active > a, .skin-green .sidebar-menu > li.menu-open > a{
  color: #fff;
}

.skin-green .main-header .navbar .sidebar-toggle:hover {
  background-color: #191715;
}
.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: #191715;
}
.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: #000;
} */

.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;
}
.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 {
  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.btn-lg {
  width: 50px;
  height: 50px;
  padding: 16px 16px;
  /*font-size: 18px;*/
  line-height: 1.33;
  border-radius: 25px;
  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.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  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%);
}

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

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

.sidebar-menu {
  font-family: 'Public Sans', sans-serif;
  font-size: 13px;
}

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

.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 {
  padding: 1px;
  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;
  margin-left: 8%;
  margin-top: 35%;
}
.login-form-2 {
  margin-left: 12%;
  padding: 10px;
  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: 'Public Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #191715;
}
.login-container form {
  padding: 10%;
}
.btnSubmit {
  width: 100%;
  border-radius: 0.3em;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.login-form-2 .btnSubmit {
  font-family: 'Public Sans', sans-serif;
  background-color: #191715;
  color: #f9f9f9;
}
.login-form-2 .btnSubmit:hover {
  background-color: #fff;
  color: #191715;
  border: 1px solid #191715;
}
.login-form-2 ::placeholder {
  font-family: 'Public Sans', sans-serif;
  font-size: 15pt;
}
.login-form-2 .ForgetPwd {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Table */
.customers {
  font-family: 'Public Sans', 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: 'Public Sans', sans-serif;
  font-size: 12pt;
  letter-spacing: 0.1rem;
}

.btnAdd a {
  border-radius: 15px;
  background-color: #191715;
  color: #fff;
  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: #fff;
  color: #191715;
  border: 1px solid #191715;
}

/* boton guardar y modificar*/
.btnSave {
  font-family: 'Public Sans', sans-serif;
  font-size: 12pt;
  border-radius: 15px;
  letter-spacing: 0.1em;
  background-color: #191715;
  color: #fff;
  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: #fff;
  color: #191715;
  border: 1px solid #191715;
}

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

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

/*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: #000;
}

/* 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: #191715;
  border-color: #191715;
}

.box-wine {
  border-color: #191715;
}

/* 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;
}
.modal-title{
  color: #fff;
}

.md-form{
  margin-top: 5%;
}
.modal-header{
  background-color: #000;
  color: #fff;
}
.close{
  color: #fff;
  opacity: .7;
}
@media (min-width: 1200px){
  .container {
    width: 90% !important;
  }  
}

@media (min-width: 992px){
  .container {
    width: 90% !important;
  } 
}

@media (min-width: 768px){
  .container {
    width: 90% !important;
  } 
}

.profile_details .profile_view {
    display: inline-block;
    padding: 10px 0 0;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}


.navbar-default .navbar-nav > li > a{
  color: #fff !important;
}
.text-muted{
  color: #fff !important;
}
.navbar-default{
  background-color: #000 !important; 
}
.footer{
  background-color: #000 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  
  background-color: #0000007a;
}
.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;
}

.btn-circle-home{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-circle-home:hover{
  background-color: #FFF;
  border-color: #FFF;
  color:#000;
}

.btn-login{
  background-color: #000;
}
.btn-login:hover{
  background-color: #000 !important;
}

input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]){
  border-bottom: 1px solid #66afe9 !important;
}
.md-form .prefix.active{
  color :#000 !important;
}
input[type=date]:focus:not([readonly]), 
input[type=datetime-local]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]), 
input[type=number]:focus:not([readonly]), 
input[type=password]:focus:not([readonly])+label, 
input[type=search-md]:focus:not([readonly]), 
input[type=search]:focus:not([readonly]), 
input[type=tel]:focus:not([readonly]), 
input[type=text]:focus:not([readonly])+label, 
input[type=time]:focus:not([readonly]), 
input[type=url]:focus:not([readonly]), 
textarea.md-textarea:focus:not([readonly]){
  color :#000 !important;
}
a{
  color: #000;
}

.btn-success{
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-success:hover{
  background-color: #fff !important;
  border-color: #000 !important;
  color: #000;
}

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

.pagination > li > a, .pagination > li > span{
  color: #000;
}
a {
  color: #000;
}