/* customizations for HelTech */
/* HelTech Communication AB 2015-05-16 */
/* Stefan Helander, stefan@heltech.se */
/* +46 708 788 992 */

/* HelTech 
light blue = #e7f0f5, blue = #042672, dark blue = #2f6594
light orange = #ef954b, orange = #d86c30, dark orange = #d86c30
light grey = #989898, grey = #595959, dark grey = #323232
*/

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Lobster);

/* general */

body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

img {
  max-width: 100%; /* no leaking outside any containers */
}

iframe {
  max-width: 100%; /* we are going responsive here, no leaking outside container please */
}

/* sticky footer */
html, body {
  height: 100%;
}

.t3-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Pad down footer by it's height */
  padding-bottom: 310px;
  position: relative;
}

.t3-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; 
} 

@media screen and (max-width: 768px) {
  .t3-wrapper {
    position: inherit;
    padding: inherit;
  }
  
  .t3-footer {
    position: inherit;
    bottom: none;
    left: none;
    right: none;
  }
}

/* header */
div.headerwrapper {
  width: 100%;
  /* height: 200px; */
  background-color: #e7f0f5;
}

header#t3-header.container {
  height: 100%; /* so it fills the wrapper */
  /* background-image: url('../../../images/Webhotel24_illustration.png'); */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

div.logo {
  /* margin-top: 110px; */
}

/* menu */
.navbar-default { /* the navbar */
  background-color: #042672;
  border-color: #ffffff;
  border-width: 5px;
  min-height: initial;
}

.navbar-default .navbar-nav > li > a { /* menu items */
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { /* active */
  color: #ffffff;
  background-color: #2f6594;
  margin-left: 1px; /* make vertical bar visible */
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { /* hover */
  background-color: #2f6594;
  color: #ffffff;
}

.t3-megamenu > .nav > li:first-child > a {
  background-image: url('../../../images/home_white40px.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  color: transparent;
}

.t3-megamenu > .nav > li:first-child > a:hover {
  background-image: url('../../../images/home_blue.png');
  color: transparent;
}

.t3-megamenu ul li::before {
  content: "|";
  color: #fff;
  float: left;
  text-align: center;
  padding-top: 5px;
  margin-left: -3px;
}

.t3-megamenu ul li:first-child::before {
  content: "";
}

/* phone menu */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  color: #fff; /* menu bars */
}

/* modules and page headers */
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.t3-banner-1 h1, .article-title { /* banner-1 used for content heading */
  font-size: 18px;
}

.t3-banner-1 h1, h3.module-title, div.start-referenser h3, .article-title, .article-title a {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #99d0e1;
  text-align: center;
  /* padding-left: 10px; */
  line-height: 35px;
}

@media screen and (max-width: 992px) {
  .t3-banner-1 h1, h3.module-title, div.start-referenser h3, .article-title, .article-title a { 
    text-align: center;
  }
}

.t3-spotlight-1 h3.module-title, .article-title, .article-title a { /* modules in position-1, -2, and -3 */
  background-color: #2f6594;
}

.t3-banner-1 h1, .t3-spotlight-2 h3.module-title, div.start-referenser h3 { /* modules in position-5, -6 and -7 */
  background-color: #2f6594;
}

div.module-inner img {
  max-width: 100%; /* no images outside the box */
  height: auto;
}

/* module self service */
.sslogin {
  margin-bottom: 30px;
}

form#cplogin, 
form#wmlogin {
  margin-bottom: 20px;
}

form#cplogin ::-webkit-input-placeholder,
form#wmlogin ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #c3c3c3;
}
form#cplogin :-moz-placeholder,
form#wmlogin :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c3c3c3;
   opacity:  1;
}
form#cplogin ::-moz-placeholder,
form#wmlogin ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c3c3c3;
   opacity:  1;
}
form#cplogin :-ms-input-placeholder,
form#wmlogin :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #c3c3c3;
}

form#cplogin input,
form#wmlogin input {
  display: inline;
}

form#cplogin input[type="text"], 
form#wmlogin input[type="text"] {
  width: 80%;
  background-color: #eee;
  color: #000;
}

form#cplogin input[type="password"], 
form#wmlogin input[type="password"] {
  display: none;
}

form#cplogin input#loginButton, 
form#wmlogin input#loginButton {
  width: 15%;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 40px;
  background-color: transparent;
  color: transparent;
}

form#cplogin { /* control panel */
  
}

form#cplogin strong {
  color: #d86c30;
  font-size: 18px;
}<tr style="display: none;">
<td><strong>Timbank 5 timmar</strong><br /><em>5 timmar förbetalt arbete, motsvarar 790 kr/timme</em></td>
<td>3950 kr</td>
</tr>

form#cplogin input#loginButton {
  background-image: url('../../../images/pil-right-yellow.png');
  background-repeat: no-repeat;
  height: 34px;
  background-size: 17px;
}

form#wmlogin { /* webmail */
  
}

form#wmlogin strong {
  color: #2f6594;
  font-size: 18px;
}

