/*  COLUMN SETUP  */
.col {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 20px;
  min-height: 1px;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.col.small {
  padding: 0 8px;
}

.col.collapse-left {
  padding-left: 0;
}

.col.collapse-right {
  padding-right: 0;
}

.col.collapse {
  padding: 0;
}


/*  GROUPING  */
.row {
  margin: 0 -20px;
}

.row.collapse {
  margin: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.666%;
}
.span_10_of_12 {
  width: 83.333%;
}

.span_9_of_12 {
  width: 75%;
}

.span_8_of_12 {
  width: 66.666%;
}

.span_7_of_12 {
  width: 58.333%;
}

.span_6_of_12 {
  width: 50%;
}

.span_5_of_12 {
  width: 41.666%;
}

.span_4_of_12 {
  width: 33.333%;
}

.span_3_of_12 {
  width: 25%;
}

.span_2_of_12 {
  width: 16.666%;
}

.span_1_of_12 {
  width: 8.333%;
}

/*  OFFSETS  */

.offset_1 {
  margin-left: 8.333%;
}

.offset_2 {
  margin-left: 16.666%;
}

.offset_3 {
  margin-left: 25%;
}

.offset_4 {
  margin-left: 33.333%;
}

.offset_5 {
  margin-left: 41.666%;
}

.offset_6 {
  margin-left: 50%;
}

/* Utility */

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.u-padding-1 {
  padding: 8px;
}

.u-padding-2 {
  padding: 16px;
}

.u-margin-1 {
  margin: 8px;
}

.u-margin-2 {
  magin: 16px;
}

.u-margin-top-1 {
  margin-top: 8px;
}

.u-margin-top-2 {
  margin-top: 16px;
}

.u-margin-right-1 {
  margin-right: 8px !important;
}

.u-margin-right-2 {
  margin-right: 16px !important;
}

.u-margin-bottom-1 {
  margin-bottom: 8px !important;
}

.u-margin-bottom-2 {
  margin-bottom: 16px !important;
}

.u-margin-bottom-3 {
  margin-bottom: 24px;
}

.u-no-bullet {
  margin-left: 0;
  list-style: none;
}

.u-text-underline {
  text-decoration: underline;
}

.u-cursor-pointer {
  cursor: pointer;
}


.overflow-hidden {
  overflow: hidden;
  position: fixed;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


/*	End Grid */


/*        */
/*  Body  */
/*        */

body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  color: #2D2E2E;
  background-color: white;
}

body.auth {
  height: 100%;
}

body.auth .container {
  height: 100%;
}

body.auth .html {
  height: 100%;
}

body.details {
  background-color: #fff;
}

/*  End Body  */

/*                  */
/*  Shared Classes  */
/*                  */

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  font-size: .938em;
}

h1 {
  font-size: 2.1em;
  font-weight: 700;
}

h2 {
  font-size: 1.6em;
  font-weight: 400;
}

h3 {
  font-size: 1.4em;
  font-weight: 400;
}

h4 {
  font-size: 1.25em;
  font-weight: 400;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}

h6 {
  font-size: .9em;
  font-weight: 600;
  margin-bottom: 10px;
}

a, button {
  text-decoration: none;
  font-weight: 700;
  transition: all 0.15s ease;
  color: #059FD8;
  cursor: pointer;
}

a:hover {
  color: #24BEE8;
}

input::-ms-clear {
  display: none;
}

input:required {
  box-shadow: none;
}

label {
  font-size: 17px;
  color: #2D2E2E;
}

input, label, textarea {
  font-family: 'Source Sans Pro', sans-serif;
  resize: none;
  font-weight: 400;
}

.list-inline > li {
  display: inline-block;
  position: relative;
  margin-right: 1em;
}

.hidden {
  display: none !important;
}

.hidemove {
  left: -99999px !important;
}

.clear {
  clear: both;
}

