/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.modal-backdrop {
  background-color: black;
}
.modal-backdrop.show {
  opacity: 0.90;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-lg {
  max-width: 900px;
}
.modal .modal-content {
  border-radius: 0px;
  border-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('https://admin.ctacaracas.com/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.col-md-1 {
  flex: 0 0 10%;
  max-width: 10%;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
/* Estilos boton dropdown de reportes */
div.dropdown {
  display: inline;
}
.btn-secondary,
.btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent !important;
}
.dropdown-menu {
  background-color: #3f3f3f;
}
.dropdown-menu > a:hover {
  background-color: #505050;
}
/* Fin estilos boton dropdown de reportes */
/* Estilos del menú */
.burger-button {
  position: fixed;
  top: 30px;
  left: 200px;
  z-index: 1;
  background-color: #4d4d4d;
  font-size: 20px;
  color: #b4d053;
  padding: 3px 10px;
  border-radius: 100%;
  transition: 0.3s ease-in;
}
.burger-button.menu-closed {
  transform: translate(-200px);
  transition: 0.3s ease-in;
}
.burger-button:hover {
  color: #b4d053;
}
.container-menu {
  top: 0;
  width: 220px;
  height: 100%;
  direction: rtl;
  overflow-y: scroll;
  display: inline-block;
  position: fixed;
  transition: 0.3s ease-in;
  z-index: 1;
}
.container-menu.menu-closed {
  transform: translate(-200px);
  transition: 0.3s ease-in;
}
.container-menu .menu {
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 0px;
  margin: 0px;
}
.container-menu .menu li {
  list-style: none;
}
.container-menu .menu .menu-item a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 12px 25px;
  color: #fff;
  background: #000;
}
.container-menu .menu .menu-item a.navbar-brand {
  text-align: center;
}
.container-menu .menu .menu-item a.navbar-brand img {
  display: inline;
  width: 175px;
}
.container-menu .menu .menu-item a.active {
  color: #b4d053;
}
.container-menu .menu .menu-item a:hover {
  color: #b4d053;
}
.container-menu .menu .menu-item a .icon {
  font-size: 17px;
  line-height: 18px;
}
.container-menu .menu .menu-item a .icon.left {
  float: left;
  margin-right: 10px;
}
.container-menu .menu .menu-item a .icon.right {
  float: right;
  margin-right: 10px;
}
.container-menu .menu .menu-item ul {
  display: none;
  padding: 0px;
}
.container-menu .menu .menu-item ul li a {
  background: #4d4d4d;
}
.container-menu .menu .menu-item ul li a.active {
  color: #b4d053;
}
.container-menu .menu .menu-item ul li a:hover {
  color: #b4d053;
}
.container-menu .menu .menu-item ul li ul li a {
  background: #303030;
}
.container-menu .menu .menu-item ul li ul li a.active {
  color: #b4d053;
}
.container-menu .menu .menu-item ul li ul li a:hover {
  color: #b4d053;
}
.container-menu ~ div {
  width: calc(100% - 240px);
  margin-left: 240px;
  transition: 0.3s ease-in;
}
.container-menu ~ div.fullpage {
  width: calc(100% - 50px) !important;
  margin-left: 35px;
}
.container-menu-noticias ~ div {
  width: calc(100% - 220px);
  margin-left: 220px;
  transition: 0.3s ease-in;
}
.container-menu-noticias ~ div.fullpage {
  width: calc(100% - 0px) !important;
  margin-left: 0px;
}
.dataTables_wrapper {
  width: 100%;
}
#page-wrap {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header a {
  cursor: pointer;
}
#page-wrap header .dropdown-menu.account-menu {
  left: auto;
  right: 0px;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
}
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.ng-not-empty ~ .floating-label {
  top: -0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
}
body {
  padding-top: 0px !important;
}
.bg-dark,
.bg-dark:hover {
  background: black !important;
}
.enlace {
  text-decoration: none;
  margin: 0px 15px;
  transition: all 0.5s ease;
}
.enlace:hover {
  text-decoration: none;
  color: #b4d053 !important;
  transition: all 0.5s ease;
}
label.invalid,
label.invalid-date,
label.invalid-min,
label.invalid-max {
  display: none;
}
.ng-invalid-max ~ label.invalid,
.ng-invalid-date ~ label.invalid-date,
.ng-invalid-min ~ label.invalid-min,
.ng-invalid-max ~ label.invalid-max {
  display: block;
  font-size: 12px;
  color: red;
}
.backScreen {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 100000;
  display: table;
  text-align: center;
}
.backScreen i {
  font-size: 5em;
  color: white;
  line-height: 100vh;
}
/*header.header-payment{
  display: none;
}*/
@media (max-width: 480px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .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,
  .col-md,
  .col-md-auto,
  .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,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    margin-left: 0px !important;
  }
  .banner img {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}
