/*
 * All CSS for the public and boardpersonel parts of the project DWOQ Direct
 * should be placed here. This files is included in the layout, application.html.erb.
 * CSS that are reusable such as buttons, boxes etc. should be placed in components.css.
 */


body {
	background:url(/assets/kund/kundbg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#e3ded9;
	
	font-family: 'PT Sans', sans-serif; 
}

.placeholder {
    color: #ADABAA;
}

#error_explanation ul { margin-bottom: 0; }

.center { margin-left: auto; margin-right: auto; display:block;}
.user-status { padding: 0 0 10px 0; }

.container { margin-top: 90px; }
.container.free { margin-bottom: 90px; margin-top: 30px; }


h1, h2 {
  color: #fff;
  font-weight: bold;
  font-family: Verdana; 
}

.header { margin-bottom: 20px; }
.header .left { float: left;}
.header.styrelse .left {  width: 250px; }
.header h2 { float: left; }
.header.styrelse h1 { padding: 0; }
.header.styrelse {
    position: relative;
    box-shadow: none;
    background: none;
}
.row.blurb p { color: #fff; font-weight: 500; font-size: 14px; }

.middle { text-align: center; max-width:360px; margin:0 auto; }
.middle h1 { font-family: 'PT Sans', sans-serif; font-size: 38px; }
.info { float: right; color: #fff;  }
.info p { padding: 0 10px; font-size: 15px; font-weight:300;}
.info p.secondary { float: right; }
.info p.main { background-color: rgba(255,255,255,0.1); padding: 7px 20px; }

.rounded { border-radius: 5px; }

.indexannounce { 
  padding-top: 50px;
}

.indexannounce p { 
  color: #fff;
  font-family:"Ubuntu";
  line-height: normal;
}

.indexannounce_header p {
  font-size: xx-large;
  font-weight: bold;
}
.indexannounce_contact p {
  font-size: x-large;
}
/*****************************
	FORMS
*/
  
input, textarea, select {
	margin: 6px 0 0 0;
	padding: 6px 12px;
	border: 1px solid #CCC;
	background: #F4F1EF;
	background: -moz-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 241, 239, 1)), color-stop(100%, rgba(250, 247, 246, 1)));
	background: -webkit-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -o-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -ms-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f1ef', endColorstr='#faf7f6',GradientType=0 );
	-webkit-box-shadow: inset 1 0 1px #EDEAE9;
	-moz-box-shadow: inset 1 0 1px #edeae9;
	box-shadow: inset 1 0 1px #EDEAE9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #ADABAA; 
	outline: none;
	transition: outline, box-shadow 0.25s ease-in-out;
	-webkit-transition: outline, box-shadow 0.25s ease-in-out;
	-moz-transition: outline, box-shadow 0.25s ease-in-out;
}
.win select {
    padding: 0 12px;
}
.firefox select, .ie select {
    font-size: 10px;
}

label, span {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #ADABAA;
}

select {
    display: inline;
    margin: 0;
    width: 420px;
}

.send-to label{
    padding-right: 5px;
}

.file-field-container {
    position:relative;
    margin-top: 10px;
}
.file-field-btn {
    float: left;
}
.file-field-hidden {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
}

.file-field-label {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #ADABAA;
    float: left;
    margin-left: 10px;
    line-height: 28px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 340px;
}

.file-field-container .file-field-label{
  overflow:inherit;
  float:none;
  line-height:39px;
  display: block;
  margin-left:174px;
}

.file-field-container div.max-size{
  color:#ADABAA; float:right; width:60px; line-height: 39px;
}

input { height: 24px;}
input:focus,
textarea:focus {
  border: 1px solid #9ec177;
  outline: 0;
  outline: thin dotted \9; /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 194, 119, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 194, 119, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 194, 119, 0.6);
}

#new_issue_report { margin: 0 25px 25px 25px; }
.well {padding:30px; margin:0 25px; background: #FAF8F6;}




.fill {width:94%;}
form .half { width: 222px; }
form .half.first { margin-right: 11px; float:left; }
form .whole { width:481px;}

.field_with_errors input, .field_with_errors textarea {
	border:1px solid #D42;
}

.btn-larger {
	margin-left: 144px;
	width: 220px !important;
	font-size: 24px;
}


.ui-autocomplete { max-height: 150px; overflow-y: auto; overflow-x: hidden;}
.ui-helper-hidden-accessible { display:none; }

ul.ui-widget{
	margin: 6px 0 0 0;
	font-size: 12px;
	border: 1px solid #CCC;
	background: #F4F1EF;
	background: -moz-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 241, 239, 1)), color-stop(100%, rgba(250, 247, 246, 1)));
	background: -webkit-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -o-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: -ms-linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	background: linear-gradient(top, rgba(244, 241, 239, 1) 0%, rgba(250, 247, 246, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f1ef', endColorstr='#faf7f6',GradientType=0 );
	-webkit-box-shadow: inset 1 0 1px #EDEAE9;
	-moz-box-shadow: inset 1 0 1px #edeae9;
	box-shadow: inset 1 0 1px #EDEAE9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:481px;
}

li.ui-menu-item{
	list-style: none;
}

a.ui-corner-all{
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #ADABAA; 
	outline: none;
	cursor: pointer;
	line-height: 1.5em;
	padding: 0px 20px 0 12px;
}

a.ui-state-focus,
a.ui-state-hover{ 
	background-color: #8DCA7A;
	color:#fff;
	display:block;}
	
	
	
/*******************
	Puffar
*/

.puff { 
  width: 180px;
  margin-top: 10px;
  margin: 10px 10px 0 10px;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.11); text-align: center;
}

