/*CSS-Document
schmucker-av*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: small;
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------Begin css av ------------------*/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
}
body {
	background: url(../images/top-bg.jpg) repeat-x top center scroll #d9d9d9;
	font-size: small;
	width: 100%;
}

body.modal {
	background: none;
}

h1, h2, h3, h4, h5, .componentheading, .contentheading, p, .accordion-heading {
	margin: 8px 0;
}

.contentheading {
	color: #f20505;
}

.componentheading, .contentheading  {
	font-size: 1.2em;
	font-weight: bold;

}

td.contentheading, td.buttonheading  {
	padding: 8px 0;
}

td.buttonheading {
	vertical-align: top;
	padding-left: 2px;
}

table.contentpane  table td {
	padding: 5px;
	vertical-align: top;
}

h1 {	
	font-size: 1.2em;
}

h2 {
	color: #bf0404;
}

h3 {
	color: #595959;
}

span.item-title {
	font-size: 1.2em;
	font-weight: bold;
}

p, td, li, form, .moduletable_text div, dl ,.breadcrumbs, address {
	line-height: 1.4em;
}

a, a span {
	color: #bf0404;
}

a:link, a:visited {
	color: #bf0404; 
}

a:hover, a:hover span {
	color:  #595959;
	text-decoration: underline;
}

.clr {
	clear: both;
}

.clr_l {
	clear: left;
}

.clr_r {
	clear: right;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

img {
	max-width: 100%;
}

select {
	width: 220px;
}

.sample-module iframe {
	width: 100%;
}

/*Position of content centered*/
#container-in, #container-in-1, #container-in-small {
	padding-top: 28px;
	margin: auto;
	width: 1012px;
}

#container-in-1 {
	width: 810px;
}

#container-in-small {
	width: 606px;
}

#column-right, #column-left {
	float: right;
	width: 190px;
	margin-left: 1%;
	padding-top: 90px;
}

#column-left {
	float: left;
	margin-right: 1%;
	margin-left: 0;
	text-align: right;
}

#page-out {
	float: left;
}

#page, #page-small, #page-mr, #page-ml {
	background-color: #fff;;
	border: 1px solid #595959;
	float: left;
}

#page {
	width: 1012px;
}

#page-ml, #page-mr {
	width: 808px;
}

#page-small {
	width: 606px;
}

#top {
	height: 151px;
	width: 100%;
	position: relative;
	background-image: url('../images/banner-marienkaefer-1050.jpg');
}

#top-left {
	float: left;
	padding: 5px 0 0 10px;
}

#top-right {
	float: right;
	padding: 5px 10px 0 0;
}

#logo, #logo-1 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 300px;
	height: 40px;
	text-align: center;
}

#logo-1 {
	top: 45px;
	left: 40%;
}

#logo a, #logo a:hover,
#logo-1 a, #logo-1 a:hover {
	font-size: 32px;
	text-decoration: none;
	color: #f20505;
}

#topmenu {
	height: 33px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content {
	padding-top: 10px;
	float: left;
	width: 100%;
}

#breadcrumbs {
	padding: 5px 0  10px 10px;
}

#modules-left {
	width: 180px;
	float: left;
	padding: 0 10px 0 0px;
}

#showcontent {
	width: 96%;
	padding-left: 10px;
	padding-right: 10px;
}

#modules-bottom {
	width: 606px;
}

#modules-bottom-in .moduletable {
	float: left;
	padding: 5px 0;
	margin: 0 10px;
}

#footer-out {
	width: 100%
}

#copy {
	padding: 10px 10px 0 10px;
}

#copy div {
	padding: 5px 0;
}

#copy div div {
	padding: 0;
	vertical-align: middle;
}

#copy span {
	font-size: 0.9em;
	line-height: 1.6em;
	height: 1.6em;
}

#vis {
	float:right;
	margin-bottom: 10px;
}

