@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 {
  transition: all 0.2s ease;
}

.transition_03 {
  transition: all 0.3s ease;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
  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);
}

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

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

.minutes_width[data-minutes='15'] {
  width: -30px;
}

.minutes_width[data-minutes='16'] {
  width: -28px;
}

.minutes_width[data-minutes='17'] {
  width: -26px;
}

.minutes_width[data-minutes='18'] {
  width: -24px;
}

.minutes_width[data-minutes='19'] {
  width: -22px;
}

.minutes_width[data-minutes='20'] {
  width: -20px;
}

.minutes_width[data-minutes='21'] {
  width: -18px;
}

.minutes_width[data-minutes='22'] {
  width: -16px;
}

.minutes_width[data-minutes='23'] {
  width: -14px;
}

.minutes_width[data-minutes='24'] {
  width: -12px;
}

.minutes_width[data-minutes='25'] {
  width: -10px;
}

.minutes_width[data-minutes='26'] {
  width: -8px;
}

.minutes_width[data-minutes='27'] {
  width: -6px;
}

.minutes_width[data-minutes='28'] {
  width: -4px;
}

.minutes_width[data-minutes='29'] {
  width: -2px;
}

.minutes_width[data-minutes='30'] {
  width: 0px;
}

.minutes_width[data-minutes='31'] {
  width: 2px;
}

.minutes_width[data-minutes='32'] {
  width: 4px;
}

.minutes_width[data-minutes='33'] {
  width: 6px;
}

.minutes_width[data-minutes='34'] {
  width: 8px;
}

.minutes_width[data-minutes='35'] {
  width: 10px;
}

.minutes_width[data-minutes='36'] {
  width: 12px;
}

.minutes_width[data-minutes='37'] {
  width: 14px;
}

.minutes_width[data-minutes='38'] {
  width: 16px;
}

.minutes_width[data-minutes='39'] {
  width: 18px;
}

.minutes_width[data-minutes='40'] {
  width: 20px;
}

.minutes_width[data-minutes='41'] {
  width: 22px;
}

.minutes_width[data-minutes='42'] {
  width: 24px;
}

.minutes_width[data-minutes='43'] {
  width: 26px;
}

.minutes_width[data-minutes='44'] {
  width: 28px;
}

.minutes_width[data-minutes='45'] {
  width: 30px;
}

.minutes_width[data-minutes='46'] {
  width: 32px;
}

.minutes_width[data-minutes='47'] {
  width: 34px;
}

.minutes_width[data-minutes='48'] {
  width: 36px;
}

.minutes_width[data-minutes='49'] {
  width: 38px;
}

.minutes_width[data-minutes='50'] {
  width: 40px;
}

.minutes_width[data-minutes='51'] {
  width: 42px;
}

.minutes_width[data-minutes='52'] {
  width: 44px;
}

.minutes_width[data-minutes='53'] {
  width: 46px;
}

.minutes_width[data-minutes='54'] {
  width: 48px;
}

.minutes_width[data-minutes='55'] {
  width: 50px;
}

.minutes_width[data-minutes='56'] {
  width: 52px;
}

.minutes_width[data-minutes='57'] {
  width: 54px;
}

.minutes_width[data-minutes='58'] {
  width: 56px;
}

.minutes_width[data-minutes='59'] {
  width: 58px;
}

.minutes_width[data-minutes='60'] {
  width: 60px;
}

.minutes_width[data-minutes='61'] {
  width: 62px;
}

.minutes_width[data-minutes='62'] {
  width: 64px;
}

.minutes_width[data-minutes='63'] {
  width: 66px;
}

.minutes_width[data-minutes='64'] {
  width: 68px;
}

.minutes_width[data-minutes='65'] {
  width: 70px;
}

.minutes_width[data-minutes='66'] {
  width: 72px;
}

.minutes_width[data-minutes='67'] {
  width: 74px;
}

.minutes_width[data-minutes='68'] {
  width: 76px;
}

.minutes_width[data-minutes='69'] {
  width: 78px;
}

.minutes_width[data-minutes='70'] {
  width: 80px;
}

.minutes_width[data-minutes='71'] {
  width: 82px;
}

.minutes_width[data-minutes='72'] {
  width: 84px;
}

.minutes_width[data-minutes='73'] {
  width: 86px;
}

.minutes_width[data-minutes='74'] {
  width: 88px;
}

.minutes_width[data-minutes='75'] {
  width: 90px;
}

.minutes_width[data-minutes='76'] {
  width: 92px;
}

.minutes_width[data-minutes='77'] {
  width: 94px;
}

.minutes_width[data-minutes='78'] {
  width: 96px;
}

.minutes_width[data-minutes='79'] {
  width: 98px;
}

.minutes_width[data-minutes='80'] {
  width: 100px;
}

.minutes_width[data-minutes='81'] {
  width: 102px;
}

.minutes_width[data-minutes='82'] {
  width: 104px;
}

.minutes_width[data-minutes='83'] {
  width: 106px;
}

.minutes_width[data-minutes='84'] {
  width: 108px;
}

.minutes_width[data-minutes='85'] {
  width: 110px;
}

.minutes_width[data-minutes='86'] {
  width: 112px;
}

.minutes_width[data-minutes='87'] {
  width: 114px;
}

.minutes_width[data-minutes='88'] {
  width: 116px;
}

.minutes_width[data-minutes='89'] {
  width: 118px;
}

.minutes_width[data-minutes='90'] {
  width: 120px;
}

.minutes_width[data-minutes='91'] {
  width: 122px;
}

.minutes_width[data-minutes='92'] {
  width: 124px;
}

.minutes_width[data-minutes='93'] {
  width: 126px;
}

.minutes_width[data-minutes='94'] {
  width: 128px;
}

.minutes_width[data-minutes='95'] {
  width: 130px;
}

.minutes_width[data-minutes='96'] {
  width: 132px;
}

.minutes_width[data-minutes='97'] {
  width: 134px;
}

.minutes_width[data-minutes='98'] {
  width: 136px;
}

.minutes_width[data-minutes='99'] {
  width: 138px;
}

.minutes_width[data-minutes='100'] {
  width: 140px;
}

.minutes_width[data-minutes='101'] {
  width: 142px;
}

.minutes_width[data-minutes='102'] {
  width: 144px;
}

.minutes_width[data-minutes='103'] {
  width: 146px;
}

.minutes_width[data-minutes='104'] {
  width: 148px;
}

