/* ========================================================
*
* style CSS
* 
* ========================================================
* File: style.css;
* Description: General styling
* ======================================================== */

/*===== Import css files =====*/

@import "bootstrap/bootstrap.css";
@import "font-awesome/font-awesome.css";
@import "fonts/fonts.css";
@import "form.css";
@import "top.css";
@import "footer.css";
@import "home.css";
@import "event.css";

html, body {
	background-color: #f7f7f7;
	height:100%;
	font-size: 12px;
	color:#272d2b;
	font-family: 'open_sansregular';
}

.flag {
	width: 25px;
}

/** Bootstrap fix **/
.form-control:focus {
	border-color: #fdc500;
}
.navbar-header {
	height: 80px;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.paddingfix {
	padding-right: 0;
	padding-left: 0;
}
.paddingfix5 {
	padding-right: 5px;
	padding-left: 5px;
}
.paddingfix7 {
	padding-right: 7px;
	padding-left: 7px;
}

.tooltip-inner {
	max-width: 300px;
}

/** Bootstrap farve knap **/
.btn-lp {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-lp:hover,
.btn-lp:focus,
.btn-lp:active,
.btn-lp.active,
.open > .dropdown-toggle.btn-lp {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-lp:active,
.btn-lp.active,
.open > .dropdown-toggle.btn-lp {
	background-image: none;
}
.btn-lp.disabled,
.btn-lp[disabled],
fieldset[disabled] .btn-lp,
.btn-lp.disabled:hover,
.btn-lp[disabled]:hover,
fieldset[disabled] .btn-lp:hover,
.btn-lp.disabled:focus,
.btn-lp[disabled]:focus,
fieldset[disabled] .btn-lp:focus,
.btn-lp.disabled:active,
.btn-lp[disabled]:active,
fieldset[disabled] .btn-lp:active,
.btn-lp.disabled.active,
.btn-lp[disabled].active,
fieldset[disabled] .btn-lp.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-lp .badge {
	color: #f0ad4e;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #272d2b;
	/* color: #999999; */
}

a:hover {
	text-decoration: none;
	color: #ec971f;
}

/* Hardbox */ 
.hardbox {
	background:#fff;
	width: 100%;
	padding: 10px 10px 7px 10px;
	margin-bottom: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 6px -6px #e7e7e7;
	-moz-box-shadow: 0 8px 6px -6px #e7e7e7;
	box-shadow: 0 8px 6px -6px #e7e7e7;
	position: relative;
}

.hardbox h4 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

.hardbox h3 {
	margin: 0 0 5px 0;
	font-size: 20px;
}

.hardbox h3 i.icon {
	color:#999;
	font-size: 16px;

}

.hardbox hr {
	color: #fdc500;
	background-color: #fdc500;
	height:2px;
	margin:10px -2px 10px;
	border:0;
	width: 100%;
}

.hardbox .hr {
	color: #fdc500;
	background-color: #fdc500;
	height:1px;
	margin:10px -2px 10px;
	border:0;
	width: 100%;
}

.countryflags option {
	height:15px;
	width:15px;
	/* padding:7px 0 0 45px; */
	background-position:5px center;
	background-repeat:no-repeat;
}