@font-face {
  font-family: "UniSans";
  src: url(../fonts/UniSans-Regular.ttf);
  font-weight: 400; }

@font-face {
  font-family: "UniSans";
  src: url(../fonts/UniSans-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: "UniSans";
  src: url(../fonts/UniSans-Bold.ttf);
  font-weight: 700; }

body {
  background-color: white;
  overflow-y: hidden;
  font-family: "UniSans", sans-serif; }

.warning-text {
  color: orangered !important; }

.warning-line {
  border-top: 1px dashed #ebccd1;
  padding-top: 10px;
  margin-top: 10px;
  color: orangered !important; }

body,
html {
  min-height: 100%;
  height: 100%; }

.required {
  font-size: 11px; }

.small-data {
  font-size: 12px; }

.helpText {
  font-style: italic;
  font-size: 12px;
  color: grey;
  padding-left: 5px; }

.image-background {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box; }

.image-background-top {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: content-box; }

.image-contain {
  object-fit: contain !important; }

.has-error .user-avatar-container {
  border-color: #a94442 !important; }

.align-right {
  text-align: right; }

.ui-view-scroll {
  top: 41px; }
  .ui-view-scroll.login-screen {
    top: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0; }

.container-fluid {
  top: 40px;
  padding: 0;
  overflow-y: auto;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.color-blue {
  color: #0057b8; }

.color-yellow {
  color: #ffd100; }

span.blue-add-button {
  font-size: 25px; }

.blue-add-button-text {
  position: relative;
  display: inline;
  top: -5px;
  color: #0062cc; }

.blue-add-button {
  color: #0062cc; }

.red-delete-x-button {
  color: #cc0000;
  font-weight: bold; }

.grey-back {
  background-color: #f1f1f1;
  min-height: 100%; }

.bar-graph-legend {
  white-space: pre;
  font-weight: 400;
  font-family: 'Oxygen', Verdana;
  font-size: 12px; }

.cursor-pointer {
  cursor: pointer; }

.no-cursor {
  cursor: default !important; }

.info-link {
  color: black; }
  .info-link:hover, .info-link:focus {
    text-decoration: none; }

.conserved-text {
  white-space: pre-line;
  word-break: break-word; }

.font-20 {
  font-size: 20px; }

.font-14 {
  font-size: 20px; }

.capitalize {
  text-transform: capitalize; }

.date-picker:hover {
  color: grey; }

.row-radio {
  height: 30px;
  width: 100%;
  padding-top: 3%; }
  .row-radio .radio-size {
    height: 14px; }

.link {
  color: #0057b8; }
  .link.current {
    color: black; }
  .link.underline {
    text-decoration: underline; }

.number-input {
  width: 110px; }

.panel {
  border-radius: 0px;
  border: none;
  padding: 20px; }
  .panel.home, .panel.users-graph {
    height: 350px;
    min-height: 350px;
    max-height: 350px; }
  .panel.earnings {
    height: 340px;
    min-height: 340px;
    max-height: 340px; }
  .panel.grey-back-panel {
    background-color: #f1f1f1; }
    .panel.grey-back-panel .panel-header {
      border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

.blue-box {
  background-color: rgba(12, 35, 64, 0.8);
  color: white; }
  .blue-box.hover:hover {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.55); }

.main-view-padding {
  padding: 20px 30px; }

.main-view-padding-buttons {
  padding: 20px 30px;
  border-top: 0px;
  margin-top: 10px; }

.top-container {
  padding: 20px 30px;
  background-color: #f1f1f1;
  border-bottom: solid 1px rgba(128, 128, 128, 0.48); }
  .top-container.total-height {
    height: 100%; }
  .top-container .selector-group {
    font-size: 16px;
    margin: 20px auto;
    padding: 0; }
    .top-container .selector-group .btn-secondary {
      background-color: #2278c0;
      color: white;
      opacity: 0.4; }
      .top-container .selector-group .btn-secondary[disabled] {
        opacity: 1; }

.btn.btn-csv-match {
  margin-top: -20px; }

.btn-link:hover {
  outline: none; }

.background-grey {
  background-color: #f1f1f1; }

.view-container {
  background-color: white; }

.view-container-important {
  background-color: white !important; }

.form-control {
  padding: 5px 12px !important; }
  .form-control.time {
    width: 60px;
    display: inline-block; }
  .form-control:focus {
    border-color: rgba(0, 87, 184, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 178, 111, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104, 178, 111, 0.6); }

.daterangepicker .input-mini {
  padding: 5px 12px 5px 28px !important; }

.form-group label {
  font-weight: 400;
  color: #777; }

.form-group textarea {
  resize: none;
  overflow-y: hidden; }

.form-group .has-timepicker {
  margin-top: 34px; }

.form-group label.btn {
  color: #fff; }

.form-group .span-url {
  float: left;
  line-height: 35px; }

.pagination {
  float: right;
  margin-top: 5px; }
  .pagination li a {
    background: none;
    border: none;
    font-size: 14px;
    color: #125592 !important;
    padding: 0 5px;
    text-decoration: underline; }
  .pagination li.disabled {
    display: none; }
  .pagination li.active a {
    color: #666 !important;
    text-decoration: none;
    background: none; }
    .pagination li.active a:hover {
      background-color: transparent; }

.inner-addon {
  position: relative; }
  .inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none; }
  .inner-addon.right-addon .glyphicon {
    right: 0;
    color: #0057b8;
    pointer-events: all;
    cursor: pointer;
    font-size: 17px;
    line-height: 12px; }
    .inner-addon.right-addon .glyphicon:hover {
      color: black; }
  .inner-addon.right-addon input {
    padding-right: 30px; }

.bar-divider {
  background-color: #e3e7e9;
  border-bottom: solid 1px #cccfd1;
  padding: 10px 30px; }
  .bar-divider .option-link {
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    color: #0057b8;
    font-weight: bold; }
    .bar-divider .option-link.current {
      color: black; }
    .bar-divider .option-link:hover {
      color: black; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

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

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

.nomargin-top {
  margin-top: 0 !important; }

.nomargin {
  margin: 0 !important; }

.padding-top {
  padding-top: 10px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-left-0 {
  padding-left: 0px; }

.padding-left {
  padding-left: 10px; }

.padding-left-important {
  padding-left: 10px !important; }

.padding-right {
  padding-right: 10px; }

.padding-bottom {
  padding-bottom: 10px; }

.padding-bottom-important {
  padding-bottom: 15px !important; }

.col-xs-1h {
  width: 9.5% !important; }

.col-xs-name {
  width: 16.5% !important; }

.col-xs-1hs {
  width: 15.5% !important; }

.col-xs-1es {
  width: 9% !important;
  padding: 0; }

.col-xs-1input {
  width: 1% !important; }

.col-xs-1ps {
  width: 5% !important; }

.col-xs-1hh {
  width: 10% !important; }

.col-xs-2h {
  width: 20.83333% !important; }

.col-xs-3h {
  width: 8% !important; }

.col-xs-4h {
  width: 13.66666667% !important; }

.col-xs-5h {
  width: 14.5% !important; }

.col-xs-1h-list {
  width: 11.5% !important; }

.col-xs-editSC {
  width: 4.33% !important; }

.col-xs-notesSC {
  width: 12.33% !important; }

.col-xs-emailSC {
  width: 9.33% !important; }

.btn.yellow {
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffd100; }
  .btn.yellow:focus, .btn.yellow:hover, .btn.yellow:active, .btn.yellow:active:focus, .btn.yellow:active:hover, .btn.yellow[disabled]:hover, .btn.yellow[disabled]:focus {
    background-color: rgba(255, 209, 0, 0.7);
    color: rgba(0, 0, 0, 0.8); }

.btn.blue {
  color: white;
  margin-right: 15px;
  background-color: #2179c1; }
  .btn.blue:focus, .btn.blue:hover, .btn.blue:active, .btn.blue:active:focus, .btn.blue:active:hover, .btn.blue[disabled]:hover, .btn.blue[disabled]:focus {
    background-color: #2885d1; }
  .btn.blue span {
    margin-right: 15px; }

.btn-primary {
  background-color: #ffd100;
  border-color: #ffd100;
  color: rgba(0, 0, 0, 0.8); }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus {
    background-color: rgba(255, 209, 0, 0.7);
    border-color: rgba(255, 209, 0, 0.7);
    color: rgba(0, 0, 0, 0.8); }

.btn-form {
  padding: 5px 20px;
  margin-right: 10px; }

.btn-large {
  font-size: 16px;
  padding: 10px 20px;
  margin: 15px auto;
  font-weight: bold; }

.inputs-users {
  margin: 10px auto;
  padding: 10px 0px 10px 5px; }
  .inputs-users:first-child {
    padding-left: 25px; }
  .inputs-users:nth-child(2) {
    padding-left: 20px;
    padding-top: 12px; }

.table-header-users {
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  padding: 3px 10px 3px 15px;
  position: relative;
  font-size: 10px; }

.check-users {
  color: rgba(0, 0, 0, 0.7) !important;
  font-size: 12px !important; }

.calendar-icon {
  position: absolute;
  right: 20px;
  font-size: 16px;
  padding: 8px; }
  .calendar-icon:hover {
    color: grey; }

.icon-users {
  display: block;
  background: url(../img/users.png) center center no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px 18px; }

.caret:hover {
  color: grey; }

.time-selectors .selector {
  width: 170px;
  display: inline-block;
  text-align: left; }

.time-selectors .icon {
  font-size: 20px;
  margin-top: -8px;
  cursor: pointer;
  padding: 0;
  box-shadow: none;
  margin-left: 5px;
  vertical-align: middle; }
  .time-selectors .icon:hover {
    color: grey; }

.time-selectors input[type=number]::-webkit-inner-spin-button,
.time-selectors input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.yellow-box {
  background-color: #b88b00;
  padding: 10px;
  color: white; }
  .yellow-box.hover:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); }

.navbar {
  height: 40px;
  min-height: 41px;
  max-height: 40px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); }

.navbar-header {
  display: inline-block; }

.btns-right {
  display: inline-block;
  float: right; }
  .btns-right .btn-settings {
    float: right;
    padding: 0px 20px 0 0;
    height: 45px;
    width: 45px;
    background: none;
    color: black; }
    .btns-right .btn-settings span {
      font-size: 20px; }
    .btns-right .btn-settings:hover {
      color: grey; }
    .btns-right .btn-settings:active {
      box-shadow: none; }
    .btns-right .btn-settings:focus {
      box-shadow: none; }
  .btns-right .dropdown-menu {
    right: 5px;
    top: 45px;
    left: auto; }
    .btns-right .dropdown-menu a {
      cursor: pointer;
      color: #777; }
      .btns-right .dropdown-menu a:hover {
        background-color: #ddd; }
  .btns-right .user {
    float: left;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0px 0 0; }

.brand-logo {
  float: left;
  width: 196px;
  padding: 2px 10px;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 41px;
  line-height: 20px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); }
  .brand-logo:hover {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.65); }
  .brand-logo .logo {
    float: left;
    background: url(../img/logo.png) top left no-repeat;
    background-size: contain;
    height: 34px;
    width: 175px;
    margin-top: 2px; }
  .brand-logo .text {
    color: #00326a;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 5px;
    line-height: 20px; }

.top-nav {
  padding-left: 30px;
  display: inline-block;
  padding-top: 2px; }
  .top-nav li {
    display: inline-block;
    float: left; }
    .top-nav li .item {
      font-size: 12px;
      position: relative;
      display: block;
      padding: 10px 0px;
      line-height: 20px;
      color: black; }

.side-nav > li:first-child {
  margin-top: 10px; }

.side-nav > li.separator {
  width: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 0px;
  margin: 3px 5%; }

.side-nav > li.separator-basic {
  width: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 0px;
  margin: 15px 5%; }

.side-nav > li > a {
  display: block;
  text-decoration: none;
  width: 196px;
  font-size: 14px;
  padding: 3px 0px 3px 15px;
  cursor: pointer;
  color: white; }
  .side-nav > li > a.current {
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3); }
  .side-nav > li > a:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.3); }

.modal-header-grey {
  height: 40px;
  background-color: #9b9b9b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .modal-header-grey .modal-title-white {
    position: relative;
    display: inline;
    width: 80%;
    color: white;
    padding-left: 5%;
    line-height: 40px; }
  .modal-header-grey .button-close {
    position: relative;
    display: inline;
    float: right;
    width: 20%;
    color: white;
    font-size: 25px;
    background: none;
    padding-right: 8%;
    text-align: right;
    line-height: 40px; }

.modal-header {
  border-color: #ccc; }
  .modal-header .modal-title {
    color: white; }
  .modal-header h3 {
    color: #fff;
    font-weight: normal;
    font-size: 18px; }
  .modal-header .close {
    color: white;
    opacity: 1;
    margin-top: 2px; }

.modal-body {
  max-height: 460px;
  overflow-y: auto; }
  .modal-body .divider {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 25px; }
  .modal-body .col-user,
  .modal-body .col-img {
    vertical-align: middle; }
  .modal-body .row-user {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 5px 10px; }
    .modal-body .row-user:last-child {
      border: none; }
    .modal-body .row-user .user-name {
      padding-top: 8px;
      padding-left: 4px; }
  .modal-body .btn-follow {
    width: 100px;
    padding: 10px; }
  .modal-body .form-divider {
    border-top: 1px solid #E5E5E5;
    margin: 10px 0; }
  .modal-body .btn-circle {
    border-radius: 50%;
    outline: none; }

.modal-header span.message {
  color: #ff0000;
  float: left;
  margin: 10px 0 0; }

.modal-header .panel-spinner {
  float: left; }

.modal-body .overlayer {
  position: absolute;
  background-color: rgba(200, 200, 200, 0.5);
  width: 100%;
  height: 100%;
  z-index: 3000;
  top: 0;
  left: 0; }

.supp-modal .modal-content {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.supp-modal .modal-header {
  background-color: rgba(0, 87, 184, 0.7);
  border: none;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.supp-modal .modal-header .supp-modal .modal-body {
  padding: 35px 20px 45px;
  font-size: 16px; }

.supp-modal .modal-footer {
  padding: 20px; }

.supp-modal .modal-footer .btn {
  font-size: 14px;
  margin: 0 10px 0 0;
  border: none;
  font-weight: bold;
  padding: 5px 20px;
  float: left; }

.supp-modal .modal-footer .btn-default {
  background-color: #e5e5e5; }

.modal-section {
  max-height: 650px; }
  .modal-section .row-label p {
    margin: 0; }
  .modal-section .row-label,
  .modal-section .seats {
    line-height: 34px;
    min-height: 44px;
    padding-bottom: 5px;
    padding-top: 5px; }
  .modal-section .row-label,
  .modal-section .btn-rows {
    padding-left: 30px; }
  .modal-section .row-label.first,
  .modal-section .seats.first {
    padding-top: 20px; }
  .modal-section .seats.first {
    min-height: 60px; }
  .modal-section .seats-per-row.first {
    margin-top: 20px; }
  .modal-section .seats-per-row.last {
    margin-bottom: 20px; }
  .modal-section .seats-per-row {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 75px; }
  .modal-section .row-label.last,
  .modal-section .seats.last {
    padding-bottom: 20px; }
  .modal-section .seats {
    background-color: #E3E3E3; }
  .modal-section .seats.first {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .modal-section .seats.last {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  .modal-section .total-seats {
    margin-top: 20px;
    margin-bottom: 20px; }
  .modal-section .label.label-default {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
    color: #333;
    font-weight: normal;
    font-size: 1em;
    margin-right: 5px;
    padding: 3px; }
  .modal-section .label.label-default.active {
    background-color: #E6E6E6;
    border-color: #ADADAD; }

@media (min-width: 992px) {
  .sup-modal-section .modal-lg {
    width: 90%; } }

.login-screen {
  background-color: #eee; }
  .login-screen .login-container {
    margin-top: 75px; }
    .login-screen .login-container .logo {
      margin-bottom: 20px; }
      .login-screen .login-container .logo img {
        max-height: 150px;
        height: auto; }
    .login-screen .login-container .panel {
      border-radius: 3px;
      margin-top: 25px;
      padding-bottom: 0;
      margin: 0 auto;
      float: none;
      border-radius: 10px; }
      .login-screen .login-container .panel .checkbox {
        margin-bottom: 15px; }

.col-img {
  width: 39px;
  vertical-align: top;
  display: inline-block; }

.col-user {
  display: inline-block;
  width: calc( 100% - 48px); }
  .col-user .user-list-amount {
    font-size: 18px;
    line-height: 13px; }

.notification-container {
  max-height: 240px;
  overflow-y: auto; }
  .notification-container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent; }
  .notification-container::-webkit-scrollbar {
    width: 6px;
    background-color: transparent; }
  .notification-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    background-color: transparent; }

.user-avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: solid 1px #e3e7e9;
  border-radius: 18px; }
  .user-avatar.no-border {
    border: none;
    border-radius: 0; }

.notication-msg {
  padding: 5px 17px;
  border-radius: 3px;
  margin-left: 10px;
  color: white;
  background-color: #d52d2d; }

.notification .notification-row {
  padding: 10px 15px;
  margin: 0; }
  .notification .notification-row.read {
    background-color: rgba(0, 0, 0, 0.11); }
  .notification .notification-row:hover {
    background-color: rgba(128, 128, 128, 0.06);
    cursor: pointer; }

.notification .notification-font {
  font-size: 12px; }
  .notification .notification-font .time-notification {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px; }

.icons-lock {
  position: absolute;
  right: 18px;
  top: 3px; }
  .icons-lock .glyphicon {
    font-size: 12px; }
    .icons-lock .glyphicon:hover {
      cursor: pointer; }
  .icons-lock .dropdown-menu {
    min-width: 60px;
    left: -69px; }
    .icons-lock .dropdown-menu.users {
      left: -160px; }
    .icons-lock .dropdown-menu a {
      text-decoration: none; }
  .icons-lock .user-lock-option {
    position: relative;
    padding-left: 25px;
    font-size: 12px; }
    .icons-lock .user-lock-option .selected {
      position: absolute;
      top: 6px;
      left: 7px;
      font-size: 10px; }

.silgram-panel .form-group {
  margin-top: 15px; }

.silgram-panel .img-loading {
  width: 81px;
  padding: 29px;
  height: 81px;
  display: inline-block; }

.silgram-panel .info-logo-container {
  width: 80px;
  height: 80px;
  max-height: 80px;
  position: relative;
  display: inline-block;
  border: solid 2px #d9d9d9;
  border-radius: 40px;
  overflow: hidden; }
  .silgram-panel .info-logo-container:hover {
    background-color: black;
    border-radius: 40px; }
    .silgram-panel .info-logo-container:hover .icons {
      display: block;
      z-index: 2; }
    .silgram-panel .info-logo-container:hover .info-logo {
      opacity: 0.4; }
  .silgram-panel .info-logo-container .info-logo {
    width: 100%; }
  .silgram-panel .info-logo-container .icons {
    position: absolute;
    top: 4px;
    color: #ffd100;
    display: none;
    text-align: center;
    font-size: 20px;
    left: 0;
    right: 0; }
    .silgram-panel .info-logo-container .icons .glyphicon {
      cursor: pointer;
      padding: 4px; }
      .silgram-panel .info-logo-container .icons .glyphicon:hover {
        color: white; }

.silgram-panel .time {
  font-size: 12px; }

.silgram-panel .icons-lock {
  position: absolute;
  right: 18px;
  top: 3px; }
  .silgram-panel .icons-lock .glyphicon {
    font-size: 12px; }
    .silgram-panel .icons-lock .glyphicon:hover {
      cursor: pointer; }
  .silgram-panel .icons-lock .dropdown-menu {
    min-width: 60px;
    left: -69px; }
    .silgram-panel .icons-lock .dropdown-menu.users {
      left: -160px; }
    .silgram-panel .icons-lock .dropdown-menu a {
      text-decoration: none; }
  .silgram-panel .icons-lock .user-lock-option {
    position: relative;
    padding-left: 25px;
    font-size: 12px; }
    .silgram-panel .icons-lock .user-lock-option .selected {
      position: absolute;
      top: 6px;
      left: 7px;
      font-size: 10px; }

.silgram-panel .icon-post-creation {
  font-size: 27px;
  padding-right: 20px;
  color: #ffd100; }
  .silgram-panel .icon-post-creation.file-icon {
    font-size: 23px;
    vertical-align: top; }
  .silgram-panel .icon-post-creation:hover {
    color: rgba(255, 209, 0, 0.7);
    cursor: pointer; }

.silgram-panel .new-img-border {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px; }

.silgram-panel .new-post-photo-container {
  width: 120px;
  max-height: 120px;
  margin: 10px 0;
  position: relative;
  border: solid 3px grey;
  overflow: hidden; }
  .silgram-panel .new-post-photo-container:hover {
    background-color: black; }
    .silgram-panel .new-post-photo-container:hover .icons {
      display: block;
      z-index: 2; }
    .silgram-panel .new-post-photo-container:hover .new-post-photo {
      opacity: 0.4; }
  .silgram-panel .new-post-photo-container .new-post-photo {
    width: 100%; }
  .silgram-panel .new-post-photo-container .icons {
    position: absolute;
    top: 4px;
    color: #ffd100;
    display: none;
    text-align: center;
    font-size: 20px;
    left: 0;
    right: 0; }
    .silgram-panel .new-post-photo-container .icons .glyphicon {
      cursor: pointer;
      padding: 4px; }
      .silgram-panel .new-post-photo-container .icons .glyphicon:hover {
        color: white; }

.silgram-panel .info-details {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
  padding-left: 15px; }
  .silgram-panel .info-details .number {
    font-size: 22px; }

.silgram-panel .silgram-panel-header {
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 5px 5px 0 0; }

.silgram-panel .silgram-panel-body {
  padding: 10px;
  background-color: white;
  border-radius: 0 0 5px 5px;
  max-height: 480px;
  overflow-y: auto; }
  .silgram-panel .silgram-panel-body.post {
    max-height: 960px; }
  .silgram-panel .silgram-panel-body.tags {
    max-height: 530px; }
  .silgram-panel .silgram-panel-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent; }
  .silgram-panel .silgram-panel-body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent; }
  .silgram-panel .silgram-panel-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    background-color: transparent; }
  .silgram-panel .silgram-panel-body .notification-header {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px; }
  .silgram-panel .silgram-panel-body .notification {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3); }
  .silgram-panel .silgram-panel-body textarea {
    width: 100%;
    border-radius: 5px;
    resize: none;
    padding: 10px; }

.silgram-panel .post-user {
  position: relative;
  margin: 10px 0; }
  .silgram-panel .post-user.user-list {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 5px; }

.silgram-panel .user-name {
  color: #0057b8; }

.silgram-panel .post-list {
  margin-top: 15px; }
  .silgram-panel .post-list .post-box {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .silgram-panel .post-list .post-box .post-photo img {
      width: 100%; }
    .silgram-panel .post-list .post-box .post-info {
      margin: 10px 0;
      font-size: 14px; }
      .silgram-panel .post-list .post-box .post-info .icon {
        font-size: 14px;
        padding: 0 5px;
        color: #0057b8;
        cursor: pointer; }
        .silgram-panel .post-list .post-box .post-info .icon:hover {
          color: black; }
      .silgram-panel .post-list .post-box .post-info .abusive {
        color: #0057b8;
        cursor: pointer; }
        .silgram-panel .post-list .post-box .post-info .abusive:hover {
          color: black; }
    .silgram-panel .post-list .post-box .post-comments {
      margin: 0 0 10px 0; }
      .silgram-panel .post-list .post-box .post-comments .comment-container .comment-user {
        color: #0057b8; }
      .silgram-panel .post-list .post-box .post-comments .comment-container .comment-body {
        padding-left: 5px; }

.silgram-panel.post-detail {
  float: none;
  margin: 0 auto; }
  .silgram-panel.post-detail .silgram-panel-body {
    border-radius: 0; }
  .silgram-panel.post-detail .post-box {
    border: none; }

.clear-list-link {
  padding: 5px 0;
  cursor: pointer; }
  .clear-list-link:hover {
    text-decoration: underline; }

.line-indicators {
  padding-left: 35px;
  padding-bottom: 11px; }

.form-horizontal.form-box {
  border-bottom: solid 1px rgba(128, 128, 128, 0.48); }

.form-horizontal .form-group {
  margin: 0 0 15px 0; }

.form-box-border {
  border-bottom: solid 1px rgba(128, 128, 128, 0.48); }

.line-edition .player-selector {
  border-radius: 6px;
  padding: 5px 0; }
  .line-edition .player-selector:hover {
    cursor: pointer;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); }

.line-edition .field-column {
  width: 396px; }

.line-edition .relative-field {
  position: relative;
  width: 376px;
  top: 10px; }

.line-edition .substitutes {
  padding: 20px 15px; }
  .line-edition .substitutes .substitute {
    cursor: pointer;
    position: relative; }
    .line-edition .substitutes .substitute:hover .add-substitute {
      background-color: #5d5555; }
    .line-edition .substitutes .substitute:first-child {
      margin-top: 10px; }
    .line-edition .substitutes .substitute .user-avatar {
      margin: 5px;
      background-color: #AAA; }
    .line-edition .substitutes .substitute .edit-substitute {
      font-size: 20px;
      position: absolute;
      top: -8px;
      right: -6px;
      width: 20px;
      height: 20px;
      text-align: center;
      padding: 0;
      background-color: white;
      border-radius: 15px; }
      .line-edition .substitutes .substitute .edit-substitute i {
        top: 0; }
    .line-edition .substitutes .substitute.selected {
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
      border-radius: 6px; }
      .line-edition .substitutes .substitute.selected .add-substitute {
        background-color: #5d5555; }
      .line-edition .substitutes .substitute.selected .user-avatar {
        border: dotted 1px #444; }

form.referees {
  margin-top: 30px; }

.form-control.referees {
  min-height: 175px;
  width: 75%; }

.form-buttons {
  border-top: solid 1px rgba(128, 128, 128, 0.48);
  margin-top: 30px;
  padding-left: 25px;
  padding-top: 25px; }

.goals {
  margin: 10px -30px 0 -30px; }

.border-top-form {
  border-top: solid 1px rgba(128, 128, 128, 0.48); }

.game-actions .row {
  display: table;
  width: 100%; }

.game-actions .description {
  padding: 4px 0 10px 0;
  vertical-align: top;
  display: table-cell;
  width: calc(100% - 92px); }

.game-actions .col-action-line {
  padding: 8px 0 5px 0px !important;
  width: 4%;
  display: table-cell;
  vertical-align: top; }

.game-actions .line-separator {
  position: relative;
  padding-bottom: 40px;
  padding-top: 0; }
  .game-actions .line-separator:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 32px;
    bottom: 3px;
    left: 50%;
    border-left: 1px solid rgba(0, 0, 0, 0.22); }

.game-actions .action-col {
  width: 48%;
  display: table-cell;
  vertical-align: top; }

.game-actions .minute {
  color: silver;
  font-size: 26px;
  padding: 0 9px;
  display: table-cell; }

.game-actions .action {
  font-weight: bold;
  font-size: 20px; }

.game-actions .name {
  font-size: 14px;
  font-weight: bold; }

.photo-container {
  border: none;
  margin-right: 10px;
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: inline-block;
  position: relative; }
  .photo-container .img-thumbnail {
    display: inline-block;
    width: auto;
    max-width: none;
    height: 100%;
    padding: 4px;
    border: none; }
  .photo-container .remove-icon-container {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 4px; }
    .photo-container .remove-icon-container .icon-remove {
      font-size: 16px;
      padding: 10px;
      color: #ffd100; }
    .photo-container .remove-icon-container:hover {
      background: rgba(0, 0, 0, 0.51); }
      .photo-container .remove-icon-container:hover .icon-remove {
        color: #e1cb31; }
  .photo-container .new-img {
    border: solid 1px #e5e5e5;
    background: #fafafa;
    width: 100%;
    height: 100%; }
    .photo-container .new-img .icon {
      font-size: 83px;
      padding: 22px 30px;
      font-weight: 100;
      color: #ffd100; }
    .photo-container .new-img:hover {
      background: rgba(4, 2, 2, 0.1); }

.daterangepicker.dropdown-menu {
  left: 239px !important;
  margin-top: 19px; }

.auto-width {
  width: auto; }

.image-tooltip p {
  font-size: 12px;
  margin-left: 20px; }

.image-tooltip img {
  float: left;
  margin-right: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-left {
  margin-left: 10px; }

.margin-left-50 {
  margin-left: 50px; }

.padding-top-90 {
  padding-top: 90px; }

.active-link {
  color: black;
  font-weight: bold; }

.inactive-link {
  color: #0057b8;
  cursor: pointer; }

.date-text {
  width: 3%;
  padding: 0;
  text-align: right;
  margin-top: 35px; }

.table-filters {
  width: 100%;
  display: table; }
  .table-filters.line {
    line-height: 72px; }
  .table-filters .filter-date {
    line-height: 17px;
    width: 250px;
    padding: 5px 0 0 0;
    display: inline-block;
    vertical-align: middle; }
    .table-filters .filter-date.filter-inline {
      padding: 8px 0 0 0; }
  .table-filters .filter-label {
    width: 450px;
    line-height: 17px;
    display: inline-block;
    padding: 5px 0 0 0;
    vertical-align: middle; }
  .table-filters .filter-label-small {
    width: 390px;
    display: inline-block;
    line-height: 17px;
    padding: 5px 0 0 0;
    vertical-align: middle; }
  .table-filters .filter-input {
    width: fit-content;
    display: inline-block;
    padding: 5px 20px 0 0;
    vertical-align: middle; }
  .table-filters .filter-item {
    display: inline-block; }
  .table-filters .filter-event {
    display: inline-block;
    text-align: right; }
    .table-filters .filter-event span {
      vertical-align: text-top; }
    .table-filters .filter-event strong {
      color: #777; }
    .table-filters .filter-event div {
      padding-top: 7px; }

.list-container.users {
  min-height: 400px; }

.list-container .user-avatar-container {
  width: 42px;
  border: solid 1px #e3e7e9;
  height: 42px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  background-color: #e3e7e9;
  position: relative; }
  .list-container .user-avatar-container.team-logo {
    border-radius: 5px; }

.list-container .product-photo-container {
  width: 42px;
  border: solid 1px #e3e7e9;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #e3e7e9;
  position: relative; }

.list-container .form-group {
  margin: 0; }
  .list-container .form-group .search-input {
    width: 300px;
    display: inline-block; }
    .list-container .form-group .search-input.players {
      margin-top: 20px; }
  .list-container .form-group .search-input-small {
    width: 200px;
    display: inline-block; }
    .list-container .form-group .search-input-small.players {
      margin-top: 20px; }
  .list-container .form-group .select-input {
    width: 200px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 10px; }
  .list-container .form-group .selector {
    display: inline-block;
    width: 300px;
    padding-top: 5px; }
  .list-container .form-group .perpage-selector {
    width: 100px !important; }
  .list-container .form-group .form-control-static {
    padding-top: 10px; }

.list-container .result {
  padding-left: 15px;
  padding-right: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }
  .list-container .result span {
    font-size: 12px; }

.list-container .table-header {
  border-bottom: solid 1px rgba(128, 128, 128, 0.48);
  margin: 5px -30px 0;
  padding: 0 30px 5px 30px;
  font-weight: bold; }
  .list-container .table-header:hover {
    color: grey;
    cursor: pointer; }
  .list-container .table-header > div > div {
    font-size: 12px;
    cursor: pointer; }
  .list-container .table-header > div > div.asc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 7px; }
  .list-container .table-header > div > div.desc-order:after {
    content: ' ';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 7px; }
  .list-container .table-header > div.text-right > div.asc-order:after,
  .list-container .table-header > div.text-right > div.desc-order:after {
    left: auto;
    right: 0; }

.list-container .item-table {
  padding: 5px 0;
  border-bottom: solid 1px rgba(128, 128, 128, 0.48); }
  .list-container .item-table:hover {
    background-color: rgba(128, 128, 128, 0.06);
    cursor: pointer; }
  .list-container .item-table:hover.cursor-default {
    background-color: transparent;
    cursor: default; }

.list-container .logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle; }

.list-container .logo-big {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle; }

.list-container .team-name {
  font-size: 16px;
  font-weight: bold; }

.list-container .info {
  padding-top: 10px;
  padding-bottom: 10px; }

.list-container .info-show {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 20px; }

.list-container .description-name {
  padding-left: 10px;
  font-weight: bold; }

.list-container .datepicker-filters {
  position: absolute; }
  .list-container .datepicker-filters .datepicker {
    position: absolute;
    margin-top: 10px;
    z-index: 30; }
    .list-container .datepicker-filters .datepicker:last-child {
      left: 300px; }

.list-container .total-number {
  font-size: 16px; }

.list-container .rows-info {
  margin: 5px 0; }

.grey-box {
  position: relative;
  display: inline-block;
  float: left;
  background-color: #dddddd;
  padding: 10px;
  color: black;
  min-width: 85px;
  min-height: 70px;
  margin: 0 10px 10px 0; }

#summaryDetail .nv-pieChart {
  transform: translate(20px, 0px); }

#summaryDetail .nv-series:nth-child(1) {
  transform: translate(20px, 60px); }

#summaryDetail .nv-series:nth-child(2) {
  transform: translate(20px, 90px); }

#summaryDetail .nv-series:nth-child(3) {
  transform: translate(20px, 120px); }

#summaryDetail .nv-series:nth-child(4) {
  transform: translate(20px, 150px); }

#summaryDetail .nv-series:nth-child(5) {
  transform: translate(20px, 180px); }

#summaryDetail .nv-series:nth-child(6) {
  transform: translate(20px, 210px); }

#summaryDetail .h1 p {
  font-weight: 300;
  font-size: 30px;
  margin: 100px 0 0 0; }

#summaryDetail .h1 span {
  font-weight: 300;
  font-size: 14px; }

#summaryDetail .blue-box {
  background-color: rgba(12, 35, 64, 0.8);
  width: 94%;
  margin: 0 3% 5%;
  padding: 20px;
  border-radius: 3px; }
  #summaryDetail .blue-box .h3 {
    font-weight: 300;
    font-size: 20px;
    padding: 0 15px 0;
    margin: 0; }
  #summaryDetail .blue-box .h4 {
    font-weight: 300;
    font-size: 18px;
    padding: 18px 15px 0;
    margin: 5px 0; }
  #summaryDetail .blue-box .subtotal {
    font-weight: 300;
    font-size: 30px;
    padding: 0 15px 0;
    margin: 0; }
  #summaryDetail .blue-box .cyan-border {
    border-bottom: 1px solid white;
    margin: 0 0 10px 0; }
    #summaryDetail .blue-box .cyan-border .h4 {
      padding: 18px 0 0 0; }
    #summaryDetail .blue-box .cyan-border .subtotal {
      padding: 0; }

.detail-container .title-user-avatar-container {
  font-weight: 600;
  text-align: center; }

.detail-container .user-avatar-container {
  width: 180px;
  border: solid 1px #e3e7e9;
  height: 180px;
  margin: 0 auto;
  border-radius: 120px;
  overflow: hidden;
  background-color: #e3e7e9;
  position: relative;
  margin-bottom: 40px; }
  .detail-container .user-avatar-container.team-logo {
    border-radius: 5px; }

.detail-container .sponsor-logo-container {
  width: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e7e9;
  margin: 0 auto;
  background-color: white;
  padding: 15px; }
  .detail-container .sponsor-logo-container img {
    max-width: 220px;
    width: 220px; }

.detail-container .user-avatar-big {
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin: auto; }

.detail-container .sponsor-logo {
  width: 220px; }

.detail-container .description {
  font-size: 13px;
  line-height: 20px; }

.detail-container .description-name {
  font-size: 13px;
  line-height: 17px; }

.detail-container .user-name {
  font-size: 16px;
  margin-bottom: 15px; }

.detail-container .user-credit {
  font-size: 14px;
  margin-top: 15px; }

.detail-container .player-num {
  margin-top: 30px;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px; }
  .detail-container .player-num span {
    font-weight: 400;
    font-size: 14px; }

.detail-container .news-detail {
  margin-top: 10px; }
  .detail-container .news-detail.news-date {
    font-size: 13px; }
  .detail-container .news-detail.news-title {
    font-size: 18px;
    font-weight: bold; }
  .detail-container .news-detail.news-shared {
    font-size: 13px; }
  .detail-container .news-detail.news-body {
    font-size: 13px;
    padding-bottom: 40px;
    white-space: pre-line;
    word-wrap: break-word; }

.detail-container .trip-details .trip-col {
  font-size: 14px; }

.detail-container .trip-details .trip-place {
  font-size: 18px;
  font-weight: bold; }

.detail-container .trip-details .trip-date {
  font-size: 14px;
  font-weight: bold; }

.detail-container .trip-details .trip-time {
  font-size: 20px;
  font-weight: bold; }

.detail-container .trip-details .trip-num {
  font-size: 30px;
  margin-top: 15px; }

.detail-container .trip-details .trip-detail {
  font-size: 14px; }

.edit-data-container .title-user-avatar-container {
  font-weight: 600;
  text-align: center; }

.edit-data-container .user-avatar-container {
  width: 130px;
  border: solid 1px #e3e7e9;
  height: 130px;
  margin: 0 auto;
  border-radius: 80px;
  overflow: hidden;
  background-color: #e3e7e9;
  position: relative; }
  .edit-data-container .user-avatar-container .icons {
    position: absolute;
    top: 6px;
    color: #ffd100;
    display: none;
    text-align: center;
    font-size: 20px;
    left: 0;
    right: 0; }
    .edit-data-container .user-avatar-container .icons .glyphicon {
      cursor: pointer;
      padding: 4px; }
  .edit-data-container .user-avatar-container:hover {
    background-color: black; }
    .edit-data-container .user-avatar-container:hover .icons {
      display: block;
      z-index: 2; }
    .edit-data-container .user-avatar-container:hover .user-avatar-big {
      opacity: 0.4; }
  .edit-data-container .user-avatar-container.team-logo {
    border-radius: 5px;
    margin: 0; }
  .edit-data-container .user-avatar-container .user-avatar-big {
    width: 130px;
    height: 130px;
    object-fit: cover; }

.edit-data-container .news-post-container {
  width: 250px;
  height: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e7e9;
  margin: 0 auto;
  background-color: white;
  padding: 15px; }

.edit-data-container .sponsor-logo-container {
  width: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e7e9;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 15px;
  position: relative;
  margin-left: 0; }
  .edit-data-container .sponsor-logo-container .upload-container {
    text-align: center; }
    .edit-data-container .sponsor-logo-container .upload-container .icon {
      font-size: 83px;
      padding: 22px 30px;
      font-weight: 100;
      color: #ffd100; }
    .edit-data-container .sponsor-logo-container .upload-container:hover {
      background: rgba(4, 2, 2, 0.1); }
  .edit-data-container .sponsor-logo-container .icons {
    position: absolute;
    top: 6px;
    color: #ffd100;
    display: none;
    font-size: 20px;
    text-align: center; }
    .edit-data-container .sponsor-logo-container .icons .glyphicon {
      cursor: pointer;
      padding: 4px; }
    .edit-data-container .sponsor-logo-container .icons .glyphicon-pencil {
      margin-right: 160px; }
  .edit-data-container .sponsor-logo-container:hover {
    background-color: black; }
    .edit-data-container .sponsor-logo-container:hover .icons {
      display: block;
      z-index: 2; }
    .edit-data-container .sponsor-logo-container:hover .sponsor-logo {
      opacity: 0.4; }

.edit-data-container .teams-selector .panel {
  box-shadow: 1px 4px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  padding: 5px 5px 15px 5px; }

.edit-data-container .teams-selector .selector-panel {
  max-height: 340px;
  overflow-y: auto; }
  .edit-data-container .teams-selector .selector-panel .team-item {
    border-radius: 6px;
    padding: 5px;
    margin: 5px; }
    .edit-data-container .teams-selector .selector-panel .team-item .icon {
      display: none; }
    .edit-data-container .teams-selector .selector-panel .team-item:hover {
      cursor: pointer;
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); }
      .edit-data-container .teams-selector .selector-panel .team-item:hover .icon {
        display: inline-block; }
    .edit-data-container .teams-selector .selector-panel .team-item.selected {
      background-color: rgba(0, 0, 0, 0.05); }
      .edit-data-container .teams-selector .selector-panel .team-item.selected:hover {
        cursor: auto;
        box-shadow: none; }
        .edit-data-container .teams-selector .selector-panel .team-item.selected:hover .icon {
          display: none; }
  .edit-data-container .teams-selector .selector-panel .match-item {
    padding-right: 20px;
    position: relative; }
    .edit-data-container .teams-selector .selector-panel .match-item .logo {
      width: 35px; }
    .edit-data-container .teams-selector .selector-panel .match-item .icon {
      position: absolute;
      font-size: 16px;
      right: 15px;
      top: 25px; }
  .edit-data-container .teams-selector .selector-panel::-webkit-scrollbar {
    width: 14px;
    height: 18px; }
  .edit-data-container .teams-selector .selector-panel::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); }
  .edit-data-container .teams-selector .selector-panel::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none; }
  .edit-data-container .teams-selector .selector-panel::-webkit-scrollbar-corner {
    background-color: transparent; }

.edit-data-container .sponsor-logo {
  width: 220px; }

.edit-data-container .time-label {
  margin-top: 40px; }

.edit-data-container .stock-edition input[type="text"],
.edit-data-container .stock-edition input[type="number"] {
  display: inline;
  width: 25%;
  max-width: 100px; }

.ticket-container .description-name {
  font-size: 20px;
  margin-top: 30px; }
  .ticket-container .description-name .type {
    font-size: 14px; }

.ticket-container .ticket-type-row {
  margin-top: 30px; }
  .ticket-container .ticket-type-row .ticket-type {
    font-size: 16px; }

.ticket-container .seats-row {
  margin-top: 30px; }
  .ticket-container .seats-row .seats {
    font-size: 16px; }

.ticket-container .price {
  margin-top: 30px;
  font-size: 20px; }

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

.border-graph {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4); }

.payment-link {
  cursor: pointer; }
  .payment-link:hover {
    font-weight: 400;
    text-decoration: underline; }

.payment-name {
  text-transform: uppercase; }

.payment-home .earnings {
  position: relative; }
  .payment-home .earnings .earnings-summary {
    position: absolute;
    left: 20px;
    bottom: 20px; }
  .payment-home .earnings .earnings-period {
    bottom: 90px;
    position: absolute; }

.payment-home .total-sales {
  font-size: 1.5em;
  margin-left: 30px; }

.payment-graph .nv-pie-title {
  font-size: 15px !important;
  color: black !important;
  fill: black !important;
  font-weight: bold; }

@media (min-width: 768px) {
  #sales_stats > .row > .col-sm-10 .row .col-sm-2 {
    width: 13.666667% !important; }
  #wrapper {
    padding-left: 196px; }
  .container-fluid {
    top: 40px;
    left: 196px;
    padding: 0;
    overflow-y: auto;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 196px); }
  .side-nav {
    position: fixed;
    top: 41px;
    left: 196px;
    width: 196px;
    margin-left: -196px;
    border: none;
    z-index: -1;
    border-radius: 0;
    overflow-y: auto;
    background-color: rgba(26, 27, 29, 0.6);
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.35); } }

