@charset "UTF-8";

/*str-replace($i, "_", ".");*/

._1vw {
  font-size: 1vw !important;
}

@media only screen and (max-width: 768px) {
  ._1vw {
    font-size: 2vw;
  }
}

._1vw * {
  font-size: 1 vw !important;
}

@media only screen and (max-width: 768px) {
  ._1vw * {
    font-size: 2vw;
  }
}

/*str-replace($i, "_", ".");*/

._2vw {
  font-size: 2vw !important;
}

@media only screen and (max-width: 768px) {
  ._2vw {
    font-size: 4vw;
  }
}

._2vw * {
  font-size: 2 vw !important;
}

@media only screen and (max-width: 768px) {
  ._2vw * {
    font-size: 4vw;
  }
}

/*str-replace($i, "_", ".");*/

._3vw {
  font-size: 3vw !important;
}

@media only screen and (max-width: 768px) {
  ._3vw {
    font-size: 6vw;
  }
}

._3vw * {
  font-size: 3 vw !important;
}

@media only screen and (max-width: 768px) {
  ._3vw * {
    font-size: 6vw;
  }
}

/*str-replace($i, "_", ".");*/

._4vw {
  font-size: 4vw !important;
}

@media only screen and (max-width: 768px) {
  ._4vw {
    font-size: 8vw;
  }
}

._4vw * {
  font-size: 4 vw !important;
}

@media only screen and (max-width: 768px) {
  ._4vw * {
    font-size: 8vw;
  }
}

/*str-replace($i, "_", ".");*/

._5vw {
  font-size: 5vw !important;
}

@media only screen and (max-width: 768px) {
  ._5vw {
    font-size: 10vw;
  }
}

._5vw * {
  font-size: 5 vw !important;
}

@media only screen and (max-width: 768px) {
  ._5vw * {
    font-size: 10vw;
  }
}

/*str-replace($i, "_", ".");*/

._6vw {
  font-size: 6vw !important;
}

@media only screen and (max-width: 768px) {
  ._6vw {
    font-size: 12vw;
  }
}

._6vw * {
  font-size: 6 vw !important;
}

@media only screen and (max-width: 768px) {
  ._6vw * {
    font-size: 12vw;
  }
}

/*str-replace($i, "_", ".");*/

._7vw {
  font-size: 7vw !important;
}

@media only screen and (max-width: 768px) {
  ._7vw {
    font-size: 14vw;
  }
}

._7vw * {
  font-size: 7 vw !important;
}

@media only screen and (max-width: 768px) {
  ._7vw * {
    font-size: 14vw;
  }
}

/*str-replace($i, "_", ".");*/

._8vw {
  font-size: 8vw !important;
}

@media only screen and (max-width: 768px) {
  ._8vw {
    font-size: 16vw;
  }
}

._8vw * {
  font-size: 8 vw !important;
}

@media only screen and (max-width: 768px) {
  ._8vw * {
    font-size: 16vw;
  }
}

/*str-replace($i, "_", ".");*/

._9vw {
  font-size: 9vw !important;
}

@media only screen and (max-width: 768px) {
  ._9vw {
    font-size: 18vw;
  }
}

._9vw * {
  font-size: 9 vw !important;
}

@media only screen and (max-width: 768px) {
  ._9vw * {
    font-size: 18vw;
  }
}

/*str-replace($i, "_", ".");*/

._10vw {
  font-size: 10vw !important;
}

@media only screen and (max-width: 768px) {
  ._10vw {
    font-size: 20vw;
  }
}

._10vw * {
  font-size: 10 vw !important;
}

@media only screen and (max-width: 768px) {
  ._10vw * {
    font-size: 20vw;
  }
}

._1_4vw {
  font-size: 1.4vw !important;
}

@media only screen and (max-width: 768px) {
  ._1_4vw {
    font-size: 2.8vw;
  }
}

._1_4vw * {
  font-size: 1.4vw !important;
}

@media only screen and (max-width: 768px) {
  ._1_4vw * {
    font-size: 2.8vw;
  }
}

._1_8vw {
  font-size: 1.8vw !important;
}

@media only screen and (max-width: 768px) {
  ._1_8vw {
    font-size: 3.6vw;
  }
}

._1_8vw * {
  font-size: 1.8vw !important;
}

@media only screen and (max-width: 768px) {
  ._1_8vw * {
    font-size: 3.6vw;
  }
}

.padding-0 {
  padding: 0px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-80 {
  padding: 80px;
}

.padding-90 {
  padding: 90px;
}

.padding-100 {
  padding: 100px;
}

.margin-0 {
  margin: 0px;
}

.margin-10 {
  margin: 10px;
}

.margin-20 {
  margin: 20px;
}

.margin-30 {
  margin: 30px;
}

.margin-40 {
  margin: 40px;
}

.margin-50 {
  margin: 50px;
}

.margin-60 {
  margin: 60px;
}

.margin-70 {
  margin: 70px;
}

.margin-80 {
  margin: 80px;
}

.margin-90 {
  margin: 90px;
}

.margin-100 {
  margin: 100px;
}

.transition,
.front .main-menu .menu-usuario li,
#modalMostrarProductos .producto .panel .selector {
  transition: all 0.2s ease;
}

.transition_03,
#sidebar-wrapper {
  transition: all 0.3s ease;
}

/* keyboard - jQuery UI Widget */

.ui-keyboard {
  text-align: center;
  padding: .3em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 16000;
  /* see issue #484 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.ui-keyboard-has-focus {
  z-index: 16001;
}

.ui-keyboard div {
  font-size: 1.1em;
}

.ui-keyboard[contenteditable] {
  white-space: pre;
}

.ui-keyboard-button {
  height: 2em;
  min-width: 2em;
  margin: .1em;
  cursor: pointer;
  overflow: hidden;
  line-height: 2em;
  -moz-user-focus: ignore;
}

.ui-keyboard-button span {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
}

.ui-keyboard-button-endrow {
  clear: left;
}

.ui-keyboard-space {
  width: 15em;
}

.ui-keyboard-space span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* see http://nicolasgallagher.com/another-css-image-replacement-technique/ */

.ui-keyboard-empty span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.ui-keyboard-preview-wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* width is calculated in IE, since 99% = 99% full browser width =( */

.ui-keyboard-preview {
  text-align: left;
  margin: 0 0 3px 0;
  display: inline;
  width: 99%;
}

.ui-keyboard-keyset {
  text-align: center;
  white-space: nowrap;
}

.ui-keyboard-input {
  text-align: left;
}

.ui-keyboard-input-current {
  box-shadow: 0 0 5px #4d90fe;
}

.ui-keyboard-placeholder {
  color: #888;
}

/* disabled or readonly inputs, or use
 input[disabled='disabled'] { color: #f00; } */

.ui-keyboard-nokeyboard {
  color: #888;
  border-color: #888;
}

.ui-keyboard-spacer {
  display: inline-block;
  width: 1px;
  height: 0;
  cursor: default;
}

.ui-keyboard-NBSP span,
.ui-keyboard-ZWSP span,
.ui-keyboard-ZWNJ span,
.ui-keyboard-ZWJ span,
.ui-keyboard-LRM span,
.ui-keyboard-RLM span {
  font-size: 0.5em;
  line-height: 1.5em;
  white-space: normal;
}

/* combo key styling - toggles diacritics on/off */

.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
  border-color: #ffaf0f;
}

/* (in)valid inputs */

button.ui-keyboard-accept.ui-keyboard-valid-input {
  border-color: #0c0;
  background: #080;
  color: #fff;
}

button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
  background: #0a0;
}

button.ui-keyboard-accept.ui-keyboard-invalid-input {
  border-color: #c00;
  background: #800;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
  background: #a00;
}

/*** Caret extension definition ***/

/* margin-top => is added to the caret height (top & bottom) */

.ui-keyboard-caret {
  background: #c00;
  width: 1px;
  margin-top: 3px;
}

/*** jQuery Mobile definitions ***/

/* jQuery Mobile styles - need wider buttons because of font size and
 text-overflow:ellipsis */

div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
  padding: 0.5em 1em;
  border-color: transparent;
}

.ui-body .ui-keyboard-button {
  width: 3em;
  height: 3em;
  display: inline-block;
}

.ui-body .ui-keyboard-widekey {
  width: 5.5em;
}

.ui-body .ui-keyboard-space {
  width: 15em;
}

.ui-body .ui-keyboard-space span {
  visibility: hidden;
  /* hides the ellipsis */
}

.ui-body .ui-keyboard-keyset {
  line-height: 0.5em;
}

.ui-body input.ui-input-text,
.ui-body textarea.ui-input-text {
  width: 95%;
}

.ui-body .ui-btn-inner {
  height: 2em;
  padding: 0.2em 0;
  margin: 0;
}

.ui-body .ui-btn {
  margin: 0;
  font-size: 13px;
  /* mobile default size is 13px */
}

/* over-ride padding set by mobile ui theme - needed because the mobile script
 wraps button text with several more spans */

/* override Bootstrap excessive button padding */

button.ui-keyboard-button.btn {
  padding: 1px 6px;
}

button.ui-keyboard-toggle span {
  width: .8em;
  height: .8em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* light theme unlocked icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==);
}

/* enable/disable icons */

/* unlocked icon (keyboard enabled) */

