html,body {
	width: 100%;
	height: 100%;
}

body {
    background: url(/img/clouds_fog_forest.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content-wrapper {
	padding: 54px 0px 0px 0px;
    overflow-y: auto;
    height: 100%;
}

.no-padding {
	padding: 0;
}

#error-field {
	color: white;
	background-color: #D9534F;
	font-weight: bold;
	padding: 9px;
	display: none;
}

#error-message {
	display: inline;
}

#error-close {
	display: inline;
	border: 0;
	background-color: transparent;
	color: black;
	opacity: 0.5;
	font-weight: bold;
	font-size: 18px;
}

.use-pointer {
	cursor: pointer;
}

.inline-spacing {
	margin-right: 10px;
	margin-bottom: 10px;
}

.panel-primary {
	border-color: #90B630;
}

.panel-primary>.panel-heading {
	border-color: #90B630;
    border-bottom: 2px solid #90B630;
}

.panel-heading {
	background-image: url("../img/Meny-top.jpg");
    border-bottom: 2px solid #90B630;
}

.panel-default>.panel-heading {
    color: white;
}

#signed-in-as {
	padding-right: 20px;
}

button>.glyphicon {
	padding-right: 6px;
}

.btn-group {
    margin-right: 10px;
	margin-top: 3px;
    height: 49px;
}

#logo {
    padding: 0;
}

.foran-loader {
	width: 100%;
	height: 6px;
	display: none;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 4px;
}

.foran-loader:before {
	content: "";
	margin-top: 2px;
	background-color: #a5cd43;
	animation-name: loader-animation;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: block;
	width: 0;
	height: 2px;
	position: relative;
}

.foran-loader:after {
	content: "";
	height: 6px;
	width: 6px;
	margin-top: -4px;
	background-color: #a5cd43;
	animation-name: loader-blip-animation;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: block;
	position: relative;
}

@keyframes loader-animation {
	0% { width: 0; left: 0; }
	12% { width: 0; left: 0; }
	25% { width: 50%; left: 0; }
	42% { width:50%; left: 50%; }
	50% { width:0; left: 100%; }

	62% { width:0; left: 100%; }
	75% { width: 50%; left: 50%; }
	92% { width: 50%; left: 0; }
	100% { width: 0; left: 0; }
}

@keyframes loader-blip-animation {
	0% { left: 0; }
	12% { left: 0; }
	25% { left: 50%; margin-left: -3px;}
	42% { left: 100%; margin-left: -6px; }
	50% { left: 100%; margin-left: -6px;}

	62% { left: 100%; margin-left: -6px;}
	75% { left: 50%; margin-left: -3px;}
	92% { left: 0; }
	100% { left: 0; }
}

.alert, .list-group, .list-group-item, .form-control {
	border-radius: 0 !important;
}

.alert-success, .list-group-item-success {
	background-color: #e3edcb;
	color: #637d21;
}

.stack-section {
	margin-bottom: 15px;
}

button>span[class^="icon-"], button>span[class*=" icon-"] {
	margin-right: 4px;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #FFFFFF;

}

.table-hover>tbody>tr:hover {
	background-color: rgb(245,245,245);
}

#form-content {
	max-height: 100%;
	overflow: auto;
}

#show-advanced-options {
	margin-bottom: 10px;
}

#advanced-options {
    margin-bottom: 10px;
}

.modal-xl {
	width: 90%;
}

.modal-content {
	border-radius: 0;
}

.modal-table {
	display: table;
	width: 100%;
}
.modal-table-row {
	display: table-row;
	width: 100%;
	clear: both;
}
.modal-table-col {
	display: table-column;
	width: 50%;
	float: left;
	padding-right: 10px;
}
.modal-table-col>img{
	float: left;
}
.example-img {
	margin-right: 10px;
	margin-top: 22px;
	margin-bottom: 22px;
	height: 256px;
}

.example-img-fill-width {
	width: 100%;
}

.legend-padding {
	float:left;
	width: 140px;
	height: 300px;
}

.legend-padding-xl {
	float:left;
	width: 200px;
	height: 300px;
}

.modal-product-info-text {
	margin-top: 20px;
}

#monitor-progress-bar-wrapper{
	width: 100%;
}

#monitor-progress-bar {
	min-width: 35px;
	background-color: #a5cd43;
}

#show-transaction-link {
	margin: 15px;
	display: block;
}