﻿/*------------ 
	Own code 
  ------------ */
@import "//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900";
form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, ul, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "accordalternatemedium", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #45791B;
}

ul {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none;
}

.no-ul, .no-ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  float: left;
  display: block;
  margin-left: 8px;
}

.navbar li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .left, .right {
    float: none;
  }
  .hide-for-mobile {
    display: none;
  }
  .show-for-mobile {
    display: block;
  }
  .no-left {
    margin-left: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
  }
}

.row {
  width: 1015px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -30px;
}

.row.collapse .clm, .row.collapse .clms {
  padding: 0;
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -30px;
}

.row .row.collapse {
  margin: 0;
}

.clm, .clms {
  float: left;
  padding: 0 30px;
  position: relative;
}

.clm.centered, .clms.centered {
  float: none;
  margin: 0 auto;
}

[class*="clm"] + [class*="clm"]:last-child {
  float: right;
}

[class*="clm"] + [class*="clm"].end {
  float: left;
}

.c1, .row .c1 {
  width: 8.33333%;
}

.c2, .row .c2 {
  width: 16.66667%;
}

.c3, .row .c3 {
  width: 25%;
}

.c4, .row .c4 {
  width: 33.33333%;
}

.c5, .row .c5 {
  width: 41.66667%;
}

.c6, .row .c6 {
  width: 50%;
}

.c7, .row .c7 {
  width: 58.33333%;
}

.c8, .row .c8 {
  width: 66.66667%;
}

.c9, .row .c9 {
  width: 75%;
}

.c10, .row .c10 {
  width: 83.33333%;
}

.c11, .row .c11 {
  width: 91.66667%;
}

.c12, .row .c12 {
  width: 100%;
}

.row .offset-by-c1 {
  margin-left: 8.33333%;
}

.row .offset-by-c2 {
  margin-left: 16.66667%;
}

.row .offset-by-c3 {
  margin-left: 25%;
}

.row .offset-by-c4 {
  margin-left: 33.33333%;
}

.row .offset-by-c5 {
  margin-left: 41.66667%;
}

.row .offset-by-c6 {
  margin-left: 50%;
}

.row .offset-by-c7 {
  margin-left: 58.33333%;
}

.row .offset-by-c8 {
  margin-left: 66.66667%;
}

.row .offset-by-c9 {
  margin-left: 75%;
}

.row .offset-by-c10 {
  margin-left: 83.33333%;
}

.push-c2 {
  left: 16.66667%;
}

.pull-c2 {
  right: 16.66667%;
}

.push-c3 {
  left: 25%;
}

.pull-c3 {
  right: 25%;
}

.push-c4 {
  left: 33.33333%;
}

.pull-c4 {
  right: 33.33333%;
}

.push-c5 {
  left: 41.66667%;
}

.pull-c5 {
  right: 41.66667%;
}

.push-c6 {
  left: 50%;
}

.pull-c6 {
  right: 50%;
}

.push-c7 {
  left: 58.33333%;
}

.pull-c7 {
  right: 58.33333%;
}

.push-c8 {
  left: 66.66667%;
}

.pull-c8 {
  right: 66.66667%;
}

.push-c9 {
  left: 75%;
}

.pull-c9 {
  right: 75%;
}

.push-c10 {
  left: 83.33333%;
}

.pull-c10 {
  right: 83.33333%;
}

form img, form object, form embed {
  max-width: 100%;
  height: auto;
}