.ui-keyboard-dark-theme button.ui-keyboard-toggle span {
  /* dark theme unlocked icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTguNyw0LjRINy41SDUuMHYtMS45YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40LDAtMi41LDEuMS0yLjUsMi41djEuOWgxLjIgdi0xLjljMC0wLjcsMC42LTEuMiwxLjItMS4yczEuMiwwLjYsMS4yLDEuMnYxLjljLTAuNywwLTEuMiwwLjYtMS4yLDEuMlY4LjggYzAsMC43LDAuNiwxLjIsMS4yLDEuMmg1LjBDOS40LDEwLDEwLDkuNCwxMCw4LjhWNS42QzEwLDUuMCw5LjQsNC40LDguOCw0LjR6IE02LjYsNy40djEuMCBjMCwwLjItMC4xLDAuMy0wLjMsMC4zUzYuMCw4LjYsNi4wLDguNFY3LjRjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zLDAuMy0wLjYsMC42LTAuNiBTNi45LDYuNiw2LjksNi45QzYuOSw3LjEsNi44LDcuMyw2LjYsNy40eiIvPjwvc3ZnPg==);
}

/* locked icon (keyboard disabled) */

button.ui-keyboard-toggle.ui-keyboard-disabled span {
  /* light theme locked icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iIzExMSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=);
}

.ui-keyboard-dark-theme button.ui-keyboard-toggle.ui-keyboard-disabled span {
  /* dark theme locked icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgZmlsbD0iI2VlZSI+PHBhdGggZD0iTTcuNCA0LjRWMi41YzAtMS40LTEuMS0yLjUtMi41LTIuNWMtMS40IDAtMi41IDEuMS0yLjUgMi41djEuOSBjLTAuNyAwLTEuMiAwLjUtMS4yIDEuMnYzLjFDMS4zIDkuNCAxLjggMTAgMi41IDEwaDQuOWMwLjcgMCAxLjItMC42IDEuMi0xLjJWNS42IEM4LjcgNC45IDguMSA0LjQgNy40IDQuNHogTTUuMyA3LjR2MS4wYzAgMC4yLTAuMSAwLjMtMC4zIDAuM2MtMC4yIDAtMC4zLTAuMS0wLjMtMC4zVjcuNCBjLTAuMi0wLjEtMC4zLTAuMy0wLjMtMC41YzAtMC4zIDAuMy0wLjYgMC42LTAuNmMwLjMgMCAwLjYgMC4zIDAuNiAwLjYgQzUuNiA3LjEgNS41IDcuMyA1LjMgNy40eiBNNi4yIDQuNEgzLjdWMi41YzAtMC43IDAuNS0xLjIgMS4yLTEuMmMwLjcgMCAxLjIgMC42IDEuMiAxLjIgVjQuNHoiLz48L3N2Zz4=);
}

.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle),
.ui-keyboard.ui-keyboard-disabled input {
  opacity: 0.5;
}

/*** Alt-Keys Popup extension ***/

/* clickable overlay on top of keyboard to hide the popup */

.ui-keyboard-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* the actual popup styling, class names from the css.container option are also
 added */

.ui-keyboard-popup {
  display: inline-block;
  /* default buttons are 2em wide + .1em margin on either side (set in
  .ui-keyboard-button definition); so use multiples of 2.2em for a max-width
  if you don't want any extra white space on the sides, e.g.
  5 buttons * 2.2em = 11em,
  6 buttons * 2.2em = 13.2em, etc
  */
  max-width: 22em;
  /* 10 buttons */
}

/*** Extender keyboard extension ***/

div.ui-keyboard-extender {
  margin-left: 5px;
}

button.ui-keyboard-extender span {
  width: .9em;
  height: .9em;
  display: inline-block;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* light theme extender icon - fill: #111 */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6IzExMSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzExMSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+);
}

.ui-keyboard-dark-theme button.ui-keyboard-extender span {
  /* dark theme extender icon - fill: #eee */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgc3R5bGU9ImZpbGw6I2VlZSI+PGc+PHBhdGggc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2VlZSIgZD0iTSAwLjUsNC41IDE1LjUsNC41IDE1LjUsMTUuNSAwLjUsMTUuNSBaIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iMiIgeT0iNiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjYiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSI4IiB5PSI2Ij48L3JlY3Q+PHBhdGggZD0ibSAxMSw2IDMsMCAwLDUgLTIsMCAwLC0zIC0xLDAgeiI+PC9wYXRoPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjEyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHg9IjUiIHk9IjEyIj48L3JlY3Q+PHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMiIgeD0iOSIgeT0iOSI+PC9yZWN0PjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjIiIHg9IjYiIHk9IjkiPjwvcmVjdD48cmVjdCB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4PSIyIiB5PSIxMiI+PC9yZWN0PjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHg9IjIiIHk9IjkiPjwvcmVjdD48L2c+PC9zdmc+);
}

/* Media Queries (optimized for jQuery UI themes;
 may be slightly off in jQuery Mobile themes) */

/* 240 x 320 (small phone)  */

@media all and (max-width: 319px) {
  .ui-keyboard div {
    font-size: 9px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 12px;
  }

  /* I don't own an iPhone so I have no idea how small this really is... is it
  even clickable with your finger? */

  .ui-body .ui-btn {
    margin: 0;
    font-size: 9px;
  }

  .ui-body .ui-keyboard-button {
    width: 1.8em;
    height: 2.5em;
  }

  .ui-body .ui-keyboard-widekey {
    width: 4em;
  }

  .ui-body .ui-keyboard-space {
    width: 8em;
  }

  .ui-body .ui-btn-inner {
    height: 2.5em;
    padding: 0.3em 0;
  }
}

/* 320 x 480 (iPhone)  */

@media all and (min-width: 320px) and (max-width: 479px) {
  .ui-keyboard div {
    font-size: 9px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 14px;
  }

  /* I don't own an iPhone so I have no idea how small this really is... is it
  even clickable with your finger? */

  .ui-body .ui-btn {
    margin: 0;
    font-size: 11px;
  }

  .ui-body .ui-keyboard-button {
    width: 1.8em;
    height: 3em;
  }

  .ui-body .ui-keyboard-widekey {
    width: 4.5em;
  }

  .ui-body .ui-keyboard-space {
    width: 10em;
  }

  .ui-body .ui-btn-inner {
    height: 3em;
    padding: 0.7em 0;
  }
}

/* 480 x 640 (small tablet) */

@media all and (min-width: 480px) and (max-width: 767px) {
  .ui-keyboard div {
    font-size: 13px;
  }

  .ui-keyboard .ui-keyboard-input {
    font-size: 14px;
  }

  .ui-body .ui-btn {
    margin: 0;
    font-size: 10px;
  }

  .ui-body .ui-keyboard-button {
    height: 2.5em;
  }

  .ui-body .ui-btn-inner {
    height: 2.5em;
    padding: 0.5em 0;
  }
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins Light"), local("Poppins-Light"), url("/assets/fonts/Poppins-Light.woff2") format("woff2"), url("/assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("/assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins Medium"), local("Poppins-Medium"), url("/assets/fonts/Poppins-Medium.woff2") format("woff2"), url("/assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4A5164;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #292d38;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 33px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 23px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 13px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small,
.small {
  font-size: 92%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #4A5164;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #343947;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #4A5164;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #343947;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.lliga.liga_entre_clubs_container .partit .inscritoNombre,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .lliga.liga_entre_clubs_container .partit .inscritoNombre,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7,
  .lliga.liga_entre_clubs_container .partit .inscritoNombre {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.admin-wrapper .main-menu
.table-hover > tbody > tr:hover > button.list-group-item.dropdown:not(.collapsed),
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

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

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #4A5164;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(74, 81, 100, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 45px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}

.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 35px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 40px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.admin-wrapper .main-menu button.btn.list-group-item.dropdown:focus:not(.collapsed),
.btn.active.focus,
.admin-wrapper .main-menu button.btn.focus.list-group-item.dropdown:not(.collapsed) {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active,
.admin-wrapper .main-menu button.btn.list-group-item.dropdown:not(.collapsed) {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

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

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:not(.collapsed),
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:hover:not(.collapsed),
.btn-default.active:focus,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:focus:not(.collapsed),
.btn-default.active.focus,
.admin-wrapper .main-menu button.btn-default.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:not(.collapsed),
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #4A5164;
  border-color: #4A5164;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #343947;
  border-color: #14161b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #343947;
  border-color: #303541;
}

.btn-primary:active,
.btn-primary.active,
.admin-wrapper .main-menu button.btn-primary.list-group-item.dropdown:not(.collapsed),
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #343947;
  border-color: #303541;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.admin-wrapper .main-menu button.btn-primary.list-group-item.dropdown:hover:not(.collapsed),
.btn-primary.active:focus,
.admin-wrapper .main-menu button.btn-primary.list-group-item.dropdown:focus:not(.collapsed),
.btn-primary.active.focus,
.admin-wrapper .main-menu button.btn-primary.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #252932;
  border-color: #14161b;
}

.btn-primary:active,
.btn-primary.active,
.admin-wrapper .main-menu button.btn-primary.list-group-item.dropdown:not(.collapsed),
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #4A5164;
  border-color: #4A5164;
}

.btn-primary .badge {
  color: #4A5164;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4A5164;
  border-color: #4A5164;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #343947;
  border-color: #14161b;
}

.btn-success:hover {
  color: #fff;
  background-color: #343947;
  border-color: #303541;
}

.btn-success:active,
.btn-success.active,
.admin-wrapper .main-menu button.btn-success.list-group-item.dropdown:not(.collapsed),
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #343947;
  border-color: #303541;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.admin-wrapper .main-menu button.btn-success.list-group-item.dropdown:hover:not(.collapsed),
.btn-success.active:focus,
.admin-wrapper .main-menu button.btn-success.list-group-item.dropdown:focus:not(.collapsed),
.btn-success.active.focus,
.admin-wrapper .main-menu button.btn-success.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #252932;
  border-color: #14161b;
}

.btn-success:active,
.btn-success.active,
.admin-wrapper .main-menu button.btn-success.list-group-item.dropdown:not(.collapsed),
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4A5164;
  border-color: #4A5164;
}

.btn-success .badge {
  color: #4A5164;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.admin-wrapper .main-menu button.btn-info.list-group-item.dropdown:not(.collapsed),
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.admin-wrapper .main-menu button.btn-info.list-group-item.dropdown:hover:not(.collapsed),
.btn-info.active:focus,
.admin-wrapper .main-menu button.btn-info.list-group-item.dropdown:focus:not(.collapsed),
.btn-info.active.focus,
.admin-wrapper .main-menu button.btn-info.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.admin-wrapper .main-menu button.btn-info.list-group-item.dropdown:not(.collapsed),
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.admin-wrapper .main-menu button.btn-warning.list-group-item.dropdown:not(.collapsed),
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.admin-wrapper .main-menu button.btn-warning.list-group-item.dropdown:hover:not(.collapsed),
.btn-warning.active:focus,
.admin-wrapper .main-menu button.btn-warning.list-group-item.dropdown:focus:not(.collapsed),
.btn-warning.active.focus,
.admin-wrapper .main-menu button.btn-warning.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.admin-wrapper .main-menu button.btn-warning.list-group-item.dropdown:not(.collapsed),
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.admin-wrapper .main-menu button.btn-danger.list-group-item.dropdown:not(.collapsed),
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.admin-wrapper .main-menu button.btn-danger.list-group-item.dropdown:hover:not(.collapsed),
.btn-danger.active:focus,
.admin-wrapper .main-menu button.btn-danger.list-group-item.dropdown:focus:not(.collapsed),
.btn-danger.active.focus,
.admin-wrapper .main-menu button.btn-danger.focus.list-group-item.dropdown:not(.collapsed),
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.admin-wrapper .main-menu button.btn-danger.list-group-item.dropdown:not(.collapsed),
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  color: #4A5164;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.admin-wrapper .main-menu button.btn-link.list-group-item.dropdown:not(.collapsed),
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #292d38;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn,
.content-wrapper .page-header .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a,
.dropdown-menu > .active > a:hover,
.admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.dropdown-menu > .active > a:focus,
.admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #4A5164;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.admin-wrapper .main-menu .btn-group > button.btn.list-group-item.dropdown:not(.collapsed),
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.admin-wrapper .main-menu
    .btn-group-vertical > button.btn.list-group-item.dropdown:not(.collapsed) {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

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

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4A5164;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #4A5164;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.admin-wrapper .main-menu .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a,
.admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.admin-wrapper .main-menu
  .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.admin-wrapper .main-menu
  .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a:focus,
.admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .admin-wrapper .main-menu .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a,
  .admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .admin-wrapper .main-menu
    .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .admin-wrapper .main-menu
    .nav-tabs-justified > button.list-group-item.dropdown:not(.collapsed) > a:focus,
  .admin-wrapper .main-menu .nav-tabs.nav-justified > button.list-group-item.dropdown:not(.collapsed) > a:focus {
    border-bottom-color: #fff;
  }
}

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

.tab-content > .active,
.admin-wrapper .main-menu .tab-content > button.list-group-item.dropdown:not(.collapsed) {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 8px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.content-wrapper .page-header .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a,
.admin-wrapper .main-menu .navbar-default .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.admin-wrapper .main-menu .navbar-default .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:focus,
.admin-wrapper .main-menu .navbar-default .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a,
  .admin-wrapper .main-menu .navbar-default .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .admin-wrapper .main-menu .navbar-default .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:focus,
  .admin-wrapper .main-menu .navbar-default .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a,
.admin-wrapper .main-menu .navbar-inverse .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.admin-wrapper .main-menu .navbar-inverse .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .admin-wrapper .main-menu .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:focus,
.admin-wrapper .main-menu .navbar-inverse .navbar-nav > button.list-group-item.dropdown:not(.collapsed) > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a,
  .admin-wrapper .main-menu .navbar-inverse .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .admin-wrapper .main-menu .navbar-inverse .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .admin-wrapper .main-menu .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:focus,
  .admin-wrapper .main-menu .navbar-inverse .navbar-nav .open .dropdown-menu > button.list-group-item.dropdown:not(.collapsed) > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active,
.admin-wrapper .main-menu .breadcrumb > button.list-group-item.dropdown:not(.collapsed) {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #4A5164;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #292d38;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.admin-wrapper .main-menu .pagination > button.list-group-item.dropdown:not(.collapsed) > a,
.pagination > .active > a:hover,
.admin-wrapper .main-menu .pagination > button.list-group-item.dropdown:not(.collapsed) > a:hover,
.pagination > .active > a:focus,
.admin-wrapper .main-menu .pagination > button.list-group-item.dropdown:not(.collapsed) > a:focus,
.pagination > .active > span,
.admin-wrapper .main-menu
  .pagination > button.list-group-item.dropdown:not(.collapsed) > span,
.pagination > .active > span:hover,
.admin-wrapper .main-menu
  .pagination > button.list-group-item.dropdown:not(.collapsed) > span:hover,
.pagination > .active > span:focus,
.admin-wrapper .main-menu
  .pagination > button.list-group-item.dropdown:not(.collapsed) > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #4A5164;
  border-color: #4A5164;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #4A5164;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #343947;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

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

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

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

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-gold {
  background-color: #FFCA1E;
}

.label-gold[href]:hover,
.label-gold[href]:focus {
  background-color: #eab300;
}

.label-silver {
  background-color: #C0C0C0;
}

.label-silver[href]:hover,
.label-silver[href]:focus {
  background-color: #a7a7a7;
}

.label-bronze {
  background-color: #BF561E;
}

.label-bronze[href]:hover,
.label-bronze[href]:focus {
  background-color: #934217;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) > .badge,
.nav-pills > .active > a > .badge,
.admin-wrapper .main-menu
  .nav-pills > button.list-group-item.dropdown:not(.collapsed) > a > .badge {
  color: #4A5164;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4A5164;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #4A5164;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.admin-wrapper .main-menu button.progress.list-group-item.dropdown:not(.collapsed) .progress-bar,
.progress-bar.active,
.admin-wrapper .main-menu button.progress-bar.list-group-item.dropdown:not(.collapsed) {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

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

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed),
.list-group-item.active:hover,
.admin-wrapper .main-menu button.list-group-item.dropdown:hover:not(.collapsed),
.list-group-item.active:focus,
.admin-wrapper .main-menu button.list-group-item.dropdown:focus:not(.collapsed) {
  z-index: 2;
  color: #fff;
  background-color: #4A5164;
  border-color: #4A5164;
}

.list-group-item.active .list-group-item-heading,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.admin-wrapper .main-menu button.list-group-item.dropdown:hover:not(.collapsed) .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.admin-wrapper .main-menu button.list-group-item.dropdown:hover:not(.collapsed) .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.admin-wrapper .main-menu button.list-group-item.dropdown:hover:not(.collapsed) .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.admin-wrapper .main-menu button.list-group-item.dropdown:focus:not(.collapsed) .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.admin-wrapper .main-menu button.list-group-item.dropdown:focus:not(.collapsed) .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.admin-wrapper .main-menu button.list-group-item.dropdown:focus:not(.collapsed) .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.admin-wrapper .main-menu button.list-group-item.dropdown:hover:not(.collapsed) .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.admin-wrapper .main-menu button.list-group-item.dropdown:focus:not(.collapsed) .list-group-item-text {
  color: #b3b8c7;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
.admin-wrapper .main-menu button.list-group-item-success.list-group-item.dropdown:not(.collapsed),
button.list-group-item-success.active:hover,
.admin-wrapper .main-menu button.list-group-item-success.list-group-item.dropdown:hover:not(.collapsed),
button.list-group-item-success.active:focus,
.admin-wrapper .main-menu button.list-group-item-success.list-group-item.dropdown:focus:not(.collapsed) {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
.admin-wrapper .main-menu button.list-group-item-info.list-group-item.dropdown:not(.collapsed),
button.list-group-item-info.active:hover,
.admin-wrapper .main-menu button.list-group-item-info.list-group-item.dropdown:hover:not(.collapsed),
button.list-group-item-info.active:focus,
.admin-wrapper .main-menu button.list-group-item-info.list-group-item.dropdown:focus:not(.collapsed) {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
.admin-wrapper .main-menu button.list-group-item-warning.list-group-item.dropdown:not(.collapsed),
button.list-group-item-warning.active:hover,
.admin-wrapper .main-menu button.list-group-item-warning.list-group-item.dropdown:hover:not(.collapsed),
button.list-group-item-warning.active:focus,
.admin-wrapper .main-menu button.list-group-item-warning.list-group-item.dropdown:focus:not(.collapsed) {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
.admin-wrapper .main-menu button.list-group-item-danger.list-group-item.dropdown:not(.collapsed),
button.list-group-item-danger.active:hover,
.admin-wrapper .main-menu button.list-group-item-danger.list-group-item.dropdown:hover:not(.collapsed),
button.list-group-item-danger.active:focus,
.admin-wrapper .main-menu button.list-group-item-danger.list-group-item.dropdown:focus:not(.collapsed) {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

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

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #4A5164;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4A5164;
  border-color: #4A5164;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4A5164;
}

.panel-primary > .panel-heading .badge {
  color: #4A5164;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4A5164;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right,
  .admin-wrapper .main-menu .carousel-inner > button.item.right.list-group-item.dropdown:not(.collapsed) {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left,
  .admin-wrapper .main-menu .carousel-inner > button.item.left.list-group-item.dropdown:not(.collapsed) {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active,
  .admin-wrapper .main-menu .carousel-inner > button.item.list-group-item.dropdown:not(.collapsed) {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.admin-wrapper .main-menu .carousel-inner > button.list-group-item.dropdown:not(.collapsed),
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active,
.admin-wrapper .main-menu .carousel-inner > button.list-group-item.dropdown:not(.collapsed) {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left,
.admin-wrapper .main-menu .carousel-inner > button.left.list-group-item.dropdown:not(.collapsed) {
  left: -100%;
}

.carousel-inner > .active.right,
.admin-wrapper .main-menu .carousel-inner > button.right.list-group-item.dropdown:not(.collapsed) {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active,
.carousel-indicators .admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed),
.admin-wrapper .main-menu .carousel-indicators button.list-group-item.dropdown:not(.collapsed) {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  max-width: 1059px;
}

.btn {
  border-radius: 5px;
  font-weight: normal;
  padding: 7px 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  transition: 0.3s all;
}

.btn:focus {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) !important;
  outline: none;
}

@media only screen and (max-width: 991px) {
  .btnReservaPlayCompacted {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 5px;
}

td .btn-xs,
td .btn-group-xs > .btn {
  margin-bottom: 2px !important;
}

.modal-lg-2x {
  width: 1200px;
}

.modal-lg-4x {
  width: 1500px;
}

.modal {
  overflow-y: auto;
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .modal {
    padding: 0;
  }
}

.modal .modal-header .close {
  font-size: 40px;
  margin-right: 8px;
  opacity: 1;
}

.row.margin-0 {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .row-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.thumbnail_ {
  border: 1px solid #bbb;
  border-radius: 5px;
  padding: 10px;
  float: left;
}

.block {
  display: block;
  width: 100%;
}

.input-group input.form-control {
  margin: 0px;
}

body.front .navbar .container-fluid .navbar-header {
  float: none;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.front .navbar .container-fluid .navbar-header {
    float: none;
  }
}

body.front .navbar .container-fluid .navbar-header .navbar-brand {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  body.front .navbar .container-fluid .navbar-header .navbar-brand {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  body.front .navbar .container-fluid .navbar-header .navbar-brand {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  body.front header {
    width: 100%;
    position: fixed;
    z-index: 100;
  }
}

body.front .modal .modal-header .close {
  margin-right: 8px;
  opacity: 1;
}

body.front .modal .modal-header .close span {
  color: #fff;
}

.panel-heading a.btn {
  margin: 0px;
}

.gold {
  color: #ffed59;
}

label.danger {
  color: #d9534f;
}

label.success {
  color: #5cb85c;
}

.danger {
  color: #d9534f;
}

.panel-default .panel-title a:hover {
  text-decoration: none;
}

.panel-default .panel-title a:active {
  text-decoration: none;
}

.panel-default .panel-title a:focus {
  text-decoration: none;
}

.panel-default.panel-xs .panel-heading {
  padding: 2px 5px;
}

.btn-default.active,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:not(.collapsed),
.btn-default:hover,
.btn-default:focus {
  background-color: #4A5164;
  color: #fff;
}

.btn-default.active:hover,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:hover:not(.collapsed),
.btn-default.active:focus,
.admin-wrapper .main-menu button.btn-default.list-group-item.dropdown:focus:not(.collapsed),
.btn-default:hover:hover,
.btn-default:hover:focus,
.btn-default:focus:hover,
.btn-default:focus:focus {
  background-color: #4A5164;
  color: #fff;
}

#escojer_tiporecursoPedirNumsocioNifTicket .btn-lg,
#escojer_tiporecursoPedirNumsocioNifTicket .btn-group-lg > .btn {
  padding: 15px 25px;
  border-radius: 0;
}

.hidden_ {
  display: none !important;
}

.textarea {
  white-space: pre-wrap;
}

ul.big {
  padding-left: 0px;
  list-style-type: none;
}

ul.big li {
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 15px 5px;
  background: #f9f9f9;
}

ul.big li:first-child {
  border-top: 1px solid #999;
}

.modal.modal-ios .table-responsive {
  overflow-y: auto;
}

.table.table-xs {
  margin-bottom: 0px;
}

.table.table-xs td {
  padding: 1px;
  font-size: 11px;
}

.breadcrumb {
  padding: 0px 15px 0px 5px;
  margin-bottom: 6px;
}

.v-select.dropdown {
  margin-bottom: 10px;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/google/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/google/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/google/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/google/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/fonts/google/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/fonts/google/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/fonts/google/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/fonts/google/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/fonts/google/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/fonts/google/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/fonts/google/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/google/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/fonts/google/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.login-page {
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  background-size: cover;
}

.login-page .masthead {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}

.login-page .masthead.condiciones {
  max-width: 700px;
}

.login-page .credits {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  color: #777;
}

.login-page .credits a:link,
.login-page .credits a:visited {
  color: #606981;
}

.login-page .content {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.15);
  background: white;
  border-radius: 2px;
  overflow: hidden;
}

.login-page .content .logo {
  background: #6b7590;
  text-align: center;
  padding: 20px 20px 20px 20px;
  color: #fff;
}

.login-page .content .logo h1 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin: 10px 0;
}

.login-page .content .logo img {
  max-width: 70%;
}

.login-page .content #condiciones_aceptar .contingut {
  padding: 0px 20px 20px 20px;
}

.login-page .content #condiciones_aceptar .contingut h1 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .login-page .content #condiciones_aceptar .contingut h1 small {
    font-size: 47%;
    line-height: 25px;
  }
}

.login-page .content .accept_conditions {
  padding-left: 25px;
  padding-bottom: 10px;
}

.login-page .content .login-form {
  padding: 0px 20px 20px 20px;
}

body.customized .login-page .content .logo {
  background: #4A5164;
}

@media only screen and (max-width: 768px) {
  .cal_new_user.container {
    padding-top: 180px;
  }
}

.boton_app {
  text-align: center;
}

.boton_app a:link {
  text-decoration: none;
}

.boton_app_img {
  /*padding:10px 2px;*/
  max-width: 150px;
}

/*-----oculta botones para tamaño inferior a 500px---
@media (max-width: 500px)  {
    .boton_app_img {
        display: none !important;
    }
}
---------*/

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-page:has(.shortcuts-container) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: start;
  min-height: 100vh;
  padding: 20px !important;
}

.login-page:has(.shortcuts-container) .shortcuts-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}

.login-page:has(.shortcuts-container) .shortcuts-container a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 15px;
  text-decoration: none;
  color: #2c3e50;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border: none;
}

.login-page:has(.shortcuts-container) .shortcuts-container a div {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.login-page:has(.shortcuts-container) .shortcuts-container a i {
  color: #4e5d6c;
  font-size: 1.6rem;
}

.login-page:has(.shortcuts-container) .shortcuts-container a:active {
  transform: scale(0.96);
  background: #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.login-page:has(.shortcuts-container) .welcome-text {
  width: 100%;
  max-width: 360px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #2c3e50;
  margin-bottom: 20px;
  animation: slideFadeIn 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.login-page:has(.shortcuts-container) .welcome-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4e5d6c, #8e9aaf);
}

.login-page:has(.shortcuts-container) .welcome-text strong {
  display: block;
  color: #4e5d6c;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-top: 5px;
  background: linear-gradient(180deg, #4e5d6c, #2e3740);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-page:has(.shortcuts-container) .welcome-text p {
  color: #003d84;
  margin-top: 0.4rem;
}

.login-page:has(.shortcuts-container) .login-form {
  width: 100%;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 18px 20px;
  animation: slideFadeIn 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.login-page:has(.shortcuts-container) .login-form .forgot-password {
  font-size: 1.1rem;
}

.login-page:has(.shortcuts-container) .login-form form {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 10px 20px;
  -ms-flex-align: center;
  align-items: center;
}

.login-page:has(.shortcuts-container) .login-form small {
  grid-column: 1 / span 2;
  text-align: left;
  margin-bottom: 8px;
  color: #003d84;
  font-weight: 700;
  font-size: 1.4rem;
}

.login-page:has(.shortcuts-container) .login-form .form-group {
  grid-column: 1;
  margin-bottom: 6px;
}

.login-page:has(.shortcuts-container) .login-form .form-group label {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
}

.login-page:has(.shortcuts-container) .login-form .form-group .form-control {
  height: 28px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px 8px;
  background: #fdfdfd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.login-page:has(.shortcuts-container) .login-form .form-group .form-control:focus {
  border-color: #003d84;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 61, 132, 0.15);
  outline: none;
}

.login-page:has(.shortcuts-container) .login-form .form-actions {
  grid-column: 2;
  grid-row: 2 / span 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.login-page:has(.shortcuts-container) .login-form .checkbox {
  margin: 0px !important;
}

.login-page:has(.shortcuts-container) .login-form .checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  padding-left: 0px !important;
}

.login-page:has(.shortcuts-container) .login-form .checkbox input[type="checkbox"] {
  position: static !important;
  margin: 0 !important;
  width: 16px;
  height: 16px;
}

.login-page:has(.shortcuts-container) .login-form #enter_btn {
  width: 100%;
  height: auto;
  padding: 6px 10px;
  background-color: white;
  border: 2px solid #003d84;
  border-radius: 0px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #003d84;
  cursor: pointer;
  transition: all 0.2s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-page:has(.shortcuts-container) .login-form #enter_btn:hover {
  background-color: #003d84;
  color: white;
}

.login-page:has(.shortcuts-container) .login-form #enter_btn:active {
  transform: scale(0.97);
}

.calendar {
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  border-right: 1px solid #ddd;
}

.calendar .times {
  padding-top: 35px;
  padding-bottom: 60px;
  min-width: 40px;
}

.calendar .times .time {
  padding: 0 5px;
  font-size: 1em;
  border-right: 1px solid #ddd;
  border-left: 1px solid #eee;
  height: 50px;
}

.calendar .times .time .line {
  border-top: 1px solid #ddd;
  width: 100%;
  position: absolute;
  left: 0;
  height: 50px;
  z-index: -1;
}

.calendar .times .time .line::before {
  content: '';
  display: block;
  border-bottom: 1px dashed #eee;
  height: 25px;
}

.calendar .times .time .line:hover {
  background: #f9f9f9;
}

.calendar .times .time .line_semana {
  border-top: 1px solid #ddd;
  width: 100%;
  position: absolute;
  left: 0;
  height: 50px;
  z-index: -1;
}

.calendar .times .time .line_semana:hover {
  background: #f9f9f9;
}

.calendar .times .time:nth-child(odd) {
  color: #090a0c;
}

.calendar .pistes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex: 1;
  flex: 1;
}

.calendar .pistes .pista {
  min-width: 191px;
}

.calendar .pistes .pista:nth-child(odd) .title {
  background: #f7f7f7;
}

.calendar .pistes .pista .title {
  padding: 6px;
  height: 35px;
  font-weight: bold;
  text-align: center;
  min-width: 190px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin-left: -1px;
  z-index: 3;
  background: #fff;
}

.calendar .pistes .pista .events {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar .pistes .pista .event {
  display: block;
  position: absolute;
  border-radius: 2px;
  width: 187px;
  margin: 1.5px;
  margin-bottom: 3px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.calendar .pistes .pista .event:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 1;
}

.calendar .pistes .pista .event .nombre {
  float: left;
  padding: 1px;
  border-radius: 5px;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1em;
  text-wrap: balance;
}

.calendar .pistes .pista .event .nombre .user-photo,
.calendar .pistes .pista .event .nombre .user-photo-detail {
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.calendar .pistes .pista .event .nombre-small.nombre-small {
  font-size: 7px !important;
}

.calendar .pistes .pista .event .checkPagament {
  float: right;
  padding: 2px 2px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 1.1em;
}

.calendar .pistes .pista .event .libres {
  float: right;
  padding: 4px 2px;
  text-align: center;
  position: relative;
}

.calendar .pistes .pista .event .libres i {
  color: rgba(255, 255, 255, 0.5);
}

.calendar .pistes .pista .event .libres i.full {
  color: #fff;
}

.calendar .pistes .pista .event .libres.pagament {
  padding: 2px;
  text-align: left;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 1.1em;
  font-weight: bold;
}

.calendar .pistes .pista .event .libres .count {
  float: right;
  margin-left: 3px;
  font-size: 0.85em;
  vertical-align: middle;
  margin-top: 3px;
  font-weight: bold;
}

.calendar .pistes .pista .event .buttons {
  border-radius: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.calendar .pistes .pista .event .eventDropdown {
  padding: 1px;
  position: relative;
  float: right;
  z-index: 10;
}

.calendar .pistes .pista .event .eventDropdown button {
  padding: 0 2px;
  border-radius: 2px;
}

.calendar .pistes .pista .event .fa-arrows {
  font-size: 1.6em;
}

.calendar .pistes .pista .event.reserva_corta .nombre {
  max-width: 60%;
}

.calendar .pistes .pista .event.reserva_corta .checkPagament {
  padding: 0px;
}

.calendar .pistes .pista .event.reserva_corta .fa-arrows {
  font-size: 1em;
}

.calendar .pistes .pista .event.reserva_corta .user-photo,
.calendar .pistes .pista .event.reserva_corta .user-photo-detail {
  margin-right: 1px;
  width: 17px;
  height: 17px;
}

.calendar .pistes .pista .event.reserva_corta .pagament {
  margin-top: 0px;
  font-size: 0.9em;
}

.calendar .pistes .pista .event.reserva_corta .jugadores_faltan {
  margin-top: 0px;
  padding: 2px;
  font-size: 0.9em;
}

.calendar .pistes .pista .small {
  height: 25px;
}

.calendar .pistes .pista .small .libres {
  float: right;
  text-align: right;
}

.calendar .pistes .pista .small .libres .fa {
  display: none;
}

.calendar .pistes .pista .ocupado {
  color: #fff;
  background: #e53935;
  z-index: 2;
}

.calendar .pistes .pista .es_pasada_pagada {
  color: #fff;
  background: #c3d500;
  z-index: 2;
}

.calendar .pistes .pista .es_pasada_no_pagada {
  color: #fff;
  background: #ff8080;
  z-index: 2;
}

.calendar .pistes .pista .pendiente {
  color: #fff;
  background: #ff9800;
  z-index: 2;
}

.calendar .pistes .pista .bloqueado {
  color: #fff;
  background: #c4c4c4;
  z-index: 2;
  pointer-events: none;
}

.calendar .pistes .pista .libre,
.calendar .pistes .pista .libreBajoReserva {
  color: #fff;
  height: 12.5px;
  /*background: #4caf50;*/
  background: rgba(76, 175, 80, 0.3);
  z-index: 1;
  border: none;
  border-radius: 0px;
}

.calendar .pistes .pista .libre i,
.calendar .pistes .pista .libreBajoReserva i {
  vertical-align: top;
}

.calendar .pistes .pista .libre .plus,
.calendar .pistes .pista .libreBajoReserva .plus {
  display: none;
}

.calendar .pistes .pista .libre:hover,
.calendar .pistes .pista .libreBajoReserva:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: pointer;
  background: #4caf50;
  opacity: 1;
  z-index: 0;
}

.calendar .pistes .pista .libre:hover .plus,
.calendar .pistes .pista .libreBajoReserva:hover .plus {
  display: block;
}

.calendar .pistes .pista .libreBajoReserva {
  background: rgba(76, 175, 80, 0.6);
}

.calendar .pistes .pista .entreHorarios {
  cursor: not-allowed;
  color: #fff;
  background: #e53935;
  z-index: 1;
}

.calendar .event-border {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #aaa;
  position: absolute;
}

.mostrarCampeonatosPartidos {
  background: #263238;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 380px;
  padding: 50px 5px 5px 5px;
  box-shadow: 5px 5px 5px #999;
  z-index: 5;
}

.mostrarCampeonatosPartidos h3 {
  color: #fff;
}

.mostrarCampeonatosPartidos #mostrarCampeonatosBtn,
.mostrarCampeonatosPartidos a[data-target="#collapsedVigentes"],
.mostrarCampeonatosPartidos a[data-target="#collapsedPasados"] {
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  padding: 6px 10px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mostrarCampeonatosPartidos #mostrarCampeonatosBtn:hover,
.mostrarCampeonatosPartidos #mostrarCampeonatosBtn:focus,
.mostrarCampeonatosPartidos a[data-target="#collapsedVigentes"]:hover,
.mostrarCampeonatosPartidos a[data-target="#collapsedVigentes"]:focus,
.mostrarCampeonatosPartidos a[data-target="#collapsedPasados"]:hover,
.mostrarCampeonatosPartidos a[data-target="#collapsedPasados"]:focus {
  color: #263238;
  background: #ffffff;
  text-decoration: none;
}

.mostrarCampeonatosPartidos .campeonatos {
  color: #fff;
}

.mostrarCampeonatosPartidos .contenido {
  margin-top: 25px;
  height: 100%;
  overflow-y: auto;
}

.mostrarCampeonatosPartidos .campeonatosGrupo {
  margin-left: 10px;
  cursor: pointer;
}

.mostrarCampeonatosPartidos .campeonatoPartidos .partido {
  background: #fff;
  font-size: 12px;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 5px;
}

.mostrarCampeonatosPartidos .campeonatoPartidos .partido .equipo {
  border-right: 1px solid #999;
}

.mostrarCampeonatosPartidos .campeonatoPartidos .partido .fa-arrows {
  cursor: pointer;
}

.mostrarCampeonatosPartidos .campeonatoPartidos #noHayPartidosGenerados {
  margin-top: 20px;
}

.mostrarCampeonatosPartidos .campeonatoPartidos .equipoPreferenciaHoraria {
  border-right: 1px solid #999;
}

.mostrarCampeonatosPartidos .cerrar {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 5px;
}

.esDemo .mostrarCampeonatosPartidos {
  padding-top: 75px;
}

.esDemo .mostrarCampeonatosPartidos .cerrar {
  top: 85px;
}

.partidoDraggableHelper {
  opacity: 0.8;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 5px 5px 5px #999;
}

.partidoDraggableHelper .helperEquipo {
  padding-left: 2px;
  float: left;
  width: 50%;
  display: inline-block;
  font-size: 9px;
}

.partidoDraggableHelper .helperEquipo .helperInscrito {
  text-align: left;
  display: block;
}

.partidoDraggableHelper .helperEquipo:first-child {
  border-right: 1px solid #999;
}

.sidebar.active + .content-wrapper.campeonatosSidebar,
.admin-wrapper .main-menu button.sidebar.list-group-item.dropdown:not(.collapsed) + .content-wrapper.campeonatosSidebar {
  margin-left: 410px;
}

.actividades_list_view .actividad {
  border-bottom: 2px solid #ccc;
  padding: 0px 0 25px 0;
}

#actividades_grupos .multiples_precios .precios input {
  margin: 0px;
}

.actividad_detail.inscripcion_caducada .well {
  background-color: #e05656;
  color: #fff;
}

.actividad_detail.inscrito .well {
  background-color: #73bf5a;
}

.actividad_detail.inscrito .well .title,
.actividad_detail.inscrito .well label {
  color: #fff;
}

.actividad_detail textarea:read-only {
  background-color: #fff;
}

.actividad_detail textarea:-moz-read-only {
  /* For Firefox */
  background-color: #fff;
}

.actividad_detail input:read-only {
  background-color: #fff;
}

.actividad_detail input:-moz-read-only {
  /* For Firefox */
  background-color: #fff;
}

.actividad_detail img {
  max-height: 350px;
}

#insctitsModal .table .th {
  padding-bottom: 10px;
}

#insctitsModal .table .inscrit {
  padding: 10px 0 10px 0;
}

#insctitsModal .table .inscrit:nth-child(even) {
  background: #eee;
}

.actividadesEditarImagen .actividadesEditarImagenUpload {
  padding: 3px;
  min-height: 0;
}

.actividadesEditarImagen .actividadesEditarImagenUpload .dz-message {
  margin: 0px;
}

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

#inscritosViewTable {
  font-size: 1.4rem;
}

#inscritosViewTable .btn {
  margin-top: 0px;
}

#inscritosViewTable .important {
  color: #fff;
}

#inscritosViewTable th.important {
  background: #777;
}

#inscritosViewTable td.important {
  background: #999;
}

.modal-xl {
  width: 95%;
}

.actividadEditar .actividadGrupo #plantillaSinMailConfiguradoAlert {
  display: none;
}

.actividadEditar .actividadGrupo.plantilla_dont_have_email #plantillaSinMailConfiguradoAlert {
  display: block;
}

.actividadEditar .actividadGrupo.plantilla_has_email #plantillaSinMailConfiguradoAlert {
  display: none;
}

.actividadEditar .actividadGrupo #plantillaConMailConfiguradoContent {
  display: none;
}