.modal .modal-content {
  border-radius: 5px;
}
.modal .modal-content .modal-header hr {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #b4d053;
  width: 90%;
}
.modal .modal-content .modal-header .modal-title {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 1.3em;
}
.modal-header .close {
  margin: -40px -1rem -1rem auto;
  position: absolute;
  right: 0px;
  outline: none;
}
.modal .modal-body .text-center {
  margin: 0px auto;
  width: 100%;
  color: #4d4d4d;
}
.label-title-search {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: block;
}
.label-title-search ~ .form-material.floating {
  margin-top: 0px;
}
.table td,
.table thead th {
  vertical-align: middle;
}
.min-height {
  min-height: 55vh;
}
.select2 > .select2-choice.ui-select-match {
  /* Because of the inclusion of Bootstrap */
  height: 29px;
}
.selectize-control > .selectize-dropdown {
  top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
  background: #fff;
  position: relative;
  z-index: 1;
}
.alert-info.positioned {
  margin-top: 1em;
  position: relative;
  z-index: 10000;
  /* The select2 dropdown has a z-index of 9999 */
}
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * 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.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 12px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}
.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}
.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}
.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}
.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}
.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
body .modal-backdrop {
  z-index: 1;
}
body .modal-backdrop ~ .modal-backdrop {
  z-index: 100;
}
body .modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {
  z-index: 1000;
}
#success-modal {
  z-index: 10000;
}
#message-modal {
  z-index: 10000;
}
.modal#exampleModalCenter {
  z-index: 90;
}
.modal#group-modal {
  z-index: 90;
}
table.dataTable thead {
  text-align: center;
}
table.dataTable tbody td {
  text-align: center;
  color: #4d4d4d;
}
.dataTables_info {
  margin-bottom: 0;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 12px;
  z-index: 10 !important;
}
.btn-primary {
  background-color: #b4d053;
  border-color: #b4d053;
}
.btn-secondary {
  background-color: #5284ce !important;
  border-color: #5284ce !important;
}
.area-page {
  width: calc(100% - 50px);
  margin: 25px;
  padding: 20px 30px;
  background: white;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable,
table.dataTable.no-footer {
  border-top: 0px;
  margin-top: 60px;
}
table.dataTable thead th {
  font-size: 15px;
  font-weight: 500;
}
table.dataTable tbody tr {
  border-bottom: 2px solid #ebebeb;
}
table tr button.btn,
table tr a.btn {
  background-color: transparent !important;
  color: #999999 !important;
  font-size: 2em !important;
  padding: 0px !important;
  border: 0 !important;
  margin: 0px 3px !important;
}
table tr button.btn:hover,
table tr a.btn:hover {
  background-color: transparent !important;
  color: #b4d053 !important;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
}
.dataTables_wrapper .dataTables_filter input {
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border: 0px;
  outline: none;
  border-bottom: 2px solid #b4d053;
  transition: all 0.5s ease;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: center;
  float: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px;
  font-size: 14px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: transparent;
  font-weight: bold;
  border: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: transparent;
  font-weight: bold;
  border: 0px;
  color: black !important;
  padding: 5px;
}
.btn {
  border-radius: 0px;
  outline: none !important;
}
a.btn-primary:active {
  background: #b4d053 !important;
  border-color: #b4d053 !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background: #b4d053 !important;
  border-color: #b4d053 !important;
}
a.btn-secondary:active {
  background: #5284ce !important;
  border-color: #5284ce !important;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  background: #5284ce !important;
  border-color: #5284ce !important;
}
.cancel-button {
  background-color: #999999;
  color: white;
}
.cancel-button:hover {
  color: white;
}
.dataTables_wrapper .dataTables_info {
  position: relative;
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.columns-7 {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  margin: 0% 2%;
  font-size: 10px;
}
.columns-5 {
  width: 16%;
  display: inline-block;
  vertical-align: middle;
  margin: 0% 2%;
}
.columns-3 {
  width: 29.333%;
  display: inline-block;
  vertical-align: top;
  margin: 0% 2%;
}
.columns-1 {
  width: 16%;
  display: block;
  vertical-align: middle;
  margin: 20px auto;
}
.link-profile {
  color: black;
  text-decoration: underline;
}
.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  border-bottom: 1px solid #999 !important;
  font-size: 12px;
  padding-left: 5px;
}
.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label,
.form-material .form-control ~ .floating-label,
.form-material .form-control ~ .floating-label,
fieldset .form-material .form-control ~ .floating-label {
  color: black;
  font-size: 12px !important;
}
.text-center {
  text-align: center !important;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  font-size: 12px;
  padding-left: 5px !important;
}
#editMatch {
  width: 40%;
  margin: 0px auto;
}
#editMatch .btn-primary {
  width: 100px;
  margin: 0px auto;
  display: block;
}
.banner-pub {
  width: 970px;
  height: 90px;
  margin: 0px auto;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 5px 8px, rgba(0, 0, 0, 0.1) 3px 5px 8px;
}
.banner-image {
  width: 970px;
  height: 90px;
  margin: 0px auto;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 5px 8px, rgba(0, 0, 0, 0.1) 3px 5px 8px;
}
.table td {
  font-size: 12px !important;
}
table.dataTable thead th {
  font-size: 13px !important;
}
.input-group.date input {
  font-size: 12px;
  padding-left: 5px !important;
  border-radius: 0;
  border-color: transparent;
  border-bottom: 1px solid #999 !important;
  height: 20px;
}
.input-group-append {
  height: 20px;
}
.input-group-append .input-group-text {
  background: transparent;
  border: 0px;
}
.datepickerlabel {
  color: black;
  font-size: 12px !important;
}
.row hr {
  background: #b4d053;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
}
.message-bussy {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 15px;
  background: rgba(206, 82, 82, 0.4);
  padding: 10px;
  text-align: center;
  color: #ce5252;
}
#homepage {
  text-align: left;
  display: table;
  width: 100%;
  position: relative;
  padding: 10% 5% 3% 5%;
  background-image: url(https://admin.ctacaracas.com/images/CTA_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 98px);
  margin-bottom: -40px;
}
#homepage:before {
  content: "";
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  top: 0px;
}
#homepage h1 {
  font-size: 5em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: black;
  position: relative;
  z-index: 2;
  line-height: 1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#homepage h2 {
  font-weight: 200;
  font-size: 2.5em;
  line-height: 1em;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#homepage h2 strong {
  font-weight: bold;
}
#homepage h5 {
  margin: 12% auto 0px auto;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
  color: white;
  font-size: 1.2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#homepage .button-form {
  margin-top: 30px;
  text-align: center;
}
#homepage .button-form a.btn {
  display: inline;
  font-size: 0.8em;
  color: white;
  padding: 8px 15px;
  margin: 0px 10px;
  border-radius: 0px;
}
#homepage .button-form a.btn i {
  margin-right: 5px;
}
@media (max-width: 480px) {
  #homepage h1 {
    font-size: 2rem;
  }
  #homepage h2 {
    font-size: 1.4rem;
    width: 90%;
    margin: 0px auto;
  }
}
#homepage ~ footer {
  color: white;
  border-top: 0px;
}
#welcome {
  padding-top: 75px;
  padding-bottom: 75px;
}
#register .areaReg {
  background: rgba(255, 255, 255, 0.8);
  padding: 2% 0px 1% 0px;
  border-radius: 3px;
  width: 100%;
  margin: 0px auto;
}
#register .table td {
  text-align: center;
}
#register .image-profile img {
  width: 100%;
  max-width: 250px;
}
#register .planilla-div .form-group {
  margin: 0px;
}
#register .search_ci {
  display: table;
  width: 100%;
}
#register .search_ci .form-group {
  width: calc(40%);
  max-width: 500px;
  display: inline-table;
}
@media (max-width: 480px) {
  #register .search_ci .form-group {
    width: calc(100% - 50px);
  }
}
#register .search_ci button {
  display: inline-table;
  margin-left: 10px;
}
#register .radio-custom {
  display: inline-block;
  margin-right: 15px;
  color: black;
}
#register .radio-custom label {
  color: black;
  font-size: 13px;
  padding-left: 5px;
}
#register .button-form {
  text-align: right;
  margin: 40px auto 20px auto;
  padding-right: 10%;
}
#register .button-form button {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
  border-radius: 0px;
  padding: 5px 20px;
  border-color: transparent;
  outline: none;
}
#register .button-form .btn-primary {
  background: #5284ce;
}
#register .label-planilla {
  font-size: 1rem;
  color: #757575;
  margin-right: 50px;
}
#register .info-file {
  font-size: 1rem;
  color: #3f51b5;
  margin-right: 50px;
  font-weight: 500;
}
#register .title {
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #register .title {
    font-size: 1.6rem;
  }
}
#register .pagar {
  width: auto;
  margin: 0px auto 30px auto;
  padding: 0.375rem 1.75rem;
}
#register label.error-tdc {
  font-size: 10px;
  position: absolute;
  color: red;
}
#register .date-d {
  border-bottom: 1px solid #999;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
  font-size: 13px;
  text-align: center;
}
#register .message-pay {
  margin-bottom: 20px;
  font-size: 15px;
  background: rgba(206, 82, 82, 0.4);
  padding: 10px;
  text-align: center;
  color: #ce5252;
}
#register .message-ced {
  margin-bottom: 20px;
  font-size: 12px;
  color: #3f51b5;
}
#register .icon-mp {
  padding: 15px;
}
#register .icon-mp img {
  display: inline-block;
  width: 100px;
  margin-left: 5px;
}
#register .icon-mp .total {
  float: right;
  padding-right: 30px;
}
#register .icon-mp .total .text {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
}
#register .icon-mp .total div {
  font-size: 12px;
}
#register .hidden-form {
  display: none;
}
#register .show {
  display: block !important;
}
#register a.btn {
  display: inline;
  font-size: 1.1em;
  color: white;
  padding: 8px 15px;
  margin: 0px 10px 0px 0px;
}
#register a.btn i {
  margin-right: 5px;
}
#register hr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #b4d053;
  margin-bottom: 30px;
  margin-top: 1rem;
  height: 0px;
}
#register .btn-edit {
  width: auto;
  border-radius: 0px;
  font-size: 15px;
  padding: 5px 20px;
}
#register .payment-a a {
  color: #fff !important;
  background: #0069d9 !important;
  border-color: #0062cc !important;
}
#register .subtitle {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 200;
  color: #4d4d4d;
}
#register .col-md-12 {
  padding-right: 0px;
}
@media (max-width: 480px) {
  #register .col-md-12 {
    padding-right: 0px;
  }
  #register .form-pas {
    padding-left: 0px;
  }
}
#register .modal .modal-dialog {
  width: 40%;
}
#register .mensaje-pago {
  width: 450px;
  margin: 10px auto;
  color: red;
}
#register .form-material .form-control:disabled ~ .floating-label,
#register .form-material .form-control[disabled] ~ .floating-label,
#register fieldset[disabled] .form-material .form-control ~ .floating-label,
#register .dis {
  color: black;
}
#register .search_ci {
  width: 50%;
  display: inline-table;
}
#register .search_ci .cedula label {
  display: inline-table;
  vertical-align: bottom;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: bold;
}
#register .search_ci .cedula input {
  margin-left: 10px;
  width: 200px;
  display: inline-table;
  vertical-align: bottom;
  padding: 0.375rem 0.75rem 0px 0.75rem;
  color: #495057;
  background: transparent;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #999999;
  text-align: center;
  font-size: 13px;
}
#register .botones {
  width: 49%;
  display: inline-table;
  text-align: right;
  vertical-align: bottom;
}
#register .botones a {
  color: #fff !important;
  background: #5284ce !important;
  border-color: #5284ce !important;
  border-radius: 0px;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 20px;
  text-shadow: none;
  margin-bottom: 0px;
  text-decoration: none;
  font-weight: normal;
  margin: 10px;
  font-family: Arial;
  display: inline-block;
}
#register select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem - 6px);
}
#register .tabs-section ul {
  width: 100%;
}
#register .tabs-section ul li {
  width: 50%;
}
#register .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#register .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#register datepicker .form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 600;
}
#register .dataTables_filter {
  float: right;
}
#register #table-matchs_wrapper {
  padding-top: 0;
}
#MP-Checkout-dialog {
  border: 0px solid !important;
}
#register ~ footer {
  color: white;
  border-top: 0px;
}
.btn-ranking {
  margin-top: 13px;
}
#table-ranking {
  margin-top: 16px;
}
#new {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 98px);
  padding: 20px 0px 4% 0px;
  margin-bottom: -40px;
  display: table;
  width: 100%;
}
#new .area-page {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
#new .image-profile img {
  width: 100%;
  max-width: 250px;
}
#new hr {
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: 1px solid #4950574d;
  width: calc(100% - 15px);
  margin-left: 15px;
}
#new .title {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 480px) {
  #new .title {
    font-size: 1.6rem;
  }
}
#new .btn-find {
  width: 100px;
}
#new .button-form {
  text-align: center;
  margin: 40px 50px 50px auto;
}
#new .button-form button {
  width: auto;
}
#new label.match {
  display: block;
  font-size: 12px;
  color: red;
}
#new .radio-custom {
  display: inline-block;
  margin-right: 15px;
  color: black;
}
#new .radio-custom label {
  color: black;
  font-size: 13px;
  padding-left: 5px;
}
#new label.sex {
  color: black;
}
#new select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + -6px);
}
#new .download_planilla {
  width: 160px;
}
#new .upload_form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
}
#new .upload_form .btn,
#new .upload_form a {
  font-size: 14px;
}
#new .upload_form .btn i,
#new .upload_form a i {
  margin-right: 3px;
}
#new .label-planilla {
  font-size: 13px;
  font-weight: 500;
  color: black;
  display: block;
}
#new .btn-register {
  font-size: 14px;
  background: #5284ce;
  border-color: #5284ce;
  box-shadow: 10px 10px 15px -10px #333333;
}
#new datepicker .form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 600;
}
#new ._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #aac90e;
}
#new.show {
  display: table !important;
}
#new.hidden-form {
  display: none;
}
#news {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 92vh;
  padding: 25px 0px;
  margin-bottom: -65px;
  background-image: url(https://admin.ctacaracas.com/images/CTA_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow-y: auto;
}
#news .banner {
  position: relative;
  width: 100%;
}
.container-menu ~ #news {
  min-height: 100vh;
}
.container-menu ~ #news .btn-prev {
  left: 300px;
  transition: 0.3s ease-in;
}
.container-menu.menu-closed ~ #news .btn-prev {
  left: 5%;
  transition: 0.3s ease-in;
}
.container-menu.menu-closed ~ #news .btn-next {
  right: 5%;
}
#news #news-modal img {
  max-width: 100%;
}
#news #news-modal .modal-content {
  padding-left: 30px;
  padding-right: 30px;
}
#news #news-modal .modal-content .modal-header .modal-title {
  color: #B4D053;
}
#news #news-modal .modal-content .modal-header hr {
  border-top: 2px solid #999999;
  width: 50%;
}
#news #news-modal .modal-content .news-image {
  margin: 20px auto;
  max-width: 100%;
}
#news #news-modal .modal-content .modal-body {
  padding-left: 30px;
  padding-right: 30px;
  color: #4d4d4d;
  text-align: justify;
}
#news .content {
  margin-top: 50px;
  margin-bottom: 75px;
}
#news ~ footer {
  color: white;
  border-top: 0px;
}
#news .news-slider {
  display: flex;
  margin: auto 100px;
  height: 500px;
}
@media (max-width: 480px) {
  #news .news-slider {
    width: 90%;
    margin: 0px auto;
  }
}
#news .slick-list {
  width: 100% !important;
}
#news .slick-track {
  display: flex;
}
#news .btn:focus {
  outline: none;
}
#news .btn-next {
  position: absolute;
  right: 6%;
  top: 50%;
  font-size: 50px;
  background-color: #fff0;
  color: #72920C;
  transform: scaleY(1.7);
}
@media (max-width: 480px) {
  #news .btn-next {
    right: -5px;
  }
}
#news .btn-prev {
  position: absolute;
  left: 3%;
  top: 50%;
  font-size: 50px;
  background-color: #fff0;
  color: #72920C;
  transition: 0.3s ease-in;
  transform: scaleY(1.7);
}
@media (max-width: 480px) {
  #news .btn-prev {
    left: -5px;
  }
}
#news .news-container {
  min-width: 350px;
  max-width: 350px;
  width: 22%;
  height: 490px;
  margin: 0px auto;
  background-color: #FFF;
  box-shadow: 10px 10px 15px -10px #333333;
}
#news .news-container:hover .news-title {
  background-color: #72920C;
}
#news .news-container .news-image {
  width: 100%;
  height: 200px;
}
#news .news-container .news-title {
  position: relative;
  top: -35px;
  background-color: #B4D053;
  color: #FFF;
  padding: 15px 15px;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
  line-height: 20px;
}
#news .news-container .news-content {
  color: #999999;
  position: relative;
  font-size: 16px;
  top: -45px;
}
#news .news-container .news-content p {
  overflow: hidden;
  line-height: 1.2em;
  max-height: 10em;
  text-align: justify;
  padding: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*
                &:after {
                    content: '';
                    position: absolute;
                    right: 25px;
                    bottom: 0px;
                    width: 1.5em;
                    height: 1em;
                    margin-top: 0.2em;
                    background: white;
                }
                */
}
#news .news-container .news-content p:before {
  /*
                    content: '...';
                    position: absolute;
                    right: 25px;
                    bottom: 0;
                    z-index: 1;
                    */
  content: 'Click para leer más';
  position: absolute;
  right: 25px;
  bottom: -25px;
  z-index: 1;
  font-size: 12px;
  font-style: italic;
}
#login {
  background-color: #171717;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0px 10% 0px;
  margin-bottom: -65px;
  height: calc(100vh - 98px);
  display: table;
  width: 100%;
}
#login .banner-pub {
  margin-bottom: 5%;
}
#login .title {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  #login .title {
    font-size: 1.6rem;
  }
}
#login form .cedula-field {
  background: rgba(95, 110, 27, 0.7);
}
#login form .pass-field {
  background: rgba(0, 0, 0, 0.7);
}
#login .text-center {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#login .text-center a {
  color: black;
  font-size: 13px;
}
#login .button-form {
  text-align: center;
  margin: 10px auto 50px auto;
}
#login .button-form button {
  width: auto;
  background: #5284ce;
  border: 1px solid #5284ce;
  padding: 5px 30px;
  font-size: 13px;
}
#login .modal .modal-dialog {
  width: 40%;
}
#login hr {
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: 1px solid #4950574d;
  width: calc(100% - 15px);
  margin-left: 15px;
}
#login ~ footer {
  color: white;
}
#process-payment .message-trans {
  padding: 30vh 0px;
  text-align: center;
}
#process-payment a.btn {
  display: block;
  margin: 50px auto;
  width: 100px;
}
#success-payment .message-trans {
  padding: 30vh 0px;
  text-align: center;
}
#success-payment a.btn {
  display: block;
  margin: 50px auto;
  width: 100px;
}
.report-container {
  margin: 20px auto;
}
.ng-hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.show {
  visibility: visible !important;
}
.pagination {
  visibility: hidden !important;
}
.form-material select.form-control {
  font-size: 0.9rem;
}
table {
  border: 1px solid #dee2e6;
}
.ng-table-header span {
  font-size: 0.8rem;
}
.table td {
  text-align: center;
  font-size: 0.8rem;
}
td > button.btn {
  font-size: 0.9rem !important;
}
#report-users .table td {
  text-align: center;
}
#report-users .hidden-form {
  display: none;
}
#report-users .show {
  display: block !important;
}
#report-users .table td {
  font-size: 0.8rem;
}
#report-users hr {
  width: calc(100% - 30px);
}
#dashboard {
  padding-top: 100px;
}
#dashboard .button-form {
  margin: 30px auto;
  text-align: center;
}
#dashboard .button-form a.btn {
  display: inline;
  font-size: 1.1em;
  color: white;
  padding: 8px 15px;
  margin: 0px 10px;
}
#dashboard .button-form a.btn i {
  margin-right: 5px;
}
#assign-delegate .search_ci .form-material.floating {
  width: calc(100% - 60px);
  display: inline-table;
  margin-right: 10px;
}
#assign-delegate .search_ci button {
  display: inline-table;
}
#assign-delegate .date-d {
  border-bottom: 1px dashed #bdbdbd;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
}
#assign-delegate .title {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  #assign-delegate .title {
    font-size: 1.6rem;
  }
}
#assign-delegate .hidden-form {
  display: none;
}
#assign-delegate .show {
  display: block !important;
}
#assign-delegate .subtitle {
  text-align: center;
  margin-bottom: 10px;
}
#assign-delegate .button-form {
  text-align: center;
  margin: 40px auto 50px auto;
  width: 100%;
}
#assign-delegate .button-form button {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
#assign-delegate .modal .modal-dialog {
  width: 40%;
}
#list-delegates h2 {
  display: inline-block;
}
#list-delegates .table td {
  text-align: center;
}
#list-delegates .hidden-form {
  display: none;
}
#list-delegates .show {
  display: block !important;
}
#list-delegates .btn-delegate {
  float: right;
  width: auto;
  color: white;
}
#list-delegates .btn-delegate i {
  margin-right: 5px;
}
#list-delegates .button-form {
  text-align: center;
  margin: 40px auto 50px auto;
  width: 100%;
}
#list-delegates .button-form button {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
#list-delegates .date-d {
  border-bottom: 1px dashed #bdbdbd;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
}
#list-delegates .modal .modal-dialog {
  width: 40%;
}
#list-delegates #exampleModalCenter .modal-dialog {
  width: 70%;
}
#list-delegates #exampleModalCenter .modal-dialog .search_ci .form-material.floating {
  width: calc(100% - 60px);
  display: inline-table;
  margin-right: 5px;
}
#list-delegates #exampleModalCenter .modal-dialog .search_ci button {
  display: inline-table;
}
#list-delegates #success-modal {
  z-index: 10000;
}
#list-delegates .modal#exampleModalCenter {
  z-index: 90;
}
#list-delegates body .modal-backdrop {
  z-index: 1;
}
#list-delegates body .modal-backdrop ~ .modal-backdrop {
  z-index: 100;
}
#list-delegates body .modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {
  z-index: 1000;
}
#register-team h2 {
  display: inline-block;
}
#register-team .table td {
  text-align: center;
}
#register-team .hidden-form {
  display: none;
}
#register-team .show {
  display: block !important;
}
#register-team .title {
  text-align: center;
}
#register-team .modal .modal-dialog {
  width: 40%;
}
#register-team .title-label ~ .form-material {
  margin-top: 0px;
  width: calc(100% - 50px);
  display: inline-block;
  margin-right: 5px;
}
#register-team .title-label {
  font-size: 15px;
  font-weight: bold;
}
#register-team .captian {
  border-right: 1px dotted #bdbdbd;
}
#register-team .button-form {
  text-align: center;
  margin-top: 30px;
}
#register-team .button-form button {
  width: auto;
  margin: 0px 10px;
  display: inline-table;
  vertical-align: top;
}
#afiliados h2 {
  display: inline-block;
}
#afiliados .table td {
  text-align: center;
}
#afiliados .hidden-form {
  display: none;
}
#afiliados .show {
  display: block !important;
}
#afiliados .btn-delegate {
  float: right;
  width: auto;
}
#afiliados .btn-delegate i {
  margin-right: 5px;
}
#afiliados .emailmargin {
  margin-top: 35px;
}
#afiliados .modal .modal-dialog {
  width: 40%;
}
#afiliados .modal#exampleModalCenter .modal-dialog {
  width: 70%;
}
#afiliados .filters button {
  margin-top: 20px;
}
#afiliados .date-d {
  border-bottom: 1px solid #999;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
  font-size: 13px;
}
#afiliados .radio-custom {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}
#afiliados #success-modal {
  z-index: 10000;
}
#afiliados .modal#exampleModalCenter {
  z-index: 90;
}
#afiliados .modal#add-payment-modal {
  z-index: 1000;
}
#afiliados .isEdit .modal-dialog {
  width: 60% !important;
}
#afiliados .button-form {
  margin: 0px auto;
}
#afiliados .title-payments {
  text-align: center;
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 15px;
}
#afiliados .header-table {
  display: table;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dashed #bdbdbd;
}
#afiliados .header-table .column {
  width: 20%;
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 0px 5px;
}
#afiliados .body-table {
  width: 100%;
}
#afiliados .body-table .fila {
  width: 100%;
  display: table;
  padding-bottom: 3px;
  padding-top: 3px;
  border-bottom: 1px dashed #bdbdbd;
  text-align: center;
}
#afiliados .body-table .fila .column {
  width: 20%;
  display: inline-table;
  vertical-align: middle;
  font-size: 14px;
}
#afiliados .body-table .fila .column button {
  margin-right: 5px;
}
#afiliados .fila-null {
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
#afiliados .btn-payment-add {
  width: 90px;
  float: right;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
}
#afiliados .content-table-pay {
  position: relative;
}
#afiliados #add-payment-modal .button-form {
  text-align: center;
}
#afiliados #add-payment-modal .button-form button {
  width: auto;
}
#afiliados .form-material .form-control:disabled ~ .floating-label,
#afiliados .form-material .form-control[disabled] ~ .floating-label,
#afiliados fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: black;
}
#afiliados select.form-control:not([size]):not([multiple]) {
  font-size: 13px;
  height: calc(2.25rem - 6px);
}
#afiliados datepicker {
  margin-bottom: 20px;
  margin-top: -5px;
}
#afiliados datepicker .form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 600;
}
#afiliados .telefono {
  clear: both;
}
#afiliados .dataTables_wrapper .dataTables_filter {
  display: none;
}
#afiliados .dataTables_wrapper .dataTables_paginate {
  display: none;
}
#afiliados .pagination_table {
  text-align: center;
  display: flex;
  overflow: auto;
}
#afiliados .pagination_table button {
  margin: 0px 5px;
  border: 0px solid;
  background: transparent;
  cursor: pointer;
}
#afiliados .pagination_table button.active {
  color: #b4d053;
}
#afiliados .search-bar button {
  width: 100px;
  margin-top: 10px;
}
#afiliados .centrado {
  justify-content: center;
}
body .modal-backdrop {
  z-index: 1;
}
body .modal-backdrop ~ .modal-backdrop {
  z-index: 100;
}
body .modal-backdrop ~ .modal-backdrop ~ .modal-backdrop {
  z-index: 1000;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
  display: table;
  width: 100%;
  height: calc(100vh - 173px);
}
#forgot-password .hidden-form {
  display: none;
}
#forgot-password .show {
  display: table-cell !important;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#forgot-password hr {
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: 1px solid #4950574d;
  width: calc(100% - 15px);
  margin-left: 15px;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