form#wmlogin input#loginButton {
  background-image: url('../../../images/pil-right_blue.png');
  background-repeat: no-repeat;
  height: 34px;
  background-size: 17px;
}

/* module latestnews */
ul.latestnews li {
  margin-bottom: 10px;
}

/* module läs mer */
div.readmorebox {
  background-color: #d86c30;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

div.readmorebox a {
  color: #fff;
}

div.readmorebox p {
  margin: 0;
}

.t3-sl-1 {
  padding-bottom: 0;
}

.t3-sl-2 {
  padding-top: 0;
}

/* content */ 
.t3-mainbody {
  margin-top: -25px;
  /* min-height: 800px; /* quick n dirty footer glue :) */
}

@media screen and (max-width: 768px) {
  .t3-mainbody {
    min-height: initial; /* quick n dirty footer glue :) */
  }
}

.article-image {
  margin-bottom: 20px;
}

/* referenser scroller */
div.start-referenser h3 {
  font-family: 'Lobster', cursive;
  font-size: 20px;
  color: #000000;
  text-transform: none;
}

div.start-referenser div.scroller > div {
  width: 100%;
  text-align: center;
  background-color: #f6f9fb;
}

div.start-referenser ul.weblinks {
  list-style-type: none;
}

div#m1 { /* scroller */
  margin-top: 10px;
  margin-bottom: 10px;
}

.scroller {
  position: relative;
  height: 390px;
  overflow: hidden;
}

/* footer */
/* .t3-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
} */

.t3-footer a {
  color: #ffffff;
  text-decoration: underline;
}

.t3-footnav h3.module-title {
  background-color: transparent;
  text-align: left;
  color: #ffffff;
}

.t3-footnav h3.module-title span {
  color: #ffffff;
}

div.copyright {
  text-align: center;
}

section.t3-copyright {
  display: none;
}

.footer-partner img {
  max-width: 100%;
  margin-bottom: 20px;
  /* clear: both; */
}
.footer-partner p {
  display: table;
}

/* rsform */

div.formBody input, div.formBody textarea { /* form fluid */ 
  width: 100%; 
}

div.formBody img { /* captcha image should not resize */
  width: 70px ! important;
}

div.formBody input[type=text] {
  height: 30px;
}

/* div.formBody input#Send { /* send button */ 
  /* width: 100%; 
} */

strong.formRequired {
  color: #999;
}

/* rsform html5 responsive */
/* must use important because the order of loading css files seems to be random */

.formResponsive .formHorizontal .formControlLabel { /* always labels above field */ 
  float: none ! important;
  width: auto ! important;
  padding-top: 0 ! important;
  text-align: left ! important;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0 ! important;
}

.formResponsive .formHorizontal .rsform-block { 
  margin-bottom: 0 ! important;
}

.formResponsive label {
  height: initial ! important;
  width: 90% ! important;
  margin: 0px 5px 15px 0 ! important;
  float: left ! important;
  padding: 0px ! important;
}

.formResponsive select {
  width: 100% ! important;
}

/* phoca documentation */
.ph-document, .ph-category {
  line-height: 30px;
}

/* djcookiemonster */
div#djckm { /* publish in bottom to not interfere w google but position on top by css */
  /* top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute ! important; 
}

#djckm.djckm-top .djckm-wrapper, #djckm.djckm-bottom .djckm-wrapper {
  /* background: url(../images/djckm/bg.png) 0 0 repeat ! important; */
}

#djckm.djckm-top .djckm-content .djckm-content-in .djckm-pad, #djckm.djckm-bottom .djckm-content .djckm-content-in .djckm-pad {
  padding: 40px;
}

div.djckm-header-in, a#djckm-confirm span {
  color: red;
  font-size: 16px;
  font-weight: normal;
  text-align:left;
  
}

#djckm-confirm {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  
}

#djckm.djckm-top .djckm-content .djckm-content-in .djckm-pad, #djckm.djckm-bottom .djckm-content .djckm-content-in .djckm-pad {
  font-size: 16px;
  line-height: 32px;
  color: black;
}

/* content specific */
/* priser */
.priser table {
  width: 100%;
  border: 1px solid #042672;
  margin-top: 20px;
  margin-bottom: 20px;
}

.priser table th, .priser table td {
  padding: 5px;
}

.priser table th {
  background-color: #042672;
  color: #ffffff;
  text-transform: uppercase;
}

.priser table tr:nth-child(even) {
  background-color: #e7f0f5;
}

.priser table tr:nth-child(odd) {
  background-color: #fff;
}

.priser table tr td:first-child {
  width: 70%;
}

.priser table tr td:last-child {
  text-align: right;
}

/* swm link */

.swmlink {
  position: fixed;
  bottom: 0;
  right: 10px;
  text-align: right;
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  color: #647587;
  opacity: 0.8;
  margin-bottom: 0px;
}

/* bt social share */
.bt-social-share.bt-social-share-below {
  margin-top: 30px;
}

/* article images */
.item-image,
.article-image,
.article-image-full, 
.img_caption img {
  max-width: 100%;
}
