/*body {*/
/*padding-top: 50px;*/
/*}*/

.text {
	/*padding: 40px 15px;*/
	color: black;
}

body {
	outline: 0;
}

.img-example {
	width: 440px;
	height: 50px;
	background-image: url("../img/logo3_sized.png");
	background-repeat: no-repeat;
	background-color: #0080ad;
	background-size: contain;
	margin-top: 16px;
	margin-bottom: 10px;
	outline: 0;
	margin-left: 0;
	/*border: solid 1px black;*/
}

.propagation {
	max-height: 355px;
	height: 355px;
	background: #0080ad url("../img/propagation_sized.png") no-repeat center;
	/*background-size: auto 325px;*/
	margin-top: -2px;
}

.navbar-custom {
	background-color: #0080ad;
}

.special .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: red;
}

.navbar-nav > li > a {
	color: #000;
	font-weight: 600;
	font-family: "Helvetica";
}

.special li {
	/*border-bottom: solid rgba(0, 0, 0, 0.37) 1px;*/
}

.green-box {
	background-color: #bdd7c1;
	min-height: 25px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.green-box .text-box {
	color: #020200;
	font-size: 1.688em;
	text-align: center;
	/*padding-top: 5px;*/
	font-family: "Helvetica";
}

.tab-nav li {
	border: 1px solid #DDDDDD;
	height: 80px;
	background-color: transparent;
	font-size: 13px;
	text-align: center;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #555555;
}

.TabbedPanelsTabSelected {
	background-repeat: repeat-x;
	background-image: url("../img/pic.bmp");

	/*background: -moz-linear-gradient(top,  rgba(204, 204, 204) 0%, rgba(255,255,255,1) 100%); *//* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204, 204, 204)), color-stop(100%,rgba(255,255,255,1))); *//* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(204, 204, 204) 0%,rgba(255,255,255,1) 100%); *//* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(204, 204, 204) 0%,rgba(255,255,255,1) 100%); *//* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(204, 204, 204) 0%,rgba(255,255,255,1) 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom, rgb(204, 204, 204) 0%,rgba(255,255,255,1) 100%); *//* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff',GradientType=0 ); *//* IE6-9 */

	border-bottom: 1px solid #FFFFFF;
	color: #333333;
}

.navbar {
	margin-bottom: 0;
}

.active {
	/*border-bottom: 1px solid #FFFFFF;*/
}

li .active {
	color: red;
}

.panel-footer-bg {
	background: -moz-linear-gradient(top, rgba(111, 124, 130, 0.81) 0%, rgba(167, 177, 183, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(111, 124, 130, 0.81)), color-stop(100%, rgba(167, 177, 183, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(111, 124, 130, 0.81) 0%, rgba(167, 177, 183, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(111, 124, 130, 0.81) 0%, rgba(167, 177, 183, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(111, 124, 130, 0.81) 0%, rgba(167, 177, 183, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(111, 124, 130, 0.81) 0%, rgba(167, 177, 183, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.article {
	padding: 20px 40px;
}

/*.TabbedPanelsTabGroup li a {*/
/*display: block;*/
/*}*/
/*footer {*/
/*background-color: #bac5c7;*/
/*color: #fff;*/
/*}*/

/*footer h1 {*/
/*font-size: 24px;*/
/*}*/

.page {
	border-color: #999999 #CCCCCC #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
	border-top-width: 0;
}

.navbar-nav {
	width: 600px;
	height: 50px;
}

.nav-table tr {
	width: auto;
}

.nav navbar-nav li {
	width: auto;
	float: left;
	height: 100%;
	white-space: nowrap;
	padding-left: 15px;

}

.dropdown {
	height: 100%;
	display: block;
	/*float: left;*/
}

.dropdown a {
	display: block;
	line-height: 20px;
	margin-top: 38px;
	padding-left: 15px;
	color: white;
	width: 100%;
    height: 100%;
	line-break: strict;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	/*padding: 15px 0;*/
}


.dropdown-menu>li /* To prevent selection of text */
 {
	position: relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	display: none;
	margin-top: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: #fff;
	box-shadow: none;
}

.dropdown-menu {
	margin: 0;
	border: none;
}

.right-caret:after {
	content: "";
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid orange;
	display: inline-block;
	height: 0;
	opacity: 0.8;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
}

.left-caret:after {
	content: "";
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid orange;
	display: inline-block;
	height: 0;
	opacity: 0.8;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
}

.blue {
	color: #54a3d6;
}

footer > ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

footer > ul > li {
	/*border-bottom: 1px solid #ffffff;*/
	line-height: 1.2;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

footer > ul > li > a {
	text-rendering: optimizeLegibility;
	font-weight: 300;
	color: white;
	list-style: none;
	list-style-type: none;
	list-style-image: none;

}

footer > ul > li > a:hover {
	text-rendering: optimizeLegibility;
	font-weight: 500;
	color: #696969;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.frontend-select {
	background-color: transparent;
	border: 1px solid black;
	font-weight: 600;
}

.bold {
	font-weight: 600;
}

.dropdown-menu > li {
	background-color: #ffffff;
}

.dropdown-menu {
	background-color: #ffffff;
	border: solid 1px black;
}

.form-name {
	width: 329px;
}

.TabbedPanelsTab > a {
	outline: 0;
}

.green-box > p {
	margin: 0 0 0 0;
}

no-outline {
	outline: 0;
}

.green-box p {
	margin: 0 0 0 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 14px;
	font-weight: 600;
}

body {
	outline: 0;
	text-rendering: optimizeLegibility;
}

a:hover, a:focus {
	outline: 0;
}


cutted-h3 {
	margin-left: 15px;
}

footer > .col-lg-offset-2 {
	margin-left: 150px;
}

a {
	list-style-type: none;
	list-style-image: none;
}

.TabbedPanelsContent {
	padding-top: 1px;
}

.page img {
	margin-right: 10px;
}

.styled-ie {
	color: white;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.margin {
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 1080px;
	min-width: 1080px;
}

.lang {
	position:relative;margin-right: 10px;
	z-index: 5000;
}

a.todo-remove {
	margin-top: 0;
}

.footer-heading {
	margin-bottom: -10px;
	margin-left: 25px;
	margin-top: 0;
}

footer hr {
	margin-left: 25px;
	margin-right: 25px;
}

.cutted {
	margin-left: 25px;
	margin-right: 25px;
}

footer ul.pull-right {
	padding-right: 150px;
}

footer ul.pull-left {
	padding-left: 150px;
}


a {
	outline: 0;
}

.footer-left {
	float: left;
	margin-left:60px;
	height: 100%;
	width: 210px;
}

.footer-center {
	float: left;
	margin-left:60px;
	height: 100%;
	width: 283px;
}

.footer-right {
	float: left;
	margin-left:60px;
	height: 100%;
	width: 283px;
}

.border {
	text-decoration: underline;
}

.page > ul {
	margin-left: 20px;
}

.navbar {
	border-radius: 0;
}

/*input.error {*/
	/*border: red solid 2px;*/
	/*border-style: inset;*/
/*}*/

table.table-abs {
	position: absolute;
	right: 0;
	margin-right: 30px;
}

.dropdown a:hover {
	text-decoration: underline;
}

.green-box h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.display-none {
	display: none;
}

.display-none-border-none {
	display: none;
	border: none;
}