html, body {
  height: 100%;
  box-sizing: border-box;
}

body {
  padding: 0;
  font-family: "Poppins", "Open Sans", "Helvetica Neue", Helvetica, Arial;
  /*
  background: rgba(203, 203, 210, 0.15);
  */
  background-color: #f2f5f8;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* min-width: 540px; 
  background-image: url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/blurred-background-1.jpg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
  font-size: 13px;
}

label {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

table>thead>tr>th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
  vertical-align: middle;
}

a, a:active {
  color: #4196A9;
}

a:hover, a:focus {
  text-decoration: none;
  color: #206979;
  transition: all 0.2s ease;
}

strong {
  font-weight: 600;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

#et_logo img {
  max-width: 300px;
  max-height: 120px;
  margin-top: -10px;
}

@media (min-width: 1200px) {
  #et_logo img {
    max-width: 340px;
  }
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.table-first-fw600>tbody>tr>td:first-child:not(.table-first-fw600-ignore) {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  vertical-align: middle;
}

h3>i {
  color: #4196A9;
}

.modal-open {
  padding-right: 0px !important;
}

.form-group {
  margin-bottom: 10px;
}

.table-eventos tbody tr td {
  border-top: 1px solid #eee;
}

.navbar-default {
  background-color: #FFF;
}

.navbar-evento>li:not(.active)>a:hover {
  background-color: #e7e7e7 !important;
}

.navbar-evento .dropdown i {
  margin-left: -5px;
  margin-right: 5px;
}

.navbar-evento .dropdown-menu>.active>a i, .dropdown-menu>.active>a:focus i, .dropdown-menu>.active>a:hover i {
  color: #FFF;
}

.navbar {
  border-radius: 0px;
  font-weight: 600;
  min-height: 0px;
}

.navbar-main {
  background-color: #FFF;
  border: none;
  color: #333;
  border-bottom: none;
  box-shadow: 0 0px 6px rgba(0,0,0,.175);
  z-index: 1010;
}

.navbar-nav>li>.dropdown>a {
  text-decoration: none;
  vertical-align: middle;
}

.navbar-nav>li>.dropdown.open {
  background-color: #eee;
}

#navbar_mobile {
  box-shadow: 0px 8px 10px rgba(0,0,0,.2);
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}

/*
.navbar .container-fluid {
  padding-right: 0;
}
*/

@media (min-width: 768px) {
  .navbar-nav>li>.dropdown {
    padding: 7px 12px;
  }
  .evento-cabecera .navbar-header {
    display: none;
  }
  .evento-cabecera .navbar-nav>li>a {
    text-align: center !important;
    border-radius: 8px;
    margin: 3px;
  }
  .evento-cabecera .navbar-nav li a {
    padding: 8px 15px;
    text-align: left;
    font-size: 11px;
    color: #666;
  }
  .evento-cabecera .navbar-nav .dropdown-menu li.active a {
    color: #FFF;
  }
  .evento-cabecera .navbar-nav li a i {
    margin-right: 3px;
    font-size: 12px;
  }
  .evento-cabecera .navbar-nav .dropdown-menu li a {
    padding-left: 20px;
  }
  .evento-cabecera .navbar-brand {
    height: auto;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
  }
  .evento-cabecera .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }
  .evento-cabecera .navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 30px;
  }
  .evento-cabecera .navbar-nav>li>.dropdown-menu {
    min-width: 100%;
  }
  .evento-cabecera-imagen {
    background-position: 0;
  }
  /*
  .evento-cabecera .navbar-nav>li>a>i {
    font-size: 24px;
    display: block;
    margin-bottom: -1px;
  }
  */
  nav.navbar-mobile {
    display: none;
  }
}

.help-block {
  font-size: 85%;
}

#navbar-main-top>li {
  display: inline-block;
}

.navbar-nav>li>a {
  margin: 2px 5px;
  border-radius: 4px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: rgba(0,0,0,.1);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: #4196A9;
  color: #FFF;
}

.navbar-default .navbar-nav>.active>a>i {
  color: #FFF;
}

.navbar-toggle {
  background-color: none;
  border-color: #CCC;
}

.form-required {
  color: #4196A9;
}

.navbar-nav i {
  margin-top: 3px;
  color: #4196A9;
  margin-right: 5px;
}

.navbar-brand {
  height: auto;
  padding: 9px 12px 6px 12px;
}

@media (min-width: 768px) {
.navbar-brand {
    padding: 10px 10px 10px 15px;
}
}

.navbar-default .navbar-toggle {
  padding: 7px 8px;
  margin-top: 7px;
  margin-bottom: 6px;
}

#breadcrumb-top {
  display: inline-block;
  position: absolute;
  top: 2px;
  margin-left: 1.5em;
  margin-bottom: 0px;
  background-color: transparent;
  letter-spacing: -1px;
}

.navbar-toggle .icon-bar {
  background-color: #4196A9;
}

#navbar-main-top {
  float: right;
}

#wrapper {
  padding-left: 219px;
}

#wrapper.wrapper-sidebar-closed {
  padding-left: 79px;
}

#wrapper.wrapper-sidebar-closed #navbar {
  margin-left: 90px;
}

#sidebar-wrapper {
  left: 0px;
  width: 220px;
  background: #262B33;
  color: #AAA;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1020;
  transition: width 0.2s ease;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

#page-content-wrapper {
  width: 100%;
  padding: 52px 10px;
}

#et_loading_icon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
}

#et_loading_icon i {
  position: absolute;
  font-size: 64px;
  top: 45%;
  left: 49%;
  color: #4196A9;
}

#sidebar-wrapper.sidebar-closed {
  width: 80px;
}

#sidebar-wrapper.sidebar-open .sidebar-brand-closed {
  display: none;
}

#sidebar-wrapper.sidebar-closed .sidebar-brand {
  display: none;
}

#sidebar-wrapper.sidebar-closed .sidebar-brand-closed img {
  margin-top: 4px;
  margin-left: 20px;
  margin-bottom: 10px;
}

#sidebar-wrapper .sidebar-brand img {
  margin-top: 10px;
  margin-left: 20px;
}

#sidebar-wrapper.sidebar-closed .sidebar-brand {
  display: none;
}

#sidebar-wrapper.sidebar-closed .sidebar-title {
  display: none;
}

#sidebar-wrapper.sidebar-closed .sidebar-nav {
  margin-top: 0;
}

#sidebar-wrapper.sidebar-closed .sidebar-nav li {
  line-height: 32px;
  text-indent: initial;
  text-align: center;
}