form object, form embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .clm, .clms {
    width: auto !important;
    float: none;
  }
  .clm:last-child, .clms:last-child {
    float: none;
  }
  [class*="clm"] + [class*="clm"]:last-child {
    float: none;
  }
  .clm:before, .clms:before, .clm:after, .clms:after {
    content: "";
    display: table;
  }
  .clm:after, .clms:after {
    clear: both;
  }
  .offset-by-c1 {
    margin-left: 0 !important;
  }
  .offset-by-c2 {
    margin-left: 0 !important;
  }
  .offset-by-c3 {
    margin-left: 0 !important;
  }
  .offset-by-c4 {
    margin-left: 0 !important;
  }
  .offset-by-c5 {
    margin-left: 0 !important;
  }
  .offset-by-c6 {
    margin-left: 0 !important;
  }
  .offset-by-c7 {
    margin-left: 0 !important;
  }
  .offset-by-c8 {
    margin-left: 0 !important;
  }
  .offset-by-c9 {
    margin-left: 0 !important;
  }
  .offset-by-c10 {
    margin-left: 0 !important;
  }
  .push-c2 {
    left: auto;
  }
  .pull-c2 {
    right: auto;
  }
  .push-c3 {
    left: auto;
  }
  .pull-c3 {
    right: auto;
  }
  .push-c4 {
    left: auto;
  }
  .pull-c4 {
    right: auto;
  }
  .push-c5 {
    left: auto;
  }
  .pull-c5 {
    right: auto;
  }
  .push-c6 {
    left: auto;
  }
  .pull-c6 {
    right: auto;
  }
  .push-c7 {
    left: auto;
  }
  .pull-c7 {
    right: auto;
  }
  .push-c8 {
    left: auto;
  }
  .pull-c8 {
    right: auto;
  }
  .push-c9 {
    left: auto;
  }
  .pull-c9 {
    right: auto;
  }
  .push-c10 {
    left: auto;
  }
  .pull-c10 {
    right: auto;
  }
  /* Mobile 4-clm Grid */
  .row .mobile-c1 {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-c1:last-child {
    float: right;
  }
  .row.collapse .mobile-c1 {
    padding: 0;
  }
  .row .mobile-c2 {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-c2:last-child {
    float: right;
  }
  .row.collapse .mobile-c2 {
    padding: 0;
  }
  .row .mobile-c3 {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-c3:last-child {
    float: right;
  }
  .row.collapse .mobile-c3 {
    padding: 0;
  }
  .row .mobile-c4 {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-c4:last-child {
    float: right;
  }
  .row.collapse .mobile-c4 {
    padding: 0;
  }
  .push-c1-mobile {
    left: 25%;
  }
  .pull-c1-mobile {
    right: 25%;
  }
  .push-c2-mobile {
    left: 50%;
  }
  .pull-c2-mobile {
    right: 50%;
  }
  .push-c3-mobile {
    left: 75%;
  }
  .pull-c3-mobile {
    right: 75%;
  }
}

@media print {
  .row {
    width: 100%;
  }
  .row .print-width {
    float: none;
    width: auto;
  }
}

.tree li {
  padding: 3px 4px;
}

.tree li a {
  border-radius: 4px;
  display: block;
  color: #45791B;
}

.tree > li {
  font-size: 15px;
  border-top: 1px solid #eee;
}

.tree > li li {
  margin-left: 8px;
}

.tree > li li a {
  color: #999;
}

.tree > li li a:hover {
  background-color: #eee;
}

.tree > li:first-child {
  border-top: 0;
}

@media print {
  .no-print, .machine, .menuwrap {
    display: none;
  }
}

form div.c-newcomment {
  background-color: #69BE28;
  color: #fff;
}

form ul.c-comments .c-reply > div, form ul.c-comments .c-edit > div {
  background-color: #90dc57;
  color: #fff;
}

.button, .c-button button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  padding: 2px 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-family: 'Segoe UI';
  font-size: 11px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #eee;
  border: solid 1px #1e728c;
  background: #2BA6CB;
  background: -webkit-gradient(linear, left top, left bottom, from(#64c2de), to(#1e728c));
  background: -moz-linear-gradient(top, #64c2de, #f47a20);
}

.button:hover, .c-button button:hover {
  text-decoration: none;
  background: #1e728c;
  background: -webkit-gradient(linear, left top, left bottom, from(#2BA6CB), to(#155062));
  background: -moz-linear-gradient(top, #2BA6CB, #155062);
}

.button:active, .c-button button:active {
  position: relative;
  top: 1px;
  color: white;
  background: #1e728c;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e728c), to(#64c2de));
  background: -moz-linear-gradient(top, #1e728c, #64c2de);
}

.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px 15px;
}

.info {
  color: #00529B;
  background-color: #BDE5F8;
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}

.warning {
  color: #9F6000;
  background-color: #FEEFB3;
}

.error {
  color: #D8000C;
  background-color: #FFBABA;
}

@media only screen and (max-width: 767px) {
  #result {
    padding: 5px;
    /*
		.wd-sres span:after {
			content:'st';
		}
		*/
  }
  #result .wd-res {
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
  }
  #result .wd-sres span {
    display: inline-block;
    border-radius: 25px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    width: 16px;
    height: 16px;
    font-size: 80%;
    background-color: #69BE28;
    color: #fff;
  }
  #result .wd-ltit {
    display: block;
    color: #45791B;
    font-weight: 400;
    margin: 10px 0;
    font-size: 120%;
    border-bottom: solid 1px #69BE28;
  }
  #result .stitle {
    display: block;
    font-weight: 400;
    font-size: 110%;
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 767px) {
  #result {
    background: url("//wd7.se/jq/img/searchbg.gif") repeat-y scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #333333;
    padding: 5px;
    position: absolute;
    margin-left: 0px;
    width: 567px;
    z-index: 1004;
  }
  #result .wd-sres {
    padding: 6px 8px;
    cursor: pointer;
  }
  #result .wd-sres span {
    padding: 0 4px;
    float: right;
  }
  #result .wd-sres.sel {
    background-color: Highlight;
    color: HighlightText;
    border-radius: 4px;
  }
  #result .wd-ltit {
    font-weight: bold;
    padding: 5px 8px;
    color: #999;
    border-bottom: solid 1px #e0e0e0;
    border-radius: 4px;
  }
  #result .wd-sugg, #result .wd-spell {
    float: left;
    width: 150px;
  }
  #result .wd-res {
    padding: 4px 8px 10px;
    min-height: 82px;
    cursor: pointer;
    border-radius: 4px;
  }
  #result .wd-res img {
    float: left;
    margin-right: 5px;
  }
  #result .wd-res:hover {
    background-color: #69BE28;
    color: #fff;
  }
  #result .stitle {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #result .loading-search {
    background: url("//wd7.se/jq/ajax-loader.gif") no-repeat scroll center center transparent;
  }
  #result .slidebtn div {
    height: 30px;
    margin: 0 auto;
    width: 30px;
    z-index: 111;
  }
  #result .slidebtn span {
    visibility: hidden;
  }
  #result .slide-next div {
    background: url("//wd7.se/i/next.png") no-repeat scroll 0 0 transparent;
    margin-bottom: 15px;
    margin-top: -25px;
  }
  #result .slide-prev div {
    background: url("//wd7.se/i/prev.png") no-repeat scroll 0 0 transparent;
    margin-bottom: -15px;
  }
  #result .slidebtn {
    position: absolute;
    right: 200px;
    cursor: pointer;
    z-index: 110;
    height: 30px;
  }
  #result .slide-next {
    bottom: -10px;
  }
  #result .wd-qres, #result .slidewrapper {
    float: right;
    min-height: 400px;
    width: 400px;
  }
}

