/* global -----------------------------------*/
html,
body,
form {
  margin: 0;
  padding: 0;
}
.body {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff url(/content/images/body-background2.jpg) repeat center bottom;
  background-attachment: fixed;
  min-height: 100%;
}
header {
  background: #ffffff;
  border-bottom: 1px dotted #ccc;
  box-shadow: 0 4px 2px -2px #eeeeee;
  height: 60px;
  z-index: 2002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .wrapper {
  width: 940px;
  padding: 0px 20px;
  margin: 0 auto;
}
header img {
  position: absolute;
  z-index: 200;
  margin-top: 15px;
}
header .wrapper .menu-icon {
  display: block;
  background: url(/content/images/responsive-menu.png) no-repeat center center;
  height: 50px;
  width: 50px;
  float: left;
  margin-top: 5px;
}
header .wrapper .lunch-icon {
  background: url(/content/images/menu.png) no-repeat center center;
  height: 50px;
  width: 50px;
  float: right;
  margin-top: 5px;
}
header .wrapper .calendar-icon {
  background: url(/content/images/calendar.png) no-repeat center center;
  height: 50px;
  width: 50px;
  float: right;
  margin-top: 5px;
}
main {
  display: block;
  /*behövs för IE*/
  width: 940px;
  padding: 0px 20px;
  padding-top: 20px;
  background: #ffffff;
  overflow: hidden;
  min-height: 500px;
  margin: 58px auto 0px auto;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /*box-shadow: -5px 0 15px -5px #ccc, 5px 0 15px -5px #ccc;*/
}
footer {
  margin-bottom: 60px;
  width: 100%;
  clear: both;
}
footer .wrapper {
  width: 940px;
  /*background:@layoutbackground;*/
  padding: 0px 20px;
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
}
footer .wrapper div {
  float: left;
  font-size: 0.7em;
  color: #ccc;
  margin-left: 20px;
}
footer .wrapper .powered-by {
  float: right;
  margin-right: 10px;
}
h1 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 10px;
}
h2 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 1.2em;
  font-weight: bold;
}
h3 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 1.1em;
  font-weight: bold;
}
h4 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 1em;
  font-weight: bold;
}
h5 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 0.9em;
  font-weight: bold;
}
h6 {
  font-family: Arial, helvetica, Sans-Serif;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
}
p {
  margin: 0 0 1.4em 0;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 0.9em;
  line-height: 160%;
}
span {
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
a img {
  border: 0;
}
a {
  font-family: Arial, helvetica, Sans-Serif;
  color: #5bbf0d;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #95c96d;
  text-decoration: none;
}
hr {
  border: 0px;
  border-top: 1px dotted #cccccc;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
}
img.left {
  float: left;
}
img.right {
  float: right;
}
p.left img {
  float: left;
}
p.right img {
  float: right;
}
.k-button,
.k-button:active {
  background: #b9d89e;
  background: -moz-linear-gradient(top, #b9d89e 0%, #a2c485 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9d89e), color-stop(100%, #a2c485));
  background: -webkit-linear-gradient(top, #b9d89e 0%, #a2c485 100%);
  background: -o-linear-gradient(top, #b9d89e 0%, #a2c485 100%);
  background: -ms-linear-gradient(top, #b9d89e 0%, #a2c485 100%);
  background: linear-gradient(to bottom, #b9d89e 0%, #a2c485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d89e', endColorstr='#a2c485', GradientType=0);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fafafa;
  text-shadow: 1px 1px 2px #666;
  border: 1px solid #999;
  box-shadow: none;
}
.k-button:hover {
  background: #a9db80;
  background: -moz-linear-gradient(top, #a9db80 0%, #96c56f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9db80), color-stop(100%, #96c56f));
  background: -webkit-linear-gradient(top, #a9db80 0%, #96c56f 100%);
  background: -o-linear-gradient(top, #a9db80 0%, #96c56f 100%);
  background: -ms-linear-gradient(top, #a9db80 0%, #96c56f 100%);
  background: linear-gradient(to bottom, #a9db80 0%, #96c56f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#96c56f', GradientType=0);
  color: #fff;
  border: 1px solid #999;
}
.k-button:active {
  position: relative;
  top: -1px;
  color: #fff!important;
  box-shadow: none!important;
}
/* Privat - Företag ------------------------- */
.site {
  position: absolute;
}
.site a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.9em;
  text-align: center;
  color: #333;
  width: auto;
  height: 23px;
  padding-top: 2px;
}
.site a:hover {
  color: #68b42d;
}
.site .active,
.site .active:hover {
  background: url(/content/images/choice.png) no-repeat top left;
  color: #fff;
  width: 75px;
  cursor: default;
}
/* Layout ------------------------------ */
.banner {
  margin-bottom: 20px;
}
.background {
  position: fixed;
  bottom: 0px;
  z-index: -1;
  height: 213px;
  width: 100%;
  background: url(/content/images/footer-background.png) center bottom no-repeat;
  background-size: 100% auto;
  left: 0px;
}
.background1 {
  position: fixed;
  bottom: -50px;
  z-index: -1;
  height: 162px;
  width: 137px;
  background: url(/content/images/background1.png) center bottom no-repeat;
  left: 50%;
  margin-left: -620px;
}
.background2 {
  position: fixed;
  bottom: -40px;
  z-index: 1;
  height: 75px;
  width: 71px;
  background: url(/content/images/background2.png) center bottom no-repeat;
  left: 50%;
  margin-left: -540px;
}
.background3 {
  position: fixed;
  bottom: 0px;
  z-index: 1;
  height: 121px;
  width: 194px;
  background: url(/content/images/background3.png) center bottom no-repeat;
  right: 50%;
  margin-right: -660px;
}
.first-column {
  float: left;
  border-right: 1px dotted #ccc;
  width: 640px;
  padding: 0px 20px 20px 0px;
  color: #333;
}
.second-column {
  float: right;
  width: 258px;
  padding: 0px 0px 20px 20px;
}
.start-content {
  padding-top: 20px;
}
.view-all {
  display: block;
  font-size: 0.9em;
  float: none;
  background: url(/content/Images/arrow-2.png) no-repeat right center;
  padding: 6px 25px 0px 5px;
  min-height: 26px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
}
.view-all:hover {
  color: #97cd6f;
}
/* Content ----------------------------- */
.event h3 {
  display: block;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0px;
}
.event .month {
  background: #999;
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.event .item {
  border-bottom: 1px dotted #ccc;
  font-size: 0.9em;
  padding: 5px;
  overflow: hidden;
}
.event .item .date {
  float: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 20px;
  margin: 1px 0px 0px 0px;
  display: block;
}
.event .item .date .title {
  float: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}
.event .item a {
  display: block;
  background: url(/content/Images/arrow-2.png) no-repeat right center;
  padding: 0px 10% 0px 0px;
  min-height: 20px;
  float: left;
  width: 90%;
  color: #000;
  overflow: hidden;
}
.event .item a:hover {
  color: #97cd6f;
}
.no-events {
  color: #666;
  font-style: italic;
  font-size: 0.7em;
}
/* Event detail ------------------------ */
.event-detail {
  font-size: 0.9em;
}
.event-detail h3 {
  font-size: 1.4em;
  margin-bottom: 0px;
}
.event-detail .date {
  display: block;
}
.event-detail .description {
  margin: 20px 0px;
  padding: 20px 0px;
  display: block;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.event-detail .more-info .label {
  font-weight: bold;
  display: block;
}
/* Kalender ----------------------------- */
.calendar {
  padding-left: 20px;
}
/* Nyheter -----------------------*/
.news h3 {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px dotted #ccc;
  margin: 0px;
  padding: 0px;
  clear: both;
  color: #000;
}
.news .no-news {
  font-style: italic;
  display: block;
  margin-top: 20px;
  text-align: center;
  background: #fafafa;
  font-size: 0.8em;
  padding: 5px;
  color: #666;
}
.news ul {
  margin: 0px;
  width: 100%;
  padding: 0px;
  list-style: none;
}
.news ul .item {
  margin: 10px 5px 10px 0px;
  padding: 10px 20px 10px 20px;
  width: 272px;
  max-width: 272px!important;
  max-height: 185px!important;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  background: #f2f8f8;
  color: #333;
  cursor: pointer;
  opacity: 0.9;
}
.news ul .item:hover {
  opacity: 1.0;
}
.news ul .item h2 {
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  font-weight: normal;
}
.news ul .item h2 a {
  color: #000;
}
.news ul .item img {
  max-width: 130px;
  max-height: 130px;
  margin-right: 10px;
  float: left;
}
.news ul .item p {
  font-size: 0.8em;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
  overflow: hidden;
  width: 240px;
  height: 120px;
  float: left;
}
.news ul .item .read-more {
  font-size: 0em;
  background: url(/content/images/arrow-3.png) no-repeat right center;
  background-size: 15px auto;
  width: 21px;
  height: 50px;
  display: block;
  float: left;
  margin-left: -20px;
  margin-right: 5px;
}
.news .news-content {
  margin-top: 20px;
}
/* Dagens matsedel -----------------------*/
.todays-lunch {
  overflow: hidden;
  margin-top: 20px;
}
.todays-lunch .heading {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
}
.todays-lunch ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.todays-lunch ul li {
  margin: 0px;
  padding: 0px;
  border-top: 1px dotted #ccc;
}
.todays-lunch ul li h2 {
  font-size: 0.9em;
  color: #333;
}
.todays-lunch ul li p {
  font-size: 0.8em;
  color: #333;
}
.todays-lunch .view-all {
  margin-top: 0px;
}
/* Veckans matsedel ----------------------*/
.flex {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lunch span {
  font-size: 0.9em;
  color: #666;
  display: block;
  clear: both;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.lunch div.day {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 20%;
  padding: 0px 2% 2% 2%;
  margin: 0px 7px 7px 0px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f3f9f9;
  border: 1px dotted #ccc;
}
.lunch div h2 {
  background: #767676;
  color: #fff;
  padding: 5px 10px;
  font-size: 1em;
  text-transform: capitalize;
}
.lunch div h3 {
  font-size: 0.9em;
}
.lunch div h3 a {
  font-weight: bold;
}
.lunch div p {
  font-size: 0.8em;
  color: #333;
}
.lunch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lunch ul li {
  border-bottom: 1px dotted #ccc;
}
.lunch .today {
  border: 1px dotted #68b42d;
  background: #fff;
}
.lunch .today h2 {
  background: #68b42d;
}
/* Restaurang ---------------------- */
.restaurant {
  padding: 20px;
  background: #fff;
}
.restaurant span {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 0.9em;
  color: #666;
}
.restaurant h3 {
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
.restaurant ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.restaurant ul li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px dotted #ccc;
}
.restaurant ul li h4 {
  margin: 20px 0px 0px 0px;
  font-size: 1em;
}
/* Ladda upp matsedel --------------------- */
.restaurant-upload label {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
}
.restaurant-upload .week {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
}
.restaurant-upload .week .k-dropdown {
  width: 320px;
}
.restaurant-upload .day label {
  background: url(/content/images/days.png) no-repeat center center;
  color: #000;
  float: left;
  clear: both;
  padding: 2px 5px;
  border-radius: 3px;
  min-width: 100px;
  min-height: 23px;
  text-align: center;
}
.restaurant-upload .day {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
}
.restaurant-upload .k-textbox {
  display: block;
  min-width: 320px;
  border: 1px solid #ccc;
  color: #333;
  clear: both;
  font-size: 0.9em;
}
.restaurant-upload .k-textarea {
  min-height: 220px;
  min-width: 420px;
}
.restaurant-upload .k-button {
  margin: 10px 0px 20px 0px;
  min-width: 420px;
  padding: 10px 20px;
  font-size: 1.4em;
  clear: both;
  display: block;
}
.restaurant-upload .field-validation-error {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #ff0000;
  font-style: italic;
}
/* Företagsregister ------------------- */
.business-register {
  padding: 0px 0px 20px 0px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.business-register h2 {
  display: block;
  clear: both;
  width: 100%;
  color: #e8560f;
}
.business-register .company {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  background: #f3f9f9;
  width: 260px;
  padding: 0px 20px 0px 20px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  opacity: 0.8;
}
.business-register .company:hover {
  opacity: 1.0;
}
.business-register .company h3 {
  color: #000;
  background: url(/content/images/arrow-3.png) no-repeat right center;
  background-size: 15px auto;
}
.business-register .company p {
  color: #333;
}
.business-register .company span {
  color: #333;
  display: block;
  margin-bottom: 20px;
  font-size: 0.9em;
}
/* Business register detail --------------- */
.business-register-detail h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.business-register-detail .more-info {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}
.business-register-detail .more-info div {
  display: block;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.business-register-detail .more-info span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.business-register-detail .more-info a {
  font-size: 1.1em;
}
.business-register-detail .more-info span.label {
  font-weight: bold;
}
/* Menu ----------------------------- */
nav.menu {
  float: right;
  margin-top: 18px;
  border-left: 1px dotted #ccc;
  padding-left: 30px;
  width: 710px;
}
nav.menu ul {
  background: none;
  border: 0px;
  float: right;
  position: relative;
  bottom: -8px;
}
nav.menu ul .k-item {
  font-size: 0.8em;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  border: 0px!important;
}
nav.menu ul .k-item .k-link {
  background: none;
  border-bottom: 5px solid transparent;
  color: #000;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 10px;
}
nav.menu ul .k-item.k-last .k-link {
  margin-right: 0px;
}
nav.menu ul .k-item .k-link:hover {
  border-bottom: 5px solid #ed6b3b;
}
nav.menu ul .k-item.k-state-highlight {
  box-shadow: none;
}
nav.menu ul .k-item.k-state-highlight .k-link {
  color: #333;
  border-bottom: 5px solid #ed6b3b;
}
/* meddelande ---------------------------*/
.message {
  margin: 0px auto!important;
  width: 100%;
  text-align: center;
}
.message ul,
.message-center ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px!important;
  width: 680px;
  z-index: 20002;
  position: fixed;
  top: 0px;
  left: 50%;
  margin-left: -340px !important;
}
.message .icon,
.message-center .icon {
  display: block;
  width: 31px;
  height: 32px;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.message ul,
.message .icon {
  display: inline-block !important;
  vertical-align: top!important;
  *display: inline;
  zoom: 1;
}
.message-center .info,
.message .info,
.message .error,
.message .formerror {
  padding: 10px;
  margin: 0px 0px 10px 0px;
}
.message .info,
.message-center .info {
  background: #e0f2c0 url(/Embedded/Img/Areas.Admin.Content.Images.ok.png) no-repeat 10px center;
  padding-left: 50px;
  color: #5e7e3b;
  border: 1px solid #617446;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  list-style-type: none;
  text-align: center;
}
.message .formerror,
.message .error,
.message-center .error {
  background: #ffbaba url(/Embedded/Img/Areas.Admin.Content.Images.fail.png) no-repeat 10px center;
  color: #d8000c;
  padding-left: 50px;
  border: 1px solid #d8000c;
  border-top: 0px;
  list-style-type: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.message-center .info li,
.message .info li,
.message-center .error li,
.message .error li,
.message .formerror li,
.message-center .formerror li {
  margin: 0px!important;
  padding: 5px 0px!important;
}