#sidebar-wrapper.sidebar-closed .sidebar-nav li .sidebar-menu-text {
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding: 0px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sidebar-wrapper.sidebar-closed .sidebar-nav li i {
  font-size: 20px;
  margin-top: 8px;
  margin-right: 0;
}

#sidebar-wrapper.sidebar-open .sidebar-nav li i {
  color: #FFF;
}

#sidebar-wrapper.sidebar-open .sidebar-nav li a.active i {
  color: #FFF;
}

.sidebar-nav {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.sidebar-title {
  margin: 15px 15px 10px;
  font-weight: normal;
  font-size: 12px;
}

.sidebar-nav li {
  text-indent: 8px;
  line-height: 40px;
  margin-top: 4px;
  font-weight: 600;
  margin: 3px 5px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #AAA;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
}

#sidebar-wrapper.sidebar-closed .sidebar-nav li a {
  padding-bottom: 5px;
}

.sidebar-nav li a.active {
    background-color: #4196A9;
    color: #FFF;
}

.sidebar-nav li a:not(.active):hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav li a i {
  margin-right: 14px;
}

.sidebar-closed .hide-if-sidebar-closed {
  display: none;
}

.sidebar-user-logout {
  display: none;
}

.sidebar-user-pic:hover .sidebar-user-logout {
  display: block;
}

.sidebar-user-details {
  padding: 0px 10px;
}

.sidebar-user-pic .sidebar-user-logout {
  width: 64px;
  padding-top: 18px;
  top: 0px;
  left: 0px;
  position: absolute;
  line-height: 10px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.4);
  color: #EEE;
  height: 64px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
}

#navbar {
  margin-left: 230px;
  position: relative;
}

.navbar-main.navbar-fixed-top {
	padding: 0 20px 0 8px;
  font-weight: 400;
}

.panel-top-options {
  margin-top: -15px; 
  border-bottom: 1px solid #ddd !important; 
  box-shadow: none !important;
  background-color: #f2f5f8 !important;
}

.panel-body-nopad {
	padding: 0 !important;
}

.table {
	margin-bottom: 0 !important;
}

.table tbody tr.clickable {
  cursor: pointer;
}

.table tbody tr.clickable[aria-expanded="true"] {
  background-color: rgba(51, 122, 183, 0.15);
}

.panel-default .panel-heading>.panel-heading-title {
  /*
  position: absolute;
  top: -5px;
  background-color: #262b33;
  padding: 10px 15px;
  color: #EEE;
  left: 5px;
  box-shadow: 0px 2px 8px rgba(0,0,0,.33);
  font-size: 1em;
  border-radius: 0px;
  */
  display: inline-block;
}

.panel-default .panel-heading>i {
  display: none;
  color: #4196A9;
  margin-right: 5px;
}

.panel-default .panel-heading>div>i {
  color: #4196A9;
  margin-right: 5px;
}

.panel-controls {
  float: right;
  position: relative;
  display: block;
  margin-top: -2px;
}

.panel-controls-left {
  position: relative;
  display: inline-block;
  margin-top: -12px;
  margin-bottom: -12px;
}

.panel-controls a {
  padding-top: 1px;
  display: inline-block;
  opacity: 0.7;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.panel-controls a:not(:last-child) {
  margin-right: 0.5em;
}

.panel-controls a:hover {
  text-decoration: none;
  color: #4196A9;
}

.panel-labels {
  padding: 0;
  position: absolute;
  z-index: 1001;
}

.panel-labels li {
  list-style: none;
  display: block;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
  padding: 6px 6px;
}

.panel-labels li:first-child {
  border-bottom: 0px;
}

.panel-labels li:nth-child(3) {
  border-top: 0px;
}

.panel-labels li.active, .panel-labels li.active a {
  background-color: #4196A9;
  border-color: #4196A9;
  color: #FFF;
}

.panel-labels li a i {
  font-size: 18px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.list-group-item-highlight {
  background-color:#F0F0F0;
  color: #333;
}

.list-group-item .glyphicon {
  margin-right: 0.5em;
}

.table-first-strong td:first-child {
  font-weight: 600;
}

.table-servicios tbody tr {
  cursor: pointer;
}

.table-nominas tbody tr td {
  vertical-align: middle;
  padding: 4px 8px;
}

.table-nominas tbody tr td a button {
  margin-left: 2px;
}

.nav-steps li {
  float: left;
  display: inline-block;
  position: relative;
}

.nav-steps li a {
  color: #555;
}

.nav-steps li:before, .nav-steps li:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -10px;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 10px solid #e0e4e8;
  z-index: 1;
}

.nav-steps li:after {
  right: -9px;
  border-left-color: #f5f5f5;
  z-index: 2;
}

.nav-steps li.active {
  background-color: #FFF;
}

.nav-steps li.active:after {
  border-left-color: #fff;
}

.nav-steps li:not(:first-child) {
  padding-left: 10px; 
}

.nav-steps>li:not(.active)>a {
  color: #AAA;
}

.nav-steps>li:not(.active)>a .badge {
  background-color: #AAA;
}

.nav-steps>li:not(.active)>a:hover, .nav-steps>li:not(.active)>a:focus {
  background-color: #F5F5F5;
}

.nav-steps>li.active>a:hover, .nav-steps>li.active>a:focus {
  background-color: #FFF;
}

#navbar-nombre-cliente {
  top: 10px;
  letter-spacing: -1px;
  color: #666;
}

#hc_ventas_por_dia .highcharts-container {
  z-index: 20 !important;
}

#hc_ventas_por_dia .highcharts-container svg {
  overflow: visible !important;
}

#hc_ventas_por_dia_admin .highcharts-container {
  overflow: visible !important;
  z-index: 20 !important;
}

#hc_ventas_por_dia_admin .highcharts-container svg {
  overflow: visible !important;
}

.rrpp-solicitud-info.media {
  margin-top: 0;
  padding: 5px;
  margin-bottom: 5px;
  background-color: #F5F5F5;
}

.rrpp-solicitud-info .media-left img {
  width: 64px;
}

.rrpp-solicitud-info .media-body {
  color: #777;
}

.rrpp-solicitud-info .media-body h4.media-heading {
  font-size: 16px;
  margin: 0;
  color: #333;
}

.rrpp-solicitud-processing {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
}

.rrpp-solicitud-processing i {
  position: absolute;
  font-size: 48px;
  top: 9px;
  left: 9px;
  color: #4196A9;
}

#rrpp_arbol_raiz {
  list-style: none;
  padding-left: 15px;
}

#rrpp_arbol_raiz .rrpp_foto {
  z-index: 10;
  width: 84px;
  min-width: 84px;
  height: 84px;
  background-size: cover;
  background-position: center;
  border-radius: 4px 0px 0px 4px;
}

