.content-404 {
  flex: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #687d90;
  font-size: 1.2em; }
  .content-404 .redButton {
    padding: 4px 10px;
    cursor: pointer; }

.draggable {
  position: relative; }
  .draggable .template {
    display: none !important; }
  .draggable .current {
    position: absolute;
    left: 10px;
    z-index: 80;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none; }
    .draggable .current input {
      background: #cfcfcf; }
  .draggable .draggable__spacer {
    width: 150px;
    margin: 5px 0;
    border-bottom: solid grey 1px; }

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, .flex-table {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .style-button:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .style-button--alt:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, .flex-table {
  font-family: 'Open Sans', sans-serif !important; }

.flex-table-popup__submit, .flex-table-filter .commands button, .flex-table-filter-button {
  align-self: center;
  background: #0c3c7c;
  min-width: 150px;
  width: max-content;
  padding: 10px;
  margin: 10px;
  color: white;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #0c3c7c;
  transition: all ease 0.3s;
  cursor: pointer;
  box-sizing: border-box; }
  .flex-table-popup__submit:hover, .flex-table-filter .commands button:hover, .flex-table-filter-button:hover {
    background: white;
    color: #0c3c7c; }

#flex-table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto; }
  @media screen and (min-width: 426px) {
    #flex-table {
      align-items: flex-start;
      max-width: 1600px; } }

.flex-table {
  display: grid;
  grid-column-gap: 2px;
  width: 100%;
  max-width: 1600px;
  padding: 10px;
  overflow: auto;
  border: solid 2px #07244a;
  box-sizing: border-box;
  outline: solid 1px grey; }
  @media screen and (min-width: 1025px) {
    .flex-table {
      padding: 0; } }
  .flex-table__empty {
    background: #eee;
    padding: 10px 15px;
    text-align: center;
    box-sizing: border-box; }
    .flex-table__empty.hide {
      display: none; }
  .flex-table__header {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c3c7c;
    padding: 5px;
    min-width: 100px;
    color: white;
    font-size: 1.1em;
    text-align: center;
    cursor: pointer; }
    .flex-table__header__title {
      pointer-events: none; }
    .flex-table__header__filter {
      position: absolute;
      top: 0;
      right: 0;
      background: transparent;
      color: white;
      font-size: 1.1em;
      border: none;
      outline: none;
      cursor: pointer; }
      .flex-table__header__filter[data-active=true] {
        color: red; }
      .flex-table__header__filter.hide {
        display: none; }
    .flex-table__header.hideCol {
      display: none; }
    .flex-table__header::after {
      content: '';
      background: url("/images/sort_both.png") no-repeat 0 0;
      padding: 5px;
      width: 5px;
      height: 10px;
      opacity: 0.6; }
    .flex-table__header[data-sort=asc]::after {
      content: '';
      background: url("/images/sort_asc.png") no-repeat 0 0;
      opacity: 1; }
    .flex-table__header[data-sort=desc]::after {
      content: '';
      background: url("/images/sort_desc.png") no-repeat 0 0;
      opacity: 1; }
  .flex-table__cell {
    background: #f1f1f5;
    text-align: center;
    padding: 3px;
    min-width: 35px;
    min-height: 40px;
    max-height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default; }
    .flex-table__cell.odd {
      background: #d7d7df; }
    .flex-table__cell.highlight {
      background: #9dbdd3; }
    .flex-table__cell.selected {
      background: #019fcb; }
    .flex-table__cell.hide, .flex-table__cell.hideCol, .flex-table__cell.hideBySearch, .flex-table__cell[data-uid] {
      display: none; }
  .flex-table__start, .flex-table__end {
    display: none; }

.flex-table-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  grid-gap: 3px;
  padding: 5px 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 426px) {
    .flex-table-buttons {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 769px) {
    .flex-table-buttons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      margin: 0 auto; } }
  .flex-table-buttons__button {
    background: #c10042;
    padding: 10px 15px;
    border: solid 1px #c10042;
    color: white;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: all ease 0.3s;
    outline: none; }
    @media screen and (min-width: 769px) {
      .flex-table-buttons__button {
        margin-right: 5px; }
        .flex-table-buttons__button:hover {
          background: white;
          color: #c10042; } }
    .flex-table-buttons__button.disabled {
      background: white;
      border: solid 1px grey;
      color: grey;
      pointer-events: none; }
  .flex-table-buttons .colVis {
    position: relative;
    z-index: 3; }
    .flex-table-buttons .colVis > button {
      width: 100%; }
    .flex-table-buttons .colVis__container {
      position: absolute;
      left: 0;
      right: 0;
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 3px;
      background: grey;
      min-width: calc(100% - 5px);
      padding: 3px;
      box-sizing: border-box; }
      .flex-table-buttons .colVis__container button {
        padding: 10px 5px;
        font-size: 1.1em;
        box-sizing: border-box;
        cursor: pointer; }
        .flex-table-buttons .colVis__container button[data-active=true] {
          background: #c10042;
          color: white; }
        .flex-table-buttons .colVis__container button[data-active=false] {
          background: white;
          color: grey; }
      .flex-table-buttons .colVis__container.hide {
        display: none; }

.flex-table-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  z-index: 90; }
  .flex-table-popup.hide {
    display: none;
    pointer-events: none; }
  .flex-table-popup input:not([type=submit]),
  .flex-table-popup select,
  .flex-table-popup textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    border-color: #c9dee9; }
  .flex-table-popup input[type=checkbox] {
    width: max-content;
    margin-left: 5px;
    cursor: pointer; }
  .flex-table-popup input[type=radio] {
    -webkit-appearance: radio;
    opacity: 1;
    cursor: pointer; }
  .flex-table-popup textarea {
    resize: vertical;
    min-height: 50px;
    max-height: 120px; }
  .flex-table-popup__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    background: #f1f1f5;
    min-width: 300px;
    width: 100%;
    max-width: 100vw;
    min-height: 200px; }
    @media screen and (min-width: 769px) {
      .flex-table-popup__container {
        max-width: 800px; } }
  .flex-table-popup__header {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    background: #0c3c7c;
    font-size: 1.3em;
    color: white;
    font-weight: 700; }
    .flex-table-popup__header__title {
      padding: 15px 20px; }
    .flex-table-popup__header__close {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #b90000;
      height: 100%;
      padding: 5px;
      margin: 0;
      box-sizing: border-box;
      cursor: pointer; }
      .flex-table-popup__header__close:hover {
        background: #940000; }
  .flex-table-popup__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    max-height: 70vh;
    padding: 15px;
    overflow-y: auto; }
    .flex-table-popup__body .flex-group {
      padding: 4px 5px;
      box-sizing: border-box; }
      .flex-table-popup__body .flex-group label {
        display: grid;
        grid-template-columns: 150px 1fr;
        align-items: center; }
        .flex-table-popup__body .flex-group label b {
          display: block;
          align-self: flex-start;
          height: 100%;
          box-sizing: border-box; }
      .flex-table-popup__body .flex-group__radio b {
        font-weight: 400; }
      .flex-table-popup__body .flex-group__radio input {
        position: relative;
        justify-self: flex-start;
        width: unset;
        text-align: left; }
  .flex-table-popup .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 1.2em; }
    .flex-table-popup .content .counter {
      padding: 0 5px;
      color: #0c3c7c; }
  .flex-table-popup input.hide,
  .flex-table-popup select.hide,
  .flex-table-popup textarea.hide,
  .flex-table-popup .options.hide {
    display: none; }
  .flex-table-popup .multi-availability {
    background: grey;
    padding: 5px 10px;
    border: solid 1px black;
    box-sizing: border-box; }
    .flex-table-popup .multi-availability.hide {
      display: none; }

.flex-table-filter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  z-index: 90; }
  .flex-table-filter.hide {
    display: none;
    pointer-events: none; }
  .flex-table-filter__container {
    background: white;
    width: 100vw; }
    @media screen and (min-width: 426px) {
      .flex-table-filter__container {
        width: 350px; } }
  .flex-table-filter .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0c3c7c;
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    color: white;
    font-weight: 700;
    font-size: 1.3em;
    text-align: center; }
  .flex-table-filter .sort-types {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column; }
    .flex-table-filter .sort-types .sort-type {
      padding: 4px 10px;
      margin-bottom: 2px;
      box-sizing: border-box;
      cursor: pointer; }
  .flex-table-filter .clear {
    background: #d7d7df;
    margin: 4px 10px;
    padding: 8px 10px;
    box-sizing: border-box;
    cursor: pointer; }
    .flex-table-filter .clear:hover {
      color: grey; }
  .flex-table-filter .search {
    padding: 4px 10px;
    box-sizing: border-box; }
    .flex-table-filter .search input {
      width: 100%; }
  .flex-table-filter .filter-cells {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    max-height: 50vh;
    height: 300px;
    margin: 0 10px;
    overflow-y: auto;
    border: solid 1px grey;
    box-sizing: border-box; }
    .flex-table-filter .filter-cells .filter-cell {
      flex-shrink: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      padding: 5px 0;
      padding-right: 5px;
      box-sizing: border-box; }
      .flex-table-filter .filter-cells .filter-cell:nth-child(even) {
        background: #eee; }
      .flex-table-filter .filter-cells .filter-cell.hide {
        display: none;
        pointer-events: none; }
  .flex-table-filter .inject-cells {
    flex-shrink: 0; }
  .flex-table-filter .commands {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end; }
    .flex-table-filter .commands button {
      min-width: unset;
      padding: 8px 12px; }

.flex-table-filter-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 1.2em;
  box-sizing: border-box; }
  .flex-table-filter-button[data-active=true] {
    background: white;
    color: #c10042; }
  .flex-table-filter-button span {
    margin-left: 5px; }
  @media screen and (min-width: 426px) {
    .flex-table-filter-button {
      width: unset; } }

.flex-table-row-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  color: grey;
  padding: 2px 4px;
  box-sizing: border-box; }
  @media screen and (min-width: 426px) {
    .flex-table-row-counter {
      justify-content: flex-start; } }
  .flex-table-row-counter .total,
  .flex-table-row-counter .selected {
    margin: 2px 4px;
    box-sizing: border-box; }
    .flex-table-row-counter .total__counter,
    .flex-table-row-counter .selected__counter {
      color: #c10042; }

.result {
  padding: 10px;
  padding-right: 25vw;
  color: #c10042;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center; }
  .result.warn {
    color: red; }

.flex-table-search {
  align-self: flex-end;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .flex-table-search {
      width: 50vw;
      align-self: flex-end; } }
  @media screen and (min-width: 1025px) {
    .flex-table-search {
      width: 35vw; } }
  .flex-table-search input {
    width: 100%; }

.flex-table {
  grid-gap: 0;
  border: none;
  outline: solid 1px #e7e7e8; }
  .flex-table__empty {
    font-size: 1.3em;
    color: #0c3c7c; }
  .flex-table__header {
    background: #f3f3f4;
    color: #687d90;
    font-weight: 700;
    border-bottom: solid 1px #e7e7e8; }
    .flex-table__header__filter {
      color: #58585a; }
      .flex-table__header__filter.active {
        color: #c10042; }
    .flex-table__header:hover {
      color: #019fcb; }
  .flex-table__cell {
    background: white;
    border-bottom: solid 1px #f3f3f4;
    color: #58585a; }
    .flex-table__cell.odd {
      background: white; }
    .flex-table__cell.highlight {
      background: #9dbdd3; }
    .flex-table__cell.selected {
      background: #019fcb;
      color: white; }

.flex-table-popup__container {
  border: solid 1px #0c3c7c; }

.flex-table-popup .content .counter {
  color: #c10042; }

.flex-table-popup .multi-availability {
  background: #dedede;
  border-color: #b9b9ba;
  color: #58585a; }

.flex-table-buttons {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
  border-bottom: solid 1px #e7e7e8;
  z-index: 80; }
  .flex-table-buttons > * {
    background: white;
    color: #687d90;
    border: none;
    border-right: solid 1px #e7e7e8; }
    .flex-table-buttons > *.disabled {
      border: none;
      color: #c3cbd3;
      border-right: solid 1px #e7e7e8; }
    .flex-table-buttons > *:nth-child(even) {
      border: none; }
    .flex-table-buttons > *:last-child {
      border: none; }
    @media screen and (min-width: 426px) {
      .flex-table-buttons > * {
        border-right: solid 1px #e7e7e8; }
        .flex-table-buttons > *:nth-child(even) {
          border-right: solid 1px #e7e7e8; }
        .flex-table-buttons > *:nth-child(4n) {
          border: none; } }
    @media screen and (min-width: 769px) {
      .flex-table-buttons > *:nth-child(even), .flex-table-buttons > *:nth-child(4n) {
        border-right: solid 1px #e7e7e8; } }

.colVis button {
  background: white;
  color: inherit;
  border: none; }

.flex-table-filter__container {
  border: solid 1px #0c3c7c; }
  .flex-table-filter__container .filter-cell[data-action=select-all], .flex-table-filter__container .filter-cell[data-action=blanks] {
    background: #e7ecf2; }

.flex-table-row-counter .selected__counter,
.flex-table-row-counter .total__counter {
  color: #019fcb; }

@media screen and (min-width: 426px) {
  .filter-bar {
    align-self: flex-end; } }

button[data-type=print],
button[data-type=excel],
button[data-type=pdf] {
  color: #0c3c7c; }
  button[data-type=print]:hover,
  button[data-type=excel]:hover,
  button[data-type=pdf]:hover {
    color: #c10042; }

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea {
  font-family: 'Open Sans', sans-serif !important; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .style-button:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .style-button--alt:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

.footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #687d90; }
  .footer__content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #f3f3f4;
    width: 100%;
    padding: 5px 10px;
    border-top: solid 1px #e7e7e8;
    box-sizing: border-box; }
    .footer__content::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: white;
      height: 1px; }
    .footer__content .copy {
      color: #0c3c7c;
      font-weight: 700; }
    .footer__content .image {
      max-height: 35px;
      margin-right: 15px; }
      .footer__content .image img {
        max-height: inherit; }
    .footer__content .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column; }
    .footer__content .message {
      width: 100%;
      padding-top: 5px;
      margin-top: 5px;
      font-size: 0.8em;
      text-align: center;
      border-top: solid 1px #e7e7e8; }

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, .header, .header__content .views__content .items .item {
  font-family: 'Open Sans', sans-serif !important; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, .header, .header__content .views__content .items .item {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .style-button:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .style-button--alt:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

.header {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  grid-template-rows: 60px 1fr;
  align-items: center;
  background: white;
  border-bottom: solid 1px #e7e7e8; }
  @media screen and (min-width: 769px) {
    .header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap; } }
  .header__image {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    padding: 4px 10px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .header__image {
        margin: 0; } }
  .header__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 1.3em; }
  .header__content {
    grid-column: span 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    background: white;
    width: 100%;
    height: 100%;
    color: #687d90;
    border-top: solid 1px #e7e7e8;
    border-bottom: solid 1px #e7e7e8; }
    @media screen and (min-width: 769px) {
      .header__content {
        flex: 1;
        grid-column: unset;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row-reverse;
        width: unset;
        min-height: 60px;
        border-top: none;
        border-bottom: none; } }
    .header__content .views {
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .header__content .views {
          flex-flow: row; } }
      .header__content .views__user {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        background: linear-gradient(#1291b4, #019fcb);
        width: 100%;
        padding: 10px 5px;
        color: white;
        font-size: 1.3em;
        border-bottom: solid 1px #e7e7e8;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .header__content .views__user {
            width: unset;
            height: 100%;
            align-items: center; } }
      .header__content .views__content {
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100%; }
        @media screen and (min-width: 769px) {
          .header__content .views__content {
            justify-content: center; } }
        .header__content .views__content .title {
          height: 15px;
          margin-top: 25px;
          color: #c10042;
          font-size: 0.7em;
          letter-spacing: 0.15em;
          font-weight: 700; }
          @media screen and (min-width: 769px) {
            .header__content .views__content .title {
              margin-top: 5px;
              margin-bottom: -5px;
              font-size: 0.6em;
              font-weight: 400; } }
        .header__content .views__content .items {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 5px;
          width: 100%;
          padding: 5px 15px;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .header__content .views__content .items {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              justify-content: center;
              padding: 5px; } }
          .header__content .views__content .items .item {
            background: white;
            width: 100%;
            padding: 15px 0;
            color: #58585a;
            font-size: 1.4em;
            border: none;
            border-top: solid 1px #e7e7e8;
            outline: none;
            user-select: none; }
            .header__content .views__content .items .item a {
              color: inherit;
              text-decoration: none; }
            .header__content .views__content .items .item.active {
              color: #c9dee9; }
            @media screen and (min-width: 769px) {
              .header__content .views__content .items .item {
                width: unset;
                padding: 5px;
                font-size: 1.2em;
                border-top: none;
                cursor: pointer; }
                .header__content .views__content .items .item:hover {
                  color: #019fcb; } }
            .header__content .views__content .items .item:first-child {
              border-top: none; }
    .header__content .login-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      border-bottom: solid 1px #e7e7e8; }
      @media screen and (min-width: 769px) {
        .header__content .login-info {
          border-bottom: none; } }
      .header__content .login-info__container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        border-top: solid 1px #e7e7e8; }
        @media screen and (min-width: 769px) {
          .header__content .login-info__container {
            border-top: none; } }
      .header__content .login-info__user {
        padding: 10px;
        margin: 0 auto;
        color: #0c3c7c;
        font-size: 1.2em;
        font-weight: 700;
        text-align: center; }
        .header__content .login-info__user:empty {
          padding: 0;
          margin: 0; }
        @media screen and (min-width: 769px) {
          .header__content .login-info__user {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center; } }
      .header__content .login-info__login, .header__content .login-info__logout {
        flex-shrink: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        background: #f1f1f1;
        padding: 0;
        margin: 0;
        font-size: 1.3em;
        border: none;
        border-left: solid 1px #e7e7e8; }
        .header__content .login-info__login a, .header__content .login-info__logout a {
          flex: 1;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%;
          padding: 10px;
          color: #c10042;
          text-decoration: none;
          box-sizing: border-box; }
    .header__content > *:first-child.login-info {
      align-items: flex-start; }
      @media screen and (min-width: 769px) {
        .header__content > *:first-child.login-info {
          align-items: unset; } }
      .header__content > *:first-child.login-info .login-info__login {
        width: 100%;
        border-left: none; }
        .header__content > *:first-child.login-info .login-info__login a {
          width: 100vw; }
          @media screen and (min-width: 769px) {
            .header__content > *:first-child.login-info .login-info__login a {
              width: max-content; } }

@keyframes rotate-bars {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }
  .header .collapser {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    border-right: solid 1px #e7e7e8;
    color: #019fcb; }
    .header .collapser__icon {
      font-size: 1.7em;
      font-weight: normal;
      transform: rotate(0deg); }
    .header .collapser__text {
      height: 16px;
      font-weight: 700;
      font-size: 0.7em;
      transition: color ease 0.4s; }
    @media screen and (min-width: 769px) {
      .header .collapser {
        display: none; } }
  .header.open {
    min-height: 100vh; }
    @media screen and (min-width: 769px) {
      .header.open {
        min-height: unset; } }
    .header.open .collapser__icon {
      color: #838385;
      animation: rotate-bars 0.3s;
      transform: rotate(90deg); }
    .header.open .collapser__text {
      color: #58585a; }

.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.26);
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  transition: opacity ease 0.3s; }
  .popup-container.hide {
    opacity: 0;
    pointer-events: none; }

.popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  background: white;
  min-width: 300px;
  margin-top: 15vh;
  border: solid 1px grey; }
  .popup__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0c3c7c;
    padding: 0 10px;
    color: white;
    font-size: 1.2em; }
    .popup__header__title {
      flex: 1; }
    .popup__header__close {
      width: max-content;
      max-width: 50px;
      margin-right: 0 !important;
      text-align: center; }
  .popup__body {
    flex: 1;
    padding: 15px; }
    .popup__body .detail {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 5px; }
      .popup__body .detail .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px; }
        .popup__body .detail .row select {
          flex: 1;
          width: 100%; }
        .popup__body .detail .row .delete {
          flex-shrink: 0;
          background: #c9dee9;
          padding: 2px 5px;
          margin: 3px;
          min-width: 10px;
          color: white;
          text-align: center;
          border-radius: 5px;
          cursor: pointer; }
        .popup__body .detail .row:first-child .delete {
          display: none; }
      .popup__body .detail .add {
        grid-column: span 2;
        text-align: right;
        justify-self: flex-end;
        color: #c9dee9;
        cursor: pointer; }
    .popup__body.hide {
      display: none; }
  .popup__submit {
    margin: 10px auto; }

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea {
  font-family: 'Open Sans', sans-serif !important; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .style-button:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .style-button--alt:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

.sponsor__select {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px; }
  .sponsor__select .select__label {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px; }
  .sponsor__select .select__sponsor {
    width: 200px; }

.data {
  margin-top: 5px;
  margin-bottom: 5px; }
  .data--success {
    color: #028a02; }
  .data--error {
    color: #ff0000; }

.sponsor__details,
.sponsor__subdetails {
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  border-bottom: solid black 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.sponsor__details {
  flex-flow: column nowrap;
  align-content: flex-start; }
  .sponsor__details .details__group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 10px; }
    .sponsor__details .details__group .group__data {
      margin-left: 20px; }

.sponsor__subdetails {
  flex-flow: row wrap; }
  @media screen and (min-width: 426px) {
    .sponsor__subdetails {
      flex-flow: column nowrap; } }
  .sponsor__subdetails .subdetails__half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 50%; }
    @media screen and (min-width: 426px) {
      .sponsor__subdetails .subdetails__half {
        flex-flow: row nowrap;
        width: 100%; } }
  .sponsor__subdetails .subdetails__group {
    width: 33%;
    margin-bottom: 10px; }

.noSponsors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 10em; }
  .noSponsors .noSponsors__header {
    color: #0c3c7c;
    font-weight: bold; }

.group__header {
  color: #0c3c7c;
  font-weight: bold; }

.sponsor__decision {
  margin-left: 20px;
  margin-top: 10px;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  @media screen and (min-width: 426px) {
    .sponsor__decision {
      flex-flow: row nowrap; } }

.decision__adsize {
  width: 100%; }
  @media screen and (min-width: 426px) {
    .decision__adsize {
      width: 33%; } }
  .decision__adsize .adsize__prices, .decision__adsize .adsize__invoice {
    margin-top: 10px; }
    @media screen and (min-width: 426px) {
      .decision__adsize .adsize__prices, .decision__adsize .adsize__invoice {
        margin-top: 0px; } }
  .decision__adsize .adsize__prices table {
    border-spacing: 10px 5px; }
    .decision__adsize .adsize__prices table th {
      text-align: start; }

.decision__buttons {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap; }
  .decision__buttons .buttons__half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column nowrap; }
    @media screen and (min-width: 426px) {
      .decision__buttons .buttons__half {
        flex-flow: row nowrap; } }
  .decision__buttons .buttons__half:nth-child(2) {
    margin-top: 15px; }
  .decision__buttons .buttons__group {
    width: 100%;
    margin-top: 10px; }
    .decision__buttons .buttons__group .info {
      margin-bottom: 10px; }
    .decision__buttons .buttons__group .button {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: none;
      color: white;
      font-weight: bold;
      font-size: 1em; }
      .decision__buttons .buttons__group .button:hover {
        cursor: pointer; }
      @media screen and (min-width: 426px) {
        .decision__buttons .buttons__group .button {
          width: 125px;
          font-size: .9em; } }
      @media screen and (min-width: 769px) {
        .decision__buttons .buttons__group .button {
          width: 200px;
          font-size: 1em; } }
      .decision__buttons .buttons__group .button--agreed {
        background-color: #00ff00; }
        .decision__buttons .buttons__group .button--agreed:disabled {
          background-color: #666666;
          cursor: not-allowed; }
      .decision__buttons .buttons__group .button--pending {
        background-color: #ff9900; }
      .decision__buttons .buttons__group .button--declined {
        background-color: #ff0000; }
      .decision__buttons .buttons__group .button--nocontact {
        background-color: #000000; }
    @media screen and (min-width: 426px) {
      .decision__buttons .buttons__group {
        width: 50%;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px; } }
    @media screen and (min-width: 769px) {
      .decision__buttons .buttons__group {
        margin-left: 0px;
        margin-right: 0px; } }
  .decision__buttons .buttons__group:last-child {
    margin-bottom: 10px; }
    @media screen and (min-width: 426px) {
      .decision__buttons .buttons__group:last-child {
        margin-bottom: 0px; } }
  @media screen and (min-width: 426px) {
    .decision__buttons {
      width: 66.5%; } }

.nocontact__hidden {
  margin-top: 10px;
  display: none; }
  .nocontact__hidden .nocontact__notes {
    width: 90%;
    height: 50px; }

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, html,
body {
  font-family: 'Open Sans', sans-serif !important; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, html,
body {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.sponsor-content {
  max-width: 1200px;
  margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button, .sponsor-content .sponsor-container .names__group .name-item .delete {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a, .sponsor-content .sponsor-container .names__group .name-item .delete a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:hover:not(.disabled), .style-button:active:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt, .sponsor-content .sponsor-container .names__group .name-item .delete {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:hover:not(.disabled), .style-button--alt:active:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled), .sponsor-content .sponsor-container .names__group .name-item .delete:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a, .sponsor-content .sponsor-container .names__group .name-item .delete:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button, .sponsor-content .sponsor-container .names__group .name-item .delete {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

html,
body {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0; }

input,
select,
textarea {
  min-height: 10px;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box; }

input[type=checkbox],
input[type=radio] {
  transform: scale(1.2); }

.login {
  flex: 4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box; }
  .login__image {
    max-width: 100%; }
  .login h4 {
    color: #0c3c7c;
    font-size: 2em; }
  .login form {
    width: 100%;
    max-width: 450px;
    padding: 10px 20px;
    border: solid 1px #e7e7e8;
    box-sizing: border-box; }
    .login form span {
      display: block;
      color: #0c3c7c;
      margin: 3px 0; }
  .login input[type=text],
  .login input[type=password] {
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box; }
  .login #btnLogin {
    margin: 5px 0;
    box-sizing: border-box; }
  .login #lblFeedback {
    color: #c10042;
    text-align: center; }

.changelog {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  cursor: pointer; }
  .changelog__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: white;
    border: solid 1px #e7e7e8;
    width: 100%;
    max-width: 1200px;
    max-height: 90vh;
    padding: 15px;
    margin: auto;
    box-sizing: border-box; }
  .changelog__title {
    padding: 15px;
    font-size: 1.3em;
    color: #0c3c7c;
    box-sizing: border-box; }
  .changelog__subtitle {
    color: #5c5c5d; }
  .changelog__body {
    padding: 15px;
    margin-top: 10px;
    overflow-y: auto;
    box-sizing: border-box; }

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #f3f3f4;
  height: 100vh;
  color: #c10042;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  z-index: 999; }
  .loader h3 {
    color: #0c3c7c;
    text-transform: none; }
  .loader p {
    color: #58585a;
    font-size: 0.8em;
    text-transform: none; }
  .loader.hide {
    display: none; }

.header-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  margin: 10px 0;
  box-sizing: border-box; }
  .header-bar__title {
    color: #0c3c7c;
    font-size: 1.8em;
    font-weight: 700; }
    .header-bar__title.alt {
      color: #c10042; }
  .header-bar__subtitle {
    color: #58585a;
    text-align: center; }

.action-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start; }
  .action-bar .style-button, .action-bar .sponsor-content .sponsor-container .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .action-bar .delete {
    width: max-content; }

.filter-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 426px) {
    .filter-bar {
      flex-flow: row wrap;
      justify-content: flex-end;
      align-items: center; } }

.content-wrapper.new-year-wrapper {
  justify-content: center;
  align-items: center; }

.content.new-year {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 auto; }
  .content.new-year .year input {
    min-width: 250px; }
  .content.new-year .prices {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column; }
    .content.new-year .prices h3 {
      font-weight: 700;
      color: #687d90;
      padding: 10px;
      box-sizing: border-box; }
    .content.new-year .prices .list {
      display: grid;
      grid-template-columns: 200px 1fr;
      grid-gap: 5px;
      align-items: center; }

.content.resend-invoices .header-bar__subtitle {
  font-size: 0.8em;
  max-width: 800px;
  margin: 0 auto; }

.content.resend-invoices .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

.content.resend-invoices .outstanding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  max-width: 1200px;
  margin: 0 auto; }
  .content.resend-invoices .outstanding .heads-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 10px;
    box-sizing: border-box; }
    .content.resend-invoices .outstanding .heads-up h3 {
      padding-right: 15px;
      color: #687d90;
      font-weight: 700;
      box-sizing: border-box; }
    .content.resend-invoices .outstanding .heads-up .status {
      color: #c10042;
      font-size: 0.9em;
      font-style: italic; }
  .content.resend-invoices .outstanding .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box; }
    .content.resend-invoices .outstanding .list .sponsor-invoice {
      display: grid;
      grid-template-columns: 1fr;
      justify-content: center;
      align-items: center;
      grid-gap: 5px;
      width: 100%;
      padding-bottom: 15px;
      margin-bottom: 5px;
      border-bottom: solid 1px #e7e7e8;
      box-sizing: border-box; }
      .content.resend-invoices .outstanding .list .sponsor-invoice:last-child {
        border-bottom: none; }
      .content.resend-invoices .outstanding .list .sponsor-invoice form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 769px) {
          .content.resend-invoices .outstanding .list .sponsor-invoice form {
            justify-content: center; } }
      @media screen and (min-width: 769px) {
        .content.resend-invoices .outstanding .list .sponsor-invoice {
          grid-template-columns: 1fr 100px 100px 100px; } }
      .content.resend-invoices .outstanding .list .sponsor-invoice__type {
        color: #58585a;
        font-size: 0.8em; }
        @media screen and (min-width: 769px) {
          .content.resend-invoices .outstanding .list .sponsor-invoice__type {
            text-align: right; } }
      .content.resend-invoices .outstanding .list .sponsor-invoice__send {
        background: transparent;
        padding: 0;
        margin: 0;
        color: #0c3c7c;
        font-size: 0.8em;
        text-align: left;
        border: none;
        outline: none;
        user-select: none;
        cursor: pointer; }
        @media screen and (min-width: 769px) {
          .content.resend-invoices .outstanding .list .sponsor-invoice__send {
            text-align: center; } }
        .content.resend-invoices .outstanding .list .sponsor-invoice__send.disabled {
          color: grey;
          opacity: 0.5;
          pointer-events: none;
          user-select: none; }
      .content.resend-invoices .outstanding .list .sponsor-invoice__email {
        color: #0c3c7c;
        font-size: 0.8em; }

.select-year {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  font-weight: 400;
  box-sizing: border-box; }
  .select-year input[type=submit] {
    background: transparent;
    color: #687d90;
    font-size: 1em;
    border: none;
    cursor: pointer;
    user-select: none;
    outline: none; }
    .select-year input[type=submit]:hover {
      color: #019fcb; }
  .select-year.selected {
    background: transparent !important;
    cursor: default; }
    .select-year.selected input[type=submit] {
      color: rgba(88, 88, 90, 0.5);
      pointer-events: none; }

.sorry-nothing {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.5em;
  color: #687d90; }

.photographer-data .new {
  display: none;
  max-height: 100vh;
  padding: 5px;
  overflow-y: auto;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .photographer-data .new {
      display: block; } }
  .photographer-data .new__title {
    color: #c10042;
    text-align: center; }
  .photographer-data .new .col-item {
    margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e8; }
    .photographer-data .new .col-item:last-child {
      border-bottom: none; }

.mark {
  background: white;
  color: #c10042;
  font-size: 1.05em;
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none; }

.photographer.email.block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  .photographer.email.block .block__group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column; }
    .photographer.email.block .block__group textarea {
      min-height: 100px;
      resize: vertical; }
      @media screen and (min-width: 769px) {
        .photographer.email.block .block__group textarea {
          min-height: 10px; } }
    .photographer.email.block .block__group input[type=submit] {
      width: max-content;
      width: -moz-max-content;
      margin-left: 0; }

/***********************/
/*      SPONSOR        */
/***********************/
.select-sponsor {
  margin-bottom: 25px; }
  .select-sponsor select {
    width: 100%;
    max-width: 350px; }

.sponsor-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  width: 100%; }
  .sponsor-content select {
    width: 350px;
    max-width: 100%; }
  .sponsor-content .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 15px 0;
    padding: 10px 0;
    font-size: 1.2em;
    border-top: solid 1px #e7e7e8;
    border-bottom: solid 1px #e7e7e8; }
    @media screen and (min-width: 426px) {
      .sponsor-content .pagination {
        flex-flow: row wrap;
        justify-content: center; } }
    .sponsor-content .pagination__title {
      color: #0c3c7c; }
    .sponsor-content .pagination__item {
      border-right: solid 1px #e7e7e8; }
      @media screen and (min-width: 426px) {
        .sponsor-content .pagination__item:last-child {
          border-right: none; } }
      .sponsor-content .pagination__item.active .submit {
        color: black;
        pointer-events: none;
        cursor: default; }
      .sponsor-content .pagination__item .submit {
        background: transparent;
        padding: 0 5px;
        font-size: 1.2em;
        font-weight: 700;
        color: #c6bcd0;
        cursor: pointer;
        border: none; }
        @media screen and (min-width: 426px) {
          .sponsor-content .pagination__item .submit {
            font-size: 1.1em;
            transition: ease all 0.3s; }
            .sponsor-content .pagination__item .submit:hover {
              color: #0c3c7c; } }
  @media screen and (min-width: 426px) {
    .sponsor-content .sponsor-details {
      max-width: 50vw; } }
  .sponsor-content .sponsor-details input {
    width: 100%;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .sponsor-content .sponsor-details input {
        max-width: 450px; } }
  .sponsor-content .sponsor-container {
    position: relative; }
    @media screen and (min-width: 769px) {
      .sponsor-content .sponsor-container .block__header {
        max-width: calc(70vw - 350px); } }
    .sponsor-content .sponsor-container .image {
      background: white;
      width: max-content;
      width: -moz-max-content;
      max-width: 100%;
      box-sizing: border-box;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .sponsor-content .sponsor-container .image {
          position: absolute;
          right: 20px;
          width: 40vw;
          max-width: 640px;
          border: solid 1px #e7e7e8; } }
      .sponsor-content .sponsor-container .image__details {
        width: inherit;
        max-width: inherit; }
        @media screen and (min-width: 769px) {
          .sponsor-content .sponsor-container .image__details {
            max-width: inherit; } }
        .sponsor-content .sponsor-container .image__details__name {
          color: #58585a;
          font-style: italic;
          text-align: center; }
        .sponsor-content .sponsor-container .image__details img {
          padding: 10px;
          width: inherit;
          max-width: inherit;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .sponsor-content .sponsor-container .image__details img {
              max-width: inherit; } }
      .sponsor-content .sponsor-container .image__controls {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: center;
        grid-gap: 5px;
        padding: 0 10px;
        box-sizing: border-box; }
        .sponsor-content .sponsor-container .image__controls > * {
          margin: 0 auto; }
        @media screen and (min-width: 769px) {
          .sponsor-content .sponsor-container .image__controls {
            grid-template-columns: 1fr; } }
        @media screen and (min-width: 1025px) {
          .sponsor-content .sponsor-container .image__controls {
            grid-template-columns: repeat(2, 1fr); } }
        .sponsor-content .sponsor-container .image__controls.sponsor {
          grid-template-columns: 1fr; }
          .sponsor-content .sponsor-container .image__controls.sponsor a {
            display: block; }
        .sponsor-content .sponsor-container .image__controls .style-button, .sponsor-content .sponsor-container .image__controls .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .image__controls .delete {
          text-align: center;
          width: 100%; }
          @media screen and (min-width: 426px) {
            .sponsor-content .sponsor-container .image__controls .style-button, .sponsor-content .sponsor-container .image__controls .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .image__controls .delete {
              width: 200px; } }
      .sponsor-content .sponsor-container .image__rows {
        padding: 10px;
        box-sizing: border-box; }
        .sponsor-content .sponsor-container .image__rows .group {
          display: grid;
          grid-template-columns: 120px 1fr;
          grid-gap: 3px;
          background: #f5f5f6;
          margin-bottom: 3px;
          box-sizing: border-box; }
        .sponsor-content .sponsor-container .image__rows .title {
          background: white;
          font-weight: 700;
          padding: 3px;
          color: #0c3c7c; }
        .sponsor-content .sponsor-container .image__rows .val {
          padding: 3px;
          box-sizing: border-box; }
    .sponsor-content .sponsor-container .status .color {
      color: #0c3c7c;
      font-weight: 700; }
    .sponsor-content .sponsor-container .status .detail {
      margin-bottom: 10px; }
      .sponsor-content .sponsor-container .status .detail.info {
        position: relative;
        padding: 10px 0;
        font-size: 0.8em; }
        @media screen and (min-width: 769px) {
          .sponsor-content .sponsor-container .status .detail.info {
            max-width: 450px; } }
        .sponsor-content .sponsor-container .status .detail.info::after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 220px;
          content: '';
          border-bottom: solid 1px #e7e7e8; }
    .sponsor-content .sponsor-container .names.sponsor {
      padding-top: 5px;
      margin-top: 10px; }
    .sponsor-content .sponsor-container .names__group__add {
      width: max-content;
      width: -moz-max-content;
      color: #c10042;
      font-size: 1.1em;
      cursor: pointer; }
    .sponsor-content .sponsor-container .names__group .name-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .sponsor-content .sponsor-container .names__group .name-item .move-controls {
        display: block;
        padding-right: 10px;
        color: #0c3c7c;
        cursor: pointer; }
        .sponsor-content .sponsor-container .names__group .name-item .move-controls__mobile {
          display: grid;
          grid-template-columns: 1fr;
          grid-gap: 3px;
          font-size: 0.8em;
          pointer-events: none; }
          .sponsor-content .sponsor-container .names__group .name-item .move-controls__mobile i {
            pointer-events: all; }
          @media screen and (min-width: 769px) {
            .sponsor-content .sponsor-container .names__group .name-item .move-controls__mobile {
              display: none; } }
        .sponsor-content .sponsor-container .names__group .name-item .move-controls__desktop {
          display: none; }
          @media screen and (min-width: 769px) {
            .sponsor-content .sponsor-container .names__group .name-item .move-controls__desktop {
              display: block; } }
      .sponsor-content .sponsor-container .names__group .name-item .delete {
        flex: 0;
        padding: 7px 10px;
        margin: 0; }
      .sponsor-content .sponsor-container .names__group .name-item input[type=text] {
        flex: 1;
        width: 100%; }
        @media screen and (min-width: 426px) {
          .sponsor-content .sponsor-container .names__group .name-item input[type=text] {
            flex: 0;
            width: 350px; } }
    .sponsor-content .sponsor-container .email {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column; }
      .sponsor-content .sponsor-container .email textarea {
        width: 100%;
        min-height: 80px;
        max-height: 450px;
        box-sizing: border-box;
        resize: vertical; }
      .sponsor-content .sponsor-container .email .style-button, .sponsor-content .sponsor-container .email .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .email .delete {
        width: max-content;
        width: -moz-max-content; }
    .sponsor-content .sponsor-container .save {
      text-align: center;
      margin: 0 auto; }
      .sponsor-content .sponsor-container .save .style-button, .sponsor-content .sponsor-container .save .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .save .delete {
        width: max-content;
        width: -moz-max-content;
        max-width: 500px;
        box-sizing: border-box;
        margin: 0 auto; }
        @media screen and (min-width: 769px) {
          .sponsor-content .sponsor-container .save .style-button, .sponsor-content .sponsor-container .save .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .save .delete {
            width: 100%; } }

.sponsor-content.saved {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%; }

.sponsor-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box; }
  .sponsor-preview .title-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
    .sponsor-preview .title-header__title {
      font-size: 1.5em;
      font-weight: 700;
      text-align: center; }
    .sponsor-preview .title-header .style-button, .sponsor-preview .title-header .sponsor-content .sponsor-container .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .sponsor-preview .title-header .delete {
      display: block;
      min-width: unset;
      width: inherit;
      max-width: 100vw;
      text-align: center;
      box-sizing: border-box; }
    @media screen and (min-width: 426px) {
      .sponsor-preview .title-header {
        display: grid;
        grid-template-columns: 150px 1fr 150px; } }
  .sponsor-preview .page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    width: 100vw;
    max-width: 1200px;
    padding: 10px;
    margin: 10px auto;
    border: solid 1px #e7e7e8;
    box-sizing: border-box; }
    .sponsor-preview .page__image {
      width: 100%;
      height: auto;
      border: solid 2px black;
      box-sizing: border-box;
      user-select: none;
      pointer-events: none; }
      .sponsor-preview .page__image.one-third {
        grid-column: span 2; }
      .sponsor-preview .page__image.two-thirds {
        grid-column: span 2; }
      .sponsor-preview .page__image.full {
        grid-column: span 2; }
      .sponsor-preview .page__image.owned {
        border-color: blue; }
    @media screen and (min-width: 426px) {
      .sponsor-preview .page {
        grid-gap: 10px;
        padding: 15px; } }
    @media screen and (min-width: 769px) {
      .sponsor-preview .page {
        grid-gap: 15px;
        padding: 30px; } }
  .sponsor-preview .spoilers {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center; }

/******************************************************************************/
/*                                  SOLICITOR                                 */
/******************************************************************************/
.approved {
  color: #1daf42;
  font-size: 1.4em;
  margin-left: 10px; }

.solicitor-data .block.solicitor {
  padding: 0 20px;
  box-sizing: border-box; }

.solicitor-data .switch-sponsor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  padding: 0 20px;
  box-sizing: border-box; }

.solicitor-data .new-ad {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  width: 550px;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box; }
  .solicitor-data .new-ad .style-button, .solicitor-data .new-ad .sponsor-content .sponsor-container .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .solicitor-data .new-ad .delete {
    max-width: max-content; }

.solicitor-data .sponsor-top {
  display: grid;
  grid-template-columns: 1fr;
  margin: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e7e7e8;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .solicitor-data .sponsor-top {
      grid-template-columns: repeat(2, 1fr); } }
  .solicitor-data .sponsor-top__details .sponsor-name {
    padding: 10px;
    box-sizing: border-box; }
  .solicitor-data .sponsor-top__details .assignment {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    justify-content: center;
    margin: 10px;
    margin-top: 25px;
    box-sizing: border-box; }
    @media screen and (min-width: 426px) {
      .solicitor-data .sponsor-top__details .assignment {
        grid-template-columns: 250px 1fr; } }
    .solicitor-data .sponsor-top__details .assignment .title {
      font-weight: 700;
      color: #0c3c7c; }
      .solicitor-data .sponsor-top__details .assignment .title.warn {
        color: #c10042; }
  .solicitor-data .sponsor-top__image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box; }
    .solicitor-data .sponsor-top__image img {
      max-width: inherit;
      height: auto; }
      @media screen and (min-width: 769px) {
        .solicitor-data .sponsor-top__image img {
          width: auto;
          max-width: 550px;
          max-height: inherit; } }

.solicitor-data .details {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  margin: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  clear: both; }
  @media screen and (min-width: 426px) {
    .solicitor-data .details {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 769px) {
    .solicitor-data .details {
      grid-template-columns: repeat(3, 1fr); } }
  .solicitor-data .details .group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #f3f3f4; }
    .solicitor-data .details .group .title {
      font-weight: 700;
      color: #0c3c7c;
      margin-bottom: 5px; }
    .solicitor-data .details .group .window {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px; }
      .solicitor-data .details .group .window .past {
        background: #f3f3f4;
        padding: 10px;
        box-sizing: border-box; }
        .solicitor-data .details .group .window .past__year {
          color: #0c3c7c;
          font-weight: bold;
          margin-bottom: 10px; }
        .solicitor-data .details .group .window .past__image {
          float: right;
          max-width: 150px;
          min-height: 100px; }
          .solicitor-data .details .group .window .past__image img {
            max-width: inherit;
            height: auto; }

.solicitor-data .decisions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  justify-content: center;
  padding: 10px;
  margin: 10px;
  margin-top: 0;
  margin-bottom: 35px;
  box-sizing: border-box;
  border: solid 1px #e7e7e8; }
  .solicitor-data .decisions > h3 {
    font-size: 1.4em;
    margin-left: 5px; }
  .solicitor-data .decisions .ad-sizes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e8; }
    .solicitor-data .decisions .ad-sizes .title {
      padding: 5px;
      font-size: 1.1em;
      font-weight: 700;
      color: #0c3c7c;
      box-sizing: border-box; }
    .solicitor-data .decisions .ad-sizes .pricing {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 5px;
      grid-row-gap: 10px;
      width: 100%;
      max-width: 500px;
      padding: 10px;
      margin: 10px 0;
      border: solid 1px #e7e7e8;
      border-radius: 10px;
      box-sizing: border-box; }
      .solicitor-data .decisions .ad-sizes .pricing h4 {
        padding: 0;
        margin: 0; }
    .solicitor-data .decisions .ad-sizes .ad-size {
      width: 100%;
      max-width: 500px;
      margin-bottom: 10px; }
  .solicitor-data .decisions .statuses {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px; }
    @media screen and (min-width: 426px) {
      .solicitor-data .decisions .statuses {
        grid-template-columns: repeat(2, 1fr); } }
    .solicitor-data .decisions .statuses .title {
      padding: 5px;
      font-size: 1.1em;
      font-weight: 700;
      color: #0c3c7c;
      box-sizing: border-box; }
      @media screen and (min-width: 426px) {
        .solicitor-data .decisions .statuses .title {
          grid-column: span 2; } }
    .solicitor-data .decisions .statuses .status {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      align-items: center;
      padding: 5px;
      border-bottom: solid 1px #e7e7e8;
      box-sizing: border-box; }
      .solicitor-data .decisions .statuses .status .button-group {
        position: relative;
        cursor: pointer; }
        .solicitor-data .decisions .statuses .status .button-group.agreed .button {
          background: #0bad26;
          border-color: #0bad26; }
          .solicitor-data .decisions .statuses .status .button-group.agreed .button:hover, .solicitor-data .decisions .statuses .status .button-group.agreed .button:active, .solicitor-data .decisions .statuses .status .button-group.agreed .button:focus {
            background: #0bad26 !important;
            color: white;
            border-color: #0bad26; }
        .solicitor-data .decisions .statuses .status .button-group.agreed .selected {
          border-color: #0bad26;
          color: #0bad26; }
        .solicitor-data .decisions .statuses .status .button-group.pending .button {
          background: #ad8f0b;
          border-color: #ad8f0b; }
          .solicitor-data .decisions .statuses .status .button-group.pending .button:hover, .solicitor-data .decisions .statuses .status .button-group.pending .button:active, .solicitor-data .decisions .statuses .status .button-group.pending .button:focus {
            background: #ad8f0b !important;
            color: white;
            border-color: #ad8f0b; }
        .solicitor-data .decisions .statuses .status .button-group.pending .selected {
          border-color: #ad8f0b;
          color: #ad8f0b; }
        .solicitor-data .decisions .statuses .status .button-group.declined .button {
          background: #ad0b19;
          border-color: #ad0b19; }
          .solicitor-data .decisions .statuses .status .button-group.declined .button:hover, .solicitor-data .decisions .statuses .status .button-group.declined .button:active, .solicitor-data .decisions .statuses .status .button-group.declined .button:focus {
            background: #ad0b19 !important;
            color: white;
            border-color: #ad0b19; }
        .solicitor-data .decisions .statuses .status .button-group.declined .selected {
          border-color: #ad0b19;
          color: #ad0b19; }
        .solicitor-data .decisions .statuses .status .button-group.no-contact .button {
          background: #291c4d;
          border-color: #291c4d; }
          .solicitor-data .decisions .statuses .status .button-group.no-contact .button:hover, .solicitor-data .decisions .statuses .status .button-group.no-contact .button:active, .solicitor-data .decisions .statuses .status .button-group.no-contact .button:focus {
            background: #291c4d !important;
            color: white;
            border-color: #291c4d; }
        .solicitor-data .decisions .statuses .status .button-group.no-contact .selected {
          border-color: #291c4d;
          color: #291c4d; }
        .solicitor-data .decisions .statuses .status .button-group .button {
          min-width: 250px;
          text-align: center; }
        .solicitor-data .decisions .statuses .status .button-group .selected {
          position: absolute;
          left: -35px;
          top: 0;
          bottom: 0;
          display: none;
          background: white;
          min-width: 35px;
          margin: 10px 0;
          padding: 8px;
          box-sizing: border-box;
          border: solid 1px;
          border-right-width: 0;
          border-radius: 50% 0 0 50%; }
          .solicitor-data .decisions .statuses .status .button-group .selected::after {
            position: relative;
            top: -4px;
            left: 3px;
            content: '✔';
            font-size: 1.3em; }
        .solicitor-data .decisions .statuses .status .button-group input[type=radio] {
          display: none; }
        .solicitor-data .decisions .statuses .status .button-group input[type=radio]:checked + .selected {
          display: block; }

.solicitor-data .no-contact-group {
  margin: 10px 0;
  padding: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #e7e7e8; }
  .solicitor-data .no-contact-group.hide {
    display: none; }
  .solicitor-data .no-contact-group .title {
    font-size: 1.1em;
    font-weight: 700;
    color: #0c3c7c;
    box-sizing: border-box; }
  .solicitor-data .no-contact-group textarea {
    width: 100%;
    max-width: 650px;
    min-height: 100px;
    resize: vertical;
    box-sizing: border-box; }

.solicitor-data .submission {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px; }
  .solicitor-data .submission .style-button, .solicitor-data .submission .sponsor-content .sponsor-container .names__group .name-item .delete, .sponsor-content .sponsor-container .names__group .name-item .solicitor-data .submission .delete {
    width: 100%;
    max-width: 300px;
    text-align: center; }
    .solicitor-data .submission .style-button.disabled, .solicitor-data .submission .sponsor-content .sponsor-container .names__group .name-item .disabled.delete, .sponsor-content .sponsor-container .names__group .name-item .solicitor-data .submission .disabled.delete {
      background: #e7e7e8;
      border-color: #e7e7e8;
      color: #a8b2bc;
      pointer-events: none; }
  .solicitor-data .submission p {
    color: #687d90;
    box-sizing: border-box; }

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
/* Usage */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, nav.sub-nav {
  font-family: 'Open Sans', sans-serif !important; }

/* Usage */
h1,
h2,
h3,
h4,
h5,
h6, input,
select,
textarea, nav.sub-nav {
  font-family: 'Open Sans', sans-serif !important; }

body.loadable {
  max-height: 100vh;
  overflow: hidden; }

.wrapper {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.content-wrapper {
  position: relative;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column; }
  @media screen and (min-width: 769px) {
    .content-wrapper--hor {
      flex-flow: row; } }
  .content-wrapper > .content {
    max-width: 1600px;
    margin: 0 auto; }

.main-title {
  padding: 4px 10px;
  margin: 10px auto;
  color: #0c3c7c; }
  @media screen and (min-width: 769px) {
    .main-title {
      margin: 10px; } }

.style-button {
  background: #c10042;
  color: white;
  width: 100%;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 700;
  border: solid 1px #c10042;
  border-radius: 0;
  transition: all ease 0.3s;
  box-sizing: border-box;
  cursor: pointer; }
  .style-button a {
    color: white;
    text-decoration: none;
    transition: all ease 0.3s; }
  .style-button:hover:not(.disabled), .style-button:active:not(.disabled), .style-button:active:not(.disabled):hover:not(.disabled), .style-button:focus:not(.disabled) {
    background: white !important;
    color: #c10042;
    border-color: #c10042; }
    .style-button:hover:not(.disabled) a, .style-button:active:not(.disabled) a, .style-button:active:not(.disabled):hover:not(.disabled) a, .style-button:focus:not(.disabled) a {
      color: #c10042; }
  .style-button--alt {
    background: #0c3c7c;
    border-color: #0c3c7c; }
    .style-button--alt:hover:not(.disabled), .style-button--alt:active:not(.disabled), .style-button--alt:active:not(.disabled):hover:not(.disabled), .style-button--alt:focus:not(.disabled) {
      background: white !important;
      color: #0c3c7c;
      border-color: #0c3c7c; }
      .style-button--alt:hover:not(.disabled) a, .style-button--alt:active:not(.disabled) a, .style-button--alt:active:not(.disabled):hover:not(.disabled) a, .style-button--alt:focus:not(.disabled) a {
        color: #0c3c7c; }
  .style-button--disabled {
    background: #b9b9ba;
    border-color: #b9b9ba;
    color: #eaeaea;
    pointer-events: none;
    user-select: none; }
    .style-button--disabled:hover {
      background: #b9b9ba;
      border-color: #b9b9ba; }
  @media screen and (min-width: 769px) {
    .style-button {
      width: unset; } }

.file-group input[type=file] {
  display: none; }

.block {
  padding: 0 10px;
  box-sizing: border-box; }
  .block__group {
    background: #f3f3f4;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box; }
    .block__group__title {
      font-size: 1.2em; }

a {
  text-decoration: none; }

input {
  border: solid 1px #c9dee9; }

input[type=submit] {
  outline: none;
  user-select: none; }

nav.sub-nav {
  background: #f3f3f4;
  border-top: solid 1px white;
  border-bottom: solid 1px #e7e7e8;
  z-index: 85; }
  @media screen and (min-width: 769px) {
    nav.sub-nav #sub-nav-toggle {
      display: none; } }
  nav.sub-nav .title {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    color: #019fcb;
    box-sizing: border-box; }
  nav.sub-nav .items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0;
    margin: 0; }
    nav.sub-nav .items .current {
      color: #0c3c7c; }
    nav.sub-nav .items.hide {
      display: none; }
    @media screen and (min-width: 426px) {
      nav.sub-nav .items {
        flex-flow: row; } }
    nav.sub-nav .items li {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #687d90;
      font-size: 1.05em;
      list-style: none;
      font-weight: 700;
      cursor: pointer; }
      nav.sub-nav .items li.highlight {
        color: #c10042; }
      nav.sub-nav .items li a,
      nav.sub-nav .items li span {
        padding: 10px 2vw;
        color: inherit;
        text-decoration: none;
        box-sizing: border-box; }
      nav.sub-nav .items li:hover > span,
      nav.sub-nav .items li:hover > a {
        color: #019fcb; }
      nav.sub-nav .items li:hover .sub-items {
        display: block; }
    nav.sub-nav .items .has-sub-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      padding: 5px 0; }
      @media screen and (min-width: 769px) {
        nav.sub-nav .items .has-sub-items {
          padding: 0; } }
      nav.sub-nav .items .has-sub-items .sub-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        nav.sub-nav .items .has-sub-items .sub-title::after {
          content: '';
          position: relative;
          top: -5px;
          background: url("/images/sort_desc.png") no-repeat;
          padding: 10px 8px; }
    nav.sub-nav .items .sub-items {
      padding: 0;
      margin: 0;
      min-width: 100%;
      width: max-content;
      background: #f3f3f4;
      border: none; }
      nav.sub-nav .items .sub-items.hide {
        display: none !important; }
      @media screen and (min-width: 426px) {
        nav.sub-nav .items .sub-items {
          position: absolute;
          top: 100%;
          left: 0;
          border: solid 1px #e7e7e8;
          border-top: none; } }
      nav.sub-nav .items .sub-items li {
        font-size: 1.0em;
        font-weight: 400;
        text-align: center; }
        nav.sub-nav .items .sub-items li:hover {
          background: #e7e7e8; }

/*# sourceMappingURL=styles.css.map */

.solicitor-select{
  border: solid 1px #c9dee9;
  max-height: 37px !important;
  width: 100% !important;

}
.desicion_highlight{
  color:red;
  font-weight:bold;
}
.solicitor-form-header{
  margin-left:15px;
}