.nav-static {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.sidebar {
  position: fixed;
  padding: 0px;
  width: 16%;
  background-color: #4B515D;
  z-index: 4;
  overflow: hidden;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
}

@media (min-width: 576px) {
  .card-title {
    font-size: 0.8rem !important;
  }

  html {
    font-size: 0.8rem !important;
  }

  .sidebar {
    z-index: 0;
    font-size: 0.75rem;
  }

  .p-container {
    padding-top: 16%;
  }

  .badge {
    font-size: 0.8rem !important;
  }

  .card-body {
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {

  /* What you need: */
  .card-title {
    font-size: 0.8rem !important;
  }

  html {
    font-size: 0.8rem !important;
  }

  .sidebar {
    z-index: 0;
    font-size: 0.8rem;
  }

  .p-container {
    padding-top: 4%;
  }

  .badge {
    font-size: 0.8rem !important;
  }

  .card-body {
    padding: 0.25rem;
  }
}

@media (min-width: 992px) {
  .card-title {
    font-size: 1.3rem !important;
  }

  html {
    font-size: 0.9rem !important;
  }

  .sidebar {
    z-index: 0;
    font-size: 0.9rem;
  }

  .p-container {
    padding-top: 6%;
  }

  .badge {
    font-size: 0.9rem !important;
  }

  .card-body {
    padding: 0.25rem;
  }
}

@media (min-width: 1200px) {
  .card-title {
    font-size: 1.3rem !important;
  }

  html {
    font-size: 1rem !important;
  }

  .sidebar {
    z-index: 4;
    font-size: 1rem;
  }

  .p-container {
    padding-top: 4%;
  }

  .badge {
    font-size: 1rem !important;
  }

  .card-body {
    padding: 0.5rem;
  }
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.title-shadow {
  background: linear-gradient(60deg, #0D0D0D, #8C5F0B);
  /* box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2); */
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

/* Firma */

.caja_firma {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  background-color: white;
  border-color: #aaaaaa;
  border-width: 2px;
  border-style: solid;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 30px;
  height: 30px;
  background-color: #734309;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* .footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
} */

/* 
.content{
    padding-top: 0px !important;
}
.form-group {
    margin: 0px !important;
}
.p-1{
    padding: 10px !important;
}
.p-2{
    padding: 20px !important;
}
.m-0{
    margin: 0px !important;
}
.mt-0{
    margin-top: 0px !important;
}
.mt-1{
    margin-top: 10px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.card{
    padding: 15px !important;
}
.bold{
 font-weight: bold;
}
.color-favorite{
    color: #FFBF00;
}
.not-image{
    background-color: grey !important;
}
.img-detailcita{
    width: 30% !important;
}
.select-w50{
    width: 50% !important;
}
.select-w75{
    width: 50% !important;
}
.w-40{
    width: 40% !important;
}
.w-75{
    width: 75% !important;
}
.sidebar-option-selected{
    background-color:  #734309 !important;
    color: white !important;
    font-weight: bold !important;
}
.hr-black{
    border: 1px black solid;
}
.text-left{
    text-align: left !important;
}
.border-black{
    border: 1px #F0F0F0 solid;
}
.content-start{
    display: flex!important;
    justify-content: flex-start!important;
}
.content-between{
    display: flex!important;
    justify-content: space-between !important;
}
.wrap{
    flex-wrap: wrap!important;
} */
.modal-lg {
  max-width: 1000px !important;
}

.w-5 {
  width: 5% !important;
}

.fc-agenda-slots td div {
  height: 40px !important;
}

.display-none {
  display: none !important;
}