.actividadEditar .actividadGrupo.plantilla_dont_have_email #plantillaConMailConfiguradoContent {
  display: none;
}

.actividadEditar .actividadGrupo.plantilla_has_email #plantillaConMailConfiguradoContent {
  display: block;
}

.actividadEditar .actividadGrupo #plantillaConNaixamentConfiguradoContent {
  display: none;
}

.actividadEditar .actividadGrupo.plantilla_no_naixament #plantillaConNaixamentConfiguradoContent {
  display: none;
}

.actividadEditar .actividadGrupo.plantilla_es_naixament #plantillaConNaixamentConfiguradoContent {
  display: block;
}

.botones_inscrito {
  margin: 1px !important;
}

.emailInscrito {
  margin: 1px !important;
}

.editar-inscripcio {
  margin: 1px !important;
}

.enviar-links {
  margin: 1px !important;
}

.sustituirOtorgado {
  margin: 1px !important;
}

.qr_caducado {
  margin-left: 5px;
  background: #afdb9d !important;
}

.qr_semi_usado {
  margin-left: 5px;
  background: repeating-linear-gradient(45deg, transparent 5px, transparent 10px, #afdb9d 10px, #afdb9d 15px);
}

.modal-left-align .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-left-align .form-control {
  text-align: left;
  width: 100%;
  /* Asegura que los inputs ocupen todo el ancho disponible */
}

.modal-left-align .checkbox {
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-left-align .checkbox label {
  width: 100%;
  text-align: left;
}

/* Localidades */

#localidades_dias {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Align all items to the right */
}

.localidades_dias_disponibles {
  -ms-flex: 0 0 calc(96% / 7);
  flex: 0 0 calc(96% / 7);
  margin: 10px 1px;
  float: left;
  text-align: center;
  cursor: pointer;
  font-weight: bolder;
}

.localidades_dias_disponibles .mes {
  padding: 5px;
  border-radius: 12px 12px 0 0;
  background-color: #4A5164;
  border-bottom: 1px solid #424242;
  border: 1px solid #ccc;
  color: white;
}

.localidades_dias_disponibles .dia {
  padding: 7px 7px;
  font-size: 3rem;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.localidades_dias_disponibles .selected {
  background-image: linear-gradient(45deg, #596279 25%, #4A5164 25%, #4A5164 50%, #596279 50%, #596279 75%, #4A5164 75%, #4A5164);
  background-size: 30px 30px;
  color: white;
}

.localidades_dias_disponibles:hover > .dia {
  background-color: #596279;
  color: #fff;
  transition: all 0.3s ease-out;
}

.localidades_dias_disponibles .dow {
  border: 1px solid;
  background-color: #444;
  color: #fff;
  padding: 2px 5px;
  border: 1px solid #ccc;
}

.localidades_dias_disponibles .dow .weekend {
  background-color: #c33;
}

.anadir_recinto_boton {
  display: inline;
  width: 2rem;
  cursor: pointer;
  padding-top: 6px;
  fill: #4A5164;
}

.localidades {
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 3px;
}

.localidades_seat {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-variant-numeric: tabular-nums;
  margin: 0px;
  transition: all 0.5s;
  color: #fff;
  padding: 9px 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.localidad_disponible {
  color: #0c0;
  background-color: #63bb63;
  color: #fff;
}

.localidad_disponible:hover {
  color: #424242;
  background-color: #7c7c7c;
  color: #c900;
}

.localidad_pasillo {
  color: #424242;
  background-color: transparent;
  color: transparent;
}

.no_border {
  border: 0px;
}

.localidad_ocupada {
  color: #c99;
  background-color: #999;
  color: transparent;
  background-image: linear-gradient(45deg, #df706c 25%, #d9534f 25%, #d9534f 50%, #df706c 50%, #df706c 75%, #d9534f 75%, #d9534f);
  background-size: 30px 30px;
}

.localidad_reservada {
  color: #c99;
  background-color: #999;
  color: transparent;
  background-image: linear-gradient(45deg, #ffb224 25%, #ffA500 25%, #ffA500 50%, #ffb224 50%, #ffb224 75%, #ffA500 75%, #ffA500);
  background-size: 30px 30px;
}

.localidad_asignada {
  color: #c99;
  background-color: #0c0;
  color: transparent;
  background-image: linear-gradient(45deg, #565656 25%, #444 25%, #444 50%, #565656 50%, #565656 75%, #444 75%, #444);
  background-size: 30px 30px;
}

.localidad_pasillo:hover,
.localidad_disponible:hover {
  color: #424242;
}

.localidad_numero {
  text-align: center;
  background-color: #4A5164;
  padding: 3px;
  color: white;
  font-size: 0.8rem;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  /* Smooth fonts on WebKit browsers */
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, sans-serif;
}

.escenario {
  min-width: 100%;
  font-size: 4rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #444;
  padding: 3px;
  color: white;
  border-bottom: 1px solid #424242;
  margin-bottom: 13px;
  margin-top: 13px;
}

.localidad_boton_horizontal {
  float: left;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  padding: 3px;
}

.localidad_boton_vertical {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.localidad_boton_horizontal_icono,
.localidad_boton_vertical_icono {
  color: #c90;
  font-size: 4rem;
}

.localidad_boton_horizontal_texto,
.localidad_boton_vertical_texto {
  display: none;
}

.localidad_boton_horizontal:hover .localidad_boton_horizontal_texto {
  display: block;
  padding: 7px;
}

.localidad_boton_horizontal:hover .localidad_boton_horizontal_icono {
  display: none;
}

.localidad_boton_vertical:hover .localidad_boton_vertical_texto {
  display: block;
  padding: 7px;
}

.localidad_boton_vertical:hover .localidad_boton_vertical_icono {
  display: none;
}

.llegenda {
  padding: 15px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 15px 0px;
  border-radius: 20px;
}

.llegenda_item {
  padding: 8px;
  float: left;
  color: white;
  margin: 2px;
  border-radius: 5px;
}

.modal-body .puntuacion .input-puntuacion {
  padding: 3px;
  font-size: 1.2em;
  margin-right: 10px;
}

.modal-body .puntuacion .puntos {
  font-size: 1.2em;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 3px;
}

.modal-body .puntuacion .puntuacion_superior {
  padding: 10px 10px 0px 10px;
  border-bottom: 1px solid #000;
}

.modal-body .puntuacion .puntuacion_superior .form-group {
  margin-bottom: 5px;
}

.modal-body .puntuacion .puntuacion_inferior {
  padding: 0px 10px 10px 10px;
}

.modal-body .puntuacion .puntuacion_inferior .form-group {
  margin-top: 5px;
}

[data-id_reg_campeonatos_tipo='1'] .eliminatoria_hidden {
  display: none;
}

#partido_edit_sets_form #partidos_puntos table {
  table-layout: fixed;
}

#partido_edit_sets_form #partidos_puntos table tr {
  text-align: left;
}

.spacer {
  -ms-flex: 1;
  flex: 1;
}

.rondes {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

.rondes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: rgba(33, 150, 243, 0.3);
}

.rondes::-webkit-scrollbar {
  height: 20px;
  background-color: #fff;
}

.rondes::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2196f3;
}

.rondes .ronda {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
}

.rondes .ronda .partit {
  -ms-flex: 5;
  flex: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.rondes .ronda .partit .equipos {
  min-width: 225px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.rondes .ronda .partit .equipos .equipo {
  -ms-flex: 5;
  flex: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 0;
}

.partit {
  padding: 0px;
}

.partit .puntuacion {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0px;
  float: left;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partit .puntuacion .resultado-set .panel {
  margin-bottom: 0px;
}

.partit .puntuacion .resultado-set .panel .panel-body {
  padding: 10px;
}

.partit .puntuacion .resultado-set:not(:first-child) .panel {
  margin-top: 5px;
}

.partit .puntuacion .form-horizontal {
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partit .puntuacion .form-horizontal .puntuacion_superior {
  position: relative;
  height: 50%;
}

.partit .puntuacion .form-horizontal .puntuacion_superior .form-group {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.partit .puntuacion .form-horizontal .puntuacion_inferior {
  position: relative;
  height: 50%;
}

.partit .puntuacion .form-horizontal .puntuacion_inferior .form-group {
  width: 100%;
  position: absolute;
  top: 0px;
}

.partit .puntuacion .input-puntuacion {
  padding: 3px;
  margin-right: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.42857;
  margin-bottom: 5px;
  min-width: 35px;
}

.partit .puntuacion .input-puntuacion.local {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .partit .puntuacion .input-puntuacion {
    width: 30px;
  }
}

@media only screen and (min-width: 769px) {
  .partit .puntuacion .input-puntuacion {
    width: 45px;
  }
}

.partit .puntuacion .puntos {
  font-size: 1.2em;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 3px;
}

.partit .puntuacion .puntuacion_superior {
  padding: 10px 10px 0px 10px;
  border-bottom: 1px solid #000;
}

.partit .puntuacion .puntuacion_superior .form-group {
  margin-bottom: 5px;
}

.partit .puntuacion .puntuacion_inferior {
  padding: 0px 10px 10px 10px;
}

.partit .puntuacion .puntuacion_inferior .form-group {
  margin-top: 5px;
}

.partit .add_partido_set,
.partit .remove_partido_set {
  width: 100%;
}

.partit .resultados {
  min-width: 185px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0px;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
}

.partit .resultados .lineas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  height: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.partit .resultados .lineas .fa-info-circle {
  position: absolute;
  background: #fff;
  font-size: 1.2em;
}

.partit .resultados .lineas .fa-info-circle:hover {
  color: #255625;
}

.partit .equipos {
  padding: 0px;
}

.partit .resultats {
  position: relative;
  top: 50%;
  height: 100%;
  background: #ff0000;
}

.partit .recuadre {
  content: '';
  width: 80%;
  top: 20%;
  position: absolute;
  height: 60%;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  z-index: 1;
}

.partit .equipo {
  z-index: 2;
  padding: 0;
}

.partit .equipo .jugadores {
  padding: 0px;
}

.partit .equipo .jugadores .jugador {
  padding: 5px;
  text-align: center;
  background: #fff;
  overflow-x: hidden;
}

.partit .equipo .jugadores .jugador:first-child {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.partit .equipo .jugadores .jugador:last-child {
  border: 1px solid #999;
}

.partit .equipo .lines {
  position: relative;
  padding: 0;
}

.partit .equipo .line {
  padding: 0;
}

.img-soci.small {
  border-radius: 50%;
  width: 24px;
}

.img-soci.small.pull-left {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.input-puntuacion-compacta {
  padding: 3px;
  margin-right: 3px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  width: 24px;
}

.lliga.liga_entre_clubs_container .partit .inscritoNombre {
  padding: 0px 5px;
}

.lliga.liga_entre_clubs_container .partit .inscritoImagen {
  padding: 0px 5px;
}

.lliga.liga_entre_clubs_container .partit .inscritoImagen img {
  margin: 0px auto;
}

.lliga.liga_entre_clubs_container .partit .puntuacion_entre_clubs {
  padding: 0px 5px;
}

.lliga.liga_entre_clubs_container .partit .puntuacion_entre_clubs .puntuacion_entre_clubs_inner1 {
  border: 1px solid #999;
  background: #fff;
  padding: 3px;
  font-size: 15px;
  text-align: center;
}

.lliga.liga_entre_clubs_container .fila .partido_puntuacion {
  float: right;
}

.lliga.liga_entre_clubs_container .fila .partido_puntuacion .eliminar_puntuacions_btn {
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 12px;
}

.lliga.liga_entre_clubs_container .fila .partido_puntuacion .canviar_equips_btn {
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 12px;
}

.lliga .fila {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media only screen and (min-width: 769px) {
  .lliga .fila {
    padding: 10px;
  }
}

.lliga .fila:first-of-type {
  border-top: 1px solid #ddd;
}

.lliga .fila .partido_puntuacion .puntuacion_numeros {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .lliga .fila .partido_puntuacion .editar_puntuacions_btn_nueva {
    float: right;
  }
}

@media only screen and (min-width: 769px) {
  .lliga .fila .partido_puntuacion .editar_puntuacions_btn_nueva {
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .lliga .fila .partido_puntuacion .editarPuntuacionsLlapis {
    float: right;
  }
}

@media only screen and (min-width: 769px) {
  .lliga .fila .partido_puntuacion .editarPuntuacionsLlapis {
    float: left;
  }
}

.lliga .partit {
  margin-bottom: 5px;
}

.lliga .partit .equip {
  background: #e5e5e5;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .lliga .partit .equip:first-of-type {
    border-bottom: 1px solid #fff;
  }
}

.lliga .partit .equip .inscrito {
  margin: 5px auto;
}

@media only screen and (max-width: 768px) {
  .lliga .partit .equip .inscrito {
    text-align: left;
  }

  .lliga .partit .equip .inscrito .img-soci {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
  }

  .lliga .partit .equip .inscrito .inscritoNombre {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lliga .partit .equip .inscrito .inscritoImagen {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.lliga .partit .equip .inscrito .table_puntuacion table {
  margin-bottom: 0px;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .lliga .partit .equip .inscrito .table_puntuacion {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 769px) {
  .lliga .partit .equip .inscrito.sets_mayor_3 .table_puntuacion td {
    padding: 6px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 768px) {
  .lliga .partit .equip .inscrito.sets_mayor_3 .table_puntuacion td {
    padding: 1px;
  }
}

.lliga .partit .equip .inscrito:last-child {
  text-align: left;
}

.lliga .partit .equip .inscrito:last-child .img-soci {
  margin-right: 10px;
}

.cabeza-serie {
  color: #337AB7;
  font-weight: bold;
}

.capdeserie {
  height: 42px;
  padding: 12px 20px !important;
}

.capserie2 {
  height: 42px;
  padding: 12px 15px !important;
  margin-top: 0px !important;
}

.capserie3 {
  height: 42px;
  padding: 12px 15px !important;
}

.capdeserie_num {
  margin: 0 !important;
  padding: 0 !important;
}

.capdeserie_num input {
  margin: 5px !important;
  max-width: 75px !important;
  padding: 0 5px !important;
}

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

.campeonatoCategory .puntuacionpartidos {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.campeonatoCategory .horizontalScrollcontent {
  width: auto;
  white-space: nowrap;
}

.campeonatoCategory .horizontalScrollcontent .ronda {
  display: inline-block;
  border-right: 2px solid #d0d0d0;
  margin-right: 20px;
}

.campeonatoCategory .horizontalScrollcontent .verticalSeparator {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  border: 1px solid #555;
}

.campeonatoCategory .alert {
  width: 160px;
  overflow-x: hidden;
  padding: 5px 5px 5px 10px;
  margin-bottom: 0px;
}

.campeonatoCategory .alert span {
  font-size: 11px;
}

.campeonatoCategory .vs {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  margin: 0px 15px 0 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.campeonatoCategory .sets {
  font-size: 11px;
  padding: 0 2px;
  margin-top: 2px;
  width: 120px;
  margin-left: 5px;
  margin-right: 5px;
}

.campeonatoCategory .img-user {
  border-radius: 50%;
  max-width: 20px;
}

.preferenciaHoraria .horas .hora_ini {
  float: left;
}

.preferenciaHoraria .horas .hora_fin {
  float: left;
  margin-left: 10px;
}

.preferenciaHoraria .horas .hora_fin .eliminarTramo {
  color: #d9534f;
}

@media only screen and (max-width: 768px) {
  .preferenciaHoraria .horas .hora_ini {
    width: 50%;
  }

  .preferenciaHoraria .horas .hora_fin {
    width: 50%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #buscarPartidoModal .rowPartido {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
  }
}

.cambiarEquipo.btn-group {
  position: absolute;
  right: 0px;
  top: -15px;
  z-index: 1;
}

.cambiarEquipo.btn-group .dropdown-menu {
  top: 0px;
  left: 35px;
}

.manage-groups .dividirGrupoSortable.llista {
  list-style: none;
  padding: 10px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

.manage-groups .dividirGrupoSortable.llista li.equipo {
  border: 1px solid #999;
  width: 330px;
  margin-bottom: 5px;
  padding: 2px;
  display: inline-block !important;
}

.manage-groups .dividirGrupoSortable.llista li.equipo .preferenciaHoraria .horaFin {
  padding-left: 0px;
}

.manage-groups .dividirGrupoSortable.llista li.equipo .jugador {
  font-size: 12px;
}

.manage-groups .dividirGrupoSortable.grupo {
  display: inline-block;
}

.manage-groups .dividirGrupoSortable .equipos {
  padding-left: 0px;
  min-height: 50px;
}

.manage-groups ul.dividirGrupoSortable {
  overflow-y: auto;
  max-height: 250px;
}

.manage-groups #gruposDivididos {
  padding-left: 0px;
  overflow-y: auto;
  max-height: 450px;
  list-style: none;
}

.manage-groups #gruposDivididos ul {
  margin-left: 0px;
  padding-left: 0;
  list-style: none;
}

.manage-groups #gruposDivididos .llista {
  min-height: 50px;
  padding: 3px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

.manage-groups #gruposDivididos .dividirGrupoSortable {
  width: 340px;
  vertical-align: top;
}

.manage-groups #gruposDivididos .grupo {
  position: relative;
}

.manage-groups #gruposDivididos .grupo .grupoInfo {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #ccc;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding: 1px 2px 2px 5px;
}

.manage-groups #gruposDivididos .grupo .grupoInfo .nEquiposRelacion {
  float: left;
}

.manage-groups #gruposDivididos .grupo .grupoInfo .eliminaGrupo {
  padding: 1px 5px 1px 5px;
  margin: 0 0 0 5px;
}

.manage-groups #gruposDivididos .grupo .grupoInfo.danger {
  font-weight: bold;
}

.manage-groups#clone {
  background: #fff;
  border: 1px solid #999;
  margin: 0px;
  width: 100%;
  padding: 0px;
}

.manage-groups#clone .dividirGrupoSortable {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.manage-groups#clone .dividirGrupoSortable ul {
  margin: 0px;
  padding: 0px;
}

.manage-groups#clone .dividirGrupoSortable ul li {
  padding: 0px;
  border: 0px;
}

.ngCampeonatoSelect option {
  cursor: pointer;
}

.ngCampeonatoSelect option.esCampeonato {
  background-color: #eee;
}

.partidoEdit.soloLectura .resultado-set input {
  pointer-events: none;
}

.partidoEdit.soloLectura .add_partido_set,
.partidoEdit.soloLectura .remove_partido_set {
  display: none;
}

.partidoEdit.soloLectura .modal-footer .btn-primary {
  display: none;
}

@media only screen and (max-width: 768px) {
  .editarPuntuacionEntreClubsBody .modal-dialog .modal-content > .modal-body {
    padding: 0px;
  }

  .editarPuntuacionEntreClubsBody .modal-dialog .modal-content > .modal-body .partit .panel > .panel-body {
    padding: 5px;
  }

  .editarPuntuacionEntreClubsBody .partit .equipoA {
    margin-bottom: 5px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
  }

  .editarPuntuacionEntreClubsBody .partit .equipoB {
    margin-bottom: 5px;
    padding-left: 5px;
  }
}

.editarPuntuacionEntreClubsBody .infoTop .nombreEquipos {
  margin-bottom: 10px;
}

.editarPuntuacionEntreClubsBody .infoTop .nombreEquipos .col-xs-6:first-child {
  border-right: 1px solid #ccc;
}

.editarPuntuacionEntreClubsBody .infoTop .nombreEquipos .col-xs-6 h2 {
  margin-bottom: 0px;
}

.editarPuntuacionEntreClubsBody .puntuacion_final .table tr td {
  text-align: center;
  border: 0px;
  border: 1px solid #ccc;
}

.editarPuntuacionEntreClubsBody .puntuacion_final .table.local tr td:nth-last-of-type(1) {
  width: 20%;
}

.editarPuntuacionEntreClubsBody .puntuacion_final .table.local tr td:nth-last-of-type(1) h5 {
  margin: 0px;
  font-weight: bold;
  font-size: 200%;
}

.editarPuntuacionEntreClubsBody .puntuacion_final .table.visitante tr td:first-of-type {
  width: 20%;
}

.editarPuntuacionEntreClubsBody .puntuacion_final .table.visitante tr td:first-of-type h5 {
  margin: 0px;
  font-weight: bold;
  font-size: 200%;
}

.campeonato.eliminatoria .entre_clubs.partido_puntuacion {
  padding: 0px;
}

.campeonato.eliminatoria .entre_clubs.partido_puntuacion .panel {
  margin: 0px;
}

.campeonato.eliminatoria .entre_clubs.partido_puntuacion .panel .panel-heading {
  text-align: center;
  padding: 1px 2px;
}

.campeonato.eliminatoria .entre_clubs.partido_puntuacion .panel .panel-body {
  text-align: center;
  padding: 1px 2px;
}

#modificar_equipos_modal .llista {
  min-height: 50px;
  border: 1px solid #eee;
  padding: 10px;
  list-style: none;
}

#modificar_equipos_modal .llista li {
  cursor: pointer;
}

#classificacio .legend .panel-body {
  padding: 10px 15px;
}

#classificacio .legend * {
  font-size: 11px;
}

.hrSeparacioGrups {
  border-width: 2px;
  border-color: grey;
}

.hrSeparacioPartits {
  margin-top: 8px;
  margin-bottom: 8px;
}

.cabecera_lista_jugadores {
  margin-bottom: 5px;
}

input.form-control.fecha_lista_jugadores {
  padding-left: 3px;
}

.texto_mayusculas {
  text-transform: uppercase;
}

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

@media only screen and (max-width: 768px) {
  .setmana-buttons {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .tiporeserva > .col-xs-12 {
    height: 40px;
    overflow-x: auto;
  }

  .tiporeserva > .col-xs-12 .row-xs {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 769px) {
  .tiporeserva .label {
    display: inline-block;
    line-height: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .container.big {
    max-width: none;
    width: 1300px;
  }
}

.front .nombre_pista_lateral {
  display: none;
}

@media only screen and (max-width: 768px) {
  .assistants {
    margin: 20px 0;
  }
}

.libres-panel {
  color: #fff !important;
  background-color: #FF9800 !important;
}

#libres_value_show {
  color: #fff;
}

#lvl_value {
  color: #fff;
}

#rankingNivelConfig #modificarEquiposPuntuacionesForm #configurarPuntuacionContenido {
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 768px) {
  #rankingNivelConfig #modificarEquiposPuntuacionesForm #configurarPuntuacionContenido .btn {
    width: 100%;
  }
}

#rankingNivelConfig #configurar_equipos #configurarEquiposContenido {
  padding: 0 10px 0 10px;
}

#rankingNivelConfig.partidoAntiguo .editar_puntuacions_pencil {
  display: none;
}

#rankingNivelConfig.partidoAntiguo .eliminar_puntuacions_btn {
  display: none;
}

#rankingNivelConfig.partidoAntiguo .editar_puntuacions_btn {
  display: none;
}

#rankingNivelConfig.partidoAntiguo #btn_configurar_equipos {
  display: none;
}

