/* body {
    background-color: rgba(117,28,115,0.15) !important;
}
.sidebar {
    background: #751c73;
}

.sidebar .logo img{
    width: 100px;
    margin: 0 auto;
}
.sidebar .sidebar-wrapper {
    height: calc(100vh - 115px);
}
.sidebar .nav-item a p{
    font-weight: 500;
    color: #fff !important;
}
.sidebar .nav-item a span{
    color: #fff !important;
}
.sidebar .nav-item a i{
    color: #fff !important;
}
.sidebar .sidebar-background:after {
    background: #751c73 !important;
}
.sidebar[data-color="orange"] li.active>a {
    background-color: #ffbe08;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(255 190 8 / 40%);
}
.main-panel>.content {
    margin-top: 0px !important;
}

.logoNavbar{
    max-width: 140px;
}

.pd-0{
    padding-bottom: 0 !important;
}

.page-header > .container {
    padding-top: 80px;
}

#gestion .controls a{
    cursor: pointer;
}

#gestion #rootwizard .navbar{
    visibility: hidden !important;
    height: 0 !important;
    position: absolute !important;
}

#gestion #rootwizard .progress{
    margin: 15px 0 25px 0;
}

#gestion #rootwizard .pager.wizard{
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
#gestion #rootwizard .pager.wizard li:last-child{
    margin-left: 5px;
}

#gestion #rootwizard .progress-bar{
    background: #e5405e;
	background: -moz-linear-gradient(left, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
	background: -webkit-linear-gradient(left, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
	background: linear-gradient(to right, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 20px;
  	position: absolute;
  	top: 6px;
  	right: 15px;
  	color: #434B67;
  	pointer-events: none;
}

select::-ms-expand {
  display: none;
}

.tab-content .tab-pane.active.show {
    display: block;
}

.tab-content .tab-pane {
    display: none;
}

.bootstrap-tagsinput .tag.badge {
    background-color: #741c72;
    color: #ffffff;
    margin-top: 15px;
    padding: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "X";
    padding: 0px 2px;
    font-weight: bold;
    margin-left: 3px;
    cursor: pointer;
}


.file-upload {
    width: 100%;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #741c72;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #5a0759;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #5a0759;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content, .file-upload-content-two {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap, .image-upload-wrap-two {
    margin-top: 20px;
    position: relative;
  } */
  
  /* .image-dropping,
  .image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
  } */
  
  /* .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
  }
  
  .file-upload-image, .file-upload-image-two {
    max-height: 300px;
    max-width: 100%;
    margin: auto;
    padding: 20px;
  }
  
  .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }

  .contentRoles button:first-child{
      display: none;
  }
  .contentRoles button:nth-child(2){
    border-top: 0;
}

  @media (max-width: 991px){
    .sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
        background-color: #751c73;
    }
  } */
.col-md-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.full-page.register-page {
    background: url(../img/login.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page .full-page.section-image {
    background: url(../img/login.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-page .card-login .logo-container {
  width: 150px;
}

.logo-container.register {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: none;
}

.login-page .card-login.card-plain .has-danger:after{
  color: #FF3636;
}

.invalid-feedback {
  font-size: 80%;
  color: #ffffff;
  margin-bottom: 15px;
  background: #e03445;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
}

.sidebar .logo .logo-normal {
  text-align: center;
}

.sidebar .logo img {
  width: 100px;
  margin: 0 auto;
}

.sidebar .nav li.active>a{
  background-color: #ffbe08 !important;
}

.sidebar .nav li.active>a p{
  font-weight: bold;
  font-size: 12px;
}

.sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]){
  color: #ffffff !important;
}

.sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]) i {
  color: #ffffff !important;
}

.panel-header {
  background: #6cba75;
  /* background: linear-gradient(to right, rgb(108 186 117 / 90%) 0%, rgb(241 224 10 / 90%) 60%, rgb(226 40 46 / 90%) 100%); */
  background: linear-gradient(to right, rgb(116 27 113) 0%, rgb(34 76 155) 60%, rgb(108 199 215) 100%);
}