.rrpp_foto {
  border-radius: 4px;
}

@media (min-width: 1200px) {
  #rrpp_arbol_raiz .media-left {
    vertical-align: middle;
  }

  #rrpp_arbol_raiz .list-group-item {
    margin-top: 0px;
    margin-bottom: -1px;
    padding: 0px 10px 0px 0px;
    /*border-radius: 100px 0px 0px 100px;*/
    border-right: none;
  }

  #rrpp_arbol_raiz .rrpp_foto {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  #rrpp_arbol_raiz .rrpp_info {
    margin-top: 4px;
  }

  #rrpp_arbol_raiz .rrpp_info .dropdown {
    margin-top: 1px;
  }
}

#rrpp_arbol_raiz ul.media-list>li {
  padding-left: 36px;
  margin-top: 0px;
  overflow: visible;
}

#rrpp_arbol_raiz>ul.media-list>li {
  padding-left: 0px;
}

#rrpp_arbol_raiz .list-group-item {
  margin-top: 0px;
  margin-bottom: -1px;
  padding: 0px 10px 0px 0px;
  border: none;
  box-shadow: 0px 1px 4px rgba(0,0,0,.2);
  margin-bottom: 3px;
}

#rrpp_arbol_raiz .list-group-item:hover {
  background-color: #F5F5F5;
}

#rrpp_arbol_raiz .media-heading {
  font-weight: 600;
}

#rrpp_arbol_raiz .media-body {
  padding: 3px;
  vertical-align: middle;
  overflow: visible;
  padding-left: 10px;
}

#rrpp_arbol_raiz .col-lg-6:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#rrpp_arbol_raiz .rrpp_nombre {
  font-weight: 600;
  color: #4196A9;
}

#rrpp_arbol_raiz .rrpp_telf {
  color: #777;
  font-size: 13px;
}

#rrpp_arbol_raiz .rrpp_icono_desplegar {
  position: absolute;
  top: calc(50% - 10px);
  left: -18px;
}

#rrpp_arbol_raiz .rrpp_icono_desplegar i {
  font-size: 18px;
}

#rrpp_arbol_raiz .rrpp_icono_opciones {
  vertical-align: super;
}

#rrpp_arbol_raiz .rrpp_icono_opciones i {
  font-size: 12px;
  padding: 0px;
}

#rrpp_arbol_raiz .list-group-item.disabled {
  background-color: #FFE4E4;
}

.jumbotron.evento-cabecera {
  padding: 12px 0px 0px 0px;
  margin-bottom: 15px;
  position: relative;
}

.jumbotron.evento-cabecera-con-imagen {
  background-color: #000;
}

.jumbotron.evento-cabecera-sin-imagen {
  background-image: url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/shattered-dark.png');
  background-color: #262b33;
}

.evento-cabecera-imagen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 10px);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.66;
  /*
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
  */
}

.evento-cabecera-texto {
  letter-spacing: -1px;
  text-align: center;
  padding: 0px 25px;
}

.evento-cabecera-texto .btn-link {
  color: #FFFFFF;
  padding: 5px 0px;
  margin-right: -10px;
}

.evento-cabecera-texto-nombre {
  color: #4196A9;
  font-weight: 400;
  font-size: 40px;
  margin-top: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  letter-spacing: -2px;
}

.evento-cabecera-boton {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 100;
}

.evento-cabecera-con-imagen .evento-cabecera-boton {
  color: #FFF;
  text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.evento-cabecera-con-imagen .evento-cabecera-texto {
  position: relative;
  color: #FFF;
  text-shadow: 1px -1px 4px rgba(0,0,0,0.5);
}

.evento-cabecera-con-imagen .evento-cabecera-texto-nombre {
  color: #FFF;
}

.evento-cabecera-con-imagen .evento-cabecera-texto-lugar {
  color: #FFF;
  font-weight: 300;
}

.evento-cabecera .navbar {
  margin-top: 20px;
  margin-bottom: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.evento-cabecera-con-imagen .navbar {
  margin-top: 10px;
  box-shadow: 0px -2px 6px rgba(0,0,0,.175);
}

.evento-cabecera-sin-imagen .evento-cabecera-texto-fecha, .evento-cabecera-sin-imagen .evento-cabecera-texto-lugar {
  color: #FFF;
  padding: 0px 10px;
  font-weight: 300;
}

.evento-cabecera-sin-imagen .evento-cabecera-texto-nombre, .evento-cabecera-sin-imagen .evento-cabecera-texto-fecha, .evento-cabecera-sin-imagen .evento-cabecera-texto-lugar, .evento-cabecera-sin-imagen > a {
  color: #FFF;
  text-align: center;
}

#evento_modos_venta {
  display: flex;
  flex-wrap: wrap;
}

#evento_modos_venta .list-group-item {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 15px;
  letter-spacing: -0.5px;
}

.entrada_modos_venta_iconos .text-muted {
  color: #CCC;
}

.evento-fecha {
  float: left;
  text-align: center;
  background-color: #F0F0F0;
  width: 40px;
  border: 1px solid #4196A9;
  color: #333;
  border-radius: 3px;
}

.evento-fecha span {
  display: block;
}

.evento-fecha .evento-fecha-mes {
  background-color: #4196A9;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 4px;
}

.evento-fecha .evento-fecha-dia-sem {
  font-weight: 300;
  font-size: 11px;
}

.evento-fecha .evento-fecha-dia {
  font-weight: bold;
  font-size: 20px;
  margin-top: -8px;
  margin-bottom: -1px;
}

.evento-fecha .evento-fecha-anyo {
  font-size: 8px;
  margin-top: -6px;
  padding-bottom: 2px;
}

.panel-success>.panel-footer {
  background-color: #E5FAD3;
}

.entrada_modos_venta_iconos {
  float: right;
}

.entrada_modos_venta_iconos i {
  margin-right: 3px;
}

#page-content-wrapper {
  min-height: calc(100vh - 60px);
}

.footer {
  bottom: 0px;
  color: #AAA;
  font-size: 12px;
  text-align: right;
  background-color: #FFF;
  border-top: 1px solid #ddd;
  padding: 15px;
  height: 60px;
}

.thumbnail .caption h3 {
  margin-top: 5px;
}

#event-new-steps {
  margin: 0px 0px -20px 0px;
}