#footer-nav, #footer-nav-ml, #footer-nav-mr {
	text-align: center;
	padding-top: 5px;
	clear: left;
}

#footer-nav-mr {
	margin-right: 200px;
}

#com-form-login ul {
	list-style: none;
}

/*-------- Top-Menue  -----------*/
#topmenu ul.menu, ul#mainlevel {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 33px;
	width: 540px;
}

#topmenu ul.menu li, ul#mainlevel li
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	height: 33px;
	line-height: 33px;
	background-image: url('../images/sepa.gif');
	background-repeat: no-repeat;
	background-position: center right;
	width: auto;
}

#topmenu ul.menu li a, ul#mainlevel li a
{
	font-family: arial, Helvetica, sans-serif;
	color: #595959;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 33px;
	text-decoration: none;
	font-size: 0.9em;
	border-bottom: none;
}

#topmenu ul.menu li a span {
	color: #595959;
}

#topmenu ul.menu li a:hover, #topmenu ul.menu li a:hover span,
ul#mainlevel li a span, ul#mainlevel li a:hover, ul#mainlevel li a:hover span, #topmenu ul#mainlevel #active_menu {
	color: #bf0404;
	text-decoration: none;
}

/*Dropdown Topmenu menu style = list 
always show sub-menu items */

#topmenu ul.menu {
	width: 100%;
}

#topmenu ul.menu li:hover {
	position: relative;
}

#topmenu ul.menu li li {
	float: none;
	background-image: none;
	background-color: #ccc;
	text-align: left;
	/*necessary for equal width of dropdown-li-elements*/
	width: 150px;
	padding: 0;
}

#topmenu ul.menu li li a {
/*necessery, if missing pulldown menu dissapears unexpectedly*/
	background-color: #ccc;
	margin: 0;
	width: 150px;
	line-height: 33px;
}

#topmenu ul.menu ul {
	position: absolute;
	left: -9999px;
	/*necessery, if missing pulldown menu dissapears unexpectedly*/
	background: #eee;
	z-index: 1;
}

#topmenu ul.menu li:hover ul {
	left: 2px;
	top: 33px;
}

/*Ende Dropdown Menue */

/*------------ Main-Menue left ------------*/
/*Menue-texts are in span
format fonts in span element
textdecoration for links in a element*/

div.moduletable h3, div.moduletable_menu h3{
	color: #0d0d0d;
	line-height: 26px;
	font-weight: bold;
}

ul.menu {
	list-style: none;
	width: 100%;
}

ul.menu li {
	padding-bottom: 5px;
	width: 100%;
}
ul.menu li a {
	display: block;
	border-bottom: 1px solid #595959;
	width: 100%;
	text-decoration: none;
	color: #595959;
}

ul.menu li li {
	padding: 2px 0 2px 0;
}

/*#column-left div.moduletable_menu li ul {
	width: 97%;
}*/

#column-left ul.menu li li a{
	width: 97%;
	padding-right: 3%;
}

#column-left ul.menu li li li a{
	width: 94%;
	padding-right: 6%;
}

#column-left ul.menu li li li li a{
	width: 91%;
	padding-right: 9%;
}

#column-left ul.menu li li li li li a{
	width: 88%;
	padding-right: 12%;
}

#column-right ul.menu li li a{
	width: 97%;
	padding-left: 3%;
}

#column-right ul.menu li li li a{
	width: 94%;
	padding-left: 6%;
}

#column-right ul.menu li li li li a{
	width: 91%;
	padding-left: 9%;
}

#column-right ul.menu li li li li li a{
	width: 88%;
	padding-left: 12%;
}

ul.menu li li a {
	line-height: 1.4em;
}

ul.menu li span {
	font-size: 0.9em;
	color: #595959;
}

ul.menu li.active>a, ul.menu li.active>a >span{
	color: #bf0404;
}