.eventinfo .inscritos .inscrito label {
  min-width: 0px;
  margin-right: 0px;
}

.resumen .form-group > div:first-child {
  font-size: 14px;
  color: #666;
}

.resumen .form-group > div:nth-child(2) {
  font-size: 15px;
  color: #333;
}

#select-socios .socios-grid {
  overflow-y: auto;
  max-height: 400px;
}

@media only screen and (max-width: 768px) {
  #select-socios .socios-grid {
    max-height: 300px;
  }
}

.header-margin-top {
  height: 70px;
}

header .fa-arrow-left {
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0px;
  }
}

header .navbar {
  border: 0px;
  background: #4A5164;
  margin: 0px;
}

header .navbar .navbar-header button {
  background: #ddd;
}

header .navbar .navbar-collapse {
  background: #ddd;
}

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  top: 0px;
  box-shadow: 5px 5px 25px #333;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #4A5164;
}

#sidebar-wrapper.collapsed {
  left: -99%;
}

#wrapper.toggled #sidebar-wrapper {
  width: 80%;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

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

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.sidebar-nav ul.dropdown-menu {
  position: relative;
  float: none;
  border-radius: 0px;
  background: #4A5164;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

ul.sidebar-nav li:last-of-type {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  #wrapper {
    padding-left: 250px;
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    background: #4A5164;
    width: 80%;
  }

  #sidebar-wrapper .closeBtn {
    text-indent: 0px;
    text-align: center;
    color: #fff;
  }

  #sidebar-wrapper .closeBtn i {
    cursor: pointer;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.demoHeader,
