﻿.registration select {
  box-shadow: none;
  border-radius: 4px;
  color: #555;
  background-color: #f1f1f1;
  max-height: 44px;
  height: 44px;
  margin: 5px 0 6px;
  font-size: 14px;
  font-weight: 300; }
  .registration select:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    background: white;
    cursor: pointer; }
  .registration select:focus {
    border: 1px solid #0EC302;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    background: white; }

.registration .k-header {
  background-color: transparent; }

.registration .k-dropdown {
  margin: 5px 0 6px 0; }

.registration .k-dropdown-wrap .k-input {
  border-radius: 4px 0 0 4px;
  height: 44px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  color: #555;
  font-weight: 300;
  display: flex;
  align-items: center; }
  .registration .k-dropdown-wrap .k-input[name="ClubId_input"] {
    margin-top: 5px; }
  .registration .k-dropdown-wrap .k-input:focus {
    background-color: white; }

.registration .k-dropdown-wrap.k-state-border-down {
  padding-bottom: 0; }

.registration .k-dropdown-wrap.k-state-default {
  border: none;
  border-radius: 4px;
  background: transparent; }

.registration .k-dropdown-wrap.k-state-focused .k-input {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  border: 1px solid #0EC302; }

.registration .k-dropdown-wrap.k-state-hover .k-input {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  background-color: white; }

.registration .k-picker-wrap, .registration .k-numeric-wrap {
  border-width: 0;
  border-radius: 6px; }
  .registration .k-picker-wrap .k-input, .registration .k-numeric-wrap .k-input {
    border-radius: 4px 0 0 4px; }

.registration .k-widget.k-datepicker, .registration .k-widget.k-numerictextbox {
  margin-bottom: 6px;
  margin-top: 5px; }

.registration .k-state-default > .k-select {
  border-color: #0EC302;
  background-color: #0EC302; }

.registration input :hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11); }

.registration input[type="submit"] {
  margin-top: 25px;
  box-sizing: content-box;
  background-color: #0EC302;
  width: -webkit-fill-available !important;
  margin-right: 0; }

.registration input[type="checkbox"] {
  height: 1.5em;
  width: 1.5em;
  margin-top: 2em; }
  @media only screen and (min-width: 992px) {
    .registration input[type="checkbox"] {
      height: unset;
      width: unset;
      margin-top: unset; } }

.registration .text-box {
  border-radius: 4px; }

.registration .k-textbox, .registration input {
  cursor: pointer; }
  .registration .k-textbox:not([type="submit"]), .registration input:not([type="submit"]) {
    max-height: 44px; }
    .registration .k-textbox:not([type="submit"]):not([type="checkbox"]), .registration input:not([type="submit"]):not([type="checkbox"]) {
      height: 44px; }
    .registration .k-textbox:not([type="submit"]):hover, .registration input:not([type="submit"]):hover {
      border: none;
      background: white;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11); }
  .registration .k-textbox:not([type="checkbox"]):focus, .registration .k-textbox:not([type="submit"]):focus, .registration input:not([type="checkbox"]):focus, .registration input:not([type="submit"]):focus {
    box-sizing: border-box;
    border-color: #0EC302;
    border-style: solid;
    border-width: 1px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
    cursor: text; }

.registration #upload-image {
  border-radius: 4px; }

.registration .k-upload {
  border: none; }

.registration .step {
  color: #0EC302;
  font-weight: 600;
  text-align: right; }
  @media only screen and (min-width: 691px) {
    .registration .step {
      position: absolute;
      right: 0; } }

.registration .editor-label {
  text-transform: capitalize;
  margin-top: 0.6em; }

.registration .confirm-checkbox {
  margin-top: 20px; }

@media only screen and (min-width: 992px) {
  .registration .cols-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .registration .cols-container > div:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .registration .cols-container > div:last-child > p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0; } }

/*#player-details{
    select{
        max-height: 44px;
    }
}*/