ul.menu li a:hover ,
ul.menu li a:hover span, ul.menu .actice a:hover span {
	color: #bf0404; text-decoration: none;
}
.contentpaneopen ul {
	list-style: disc inside;
}

/*----------- Footer Navigation, User Navigation ----------*/

div#footer-nav ul.menu, div#footer-nav-ml ul.menu, 
div#footer-nav-mr ul.menu, #top-right ul.menu {
	list-style: none;
}

 #top-right ul.menu {
	float: left;
 }

div#footer-nav ul.menu li, div#footer-nav-ml ul.menu li, 
div#footer-nav-mr ul.menu li, #top-right ul.menu li {
	border-left: 1px solid #bf0404;
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
	padding-bottom: 0;
}

div#footer-nav ul.menu li a, div#footer-nav-ml ul.menu li a, 
div#footer-nav-mr ul.menu li a, #top-right ul.menu li a {
	display: inline;
	color: #bf0404;
	border-bottom: none;
	text-decoration: underline;
}

#top-right ul.menu li {
	border: none
}

div#footer-nav ul.menu li:first-child, 
div#footer-nav-ml ul.menu li:first-child, 
div#footer-nav-mr ul.menu li:first-child, 
#top-right ul.menu li:first-child {
	border: none;
}

/*   System Messages   */

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#message_out .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.alert h4 {
	margin: 0;
}

.alert-warning h4 {
	color: #c09853;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success h4{
	color: #468847;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger,
.alert-error h4 {
	color: #b94a48;
}

#message_out .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 {
	color: #3a87ad;
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

div#message_out {
	width: 100%;
	margin: 10px 0;
}

/*---------------- Content --------------------*/

.items-leading  div{
	padding: 0 1%;
	border: 1px solid #595959;
	margin-bottom: 10px;
}

.items-leading div div {
	padding: 0;
	margin: 0;
	border: 0;
}

.items-row {
	margin-bottom: 10px;
	text-align: justify;
	width: 100%;
	display: inline-block;
}

.items-row .item {
	padding: 0 1%;
	border: 1px solid #595959;
	vertical-align: top;
	margin-left: 1%;
	text-align: left;
}

.cols-1 .item {
	width: 97.9%;
}

.cols-2 .item {
	width: 45.6%;
}

.cols-3 .item {
	width: 29.5%;
}

.cols-4 .item {
	width: 21%;
}

.items-row .column-1 {
	margin-left: 0;
}

.cols-2 .column-1, .cols-3 .column-1,
.cols-3 .column-2, .cols-4 .column-1,
.cols-4 .column-2, .cols-4 .column-3 {
	float: left;
	margin-right: 1%;
}

.cols-2 .column-2, .cols-3 .column-3,
.cols-4 .column-4 {
	float: right;
}

.row-separator {
	display: inline-block; /* Opera */
	padding-left: 100%;
}

.pagination .counter {
	display:inline; 
	margin: 5px 0;
}

.pagination ul, .pagination .counter, ul.pagenav {
	text-align: center;
}

.pagination ul li, ul.pagenav li {
	display: inline-block;
	margin: 5px;
	line-height: 1.4em;
}

.pagenavcounter {
	margin: 5px 0;
}

ul.actions {
	text-align: right;
}

ul.actions li { 
	display: inline;
}

.categories-list ul  ul{
	padding-left: 2%;
}

.categories-list li {
	border: 1px solid #595959;
	padding: 10px 20px;
	margin-top: 10px;
}

.categories-list li li {
	border:none;
	border-top: 1px solid #595959;
	padding: 10px 0 0 0;
}

.article-count dd, .article-count dt {
	display: inline;
}

#article-index {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.category {
	width: 98%;
	margin-top: 10px;
}

table.category th, table.category td {
	border: 1px solid #595959;
	text-align: left;
	padding: 2px 5px;
}

table.category .cat-list-row1, table.category th,
table.category .odd {
	background-color: #D9D9D9;
}

/* Contacts, login */
address span {
	display: block;
}

