.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.box-title {
    margin-bottom: 20px !important;
}
.widget-user-image {
    background: #fff;
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
}
.widget-user-image > i {
    color: #444;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 30px;
}
#loadingDiv {
    margin-top: 20px;
}
.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.logo-mini img {
    width: 90%;
    height: auto;
}
.logo-lg img {
    width: auto;
    height: 35px;
}
.login-logo img {
    width: 90%;
    height: auto;
}

.has-error + .help-block {
    color: #dd4b39;
}

.form-fichaje {
    background-color: #efefef;
    padding: 1rem;
}


/* checkbox de listado de incidencias */
.checkbox-ios {
  cursor: pointer;
}
.checkbox-ios input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  cursor: pointer;
  height: 30px;
  outline: none;
  position: relative;
  transition-duration: 200ms;
  width: 50px;
}

.checkbox-ios input[type=checkbox]:after {
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
  content: "";
  height: 26px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 26px;
}

.checkbox-ios input[type=checkbox]:checked {
  border-color: #ffb500;
  box-shadow: inset 20px 0 0 0 #ffb500;
}
.checkbox-ios input[type=checkbox]:checked:after {
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
  left: 20px;
}

.checkbox-ios span {
  display: inline-block;
  float: right;
  font-weight: normal;
  line-height: 36px;
  margin-left: 5px;
}

.checkbox-ios.mini input[type=checkbox] {
  height: 26px;
  margin: 0;
  width: 45px;
}
.checkbox-ios.mini input[type=checkbox]:after {
  box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
  height: 22px;
  width: 22px;
}
.checkbox-ios.mini span { line-height: 26px; }
.table-form-toggler button {
  display: none;
}

.navbar-badge {
    font-size: 1rem;
    font-weight: 600;
    padding: 2px 4px;
    position: absolute;
    right: 8px;
    top: 10px;
  }

 .badge-warning {
    color: #ffffff;
    background-color: #ff0000;
  }

 .dropdown-menu {
    border: 2px solid rgba(0,0,0,.15);
  }

 .dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem;
  }

 .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }

 .dropdown-menu-lg .dropdown-divider {
    margin: 0;
  }

 .dropdown-menu-lg {
    max-width: 300px;
    min-width: 280px;
    padding: 0;
  }

 .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
 .dropdown-footer, .dropdown-header {
    display: block;
    /* font-size: .875rem; */
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.5rem;
  }
 .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    /* font-size: .875rem; */
    color: #6c757d;
    white-space: nowrap;
  }
 .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
 .dropdown-item.dropdown-header {
    text-align: center;
  }

  .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;

    animation: spin 1s ease infinite;
  }
  /* estilos tipo bootstrap */
  .fit_content{
    width: fit-content !important;
  }

  .mt-3{
    margin-top: 3em;
  }

  .mt-1-5{
    margin-top: 1.5em;
  }
  .d-flex{
    display: flex;
  }
  .align-items-center{
    align-items: center !important;
  }
  .justify-content-center{
    justify-content: center !important;
  }

  .pt-2{
    padding-top: 1.5em;
  }
  .pt-3{
    padding-top: 2em;
  }
  .py-3{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .py-2{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .pt-1{
    padding-top: 2em;
  }
  .pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-2 {
      padding-bottom: 0.5rem !important;
  }

  .pb-3 {
      padding-bottom: 1rem !important;
  }

  .pb-4 {
      padding-bottom: 1.5rem !important;
  }

  .pb-5 {
      padding-bottom: 3rem !important;
  }

  /*Pestañas navegación*/
.tabs_pestanas{
  display: block;
  width: 100%;
  padding: 2%;
}

.tabs_pestanas > .nav-tabs>li>a{
  color: #000 !important;
 }
 .tabs_pestanas > .nav-tabs>li.active>a{
  color: #fff !important;
  background-color: #F39C12;
 }


  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .etiqueta_material_design{
    padding: 0.5em;
    border-radius: 10px;
    color: #fff;
  }

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.justify-center{
  display: flex;
  justify-content: center;
}


.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

/* Similar para mb, ml, mr, mx, my */

/* Paddings */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

@media only screen and (max-width: 600px) {
  .justify-center{
    display: block;
  }
}