.stadium {
  /* STHANDBALL EXCLUSIVE CHANGES */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 63%;
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: url("../img/arena-area.png") center center no-repeat;
  background-size: 100%; }

.stadium:before {
  width: 100%;
  position: absolute;
  z-index: 0;
  content: '';
  height: 100%;
  background: url("../img/arena-field.png") no-repeat;
  background-size: 68%;
  background-position: 22% 32%; }

.stadium a {
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: center; }

.stadium a span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px; }

.stadium a:hover {
  opacity: .9; }

.stadium a:hover span {
  opacity: .5; }

.stadium .ssec-a {
  top: 68%;
  left: 57.5%;
  width: 22%;
  height: 7.5%;
  background-image: url(../img/section-a.png);
  z-index: 2; }

.stadium .ssec-a span {
  top: 8%;
  left: 43%; }

.stadium .ssec-b {
  top: 68%;
  left: 29%;
  width: 24%;
  height: 7.5%;
  background-image: url(../img/section-b.png);
  z-index: 1; }

.stadium .ssec-b span {
  top: 8%;
  left: 43%; }

.stadium .ssec-c {
  top: 68%;
  left: 4.5%;
  width: 20%;
  height: 7.5%;
  background-image: url(../img/section-c.png);
  z-index: 1; }

