@import url(../vendores/ui/trumbowyg.min.css);
@import url(../vendores/sweetAlert2/sweetalert2.css);
html {
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.color-red {
  color: #fb130d !important; }

body {
  margin: 0;
  border: 0;
  font-weight: 400;
  font-family: Calibri, Arial, sans-serif;
  background: url(../images/background_dark.png);
  background-position: center;
  background-repeat: repeat;
  padding-bottom: 100px;
  min-width: 948px; }
  body a {
    text-decoration: none;
    border: 0; }
    body a img {
      border: 0;
      text-decoration: none; }
  body .overflow-auto {
    overflow: auto; }
  body .clear {
    position: relative;
    top: 0px;
    left: 0px;
    clear: both; }

.nowrap {
  white-space: nowrap; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.frozen-body body {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.header-section {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%; }
  .header-section .container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 948px;
    margin: auto;
    text-align: left;
    padding-top: 30px; }
    .header-section .container .logo {
      position: relative;
      top: 0px;
      left: 0px;
      margin-bottom: 20px; }

.menu-section {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%; }
  .menu-section .container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 948px;
    margin: auto;
    text-align: left; }
    .menu-section .container .menu {
      position: relative;
      top: 0px;
      left: 0px;
      margin-bottom: 20px; }
      .menu-section .container .menu ul {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 0;
        list-style: none; }
        .menu-section .container .menu ul li {
          white-space: nowrap;
          display: inline-block; }
          .menu-section .container .menu ul li::before {
            content: "|";
            font-size: 20px;
            color: #5a5a5a; }
          .menu-section .container .menu ul li:first-child::before {
            display: none; }
          .menu-section .container .menu ul li a {
            font-size: 20px;
            color: #5a5a5a;
            border-bottom: 2px solid transparent;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease; }
            .menu-section .container .menu ul li a:hover {
              border-color: #5a5a5a; }
        .menu-section .container .menu ul .current a {
          font-weight: bold; }

.footer-section {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px; }
  .footer-section .container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 948px;
    margin: auto;
    text-align: right;
    height: 100%;
    vertical-align: middle; }
    .footer-section .container a {
      position: relative;
      top: 0px;
      left: 0px;
      display: inline-block;
      height: 100%;
      line-height: 100px; }
      .footer-section .container a img {
        vertical-align: middle; }

.content-section {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background: url(../images/background_light.png);
  background-repeat: repeat;
  background-position: center; }
  .content-section .container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 948px;
    margin: auto;
    padding: 20px 0; }
    .content-section .container .attendance {
      position: relative;
      top: 0px;
      left: 0px;
      white-space: nowrap;
      text-align: center; }
      .content-section .container .attendance .box {
        position: relative;
        top: 0px;
        left: 0px;
        display: inline-block;
        width: 32.6666%;
        margin-left: 1%;
        border: 3px solid #444444;
        padding: 25px 15px;
        white-space: normal;
        vertical-align: top;
        text-align: left; }
        .content-section .container .attendance .box:first-child {
          margin-left: 0; }
      .content-section .container .attendance .information p {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 0;
        font-size: 14.6667px;
        color: #444444;
        margin-top: 10px;
        font-weight: bold; }
        .content-section .container .attendance .information p:first-child {
          margin-top: 0; }
      .content-section .container .attendance .form .row {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 10px; }
        .content-section .container .attendance .form .row:first-child {
          margin-top: 0px; }
      .content-section .container .attendance .form label {
        position: relative;
        top: 0px;
        left: 0px;
        margin-bottom: 5px;
        color: #5c99c8;
        font-weight: bold;
        display: block;
        font-size: 14.6667px; }
      .content-section .container .attendance .form select, .content-section .container .attendance .form textarea, .content-section .container .attendance .form input {
        width: 100%;
        color: #fff;
        background-color: #bfbfbf;
        padding: 5px;
        border: 0;
        font-weight: bold; }
      .content-section .container .attendance .form textarea {
        min-height: 100px; }
      .content-section .container .attendance .form .btn {
        width: 100%;
        background-color: transparent;
        border: 3px solid #444444;
        padding: 5px;
        font-weight: bold;
        color: #444444;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
        .content-section .container .attendance .form .btn:hover {
          color: #5c99c8;
          border-color: #5c99c8; }
      .content-section .container .attendance .game .row {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 5px; }
        .content-section .container .attendance .game .row:first-child {
          margin-top: 0px; }
      .content-section .container .attendance .game .description span {
        color: #5c99c8;
        font-weight: bold;
        font-size: 14.6667px; }
      .content-section .container .attendance .game .info {
        background-color: #bfbfbf;
        padding: 5px 10px; }
        .content-section .container .attendance .game .info span {
          color: #ffffff;
          font-weight: bold;
          font-size: 14.6667px; }
        .content-section .container .attendance .game .info a {
          position: absolute;
          top: 5px;
          right: 10px;
          font-weight: bold;
          font-size: 14.6667px;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease; }
          .content-section .container .attendance .game .info a:hover {
            border-color: transparent; }
        .content-section .container .attendance .game .info .free {
          color: #60a433;
          border-bottom: 1px solid #60a433; }
        .content-section .container .attendance .game .info .full {
          color: #fb130d; }
      .content-section .container .attendance .wider {
        width: 50%; }
      .content-section .container .attendance .error {
        text-align: center; }
  .content-section .full-container {
    position: relative;
    top: 0px;
    left: 0px;
    max-width: 96%;
    margin: auto;
    padding: 20px 0; }
    .content-section .full-container .box {
      position: relative;
      top: 0px;
      left: 0px;
      border: 3px solid #444444;
      padding: 20px; }
      .content-section .full-container .box p, .content-section .full-container .box a, .content-section .full-container .box span, .content-section .full-container .box h2, .content-section .full-container .box h3 {
        color: #5a5a5a; }
      .content-section .full-container .box p, .content-section .full-container .box a, .content-section .full-container .box span {
        font-size: 14.6667px; }
      .content-section .full-container .box p {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 0; }
      .content-section .full-container .box h2, .content-section .full-container .box h3 {
        position: relative;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 0;
        font-size: 20px; }
      .content-section .full-container .box h3 {
        margin-top: 30px; }
      .content-section .full-container .box .navigation {
        margin: 10px 0; }
        .content-section .full-container .box .navigation a {
          border-bottom: 1px solid #5a5a5a;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease; }
          .content-section .full-container .box .navigation a:hover {
            border-color: transparent; }
      .content-section .full-container .box .information {
        margin-top: 10px; }
      .content-section .full-container .box .table {
        overflow: auto; }
        .content-section .full-container .box .table .center {
          text-align: center; }
        .content-section .full-container .box .table table {
          border: 0px solid transparent !important;
          border-collapse: collapse;
          max-width: 100%; }
          .content-section .full-container .box .table table tfoot {
            display: table-header-group; }
            .content-section .full-container .box .table table tfoot input {
              width: 100%;
              margin-left: 8px;
              font-size: 12.6777px;
              padding: 5px;
              border: 0; }
            .content-section .full-container .box .table table tfoot th {
              color: #ffffff;
              background-color: #444444;
              border: 1px solid #ffffff !important;
              font-size: 14.6777px;
              padding: 10px 18px 10px 4px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
            .content-section .full-container .box .table table tfoot .width-20 {
              width: 20px; }
          .content-section .full-container .box .table table thead th {
            color: #ffffff;
            background-color: #444444;
            border: 1px solid #ffffff !important;
            font-size: 14.6777px;
            padding: 10px 18px 10px 4px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          .content-section .full-container .box .table table thead .width-20 {
            width: 20px; }
          .content-section .full-container .box .table table tbody tr td {
            white-space: nowrap;
            border: 1px solid #ffffff !important;
            background-color: #ffffff;
            color: #5a5a5a;
            font-size: 14.666667px;
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease; }
            .content-section .full-container .box .table table tbody tr td .free {
              color: #60a433; }
            .content-section .full-container .box .table table tbody tr td .full {
              color: #fb130d; }
          .content-section .full-container .box .table table tbody tr:nth-child(even) td {
            background-color: #e4e4e4; }
          .content-section .full-container .box .table table tbody tr:hover td {
            background-color: rgba(92, 153, 200, 0.25); }
          .content-section .full-container .box .table table tbody .error-tr td {
            background-color: rgba(251, 19, 13, 0.25) !important; }
          .content-section .full-container .box .table table tbody .error-tr:hover td {
            background-color: rgba(251, 19, 13, 0.25); }
      .content-section .full-container .box .table-small table tfoot th {
        font-size: 13px; }
      .content-section .full-container .box .table-small table thead th {
        font-size: 13px; }
      .content-section .full-container .box .table-small table tbody tr td {
        font-size: 13px; }
        .content-section .full-container .box .table-small table tbody tr td span {
          font-size: 13px; }
      .content-section .full-container .box .btn {
        position: relative;
        vertical-align: middle;
        margin: 1px;
        padding: 2px 10px;
        display: inline-block;
        background-color: #444444;
        border: 2px solid #444444 !important;
        color: #fff;
        font-size: 14.6667px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
        .content-section .full-container .box .btn:hover {
          background-color: #fff;
          color: #444444; }

.trumbowyg-box, .trumbowyg-editor {
  width: 100% !important;
  font-family: "Arial";
  font-weight: 300;
  min-height: 100px;
  margin: 0 auto; }

.trumbowyg-modal-box label input {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 27px !important;
  line-height: 27px !important;
  border: 1px solid #DEDEDE !important;
  background: 0 0 !important;
  font-size: 14px !important;
  width: 340px !important;
  padding: 0 7px !important;
  -webkit-transition: all .15s !important;
  transition: all .15s !important; }
