/**
* Template Name: NiceAdmin
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
	--bs-body-font-size: 15px;
}


body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #888888;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
	border: 0px solid #660000;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 70px;
  z-index: 99;
  background: #888888;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    line-height: 16px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 9px;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  /*background-color: #f6f9ff;*/
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 5px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #3e4f6f; /* f08e35 */
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px 20px 20px 20px;
}

.card.filtros .card-body {
  padding: 0px 20px 0px 20px;
}

.card.listado .card-body {
  padding: 10px 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.card.filtros label{
    margin-bottom: 5px;
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 50%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #3e4f6f;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
    margin-bottom: 6px;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */


.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #000;
    
}
.nav-tabs-bordered .nav-link {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color:#999999;
}
.nav-tabs .nav-item {
    font-size: 16px;
}

#tabs-principal .menu-canvas.nav-tabs {
position: absolute;
    background-color: #ffffff;
    z-index: 99;
    width: 100%;
}

.menu-canvas.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.menu-canvas.nav-tabs-bordered .nav-link {
	padding: 8px 0px;
  border: none;
  color: #2c384e;
}

.menu-canvas.nav-tabs-bordered .nav-link:hover,
.menu-canvas.nav-tabs-bordered .nav-link:focus {
  color: #888888;
}

.menu-canvas.nav-tabs-bordered .nav-link.active {
	/*border-top: 2px solid #888888;
  	border-bottom: 2px solid #888888;*/
	border-radius: 0px;
	color:#ffffff;
	/*background-color: #888888;*/
	background-color: rgba(0, 0, 0, 0.6);
}
.menu-canvas.nav-tabs-bordered .nav-link.disabled {
	color: rgba(44, 56, 78, 0.2);
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }

}

@media (max-width: 1200px) {

    #footer {

        width: 100% !important;

    }
    
}

.logo img {
  max-height: 45px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  font-family: "Nunito", sans-serif;
}

.header {
  	transition: all 0.5s;
  	z-index: 997;
 	height: 60px;
  	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #000000;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {

  font-size: 14px;
  color: #000000;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #000000;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #000000;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #000000;
}



.header-nav .nav-profile img {
	max-height: 40px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	padding: 2px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}


.header-nav .notifications .notification-item {

  align-items: center;
  padding: 10px 10px;
  transition: 0.3s;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}

.header-nav .notifications .notification-item i {
  margin: -2px 10px 0 10px;
  font-size: 22px;
    color: #d6001a;
}
.header-nav .notifications .notification-item span {
    color: #d6001a;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
    padding-top:0px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #888888;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #888888;
}

.sidebar-nav .nav-link.collapsed {
  color: #000000;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #888888;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #888888;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #888888;
}

.sidebar-nav .nav-content a.active i {
  background-color: #888888;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #888888;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
	line-height: 22px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #888888;
  background: #f6f6fe;
}

.dashboard .ingresos-card .card-icon {
  color: rgba(25,135,84, 0.8);
  background: rgba(25,135,84, 0.1);
}

.dashboard .gastos-card .card-icon {
  color: rgba(220,53,69, 0.8);
  background: rgba(220,53,69, 0.1);
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #000000;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #888888;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #000000;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #000000;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #000000;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #888888;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #888888;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #888888;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #888888;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #888888;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #000000;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #000000;
}

#msg-error{
	border-radius: 5px;

	color:#ffffff;
	text-align: center;
	background-color:  var(--bs-form-invalid-color);
}

.listados .accordion-header {
    margin-left: -20px;
    margin-right: -20px;
    
        background-color: #f9f9f9;
}

.listados .accordion-header .accordion-button {
    padding: 20px 20px 15px 20px;
}

/*.listados .accordion-body {
	padding-top: 10px;
}*/

.listados .accordion-body [class^="col"] {
	padding-top: 10px;
}
.listados .accordion-body [class^="col"] [class^="col"]  {
    padding-top: 0px;
}
.listados .accordion-flush .accordion-button {
	font-size: 20px;
}
table.dataTable tbody td{
	color: #888888;
}
table.dataTable tbody th, table.dataTable tbody td, table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 8px;
}
table.dataTable>tbody>tr>td {
	font-size: 13px;
}
table.dataTable>tbody>tr:nth-of-type(odd)>* {
	background-color: #ffffff;
	box-shadow: none;
}