.contact-form label, .login label {
	display: block;
	float: left;
	width: 100px;
}

div.contact-email div, .login div {
	padding: 5px 0;
}

/* user-profil, submit forms */

.control-group {
	line-height: 1.4em;
	padding: 5px 0;
}

.control-group .control-label, .control-group .controls {
	display: inline-block;
	min-width: 200px;
}

.profile fieldset , .profile-edit fieldset, #adminForm fieldset{
	padding-bottom: 8px;
}
.profile legend, .profile-edit legend, #adminForm legend {
	color: #595959;
	font-weight: bold;
	padding: 8px 0;
}

.profile dt , .profile-edit dt, #adminForm label{
	display: block;
	padding: 3px 0;
	float: left;
	width: 200px;
	line-height: 1.4em;
	clear: left;
}

.profile dd, .profile-edit dd, #adminForm .formelm, .formelm-buttons{
	padding: 3px 0;
	line-height: 1.4em;
}

span.spacer label {
	white-space: nowrap;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}

.form-note {
	font-weight: bold;
}

.button2-left {
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/j_button2_left.png) no-repeat;
}

.button2-left div{
	padding: 2px 10px 5px;
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	text-align: center;
	min-width: 75px;
}

.button2-left a {
	font-size: 0.9em;
}

#adminForm #jform_description-lbl {
	float: none;
	
}


/* Tooltips */
div.tooltip {
        float: left;
        background: #d9d9d9;
        border: 1px solid #595959;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: 95%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        font-size: 90%;
        margin: 0;
}

.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	background-color: #dedede;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}

.tool-tip {
        float: left;
        background: #d9d9d9;
        border: 1px solid #595959;
        padding: 5px;
        max-width: 200px;
        text-align:left;
		font-size:0.8em;
}

.tip-title {
        padding: 0;
        margin: 0;
        font-size: 100%;
		line-height: 1.4em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
}

.tip-text {
        font-size: 100%;
		line-height: 1.4em;
        margin: 0;
}

.nowrap { white-space: nowrap; }

/* -------------- new classes ----------------- */

.filters div {
	display: inline-block;
}

/* ----------- contact option = tab ------------- */

.contact #myTabTabs, .edit.item-page .nav-tabs {
	width: 100%;
	display: block;
	height: 35px;
}

.contact #myTabTabs li, .edit.item-page .nav-tabs li {
	display: block;
	float: left;
	border-bottom: none;
}

.contact #myTabTabs > li > a, .edit.item-page .nav-tabs > li > a {
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	color: #595959;
	text-decoration: none;
	}

.contact #myTabTabs > li.active > a, .edit.item-page .nav-tabs > li.active > a {
	color: #bf0404;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.contact #myTabTabs > li > a:hover, .edit.item-page .nav-tabs > li > a:hover {
	color: #bf0404;
}

.contact #myTabContent, .edit.item-page .tab-content {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	padding: 10px; 
	
}

.contact #myTabContent > div, .edit.item-page .tab-pane {
	display: none;
}

.contact #myTabContent > div.active, .edit.item-page .tab-pane.active {
	display: block;
}

.span .mceEditor {
	display: block;
}

.btn-toolbar, .toggle-editor {
	line-height: 1.4em;
	padding: 5px 0;
}

.toggle-editor {
	padding: 10px 0;
}

.btn-toolbar .btn-group {
	display: inline-block;
}

.dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ------------ contact option = accordion ------------ */

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}

.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

// General toggle styles
.accordion-toggle {
  cursor: pointer;
}

// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* Action Buttons in Article */

.open {
	position: relative;
}

