.container-fluid {
	padding: 0;
}
.row-fluid {
	position: relative;
}
.row {
	margin: 0px;
}
legend {
	margin-bottom: 6px;
	border-color: #bbb;
	border: none;
	line-height: 1em;
	font-size: 16px;
}
.nav, p {
	margin: 0px;
}
.nav > li > a:hover {
	background: none;
}
.nav-pills > li > a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
}
.breadcrumb {
	margin: 0px;
	padding: 0px;
	background: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.breadcrumb li {
	text-shadow: none !important;
	background: none;
	padding: 0px;
}
.pagination a,
.pagination span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li > a,
.pagination ul > li > span {
	line-height:normal;
	padding: 0px;
	border: none;
	background: none;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background: none;
	
}
.breadcrumb .divider {
	color: #888;
}
.row-fluid [class*="span"] {
	min-height: 1px;
	position: relative;
}
dd {
    margin-left: 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.pagination ul {
	box-shadow: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/*label, input, button, select, textarea {
	font-size: @fontsize;
}*/
.form-horizontal .control-label {
	padding: 0px;
}
.form-actions {
	background: none;
	border-top: 1px solid #ddd;
}
blockquote {
	 border-left: 5px solid #DDDDDD;
}
input {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
/*.pull-right {
	margin-left: 15px;	
}
.pull-left {
	margin-right: 15px;
}*/
.form-horizontal .control-group {
	margin-bottom: 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background: none;
}
ul, ol {
	/*margin: 0px;*/
	margin: 0 0 0 25px;
}
form {
	margin-bottom: 0px;
}
.label, .badge {
	text-shadow: none;
}
.page-header {
	margin: 0px;
	padding: 0px;
	border: none;
}
.nav-tabs > li {
	list-style: none;
	margin-left: 0px;
}

ul.dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-width: inherit;
}
ul.dropdown-menu li {
	margin: 0px;
	width: 100%;
	list-style: none;
}
ul.dropdown-menu li a {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
/*li {
	margin-left: 11px;
}*/
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0px;
}


ul.nav.nav-tabs {
	padding: 0px;
	border: none;
}

ul.nav.nav-tabs li {
 margin-bottom: 0px;
}

ul.nav.nav-tabs li a{
	border-radius: 0px;
	border: none;
	background: #ecf2f9;

}

ul.nav.nav-tabs li.active a{ 
	border-radius: 0px;
	border: none;
	background: #053573;	
	color: #ffffff;
}

.tab-content {
	background: #053573;	
	padding: 5px 10px 10px 10px;
	margin: 0px;
	color: #ffffff;
}

.linkbait .tab-content p{
	padding: 5px 0px;
}

.linkbait .tab-content input{
	width: 100%;
	cursor: pointer;
	color: #000000;
	border: none;
	background: #ecf2f9;
}

/** Joomla! 4 **/
.accordion-group{
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.accordion-body {
	padding: 0;
}

ul li {
	line-height: 20px;
}

