.brvrow, .cptrow {
  display: none !important;
}

a.button {
  display: inline-block;
  padding: 8px 15px;
  background: #000;
  color:#fff;
  font-weight: bold;
  text-align: center;
  transition:background-color ease 500ms;
}
a.button:hover,
a.button.selected {
  background: #D46061
}
.left {
  float:left;
}
.right {
  float:right;
}

input[type=text],
textarea,
select {
  width: 100%;
  padding:5px 8px;
  line-height: 18px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  border:1px solid #aaa;
}
input::-webkit-input-placeholder {color: #444;}
input:-moz-placeholder { color: #444;  }
input::-moz-placeholder { color: #444;  }
input:-ms-input-placeholder {  color: #444;  }

#content {
  max-width:980px;
  margin:0 auto;
  padding:0 3%;
}
#content .intro {
  color: #7D1520;
  margin-top:10px;
  font-size: 120%;
  line-height: 160%;
}
#content .intro a {
  color: #7D1520;
  text-decoration: underline;
}
#content .intro a:hover {
  text-decoration: none;
}
#content .selection {
  margin-top: 20px;
}
#content .selection h2 {
  margin-bottom: 20px;
}
#content .selection .left,
#content .selection .right {
  width:49%;
}
#content .selection .left .inputarea {
  background:#CAD9DE;
}
#content .selection .left h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#content .selection .left .inputarea .inputdiv {
  border-bottom: solid 1px #fff;
  padding:13px 20px; 
}
#content .selection .left .inputarea .inputdiv select {
  width:100%;
}
#content .selection .left .inputdiv.type a {
  margin-right:20px;
}
#content .selection .dag {
  display:none;
}

#content.print .selection .shows .left,
#content.other .selection .shows .left {
  float: none;
  width:100%;
}
#content.print .selection .shows .right,
#content.other .selection .shows .right {
  display: none;
}
#content.digitalt .selection .shows .left {
  width:49%;
}
#content.digitalt .selection .shows .right {
  display: block;
  width:49%;
}

#content .selection .modsel {
  width:49%;
}

#content .selection .result {
  position: absolute;
  bottom: 0;
  padding:15px 20px; 
  width: 100%;
}

#content .selection .result h3 {
}

#content .selection .result > div {
  padding:10px 0;
  border-bottom: solid 1px #000;
  font-weight: bold;
}
#content .selection .result a.button {
  background: #D46061;
  margin-top:20px;
  width: 100%;
}
#content .selection .result a.button:hover {
  background: #CF2C2D;
}

#content .basketdiv {
  background: #CAD9DE;
  padding: 20px;
  margin-top:20px;  
}
#content .basket {
  background: #fff;
  min-height:30px;
  margin-top:10px;
  padding: 10px 10px 0 10px;
  font-size: 120%;
}
#content .basket .ad {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
#content .basket .ad * {
  vertical-align: middle;
}
#content .basket .ad a.sel {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 20px;
  height:30px;
  line-height: 30px;
}
#content .basket .ad a.del {
  display: inline-block;
  background: #D46061 url(/gfx/x.png) no-repeat;
  background-position: center;
  height:30px;
  width:30px;
  transition:background-color ease 500ms;
}
#content .basket .ad a.sel:hover {
  background: #D46061;
}
#content .basket .ad a.del:hover {
  background-color: #CF2C2D;
}
#content .basket .ad a {
  transition:background-color ease 150ms;
}

.jobbinfo {
  padding:15px 20px;
  line-height: 150%;
  font-size: 120%;
}
.jobbinfo a {
  color:#7D1520;
}
.jobbinfo ul {
  margin-top:0;
}

.total {
  background: #fff;
  margin: 20px 0;
  color: #D46061;
  position: relative;
  padding:20px 20px 30px 20px;
}
.total h2 {
  color: #D46061;
  margin-bottom: 10px;
}
.total .result {
  width: 49%;
  font-size: 120%;
  padding-right: 10px;
}
.total .result > div {
  padding:15px 0;
  border-bottom: solid 1px #D46061;
  font-weight: bold;
}

#offertinfo {
  background: #CAD9DE;
  margin:20px 0;  
  padding: 20px;
}
#offertinfo h2 {
  margin-bottom: 20px;
}
#offertinfo .left {
  float: left;
  width: 49%;
}
#offertinfo .right {
  float: right;
  width: 49%;
}
#offertinfo .section {
  border-top: solid 1px #fff;
  padding-bottom:20px;
  margin-top:5px;
}
#offertinfo .col > div {
  margin-top:20px;
}
#offertinfo .col h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
#offertinfo .freetext {
  height:164px;
}
#offertinfo label {
  white-space: nowrap;
}
#offertinfo  .villkor {
  height:86px;
}
#offertinfo .createpdf {
  margin-top:16px;
  width: 100%;
}

#offertinfo a.createpdf {
  background: #D46061;
  margin-top:16px;
  width: 100%;
}
#offertinfo a.createpdf:hover {
  background: #CF2C2D;
}



/*** Chosen ***/
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  border-radius: 0;
  padding:5px 8px;
  height: auto;
  line-height: 18px;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 6px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}


@media(max-width: 980px) {
  #content .selection .left .outerratio {
    width:auto;
    padding-bottom:0;
    position: relative;
  }
  #content .selection .left .innerratio {
    position: static !important;
  }

  #content .selection .result {
    position: static;
  }
}

@media(max-width: 500px) {
  h2 {
    font-size: 180%;
  }
  h3 {
    font-size: 140%;
  }
  #content .selection .left,
  #content .selection .right {
    float: none;
    width: 100%;
  }
  #content .selection .right {
    margin-top: 20px;
  }
  #content .selection .left .inputdiv.type span {
    margin: 0 5px;
  }

  #content .selection .shows.desktop .left {
    float: none;
    width:100%;
  }
  #content .selection .shows.desktop .right {
    float: none;
    width:100%;
    border-top: solid 1px #fff;
    padding-top: 13px;    
  }
}

@media(max-width: 430px) {
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 120%;
  }
  #content .selection .left .inputdiv.type span {
    margin: 0 5px;
  }
  #content .basket .ad {
    font-size: 70%;
  }
  .total .result {
    width: 100%;
  }
  .total .result.left,
  .total .result.right {
    float:none;
  }
}