.table-hover>tbody>tr:hover>*{
    
}
table.dataTable>tbody>tr:hover>* {
   --bs-table-bg-state:none;
}
table.dataTable>tbody>tr:hover>* {
    background-color: #f5f5f5 !important;
}


.dataTables_info h4, .dt-info h4 {
	font-size: 20px;
    color:#3e4f6f;
}

.dt-paging-button.first, .dt-paging-button.last {
    display: none !important;
}
table.dataTable tbody td:last-child {
    text-align: center;
}
table.dataTable button{
	padding: 0px;
	border: 0px;
	background-color: transparent;
	font-size: 16px;
}


table.dataTable thead {
    font-size: 14px;
}
.dataTables_info {
	width: 100%;
}
table.dataTable{
    margin-bottom: 20px;
}
#salida-tabla_wrapper {

    /*margin-top: 20px;*/
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #cccccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #cccccc !important;
    background-color: #ffffff;
    margin: -1px;
    padding: 5px 18px;
    color: #afafaf !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #f4f4f4 !important;    
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #d2d5d8 ;
    color:#444 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    display: none;
    background: rgba(13,110,253, 0.1) !important;
    color:rgba(0, 0, 0, 0.2) !important;
}
table.dataTable tbody>tr {
    cursor: pointer;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before {
    bottom: 44%;
    font-size: 18px;
    font-family: boxicons!important;
    content: "\ea57";
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    top: 54%;
    font-family: boxicons!important;
    font-size: 18px;
    content: "\ea4a";
}

.dt-container .dt-length {
    float: left
}
.dt-container .dt-paging {
    float: right;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 5px 16px;
}
.dt-container .bottom {
    background-color: #f9f9f9;
    display: flow-root;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 20px 20px 15px 20px;
}
.dt-info {

    display: flow-root;
    padding: 20px 20px 15px 20px;
    background-color: #f9f9f9;
    margin-top: -10px;
    margin-left: -20px;
    margin-right: -20px;
}
.dt-info h4 {
    margin-bottom: 0px;
}

table.dataTable>thead>tr>th, table.dataTable>thead>tr>td, table.dataTable.no-footer , table.dataTable {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #f9fbfe;
}
table.dataTable>thead>tr>th.dt-ordering-desc, table.dataTable>thead>tr>th.dt-ordering-asc{
    background-color: #eff7ff;    
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #ffffff;
}
div.dt-container .dt-paging .dt-paging-button:hover {
   background: #fafafa; 
    color:#888888 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable>tfoot>tr>th, table.dataTable>tfoot>tr>td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
	    padding-bottom: 10px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.dataTables_empty h4, table.dataTable tbody .dt-empty h4 {
    margin: 8px 0px 5px 0px !important;
    font-size: 18px !important;
}

.offcanvas-header {
	border-bottom: 1px solid #cccccc;
	padding: 12px 20px 8px 20px;
	background-color: #000000;
	color: #ffffff;
}
.offcanvas-footer {
    border-top: 1px solid #cccccc;
    padding: 10px 20px;
    background-color: #f6f9ff;
}

.icono {
    vertical-align: middle;
}
.icono .bi::before, .icono [class^="bi-"]::before, .icono [class*=" bi-"]::before {
    display: block;
}
.btn-modificar, .btn-eliminar, .btn-segundo, .btn-modificar-ext {
	cursor: pointer;
}
.btn-ampliar-offcanvas {
/*    
	padding: 0px;
	background-color: transparent;
	border:0px;*/
	font-size: 20px;
}

.offcanvas.show:not(.showing).large {
    --bs-offcanvas-width: 100%;
	transition: width 0.3s ease-in-out !important;
	
}
.offcanvas.no-large {
    --bs-offcanvas-width: 95%;
	transition: width 0.3s ease-in-out !important;
	
}
.offcanvas {
    --bs-offcanvas-width: 95%;
}
#offcanvas-principal .offcanvas-body{
	padding-bottom: 50px !important;
}

.modal .modal-header {
	padding: 12px 20px 8px 20px;
	border-bottom: 1px solid #cccccc;
	background-color: #f6f9ff;
}

#offcanvas-secundario {
	--bs-offcanvas-width: 90%;
}

