﻿@font-face {
  font-family: "AkademiText-Regular";
  src: url(/Content/Fonts/kongelige-akademi/AkademiText-Regular.ttf?#iefix);
  /*src: url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.eot?#iefix) format("eot"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff2) format("woff2"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff) format("woff");*/
}
@font-face {
  font-family: "AkademiDisplay-Regular";
  src: url(/Content/Fonts/kongelige-akademi/AkademiDisplay-Regular.ttf?#iefix);
  /*src: url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.eot?#iefix) format("eot"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff2) format("woff2"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff) format("woff");*/
}
@font-face {
  font-family: "AkademiDisplay-Ultralight";
  src: url(/Content/Fonts/kongelige-akademi/AkademiDisplay-Ultralight.ttf);
  /*src: url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.eot?#iefix) format("eot"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff2) format("woff2"),url(/sites/all/themes/b14theme/fonts/AkademiText-Regular.woff) format("woff");*/
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root,
html,
body {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "AkademiText-Regular", sans-serif;
  color: #363636;
  background-color: #e7e3db;
}
a {
  color: #FA4B0B;
}
a:hover:not([disabled]) {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
input,
select {
  color: #363636;
  font-size: 1rem;
  border-color: #363636;
  border-width: 1px;
  padding: 0.25rem;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
font {
  font-size: inherit;
  font-family: inherit;
}
ul.ul {
  list-style: square;
  margin: 1em 0 1em 2em;
}
h1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}
.container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.header-container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  border: thin solid #000000;
  border-style: none solid;
}
.title {
  font-family: "AkademiDisplay-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.page-title {
  font-family: "AkademiDisplay-Regular", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.table-title {
  font-family: "AkademiDisplay-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.arrow-right:after {
  content: ' ›';
}
.section__title {
  border-bottom: 2px solid #4a4a4a;
  text-transform: uppercase;
  font-family: Arial, Verdana, sans-serif;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.2em;
  padding: 0.2em 0.5rem;
}
.link-arrow {
  font-size: 0.75em;
  margin-right: 1em;
}
.pictures {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pictures > * {
  margin-bottom: 1rem;
}
.pictures .picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: calc(25% - 2 * 5px);
  padding: 0 5px;
}
.pictures .picture img {
  max-width: 200px;
}
.pictures .picture__approval-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
}
.pictures .picture__approval-details > *:not(:last-child) {
  margin-bottom: 0.25em;
}
.application .application__userid {
  font-size: 0.9em;
}
.application .application__username {
  font-weight: bold;
}
.application .application__status {
  font-style: italic;
  color: gray;
}
.application .application__icons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.application .application__icons > *:not(:last-child) {
  margin-right: 0.5em;
}
.application .application__notcurrent {
  font-weight: bold;
  font-size: 0.9em;
}
.application .application__details {
  display: flex;
  flex-direction: column;
  background-color: #ededed;
  padding: 0.25rem;
  font-size: 0.95em;
}
.application .details__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.application .details__row label {
  width: 175px;
  font-weight: bold;
}
.application .letter__info {
  margin-bottom: 0.75rem;
  margin-left: auto;
  font-size: 0.9em;
}
.application .application__codes {
  font-size: 0.8em;
  color: gray;
  margin-top: 0.75rem;
}
.velkomst--besked ol,
.velkomst--besked ul {
  list-style: inside;
}
.header {
  background-position: left bottom;
  background-repeat: repeat-x;
}
.header .logo__container a {
  display: block;
  width: 85px;
  height: 85px;
  float: left;
  padding: 10px;
  border-right: thin solid #000;
  margin-right: 20px;
  box-sizing: border-box;
}
.header .logo__container img {
  border: 0 none;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  box-shadow: #000 0em 0em 0em;
}
.header .logo__container .slogan {
  font-family: "AkademiDisplay-Ultralight", sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.6px;
  float: left;
  margin-top: 16px;
  margin-right: 25px;
}
.header .logo__container .logo__secondary {
  display: flex;
  height: 85px;
  float: left;
  padding: 9px;
  border-left: thin solid #000000;
  border-right: thin solid #000000;
  box-sizing: border-box;
}
.header .logo__container .logo__secondary img {
  max-height: 100%;
  width: auto;
}
.header__inner {
  background-color: #FFFFFF;
  background-position: left bottom;
  background-repeat: repeat-x;
  border-top: 1px solid #000000;
}
.header__overlay {
  background-position: right top;
  background-repeat: no-repeat;
}
.header__title {
  color: #363636;
  margin: 0;
}
.nav-sub {
  color: #000000;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.nav-sub ul {
  display: flex;
  justify-content: flex-end;
}
.nav-sub li {
  padding: 0.75rem 1rem;
}
.nav-sub a {
  color: currentColor;
  text-decoration: none;
}
.nav-main {
  font-family: "AkademiDisplay-Regular", sans-serif;
  text-transform: uppercase;
}
.nav-main ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-main li {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}
.nav-main a {
  color: currentColor;
  text-decoration: none;
}
.nav-main li:hover,
.nav-main a:hover {
  text-decoration: none;
  color: #FA4B0B;
}
.box {
  margin-bottom: 2rem;
  border: 1px solid #000000;
}
.box__header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75em;
  background-color: #FA4B0B;
  color: #FFFFFF;
}
.box__header a {
  color: currentColor;
}
.box__title {
  text-transform: uppercase;
  font-family: "AkademiDisplay-Regular", sans-serif;
}
.box__header--primary {
  background-color: #FA4B0B;
}
.box__body {
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
  padding: 0.5rem 0.75rem;
}
.box__body--nopadding {
  padding: 0 !important;
}
.box--nested {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.box--nested .box__body {
  border: none;
}
.box--nested.box {
  margin-bottom: 0;
}
/* buttons */
.button {
  font-size: 1rem;
  text-decoration: none !important;
  font-weight: 500;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid currentColor;
  border-color: #4a4a4a;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: transparent;
  display: inline-block;
}
.button:hover {
  background-color: #454545;
  -webkit-box-shadow: 0px 1px 5px 0px #d1cfd1;
  -moz-box-shadow: 0px 1px 5px 0px #d1cfd1;
  box-shadow: 0px 1px 5px 0px #d1cfd1;
}
.button:active {
  background-color: #3d3d3d;
  color: white;
}
.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #8a8a8a;
}
.button[disabled],
.button.button--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.button--default {
  color: #FFFFFF;
  background-color: #FA4B0B;
  border: none;
}
.button--default:disabled {
  color: #303030;
}
.button--default:not(.button--disabled):hover {
  background-color: #000000;
}
.button--default:not(.button--disabled):active {
  background-color: #000000;
}
.button--primary {
  color: #FFFFFF;
  background-color: #FA4B0B;
}
.button--primary:not(.button--disabled):hover {
  background-color: #000000;
}
.button--link {
  font-weight: 700;
}
.button--link:hover {
  text-decoration: underline;
}
.button--hollow {
  color: #000000;
  background-color: #FFFFFF;
}
.button--hollow:not(.button--disabled):hover {
  color: #FFFFFF;
  background-color: #FA4B0B;
}
.button--hollow .button--primary {
  color: #FA4B0B;
  background-color: transparent;
  border-color: #FA4B0B;
}
.button--disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.button--small {
  font-size: 0.75rem;
}
.button--medium {
  font-size: 1rem;
}
.button--large {
  font-size: 1.2rem;
}
.buttons {
  display: flex;
  margin: -2px;
  align-items: flex-start;
}
.buttons > * {
  margin: 2px;
}
.textAsLink,
.textAsLink span {
  color: #ab0000 !important;
  text-decoration: none;
}
.textAsLink:hover:not([disabled]),
.textAsLink span:hover:not([disabled]) {
  text-decoration: underline;
  cursor: pointer;
}
/*.buttonAsLink {
    color: #ab0000;

    &:hover:not([disabled]) {
        text-decoration: underline;
        cursor: pointer;
    }
}*/
.buttonAsLink {
  /* Similar to bootstrap btn btn-link */
  /* Remove all decorations to look like normal text */
  background: none;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Additional styles to look like a link */
  color: #ab0000 !important;
  cursor: pointer;
}
.buttonAsLink:hover:not([disabled]) {
  text-decoration: underline;
  cursor: pointer;
}
.buttonAsLink::-moz-focus-inner {
  border: none;
  padding: 0;
}
.buttonDeleted {
  text-decoration: line-through !important;
}
input.file--button {
  padding: 0;
}
input.file--button[type=file]::file-selector-button {
  font-size: 1rem;
  text-decoration: none !important;
  font-weight: 500;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid currentColor;
  border-color: #4a4a4a;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: transparent;
  display: inline-block;
}
input.file--button[type=file]::file-selector-button:active {
  background-color: #3d3d3d;
  color: white;
}
input.file--button[type=file]::file-selector-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem #8a8a8a;
}
input.file--button[type=file]::file-selector-button[disabled],
input.file--button[type=file]::file-selector-button.button--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
input.file--button--hollow[type=file]::file-selector-button:hover {
  color: #000000;
  background-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #FA4B0B;
}
input.file--button--small[type=file]::file-selector-button {
  font-size: 0.75rem;
}
.button--itx-flex-remote {
  color: black;
}
.button--itx-flex-remote span span {
  padding-left: 10px;
}
.table {
  width: 100%;
}
.table thead {
  border-bottom: 2px solid #4a4a4a;
  text-transform: uppercase;
  font-family: "AkademiDisplay-Regular", sans-serif;
}
.table th {
  text-align: left;
}
.table th,
.table td {
  padding: 5px;
}
.table + .table {
  margin-top: 1.5rem;
}
.table .grow {
  width: 100%;
}
.form__row {
  display: flex;
  align-items: flex-start;
}
.form__row + .form__row {
  margin-top: 1rem;
}
.form__row input:not([type=checkbox], [type=radio]) {
  width: 100%;
  box-sizing: border-box;
}
.form__row input,
.form__row textarea,
.form__row select,
.form__row div {
  flex-grow: 1;
}
.form__row [type=checkbox],
.form__row [type=radio] {
  flex-grow: 0;
}
.form__row--center {
  align-items: center;
}
.form__label {
  width: 30%;
  font-weight: bold;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5em;
}
.form__label--small {
  width: 100px;
}
.form__label--large {
  width: 300px;
}
.form__row--check {
  align-items: center;
}
.form__row--check .form__label {
  width: auto;
  margin-right: 1rem;
}
.form__content {
  width: 300px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.form__columns {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.form__icon {
  width: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.form__button-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form__row + .form__button-group {
  margin-top: 1rem;
}
.form__button-group > *:not(:last-child) {
  margin-right: 0.5rem;
}
.panel:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.panel .panel {
  margin-left: 1.5rem;
}
.panel__header {
  padding: 0.5rem 0.75em;
  display: flex;
  align-items: center;
}
.panel__body {
  padding-bottom: 0.5rem;
}
#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 600px;
  /* Dialog will wrap after this width */
  background: #FFF;
  border: solid 5px #999;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: #666;
  background: #CCC url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/title.gif) top repeat-x;
  border: solid 1px #FFF;
  border-bottom: solid 1px #999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}
#popup_content {
  background: 16px 16px no-repeat url(../images/info.gif);
  padding: 1em 1.75em;
  margin: 0em;
}
#popup_content.alert {
  background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/info.gif);
}
#popup_content.confirm {
  background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/important.gif);
}
#popup_content.prompt {
  background-image: url(http://labs.abeautifulsite.net/archived/jquery-alerts/demo/images/help.gif);
}
#popup_message {
  padding-left: 48px;
}
#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}
#popup_prompt {
  margin: 0.5em 0em;
}
.click {
  cursor: pointer;
}
.text--xsmall {
  font-size: x-small;
}
.text--small {
  font-size: 0.85rem;
}
.help-text {
  font-style: italic;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--break {
  word-break: break-all;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--bold {
  font-weight: 700;
}
.text--italic {
  font-style: italic;
}
.text--nowrap {
  white-space: nowrap;
}
.show-on-print-only {
  display: none;
}
/* spacing */
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.mx-s {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-m {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.mx-l {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-xl {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.my-s {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-m {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-l {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-xl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-s {
  margin-bottom: 0.5rem;
}
.mb-m {
  margin-bottom: 0.75rem;
}
.mb-l {
  margin-bottom: 1rem;
}
.mb-xl {
  margin-bottom: 1.5rem;
}
.mt-s {
  margin-top: 0.5rem;
}
.mt-m {
  margin-top: 0.75rem;
}
.mt-l {
  margin-top: 1rem;
}
.mt-xl {
  margin-top: 1.5rem;
}
.ml-s {
  margin-left: 0.5rem;
}
.ml-m {
  margin-left: 0.75rem;
}
.ml-l {
  margin-left: 1rem !important;
}
.ml-xl {
  margin-left: 1.5rem;
}
.mr-s {
  margin-right: 0.5rem;
}
.mr-m {
  margin-right: 0.75rem;
}
.mr-l {
  margin-right: 1rem;
}
.mr-xl {
  margin-right: 1.5rem;
}
.px-s {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-m {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.px-l {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-xl {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.py-s {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-m {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-l {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-xl {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-s {
  padding-bottom: 0.5rem;
}
.pb-m {
  padding-bottom: 0.75rem;
}
.pb-l {
  padding-bottom: 1rem;
}
.pb-xl {
  padding-bottom: 1.5rem;
}
.pt-s {
  padding-top: 0.5rem;
}
.pt-m {
  padding-top: 0.75rem;
}
.pt-l {
  padding-top: 1rem;
}
.pt-xl {
  padding-top: 1.5rem;
}
.pl-s {
  padding-left: 0.5rem;
}
.pl-m {
  padding-left: 0.75rem;
}
.pl-l {
  padding-left: 1rem;
}
.pl-xl {
  padding-left: 1.5rem;
}
.pr-s {
  padding-right: 0.5rem;
}
.pr-m {
  padding-right: 0.75rem;
}
.pr-l {
  padding-right: 1rem;
}
.pr-xl {
  padding-right: 1.5rem;
}
/* flex */
.flex {
  display: flex;
}
.flex--columns {
  flex-direction: column;
}
.flex--items-baseline {
  align-items: baseline;
}
.flex--items-start {
  align-items: flex-start;
}
.flex--items-end {
  align-items: flex-end;
}
.flex--items-center {
  align-items: center;
}
.flex--self-end {
  align-self: flex-end;
}
.flex--self-start {
  align-self: flex-start;
}
.flex--self-center {
  align-self: center;
}
.flex--ml-auto {
  margin-left: auto;
}
.flex--mt-auto {
  margin-top: auto;
}
.flex--grow-0 {
  flex-grow: 0;
}
.flex--grow {
  flex-grow: 1;
}
.flex--grow-1 {
  flex-grow: 1;
}
.flex--grow-2 {
  flex-grow: 2;
}
.flex--content-end {
  justify-content: flex-end;
}
.flex--content-center {
  justify-content: center;
}
.content-between--equal > * {
  width: 50%;
}
.flex--content-between {
  justify-content: space-between;
}
.flex--mr > *:not(:last-child) {
  margin-right: 0.5em;
}
.flex--basis-small {
  flex-basis: 300px;
}
.flex--basis-large {
  flex-basis: 500px;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--column {
  width: 100%;
}
.bg--dark {
  background-color: #262626;
}
.bg--light {
  background-color: #FFFFFF;
}
.border--bot {
  border-bottom: 1px solid #000000;
}
.border--top {
  border-top: 1px solid #000000;
}
.bg--medium {
  background-color: #EEEEEE;
}
.grey {
  color: #9e9e9e;
}
.text-danger {
  color: red;
}
.text--smaller {
  font-size: 0.85rem;
}
thead.sortable-header th {
  cursor: pointer;
}
input.strike-through {
  text-decoration: line-through;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: calc(14px + 8px);
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
}
input:checked + .slider {
  background-color: #72c350;
}
input:focus + .slider {
  box-shadow: 0 0 1px #72c350;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.main-container {
  padding-top: 20px;
}