@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-light.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-light.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-light.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-light.svg?#Source Sans Pro") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-lightit.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-lightit.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-lightit.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-lightit.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-lightit.svg?#Source Sans Pro") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-regular.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-regular.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-regular.svg?#Source Sans Pro") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-it.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-it.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-it.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-it.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-it.svg?#Source Sans Pro") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-bold.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-bold.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-bold.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-bold.svg?#Source Sans Pro") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/sourcesanspro-boldit.eot?");
  src: url("../fonts/sourcesanspro/sourcesanspro-boldit.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/sourcesanspro-boldit.woff?") format("woff"), url("../fonts/sourcesanspro/sourcesanspro-boldit.ttf?") format("truetype"), url("../fonts/sourcesanspro/sourcesanspro-boldit.svg?#Source Sans Pro") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "FIBA";
  src: url("../fonts/icons/fiba.eot?56257865");
  src: url("../fonts/icons/fiba.eot?56257865#iefix") format("embedded-opentype"), url("../fonts/icons/fiba.woff?56257865") format("woff"), url("../fonts/icons/fiba.ttf?56257865") format("truetype"), url("../fonts/icons/fiba.svg?56257865#FIBA") format("svg");
  font-weight: 300;
  font-style: normal;
}
/*.font-face('FIBA', 'icons/fiba', normal, normal, '56257865');*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fiba";
}
.icon-basket:before {
  content: '\e800';
}
/* '' */
.icon-ball-fill:before {
  content: '\e801';
}
/* '' */
.icon-list:before {
  content: '\e802';
}
/* '' */
.icon-field-game:before {
  content: '\e803';
}
/* '' */
.icon-field:before {
  content: '\e804';
}
/* '' */
.icon-ball:before {
  content: '\e805';
}
/* '' */
.icon-close:before {
  content: '\e806';
}
/* '' */
.icon-warning:before {
  content: '\e807';
}
/* '' */
/* ---------------------------------------------------------------------------------------------------- */
/*B7B7B7; 15, 22, 24*/
/* ---------------------------------------------------------------------------------------------------- */
.color {
  color: #FFFFFF !important;
}
.color.green {
  background-color: #70D900 !important;
}
.color.red {
  background-color: #FF4B48 !important;
}
.color.black {
  background-color: #000000 !important;
}
.color.yellow {
  background-color: #F2D200 !important;
}
.color.blue {
  background-color: #008dd9 !important;
}
.color.gold {
  background-color: #cdad43 !important;
}
.color.orange {
  background-color: #F79935 !important;
}
.color.purple {
  background-color: #F440F4 !important;
}
/* ---------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro";
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
* input,
* textarea {
  -webkit-user-select: initial;
  -moz-user-select: -moz-text;
  -o-user-select: -o-text;
  user-select: -text;
}
html {
  overflow-x: hidden;
  width: 100%;
}
html body {
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: font-size 0.25s;
  -moz-transition: font-size 0.25s;
  -o-transition: font-size 0.25s;
  transition: font-size 0.25s;
  color: #000000;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  width: inherit;
}
a {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  color: #000000;
  outline: none;
  text-decoration: none;
}
b {
  font-weight: bold;
}
button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  resize: none;
}
.invisiblepermanent {
  background-image: url('../images/upload.png');
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.button {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  font-size: 18px;
  line-height: 18px;
  background-color: #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  min-width: 80px;
}
.button.green {
  background-color: #70D900;
  color: #FFFFFF;
}
.button.red {
  background-color: #FF4B48;
  color: #FFFFFF;
}
.button.blue {
  background-color: #008dd9;
  color: #FFFFFF;
}
[type="checkbox"]:not(:checked),
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:checked {
  left: -9999px;
  position: absolute;
}
[type="checkbox"]:not(:checked) + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  cursor: pointer;
  display: block;
  padding: 2px 0 2px 24px;
  position: relative;
}
[type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 16px;
  position: absolute;
  width: 16px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  border: 2px solid #878787;
  content: '';
  left: 0;
  top: 0;
}
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  content: '✔';
  display: block;
  left: 2px;
  text-align: center;
  top: 2px;
}
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  background-color: #878787;
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
div#big-popup {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000000;
}
div#big-popup div#big-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
div#big-popup div#big-box img.referee_image {
  padding: 10px;
  border: 10px solid #676767;
  height: 100%;
  object-fit: none;
  margin-right: 25px;
  width: 35%;
}
div#big-popup div#big-box div#center-box {
  max-width: 640px;
  min-width: 480px;
  padding: 24px;
  border: 10px solid #676767;
}
div#big-popup div#big-box div#center-box h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
div#big-popup div#big-box div#center-box h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 5px;
  font-weight: bold;
}
div#big-popup div#big-box div#center-box p {
  font-size: 1.1em;
  line-height: 1.1em;
  line-height: 24px;
  margin-bottom: 20px;
}
div#big-popup div#big-box div#center-box button.rd {
  margin-top: 10px;
}
div#big-popup div#big-box div#center-box a.rd-box {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #878787;
  color: #FFFFFF;
  margin-bottom: 12px;
  padding: 8px 16px;
}
div#big-popup div#big-box div#center-box a.rd-box span {
  display: -webkit-flex;
  display: flex;
}
div#big-popup div#big-box div#center-box a.rd-box span.icon {
  background-image: url("../images/download.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 32px;
  width: 32px;
}
div#big-popup div#big-box div#center-box a.rd-box span.title {
  font-weight: bold;
  max-width: 120px;
  min-width: 120px;
  padding: 0 8px;
  text-transform: uppercase;
}
div#big-popup div#big-box div#center-box a.rd-box span.referee {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
div#big-popup div#big-box div#center-box .annotation-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background-color: #dedede;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  min-height: 36px;
  padding: 4px 15px 50px 15px;
}
div#big-popup div#big-box div#center-box #annotation-box h1,
div#big-popup div#big-box div#center-box #annotation-box-big h1,
div#big-popup div#big-box div#center-box .annotation-popup h1 {
  margin-bottom: 10px;
  text-align: center;
  color: #FFFFFF;
}
div#big-popup div#big-box div#center-box #annotation-box h1.green,
div#big-popup div#big-box div#center-box #annotation-box-big h1.green,
div#big-popup div#big-box div#center-box .annotation-popup h1.green {
  background-color: #70D900 !important;
}
div#big-popup div#big-box div#center-box #annotation-box h1.red,
div#big-popup div#big-box div#center-box #annotation-box-big h1.red,
div#big-popup div#big-box div#center-box .annotation-popup h1.red {
  background-color: #FF4B48 !important;
}
div#big-popup div#big-box div#center-box #annotation-box h1.grey,
div#big-popup div#big-box div#center-box #annotation-box-big h1.grey,
div#big-popup div#big-box div#center-box .annotation-popup h1.grey {
  background-color: #878787 !important;
}
div#big-popup div#big-box div#center-box #annotation-box .row,
div#big-popup div#big-box div#center-box #annotation-box-big .row,
div#big-popup div#big-box div#center-box .annotation-popup .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
div#big-popup div#big-box div#center-box #annotation-box .buttons-box .col,
div#big-popup div#big-box div#center-box #annotation-box-big .buttons-box .col,
div#big-popup div#big-box div#center-box .annotation-popup .buttons-box .col {
  width: 50%;
}
div#big-popup div#big-box div#center-box #annotation-box div.time-box div.col,
div#big-popup div#big-box div#center-box #annotation-box-big div.time-box div.col,
div#big-popup div#big-box div#center-box .annotation-popup div.time-box div.col {
  height: 100px !important;
}
div#big-popup div#big-box div#center-box #annotation-box .type-call-select,
div#big-popup div#big-box div#center-box #annotation-box-big .type-call-select,
div#big-popup div#big-box div#center-box .annotation-popup .type-call-select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}
div#big-popup div#big-box div#center-box #annotation-box .type-call-select.call,
div#big-popup div#big-box div#center-box #annotation-box-big .type-call-select.call,
div#big-popup div#big-box div#center-box .annotation-popup .type-call-select.call {
  background-color: #DEC928;
  color: white;
}
div#big-popup div#big-box div#center-box #annotation-box .type-call-select.nocall,
div#big-popup div#big-box div#center-box #annotation-box-big .type-call-select.nocall,
div#big-popup div#big-box div#center-box .annotation-popup .type-call-select.nocall {
  background-color: #008dd9;
  color: white;
}
div#big-popup div#big-box div#center-box #annotation-box .type-call-select.action,
div#big-popup div#big-box div#center-box #annotation-box-big .type-call-select.action,
div#big-popup div#big-box div#center-box .annotation-popup .type-call-select.action {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box div.time-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
div#big-popup div#big-box div#center-box div.time-box div.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 95px;
  width: 23%;
  /*}*/
}
div#big-popup div#big-box div#center-box div.time-box div.col label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0 0 10px 0;
  white-space: nowrap;
}
div#big-popup div#big-box div#center-box div.time-box div.col select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 0 6px;
  width: 55px;
}
div#big-popup div#big-box div#center-box div.time-box div.col:first-child {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
div#big-popup div#big-box div#center-box div.time-box div.col:first-child label {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(2) {
  width: 31%;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(2) div {
  display: -webkit-flex;
  display: flex;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(2) div input {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 10px 6px;
  text-align: center;
  width: 50px;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(2) div span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 10px;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(3) {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(3) label {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(4) {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
div#big-popup div#big-box div#center-box div.time-box div.col:nth-child(4) label {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
div#big-popup div#big-box div#center-box div.time-box div.col:last-child {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
div#big-popup div#big-box div#center-box div.time-box div.col:last-child label {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
div#big-popup div#big-box div#center-box div.multiple-annotations-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
div#big-popup div#big-box div#center-box div.multiple-annotations-box .column {
  border-top: 2px solid #cdad43;
  border-right: 2px solid #cdad43;
  padding: 5px 15px;
  width: 100%;
}
div#big-popup div#big-box div#center-box div.multiple-annotations-box .column select.select-zone {
  width: 50px !important;
}
div#big-popup div#big-box div#center-box div.multiple-annotations-box .column:last-child {
  border-right: 0;
}
div#big-popup div#big-box div#center-box div.multiple-annotations-box [type="checkbox"]:not(:checked) + label,
div#big-popup div#big-box div#center-box div.multiple-annotations-box [type="radio"]:not(:checked) + label,
div#big-popup div#big-box div#center-box div.multiple-annotations-box [type="checkbox"]:checked + label,
div#big-popup div#big-box div#center-box div.multiple-annotations-box [type="radio"]:checked + label {
  padding: 2px 0 2px 24px !important;
  position: relative;
  line-height: 0.7em !important;
}
div#big-popup div#big-box div#center-box div#criteria-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-bottom: 12px;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  margin-bottom: 4px;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 0 10px;
  width: 70%;
  max-width: 70%;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.positive {
  background-color: #70D900;
  color: black;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.negative {
  background-color: #FF4B48;
  color: white;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.note {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.call {
  background-color: #DEC928;
  color: white;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.nocall {
  background-color: #008dd9;
  color: white;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col select.action {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box div#criteria-box div.col label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box div#extras-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.1em;
  line-height: 0.9em;
  padding: 10px;
  font-style: italic;
}
div#big-popup div#big-box div#center-box div#extras-box select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.1em;
  height: 40px;
  padding: 0 8px;
  width: 100%;
}
div#big-popup div#big-box div#center-box div#pt-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
div#big-popup div#big-box div#center-box div#pt-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box div#pt-box select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
div#big-popup div#big-box div#center-box div#pt-box select.positive {
  background-color: #70D900;
  color: black;
}
div#big-popup div#big-box div#center-box div#pt-box select.negative {
  background-color: #FF4B48;
  color: white;
}
div#big-popup div#big-box div#center-box div#pt-box select.note {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box div#result-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 45px;
}
div#big-popup div#big-box div#center-box div#result-box .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
div#big-popup div#big-box div#center-box div#result-box .col span {
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}
div#big-popup div#big-box div#center-box div#result-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 10px;
  margin-bottom: 5px;
}
div#big-popup div#big-box div#center-box div#result-box input {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 10px 6px;
  text-align: center;
  width: 80px;
  margin-bottom: 5px;
}
div#big-popup div#big-box div#center-box div#pregame-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 45px;
}
div#big-popup div#big-box div#center-box div#pregame-box .col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 8px;
  width: 50%;
}
div#big-popup div#big-box div#center-box div#pregame-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 10px;
  margin-bottom: 5px;
}
div#big-popup div#big-box div#center-box div#pregame-box input {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.3em;
  height: 50px;
  padding: 10px 6px;
  text-align: center;
  width: 80px;
  margin-bottom: 5px;
}
div#big-popup div#big-box div#center-box div#tki-box h1 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
div#big-popup div#big-box div#center-box div#tki-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box .plc-save {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  min-height: 26px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 5px;
}
div#big-popup div#big-box div#center-box .plc-save .plc-title {
  width: 95%;
}
div#big-popup div#big-box div#center-box .plc-save .pl-save {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.1em;
  background-color: #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0 5px;
  /*width: 110px;*/
}
div#big-popup div#big-box div#center-box .plc-save .pl-save span {
  height: 67%;
}
div#big-popup div#big-box div#center-box .plc-save .pl-save.c-gold span::before {
  display: block;
  width: 10px;
  height: 100%;
  background: #DEC928;
  content: 'C';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#big-popup div#big-box div#center-box .plc-save .pl-save.c-gray span::before {
  display: block;
  width: 10px;
  height: 100%;
  background: #878787;
  content: 'A';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#big-popup div#big-box div#center-box .plc-save .pl-save.c-blue span::before {
  display: block;
  width: 14px;
  height: 100%;
  background: #008dd9;
  content: 'NC';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#big-popup div#big-box div#center-box .plc-save .pl-save.pretag {
  border: 3px dashed #FF4B48;
}
div#big-popup div#big-box div#center-box div#history-box {
  width: 563px;
}
div#big-popup div#big-box div#center-box div#history-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box div#history-box div.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
div#big-popup div#big-box div#center-box div#history-box div.row div.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 45%;
}
div#big-popup div#big-box div#center-box div#history-box div.row div.col span {
  text-align: center;
}
div#big-popup div#big-box div#center-box div#history-box div.row div.col textarea {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  font-size: 1.1em;
  line-height: 1.1em;
  border: 2px solid #878787;
  /*height: 120px;*/
  margin-bottom: 8px;
  padding: 8px;
  width: 100%;
  height: 146px;
}
div#big-popup div#big-box div#center-box div#history-box div.row div.col input {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.1em;
  line-height: 1.1em;
  height: 50px;
  padding: 8px;
  width: 100%;
}
div#big-popup div#big-box div#center-box div#points-box h1,
div#big-popup div#big-box div#center-box div#final-box div#final-evaluation h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
div#big-popup div#big-box div#center-box div#points-box label,
div#big-popup div#big-box div#center-box div#final-box div#final-evaluation label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box div#points-box select,
div#big-popup div#big-box div#center-box div#final-box div#final-evaluation select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1em;
  height: 50px;
  padding: 10px;
  width: 100%;
}
div#big-popup div#big-box div#center-box label[for="personalcomments"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px;
}
div#big-popup div#big-box div#center-box textarea#comments,
div#big-popup div#big-box div#center-box textarea#comments-keep,
div#big-popup div#big-box div#center-box textarea#comments-improve,
div#big-popup div#big-box div#center-box textarea#personalcomments {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  font-size: 1.3em;
  line-height: 1.3em;
  border: 2px solid #878787;
  height: 120px;
  margin-bottom: 12px;
  padding: 12px;
  width: 100%;
}
div#big-popup div#big-box div#center-box div#checkbox-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
div#big-popup div#big-box div#center-box div#checkbox-box div.checkbox:first-child {
  margin-right: 4px;
}
div#big-popup div#big-box div#center-box div.radio {
  margin-bottom: 6px;
}
div#big-popup div#big-box div#center-box div.radio:last-child {
  margin-bottom: 0;
}
div#big-popup div#big-box div#center-box div.buttons-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-top: 12px;
}
div#big-popup div#big-box div#center-box div.buttons-box div.col {
  display: -webkit-flex;
  display: flex;
  width: 33.33%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
