

.left {
	float: left;
}


/* solr search form */
#dk_container_language-select, #dk_container_sort-select {
	width: 130px;
	float: left;
	margin: 0 10px;
}

#dk_container_language-select .dk_toggle, #dk_container_sort-select .dk_toggle  {
	height: 30px;
}

input[type="button"] {
	height: 34px;
	cursor: pointer;
	background: #EEEEEE;
	color: #494949;
}

#dialogMyQuery {
	margin: 0 0px;
	padding: 0px !important;
}

#ajax-loader {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.tx-src-faq {
	width: 100%;
	margin-bottom: 20px;
}
.tx-src-faq p {
    padding: 5px 0;
}
.tx-src-faq .faqCategories p,
.tx-src-faq .faqInformation p {
    padding: 0;
}

.tx-src-faq li {
    list-style-type: disc;
    margin-left: 2em;
	border: none!important;
	border-top: 0;
}
.tx-src-faq .faq-category-items li,
.tx-src-faq .faqDetailBar li,
.tx-src-faq .relatedFiles li {
     list-style-type: none;
     margin: 0;
}
.tx-src-faq .relatedFiles li {
    margin: 0 0 0 0.5em;
}
.tx-src-faq .faq-category-items li {
    padding: 5px;
}

.tx-src-faq li:first-child {
	border-top: 1px solid #f0f3f4;
}

.tx-src-faq .loading {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 45%;
}

#dialogMyQuery table {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 15px;
	border-collapse: collapse;
}

#dialogMyQuery  th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

#dialogMyQuery  td {
	padding: 5px;
}

td.action {
	width: 117px;
}

#dialogMyQuery  tr.active td {
	background: #6799cc;
	color: #fff;
}

#dialogMyQuery  td:first-child {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

#dialogMyQuery  td:last-child {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.query-title {
	border: 0;
	background: none;
	padding: 3px;
}

input.edit-enabled {
	border:0;
	background: #fff;
	color: #000 !important;

}

#dialogMyQuery tr.active input {
	color: #fff;
}

.action a {
	float: left;
	display: block;
}

.edit {
	background: url(../img/action_icons.png) no-repeat 0 0;
	width: 30px;
	height: 26px;
}

.show {
	background: url(../img/action_icons.png) no-repeat -35px 0;
	width: 30px;
	height: 26px;
}

.delete {
	background: url(../img/action_icons.png) no-repeat -72px 0;
	width: 23px;
	height: 26px;
}

.add-newsletter {
	background: url(../img/action_icons.png) no-repeat -103px 0;
	width: 33px;
	height: 26px;
}

tr.active .edit {
	background-position: 0 bottom;
}
tr.active .show {
	background-position: -35px bottom;
}
tr.active .delete {
	background-position: -72px bottom;
}
tr.active .add-newsletter {
	background-position: -103px bottom;
}
.add-newsletter img {
	float: right;
}



.tx-src-faq .btn {
	font-weight: bold;
	color: #484D8D !important;
	padding: 5px 10px;
	display: block;
	margin-top: 10px;
	width: auto;
	float: left;
	background: #E2ECF3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn:hover {
	background:#6699CC;
	color: #fff;

}


.ui-dialog-content {
	padding: 10px;
}


#faq-detail {
	/*
	float: right;
	*/
}

#newsletter table {
	width:  100%;
}

#newsletter input[type='checkbox']  {
	float: right;
}

.ui-widget-overlay {
	opacity: 0.8;
}

.faqSafeButton {
    margin-top: 10px;
}

ul.message {
	list-style: none;
	border: 1px solid #808080;
	padding: 10px;
    margin-bottom: 20px;
}

#queryTabs {
	margin-bottom: 20px;
}

#dialogNewsletterOpener {
	background-color: #EEE;
	border: 1px solid #DBDBDB;
	padding:5px;
}

#dialogNewsletterOpener a {
	padding:5px;
}