.absolute-center {
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bold {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 600;
}

::-webkit-input-placeholder {
  color: rgba(58, 60, 61, 0.5)
}

::-moz-placeholder {
  color: rgba(58, 60, 61, 0.5)
}

:-ms-input-placeholder {
  color: rgba(58, 60, 61, 0.5)
}

.icon {
  background-origin: padding-box;
  background-repeat: no-repeat;
}

button.link {
  font-weight: 400;
  font-size: 14px;
  margin: 0 4px;
}

.info {
  background: url('../img/icon-info.png');
  background-size: 10px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2px;
}

.active.info {
  background: url('../img/icon-info-active.png');
  background-size: 10px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2px;
}

.active {
  color: #D401F8!important;
}

.inactive {
  cursor: not-allowed !important;
  opacity: 0.4;
  filter: alpha (opacity=40);
  pointer-events: none;
}

.center {
  text-align: center;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}

.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right:4px solid;
}

.scrollTop {
  position: fixed;
  bottom: 50%;
  right: 20px;
  cursor: pointer;
}

a.scrollTop {
  opacity: .5;
}

a.scrollTop:hover {
  opacity: 1;
}

.scrollTop img {
  height: 50px;
  width: 50px;
}

.blue-top {
  background-color: #059FD8;
  box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0.20);
  -moz-box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,0.20);
  -webkit-box-shadow: inset 0px -3px 0px 0px rgba(255,255,255,0.20);
  text-align: center;
  padding-top: 2em;
  padding-bottom: 3em;
  color: #fff;
}

.padded {
  padding-top: 1em;
}

.card.span_2_of_12 {
  width: 18%;
}

.card.span_3_of_12 {
  width: 23%;
}

.card.span_4_of_12 {
  width: 31.333%;
}

.hint {
  font-size: .8em;
  margin-bottom: 10px;
}

/*  End Shared Classes  */

/*             */
/* Alert Class */
/*             */

#alert-blocker {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(45, 46, 46, 0.5);
  z-index: 1;
}

.alert {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 32px;
  width: 520px;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 9999;
  border-radius: 3px;
  box-shadow:  0px 0px 8px 0px rgba(45, 46, 46, 0.5);
}

.alert h1 {
  margin-bottom: 8px;
}

.alert p {
  margin-bottom: 12px;
}

/* End alert class */

