﻿.texter {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 12px;
}

.logo {
	color: black !important;
	text-decoration: none !important;
}

	.logo div {
		margin-top: 2px;
		margin-left: 55px;
		font-size: 1.6em;
		font-family: Georgia,​ Times New Roman,​ Palatino,​ Times, ​serif;
		margin-bottom: 0.3em;
	}

.header-right {
	margin-top: 1em;
}

.content {
	margin-top: 1em;
}

.start-box {
	padding: 2em 0 2em 0;
	color: black !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 5em;
	font-weight: bold;
	background: none; /* the standard */
	border: 1px solid #CCD4E4;
	-webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.0);
	background-color: #F6F6F6;
}

a.start-box:hover {
	background-color: #f2fafe;
}

.search-area input[type='text'] {
	width: 90%;
}

.new-link {
	margin-top: 1em;
	font-size: large;
}

	.new-link a {
		color: #0088CC !important;
	}

.checkbox-list li {
	display: inline-block;
	list-style: none;
	width: 25em;
	padding-right: 10px;
	white-space: nowrap;
	margin-top: 0.5em;
	line-height: none;
}

	.checkbox-list li input {
		margin-top: 0px;
	}

	.checkbox-list li label {
		padding-left: 0.5em;
		margin-bottom: 0px;
		vertical-align: middle;
	}

.text-error {
	color: #b94a48;
	font-weight: bold;
}

#fs-edit label {
	margin-top: 10px;
}

#fs-edit input[type="text"], #fs-edit textarea, #fs-edit input.custom-combobox-input, #fs-edit select {
	margin-bottom: 2px;
}

.well-light {
	background: #FEFEFE;
}

hr.thick {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #DDDDDD -moz-use-text-color #FFFFFF;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-style: solid none;
	border-width: 2px 0;
	margin-bottom: 10px;
	margin-top: 5px;
}

hr.ruler-thin {
	margin-bottom: 10px;
}

.label-div {
	padding-top: 0.5em;
}

.top-buffer {
	margin-top: 12px;
}

.gammalt {
	color: #888888;
}

.sticky-fixed {
	position: fixed;
	top: 10px;
	z-index: 10;
	box-shadow: 4px 4px 10px #999;
}

.sticky-fixed-bottom {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 10;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 1px 1px 3px #999;
	background-color: white;
}

.alert ul {
	margin-bottom: 0;
}

.file-name {
	cursor: default !important;
	display: none\9;
}

.file-button {
	position: absolute !important;
	top: 1px !important;
	right: 16px !important;
	display: none\9;
}

.file-hidden {
	visibility: hidden;
	visibility: visible\9;
	height: 32px\9;
	width: 100%\9;
}

@media screen and (min-width:0\0) {
	.file-name {
		display: block;
	}

	.file-button {
		display: block;
	}

	.file-hidden {
		visibility: hidden;
		height: 0;
	}
}

label > input[type="checkbox"] {
	vertical-align: top;
}

a.btn-danger {
	text-decoration: none;
	color: white;
}

.btn {
	line-height: 18px;
}

.modal .modal-body {
	text-align: left;
}

#agreementModal .modal-dialog,
#agreementModal .modal-content {
    height: 600px;
}

#agreementModal .modal-body {
    max-height: 480px;
    overflow-y: scroll;
}

label.big {
	font-size: 1.5em;
}

.link-pdf {
	margin-right: 0 !important;
}

label.regular {
	font-family: Verdana, Arial, Helvetica;
	font-weight: 100;
	margin: 0;
	font-size: 12px;
}

	label.regular > input {
		vertical-align: text-bottom;
	}

/* styles for validation helpers */
.form-group.required .control-label:after {
	content: "*";
	/*color: #f00;*/
	margin-left: 4px;
}

.field-validation-error {
	color: #b94a48;
	display: block;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}


select.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #552727;
}

.validation-summary-valid {
	display: none;
}

.login {
	padding: 25px;
	padding-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.big-font {
	font-size: medium;
}

.extra-air {
	margin-top: 40px;
}

.login-info {
	margin-top: 15px;
}

.text-darkblue {
	color: #193D63;
}

.webbform-list .checkbox {
	font-size: 16px;
}

.headRow {
	font-weight: bold;
}

#divTopoContainer {
	margin-left: 14px;
	right: 14px;
	margin-bottom: 0;
}

#btnAddTopo {
	width: 100%;
}

.label-header {
	margin-bottom: 0;
}

	.label-header label {
		font-weight: inherit;
	}

#namn-val {
	margin-top: 0.5em;
}

.radio, .checkbox {
	font-size: 14px;
	margin-right: 1.5em;
}

.fieldset {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	background-color: #fbfbfb;
	border: 1px solid #ccd4e4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.fieldset hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}

/******* Undermeny-flikar *****************/
.nav-tabs > li > a,
.nav-tabs > li > a:visited {
	border-color: #dddddd;
	background: -moz-linear-gradient(#f1f5f8, #dbe7ef);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f5f8), color-stop(100%, #dbe7ef));
	background: -webkit-linear-gradient(#f1f5f8, #dbe7ef);
	background: -o-linear-gradient(#f1f5f8, #dbe7ef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f8', endColorstr='#dbe7ef');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f8', endColorstr='#dbe7ef')";
	background: linear-gradient(#f1f5f8, #dbe7ef);
	color: #0D5C91;
	padding-left: 24px;
	padding-right: 24px;
}

	.nav-tabs > li > a:hover {
		border-color: #dddddd;
		background: -moz-linear-gradient(#fefefe, #f1f1f1);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f1f1f1));
		background: -webkit-linear-gradient(#fefefe, #f1f1f1);
		background: -o-linear-gradient(#fefefe, #f1f1f1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f1f1f1');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f1f1f1')";
		background: linear-gradient(#fefefe, #f1f1f1);
	}

.nav-tabs > .active > a,
.nav-tabs > .active > a:visited,
.nav-tabs > .active > a:hover {
	border-bottom: 1px solid #ffffff;
	border-width: 5px 1px 1px !important;
}

.input-xs {
	height: 24px;
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

#divPdfTemplate {
	display: none;
}

.highlight {
	background: #FEC;
	border: 1px dashed;
}
.label-compact {
	display: block;
	margin-bottom: 0 !important;
	line-height: 1.1;
}

.helptext-compact {
	display: block;
	margin-top: 2px;
	margin-bottom: 6px;
	line-height: 1.2;
	font-weight: normal;
}