.demoHeaderMobile {
  display: none;
}

.esDemo .demoHeader {
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #ffA500;
  width: 100%;
}

.esDemo .demoHeader .linea1 {
  font-size: 18px;
}

.esDemo .demoHeader .linea1 a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .esDemo .header-margin-top {
    height: 90px;
  }

  .esDemo header .navbar {
    background: #ffA500;
  }

  .esDemo .navbarMobile {
    /*   .empresaNombre {
        display: none;
      } */
  }

  .esDemo .navbarMobile .demoHeaderMobile {
    display: block;
  }

  .esDemo .navbarMobile .linea1 {
    text-align: left;
    font-size: 11px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .esDemo header .navbar {
    background: #ffA500;
  }

  .esDemo .navbarMobile {
    /*    .empresaNombre {
        display: none;
      } */
  }

  .esDemo .navbarMobile .demoHeaderMobile {
    display: block;
  }

  .esDemo .navbarMobile .linea1 {
    text-align: left;
    font-size: 11px;
  }
}

.cal_campeonatos .campeonato {
  border: 1px solid #eee;
  box-shadow: 1px 10px 10px #999;
  margin-bottom: 20px;
}

.cal_campeonatos .campeonato .thumbnail_ {
  padding: 15px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #bbb;
}

.cal_campeonatos .campeonato .thumbnail_ hr {
  margin: 10px auto;
}

.cal_campeonatos .campeonato .titleButtons {
  padding: 5px 15px 0px 15px;
}

.cal_campeonatos .campeonato .titleHeader {
  padding: 10px 15px 10px 15px;
  background: #4A5164;
}

.cal_campeonatos .campeonato .titleHeader .top * {
  color: #fff;
}

.cal_campeonatos .campeonato .grups {
  text-align: center;
  background: #eee;
}

.cal_campeonatos #filtres_btns form {
  margin-left: 5px;
}

.cal_campeonatos #filtres_btns form:first-child {
  margin-left: 0px;
}

@media only screen and (max-width: 768px) {
  .cal_campeonatos #filtres_btns form {
    margin-left: 0px;
    width: 50%;
  }

  .cal_campeonatos #filtres_btns form:nth-child(even) {
    padding-left: 5px;
  }

  .cal_campeonatos #filtres_btns form:nth-child(odd) {
    padding-right: 5px;
  }

  .cal_campeonatos #filtres_btns form button {
    width: 100%;
  }
}

.modal_inscritos .equipo {
  padding: 10px;
  margin-bottom: 10px;
}

.modal_inscritos .equipo .label {
  border-radius: 5px;
  font-size: 1.2rem;
}

.modal_inscritos .equipo:nth-child(even) {
  background: #eee;
}

.modal_inscritos .equipo:nth-child(odd) {
  background: #ccc;
}

#entre_clubs_modal .participantes_lista .participante {
  margin-bottom: 5px;
}

#entre_clubs_modal .participantes_lista .participante .btn-danger {
  margin-top: 0px;
}

#entre_clubs_modal .participantes_lista .participante .upAndDown {
  margin-right: 5px;
}

#entre_clubs_modal .participantes_lista .participante .upAndDown button {
  margin-top: 0px;
}