#offcanvas-principal #offcanvas-eliminar {
	width: 95%;
	right: 0px;
	left: auto;
}
#offcanvas-calendario {
	width: 30%;
}

#offcanvas-procesos, #offcanvas-unico {
	width: 40%;
	max-width: 900px;
}
@media (max-width: 1199px) {
    .offcanvas {
        --bs-offcanvas-width: 95%;
    }
}

@media (max-width: 992px) {
  .offcanvas {
        --bs-offcanvas-width: 100% ;
    }
}
@media (max-width: 768px) {
    #tabs-principal .nav-link .nombre {
        display: none;
    }
	
	.offcanvas {
        --bs-offcanvas-width: 100% !important;
    }
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
#main {
    padding: 20px 30px 80px 30px;
}
#footer {
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    width: calc(100% - 300px);
    border: 0px;
    padding:5px 30px;
	z-index: 2
}

body.toggle-sidebar #footer {
    width: 100%;
}

.contacto-visto-0 {
	font-weight: bold;
	color:#696969;
	/*color: #d6001a;*/
}

.contacto-visto-1 {
	/*color: #26a964;	*/
}


/*#tabs-contacto .accordion-button {
	background-color: #ebeef4;
	padding: 10px;
}*/
.accordion.listado-notas p {
    margin-top: 0;
    margin-bottom: 5px;
}

.listado-servicios .list-servicios {
	margin-bottom:5px; 
	padding-top: 5px;
	padding-bottom:5px; 
	border-bottom: 1px solid #e7e7e7;
}
.listado-servicios .list-servicios:last-child {
	border-bottom:  0px solid #e7e7e7;
}
#tabs-principal .accordion-item {
	border: 0px;
}
#tabs-principal .accordion-button {
	border-radius: 0px;
	padding: 14px 10px 10px 10px;
    /*background-color: #f5f5f5 !important;*/
	background-color: #dee2e6;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin-top: -1px;
/*	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;*/
	box-shadow: none;
}

#tabs-principal .col-acordeon-acciones {
	background-color: #dee2e6 !important;

	border-bottom: 1px solid #ffffff; 
	font-size:20px; 
	padding-top: 12px; 
	margin-right: 10px;
}

#tabs-principal .accordion-body {
	border: 0px;
}

#tabs-principal .accordion-body .accordion-button {
	background-color: #f5f5f5 !important;	
	border-top: 0px solid #dee2e6;
	border-left: 0px solid #dee2e6;
}

#tabs-principal .accordion-body .col-acordeon-acciones{
	background-color: #f5f5f5 !important;		
}
	
.prioridades-colores-select {
	position: relative;
	display: block;
}

.prioridades-colores-select-style {
	border: 1px solid #dee2e6;
	border-radius: 5px;
	padding: 8px;
	cursor: pointer;
	width: 50px;
    height: 34px;
}

.prioridades-colores-select-style:hover {
	background-color: #f8f9fa;
}

.prioridades-colores-options {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	z-index: 1;
	background-color: #ffffff;
	width: 50px;
}

.prioridades-colores-option {
	padding: 4px;
	cursor: pointer;
	display: flex;
}

.prioridades-colores-option:hover {
	background-color: #f8f9fa;
}

.prioridades-colores-color-circle {
	display: inline-block;
	width: 100%;
	height: 32px;
	border-radius: 5px;
    /*  border-radius: 50%;
      margin-right: 10px;*/
}

.no-color-circle {
	border:1px solid #cccccc !important;
	position: relative;
	    font-family: 'remixicon' !important;
}
.no-color-circle::before {
    content: "\ee57";
    position: absolute;
	font-size: 24px;
    top: calc(50% - 17px);
    left: calc(50% - 12px);
	color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
   /* background: linear-gradient(141deg, transparent 46%, red 46%, red 54%, transparent 54%);*/

}

.row.tabla-interior {
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	margin-top: -1px;
}
.row.tabla-interior > [class*="col"] {
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 10px 15px;
}
.row.tabla-interior > .atributo {
	background-color: #fbfbfb;
	font-weight: bold;
}

.row.tabla-interior .btn-sm {
	/*padding: 0px 6px;
	line-height: 20px;*/
	margin-top: -6px;
    margin-bottom: -5px;
}

.offcanvas form .col-form-label {
	font-weight: bold;
}


