@CHARSET "ISO-8859-1";

select.selection2, div.select2-container.selection2 {
	border: 1px solid #aaa;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

div.checkbox3 {
    border-bottom: 1px solid #ffffff;
    padding: 8px 10px;
}

div.checkbox3 > a {
    display: inline-block;
    height: 16px;
    padding-top: 3px;
    text-decoration: none;
    width: 16px;
}

div.checkbox3 > a.booleanChecked.disabled {
    background: transparent url("../images/checked.png") no-repeat scroll 0 center;
    cursor: default;   
}

div.checkbox3 > a.booleanUnchecked.disabled {
    background: transparent url("../images/unchecked.png") no-repeat scroll 0 center;
    cursor: default;
}

div.checkbox3 > a.booleanChecked.enabled {
    background: transparent url("../images/checkedEnabled.png") no-repeat scroll 0 center;
}

div.checkbox3 > a.booleanUnchecked.enabled {
    background: transparent url("../images/uncheckedEnabled.png") no-repeat scroll 0 center;
}

div.checkbox3.booleanCompactClass {
    color: black;
    font-family: Arial,sans-serif;
    font-size: 12px;
    vertical-align: middle;
    width: 40%;
}

div.checkbox3.booleanClass {
    width: 50%;
}

.booleanCompactClass > label > a {	
    background: url("../images/link.gif") no-repeat scroll 0 center transparent;
    color: black;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}

.booleanCompactClass > label > a:hover {
	text-decoration:underline;	
}

.workSetDiv > .booleanCompactClass {
    background-color: #ededed;
    box-sizing: border-box;
    width: 100%;    
}

.workSetDiv > .booleanCompactClass > label {
    display: block;
    margin-left: 22px;
    margin-top: -19px;
}

.workSetDiv > .booleanCompactClass > label a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.workSetDiv > .booleanCompactClass > label a:hover {
	text-decoration:underline;
}

.item .booleanCompactClass > label {
    display: block;
    margin-left: 26px;
    margin-top: -17px;
    width: 730px;
}

table.table div.dataClass, table.table div.checkbox3 {
    border: medium none;
    padding: 0;
}

tr.tableCell > td > div.checkbox3 > a {
    width: 100%;
}

.button1.contacts {
	display: flex;
    flex-wrap: wrap;
    padding: 20px calc(50% - 34px) 20px 34px;
    background-color: #ededed;
    width: calc(100% - 50%);
}

.button1.contacts > a, .button1.contacts > div {
    flex: 0 1 auto;
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    width: calc(50% - 6px);
    border: 1px solid #e9c000;
    display: flex;
    min-height: 40px;
    text-decoration: none;
    align-items: center;
    margin: 2px;
}

.button1.contacts > a > div, .button1.contacts > div > div {
   font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #000;
   background-color: #f9ed43;
    margin-left: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.button1.contacts > a.chatContact > div > div {
    margin-left: 10px;
}

.button1.contacts > a.telefonContact, .button1.contacts > div.telefonContact {
    background: url(../images/contacts_telefon.png) no-repeat #f9ed43;
}

.button1.contacts > a.rueckrufServiceContact {
    background: url(../images/contacts_rueckruf.png) no-repeat #f9ed43;
	}

.button1.contacts > a.beraterSucheContact {
    background: url(../images/contacts_beratersuchen.png) no-repeat #f9ed43;
}

.button1.contacts > a.chatContact {
    background: url(../images/contacts_chat.png) no-repeat #f9ed43;
}

.dataClass.button1.contacts.nurTelefon > a.beraterSucheContact {
   display:none;
}
.dataClass.button1.contacts.nurTelefon > a.chatContact {
	display:none;
}

.fieldSetCommentClass.label1.targetLeftIndent {
    padding-left: 36px;
}

div.dataClass > input.search { 
	background: white url(../images/select2.png) no-repeat scroll right -25px;
    cursor: pointer;
    padding-right: 28px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    border: 1px solid #aaa;
    width: 350px;  
}

div.upload1 {
	display: flex;
    background-color: #ededed;
}

div.upload1 > div {
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.25);    
}

div.upload1 > div.uploadDiv {
    margin: 10px; 
}

div.upload1 > div.inputFileDiv {
	display: none;
}

div.upload1 > div.uploadDiv {
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 200px;
    background-color: white;
}

div.upload1 > div.uploadDiv.dragover {
    background-color: #f9ed43;
}

div.upload1 > div.uploadDiv > label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: -70px 0 30px 0;
    text-align: center;
    width: calc(100% - 40px);
}

div.upload1 > div.uploadDiv > a {
	background: transparent url(../images/ICN_Upload.png) no-repeat scroll 0 0;
    width: 32px;
    height: 32px;
}

div.upload1 > div.fileListDiv {
	width: 100%;
    height: 200px;
    background-color: white;
    margin-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 10px 10px 0;     
}

div.upload1 > div.fileListDiv > ul {
    list-style-type: none;
    overflow: hidden;
    margin: 10px 10px 10px -28px;
}

div.upload1 > div.fileListDiv > ul > li {
	display: flex;
    align-items: center;
}

div.upload1 > div.fileListDiv > ul > li > div {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 0%;
    background: #94b494;
    color: #fff;
    height: 24px;
    overflow: hidden;
    padding: 0 10px;
    margin: 5px 0;
    white-space: nowrap;
    box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.25);
}

div.upload1 > div.fileListDiv > ul > li > a {
    background: transparent url(../images/Pikto-R&H-40x40px-Papierkorb-11.2016.png) no-repeat scroll 0 0;
    min-width: 24px;
    min-height: 24px;
    background-size: 24px;
    margin: 0px 0 0px 10px;
}

div.upload1 > div.fileListDiv > ul > li > a.loading {
	background: none;
}

div.upload1 > div.fileListDiv > ul > li > a.error {
	background: transparent url(../images/close.png) no-repeat scroll center center;
    min-width: 24px;
    min-height: 24px;
    background-size: 16px;	
}