html,body {
	height: 90%;
}

body {
	/*padding-top: 140px;*/
	font-family: 'Arial', sans-serif;
}

.navbar {
	background-image:url("/img/topp.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -85px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #EAFADB;
}
/*
.btn-fee {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d0e8b8;
  *background-color: #d0e8b8;
  background-image: -moz-linear-gradient(top, #eaf5df, #cadbb8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaf5df), to(#cadbb8));
  background-image: -webkit-linear-gradient(top, #eaf5df, #cadbb8);
  background-image: -o-linear-gradient(top, #eaf5df, #cadbb8);
  background-image: linear-gradient(to bottom, #eaf5df, #cadbb8);
  background-repeat: repeat-x;
  border-color: #cadbb8 #cadbb8 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf5df', endColorstr='#ffcadbb8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}*/

.btn-fee {
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: green;
background-image: -moz-linear-gradient(top, green, green);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(green), to(green));
background-image: -webkit-linear-gradient(top, green, green);
background-image: -o-linear-gradient(top, green, green);
background-image: linear-gradient(to bottom, green, green);
background-repeat: repeat-x;
border-color: green green #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green', endColorstr='green', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn {
border-color: #c5c5c5;
border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.btn-fee:hover,
.btn-fee:active,
.btn-fee.active,
.btn-fee.disabled,
.btn-fee[disabled] {
  color: white;
  background-color: green;
  *background-color: green;
}

.btn-fee:active,
.btn-fee.active {
  background-color: green \9;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(202, 219, 184, 0.8);
  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(202, 219, 184, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 219, 184, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(202, 219, 184, 0.6);
}

.programtable {
	margin-bottom: 5px;
}

.programtable tr td {
	vertical-align: top;
	border: 1px solid black;
	padding: 4px;
}

.mandatory {
	
}

.disabledrule {
	color: red;
	text-decoration: line-through;
	opacity: 0.5;
}

.haspoints {
	font-style: italic;
}


@media (min-width: 768px) and (max-width: 979px) {
	body {padding-top: 0px;}
}

@media (max-width: 767px) {
	body {padding-top: 0px;}
}
.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 50px auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
				border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
				box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
	.form-signin .form-signin-heading,
	.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

label, input, button, select, textarea {
	font-size: 12px;
}
#generaltableeditor .table th, .table td {
	padding: 4px;
}
#brregsuggestionbox {
	width: 220px;
	position: absolute;
	display: none;
	border: 1px solid #0A7900;
	background-color: #FFF;
}
#brregsuggestionbox hr {
	margin: 0px;
}
.brregsuggestion {
	padding: 5px;
	cursor: pointer;
}
#brregsuggestionbox .brregsuggestion:hover {
	background-color: #A0EA9B;
}

.group {
	display: inline-block;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 6px;
    margin: 5px;
	position: relative;
}

.leftside .remove {
	display: none;
}
.rightside .add {
	display: none;
}
.add, .remove {
	cursor: pointer;
}
.rightside {
	border-left: 1px solid #ccc;
}