/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/

.scrollspy-example {
height: 200px;
overflow: auto;
position: relative;
}


/* Body and structure
-------------------------------------------------- */
:focus {outline: none;}
body {
  position: relative;
  padding-top: 70px;
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}

section {
padding-top: 30px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #5E1B6B;
padding: 17px 0 0;
}

.navbar .brand {
	color:#FFF;
	font-size:36px;
	width: 300px;
	height: 45px;
	padding: 0;
	margin-top:5px;
	margin-left: 100px;
	margin-bottom: 10px;
	text-shadow:none;
	border:0;
}

.navbar .divider-vertical {
border-left: 1px solid #b3b3b3;
border-right: medium none;
}


/* Jumbotrons
-------------------------------------------------- */

/* Screen 
------------------------ */
#screen {
	display: block;
	width: 636px;
	height: 482px;
	top: 278px;
	left: 50%;
	margin-left: -318px;
	position: absolute;
	z-index: 2;
	background:  no-repeat;
}
#screen form {
	padding: 220px 133px 0;
	color: white;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
#screen label {
	font-size: 12px;
}
#screen input.span2, textarea.span2, .uneditable-input.span2 {
/*width: 156px;*/
width:370px;
padding: 4px 6px;
}
#screen .span2 {
width: 170px;
}
#screen .row {
margin-left: -30px;
}
#screen [class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
}
#screen input[class*="span"] {
float: none;
margin-left: 0;
}
#screen .offset1 {
margin-left: 130px;
}

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  height: 400px;
  padding: 30px 0 10px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: url(bg.jpg) no-repeat center center;
}
.jumbotron h1 {
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.jumbotron .btn {
	width: 170px;
}


/* Masthead (docs home)
------------------------- */
.masthead {
  margin-bottom:0px;
  color: #fff;
}
.masthead p {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.25;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  height: auto;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}

/* Marketing section of Overview
-------------------------------------------------- */

.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 20px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #999;
}
.marketing img {
  display: block;
  margin: 0 auto 30px;
}

/* Prices
-------------------------------------------------- */

#prices ul {
	margin: 30px 0;
	min-height:120px;
}
#prices li {
	line-height: 25px;
}
#prices .violator {
	background-image: url(../img/mostpopular_violator.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.btn-xlarge .btn {
display: block;
width: auto;
padding: 19px 24px;
margin-bottom: 27px;
font-size: 30px;
line-height: 1;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.productinfo h1 {
	font-size: 60px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 15px;
}

/* Autocomplete
-------------------------------------------------- */

.ui-autocomplete {
  position: absolute;
  height: 200px;
  overflow-x: auto;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  }
  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    color: #555555;
    white-space: nowrap;
    }
 .ui-state-hover, .ui-state-active {
      color: #ffffff!important;
      text-decoration: none!important;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
      cursor: pointer;
    }

/* Sidebar
-------------------------------------------------- */
#sidebar i {
	float: right;
	
}
#sidebar li a {
	padding: 8px 15px;
}

#sidebar .affix-top {
	margin-top: 20px!important;
}
#sidebar .affix {
	top: 88px;
}

/* Footer
-------------------------------------------------- */

.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}


/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.example:after {
  content: "Exempel";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}


/* Responsive
-------------------------------------------------- */


/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  .navbar .brand {
	margin-left: 15px;
}
  .masthead h1 {
    font-size: 34px;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
.affix {
	top: 20px!important;
	position:fixed;
}
}


/* Tablet
------------------------- */
@media (max-width: 767px) {

  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
.navbar .brand {
	margin-left: 15px;
}
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 20px 20px 0px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
    height: auto;
  }
  .masthead h1 {
    font-size: 21px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 14px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
  .masthead {
  margin-bottom: 0;
}
.affix {
	top: 20px!important;
	position:relative;
}

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }
  .masthead {
  margin-bottom: 0px;
  }
.navbar .brand {
	margin-left: 15px;
}
  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 21px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 14px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 40px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}
