body {
	padding-top: 70px;
	background-color: #f6f6f6;
}

.brand h1 {
	margin: 0 0 0 260px;
	font-size: 24px;
	color: #333333;
	line-height: 50px;
	text-shadow: none;
}

.brand .logo {
	width: 200px;
	margin-top: 8px;
}

.navbar .brand {
	padding: 0 20px;
}

.navbar-inverse .navbar-inner {
	background-color: #ffffff;
	background-image: none;
	color: black;
	border: 0px;
}

.btn-inverse {
	background-color: #505050;
	background-image: none;
	color: white
}

.btn-inverse:hover {
	background-color: #b5123d;
}

#logoutForm {
	line-height: 45px;
	color: #FFF;
}

#logoutForm span {
	padding-right: 10px;
}

.special {
	border: 10px solid #EEE;
	padding: 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.rightpanel {
	float: right;
	width: 49%;
}

.leftpanel {
	float: left;
	width: 49%;
}

.clear {
	clear: both;
}

/* Dialog-Forms */
span.desc {
	width: 150px;
	display: inline-block;
	font-weight: normal;
}

.dialog label {
	width: 85px;
	display: inline-block;
}

.optional {
	font-style: italic;
	font-weight: normal
}

.receiver-line {
	display: flex;
}

.receiver-line .control-group {
	float: left;
}

.ui-dialog-titlebar {
	display: none;
}

.ui-buttonset .ui-button.ui-state-active.securitylvl1,span.securitylvl1
	{
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20',
		endColorstr='#faa51a' );
}

.ui-buttonset .ui-button.ui-state-active.securitylvl2,span.securitylvl2
	{
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317),
		to(#ed1c24) );
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317',
		endColorstr='#ed1c24' );
}

span.securitylvl1,span.securitylvl2 {
	width: 80px;
	text-align: center;
	padding: 2px;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}

.securitylvl1.ui-button .ui-button-text {
	text-shadow: none;
}

.dialog label.error {
	margin-left: 90px;
	width: 260px;
	font-weight: bold;
}

#body input.error,#body button.error {
	border: 1px solid red;
}

.dialog dt {
	display: inline;
	padding: 3px;
	float: left;
	min-width: 100px;
}

.dialog dd {
	margin-bottom: 5px;
}

.dialog #dialogContent.loading {
	background: url('bg/ajax-loader.gif') center center no-repeat;
	min-height: 200px;
}

.dialog #dialogContent.loading * {
	opacity: 0.5;
}

.ui-widget {
	font-size: 0.9em;
}

footer {
	text-align: right;
}

footer a {
	font-size: 85%;
	text-decoration: underline;
	color: #000;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin input[type="text"],.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}

.nav-tabs>li>a,.nav-tabs>li>a:hover {
	text-decoration: underline;
	color: #555555;
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
	text-decoration: none;
}

.clickable-table tr:hover {
	cursor: pointer;
}

.table.clickable-table tr:hover>td,.row.marked {
	background-color: #F5F5F5;
}

.row.marked {
	padding:15px 0 4px;
	margin-bottom:10px;
}

a.underline {
	text-decoration:underline;
}

#nav-backend {
	position: relative;
	top: -20px;
}

.dropzone {
	min-height: 220px;
}

.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size
	{
	display: none;
}

.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details
	{
	margin-bottom: 10px;
}

.dz-filename {
	font-size: 11px;
	word-wrap: break-word;
}

#new-package-btn {
	z-index: 1000;
	position: relative;
}

.select2-container .select2-choice,.select2-container-multi .select2-choices
	{
	padding: 2px 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 5px 5px 5px 18px;
}

.select2-container-multi .select2-search-choice-close {
	left: 4px;
	top: 5px;
}

#loading-indicator {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	background: transparent url("../img/ajax-loader.gif");
	height: 31px;
	width: 31px;
	z-index: 1002;
}

#loading-indicator-container {
	background-color: #FFFFFF;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	z-index: 1001;
	display: none;
	float: left;
}

.display-label {
	font-weight: bold;
	text-align: right;
}

#mail-frontend-view-feedback {
	margin-top:25px;
}