/* Colores */
/* Fin Colores */
.bg-login {
  background-image: url("../img/bg-login.jpg");
  background-size: cover;
}

.btn-primary {
  background-color: #b71728;
}
.btn-primary:hover {
  background-color: #a1006b;
}

.purpura {
  background-color: #a1006b !important;
}

.rojo {
  background-color: #b71728 !important;
}

.gris {
  background-color: #e0e1dd !important;
}

.purpura-text {
  color: #a1006b !important;
}

.rojo-text {
  color: #b71728 !important;
}

.gris-text {
  color: #e0e1dd !important;
}

.badge-primary {
  color: #fff;
  background-color: #b71728;
}

a {
  color: #b71728;
}

.paper-nav-toggle i {
  color: white;
  background: white;
}
.paper-nav-toggle i::after, .paper-nav-toggle i::before {
  background: white;
}
.tab-pane{
  margin-top: 20px;
}
.nav-material>li>a::after {
    background: #fff;
}
.alert{
  position: fixed;
  bottom: 40px;
  display: block;
  width: 800px;
  z-index: 999;
  right: 130px;
}
.alert.alert-danger {
  background-color: #fbdde0 !important;
}
.alert.alert-success {
  background-color: #aff6af !important;
}
.alert-original .alert {
  position: relative !important;
  padding: .75rem 1.25rem !important;
  margin-bottom: 1rem !important;
  border: 1px solid transparent !important;
  border-radius: .25rem !important;
  bottom: auto !important;
  width: auto !important;
  z-index: auto !important;
  right: auto !important;
}
.offcanvas .sidebar-menu>li.active:after {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #b71728;
    position: absolute;
    right: 0;
    bottom: 0;
}
.card.margin_bottom{
  margin-bottom: 20px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b71728;
    border-color: #b71728;
}
.page-link {
    color: #b71728;
    background-color: #fff;
    border: 1px solid #e1e8ee;
}
#new_tipo input{
  margin-left: 10px;
}

.list-group-tarifas{
    max-height: 232px;
    margin-bottom: 10px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #b71728;
    border-color: #b71728;
}
.weekDays-selector input {
  display: none!important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 6px;
  background: #dddddd;
  height: 20px;
  width: 20px;
  margin-right: 3px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
  font-size: 12px;
}

.weekDays-selector input[type=checkbox]:checked + label {
  background: #b71728;
  color: #ffffff;
}
#antelacionOption{
  margin-left: 5px;
}
/*# sourceMappingURL=style.css.map */

.nav-material > li > a.nav-link {
  height: 37px !important;
}
.nav-material > li > a.nav-link > form {
  height: 17px !important;
}
.nav-material > li > a.nav-link > form > button {
  padding: 0 !important;
  border: 0px solid transparent !important;
  font-size: inherit !important;
  color: #ffffff !important;
}


.table-fixed{
  display: grid;
}
.table-fixed tr{
  display: grid;
}
.table-fixed thead, .table-fixed tfoot {
  width: 100%;
}
.table-fixed thead{
  color: #fff;
  background-color: #b71728;
  border-color: #b71728;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: grid;
}
.table-fixed tbody td{
  float: left;
  border-bottom-width: 0;
}
.table-fixed thead > tr> th {
  float: left;
  font-size: 15px;
  font-weight: bold;
  border-width: 0;
}

.input-tarifas input{
  border: none;
  background-color: #f4f8fb;
  border-radius: 20px;
  width: 75%;
  padding: 10px;
}
.input-tarifas.w-65 input{
  width: 65%;
}
.input-tarifas.w-60 input{
  width: 60%;
}
.input-tarifas .btn-outline-secondary{
  border: none;
}
.canal_tarifas{
  border: none !important;
}
.amsify-suggestags-input-area.canal_tarifas  .amsify-select-tag.col-bg{
    background: #f4f8fb;
    color: #84898c;
    border-radius: 10px;
}

#actividad_propia, #actividad_suncontratada, #usuario_interno, #usuario_externo,
#con_reserva{
  display: none;
}

.custom-control-label::after{
  top: calc(.25rem + 2px) !important;
}
.custom-control-label::before {
  top: calc(.25rem + 0px) !important;
}

/*#imagenes label.custom-file-label{
  display: none;
}*/
.input-tarifas .input-prepend{
  width: 100%;
}

.input-tarifas .input-prepend .btn{
  background-color: #b71728;
  color: #FFF;
  font-weight: normal;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 1px;
}

.custom-title-text {
  color: gray;
  font-weight: bold;
  font-size: 18px;
}

button.btn.btn-link.col-12 > .dropdown-toggle {
  transition: .3s transform ease-in-out;
}
button.btn.btn-link.col-12.collapsed > .dropdown-toggle {
  transform: rotate(-90deg);
}
.col-form-label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
}
.pip{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.imageThumb{
    max-width: 100%;
}
.custom-file{
    height: auto !important;
}
.ms-parent, .ms-choice{
  background-color: #f5f8fa !important;
}
.ms-parent span{
  color: #495053 !important;
  font-weight: 300;
}
.ms-choice > div {
  top: 5px !important;
  right: 5px !important;
}
.table-scroll-inner tbody, .table-scroll-inner tr { 
    display: block; 
}
.table-scroll-inner td:nth-child(2) { 
    width: 100%;
}
.table-scroll-inner tbody {
    height: 500px;      
    overflow-y: auto;   
    overflow-x: hidden; 
}
.form-control.is-invalid-admited {
  border-color: #ed5564;
  padding-right: calc(1.5em + .75rem);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ED556…%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.borrar_img{
  cursor: pointer;
}

.scheduledelete{
  margin-bottom: 0;
  display: block;
  position: absolute;
  margin-top: 10px;
  z-index: 999;
  cursor: pointer;
  width: 100px;
  right: 0;
}
.rowremove + div.row {
  display: none;
}
.groupdates{
  margin-bottom: 0;
}
.col-input-name {
  margin-top: 10px;
}
.form-control {
    font-size: 12px;
    padding: 4px 6px;
    height: auto;
}
.form-group.has-icon i {
  top: 14px;
}

table.tabla_articulos{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; 
  word-wrap:break-word; 
}
table.tabla_articulos td{
    text-align: center;
}
table.tabla_articulos td input{
    width: 50px;
    text-align: center;
}
#collapseSix .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0;
    margin: 0;
}
#collapseSix .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none !important;
    background: transparent;
}
label.error{
  color: red;
}