.panel-header.usuarios {
  background: #141E30;
  background: linear-gradient(to right, rgb(41 2 43) 0%, rgb(64 1 67) 100%);
  padding-top: 50px;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-content .tab-pane {
  display: none;
}

select {
	/* Here's the code we need */
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.select-wrapper {
	position: relative;	
}

.sidebar[data-color="orange"]:after{
  background: #5c0b66 !important;
}

.nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6 !important;
}

/* .select-wrapper:after {
	font-family: FontAwesome;
  	content: '\f107';
  	font-size: 20px;
  	position: absolute;
  	top: 6px;
  	right: 15px;
  	color: #434B67;
  	pointer-events: none;
} */
.select-wrapper.category:after {
	display: none;
}

select::-ms-expand {
  display: none;
}

.controls a{
  cursor: pointer;
}

#rootwizard .navbar{
  visibility: hidden !important;
  height: 0 !important;
  position: absolute !important;
}

#rootwizard .alert-actors{
  font-size: 12px !important;
}

#rootwizard .progress{
  margin: 5px 0 20px 0;
}

#rootwizard .pager.wizard{
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#rootwizard .pager.wizard li:last-child{
  margin-left: 5px;
}

#rootwizard .progress-bar{
  background: #e5405e;
/* Old browsers */
background: -moz-linear-gradient(left, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(left, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #2ecc7f 0%, #2ecc7f 50%, #2ecc7f 70%, #2ecc7f 100%);
}

.bootstrap-tagsinput .tag.badge {
  background-color: #741c72;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 5px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "X";
  padding: 0px 2px;
  font-weight: bold;
  margin-left: 3px;
  cursor: pointer;
}

.file-upload {
  width: 100%;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #741c72;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #5a0759;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #5a0759;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content, .file-upload-content-two {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap-two {
  margin-top: 20px;
  position: relative;
}

.file-upload-image, .file-upload-image-two {
  max-height: 300px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.hidden{
  display: none !important;
}

.navbar .navbar-brand{
  font-size: 1rem;
}

.swal2-title{
  font-weight: 400 !important;
  font-size: 1.5em !important;
}

.card label>small{
  color: red;
}

.help-block{
  font-size: 12px;
  color: red;
  display: block;
  margin: -5px 0 10px 15px;
}

.selectCombo.has-success:after, .selectCombo.has-danger:after {
  right: 35px;
  bottom: 21px;
}

#sidebarFixed.stick {
  position: fixed;
  top: 0px;
}

.card-user .avatar{
  max-width: 100px !important;
  height: auto !important;
  border-radius: 0 !important;
}

.table>tbody>tr>td:first-child{
  font-weight: bold;
  color: #741c71;
}

.navbar .navbar-nav .nav-link{
  cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: left !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 0px !important;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background-color: transparent !important;
  border: 1px solid #e9ecef !important;
  border-radius: 6px !important;
} */

.bootstrap-select .dropdown-menu.inner{
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  padding: 0px !important;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
  padding: 0 !important;
}

.bootstrap-select button.dropdown-toggle{
  border-radius: 30px;
  font-size: 12px;
  color: #4b4b4b !important;
  background: transparent;
  border: 1px solid #e3e3e3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .show>.btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle:focus, .show>.btn-primary.dropdown-toggle:hover {
  background-color: transparent;
  color: #4b4b4b;
  box-shadow: none;
  border-color: #e3e3e3;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: 0 !important;
  outline-offset: unset !important;
}

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #741c71;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #741c71;
  border-color: #741c71;
}

.page-link {
  color: #741c71;
}

.page-link:hover {
  color: #741c71;
}

.inline-table{
  display: inline-table !important;
}

table.dataTable thead th, table.dataTable tfoot th {
  color:
   #741c71 !important;
}

.table>thead>tr>th {
  font-size: 1.25em !important;
}
.btn.btn-icon.btn-sm.btn-success,.btn.btn-icon.btn-sm.btn-danger{
  color: #fff !important;
}
.btn.btn-icon.btn-sm.btn-success span,.btn.btn-icon.btn-sm.btn-danger span,.btn.btn-icon.btn-sm.btn-primary span{
  display: none;
}

.pd-0{
  padding: 0px !important;
}

.mb-0{
  margin-bottom: 0px !important;
}

#temporadas-error{
  display: none !important;
}

#episodios-error{
  display: none !important;
}

#laravelExamples{
  background: #6b1568;
  padding: 5px 0 10px 0;
}

#laravelExamples .nav{
  margin-top: 0 !important;
}