.stadium .ssec-c span {
  top: 8%;
  left: 43%; }

.stadium .ssec-d {
  top: 77.5%;
  left: 42%;
  width: 47%;
  height: 18%;
  background-image: url(../img/section-d.png);
  z-index: 2; }

.stadium .ssec-d span {
  top: 35%;
  left: 38%; }

.stadium .ssec-e {
  top: 77.5%;
  left: 4.5%;
  width: 35.3%;
  height: 18%;
  background-image: url(../img/section-e.png);
  z-index: 2; }

.stadium .ssec-e span {
  top: 35%;
  left: 38%; }

.stadium .ssec-f {
  top: 1.2%;
  left: .4%;
  width: 30%;
  height: 11%;
  background-image: url(../img/section-f.png);
  z-index: 2; }

.stadium .ssec-f span {
  top: 25%;
  left: 58%; }

.stadium .ssec-g {
  top: 1.2%;
  left: 43.3%;
  width: 35%;
  height: 11%;
  background-image: url(../img/section-g.png);
  z-index: 4; }

.stadium .ssec-g span {
  top: 25%;
  left: 45%; }

.panel.panel-prices {
  padding: initial;
  border-radius: initial;
  border: 1px solid #DDD; }

.panel-prices .panel-heading,
.panel-prices .panel-heading .glyphicon.glyphicon-pencil {
  line-height: 34px; }

.panel-prices .form-control {
  width: 80px; }

.matches-filter .selector {
  width: 55%;
  display: inline-block; }

.matches-filter .date-picker,
.matches-filter .control-label {
  line-height: 42px; }

.matches-filter .search-input {
  margin-top: 1px; }

.lineup .team-name {
  line-height: 32px; }

.lineup .line-edition {
  max-width: 400px; }
  .lineup .line-edition .player-sub {
    margin: 5px 0 0 0; }
    .lineup .line-edition .player-sub .name {
      padding: 10px 0 0 10px; }
    .lineup .line-edition .player-sub .player-avatar {
      width: 41px;
      height: 41px;
      border-radius: 22px;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      border: solid 1px grey;
      margin: 0 auto; }
      .lineup .line-edition .player-sub .player-avatar .player-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: grey; }
  .lineup .line-edition .btn-form {
    margin: 0 0 15px 0; }

.line-edition .line-selector {
  font-size: 1.1em;
  margin-bottom: 10px;
  text-align: center;
  width: 376px; }

.line-edition .player-lineup .col-user {
  width: calc(100% - 180px);
  line-height: 32px; }
  .line-edition .player-lineup .col-user.lineup-edition {
    margin-top: 5px; }

.line-edition .player-lineup .btn.btn-form.lineup-edition {
  margin-top: 5px; }

.line-edition .substitute {
  min-height: 38px;
  margin-bottom: 5px; }
  .line-edition .substitute .img-placeholder {
    display: inline-block;
    height: 36px;
    position: absolute;
    text-align: center;
    top: 1px;
    left: 5px;
    width: 36px; }
    .line-edition .substitute .img-placeholder .add-substitute {
      top: 0;
      color: #FFF;
      background-color: #AAA;
      font-size: 1.4em;
      border-radius: 50%;
      line-height: 36px;
      width: 36px; }
  .line-edition .substitute .col-user {
    width: calc(100% - 80px);
    line-height: 0.8em; }
  .line-edition .substitute .number {
    font-weight: bold; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.table-filters .date-picker-from .well {
  float: left;
  position: relative;
  top: 0;
  margin: 0;
  border: none;
  background-color: #Fff; }

.table-filters .date-picker-from .well button {
  border: none; }

.table-filters .date-picker-from .well button .text-muted {
  color: #aaa; }

.table-filters div.filter-date > div {
  float: left;
  min-width: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 53px;
  margin: 0;
  z-index: 100;
  border: 1px solid #cfd3d8;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1); }

.table-filters div.filter-date > div.filter-upcoming {
  float: left;
  min-width: 100px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 113px;
  margin: 0;
  z-index: 100;
  border: 1px solid #cfd3d8;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1); }

.table-filters .date-picker-from.second {
  left: 316px; }

.table-filters div.filter-date > div.filter-upcoming.second {
  left: 316px; }

.alert-group {
  float: right;
  position: absolute;
  width: 30%;
  z-index: 999;
  right: 30px;
  bottom: 10px; }

.alert-group .alert {
  -webkit-box-shadow: 1px 1px 10px 0px #555;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 10px 0px #555;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 10px 0px #555;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-bottom: 15px; }

.top-container .text-right .btn {
  margin-bottom: 5px; }

.detail-container .text-right .btn {
  margin-bottom: 5px; }

.line-edition .relative-field {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px; }

.line-edition .relative-field > img {
  float: left;
  width: 100%; }

.line-edition .relative-field .field-edition {
  position: absolute;
  z-index: 3;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid; }

.line-edition .relative-field .field-edition .user-position-container {
  position: absolute;
  z-index: 4;
  width: 20%;
  padding-bottom: 20%;
  top: 0;
  left: 0; }

.line-edition .relative-field .field-edition .user-position-container .user-position,
.line-edition .relative-field .field-edition .user-position-container .user-position-not-editable {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 5px;
  top: 0;
  left: 0;
  line-height: 15px;
  font-size: 12px;
  border-radius: 50%;
  border: dotted 2px white;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white; }

.line-edition .relative-field .field-edition .user-position-container .user-position .icons-edit {
  position: absolute;
  top: 0;
  width: 21px;
  display: none;
  text-align: center;
  font-size: 15px;
  right: 0px; }

.line-edition .relative-field .field-edition .user-position-container .user-position .icons-edit .glyphicon {
  cursor: pointer;
  background-color: black;
  border-radius: 13px;
  width: 21px;
  height: 21px;
  line-height: 18px;
  font-size: 12px;
  border: solid 1px white;
  color: white; }

.line-edition .relative-field .field-edition .user-position-container .user-position .player-avatar {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: solid 1px grey;
  margin: 5% 25%; }

.line-edition .relative-field .field-edition .user-position-container .user-position .player-avatar .player-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: grey; }

.line-edition .relative-field .field-edition .user-position-container .user-position .user-position-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8% 0 0 0;
  font-size: 14px; }

.line-edition .relative-field .field-edition .user-position-container .user-position:hover {
  border: solid 2px white;
  cursor: pointer; }

.line-edition .relative-field .field-edition .user-position-container .user-position.selected {
  border: solid 2px white; }

.line-edition .relative-field .field-edition .user-position-container .user-position.selected .icons-edit {
  display: block;
  z-index: 6; }

/***** DEFAULT IS 4-3-3 *****/
.line-edition .relative-field .field-edition .user-position-container:first-child {
  top: 2%;
  left: 39%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(2) {
  top: 23%;
  left: 7%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(3) {
  top: 17%;
  left: 27%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(4) {
  top: 17%;
  left: 53%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(5) {
  top: 23%;
  left: 73%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(6) {
  top: 47%;
  left: 12%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(7) {
  top: 40%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(8) {
  top: 47%;
  left: 68%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(9) {
  top: 70%;
  left: 12%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(10) {
  top: 80%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container:nth-child(11) {
  top: 70%;
  left: 68%; }

/***** 4-4-2 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(6) {
  top: 47%;
  left: 7%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(7) {
  top: 40%;
  left: 27%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(8) {
  top: 40%;
  left: 53%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(9) {
  top: 47%;
  left: 73%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(10) {
  top: 70%;
  left: 20%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-4-2:nth-child(11) {
  top: 70%;
  left: 60%; }

/***** 4-3-1-2 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-4-3-1-2:nth-child(9) {
  top: 60%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-3-1-2:nth-child(10) {
  top: 75%;
  left: 20%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-3-1-2:nth-child(11) {
  top: 75%;
  left: 60%; }

/***** 4-2-3-1 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(6) {
  top: 38%;
  left: 25%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(7) {
  top: 38%;
  left: 55%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(8) {
  top: 60%;
  left: 10%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(9) {
  top: 55%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(10) {
  top: 60%;
  left: 70%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-2-3-1:nth-child(11) {
  top: 75%;
  left: 40%; }

/***** 4-1-4-1 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(6) {
  top: 35%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(7) {
  top: 60%;
  left: 7%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(8) {
  top: 53%;
  left: 27%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(9) {
  top: 53%;
  left: 53%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(10) {
  top: 60%;
  left: 73%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-4-1-4-1:nth-child(11) {
  top: 75%;
  left: 40%; }

/***** 3-4-3 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(2) {
  top: 20%;
  left: 15%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(3) {
  top: 17%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(4) {
  top: 20%;
  left: 65%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(5) {
  top: 45%;
  left: 7%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(6) {
  top: 40%;
  left: 28%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(7) {
  top: 40%;
  left: 52%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(8) {
  top: 45%;
  left: 73%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(9) {
  top: 65%;
  left: 15%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(10) {
  top: 75%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-4-3:nth-child(11) {
  top: 65%;
  left: 65%; }

/***** 3-5-2 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(2) {
  top: 20%;
  left: 15%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(3) {
  top: 17%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(4) {
  top: 20%;
  left: 65%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(5) {
  top: 45%;
  left: 7%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(6) {
  top: 40%;
  left: 28%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(7) {
  top: 40%;
  left: 52%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(8) {
  top: 45%;
  left: 73%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(9) {
  top: 53%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(10) {
  top: 75%;
  left: 25%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-3-5-2:nth-child(11) {
  top: 75%;
  left: 55%; }

/***** 5-4-1 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(2) {
  top: 33%;
  left: 5%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(3) {
  top: 23%;
  left: 20%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(4) {
  top: 19%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(5) {
  top: 23%;
  left: 60%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(6) {
  top: 33%;
  left: 75%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(7) {
  top: 58%;
  left: 10%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(8) {
  top: 48%;
  left: 27%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(9) {
  top: 48%;
  left: 53%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(10) {
  top: 58%;
  left: 70%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-4-1:nth-child(11) {
  top: 70%;
  left: 40%; }

/***** 5-3-2 ********/
.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(2) {
  top: 33%;
  left: 5%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(3) {
  top: 23%;
  left: 20%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(4) {
  top: 19%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(5) {
  top: 23%;
  left: 60%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(6) {
  top: 33%;
  left: 75%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(7) {
  top: 53%;
  left: 15%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(8) {
  top: 48%;
  left: 40%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(9) {
  top: 53%;
  left: 65%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(10) {
  top: 73%;
  left: 60%; }

.line-edition .relative-field .field-edition .user-position-container.line-type-5-3-2:nth-child(11) {
  top: 73%;
  left: 20%; }

.leaderboard .table-header {
  cursor: default !important; }

.leaderboard .table-header div {
  cursor: default !important;
  font-size: 11px !important; }

.leaderboard .item-table {
  cursor: default !important; }

.leaderboard .item-table > div > div > img {
  max-height: 20px; }

.leaderboard .item-table > div > input {
  max-width: 60px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc; }

.group-disabled {
  background-color: rgba(255, 0, 0, 0.2);
  opacity: .8; }

.row.group-member {
  position: relative !important; }

.remove-group-member {
  position: absolute;
  right: -10px;
  top: 30px;
  color: #FF0000; }

#sales_stats > .row {
  border-bottom: 1px solid #ccc; }

#sales_stats > .row:nth-child(2n) {
  background-color: #f4f4f4; }

#sales_stats > .row > .col-sm-2 {
  padding: 25px 0 0 10px;
  font-size: 18px; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 {
  padding: 5px 0;
  border-left: 1px dashed #ccc; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2:nth-child(6) {
  background: rgba(200, 200, 200, 0.1);
  border-left: 1px solid #ccc; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2.empty p {
  opacity: 0; }

/*#sales_stats > .row > .col-sm-10 .row .col-sm-2.empty p span{ color:#ccc!important; }
#sales_stats > .row > .col-sm-10 .row .col-sm-2.empty p span.tag{ background-color:#999!important; }*/
#sales_stats > .row > .col-sm-10 .row .col-sm-2 p {
  float: left;
  width: 80%;
  margin: 0 10%; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p .tag {
  float: left;
  font-size: 11px;
  padding: 0px 5px;
  margin-top: 4px;
  border-radius: 5px; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p .value {
  float: right; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.sold .tag {
  background-color: #38793c;
  color: #fff; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.sold .value {
  font-size: 16px;
  font-weight: bold;
  color: #1c9220; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.redeemed .tag {
  background-color: #9e4e35;
  color: #fff; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.redeemed .value {
  font-size: 16px;
  font-weight: bold;
  color: #FF5722; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.money {
  margin-top: 5px; }

#sales_stats > .row > .col-sm-10 .row .col-sm-2 p.money .value {
  font-size: 16px;
  font-weight: bold;
  color: #000; }

#sales_stats > .row.totals {
  border-top: 1px solid #ccc; }

#sales_stats > .row.stats-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#sales_stats > .row.stats-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

#sales_stats > .row.stats-header,
#sales_stats > .row.stats-footer {
  background: #777;
  color: #fff; }

#sales_stats > .row.stats-header > .col-sm-2,
#sales_stats > .row.stats-footer > .col-sm-2 {
  padding: 5px 0 5px 10px;
  background: none;
  line-height: 40px;
  font-size: 16px; }

#sales_stats > .row.stats-header > .col-sm-10 .row .col-sm-2:nth-child(7),
#sales_stats > .row.stats-footer > .col-sm-10 .row .col-sm-2:nth-child(7) {
  background: none;
  line-height: 40px;
  font-size: 18px; }

#sales_stats .updated {
  /*background: rgba(10, 138, 204, 0.1);
    box-shadow: 0 0 0 rgba(10, 138, 204, 0.4);*/
  animation: pulse 2s 3; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 10, 46, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 5px 5px rgba(204, 10, 46, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 10, 46, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 10, 46, 0.6);
    box-shadow: 0 0 0 0 rgba(204, 10, 46, 0.6); }
  70% {
    -moz-box-shadow: 0 0 5px 5px rgba(204, 10, 46, 0.3);
    box-shadow: 0 0 5px 5px rgba(204, 10, 46, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 10, 46, 0);
    box-shadow: 0 0 0 0 rgba(204, 10, 46, 0); } }

.btn-toggle {
  background-color: #2179c1;
  color: #ffffff;
  opacity: .4; }

.btn-toggle:hover,
.btn-toggle.active {
  opacity: 1; }

#sales_list {
  padding: 0 !important;
  position: relative;
  float: left;
  width: 100%; }

#sales_list .table-loading {
  position: absolute;
  top: 10px;
  z-index: 100;
  width: 100%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding-top: 200px;
  background-color: rgba(255, 255, 255, 0.7); }

#sales_list .total-counters {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 0;
  margin: 0; }

#sales_list .total-counters p {
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  padding: 3px 10px;
  background: #949494;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

#sales_list .total-counters span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 2px 10px;
  box-sizing: border-box;
  border: 1px solid #949494;
  color: #1660bd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.btn-csv {
  float: right;
  width: auto;
  padding: 3px 10px; }
  .btn-csv img {
    float: left;
    height: 28px; }
  .btn-csv span {
    border: none !important;
    margin: 0 !important;
    padding: 3px 0 0 10px !important;
    font-size: 16px !important;
    color: #000 !important;
    text-transform: none !important; }

#sales_list .table-container {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  font-size: 12px; }

#sales_list .table-container .table-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #086caf;
  margin: 0;
  padding: 0;
  font-weight: bold; }

#sales_list .table-container .table-header div {
  float: left;
  cursor: pointer; }

#sales_list .table-container .table-header div div {
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  padding: 3px 10px 3px 15px;
  position: relative;
  font-size: 12px; }

#sales_list .table-container .table-header div div.asc-order:after {
  content: ' ';
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 11px; }

#sales_list .table-container .table-header div div.desc-order:after {
  content: ' ';
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 11px; }

#sales_list .table-container .table-content {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

#sales_list .table-container .table-content > div {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e8ea;
  opacity: .6;
  cursor: pointer; }

#sales_list .table-container .table-content > div:hover {
  background: rgba(161, 203, 247, 0.3); }

#sales_list .table-container .table-content > div.enabled {
  opacity: 1; }

#sales_list .table-container .table-content > div.problem {
  background-color: rgba(200, 0, 0, 0.2); }

#sales_list .table-container .table-content > div.problem:hover {
  background-color: rgba(200, 0, 0, 0.3); }

#sales_list .table-container .table-content > div.problem span {
  color: #c80000; }

#sales_list .table-container .table-content > div > div {
  float: left;
  padding: 5px 10px 5px 15px;
  color: #333; }

#sales_list .table-container .table-content > div.tcitem > div:first-child {
  padding-left: 3px; }

#sales_list .table-container .table-content > div > div.drop-class {
  overflow: visible; }

#sales_list .table-container .table-content > div > div.drop-class .dropdown-menu {
  left: -300%;
  top: 80%; }

#sales_list .table-container .table-content > div > div.drop-class .btn {
  padding: 6px 10px;
  line-height: 12px; }

#sales_list .table-container .table-content > div > div img {
  float: left;
  height: 50px;
  padding: 0 12px 0 0; }

#sales_list .table-container .table-content > div > div:nth-child(1) img {
  float: left;
  height: 50px;
  margin: 0; }

#sales_list .table-container .table-content > div > div span {
  float: left;
  font-size: 12px;
  padding: 0; }