.bootstrap-switch {
  border-radius: 3px;
  font-weight: 600;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
  font-size: 13px;
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-label {
  background-color: #EEE;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background-color: #EEE;
  /*box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.25);*/
  color: #999;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-purple {
  background-color: #AE84D1;
  color: #FFF;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  background-color: #4196A9;
  box-shadow: inset -2px 0px 4px rgba(0, 0, 0, 0.25);
}

.thumbnail a>img, .thumbnail>img {
  border-radius: 4px;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    margin:0;
    padding:0;
}

ul.tree ul {
    padding-left: 1em;
    background:  url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/vline.png') repeat-y;
}

ul.tree li {
    margin:0;
    padding: 0 1.2em;
    line-height: 20px;
    background: url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/node.png') no-repeat;
}

ul.tree li:last-child {
    background: #fff url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/lastnode.png') no-repeat;
}

ul.tree ul:last-child {
    background: none;
}

ol.form-steps {
  display: table;
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  background-color: #F5F5F5;
}

ol.form-steps li {
  display: table-cell;
  text-align: center;
  line-height: 3em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

ol.form-steps[data-form-steps-num="2"] li { width: 49%; }
ol.form-steps[data-form-steps-num="3"] li { width: 33%; }
ol.form-steps[data-form-steps-num="4"] li { width: 24%; }
ol.form-steps[data-form-steps-num="5"] li { width: 19%; }
ol.form-steps[data-form-steps-num="6"] li { width: 16%; }
ol.form-steps[data-form-steps-num="7"] li { width: 14%; }
ol.form-steps[data-form-steps-num="8"] li { width: 12%; }
ol.form-steps[data-form-steps-num="9"] li { width: 11%; }

ol.form-steps li.form-steps-done {
  color: #4196A9;
  border-bottom: 4px solid #4196A9;
}

ol.form-steps li.form-steps-current {
  color: #4196A9;
  border-bottom: 4px solid #4196A9;
}

ol.form-steps li.form-steps-todo {
  color: silver; 
  border-bottom: 4px solid silver;
}

ol.form-steps li span.badge {
  font-size: 11px;
}

ol.form-steps li.form-steps-todo span.badge {
  background-color: silver;
}

ol.form-steps li:before {
  position: relative;
  bottom: -2.2em;
  float: left;
  left: 50%;
  line-height: 1em;
}

ol.form-steps li.form-steps-done:before {
  content: "\2713";
  color: white;
  background-color: #4196A9;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: none;
  border-radius: 2em;
}

ol.form-steps li.form-steps-current:before {
  content: " ";
  color: white;
  background-color: #FFFFFF;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 4px solid #4196A9;
  border-radius: 2em;
}

ol.form-steps li.form-steps-todo:before {
  content: " ";
  color: white;
  background-color: silver;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: none;
  border-radius: 2em;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: 0px;
}

.btn-group .btn:not(:first-child) {
  border-left: 1px solid transparent;
}

.btn-group .btn:not(:first-child):hover {
  border-left: 1px solid #adadad;
}

.btn-group .btn.active {
  border-left: 1px solid #adadad;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border: 0 none;
}

.info-panel {
  padding: 3px;
}

.info-panel-left {
  display: inline-block;
  text-align: center;
}

.info-panel-left i {
  font-size: 36px;
}

.info-panel-body {
  display: inline-block;
  padding: 3px;
}

.info-panel-primary {
  background-color: #BBE1E9;
}

.info-panel-success {
  background-color: #9AE59A;
}

.info-panel-warning {
  background-color: #FAEDAC;
}

.alert-danger {
  background-color: #c63838;
  color: #ffffff;
}

.alert-success {
  color: #fff;
  background-color: #3c763d;
}

.close:focus, .close:hover {
  color: #FFF;
}

.modal-content .close:focus, .close:hover {
  color: inherit;
}

.badge.badge-success {
  background-color: #128212;
}

.badge.badge-danger {
  background-color: #d9534f;
}

.badge.badge-warning {
  background-color: #f0ad4e;
}

.badge.badge-gray {
  background-color: #666;
}

/* FULLCALENDAR */

.fc-unthemed .fc-today {
  background-color: rgb(214, 228, 241) !important;
}

.fc-left h2 {
  font-size: 18px;
}

.fc-widget-header {
  font-size: 12px;
}

.fc-month-view .fc-time {
    display : none;
}
.fc-month-view .fc-event {
  cursor: pointer;
}

.fc-license-message {
  display: none;
}

.fc-state-highlight {
  font-weight: 600;
}

.fc-state-default {
  border-color: #ccc !important;
  background-image: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

.fc-title {
  display: block;
}

/* BS-CALLOUT */

.bs-callout {
    padding: 10px 20px;
    margin: 10px 0px 20px 0px;
    border-left-width: 5px;
    border-left: 5px solid;
    border-radius: 4px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #CBE2CB;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #FFC9CE;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: rgb(252, 239, 219);
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #3aadd0;
    background-color: rgb(214, 240, 247);
    color: #036d8e;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* BOOTSTRAP OVERWRITE */

.btn {
  padding: 11px 20px;
  border: 0 none;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-sm {
  line-height: 1;
  letter-spacing: 0px;
}

.btn-xs {
  padding: 6px 10px;
  line-height: 1;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}
 
.btn-primary {
  background: #4196A9;
  color: #ffffff;
  box-shadow: 0px 2px 6px rgba(41, 97, 110, 0.5);
}

a.btn-primary, a.btn-primary:visited, a.btn-primary:active {
  color: #ffffff;
}

.btn-default {
  background: transparent;
  color: #4196A9;
  border: 1px solid #ddd;
}

.btn-success {
  background: #128212;
  border-color: #128212;
  box-shadow: 0px 2px 6px rgba(56, 104, 56, 0.5);
}

.btn-warning {
  background: #e99928;
  border-color: #e99928;
  box-shadow: 0px 2px 6px rgba(149, 92, 11, 0.5);
}

.btn-danger {
  box-shadow: 0px 2px 6px rgba(116, 27, 24, 0.5);
}

.btn-white {
  background: #FFFFFF;
  margin-top: -2px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .open > .dropdown-toggle.btn-success {
  background: #046904;
  border-color: #046904;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .open > .dropdown-toggle.btn-warning {
  background: #dd8c19;
  border-color: #dd8c19;
}

.btn-info {
  background: #52b281;
  box-shadow: 0px 2px 6px rgba(45, 108, 76, 0.5);
  color: #FFFFFF !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .open > .dropdown-toggle.btn-info {
  background: #4FA378;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .open > .dropdown-toggle.btn-primary {
  background: #297D90;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  background: #297D90;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: #4196A9;
}

.navbar-default .navbar-toggle {
  border: none;
  padding: 0px 10px;
  margin-top: 10px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-header i.fa-bars {
  font-size: 24px;
  color: #4196A9;
}

.navbar-secciones {
  background-color: #f2f5f8 !important;
  margin-top: -14px; 
  border-bottom: 1px solid #ddd;
}

.navbar-secciones .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.panel-controls select.form-control {
  height: 30px;
}

select.form-control {
  background-color: white;
  height: 36px;
}

.form-control {
  border-radius: 4px !important;
  min-height: 36px;
  height: auto;
  line-height: normal !important;
}

.form-control:focus {
  border-color: #63C8C3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(99, 200, 195);
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-addon:first-child {
  color: #4196A9;
  background-color: #FFF;
}

.panel {
  border-radius: 4px !important;
}

.bg-color-lightgray {
  background-color: #f2f5f8;
}

.panel-default {
  border: none;
  box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
  position: relative;
}

.panel-default .panel-heading {
  background-color: #FFFFFF;
  border-bottom: none;
  font-weight: 600;
  border-radius: 4px !important;
  margin: 0px;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: -0.25px;
  color: #888;
}

.thumbnail {
  border-radius: 4px !important;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.175);
}

.jumbotron {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0px 2px 6px rgba(0,0,0,.175);
  border-radius: 0px;
}

input[type="checkbox"] {
  cursor: pointer;
}

div.checkbox label {
  font-weight: 600;
  font-size: 12px;
  cursor: default;
}

.progress {
  border-radius: 3px;
  margin-bottom: 0px;
  background-color: #F5F5F5;
  webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
}

.progress-bar-primary {
  background-color: #4196A9;
}

.progress-bar-purple {
  background-color: #AE84D1;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #4196A9;
  border-color: #4196A9;
}

.pagination > li > a, .pagination > li > span {
  color: #4196A9;
}

.pagination-datatable {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination-datatable a {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.pagination-datatable:last-child>a {
  margin-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-datatable a:hover {
  background-color: #ddd;
  color: #333;
}
.pagination-datatable .current, .pagination-datatable .current:hover {
  background-color: #4196A9;
  border-color: #4196A9;
  z-index: 3;
  color: #fff;
  cursor: default;
}

.list-group-item:first-child {
  border-radius: 4px 4px 0px 0px;
}

.list-group-item:last-child {
  border-radius: 0px 0px 4px 4px;
}

.dropdown-menu {
  border-radius: 4px;
  border: none;
  box-shadow: 0 3px 12px rgba(0,0,0,.250);
  min-width: 100%;
}

.dropdown-menu>li>a {
  padding: 8px 20px;
  margin: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
}

.dropdown-menu>li>a:hover {
  background-color: #4196A9;
  color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(41, 97, 110, 0.5);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #4196A9;
  color: #FFFFFF;
}

.dropdown-menu>li>a:hover>i {
  color: #FFFFFF;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #4196A9;
  border-color: #4196A9;
}

.text-warning {
  color: #b88939;
}

@media (max-width: 767px) {
  /*
  .navbar-nav {
    margin-right: 0px;
  }
  */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  #sidebar-wrapper {
    display: none;
  }
  #wrapper {
    padding-left: 0;
  }
  #wrapper.wrapper-sidebar-closed {
    padding-left: 0;
  }
  nav.navbar-main {
    display: none;
  }
  nav.navbar-mobile {
    display: block;
  }
  #navbar_mobile {
    padding-right: 0;
    width: 100%;
  }
  #page-content-wrapper {
    padding-top: 58px;
  }
  .navbar-evento>li>a>.fa {
    margin-right: 5px;
  }
}

div.dataTables_wrapper div.dataTables_length select {
  margin: 0px 8px;
}

.dataTables_wrapper .dataTables_filter input {
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.panel-heading .badge {
  margin-top: -2px;
}

.badge {
  background-color: #4196A9;
}

.badge-default {
  background-color: #555 !important;
}

.badge-purple {
  background-color: #AE84D1;
}

.multiselect {
  text-transform: none;
  letter-spacing: 0;
}

ul.multiselect-container li label.checkbox, ul.multiselect-container li label.radio {
  font-size: 1em;
  text-transform: none;
  padding: 4px 20px;
}

ul.multiselect-container li.disabled.active a {
  background-color: #AA0000;
}

ul.multiselect-container li.disabled.active label.checkbox {
  color: #CCC;
}

.multiselect-filter .input-group-addon {
  background-color: #F0F0F0;
}

.multiselect-filter .multiselect-clear-filter {
  padding: 7px 12px;
}

table.table-borderless td, table.table-borderless th {
  border: none;
}

table.table-items {
  border-collapse: separate;
  border-spacing: 0 5px;
}

table.table-items thead th {
  border: none;
  background-color: #4196A9;
  color: #FFFFFF;
}

table.table-items tbody tr {
  box-shadow: 0px 1px 3px rgba(0,0,0,.25);
  background-color: #F6F6F6 !important;
}

table.table-items.table-hover tbody tr:hover {
  background-color: #EEE !important;
}

table.table-items tbody td {
  border: none;
}

table.table-items tr td:first-child,
table.table-items tr th:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

table.table-items tr td:last-child,
table.table-items tr th:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

table.dataTable.table-items {
  font-size: 13px;
  border-spacing: 0px 5px;
  border-collapse: separate;
}

table.dataTable.table-items thead th, table.dataTable.table-items thead td {
  border-bottom: none;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

table.dataTable.table-items tbody th, table.dataTable.table-items tbody td {
  padding: 4px 8px;
}

#tabla_listas.dataTable .btn-check-in {
  margin-top: 5px;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none !important;
  padding: 8px !important;
}

.btn-confirmar-lista {
  color: #FFF;
  font-size: 1em !important;
}

.bootstrap-touchspin {
  max-width: 300px;
  margin: 0 auto;
}

.num-asistentes-efectivo-group {
  width: 74px;
  margin-right: 8px;
}

.num-asistentes-efectivo {
  padding: 0 0 0 8px;
}

.num-asistentes-efectivo-group .input-group-addon {
  padding: 0 6px;
}

#evento_modos_venta li {
  font-weight: 600;
  line-height: 35px;
}

.box-shadow {
  box-shadow: 0px 2px 6px rgba(0,0,0,.175);
}

#estado_accesos {
  position: relative;
  min-height: 280px; 
  margin-top: 20px; 
  background-color: #F0F0F0; 
  padding: 0px;
  padding-bottom: 20px;
}

.evento-accesos-estado-texto {
  border-radius: 0px;
  padding: 20px;
  font-weight: bold;
  color: #FFF;
  margin-top: 0px;
}

.evento-accesos-estado-texto i.fa {
  color: #FFF;
}

.evento-accesos-estado-mensaje {
  text-align: center;
  font-weight: 600;
  margin-top: 25px;
}

#estado_accesos_qr_prueba {
  position: absolute; 
  z-index: 1; 
  top: -10px; 
  right: -10px; 
  padding: 20px;
}

#evento-accesos-estado-mensaje-datos-asistente {
  background-color: #FFF;
  margin: 0 auto;
  font-size: 13px;
  font-weight: normal;
  width: 90%;
  border: 2px solid #090;
}

#login-container h2 {
  letter-spacing: -0.5px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #AAA;
  margin-bottom: 20px;
}

.label {
  margin-right: 2px;
}

.label-primary {
  background-color: #4196A9;
  color: #FFF;
}

.label-purple {
  background-color: #AE84D1;
}

.label-gray {
  background-color: #666;
}

.label-lightgray {
  background-color: #999;
}

.label-lightgray-darktext {
  background-color: #EEE;
  color: #666;
}

.label-bordered {
  background-color: rgba(0,0,0,.1);
  color: #444;
  padding: 1px 6px;
}

#tickets-table tbody tr td:first-child .label {
  margin-left: -10px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.175);
}