.toogle-editor .btn-group {
	position: relative;
	float: right;
	line-height: 1.4em;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.open {
	*z-index: 1000;
}

.open > .dropdown-menu {
	display: block;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.btn-group a:hover, .btn-group a:focus,
.btn-group a:link,
.btn-group a:hover span, .btn-group a:focus span,
.btn-group a:link span {
	text-decoration: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/* Content Rating    */

.content_rating {
	padding-top: 10px;
}
.content_rating img, .content_vote label {
	margin-right: 5px;
}

/* Modal Window Article */

.hr-condensed {
	display: none;
}

.element-invisible {
    border: 0 none;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
	text-align: right;
}

.pull-right label {
	text-align: left;
}

/* ----- Modal Window - Insert Article ------ */

body.modal table td,
body.modal table th {
	padding: 5px;
	vertical-align: top;
}

body.modal .table-striped tr {
	border-bottom: 1px solid #595959;
}

body.modal table th {
	text-align: left;
}

body.modal table tr:nth-of-type(2n) {
	background-color: #fff;
}

body.modal .form-inline {
	padding: 5px;
}

/* ----------- Modal Window - Insert Image------------- */

body.modal li.imgOutline {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 0 10px 10px 0;
	text-align: center;
}

body.modal .control-group {
	float: left;
	margin: 5px 0 0 10px;
}


body.modal .row:before,
body.modal .row:after {
	display: table;
	content: "";
	line-height: 0;
}

body.modal .row:after {
	clear: both;
}

body.modal .control-group .control-label {
	display: block;
	padding-bottom: 5px;
}

body.modal .well {
	padding: 5px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.height-80 {
	height: 80px;
}

.width-80 {
	width: 80px;
}

.height-50 {
	height: 50px;
}

.width-50 {
	width: 50px;
}

div#uploadform {
	clear: both;
}

.row {
	width: 100%;
}

#imageForm .span6 {
	width: 48%;
}

.thumbnail a {
	text-decoration: none;
}

.thumbnail a:hover {
	text-decoration: underline;
	color: #bf4040;
}

.thumbnail .small {
	color: #bf4040;
}

/* ---------- Statistic Module ----------------*/

dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}

dl.stats-module dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 130px;
}

/*  Button with icons  */

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-home:before {
	content: "\21";
}
.icon-user:before {
	content: "\22";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-file-add:before {
	content: "\29";
}
.icon-new:before {
	content: "\2a";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-picture:before {
	content: "\2f";
}
.icon-pictures:before {
	content: "\30";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-flag:before {
	content: "\35";
}
.icon-tools:before {
	content: "\36";
}
.icon-cogs:before {
	content: "\37";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-brush:before {
	content: "\3b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-star:before {
	content: "\42";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-support:before {
	content: "\46";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-eye-close:before,
.icon-minus:before {
	content: "\4b";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-search:before {
	content: "\53";
}
.icon-filter:before {
	content: "\54";
}
.icon-camera:before {
	content: "\55";
}
.icon-play:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-key:before {
	content: "\5f";
}
.icon-quote:before {
	content: "\60";
}
.icon-quote-2:before {
	content: "\61";
}
.icon-database:before {
	content: "\62";
}
.icon-location:before {
	content: "\63";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-unblock:before,
.icon-refresh:before {
	content: "\6c";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-address:before {
	content: "\70";
}
.icon-feed:before {
	content: "\71";
}
.icon-flag-2:before {
	content: "\72";
}
.icon-pin:before {
	content: "\73";
}
.icon-lamp:before {
	content: "\74";
}
.icon-chart:before {
	content: "\75";
}
.icon-bars:before {
	content: "\76";
}
.icon-pie:before {
	content: "\77";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-lightning:before {
	content: "\79";
}
.icon-move:before {
	content: "\7a";
}
.icon-next:before {
	content: "\7b";
}
.icon-previous:before {
	content: "\7c";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-download:before,
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-play-2:before {
	content: "\e00d";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera-2:before {
	content: "\e015";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-remove:before {
	content: "\e017";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-broadcast:before {
	content: "\e01b";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-users:before {
	content: "\e01f";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-out-2:before {
	content: "\e024";
}