.campeonato .club-title {
  color: #000;
  display: inline-block;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate3d(0, -50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: transparent;
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

body {
  background: #fff;
}

@media only screen and (max-width: 991px) {
  body .contenido_principal {
    margin-top: 4px;
  }

  body.invitado .contenido_principal {
    margin-top: 134px;
  }
}

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

.pointer {
  cursor: pointer;
}

.primary {
  color: #4A5164;
}

.horastb {
  border: 2px solid #B1D7F2;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 5px 10px rgba(0, 0, 0, 0.05);
  color: #000000;
}

.horastb tr:first-child {
  background-color: #B1D7F2;
}

.tushoras {
  color: #B1D7F2;
  font-size: 20px;
}

@media only screen and (min-width: 992px) {
  .botonfijo {
    position: fixed !important;
    top: 465px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media only screen and (min-width: 992px) {
  .botonfijo1 {
    position: fixed !important;
    top: 450px !important;
    left: 250px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn-xs-100 {
    width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .xs-50 {
    width: 50%;
  }
}

button::-moz-focus-inner {
  border: 0;
  outline: none;
  padding: 0;
}

a:focus {
  outline: none;
}

.circle {
  border-radius: 50%;
}

.full-screen {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.center {
  display: table;
}

.center > .center-inner,
.center > .vertical-center-inner {
  display: table-cell;
  vertical-align: middle;
}

.alarm {
  background-color: #fdd;
}

.alarmEspera {
  background-color: #bd4946;
  color: #ffffff;
}

.waitlist {
  background-color: #b0e1ef;
}

.assistance_ok {
  background-color: #86b100;
  color: #ffffff;
}

.assistance_fail {
  background-color: #ff8080;
  color: #ffffff;
}

.correo_verificado {
  background-color: greenyellow;
}

.correo_no_verificado {
  background-color: red;
}

form[data-ajax],
.form {
  position: relative;
}

.form legend {
  background-color: #bfc3d0;
  border-bottom: 2px solid #969db1;
  color: #4A5164;
  font-weight: bold;
  padding: 5px 10px;
}

.form legend .fa {
  color: #1f2229;
  width: 1.2em;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.25s ease-in;
  z-index: 10;
}

@keyframes spin {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(359deg);
  }
}

.spinner.spin {
  opacity: 1;
}

.spinner.spin::before {
  transform: scale(1);
  animation: spin 0.8s 0.3s linear forwards infinite;
}

.spinner.spin::after {
  transform: scale(1);
  animation: spin 1.0s 0.3s linear forwards infinite;
}

.spinner::before,
.spinner::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -30px;
  border: 7px solid rgba(74, 81, 100, 0.2);
  border-radius: 100%;
  transform: scale(0.2);
  transition: transform 0.1s 0.2s ease-in-out;
  z-index: 11;
}

.spinner::before {
  border-top-color: #4A5164;
}

.spinner::after {
  border-bottom-color: #4A5164;
}

.content-wrapper {
  /*overflow: hidden;*/
  /*position: relative;*/
  padding: 10px 10px;
  transition: margin-left 0.25s ease;
  background: white;
  padding-top: 15px;
}

.content-wrapper > .spinner {
  height: 100vh;
}

.content-wrapper .page-header {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
  margin-top: 4px;
}

@media only screen and (max-width: 1199px) {
  .content-wrapper .page-header .btn {
    padding: 2px 5px;
  }
}

.content-wrapper .page-header .dias_semana .btn {
  margin-bottom: 2px;
}

.content-wrapper .page-header .dias_semana #panelbar {
  width: 90px;
  text-align: left;
  float: right;
  margin-left: 4px;
}

.content-wrapper .page-header .page-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.3em;
  color: #444;
}

.content-wrapper .page-header .page-title > i {
  margin-right: 0.1em;
  color: #1f2229;
}

.content-wrapper .page-header button {
  margin: 0;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  background: #263238;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 25px;
  transition: left 0.25s ease;
}

.sidebar.active,
.admin-wrapper .main-menu button.sidebar.list-group-item.dropdown:not(.collapsed) {
  left: 0;
}

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

.sidebar > div {
  height: 100%;
  overflow-y: auto;
}

.sidebar.notifications-collapsed {
  padding-bottom: 0px;
}

.sidebar.notifications-collapsed .notifications {
  height: 25px;
}

.sidebar.active + .content-wrapper,
.admin-wrapper .main-menu button.sidebar.list-group-item.dropdown:not(.collapsed) + .content-wrapper {
  margin-left: 240px;
}

.notifications {
  background: #1c2429;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  color: #fff;
  z-index: 2;
}

.notifications > .title {
  background: #131a1d;
  padding: 0 5px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #07090a;
  height: 25px;
}

.notifications > .title .fa {
  position: absolute;
  top: 4px;
  right: 10px;
}

.notifications > .title .fa:hover {
  cursor: pointer;
}

.notifications ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notifications ul li.ok i.fa,
.notifications ul li.ok .title {
  color: #1aff1a;
}

.notifications ul li.ok i.fa::before {
  content: '\f058';
}

.notifications ul li.error i.fa,
.notifications ul li.error .title {
  color: #ff9999;
}

.notifications ul li.error i.fa::before {
  content: '\f057';
}

.notifications ul li.warn i.fa,
.notifications ul li.warn .title {
  color: #ffdb99;
}

.notifications ul li.warn i.fa::before {
  content: '\f071';
}

.notifications ul li a {
  display: block;
  color: #fff;
  padding: 10px 10px;
  padding-top: 2px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #304047;
}

.notifications ul li a:hover,
.notifications ul li a:focus {
  background: #242f35;
  text-decoration: none;
  outline: none;
}

.notifications ul li a i.fa {
  position: absolute;
  left: 10px;
  top: 7px;
}

.notifications ul li a .title {
  font-weight: bold;
  display: block;
}

.admin-wrapper .main-menu {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  position: relative;
}

.admin-wrapper .main-menu .sub-items .list-group-item {
  max-height: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0;
  border-radius: 0;
}

.admin-wrapper .main-menu .sub-items .list-group-item.active,
.admin-wrapper .main-menu .sub-items button.list-group-item.dropdown:not(.collapsed) {
  border-color: #bbb;
  text-shadow: none;
}

.admin-wrapper .main-menu .sub-items .list-group-item.active > a,
.admin-wrapper .main-menu .sub-items button.list-group-item.dropdown:not(.collapsed) > a {
  background: #ddd;
  font-weight: 600;
  color: #444;
  word-wrap: break-word;
}

.admin-wrapper .main-menu .sub-items .list-group-item > a {
  display: block;
  border-radius: 0;
  padding: 10px 15px;
  padding-left: 24px;
  padding-right: 40px;
  line-height: 1.2em;
}

.admin-wrapper .main-menu .sub-items .list-group-item > a:hover,
.admin-wrapper .main-menu .sub-items .list-group-item > a:focus {
  text-decoration: none;
}

.admin-wrapper .main-menu .sub-items .list-group-item > .fa {
  width: 20px;
}

.admin-wrapper .main-menu .sub-items .list-group-item:hover {
  color: #4A5164;
  background: #eee;
}

.admin-wrapper .main-menu .sub-items .list-group-item.special {
  color: #4A5164;
  font-weight: bold;
}

.admin-wrapper .main-menu .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2a373e;
  color: #ddd;
  max-height: 36px;
}

.admin-wrapper .main-menu .list-group-item > .fa {
  width: 20px;
}

.admin-wrapper .main-menu .list-group-item:hover,
.admin-wrapper .main-menu .list-group-item:focus {
  color: #fff;
  outline: none;
  background: transparent;
}

.admin-wrapper .main-menu .list-group-item a.dropdown-toggle span {
  color: #ddd;
}

.admin-wrapper .main-menu button.list-group-item.dropdown::after {
  content: '\0f078';
  display: inline-block;
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
}

.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-color: #3f4555;
}

.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed)::after {
  transform: rotateZ(180deg);
}

.admin-wrapper .main-menu .active,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed),
.admin-wrapper .main-menu .list-group-item.active,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed) {
  background: #4A5164;
  color: #fff;
}

.admin-wrapper .main-menu .active:not(.dropdown)::after,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed):not(.dropdown)::after,
.admin-wrapper .main-menu .list-group-item.active:not(.dropdown)::after,
.admin-wrapper .main-menu button.list-group-item.dropdown:not(.collapsed):not(.dropdown)::after {
  content: '\0f061';
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: 'FontAwesome';
  color: white;
}

.admin-wrapper .main-menu .sub-items .list-group {
  margin: 0;
}

.admin-wrapper .main-menu .sub-items .list-group li {
  background: #f7f7f7;
}

.front .main-menu {
  border-top: 1px solid #333;
}

.front .main-menu .menu-usuario li:hover {
  background: #4A5164;
}

.front .main-menu .menu-usuario li.active {
  background: #4A5164;
}

.front #sidebar-wrapper .sidebar-nav li.active {
  background: #4A5164;
}

/* 
#sidebar-wrapper,.main-menu{
  ul{
    li{
      position:relative;
    }
  }

  .menu-notificaciones{
    .fa-bell{
     // color:orangered !important;
    }
    .badge{
      position:absolute;
      left:-9px;
      top:3px;    
    
    }
  }
} */

.menu-mensajes .badge {
  background-color: #2a373e;
}

#sidebar-wrapper ul li.menu-notificaciones .badge {
  text-indent: 0px;
  left: 20px;
}

.time > input {
  width: 60px !important;
  float: left;
}

.time .sep {
  padding: 5px 6px;
  float: left;
}

.time .sep:before {
  content: ':';
}

.main-navbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #4A5164;
  height: 36px;
  min-height: 36px;
}

.main-navbar a,
.main-navbar a:link {
  color: #ffffff;
}

.main-navbar .dropdown-menu a:link {
  color: #333;
}

.main-navbar .nav > li > a {
  line-height: 36px;
  height: auto;
  vertical-align: middle;
  padding: 0 10px;
}

.main-navbar .nav > li > a:hover,
.main-navbar .nav > li > a.dropdown-toggle,
.main-navbar .nav > li > a:focus {
  color: #fff;
}

.main-navbar .navbar-brand {
  letter-spacing: -0.5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0 0 20px;
  line-height: 36px;
  vertical-align: middle;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  height: auto;
}

.main-navbar .navbar-header {
  margin: 0 auto;
}

.mainAdmin .main-wrapper {
  padding-top: 34px;
  position: relative;
  overflow: hidden;
}

.mainAdmin.esDemo .esDemoInfo1 {
  padding: 8px 5px 6px 10px;
  background: #ffA500;
  height: 36px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .mainAdmin.esDemo .esDemoInfo1 {
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mainAdmin.esDemo .esDemoInfo1 {
    font-size: 8px;
  }
}

.mainAdmin.esDemo .main-navbar {
  height: 72px;
}

.mainAdmin.esDemo .main-wrapper {
  margin-top: 36px;
}

.mainAdmin.esDemo .main-wrapper .sidebar {
  margin-top: 36px;
}

.user-photo,
.user-photo-detail {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.user-photo img,
.user-photo-detail img {
  width: 100%;
  height: 100%;
}

.nav-photo {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 5px;
}

.nav-photo40 {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 4px;
  margin-bottom: 4px;
}

.user-photo-detail {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.breadcrumb > li + li::before {
  content: '/';
}

.horari {
  display: block;
}

.horari dt {
  width: 80px;
  text-align: left;
}

.horari dd {
  margin-left: 100px;
}

.question-modal .modal-body > p {
  text-align: center;
  font-size: 1.5em;
}

.question-modal .modal-footer {
  text-align: center;
}

.nowide {
  max-width: 960px;
}

.panel .alert {
  margin-bottom: 0;
}

barchart {
  display: block;
}

.menu-toggle {
  vertical-align: middle;
  display: block;
  float: left;
  min-width: 15px;
  position: relative;
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
  padding: 12px 0;
  box-sizing: content-box;
  border-radius: 100%;
  background: transparent;
  border: none;
  margin-right: 10px;
}

.menu-toggle .bar {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: #b3b8c7;
  transition: transform 0.3s ease;
  position: relative;
}

.menu-toggle .bar:nth-child(1) {
  transform-origin: 100% 100%;
}

.menu-toggle .bar:nth-child(3) {
  transform-origin: 100% 0;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle.active,
.admin-wrapper .main-menu button.menu-toggle.list-group-item.dropdown:not(.collapsed) {
  transform: rotateZ(180deg);
  margin-top: -2px;
}

.menu-toggle.active .bar:nth-child(1),
.admin-wrapper .main-menu button.menu-toggle.list-group-item.dropdown:not(.collapsed) .bar:nth-child(1) {
  transform: translateY(200%) rotateZ(45deg) scaleX(0.7);
}

.menu-toggle.active .bar:nth-child(3),
.admin-wrapper .main-menu button.menu-toggle.list-group-item.dropdown:not(.collapsed) .bar:nth-child(3) {
  transform: translateY(-200%) rotateZ(-45deg) scaleX(0.7);
}

.adaptive-grid-wrapper {
  position: relative;
  min-height: 651px;
}

@media only screen and (max-width: 1199px) {
  .adaptive-grid-wrapper {
    min-height: 350px;
  }
}

tr[pagado="true"] td {
  background: green;
}

.cursor-pointer {
  cursor: pointer;
}

.iban > .form-control {
  display: inline-block;
  width: 4.4em;
}

header {
  color: #fff;
}

header.row {
  margin: 0px 0px 40px 0px;
}

header .club-title {
  margin: 0;
  padding: 20px 0;
  font-size: 2em;
}

header .thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border-color: #000;
  margin-bottom: 0;
}

header .thumbnail.user-level {
  padding: 10px;
  text-align: center;
  color: #000;
  margin-left: -1px;
  font-weight: bold;
}

header a,
header a * {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

header a:hover {
  font-size: 12px;
  color: #434a5b;
  text-decoration: none;
}

.modal-edit-partits .partido-label {
  height: 65px;
  padding: 22px;
  margin-bottom: 10px;
}

.modal-edit-partits .equipos {
  height: 35px;
}

.modal-edit-partits .equipos.drop-hover .element {
  opacity: 0.5;
}

.modal-edit-partits .equipos .equipo {
  border: 1px solid #999999;
  padding: 5px;
}

.modal-edit-partits .equipos .equipo:nth-child(even) {
  margin-top: -1px;
}

.modal-edit-partits .element {
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 5;
}

.modal-edit-partits .element.being-dragged {
  background: rgba(0, 0, 0, 0.15);
  z-index: 6;
}

.modal .modal-tiquet {
  width: 300px;
}

.k-grid tbody .k-button,
.k-ie8 .k-grid tbody button.k-button {
  min-width: 20px !important;
}

.bg-white {
  background: #fff;
}

.padding-0 {
  padding: 0px;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

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

.width-xs-100 {
  width: 100%;
}

grid > table {
  table-layout: fixed;
}

textarea {
  resize: vertical;
}

.thumbnail ul#socis-list,
.thumbnail ul.participants {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

.thumbnail ul#socis-list li,
.thumbnail ul.participants li {
  list-style: none;
}

.modal-ios {
  position: absolute;
  overflow-y: auto;
}

.separator {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
}

.separator.size-10 {
  margin: 10px 0;
}

.separator.size-20 {
  margin: 20px 0;
}

.separator.size-30 {
  margin: 30px 0;
}

#loading_spin {
  z-index: 20000;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  height: 100px;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(41%, rgba(0, 0, 0, 0.52)), color-stop(100%, black));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 41%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  bottom: 0px;
}

#loading_spin .fa {
  color: #fff;
}

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

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

.sendmark {
  color: #008000;
}

.k-state-selected .sendmark {
  color: #ffffff;
}

.k-faico {
  background: none !important;
  color: #000000;
  display: inline-block !important;
  font-size: 14px !important;
  padding-top: 14px;
}

div.table .row {
  background: white;
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
  text-align: center;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  font-style: normal;
  font-weight: 400;
}

div.table .hora {
  font-size: 16px;
  line-height: 17px;
  color: #C2D500;
}

div.table .equip {
  font-size: 18px;
  line-height: 17px;
  text-align: right;
  color: #C2D500;
}

div.table .nombre {
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #5B6670;
}

div.table .tiporecurso {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  text-align: left;
  color: #5B6670;
}

div.table .dia {
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
  text-align: left;
}

div.table .row:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 20px;
}

#resumen_reserva .table {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-size: 18px;
}

.white * {
  color: #fff;
}

.white a:hover {
  color: #fff;
}

.boton_space {
  padding-left: 10px;
  padding-top: 0;
}

.textmin {
  font-size: 10px !important;
}

.boton_imagen {
  min-width: 90px;
}

.movimientosCajaGrid .perdida {
  background: #d9534f;
  color: #fff;
}

.movimientosCajaGrid .ganancia {
  background: #449d44;
  color: #fff;
}

.inline {
  display: inline;
}

.ui-keyboard.ui-widget button {
  font-size: 1.5em;
}

#resumen_reserva #inscritos .inscrito:nth-child(even) {
  padding-left: 0px;
}

#resumen_reserva #inscritos .inscrito:nth-child(odd) {
  border-left: 1px solid #bbb;
  padding-left: 25px;
}

.user-menu-responsive {
  text-align: left;
  color: #fff;
  margin-top: -25px;
}

.aw-widget-current-inner #link_get_widget {
  display: none;
}

.opacity0 {
  opacity: 0;
}

#imprimirFacturaSimplificada {
  padding: 20px;
  width: 100%;
}

#imprimirFacturaSimplificada hr {
  margin: 10px 0;
}

#imprimirFacturaSimplificada p {
  font-size: 9px;
  margin: 0px;
}

#imprimirFacturaSimplificada span {
  font-size: 9px;
}

#imprimirFacturaSimplificada thead tr {
  font-size: 11px;
}

#imprimirFacturaSimplificada .datosPago p {
  font-weight: bold;
  font-size: 11px;
}

#imprimirFacturaSimplificada.exportingToPdf {
  width: 200px;
}

#imprimirFacturaSimplificada.exportingToPdf p {
  font-size: 7px;
  margin: 0px;
}

#imprimirFacturaSimplificada.exportingToPdf span {
  font-size: 7px;
}

#imprimirFacturaSimplificada.exportingToPdf thead tr {
  font-size: 8px;
}

#imprimirFacturaSimplificada.exportingToPdf .datosPago p {
  font-weight: bold;
  font-size: 8px;
}

.titol-moneder {
  color: #4A5164;
  font-size: 16px;
  font-weight: bold;
}

.filtreInformes {
  color: #4A5164;
  font-size: 12px;
  font-weight: bold;
  margin-left: 6px;
  margin-top: 6px;
}

.tpvProductoImagen .imagenDiv {
  display: inline-block;
  cursor: pointer;
}

.tpvProductoImagen .imagenDiv .imagen {
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 75px;
}

.tpvProductoImagen .imagenDiv p {
  padding: 0 5px 0 5px;
}

#modalMostrarProductos {
  padding: 10px;
}

#modalMostrarProductos .producto {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

#modalMostrarProductos .producto .panel {
  position: relative;
}

#modalMostrarProductos .producto .panel .selector {
  border-radius: 0px;
  position: absolute;
  opacity: 0;
  padding: 2px 5px;
  width: 100%;
}

#modalMostrarProductos .producto .panel .selector i {
  float: left;
  font-size: 120%;
}

