﻿input[type=submit], input[type=text], input[type=password],input[type=file],input[type=email], select, textarea
{
    cursor: pointer;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    border: 1px solid #aaaaaa;
    display: block;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px #ffffff, 0px 1px 1px rgba(0,0,0,0.1);
    background-color: rgb(255,255,255);
    margin: 0 0 10px 0;
}
input[type=submit]:hover, input[type=text]:hover, select:hover, input[type=submit]:active, input[type=text]:active, select:active, input[type=submit]:focus, input[type=text]:focus, select:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus,input[type=file]:hover,input[type=file]:active,input[type=file]:focus,input[type=email]:hover,input[type=email]:active,input[type=email]:focus, textarea:hover, textarea:active, textarea:focus
{
    background-color: #eeeeee;
}
input[type=text], input[type=password],input[type=email], textarea
{
    cursor: text;
}
input[type=text], input[type=password],input[type=email], select, textarea
{
    width: 90%;
}
input[type=submit]
{
    padding: 6px 10px 6px 10px;
}
input[readonly], input[readonly="readonly"]
{
    color:#a0a0a0;
    }
input[readonly]:hover, input[readonly="readonly"]:hover
{
    background-color: rgb(255,255,255);
    }
.dataTables_filter input[type=text]
{
    background-image: url("/Images/CSS/chosen-sprite.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% -20px; /*background-position-x: 100%;     background-position-y: -20px;*/
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    width:auto;
}

/*
TEXTAREA FÜR DIE NEWS
*/
select[name=page]
{
    margin:0 0 20px 0;
    width:270px;
    }
textarea.news, textarea.inhalt,textarea.wartung
{
  min-height:600px;  
}

/*
CHECKBOXEN FÜR DIE ADMINBENUTZERSTEUERUNG
*/
#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}