.minutes_width[data-minutes='105'] {
  width: 150px;
}

.minutes_width[data-minutes='106'] {
  width: 152px;
}

.minutes_width[data-minutes='107'] {
  width: 154px;
}

.minutes_width[data-minutes='108'] {
  width: 156px;
}

.minutes_width[data-minutes='109'] {
  width: 158px;
}

.minutes_width[data-minutes='110'] {
  width: 160px;
}

.minutes_width[data-minutes='111'] {
  width: 162px;
}

.minutes_width[data-minutes='112'] {
  width: 164px;
}

.minutes_width[data-minutes='113'] {
  width: 166px;
}

.minutes_width[data-minutes='114'] {
  width: 168px;
}

.minutes_width[data-minutes='115'] {
  width: 170px;
}

.minutes_width[data-minutes='116'] {
  width: 172px;
}

.minutes_width[data-minutes='117'] {
  width: 174px;
}

.minutes_width[data-minutes='118'] {
  width: 176px;
}

.minutes_width[data-minutes='119'] {
  width: 178px;
}

.minutes_width[data-minutes='120'] {
  width: 180px;
}

.minutes_width[data-minutes='121'] {
  width: 182px;
}

.minutes_width[data-minutes='122'] {
  width: 184px;
}

.minutes_width[data-minutes='123'] {
  width: 186px;
}

.minutes_width[data-minutes='124'] {
  width: 188px;
}

.minutes_width[data-minutes='125'] {
  width: 190px;
}

.minutes_width[data-minutes='126'] {
  width: 192px;
}

.minutes_width[data-minutes='127'] {
  width: 194px;
}

.minutes_width[data-minutes='128'] {
  width: 196px;
}

.minutes_width[data-minutes='129'] {
  width: 198px;
}

.minutes_width[data-minutes='130'] {
  width: 200px;
}

.minutes_width[data-minutes='131'] {
  width: 202px;
}

.minutes_width[data-minutes='132'] {
  width: 204px;
}

.minutes_width[data-minutes='133'] {
  width: 206px;
}

.minutes_width[data-minutes='134'] {
  width: 208px;
}

.minutes_width[data-minutes='135'] {
  width: 210px;
}

.minutes_width[data-minutes='136'] {
  width: 212px;
}

.minutes_width[data-minutes='137'] {
  width: 214px;
}

.minutes_width[data-minutes='138'] {
  width: 216px;
}

.minutes_width[data-minutes='139'] {
  width: 218px;
}

.minutes_width[data-minutes='140'] {
  width: 220px;
}

.minutes_width[data-minutes='141'] {
  width: 222px;
}

.minutes_width[data-minutes='142'] {
  width: 224px;
}

.minutes_width[data-minutes='143'] {
  width: 226px;
}

.minutes_width[data-minutes='144'] {
  width: 228px;
}

.minutes_width[data-minutes='145'] {
  width: 230px;
}

.minutes_width[data-minutes='146'] {
  width: 232px;
}

.minutes_width[data-minutes='147'] {
  width: 234px;
}

.minutes_width[data-minutes='148'] {
  width: 236px;
}

.minutes_width[data-minutes='149'] {
  width: 238px;
}

.minutes_width[data-minutes='150'] {
  width: 240px;
}

.minutes_width[data-minutes='151'] {
  width: 242px;
}

.minutes_width[data-minutes='152'] {
  width: 244px;
}

.minutes_width[data-minutes='153'] {
  width: 246px;
}

.minutes_width[data-minutes='154'] {
  width: 248px;
}

.minutes_width[data-minutes='155'] {
  width: 250px;
}

.minutes_width[data-minutes='156'] {
  width: 252px;
}

.minutes_width[data-minutes='157'] {
  width: 254px;
}

.minutes_width[data-minutes='158'] {
  width: 256px;
}

.minutes_width[data-minutes='159'] {
  width: 258px;
}

.minutes_width[data-minutes='160'] {
  width: 260px;
}

.minutes_width[data-minutes='161'] {
  width: 262px;
}

.minutes_width[data-minutes='162'] {
  width: 264px;
}

.minutes_width[data-minutes='163'] {
  width: 266px;
}

.minutes_width[data-minutes='164'] {
  width: 268px;
}

.minutes_width[data-minutes='165'] {
  width: 270px;
}

.minutes_width[data-minutes='166'] {
  width: 272px;
}

.minutes_width[data-minutes='167'] {
  width: 274px;
}

.minutes_width[data-minutes='168'] {
  width: 276px;
}

.minutes_width[data-minutes='169'] {
  width: 278px;
}

.minutes_width[data-minutes='170'] {
  width: 280px;
}

.minutes_width[data-minutes='171'] {
  width: 282px;
}

.minutes_width[data-minutes='172'] {
  width: 284px;
}

.minutes_width[data-minutes='173'] {
  width: 286px;
}

.minutes_width[data-minutes='174'] {
  width: 288px;
}

.minutes_width[data-minutes='175'] {
  width: 290px;
}

.minutes_width[data-minutes='176'] {
  width: 292px;
}

.minutes_width[data-minutes='177'] {
  width: 294px;
}

.minutes_width[data-minutes='178'] {
  width: 296px;
}

.minutes_width[data-minutes='179'] {
  width: 298px;
}

.minutes_width[data-minutes='180'] {
  width: 300px;
}

.minutes_width[data-minutes='181'] {
  width: 302px;
}

.minutes_width[data-minutes='182'] {
  width: 304px;
}

.minutes_width[data-minutes='183'] {
  width: 306px;
}

.minutes_width[data-minutes='184'] {
  width: 308px;
}

.minutes_width[data-minutes='185'] {
  width: 310px;
}

.minutes_width[data-minutes='186'] {
  width: 312px;
}

.minutes_width[data-minutes='187'] {
  width: 314px;
}

.minutes_width[data-minutes='188'] {
  width: 316px;
}

.minutes_width[data-minutes='189'] {
  width: 318px;
}

.minutes_width[data-minutes='190'] {
  width: 320px;
}

.minutes_width[data-minutes='191'] {
  width: 322px;
}

.minutes_width[data-minutes='192'] {
  width: 324px;
}

.minutes_width[data-minutes='193'] {
  width: 326px;
}

.minutes_width[data-minutes='194'] {
  width: 328px;
}

.minutes_width[data-minutes='195'] {
  width: 330px;
}

.minutes_width[data-minutes='196'] {
  width: 332px;
}

