@charset "UTF-8";
.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; }

label {
  display: inline-block;
  min-width: 200px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px; }

input[type=text], select, textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; }

input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 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: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

input[type=submit]:hover {
  background-color: #45a049; }

input .width-200 {
  width: 200px; }

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0; }

ul.pagination li {
  display: inline; }

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  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: 14px 16px;
  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: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0aa699;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  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: 12px;
  text-align: center;
  align-content: center; }

.scroll-horizontal {
  background-color: #00FFFF;
  width: 1000px;
  overflow-y: scroll; }

.paddingLeft-150 {
  padding-left: 150px; }

.padding-center {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  vertical-align: middle;
  min-width: 950px; }

.paddingLeft-20 {
  padding-left: 20%;
  padding-bottom: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-list {
  padding-top: 10px;
  padding-right: 100px;
  padding-left: 75px;
  padding-bottom: 10px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.padding-left {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  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: 5%;
  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: 8px solid black;
  border-radius: 0px;
  text-align: center;
  align-content: center;
  background: white; }

.autotitle-border {
  border: 4px solid black;
  border-radius: 6px;
  text-align: center;
  align-content: center;
  background: #fcffd0; }

.match-border {
  border: 2px solid white;
  border-radius: 6px;
  align-content: center;
  background: #00DD00;
  padding: 12px; }

.match-future-border {
  border: 2px solid white;
  border-radius: 6px;
  align-content: center;
  background: #ffdd55;
  padding: 12px; }

.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: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.medium-center {
  padding-top: 50px;
  padding-right: 200px;
  padding-left: 200px;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.small-center {
  padding-top: 50px;
  padding-right: 30%;
  padding-left: 30%;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.medium-side-center {
  padding-top: 10px;
  padding-right: 200px;
  padding-left: 200px;
  padding-bottom: 10px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.small-side-center {
  padding-top: 10px;
  padding-right: 400px;
  padding-left: 400px;
  padding-bottom: 10px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.smaller-center {
  padding-top: 50px;
  padding-right: 600px;
  padding-left: 600px;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  text-align: center;
  vertical-align: middle; }

.center-small-window {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 50px;
  align-self: center;
  align-content: center;
  vertical-align: middle; }

.padding-12 {
  padding: 5%; }

.padding-inlineblock {
  padding: 5px;
  display: inline-block; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-normal {
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 10px; }

.check-boxes {
  padding-left: 150px; }

.dark-background {
  display: block;
  background-color: darkslategray;
  position: absolute;
  width: 3000px;
  height: 1400px; }

.blue-background {
  display: block;
  background-color: #3a87ad;
  position: absolute;
  width: 3000px;
  height: 1400px; }

.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: 300px; }

.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: 320px/450px;
  padding: 0px;
  background: white;
  width: 320px;
  height: 450px; }

img .image-position {
  position: relative;
  margin-top: 100px; }

.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer; }

.basic {
  background-color: #333333;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-fize: 16px; }

.darkgreen {
  background-color: darkslategray;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  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: 160px;
  width: 1000px; }

th, td {
  text-align: center;
  padding: 8px;
  width: 80px; }

th.fixed-180 {
  position: static;
  left: 5px; }

td.fixed-180 {
  position: absolute;
  left: 5px; }

th.fixed-80 {
  position: static;
  left: 5px; }

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: 1050.5px;
  height: 843.5px; }

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

.min-width-700 {
  min-width: 700px; }

.max-width-70 {
  max-width: 70%; }

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

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px; }

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px; }

.col-22 {
  float: left;
  width: 22%;
  margin-top: 6px; }

.col-12 {
  float: left;
  width: 12%;
  margin-top: 6px; }

.col-65 {
  float: left;
  width: 65%;
  margin-top: 6px; }

.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px; }

.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px; }

.col-tiret {
  float: left;
  width: 5%;
  margin-top: 26px; }

/* 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: 25%;
  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: 10px; }

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