#modalMostrarProductos .producto .panel .nombre {
  margin-bottom: 0px;
  padding: 2px 3px;
}

#modalMostrarProductos .producto .panel .precio {
  padding: 2px 3px;
}

#modalMostrarProductos .producto .panel .imagen {
  width: 80px;
  height: 50px;
}

#modalMostrarProductos .producto:hover .panel .selector {
  opacity: 0.8;
}

#modalMostrarProductos .producto.selected .panel .selector {
  opacity: 0.8;
}

#modalMostrarProductos.soloselect .panel .selector {
  display: none;
}

.backgroundCover {
  background-position: center;
  background-size: cover;
}

#gridProducto .productoImagen {
  width: 50px;
  height: 50px;
}

.nombreBarras {
  font-size: 8px;
  padding: 0 5px 0 5px;
}

#tpvCreacionTiquet #muestraProductos #muestraProductosBotonesMenu {
  margin-bottom: 10px;
}

#tpvCreacionTiquet #muestraProductos #muestraProductosBotonesProductos .producto {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

#tpvCreacionTiquet #muestraProductos #muestraProductosBotonesProductos .producto .imagen {
  width: 100px;
  height: 100px;
}

#tpvCreacionTiquet #muestraProductos #muestraProductosBotonesProductos .producto .nombre {
  padding: 0 5px 0 5px;
}

#tpvCreacionTiquet #muestraProductos #deudasPendientes {
  max-height: 250px;
  overflow-y: auto;
}

@media only screen and (max-width: 768px) {
  #tpvCreacionTiquet #muestraProductos #deudasPendientes tr td:first-child {
    width: 70%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #tpvCreacionTiquet #muestraProductos #deudasPendientes tr td:first-child {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tpvCreacionTiquet #muestraProductos #deudasPendientes tr td:first-child {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  #tpvCreacionTiquet #muestraProductos #deudasPendientes tr td:first-child {
    width: 50%;
  }
}

#tpvCreacionTiquet #muestraProductos #gridTpvCarroDiv {
  height: 250px;
}

#tpvCreacionTiquet #muestraTiquet .border {
  border-left: 1px solid #999;
}

#tpvCreacionTiquet #muestraTiquet .superior {
  overflow-y: scroll;
  top: 0px;
  width: 100%;
}

#tpvCreacionTiquet #muestraTiquet .superior table {
  margin-bottom: 60px;
}

#tpvCreacionTiquet #muestraTiquet .superior table tr.editing {
  background: #ccc;
}

#tpvCreacionTiquet #muestraTiquet .superior table tr.carroLinea .label {
  margin-bottom: 2px;
  display: inline-block;
}

#tpvCreacionTiquet #muestraTiquet #numeracion {
  width: 100%;
}

#tpvCreacionTiquet #muestraTiquet #numeracion #teclas .row {
  margin: 0px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion #teclas .row div {
  cursor: pointer;
  padding: 0px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion #teclas .row div div {
  text-align: center;
  padding: 20px;
  border: 1px solid #333;
}

#tpvCreacionTiquet #muestraTiquet #numeracion #teclas .row div.actualizaCantidad div {
  padding: 8px;
  font-size: 10px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion .tiquetEntrarCantidad {
  margin: 0px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion .tiquetEntrarCantidad #tiquetEntrarCantidad {
  padding-right: 0px;
  height: 50px;
  background: #666;
  color: #fff;
  font-size: 25px;
  text-align: right;
}

#tpvCreacionTiquet #muestraTiquet #numeracion .tiquetEntrarCantidad #tiquetEntrarCantidad .col-xs-3 {
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion .tiquetEntrarCantidad #tiquetEntrarCantidad .col-xs-3 .btn {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

#tpvCreacionTiquet #muestraTiquet #numeracion .tiquetEntrarCantidad #tiquetEntrarCantidad #cantidad {
  margin-right: 15px;
}

.main-navbar .navbar-header #btnToggleIndex {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .main-navbar .navbar-header #btnToggleIndex {
    width: 15%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .main-navbar .navbar-header #btnToggleIndex {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar .navbar-header #btnToggleIndex {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .main-navbar .navbar-header #btnToggleIndex {
    width: 20%;
  }
}

.main-navbar .navbar-header .navbar-brandDiv {
  float: left;
}

.main-navbar .navbar-header .navbar-brandDiv .navbar-brand {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
  .main-navbar .navbar-header .navbar-brandDiv {
    width: 85%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .main-navbar .navbar-header .navbar-brandDiv {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar .navbar-header .navbar-brandDiv {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .main-navbar .navbar-header .navbar-brandDiv {
    width: 80%;
  }
}

.main-navbar .menuDerecha .navbar-right {
  width: 100%;
}

.main-navbar .menuDerecha .navbar-right > li {
  float: right;
}

.main-navbar .menuDerecha .navbar-right > li > a {
  background-color: #4A5164;
}

.main-navbar .menuDerecha #kendoTabs {
  height: 36px;
}

.main-navbar .menuDerecha #kendoTabs .k-tabstrip {
  background-color: #4A5164;
  border: 0px;
}

.main-navbar .menuDerecha #kendoTabs .k-tabstrip .k-item .k-link {
  color: #ffffff;
  background-color: #4A5164;
}

.main-navbar .menuDerecha #kendoTabs .k-tabstrip .k-tabstrip-next,
.main-navbar .menuDerecha #kendoTabs .k-tabstrip .k-tabstrip-prev {
  background-color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .main-navbar .menuDerecha #kendoTabs {
    width: 25%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .main-navbar .menuDerecha #kendoTabs {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-navbar .menuDerecha #kendoTabs {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  .main-navbar .menuDerecha #kendoTabs {
    width: 40%;
  }
}

#btnGuardarInicio {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .txt_rankingnivel {
    font-size: 8px;
  }
}

.logo_ranking img {
  width: 100px;
  height: auto;
  margin: 0px auto;
}

.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}

.height-120.panel-body {
  overflow-y: auto;
  height: 120px;
}

@media only screen and (max-width: 768px) {
  .changeSubscribe {
    margin-top: 200px;
  }
}

.buorg {
  height: 100%;
}

.panel-default > .panel-heading.menuInforme a[aria-expanded="true"] {
  color: #444;
}

.panel-default > .panel-heading.menuInforme a[aria-expanded="true"] h4 {
  font-weight: 600;
}

.pagado_check,
.asistencia_check,
.selector {
  height: 18px !important;
  width: 18px !important;
}

.selectorBackground {
  background-color: #5cb85c;
}

.apertura {
  white-space: normal !important;
  height: unset;
}

.rightAlignDivContent {
  text-align: right;
  margin: 6px;
}

@media screen and (max-width: 767px) {
  div.menuNotificaciones {
    display: none;
  }
}

.panel-soci {
  margin: -10px 20px 20px 20px !important;
}

.btnResumCategories {
  background-color: #444;
  color: white;
}

.btnResumCategories:hover {
  color: white;
  font-weight: bold;
}

.divbox {
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.dia_activo {
  filter: invert(100%);
}

.blinking {
  animation-name: blinking;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes blinking {
  50% {
    border-color: yellow;
  }
}

.row_inscritos {
  white-space: pre;
}

.dia_reservas {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background-color: black;
  color: white;
  max-width: 50px;
}

.dia_reservas h3 {
  letter-spacing: 20px;
}

.view_pista {
  pointer-events: none;
}

.margin-5 {
  margin: 5px;
}

.titulo_agenda {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2D500;
}

.agenda .filtros_agenda {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.agenda .filtros_agenda > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.agenda .filtros_agenda > div > *:not(last-child) {
  margin-right: 15px;
}

.agenda .filtros_agenda > div:first-child .form-control {
  width: 190px;
}

.agenda .hr_pla {
  background: radial-gradient(50% 50% at 50% 50%, #BED753 0%, rgba(194, 213, 0, 0) 100%);
  color: transparent;
  border-top: transparent;
  height: 5px;
}

.agenda .form-control {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 4px 0px 8px 8px;
}

.agenda .button-personalitzat {
  /* needed */
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/img/agenda/button_down.png");
  background-position: calc(100%);
  background-repeat: no-repeat;
}

.agenda .form_control_option,
.agenda .opcion_recurso,
.agenda .opcion_equipo {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 4px 0px 8px 8px;
}

.agenda .fechas_agenda {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}

.agenda .fechas_agenda .form-control {
  border: none;
  background: transparent;
}

.agenda .fechas_agenda ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.agenda .fechas_agenda .btn.btn-light {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #C2D500 !important;
  border: none;
  border-radius: 0 2px 2px 0;
  box-shadow: none;
  height: 35px;
}

.agenda .btn_exportar_pdf {
  padding: 0;
  margin: 0;
  border: none;
  text-decoration: none;
}

.agenda .btn_exportar_pdf:hover {
  box-shadow: none;
}

.agenda .btn_exportar_pdf:hover svg path {
  fill: #C2D500;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  position: relative;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

.dropzone .dz-preview .dz-details .dz-size span,
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }

  70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.dropzone {
  box-sizing: border-box;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px;
}

.dropzone * {
  box-sizing: border-box;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}

.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dz-message {
  font-weight: bold;
}

.dz-preview {
  display: none;
}

.dropzone_custom .dz-message {
  white-space: unset;
}

.dropzone_custom .imagePreview,
.dropzone_custom .documentPreview {
  padding-top: 10px;
}

.dropzone_custom .imagePreview ul,
.dropzone_custom .documentPreview ul {
  padding: 0px;
  list-style: none;
}

.dropzone_custom .imagePreview ul li,
.dropzone_custom .documentPreview ul li {
  display: inline-block;
}

.dropzone_custom .imagePreview ul li.image,
.dropzone_custom .imagePreview ul li.document,
.dropzone_custom .documentPreview ul li.image,
.dropzone_custom .documentPreview ul li.document {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.dropzone_custom .imagePreview ul li.image .btn,
.dropzone_custom .imagePreview ul li.document .btn,
.dropzone_custom .documentPreview ul li.image .btn,
.dropzone_custom .documentPreview ul li.document .btn {
  z-index: 1;
  margin: 0px;
  padding: 0px 5px;
  border-radius: 0px;
  top: 5px;
}

.dropzone_custom .imagePreview ul li.image,
.dropzone_custom .documentPreview ul li.image {
  width: 100px;
  height: 100px;
  border: 1px solid #efefef;
  background: #f0f0f0;
}

.dropzone_custom .imagePreview ul li.image img,
.dropzone_custom .documentPreview ul li.image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.dropzone_custom .imagePreview ul li.image .btn,
.dropzone_custom .documentPreview ul li.image .btn {
  position: absolute;
}

.dropzone_custom .imagePreview ul li.image .btn-danger,
.dropzone_custom .documentPreview ul li.image .btn-danger {
  left: 5px;
}

.dropzone_custom .imagePreview ul li.image .handler,
.dropzone_custom .documentPreview ul li.image .handler {
  right: 5px;
}

.dropzone_custom .imagePreview ul li.document,
.dropzone_custom .documentPreview ul li.document {
  display: block;
  min-width: 50%;
  border: 1px solid #efefef;
  background: #f0f0f0;
  margin-bottom: 5px;
}

.dropzone_custom .imagePreview ul li.document img,
.dropzone_custom .documentPreview ul li.document img {
  max-height: 20px;
  left: 45px;
}

.dropzone_custom .imagePreview ul li.document .btn-danger,
.dropzone_custom .documentPreview ul li.document .btn-danger {
  left: 5px;
}

.dropzone_custom .imagePreview ul li.document .handler,
.dropzone_custom .documentPreview ul li.document .handler {
  left: 25px;
}

.dropdown-grid-save-layout {
  display: inline-block;
  position: relative;
}

.dropdown-grid-save-layout .fa {
  margin-right: 4px;
}

.dropdown-grid-save-layout .btn-grid-save-layout {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  margin: 0px 2px;
  padding: 4px 7px;
  font-size: 14px;
  text-shadow: none !important;
}

.dropdown-grid-save-layout .grid-save-layout {
  color: #333;
  font-size: 12px;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
}

.dropdown-grid-save-layout .grid-save-layout:hover {
  color: #999;
}

.notificacionUsuarioContainer .notificacionUsuario {
  margin-bottom: 10px;
  border: 2px solid #4A5164;
  box-shadow: 5px 5px 10px #999;
  padding: 10px;
}

.notificacionUsuarioContainer .notificacionUsuario .buttons {
  position: absolute;
  right: 30px;
}

.notificacionUsuarioContainer .notificacionUsuario .buttons * {
  color: #4A5164;
}

.notificacionUsuarioContainer .notificacionUsuario .date {
  color: #999;
}

.notificacionUsuarioContainer.vista .notificacionUsuario {
  border: 2px solid #4A5164;
  background: #ddd;
}

.notificacionUsuarioContainer.vista .notificacionUsuario h1,
.notificacionUsuarioContainer.vista .notificacionUsuario h2,
.notificacionUsuarioContainer.vista .notificacionUsuario h3,
.notificacionUsuarioContainer.vista .notificacionUsuario h4,
.notificacionUsuarioContainer.vista .notificacionUsuario h5,
.notificacionUsuarioContainer.vista .notificacionUsuario h6,
.notificacionUsuarioContainer.vista .notificacionUsuario p,
.notificacionUsuarioContainer.vista .notificacionUsuario a {
  color: #888;
}

.notificacionUsuarioContainer.vista .notificacionUsuario .buttons {
  display: none;
}

.ui-state-highlight {
  min-height: 40px;
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.plantilla.edit.sortable li {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.plantilla.edit.sortable li .btn,
.plantilla.edit.sortable li .pull-left {
  margin: 0 0 0 5px;
}

.plantilla.edit.sortable li .nombreCampo {
  font-weight: bold;
}

.plantillaRender .campo.required:before {
  content: '*';
  position: absolute;
  color: red;
  margin: 0 0px 0 -13px;
}

.plantillaRender .campo.required.checkbox:before {
  margin: 25px 0px 0 -15px;
}

.plantillaRender .campo_usuario.required:before {
  content: '*';
  position: absolute;
  color: red;
  margin: 0 0px 0 -13px;
}

.plantillaRender .campo_usuario.required.checkbox:before {
  margin: 25px 0px 0 -15px;
}

.plantillaRender .form-border:first-child {
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px 15px 25px 15px;
}

.plantillaRender .col-sm-6 .checkbox:first-child {
  padding-top: 15px;
}

.plantilla_list_view ul {
  list-style-type: none;
}

.plantilla_list_view li .eliminaPlantilla {
  padding: .1em .3em .2em .5em;
  margin-right: 10px;
}

.plantilla_list_view .collapse button {
  margin: 0px;
}

.plantilla_multiselect {
  width: 20em;
  height: 15em;
  border: solid 1px #c0c0c0;
  overflow: auto;
}

.plantilla_multiselect label {
  display: block;
}

.plantilla_multiselect-on {
  color: #ffffff;
  background-color: #4A5164 !important;
}

@media all {
  .fab {
    width: 250px;
    height: 100px;
    background-color: #4A5164;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    z-index: 9999;
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    position: fixed;
    right: 50px;
    bottom: 50px;
  }
}

@media (max-width: 768px) {
  .fab {
    width: 150px;
    height: 50px;
    font-size: 18px;
    line-height: 0.8em;
  }
}

.fabi {
  cursor: pointer;
  font-size: 18px !important;
}

.fabi:hover {
  color: red;
}

@media all {
  .fab2 {
    width: 480px;
    height: 120px;
    background-color: #4A5164;
    border-radius: 10%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    z-index: 9999;
    font-size: 14px;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    padding-left: 5px;
    position: fixed;
    right: 50px;
    bottom: 160px;
  }
}

@media (max-width: 768px) {
  .fab2 {
    width: 320px;
    height: 70px;
    bottom: 110px;
    font-size: 10px;
  }
}

@media all {
  .fab3 {
    width: 480px;
    height: 120px;
    background-color: #4A5164;
    border-radius: 10%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    z-index: 9999;
    font-size: 12px;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 1em;
    padding-left: 5px;
    position: fixed;
    right: 50px;
    bottom: 160px;
  }
}

@media (max-width: 768px) {
  .fab3 {
    width: 320px;
    height: 70px;
    bottom: 110px;
    font-size: 7px;
  }
}

.statictext table {
  border-collapse: collapse;
  padding-bottom: 0px;
}

.statictext th,
.statictext td {
  text-align: left;
  padding: 4px;
}

.statictext th {
  background-color: #4A5164;
  color: white;
}

.alertPlantilla {
  /* The close button */
  /* When moving the mouse over the close button */
}

.alertPlantilla .alert {
  padding: 20px;
  background-color: #fcf8e3;
  color: black;
  margin-bottom: 15px;
}

.alertPlantilla .closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alertPlantilla .closebtn:hover {
  color: black;
}

.rowoption {
  margin-top: 20px;
}

.plantilla_elegible {
  color: #4A5164 !important;
  border-style: solid;
  padding: 15px;
  border-radius: 25px;
}

.plantilla_fijo {
  color: #4A5164 !important;
  border-style: solid;
  padding: 15px;
  border-radius: 20px 50px;
}

.plantilla_color_gray {
  color: #444 !important;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

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

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

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

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.dropdown-menu > * {
  break-inside: avoid;
}

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  div.dt-buttons a.btn {
    float: none;
  }
}

.dataTables_wrapper .dataTables_length {
  float: left;
  text-align: left;
  width: 50%;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  width: 50%;
}

.dataTables_wrapper .dt-buttons {
  float: left;
  width: 100%;
}

.dataTables_wrapper .dt-buttons .btn {
  margin: 0 0 10px 0;
  padding: 1px 15px;
}

#movimientosTable h5 {
  display: inline-block;
}

#movimientosTable h5 .label {
  font-weight: normal;
  font-size: 90%;
  margin-right: 5px;
}

.clasificacion {
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}

.clasificacion .puntos {
  text-align: center;
  background: #666;
  color: #fff;
  font-weight: bold;
}

#novedad_socio .fa {
  color: #4A5164;
}

/* ************************************** */

/* Mandatory CSS required for ng-sortable */

/* ************************************** */

.as-sortable-item,
.as-sortable-placeholder {
  display: block;
}

.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none;
  /* to disable context menu on iOS devices */
  -webkit-touch-callout: none;
}

.as-sortable-item-handle {
  cursor: move;
  cursor: -moz-grab;
}

.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.as-sortable-hidden {
  display: none !important;
}

.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Llista en quatre columnes */

ul#rtl_func {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.thumbnail .title_ranking {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .thumbnail .title_ranking {
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .thumbnail .txt_ranking {
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .thumbnail .logo_ranking img {
    width: 100px;
    height: auto;
    margin: 0px auto;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .thumbnail .logo_ranking img {
    margin: 0px auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thumbnail .logo_ranking img {
    margin: 0px auto;
  }
}

@media only screen and (min-width: 1200px) {
  .thumbnail .logo_ranking img {
    margin: 0px auto;
  }
}

#calEventRankingInfo label {
  font-size: 1em;
}

#novedad_socio .actualizarNif {
  width: 100%;
}

.main {
  background-color: white;
  width: 500px;
  height: 600px;
  margin-left: 38%;
  margin-top: 10%;
  border-radius: 20px;
  box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.dnis {
  width: 200px;
  height: 200px;
}

form.form1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sign {
  padding-top: 100px;
  color: black;
  font-family: 'Ubuntu', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #8C55AA;
  font-weight: bold;
}

.foto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.username {
  padding: 10px 20px;
  margin-top: 20px;
  padding-top: 400px;
  width: 76%;
  color: #263238;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  border: none;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 12%;
  text-align: center;
  margin-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
}

.inputCustom {
  padding: 10px 20px;
  margin-top: 20px;
  padding-top: 40px;
  width: 76%;
  color: #263238;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  border: none;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 12%;
  text-align: center;
  margin-bottom: 27px;
  font-family: 'Ubuntu', sans-serif;
}

.username:focus,
.pass:focus {
  border: 2px solid rgba(0, 0, 0, 0.18) !important;
}

.submit {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5em;
  background-color: #313500;
  color: white;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'Ubuntu', sans-serif;
  margin-left: 39%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.submit2 {
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5em;
  background-color: #313500;
  color: white;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: 'Ubuntu', sans-serif;
  margin-left: 39%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

/*! Jcrop.css v2.0.4 - build: 20151117
 *  Copyright 2008-2015 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/

/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/

.jcrop-active {
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}

.jcrop-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.jcrop-selection.jcrop-current {
  z-index: 4;
}

/* Selection Borders */

.jcrop-border {
  background: #ffffff url("/img/Jcrop.gif");
  line-height: 1px !important;
  font-size: 0 !important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n {
  top: 0px;
}

.jcrop-border.ord-n,
.jcrop-border.ord-s {
  width: 100%;
  height: 1px !important;
}

.jcrop-border.ord-w,
.jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}

.jcrop-border.ord-e {
  right: -1px;
}

.jcrop-border.ord-n {
  top: -1px;
}

.jcrop-border.ord-w {
  left: -1px;
}

.jcrop-border.ord-s {
  bottom: -1px;
}

.jcrop-selection {
  position: absolute;
}

.jcrop-box {
  z-index: 2;
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.jcrop-box:hover {
  background: none;
}

.jcrop-box:active {
  background: none;
}

.jcrop-box:focus {
  outline: 1px rgba(128, 128, 128, 0.65) dotted;
}

.jcrop-active,
.jcrop-box {
  position: relative;
}

.jcrop-box {
  width: 100%;
  height: 100%;
  cursor: move;
}

/* Selection Handles */

.jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: n-resize;
}

.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}

.jcrop-handle.ord-e {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-handle.ord-w {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
  cursor: se-resize;
}

.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}

/* Larger Selection Handles for Touch */

.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
}

.jcrop-touch .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: n-resize;
}

.jcrop-touch .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: s-resize;
}

.jcrop-touch .jcrop-handle.ord-e {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}

.jcrop-touch .jcrop-handle.ord-w {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  cursor: w-resize;
}

.jcrop-touch .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: nw-resize;
}

.jcrop-touch .jcrop-handle.ord-ne {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}

.jcrop-touch .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  right: 0;
  cursor: se-resize;
}

