/**
 * skeleton-ui - A lightweight CSS toolkit built on Skeleton
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * variables - Variables
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/* Breakpoints */
/* Colors */
/* Typography */
/* Grid variables */
/* Misc */
/**
 * colors - Color scheme
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * These classes are only available in LESS
 *
 * */
/**
 * base - Base styles
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * Functions
 *
 * */
/**
 * Base style and miscellanea
 *
 * */
/**
 * NOTE
 * html is set to 62.5% so that all the REM measurements throughout Skeleton
 * are based on 10px sizing. So basically 1.5rem = 15px :)
 *
 * */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";*/
/*   "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #444;/*222222;*/
}
a {
  color: #1eaedb;
}
a:hover {
  color: #1b9cc5;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/**
 * binary - Binary input elements (checkbox, radio button and switch)
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * Checkbox
 *
 * */
.checkbox,
.radio,
.switch {
  /* Overrides for radio buttons */
}
.checkbox label,
.radio label,
.switch label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
}
.checkbox label:before,
.radio label:before,
.switch label:before {
  display: inline-block;
  text-align: center;
  line-height: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 5px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: white;
  color: white;
}
.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.switch input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"],
.switch input[type="radio"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked ~ label:before,
.radio input[type="checkbox"]:checked ~ label:before,
.switch input[type="checkbox"]:checked ~ label:before,
.checkbox input[type="radio"]:checked ~ label:before,
.radio input[type="radio"]:checked ~ label:before,
.switch input[type="radio"]:checked ~ label:before {
  color: #33c3f0;
}
.checkbox input[type="checkbox"]:disabled ~ label,
.radio input[type="checkbox"]:disabled ~ label,
.switch input[type="checkbox"]:disabled ~ label,
.checkbox input[type="radio"]:disabled ~ label,
.radio input[type="radio"]:disabled ~ label,
.switch input[type="radio"]:disabled ~ label {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled ~ label:before,
.radio input[type="checkbox"]:disabled ~ label:before,
.switch input[type="checkbox"]:disabled ~ label:before,
.checkbox input[type="radio"]:disabled ~ label:before,
.radio input[type="radio"]:disabled ~ label:before,
.switch input[type="radio"]:disabled ~ label:before,
.checkbox input[type="checkbox"]:disabled ~ label:after,
.radio input[type="checkbox"]:disabled ~ label:after,
.switch input[type="checkbox"]:disabled ~ label:after,
.checkbox input[type="radio"]:disabled ~ label:after,
.radio input[type="radio"]:disabled ~ label:after,
.switch input[type="radio"]:disabled ~ label:after {
  cursor: not-allowed;
  background-color: #e1e1e1;
}
.checkbox input[type="checkbox"]:disabled ~ label:before,
.radio input[type="checkbox"]:disabled ~ label:before,
.switch input[type="checkbox"]:disabled ~ label:before,
.checkbox input[type="radio"]:disabled ~ label:before,
.radio input[type="radio"]:disabled ~ label:before,
.switch input[type="radio"]:disabled ~ label:before {
  color: #e1e1e1;
}
.checkbox input[type="checkbox"]:disabled ~ label:after,
.radio input[type="checkbox"]:disabled ~ label:after,
.switch input[type="checkbox"]:disabled ~ label:after,
.checkbox input[type="radio"]:disabled ~ label:after,
.radio input[type="radio"]:disabled ~ label:after,
.switch input[type="radio"]:disabled ~ label:after {
  color: #bfbfbf;
}
.checkbox input[type="checkbox"][disabled]:checked ~ label:before,
.radio input[type="checkbox"][disabled]:checked ~ label:before,
.switch input[type="checkbox"][disabled]:checked ~ label:before,
.checkbox input[type="radio"][disabled]:checked ~ label:before,
.radio input[type="radio"][disabled]:checked ~ label:before,
.switch input[type="radio"][disabled]:checked ~ label:before {
  color: #bfbfbf;
  background-color: #e1e1e1;
}
.checkbox input[type="radio"]:checked ~ label:before,
.radio input[type="radio"]:checked ~ label:before,
.switch input[type="radio"]:checked ~ label:before {
  background-color: #33c3f0;
}
.checkbox input[type="radio"]:disabled ~ label:before,
.radio input[type="radio"]:disabled ~ label:before,
.switch input[type="radio"]:disabled ~ label:before {
  background-color: #fff;
}
.checkbox label:before {
  content: "\f00c";
  font-family: "FontAwesome";
}
.radio label:before {
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 3px white;
  -moz-box-shadow: inset 0 0 0 3px white;
  box-shadow: inset 0 0 0 3px white;
}
.switch .switch-button,
.switch label:before,
.switch label:after {
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 30px;
  left: 0;
  border-radius: 4px;
  border: 1px solid #bbb;
  background-color: white;
}
.switch label {
  padding-left: 70px;
}
.switch label:before,
.switch label:after {
  z-index: -1;
  left: auto;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.switch label:before {
  content: "ON";
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
  background-color: #33c3f0;
  color: white;
}
.switch label:after {
  content: "OFF";
  left: 30px;
  border-radius: 0 4px 4px 0;
  background-color: #e1e1e1;
}
.switch input[type="checkbox"]:checked ~ .switch-button {
  left: 30px;
}
.switch input[type="checkbox"]:checked ~ label:before {
  background-color: #33c3f0;
  color: white;
}
/**
 * block - Block text elements
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * Lists
 *
 * */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/**
 * Tables
 *
 * */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/**
 * Code
 *
 * */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
/**
 * Badge
 *
 * */
.badge {
  background-color: #33c3f0;
  color: #fff;
  padding: .2rem .4rem;
  margin: .5rem;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
}
/**
 * Alert
 *
 * */
.alert {
  background-color: #33c3f0;
  color: #fff;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  box-sizing: border-box;
  font-weight: 800;
}
.alert [data-toggle="dismiss"] {
  color: white;
}
/**
 * Panel
 *
 * */
.panel {
  padding: 2rem 2rem;
  margin: 0 .2rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  background-color: white;
}
/**
 * button - Buttons
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
/**
 * Regular buttons
 *
 * */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  outline: 0;
}
.button:hover,
button:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button:focus,
button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button:disabled,
button:disabled {
  color: #bfbfbf !important;
  border-color: #e1e1e1 !important;
  cursor: not-allowed;
}
.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
.button.button-success,
button.button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.button.button-success:hover,
button.button-success:hover {
  color: #fff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}
.button.button-success:focus,
button.button-success:focus {
  color: #fff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}
.button.button-warning,
button.button-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}
.button.button-warning:hover,
button.button-warning:hover {
  color: #fff;
  background-color: #df8a13;
  border-color: #df8a13;
}
.button.button-warning:focus,
button.button-warning:focus {
  color: #fff;
  background-color: #df8a13;
  border-color: #df8a13;
}
.button.button-danger,
button.button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.button.button-danger:hover,
button.button-danger:hover {
  color: #fff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
.button.button-danger:focus,
button.button-danger:focus {
  color: #fff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  outline: 0;
  margin-bottom: 1rem;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888;
  outline: 0;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
  color: #bfbfbf !important;
  border-color: #e1e1e1 !important;
  cursor: not-allowed;
}
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
input[type="submit"].button-success,
input[type="reset"].button-success,
input[type="button"].button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
input[type="submit"].button-success:hover,
input[type="reset"].button-success:hover,
input[type="button"].button-success:hover {
  color: #fff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}
input[type="submit"].button-success:focus,
input[type="reset"].button-success:focus,
input[type="button"].button-success:focus {
  color: #fff;
  background-color: #4cae4c;
  border-color: #4cae4c;
}
input[type="submit"].button-warning,
input[type="reset"].button-warning,
input[type="button"].button-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #ec971f;
}
input[type="submit"].button-warning:hover,
input[type="reset"].button-warning:hover,
input[type="button"].button-warning:hover {
  color: #fff;
  background-color: #df8a13;
  border-color: #df8a13;
}
input[type="submit"].button-warning:focus,
input[type="reset"].button-warning:focus,
input[type="button"].button-warning:focus {
  color: #fff;
  background-color: #df8a13;
  border-color: #df8a13;
}
input[type="submit"].button-danger,
input[type="reset"].button-danger,
input[type="button"].button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
input[type="submit"].button-danger:hover,
input[type="reset"].button-danger:hover,
input[type="button"].button-danger:hover {
  color: #fff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
input[type="submit"].button-danger:focus,
input[type="reset"].button-danger:focus,
input[type="button"].button-danger:focus {
  color: #fff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
input.button-primary[type="submit"],
input.button-primary[type="reset"],
input.button-primary[type="button"] {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
input.button-primary[type="submit"]:hover,
input.button-primary[type="reset"]:hover,
input.button-primary[type="button"]:hover {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
input.button-primary[type="submit"]:focus,
input.button-primary[type="reset"]:focus,
input.button-primary[type="button"]:focus {
  color: #fff;
  background-color: #1bbcee;
  border-color: #1bbcee;
}
/**
 * dropdown - Dropdown
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
select {
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
label.select {
  display: inline;
}
label.select:after {
  color: #333;
  margin-left: -27.5px;
  content: "\f0d7";
  font-family: "FontAwesome";
}
/**
 * grid - Grid system
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
.container {
  /*position: relative;*/
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  /* For devices larger than 400px */
  /* For devices larger than 550px */
}
@media (min-width: 400px) {
  .container {
    width: 88%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 83%;
  }
}
@media (min-width: 790px) {
  .container {
    width: 80%;
  }
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  /* For devices larger than 550px */
}
@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%;
    /* Offsets */
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .column.one,
  .columns.one {
    width: 4.66666667%;
  }
  .column.two,
  .columns.two {
    width: 13.33333333%;
  }
  .column.three,
  .columns.three {
    width: 22%;
  }
  .column.four,
  .columns.four {
    width: 30.66666667%;
  }
  .column.five,
  .columns.five {
    width: 39.33333333%;
  }
  .column.six,
  .columns.six {
    width: 48%;
  }
  .column.seven,
  .columns.seven {
    width: 56.66666667%;
  }
  .column.eight,
  .columns.eight {
    width: 65.33333333%;
  }
  .column.nine,
  .columns.nine {
    width: 74%;
  }
  .column.ten,
  .columns.ten {
    width: 82.66666667%;
  }
  .column.eleven,
  .columns.eleven {
    width: 91.33333333%;
  }
  .column.twelve,
  .columns.twelve {
    width: 100%;
    margin-left: 0;
  }
  .column.one-third,
  .columns.one-third {
    width: 30.66666667%;
  }
  .column.two-thirds,
  .columns.two-thirds {
    width: 65.33333333%;
  }
  .column.one-half,
  .columns.one-half {
    width: 48%;
  }
  .column.offset-by-one,
  .columns.offset-by-one {
    margin-left: 8.66666667%;
  }
  .column.offset-by-two,
  .columns.offset-by-two {
    margin-left: 17.33333333%;
  }
  .column.offset-by-three,
  .columns.offset-by-three {
    margin-left: 26%;
  }
  .column.offset-by-four,
  .columns.offset-by-four {
    margin-left: 34.66666667%;
  }
  .column.offset-by-five,
  .columns.offset-by-five {
    margin-left: 43.33333333%;
  }
  .column.offset-by-six,
  .columns.offset-by-six {
    margin-left: 52%;
  }
  .column.offset-by-seven,
  .columns.offset-by-seven {
    margin-left: 60.66666667%;
  }
  .column.offset-by-eight,
  .columns.offset-by-eight {
    margin-left: 69.33333333%;
  }
  .column.offset-by-nine,
  .columns.offset-by-nine {
    margin-left: 78%;
  }
  .column.offset-by-ten,
  .columns.offset-by-ten {
    margin-left: 86.66666667%;
  }
  .column.offset-by-eleven,
  .columns.offset-by-eleven {
    margin-left: 95.33333333%;
  }
  .column.offset-by-one-third,
  .columns.offset-by-one-third {
    margin-left: 34.66666667%;
  }
  .column.offset-by-two-thirds,
  .columns.offset-by-two-thirds {
    margin-left: 69.33333333%;
  }
  .column.offset-by-one-half,
  .columns.offset-by-one-half {
    margin-left: 52%;
  }
}
/**
 * typography - Typography
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 200;
}
h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  /*letter-spacing: 0.1rem;*/
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  /*letter-spacing: 0.1rem;*/
}
h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  /*letter-spacing: 0.1rem;*/
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  /*letter-spacing: 0.08rem;*/
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  /*letter-spacing: 0.05rem;*/
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
/*.settings h1 {font-size: 5.0rem}*/
/*.settings h2 {font-size: 4.2rem}*/
/*.settings h3 {font-size: 3.6rem}*/
/*.settings h4 {font-size: 3.0rem}*/
/*.settings h5 {font-size: 2.4rem}*/
/*.settings h6 {font-size: 1.5rem}*/

/* Larger than phablet */
@media (min-width: 550px) {
  /*h1 {font-size: 5.0rem}*/
  /*h2 {font-size: 4.2rem}*/
  /*h3 {font-size: 3.6rem}*/
  /*h4 {font-size: 3.0rem}*/
  /*h5 {font-size: 2.4rem}*/
  /*h6 {font-size: 1.5rem}*/
}
p {
  margin-top: 0;
}
/**
 * spacing - Spacing
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/**
 * input - Text-like input elements
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
}
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
input[type="date"],  /*!!!KKO*/
input[type="time"],  /*!!!KKO*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*appearance: none;*/
}
input[type="date"]:focus,  /*!!!KKO*/
input[type="time"]:focus,  /*!!!KKO*/
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
/**
 * range - Range slider
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track,
input[type="range"]::-webkit-slider-thumb {
  background-color: white;
  border: 1px solid #bbb;
}
input[type="range"]::-moz-range-track,
input[type="range"]::-moz-range-thumb {
  background-color: white;
  border: 1px solid #bbb;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 4px;
}
input[type="range"]::-moz-range-track {
  height: 5px;
  border-radius: 4px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-top: -6px;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-top: -6px;
}
input[type="range"][disabled]::-webkit-slider-runnable-track,
input[type="range"][disabled]::-webkit-slider-thumb {
  cursor: not-allowed;
  border-color: #e1e1e1;
}
input[type="range"][disabled]::-moz-range-track,
input[type="range"][disabled]::-moz-range-thumb {
  cursor: not-allowed;
  border-color: #e1e1e1;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"].vertical {
  transform: rotate(270deg);
}
/**
 * skeleton-animations - Add animations to components
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
.button,
.checkbox label:before,
.radio label:before,
.alert,
.input,
.switch .switch-button {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
/**
 * utilities - Utilities
 *
 * Florian Dejonckheere <florian@floriandejonckheere.be>
 *
 * */
.u-full-width, .w100 {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width, .m100 {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right, .fright {
  float: right;
}
.u-pull-left, .fleft {
  float: left;
}

/*my*/
.middle {vertical-align:middle}
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}

.relative {position: relative}
.hidden {display: none !important}

button.no-border {border:none}

.clr-primary {color:#33c3f0 !important}
.brd-primary {border-color: #33c3f0 !important}
.clr-primary:hover {color:#1bbcee !important}
.brd-primary:hover {border-color: #1bbcee !important}
.clr-primary:focus {color:#1bbcee !important}
.brd-primary:focus {border-color: #1bbcee !important}
.clr-success {color:#5cb85c !important}
.brd-success {border-color: #5cb85c !important}
.clr-success:hover {color:#4cae4c !important}
.brd-success:hover {border-color: #4cae4c !important}
.clr-success:focus {color:#4cae4c !important}
.brd-success:focus {border-color: #4cae4c !important}
.clr-warning {color:#ec971f !important}
.brd-warning {border-color: #ec971f !important}
.clr-warning:hover {color:#df8a13 !important}
.brd-warning:hover {border-color: #df8a13 !important}
.clr-warning:focus {color:#df8a13 !important}
.brd-warning:focus {border-color: #df8a13 !important}
.clr-danger {color:#d9534f !important}
.brd-danger {border-color: #d9534f !important}
.clr-danger:hover {color:#d43f3a !important}
.brd-danger:hover {border-color: #d43f3a !important}
.clr-danger:focus {color:#d43f3a !important}
.brd-danger:focus {border-color: #d43f3a !important}

a.button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .7;
}
input:read-only {color: #bfbfbf}

table.apl {
	border-collapse: collapse;
	border-spacing: 0;
}
table.apl td, table.apl th {
	padding: 10px;
	font-weight:300;
	border-bottom: 1px solid #eee
}
table.apl th {
	background: #f7f7f7;
}
table.apl input, table.apl select, table.apl button {
	margin-bottom:0
}
table.apl select {
	vertical-align: top;
	max-width: 300px;
}

table.no-lines td {
	/*padding-top:0;*/
	/*padding-bottom: 0;*/
	border: none
}
/*table.no-lines tr:first-child td {*/
	/*padding-top:12px;*/
/*}*/
select {
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAxUlEQVR4Aa2PhW3EQBRE929isZmhBB+T7yxMceE+UlqoifwxsygjLb43BoEQRyxkyqFqTGfIddOUhmWRoihyaOIODI5A9perc8iuH6db/lC9+q5ymz0YnH2WOWJ3vtD6cHxf7Q9fXM4gSCnvMaoHXpl9w9myK4I4IYDN8fTEl00JOfAed2A4B0npkh9GxYYhSj+7y2XHY8/7X9yBeaWDgXApimVdwudh1HIABnmQ5oJ/8I3H6xQbdkg3jAZqvEfEv4eqTLE/M8Ymtt4HnUgAAAAASUVORK5CYII=") 97% no-repeat;
	padding-right:24px;
	/*background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAs0lEQ…2E2VMSuX62zLinuQFr+aw8/FcoOiTlM1uh5xGAWENUpXzu9TpobpJSCKUAAAAASUVORK5CYII=") 98% no-repeat;*/
}

body {margin: 0}

/*header*/
.settings h2 {color:#888; font-size:3rem}
.settings h3 {font-size: 2.4rem; line-height:1.35}

.settings label {text-transform: uppercase; color:#888; font-weight:300; margin-bottom:0}
.settings input:not([type="submit"]):not([type="button"]) {font-weight:300; font-size:15px}
.settings .info {color:#666; font-size:12.5px; line-height:1.4em;}

.userinfo {padding:36px 0 24px; color:#FFF}
.userinfo h4 {margin-bottom: 1rem; font-weight: 100}
.userinfo h4 small {
  font-size: 1.5rem
}
.userinfo a {
  color:#BBB;
  text-decoration: none;
  background: rgba(0,0,0,.3);
  border: none;
  font-weight: normal;
}
.userinfo a:hover {
  color:#EEE;
}
header .userinfo a.button {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}

header div.userinfo-bg {
  background: url(../img/bg-blur.jpg) 50% 80%; background-size: cover;
}
header div.userinfo {
  background-color: rgba(0,0,0,.3);
  /*margin: 0 -1000px;*/
  /*padding: 64px 1000px;*/
}

header {
  background: #f1f1f1;
  border-bottom: 1px solid #DDD;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  margin-bottom: 20px;
}

footer {margin:32px 0 0; padding:12px; background:#f7f7f7; border-top:1px solid #e8e8e8}
footer a {text-decoration: none}


.save {color:#33c3f0;border-color:#33c3f0;position: relative;}
.save:hover {color:#1bbcee;border-color:#1bbcee}
.save:focus {color:#1bbcee;border-color:#1bbcee}
.save:disabled:hover {
	color: #999;
	border-color: #BBB;
}
.save:disabled:after {
	content: "сохранено";
	font-size: 75%;
	display: block;
	position: absolute;
	color: #999;
	top: 70%;
	left: 0;
	right: 0;
	text-transform: lowercase;
	font-family: Verdana;
	font-weight: normal;
}
.back {margin:-20px 0 12px;}
.back a {text-decoration:none; font-size:12px}

hr.dark {border-top-color:#888}
/*hr.full-w {width:99vw; position:relative; margin-left:-49.5vw; left:50%;}*/
hr.full-w {border-top-color:transparent}
hr.full-w:after {content:'';position:absolute;left:0;right:0;border-top:1px solid #e1e1e1}
hr.full-w.dark:after {border-top-color:#888}

body {min-width:700px}

.pre-h1 {
  display: block;
  line-height: 1;
  letter-spacing: .15rem;
  margin: 0 0 -.4rem;
  text-transform: uppercase;
}

table.hover tr:hover {background:#fafafa}
.no-mb {margin-bottom:0}
.red {color:red;font-weight:bold}
.req:after {content:'*'; color:red;font-weight:bold}