.filearchive {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.filearchive li span.ico {
  background-image: url(http://wd7.se/i/icons/16.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.filearchive li a {
  font-weight: normal;
  padding: 0 0 0 14px;
  position: relative;
  height: 16px;
  text-decoration: none;
}

.dir span.ico {
  background-position: 0 -80px;
}

.f span.ico, .searchresult li.wd-res-file a, .wd-qres .wd-res-file .stitle {
  background-position: 0 -20px;
}

.avi span.ico {
  background-position: 0 0;
}

.doc span.ico, .docx span.ico, .searchresult li.wd-docx a, .searchresult li.wd-doc a, .searchresult li.wd-rtf a, .wd-qres .wd-doc .stitle, .wd-qres .wd-dox .stitle, .wd-qres .wd-rtf .stitle {
  background-position: 0 -40px;
}

.exe span.ico {
  background-position: 0 -60px;
}

.gif span.ico {
  background-position: 0 -100px;
}

.jpg span.ico {
  background-position: 0 -120px;
}

.wav span.ico, .mp3 span.ico {
  background-position: 0 -140px;
}

.tif span.ico, .tiff span.ico, .png span.ico {
  background-position: 0 -160px;
}

.pptx span.ico, .ppt span.ico, .searchresult li.wd-ppt a, .wd-qres .wd-ppt .stitle {
  background-position: 0 -180px;
}

.txt span.ico, .searchresult li.wd-txt a, .wd-qres .wd-txt .stitle {
  background-position: 0 -200px;
}

.xlsx span.ico, .xls span.ico, .searchresult li.wd-xls a, .searchresult li.wd-xlsx a, .wd-qres .wd-xls .stitle, .wd-qres .wd-xlsx .stitle {
  background-position: 0 -220px;
}

.rar span.ico, .zip span.ico {
  background-position: 0 -240px;
}

.pdf span.ico, .searchresult li.wd-pdf a, .wd-qres .wd-pdf .stitle {
  background-position: 0 -260px;
}

.filearchive li a {
  cursor: pointer;
}

.filearchive li {
  padding: 0;
}

.filearchive > li.dir a, .filearchive li.open ul li.dir a, .filearchive li.open ul li.open ul li.dir a, .filearchive li.open ul li.open ul li.open ul li.dir a {
  background-repeat: no-repeat;
  background-position: 0 -282px;
}

.filearchive > li.open a, .filearchive > li.open > ul li.open a, .filearchive > li.open > ul li.open > ul .open > a, .filearchive > li.open > ul li.open > ul li.open > ul li.open a {
  background-position: -1px -302px;
}

.filearchive li.open ul a, .filearchive li.open ul .open ul a, .filearchive li.open ul .open ul .open ul a, .filearchive li.open ul .open ul .open ul .open ul a {
  background: none;
}

.filearchive li ul {
  list-style-type: none;
  margin: 7px 0 11px 10px;
  padding: 0px;
}

.filearchive li {
  position: relative;
}

.filearchive li.f:hover {
  background-color: #f4f4f2;
}

.filearchive li > .hdl {
  visibility: hidden;
  height: 17px;
  right: 0;
  position: absolute;
  width: 17px;
  z-index: 22;
}

ul.sort-dirs li.dir:hover > .hdl {
  visibility: visible;
}

.filearchive.sort-files li.f:hover > .hdl {
  visibility: visible;
}

.filearchive li > .tf-tools {
  visibility: hidden;
  float: right;
  cursor: pointer;
}

.filearchive li:hover > .tf-tools {
  visibility: visible;
}

.filearchive li.filedrop {
  margin-top: 10px;
  background-color: #fbf8de;
  padding: 7px;
  border: 1px dashed #c6c6c6;
}

.filearchive li input {
  margin-left: 0px;
  margin-bottom: 5px;
  width: 60%;
}

@font-face {
  font-family: "accordalternatebold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AccordAlternate_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/AccordAlternate_Bold-webfont.woff") format("woff"), url("fonts/AccordAlternate_Bold-webfont.ttf") format("truetype"), url("fonts/AccordAlternate_Bold-webfont.svg#accordalternatebold") format("svg");
}

@font-face {
  font-family: "accordalternatemedium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AccordAlternate_Med-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/AccordAlternate_Med-webfont.woff") format("woff"), url("fonts/AccordAlternate_Med-webfont.ttf") format("truetype"), url("fonts/AccordAlternate_Med-webfont.svg#accordalternatemedium") format("svg");
}