#sales_list .table-container .table-content > div > div .btn {
  padding: 5px 5px;
  font-size: 14px; }

#sales_list .table-container .table-content > div > div .btn[disabled] {
  opacity: .3; }

#sales_list .table-container .table-content > div > div .btn-info {
  background-color: #2892AF;
  border-color: #136C83; }

#sales_list .table-container .table-content > div.open-detail {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #086caf; }

#sales_list .table-container .table-content div.extra-info {
  border-top: 1px solid #ccc;
  cursor: default;
  background-color: #fff !important; }

#sales_list .table-container .table-content div.extra-info p {
  float: left;
  padding: 5px 0 0 0;
  margin-right: 20px; }

#sales_list .table-container .table-content div.extra-info p span {
  font-weight: bold;
  float: right;
  padding-left: 10px; }

#sales_list .table-container .table-content div.extra-info div.products {
  float: left;
  padding: 5px 0 0 0;
  margin-right: 20px;
  clear: left;
  line-height: 30px; }

#sales_list .table-container .table-content div.extra-info div.products img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0; }

#sales_list .table-container .table-content div.extra-info .btn {
  font-size: 12px;
  float: right;
  margin-left: 10px;
  padding: 2px 10px;
  color: #fff;
  background-color: #1c5ba2; }

#sales_list .table-container .table-content div.extra-info .btn:hover {
  background-color: #466a92; }

#sales_list .table-container .table-content .rows-info {
  float: left;
  width: auto;
  color: #000;
  border: none;
  font-size: 14px;
  margin: 5px; }

#sales_list .table-container .table-content .pagination {
  float: right;
  margin-top: 5px; }

#sales_list .table-container .table-content .pagination li a,
.table-container .table-content .pagination li span {
  background: none;
  border: none;
  font-size: 14px;
  color: #009b48 !important;
  padding: 0 5px;
  text-decoration: underline; }

#sales_list .table-container .table-content .pagination li.disabled {
  display: none; }

#sales_list .table-container .table-content .pagination li.active a {
  color: #666 !important;
  text-decoration: none; }

#sales_list .table-container .table-content > div > div.scrolltext {
  max-height: 300px !important;
  overflow-y: auto !important;
  text-align: justify !important;
  float: left; }

#sales_list .grey-col {
  background-color: rgba(230, 230, 230, 0.3); }

.ticket-status-1,
.ticket-status-7 {
  background: rgba(13, 158, 0, 0.33);
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(13, 158, 0, 0.33));
  /* Standard syntax */ }

.ticket-status-2 {
  background: rgba(247, 239, 94, 0.72);
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(247, 239, 94, 0.72));
  /* Standard syntax */ }

.ticket-status-3,
.ticket-status-5 {
  background: rgba(255, 0, 0, 0.24);
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
  /* Standard syntax */
  color: black; }

.ticket-status-4,
.ticket-status-6,
.ticket-status-8 {
  background: rgba(130, 0, 0, 0.65);
  /* For browsers that do not support gradients */
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(130, 0, 0, 0.65));
  /* Standard syntax */
  color: black; }

.with-float-chk {
  position: relative; }

.with-float-chk input[type="checkbox"] {
  position: absolute;
  left: -20px; }

.with-rfloat-button {
  position: relative; }

.with-rfloat-button button {
  position: absolute;
  right: -20px;
  top: 2px; }

.with-final-icon {
  position: relative; }

.with-final-icon span.glyphicon {
  position: absolute;
  right: -20px; }

.settings-table .btn-group .btn {
  opacity: .6; }

.settings-table .btn-group .btn.active {
  opacity: 1; }

span.cfg-prod {
  display: inline-block;
  float: none !important;
  background: #eee;
  padding: 0 !important;
  line-height: 18px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 5px; }

span.cfg-prod span {
  padding: 0 7px !important; }

