/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
}

.header-logo {
  max-width: 200px;
  max-height: 50px;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Roboto', sans-serif;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.display-4 {
  font-size: 2.5rem;
}
.font-1 {
  font-size: .8rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.btn-options {
  display: flex;
  align-items: center;
  padding: 2px;
  border: 1px solid #6c757d00;
  border-radius: 50%;
}

.btn-options:focus,
.btn-options:active,
.btn-options:hover {
  text-decoration: none;
  border: 1px solid #6c757d;
  background-color: #f8f9fa
}

.btn-options i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.btn-options i:before {
    content: "\f141";
    display: flex;
    align-items: center;
    width: 18px;
    height: 18px;
    position: relative;
    justify-content: center;
    top: 1px;
}

.modal-body {
  padding-bottom: 0;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.overflow-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */

.container-fluid {
  /*min-height: calc(100vh - 110px)*/
}

.main-sidebar {
    min-height: calc(100vh - 111px);
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.bg-gray {
  background: #a9a897;
}

.bg-today {
  /*background: #ebf4f8;*/
}

.navbar a.active, 
.sidebar,
.bg-gray-dark,
.nav-item {
  background: #666666;
}

.pb-8, .py-8 {
    padding-bottom: calc(1.5rem*2)!important;
}
.pt-8, .py-8 {
    padding-top: calc(1.5rem*2)!important;
}

textarea {
  resize:none;
}

.dataTables_length label,
.dataTables_filter label,
div[id*="_filter"] label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-item.active {
  background-color: #f8f9fa;
}

.nav-item a {
  color: #f8f9fa;
}

.nav-item.active a {
  color: #6c757d;
}

.nav-item:last-child a {
  border-bottom: 1px solid #f8f9fa;
}

.nav-item.active a.border-bottom {
  border-bottom: 0px solid #f8f9fa!important;
}

table.footable > tbody > tr > td {
  vertical-align: middle;
  padding: .10em .75em;
}

.table td, .table th {
    padding: .35em .75rem;
}

.table thead th {
    border-bottom: 0px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 0px solid #dee2e6;
    border-bottom-width: 1px;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

.table-bordered {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

table.footable tbody {
    border: 1px solid #dee2e6;
}

table.footable > tbody > tr.footable-empty > td {
    font-size: 1em;
}

.btn.footable-edit:focus,
.btn.footable-edit:active,
.btn.footable-edit:hover,
.btn.footable-delete:focus,
.btn.footable-delete:active,
.btn.footable-delete:hover {
  opacity: .7;
  outline: none !important;
  box-shadow: none;
}

.footable-header .font-weight-lighter {
  font-weight: bold!important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Buscar";
}

form label {
    display: inline-block;
    margin-bottom: .1rem!important;
    font-size: .875rem!important;
}

button[type="reset"],
button[type="submit"] {
    min-width: 100px!important;
}

.page-link {
    padding: .35rem .75rem;
}

.rounded-left-0 {
    border-top-left-radius: 0rem!important;
    border-bottom-left-radius: 0rem!important;
}

.table tbody tr.active {
    color: #495057;
    background-color: #bcdae6;
    border-color: #bcdae6;
}

.footable-paging.border-bottom {
    border-bottom-width: 3px!important;
}

.button.close:focus,
.button.close:active {
  outline: none!important;
}

.themed-grid-col {
  padding: 1em;
  /*background-color: rgba(86, 61, 124, .15);
  border: 1px solid rgba(86, 61, 124, .2);*/
  margin: 0;
  box-sizing: border-box;
}

.font-2x {
  font-size: 4em;
}

.themed-grid-col div {
  margin: 0;
}

.text-orange {
  color: #fd7e14;
}

.text-underline {
  text-decoration: underline;
}

.line-height-2 {
  line-height: 1.2;
}

#form-add-image-modelo .custom-file-label {
  display: flex;
  align-items: center;
  min-height: 100%;
}

#form-add-image-modelo .custom-file-label::after {
  display: flex;
  align-items: center;
  min-height: 100%;
}

/*.themed-grid-col:first-child {
  margin-left: 0em;
}

.themed-grid-col:last-child {
  margin-right: 0em;
}*/

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 992px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 1200px) {
  .card-columns {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

.cursor-pointer,
.custom-control-label {
  cursor: pointer;
}

._9AhH0 {
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.add-orden:hover,
.add-orden:active,
.add-orden:focus {
  opacity: .95;
  color: #fd7e14;
}

.close-orden {
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 0px;
    padding: 0;
    margin: 5px 10px;
}

.nav-tabs .nav-item {
  background: transparent;
}

.nav-tabs .nav-item:last-child a {
  border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus {
}

.nav-tabs .nav-link {
  padding: .5rem .5rem;
}

.hidden {
  display: none;
  visibility: hidden;
}

.hidden.d-flex,
.hidden.d-block {
  visibility: visible;
}

div[ng-click="agregarOrden()"] i {
  min-height: 73px;
}

.files-table-placeholder-static__files-list {
    margin: 0;
    padding: 0;
}

.files-table-placeholder-static__file-row {
    background-color: #fff;
    border-top: 1px solid #E6E8EB;
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
}

.files-table-placeholder-static__file-row:first-child {
  border-top: 0px solid #E6E8EB;
}

.files-table-placeholder-static__file-thumbnail {
    width: 40px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    min-width: 64px;
}

.files-table-placeholder-static__file-thumbnail__icon {
    width: 32px;
    height: 32px;
    background-color: #F7F8F9;
}

.files-table-placeholder-static__file-row-info {
    display: inline-block;
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
    min-width: 144px;
}

.files-table-placeholder-static__file-row-info__name {
    display: inline-block;
    margin: 0;
    line-height: 24px;
}

.files-table-placeholder-static__skeleton {
  width: 40%;
  display: flex;
  color: transparent;
  opacity: 1;
  background-color: #637282;
  white-space: nowrap;
}

.files-table-placeholder-static__file-row-modifier {
    display: inline-block;
    width: 16.5%;
    /*-webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;*/
}

.files-table-placeholder-static__file-row-modifier__detail {
    color: #637282;
    margin: 0;
}

.a-HZnjzd-ZiN7ye-Bb,.a-HZnjzd-ZiN7ye-V,.a-HZnjzd-ZiN7ye-Np {
  -webkit-animation: gradient-slide 2.2s ease infinite;
  animation: gradient-slide 2.2s ease infinite;
  background: 0 0/300% 300% linear-gradient(-61deg,#eeeeee 40%,#f5f5f5 50%,#eeeeee 60%);
}

@keyframes gradient-slide {
  0% {
    background-position: 100% 50%;
  }

  to {
    background-position: 0% 50%;
  }
}

._9AhH0 {
  display: none;
  bottom: -10px;
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.tab-content>.active .media:last-child .media-body {
  border-bottom: 0px!important;
}

.tab-content>.active {
  /*position: initial;*/
}

.bg-terminada {
  opacity: .5;
}

._9AhH0.d-block {
  background: #ffffff;
  opacity: .6;
}

.line-block {
  height: 12px;
  margin: 3.5px;
}

.height-26 {
  height: 26px;
}

.height-31 {
  height: 31px;
}

.height-57 {
  height: 57px;
}

.line-height-1-1 {
  line-height: 1.1em;
}

.ratio1_1:before, .ratio1_2:before {
    content: "";
    display: block;
    padding-top: calc(125% - 4em);
}
.box:before {
    content: "";
    display: block;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 100%;
    height: auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
  -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center;
}

.slider:before {
  position: absolute;
  cursor: pointer;
  top: -2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: green;
  -webkit-transition: .4s;
  transition: .4s;
}

.custom-control-input:checked~.custom-control-label.slider::before {
  color: #fff;
  border-color: gray;
  background-color: gray;
}

.custom-switch .custom-control-label::after {
  top: calc(0.2rem + -4px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: white;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@-webkit-keyframes move {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes move {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.move {
    transform: translate3d(0, 0, 0);
    position: relative;
    -webkit-animation: move 1.5s ease-out infinite;
    animation: move 1.5s ease-out infinite;
}

.ng-isolate-scope .btn.btn-default {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.dropdown-toggle::after,
.ng-isolate-scope .btn.btn-default.dropdown-toggle::after {
  display: none;
}

.ng-isolate-scope .btn.btn-default.btn .caret {
  margin-left: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.border-6px {
  border: 6px solid #ffc107!important;
}

.border-2px {
  border: 1px solid #ffc107!important;
}

.dropdown-menu-form {
  width: 100%;
}

.dropdown-menu .dropdown-scrollable>li>a, 
.dropdown-menu > li > a {
    padding: 3px .875rem;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    height: 25px;
    font-size: .875rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.range_inputs button.btn-sm {
  font-size: 13px;
}

.deselect-all,
.dropdown-menu > li > a.option {
  cursor: pointer;
}

.dropdown-menu > li > a.option > .ion {
  font-size: 1.5em;
}

.dropdown-menu > li > a.option span:not(.ion-ios-checkmark) + span {
  margin-left: 19px;
}

.option.active {
  color: #333;
  background-color: #f9f2f4;
}

#image-equipo,
#box-equipo-orden {
  min-height: 200px;
}

#image-equipo {
  width: 200px;
  background-color: #96999C!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

.widget-user .widget-user-image > div {
  padding: .25rem;
  background-color: #96999C!important;
  border: 1px solid #dee2e6!important;
  width: 200px;
  height: 200px;
  border: 0px solid #fff;
  position: relative;
  top: -4.5em;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.widget-user .widget-user-image > div .spinner-border {
  position: absolute;
  z-index: -1;
}

#box-equipo-orden {
  background-color: #ffffff!important;
}

#image-equipo-orden {
  background-position: center center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-color: #96999C!important;
}

.widget-user .widget-user-header {
  height: 180px;
}

.widget-user .widget-user-image {
  height: 150px;
}

.u-box-shadow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.05)!important;
}

.a-nEbBXb .l-u-Ab-zb {
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ta-gc-np-Nd {
    background-color: white;
    background-image: -webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),-webkit-linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    background-image: linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef),linear-gradient(45deg,#efefef 25%,transparent 25%,transparent 75%,#efefef 75%,#efefef);
    background-position: 0 0,10px 10px;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
}

.l-u-Ab-zb {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    width: 100%;
}

.popover-body {
  min-width: 260px!important;
}

.tab-content, 
.scrolled-more {
  display: block;
  position: relative;
  height: 100%;
  min-height: 480px;
  max-height: 500px;
}

.scrolled-more {
  min-height: 460px;
  max-height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mh-100 {
  max-height: 100%!important;
}

.scrolled-more::-webkit-scrollbar {
  margin-right: 8px;
  width: 8px;
  background-color: transparent;
}
.scrolled-more::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.scrolled-more::-moz-scrollbar {
  margin-right: 8px;
  width: 8px;
  background-color: transparent;
}
.scrolled-more::-moz-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.scrolled-more::-ms-scrollbar {
  width: 8px;
  margin-right: 8px;
  background-color: transparent;
}
.scrolled-more::-ms-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.constrained {
  border: 1px solid lightgray;
  height: 480px;
  overflow: auto;
  position: relative;
  display: block;
}

.add-campo {
  font-size: 1.6em;
}

.guia {
  color: #f15a29;
}

/*.additional-input label a {
  max-width: 165px;
}*/

.max-height {
  min-height: 130px;
  max-height: 130px;
}

.container-print {
  min-width: 100%;        /* Suppose you want minimum width of 1000px */
  width: auto !important;  /* Firefox will set width as auto */
  width: 100%;   
}

.featurette-divider:last-child {
  display: none;
}

.span-interno,
.span-codigo {
  top: -.8em;
  position: relative;
}

.span-by {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  top: -.5em;
  position: relative;
}

img[style="width: 150px;"] + span + .span-codigo {
  top: -.7em;
  font-size: .9em;
}

img[style="width: 150px;"] + span + .span-codigo {
  top: -12px;
  font-size: .8em;
}

img[style="width: 100px;"] + span + .span-codigo {
  top: -3px;
  font-size: .8rem;
}

img[style="width: 100px;"] + span + span + .span-interno {
  top: -5px;
  font-size: .5rem;
}

img[style="width: 150px;"] + span + span + .span-interno {
  top: -12px;
  font-size: .7rem;
}

img[style="width: 150px;"] + .span-by {
  top: -.7em;
  font-size: .8rem;
}

img[style="width: 100px;"] + .span-by {
  font-size: .5rem;
  max-width: 80px;
  text-align: center;
  line-height: 1.2;
  top: -3px;
}

.equipos-grid img[style="width: 150px;"] + div >  div > span {
  top: 0em;
  font-size: 12px;
}

.equipos-grid img[style="width: 100px;"] + div >  div > span {
  top: 0em;
  font-size: 10px;
}

.equipos-grid img[style="width: 150px;"] {
  margin-top: 0px;
}

.equipos-grid img[style="width: 100px;"] {
  margin-top: 5px;
}

.equipos-grid img[style="width: 150px;"] + .card-body {
  margin-bottom: 12px;
}

.equipos-grid img[style="width: 100px;"] + .card-body {
  margin-bottom: 10px;
}

.equipos-grid .span-interno, 
.equipos-grid .span-codigo,
.equipos-grid .span-by {
  top: 0;
}

.equipos-grid span {
  margin-bottom: 0;
}


@media (max-width: 767.98px) {
  
  .span-by {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    top: -.3em;
    position: relative;
  }

  .span-codigo,
  .span-interno {
    top: -.3em;
  }

}

@media print {
  /* Aquí irían tus reglas CSS específicas para imprimir */
  .btn-print,
  .row-print,
  .sizeImage,
  .featurette-divider:last-child {
    display: none;
  }
  
  .form-stats,
  section.jumbotron {
    display: none;
  }

  .equipos-grid .span-by {
    top: -12px;
  }

  .equipos-grid img[style="width: 150px;"] + .card-body .span-by {
    top: -4px;
  }

  .equipos-grid img[style="width: 100px;"] + .card-body .span-by {
    top: 0px;
  }
    
}

#nprogress {
  position: relative;
  z-index: 99999;
}

#nprogress .spinner {
  /*bottom: 1em;
  right: 1em;*/
}

#nprogress .spinner-icon {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

#nprogress .bar {
  background: #007bff;
}

#nprogress .spinner-icon {
  border-top-color: #007bff;
  border-left-color: #007bff;
}

select[name="filtros"]:focus {
  box-shadow: none;
}

.bg-dark .bg-success,
.bg-dark .bg-danger,
.bg-dark .bg-primary {
  background-color: #96999C!important;
}

.bg-success.bg-dark .badge.bg-success {
  color: #28a745;
  background-color: #28a745!important;
}

.bg-danger.bg-dark .badge.bg-danger {
  color: #dc3545;
  background-color: #dc3545!important;
}

.bg-primary.bg-dark .badge.bg-primary {
  color: #007bff;
  background-color: #007bff!important;
}

.box-widgets .border-right:last-child {
  border-right: 0px!important
}

.widget-user.bg-dark {
  background-color: #fff!important;
}

.mw-222 {
  max-width: 222px;
}

.btlr {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

[name="filtros_top"] {
  max-width: 180px!important;
}

.br_orden {
  border-radius: 15px!important;
}

.br_orden_2 {
  border-radius: 6px!important;
}

.border-orange {
  border: 6px solid #fd7e14!important;
}

.border-purple {
  border: 6px solid #6610f2!important;
}

.border-2px-pausada {
  border: 1px solid #fd7e14!important;
}

.border-2px-pospuesta  {
  border: 1px solid #6610f2!important;
}


.est_btn {
  border-bottom: 1px solid transparent!important;
  background-color: #CBCBCB!important;
  color: #6c757d!important;
}

[title="JavaScript charts"] {
  display: none!important;
}

.dropdown-item {
  display: flex;
  width: 100%;
  padding: 0rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #6c757d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu.dropdown-options {
  margin-top: .8rem;
  font-size: .875rem;
}

.dropdown-menu .arrow {
    top: calc((.5rem + 1px) * -1);
}

.dropdown-menu  .arrow {
  right: 5px;
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.dropdown-menu .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25);
}

.dropdown-menu .arrow::after, 
.dropdown-menu .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.dropdown-menu .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}


.dropdown-item:hover {
  color: #212529!important;
}

.dropdown-item:active {  
  background-color: transparent!important;
}

.dates {
  background: #fff; 
  cursor: pointer; 
  padding: 5px 10px 5px 0px;
  /* border: 1px solid #ccc;  */
  max-width: 100%;
}

#chartdiv {
  width: 100%;
  max-height: 1140px;
  height: 400px;
}

#chartdiv-2 {
  width: 100%;
  height: 400px;
}

.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#0C9!important;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.amcharts-export-menu-top-right {
  top: 10px;
  right: 0;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.no_col {
  max-width: 67px;
  min-width: 67px;
  width: 67px;
  text-align: center!important;
}

.navbar-dark .navbar-toggler .focus{
  background-color: gray;
}

.nav-item:last-child a {
  border-bottom: 1px solid transparent;
}

.btn-delete {
  position: absolute;
  top: 3.0rem;
  right: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 2;
  display: block;
  background-color: darkgrey;
  border-radius: 1.5rem;
}

.btn-delete-eq {
  position: absolute;
  top: 0rem;
  right: -0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  z-index: 2;
  display: block;
  background-color: darkgrey;
  border-radius: 1.5rem;
}

.delete-img {
  color: white;
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  font-size: 1.2rem;
}
/*
.delete-img:hover {
  color: darkgrey;
}

.btn-delete:hover {
  background-color: white;
}*/
#cckAllEquipos {
  margin-left: 24px;
}

.table,
.table-hover tbody tr:hover {
  color: #6c757d;
}

table > tbody > tr > td > span.footable-toggle {
    margin-right: 8px;
    opacity: 1;
    font-size: 20px;
    cursor: pointer;
    color: #212529;
    margin-right: 12px;
}

table.footable-details > tbody > tr > th:nth-child(1) {
  width: 180px;
}

.text-fecha {
  font-size: 1.2rem;
}

.daterange-box {
  max-width: 500px;
}

.daterange-box div span {
  height: 43px;
}

@media (min-width:621px) {
  .text-fecha {
    font-size: 1.5rem;
  }

  .daterange-box {
    max-width: 510px;
  }

  .daterange-box div span {
    height: 43px;
  }
}

@media (min-width:768px) {
 
  .equipos-grid p,
  .equipos-grid p span {
    font-size: 12px;
  }

  .equipos-grid span {
    font-size: 12px;
    line-height: 18px;
  }

  .equipos-grid span:last-child {
    margin-bottom: 12px;
  }
  
  .equipos-grid img[style="width: 150px;"] + div > div > span {
    line-height: 16px;
  }
  
  .equipos-grid img[style="width: 150px;"] + div > div > span:last-child {
    margin-bottom: 0px;
  }
  
  .equipos-grid img[style="width: 100px;"] + div > div > span {
    line-height: 14px;
  }

  .equipos-grid img[style="width: 100px;"] + div > div > span:last-child {
    margin-bottom: 0px;
  }

}

@media (min-width: 992px) {
  
  .equipos-grid-desc p,
  .equipos-grid-desc p span {
    font-size: 1rem;
    line-height: 22px;
  }

  .equipos-grid .card-body,
  .equipos-grid .card-body span {
    font-size: 1rem;
  }

  .equipos-grid span {
    font-size: 1rem;
    line-height: 22px;
  }

  .equipos-grid span:last-child {
    margin-bottom: 12px;
  }
  
  .equipos-grid img[style="width: 150px;"] + div > div > span {
    line-height: 16px;
  }

  .equipos-grid img[style="width: 150px;"] + div > div > span:last-child {
    margin-bottom: 0px;
  }
  
  .equipos-grid img[style="width: 100px;"] + div > div > span {
    line-height: 14px;
  }

  .equipos-grid img[style="width: 100px;"] + div > div > span:last-child {
    margin-bottom: 0px;
  }

}

.equipos-grid:nth-child(1),
.equipos-grid:nth-child(2) {
  margin-top: 0px!important;
}

.min-width-button {
  min-width: 75px;
}

/* Put your css in here */

multiselect .btn {
    
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-menu .selected {
  color: #16181b;
  text-decoration: none;
  background-color: #f9f2f4;
}

multiselect {
  display:block;
}

multiselect .btn {
  width: 100%;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

multiselect .btn.error{
  border: 1px solid #da4f49 !important;
}

multiselect .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

multiselect .dropdown-menu {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
}

multiselect .dropdown-menu > li > a {
  padding: 3px 10px;
  cursor:pointer;
}

[ng-click="uncheckAll()"]:hover {
  background-color: #e9ecef!important;
}

.dropdown-menu > li > a > .ion.icon-empty {
  width: 10.5px;
  margin-right: 10px;
}

.dropdown-menu > li > a > .ion.ion-ios-close:before {
  top: 0;
  display: block;
  position: relative;
}

.dropdown-menu > li > a > .ion.ion-ios-close {
  font-size: 18px;
  margin-right: 13px;
}

/* PROGRAMA */

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 40px;
    padding-bottom: 1px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 0px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel .panel-body {
    padding: 0;
}
.btn-items{
    padding-top:5px;
}

.fa-caret-right, .fa-caret-down{
    padding-left:10px;
    padding-right:10px;
}

.containerTitle{
    margin-left:-15px;
}

dnd-nodrag {

}

/* Fonts */
#itemMachine{
    font-size:12px;
}
.subitem{
    padding:5px;
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 16px;
}
.subItemEdit{
    padding: 5px;
    padding-top: 5px;
    margin-bottom: -1px;
    font-size: 16px;
}

/* Forms */
.addItem{
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    width:initial;
    display:inline-block;
}

.enabledInput{
    color: white;
    background-color: rgba(238, 238, 238, 0.1);
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    width:inherit;
    display:inline-block;
}
.containerEdit{
    color:black;
}

.form-control[readonly], .disabledInput{
    color: white;
    background-color: #337ab7;
    font-size:16px;
    height: 30px;
    line-height: 1.5;
    border:none;
    width:inherit;
    display:inline-block;
    box-shadow: none;
    width:auto;
}

/* Category draggable */
ul[dnd-list] {
  min-height: 42px;
  padding: 0;
}

ul[dnd-list] > li {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: -15px;
}

ul[dnd-list] > li.dndDraggingSource {
  display: none;
}

ul[dnd-list] > li.dndPlaceholder {
  background-color: #ddd;
  min-height: 42px;
}

.panel .panel-body {
  padding: 0;
}

/***************************** Dropzone Styling *****************************/

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dndCatDemo .dropzone ul[dnd-list] {
    min-height: 8px;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
}


/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.dndCatDemo .dropzone .dndDragging {
    opacity: 0.7;
    cursor: grabbing;
}

/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation.
 */
.dndCatDemo .dropzone .dndDraggingSource {
    opacity: 0.5;
}

/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.dndCatDemo .dropzone .dndPlaceholder {
    background-color: #ddd !important;
    display: block;
    min-height: 42px;
}

/***************************** Element type specific styles *****************************/

.dndCatDemo .dropzone .itemlist > li {
    background-color: #337ab7;
    border: none;
    border-radius: .25em;
    color: #fff;
    margin: 5px;
    padding: 3px;
    margin-left: 12px;
    margin-right: 12px;
}

.dndCatDemo .dropzone .container-element {
    margin: 10px;
}
.dndCatDemo .handle {
    cursor: move;
    float:left;
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.typesDemo .btn-group {
  max-height: 30px;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.typesDemo ul[dnd-list],
.typesDemo ul[dnd-list] > li {
  position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.typesDemo ul[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
  margin: 0;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.typesDemo ul[dnd-list] .dndDraggingSource {
  display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.typesDemo ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  padding: 10px 15px;
  min-height: 42px;
}

/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.typesDemo ul[dnd-list] li {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  margin-bottom: -1px;

  /* Disable text selection if item is not draggable */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.typesDemo ul[dnd-list] li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.typesDemo ul[dnd-list] li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.typesDemo ul[dnd-list] li dnd-nodrag {
  display: block;
  padding: 0;
}

/**
 * Gender-specifc background
 */
.typesDemo ul[dnd-list] li.background-man {
  background-color: #CAE0FC;
}

.typesDemo ul[dnd-list] li.background-woman {
  background-color: #FFE2F5;
}

.typesDemo ul[dnd-list] input.background-man {
  background-color: #D8E9FF;
  color: #2F4D99;
}

.typesDemo ul[dnd-list] input.background-woman {
  background-color: #FFF0FA;
  color: #D84FA7;
}

/**
 * Handle positioning
 */
.typesDemo .handle {
  cursor: move;
  position: absolute;
}

.typesDemo .name {
  margin-left: 20px;
}

dnd-nodrag {
  padding-right: 10px;
}

.font-weight-boldP88{
  font-weight: 500!important
}

i.ion-ios-checkmark-circle-outline{
  color: #007bff;
  font-size: 20px;
}

.form-check-input{
  margin-left:0px;
  font-size: 18px;

}

.row-logo-programa {
  display: none;
}

#logo-programa {
  height: 90px;
  background-size: auto 100%!important;
  background-repeat: no-repeat!important;
}

#image-usuario {
  height: 36px;
  width: 36px;
  background-color: #96999C!important;
  background-position: center center!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}

.dropdown-menu{
  min-width: 20rem;
}
.fa.fa-camera.position-relative{
  top: 47px;
    right: 30px;
    font-size: 24px;
}

/*
.bg-primary-gourmet{
  background: rgba(28,117,188,1);
  background: -moz-linear-gradient(left, rgba(28,117,188,1) 0%, rgba(73,155,234,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,117,188,1)), color-stop(100%, rgba(73,155,234,1)));
  background: -webkit-linear-gradient(left, rgba(28,117,188,1) 0%, rgba(73,155,234,1) 100%);
  background: -o-linear-gradient(left, rgba(28,117,188,1) 0%, rgba(73,155,234,1) 100%);
  background: -ms-linear-gradient(left, rgba(28,117,188,1) 0%, rgba(73,155,234,1) 100%);
  background: linear-gradient(to right, rgba(28,117,188,1) 0%, rgba(73,155,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c75bc', endColorstr='#499bea', GradientType=1 );

}*/

.bg-primary-gourmet{
  background-image: url("../images/fondo-banners.png");
}

.text-primary-gourmet{
  color: #1c75bc; 
}

.btn-qrfgourmet-primary,
.btn-qrfgourmet-primary:focus,
.btn-qrfgourmet-primary:visited,
.btn-danger,
.btn-danger:focus{
  border-color: #f15a29;
  background-color: #f15a29; /* Green */
  color: white;
  border: 1px solid #ffffff;
  border-radius: 7px;
  font-size: .8rem;
  padding: .5rem 2rem;


  width: 200px; 
  left: 50%;
}


.btn-qrfgourmet-primary:hover{
   border-color: #f15a29;
  background-color: #f15a29; /* Green */
  color: white;
  },
  
.btn-danger:hover{
  color: #f15a29;
  background-color: white; 
  border-color: #f15a29;
}


.btn-qrfgourmet-primary-color{
  border-color: #f15a29;
  background-color: #f15a29; /* Green */
  color: white;
  border: 1px solid #ffffff;
  border-radius: 7px!important;
  font-size: .8rem;
  padding: .5rem 2rem;
}

.btn-qrfgourmet-primary-color:hover {
   border-color: #f15a29;
  background-color: #f15a29; /* Green */
  color: white;
}

input[type="text"]{
font-size: 18px!important;  
}

textarea{
  font-size: 18px!important;
}

textarea::-webkit-input-placeholder {
  color: #c0c0c0!important;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #c0c0c0!important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #c0c0c0!important;
}

textarea:-ms-input-placeholder {
  color: #c0c0c0!important;
}

textarea::placeholder {
  color: #c0c0c0!important;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #a9a897;
    content: "";
    /*background-color: #f15a29;*/
    /*border-left: inherit;*/
    border-radius:7px;
    text-align: left;
    width: 100%;
    font-size: .8rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: white;
    content: "Agregalo Aquí";
    background-color: #f15a29;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    text-align: center;
    width: 50%;
    font-size: .9rem;
}


.w-sm-50{
  width: 50%!important
}

.w-md-100{
  width: 100%!important
}

.w-80{
  width: 80%!important;
}

#page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: none;
  color: #999999;
  font-size: 13px;
}

.spinner-border{
  /*display: none;*/
  z-index: 1051;
  left: 50%;
  margin-left: -4em;
}

#borrarPDF{
  display: none;
}

.rowPreviewFile{
  display: none;
}