.table.table-bordered {
/*	width: calc(100% - 10px);*/
}
.accordion-body p{
	margin-bottom: 5px;
}

#eliminar-offcanvas-eliminar, #cerrar-offcanvas-eliminar {
    min-width: 60px;
        margin: 0px 5px;
}
.es-cliente, .es-cliente a {
	color: #26a964;	
}
input[type="date"] {
	width: 140px;
}
.color-bien, .color-bien a {
	color:#26a964;
}
.color-alerta, .color-alerta a {
	color:#d6001a;
}

.color-pendiente, .color-pendiente a {
	color:#cc9339;
}

.color-total, .color-total a {
	color:#6d8ae1;
}
.color-gasto, .color-gasto a {
	color:#cc9339;
}
.input-group-text {
	line-height: 1.2;		
}

.form-control, .form-select {
	font-size: 15px;
	line-height: 1.4;
}

.desde-principal {
	margin: 20px;
}
.form-control[readonly]  {
	background-color: var(--bs-secondary-bg);	
}
#salida-tabla {
   margin-top: 20px; 
}

#salida-tabla td {
	position: relative;
}
#salida-tabla thead .bi {
	font-size: 18px;

    line-height: 0px;

    display: block;
}
.listado-factura-ingreso {
    width: 5px;
    background-color: #6d8ae1;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.listado-factura-gasto {
    width: 5px;
    background-color: #cc9339;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.listado-colores {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.dropdown-opciones .form-select {
	text-align: left !important;
}

.dropdown-opciones .dropdown-menu{
	width: 100%;
    padding: 8px;
}
#limpiar-filtros {
	padding: 4px 10px;
}

.listado-leyenda {
	padding-left: 6px;
    display: block;
    line-height: 16px;
}

/************ CALENDARIO ****************/

.fc-scroller-harness, table.fc-scrollgrid {
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.fc-scroller-harness .fc-col-header-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
.fc-daygrid-body, .fc-col-header, .fc-scrollgrid-sync-table {
    /*width: 100% !important;*/
    
}
.fc-event-title {
    line-height: 15px;   
}
.fc-daygrid-dot-event {
    align-items: baseline;
}
.fc-event-main-frame {
    white-space: normal;
}

#leyenda-accion-cambio-general {
    background-color: rgba(114, 194, 121, 0.9);
    color: #ffffff;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 16px;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 70px;
    display: none;
}
#leyenda-accion-cambio-general.error{
	background-color:rgba(239,88,84,0.8);    
}

.usuario-img {
	border:1px solid #dee2e6; 
	padding: 5px; 
	border-radius:5px; 
	width:130px; 
	height: 130px; 
	margin-bottom: 10px;
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: 1px solid #dee2e6;
}
.ql-toolbar.ql-snow {
	background-color: #f8fafb;
}

.card.procesos {
	box-shadow: none; 
	background-color: transparent;
	margin-bottom: 10px;
}
.card.procesos .card-body {
	padding: 0px;
}

.card.procesos .cabecera{
	background-color: #f9f9f9; 
	color: #3e4f6f; 
	padding: 20px; 
	border: 1px solid #cccccc;	
	border-radius: 5px;

}


#cargar-proceso .ficha-proceso {
	position: relative;
	border:1px solid #cccccc; 
	background-color: #ffffff; 
	border-radius: 5px; 
	margin-bottom: 10px; 
	padding: 6px;
	font-size: 12px;
	cursor: grab;
}


.ficha-proceso .contratado{
	
}
.ficha-proceso .titulo {
	color: #888888;
}
.ficha-proceso .titulo, .ficha-proceso .titulo-extra {
	
	margin-bottom: 8px;
}

.ficha-proceso .productos {
	border-top:1px solid #e7e7e7;
	margin: 10px 4px 0px 4px;
    padding: 10px 10px 0px 10px;
}

.ficha-proceso .productos .row  {
	/*padding-bottom: 5px;*/
}

.ficha-proceso .btn-modificar-ext, .ficha-proceso .btn-modificar-procesos {
	position: absolute;
	color: #ffffff;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .fecha_asignado {
	font-size:10px;
	line-height: 14px;
    margin-top: 3px;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #26a964;
        width: 6rem;
        position: absolute;
        left: 10rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #26a964;
        width: 6rem;
        position: absolute;
        right: 10.26rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 15rem;
    text-align: center;
	
}