#teams h2 {
  display: inline-block;
}
#teams .table td {
  text-align: center;
}
#teams .hidden-form {
  display: none;
}
#teams .show {
  display: block !important;
}
#teams .btn-delegate {
  float: right;
  width: auto;
}
#teams .btn-delegate i {
  margin-right: 5px;
}
#teams .modal .modal-dialog {
  width: 40%;
}
#teams .modal#exampleModalCenter .modal-dialog {
  width: 70%;
}
#teams .title-label ~ .form-material {
  margin-top: 0px;
  width: calc(100% - 50px);
  display: inline-block;
  margin-right: 5px;
}
#teams .title-label {
  font-size: 15px;
  font-weight: bold;
}
#teams .captian {
  border-right: 1px dotted #bdbdbd;
}
#teams #success-modal {
  z-index: 10000;
}
#teams .modal#exampleModalCenter {
  z-index: 90;
}
#teams .modal#add-payment-modal {
  z-index: 1000;
}
#teams .button-form {
  text-align: center;
  margin-top: 30px;
}
#teams .button-form button {
  width: auto;
  margin: 0px 10px;
  display: inline-table;
  vertical-align: top;
}
#teams #assig-modal.modal .modal-dialog {
  width: 80%;
  max-width: 2000px;
}
#teams .filter-list {
  width: 300px;
  float: left;
}
#teams .actualizar {
  width: calc(100% - 300px);
  float: right;
  text-align: right;
}
#teams .actualizar button {
  bottom: 5px;
}
#my-teams h2 {
  display: inline-block;
}
#my-teams .table td {
  text-align: center;
}
#my-teams .hidden-form {
  display: none;
}
#my-teams .show {
  display: block !important;
}
#my-teams .btn-delegate {
  float: right;
  width: auto;
}
#my-teams .btn-delegate i {
  margin-right: 5px;
}
#my-teams .modal .modal-dialog {
  width: 40%;
}
#my-teams .modal#exampleModalCenter .modal-dialog {
  width: 70%;
}
#my-teams .title-label ~ .form-material {
  margin-top: 0px;
  width: calc(100% - 50px);
  display: inline-block;
  margin-right: 5px;
}
#my-teams .title-label {
  font-size: 15px;
  font-weight: bold;
}
#my-teams .captian {
  border-right: 1px dotted #bdbdbd;
}
#my-teams #success-modal {
  z-index: 10000;
}
#my-teams .modal#exampleModalCenter {
  z-index: 90;
}
#my-teams .modal#add-payment-modal {
  z-index: 1000;
}
#my-teams #assig-modal.modal .modal-dialog {
  width: 80%;
  max-width: 2000px;
}
#my-teams .button-form {
  text-align: center;
  margin-top: 30px;
}
#my-teams .button-form button {
  width: auto;
  margin: 0px 10px;
  display: inline-table;
  vertical-align: top;
}
#my-teams .modal-title-table {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#my-teams .filter-list {
  width: 300px;
  float: left;
}
#my-teams .actualizar {
  width: calc(100% - 300px);
  float: right;
  text-align: right;
}
#my-teams .actualizar button {
  bottom: 5px;
}
#report-teams h2 {
  display: inline-block;
}
#report-teams .filters {
  width: 100%;
  margin-bottom: 30px;
}
#report-teams .container-team {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bdbdbd;
}
#report-teams .container-team .head-data {
  text-align: left;
  font-size: 14px;
}
#report-teams .container-team .head-data label {
  font-weight: bold;
}
#report-teams .container-team .headteam {
  font-size: 14px;
  padding-right: 5px;
  padding-left: 5px;
}
#report-teams .container-team .headteam label {
  font-weight: bold;
}
#report-teams .container-team .headteam div {
  font-size: 0.8rem;
}
#report-teams .container-team .container-table-players {
  text-align: center;
}
#report-teams .container-team .table-players {
  margin: 20px auto;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#report-teams .container-team .table-players .playerdata {
  font-size: 0.8rem;
}
#report-teams .container-team .table-players tr td {
  padding: 5px 20px;
}
#report-teams .container-team .table-players tbody tr td:nth-child(2),
#report-teams .container-team .table-players tr td:nth-child(5) {
  text-align: left;
}
#report-teams .title-players {
  margin-bottom: 0px;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.container-group {
  padding: 20px 40px;
  margin-left: auto;
  text-align: center;
}
.label-data {
  text-align: left;
}
.label-data:nth-child(5) {
  margin-top: 10px;
}
.table-team thead {
  padding: 10px;
  background-color: #4a4a4a;
  color: white;
}
.table-team tr {
  border: 1px solid grey;
}
.table-team ~ span {
  width: 100%;
  font-size: 1rem;
  text-align: right;
  padding-top: 10px;
  padding-right: 10px;
}
#report-users #table-players p {
  margin-bottom: 0;
}
#report-players-ns #table-players p {
  margin-bottom: 0;
}
#add-results h2 {
  display: block;
}
#add-results .data-team label {
  margin-right: 30px;
}
#add-results .fase {
  margin-top: 50px;
}
#add-results a.btn-link:visited {
  border: 0px;
}
#add-results a.btn-primary {
  font-size: 1rem;
  border-radius: 5px;
  padding: 5px 11px;
}
#add-results #success-modal {
  z-index: 10000;
}
#add-results #delete-modal {
  z-index: 90;
}
#new-result h2 {
  display: block;
}
#new-result hr {
  width: calc(100% - 30px);
}
#new-result .selectize-control {
  text-align: left;
  width: calc(100% - 20px);
  display: inline-table;
  vertical-align: middle;
}
#new-result .btn-cancelar {
  background: #999;
  color: white;
}
#new-result .caracteres {
  font-size: 10px;
}
#new-result .data-encuentro {
  margin-right: 30px;
}
#new-result .table {
  margin-top: 10px;
  border: 1px solid #ccc;
}
#new-result .table .head-table .checkbox-primary {
  display: inline-table;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#new-result .table tr {
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
#new-result .table tr > th,
#new-result .table tr > td {
  padding: 10px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