.minutes_width[data-minutes='197'] {
  width: 334px;
}

.minutes_width[data-minutes='198'] {
  width: 336px;
}

.minutes_width[data-minutes='199'] {
  width: 338px;
}

#reserves-container .taula_reserves {
  overflow-y: hidden;
  height: 90px;
  /*----estaba a 100px -----*/
}

#reserves-container .taula_reserves .pista.title {
  color: #ffffff;
}

#reserves-container .espai_reserva {
  min-width: 80px;
  /*estaba a 50px modificado para poner horas continuas */
  float: left;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  height: 65px;
  /*----estaba a 90px -----*/
  display: inline-block;
}

#reserves-container .espai_reserva .time {
  padding: 5px;
  text-align: center;
  color: #FFFFFF;
  background: #5e6a71;
  font-weight: 500;
  text-wrap: nowrap;
}

#reserves-container .espai_reserva.tiempo_no_reservable {
  background-image: url("/reserves/images/tweed_@2X.png");
  background-position: center top;
  background-size: 100% auto;
}

#reserves-container .no_reservable {
  cursor: not-allowed;
}

#reserves-container .no_reservable .image {
  display: none;
}

.spinner_ {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner_.cal_week {
  margin: 30px auto 0;
}

.spinner_.cal_week div {
  background-color: #fff;
}

.spinner_ > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner_ .bounce1 {
  animation-delay: -0.32s;
}

.spinner_ .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/*
 * 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;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.back_button {
  clear: both;
}

.back_button a:before {
  content: '\2190  ';
}

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

a img {
  border: none;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
  width: 100%;
  display: table;
}

.center > .center-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.content {
  min-height: 400px;
}

.wrapper {
  max-width: 1170px;
  min-width: 320px;
  margin: auto;
  clear: both;
  padding: 0 10px;
}

.wrapper-wide {
  width: 100%;
  min-width: 320px;
  margin: auto;
  clear: both;
  padding: 0 10px;
}

.section-title {
  padding-bottom: 5px;
  border-bottom: 3px solid #e67e22;
  margin-bottom: 35px;
  display: block;
}

.section-title > h1,
.section-title > h2 {
  margin: 0;
  float: left;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 7px;
}

.section-title > h1 > small {
  display: block;
  font-size: 0.45em;
  margin-bottom: 10px;
  color: #666;
  font-weight: normal;
}

.section-title > h1 > a {
  font-size: 12px;
  margin-left: 5px;
}

.section-title:after,
.brackets:after,
.tab-control .tab-list::after,
.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clear {
  clear: both;
}

.eventinfo {
  float: left;
}

.eventinfo label {
  display: inline-block;
  text-align: left;
}

.caixa.assistants {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #fefefe 10px, #fefefe 20px);
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #ddd;
  padding-top: 20px;
  position: relative;
  box-shadow: 0px 0px 3px #efefef;
  margin-bottom: 20px;
  float: left;
  width: 300px;
  min-height: 520px;
}

.caixa:hover {
  background-color: #fefefe;
}

.caixa.today {
  border: 2px solid #ED585A;
  background: repeating-linear-gradient(45deg, #FFFAFA, #FFFAFA 10px, #FFF2F2 10px, #FFF2F2 20px);
}

.caixa > .info {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .caixa .subscribe {
    margin-left: 0px !important;
  }
}

.assistants ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.back {
  text-align: center;
  clear: both;
}

.back > a:before,
a.back:before {
  content: '\2190  ';
}

.arrow-back:before {
  content: '\2190  ';
}

.arrow-go:after {
  content: ' \2192';
}

.msg {
  padding: 10px 10px;
  margin: 4px 0;
  box-shadow: 0px 0px 2px #eee;
  background-color: #f7f7f7;
  text-shadow: none;
}

.msg-error {
  box-shadow: 0px 0px 1px #BA3636 !important;
  background-color: #F5E6E6 !important;
}

.msg > .fa {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.msg a {
  color: inherit !important;
}

.msg a {
  font-weight: bold;
}

.msg-primary {
  border: 1px solid #3B78A3;
  background-color: #B1D7F2;
}

.msg-ok > .fa {
  color: #AD1F1F;
}

.msg-warn {
  border: 1px solid #F7B945;
  color: #444;
  background-color: #FAE9CD;
}

.msg-warn > .fa {
  color: #F7B945;
}

.msg-ok {
  color: #444;
  background-color: #B5F0AA;
}

.msg-ok > .fa {
  color: #5FBF4E;
}

.btn,
.btn:link,
.btn:visited {
  border-radius: 5px;
  font-weight: normal;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
  display: inline-block;
  transition: 0.3s all;
}

.btn:disabled,
.btn:disabled:active,
.btn:disabled:hover {
  box-shadow: 0px 1px 2px #aaa;
  color: #999 !important;
  text-shadow: none;
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: not-allowed;
}

.btn-small {
  padding: 5px 8px !important;
  font-size: 12px !important;
}

.btn:visited,
.btn:link {
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
  box-shadow: 0px 1px 3px #aaa;
}

.btn-danger,
.btn-danger:link,
.btn-danger:visited {
  border: 1px solid #AD1F1F;
  color: #fff;
  background-color: #D65858;
  text-shadow: 0px 1px 0px #AD1F1F;
}

.btn-danger:hover {
  background-color: #C23E3E;
}

.btn-ok,
.btn-ok:link {
  border: 1px solid #4A5164;
  color: #fff;
  background-color: #4A5164;
  text-shadow: 0px 1px 0px #4A5164;
}

/*
.btn-ok:hover {
  background-color: #C2D500;
}
*/

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 xp 1px 3px rgba(0, 0, 0, 0.2);
}

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

.btn-warning {
  border: 1px solid #B38339;
  color: #fff;
  background-color: #FCB341;
  text-shadow: 0px 1px 0px #C29042;
}

.btn-warning:hover {
  background-color: #F2A730;
}

.btn-small > .fa {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

.btn.active {
  background-color: #8d95ab;
}

.dias {
  margin-top: 10px;
}

.dias .btn-dias {
  margin-top: 0px;
}

.dias .btn-week {
  margin-top: 0px;
  font-size: 11px;
  border-radius: 3px !important;
  min-width: 109px;
  margin-right: 8px;
}

#ajax-response,
#main-response {
  margin-bottom: 20px;
  text-shadow: none;
  word-wrap: break-word;
  position: relative;
  min-height: 20px;
  transition: 0.3s all ease-in;
  display: none;
}