@media screen and (max-width: 768px) {
  .table-responsive-block tbody tr td {
    display: block;
  }

  .table-responsive-block tbody tr td {
    border-top: none;
    border: none;
  }

  .table-responsive-block tbody tr td:last-child {
    border-bottom: 2px solid #ddd;
  }

  .table-responsive-block.table-eventos tbody tr td:first-child {
    padding: 0;
  }

  .table-responsive-block.table-eventos .evento-fecha {
    margin: 10px;
  }

  #tickets-table tbody tr td {
    display: block;
  }

  #tickets-table tbody tr td:nth-child(3) {
    display: inline-block;
  }

  #tickets-table tbody tr td:last-child {
    float: right;
    text-align: right;
    display: inline-block;
  }

  #tabla_asistentes thead {
    display: none;
  }

  #tabla_asistentes tbody tr td {
    display: block;
    text-align: center;
  }

  #tabla_asistentes tbody tr td:first-child {
    background-color: #F0F0F0;
  }
}

#tabla_asistentes tbody tr td:last-child {
  text-align: right;
}

/*
.btn-group>.btn-sm {
  padding: 6px;
  font-size: 16px;
}
*/

/* Summernote */

.btn.note-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-transform: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  letter-spacing: normal;
}

.btn-default.note-btn {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.panel-heading.note-toolbar {
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.note-group-select-from-files {
  display: none;
}

.table-supercondensed>tbody>tr>td, .table-supercondensed>tbody>tr>th, .table-supercondensed>tfoot>tr>td, .table-supercondensed>tfoot>tr>th, .table-supercondensed>thead>tr>td, .table-supercondensed>thead>tr>th {
  padding: 1px;
}

.table>thead>tr>th {
  border-bottom: 0px;
}

.card h3 {
  margin-top: 5px;
}

/* Plugin listasTarifas.js */
#lista-tarifas-plugin {
  margin-bottom: 40px;
}

#lista-tarifas-plugin #lista-tarifa-fecha-inicio::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #333;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-inicio:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333 !important;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-inicio::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333 !important;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-inicio:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-fin::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #333;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-fin:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333 !important;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-fin::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333 !important;
  opacity: 1;
}
#lista-tarifas-plugin #lista-tarifa-fecha-fin:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
  opacity: 1;
}