.puff p {
  padding: 20px;
  border-top: solid 1px #e3ded8;
  text-align: left;
  margin: 0;
  color: #656565;
  font-size: 14px;
  height: 70px;
}

.styrelse-container .puff p { 
  border: 0;
  padding: 0px 15px;
  text-align: center;
}

.puff .puff-image {
  height: 200px;
}

.first-page .puff img {
  height: 200px;
}

.styrelse-container .puff .puff-image {
  height: 183px;
}

.styrelse-container .puff img {
  max-height: 183px;
}

.puff a {
  text-decoration: none;
}

.puff button { 
  width: 160px; 
}

.puff a button {
  font-weight: bold;
}

.styrelse-container .puff a, 
.styrelse-container .puff a button {
  width: 164px; 
  font-size: 17px; 
  margin-top:10px;
}


/*******************
	Tackruta
*/

.thankyou {
  padding-top: 55px;
  color: #aaa;
}

.thankyou h1 {
	font-family: "Ubuntu";
	font-size:55px;
	color:#777;
	margin-bottom:29px;

}

.thankyou p {
  font-size: 16px;
  margin-bottom:16px;
}

.thankyou .joined-id {
  font-family: "Ubuntu";
  font-size:26px;
  display:inline-block;
  margin:10px auto;
}

/**************
	Login form
*/
.form-lostpwd {
	color: #888;
	display:inline-block;
	margin:23px 0 6px 0;
	font-size: 14px;
	padding:0 15px;
}


/*******************
	Forgot Password 
*/

.forgotpass { color: #aaa; }

.forgotpass a {
  margin-top:6px;
}

.forgotpass-buttons {
  margin-top:20px;
}

.forgotpass-container { width: 400px; margin: 20px auto; padding: 55px 30px 48px;  color: #aaa; }


/******************
	Set colors for dropdowns, especially user-status.
*/
.user-status .dropdown-menu li a:hover {
    background-color: #5bb75b;
}
.user-status .dropdown-menu li.disabled a{
  cursor:default;
  color:#666;
}
.user-status .dropdown-menu li.disabled a:hover{
  background-color:#fff;
  color:#666;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(255,255,255,0.1);
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  cursor: pointer;
  background-color: rgba(255,255,255,0.1);
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link.dropdown-toggle,
.btn-group.open .btn-link.dropdown-toggle,
.btn-link:hover,
.btn-link:focus {
  background-color: rgba(255,255,255,0.1);
}

.btn.board-back{
  background: rgba(255,255,255,0.1);
  margin-right: 10px;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

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

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

html.hero_reports,
body.hero_reports,
body.hero_reports>div.container,
.report-container
{ height:100% }


.styrelse-container, .report-container { margin-bottom: 50px; }

iframe#hero-report { border: none; width: 100%; height: 100%; margin-bottom: 50px; }
iframe#attest-report { border:none; margin-bottom: 50px; }

.realestate-info { padding: 5px 0; }
#realestate-owner-name { display: inline; }

.tinyinfo { margin-top: 5px;}

span.new-report-label {
  color: #ADABAA;
}

/** SUNE REPORTS */

.sune-report-wrapper {
    box-sizing: border-box;
    width: 900px;
    padding:20px;
    margin: 0 auto;
}
.sune-report-wrapper h3 {
    margin-bottom: 20px;
    line-height: 27px;
    color: #606060;
}
.sune-report-header {
    font-size: 18px;
    line-height: 27px;
    color: #606060;
}

#order-data hr {
    border-top: 1px solid #e3e3e3;
    margin: 18px 0;
}
.sune-report-body {
    padding: 15px;
}

.sune-report-buttons {
    padding: 0 15px;
}
.sune-report-buttons .btn { margin-left: 10px; font-weight: normal; }

.sune-report-buttons label {
    line-height: 50px;
}

.faq .accordion-heading{
	background: #5bb75b;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 );
}

.faq a
{
 text-decoration: none
}

.faq h3, span {
	color: white;
	font-size: 16px;
}

.faq .accordion-heading .accordion-toggle {
    padding: 4px 10px;
  }

.header-span15 {
	width: 1150px;
}
.first-page {
	margin-left: -110px;
	margin-right: -110px;
}
.first-page-header {
	height: 112px;
}
.first-page-header .left, .first-page-header .info {
	display: inline;
}
.first-page .introduction {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.first-page-arrows {
	height: 112px;
}
.first-page-announce {
	height: 27px;
}

/* Link to wiki on landing page */
.media-wiki-img {
  height: 60px;
  width: 60px;
  transition: ease-in-out 200ms;
}
.media-wiki-img:hover {
  transform: scale(1.1);
}