div#big-popup div#big-box div#center-box div.buttons-box div.col:first-child {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
div#big-popup div#big-box div#center-box div.buttons-box div.col:last-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
div#big-popup div#big-box div#center-box .annotation-popup h1 {
  font-size: 1.5em;
  line-height: 1.6em;
  width: 100%;
  height: 40px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.row div.col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  margin-right: 10px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-bottom: 15px;
  border: 1px solid black;
  padding: 10px 20px 10px 20px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box label.annot-title {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row {
  border-bottom: 1px solid grey;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row .col {
  flex-grow: 1;
  width: auto;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row .col:nth-of-type(1) {
  align-items: flex-start;
  min-width: 125px;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row .col:nth-of-type(2) {
  flex-grow: 4;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .row .col:nth-of-type(3) {
  align-items: flex-end;
}
div#big-popup div#big-box div#center-box .annotation-popup div.subannots-box .pl-save.annot-hidden {
  display: -webkit-flex;
  display: flex;
}
div#big-popup div#big-box div#center-box .annotation-popup select.type-select,
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select,
div#big-popup div#big-box div#center-box .annotation-popup input {
  display: -webkit-flex;
  display: flex;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  border: 2px solid #878787;
  font-size: 1.1em;
  height: 40px;
  padding: 0 8px;
  width: 100%;
}
div#big-popup div#big-box div#center-box .annotation-popup select.type-select.positive,
div#big-popup div#big-box div#center-box .annotation-popup select.type-select option[value='1'] {
  background-color: #70D900;
  color: black;
}
div#big-popup div#big-box div#center-box .annotation-popup select.type-select.negative,
div#big-popup div#big-box div#center-box .annotation-popup select.type-select option[value='2'] {
  background-color: #FF4B48;
  color: white;
}
div#big-popup div#big-box div#center-box .annotation-popup select.type-select.note,
div#big-popup div#big-box div#center-box .annotation-popup select.type-select option[value='3'] {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select.call,
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select option[value='1'] {
  background-color: #DEC928;
  color: white;
}
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select.nocall,
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select option[value='2'] {
  background-color: #008dd9;
  color: white;
}
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select.action,
div#big-popup div#big-box div#center-box .annotation-popup select.call-type-select option[value='3'] {
  background-color: #878787;
  color: white;
}
div#big-popup div#big-box div#center-box .annotation-popup div#link-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.1em;
  line-height: 0.9em;
  padding: 6px 10px;
  font-style: italic;
}
div#big-popup div#big-box div#center-box .annotation-popup div#check-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 10px;
  height: 28px;
  padding-left: 30px !important;
  white-space: nowrap;
}
div#big-popup div#big-box div#center-box .annotation-popup div#check-box label label::before,
div#big-popup div#big-box div#center-box .annotation-popup div#check-box label label::after {
  top: 4px;
}
div#big-popup div#big-box div#center-box .annotation-popup h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 400;
}
/* ---------------------------------------------------------------------------------------------------- */
div#login {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
  background: url('../images/referee.jpg?v=1.0.0') center center no-repeat;
  background-size: cover;
}
div#login > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /*background-color: rgba(235, 235, 235, 0.75);*/
  height: 100%;
  position: absolute;
  width: 100%;
}
div#login > div > div {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  padding: 12px;
  position: relative;
  width: 400px;
  z-index: 1;
  right: 10px;
}
div#login > div > div div#l-logo {
  /*.border-radius(1024px);*/
  /*background-color: @black;*/
  background-image: url('../images/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  margin: 0 auto;
  width: 160px;
}
div#login > div > div div#l-error {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  background-color: #FF322E;
  color: #FFFFFF;
  display: none;
  line-height: 20px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
