@import url('text.css');

body {
	padding-top: 70px;
	padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase>p>.btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}

.main {
	padding-bottom: 3em;
}

footer,.footer,#footer {
	position: fixed;
	bottom: 0px;
	background: #efefef;
	padding-top: 10px;
	width: 100%;
}

.form-button-box {
	float: left;
	margin: 0 10px 0 0;
}

.dropdown-menu li.break {
	height: 1px;
	border: 0;
	border-top: 1px solid #aaaaaa;
}

.navbar-brand {
	background: url(../../images/isn-logo42_neu.png) 0 4px no-repeat;
	padding-left: 45px;	
}

.ui-info-box {
	border: 1px dashed #ccc;
	padding: 5px;
}

ul.ui-select-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.ui-select-list li {
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 0;
	border-bottom: 1px dashed #ccc;
}

ul.ui-select-list li input {
	margin: 0 10px 0 -15px;
}

ul.ui-select-list li.odd {
    background-color: #f7f7f7;
}

ul.ui-select-list li.even {
    background-color: #eeeeee;
}

.highlight {
	color: #3c0;
	font-weight: bold;
}

.form-content select {
    min-width: 100px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
}

.navbar-inverse .navbar-brand {
    color: #ccc;
}

.header-quelle {
	font-size: 0.8em;
	font-style: italic;
}

.closed {
	display: none;
}