#lgn_cap {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #d35400;
  border-bottom: none;
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

#lgn_cap > a {
  display: block;
  width: 30%;
  margin: auto;
  text-align: center;
}

#lgn_cap img {
  display: inline-block;
  max-width: 100%;
  margin: 30px auto;
}

#lgn_form {
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

#lgn_form > table {
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  vertical-align: top;
}

#lgn_form td.frm {
  padding-left: 30px;
  vertical-align: top;
  position: relative;
}

#lgn_form a,
#lgn_form a:link,
#lgn_form a:visited {
  color: white;
}

#lgn_form .logos {
  vertical-align: top;
}

.logoheader img {
  padding: 20px;
  width: 200px;
}

.copyright {
  text-align: left;
  color: #fff;
  padding: 5px;
  margin-top: 10px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

.copyright a,
.copyright a:visited {
  font-weight: bold;
  color: #fff;
}

#lgn_form .logos img {
  width: 100%;
  text-align: center;
  border: 1px solid #DBAF00;
  background-color: #fefefe;
  padding: 0;
}

#lgn_form .logosports img {
  padding: 15px;
}

#goBack {
  color: #0000FF;
  cursor: pointer;
}

#taula_new_user td {
  width: 170px;
  display: inline-block;
  white-space: nowrap;
}

body {
  font-family: 'Open Sans', "Arial", sans-serif;
  /*background-color: #F2EEE1;*/
  background-color: #fff;
}

body.home {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin: 0;
}

.inici {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a.none:hover {
  color: #000000;
  text-decoration: none;
}

#goBack {
  cursor: pointer;
}

div#error {
  color: #000000;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

.justified {
  text-align: justify !important;
}

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

/* form styles */

textarea {
  color: #000000;
}

select {
  color: #000000;
}