@font-face {
  font-family: "accordalternateregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AccordAlternate_Reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/AccordAlternate_Reg-webfont.woff") format("woff"), url("fonts/AccordAlternate_Reg-webfont.ttf") format("truetype"), url("fonts/AccordAlternate_Reg-webfont.svg#accordalternateregular") format("svg");
}

@font-face {
  font-family: "accordalternatethin";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/AccordAlternate_Thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/AccordAlternate_Thin-webfont.woff") format("woff"), url("fonts/AccordAlternate_Thin-webfont.ttf") format("truetype"), url("fonts/AccordAlternate_Thin-webfont.svg#accordalternatethin") format("svg");
}

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("fonts/websymbols-regular-webfont.eot");
  src: url("fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/websymbols-regular-webfont.woff") format("woff"), url("fonts/websymbols-regular-webfont.ttf") format("truetype"), url("fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}

h2 {
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3, h4, h5, h6 {
  margin-top: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000;
}

.nopad {
  padding: 0;
}

#loadRev {
  background: rgba(255, 255, 255, 0.5);
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.avtallink {
  color: #FFF;
  margin-top: 9px;
  display: inline-block;
  text-transform: uppercase;
}

#loadRev.loading {
  display: block;
  opacity: 1;
}

.diff {
  border-right: 3px solid #ccc;
}

ins {
  text-decoration: none;
  background-color: yellow;
}

del {
  opacity: 0.7;
}

#difftext {
  display: none;
}

.head {
  background-color: #000;
  padding: 5px 0;
}

.head a, .head p {
  color: #fff;
}

body {
  background: none repeat scroll 0 0 #4B4B4B;
  font-size: 13px;
  line-height: 18px;
}

.tree li > ul {
  display: none;
}

.cw .row, .hlogo .row, .subhead .row {
  background: #fff;
}

.alttext {
  display: none !important;
}

.tree li.open > ul {
  display: block;
}

#foot .row .c12 {
  background: #45791b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NzkxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OWJlMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #45791b 0%, #69be28 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45791b), color-stop(100%, #69be28));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45791b 0%, #69be28 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45791b 0%, #69be28 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45791b 0%, #69be28 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45791b 0%, #69be28 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45791b', endColorstr='#69be28',GradientType=0 );
  /* IE6-8 */
  color: #fff;
  padding-bottom: 20px;
}

#foot a {
  color: #fff;
}

#foot .titlerow {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#foot .row .c2 {
  margin-top: 12px;
}

#foot .row .c2 p {
  margin-top: 0px;
}

.next a:after {
  content: ')';
  font-size: 120%;
  padding-left: 4px;
  font-family: 'WebSymbolsRegular';
  color: #fff;
}

.prev a:before {
  content: '(';
  font-size: 120%;
  padding-right: 4px;
  font-family: 'WebSymbolsRegular';
  color: #fff;
}

/*
#ctl00_cph1_cComments > a[name]:before {
	content:'c';
	font-size:100%;
	padding-right:8px;
	font-family:'WebSymbolsRegular';
	color:$seccolor;
}
*/
.sym {
  font-family: 'WebSymbolsRegular';
  padding-right: 8px;
}

.border-left a.link:before {
  content: 'K';
  font-size: 110%;
  padding-right: 8px;
  font-family: 'WebSymbolsRegular';
  color: #69BE28;
}

.border-left a.file:before {
  content: 'A';
}

.border-left a.jpg:before {
  content: 'I';
}

.border-left a.print:before {
  content: 'R';
  font-size: 100%;
  padding-right: 8px;
  font-family: 'WebSymbolsRegular';
  color: #69BE28;
}

.white {
  color: #fff;
}

.pagebox h2 {
  margin-top: 0px;
}

.book {
  display: none;
  margin-left: 10px;
}

.book span:before {
  content: 'b';
  font-family: 'WebSymbolsRegular';
  padding-right: 8px;
  color: #fff;
}

.pp {
  cursor: pointer;
  margin: 10px;
}

.print {
  border-bottom: 1px solid #EEEEEE;
  display: block;
  color: #000;
  padding: 3px 3px;
}

.doprint {
  margin-top: 8px;
  padding-top: 7px;
  border-bottom: solid 1px #eee;
}

.downarrow {
  width: 0px;
  height: 0px;
  display: block;
  float: right;
  margin-top: 8px;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

.two-column-text {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}

.rtitle {
  background-color: #69BE28;
  font-size: 130%;
  color: #fff;
  position: relative;
  border: 5px solid #69BE28;
  padding: 4px 5px;
}

.sholder {
  margin-bottom: 30px;
}

.sholder .rtitle {
  background: none;
  border: none;
  font-weight: 700;
  color: #45791B;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #959595;
}

.sholder .cnt {
  padding: 0px 9px 6px 9px;
}

.sholder input {
  border: 0;
  width: 100%;
  padding: 4px 7px;
  border-bottom: solid 1px #eee !important;
}

.sholder .rtitle {
  margin-bottom: 6px;
}

.tree li a {
  color: #000;
}

.tree > li li a {
  color: #333;
}

.alttext {
  font-size: 90%;
  font-style: italic;
  /*
	background-color: darken($seccolor,15); 
	color:#fff;
	position: absolute;
	*/
  display: block;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 7px 0;
}

.ipop {
  border-bottom: dashed 1px #69BE28;
}

.alt-cnt {
  /*
	outline:solid 1px darken($seccolor,15);
	*/
  max-width: 100%;
  display: inline-block;
  position: relative;
}

span.num {
  padding-right: 5px;
}

.hlogo {
  width: 100%;
  color: #fff;
  font-weight: 300;
  height: 140px;
  text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.8);
}