div#login > div > div div.l-box {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  border: 2px solid #878787;
  height: 50px;
  margin: 12px 0;
  position: relative;
  width: 100%;
}
div#login > div > div div.l-box input,
div#login > div > div div.l-box label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: transparent;
  height: 46px;
  padding: 0 6px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#login > div > div div.l-box input {
  font-size: 1.1em;
  line-height: 1.1em;
  z-index: 1;
}
div#login > div > div div.l-box input:focus {
  height: 26px;
  padding: 2px 6px;
  top: 20px;
}
div#login > div > div div.l-box input:focus + label {
  font-size: 0.9em;
  line-height: 0.9em;
  height: 20px;
  padding: 2px 6px;
}
div#login > div > div div.l-box.focus input {
  height: 26px;
  padding: 2px 6px;
  top: 20px;
}
div#login > div > div div.l-box.focus input + label {
  font-size: 0.9em;
  line-height: 0.9em;
  height: 20px;
  padding: 2px 6px;
}
div#login > div > div div.l-box label {
  font-size: 1em;
  line-height: 1em;
}
div#login > div > div div#l-button button {
  width: 100%;
}
div#common {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
div#common .list-reports,
div#common .reports,
div#common .list-competitions,
div#common .list-view-report {
  display: none;
}
div#common .responsive {
  display: none;
}
@media screen and (max-width: 740px) {
  div#common.reports .desktop {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  div#common.reports .responsive {
    display: block;
  }
}
div#common.list-reports .list-reports,
div#common.reports .reports,
div#common.list-competitions .list-competitions,
div#common.list-view-report .list-view-report {
  display: block;
}
div#common header#header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 80px;
  padding: 0 7px;
  position: fixed;
  top: 0;
  width: 100%;
}
div#common header#header > div {
  margin-right: 7px;
}
div#common header#header > div:last-child {
  margin-right: 0;
}
div#common header#header div.box-align {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 2px solid #878787;
  height: 66px;
  padding: 2px 7px;
}
div#common header#header div.box-align div.label {
  font-size: 0.9em;
  line-height: 0.9em;
  margin-bottom: 4px;
}
div#common header#header div.box-align div.data {
  font-size: 1.2em;
  line-height: 1.2em;
}
div#common header#header div.box-align#logo {
  background-color: #FFFFFF;
  background-image: url('../images/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #FFFFFF;
  width: 132px;
}
div#common div#content {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  border-bottom: 2px solid #878787;
  border-top: 2px solid #878787;
  bottom: 60px;
  position: fixed;
  top: 80px;
  width: 100%;
}
div#common div#content div.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #878787;
}
div#common div#content div.row div.col {
  display: -webkit-flex;
  display: flex;
  border-right: 1px solid #878787;
  padding: 6px;
  width: 25%;
}
div#common div#content div.row div.col:last-child {
  border-right: none;
}
div#common footer#footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  bottom: 0;
  height: 60px;
  padding: 0 20px;
  position: fixed;
  width: 100%;
}
div#common footer#footer > div {
  width: 100%;
}
div#common footer#footer > div div.buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}
div#common.list-reports div#content {
  border-bottom: none;
  bottom: 0;
}
div#common.list-reports div#content header#lr-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#common.list-reports div#content header#lr-header div#tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 2px solid #878787;
  height: 40px;
}
div#common.list-reports div#content header#lr-header div#tabs div.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.1em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #878787;
  border-bottom: 2px solid #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  min-width: 150px;
  padding: 10px;
  position: relative;
}
div#common.list-reports div#content header#lr-header div#tabs div.tab:last-child {
  border-right: 2px solid #878787;
}
div#common.list-reports div#content header#lr-header div#tabs div.tab.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  color: #878787;
}
div#common.list-reports div#content div#lr-table {
  bottom: 0;
  overflow: auto;
  position: absolute;
  top: 40px;
  width: 100%;
}
div#common.list-reports div#content div#lr-table div.tab-block {
  display: none;
  height: 100%;
}
div#common.list-reports div#content div#lr-table div.tab-block.active {
  display: block;
}
div#common.list-reports div#content div#lr-table div.lr-table-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
div#common.list-reports div#content div#lr-table div.lr-table-content.empty {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row {
  cursor: pointer;
  height: 50px;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(1) {
  border-right: none;
  width: 8%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(1).imp {
  background-color: #F2D200;
  border-right: 1px solid #878787;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(1).imp span {
  background-image: url('../images/upload.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(2) {
  width: 14%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(3) {
  width: 70%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(3) span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 20%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(3) span.lr-team {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  background-color: #878787;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  width: 40%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(4) {
  width: 8%;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(4) span.status {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  background-color: #878787;
  height: 25px;
  width: 25px;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(4) span.status.draft {
  background-color: #000000;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(4) span.status.sent {
  background-color: #F2D200;
}
div#common.list-reports div#content div#lr-table div.lr-table-content .row .col:nth-child(4) span.status.send {
  background-color: #70D900;
}
div#common.list-reports footer#footer div.buttons {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
div#common.list-reports footer#footer div.buttons button.button:first-child {
  margin-right: 20px;
}
div#common.list-competitions div#content {
  border-bottom: none;
  bottom: 0;
}
div#common.list-competitions div#content header#lc-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#common.list-competitions div#content header#lc-header div#tabsc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 2px solid #878787;
  height: 40px;
}
div#common.list-competitions div#content header#lc-header div#tabsc div.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.1em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #878787;
  border-bottom: 2px solid #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  min-width: 150px;
  padding: 10px;
  position: relative;
}
div#common.list-competitions div#content header#lc-header div#tabsc div.tab:last-child {
  border-right: 2px solid #878787;
}
div#common.list-competitions div#content header#lc-header div#tabsc div.tab.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  color: #878787;
}
div#common.list-competitions div#content div#lc-table {
  bottom: 0;
  overflow: auto;
  position: absolute;
  top: 40px;
  width: 100%;
}
div#common.list-competitions div#content div#lc-table div.tab-block {
  display: none;
  height: 100%;
}
div#common.list-competitions div#content div#lc-table div.tab-block.active {
  display: block;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content.empty {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content .row {
  cursor: pointer;
  height: 50px;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content .row .col {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content .row .col:nth-child(1) {
  border-right: none;
  width: 25%;
}
div#common.list-competitions div#content div#lc-table div.lc-table-content .row .col:nth-child(2) {
  width: 75%;
}
div#common.list-competitions footer#footer {
  height: 0;
}
div#common.reports div#content header#r-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#common.reports div#content header#r-header div.row {
  height: 100%;
}
div#common.reports div#content header#r-header div.row div.col {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  background-color: black;
  color: white;
  width: 27%;
  /*color: @white;*/
  /*                    &:first-child{
                                            background-color: @white;
                                        }*/
}
div#common.reports div#content header#r-header div.row div.col:first-child {
  width: 19%;
  background-color: #cdad43;
}
div#common.reports div#content header#r-header div.row div.col:first-child select {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #878787;
  font-size: 1.1em;
  height: 48px;
  padding: 0 4px;
  width: 52px;
}
div#common.reports div#content header#r-header div.row div.col div.row#time-control {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
div#common.reports div#content header#r-header div.row div.col div.row#time-control span {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding: 5px 8px;
}
div#common.reports div#content header#r-header div.row div.col span.pl-points-notes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
div#common.reports div#content header#r-header div.row div.col span.pl-points-notes span.pl-points {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 3px;
  width: 60px;
}
div#common.reports div#content header#r-header div.row div.col span.pl-points-notes span.pl-notes {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 3px;
  width: 60px;
}
div#common.reports div#content header#r-header div.r-referee-name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #878787;
  overflow: hidden;
  padding: 4px;
  width: 100%;
}
div#common.reports div#content header#r-header div.r-referee-name span {
  font-size: 1.1em;
  line-height: 1.1em;
  white-space: nowrap;
}
div#common.reports div#content header#r-header div.r-points {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  color: #FFFFFF;
  max-height: 28px;
  min-height: 28px;
  padding: 3px;
  width: 100%;
  /*display: none !important;*/
}
div#common.reports div#content header#r-header div.r-points.green {
  background-color: #70D900;
}
div#common.reports div#content header#r-header div.r-points.red {
  background-color: #FF4B48;
}
div#common.reports div#content header#r-header div.r-points.yellow {
  background-color: #F2D200;
}
div#common.reports div#content header#r-header div.r-points.orange {
  background-color: #F79935;
}
div#common.reports div#content header#r-header div.r-points.blue {
  background-color: #008dd9;
}
div#common.reports div#content header#r-header div.r-points.gold {
  background-color: #cdad43;
}
div#common.reports div#content header#r-header div.r-points.purple {
  background-color: #F440F4;
}
div#common.reports div#content header#r-header div.r-points span {
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: bold;
  margin-left: 4px;
}
div#common.reports div#content div#r-table {
  bottom: 0;
  overflow-y: auto;
  position: absolute;
  top: 80px;
  width: 100%;
}
div#common.reports div#content div#r-table div#r-table-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
div#common.reports div#content div#r-table div#r-table-content .row:nth-child(even) {
  background-color: #f2f2f2;
}
div#common.reports div#content div#r-table div#r-table-content .row.sep {
  background-color: black;
}
div#common.reports div#content div#r-table div.col {
  width: 27%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  cursor: pointer;
}
div#common.reports div#content div#r-table div.col.haspopup {
  width: 19%;
}
div#common.reports div#content div#r-table div.col.three-col {
  width: 81%;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 0;
}
div#common.reports div#content div#r-table div.col.three-col .row:nth-child(even) {
  background-color: #f2f2f2 !important;
}
div#common.reports div#content div#r-table div.col.three-col.comments {
  padding: 6px 6px 2px 6px;
}
div#common.reports div#content div#r-table div.col.no-head {
  width: 33.33%;
}
div#common.reports div#content div#r-table div.col.create {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  padding-bottom: 35px;
}
div#common.reports div#content div#r-table div.col.comments {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  padding-bottom: 2px;
}
div#common.reports div#content div#r-table div.col div.r-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  text-transform: uppercase;
  width: 100%;
}
div#common.reports div#content div#r-table div.col div.r-title div.rt-col {
  display: -webkit-flex;
  display: flex;
  /*                        &:last-child {
                                                    min-width: 32px;
                        
                                                    span {
                                                        .border-radius(1024px);
                                                        .flex;
                                                        .flex-align-items(center);
                                                        .flex-justify-content(center);
                                                        background-color: @grey;
                                                        color: @white;
                                                        height: 32px;
                                                        width: 100%;
                                                    }
                                                }*/
}
div#common.reports div#content div#r-table div.col div.r-title div.rt-col:first-child {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-size: 1.1em;
  line-height: 1.1em;
  line-height: 24px;
  margin-right: 4px;
}
div#common.reports div#content div#r-table div.col div.r-title div.rt-col .icon-list {
  height: 36px;
  line-height: 36px;
}
div#common.reports div#content div#r-table div.col div.r-title div.rt-col .icon-pretag {
  border: 3px dashed black;
  width: 25px;
  height: 36px;
}
div#common.reports div#content div#r-table div.col span.pl-save {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.1em;
  background-color: #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0 5px;
  /*width: 110px;*/
}
div#common.reports div#content div#r-table div.col span.pl-save span {
  height: 67%;
}
div#common.reports div#content div#r-table div.col span.pl-save.c-gold span::before {
  display: block;
  width: 10px;
  height: 100%;
  background: #DEC928;
  content: 'C';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#common.reports div#content div#r-table div.col span.pl-save.c-gray span::before {
  display: block;
  width: 10px;
  height: 100%;
  background: #878787;
  content: 'A';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#common.reports div#content div#r-table div.col span.pl-save.c-blue span::before {
  display: block;
  width: 14px;
  height: 100%;
  background: #008dd9;
  content: 'NC';
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border: 1px solid white;
  margin-right: 3px;
  margin-left: 3px;
}
div#common.reports div#content div#r-table div.col span.pl-save.pretag {
  border: 3px dashed #FF4B48;
}
div#common.reports div#content div#r-table div.col span.icon-warning:before {
  color: yellow;
  margin-right: 2px;
  font-size: 19px;
  text-shadow:   1px 1px 0 black , 0px 1px 0 black , -1px 1px 0 black , 1px 0px 0 black , 0px 0px 0 black , -1px 0px 0 black , 1px -1px 0 black , 0px -1px 0 black , -1px -1px 0 black;
}
div#common.reports div#content div#r-table div.col span.icon-list-rigth:after {
  font-family: "fiba";
  content: '\e802';
  margin-left: 2px;
  color: yellow;
  font-weight: bolder;
  text-shadow:   1px 1px 0 black , 0px 1px 0 black , -1px 1px 0 black , 1px 0px 0 black , 0px 0px 0 black , -1px 0px 0 black , 1px -1px 0 black , 0px -1px 0 black , -1px -1px 0 black;
}
div#common.reports div#content div#r-table div.col span.icon-warning:selection {
  background-color: transparent;
}
div#common.reports footer#footer div.buttons {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
div#common.reports footer#footer div.buttons button#r-back {
  margin-right: 20px;
}
div#common.reports footer#footer div.buttons button#r-add-annotations,
div#common.reports footer#footer div.buttons button#r-review-report {
  margin-right: auto;
}
div#common.list-view-report div#content {
  border-bottom: none;
  bottom: 0;
}
div#common.list-view-report div#content header#lr-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#common.list-view-report div#content header#lr-header div#tabsn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 2px solid #878787;
  height: 40px;
}
div#common.list-view-report div#content header#lr-header div#tabsn div.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.1em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #878787;
  border-bottom: 2px solid #878787;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  height: 40px;
  min-width: 150px;
  padding: 10px;
  position: relative;
}
div#common.list-view-report div#content header#lr-header div#tabsn div.tab:last-child {
  border-right: 2px solid #878787;
}
div#common.list-view-report div#content header#lr-header div#tabsn div.tab.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  color: #878787;
}
div#common.list-view-report div#content div#table {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
div#common.list-view-report div#content div#table div#t-header,
div#common.list-view-report div#content div#table div#t-body {
  position: absolute;
  top: 40px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
div#common.list-view-report div#content div#table div#t-header .row,
div#common.list-view-report div#content div#table div#t-body .row {
  cursor: pointer;
  height: 50px;
}
div#common.list-view-report div#content div#table div#t-header .row .col,
div#common.list-view-report div#content div#table div#t-body .row .col {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 1%;
}
div#common.list-view-report div#content div#table div#t-header .row .col:nth-child(2),
div#common.list-view-report div#content div#table div#t-body .row .col:nth-child(2),
div#common.list-view-report div#content div#table div#t-header .row .col:nth-child(5),
div#common.list-view-report div#content div#table div#t-body .row .col:nth-child(5),
div#common.list-view-report div#content div#table div#t-header .row .col:nth-child(6),
div#common.list-view-report div#content div#table div#t-body .row .col:nth-child(6) {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
}
div#common.list-view-report div#content div#table div#t-header .row .col:nth-child(7),
div#common.list-view-report div#content div#table div#t-body .row .col:nth-child(7) {
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-grow: 6;
  flex-grow: 6;
}
div#common.list-view-report div#content div#table div#t-header {
  background-color: #cdad43;
  color: white;
}
div#common.list-view-report div#content div#table div#t-header .col {
  font-weight: bolder;
}
div#common.list-view-report div#content div#table div#t-body {
  top: 90px;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
div#common.list-view-report div#content div#table div#t-body .row {
  min-height: 40px;
}
div#common.list-view-report div#content div#table div#t-body .row:nth-child(even) {
  background-color: #f2f2f2;
}
div#common.list-view-report div#content div#table div#t-body .icon-list::before {
  font-size: 25px;
}
div#common.list-view-report footer#footer div.buttons {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
#loader {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
}
#loader div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#loader div span {
  border: 6px solid #878787;
  padding: 60px;
  position: fixed;
  border-radius: 10px;
  font-weight: bold;
}
#loader-login {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000000;
  text-align: center;
}
#loader-login div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
#loader-login div span {
  border: 6px solid #000;
  padding: 60px;
  position: fixed;
  border-radius: 10px;
  font-weight: bold;
}
div#global-message {
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  border-radius: 2px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #FFFFFF;
  display: none;
  padding: 12px;
  position: fixed;
  right: 32px;
  top: 32px !important;
  width: 320px;
  z-index: 1000000;
}
div#global-message.error,
div#global-message.info,
div#global-message.success {
  display: -webkit-flex;
  display: flex;
}
div#global-message:before {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: "fiba";
  font-size: 26px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 12px;
}
div#global-message.error {
  background-color: #FF4444;
  color: #FFFFFF;
}
div#global-message.error:before {
  content: '\e807';
}
div#global-message.info {
  background-color: #FFDD00;
  /*        &:before {
                    content: '\f129';
                }*/
}
div#global-message.success {
  background-color: #C1D82F;
  color: #FFFFFF;
}
div#global-message.success:before {
  content: '\e806';
}