#new-result .table tr > th:last-child,
#new-result .table tr > td:last-child {
  border-right: 0px solid #ccc;
}
#new-result .table .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#new-result .table .col-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}
#new-result .table .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
#new-result .table .col-md-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
#new-result .checkbox-custom label {
  padding-left: 5px;
}
#new-result .camp {
  display: table;
  width: 100%;
}
#new-result .camp .cancel {
  width: 18px !important;
  display: inline-table;
  padding: 0px !important;
  vertical-align: middle;
  margin: 0px 0px 0px 2px !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  color: red !important;
}
#new-result .btn-primary.disabled,
#new-result .btn-primary:disabled {
  background: #23272b;
  border-color: #23272b;
}
#new-result .label-planilla span {
  font-size: 11px;
}
#edit-result h2 {
  display: block;
}
#edit-result hr {
  width: calc(100% - 30px);
}
#edit-result .selectize-control {
  text-align: left;
  width: calc(100% - 20px);
  display: inline-table;
  vertical-align: middle;
}
#edit-result .caracteres {
  font-size: 10px;
}
#edit-result .data-encuentro {
  margin-right: 30px;
}
#edit-result .btn-cancelar {
  background: #999;
  color: white;
}
#edit-result .table {
  margin-top: 10px;
  border: 1px solid #ccc;
}
#edit-result .table .head-table .checkbox-primary {
  display: inline-table;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#edit-result .table tr {
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
#edit-result .table tr > th,
#edit-result .table tr > td {
  padding: 10px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
#edit-result .table tr > th:last-child,
#edit-result .table tr > td:last-child {
  border-right: 0px solid #ccc;
}
#edit-result .table .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#edit-result .table .col-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}
#edit-result .table .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
#edit-result .table .col-md-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
#edit-result .checkbox-custom label {
  padding-left: 5px;
}
#edit-result .camp {
  display: table;
  width: 100%;
}
#edit-result .camp .cancel {
  width: 18px !important;
  display: inline-table;
  padding: 0px !important;
  vertical-align: middle;
  margin: 0px 0px 0px 2px !important;
  font-size: 12px !important;
  border-radius: 2px !important;
  color: red !important;
}
#edit-result .label-planilla span {
  font-size: 11px;
}
#result-details h2 {
  display: block;
}
#result-details .selectize-control {
  text-align: left;
}
#result-details .data-encuentro {
  margin-right: 30px;
}
#result-details .btn-cancelar {
  background: #999;
  color: white;
}
#result-details .table {
  margin-top: 10px;
  border: 1px solid #ccc;
}
#result-details .table .head-table .checkbox-primary {
  display: inline-table;
  margin-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#result-details .table tr {
  border-bottom: 1px solid #ccc;
  margin-left: 0px;
}
#result-details .table tr > th,
#result-details .table tr > td {
  padding: 10px;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