.timeline-steps .timeline-content .number {
	background-color: #26a964;
    position: absolute;
    color: #ffffff;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 12px;
    font-weight: 700;
}

.timeline-steps .timeline-content .inner-circle {
	position: relative;
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*background-color: #3b82f6*/
}
.timeline-steps .timeline-content .inner-circle i{
    position: absolute;
	color: #ffffff;
	font-size: 25px;
}
.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #26a964;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
.timeline-content .usuario {
	font-size: 12px;
    color: #a3a3a3;
	margin-bottom: 0px;
}
.timeline-content .fecha {
	font-size: 12px;
	margin-bottom: 0px;
}
.timeline-content .productos {
	border-top:1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin: 10px 4px 4px 4px;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
    color: #a3a3a3;
}
.timeline-content .productos strong {
	color:#212529;
}


.proceso-completado .fecha {
	margin-bottom: 10px;
}
.form-select.small {
	font-size: 12px;
	background-position: right 4px center;
	background-size: 12px 8px;
	padding: 3px 20px 3px 5px;
	    border-radius: 4px;
}
.form-control.small {
	font-size: 12px;
	background-position: right 4px center;
	background-size: 12px 8px;
	padding: 3px 5px 3px 5px;
	border-radius: 4px;
	height: 26px;
}

:root {
	--white: #ffffff;
	--black: #000000;
	--blue:#0288d1;
	--green-claro:#a0cdab;
	--green:#26a964;
	--gray:#ebebeb;
	--box-shadow1:0px 0px 18px 2px rgba(10, 55, 90, 0.15);
}


#procesos-timeline .timeline {
	margin-top: 30px;
    padding: 0px 10px 0px 10px;
    position: relative;
}
#procesos-timeline .timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
#procesos-timeline .timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
#procesos-timeline .timeline h3 {
    padding: 6px 15px 5px 15px;
} 
#procesos-timeline .timeline .fecha {
	font-size:10px;
	line-height: 14px;
    margin-top: 3px;
}
#procesos-timeline .timeline h3{
	font-size: 18px;
    font-weight: lighter;
    background: var(--green);
	margin-bottom: 0px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#procesos-timeline .timeline-content-in {
	padding: 10px;
	font-size: 12px;
}
#procesos-timeline .timeline p, #procesos-timeline .timeline time {
    color: var(--green)
}
#procesos-timeline .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--green);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
#procesos-timeline .timeline-content {
    /*border: 1px solid var(--green);*/
	padding: 0px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}
#procesos-timeline .timeline-nodes:nth-child(odd) h3,
#procesos-timeline .timeline-nodes:nth-child(odd) p {
    text-align: right;
}
#procesos-timeline .timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
	padding-top: 5px;
}
 
#procesos-timeline .timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
	padding-top: 5px;
}
#procesos-timeline .timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--green);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#procesos-timeline .timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--green);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#procesos-timeline .timeline-nodes:last-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px solid #ffffff;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

#procesos-timeline .timeline-image {
    position: relative;
    z-index: 100;
}
#procesos-timeline .timeline-image::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 2px solid var(--green-claro);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--green-claro);
    z-index: 1;
    

}
#procesos-timeline .timeline-image i {
    position: relative;
    z-index: 100;
	color: #ffffff;
    font-size: 20px;
}

#procesos-timeline .numero {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    top: -12px;
    background-color: var(--green);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ffffff;
}

#procesos-timeline .timeline-nodes:nth-child(even) .numero {
	right: -10px;
}
#procesos-timeline .timeline-nodes:nth-child(odd) .numero {
	left: -10px;
}
#procesos-timeline .timeline-date {

}
#procesos-timeline .timeline-content .usuario {
	font-size: 11px;
    color: #a3a3a3;
	padding-top: 4px;
	margin-bottom: -5px;
	border-top: 1px solid #e7e7e7;
}

.fc .fc-multimonth {
	border: 0px;
}

.detalle-producto-fase {
    cursor: pointer;
}

.display-none {
    display: none;
}
/*small device style*/