.hlogo .big {
  font-size: 40px;
  padding-right: 8px;
}

.hlogo .c12 {
  position: relative;
  padding-left: 245px;
  height: 140px;
  background: #FFF url(/images/header-bg.png) left top no-repeat;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}

.hlogo a.logolink {
  color: #FFF;
  text-shadow: none;
  display: block;
  font-size: 45px;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 25px;
}

.hlogo .fbig {
  font-size: 58px;
}

.hlogo .fbig .ft {
  color: #69be28;
  font-weight: 700;
  line-height: 100%;
  font-family: 'accordalternatemedium',arial;
}

.hlogo .fbig .st {
  color: #000;
}

.hlogo .fsmall {
  font-size: 18px;
  color: #000;
  display: block;
  font-family: 'accordalternatethin',arial;
  text-transform: uppercase;
}

.hlogo .machine {
  height: 100px;
  width: 253px;
  position: absolute;
  right: 0;
  top: 20px;
  text-align: center;
  border-left: 1px solid #000;
}

.hlogo .row .c9 {
  background: url(/images/logo-s.jpg) no-repeat 0px 0px;
}

.hlogo .row .c9 .fbig .ft {
  color: #009fe3;
}

.hlogo .row .c9 .fbig .st {
  color: #000;
}

.hlogo .row .c9 .fsmall {
  font-size: 18px;
  color: #000;
  display: block;
  text-transform: uppercase;
}

.hlogo .men {
  display: block;
  background: url(/Images/gubbar.png) center center no-repeat;
  height: 108px;
  margin-top: 16px;
  border-left: 1px solid #000;
}

.ani-in {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
}

.ani-out {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
}

.ani {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.ani-opa {
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
}

.subhead .c12 {
  background: #EEE;
}

.subhead .c12 .row {
  background: transparent;
}

.subhead p, .subhead h1, .subhead h2, .subhead h3 {
  color: #000;
}

.inedit #tmpcode {
  position: fixed;
  left: 5px;
  top: 200px;
  width: 150px;
  height: 200px;
}

.breadcrumb a {
  color: #000;
}

.pagebox ul:not(.filearchive) {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.hoverlink {
  background-color: #ddd;
}

.jstree .pT98 > a ins {
  background: transparent url(img/book_open.png) no-repeat 0 0;
}

.jstree .pT99 > a ins {
  background: transparent url(img/page.png) no-repeat 0 0;
}

/*
.ipop[title]:hover:after {
  content: attr(data-word) ': ' attr(title);
  padding: 4px 8px;
  color: #333; 
  position: absolute;
  text-align:center;
  width: 200px;
  
  
  z-index: 20;
  
  box-shadow: 2px 2px 8px rgba(0,0,0,0.2);  
  background: rgba(darken($seccolor,15),0.8);
  color:#fff;
 
}
*/
h1, h2, h3, h4, .rtitle {
  font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin-top: 10px;
}

h3, h4, h5, h6 {
  margin-top: 12px;
  margin-bottom: 0px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

.homelink img {
  max-height: 130px;
}

.pagebox h1, .pagebox h2, .pagebox h3, .pagebox h4 {
  font-weight: 400;
}

.pagebox .cnt {
  padding: 0;
}

.pagebox ul:not(.filearchive), .pagebox ol {
  padding: 5px;
  padding-left: 25px;
}

.pagebox ul:not(.filearchive) li {
  padding: 10px;
}

ul.tree li.open ul li {
  border-bottom: 1px solid #EEE;
}

ul.tree li.open ul li:last-child {
  border-bottom: 0;
}

ul.tree li.ssel ul li {
  border-bottom: 1px solid #2165a3;
}

ul.tree li.ssel ul li:last-child {
  border-bottom: 0;
}

.pagebox .bodytext ul, .pagebox .bodytext ol {
  padding: 0px;
  margin: 0 0 0 10px;
  list-style-position: outside;
}

ul.lastChanges {
  padding-left: 0;
}

ul.lastChanges li {
  margin: 10px 0;
}

.c-button button {
  background: none;
}

.border-left {
  border-left: solid 1px #eee;
  padding-left: 25px;
}

.nav {
  overflow: hidden;
  display: block;
  margin: 4px 0 10px;
  /*
	div span {
		display: block;
		position:relative;
	}
	*/
}

.nav div {
  float: left;
  width: 45%;
}

.nav div a {
  color: #fff;
  background-color: #69BE28;
  padding: 4px 8px;
  display: block;
}

.nav div.next {
  float: right;
  text-align: right;
}

ul.tree li a.m-selected {
  background-color: #69BE28 !important;
  color: #FFF;
  border-radius: 0;
}

.tree li {
  padding: 0;
}

.tree li a {
  padding: 8px 4px;
}

.ba-wym-indent1 {
  margin-left: 50px;
}

.pagebox p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 10px 0;
}

.pagebox.indent p, .pagebox.indent table {
  margin-left: 40px;
}

.pagebox.indent table {
  width: 93%;
}

.pagebox.indent ul, .pagebox.indent ol {
  margin: 0;
  margin-left: 40px;
  padding-left: 20px;
}

.pagebox.indent li {
  margin: 0;
  padding: 10px;
}

.pagebox.indent span.num {
  width: 40px;
  display: inline-block;
}

.pagebox.indent h3 {
  position: relative;
  padding-left: 40px;
}

.pagebox.indent h3 span.num {
  position: absolute;
  left: 0;
  top: 0;
}

.pagebox.h5ind h4, .pagebox.h5ind h5, .pagebox.h5ind h6 {
  margin-left: 40px;
}

span.num2 {
  width: 35px;
  display: inline-block;
}

.p-selected {
  background: #DDD;
}

.status {
  position: relative;
}

.status .stat, .status .current-status {
  text-align: center;
  cursor: pointer;
}

.status .chg-status {
  display: none;
  position: absolute;
  z-index: 4;
  top: 29px;
  left: 0;
  background-color: #69BE28;
  color: #fff;
}

.status .stat {
  border-top: solid 1px #fefefe;
  padding: 4px 10px;
}

.subhead .current-status a {
  display: none;
}

.subhead .current-status a.p0 {
  display: block;
}

.subhead .s1 a.p1 {
  display: block;
}

.subhead .s2 a.p1, .subhead .s2 a.p2 {
  display: block;
}

.subhead .s3 a.p1, .subhead .s3 a.p2, .subhead .s3 a.p3 {
  display: block;
}

.subhead .s4 a.p1, .subhead .s4 a.p2, .subhead .s4 a.p3, .subhead .s4 a.p4 {
  display: block;
}

.subhead .s5 a.p1, .subhead .s5 a.p2, .subhead .s5 a.p3, .subhead .s5 a.p4, .subhead .s5 a.p5 {
  display: block;
}

.subhead .breadcrumb a.p5 span {
  background-color: green;
}

.subhead .breadcrumb a.p5 span:after {
  border-left-color: green;
}

.sholder #ctl00_cph1_TreeMenu_exFind {
  border-bottom: 0;
}

.ovcnt {
  max-height: 340px;
  overflow: auto;
}

.spacer div div {
  background: #000;
  height: 4px;
}

.breadcrumb {
  overflow: hidden;
  display: block;
  margin: 16px 0 10px;
}

.breadcrumb a {
  display: block;
}

.breadcrumb a span {
  position: relative;
  background-color: #69BE28;
  white-space: nowrap;
  display: block;
  padding-left: 40px !important;
}

.breadcrumb span:first-child a span {
  padding-left: 10px !important;
}

.linkholder a {
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 5px;
}

.linkholder a:last-child {
  border-bottom: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table.ba-wym-tbordef {
  border: 1px solid #000;
}

table.datatabell td {
  border: 0;
}

table.ba-wym-tborder td {
  border: 1px solid #000;
}

table.byggavtalet-noleftborder tr td:first-child {
  border-left: 0;
}

.lbluebg {
  background: white;
}

.cattitle {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.menuwrap {
  background: #000;
  min-height: 38px;
}

.newcnt {
  padding-top: 40px;
  padding-bottom: 40px;
}

#mainmenu li {
  float: left;
}

#mainmenu li a {
  display: block;
  color: #FFF;
  padding: 10px;
  text-transform: uppercase;
}

.searchwrap label {
  float: left;
  color: #FFF;
  margin-right: 20px;
  text-transform: uppercase;
  line-height: 26px;
}

.search {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin-top: 6px;
  background: #FFF;
  color: #000;
  width: 77%;
  border: 0;
  font-size: 14px;
}

.nlsignup input[type=checkbox], .nlsignup input[type=radio] {
  display: block;
  float: left;
  width: 10%;
}

.nlsignup input[type=text] {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
}

.nlsignup label {
  width: 80%;
  display: block;
  float: left;
}

.nlsignup table {
  margin-bottom: 10px;
}

.bluetitlerow {
  background: #003c7e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2M3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDlkZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #003c7e 0%, #009ddf 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #003c7e), color-stop(100%, #009ddf));
  background: -webkit-linear-gradient(left, #003c7e 0%, #009ddf 100%);
  background: -o-linear-gradient(left, #003c7e 0%, #009ddf 100%);
  background: -ms-linear-gradient(left, #003c7e 0%, #009ddf 100%);
  background: linear-gradient(to right, #003c7e 0%, #009ddf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c7e', endColorstr='#009ddf',GradientType=1 );
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.bluetitlerow:after {
  content: "";
  width: 40px;
  height: 60px;
  position: absolute;
  left: 98%;
  top: -10px;
  background: #FFF;
  -webkit-transform: rotate(21deg);
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
}

.newslist {
  margin-top: 10px;
}

.newslist li {
  margin-bottom: 4px;
}

.newslist .date {
  float: left;
  width: 15%;
}

.newslist .newscnt {
  width: 82%;
  float: right;
}

.rmwrap {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.rmwrap.noborder {
  border-bottom: 0;
}

.blacktxt {
  color: #000;
}

.borderb {
  border-bottom: 1px solid #000;
}

.centercnt {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.rightblock {
  padding-bottom: 20px;
}

#ctl00_cph1_sectionTxt ul, #ctl00_cph1_body ul, #ctl00_cph1_rightbar_rightColTxt ul {
  list-style-type: disc;
  margin-left: 20px;
}

.maincats {
  list-style-type: none;
}

.maincats > li {
  list-style-type: none;
  margin-bottom: 5px;
  background: #f5f5f5;
}

form div.c-newcomment {
  background: #f5f5f5 !important;
  color: #333;
}

form div.c-newcomment .c-button button {
  background: #69BE28;
  color: #FFF;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 10px;
}

.pagebox ul.subpl, .pagebox ul.maincats {
  padding-left: 0;
  margin-left: 0;
}

.subpl li {
  list-style-type: none;
}

.pagebox ul.catcomments {
  padding-left: 0;
  margin-left: 0;
}

.pagebox ul.catcomments > li {
  list-style-type: none;
  margin-bottom: 5px;
  background: #fff;
}

.noicomments {
  color: #008445;
  cursor: pointer;
  padding-left: 25px;
  background: url(/images/comment.png) left center no-repeat;
}

.login {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
}

.login label {
  display: block;
}

.login input[type=text], .login input[type=password] {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #000;
  -moz-apperance: none;
  -webkit-apperance: none;
}

.login .remember label {
  display: inline-block;
}

.login input[type=submit] {
  border: 0;
  color: #FFF;
  padding: 5px 10px;
  background: #69BE28;
  -moz-apperance: none;
  -webkit-apperance: none;
  float: right;
}

.login .loginbtn {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 100%;
}

.login .loginbtn:after {
  content: "";
  height: 1%;
  float: none;
  clear: both;
}

.login .extralinks a {
  float: right;
}

.sidemenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  color: #000;
  font-size: 15px;
}

.sidemenu a.active {
  font-weight: bold;
}

.sidemenu ul {
  margin-left: 20px;
}

.maincats {
  list-style-type: none;
}

.maincats > li {
  list-style-type: none;
  margin-bottom: 5px;
  background: #f5f5f5;
}

.pagebox ul.subpl, .pagebox ul.maincats {
  padding-left: 0;
  margin-left: 0;
}

.subpl li {
  list-style-type: none;
}

.pagebox ul.catcomments {
  padding-left: 0;
  margin-left: 0;
}

.pagebox ul.catcomments > li {
  list-style-type: none;
  margin-bottom: 5px;
  background: #fff;
}

.noicomments {
  color: #008445;
  cursor: pointer;
  padding-left: 25px;
  background: url(/images/comment.png) left center no-repeat;
}

.startimg {
  display: block;
  margin: 0 auto;
}

.printwrap {
  position: relative;
  margin-bottom: 40px;
}

.printwrap .printicon {
  width: 50px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(/images/print.png) center center no-repeat;
}

.printwrap .printicon:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.printwrap .printicon:hover .printcnt {
  display: block;
}

.printwrap .printcnt {
  display: none;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}

.newsselector {
  font-weight: bold;
  font-size: 18px;
  background: url(/images/arrow-down.png) right center no-repeat;
  padding: 10px 25px 10px 10px;
  position: relative;
  border: 1px solid transparent;
  float: right;
  margin-top: 10px;
}

.newsselector:hover {
  border: 1px solid #aaa;
}

.newsselector:hover .newscnt {
  display: block;
}

.newsselector .newscnt {
  display: none;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 100%;
  width: 320px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  cursor: default;
  margin-top: 1px;
  z-index: 100;
}

.newsselector .newscnt h3 {
  margin-top: 0;
}

.newsselector .newscnt .pubdate {
  font-size: 12px;
}

.newsselector .newscnt li {
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
}

.newsselector .newscnt p {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}

.newsselector .newscnt:hover {
  display: block;
}

.pubdate {
  color: #AAA;
}

/*Avtalsnyheter*/
.contractnews, .latestupdates {
  max-height: 300px;
  overflow: hidden;
}

.contractnews > .row, .latestupdates > .row {
  background: #e5e5e5;
}

.contractnews .expnews, .latestupdates .expnews {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/images/arrow-down.png) center center no-repeat;
  display: block;
  top: 8px;
  left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contractnews .toggcnt, .latestupdates .toggcnt {
  display: none;
}

.contractnews.closed .expnews, .latestupdates.closed .expnews {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.contractnews.closed .toggcnt, .latestupdates.closed .toggcnt {
  display: block;
}

.contractnews #shnews, .contractnews #shlatest, .latestupdates #shnews, .latestupdates #shlatest {
  cursor: pointer;
  padding-left: 10px;
  margin-top: 0;
  line-height: 30px;
}

.contractnews .title, .latestupdates .title {
  color: #AAA;
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.contractnews h3, .latestupdates h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latestupdates {
  max-height: 400px;
}

.latestupdlist li {
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
}

.latestupdlist li:last-child {
  border-bottom: 0;
}

.graydarken {
  background: #e5e5e5;
}

.posrel {
  position: relative;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cf {
  display: inline-block;
}

html[xmlns] .cf {
  display: block;
}

* html .cf {
  height: 1%;
}

@media only screen and (max-width: 980px) {
  .hlogo {
    height: auto;
  }
  .hlogo .c12, .hlogo .row .c12, .row .hlogo .c12 {
    height: auto;
    background-size: auto 100%;
    padding-left: 140px;
  }
  .hlogo .fbig {
    font-size: 40px;
  }
  .hlogo a.logolink {
    padding-left: 20px;
    padding-top: 20px;
  }
  .hlogo .machine {
    width: 110px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .hlogo .machine {
    display: none;
  }
  .hlogo .c12, .hlogo .row .c12, .row .hlogo .c12 {
    padding-right: 10px;
  }
  .hlogo .fbig {
    font-size: 20px;
  }
  .hlogo .fsmall {
    font-size: 12px;
  }
  .contractnews {
    overflow: auto;
  }
  .row .clms div {
    max-width: 100%;
  }
  .pagecontent {
    margin-top: 40px;
  }
  .mobile-nav-toggle {
    position: fixed;
    font-size: 110%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
    top: -1px;
    left: 0;
    right: 0;
    color: #fff;
    padding-top: 10px;
    padding-left: 15px;
    height: 41px;
    background: #222;
  }
  .mobile-nav {
    position: fixed;
    display: none;
    top: 40px;
    overflow: auto;
    left: 0;
    bottom: 0;
    width: 0px;
    background: #fff;
  }
  .mobile-nav .sholder {
    border: 0;
  }
  .hidemenu {
    display: none;
  }
  .nav-open .mobile-nav-toggle {
    box-shadow: 0;
    background-color: #467f1b;
  }
  .nav-open .textcontents {
    display: none;
  }
  .nav-open .showmenu {
    display: none;
  }
  .nav-open .hidemenu {
    display: inline;
  }
  .nav-open .mobile-nav {
    width: 100%;
    display: block;
  }
  .pagebox {
    border-bottom: 4px solid #69BE28;
    margin-bottom: 20px;
  }
  .pp {
    width: auto;
    margin: 10px 0 0 0;
  }
  .breadcrumb {
    border-radius: 5px;
    background-color: #69BE28;
    padding: 4px 6px;
  }
  .breadcrumb span {
    background-color: transparent;
    border-bottom: solid 1px #6bc229;
  }
}

@media only screen and (min-width: 767px) {
  .logintitle {
    width: 400px;
    margin: 0 auto 20px auto;
  }
  .pagebox {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  #result {
    margin-left: 0px;
  }
  /*
	.nav {
		div.next span:before {
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;         
			border-bottom: 50px solid transparent;
			border-right: 30px solid lighten($seccolor,10);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: -30px;
			z-index: 2; 
		}
		div.prev span:before {
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;         
			border-bottom: 50px solid transparent;
			border-left: 30px solid lighten($seccolor,10);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}
	}
	*/
  .breadcrumb a:first-child span {
    padding-left: 9px;
  }
  .breadcrumb a {
    float: left;
  }
  .breadcrumb a span {
    padding: 5px 0 5px 40px;
    float: left;
  }
  .breadcrumb a span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #69BE28;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb a span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
  .breadcrumb a:nth-child(2) span {
    background: #9ee06c;
  }
  .breadcrumb a:nth-child(2) span:after {
    border-left-color: #9ee06c;
  }
  .breadcrumb a:nth-child(3) span {
    background: #bae996;
  }
  .breadcrumb a:nth-child(3) span:after {
    border-left-color: #bae996;
  }
  .breadcrumb a:nth-child(4) span {
    background: #c8edab;
  }
  .breadcrumb a:nth-child(4) span:after {
    border-left-color: #c8edab;
  }
  .breadcrumb a:nth-child(5) span {
    background: #d6f2c0;
  }
  .breadcrumb a:nth-child(5) span:after {
    border-left-color: #d6f2c0;
  }
  .breadcrumb a:nth-child(6) span {
    background: #e4f6d5;
  }
  .breadcrumb a:nth-child(6) span:after {
    border-left-color: #e4f6d5;
  }
  .breadcrumb a span:hover {
    background: #467f1b;
  }
  .breadcrumb a span:hover:after {
    border-left-color: #467f1b;
  }
}

.createpage, .onlyedit {
  display: none;
}

.inedit .onlyedit {
  display: block;
}

li.inactive .createpage {
  display: block;
}

li.inactive .createsub {
  display: none;
}

li.active .createsub {
  display: block;
}

/* login */
.login .field label, .forgotten .field label {
  display: block;
  margin-bottom: 2px;
}

.login .field input, .forgotten .field input {
  width: 100%;
  float: none;
}

.forgottenbtn {
  margin-bottom: 10px;
}

.login .field, .forgotten .field {
  margin-bottom: 10px;
}

.login .extralinks, .forgotten .extralinks {
  margin: 12px 0;
}

.forgotten .fdesc {
  font-size: 0.9em;
  margin-bottom: 5px;
}

.valsum ul li {
  color: Red;
}

.valsum ul {
  list-style: none;
  clear: right;
  padding: 0;
  margin: 0;
  width: 100%;
}

input[type="submit"] {
  background: #69BE28;
  color: #ffffff;
  float: left;
  font-weight: bold;
  margin-left: 0;
  padding: 5px 10px;
  width: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
}

.extralinks a, .forgotten a {
  margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */