@import url(bootstrap.css);
@import url(http://fonts.googleapis.com/css?family=Radley:400,400italic|Open+Sans:400,300,600,700,800);

@-webkit-keyframes shake {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

body {
	margin: 0;
	padding: 0;
	font: normal 13px Open Sans;
	background-color: #eee;
	background-image: url(../img/bg.png);
	line-height: 20px;
}

img {
	border: none;
}

.topbar {
	position: absolute;
	height: auto;
}

.navbar-red .navbar-inner {
	padding: 2px 0;
	background-color: #d10000;
	background-color: #d10000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ff0000), to(#d10000));
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -ms-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(top, #ff0000, #d10000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 0, 0, 1);
}

.logo {
	height: 40px;
	width: 67px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.logo:hover,
.logo:focus {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin: 10% 10%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-moz-animation-name: shake;
	-moz-animation-duration: 0.8s;
	-moz-transform-origin: 10% 10%;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-ms-animation-name: shake;
	-ms-animation-duration: 0.8s;
	-ms-transform-origin: 10% 10%;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	
	-o-animation-name: shake;
	-o-animation-duration: 0.8s;
	-o-transform-origin: 10% 10%;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	
	cursor: pointer;
}

.navbar-red .nav {
	margin: 15px 0 0 0 !important;
}

.navbar-red .nav > li > a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-weight: 700;
}

.navbar-red .nav > li > a:hover {
	color: #ffdcdc;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	font-weight: 700;
}

.navbar-red .nav .last a {
	margin-right: 0;
	padding-right: 0;
}

.navbar-fixed-top, 
.navbar-fixed-bottom {
	position: relative;
}

.top {
	background: #000 url(../img/top.png);
	box-shadow: inset 0px -12px 42px -14px black;
	text-align: left;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid white;
	min-height: 50px;
	max-height: 250px;
	position: relative;
}

.top div > h2 {
	font: 50px Radley;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error,
.btn-danger {
	color: #ffffff !important;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #d10000;
	*background-color: #d10000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-repeat: repeat-x;
	border-color: #d10000 #d10000 #ff0000;
	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='#ff0000', endColorstr='#d10000', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.infobar {
	margin-top: 20px;
	background: #fff;
	padding: 30px 0;
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#bandbredde-1, 
#bandbredde-2, 
#bandbredde-3, 
#ar-1, 
#ar-2, 
#ar-3 {
	cursor: pointer;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

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

.package {
	margin: 0;
}

.front-text {
	background: #ffffff;
	padding: 10px 10px 5px 10px;
}

.order {
	background: #ffffff;
	padding: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pricetable {
	margin-left: 50px;
	margin-top: 20px !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2),inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pricetable .price {
	background-color: #ff0000;
	background-color: #d10000;
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);	
	font:35px Radley;
	font-style: italic;
	font-weight: 300;
	color: white;
	padding: 10px 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 14px;
	text-align: center;
}

.pricetable .price span {
	font-size: 12px;
	margin-left: 20px;
}

.pricetable .price span b {
	font-weight: normal;
	font-size: 10px;
}

.packagetitle {
	padding: 10px 0;
	text-align: center;
	background: white;
	font:30px Radley;
	font-style: italic;
	font-weight: 300;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.table-striped tbody tr:nth-child(odd) td, 
.table-striped tbody tr:nth-child(odd) th {
	background-color: white;
}

.table-striped tbody tr:nth-child(even) td, 
.table-striped tbody tr:nth-child(even) th {
	background: #f9f9f9;
}

.package tbody tr:nth-child(even) td, 
.package tbody tr:nth-child(even) th {
	background: #f0f0f0 !important;
}

.table-striped thead {
	background: #f9f9f9;
}

h3 {
	font: 25px Radley;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 5px 0;
}

blockquote {
	border-color: #d10000;
}

a, 
a:active, 
a:link, 
a:visited {
	color: #d10000;
	font-weight: 700;
}

.infotext {
	color: #d10000;
	font-weight: 700;
}

.supportcenter {
	text-decoration: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	margin-left: -10px;
}

.supportcenter li {
	padding: 7px 10px;
}

.supportcenter li:nth-child(even) {
	background: #eeeeee;
}

.supportcenter li:nth-child(odd) {
	background: #f8f8f8;
}
.content {
	margin: 20px 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.table th {
	font: italic 18px Radley;
}

.navbar-red .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-red .nav li.dropdown.open > .dropdown-toggle, 
.navbar-red .nav li.dropdown.active > .dropdown-toggle, 
.navbar-red .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ffdcdc;
	background-color: transparent;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	background-color: #d10000;
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
}

.footer {
	padding: 20px 0;
	text-align: center;
}

.footer-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

.footer-nav > li {
	float: left;
	text-decoration: none;
	list-style: none;
	list-style-image: none;
	padding: 0 15px 0 15px;
}

.footer-nav > li > a, 
.footer {
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 700;
}

.footer-nav > li > a:hover {
	color: #1d0000;
	text-decoration: none;
}

.footer div > .copyright {
	font-weight: normal !important;
	font-size: 12px;
	margin: 20px 0 10px 0;
}

label, 
input, 
button, 
select, 
textarea {
	font-size: 13px;
}

legend {
	font-family: Radley;
	font-size: 25px;
	font-style: italic;
}

blockquote p {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #999;
}

.feedback a {
	font-weight: normal;
}

.control-group input:focus,
.control-group select:focus,
.control-group textarea:focus,
.input-append input:focus,
.input-append select:focus,
.input-append textarea:focus,
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: #d33e3e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.register {
	margin-top: 7px;
}

.register a {
	font-weight: normal !important;
}

.breadcrumb .active {
	color: #d10000;
}

.domainorder {
	margin: 20px 0;
}

.nav-list > .active > a, 
.nav-list > .active > a:hover {
	color: white;
	background-color: #ff0000;
	background-color: #d10000;
	background-image: -moz-linear-gradient(top, #ff0000, #d10000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#d10000));
	background-image: -webkit-linear-gradient(top, #ff0000, #d10000);
	background-image: -o-linear-gradient(top, #ff0000, #d10000);
	background-image: linear-gradient(to bottom, #ff0000, #d10000);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10000', GradientType=0);
}

.nav-list > li > a {
	font-weight: normal;
}

.tab-content {
	margin-top: 10px;
}

.btn-group > .dropdown-menu li a {
	font-weight: normal;
}

.btn-group > .dropdown-menu {
	font-size: 13px;
}

.nav-pills > li > a {
	color: white;
}

.nav-pills > li > a:hover {
	color: white;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #D10000;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(red), to(#D10000));
	background-image: -webkit-linear-gradient(top, red, #D10000);
	background-image: -o-linear-gradient(top, red, #D10000);
	background-image: linear-gradient(to bottom, red, #D10000);
	background-image: -moz-linear-gradient(top, red, #D10000);
	background-repeat: repeat-x;
	border-color: #D10000 #D10000 red;
	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='#ff0000', endColorstr='#d10000', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.nav .dropdown-toggle .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.nav .dropdown-toggle .caret:hover {
	border-top-color: white;
	border-bottom-color: white;
}

.nav .dropdown-toggle:hover .caret {
	border-top-color: white;
	border-bottom-color: white;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
	background: rgba(255,0,0,0.3);
}

.nav-tabs > li > a, 
.nav-pills > li > a {
	font-size: 14px;
}

.table th, 
.table td {
	vertical-align: middle !important;
}

.client-nav {
	margin: 18px 0 0 0 !important; 
}

.navbar-red .nav > li > a:hover, 
.navbar-red .nav > li > a, 
.footer-nav > li > a:hover, 
.footer-nav > li > a, 
.nav-pills > li > a:hover,
.nav-pills > li > a {
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

hr {
	border-top: none;
	border-bottom: 1px solid #E5E5E5;
}

.sidebar > legend {
	font-size: 18px;
}

.search-domain {
	display: block;
	padding: 20px;
	margin: 0 0 10px;
	font-size: 13px;
	text-align: center;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}