.jcrop-touch .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: sw-resize;
}

/* Selection Dragbars */

.jcrop-dragbar {
  font-size: 0;
  position: absolute;
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 9px !important;
  width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  top: 0px;
  height: 100%;
  width: 9px !important;
}

.jcrop-dragbar.ord-n {
  margin-top: -5px;
  cursor: n-resize;
  top: 0px;
}

.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
  cursor: s-resize;
}

.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
  cursor: e-resize;
}

.jcrop-dragbar.ord-w {
  margin-left: -5px;
  cursor: w-resize;
}

/* Shading panels */

.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
}

.jcrop-shades div {
  cursor: crosshair;
}

/* Various special states */

.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle {
  display: none;
}

.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div {
  cursor: default;
}

/* The "jcrop-light" class/extension */

.jcrop-light .jcrop-border {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-light .jcrop-handle {
  background-color: #000000;
  border-color: #ffffff;
}

/* The "jcrop-dark" class/extension */

.jcrop-dark .jcrop-border {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
  background-color: #ffffff;
  border-color: #000000;
}

/* Simple macro to turn off the antlines */

.solid-line .jcrop-border {
  background: #ffffff;
}

.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 5;
}

/* Fix for twitter bootstrap et al. */

.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
}

/* Improved multiple selection styles - in progress */

.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: 0.2 !important;
}

.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: 0.1 !important;
}

.jcrop-hl-active .jcrop-selection:hover {
  /*
    .jcrop-handle {
      filter:Alpha(opacity=35)!important;
      opacity:.35!important;
    }
    */
}

.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url("/img/Jcrop.gif");
  opacity: 0.35 !important;
  filter: alpha(opacity=35) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url("/img/Jcrop.gif");
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
}

/* Prevent background on button element */

button.jcrop-box {
  background: none;
}

#socis-list.noMostrarImagen li .row {
  padding: 0 15px 0 15px;
}

#socis-list.mostrarImagen li .userImageDiv {
  padding: 0px;
  float: left;
}

@media only screen and (max-width: 768px) {
  #socis-list.mostrarImagen li .userImageDiv {
    width: 25%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #socis-list.mostrarImagen li .userImageDiv {
    width: 33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #socis-list.mostrarImagen li .userImageDiv {
    width: 25%;
  }
}

@media only screen and (min-width: 1200px) {
  #socis-list.mostrarImagen li .userImageDiv {
    width: 25%;
  }
}

#socis-list.mostrarImagen li .userNombre {
  padding: 0px;
  margin-left: 10px !important;
  float: left;
}

@media only screen and (max-width: 768px) {
  #socis-list.mostrarImagen li .userNombre {
    width: 75%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  #socis-list.mostrarImagen li .userNombre {
    width: 67%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #socis-list.mostrarImagen li .userNombre {
    width: 75%;
  }
}

@media only screen and (min-width: 1200px) {
  #socis-list.mostrarImagen li .userNombre {
    width: 75%;
  }
}

#socis-list .userImageDiv {
  float: left;
  padding-right: 0px;
  margin-right: 4px;
  max-width: 40px;
}

#socis-list .socio_imagen_small {
  max-width: 40px;
  margin-bottom: 0px;
  padding: 1px;
}

body.headerFactura {
  -webkit-print-color-adjust: exact;
}

body.headerFactura .container {
  max-width: 800px;
  margin: 50px auto;
}

body.headerFactura .logo img {
  max-width: 50% !important;
  display: inline-block;
}

body.headerFactura table {
  border-top-color: #144C8F !important;
}

body.headerFactura table th {
  background: #1C6ED1 !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-color: #144C8F !important;
  border-radius: 0 !important;
}

body.headerFactura table tr td {
  border-color: #144C8F !important;
}

body.headerFactura table tr td:nth-child(odd) {
  background: #eee;
}

.nosaltres {
  background: #eee;
  padding: 15px;
  border-top: 5px solid #1B7CF1;
}

.nosaltres address {
  margin-bottom: 0;
}

@media print {
  .headerFactura body {
    font-size: 12px;
  }

  .headerFactura .container {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .headerFactura .logo img {
    max-width: 40% !important;
  }

  tr td:nth-child(odd) {
    background: #eee !important;
  }

  .nosaltres {
    background: #eee !important;
  }

  .headerFactura .table tr > th {
    background-color: #1C6ED1 !important;
    color: #fff !important;
    border-color: #144C8F !important;
  }

  .headerFactura .table > tbody > tr > td {
    border-color: #144C8F !important;
  }
}

.headerFactura .detall th {
  text-align: center;
}

.textFooter {
  font-size: 9px;
}

.textFooterCenter {
  font-size: 9px;
  text-align: center;
}

#page_domotica {
  /*Forcem color i arrodoniment botons pq aperturaacceso està dins classe "form-group" que fa que no s'apliquin bé els estils per defecte */
  /* Estilos para el select triestado (OFF=-1, AUTO=0, ON=1) */
}

#page_domotica ul.big li .alert {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px 10px;
}

@media only screen and (min-width: 769px) {
  #page_domotica .btn_apertura_and_info .btnDiv {
    padding-right: 5px;
  }

  #page_domotica .btn_apertura_and_info .infoDiv {
    padding-left: 0px;
  }
}

#page_domotica .infoDiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Alinea todos los elementos al lado derecho */
}

#page_domotica .alerta_error {
  color: red;
  padding-left: 2px;
  font-weight: 600;
}

#page_domotica .alerta_ok {
  color: green;
  padding-left: 2px;
  font-weight: 600;
}

#page_domotica .aperturaacceso {
  color: white;
  border-radius: 5px;
}

#page_domotica .aperturaacceso div {
  color: #424242;
  font-size: 1.5rem;
}

#page_domotica .aviso_domotica {
  color: white;
}

#page_domotica .apertura.triestado {
  height: 24px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

#page_domotica .apertura.triestado option {
  padding: 2px 4px;
  text-align: center;
}

#page_domotica .apertura.triestado option[value="-1"] {
  background-color: #d9534f;
  color: white;
}

#page_domotica .apertura.triestado option[value="0"] {
  background-color: #4B5265;
  color: white;
}

#page_domotica .apertura.triestado option[value="1"] {
  background-color: #5cb85c;
  color: white;
}

#page_domotica .apertura.triestado:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#page_domotica .desc > p {
  margin-left: clamp(10px, 4vw, 28px);
  margin-right: 2px;
}

.validacion-abono-page {
  font-family: 'Inter',sans-serif;
  background: #eef2f7;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  color: #1e293b;
}

.validacion-abono-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.validacion-abono-page .wrapper {
  width: 100%;
  max-width: 460px;
}

.validacion-abono-page .card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
}

.validacion-abono-page .header {
  position: relative;
  padding: 28px 28px 36px;
  text-align: center;
  color: #fff;
}

.validacion-abono-page .header.ok {
  background: linear-gradient(180deg, #34c86f 0%, #27b862 100%);
}

.validacion-abono-page .header.ko {
  background: linear-gradient(180deg, #d32936 0%, #bb1f2c 100%);
}

.validacion-abono-page .header h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
}

.validacion-abono-page .header p {
  font-size: 18px;
  opacity: .95;
  font-weight: 500;
}

.validacion-abono-page .logo {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.validacion-abono-page .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.validacion-abono-page .logo-placeholder {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  text-align: center;
  line-height: 1.2;
  padding: 8px;
}

.validacion-abono-page .status-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.validacion-abono-page .status-icon i {
  font-size: 48px;
}

.validacion-abono-page .status-pill {
  margin-top: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.validacion-abono-page .content {
  padding: 26px;
}

.validacion-abono-page .alert {
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #b42318;
  padding: 16px;
  border-radius: 18px;
  margin-bottom: 24px;
}

.validacion-abono-page .alert-title {
  font-weight: 800;
  margin-bottom: 4px;
}

.validacion-abono-page .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.validacion-abono-page .icon-box {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f1f5f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #64748b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.validacion-abono-page .icon-box i {
  font-size: 18px;
}

.validacion-abono-page .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #64748b;
  font-weight: 800;
  margin-bottom: 6px;
}

.validacion-abono-page .value {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
}

.validacion-abono-page .subvalue {
  margin-top: 5px;
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.validacion-abono-page .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
}

.validacion-abono-page .usage-box {
  margin-top: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 22px;
}

.validacion-abono-page .usage-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.validacion-abono-page .usage-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  color: #64748b;
}

.validacion-abono-page .usage-value {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.validacion-abono-page .progress {
  width: 100%;
  height: 14px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px;
}

.validacion-abono-page .progress-bar {
  height: 100%;
  border-radius: 999px;
  transition: .4s ease;
}

.validacion-abono-page .progress-bar.ok {
  background: linear-gradient(90deg, #0f172a, #1d4ed8);
}

.validacion-abono-page .progress-bar.ko {
  background: linear-gradient(90deg, #dc2626, #ef4444);
}

.validacion-abono-page .unlimited {
  text-align: center;
  padding: 18px 10px;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
}

.validacion-abono-page .footer-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
  font-size: 14px;
}

.validacion-abono-page .footer-date span {
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.validacion-abono-page .footer-date strong {
  text-align: right;
  color: #0f172a;
}

@media (max-width: 520px) {
  .validacion-abono-page {
    padding: 0;
  }

  .validacion-abono-page .wrapper {
    max-width: 100%;
  }

  .validacion-abono-page .card {
    border-radius: 0;
    min-height: 100vh;
  }

  .validacion-abono-page .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

  .validacion-abono-page .header h1 {
    font-size: 31px;
  }

  .validacion-abono-page .header-logo {
    position: relative;
    margin-bottom: 20px;
  }

  .validacion-abono-page .header-logo img {
    max-width: 90px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .validacion-abono-page .pull-left {
    float: none !important;
  }

  .validacion-abono-page .value {
    font-size: 20px;
  }

  .validacion-abono-page .usage-value {
    font-size: 18px;
  }

  .validacion-abono-page .unlimited {
    font-size: 21px;
  }
}
            .custom_color {
            --club-color: #77abff;
            }
            