input {
  color: #000000;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error,
select.error {
  border: 1px solid red !important;
  box-shadow: 0px 0px 1px #BA3636 !important;
  background-color: #F5E6E6 !important;
}

input[type=text].ok,
input[type=password].ok,
input[type=email].ok,
textarea.ok,
select.ok {
  border: 1px solid green !important;
  box-shadow: 0px 0px 1px #3DBA36 !important;
  background-color: #E2F7E1 !important;
}

select {
  padding: 5px 5px;
  margin: 2px 0px;
}

input[type=button],
input[type=submit],
button {
  margin: 2px 0px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
input[type=number],
select {
  border-radius: 2px;
  color: #444;
  max-width: 100%;
  background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
input[type=number]:focus,
select:focus {
  border: 1px solid #f39c12;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
textarea:disabled,
select:disabled {
  color: #999 !important;
  text-shadow: none;
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: not-allowed;
}

.invisible {
  visibility: hidden;
}

.wide {
  width: 100%;
}

.grey-sep {
  width: 100%;
  height: 2px;
  background: #aaa;
  margin-bottom: 20px;
}

textarea {
  max-width: 100%;
}

label {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

label[required]:after,
.required:before {
  content: '*';
  display: inline-block;
  padding-left: 2px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/* small event font */

div.smallcalev {
  color: #0020A0;
  font-size: 10;
}

div.smallcalevtime {
  color: #000000;
  font-size: 10;
}

a.smallcalev {
  color: #0020A0;
  font-size: 10;
}

a.smallcalev:hover {
  color: #FF2040;
  font-size: 10;
}

/* small cal month font */

table.smallcalmth {
  color: #000000;
  font-size: 13;
  width: 98%;
}

div.smallcalmth {
  color: #000000;
  font-size: 14;
}

a.smallcalmth {
  color: #000000;
  font-size: 14;
}

a.smallcalmth:visited {
  color: #000000;
  font-size: 14;
}

td.smallcalmth {
  background-color: #F4F4F4;
  border: #884422 thin solid;
}

td.orangefont {
  color: #FF8000;
  font-size: 24;
  font-style: normal;
  font-weight: bold;
  background-color: #000000;
}

td.headerlogo {
  padding: 10px;
}

td.calendarnamefont {
  color: #000;
  font-size: 24;
  font-style: normal;
  font-weight: bold;
}

/* message to signal progress */

h4 {
  color: #000000;
  font-size: 14;
}

/* font for calendar and company names at top of month calendar */

table.companynamefont {
  color: #0000FF;
  font-size: 24;
  font-style: normal;
  font-weight: bold;
  background-color: #F0F0FF;
}

/* calendar top header setting */

table.todaytop {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  margin: 0;
  padding: 10px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

table.todaytop a {
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
}

table.todaytop a:last-child {
  margin-right: 0;
}

table.todaytop a:hover {
  border-bottom: none;
  text-decoration: none;
}

/* font for calendar day name */

div.dayfont {
  color: #884422;
  font-style: normal;
  font-weight: normal;
}

div.centerfont {
  text-align: "center";
}

/* font for calendar date numbers */

div.datenumfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

a.datenumfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

a.datenumfont:visited {
  color: #000000;
  font-size: 13;
  font-style: normal;
  font-weight: normal;
}

/* month calendar table view setting */

table.monthview {
  width: 98%;
  border-width: thin;
  background-color: #A0E0F0;
  color: #A0E0F0;
  border: 0px thin #FFFFFF;
  border-collapse: separate;
  border-spacing: 1px;
  padding: 0px;
}

td.monthview {
  height: 30px;
}

td.sundaytopcolor {
  height: 50px;
  color: #F0F0E0;
  background-color: #F0F0E0;
  width: 14%;
}

td.weekdaytopcolor {
  height: 50px;
  color: #F4F4F4;
  background-color: #F4F4F4;
  width: 14%;
}

td.sundayemptyclr {
  height: 50px;
  background-color: #FFFFFF;
}

td.weekdayemptyclr {
  height: 50px;
  background-color: #FFFFFF;
}

td.todayclr {
  background-color: #FFFFC0;
}

td.sundayclr {
  height: 50px;
  background-color: #F0F0E0;
}

td.weekdayclr {
  height: 50px;
  background-color: #F4F4F4;
}

/* link to month navigation font */

a.calfontnav {
  color: #884422;
  font-size: 18;
  font-style: normal;
  font-weight: bold;
}

a.calfontnav:hover {
  color: #884422;
  font-size: 18;
  font-style: normal;
  font-weight: normal;
}

a.calfontnav:link {
  color: #884422;
  font-size: 18;
  font-style: normal;
  font-weight: normal;
}

a.calfontnav:visited {
  color: #884422;
  font-size: 18;
  font-style: normal;
  font-weight: normal;
}

/* link to asked month font */

div.calfontasked {
  color: #884422;
  font-size: 24;
  font-style: normal;
  font-weight: normal;
}

a.calfontasked {
  color: #884422;
  font-size: 24;
  font-style: normal;
  font-weight: normal;
}

a.calfontasked:hover {
  color: #884422;
  font-size: 24;
  font-style: normal;
  font-weight: normal;
}

a.calfontasked:link {
  color: #884422;
  font-size: 24;
  font-style: normal;
  font-weight: normal;
}

a.calfontasked:visited {
  color: #884422;
  font-size: 24;
  font-style: normal;
  font-weight: normal;
}

/* font for menu items */

div.menufont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a.menufont:link {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a.menufont:visited {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a.menufont:hover {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

/* menu option background color */

table.menufont {
  background: #FAFAFF;
  width: 100%;
}

/* font for search header */

div.searchheaderfont {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  background-color: #F0F0F0;
}

/* font for search result events title */

div.searchtitlefont {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

/* font for search result events */

div.searchtextfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

/* font for headers */

div.headerfont {
  color: #000000;
  font-size: 16;
  font-style: normal;
  font-weight: bold;
  background-color: #F0F0F0;
}

table.headerfont {
  color: #000000;
  font-size: 16;
  font-style: normal;
  font-weight: bold;
  background-color: #F0F0F0;
}

a.headerfont:link {
  color: #000000;
  text-decoration: none;
}

a.headerfont:visited {
  color: #000000;
  text-decoration: underline;
}

a.headerfont:hover {
  color: #000000;
  text-decoration: underline;
}

/* font for titles */

div.titlefont {
  font-size: 14;
  font-style: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

table.titlefont {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14;
  font-style: normal;
  font-weight: normal;
  background-color: #d35400;
}

a.titlefont:link {
  color: #000000;
  text-decoration: none;
}

a.titlefont:visited {
  color: #000000;
  text-decoration: underline;
}

a.titlefont:hover {
  color: #000000;
  text-decoration: underline;
}

/* font for event popup title */

div.popupeventtitlefont {
  color: #000000;
  font-size: 14;
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

/* font for event popup content */

div.popupeventfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* color and font for event content text in day calendar */

table.dayevent {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  background: #F0F0FF;
  text-decoration: none;
}

/* color and font for event content text in week calendar */

table.weekevent {
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  background: #6E6E6E;
  text-decoration: none;
}

/* color and font for normal text */

div.normalfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

table.normalfont {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a.normalfont:link {
  color: #000000;
  text-decoration: none;
}

a.normalfont:visited {
  color: #000000;
  text-decoration: none;
}

a.normalfont:hover {
  color: #000000;
  text-decoration: underline;
}

/* format event borders in calendar month view */

table.eventborder {
  border: solid #D0C0C8;
  border-bottom-width: 1;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

td.eventborder {
  border: solid #D0C0C8;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-width: 1;
  border-right-width: 0;
}

td.eventtimeborder {
  border: solid #884084;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

/* lines and boxes */

table.txtbox {
  border: solid gray;
  border-width: 1;
}

td.txtbox {
  border: #884422 thin solid;
}

/* color and font for occupied resource */

td.bookingfont {
  color: #FFFFFF;
  font-size: 10;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* color and font for resource name */

td.resourcefont {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

a.bookingfont:link {
  color: #FFFFFF;
  font-size: 10;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

a.bookingfont:visited {
  color: #FFFFFF;
  font-size: 10;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

a.bookingfont:hover {
  color: #FFFFFF;
  font-size: 10;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

/* cal_week */

.table-responsive.dia-cal_week {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 5px;
  border-top: none;
  background: #555;
}

.table-responsive.dia-cal_week:last-child {
  margin-bottom: 0;
}

.table-top-level {
  border-bottom: 1px solid #333;
}

.headerfont {
  background-color: #F0F0F0;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  padding: 10px;
  text-shadow: 0px 1px 0px #fff;
}

.titlefont {
  font-style: normal;
  padding: 5px;
  border-bottom: none;
  text-align: center;
}

.time {
  color: #FFFFFF;
  font-size: 10px;
  font-style: normal;
  font-weight: lighter;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  line-height: 0.7em;
  text-align: left;
}

.bookingfont {
  color: #FFFFFF;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
  background-repeat: no-repeat;
  height: 34px;
}

.taula_reserves {
  background-color: #333;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 2;
}

.taula_reserves td,
.taula_reserves th {
  background: #6E6E6E;
  padding: 0;
  border: 1px solid #333;
}

.inner_taula_reserves td,
.inner_taula_reserves th {
  border-left: none;
  border-bottom: none;
}

.taula_reserves td {
  background-color: #444;
}

.semafor {
  position: relative;
  height: 70px;
  background-color: transparent;
}

.semafor .libre {
  float: right;
  margin-right: 4px;
  margin-top: 6px;
}

/*.semafor::after {*/

/*background-repeat: no-repeat;*/

/*content: '';*/

/*display: block;*/

/*height: 64px;*/

/*position: absolute;*/

/*left: 0;*/

/*top: 0;*/

/*width: 64px;*/

/*}*/

.semafor .image {
  float: left;
  max-width: 24px;
  padding: 2px 0 0 2px;
  /*left:0px;*/
}

.semafor a {
  width: 100%;
  height: 95%;
  display: block;
}

.semafor a div p {
  color: #fff;
  /*padding: 10px 5px 10px 5px;*/
  padding-right: 10px;
  padding-top: 5px;
  display: block;
  position: absolute;
  margin: 10px 5px 10px 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.semafor a div {
  padding-left: 0;
  padding-right: 0;
}

.semafor a.bookingfont {
  padding-right: 5px;
}

.semafor a.bookingfont img {
  width: 16px;
  height: 16px;
}

/* 
.semafor.ocupada {

  a {


    background-color: #E71D38;
  }
}

.semafor.ocupada::after {
  background-image: url("../images/ocupada64.png");
}

.semafor.pendiente {
  a {

    background-color: #F7A629;
  }
}

.semafor.pendiente::after {
  background-image: url("../images/pendiente64.png");
}

.semafor.libre {
  a {
    background-color: #C2D500;
  }
}

.semafor.no_reservable {
  background-color: #5e6a71;
}

.semafor.libre::after {
  background-image: url("../images/libre64.png");
} */

td.semafor {
  padding: 0;
  margin: 0;
  text-align: right;
  vertical-align: top;
  background: #6E6E6E;
  background-repeat: no-repeat !important;
  word-wrap: break-word;
  font-weight: normal;
  position: relative;
  background-clip: padding-box;
}

/*
  .semafor {
  background-image: url("../images/globus.png") !important;
  }
  */

.taula_reserves th {
  padding: 10px;
}

.reserva_col {
  width: 25px;
}

.recurs_col {
  width: 100px;
}

.reserva_msg {
  color: white;
  text-shadow: 0px 0px 1px #000;
}

.margin-bot > td {
  margin-bottom: 20px;
}

th.resourcefont {
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  border-bottom: none !important;
  text-align: left;
  padding: 4px 5px;
  background: #555 !important;
}

a.btn.more {
  box-shadow: none;
  margin: 0px !important;
  vertical-align: middle;
  display: block;
  font-size: 10px;
  padding: 2px 5px;
}

a.btn.more i {
  margin-right: 5px;
}

.panel {
  width: auto;
  margin: 0 0 20px 0;
}

form.userpref {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}

form.userpref > .title {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ddd;
}

form.userpref > .content {
  padding: 10px;
}

table.table-border {
  margin: 15px 0;
  background-color: #fff;
}

table.table-border,
table.table-border th,
table.table-border td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table.table-border th,
table.table-border td {
  padding: 5px 10px;
}

table.table-border th {
  background-color: #eee;
  font-weight: bold;
}

.trams thead tr th:first-child,
.trams .list td.id {
  display: none;
}

.frm input {
  margin-bottom: 15px;
}

form > .col {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

form > .col:last-child:after {
  content: '';
  display: block;
  clear: both;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.7px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #b1d7f2;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0.5px 0.5px 1.5px #000000, 0px 0px 0.5px #0d0d0d;
  border: 0px solid rgba(255, 255, 255, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #b1d7f2;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #b1d7f2;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0.5px 0.5px 1.5px #000000, 0px 0px 0.5px #0d0d0d;
  border: 0px solid rgba(255, 255, 255, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 8.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #b1d7f2;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #b1d7f2;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0.5px 0.5px 1.5px #000000, 0px 0px 0.5px #0d0d0d;
  border: 0px solid rgba(255, 255, 255, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 8.6px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #b1d7f2;
}

input[type=range]:focus::-ms-fill-upper {
  background: #b1d7f2;
}

/* range anterior

input[type=range] {
  padding: 15px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  border-width: 1px medium 1px 1px;
  border-color: rgba(0, 0, 0, 0.2);
  float: left;
  margin: 10px 0px;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  border-radius: 3px;
  box-shadow: inset 0 0 2px #eee;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 10px;
}

input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 0 0 100% 100%;
  background: #5CA6DB;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 20px;
  width: 15px;
}

input[type='range']::-moz-range-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #659FC9;
}

*/

output {
  background: #5CA6DB;
  color: #FFF;
  padding: 5px 10px;
  text-shadow: none;
  float: left;
  margin: 7px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

tr.disabled_ td {
  color: #999;
}

#libres output {
  background: #FCB341;
}

#libres input[type='range']::-moz-range-thumb {
  background: #FCB341;
}

#libres input[type='range']::-moz-range-thumb:hover {
  background: #E3A13B;
}

.userlvl {
  position: relative;
  background: #5CA6DB;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  display: block;
  margin-left: -1px;
  height: 40px;
  padding: 9px 12px;
  float: right;
  font-weight: bold;
}

code {
  display: block;
  width: 100%;
  font-family: monospace;
  overflow: auto;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #aaa;
  color: #444;
}

.table-verda {
  border-collapse: collapse;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: #d35400;
  border-radius: 3px 3px 0px 0px;
  table-layout: fixed;
}

/*para que la tabla de mis reservas se vea bien en versión tablet*/

@media (min-width: 480px) and (max-width: 800px) {
  .table-verda > thead > tr > th,
  .table-verda > tbody > tr > td {
    font-size: 12px !important;
    padding: 3px !important;
  }

  .table-verda > tbody > tr > td > a.btn-small {
    max-width: 120px;
  }
}

/*para que la tabla de mis reservas se vea bien en versión móvil*/

@media (max-width: 479px) {
  .table-verda > thead > tr > th,
  .table-verda > tbody > tr > td {
    font-size: 9px !important;
    padding: 2px !important;
  }
}

.table-verda th,
.table-verda td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  background-color: #fff;
  color: #444;
  text-shadow: none;
}

.table-verda th {
  background-color: #d35400;
  color: #fff;
  padding: 10px 17px;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

.table-verda tr.compact td,
.table-verda tr.compact th,
.table-verda.compact td,
.table-verda.compact th {
  padding: 3px 10px;
  font-size: 14px;
}

.table-verda tr:last-child td {
  border-bottom-color: #d35400;
}

.table-verda td:last-child {
  border-right-color: #d35400;
}

.table-verda td:first-child {
  border-left-color: #d35400;
}

.table-verda tr:nth-child(odd) td {
  background: #eee;
}

.table-verda tr.selected td {
  background: #EDB380;
}

.table-verda tr.disabled td {
  color: rgba(0, 0, 0, 0.4);
}

.table-verda tr.disabled td:first-child input {
  display: none;
}

.dark {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  z-index: 1060;
}

.dark .modal {
  position: relative;
}

.modal {
  vertical-align: middle;
  text-align: center;
}

.modal-inner {
  background: #fff;
  color: #444;
  display: inline-block;
  text-align: initial;
  max-width: 960px;
  width: 90%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transform: scale(0.97) translateY(-50%);
  transition: all 0.3s ease-out;
  opacity: 0;
}

.dark.active .modal-inner {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-top {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}

.dark > .modal-top {
  display: table;
}

.modal .modal-title {
  background: #d35400;
  padding: 20px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.modal .form {
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.col-2,
.col-3,
.col-1,
.col-1-3,
.col-2-3,
.col-4,
.col-5-10 {
  float: left;
  display: block;
  vertical-align: top;
  margin-left: -4px;
  padding: 0 8px;
  position: relative;
}

.col-2 {
  width: 50%;
}

.col-1 {
  width: 25%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66666%;
}

.col-3 {
  width: 75%;
}

.col-4 {
  width: 100%;
}

.col-5-10 {
  width: 20%;
}

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

.group:last-child {
  margin-bottom: 0;
}

/* Utilitats */

.bold {
  font-weight: bold;
}

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

.text-center > .pista {
  color: #ffffff;
}

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

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

.red {
  color: red;
}

.green {
  color: green;
}

.blue {
  color: blue;
}

.hidden {
  display: none !important;
}

#table-socis .resum span {
  display: block;
  color: green;
}

#table-socis .resum {
  font-weight: bold;
}

#table-socis .resum button {
  margin-right: 10px !important;
}

#table-socis .resum input[type="radio"] {
  margin: 3px 5px 0px 0px;
  vertical-align: middle;
}

#table-socis .owner {
  color: #2980b9;
}

.float-right {
  float: right;
  display: block;
}

.float-left {
  float: left;
  display: block;
}

.div-center {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 5px;
}

.list > .item {
  background: white;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-top: -1px;
  display: block;
}

.list > .item:after {
  content: '';
  display: block;
  clear: both;
}

.list > .item span {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px;
}

.list > .item span .btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.filtres {
  padding: 10px;
  background: white;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.partido {
  padding: 10px;
  background: white;
  margin-bottom: 10px;
  border: 2px solid #eee;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  float: left;
  width: 303px;
  margin-right: 10px;
  min-height: 480px;
}

.partido.activo {
  border-color: #27ae60;
  background: #EDFAF3;
}

.partido .equip-blau {
  background: blue;
}

.partido .equip-vermell {
  background: red;
}

.partido .equip {
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  display: block;
  margin: 0;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.partido .equip > p,
.partido .set {
  padding: 0;
  margin: 0;
}

.partido .set {
  border-right: 1px solid #fff;
  font-size: 22px;
}

.small {
  font-size: 12px;
}

h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #003D84;
  font-weight: lighter;
}

.time-input {
  width: 5em;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: auto;
  max-height: 135px;
}

.debug-config {
  background: white;
  color: black;
  border: 2px solid red;
  display: inline-block;
  margin: 20px 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.debug-config .title {
  background: red;
  color: white;
  padding: 10px 25px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.debug-config .content {
  padding: 10px;
  width: 100%;
  overflow: auto;
}

.debug-config .content p {
  margin: 0;
}

footer {
  color: #ddd;
  padding: 25px;
  margin: 0;
  font-size: 13px;
  margin-top: 10px;
  background-color: #d35400;
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

footer p {
  margin: 0;
}

footer a:link,
footer a:visited {
  color: #eee;
}

header {
  background-color: #F07526;
  margin-bottom: 40px;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.1);
}

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

.main-menu {
  margin-bottom: 30px;
  background-color: #d35400;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  float: left;
}

.main-menu ul li a {
  padding: 10px 15px;
  color: #fff;
  display: block;
  transition: all 0.3s;
  font-size: 15px;
}

.main-menu ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

.logo-softneos img {
  height: 100px;
}

.logo-softneos {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  border: none !important;
}

.logo-club {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 100px;
  background: #fff;
}

.logo-club-bottom {
  display: block;
  right: 100px;
  bottom: 100px;
  max-width: 200px;
}

header .user-info {
  padding-top: 5px;
  padding-right: 20px;
}

h2 {
  margin-top: 0;
}

#confirm .modal-content {
  text-align: center;
}

.fa {
  z-index: 0;
  position: relative;
}

.tab-control .tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.tab-control .tab-list li {
  display: block;
  padding: 10px 25px;
  float: left;
  background-color: #ddd;
  border: 1px solid #bbb;
  margin-left: 2px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  color: #666;
}

.tab-control .tab-list li:first-child {
  margin-left: 0;
}

.tab-control .tab-list li:hover {
  cursor: pointer;
}

.tab-control .tab-list li.active {
  margin-top: -1px;
  border-bottom: 0;
  background-color: #fff;
  z-index: 5;
  position: relative;
  padding-bottom: 12px;
  box-shadow: none;
  color: #D35400;
}

.tab-control .tab {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #bbb;
  margin-top: -1px;
}

/* CSS per els torneigos */

.brackets {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  height: 1900px;
}

.brackets .bracket {
  width: 200px;
  float: left;
  margin-right: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.bracket .team {
  margin-bottom: 40px;
  height: 50%;
  position: relative;
  width: 100%;
  min-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.bracket .team .player {
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #eee;
  width: 75%;
  height: 40px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.bracket .team .player:not(:first-child) {
  border-top: none;
}

.bracket .match {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.bracket:not(:first-child) .team::before {
  content: '';
  border-bottom: 2px solid #aaa;
  position: absolute;
  left: -50px;
  top: 50%;
  width: 50px;
  margin-top: -1px;
}

.bracket:not(:last-child) .match::after {
  content: '';
  border-right: 2px solid #aaa;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  position: absolute;
  height: 50%;
  right: -42px;
  top: 25%;
  margin-top: -22px;
  width: 40px;
}

.bracket .team .score {
  display: block;
  font-weight: bold;
  width: 25%;
  height: 80px;
  padding: 8px;
  padding-top: 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-color: #aaa;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  font-size: 24px;
}

.bracket .team.winner .score {
  background-color: red;
}

.bracket .team.winner {
  font-weight: bold;
}

#confirm .modal-inner {
  max-width: 360px;
}

.reserva-icon:link,
.reserva-icon:visited {
  font-size: 2em;
  padding: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  position: absolute;
  right: 5px;
  top: 0;
}

.reserva-icon:hover {
  color: white;
}

.club-title {
  color: #fff;
  margin: 10px 0;
  font-size: 2em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#lgn_cap a:hover {
  text-decoration: none;
}

#lgn_cap .club-title {
  margin: 40px 0;
  text-decoration: none;
}

.horari .time-input {
  margin: 0 10px;
}

.horari {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px 15px;
  background: #f7f7f7;
  float: left;
  width: 48%;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.horari:hover {
  border: 1px solid #ffc0b9;
}

.horari.add {
  text-align: center;
  height: 259px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horari.add .btn {
  min-width: 50%;
  font-size: 1.2em;
  padding: 1em;
}

.horari .dies span {
  width: 90px;
  display: inline-block;
  white-space: nowrap;
}

.modal {
  -webkit-overflow-scrolling: auto;
  position: relative;
}

.modal.fade {
  position: fixed;
  display: none;
}

.modal.fade .modal-title {
  background: #444;
}

#select_socios_modal .table_container {
  overflow-y: auto;
  max-height: 350px;
}

#select_socios_modal table th {
  color: #fff;
  padding: 10px 17px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #444;
  text-align: center;
  padding: 10px 17px;
}

#select_socios_modal table th:nth-child(1) {
  width: 20px;
}

#select_socios_modal table th:nth-child(2) {
  width: 90%;
}

#select_socios_modal table tbody tr:nth-child(even) {
  background: #eee none repeat scroll 0 0;
}

#select_socios_modal table tbody tr td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #444;
  padding: 10px;
  text-shadow: none;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #select_socios_modal {
    padding-right: 0px !important;
  }

  #select_socios_modal .modal-dialog {
    margin: 10px;
    margin-top: 60px;
  }

  #select_socios_modal .modal-dialog .modal-content {
    padding: 0px;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-header {
    padding: 2px 10px;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-header button {
    font-size: 40px;
    opacity: 0.9;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-title {
    text-align: left;
    padding: 5px 0 0 0px;
    color: #333;
    background: none;
    border: none;
    font-weight: normal;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-body {
    padding-top: 5px;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-body table tbody tr td {
    padding: 5px;
  }

  #select_socios_modal .modal-dialog .modal-content .modal-body .btn-xs-100 {
    margin: 0px;
    padding: 5px 0px;
  }
}

.confirmation-modal {
  position: fixed;
  /*display:block;*/
}

.modal_c {
  position: fixed;
}

.avis {
  float: right;
  cursor: pointer;
  color: white;
  margin-right: 3px;
}

.avis:hover {
  text-decoration: underline;
}

textarea {
  resize: vertical;
  min-height: 60px;
  height: 60px;
  max-height: 200px;
}

.manage-groups .llista {
  padding-left: 0;
}

.manage-groups .llista li.equipos {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}

.manage-groups .llista li.equipos .equipo {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
}

.dropdown.dropdown_header {
  margin: -9px -9px 0 0;
}

.dropdown.dropdown_header .dropdown-toggle {
  border-radius: 0;
  padding: 10px 15px;
  height: 41px;
}

.dropdown.dropdown_header ul.dropdown-menu {
  margin-top: -5px;
}

.dropdown.dropdown_header ul.dropdown-menu li a {
  color: #000 !important;
}

.dropdown-compra {
  margin: -9px -9px 0 10px;
}

.dropdown-compra button {
  border-radius: 0;
}

.dropdown-compra li a {
  color: #000 !important;
}

input.disabled {
  background-color: #eee;
  border: #aaa;
}

.disabled {
  pointer-events: none;
}

#loading {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  display: table-cell;
  vertical-align: middle;
  display: none;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #999;
}

#loading_centered {
  margin-top: 20%;
  text-align: center;
}

#loading_content {
  max-width: 250px;
  margin: 0px auto;
}

#gamelvl .ui-slider {
  margin-top: 8px;
  margin-bottom: 10px;
}

#gamelvl .ui-slider .ui-slider-handle {
  background-color: #2196f3;
  border-color: #00589e;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

#asistenciaCheck {
  margin-right: 4px;
}

.modal-footer .btn + .btn {
  /*   margin-bottom: 10px; */
}

.centerImage {
  position: relative;
  margin-right: 5px;
  width: 100px;
  height: 100px;
  border: 1px solid #efefef;
  display: inline-block;
}

.centerImage img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

[v-cloak] {
  display: none;
}

.v-select:not(.open) .vs__selected-options input[type=search] {
  position: absolute;
  width: 100%;
  height: 100%;
}

body .notifyjs-bootstrap-base {
  white-space: unset;
}

body .notifyjs-wrapper {
  width: 100%;
  left: 0px;
}

.pageA4 {
  width: 21cm;
  min-height: 29.7cm;
  padding: 0.5cm;
  /*margin: 1cm auto; */
  /*border: 1px #D3D3D3 solid;*/
  /*border-radius: 5px;*/
  background: white;
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

.subpageA4 {
  /*padding: 1cm;*/
  /*border: 5px red solid;*/
  height: 250mm;
  /*outline: 2cm #FFEAEA solid;*/
}

.footerpageA4 {
  /*padding: 1cm;*/
  /*border: 5px red solid;*/
  height: 25mm;
  /*outline: 2cm #FFEAEA solid;*/
}

@media print {
  .pageA4 {
    margin: 0;
    /*border: initial;*/
    /*border-radius: initial;*/
    width: initial;
    min-height: initial;
    /*box-shadow: initial;*/
    /*background: initial;*/
    page-break-after: always;
  }
}

.modal-A4 {
  width: 22cm;
}

.marcas-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 91.4rem;
  list-style: none;
  padding-left: 0;
}

.marcas-grid > .marca {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .marcas-grid > .marca {
    -ms-flex: 0 0 calc(50% - 3rem);
    flex: 0 0 calc(50% - 3rem);
  }
}

.editarSancionesEntreClubsBody {
  max-height: 100%;
  padding-bottom: 20px;
  box-shadow: 10px 10px 10px #999;
  overflow-y: auto;
}

.editarSancionesEntreClubsBody .panel {
  margin-bottom: 15px;
}

.editarSancionesEntreClubsBody .panel-heading {
  padding: 10px 15px;
}

.editarSancionesEntreClubsBody .btn {
  margin-bottom: 5px;
}

.editarSancionesEntreClubsBody .heading .row,
.editarSancionesEntreClubsBody .sancion .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .editarSancionesEntreClubsBody .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .editarSancionesEntreClubsBody .col-md-4,
  .editarSancionesEntreClubsBody .col-md-2,
  .editarSancionesEntreClubsBody .col-md-1 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .editarSancionesEntreClubsBody select,
  .editarSancionesEntreClubsBody input,
  .editarSancionesEntreClubsBody button {
    width: 100%;
  }

  .editarSancionesEntreClubsBody .eliminar_sanciones_btn_confirm {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .editarSancionesEntreClubsBody .col-md-4,
  .editarSancionesEntreClubsBody .col-md-2,
  .editarSancionesEntreClubsBody .col-md-1 {
    margin-bottom: 5px;
  }

  .editarSancionesEntreClubsBody .eliminar_sanciones_btn_confirm {
    width: auto;
  }
}

.editarSancionesEntreClubsBody .modal-header .close {
  text-align: right;
}

.plantillaRender .campo.required:before {
  margin: 3px 0px 0 -15px !important;
}