#result-details .table tr > th:last-child,
#result-details .table tr > td:last-child {
  border-right: 1px solid #ccc;
}
#result-details .table .col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
#result-details .table .col-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6%;
  flex: 0 0 6%;
  max-width: 6%;
}
#result-details .table .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  max-width: 26%;
}
#result-details .table .col-md-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
#result-details .checkbox-custom label {
  padding-left: 5px;
}
#result-details .btn-add {
  display: inline-table;
  width: 75px;
  float: right;
}
#result-details .planilla {
  text-align: center;
  display: block;
  margin-top: 10px;
  color: #b4d053;
}
#eliminatoria {
  /*.columns-7:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before, 
  .columns-7:nth-child(1) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(1) div .ng-scope:nth-child(3) .encuentro:before, 
  .columns-7:nth-child(1) div .ng-scope:nth-child(4) .encuentro:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background: black;
    right: -70%;
  }
  
  .columns-7:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-7:nth-child(1) div .ng-scope:nth-child(3) .encuentro:before{ 
    top: 20%;
  }
  
  .columns-7:nth-child(1) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(1) div .ng-scope:nth-child(4) .encuentro:before{ 
    top: 80%;
  }

  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro:after,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro:after{ 
    content: "";
    position: absolute;
    width: 1px;
    height: 33%;
    background: black;
    left: 50%;
  }
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro:before{
    top: calc(~"-33% - 1px");
  }
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro:before{
    top: calc(~"-34% - 2px");
    height: 34%;
  }
  
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro:after{
    top: calc(~"100% + 1px");
    height: 35%;
  }
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro:after{
    top: 100%;
    height: 34%;  
  }




  .columns-7:nth-child(7) div .ng-scope:nth-child(1) .encuentro:before, 
  .columns-7:nth-child(7) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(7) div .ng-scope:nth-child(3) .encuentro:before, 
  .columns-7:nth-child(7) div .ng-scope:nth-child(4) .encuentro:before{
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background: black;
    left: -70%;
  }
  
  .columns-7:nth-child(7) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-7:nth-child(7) div .ng-scope:nth-child(3) .encuentro:before{ 
    top: 20%;
  }
  
  .columns-7:nth-child(7) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(7) div .ng-scope:nth-child(4) .encuentro:before{ 
    top: 80%;
  }

  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro:after,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro:before,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro:after,
  .columns-7:nth-child(3) div .encuentro:after,
  .columns-7:nth-child(5) div .encuentro:after, 
  .columns-7:nth-child(5) div .encuentro:before { 
    content: "";
    position: absolute;
    width: 1px;
    height: 33%;
    background: black;
    left: 50%;
  }
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro:before{
    top: calc(~"-33% - 1px");
  }
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro:before{
    top: calc(~"-34% - 2px");
    height: 34%;
  }
  
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro:after{
    top: calc(~"100% + 1px");
    height: 35%;
  }
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro:after{
    top: 100%;
    height: 34%;  
  }

  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro .linea{
    position: absolute;
    width: 70%;
    height: 1px;
    background: black;
    top: 50%;
  }
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro .linea,
  .columns-7:nth-child(6) div .ng-scope:nth-child(2) .encuentro .linea{
    right: 100%;
  }
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(1) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro .linea,
  .columns-7:nth-child(2) div .ng-scope:nth-child(2) .encuentro .linea{
    left: 100%;  
  }

  .columns-7:nth-child(5) div .encuentro:before{
    content:"";
    height: calc(~"-58% - 3px");
  }
  .columns-7:nth-child(5) div .encuentro:after,
  .columns-7:nth-child(3) div .encuentro:after{
    height: calc(~"62% - 3px");
    bottom: calc(~"-59%  + -3px");
  }

  .columns-7:nth-child(3) div .encuentro:before, .columns-7:nth-child(5) div .encuentro:before{
    width: 1px;
    height: calc(~"60% - 3px");
    background: black;
    content: "";
    position: absolute;
    top: calc(~"-60% - -1px");
    left: 50%;
  }
  .columns-7:nth-child(3) .encuentro .linea{
    width: calc(~"100% + 56px");
    height: 1px;
    top: 33%;
    position: absolute;
    background: black;
    left: 100%;
  }
  .columns-7:nth-child(4) div .ng-scope:nth-child(1) .encuentro .linea{
    width: 1px;
    height: 20%;
    background: black;
    top:-20%;
    left: 50%;
    position: absolute;
  }




  .columns-5:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before, 
  .columns-5:nth-child(1) div .ng-scope:nth-child(2) .encuentro:before{
    content: "";
    position: absolute;
    width: 64%;
    height: 1px;
    background: black;
    right: -64%;
  }
  
  .columns-5:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before{
    top: 21%;
  }
  
  .columns-5:nth-child(1) div .ng-scope:nth-child(2) .encuentro:before{
    top: 80%;
  }

  .columns-5:nth-child(2) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-5:nth-child(2) div .ng-scope:nth-child(1) .encuentro:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 33%;
    background: black;
    left: 50%;
  }
  .columns-5:nth-child(2) div .ng-scope:nth-child(1) .encuentro:before{
    top: calc(~"-33% - 1px");
  }
  
  .columns-5:nth-child(2) div .ng-scope:nth-child(1) .encuentro:after{
    top: calc(~"100% + 1px");
    height: 35%;
  }


  .columns-5:nth-child(5) div .ng-scope:nth-child(1) .encuentro:before, 
  .columns-5:nth-child(5) div .ng-scope:nth-child(2) .encuentro:before{
    content: "";
    position: absolute;
    width: 64%;
    height: 1px;
    background: black;
    left: -64%;
  }
  
  .columns-5:nth-child(5) div .ng-scope:nth-child(1) .encuentro:before{
    top: 21%;
  }
  
  .columns-5:nth-child(5) div .ng-scope:nth-child(2) .encuentro:before{
    top: 80%;
  }

  .columns-5:nth-child(4) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-5:nth-child(4) div .ng-scope:nth-child(1) .encuentro:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 33%;
    background: black;
    left: 50%;
  }
  .columns-5:nth-child(4) div .ng-scope:nth-child(1) .encuentro:before{
    top: calc(~"-33% - 1px");
  }
  
  .columns-5:nth-child(4) div .ng-scope:nth-child(1) .encuentro:after{
    top: calc(~"100% + 1px");
    height: 35%;
  }
  

  .columns-3:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before,
  .columns-3:nth-child(3) div .ng-scope:nth-child(1) .encuentro:before{
    content: "";
    position: absolute;
    width: 58%;
    height: 1px;
    background: black;
    top: 50%;  
  }
  .columns-3:nth-child(1) div .ng-scope:nth-child(1) .encuentro:before{
    right: -58%;
  }

  .columns-3:nth-child(3) div .ng-scope:nth-child(1) .encuentro:before{
    left: -58%;
  }
  .columns-3:nth-child(2) div .ng-scope:nth-child(1) .encuentro:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 51%;
    background: black;
    top: -51%;
    left: 50%; 
  }*/
}
#eliminatoria h2 {
  display: inline-block;
}
#eliminatoria .hidden-form {
  display: none;
}
#eliminatoria .show {
  display: block !important;
}
#eliminatoria .encuentro {
  border: 2px solid #999999;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0px;
  position: relative;
}
#eliminatoria .encuentro .form-material.floating + .form-material.floating {
  margin-top: 15px;
  clear: both;
}
#eliminatoria .encuentro .form-material.floating {
  margin-bottom: 0px;
  margin-top: 10px;
}
#eliminatoria .encuentro .input-group.date {
  margin-bottom: 5px;
}
#eliminatoria .encuentro .input-group.date input {
  border-bottom: 0px !important;
}
#eliminatoria .encuentro .datepickerlabel {
  margin-bottom: 0px;
}
#eliminatoria .boton {
  margin-top: 10px;
  text-align: center;
}
#eliminatoria .boton .btn {
  width: 100px;
  margin: 0px auto;
}
#eliminatoria .columns-7:nth-child(2) .disabled .encuentro-dis:nth-child(1) {
  margin-bottom: 202%;
}
#eliminatoria .columns-3 {
  vertical-align: middle;
}
#eliminatoria .columns-7:nth-child(4) {
  vertical-align: middle;
}
#eliminatoria .columns-3:nth-child(2) {
  vertical-align: middle;
}
#eliminatoria .columns-3:nth-child(2) {
  margin-top: 0px;
}
#eliminatoria .encuentro .form-material .form-control,
#eliminatoria .encuentro .form-material .form-control.focus,
#eliminatoria .encuentro .form-material .form-control:focus {
  font-size: 10px;
}
#eliminatoria .encuentro .form-material .floating-label {
  font-size: 10px;
}
#eliminatoria .encuentro .selectize-dropdown,
#eliminatoria .encuentro .selectize-input,
#eliminatoria .encuentro .selectize-input input {
  font-size: 10px;
}
#eliminatoria .encuentro .selectize-input {
  padding: 5px 5px;
}
#eliminatoria .encuentro .selectize-dropdown,
#eliminatoria .encuentro .selectize-input,
#eliminatoria .encuentro .selectize-input input {
  line-height: 15px;
}
#eliminatoria .encuentro .selectize-control.single .selectize-input:after {
  right: 7px;
}
#eliminatoria #tablaposiciones {
  width: 300px;
  display: inline-table;
  vertical-align: top;
}
#eliminatoria .eliminatoria-encuentros {
  width: 100%;
  display: inline-table;
  vertical-align: top;
}
#eliminatoria .table td,
#eliminatoria .table thead th {
  font-size: 10px !important;
}
#eliminatoria .ng-table-header span {
  font-size: 11px;
}
#eliminatoria .table th,
#eliminatoria .table td {
  padding: 5px;
}
#eliminatoria .ng-table-filters {
  display: none;
}
#eliminatoria .titulo-ronda {
  font-size: 17px;
  text-align: center;
  color: #b4d053;
}
#eliminatoria .msg {
  background: rgba(206, 82, 82, 0.4);
  color: red;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
#eliminatoria .peque {
  font-size: 8px !important;
}
#eliminatoria .bootstrap-datetimepicker-widget {
  background-color: white;
}
#eliminatoria .bootstrap-datetimepicker-widget table td.active {
  background-color: #b4d053;
}
#eliminatoria .bootstrap-datetimepicker-widget table td a {
  color: #b4d053;
}
#eliminatoria .btn-add {
  font-size: 10px;
  color: white;
  padding: 3px;
}
#eliminatoria .btn-secondary:hover {
  color: #fff;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
