* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Gentona-Book';
  font-weight: normal; }

.clearfix {
  overflow: auto; }

header {
  background-color: black;
  color: #999999;
  height: 52px;
  overflow: hidden; }
  header img {
    margin-left: 12px;
    width: 168px; }
  header .right-side-ui {
    float: right; }
    header .right-side-ui .btn {
      display: inline-block;
      height: 100%;
      margin: 0;
      background-color: black;
      color: #999999;
      border-top: 0;
      border-bottom: 0;
      border-left: 1px solid #999999;
      border-right: 1px solid #999999;
      padding: 18px 40px; }
    header .right-side-ui .btn:last-child {
      margin-right: 55px; }
    header .right-side-ui .search-bar {
      background-color: white;
      margin: 10px 0px 10px 10px;
      padding: 7px 30px 7px 10px;
      color: #999999;
      border: none;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px;
      text-align: left;
      max-width: 150px; }
      header .right-side-ui .search-bar fas {
        color: #999999; }
    header .right-side-ui .search-button {
      margin: 0px;
      margin-right: 20px;
      border: none;
      background-color: white;
      padding: 7px 9px;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }

.navigation {
  width: 200px;
  background-color: #1a1c1e;
  height: 360vh;
  color: #999999;
  padding: 20px;
  float: left; }
  .navigation ul {
    color: #999999;
    text-transform: uppercase;
    list-style: none; }
    .navigation ul li {
      margin: 20px 0;
      font-size: 16px; }
    .navigation ul .menu-title {
      margin: 40px 0 20px 0;
      font-size: 12px; }
  .navigation ul li a:visited, .navigation ul li a {
    color: #999999;
    text-decoration: none; }
  .navigation ul li a:hover {
    color: #23a9e0; }
  .navigation ul li a:hover:before {
    content: '+ '; }

.mobi-navigation {
  background-color: black;
  display: block;
  padding: 15px; }
  .mobi-navigation ul {
    width: 45%;
    display: inline-block;
    margin: 10px;
    list-style: none;
    text-transform: uppercase; }
  .mobi-navigation a, .mobi-navigation a:visited {
    text-decoration: none;
    color: #e6e7e8;
    margin: 5px 0; }
  .mobi-navigation a:hover, .mobi-navigation a:active {
    color: #23a9e0; }
  .mobi-navigation a:hover:before, .mobi-navigation a:active:before {
    content: '+ '; }
  .mobi-navigation .menu-title {
    font-size: 80%;
    color: #999999; }

.main-part {
  padding: 40px;
  margin-left: 205px; }

.title-line {
  margin: 0px 15px; }
  .title-line h3 {
    float: left;
    font-size: 30px; }
  .title-line button {
    float: right;
    color: white;
    background-color: #29b473;
    border: none;
    height: 35px;
    border-radius: 5px;
    padding: 0px 20px; }

.info-line {
  padding: 5px;
  margin: 40px 15px 40px -10px;
  background-color: #e6e7e8;
  border-radius: 7px; }
  .info-line .left-part {
    float: left;
    font-size: 27px; }
    .info-line .left-part .fas {
      font-size: 30px;
      border-radius: 50%;
      margin: 0px 6px;
      background-color: white; }
  .info-line .right-part {
    float: right; }
    .info-line .right-part .fas {
      font-size: 20px;
      margin: 4px 6px;
      background-color: #d0d0d2;
      padding: 1px 5px;
      border-radius: 4px; }

.preview {
  border-left: 2px solid #e6e7e8;
  float: right;
  width: 47%;
  background-color: #e6e7e8;
  padding: 15px;
  margin: auto;
  border-radius: 8px;
  font-size: 12px;
  color: #999999; }
  .preview .prev-card {
    margin: 150px 0; }
    .preview .prev-card div {
      max-width: 270px;
      color: white;
      margin: auto;
      text-align: center; }
      .preview .prev-card div:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #cccccc;
        color: #999999;
        font-size: 20px;
        padding: 60px 40px; }
      .preview .prev-card div:nth-child(2) {
        background-color: black;
        color: white;
        padding: 15px 40px; }
        .preview .prev-card div:nth-child(2) * {
          margin-bottom: 10px; }
        .preview .prev-card div:nth-child(2) .time {
          font-size: 20px; }
        .preview .prev-card div:nth-child(2) .units {
          font-size: 9px; }
        .preview .prev-card div:nth-child(2) .descr {
          font-size: 11px; }
        .preview .prev-card div:nth-child(2) h5 {
          font-size: 20px; }
        .preview .prev-card div:nth-child(2) .light-text {
          text-transform: uppercase;
          color: #999999;
          font-size: 9px; }
      .preview .prev-card div:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: #3b5999;
        padding: 15px;
        font-size: 16px; }
        .preview .prev-card div:last-child i {
          margin: 0px 5px; }

.contest-details {
  display: inline-block;
  padding: 15px;
  width: 100%; }
  .contest-details .contest-det-form {
    float: left;
    width: 50%;
    border-right: 2px solid #e6e7e8; }
    @media screen and (max-width: 768px) {
      .contest-details .contest-det-form {
        width: 100%;
        border: none; } }
    .contest-details .contest-det-form .col1 {
      float: left;
      width: 47.5%;
      margin-right: 2.5%; }
      @media screen and (max-width: 768px) {
        .contest-details .contest-det-form .col1 {
          display: inline-block;
          width: 100%;
          float: none;
          margin-right: 0; } }
    .contest-details .contest-det-form .col2 {
      float: right;
      width: 47.5%;
      margin-right: 2.5%; }
      @media screen and (max-width: 768px) {
        .contest-details .contest-det-form .col2 {
          display: inline-block;
          width: 100%;
          float: none;
          margin-right: 0; } }
    .contest-details .contest-det-form h3 {
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 5px 0px 8px 0px; }
    .contest-details .contest-det-form h4 {
      margin: 10px 0px 15px 0px; }
    .contest-details .contest-det-form input, .contest-details .contest-det-form select {
      width: 95%;
      border-radius: 5px;
      border: 1px solid #e6e7e8;
      height: 50px;
      padding: 0px 10px;
      margin-bottom: 30px;
      font-size: 18px; }
    .contest-details .contest-det-form button {
      width: 95%;
      border-radius: 5px;
      border: 0;
      height: 40px;
      padding: 0px 10px;
      margin-bottom: 40px;
      background-color: #23a9e0;
      color: white;
      font-size: 18px; }

.setup-actions-1 {
  margin: 15px; }

.setup-form-1 {
  width: 50%;
  float: left;
  display: block;
  border-right: 2px solid #e6e7e8; }
  .setup-form-1 .check-card {
    width: 95%;
    border: 1px solid #999999;
    padding: 10px;
    margin: 20px 0px;
    border-radius: 4px; }
    .setup-form-1 .check-card h3, .setup-form-1 .check-card h4 {
      margin: 7px 0px;
      padding: 5px 0px; }
    .setup-form-1 .check-card h4 {
      margin-left: 32px;
      padding-left: 10px;
      border-left: 3px solid #23a9e0; }
      .setup-form-1 .check-card h4.enable-option {
        color: black;
        border-color: #ee4037;
        text-decoration: underline; }
    .setup-form-1 .check-card i {
      margin: 0px 5px; }
    .setup-form-1 .check-card:last-child {
      color: #999999; }

.setup-actions-2 {
  margin: 15px; }

.setup-form-2 {
  width: 50%;
  float: left;
  display: block;
  border-right: 2px solid #e6e7e8; }
  .setup-form-2 button {
    width: 95%;
    border-radius: 5px;
    border: 0;
    height: 40px;
    padding: 0px 10px;
    background-color: #23a9e0;
    color: white;
    font-size: 16px; }
  .setup-form-2 input {
    width: 95%;
    border-radius: 5px;
    border: 1px solid #e6e7e8;
    height: 40px;
    padding: 0px 10px;
    font-size: 17px; }
  .setup-form-2 h3, .setup-form-2 h4 {
    margin: 20px 0px; }
    .setup-form-2 h3 i, .setup-form-2 h4 i {
      margin-right: 8px; }

.review {
  text-align: center; }
  .review i {
    font-size: 110px;
    color: #29b473; }
  .review h2 {
    font-size: 35px; }
  .review h3 {
    font-size: 25px; }
  .review h2, .review h3 {
    text-align: center;
    margin: 30px 0px; }
  .review button {
    width: 60%;
    max-width: 700px;
    border-radius: 5px;
    border: 0;
    height: 40px;
    padding: 0px 10px;
    margin: 10px 0px;
    background-color: #29b473;
    color: white;
    font-size: 18px; }

/**
Icon coloring
*/
.fas-fa-green {
  color: #29b473; }

.fas-fa-grey {
  color: #cfcfd1; }

.fas-fa-blue {
  color: #23a9e0; }

/**
Spacing
 */
.line {
  width: 95%;
  border-top: 2px solid #e6e7e8;
  margin: 50px 0px; }

.space-before {
  margin-top: 50px; }

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