/*
 * 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; width: 950px; }
.container.free { margin-bottom: 90px; margin-top: 30px; }
.start-content { padding-left: 17px; padding-right:17px; }

h1, h2, #indexannounce { 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; }
.puff { width: 214px; margin-top: 10px; margin: 10px 10px 0 10px; background: #fff; padding: 20px 0; /*border: 1px solid rgba(1, 1, 1, 0.07);*/ box-shadow: 0 0 4px rgba(1, 1, 1, 0.11); text-align: center; }

.rounded { border-radius: 5px; }

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

.puff.small { width: 215px; height: 270px; margin-right: 11px; margin-bottom:28px; overflow:hidden; }
.puff.small p { 
	border:0;
	padding:0px 15px;
	line-height: 1.23em;
}

.start-content .puff img{
  height: 200px;
}

.small.list-order-eco p {padding: 15px 18px 7px;}
.small.list-technical p {padding: 9px 18px 11px;}
.small.hero p {padding: 15px 18px 0;}
.small.customer-card p {padding: 14px 18px 6px;}
.report-img { height:183px; }
.hero-img { margin-top:15px;}
.customer-card-img { margin-top:0; margin-bottom:3px; }
.list-technical-img { }
.list-order-eco-img { margin-top: 5px; }
#economic-issue-img { height:195px; }
#issue-report-img { height:195px; }


#indexarrows { display:block; margin:30px auto 20px;}
#indexannounce { font-size:37px; text-align:center; font-family:"Ubuntu";}
/*****************************
	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{
    display: inline;
    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_report, #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;}

.form-hr { margin:18px 0 12px -17px; width:106%; border: none; border-top: 1px solid #e3e3e3; }

.form-hr.even { margin:18px 0 18px -17px; }

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

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

.front-page-button { width: 156px; }
.board-page-button { width: 164px; font-size: 17px; margin-top:5px; font-weight:bold;}

.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;}
	
	
	
/*******************
	Tackruta
*/

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

h1.tack-h1 {
	font-family: "Ubuntu";
	font-size:55px;
	color:#777;
	margin-bottom:29px;
}
.tack-text { font-size:16px; margin-bottom:16px;}
.tack-num { font-family: "Ubuntu"; font-size:26px; display:inline-block; margin:10px auto; }
.tack-hr { width: 80px; border:none; border-top: 1px solid #ddd;}

.tack-container .back { padding-top: 10px; }

/**************
	Login form
*/
.login-hr { width: 172px; border:none; border-top: 1px solid #ddd;}
.login-hr.pull-left {margin:31px 0 0 -20px;}
.login-hr.pull-right {margin:31px -20px 0 0;}
.form-lostpwd {
	color: #888;
	display:inline-block;
	margin:23px 0 6px 0;
	font-size: 14px;
	padding:0 15px;
}


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

.forgotpass-container { width: 400px; margin: 20px auto; padding: 55px 30px 48px;  color: #aaa; }
.forgotpass-hr { width: 100%; margin:18px auto 13px; border:none; border-top: 1px solid #ddd;}


/******************
	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;
}

#reset-buttons {
	width:155px
}

#reset-buttons a {
	margin-top:6px;
}

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


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

.styrelse-container .span4 p
{
 text-align:center;
}
.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;}


/** 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;
}