#lista-tarifas {
  margin-bottom: 0px;
}

.lista-tarifa-nueva-container {
  padding: 8px 15px;
  background-color: #F0F0F0;
  border: 1px solid #DDD;
}

button#lista-tarifas-nueva {
  width: 100%;
  margin-top: 10px;
}

button#lista-tarifas-editar {
  width: 49%;
  margin-top: 10px;
}

button#lista-tarifas-editar-cancelar {
  width: 49%;
  margin-top: 10px;
  float: right;
}

.lista-tarifas-tarifa {
  border-left: 6px solid #4196a9;
  padding: 0px;
}

.lista-tarifas-tarifa.list-group-item-info {
  border: 1px solid #4196a9;
  border-left: 6px solid #4196a9;
}

.lista-tarifas-tarifa .list-group-item-heading {
  padding: 8px;
  background-color: #F0F0F0;
  color: #666;
  margin-bottom: 0px;
  border-bottom: 1px solid #DDD;
}

.lista-tarifas-tarifa.list-group-item-info .list-group-item-heading {
  background-color: transparent;
  border-bottom: 1px solid #4196a9;
}

.lista-tarifas-tarifa .list-group-item-heading i.fa {
  color: #4196a9;
}

.lista-tarifas-tarifa .list-group-item-text {
  padding: 10px 15px;
}

.lista-tarifas-tarifa-info {
  color: #666;
  font-size: 0.95em;
}

.lista-tarifas-tarifa-info i.fa {
  color: #4196A9;
}

.lista-tarifas-tarifa-opciones {
  float: right;
}

.lista-tarifas-tarifa-opciones .btn.btn-default {
  border: none;
  padding: 8px 4px;
}

.alert-grey {
  background-color: #f2f5f8;
  color: #333;
}

.smallstat {
  min-height: 68px;
  font-weight: 600;
  margin-bottom: 6px  ;
}

.smallstat i {
  text-align: center;
  display: block;
  color: #4196a9;
  font-size: 30px;
  padding-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-left: -6px;
  margin-right: 8px;
}

.topstat {
  min-height: 68px;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 11px;
  border: none !important;
}

.topstat i {
  text-align: center;
  display: inline-block;
  color: #777;
  font-size: 30px;
  padding-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: -6px;
  margin-right: 8px;
  margin-bottom: 6px;
}

.fc-toolbar h2 {
  font-size: 24px;
}

.bootstrap-touchspin-small .bootstrap-touchspin {
  max-width: 180px;
}

.bootstrap-touchspin-small .input-group-btn {
  vertical-align: top;
}

.bootstrap-touchspin-small .input-group-btn .btn {
  padding: 7px 14px;
}

.nav-pills {
  padding: 7px 5px;
}

.nav-pills>li>a {
  border-radius: 8px;
  margin: 0px 5px;
  background-color: #f2f5f8;
  font-weight: 600;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background-color: #4196a9;
}

.leaflet-container {
  background-color: #f0f0f0;
  font: 12px/1.5 "Poppins", "Open Sans", "Helvetica Neue", Helvetica, sans-serif, arial !important;
}

.leaflet-popup-content-wrapper {
  border-radius: 3px !important;
}