#ulContenidos{
  background: #6b1568;
  padding: 5px 0 10px 0;
}

#ulContenidos .nav{
  margin-top: 0 !important;
}

.separator-sidebar{
  color: #adadad;
  border-top: 1px solid #adadad;
  padding-top: 10px;
  margin-top: 10px;
  padding-left: 29px;
}

@media(max-width: 991px){
  .login-page .navbar {
    display: none !important;
  }
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead .sorting {
  background-image: url(../img/sort_both.png) !important;
}

table.dataTable thead .sorting_desc {
  background-image: url(../img/sort_desc.png) !important;
}

table.dataTable thead .sorting_asc {
  background-image: url(../img/sort_asc.png) !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead th, table.dataTable tfoot th {
  color: #741c71 !important;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

.vouchers-list{
  font-size: 17px;
  border-bottom: 1px solid #e2e2e2;
}

.vouchers-list:last-child{
  border-bottom: 0px;
}

.vouchers-list span{
  font-weight: 600;
}

.vouchers-list a{
  margin-left: 20px;
  color: #ffffff !important;
}

.vouchers-list a:hover{
  margin-left: 20px;
  background-color: #561755 !important;
}

.white{
  color: #ffffff !important;
}

.border-none{
  border: 0px !important;
}
#formVoucherUtilizados,
#formVoucherDisponibles,
#formRecentlyCreatedVouchers,
#formLastHourCreatedVouchers {
  display: inline-block;
}

#tenant-error{
  display: none !important;
}
#tenantIndep-error{
  display: none !important;
}

#formCreateVouchers .form-group.selectCombo.has-danger .dropdown-toggle{
  border-color: #ffcfcf !important;
  background-color: rgba(222, 222, 222, 0.1) !important;
}

#ajaxLoader{
  visibility: hidden;
  position: fixed;
  z-index: 998;
  height: 5rem;
  width: 5rem;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
#ajaxLoader:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .6));
background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.6));
}

.ajaxloader {
margin: auto;
border: 10px solid #ffffff;
border-radius: 50%;
border-top: 10px solid #751c73;
width: 100%;
height: 100%;
animation: spinner 4s linear infinite;
z-index: 999;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.card-stats .statistics {
  position: relative;
  text-align: center;
  padding: 15px 0;
}

.card-stats .icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}

.icon.icon-primary {
  color: #f96332 !important;
}
.icon.icon-success {
  color: #18ce0f !important;
}
.icon.icon-info {
  color: #2CA8FF !important;
}
.icon.icon-danger {
  color: #FF3636 !important;
}
.info .icon {
  color: #888;
  transition: transform .4s, box-shadow .4s;
}

.info .icon > i {
  font-size: 2.3em;
}

.info .info-title {
  margin: 15px 0 5px;
  padding: 0 15px;
  color: #2c2c2c;
  font-weight: 700;
}

.card-stats .statistics .stats-title {
  margin-bottom: 5px;
  color: #9A9A9A;
  font-weight: 400;
}

.card-stats [class*="col-"] .statistics::after {
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background: #DDDDDD;
}

.card-stats [class*="col-"]:last-child .statistics::after {
  display: none;
}

.dropup.show:not(.bootstrap-select) .dropdown-menu, .dropdown-menu.bootstrap-datetimepicker-widget.top.open{
  z-index: 9999 !important;
}

.nav-fill .nav-item{
  flex: unset !important;
}
.nav-tabs {
  border-bottom: 1px solid rgba(116,27,113,0.2) !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #741b71 !important;
  border-color: #741b71 !important;
}

#nombreusuario-error {
  display: none !important;
}

.form-group.selectCombo.has-danger .dropdown-toggle {
  border-color: #ffcfcf !important;
  background-color: rgba(222, 222, 222, 0.1) !important;
}

.form-group.selectCombo.has-danger .dropdown-toggle {
  border-color: #ffcfcf !important;
  background-color: rgba(222, 222, 222, 0.1) !important;
}

button.btn-fill.btn-primary:hover{
  background-color: #9e1f9a !important;
  color: #ffffff !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f7f7f7 !important;
}

h5, .h5 {
  font-size: 1.2em !important;
}

.applyBtn.btn.btn-sm.btn-success{
  background-color: #721c70;
}
.applyBtn.btn.btn-sm.btn-success:hover{
  background-color: #721c70;
}