#eliminatoria button.btn-edit,
#eliminatoria a.btn-edit {
  background-color: transparent !important;
  color: #999999 !important;
  font-size: 1.1em !important;
  padding: 0px !important;
  border: 0 !important;
  height: 16px;
  margin: -5px 0px 0px 90% !important;
}
.fullpage#eliminatoria .eliminatoria-encuentros {
  width: calc(100% - 310px);
}
#grupos h2 {
  display: inline-block;
}
#grupos .hidden-form {
  display: none;
}
#grupos .show {
  display: block !important;
}
#grupos .btn-categories {
  float: right;
  width: auto;
  color: white;
}
#grupos .btn-categories i {
  margin-right: 5px;
}
#grupos #group-modal select {
  height: 30px;
  padding-bottom: 5px;
}
#grupos #group-modal .checkbox-custom {
  text-align: left;
}
#grupos #teams-modal .btn-categories {
  float: right;
  position: absolute;
  right: 20px;
}
#grupos #view-modal .modal-dialog {
  max-width: 800px;
}
#grupos #view-modal .modal-dialog .checkbox-custom {
  text-align: left;
}
#grupos #view-modal .modal-dialog .dataTables_filter {
  display: none;
}
#grupos #view-modal .modal-dialog table {
  margin-top: 0px !important;
}
#grupos .btn-sortear {
  margin-top: 0px;
  margin-right: 10px;
}
#seasons #message-modal {
  z-index: 1000;
}
#seasons #delete-modal {
  z-index: 200;
}
#seasons #delete-config-modal {
  z-index: 200;
}
#seasons #register-season-modal {
  z-index: 10;
}
#seasons #register-season-modal .button-form button {
  width: auto;
}
#seasons .btn-categories {
  float: right;
  width: auto;
  color: white;
}
#seasons .btn-categories i {
  margin-right: 5px;
}
#seasons h2.title {
  display: inline-block;
}
#seasons #config-season-modal #modal-content,
#seasons #config-season-modal .dataTables_wrapper {
  padding: 0;
}
#seasons #config-season-modal .form-material.floating {
  margin-top: 0px;
}
#seasons #config-season-modal .subtitle {
  padding-left: 15px;
}
#seasons #config-season-modal .label {
  text-align: left;
  padding-left: 15px;
}
#seasons .row.checkboxes {
  justify-content: space-evenly;
}
#seasons p#invalid-msg,
#seasons p#invalid-config-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#seasons table {
  margin: 10px;
}
#clubes #message-modal {
  z-index: 2100;
}
#clubes #delete-modal {
  z-index: 2060;
}
#clubes #register-club-modal {
  z-index: 2010;
}
#clubes p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#clubes table {
  margin: 10px;
}
#clubes .btn-new {
  position: absolute;
  float: right;
  right: 15px;
  top: 0px;
}
#clubes hr {
  background: #b4d053;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
  width: calc(100% - 30px);
}
#roles p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#roles #ms-select-funcionalidades {
  margin: 20px auto;
}
#roles .flexbox {
  display: flex;
  justify-content: space-between;
}
#roles .new-button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  float: right;
  width: auto;
}
#roles .new-button i {
  margin-right: 5px;
}
#roles .tittle {
  margin-left: 12px;
}
#roles .panel {
  text-align: left;
}
#roles .panel .card-header {
  padding: 0;
}
#roles .btn-link {
  color: #4d4d4d;
  text-decoration: none;
}
#roles .btn-link:hover {
  color: #b4d053;
  text-decoration: none;
}
#roles .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
#roles .panel-title-collapsible {
  padding-left: 10px;
}
#roles .links {
  cursor: pointer;
}
#roles .plus_father::before {
  content: none;
}
#roles .plus_father::after {
  content: none;
}
#roles hr {
  width: calc(100% - 30px);
}
#new-role p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#new-role #ms-select-funcionalidades {
  margin: 20px auto;
}
#new-role .flexbox {
  display: flex;
  justify-content: space-between;
}
#new-role .flexbox-center {
  display: flex;
  justify-content: center;
}
#new-role .flexbox-center a {
  margin-right: 10px;
}
#new-role #accordion1 {
  padding-right: 0px;
}
#new-role h2 {
  padding-left: 0px;
}
#new-role h6.col-md-8 {
  padding-left: 15px;
}
#new-role h6 {
  padding-left: 0px;
  font-weight: 200;
  color: #4d4d4d;
}
#new-role .btns {
  right: 0px;
  position: absolute;
}
#new-role .new-button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
  float: right;
  width: auto;
}
#new-role .new-button i {
  margin-right: 5px;
}
#new-role .tittle {
  margin-left: 12px;
}
#new-role .panel {
  text-align: left;
}
#new-role .panel .card-header {
  padding: 0;
}
#new-role .btn-link {
  color: #4d4d4d;
  text-decoration: none;
}
#new-role .btn-link:hover {
  color: #b4d053;
  text-decoration: none;
}
#new-role .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-bottom: 20px;
}
#new-role .panel-title-collapsible {
  padding-left: 10px;
}
#new-role .links {
  cursor: pointer;
}
#new-role .plus_father::before {
  content: none;
}
#new-role .plus_father::after {
  content: none;
}
#new-role .show {
  padding-right: 0px;
}
#edit-role p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#edit-role #ms-select-funcionalidades {
  margin: 20px auto;
}
#edit-role .flexbox {
  display: flex;
  justify-content: space-between;
}
#edit-role .flexbox-center {
  display: flex;
  justify-content: center;
}
#edit-role .flexbox-center a {
  margin-right: 10px;
}
#edit-role #accordion1 {
  padding-right: 0px;
}
#edit-role h6 {
  font-weight: 200;
  color: #4d4d4d;
}
#edit-role .new-button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
  float: right;
  width: auto;
}
#edit-role .new-button i {
  margin-right: 5px;
}
#edit-role .tittle {
  margin-left: 12px;
}
#edit-role .panel {
  text-align: left;
}
#edit-role .panel .card-header {
  padding: 0;
}
#edit-role .btn-link {
  color: #4d4d4d;
  text-decoration: none;
}
#edit-role .btn-link:hover {
  color: #b4d053;
  text-decoration: none;
}
#edit-role .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-bottom: 20px;
}
#edit-role .panel-title-collapsible {
  padding-left: 10px;
}
#edit-role .links {
  cursor: pointer;
}
#edit-role .plus_father::before {
  content: none;
}
#edit-role .plus_father::after {
  content: none;
}
#admin-news .button-save {
  margin-top: 20px;
}
#admin-news .button-save:disabled,
#admin-news .button-save[disabled] {
  background-color: #999999;
  border: 1px solid #999999;
}
#admin-news h2.col-md-6 {
  padding-left: 0px;
}
#admin-news .flexbox {
  display: flex;
  justify-content: space-between;
}
#admin-news p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
}
#admin-news .btn-add {
  float: right;
  width: auto;
  color: white;
  height: 40px;
}
#admin-news .btn-add i {
  margin-right: 5px;
}
#admin-news hr {
  background: #b4d053;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
  width: calc(100% - 30px);
}
#search-afiliado h2 {
  display: inline-block;
}
#search-afiliado .hidden {
  display: none;
}
#search-afiliado .show {
  display: block !important;
}
#search-afiliado .list-option.scroll {
  max-height: 500px;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
  background-color: white;
}
#search-afiliado .list-option {
  position: absolute;
  z-index: 10;
  background-color: white;
  box-shadow: 1px 2px 1px 1px #ccc;
}
#search-afiliado .list-option .option {
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#search-afiliado .list-option .option a {
  color: black;
  transition: all 0.3s ease;
}
#search-afiliado .list-option .option:hover {
  background: #b4d053;
  color: white;
  transition: all 0.3s ease;
}
#search-afiliado .list-option .option:hover a {
  color: white;
  transition: all 0.3s ease;
}
#search-afiliado .date-d {
  border-bottom: 1px solid #999;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
  font-size: 13px;
}
#search-afiliado .form-material .form-control:disabled {
  border-bottom: 1px solid #999;
  font-size: 13px;
}
#search-afiliado .form-material .form-control:disabled ~ .floating-label,
#search-afiliado .form-material .form-control[disabled] ~ .floating-label,
#search-afiliado fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: black;
  font-size: 14px;
}
#search-afiliado .form-material .form-control.cedula:disabled {
  border-bottom: 2px solid #b4d053;
}
#search-afiliado .tabs-section ul {
  width: 100%;
}
#search-afiliado .tabs-section ul li {
  width: 50%;
}
#search-afiliado .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#search-afiliado .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#search-afiliado .dataTables_filter {
  float: right;
}
#search-afiliado #table-matchs_wrapper {
  padding-top: 0;
}
#search-afiliado .btn-ranking {
  margin-top: 13px;
}
#search-afiliado #table-ranking {
  margin-top: 16px;
}
#profile-detail h2 {
  display: inline-block;
}
#profile-detail .table td {
  text-align: center;
}
#profile-detail .hidden-form {
  display: none;
}
#profile-detail .show {
  display: block !important;
}
#profile-detail .date-d {
  border-bottom: 1px solid #999;
  padding: 0.375rem 0rem;
  color: #495057;
  display: block;
  font-size: 13px;
}
#profile-detail .radio-custom {
  display: inline-block;
  margin-right: 15px;
}
#profile-detail .msg-no {
  background: rgba(206, 82, 82, 0.4);
  width: calc(100% - 30px);
  margin: 0px auto;
  padding: 10px 15px;
}
#profile-detail .msg {
  background: rgba(180, 208, 83, 0.4);
  width: calc(100% - 30px);
  margin: 0px auto;
  padding: 10px 15px;
}
#profile-detail .form-material .form-control:disabled {
  border-bottom: 1px solid #999;
  font-size: 13px;
}
#profile-detail .form-material .form-control:disabled ~ .floating-label,
#profile-detail .form-material .form-control[disabled] ~ .floating-label,
#profile-detail fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: black;
  font-size: 14px;
}
#profile-detail .form-material .form-control.cedula:disabled {
  border-bottom: 2px solid #b4d053;
}
#profile-detail .tabs-section ul {
  width: 100%;
}
#profile-detail .tabs-section ul li {
  width: 50%;
}
#profile-detail .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#profile-detail .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#profile-detail .dataTables_filter {
  float: right;
}
#profile-detail #table-matchs_wrapper {
  padding-top: 0;
}
#profile-detail .btn-ranking {
  margin-top: 13px;
}
#profile-detail #table-ranking {
  margin-top: 16px;
}
#show-eliminatoria h2 {
  display: inline-block;
}
#show-eliminatoria .hidden-form {
  display: none;
}
#show-eliminatoria .show {
  display: block !important;
}
#show-eliminatoria .encuentro {
  border: 2px solid #999999;
  padding: 5px;
  border-radius: 5px;
  margin: 20px 0px;
  position: relative;
}
#show-eliminatoria .encuentro .datepickerlabel {
  margin-bottom: 0px;
  font-size: 10px !important;
}
#show-eliminatoria .encuentro .form-material.floating {
  margin-top: 0px;
  margin-bottom: 0px;
}
#show-eliminatoria .encuentro .form-material.floating + .form-material.floating {
  margin-top: 10px;
  clear: both;
}
#show-eliminatoria .encuentro input.form-control {
  font-size: 11px;
}
#show-eliminatoria .encuentro .floating-label {
  font-size: 10px;
}
#show-eliminatoria .encuentro button.btn-edit,
#show-eliminatoria .encuentro a.btn-edit {
  background-color: transparent !important;
  color: #999999 !important;
  font-size: 1.1em !important;
  padding: 0px !important;
  border: 0 !important;
  height: 16px;
  margin: -5px 0px 0px 90% !important;
}
#show-eliminatoria .encuentro div {
  font-size: 10px;
}
#show-eliminatoria .encuentro div#sede {
  margin-bottom: 5px;
}
#show-eliminatoria .encuentro div strong {
  font-size: 10px;
}
#show-eliminatoria .encuentro hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #b4d053;
  height: 0px;
}
#show-eliminatoria .encuentro label.resultado {
  float: right;
  font-size: 10px;
  display: block;
  margin-bottom: 0px;
}
#show-eliminatoria .titulo-ronda {
  font-size: 17px;
  text-align: center;
  color: #b4d053;
}
#show-eliminatoria .disabled-link {
  pointer-events: none;
  background: #999999;
  border-color: #999999;
}
#show-eliminatoria .btn-add {
  font-size: 9px;
  color: white;
  padding: 3px;
}
#show-eliminatoria .btn-secondary:hover {
  color: #fff;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
#show-eliminatoria .encuentro .form-material .form-control,
#show-eliminatoria .encuentro .form-material .form-control.focus,
#show-eliminatoria .encuentro .form-material .form-control:focus {
  font-size: 10px;
}
#show-eliminatoria .encuentro .form-material .floating-label {
  font-size: 10px;
}
#show-eliminatoria .encuentro .selectize-dropdown,
#show-eliminatoria .encuentro .selectize-input,
#show-eliminatoria .encuentro .selectize-input input {
  font-size: 10px;
}
#show-eliminatoria .encuentro .selectize-input {
  padding: 5px 5px;
}
#show-eliminatoria .encuentro .selectize-dropdown,
#show-eliminatoria .encuentro .selectize-input,
#show-eliminatoria .encuentro .selectize-input input {
  line-height: 15px;
}
#show-eliminatoria .encuentro .selectize-control.single .selectize-input:after {
  right: 7px;
}
#show-eliminatoria .bootstrap-datetimepicker-widget {
  background-color: white;
}
#show-eliminatoria .bootstrap-datetimepicker-widget table td.active {
  background-color: #b4d053;
}
#show-eliminatoria .bootstrap-datetimepicker-widget table td a {
  color: #b4d053;
}
#show-eliminatoria .modal-footer {
  justify-content: space-between;
}
#show-eliminatoria .modal-footer .modal-buttons {
  text-align: right;
}
#show-eliminatoria p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#report-ranking .hidden-form {
  display: none;
}
#report-ranking .show {
  display: block !important;
}
#report-ranking hr {
  margin-top: 0px;
  width: calc(100%);
  margin-left: 15px;
}
#cargar-calendario .uploads {
  margin-top: 20px;
}
#cargar-calendario .uploads h5 {
  margin-bottom: 0px;
}
#cargar-calendario .uploads .form-material.floating {
  margin-top: 5px;
}
#cargar-calendario .enviar {
  display: block;
  width: 100px;
  margin: 20px auto;
}
#cargar-calendario hr {
  margin-top: 0px;
  width: calc(100% - 15px);
  margin-left: 15px;
}
#cargar-calendario .hidden-form {
  opacity: 0;
}
#cargar-calendario .show {
  opacity: 1 !important;
}
#cargar-pagos .uploads {
  margin-top: 20px;
}
#cargar-pagos .uploads h5 {
  margin-bottom: 0px;
}
#cargar-pagos .uploads .form-material.floating {
  margin-top: 5px;
}
#cargar-pagos .enviar {
  display: block;
  width: 100px;
  margin: 20px auto;
}
#cargar-pagos hr {
  border-top: 3px solid #b4d053;
  margin-top: 0px;
  width: calc(100% - 15px);
  margin-left: 15px;
}
#cargar-pagos .tabs-section {
  width: 100%;
  margin-top: 50px;
}
#cargar-pagos .tabs-section ul {
  width: 100%;
}
#cargar-pagos .tabs-section ul li {
  width: 50%;
}
#cargar-pagos .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#cargar-pagos .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#nosotros {
  padding: 25px 0px 50px 0px;
  margin-bottom: -40px;
  min-height: calc(100vh - 98px);
  background-image: url(https://admin.ctacaracas.com/images/CTA_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#nosotros > footer {
  color: white;
}
#nosotros .banner {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #nosotros .banner {
    margin-bottom: 20px;
  }
}
#nosotros .content {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
#nosotros .content .section {
  display: inline-table;
}
#nosotros .content .section-text {
  width: 50%;
  padding: 0px 10% 0px 10%;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #nosotros .content .section-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