#tabla_descuentos_codigos {
  width: 100% !important;
}

#tabla_descuentos_codigos .label {
  display: inline-block;
}


#tabla_descuentos_patrocinador {
  width: 100% !important;
}

#tabla_descuentos_patrocinador .label {
  display: inline-block;
}
.modal-open {
  padding-right: 0px !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.box-part {
  background: #FFF;
  border-radius: 4px;
  padding: 20px 15px;
  margin: 5px 0px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.12);
}

.box-part span {
  color: #666666 !important;
}

.multiselect-container {
  min-width: 100%;
  max-height: 240px;
  overflow: auto;
}

.list-group-item.disabled .label {
  opacity: 0.5;
}

.bootbox-error .modal-title {
  color: #AA0000;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.modal-body {
  max-height: 80vh;
  overflow: auto;
}

.modal-evento-tipo .modal-body,
.modal-limitacion-tipos-entradas .modal-body {
  overflow: visible;
}

.lista-evento-subtipos label {
  display: inline-block;
}

.resumen-ventas-extra, .resumen-ventas-grupo-extra {
  display: none;
}

/* Loader */

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgba(38, 43, 51, 0.4);
  border-color: rgba(38, 43, 51, 0.4) transparent rgba(38, 43, 51, 0.4) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.user-notifications {
  text-align: center;
  font-size: 20px;
  padding: 5px 4px;
  position: relative;
}

.user-notifications i {
  margin: 0px;
}

.user-notifications span {
  position: absolute;
  bottom: 4px;
  right: -5px;
}

.user-notifications-msg {
  min-width: 280px;
  padding: 12px 12px;
  border-bottom: 1px solid #ccc;
}

.user-notifications-header {
  padding: 14px;
  background-color: #4196A9;
  color: #FFF;
  text-align: center;
}

.user-notifications-texto {
  font-size: 0.9em;
  line-height: 14px;
}

.user-notifications-fecha {
  font-size: 0.7em;
  color: #4196A9;
}

.user-notifications-msg-unread { 
  background-color: rgba(65, 150, 169, 0.17);
}

.user-notifications-dropdown {
  max-height: 380px;
  overflow: auto;
}

@media (max-width: 768px) {
  .user-notifications {
    font-size: 23px;
    padding: 6px 10px 4px 10px;
  }

  .user-notifications span {
    right: 2px;
  }
}

.navbar-header.open .user-notifications {
  background-color: #eee;
}

.panel-overlay-hidden {
  display: none;
  opacity: 0;
  -moz-transition:    all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition:      all 500ms ease;
  -ms-transition:     all 500ms ease;
  transition:         all 500ms ease;
}
.panel-overlay {
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background-color: rgba(255, 255, 255, 0.85); 
  z-index: 9999; 
  color: #262B33; 
  display: inline-block;
  pointer-events: none;
  -moz-transition:    all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition:      all 500ms ease;
  -ms-transition:     all 500ms ease;
  transition:         all 500ms ease;
}
.panel-overlay h4 {
  margin-bottom: 20px;
}

/* LOGIN SCREEN NEW */

.login-container-div{
  background-color: white;
  position: relative;
}

.login-container-div::before {
  background: white;
}

.login-container-div::before {
  opacity: 0.8;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.login-container-div .bg-img {
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 496px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
}

.login-container-div .info {
  max-width: 590px;
  padding: 10px 20px;
}

.login-container-div .info h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 50px;
}

.login-container-div .info p {
  color: #fff;
  line-height: 28px;
}

.login-container-div .form-section {
  min-height: 100vh;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 0;
  background: #fff;
}

.login-container-div .logo {
  margin-bottom: 15px;
  height: 60px;
}

.login-container-div .form-section h3{
  letter-spacing: -0.5px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: #AAA;
  margin-bottom: 20px;
}

.login-container-div .form-section .form-box {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
}

.login-container-div .form-section .form-group {
  margin-bottom: 25px;
}

.login-container-div .form-section .form-control {
  padding: 15.5px 20px;
  font-size: 14px;
  outline: none;
  color: #616161;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.login-container-div .form-section .form-box i {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 21px;
  color: #838383;
}

.login-container-div a.forgot-password {
  font-size: 13px;
  color: #717171;
  float: right;
}

.login-container-div .form-section .btn-theme {
  background: #4d6bff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border: none;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
}

.login-container-div .form-section .btn-login {
  display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #c33622;
    -webkit-box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    -moz-box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
}

.login-container-div .form-section .btn-register {
  display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    color: #c33622;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    -moz-box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    box-shadow: 0px 0px 20px 1px rgb(25 0 0 / 15%);
    position: relative;
    z-index: 5;
    overflow: hidden;
    width: 100%;
}

.login-container-div .form-section .btn-register:hover{
    color: white;
}