@media (max-width: 767px) {
    #procesos-timeline .timeline-nodes:nth-child(odd) h3,
    #procesos-timeline .timeline-nodes:nth-child(odd) p {
		text-align: left
	}
	#procesos-timeline .timeline-nodes:nth-child(even) {
		flex-direction: row;
	}
		#procesos-timeline .timeline::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 4%;
		width: 0;
		border-left: 2px dashed var(--green);
		height: 100%;
		z-index: 1;
		transform: translateX(-50%);
	}
	#procesos-timeline .timeline h3 {
		font-size: 1.7rem;
	}
	#procesos-timeline .timeline p {
		font-size: 14px;
	}
	#procesos-timeline .timeline-image {
		position: absolute;
		left: 0%;
		top: 60px;
		/*transform: translateX(-50%;);*/
	}
	#procesos-timeline .timeline-nodes:nth-child(odd) .timeline-content::after {
		content: "";
		position: absolute;
		top: 5%;
		left: auto;
		right: 100%;
		width: 0;
		border-left: 0;
		border-right: 10px solid var(--green);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	#procesos-timeline .timeline-nodes:nth-child(even) .timeline-content::after {
		content: "";
		position: absolute;
		top: 5%;
		right: 100%;
		width: 0;
		border-right: 10px solid var(--green);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}

	#procesos-timeline .timeline-nodes:nth-child(even) .timeline-date {

		text-align: left;
	}
	#procesos-timeline .timeline-image::before {
		width: 65px;
		height: 65px;
	}
}

/*extra small device style */
@media (max-width: 575px) {
    #procesos-timeline .timeline::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 3%;
	}
	#procesos-timeline .timeline-image {
		position: absolute;
		left: -5%;
		}
	#procesos-timeline .timeline-image::before {
		width: 60px;
		height: 60px;
	}
}


#contrato {
			
			background-position: 0px 0px; 
			padding:0px 0px 0px 0px; 
			border:1px solid #cccccc; 
			margin: 0px auto; 
			max-width: 1200px;
			background-color: #ffffff;
		}
		
		#contrato .cabecera {
			position: relative;

		}
		
		#contrato .cabecera img{
			position: relative;
			z-index: 1;
			width: 100%;
		}
		#contrato .cabecera .titulo{
			position: absolute;
			bottom: 25%;
			right: 5%;
			z-index: 2;
			font-size: 24px;
			font-weight: 600;
			color: #f08931;
			
		}
		#contrato .contenido {
			padding: 10px 40px 40px 40px;
		}
		
		#contrato p{
			text-align: justify;
		}

        #signature-pad-container {
            width: 100%;

            height: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        #signature-pad {
            width: 100%;
            max-width: 400px; /* Limita el ancho en pantallas grandes */
            height: auto;
            display: block;
            margin: auto;
        }
        
        #contrato .row {
            margin-bottom: 10px;
        }
        
        .select-readonly {
            pointer-events: none; /* Bloquea la interacción */
            background-color: #e9ecef; /* Color similar a los inputs readonly */
        }
		input[type="date"] {
            width: 100%;
        }
        
		@media (max-width: 768px) { 
			#contrato .cabecera .titulo{
				font-size: 16px;	
			}
			
			#contrato .contenido {
				padding: 15px;
			}
			
		}
#contrato textarea::placeholder {
    color: #000000 !important; /* Cambia el color del placeholder */
    opacity: 0.2 !important; /* Ajusta la opacidad si es necesario */
    font-style: italic; 
}

.form-check-input.contrario:checked {
        background-color: #d6001a;
        border-color: #d6001a;
    }

.blink-marquee {
    color:rgb(234,30,0);
    font-weight: bold;
    animation: fadeBlink 2s ease-in-out infinite;
}

@keyframes fadeBlink {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

#notificaciones {
    position: absolute;
  width: 300px;

  right: -300px; /* oculto fuera de pantalla (ancho + margen extra) */
  top: 60px;
  z-index: 999;

  padding: 10px;
  transition: right 0.5s ease-in-out;

}

#notificaciones.mostrar {
    right: 0px;

}
#notificaciones .notificacion {
    margin: 5px;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.text-start input[type="time"].small::-webkit-calendar-picker-indicator {
  display: none;
}
.guardar-fecha-hora {
	background-color: #0d6efd;
	color:#ffffff;
	border:1px solid #0d6efd;
	border-radius: 4px;
	padding: 2px 5px;
}