#nosotros .content .section-text h1 {
  font-weight: bold;
  font-size: 4em;
}
@media (max-width: 480px) {
  #nosotros .content .section-text h1 {
    font-size: 3em;
  }
}
#nosotros .content .section-text p {
  line-height: 20px;
  text-align: justify;
}
#nosotros .content .section-info {
  width: 50%;
  background: black;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 5px 8px, rgba(0, 0, 0, 0.1) 3px 5px 8px;
  padding: 20px 20px 20px 10px;
  min-height: 440px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  #nosotros .content .section-info {
    width: 100%;
  }
}
#nosotros .content .section-info .tabs-section ul#myTab li {
  width: 50%;
}
#nosotros .content .section-info .tabs-section ul#myTab li a {
  color: #b4d053;
  text-transform: uppercase;
  background: black;
  border-radius: 0px;
  border: 0px;
  padding: 0px 0px 0px 20px;
  font-size: 22px;
  transition: all 0.5s ease;
}
@media (max-width: 480px) {
  #nosotros .content .section-info .tabs-section ul#myTab li a {
    font-size: 18px;
  }
}
#nosotros .content .section-info .tabs-section ul#myTab li a#club-tab {
  border-right: 1px solid #b4d053;
}
#nosotros .content .section-info .tabs-section ul#myTab li a.active {
  font-weight: bold;
  transition: all 0.5s ease;
}
#nosotros .content .section-info .tabs-section .tab-content ul {
  display: table;
  color: white;
  list-style: none;
  width: 100%;
  margin: 0px;
  padding-left: 20px;
  margin-top: 10px;
}
#nosotros .content .section-info .tabs-section .tab-content ul li {
  display: inline-table;
  width: 50%;
  font-size: 13px;
  color: white;
}
@media (max-width: 480px) {
  #nosotros .content .section-info .tabs-section .tab-content ul li {
    padding: 0px 5px;
  }
}
#nosotros .content .section-info .tabs-section .tab-content #miembros {
  display: table;
  width: 100%;
  margin-top: 10px;
  padding: 0px 10px 0px 20px;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse {
  width: 50%;
  display: inline-table;
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse a {
  color: white;
  font-weight: 600;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse .icon {
  position: relative;
  width: 9px;
  height: 9px;
  margin-right: 3px;
  vertical-align: middle;
  /* Vertical line */
  /* horizontal line */
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse .icon:before,
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse .icon:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse .icon:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1.5px;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse .icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse a[aria-expanded="true"] .icon:before {
  transform: rotate(90deg);
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse a[aria-expanded="true"] .icon:after {
  transform: rotate(180deg);
}
#nosotros .content .section-info .tabs-section .tab-content #miembros .item-collapse li {
  list-style: none;
  font-size: 13px;
}
#reglamentos .planillas {
  margin-top: 30px;
}
#reglamentos .section {
  display: table;
  width: 100%;
}
#reglamentos .section h2 {
  color: #b4d053;
  width: 100%;
  margin: 0px;
}
#reglamentos .section hr {
  background: #b4d053;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 35px;
  height: 2px;
  border: 0px;
}
#reglamentos .section .item {
  width: 33%;
  display: inline-table;
  margin-bottom: 35px;
}
#reglamentos .section .item .container-item {
  display: table;
  width: 100%;
}
#reglamentos .section .item .container-item .image {
  width: 50px;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  padding: 5px;
}
#reglamentos .section .item .container-item .image img {
  width: 100%;
}
#reglamentos .section .item .container-item .image span {
  position: absolute;
  bottom: -6px;
  right: 2px;
  color: #b4d053;
  font-size: 20px;
}
#reglamentos .section .item .container-item .text {
  width: calc(100% - 100px);
  display: inline-table;
  vertical-align: middle;
  padding-left: 5px;
}
#reglamentos .section .item .container-item .text a {
  color: black;
  text-decoration: none;
}
#reglamentos .section .item .container-item .text h6 {
  margin: 0px;
}
#reglamentos .section .item .container-item .text p {
  font-size: 12px;
  margin-bottom: 0px;
}
#categories .show {
  display: block !important;
}
#categories h2 {
  display: inline-block;
}
#categories .btn-categories {
  float: right;
  width: auto;
  color: white;
}
#categories .btn-categories i {
  margin-right: 5px;
}
#categories #message-modal {
  z-index: 1000;
}
#categories .modal#exampleModalCenter {
  z-index: 90;
}
#categories .modal#category-modal {
  z-index: 100;
}
#sexs .show {
  display: block !important;
}
#sexs h2 {
  display: inline-block;
}
#sexs .btn-sexs {
  float: right;
  width: auto;
  color: white;
}
#sexs .btn-sexs i {
  margin-right: 5px;
}
#sexs #message-modal {
  z-index: 1000;
}
#sexs .modal#exampleModalCenter {
  z-index: 90;
}
#sexs .modal#sex-modal {
  z-index: 100;
}
#modalities .col-md-12 {
  padding-right: 0px;
}
#modalities .show {
  display: block !important;
}
#modalities h2 {
  display: inline-block;
}
#modalities .btn-modalities {
  float: right;
  width: auto;
  color: white;
}
#modalities .btn-modalities i {
  margin-right: 5px;
}
#modalities .message-pay {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 15px;
  background: rgba(206, 82, 82, 0.4);
  padding: 10px;
  text-align: center;
  color: #ce5252;
}
#modalities #message-modal {
  z-index: 1000;
}
#modalities .modal#exampleModalCenter {
  z-index: 90;
}
#modalities .modal#modality-modal {
  z-index: 100;
}
#modalities .modal#modality-modal .modal-dialog {
  width: 80%;
  max-width: 80%;
}
#modalities select.form-control:not([size]):not([multiple]) {
  font-size: 13px;
  height: calc(2.25rem - 6px);
}
#modalities .checkbox-custom {
  text-align: left;
}
#modalities .tabs-section {
  width: 100%;
  margin-bottom: 40px;
}
#modalities .tabs-section ul {
  width: 100%;
}
#modalities .tabs-section ul li {
  width: 50%;
}
#modalities .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#modalities .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#modalities .tab-pane {
  padding-top: 30px;
}
#modalities .tab-pane.show {
  display: flex !important;
}
#modalities .tab-pane .categories,
#modalities .tab-pane .payments {
  text-align: left;
}
#modalities .tab-pane .categories .check,
#modalities .tab-pane .payments .check {
  text-align: left;
  display: inline-block;
  padding-left: 20px;
  margin-right: 10px;
}
#modalities .tab-pane .categories .check label,
#modalities .tab-pane .payments .check label {
  padding-left: 5px;
}
#modalities .tab-pane .categories .titulo {
  margin-right: 40px;
  font-size: 14px;
  font-weight: 500;
}
#modalities .tab-pane .payments .titulo {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
#modalities .tab-pane .payments .check {
  margin-right: 19px;
}
#modalities .tab-pane .payment-aditional .titulo,
#modalities .tab-pane .categories_secondary .titulo {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 10px;
}
#modalities .tab-pane .sex {
  text-align: left;
  margin-top: -18px;
}
#modalities .tab-pane .sex .titulo {
  display: block;
  text-align: left;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.4rem;
  color: black;
}
#modalities .tab-pane .sex .checkbox-custom {
  display: inline-block;
  margin-right: 15px;
  margin-top: 4px;
}
#modalities .tab-pane .sex .checkbox-custom label {
  padding-left: 5px;
}
#modalities .tab-pane .radio-custom {
  display: inline-block;
  margin-right: 15px;
  color: black;
}
#modalities .tab-pane .radio-custom label {
  color: black;
  font-size: 13px;
  padding-left: 5px;
}
#modalities .tab-pane label.last_sets {
  color: black;
}
#modalities .tab-pane h2 {
  font-size: 18px;
  text-align: left;
}
#modalities .tab-pane h3 {
  font-size: 16px;
  text-align: left;
}
#modalities .tab-pane .ranking {
  text-align: left;
}
#modalities .tab-pane .ranking .titulo {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
}
#reclassify h6 {
  font-weight: 200;
  color: #4d4d4d;
}
#reclassify .btn-reclasificar {
  position: absolute;
  right: 15px;
  top: 10px;
}
#reclassify .label-form {
  display: inline-block;
  vertical-align: top;
  line-height: 0px;
  text-align: left;
  position: relative;
}
#reclassify .radio-custom {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#reclassify table.dataTable tbody td {
  text-align: left;
  color: #4d4d4d;
}
#reclassify table.dataTable thead th {
  padding: 10px;
  text-align: left;
}
#reclassify #DataTables_Table_0 {
  margin-top: 20px;
}
#reclassify .without-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#reclassify .list-option.scroll {
  max-height: 500px;
  overflow-y: auto;
  position: absolute;
  z-index: 15;
  background-color: white;
}
#reclassify .list-option {
  position: absolute;
  z-index: 15;
  background-color: white;
  box-shadow: 1px 2px 1px 1px #ccc;
}
#reclassify .list-option .option {
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#reclassify .list-option .option a {
  color: black;
  transition: all 0.3s ease;
}
#reclassify .list-option .option:hover {
  background: #b4d053;
  color: white;
  transition: all 0.3s ease;
}
#reclassify .list-option .option:hover a {
  color: white;
  transition: all 0.3s ease;
}
#reclassify .without-margin-left {
  margin-top: 15px;
  margin-left: 0px;
  padding-left: 0px;
}
#reclassify .without-margin-left .form {
  padding-left: 0px;
}
#reclassify p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#reclassify .modal-footer {
  justify-content: space-between;
}
#reclassify .modal-footer .modal-buttons {
  text-align: right;
}
#reclassify .message-pay {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 15px;
  background: rgba(206, 82, 82, 0.4);
  padding: 10px;
  text-align: center;
  color: #ce5252;
}
#admin-payment-rates .margin-top {
  margin-top: 20px;
}
#admin-payment-rates .test {
  margin-top: 20px;
}
#admin-payment-rates .btn-add {
  float: right;
  width: auto;
  color: white;
  right: 15px;
  position: absolute;
}
#admin-payment-rates h2 {
  display: inline-block;
}
#admin-payment-rates .hidden {
  display: none;
}
#admin-payment-rates .show {
  display: block !important;
}
#admin-payment-rates .tabs-section ul {
  width: 100%;
}
#admin-payment-rates .tabs-section ul li {
  width: 50%;
}
#admin-payment-rates .tabs-section ul li a {
  border-radius: 0px;
  border: 0px;
  background: #eceff1;
  text-align: center;
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#admin-payment-rates .tabs-section ul li a.active {
  background: white;
  color: #b4d053;
}
#admin-payment-rates a {
  color: #b4d053;
}
#admin-payment-rates .modal-footer {
  justify-content: space-between;
}
#admin-payment-rates p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#admin-payment-rates hr {
  margin-top: 0px;
  width: calc(100% - 0px);
  margin-left: 15px;
}
#admin-payments {
  /*.dataTables_wrapper{
    padding-top: 0;
    padding-bottom: 0;
  }*/
}
#admin-payments .flexbox {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
#admin-payments hr {
  background: #b4d053;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
}
#admin-payments h2 {
  display: inline-block;
  padding-left: 0;
}
#admin-payments .btn-add {
  float: right;
  width: auto;
  color: white;
  height: 40px;
}
#admin-payments .btn-add i {
  margin-right: 5px;
}
#admin-payments .label-form {
  display: inline-block;
  vertical-align: top;
  line-height: 0px;
  text-align: left;
  position: relative;
}
#admin-payments .without-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#admin-payments table.dataTable tbody td {
  color: #4d4d4d;
}
#admin-payments table.dataTable tbody td p {
  margin-bottom: 4px;
}
#admin-payments table.dataTable thead th {
  padding: 10px;
}
#admin-payments .dataTables_info {
  margin-bottom: 0;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 12px;
}
#admin-payments .dataTables_filter {
  float: right;
}
#admin-payments #table-matchs_wrapper {
  padding-top: 0;
}
#admin-payments #DataTables_Table_0_wrapper {
  padding-top: 0;
}
#new-payment .flexbox {
  display: flex;
  justify-content: space-between;
}
#new-payment .modal-footer {
  justify-content: space-between;
}
#new-payment .modal-total h4 {
  color: #4d4d4d;
  font-size: 1em;
}
#new-payment h2 {
  padding: 0px;
}
#new-payment h6 {
  padding: 0px;
  font-weight: 200;
  color: #4d4d4d;
}
#new-payment .dataTables_filter {
  float: right;
}
#new-payment table.dataTable tbody td {
  text-align: left;
  color: #4d4d4d;
}
#new-payment table.dataTable thead th {
  padding: 10px;
  text-align: left;
}
#new-payment .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
}
#new-payment .dataTables_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#new-payment .dataTables_info {
  margin-bottom: 0;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 12px;
}
#new-payment .form-material.floating {
  margin-bottom: 0;
}
#new-payment .totals {
  display: flex;
  justify-content: space-between;
}
#new-payment .totals p {
  font-size: 16px;
  margin-bottom: 0px;
}
#new-payment .totals #currency-name {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
#new-payment .totals .resume {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
}
#new-payment .totals .amounts {
  font-size: 16px;
  color: #504f4f;
  font-weight: normal;
}
#new-payment .totals hr {
  margin-bottom: 7px;
  margin-top: 7px;
}
#new-payment .divider {
  position: absolute;
  left: 50%;
  top: 03%;
  bottom: 10%;
  border-left: 1px solid #999999;
}
#new-payment #include {
  text-align: center;
}
#new-payment .green-hr {
  border-top: 1px solid #b4d053;
}
#new-payment p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#new-payment .currency_box {
  padding-bottom: 20px;
}
#new-payment .currency_box .currency_name {
  padding-left: 15px;
}
#currency .radio-custom {
  margin-right: 15px;
  color: black;
}
#currency .radio-custom label {
  color: black;
  font-size: 13px;
  padding-left: 5px;
}
#currency hr {
  background: #b4d053;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
}
#currency .form-check-label {
  font-size: 12px;
}
#currency .floating-label {
  font-weight: 500;
  font-size: 12px;
  color: black;
}
#currency .form-check {
  margin-bottom: 0px;
}
#currency .flexbox {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}
#currency .dataTables_filter {
  padding-left: 15px;
}
#currency p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#assign-players-team .flexbox {
  display: flex;
  justify-content: space-between;
}
#assign-players-team .modal-footer {
  justify-content: space-between;
}
#assign-players-team .modal-total {
  color: #4d4d4d;
  font-size: 1.3em;
}
#assign-players-team h2 {
  padding: 0px;
}
#assign-players-team h6 {
  padding: 0px;
  font-weight: 200;
  color: #4d4d4d;
}
#assign-players-team .dataTables_filter {
  float: right;
}
#assign-players-team table.dataTable tbody td {
  text-align: left;
  color: #4d4d4d;
}
#assign-players-team table.dataTable thead th {
  padding: 10px;
  text-align: left;
}
#assign-players-team .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
}
#assign-players-team .dataTables_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
#assign-players-team .dataTables_info {
  margin-bottom: 0;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 12px;
}
#assign-players-team .form-material.floating {
  margin-bottom: 0;
}
#assign-players-team .totals {
  display: flex;
  justify-content: space-between;
}
#assign-players-team .totals p {
  font-size: 16px;
  margin-bottom: 0px;
}
#assign-players-team .totals #currency-name {
  font-size: 18px;
  color: #424242;
  font-weight: bold;
  text-align: center;
  padding-bottom: 16px;
}
#assign-players-team .totals .resume {
  font-size: 16px;
  color: #424242;
  font-weight: bold;
}
#assign-players-team .totals .amounts {
  font-size: 16px;
  color: #504f4f;
  font-weight: normal;
}
#assign-players-team .totals hr {
  margin-bottom: 7px;
  margin-top: 7px;
}
#assign-players-team .divider {
  position: absolute;
  left: 50%;
  top: 03%;
  bottom: 10%;
  border-left: 1px solid #999999;
}
#assign-players-team #include {
  text-align: center;
}
#assign-players-team .green-hr {
  border-top: 1px solid #b4d053;
}
#assign-players-team p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#admin-banner .flexbox {
  display: flex;
  justify-content: space-between;
}
#admin-banner .modal-footer {
  justify-content: flex-end;
}
#admin-banner .modal-total {
  color: #4d4d4d;
  font-size: 1.3em;
}
#admin-banner h2 {
  padding: 0px;
}
#admin-banner h6 {
  padding: 0px;
  font-weight: 200;
  color: #4d4d4d;
}
#admin-banner table.dataTable tbody td {
  text-align: left;
  color: #4d4d4d;
}
#admin-banner table.dataTable thead th {
  padding: 10px;
  text-align: left;
}
#admin-banner .checkbox-primary {
  margin-top: 0;
  margin-bottom: 0;
}
#admin-banner .dataTables_info {
  margin-bottom: 0;
  padding-top: 0px;
  color: #4d4d4d;
  font-size: 12px;
}
#admin-banner .form-material.floating {
  margin-bottom: 0;
}
#admin-banner .btn-block {
  padding: 5px;
  float: right;
  width: auto;
  height: 40px;
  padding: 0px 15px;
  color: white;
}
#admin-banner .btn-block i {
  margin-right: 5px;
}
#admin-banner p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#admin-banner hr {
  background: #b4d053;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  height: 2px;
  border: 0px;
  width: calc(100% - 30px);
}
#reports hr,
#report-results hr {
  width: calc(100% - 30px);
}
#sorteo #DataTables_Table_0_filter,
#sorteo #DataTables_Table_0_info {
  display: none;
}
#sorteo table.dataTable,
#sorteo table.dataTable.no-footer {
  margin-top: 0px;
}
#sorteo .dataTables_paginate {
  display: none;
}
#sorteo .part-left {
  overflow-y: auto;
  max-height: 500px;
}
#sorteo .columns-group {
  width: 85px;
  text-align: center;
}
#sorteo .row-group {
  padding: 5px 0px;
  font-size: 13px;
}
#sorteo .row-group {
  border-right: 1px solid #b4d053;
  border-bottom: 1px solid #b4d053;
  border-left: 1px solid #b4d053;
}
#sorteo .row-header {
  font-weight: bold;
  font-size: 16px;
}
#sorteo .columns-group:first-child .row-group {
  border-right: 0;
}
#sorteo .columns-group:first-child .row-group:last-child {
  border-right: 1px solid #b4d053;
}
#sorteo .columns-group:last-child .row-group {
  border-right: 1px solid #b4d053;
}
#sorteo table tr td .form-material.floating {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sorteo table tr td .form-material.floating select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem - 8px);
  font-size: 0.8rem;
}
#sorteo .btn-save {
  width: auto;
  color: white;
  margin: 0px auto;
  display: table;
}
#sorteo .btn-sexs {
  color: white;
  width: auto;
  margin-right: auto;
}
#sorteo .column-1 {
  width: 100%;
}
#sorteo .column-2 {
  width: calc(100%/2);
}
#sorteo .column-3 {
  width: calc(100%/3);
}
#sorteo .column-4 {
  width: calc(100%/4);
}
#sorteo .column-5 {
  width: calc(100%/5);
}
#sorteo .column-6 {
  width: calc(100%/6);
}
#sorteo .column-7 {
  width: calc(100%/7);
}
#sorteo .column-8 {
  width: calc(100%/8);
}
#sorteo .column-9 {
  width: calc(100%/9);
}
#sorteo .column-10 {
  width: calc(100%/10);
}
#sorteo .column-11 {
  width: calc(100%/11);
}
#sorteo .column-12 {
  width: calc(100%/12);
}
#sorteo .separador {
  position: relative;
}
#sorteo .separador:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  left: -6%;
}
#sorteo .description {
  margin-bottom: 20px;
}
#sorteo .description div {
  margin-right: 30px;
}
#sorteo .description div strong {
  font-weight: 500;
}
#sorteo .description .descripcion {
  margin-top: 20px;
  width: 100%;
}
#sorteo .tabla {
  margin-bottom: 20px;
}
#sorteo .btn-cancelar {
  width: auto;
  position: absolute;
  right: 15px;
  color: white;
  background: #999;
  border: 1px solid #999;
}
#sorteo .message-pay {
  margin-bottom: 20px;
  font-size: 15px;
  background: rgba(206, 82, 82, 0.4);
  padding: 10px;
  text-align: center;
  color: #ce5252;
  width: 100%;
}
#assign-roles .flexbox {
  display: flex;
  justify-content: space-between;
}
#assign-roles .new-button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
  float: right;
  width: auto;
  color: white;
}
#assign-roles .new-button i {
  margin-right: 5px;
}
#assign-roles .list-option.scroll {
  max-height: 500px;
  overflow-y: auto;
  position: absolute;
  z-index: 200;
  background-color: white;
  text-align: left;
}
#assign-roles .list-option {
  position: absolute;
  z-index: 200;
  background-color: white;
  box-shadow: 1px 2px 1px 1px #ccc;
}
#assign-roles .list-option .option {
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#assign-roles .list-option .option a {
  color: black;
  transition: all 0.3s ease;
}
#assign-roles .list-option .option:hover {
  background: #b4d053;
  color: white;
  transition: all 0.3s ease;
}
#assign-roles .list-option .option:hover a {
  color: white;
  transition: all 0.3s ease;
}
#assign-roles .modal-footer {
  justify-content: space-between;
}
#assign-roles p#invalid-msg {
  display: block;
  font-size: 12px;
  color: red;
  margin: 5px 0px 0px 0px;
  padding-left: 15px;
}
#observations a {
  color: black;
  text-decoration: underline;
}
#observations .btn-pdf {
  margin-right: 0px;
  padding-right: 0px;
  position: absolute;
  right: 15px;
  top: 20px;
}