@CHARSET "UTF-8";

.inactive { color: #C0C0C0; }

.headerSortDown {
	background-image: url(/images/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.headerSortUp {
	background-image: url(/images/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: center right;
}

th.header { min-width: 36px; }

div.content {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.packet > h2 {
	font-size: 24px;
	line-height: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.packetfont {
	font-family: calibiri;
	font-size: 14px;
	color: #700D4A;
}

.link:hover{
	cursor: pointer;
	font-weight: bold;
}

div.content2 {
	width: 400px;
	position: relative;
	padding: 10px;
	margin: 50px auto;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}

div.header {
	position: absolute;
	top: 35px;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
}

div.form-actions {
	border: 0;
}

h2 > div.toolbar,
h3 > div.toolbar { float: right; }
h2 > div.toolbar img,
h3 > div.toolbar img{ vertical-align: middle; }
h2 > div.toolbar a,
h2 > div.toolbar a{ margin: 0 3px; }

.commentuserimg { margin-left: 0px !important; }
.commentuserimg img { max-width: 36px; width: 100%; margin: 5px 0 0 0; }
@media (max-width:360px){
    .commentuserimg img { display: none; }
}

.loggedinuser img { width: 2.6em; }

.timelineinfo { position: relative; top: -36px; left: 136px; }
.timelineblock { border-top: 1px solid #E7E7E7; padding: 7px 0 0 0; }
.timelineblock_small { border-top: 1px solid #E7E7E7; padding: 0 0 4px 0; }
.timelineblock_small blockquote { margin: 0 0 4px; }
.timelinedateinfo { margin: 4px 0 0 0;}
.text-justify { text-align: justify; }
.text-small { font-size: 85%; line-height: 125%; }

#calendar {width: 100%; }
a.brand img { height: 17px; }

.table tbody tr.silvered>td,
.table tbody tr.silvered>td a {
    color: Silver;
}

td.commentIcons span { margin: 0 4px; }

.ui-autocomplete-loading { background: white url('/css/rui/images/ui-anim_basic_16x16.gif') right center no-repeat; }

.foundmarker { background-color: gold; }
.nav-space-left { padding-left: 12px; }

td.azerowhead {
    color: #fff;
    background-color: #a3146c !important;
}
td.azesummary { text-align: right !important; font-weight: bold; padding-bottom: 24px !important; }

div.alert-muted {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    color: #999999;

}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* Angebotswesen */
#offer .offer span.del:hover, #offer .offer span.edit:hover {
	text-decoration: underline;
	cursor: pointer;
}

#offer > div {
	position: relative;
}

#offer .offer {
	margin-bottom: 20px;	
}

#offer .sum {
	position: relative;
	left: 95%;
}

#offer .offer .inner {
	text-align: right;
}

.tenderingSelect {
	width: 100%;
}

.span4 select {
	width: 100%;
}

td.level-1{
	padding-left: 1.5em !important;
	font-weight: bold;
}

td.level-2{
	padding-left: 3em !important;
}

td.level-3{
	padding-left: 4.5em !important;
}

.table-hover tbody tr:hover td {
    color: #fff !important;
    background-color: #aaa !important;
}

.offen {
	background: url(/images/bullet_arrow_down.png) left center no-repeat;
}

.zu {
	background: url(/images/bullet_arrow_up.png) left center no-repeat;
}

td.inner{
	padding: 0 !important;
}

table.inner{
	margin: 0;
}

.inner tr:first-child td{
	border-top: 0;
}

.inner tr:first-child td{
	border-top: 0;
}

.sortnavi {
	text-align: center;
}

.moveup:hover, .movedown:hover {
	cursor: pointer;
}

tr:first-child .moveup, tr:last-child .movedown {
	display: none;
}

.arrow {
	display: inline-block;
	width: 10px;
	height: 5px;
	background: #971264;
	position: relative;
}
.arrow.right {
	width: 9.625px;
}
.arrow.left:before {
	content: ' ';
	width: 0px;
	height: 0px;
	border-top: 8.775px solid transparent;
	border-bottom: 8.775px solid transparent;
	border-right: 8.775px solid #971264;
	position: absolute;
	transform: translate(-4.05px,-5.4px);
}
.arrow.nicetip {
	border-radius: 6.75px;
}
.arrow.left.nicetip .tip, .arrow.right.nicetip .tip {
	display: block;
	width: 13.5px;
	height: 5.4px;
	position: absolute;
	transform: translate(-3.375px,-3.375px) rotate(-45deg);
	border-radius: 6.75px;
	background: #971264;
}
.arrow.left.nicetip:before, .arrow.right.nicetip:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 13.5px;
	height: 5.4px;
	transform: translate(-3.375px,3.375px) rotate(45deg);
	border-radius: 6.75px;
	background: #971264;
	border: 0px;
}
.arrow.right:before {
	content: ' ';
	width: 0px;
	height: 0px;
	border-top: 8.775px solid transparent;
	border-bottom: 8.775px solid transparent;
	border-left: 8.775px solid #971264;
	position: absolute;
	transform: translate(8.95px,-5.4px);
}
.arrow.right.nicetip .tip {
	transform: translate(2.875px,-3.375px) rotate(45deg);
}
.arrow.right.nicetip:before {
	transform: translate(2.875px,3.375px) rotate(-45deg);
}
.arrow.down {
	transform: rotate(-90deg);
}
.arrow.up {
	transform: rotate(90deg);
}

.form-horizontal .control-group {
    margin-bottom: 5px !important;
}

#abteilung + span:hover, .delabt {
	color: #000 !important;
	cursor: pointer;
}

.abtOverview {
	width: 75%;
	height: auto;
	top: 7.5%;
	left: 7.5%;
	padding: 5%;
	position: absolute;
	background: rgba(225,225,225, 1);
	border-radius: 20px;
	z-index: 999;
}

.openOverview:hover{
	cursor: pointer;
}

.closeOverview{
	position: absolute;
	top: 10px;
	right: 12px;
	cursor: pointer;
}

#zeige{
	cursor: pointer;
}

/*
Arune:
himbeer: #971264
hellere "himbeer" #b51779
und noch heller #d12790
*/
