body {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #6C2368; */
}

.container.page {
	 margin:20px auto;
}

.border-top {
  border-top: 1px solid #6C2368 !important;
}

.border-bottom {
  border-bottom: 1px solid #6C2368 !important;
}

a {
  color:#6C2368;
}

.navbar-light .navbar-nav .nav-link {
   color:#6C2368;
}

.navbar-light .navbar-nav .nav-link2 {
   color:#FFF;
   margin-right: 5px;
}


.oskarbtncolor {
    color: #FFF;
    background-color: #6C2368;
}

.oskarbtncolor:hover {
    color: #ccc;
}

.img-thumbnail {
    border: 1px solid #6C2368;
}

hr {
    border-top: 1px solid #6C2368;
}

td.holiday {
	background-color: #0069D9;
	color: #FFF;
}

td.holiday.WE{
	color: #0069D9;
}

.btn-light.disabled, .btn-light:disabled {
    color: #000;
}

.modal-xl {
    max-width: 1600px;
}

.sticky-top2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