span.cfg-prod-nr ~ span.cfg-prod-name {
  border-left: 1px solid #ccc; }

.stadium-layout {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  background-color: #eee;
  min-height: calc(100vh - 160px);
  float: left; }
  .stadium-layout .loading-overlay {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7) url(../img/ajax.svg) center center no-repeat; }
  .stadium-layout .items-list {
    float: left;
    background-color: #555;
    border-bottom-right-radius: 10px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0 20px 0;
    width: 12%;
    box-shadow: 2px 2px 5px 0px #777; }
    .stadium-layout .items-list li {
      float: left;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 90%;
      border-bottom: 1px solid #777;
      cursor: pointer; }
      .stadium-layout .items-list li:hover {
        background-color: #777; }
      .stadium-layout .items-list li span {
        font-size: 12px;
        color: #eee;
        padding: 2px 5px 2px 10px; }
      .stadium-layout .items-list li.current {
        background-color: #ccc;
        border: none;
        width: 95%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; }
        .stadium-layout .items-list li.current span {
          color: #555;
          font-weight: bold; }
      .stadium-layout .items-list li.title {
        cursor: default;
        border-bottom: none; }
        .stadium-layout .items-list li.title:hover {
          background-color: #555; }
      .stadium-layout .items-list li.subm span {
        padding: 2px 5px 2px 20px; }
  .stadium-layout .edition-header {
    float: left;
    background-color: #555;
    margin: 0;
    border-radius: 0;
    height: auto;
    padding: 10px 20px 0 20px;
    width: 100%;
    box-shadow: none; }
    .stadium-layout .edition-header .filter {
      float: left;
      width: auto;
      margin: 0 10px 10px 0; }
      .stadium-layout .edition-header .filter label {
        float: left;
        color: #eee;
        font-weight: normal;
        font-size: 14px;
        margin: 3px 0 0 0; }
      .stadium-layout .edition-header .filter .selector-box {
        float: left;
        margin: 0 0 0 10px;
        padding: 0; }
        .stadium-layout .edition-header .filter .selector-box select {
          float: left;
          margin: 0;
          padding: 3px 5px;
          border-radius: 5px;
          outline: none; }
    .stadium-layout .edition-header .section-prices {
      float: right;
      color: white;
      font-weight: normal; }
      .stadium-layout .edition-header .section-prices select {
        padding: 3px 5px;
        border-radius: 4px;
        color: black;
        margin: 0px 7px 0px;
        border: none;
        height: 28px; }
      .stadium-layout .edition-header .section-prices label {
        float: left;
        color: #eee;
        font-weight: normal;
        font-size: 14px;
        margin: 5px 0 0 0; }
  .stadium-layout .edition-bar {
    float: right;
    width: 32%;
    background-color: #e2e2e2;
    box-shadow: -2px 2px 5px 0px #999;
    border-bottom-left-radius: 10px;
    height: 100%;
    margin: 0;
    padding: 0 0 20px 0; }
    .stadium-layout .edition-bar .title {
      float: left;
      width: 90%;
      margin: 0 5%;
      padding: 3px 10px;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      color: #555;
      border-bottom: 1px solid #aaa; }
    .stadium-layout .edition-bar .form-cont {
      float: left;
      width: 100%;
      padding: 15px 15px 0 15px; }
      .stadium-layout .edition-bar .form-cont .form-group {
        margin-bottom: 10px; }
      .stadium-layout .edition-bar .form-cont .chb-mdp {
        border-top: 1px solid #bbb;
        padding-top: 20px; }
    .stadium-layout .edition-bar .btnbar {
      border-top: 1px solid #bbb;
      width: 90%;
      margin: 10px 5% 0 5%; }
    .stadium-layout .edition-bar .table-path th {
      font-size: 12px; }
    .stadium-layout .edition-bar .table-path span.curve {
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      width: 15px;
      float: left;
      height: 15px;
      border-bottom-right-radius: 10px; }
    .stadium-layout .edition-bar .table-path tr td {
      border-top: 1px solid #ccc;
      position: relative; }
      .stadium-layout .edition-bar .table-path tr td:first-child {
        padding-top: 9px; }
      .stadium-layout .edition-bar .table-path tr td input {
        max-width: 60px; }
      .stadium-layout .edition-bar .table-path tr td div.checkbox {
        margin: 5px 0 0 0; }
      .stadium-layout .edition-bar .table-path tr td a {
        cursor: pointer;
        opacity: .7; }
        .stadium-layout .edition-bar .table-path tr td a:hover {
          opacity: 1;
          text-decoration: none; }
        .stadium-layout .edition-bar .table-path tr td a.move-point {
          position: absolute;
          right: 0px;
          color: #656d9c; }
        .stadium-layout .edition-bar .table-path tr td a.remove-point {
          color: #ce5757; }
          .stadium-layout .edition-bar .table-path tr td a.remove-point span {
            margin-top: 5px; }
        .stadium-layout .edition-bar .table-path tr td a.add-point {
          color: #44844f; }
    .stadium-layout .edition-bar .nav {
      margin-bottom: 10px; }
      .stadium-layout .edition-bar .nav li a {
        color: #555;
        font-size: 12px;
        padding: 3px;
        border-color: #aaa;
        border-bottom: 1px solid #555;
        background-color: #eee; }
        .stadium-layout .edition-bar .nav li a:hover {
          cursor: pointer;
          background-color: #f4f4f4; }
      .stadium-layout .edition-bar .nav li.active a {
        border-bottom: none;
        font-weight: bold;
        border-color: #555;
        background: none !important; }
        .stadium-layout .edition-bar .nav li.active a:hover {
          cursor: default; }
  .stadium-layout .drawing-area {
    float: left;
    width: 55%;
    padding: 20px; }
    .stadium-layout .drawing-area .scaling-svg-container {
      position: relative;
      height: 0;
      width: 100%;
      padding: 0;
      background-color: #fff;
      border: 1px dashed #ccc; }
    .stadium-layout .drawing-area svg {
      float: left;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .stadium-layout .drawing-area svg a.helper.point {
        fill: #13d2d4;
        fill-opacity: .5; }
      .stadium-layout .drawing-area svg a.helper.line {
        stroke: #13d2d4; }
      .stadium-layout .drawing-area svg a.helper.qpoint {
        fill: #ffa700;
        fill-opacity: .5; }
      .stadium-layout .drawing-area svg a.helper.qline {
        stroke: #ffa700;
        stroke-dasharray: 3, 3; }
      .stadium-layout .drawing-area svg g.section a {
        cursor: pointer; }
        .stadium-layout .drawing-area svg g.section a path {
          fill-opacity: .4;
          stroke-width: 1;
          stroke-opacity: .2;
          /*-webkit-transition: all 1s ease-out;
                        -moz-transition: all 1s ease-out;
                        -ms-transition: all 1s ease-out;
                        -o-transition: all 1s ease-out;
                        transition: all 1s ease-out;*/ }
      .stadium-layout .drawing-area svg g.section.editing a path {
        fill-opacity: 1;
        stroke-opacity: 1; }
  .stadium-layout .seating-area {
    float: left;
    width: 88%;
    padding: 0 15px; }
    .stadium-layout .seating-area .row-head {
      background-color: #a5a5a5; }
    .stadium-layout .seating-area .row-btn {
      background-color: #a5a5a5; }
      .stadium-layout .seating-area .row-btn a {
        float: right;
        margin: 10px 1%;
        padding: 3px;
        text-align: center;
        background-color: #2f5977;
        border-radius: 5px;
        cursor: pointer;
        color: #fff;
        padding: 3px 15px; }
        .stadium-layout .seating-area .row-btn a:hover {
          background-color: #457698;
          text-decoration: none; }
    .stadium-layout .seating-area .row-desc {
      background-color: #a5a5a5;
      color: #ddd;
      border-bottom: 1px solid #ccc; }
      .stadium-layout .seating-area .row-desc .seat-width {
        float: left;
        border-right: 1px solid #ccc;
        width: 20px;
        text-align: center; }
        .stadium-layout .seating-area .row-desc .seat-width span {
          float: left;
          width: 100%;
          line-height: 18px;
          font-size: 12px; }
        .stadium-layout .seating-area .row-desc .seat-width input {
          float: left;
          width: 100%;
          clear: both;
          border-radius: 0 !important;
          text-align: center;
          border: none;
          padding: 2px 0px !important;
          height: 20px;
          font-size: 12px;
          margin: 0 0 2px 0; }
    .stadium-layout .seating-area .row-foot {
      background-color: #ccc;
      color: #555;
      border-bottom: 1px solid #ccc;
      padding: 10px 0 5px;
      border-bottom-left-radius: 10px; }
    .stadium-layout .seating-area .seatsrow {
      border-bottom: 1px solid #c4c4c4;
      background: #ddd;
      min-height: 26px; }
      .stadium-layout .seating-area .seatsrow span.rowno {
        line-height: 25px;
        color: #333; }
      .stadium-layout .seating-area .seatsrow input.seats-amount {
        border-radius: 0 !important;
        text-align: center;
        border-top: 0;
        border-bottom: 0;
        padding: 2px 5px !important;
        height: 25px; }
      .stadium-layout .seating-area .seatsrow input.row-display {
        border-radius: 0 !important;
        text-align: right;
        border-top: 0;
        border-bottom: 0;
        padding: 2px 5px !important;
        height: 25px; }
      .stadium-layout .seating-area .seatsrow a.delete-row {
        color: #cc0000;
        position: absolute;
        top: 4px;
        right: -5px;
        cursor: pointer;
        z-index: 100; }
        .stadium-layout .seating-area .seatsrow a.delete-row:hover {
          opacity: .5; }
      .stadium-layout .seating-area .seatsrow .seat {
        float: left;
        border: 0px solid #777;
        border-radius: 3px;
        width: 19px;
        margin: 3px 1px 2px 0;
        text-align: center;
        font-size: 11px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        background-color: #7a9e86;
        text-decoration: none;
        cursor: pointer; }
        .stadium-layout .seating-area .seatsrow .seat:hover {
          background-color: #93caa5; }
        .stadium-layout .seating-area .seatsrow .seat.inactive {
          opacity: .5; }
    .stadium-layout .seating-area .seat-nums {
      min-height: 40px; }
    .stadium-layout .seating-area .scroller {
      overflow-x: auto; }
  .stadium-layout .section-pricing {
    float: left;
    width: 88%;
    padding: 0 0 0 15px; }
    .stadium-layout .section-pricing .edition-bar {
      width: 80%;
      float: left;
      box-shadow: 0 1px 3px 0;
      border-bottom-right-radius: 10px; }

.specialtickets-data .seats-picker {
  float: left;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px; }
  .specialtickets-data .seats-picker p {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: bold; }
  .specialtickets-data .seats-picker .picked-seats {
    float: left;
    width: 100%; }
    .specialtickets-data .seats-picker .picked-seats span {
      float: right;
      margin: 0 0 5px 0;
      clear: both;
      border: 1px solid #000;
      background: #ccc;
      font-size: 12px;
      border-radius: 7px;
      height: 20px;
      padding: 0px 5px;
      line-height: 18px; }
      .specialtickets-data .seats-picker .picked-seats span strong {
        margin: 0 0 0 3px;
        padding: 0 3px 0 0;
        font-size: 14px;
        border-right: 1px solid #888; }
        .specialtickets-data .seats-picker .picked-seats span strong:last-child {
          border: none;
          padding: 0; }
  .specialtickets-data .seats-picker .error-note {
    float: left;
    color: #cc0000;
    text-align: right;
    width: 100%; }
  .specialtickets-data .seats-picker .btn {
    float: right;
    margin-top: 10px; }

.stadium-layout .seating-area-match .row-head {
  background-color: #eee;
  padding: 10px 0 0 0; }
  .stadium-layout .seating-area-match .row-head .manualDesc {
    float: right; }
    .stadium-layout .seating-area-match .row-head .manualDesc p {
      float: left;
      font-size: 12px;
      border-radius: 5px;
      margin: 0 0 10px 5px;
      opacity: .8;
      color: #000;
      padding: 4px 10px; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.free {
        background-color: #8bc34a; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved {
        background-color: #9e9e9e; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.sold {
        background-color: #f44336; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.for-resell {
        background-color: #8bc34a;
        border: 2px solid #f44336;
        padding: 2px 10px; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved-member {
        background-color: #22068a;
        color: #fff; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved-member-int-ext {
        background-color: #0057B8;
        color: #fff; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved-company {
        background-color: #FFF;
        border: 2px solid #0057B8;
        padding: 2px 10px; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved-vip {
        background-color: #FFD100;
        border: 2px solid #0057B8;
        padding: 2px 10px; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.sold-redeemed {
        background-color: #f44336;
        border: 2px dashed #000;
        padding: 2px 10px; }
      .stadium-layout .seating-area-match .row-head .manualDesc p.reserved-seasoncard {
        background-color: #555;
        color: #fff;
        padding: 4px 10px; }

.stadium-layout .seating-area-match .row-desc {
  background: #ddd;
  color: #ddd;
  border-radius: 10px;
  border: 2px solid #999; }
  .stadium-layout .seating-area-match .row-desc .rowlist {
    width: 4%; }
    .stadium-layout .seating-area-match .row-desc .rowlist .row:first-child .col-xs-12 {
      height: 28px;
      margin-bottom: 10px; }
  .stadium-layout .seating-area-match .row-desc .scroller {
    width: 95%;
    padding-bottom: 5px; }
  .stadium-layout .seating-area-match .row-desc .seat-width {
    float: left;
    border: 1px solid #ddd;
    width: 30px;
    text-align: center;
    margin-bottom: 10px; }

.stadium-layout .seating-area-match .row-selector {
  float: right;
  margin: 0;
  width: 100%;
  text-align: center;
  background-color: #999;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  padding: 4px 0; }
  .stadium-layout .seating-area-match .row-selector:hover {
    background-color: #777;
    text-decoration: none; }

.stadium-layout .seating-area-match .seat-width .col-selector {
  float: right;
  margin: 0;
  width: 100%;
  padding: 3px;
  text-align: center;
  background-color: #999;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  padding: 3px 0; }
  .stadium-layout .seating-area-match .seat-width .col-selector:hover {
    background-color: #777;
    text-decoration: none; }

.stadium-layout .seating-area-match .row-foot {
  background-color: #ccc;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 20px; }

.stadium-layout .seating-area-match .seatsrow {
  border: none;
  min-height: 29px; }
  .stadium-layout .seating-area-match .seatsrow .seat {
    float: left;
    width: 29px;
    margin: 0 1px 1px 0;
    text-align: center;
    font-size: 12px;
    height: 28px;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8 !important;
    line-height: 28px;
    margin: 0 1px 1px 0;
    border-radius: 25%;
    color: #000;
    padding: 0;
    /* DISABLED */
    /* FREE */
    /* RESERVED ON BOOKING */
    /* SOLD */
    /* FOR RESELL */
    /* RESERVED FOR INTERNAL AGENCY */
    /* RESERVED FOR MEMBER */
    /* RESERVED FOR COMPANY*/
    /* RESERVED FOR VIP*/
    /* SOLD AND REDEEMED */ }
    .stadium-layout .seating-area-match .seatsrow .seat:hover {
      opacity: 1;
      border-radius: 50%;
      border: 2px solid #fff; }
    .stadium-layout .seating-area-match .seatsrow .seat.inactive {
      opacity: 0; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-0 {
      visibility: hidden; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-1 {
      background-color: #8bc34a !important; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-2 {
      background-color: #9e9e9e; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-3 {
      background-color: #f44336; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-4 {
      background-color: #8bc34a;
      border: 2px solid #f44336;
      line-height: 24px; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-5 {
      background-color: #22068a;
      color: #fff; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-15 {
      background-color: #0057B8;
      color: #fff; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-6 {
      background-color: #FFF;
      border: 2px solid #0057B8;
      line-height: 24px; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-7 {
      background-color: #FFD100;
      border: 2px solid #0057B8;
      line-height: 24px; }
    .stadium-layout .seating-area-match .seatsrow .seat.seat-8 {
      background-color: #f44336;
      border: 2px dashed #000;
      line-height: 24px; }
    .stadium-layout .seating-area-match .seatsrow .seat.picked {
      opacity: 1;
      border-radius: 50%;
      box-shadow: 0 0 5px 2px #000; }

.stadium-layout .seating-area-match .seat-nums {
  min-height: 28px; }

.stadium-layout .seating-area-match .row-selection {
  background: #eee;
  margin-top: 10px;
  border: 2px solid #ccc;
  height: 100%;
  border-radius: 5px;
  margin: 10px 0 0 0; }
  .stadium-layout .seating-area-match .row-selection .selection:first-child {
    border-right: 1px solid #ccc;
    height: 100%; }
  .stadium-layout .seating-area-match .row-selection .selection:last-child {
    border-left: 1px solid #ccc;
    height: 100%; }

.stadium-layout .seating-area-match .selection .selected-seats {
  width: 100%;
  padding: 15px; }

.stadium-layout .seating-area-match .selection .selection-action {
  width: 100%;
  padding: 15px; }
  .stadium-layout .seating-area-match .selection .selection-action .row {
    margin: 0 0 10px 0;
    width: 100%; }
  .stadium-layout .seating-area-match .selection .selection-action label {
    margin: 0 10px 10px 0;
    font-weight: normal; }
  .stadium-layout .seating-area-match .selection .selection-action select {
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px; }
  .stadium-layout .seating-area-match .selection .selection-action .free {
    background-color: #8bc34a;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action .sold {
    background-color: #f44336;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action .for-resell {
    background-color: #8bc34a;
    border: 2px solid #f44336;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action .reserved-member {
    background-color: #0057B8;
    color: #fff; }
  .stadium-layout .seating-area-match .selection .selection-action .reserved-company {
    background-color: #FFF;
    border: 2px solid #0057B8;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action .reserved-vip {
    background-color: #FFD100;
    border: 2px solid #0057B8;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action .sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    color: #000; }
  .stadium-layout .seating-area-match .selection .selection-action label[for="seat-notes"] {
    float: left; }
  .stadium-layout .seating-area-match .selection .selection-action textarea#seat-notes {
    width: 50%;
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    max-width: 100%;
    float: left; }

.alert-disabled {
  opacity: .4; }
  .alert-disabled a {
    pointer-events: none; }

.seat-statuses {
  display: inline-block;
  margin: 0;
  padding: 0; }

.seat-statuses p {
  float: left;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 0 5px 5px;
  opacity: .8;
  color: #000;
  padding: 4px 10px; }

.seat-statuses p.free {
  background-color: #8bc34a; }

.seat-statuses p.reserved {
  background-color: #9e9e9e; }

.seat-statuses p.sold {
  background-color: #f44336; }

.seat-statuses p.for-resell {
  background-color: #8bc34a;
  border: 2px solid #f44336;
  padding: 2px 10px; }

.seat-statuses p.reserved-member {
  background-color: #0057B8;
  color: #fff; }

.seat-statuses p.reserved-company {
  background-color: #FFF;
  border: 2px solid #0057B8;
  padding: 2px 10px; }

.seat-statuses p.reserved-vip {
  background-color: #FFD100;
  border: 2px solid #0057B8;
  padding: 2px 10px; }

.seat-statuses p.sold-redeemed {
  background-color: #f44336;
  border: 2px dashed #000;
  padding: 2px 10px; }

.seat-statuses p span.counter-badge {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 0 5px;
  margin: 0 0 0 5px;
  box-shadow: 0 0 3px 0 #444 inset; }

.message-edition .row {
  border-bottom: 1px dashed #777; }
  .message-edition .row.noclick {
    pointer-events: none; }
  .message-edition .row.buttons-row {
    border: none;
    margin: 10px 0 40px; }
    .message-edition .row.buttons-row .blue {
      background-color: #1468ab;
      color: #fff; }
      .message-edition .row.buttons-row .blue:hover {
        background-color: #4788bb; }

.edition-group {
  border-right: 1px dashed #777;
  padding: 20px; }
  .edition-group:last-child {
    border: none; }
  .edition-group .group-title {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #777; }
  .edition-group .note {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #999;
    font-style: italic; }
  .edition-group .note-right {
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin: 0px 5px; }
  .edition-group .red-note {
    color: red; }
  .edition-group .warning {
    color: #FFCC00;
    margin-right: 5px; }
  .edition-group .strong {
    color: black; }
  .edition-group .smsCounter {
    margin: 1px 0px; }
  .edition-group > div {
    float: left;
    width: 100%;
    padding-top: 10px !important; }
    .edition-group > div.bottom-divider {
      border-bottom: 1px dashed #777;
      padding-bottom: 5px;
      margin-bottom: 10px; }
  .edition-group textarea {
    width: 100%;
    float: left;
    resize: vertical; }
  .edition-group ul.msg-categories {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
    .edition-group ul.msg-categories li {
      float: left;
      clear: left;
      background-color: #eee;
      color: #777;
      padding: 5px 15px;
      margin-bottom: 5px;
      border-radius: 5px;
      width: 100%;
      cursor: pointer; }
      .edition-group ul.msg-categories li span {
        font-size: 11px;
        color: #777; }
      .edition-group ul.msg-categories li.selected {
        background-color: #157529;
        color: #fff; }
        .edition-group ul.msg-categories li.selected span {
          color: #fff; }
  .edition-group ul.msg-ticketfilter {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    .edition-group ul.msg-ticketfilter li {
      float: left;
      clear: left;
      background-color: #eee;
      color: #777;
      padding: 10px 15px;
      margin-bottom: 5px;
      border-radius: 5px;
      width: 100%;
      cursor: pointer; }
      .edition-group ul.msg-ticketfilter li.selected {
        background-color: #157529;
        color: #fff; }
      .edition-group ul.msg-ticketfilter li span {
        float: left;
        width: auto;
        margin: 8px 5px 0 0; }
      .edition-group ul.msg-ticketfilter li select {
        float: left; }
      .edition-group ul.msg-ticketfilter li input {
        float: left;
        width: 100px;
        margin-right: 5px; }

.loading-overlay {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/ajax.svg) center center no-repeat; }

.loading-overlay-members {
  position: absolute;
  margin: 0 1% !important;
  border-radius: 4px;
  z-index: 10000;
  width: 98%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6) url(../img/ajax.svg) center center no-repeat; }

.stseatdesc {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }
  .stseatdesc li {
    float: left;
    width: auto;
    margin: 5px 10px 5px 0;
    border: 1px solid #777;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee; }
    .stseatdesc li div {
      float: left;
      padding: 2px 5px;
      border-left: 1px solid #777;
      font-weight: bold; }
      .stseatdesc li div:first-child {
        border: none; }
      .stseatdesc li div:nth-child(2n+1) {
        background-color: #ddd; }
      .stseatdesc li div span {
        float: left;
        clear: both;
        width: 100%;
        font-size: 10px;
        font-weight: normal; }

.seasoncardtype-data .checkbox-note {
  color: #777;
  display: inline-block;
  max-width: 80%;
  margin: 5px 0 0 5px;
  vertical-align: middle;
  font-style: italic; }

.seasoncardtype-data .match-list {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1px 2px;
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden; }
  .seasoncardtype-data .match-list .jst-match-note {
    padding: 0 16px; }
    .seasoncardtype-data .match-list .jst-match-note > div {
      background-color: #999;
      border-radius: 10px;
      color: #fff;
      margin-top: 1px;
      margin-bottom: 1px;
      padding: 15px 15px; }
  .seasoncardtype-data .match-list .past-matches {
    padding: 0 16px; }
    .seasoncardtype-data .match-list .past-matches > div {
      background-color: #6e7071;
      border-radius: 10px;
      color: #fff;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 15px 15px; }
    .seasoncardtype-data .match-list .past-matches .matches-header {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .seasoncardtype-data .match-list .past-matches .see-old-matches {
      text-decoration: none;
      color: #fff;
      /* Color de enlace */
      cursor: pointer; }
    .seasoncardtype-data .match-list .past-matches .see-old-matches:hover {
      text-decoration: underline; }
  .seasoncardtype-data .match-list .match-item {
    padding: 0 16px;
    position: relative; }
    .seasoncardtype-data .match-list .match-item > div {
      background-color: #e7e7e7;
      border-radius: 10px;
      margin-top: 1px;
      margin-bottom: 1px;
      padding: 0; }
    .seasoncardtype-data .match-list .match-item .col-xs-1 {
      margin: 0; }
      .seasoncardtype-data .match-list .match-item .col-xs-1 span.check {
        position: relative;
        width: 20px;
        height: 20px;
        display: inline-block;
        background-color: #fff;
        border-radius: 10px;
        margin: 10px 0 0 10px;
        border: 1px solid #ccc; }
    .seasoncardtype-data .match-list .match-item .col-xs-11 {
      margin: 0; }
    .seasoncardtype-data .match-list .match-item .match-item-date {
      border-bottom: 1px solid #cdcdcd;
      border-left: 1px solid #cdcdcd;
      margin: 0;
      padding: 4px 0; }
      .seasoncardtype-data .match-list .match-item .match-item-date div {
        margin: 0; }
    .seasoncardtype-data .match-list .match-item .match-item-subj {
      border-left: 1px solid #cdcdcd;
      margin: 0 !important;
      padding: 6px 0;
      margin-top: 5px;
      text-align: left; }
      .seasoncardtype-data .match-list .match-item .match-item-subj img {
        max-height: 30px; }
      .seasoncardtype-data .match-list .match-item .match-item-subj span {
        display: inline-block; }
    .seasoncardtype-data .match-list .match-item > div.match-sel {
      background-color: #d5ebd2; }
      .seasoncardtype-data .match-list .match-item > div.match-sel .col-xs-1 span.check::before {
        content: ' ';
        position: absolute;
        background-color: #6bb062;
        width: 10px;
        height: 10px;
        border-radius: 9px;
        top: 4px;
        left: 4px; }

.sc-pricing-table th small {
  font-weight: normal;
  color: #777; }
  .sc-pricing-table th small a {
    cursor: pointer; }

.sc-pricing-table .disabledrow {
  opacity: .5; }

.loading-container {
  position: relative; }

.loading-container::before {
  position: absolute;
  z-index: 1040;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.7) url(../img/ajax.svg) center center no-repeat; }

.distrirow > div:nth-child(2n+1) {
  clear: left; }

.match-seat-info {
  float: left;
  width: 40%;
  position: fixed;
  top: 0;
  left: 30%;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 15px 2px #000;
  -moz-box-shadow: 0 0 15px 2px #000;
  color: #fff;
  pointer-events: none; }
  .match-seat-info span.seat-code {
    font-size: 18px;
    font-weight: bold; }
  .match-seat-info span.status {
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px; }
  .match-seat-info span.status.free {
    background-color: #8bc34a;
    color: #555; }
  .match-seat-info span.status.reserved {
    background-color: #9e9e9e;
    color: #222; }
  .match-seat-info span.status.sold {
    background-color: #f44336;
    color: #000; }
  .match-seat-info span.status.sold-redeemed {
    background-color: #f44336;
    border: 2px dashed #000;
    padding: 2px 10px;
    color: #000; }
  .match-seat-info span.status.reserved-member {
    background-color: #0057B8;
    color: #fff; }
  .match-seat-info p {
    margin: 15px 0 0; }
    .match-seat-info p span {
      margin: 0 0 0 5px;
      background-color: #ccc;
      padding: 3px 10px;
      border-radius: 5px;
      color: #333;
      font-weight: bold; }

.stadium-layout .seating-area-match .seatsrow .seat {
  position: relative;
  overflow: hidden; }
  .stadium-layout .seating-area-match .seatsrow .seat > span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .stadium-layout .seating-area-match .seatsrow .seat > span > span {
      position: relative;
      width: 100%;
      height: 8px;
      border: none;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
      float: right; }
      .stadium-layout .seating-area-match .seatsrow .seat > span > span.firma {
        background-color: #FFF;
        border-bottom: 2px solid #0057B8;
        border-top: none; }
      .stadium-layout .seating-area-match .seatsrow .seat > span > span.vip {
        background-color: #FFD100;
        border-bottom: 2px solid #0057B8;
        border-top: none; }
      .stadium-layout .seating-area-match .seatsrow .seat > span > span.seasoncard {
        background-color: #222; }
      .stadium-layout .seating-area-match .seatsrow .seat > span > span.seasoncardprev {
        background-color: #222;
        width: 50%;
        float: left;
        border-bottom-right-radius: 0px; }
    .stadium-layout .seating-area-match .seatsrow .seat > span.seat-notes {
      position: absolute;
      bottom: initial;
      left: initial;
      top: 0;
      right: 0;
      width: 7px;
      height: 7px;
      border-radius: 15px;
      background: rgba(0, 0, 0, 0.7); }

.modal-body.special-seat-selection {
  max-height: 70% !important;
  padding: 0; }
  .modal-body.special-seat-selection .stadium-layout {
    min-height: auto; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-disabled {
      visibility: hidden; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-free {
      background-color: #8bc34a !important; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-seasoncard {
      background-color: #222;
      color: #fff; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-company-firma {
      background-color: #FFF;
      border: 2px solid #0057B8;
      line-height: 24px; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.seat-company-vip {
      background-color: #FFD100;
      border: 2px solid #0057B8;
      line-height: 24px; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .seatsrow .seat.picked {
      opacity: 1;
      border-radius: 50%;
      box-shadow: 0 0 5px 2px #000; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats {
      width: 100%;
      padding: 15px 0; }
      .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          float: left;
          width: auto;
          margin: 0 10px 10px 0;
          padding: 0;
          border-radius: 5px;
          background-color: #777; }
          .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li p {
            float: left;
            width: auto;
            text-align: center;
            background-color: #ddd;
            border-radius: 3px;
            margin: 5px;
            padding: 3px 10px;
            font-size: 16px;
            font-weight: bold; }
          .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li span {
            float: right;
            margin: 10px 5px 0 0;
            color: #fff;
            cursor: pointer; }
            .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li span:hover {
              color: #ccc; }
          .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li.empty {
            background: none;
            border: 2px dashed #777; }
            .modal-body.special-seat-selection .stadium-layout .seating-area-match .selection .selected-seats ul li.empty p {
              margin: 3px;
              padding: 3px 40px; }
    .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range {
      float: left;
      margin: 0;
      padding: 0;
      background: #eee;
      border-radius: 5px;
      cursor: pointer;
      border: 1px solid #999;
      padding: 2px 10px;
      box-shadow: 0 0 3px #aaa;
      -moz-box-shadow: 0 0 3px #aaa;
      font-size: 16px; }
      .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range span {
        float: left;
        padding: 0;
        font-size: 16px;
        margin-top: 2px; }
      .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range p {
        float: left;
        margin: 0 0 0 5px; }
      .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected {
        background-color: #4c89cd; }
        .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected span {
          color: #333; }
        .modal-body.special-seat-selection .stadium-layout .seating-area-match div.pick-range.pick-range-selected p {
          color: #fff; }

.input-group.igrp-cards .input-group-btn:nth-child(2) .btn {
  border-radius: 0;
  border-right: 0; }

.input-group.igrp-cards .input-group-btn:nth-child(4) .btn {
  border-radius: 0;
  border-left: 0; }

.input-group.igrp-cards input {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px; }

.mod-title {
  margin: 0px !important; }

.title-border-top {
  border-top: solid 1px rgba(128, 128, 128, 0.48);
  padding-left: 0px !important;
  margin-left: 15px !important;
  width: 95%;
  padding: 5px 0;
  font-weight: 700;
  color: #000;
  opacity: 0.6;
  font-size: 16px; }

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

.row-radio .radio-margin {
  margin-right: 5px; }

.content-list-categories {
  background-color: #dcdcdc;
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 5px;
  padding-bottom: 20px; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.total-box {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding: 0 20px 0; }

.total-box p {
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  padding: 3px 10px;
  background: #949494;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.total-box span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  float: left;
  padding: 2px 10px;
  box-sizing: border-box;
  border: 1px solid #949494;
  color: #1660bd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.users-distinct-phones {
  padding: 20px 0 0 0;
  font-size: 14px; }

.edit-container-merchandise .panel-default {
  border-color: #ddd; }

.edit-container-merchandise .panel {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none; }

.edit-container-merchandise .checkbox {
  box-shadow: none;
  width: 15px; }

.edit-container-merchandise .btn-xs, .btn-group-xs > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px; }

.edit-container-merchandise .text_help {
  font-size: 12px;
  opacity: 0.6;
  line-height: 30px; }

.edit-container-merchandise .line-height-30 {
  line-height: 30px !important; }

.line-height-30 {
  line-height: 30px !important; }

.edit-container-merchandise input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.edit-container-merchandise .main-view-padding {
  padding: 5px 10px;
  margin-top: 10px; }
  .edit-container-merchandise .main-view-padding .block-size .col-sm-5 {
    padding-left: 0px;
    padding-right: 0px;
    width: 35%; }
    .edit-container-merchandise .main-view-padding .block-size .col-sm-5 input {
      float: left;
      width: 48%;
      margin-left: 5px; }
    .edit-container-merchandise .main-view-padding .block-size .col-sm-5 span {
      line-height: 35px;
      float: left; }
  .edit-container-merchandise .main-view-padding .block-size .col-sm-4 {
    width: 20%;
    padding-left: 0px;
    padding-right: 0px; }
    .edit-container-merchandise .main-view-padding .block-size .col-sm-4 input {
      float: left;
      width: 48%;
      margin-left: 5px; }
    .edit-container-merchandise .main-view-padding .block-size .col-sm-4 span {
      line-height: 35px;
      float: left; }
  .edit-container-merchandise .main-view-padding .panel-body {
    padding: 0px; }
    .edit-container-merchandise .main-view-padding .panel-body .main-view-padding {
      border-top: 2px solid #e2e2e2; }
  .edit-container-merchandise .main-view-padding .item-table {
    background-color: #e2e2e2;
    margin: 5px 0 !important;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: move; }
    .edit-container-merchandise .main-view-padding .item-table .info {
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 30px; }
    .edit-container-merchandise .main-view-padding .item-table label.col-sm-2.control-label.ng-binding {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px; }
    .edit-container-merchandise .main-view-padding .item-table .form-group {
      margin-top: 10px; }
  .edit-container-merchandise .main-view-padding .item-table:hover {
    margin: 5px 0 !important;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .edit-container-merchandise .main-view-padding .item-table:hover .info {
      padding-top: 5px;
      padding-bottom: 5px;
      line-height: 30px; }
    .edit-container-merchandise .main-view-padding .item-table:hover label.col-sm-2.control-label.ng-binding {
      padding-top: 0px;
      padding-left: 0px;
      padding-right: 0px; }
    .edit-container-merchandise .main-view-padding .item-table:hover .form-group {
      margin-top: 10px; }
  .edit-container-merchandise .main-view-padding .table-header {
    border-bottom: 0px; }
  .edit-container-merchandise .main-view-padding .radio-inline input[type=checkbox] {
    float: left; }
  .edit-container-merchandise .main-view-padding .radio-inline span {
    line-height: 21px;
    padding-left: 5px;
    float: left; }

.edit-container-merchandise .col-sm-1-checkbox {
  padding-right: 0px !important;
  width: 6%; }

#sales_list .table-container .table-content div.extra-info div.products div {
  float: left;
  padding: 0px;
  margin: 0px;
  line-height: 25px; }

#sales_list .table-container .table-content div.extra-info div.products div:first-child {
  float: left;
  background-color: transparent;
  width: 100%;
  padding: 0px; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-shipping {
  float: left;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  border-radius: 5px;
  width: 100%; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img {
  float: left;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  border-radius: 5px;
  width: auto; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-row {
  float: left;
  background-color: transparent;
  margin: 2px 0;
  width: 100%; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties {
  float: left;
  padding: 0 10px;
  border: 1px solid #cccccc;
  background-color: #e6e6e6; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-unit {
  float: left  !important;
  padding: 5px 15px  !important;
  border-radius: 5px 5px 5px 5px;
  background-color: #555  !important;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  width: auto !important; }

#sales_list .table-container .table-content div.extra-info .products .list-properties:first-child {
  width: auto !important; }

#sales_list .table-container .table-content div.extra-info .products .list-properties:nth-child(1) {
  float: left;
  border-radius: 5px 0px 0px 5px;
  background-color: #e6e6e6;
  padding: 0 10px; }

#sales_list .table-container .table-content div.extra-info .products .list-properties {
  float: left;
  background-color: #e6e6e6;
  padding: 0 10px; }

#sales_list .table-container .table-content div.extra-info .products .list-properties:last-child {
  float: left;
  border-radius: 0px 5px 5px 0px;
  background-color: #e6e6e6;
  padding: 0 10px; }

#sales_list .table-container .table-content .extra-info .products .list-properties-row .col-xs-9.col-xs-ofsett-3 {
  background-color: transparent !important;
  padding: 0 0 0 10px; }

#sales_list .table-container .table-content div.extra-info div.products .list-properties-deliver {
  float: left;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  border-radius: 5px;
  width: 100%; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-deliver .btn {
  font-size: 14px;
  float: right;
  padding: 4px 10px;
  color: #fff;
  background-color: #1c5ba2 !important;
  margin: 5px 0; }

.group-checkbox {
  padding: 0px;
  margin-bottom: 0px !important; }
  .group-checkbox input {
    width: 30px;
    margin: 0px !important;
    box-shadow: none; }
  .group-checkbox input[type="radio"],
  .group-checkbox input[type="checkbox"] {
    margin: 0px !important; }
  .group-checkbox input[type="file"]:focus,
  .group-checkbox input[type="radio"]:focus,
  .group-checkbox input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none; }

.check-agency {
  padding: 0px;
  margin-bottom: 0px !important; }
  .check-agency input {
    width: 30px;
    margin: 0px !important;
    box-shadow: none; }
  .check-agency input[type="radio"],
  .check-agency input[type="checkbox"] {
    margin: 0px !important; }
  .check-agency input[type="file"]:focus,
  .check-agency input[type="radio"]:focus,
  .check-agency input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none; }

.edit-data-container .checkbox {
  box-shadow: none;
  height: auto;
  width: auto; }

.check-agency input {
  box-shadow: none;
  width: auto;
  height: 15px;
  margin: 10px 0 0 0 !important; }

.tickets-options-edition .row {
  border-top: 1px dashed #777;
  margin-top: 10px; }

.tickets-options-edition .edition-group {
  min-height: 600px; }

.tickets-options-edition .edition-group .note {
  margin-bottom: 10px; }

.tickets-options-edition .edition-group .row {
  border: 0px;
  padding-top: 0px !important; }

.tickets-options-edition .col-xs-7 .row li {
  min-width: 130px; }

.tickets-options-edition .col-xs-7 .row ul {
  border-left: 1px solid #dcdcdc;
  padding-left: 5px;
  margin-bottom: 5px; }

.tickets-options-edition .edition-group label {
  color: #777;
  font-weight: normal; }

.message-edition .row.noclick {
  pointer-events: none; }

.message-edition .row.buttons-row {
  border: none;
  margin: 10px 0 40px; }

.message-edition .row.buttons-row .blue {
  background-color: #1468ab;
  color: #fff; }

.message-edition .row.buttons-row .blue:hover {
  background-color: #4788bb; }

.stadium-layout .seating-area .seatsrow .seat.draw-editing {
  box-shadow: 0 0 2px 2px #ff0000; }

/*********************************************/
.hdbefore {
  margin: 0;
  position: absolute; }

/*********************************************/
.stadium-layout .seating-area .seatsrow .seat.draw-editing {
  box-shadow: 0 0 2px 2px #ff0000; }

.padding-5 {
  padding: 5px !important; }

.header-best-player .row .col-xs-9 {
  padding: 0 !important; }
  .header-best-player .row .col-xs-9 input {
    margin-top: 5px; }

.header-best-player .row .col-xs-3 {
  padding: 0 !important; }
  .header-best-player .row .col-xs-3 label {
    margin: 0px !important; }
  .header-best-player .row .col-xs-3 .btn-group label {
    padding: 6px 12px; }
  .header-best-player .row .col-xs-3 button {
    padding: 8px 18px; }

.header-best-player .row .selector-group {
  margin: 10px auto; }

.form-config-best .form-check label {
  line-height: 34px;
  padding-left: 5px;
  margin-right: 10px;
  font-weight: bold; }

.form-config-best .form-check input {
  margin: 0px;
  vertical-align: middle; }

.form-config-best span.comment {
  font-size: 12px; }

.form-config-best .form-check input {
  margin: 0px;
  vertical-align: middle; }

.form-config-best span.comment {
  font-size: 12px;
  font-style: italic; }

.form-config-best h5 {
  font-weight: bold; }

/* ====== editor text-angular ====== */
.ta-editor.form-control.myform1-height,
.ta-scroll-window.form-control.myform1-height {
  min-height: 200px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%; }

.form-control.myform1-height > .ta-bind {
  height: auto;
  min-height: 200px;
  padding: 6px 12px; }

.ta-editor.form-control.myform2-height,
.ta-scroll-window.form-control.myform2-height {
  height: 200px;
  min-height: 200px;
  overflow: auto;
  font-family: inherit;
  font-size: 100%; }

.form-control.myform2-height > .ta-bind {
  min-height: 200px;
  padding: 6px 12px; }

.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 200px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%; }

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 200px;
  padding: 6px 12px; }

.text-disabled {
  color: #afafaf; }

/* ====== editor text-angular ====== */
.group-min-max .col-sm-3 {
  padding-left: 0px;
  width: 20%; }

.group-min-max .col-sm-3 span {
  float: left;
  line-height: 34px;
  padding-right: 5px; }

.group-min-max .col-sm-3 input {
  float: left;
  width: 72%;
  padding: 5px 12px; }

.group-min-max .col-sm-6 {
  padding-left: 0px; }

.group-min-max .col-sm-6 span {
  font-size: 12px;
  color: #a9a7a7; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img .btn {
  font-size: 14px;
  float: right;
  padding: 6px 12px;
  margin: 5px 0; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 6px 12px; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .btn-default {
  border-color: #4cae4c;
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img .btn {
  font-size: 14px;
  float: right;
  padding: 4px 10px;
  color: #fff;
  background-color: #1c5ba2;
  margin: 5px 0; }

#sales_list .table-container .table-content div.extra-info div.row-delivery {
  width: 100%;
  float: left; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-1 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-2 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-3 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-5 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info .list-properties-row .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 6px 12px; }

#sales_list .table-container .table-content div.extra-info .list-properties-row .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 6px 12px; }

/* ====== editor text-angular ====== */
#sales_list .table-container .table-content div.extra-info div.products div {
  float: left;
  padding: 0px;
  margin: 0px;
  line-height: 25px; }

#sales_list .table-container .table-content div.extra-info div.products div:first-child {
  float: left;
  background-color: transparent;
  width: 100%;
  padding: 0px; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-shipping {
  float: left;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  border-radius: 5px;
  width: 100%; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img {
  float: left;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  border-radius: 5px;
  width: auto;
  padding-right: 5px; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img .btn {
  font-size: 14px;
  float: right;
  padding: 4px 10px;
  color: #fff;
  background-color: #1c5ba2;
  margin: 5px 0; }

.group-min-max .col-sm-3 {
  padding-left: 0px;
  width: 20%; }

.group-min-max .col-sm-3 span {
  float: left;
  line-height: 34px;
  padding-right: 5px; }

.group-min-max .col-sm-3 input {
  float: left;
  width: 60%;
  padding: 5px 12px; }

.group-min-max .col-sm-6 {
  padding-left: 0px; }

.group-min-max .col-sm-6 span {
  font-size: 12px;
  color: #a9a7a7; }

#sales_list .table-container .table-content div.extra-info div.products div.list-properties-img .btn {
  font-size: 14px;
  float: right;
  padding: 6px 12px;
  margin: 5px 0; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 6px 12px; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .btn-default {
  border-color: #4cae4c;
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

#sales_list .table-container .table-content div.extra-info div.row-delivery {
  width: 100%;
  float: left; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-1 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-2 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-3 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info div.row-delivery .col-xs-5 {
  padding: 0px !important; }

#sales_list .table-container .table-content div.extra-info .list-properties-row .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 6px 12px; }

#sales_list .table-container .table-content div.extra-info .list-properties-row .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 6px 12px; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table {
  width: auto !important;
  clear: left; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr td:last-child {
  background-color: #e6f5f4;
  font-weight: bold; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr td img {
  width: auto;
  height: 20px; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr td span.conf {
  float: left;
  background: #eee;
  border: 1px solid #777;
  border-radius: 5px;
  font-size: 12px;
  color: #333;
  padding: 1px 5px 1px 5px;
  margin: 0 3px 3px 0; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr.custom-price-row {
  background-color: #e0eeff; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr.custom-price-row td:last-child {
  background-color: #c6defb;
  font-weight: bold; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr.shipping-price-row {
  background-color: #ffeae0; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tbody tr.shipping-price-row td:last-child {
  background-color: #f9dacb;
  font-weight: bold; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot {
  font-size: 14px;
  font-weight: bold;
  border-top: 2px solid #999 !important; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot small {
  font-weight: normal; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot th {
  font-size: 16px;
  background-color: #c3eae7; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot tr.other-sale-details span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot tr.other-sale-details span.dtitle {
  text-decoration: underline; }

#sales_list .table-container .table-content div.extra-info .tickets-detail-table tfoot tr.other-sale-details strong {
  display: inline-block;
  font-size: 12px;
  font-weight: bold; }

/* ====== editor text-angular ====== */
/**************** popup offer *************/
.form-group .img-picker {
  float: left !important; }

.form-group .picker-detail {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 3px;
  background-color: #fff;
  margin: 5px 0; }

.edit-data-container .offer-enabled .checkbox {
  width: 3% !important;
  box-shadow: none;
  float: left; }

.offer-enabled span {
  color: #8b8b8b;
  float: left;
  line-height: 35px;
  padding-left: 5px;
  font-size: 12px; }

.contain-offer-popup {
  padding: 20px 30px; }

.contain-offer-popup .panel-offer {
  background: url("../img/promo_small.png") no-repeat;
  width: 343px;
  height: 222px;
  float: left;
  border-radius: 13px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.82);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.82);
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.82); }

.button_close {
  background: url("../img/close.png") no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -15px;
  right: -30px; }

.contain-offer-popup .panel-offer .panel-offer-body {
  padding: 15px;
  color: #fff;
  max-width: 70%;
  height: 222px;
  overflow: hidden; }

.contain-offer-popup .panel-offer .panel-offer-body h1 {
  font-size: 68px;
  margin: 0px; }

.contain-offer-popup .panel-offer .panel-offer-body h2 {
  font-size: 54px;
  margin: 0px; }

.contain-offer-popup .panel-offer .panel-offer-body h3 {
  font-size: 41px;
  margin: 0px; }

.contain-offer-popup .panel-offer .panel-offer-body h4 {
  margin: 0px;
  font-size: 28px; }

.contain-offer-popup .panel-offer .panel-offer-body h5 {
  font-size: 20px;
  margin: 0px; }

.contain-offer-popup .panel-offer .panel-offer-body h6 {
  margin: 0px;
  font-size: 13px; }

.contain-offer-popup .panel-offer .panel-offer-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px; }

.contain-offer-popup .panel-offer .panel-offer-footer p {
  font-size: 12px;
  padding: 0px;
  margin: 0 0 5px; }

.contain-offer-popup .panel-offer .panel-offer-footer img {
  width: 30%; }

.contain-offer-popup .panel-offer .panel-offer-footer .app-store {
  width: 27%; }

.col-xs-0h-num {
  width: 4% !important; }

.col-xs-1h-num {
  width: 7.33% !important; }

.col-xs-2h-num {
  width: 29.99% !important; }

.col-xs-1h-hockey {
  width: 6.33% !important; }

.col-xs-2h-hockey {
  width: 32.66% !important; }

.ticket-pricing-table {
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0; }

.ticket-pricing-table .table-header {
  float: left;
  width: 100%;
  cursor: default;
  pointer-events: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #555;
  vertical-align: middle; }

.ticket-pricing-table .table-header .col-xs {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #999;
  height: 45px;
  padding: 5px; }

.ticket-pricing-table .table-header .col-xs:first-child {
  border: none; }

.ticket-pricing-table .table-header .col-xs div {
  line-height: 13px;
  font-weight: bold;
  font-size: 12px; }

.ticket-pricing-table .table-header .col-xs div span {
  line-height: 13px;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  width: 100%; }

.ticket-pricing-table .noitems {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
  text-align: center; }

.ticket-pricing-table .btnbar {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px; }

.ticket-pricing-table .table-row {
  float: left;
  width: 100%;
  cursor: default;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #777;
  border-top: 1px solid #777;
  vertical-align: middle; }

.ticket-pricing-table .table-row .col-xs {
  float: left;
  border-left: 1px solid #ccc;
  padding: 5px; }

.ticket-pricing-table .table-row .col-xs:first-child {
  border: none; }

.ticket-pricing-table .table-row .col-xs div {
  position: relative; }

.ticket-pricing-table .table-row .col-xs div input {
  float: left;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #aaa;
  line-height: 16px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal; }

.ticket-pricing-table .table-row .col-xs div select {
  float: left;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #aaa;
  line-height: 16px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal; }

.ticket-pricing-table .table-row .col-xs div span.subtext {
  position: absolute;
  font-size: 12px;
  top: 6px;
  left: 2px;
  float: left;
  padding: 0;
  margin: 0; }

.ticket-pricing-table .table-row .col-xs div button.btn.btn-sm {
  padding: 2px 5px;
  width: 100%;
  line-height: 16px; }

.ticket-pricing-table .table-row .col-xs div input.not-used {
  opacity: .5; }

.ticket-pricing-table .table-row .col-xs.with-error input {
  border: 1px solid #cc0000;
  background-color: rgba(255, 0, 0, 0.1); }

.ticket-pricing-table .table-row .col-xs.with-error select {
  border: 1px solid #cc0000;
  background-color: rgba(255, 0, 0, 0.1); }

.ticket-pricing-table .table-row .col-xs div a.remove-pricerow {
  color: #cc0000;
  cursor: pointer;
  margin-top: 2px;
  display: inline-block; }

.ticket-pricing-table .table-row .col-xs-12 {
  border-top: 1px solid #ccc; }

.ticket-pricing-table .table-row .col-xs-12 div label {
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  margin: 0;
  width: 100%; }

.ticket-pricing-table .table-row .col-xs-12 div .input-group-plimit input:first-child {
  width: 40%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ticket-pricing-table .table-row .col-xs-12 div .input-group-plimit input:last-child {
  width: 60%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  text-align: right; }

.stadium-layout .edition-header .dropdown {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
  padding: 0; }

.stadium-layout .edition-header .dropdown .btn {
  float: left;
  width: auto;
  margin: 0 0 0 0;
  padding: 5px 25px 3px 10px; }

.stadium-layout .edition-header .dropdown .btn span.caret {
  position: absolute;
  right: 10px;
  top: 12px; }

.edition-header-sc {
  float: left;
  background-color: #555;
  margin: 0;
  border-radius: 0;
  height: auto;
  padding: 10px 10px 0 20px;
  width: 100%;
  box-shadow: none; }
  .edition-header-sc .filter {
    float: left;
    width: auto;
    margin: 0 10px 10px 0; }
    .edition-header-sc .filter label {
      float: left;
      color: #eee;
      font-weight: normal;
      font-size: 20px;
      margin: 3px 10px 0 0; }
    .edition-header-sc .filter .selector-box {
      float: left;
      margin: 0 0 0 10px;
      padding: 0; }
      .edition-header-sc .filter .selector-box select {
        float: left;
        margin: 0;
        padding: 3px 5px;
        border-radius: 5px;
        outline: none; }

.list-container .top-members {
  position: relative; }
  .list-container .top-members .sub-title {
    min-height: 60px; }
  .list-container .top-members .bar-divider {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    border-bottom: none;
    background: none;
    padding: 10px 30px 0 30px; }
    .list-container .top-members .bar-divider .option-link {
      display: inline-block;
      cursor: pointer;
      color: #0057b8;
      font-weight: bold;
      padding-right: 0;
      margin-right: 20px;
      border-bottom: 4px solid transparent; }
      .list-container .top-members .bar-divider .option-link a {
        color: #0057b8;
        text-decoration: none; }
    .list-container .top-members .bar-divider .option-link.current {
      color: black;
      border-bottom: 4px solid #000; }
      .list-container .top-members .bar-divider .option-link.current a {
        color: black;
        text-decoration: none; }
    .list-container .top-members .bar-divider .option-link:hover {
      color: black;
      border-bottom: 4px solid transparent; }

.copy-to-clipboard {
  height: 30px;
  border-radius: 6px;
  font-size: 18px;
  margin: 3px; }

.edition-code-disabled {
  border-color: red;
  border: 1px solid red;
  background-color: #fde3e1;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px; }

.buttons-tickets-sold .col-xs-6 button.btn-warning {
  margin-top: 5px; }

.buttons-tickets-sold .col-xs-6 button.btn-danger {
  margin-top: 5px; }

.buttons-tickets-sold .col-xs-6 .input-group {
  margin-top: 5px; }

.price-group .col-sm-4 .span-alert {
  color: #757575;
  font-size: 12px; }

.price-group .col-sm-2 .form-group div {
  padding: 0 0 0 5px; }

.price-group .form-horizontal .form-group {
  margin: 0 !important; }

.input-ordenable {
  background: url(../../img/drag_indicator.svg) #e1e1e1 0 no-repeat;
  padding: 5px 0;
  border-radius: 4px;
  padding-left: 15px;
  margin-left: 15px !important; }
  .input-ordenable .col-sm-4 {
    padding-right: 0;
    padding-left: 0; }

.text-ordenable {
  background: url(../../img/drag_indicator.svg) 0 no-repeat;
  padding: 5px 0;
  padding-left: 25px; }

.input-ordenable-int {
  background: url(../../img/drag_indicator.svg) #c2c2c2 0 no-repeat;
  padding: 5px 0;
  border-radius: 4px;
  padding-left: 15px;
  margin-left: 15px !important; }

.prices-template-selector {
  float: left;
  width: 100%;
  color: #0057b8;
  border-radius: 4px;
  border: 1px solid #0057b8;
  background-color: #edf4fd;
  padding: 20px; }
  .prices-template-selector p {
    margin-bottom: 0; }
  .prices-template-selector .inputnumeric {
    width: 20% !important; }

.members-template-selector {
  float: left;
  width: 100%;
  color: #0057b8;
  border-radius: 4px;
  border: 1px solid #0057b8;
  background-color: #f1f1f1;
  padding: 20px; }
  .members-template-selector p {
    margin-bottom: 0; }
  .members-template-selector .row-table {
    margin: 0;
    padding: 5px 0;
    color: #000; }
    .members-template-selector .row-table .title {
      font-weight: bold; }
    .members-template-selector .row-table .subtitle {
      font-weight: 600; }

.duplicate-modal label {
  text-align: right; }

.span-alert {
  color: #757575;
  font-size: 12px; }

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  height: 34px;
  padding-left: 48px !important; }

.transfer-form {
  width: 50%; }

.textarea-scroll {
  resize: none;
  overflow-y: auto !important; }

.table-filters .report-btn {
  width: 50%; }

.table-filters .btn-secondary {
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  padding: 5px 10px; }
  .table-filters .btn-secondary img {
    width: 15%;
    float: left; }

.total-item {
  float: left;
  margin: 15px 0 0 15px;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  width: auto; }
  .total-item p {
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  .total-item span.trans-amount {
    clear: both;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: normal; }
    .total-item span.trans-amount .lab {
      float: left;
      font-size: 12px;
      color: #777;
      margin-top: 3px; }
    .total-item span.trans-amount .val {
      float: left;
      margin-left: 5px; }
  .total-item span.kr-amount {
    float: right;
    font-size: 18px;
    clear: both;
    margin-top: 15px; }
    .total-item span.kr-amount span {
      font-size: 14px;
      color: #777; }
  .total-item.total-item-main {
    background: #c3eae7; }

.report-btns {
  margin: 10px 15px;
  float: right; }
  .report-btns .btn {
    float: right !important;
    clear: right;
    margin-top: 15px; }

.text-left {
  text-align: left !important; }

.form-horizontal .form-subgroup {
  margin: 0 0 10px 0; }

.no-wrap {
  white-space: nowrap; }

.bar-divider-tabs {
  width: 100%;
  margin: -2px 0 0 0;
  background: #f1f1f1;
  border-bottom: solid 1px #cccfd1;
  padding: 10px 15px 0 15px; }
  .bar-divider-tabs .option-link {
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    cursor: pointer;
    background-color: #dedede;
    color: #074892;
    font-weight: normal; }
    .bar-divider-tabs .option-link.current {
      border-bottom: 1px solid #fff;
      background-color: white;
      color: black; }
    .bar-divider-tabs .option-link:hover {
      color: black; }
    .bar-divider-tabs .option-link.option-link-dropdown {
      position: relative; }
      .bar-divider-tabs .option-link.option-link-dropdown ul {
        position: absolute;
        right: 0;
        top: 30px;
        margin: 0;
        list-style: none;
        padding: 2px 0 0 0;
        box-shadow: 0 2px 5px 0 #ccc;
        background: none;
        border: none;
        display: none;
        z-index: 100000; }
        .bar-divider-tabs .option-link.option-link-dropdown ul li {
          float: left;
          width: 100%; }
          .bar-divider-tabs .option-link.option-link-dropdown ul li div.option-link {
            float: right;
            text-align: right;
            width: 100%;
            border-radius: 0; }
      .bar-divider-tabs .option-link.option-link-dropdown:hover ul {
        display: inline; }

.summary-table > .filters {
  margin-bottom: 20px; }
  .summary-table > .filters > div {
    margin: 0;
    padding: 0; }

.summary-table > .headers {
  border-radius: 5px;
  z-index: 1010;
  border: 1px solid #aaa;
  background-color: #ccc;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 12px;
  box-shadow: 0 0 0 10px white; }
  .summary-table > .headers > .section-title {
    text-align: left;
    font-size: 16px;
    padding: 5px;
    border-top-left-radius: 10px; }
  .summary-table > .headers > .section-values {
    text-align: center;
    font-size: 16px; }
    .summary-table > .headers > .section-values > .row > .col-xs-2 {
      padding: 10px; }
      .summary-table > .headers > .section-values > .row > .col-xs-2:nth-child(2n-1) {
        background-color: #ddd; }

.summary-table > .section {
  overflow: hidden;
  margin-top: 20px;
  background-color: #e8f0f1;
  border-radius: 5px; }
  .summary-table > .section .section-totals {
    border-radius: 5px;
    border: 1px solid #999;
    opacity: .8; }
    .summary-table > .section .section-totals > .section-title {
      text-align: left;
      font-size: 16px;
      padding: 10px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.1);
      min-height: 80px; }
      .summary-table > .section .section-totals > .section-title h4 {
        width: 100%;
        font-size: 24px;
        margin: 0; }
        .summary-table > .section .section-totals > .section-title h4.sale-item-type {
          font-size: 20px; }
      .summary-table > .section .section-totals > .section-title p {
        margin: 0;
        width: 80%;
        font-size: 14px;
        line-height: 16px; }
      .summary-table > .section .section-totals > .section-title span.glyphicon {
        display: none;
        z-index: 1000;
        position: absolute;
        float: left;
        top: auto;
        bottom: 10px;
        font-size: 30px;
        opacity: .2;
        right: 10px; }
    .summary-table > .section .section-totals > .section-title-vat {
      text-align: left;
      font-size: 16px;
      padding: 10px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.1);
      min-height: 103px; }
      .summary-table > .section .section-totals > .section-title-vat h4 {
        width: 100%;
        font-size: 24px;
        margin: 0; }
        .summary-table > .section .section-totals > .section-title-vat h4.sale-item-type {
          font-size: 20px; }
      .summary-table > .section .section-totals > .section-title-vat p {
        margin: 0;
        width: 80%;
        font-size: 14px;
        line-height: 16px; }
      .summary-table > .section .section-totals > .section-title-vat span.glyphicon {
        display: none;
        z-index: 1000;
        position: absolute;
        float: left;
        top: auto;
        bottom: 10px;
        font-size: 30px;
        opacity: .2;
        right: 10px; }
    .summary-table > .section .section-totals > .section-values {
      text-align: center;
      font-size: 16px; }
      .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 {
        padding: 0;
        border-left: 1px solid #999; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2:nth-child(2n) {
          background-color: rgba(0, 0, 0, 0.1); }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2:last-child {
          background-color: rgba(0, 0, 0, 0.7);
          color: #fff; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2:last-child p.released {
            color: #ff8383 !important; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.sold {
          width: 50%;
          float: left;
          margin: 0;
          padding: 5px 10px; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.sold span.tag {
            float: left;
            font-size: 11px;
            text-align: left;
            width: 100%; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.sold span.value {
            float: right;
            font-size: 16px; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.redeemed {
          width: 50%;
          float: left;
          margin: 0;
          border-left: 1px solid #ccc;
          padding: 5px 10px; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.redeemed span.tag {
            float: left;
            font-size: 11px;
            text-align: left;
            width: 100%; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.redeemed span.value {
            float: right;
            font-size: 16px; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.released {
          width: 100%;
          float: left;
          margin: 0;
          border-top: 1px solid #ccc;
          padding: 5px 10px;
          color: #cc0000; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.released span.tag {
            float: left;
            font-size: 11px;
            text-align: left;
            width: 100%; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.released span.value {
            float: right;
            font-size: 16px; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.money {
          width: 100%;
          float: left;
          margin: 0;
          border-top: 1px solid #ccc;
          text-align: center;
          padding: 5px 10px; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.money span.value {
            float: right;
            font-size: 16px;
            width: 100%;
            text-align: center; }
        .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.money-vat {
          width: 100%;
          float: left;
          margin: 0;
          border-top: 1px solid #ccc;
          text-align: center;
          padding: 2px;
          min-height: 55px; }
          .summary-table > .section .section-totals > .section-values > .row > .col-xs-2 p.money-vat span.value {
            float: right;
            font-size: 16px;
            width: 100%;
            text-align: center; }
    .summary-table > .section .section-totals:hover {
      border: 1px solid #000;
      opacity: 1; }
  .summary-table > .section.deployable .section-totals > .section-title span.glyphicon {
    display: inline; }
  .summary-table > .section.deployable .section-totals:hover {
    cursor: pointer; }
  .summary-table > .section.deployable.deployed {
    border-radius: 5px;
    border: 1px solid #999; }
    .summary-table > .section.deployable.deployed .section-totals {
      border-radius: 0;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      border: none;
      opacity: 1; }
  .summary-table > .section > .col-xs-12 > .section-subitems {
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row {
      margin-top: 0px;
      background-color: rgba(0, 0, 0, 0.1);
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-totals {
        background-color: #faebd7; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-totals:hover {
          cursor: pointer;
          background-color: #fbddb6; }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-title {
        text-align: left;
        min-height: 80px;
        font-size: 16px;
        padding: 10px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.1); }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-title h4 {
          width: 80%;
          font-size: 16px;
          margin: 0; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-title span.glyphicon {
          position: absolute;
          float: left;
          top: auto;
          bottom: 10px;
          font-size: 20px;
          opacity: .2;
          right: 10px; }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values {
        text-align: center;
        font-size: 16px; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 {
          padding: 0;
          border-left: 1px solid #999; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2:nth-child(2n) {
            background-color: rgba(0, 0, 0, 0.1); }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2:last-child {
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2:last-child p.released {
              color: #ff8383 !important; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.sold {
            width: 50%;
            float: left;
            margin: 0;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.sold span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.sold span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.redeemed {
            width: 50%;
            float: left;
            margin: 0;
            border-left: 1px solid #ccc;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.redeemed span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.redeemed span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.released {
            width: 100%;
            float: left;
            margin: 0;
            border-top: 1px solid #ccc;
            padding: 5px 10px;
            color: #cc0000; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.released span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.released span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.money {
            width: 100%;
            float: left;
            margin: 0;
            border-top: 1px solid #ccc;
            text-align: center;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-values > .row > .col-xs-2 p.money span.value {
              float: right;
              font-size: 16px;
              width: 100%;
              text-align: center; }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-subitems > .col-xs-12 > .row {
        background-color: #eef9df;
        border-top: 1px solid #aaa; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .prod-subitems > .col-xs-12 > .row:hover {
          background-color: #e8fbce; }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-title {
        text-align: left;
        min-height: 80px;
        font-size: 16px;
        padding: 10px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.1); }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-title span.price {
          float: left;
          width: 100%;
          padding: 0 0 0 2%;
          font-size: 16px;
          margin: 0; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-title span.customprice {
          float: left;
          width: 100%;
          padding: 0 0 0 2%;
          font-size: 13px;
          margin: 0; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-title span.seasoncard {
          float: left;
          width: 100%;
          padding: 0 0 0 2%;
          font-size: 13px;
          margin: 0; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-title span.glyphicon {
          position: absolute;
          float: left;
          top: auto;
          bottom: 10px;
          font-size: 20px;
          opacity: .2;
          right: 10px; }
      .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values {
        text-align: center;
        font-size: 16px; }
        .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 {
          padding: 0;
          border-left: 1px solid #999; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2:nth-child(2n) {
            background-color: rgba(0, 0, 0, 0.1); }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2:last-child {
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2:last-child p.released {
              color: #ff8383 !important; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.sold {
            width: 50%;
            float: left;
            margin: 0;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.sold span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.sold span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.redeemed {
            width: 50%;
            float: left;
            margin: 0;
            border-left: 1px solid #ccc;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.redeemed span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.redeemed span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.released {
            width: 100%;
            float: left;
            margin: 0;
            border-top: 1px solid #ccc;
            padding: 5px 10px;
            color: #cc0000; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.released span.tag {
              float: left;
              font-size: 11px;
              text-align: left;
              width: 100%; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.released span.value {
              float: right;
              font-size: 16px; }
          .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.money {
            width: 100%;
            float: left;
            margin: 0;
            border-top: 1px solid #ccc;
            text-align: center;
            padding: 5px 10px; }
            .summary-table > .section > .col-xs-12 > .section-subitems > .col-xs-12 > .row .subitem-values > .row > .col-xs-2 p.money span.value {
              float: right;
              font-size: 16px;
              width: 100%;
              text-align: center; }

.summary-table > .totals {
  margin-top: 20px;
  margin-bottom: 80px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #555;
  color: #fff;
  border: 1px solid #999;
  opacity: 1; }
  .summary-table > .totals > .section-title {
    text-align: left;
    font-size: 16px;
    padding: 10px;
    position: relative; }
    .summary-table > .totals > .section-title h4 {
      width: 100%;
      font-size: 30px;
      margin: 10px 0 0 0; }
    .summary-table > .totals > .section-title span.glyphicon {
      position: absolute;
      float: left;
      top: auto;
      top: 40%;
      font-size: 30px;
      opacity: .2;
      right: 10px; }
  .summary-table > .totals > .section-values {
    text-align: center;
    font-size: 16px; }
    .summary-table > .totals > .section-values > .row > .col-xs-2 {
      padding: 0;
      border-left: 1px solid #999; }
      .summary-table > .totals > .section-values > .row > .col-xs-2:nth-child(2n-1) {
        background-color: #777; }
      .summary-table > .totals > .section-values > .row > .col-xs-2:last-child {
        background-color: #000;
        color: #fff; }
        .summary-table > .totals > .section-values > .row > .col-xs-2:last-child p.released {
          color: #ff0000 !important; }
      .summary-table > .totals > .section-values > .row > .col-xs-2 p.sold {
        width: 50%;
        float: left;
        margin: 0;
        padding: 5px 10px; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.sold span.tag {
          float: left;
          font-size: 11px;
          text-align: left;
          width: 100%; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.sold span.value {
          float: right;
          font-size: 18px; }
      .summary-table > .totals > .section-values > .row > .col-xs-2 p.redeemed {
        width: 50%;
        float: left;
        margin: 0;
        border-left: 1px solid #ccc;
        padding: 5px 10px; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.redeemed span.tag {
          float: left;
          font-size: 11px;
          text-align: left;
          width: 100%; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.redeemed span.value {
          float: right;
          font-size: 18px; }
      .summary-table > .totals > .section-values > .row > .col-xs-2 p.released {
        width: 100%;
        float: left;
        margin: 0;
        border-top: 1px solid #ccc;
        padding: 5px 10px;
        color: #ff8383; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.released span.tag {
          float: left;
          font-size: 11px;
          text-align: left;
          width: 100%; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.released span.value {
          float: right;
          font-size: 16px; }
      .summary-table > .totals > .section-values > .row > .col-xs-2 p.money {
        width: 100%;
        float: left;
        margin: 0;
        border-top: 1px solid #ccc;
        text-align: center;
        padding: 5px 10px; }
        .summary-table > .totals > .section-values > .row > .col-xs-2 p.money span.value {
          float: right;
          font-size: 18px;
          width: 100%;
          text-align: center; }

.summary-table.with-released-tickets > .section .section-totals > .section-title {
  min-height: 128px !important; }

.summary-table.with-released-tickets > .section .section-subitems .prod-title {
  min-height: 128px !important; }

.summary-table.with-released-tickets > .section .section-subitems .prod-subitems .subitem-title {
  min-height: 128px !important; }

.summary-table.with-released-tickets-vat > .section .section-totals > .section-title {
  min-height: 152px !important; }

.summary-table.with-released-tickets-vat > .section .section-subitems .prod-title {
  min-height: 152px !important; }

.summary-table.with-released-tickets-vat > .section .section-subitems .prod-subitems .subitem-title {
  min-height: 152px !important; }

.summary-table .updated {
  animation: pulse 2s 3; }

.summary-table .col-of-5 {
  width: 20% !important; }

.summary-table .col-of-6 {
  width: 16.66% !important; }

.summary-table .col-of-7 {
  width: 14.28% !important; }

.summary-table .col-of-8 {
  width: 12.5% !important; }

.summary-table .col-of-9 {
  width: 11.11% !important; }

.summary-table .download-pdf {
  opacity: .7;
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px; }
  .summary-table .download-pdf:hover {
    opacity: 1; }
  .summary-table .download-pdf > span {
    font-size: 14px;
    clear: both;
    width: 100%;
    float: left;
    text-align: center; }
    .summary-table .download-pdf > span.glyphicon {
      font-size: 20px; }

.ticket-chanels span {
  width: 20%; }

.ticket-chanels span img {
  float: left;
  width: auto;
  height: 100%; }

.buttons-tickets-sold .col-xs-6 .input-group-right {
  margin-top: 0px; }

.buttons-tickets-sold .col-xs-6 .input-group-right button {
  background: url(../img/send_by_printed.svg) 10px center no-repeat #ffd100;
  padding-left: 35px !important;
  background-size: 20px auto  !important;
  margin-top: 5px  !important; }

.buttons-tickets-sold .col-xs-6 .input-group-right button.btn-danger {
  background: url(../img/button-remove.svg) 10px center no-repeat #d9534f;
  color: #000; }

.buttons-tickets-sold .col-xs-6 .input-group-right button.btn-redeem {
  background: url(../img/button-redeem.svg) 10px center no-repeat #ffd100; }

.buttons-tickets-sold .col-xs-6 .input-group-right button.btn-digitalize {
  background: url(../img/send_to_phone.svg) 9px center no-repeat #ffd100; }

.card-buttons span {
  width: 45%; }

.card-buttons span img {
  float: left;
  width: auto;
  height: 100%; }

.buttons-card-sold button {
  background: url(../img/send_by_printed.svg) no-repeat #ffd100;
  padding-left: 35px !important;
  background-position: 10px center  !important;
  background-size: 20px auto  !important;
  margin-top: 5px  !important;
  font-size: 14px; }

.buttons-card-sold button:hover {
  background: url(../img/send_by_printed.svg) no-repeat #ffd100;
  padding-left: 35px !important;
  background-position: 10px center  !important;
  background-size: 20px auto  !important;
  margin-top: 5px  !important; }

.buttons-card-sold button.btn-danger {
  background: url(../img/button-remove.svg) no-repeat #d9534f;
  color: #000; }

.list-container .form-group .perpage-selector {
  width: 100px !important; }

/* Admin-web pixel */
.pixel-help {
  padding-left: 7%; }
  .pixel-help .text-help {
    font-size: 12px;
    opacity: 0.6;
    line-height: 30px; }

.code-help .text-help {
  font-size: 12px;
  opacity: 0.6;
  line-height: 30px; }

.float-filter {
  float: left;
  padding: 20px 15px 0px 20px;
  width: auto; }
  .float-filter p {
    margin: 0;
    padding-top: 5px; }
  .float-filter.ff-search {
    min-width: 600px; }
  .float-filter.ff-right {
    float: right; }
  .float-filter .filter-date-new {
    padding: 0;
    margin: 0;
    float: left;
    width: auto; }
    .float-filter .filter-date-new > span.title {
      display: inline-block;
      padding: 0 10px 0 0;
      margin: 0; }
    .float-filter .filter-date-new > label {
      background-color: #2278c0;
      color: #fff;
      padding: 7px 10px 3px !important;
      border-radius: 3px;
      display: inline-block;
      min-height: 30px; }
      .float-filter .filter-date-new > label > .dateval {
        font-size: 18px;
        padding: 0 5px; }
    .float-filter .filter-date-new .date-picker-from {
      top: 40px;
      z-index: 15000; }

.mod-subtitle {
  border: 0 !important;
  padding: 5px;
  margin-bottom: 5px !important; }
  .mod-subtitle .subtitle {
    font-size: 14px; }
  .mod-subtitle .panel {
    border: 0px; }
    .mod-subtitle .panel .price-group {
      border: 1px solid #dcdcdc;
      border-radius: 5px;
      padding: 10px 0;
      float: left;
      position: relative; }
      .mod-subtitle .panel .price-group .btn-default {
        position: absolute;
        top: 2px;
        right: 2px;
        z-index: 20; }
      .mod-subtitle .panel .price-group .form-group {
        margin: 0 !important; }
      .mod-subtitle .panel .price-group .line-prices {
        padding-bottom: 5px; }
  .mod-subtitle .title-border-top {
    border-top: 0;
    padding-left: 0px !important;
    margin-left: 15px !important;
    width: 95%;
    padding: 5px 0;
    font-weight: 700;
    color: #000;
    opacity: 0.6;
    font-size: 16px;
    border-bottom: solid 1px rgba(128, 128, 128, 0.48);
    margin-bottom: 5px;
    padding-bottom: 0; }
    .mod-subtitle .title-border-top span {
      border-bottom: 1px solid rgba(128, 128, 128, 0.48);
      width: 60%;
      font-weight: 700;
      color: #000;
      opacity: 0.6;
      font-size: 16px; }

.mod-subtitle:last-child {
  margin-top: 20px !important; }

.no-border {
  border: none !important;
  border-radius: 0 !important; }

.form-group.nomargin.price-group.no-border.line-prices.ng-scope {
  padding-bottom: 5px; }

.margin-bot-0 {
  margin-bottom: 0; }

.padding-right-10 {
  padding-right: 10px !important; }

.table-refund {
  width: 100%;
  float: left;
  padding: 10px 0px; }
  .table-refund .table {
    max-width: 300px; }
    .table-refund .table thead tr th {
      font-size: 12px !important;
      background-color: #fff !important; }
    .table-refund .table tbody tr td {
      font-size: 12px !important;
      background-color: transparent !important; }

.link-refund {
  color: blue;
  cursor: pointer;
  font-size: 12px; }

.link-refund:hover {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px; }

.import-members {
  float: right;
  margin: 10px 40px; }
  .import-members p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    float: left;
    clear: right;
    width: auto; }
  .import-members .btn {
    float: left !important;
    position: relative;
    margin: 0;
    padding-right: 65px; }
    .import-members .btn:nth-child(2) {
      clear: left;
      margin-right: 5px; }
    .import-members .btn > span {
      position: absolute;
      top: 7px;
      right: 7px;
      border-radius: 3px;
      width: 50px;
      height: 18px;
      z-index: 100;
      border: 1px solid #ddd;
      background: #eee; }
    .import-members .btn.import-active > span > span {
      float: right;
      border-radius: 3px;
      width: 25px;
      height: 16px;
      z-index: 100;
      border-left: 1px solid #ddd;
      background: #4fcc1d; }
    .import-members .btn.import-inactive > span > span {
      float: left;
      border-radius: 3px;
      width: 25px;
      height: 16px;
      z-index: 100;
      border-right: 1px solid #ddd;
      background: #cc1d24; }

.automatic {
  position: relative; }
  .automatic::before {
    content: '';
    float: left;
    position: absolute;
    background-color: #2dc707;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    z-index: 1000;
    border: none;
    -webkit-animation: blinkingBox 1.2s infinite;
    -moz-animation: blinkingBox 1.2s infinite;
    -ms-animation: blinkingBox 1.2s infinite;
    animation: blinkingBox 1.2s infinite;
    top: 0px;
    left: -15px; }

@keyframes blinkingBox {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  60% {
    opacity: 0; }
  99% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.import-btns {
  margin: 10px 15px;
  float: left; }
  .import-btns .btn {
    float: left !important;
    clear: right;
    margin-top: 15px; }

.import-data-container .buttons-import {
  margin: 0; }
  .import-data-container .buttons-import .col-xs-6 {
    padding: 15px; }
    .import-data-container .buttons-import .col-xs-6 .alert-info {
      position: relative;
      height: auto;
      float: left;
      width: 100%;
      padding: 15px 15px 15px 60px;
      min-height: 180px;
      color: #000; }
      .import-data-container .buttons-import .col-xs-6 .alert-info .numberCircle {
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding: 0px;
        background: #666;
        border: 2px solid #666;
        color: #fff;
        text-align: center;
        font-size: 26px;
        position: absolute;
        left: 10px;
        top: 10px; }
      .import-data-container .buttons-import .col-xs-6 .alert-info h4 {
        padding-left: 0px;
        margin: 0px;
        line-height: 35px;
        font-weight: 600;
        font-size: 28px; }
      .import-data-container .buttons-import .col-xs-6 .alert-info .import-btns {
        float: left;
        padding-left: 0px;
        margin: 0px; }
        .import-data-container .buttons-import .col-xs-6 .alert-info .import-btns .btn {
          margin: 0;
          padding: 5px; }
      .import-data-container .buttons-import .col-xs-6 .alert-info .alert-text {
        margin-top: 15px;
        float: left; }
        .import-data-container .buttons-import .col-xs-6 .alert-info .alert-text p {
          font-size: 13px;
          margin: 0px;
          float: left;
          color: #666;
          width: 100%; }
      .import-data-container .buttons-import .col-xs-6 .alert-info .error_detail {
        font-size: 13px;
        margin: 0px;
        float: left;
        color: #666; }

.import-data-container .alert-total {
  float: left;
  width: 100%;
  padding: 10px 15px; }
  .import-data-container .alert-total span.total {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    float: left;
    min-width: 200px; }
    .import-data-container .alert-total span.total span.number {
      font-size: 22px; }
  .import-data-container .alert-total a.btn {
    float: left;
    margin-right: 15px; }
    .import-data-container .alert-total a.btn i {
      font-size: 20px; }
  .import-data-container .alert-total span.load-report {
    font-size: 20px; }
    .import-data-container .alert-total span.load-report img {
      height: 20px; }

/************ TAGS *********/
.tags-selection .player-lineup {
  padding: 5px 0; }

.tags-selection .player-lineup .col-user {
  display: inline-block;
  width: calc( 100% - 95px); }

.tag-selection .tasgselecteds .list .col-user {
  display: inline-block;
  width: calc( 100% - 95px); }

.tags-selection .tasgselecteds .list {
  position: relative; }

.tags-selection .edit-substitute {
  font-size: 20px;
  position: absolute;
  top: -8px;
  right: -6px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  background-color: white;
  border-radius: 15px; }

.tags-selection .edit-substitute i {
  top: 0;
  cursor: pointer; }

.tags-selection .col-player input[type="checkbox"] {
  margin-left: 35px; }

.tags-selection .col-player {
  min-height: 130px; }

.tags-selection .user-avatar-container {
  width: 80px;
  border: solid 1px #e3e7e9;
  height: 80px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #e3e7e9;
  position: relative; }

.edit-data-container .text_help {
  font-size: 12px;
  opacity: 0.6;
  line-height: 30px; }

.edit-container-merchandise .tags-selection .panel {
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  overflow-y: auto;
  max-height: 400px; }

.btn-danger-onestep {
  min-width: 23px;
  background-color: #fff;
  border: #fff;
  padding: 0; }

.btn-danger-onestep :hover {
  min-width: 23px;
  background-color: #f8f7f7;
  border: #fff;
  padding: 0; }

.seat_per_pack {
  width: 130px; }

.row-st {
  float: left;
  width: 100%;
  padding: 3px 0; }

.row-st-error {
  background-color: #eeb9b9; }

.rc-block {
  border-top: 1px solid #ccc;
  margin-top: 40px !important;
  padding-top: 10px; }

.rsc-disabled {
  font-weight: normal;
  font-size: 12px;
  color: red; }

.sc-empty-max {
  padding: 0;
  font-style: italic;
  color: #666;
  font-size: 14px; }

.text-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.subscriptions-list .table-content {
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 !important; }
  .subscriptions-list .table-content span {
    padding: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    line-height: 11px;
    color: white; }
  .subscriptions-list .table-content .subscription-pending {
    background-color: #5bc0de; }
  .subscriptions-list .table-content .subscription-active {
    background-color: #5cb85c; }
  .subscriptions-list .table-content .subscription-stopped {
    background-color: #d9534f; }
  .subscriptions-list .table-content .subscription-expired {
    background-color: #ea7c7c; }
  .subscriptions-list .table-content .subscription-tobecancelled {
    background-color: #f0ad4e; }

.subscriptions-list .even-row {
  background-color: #f2f2f2;
  /* Light gray color */ }

.subscriptions-list .odd-row {
  background-color: #ffffff;
  /* White color */ }

.subscriptions-list .h3 {
  padding: 50px 0; }

.subscriptions-detail {
  padding: 20px 20px 20px 10px; }
  .subscriptions-detail .row {
    margin: 0 0 5px 0 !important; }
  .subscriptions-detail .seats {
    padding-left: 30px; }
  .subscriptions-detail span {
    padding: 5px;
    border-radius: 5px;
    line-height: 11px;
    color: white; }
  .subscriptions-detail .deletedSCs {
    color: red !important; }
  .subscriptions-detail .subscription-pending {
    background-color: #5bc0de; }
  .subscriptions-detail .subscription-active {
    background-color: #5cb85c; }
  .subscriptions-detail .subscription-stopped {
    background-color: #d9534f; }
  .subscriptions-detail .subscription-expired {
    background-color: #ea7c7c; }
  .subscriptions-detail .subscription-tobecancelled {
    background-color: #f0ad4e; }
  .subscriptions-detail .yellow {
    margin-top: 0;
    float: right; }
  .subscriptions-detail .red {
    background-color: #d9534f !important;
    color: white !important; }
  .subscriptions-detail .green {
    background-color: #51aa3d !important;
    color: white !important; }

.charges-list .table-row {
  margin: 0 !important;
  padding: 5px 0; }

.charges-list span {
  padding: 5px;
  border-radius: 5px;
  line-height: 11px;
  float: left; }

.charges-list .charge-pending {
  background-color: #5bc0de;
  color: white; }

.charges-list .charge-charged {
  background-color: #5cb85c;
  color: white; }

.charges-list .charge-due {
  background-color: #5bc0de;
  color: white; }

.charges-list .charge-processing {
  background-color: #5bc0de;
  color: white; }

.charges-list .charge-failed {
  background-color: #d9534f;
  color: white; }

.charges-list .charge-refunded {
  background-color: #f0ad4e;
  color: white; }

.charges-list .charge-cancelled {
  background-color: #d9534f;
  color: white; }

.charges-list .even-row {
  background-color: #f2f2f2;
  /* Light gray color */ }

.charges-list .odd-row {
  background-color: #ffffff;
  /* White color */ }

.charges-list .h3 {
  padding: 50px 0; }

.subscription-status {
  padding: 10px 25px; }
  .subscription-status div.subscription-status-div {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 5%;
    color: white;
    padding: 10px; }
    .subscription-status div.subscription-status-div span {
      text-transform: capitalize; }
    .subscription-status div.subscription-status-div .status-title {
      font-size: 25px; }
  .subscription-status .subscription-status-1 {
    background-color: #5bc0de; }
  .subscription-status .subscription-status-2 {
    background-color: #5cb85c; }
  .subscription-status .subscription-status-3 {
    background-color: #d9534f; }
  .subscription-status .subscription-status-4 {
    background-color: #ea7c7c; }
  .subscription-status .subscription-status-5 {
    background-color: #f0ad4e; }
  .subscription-status .subscription-status-100 {
    background-color: #000000; }

.scsummary-header {
  padding: 20px 0; }
  .scsummary-header h2 {
    float: left;
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 !important; }
  .scsummary-header div {
    float: left;
    padding-left: 20px;
    padding-top: 2px; }
    .scsummary-header div a {
      text-decoration: underline !important;
      cursor: pointer; }

.scsummary-body {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px; }
  .scsummary-body .scsummary {
    padding: 10px; }
    .scsummary-body .scsummary div {
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 10px 10px 0;
      background-color: #a0cdde;
      height: 325px; }
      .scsummary-body .scsummary div .title {
        font-size: 20px;
        border-bottom: 1px solid #000; }
      .scsummary-body .scsummary div ul li.red-alert {
        color: #d9534f; }

.copy_row {
  background-color: #f1e4e4; }

.min-h-70 {
  min-height: 75px !important; }

.subscription-price-history {
  padding: 0;
  margin: 0; }
  .subscription-price-history table {
    margin-bottom: 0; }
  .subscription-price-history h3 {
    font-size: 14px;
    font-weight: bold; }

.progress-modal {
  clear: both;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  background-color: #f3cc66;
  border-radius: 5px; }

.glyphicon-spin {
  animation: spin 1s infinite linear; }

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