#updateuser label {
	float: left;
	width: 30%;
	line-height: 33px;
}

#updateuser input {
	margin-bottom: 10px;
	width: 190px;
	padding: 7px 5px;
}

#dk_container_userlanguage {
	background-color: #fff;
	width: 200px;
}

#updateuser input[type="submit"] {
	width: auto;
	margin-top: 10px;
}

#favorites {
	float: right;
	margin-left: 10px;
}

#dialogSettingsOpener, #dialogLoginOpener {
	padding-top: 5px;
}

.link {
	color: #6799CC !important;
}

.dialog-info {
	padding: 10px;
}


.tx-srfeuserregister-pi1 .accordion-content {
	padding: 0;
}

.button,
.tx-srfeuserregister-pi1 input {
	border: 1px solid #DDDDDD;
	color: #555555;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 7px 5px;
	vertical-align: middle;
}
.button {
    text-decoration: none !important;
    padding: 7px 5px !important;
}

.tx-srfeuserregister-pi1 dt {
	text-align: left;
	padding-right: 0;
	width: 20%;
}

.tx-srfeuserregister-pi1 dd {
	width: 80%;
}

.tx-srfeuserregister-pi1 label {
	width: 100%;
}

label.tx-srfeuserregister-pi1-password-again {
	width: 20%;
}

.tx-srfeuserregister-pi1-password {
	float: left;
}

input.tx-srfeuserregister-pi1-submit {
	margin-top: 10px;
}

.tx-srfeuserregister-pi1 a {
	background-image: none;
}


.pages {
	margin-top:20px;
}

.pages ul li {
	line-height: 30px;
	background-color: #EEE;
	padding:2px;
}

.pages ul li {
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

.faq-cat {
	font-weight: bold;
	margin-top:20px;
}

.on {
	background-color: #6799cc!important;
}

.on a{
	color: #ffffff!important;
	background-color: #6799cc!important;
	padding:4px;
}

.faqQuestion {
	display: block;
}

#faqDialogText h1 {
	font-size:15px;
}

#faqDialogText strong {
	margin: 10px 0px 10px 0px;
}


#faq-detail H1 {
	font-size:14px;
}

.faqDetailBar {
	margin-bottom:20px;
}

.faqDetailBar ul li {
	float:left;
}

.faqDetailBar .left {
	float:left;
}

.faqDetailBar .right {
	float:right;
    padding-right: 0;
}

.dk_options_inner li {
	float:none!important;
}

.faqHider {
	display: none;
}

.faqBackButton {
	background: url(../img/back.png) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.faqPrintButton {
	background: url(../img/print.png) no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.faqLanguageButton {
	background: url(../img/language.png) no-repeat;
	width: 16px;
	height: 16px;
	display:none;
}

.short {
	margin: 20px 0px 20px 0px;
	font-weight: bold;
}

#faq-detail .contenttable tr td {
	border:1px solid #bbb;
	padding:2px;
}

#faq-detail table {
	border-spacing: 1px!important;
}

.relatedFiles,
.relatedFaqs,
.faqCategories,
.faqInformation {
    margin-top: 20px;
}
.relatedFiles ul li,
.relatedFaqs ul li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.relatedFiles ul li:before,
.relatedFaqs ul li:before {
    content: '– ';
}
.relatedFaqs ul li:before {
    content: '– ';
    color: #6799CC;
}
.faqInformation {
    font-size: 0.8em;
}

/* Source: http://css.dzone.com/news/css-message-boxes-different-me */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/fileadmin/templates/assets/global/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/fileadmin/templates/assets/global/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/fileadmin/templates/assets/global/images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/fileadmin/templates/assets/global/images/error.png');
}


.warning a.link,
.warning a.link:active,
.warning a.link:hover,
.warning a.link:visited {
    color: black !important;
    font-weight: bold;
}

#tx-solr-search #faq-detail {
    padding-right: 10px;
}
