@charset "UTF-8";
@media screen and (max-width: 500px) {
  label {
    display: inline-block;
    max-width: 200px;
    min-width: 50px;
    text-align: left;
    padding-right: 2%;
    padding-left: 2%; }
  input[type=text], select, textarea {
    width: 100%;
    padding: 3px 5px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; }
  input[type=password] {
    width: 100%;
    padding: 3px 5px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; }
  input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 3px 5px;
    margin: 2px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer; }
  input[type=submit]:hover {
    background-color: #45a049; }
  input .width-200 {
    width: 100px; }
  ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0; }
  ul.pagination li {
    display: inline; }
  ul.pagination li a {
    color: black;
    float: left;
    padding: 2px 4px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd; }
  ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50; }
  ul.pagination li.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50; }
  ul.pagination li a:hover:not(.active) {
    background-color: #ddd; }
  ​ ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #333333;
    overflow: hidden; }
  li {
    float: left; }
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 4px 6px;
    text-decoration: none; }
  li a:hover:not(.active) {
    background-color: #111; }
  li a:hover, .dropdown:hover .dropbtn {
    background-color: green; }
  li a:hover, .dropdown:hover .dropbtnNocolor {
    background-color: transparent; }
  li.dropdown {
    display: inline-block; }
  li .original {
    color: white;
    border: none;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 4px; }
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #0aa699;
    min-width: 80px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
  .dropdown-content a {
    color: white;
    padding: 4px 6px;
    text-decoration: none;
    display: block;
    text-align: left; }
  .dropdown-content a:hover {
    background-color: #f1f1f1; }
  .dropdown:hover .dropdown-content {
    display: block; }
  div .greyBackGround {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px; }
  div .title-rounded-border {
    border: 2px solid red;
    border-radius: 4px;
    text-align: center;
    align-content: center; }
  .col-25, .col-75, col-22, col-65, col-50 input[type=submit] {
    width: 100%;
    margin-top: 0; }
  .col-12, col-10, col-tiret {
    width: 30%;
    margin-top: 0; }
  .scroll-horizontal {
    background-color: #00FFFF;
    width: 1000px;
    overflow-y: scroll; }
  .padding-center {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    align-self: center;
    align-content: center;
    vertical-align: middle; }
  .paddingLeft-20 {
    padding-bottom: 5px; }
  .padding-list {
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 5px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .padding-left {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    align-self: left;
    align-content: left;
    text-align: left;
    vertical-align: middle; }
  .popupStyle {
    position: relative;
    display: inline-block;
    padding: 0% 2% 0% 1%;
    border-style: solid;
    border-radius: 5px;
    width: 75%; }
  .popupStyle .popupText {
    width: 70%;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    bottom: 125%;
    align-content: center; }
  .timer-border {
    border: 2px solid black;
    border-radius: 0px;
    text-align: center;
    align-content: center;
    background: white; }
  .autotitle-border {
    border: 1px solid black;
    border-radius: 2px;
    text-align: center;
    align-content: center;
    background: #fcffd0; }
  .paddingLeft-150 {
    padding-left: 70px; }
  .match-border {
    border: 1px solid white;
    border-radius: 2px;
    align-content: center;
    background: #00DD00;
    padding: 4px; }
  .match-future-border {
    border: 1px solid white;
    border-radius: 2px;
    align-content: center;
    background: #ffdd55;
    padding: 4px; }
  .column-2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
  .column-3 {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; }
  .other-center {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .medium-center {
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .small-center {
    padding-top: 25px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 25px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .medium-side-center {
    padding-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .small-side-center {
    padding-top: 10px;
    padding-right: 30%;
    padding-left: 30%;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .smaller-center {
    padding-top: 25px;
    padding-right: 30%;
    padding-left: 30%;
    padding-bottom: 25px;
    align-self: center;
    align-content: center;
    text-align: center;
    vertical-align: middle; }
  .center-small-window {
    padding-top: 10px;
    padding-bottom: 10px;
    align-self: center;
    align-content: center;
    vertical-align: middle; }
  .padding-12 {
    padding: 5%; }
  .padding-inlineblock {
    padding: 1px;
    display: inline-block; }
  .padding-bottom-10 {
    padding-bottom: 2px; }
  .padding-normal {
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px; }
  .check-boxes {
    padding-left: 50px; }
  .dark-background {
    display: block;
    background-color: darkslategray;
    position: absolute;
    width: 100%;
    height: 100%; }
  .blue-background {
    display: block;
    background-color: #3a87ad;
    position: absolute;
    width: 100%;
    height: 100%; }
  .white-background-centre {
    display: block;
    position: absolute;
    background-color: whitesmoke;
    top: 15%;
    left: 15%;
    right: 15%;
    vertical-align: middle;
    text-align: center;
    align-content: center;
    min-height: 150px; }
  .centre {
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    vertical-align: middle;
    text-align: center;
    align-content: center; }
  .image-border {
    display: block;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 47%;
    right: 47%;
    border-radius: 160px/225px;
    padding: 0px;
    background: white;
    width: 160px;
    height: 225px; }
  img .image-position {
    position: relative;
    margin-top: 50px; }
  .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8px;
    margin: 2px 1px;
    cursor: pointer; }
  .basic {
    background-color: #333333;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-fize: 4px; }
  .darkgreen {
    background-color: darkslategray;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 4px;
    cursor: pointer; }
  table, td, th {
    border: 1px solid #ddd;
    text-align: center; }
  table {
    border-collapse: collapse;
    width: 100%; }
  .table-wrapper {
    overflow-x: visible;
    overflow-y: hidden;
    margin-left: 60px;
    max-width: 100%; }
  th, td {
    text-align: center;
    padding: 2px;
    max-width: 40px; }
  th.fixed-180 {
    position: static;
    left: 2px; }
  td.fixed-180 {
    position: absolute;
    left: 2px; }
  th.fixed-80 {
    position: static;
    left: 2px; }
  td.fixed-80 {
    position: static;
    left: 5px; }
  tr:nth-child(even) {
    background-color: #f2f2f2; }
  th {
    background-color: #4CAF50;
    color: white; }
  .cursor-pointer {
    cursor: pointer; }
  a:hover, button:hover {
    cursor: pointer; }
  .team-picture {
    width: 350.17px;
    height: 281.17px; }
  /* Create two equal columns that floats next to each other */
  .column {
    float: left;
    width: 45%;
    padding: 10px; }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both; } }

.loading {
  border: 8px solid #f3f3f3;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-top: 8px solid green;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

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

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Create four equal columns that floats next to each other */
.column-4 {
  float: left;
  width: 100%;
  padding: 10px; }

/* Clear floats after the columns */
.row-column:after {
  content: "";
  display: table;
  clear: both; }

.smallOne label {
  min-width: 10px;
  display: inline-block;
  padding-right: 5px;
  padding-top: 20px; }

.smallOne input, textarea {
  width: 80%;
  max-width: 200px; }

.smallOne button {
  margin-left: 5px; }

.material-icons {
  font-family: 'Material Icons', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
  .material-icons.md-lg {
    font-size: 1.33em; }
  .material-icons.md-2x {
    font-size: 2em; }

.modal-dialog {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .modal-dialog:before {
    position: absolute;
    content: '';
    top: -140px;
    left: -140px;
    height: 140px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0; }
  .modal-dialog:after {
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    opacity: 0; }
  .modal-dialog.active, .modal-dialog:before, .modal-dialog:after {
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    opacity: 1;
    pointer-events: all;
    z-index: 2; }
  .modal-dialog > div {
    z-index: 3;
    max-width: 70%;
    max-height: 90%;
    overflow: auto;
    position: fixed;
    left: 15%;
    top: 10%;
    background: #fff; }
    .modal-dialog > div > h1 {
      background-color: #404040;
      font-weight: normal;
      color: #fff;
      padding: 10px;
      margin: 0; }
      .modal-dialog > div > h1 button {
        float: right;
        padding: 0;
        color: #fff;
        background: none;
        margin: 0; }
        .modal-dialog > div > h1 button i {
          border: solid 1px #fff;
          height: 18px; }
    .modal-dialog > div .main {
      padding: 10px 20px; }
    .modal-dialog > div .footer {
      padding: 10px;
      background-color: #F2F2F2;
      overflow: auto; }
      .modal-dialog > div .footer button.cancel {
        background: none;
        float: left;
        color: #404040;
        text-decoration: underline; }

body {
  font-size: 16px;
  font-family: Helvetica, sans-serif; }

p {
  font-size: 120%;
  line-height: 1.2; }

h2 {
  background-color: lightgrey;
  padding-left: 2%;
  border: 1px solid darkgrey;
  margin: 0; }

.menu {
  display: block;
  width: 100%; }
  .menu li {
    display: inline;
    margin-left: 5px; }
    .menu li a {
      display: inline-block;
      padding: 5px 10px;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      background: #999; }

.releveForm h3 {
  text-align: left;
  font-size: 100%;
  margin: 0; }

.releveForm .index {
  text-align: center; }
  .releveForm .index input {
    width: 33%;
    font-size: 100%; }

.releveForm .formControls {
  margin-top: 1em;
  text-align: center; }
  .releveForm .formControls input {
    border: none;
    width: 30%;
    line-height: 200%;
    font-size: 100%;
    margin: 0.1em; }

.keypad {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 200%; }
  .keypad input {
    border: none;
    width: 30%;
    height: 150%;
    line-height: 300%;
    font-size: 100%;
    margin: 0.1em; }

div .success {
  font-weight: bold;
  color: green;
  text-align: center; }