/*                */
/* Button Styles  */
/*                */
button {
  background: transparent;
  border: 0;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus,
.button:focus {
  outline: none !important;
}



.button {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 12px 20px;
  border: none;
  outline: 0;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button:hover {
  border: none;
  border-radius: 3px;
  background-clip: padding-box;
}

.button-blue {
  color: #fff;
  background-color: #059FD8;
  border: 1px solid #059FD8;
}

.button-blue:hover {
  color: #fff;
  background-color: #1d71ab;
  border: 1px solid #1d71ab;
}

.button-green {
  color: #fff;
  background-color: #53b643;
  border: 1px solid #53b643;
}

.button-green:hover {
  background-color: #3ca02c;
  border: 1px solid #3ca02c;
  color: #fff;
}

.button-red {
  color: #fff;
  background-color: #F55454;
  border: 1px solid #F55454;
}

.button-red:hover {
  background-color: #CE3131;
  border: 1px solid #CE3131;
  color: #fff;
}

.button-grey {
  color: #2D2E2E;
  background-color: #eee;
}

.button-grey:hover {
  color: #4f4b4a;
  background-color: #ccc;
}

.button-active {
  color: #fff;
  background-color: #D401F8;
}

.button-active:hover {
  color: #fff;
  background-color: #CB1CB3;
}

.button-inactive {
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha (opacity=30);
}

.button.small {
  padding: 6px 12px;
}

.button.outlined {
  color: #059FD8;
  border: 1px solid #059FD8;
  background-color: transparent;
  font-size: 14px;
}

.button.outlined:hover {
  background-color: #059FD8;
  color: #fff;
  border: 1px solid #059FD8;
}

.button.outlined.grey {
  color: #A4A9AB;
  border: 1px solid #A4A9AB;
  background-color: transparent;
}

.button.outlined.grey:hover {
  background-color: #f5f5f5;
}

.button.outlined.white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.button.outlined.white:hover {
  color: #2D2E2E;
  border: 1px solid #fff;
  background-color: #fff;
}

.button.dropdown {
  box-shadow: 0 1px 3px rgba(58,60,61,.12);
  background-color: #fff;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}

.button.dropdown:hover, .button.dropdown.active {
  box-shadow: 0 2px 6px rgba(58,60,61,.24);
  background-color: #fff;
}

.button.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
  padding: 12px 20px;
  border: none;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #0975b1;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

/*  End Button Styles  */

/*               */
/* Tooltip Class */
/*               */

.tooltip {
  position: absolute;
  z-index: 999;
  font-size: 11px;
  background-color: #fff;
  width: 200px;
  color: #2D2E2E;
  text-align: left;
  padding: 16px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  line-height: 1.5;
}

.tooltip p.strong {
  font-weight: 700;
}

/* End tooltip class */

/*        */
/*  Logo  */
/*        */

.logo-container {
  float: left;
  max-width: 208px;
  height: 56px;
}

#logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-bar-logo {
  background-image: url('../img/logos/kh-dog.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  min-width: 4rem;
  max-width: 200px;
  background-position: center center;
}

.nav-logo-img {
  width: auto;
  max-width: 208px;
  height: auto;
  max-height: 36px;
}

.logo-small {
  flex: 1 0 auto;
  max-width: 208px;
}

.logo-big {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 30px;
}

/*                                 */
/* Login and registration styling  */
/*                                 */

p.error {
  color: #e9062b !important;
}

label.error {
  display: block;
  color: #e9062b !important;
  margin-bottom: 10px !important;
}

form div.error {
  display: block;
}

form input.error, form select.error {
  border: 1px solid #e9062b !important;
}

form input.valid, form select.valid {
  border: 1px solid #73cd64 !important;
}

.styled_select {
  background-color: #ffffff;
  border: 1px solid #e4e7e9;
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: all 0.2s ease;
}

.styled_select:hover {
  border: 1px solid #A4A9AB;
}

.styed_select__label--left {
  display: inline-block;
  height: 30px;
  margin-right: 16px;
}

.styled_select__value {
  padding: 5px;
  width: 100%;
  height: 30px;
  padding-right: 25px;
  pointer-events: none;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

.styled_select select {
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  width: 100%;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.styled_select select:focus {
  outline-color: transparent;
  outline-style: none;
}

.styled_select .Arrow__container {
  background-color: #fff;
  height: 28px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 10;
}

.styled_select .Arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  pointer-events: none;
}

.form-input {
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 0 8px;
  align-items: center;
  border: 1px solid #969b9c;
  border-radius: 3px;
  outline: none;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  background-clip: padding-box;
  background-color: white;
  color: #2D2E2E;
  transition-property: padding, border-width, border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
}

.form-input.error {
  margin-bottom: 4px;
}

input, textarea {
  border: 1px solid #969b9c;
}

input:hover, textarea:hover {
  border: 1px solid #2D2E2E;
}

input[type="text"]:focus, input[type="password"]:focus, form select:focus {
  padding: 0 7px;
  border: 2px solid #2D2E2E;
  outline: none;
}

input[type="submit"] {
  margin: 8px 0;
}

#register-form hr, #activate-form hr, #login-form hr {
  border: 0;
  border-top: 1px solid #eee;
  width: 460px;
  margin: 1em auto;
}

#loginForm .div {
  background-color: white ;
}

#register-form h1, #activate-form h1, #login-form h1 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 25px;
}

#register-form h2, #activate-form h2, #login-form h2 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 17px;
}

#login-form p, #register-form p {
  margin: 10px 0;
}

#login-form .hint, #register-form .hint {
  margin-top: 0;
}

#login-form button {
  margin-bottom: 12px;
}

#login-form span {
  font-weight: 600;
  font-size: 23px;
  font-style: normal;
}

#login-form .sso_login {
  margin-bottom: 16px;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  min-height: 50px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  vertical-align: middle;
}

.layout_ext {
  flex: 1;
  min-width: 0;
}

.button_center-layout {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sso_login .log-in-google_icon {
  background: url(../img/google-icon-36x36.png) #fff 50% 50% no-repeat;
  background-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin: -12px 0 -12px -17px;;
  border-radius: 3px;
}

.mailsent {
  width: 340px;
  height: 180px;
  margin: .5em auto 2em auto;
  display: block;
}

/* End login and registration styling */

/*               */
/* Media Queries */
/*               */
@media only screen and (min-width: 1600px) {
  html {
    font-size: 1.063em;
  }
}