.login-container-div .form-section .btn-register::before, .login-container-div .form-section .btn-login::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    background-color: #2e3d62;
    color: white;
    z-index: -1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.login-container-div .form-section .btn-register:hover::before, .login-container-div .form-section .btn-login:hover::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.5);
    -o-transform: translate3d(-50%, -50%, 0) scale(1.5);
    transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.row{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 768px){
  .d-none {
    display: none !important;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-login {
    width: 100%;
    left: initial;
  }
}

@media (min-width: 768px){
  .login-container-div{
    background: rgba(0, 0, 0, 0.04) url('https://d31tcnbxvxtafg.cloudfront.net/images/admin/background-login.jpg') top left repeat;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .login-container-div::before {
    background: linear-gradient(to right, #c33622, #ffe6e5);
  }

  .footer-login {
    width: 50%;
    left: initial;
  }

  .d-md-none{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px){
    .d-ipad-none{
      display: none !important;
    }

    .w-md-100{
      width:  100%;
    }
}

@media (min-width: 1200px){
    .not-desktop{
      display: none;
    }
}


.btn-more{
  background-color: #c33622b8;
  border-color: #c33622b8;
  color: #fff !important;
  font-size: 11px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.btn-more:hover{
  background: #c33622;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


/* FIN LOGIN */
.artista-generico {
  height: 64px;
  display: inline-block;
  width: 64px;
  padding: 15px 0 15px 18px;
  box-sizing: border-box;
  background-color: #ccc;
  margin-right: 5px;
  vertical-align: middle;
}

.select2-results__options{
  max-height: 400px!important;
}

.img-select{
  height: 64px;
  width: 64px;
  object-fit: cover;
}

.artista-seleccionable {
  font-size: 1.2em;
}

.form-artista .imagenes .imagen img {
  width: 100%;
  object-fit: contain;
}

#admin-registros .thumb-lista {
  display: block; 
  max-width: 100px;
}

.thumb-lista img {
  width: 100px; 
  height: 100px; 
  object-fit:cover;
}

/* Clases de Bootstrap 4 para margin y padding */
/*Margin and Padding helpers*/
/*xs*/
.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }
/*sm*/
@media (min-width:768px){
/*sm*/
.p-sm { padding: .5em; }
.p-x-sm { padding: 0 .5em; }
.p-y-sm { padding: .5em 0 ; }
.p-t-sm { padding-top: .5em; }
.p-r-sm { padding-right: .5em; }
.p-b-sm { padding-bottom: .5em; }
.p-l-sm { padding-left: .5em; }
.m-sm { margin: .5em; }
.m-x-sm { margin: 0 .5em; }
.m-y-sm { margin: .5em 0 ; }
.m-t-sm { margin-top: .5em; }
.m-r-sm { margin-right: .5em; }
.m-b-sm { margin-bottom: .5em; }
.m-l-sm { margin-left: .5em; }
}

/*md*/
@media (min-width: 992px){
.p-md { padding: 1em; }
.p-x-md { padding: 0 1em; }
.p-y-md { padding: 1em 0; }
.p-t-md { padding-top: 1em; }
.p-r-md { padding-right: 1em; }
.p-b-md { padding-bottom: 1em; }
.p-l-md { padding-left: 1em; }
.m-md { margin: 1em; }
.m-x-md { margin: 0 1em; }
.m-y-md { margin: 1em 0 ; }
.m-t-md { margin-top: 1em; }
.m-r-md { margin-right: 1em; }
.m-b-md { margin-bottom: 1em; }
.m-l-md { margin-left: 1em; }
}

/*lg*/
@media (min-width: 1200px){
.p-lg { padding: 1.5em; }
.p-x-lg { padding: 0 1.5em; }
.p-y-lg { padding: 1.5em 0; }
.p-t-lg { padding-top: 1.5em; }
.p-r-lg { padding-right: 1.5em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-l-lg { padding-left: 1.5em; }
.m-lg { margin: 1.5em; }
.m-x-lg { margin: 0 1.5em; }
.m-y-lg { margin: 1.5em 0; }
.m-t-lg { margin-top: 1.5em; }
.m-r-lg { margin-right: 1.5em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }

.bootstrap-select > .dropdown-toggle {
  height: 36px;
  line-height: 15px;
  text-transform: initial;
  color: inherit;
  padding: 10px;
  font-weight: normal;
}

.select2-container .select2-selection {
  border: 1px solid #ccc !important;
}

.select2-container.select2-container--focus .select2-selection {
  border-color: #63C8C3;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(99 200 195)
}

.badge-circle {
  width:10px;
  height:10px;
  background-color: #d9534f;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
}
.badge-container {
  position: relative;
  display: inline-block;
  padding: 5px;
}

.element-separator {
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #ccc;
  margin: 0 10px;
}

.rotated-columns {
  margin-left: 5px;
  margin-top: 90px;
}

.rotated-columns th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
  border-top: 0 none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rotated-columns th.rotate > div {
  transform: translate(24px, 100px) rotate(315deg);
  width: 30px;
}

.rotated-columns th.rotatewide > div {
  transform: translate(30px, 100px) rotate(315deg);
  width: 30px;
}

.rotated-columns th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.rotated-columns td {
  border: 1px solid #ddd;
  text-align: center;
}

.pdf_options_row {
  padding-top:4px;
  margin-top:70px;
}

.pdf_options_header {
  font-weight: 600;
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 0.3em;
  margin-right: 10px;
  padding: 4px;
}

@media (max-width: 1530px) {
  .tableoverflow {
    overflow-x: auto;
    margin-bottom: 5px;
  }
}
/*dropzone */
 #drop_zone {
    border: 2px dashed #ccc;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
  }

  #drop_zone:hover {
    border-color: #333;
    color: #333
  }

/* Contextual help bubble */
#ctx-help-btn{position:fixed;bottom:30px;right:30px;z-index:10000;width:52px;height:52px;border-radius:50%;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.30);transition:transform .2s,box-shadow .2s;-webkit-user-select:none;user-select:none}
#ctx-help-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.35)}
#ctx-help-btn.has-content{background:#4196A9}
#ctx-help-btn.no-content{background:#b0bec5}
#ctx-help-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;background:rgba(0,0,0,.35);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
#ctx-help-overlay.open{opacity:1;visibility:visible}
#ctx-help-panel{position:fixed;top:0;right:0;width:420px;max-width:92vw;height:100%;z-index:10002;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.18);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}
#ctx-help-panel.open{transform:translateX(0)}
#ctx-help-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#4196A9;color:#fff;flex-shrink:0}
#ctx-help-title{font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#ctx-help-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:#fff;font-size:16px;flex-shrink:0;transition:background .15s}
#ctx-help-close:hover,#ctx-help-edit:hover{background:rgba(255,255,255,.2)}
#ctx-help-body{flex:1;overflow-y:auto;padding:20px;font-size:14px;line-height:1.7;color:#333}
#ctx-help-body h2{margin-top:22px;margin-bottom:10px;font-size:17px;color:#2c3e50;border-bottom:1px solid #eee;padding-bottom:6px}
#ctx-help-body h3{margin-top:18px;margin-bottom:8px;font-size:15px;color:#34495e}
#ctx-help-body h4{margin-top:14px;margin-bottom:6px;font-size:14px;color:#555}
#ctx-help-body table{margin:10px 0 14px;font-size:13px}
#ctx-help-body blockquote{background:#fff8e1;border-left:4px solid #ffc107;padding:10px 14px;margin:14px 0;font-size:13px;border-radius:0 4px 4px 0}
#ctx-help-body ul,#ctx-help-body ol{padding-left:22px}
#ctx-help-body li{margin-bottom:3px}
#ctx-help-body img{max-width:100%;height:auto;border-radius:4px;margin:8px 0}
#ctx-help-footer{padding:12px 20px;border-top:1px solid #e9ecef;text-align:center;flex-shrink:0;background:#fafbfc}
#ctx-help-footer a,#ctx-help-footer button{font-size:13px;font-weight:500}
#ctx-help-footer a{color:#4196A9;text-decoration:none}
#ctx-help-footer a:hover{text-decoration:underline}
.ctx-empty-msg{text-align:center;padding:40px 20px;color:#999}
.ctx-empty-msg i{font-size:48px;display:block;margin-bottom:16px;color:#ccc}
.ctx-empty-msg p{font-size:15px;margin-bottom:20px}