body {
  min-width:1024px;
  width:100%;
  margin:0px;
  padding:0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #444;
  background-color: #fafafa;
  font-weight: 400;
/*  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  top: -15px;
  margin:0;
  padding:0;
}
.switch:focus {outline:none;}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.slider:focus {outline:none;}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
  outline:none;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
  outline:none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

label {
  color: #444;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  padding: 4px 8px;
  margin: -2px;
}

input[type=radio]:checked + label{
  color: #fff;
  background: #1e85ef;
}

label + input[type=radio] + label {
  border-left: solid 1px #000;
}
.radio-group {
  border: solid 1px #000;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.radio-group:focus {outline:none;}

#home-bg {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

#home-icons {
  margin:auto;
  margin-top:40vh;
  padding-top:30px;
  text-align:center;
}

.home-icon {
  color: #FFF;
  text-decoration: none;
  padding:10px 10px;
  display:inline-block;
  text-shadow: 0px 0px 30px #000;
}
.home-icon:hover {
  color: #E6E6E6;
  text-decoration: none;
}

.home-icon i {
  padding:8px;
}
.home-icon i:hover {
  color: #E2E2E2;
}

#head-image {
  background-image: url("backgrounds/h&m_background_original.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height:60vh;
}

.header {
  font-size:32px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 100;
  margin:0px;
}
.section-header {
  font-size:22px;
  padding:16px 20px;
}
.section-body {
  padding: 16px 24px;
}
.section-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-control {
  font-size: 14px;
}

.article-table {
  margin: 0px 0px;
  font-size: 14px !important;
  table-layout: fixed;
  width:100%;
}
.article-table tr {
  padding:0px;
}
.article-table td {
  padding: 3px 1px;
  border: none;
}
.article-table th {
  padding: 4px 0px;
  border-top: none;
  border-bottom: 1px solid #DDD;
}
.article-table th:hover {
  background-color:rgba(0, 0, 0, 0.1);
  cursor:pointer;
}
.article-table tbody tr:nth-child(odd) {
   background-color: rgba(0, 0, 0, 0.05);
}

.table-toggle {
  float:right;
  padding: 4px;
  padding-right: 12px;
}

@media only screen and (max-width: 950px) {
  #article-table tr > *:nth-child(3) {
    display: none;
  }
}

a.btn2-xs {
  font-size:10px;
  padding:4px 8px;
}
.btn2-sm {
  font-size:12px;
  padding:4px 8px;
}
.btn2-md {
  font-size:14px;
  padding:6px 12px;
}
.btn2-lg {
  font-size:18px;
  padding:6px 12px;
}
.btn2-xl {
  font-size:18px;
  padding:8px 16px;
}

.card {
  background-color: #f8f8f8;
  border: #eaeaea solid 1px;
}

.text-thin {
  font-weight:300;
}

.text-regular {
  font-weight:400;
}

.link {
  cursor: pointer;
}

.btn2 {
  font-weight: 400;
  max-height: 200px;
  max-width: 200px;
  margin: 4px;
  padding: 6px;
  border-radius: 25px;
  border: 2px solid #aaa;
  color: #444;
  cursor: pointer;
  float:left;
}
a.btn2 {
  color: #444;
  text-decoration: none;
}
.btn2-positive {
  border: 2px solid #0a0;
}
.btn2-negative {
  border: 2px solid #a00;
}
.btn2-neutral {
  border: 2px solid #aaa;
}
