html, body{
	width: 1200px;
	margin: 0 auto 0 auto;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	min-height: 272px;
}
html {
	background-color: #ccc;
}
body {
	background-color: #fff;
	padding: 20px;
}
*{
	-webkit-overflow-scrolling: touch;
}
manu, ul, ol, li{
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	-ms-padding-start: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: lighter;
	font-variant: lighter;
}
p {
	margin: 2px 0 2px 0;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #000;
}
.loading{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 80px;
	margin: -20px 0 0 -60px;
	border-radius: 10px;
	background-color: rgba(230,230,230,0.8);
	box-shadow: 1px 1px 20px #999;
	line-height: 100px;
	text-align: center;
}
.floatbox{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgba(230,230,230,0.8);
	box-shadow: 1px 1px 20px #999;
}
#head{
	border: 1px solid #999;
	border-radius: 10px;
	padding: 5px;
	background-color: #eee;
	margin-bottom: 5px;
}
#head h1, .login legend{
	font-size: 14px;
	color: #98e124;
	text-shadow: 0 0 1px #000;
}
#head h1 i, .login legend i{
	text-shadow: none;
	color: #999;
}
#head h2{
	float: right;
	font-size: 14px;
	color: #666;
}
ul#navigation {
	position: relative;
	z-index: 96;
	margin: 15px 0 5px 0;
	list-style: none;
	height: 25px;
}
ul#navigation li {
	float: left;
	list-style: none;
	border-radius: 10px;
	padding: 5px 5px 5px 10px;
	background-color: #ddd;
	margin-right: 5px;
}
ul#navigation li:hover{
	background-color: #dedede;
}
ul#navigation li ul {
	margin-top: 5px;
	display: none;
	position: absolute;
	border-radius: 10px;
	box-shadow: -1px 10px 20px 5px #999;
	background-color: #eee;
}
ul#navigation li ul li {
	clear: left;
	margin-left: -5px;
	background-color: #eee;
	width: calc(100% - 10px);
}
ul#navigation li:hover ul, ul#navigation li:focus ul {
	display: block;
}
#modul {
	overflow: auto;
}
#modul h1 {
	font-size: 20px;
	font-weight: 400;
	color: #111;
	margin: 0px 10px 20px 10px;
	line-height: 30px;
	border-bottom: 1px solid #999;
}
#Subnav, #search, #Formular, .Rahmen {
	border-radius: 10px;
	padding: 5px;
	background-color: #eee;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	overflow: auto;
}
#Subnav {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#Formular {
	padding: 40px;
}
#search, .Rahmen {
	padding: 12px 0 0 40px;
}
table.OptionsTable{
	width: 95%;
	border: 1px solid #666;
	border-radius: 2px;
	margin-bottom: 10px;
}
.OptionsTable th{
	text-align: left;
	color: #666;
}
.Language{
	margin-top: -55px;
	position: relative;
	height: 70px;
	width: 100%;
	color: #999;
}
.Language li{
	float: right;
	margin: 0 0 40px 10px;
	padding: 5px;
	list-style: none;
	border: 1px solid #999;
	border-radius: 10px;
	background-color: #eee;
}
.Language .active{
	background-color: #fff;
}
.liste {
	width: 100%;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-spacing: 0;
}
.liste td {
	padding: 5px;
	margin: 0;
}
.liste td div {
	overflow: hidden;
	width: 100%;
	height: 20px;
}
.liste a.delete, .liste a.change, .liste a.new, .liste a.move, a.newT {
	display: inline-block;
	margin-left: 5px;
	width: 22px;
	height: 22px;
	/*background-color: #333;*/
	background-image: url(images/bet_one.png);
	background-position: -146px -19px;
	background-repeat: no-repeat;
	background-size: 220px;
}
.liste a.delete {
	background-position: -176px -48px;
}
.liste a.new {
	background-position: -82px -48px;
}
a.newT {
	background-position: -52px -19px;
}
.liste a.move {
	background-position: -21px -102px;
	height: 24px;
}
.liste .top {
	background-image: linear-gradient(0deg, #cdcdcd 0%, #efefef 95%);
	color: #666;
}
.liste .top a{
	color: rgba(0,0,0,0.4);;
	text-shadow: 0px 2px 3px #fff;
}
.sortPfeil span {
	background-image: url(images/bet_one.png);
	padding: 0 20px 2px 0;
	margin-left: 2px;
	background-position: 2px -14px;
	background-repeat:no-repeat;
	background-size: 180px;
}
.sortPfeil.ASC span {
	background-position: 2px -64px;
}
.liste .schalter {
	text-align: right;
	width: 90px;
}
.liste .light {
	background-color: #fafafa;
}
.liste .dark {
	background-color: #f2f2f2;
}
.liste .light td {
	border-right: 1px dashed #fff;
}
.liste .dark td {
	border-right: 1px dashed #fff;
}
.liste td.schalter {
	border: 0;
}
.liste .light:hover {
	background-color: #eaffea;
}
.liste .dark:hover {
	background-color: #e2ffe2;
}
#Subnav li {
	float: left;
	list-style: none;
	margin-right: 40px;
}
#Subnav .active {
	color: #999;
	font-style: italic;
}
input, select, button, textarea, p.wW, p.wM, p.wS{
	padding: 5px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	font-size: 14px;
}
.wrapper{
	width: 450px;
	float: left;
	min-height: 70px;
}
input:disabled{
	background-color: #f9f9f9;
}
input.wXS, select.wXS, textarea.wXS, p.wXS{ width: 50px }
input.wS, select.wS, textarea.wS, p.wS{ width: 200px }
input.wM, select.wM, textarea.wM, p.wM{ width: 300px }
input.wW, select.wW, textarea.wW, p.wW{ width: 400px }
input.w100prc, select.w100prc, textarea.w100prc, p.w100prc{ width: 99% }
textarea.wS, textarea.wM, textarea.wW{ height: 95px }
form.wXS { text-align:right; width: 50px; }
form.wS { text-align:right; width: 210px; }
form.wM { text-align:right; width: 310px; }
form.wW { text-align:right; width: 410px; }
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{
	background-color: #fee;
}
input:required:valid, textarea:required:valid{
	background-color: #efe;
}
textarea.i100prc{
	width: 99%;
}
.wrapper.w100prc{
	width: 100%;
	margin-bottom: 20px;
}
.wrapper.wQuat{
	width: 100px;
}
.wrapper.wHalf{
	width: 225px;
}
textarea.ih200prc{
	height: 200px;
}
textarea.ih300prc{
	height: 300px;
}
textarea.ih400prc{
	height: 400px;
}
textarea.ih600prc{
	height: 600px;
}
.wrapper .ih100prc .TokensContainer {
	height: 100px;
}
.wrapper .ih200prc .TokensContainer {
	height: 200px;
}
.wrapper .ih400prc .TokensContainer {
	height: 400px;
}
.trenner{
	width: 100%;
	padding: 15px 0 3px 0;
	background-color: #aaa;
	overflow: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.SpeichernKnopf, .LoeschenKnopf, .KopieKnopf{
	float: right;
	margin: -30px -30px 0 0;
	padding: 5px 8px 5px 8px;
	font-size: 10px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 5px;
	background-color: #efe;
}
.LoeschenKnopf{
	margin-right: 40px;
	background-color: #f99;
}
.KopieKnopf{
	margin-right: 100px;
	background-color: #cdd;
}
a.excel{
	display: inline-block;
	background-image: url(images/xlsx.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px;
	margin: 10px 0 5px 0;
	padding: 2px 2px 0 20px;
	
}
.inTrenner{
	margin: -17px -5px -5px 0;
	border: none;
}
.login{
	position: relative;
	overflow: auto;
	width: 340px;
	margin: auto;
	margin-top: 20px;
	background-image: url(images/security.png);
	background-repeat: no-repeat;
	background-position: right 20px top 50px;
	background-size: 20%;
}
fieldset{
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
}
legend{
	padding: 5px;
	border-top: 1px solid #000;
	border-radius: 10px;
}
.error{
	color: #900;
}
.confirm, .alert{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 340px;
	margin: -120px 0 0 -170px;
	padding: 20px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
}
.confirm h2, .alert h2{
	margin-bottom: 20px;
}
.confirm button{
	width: 80px;
}
.close{
	float: right;
	margin: -20px -20px 0 0;
	padding: 5px 8px 5px 8px;
	font-size: 10px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 50%;
	background-color: #fefefe;
}
.alert button{
	float: right;
	margin: -15px -15px 0 0;
	width: 26px;
	height: 26px;
	background-color: #eee;
	color: #fff;
}
hr{
	border: 0;
	border-bottom: 1px solid #999;
	margin: 20px 0 20px 0;
}
/* --------------------------------------------------------------------------------------------------------------- */
div.TokenizeMeasure,
div.Tokenize ul li span,
div.Tokenize ul.TokensContainer li.TokenSearch input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.Tokenize
{
    position: relative;
    display: inline-block;
    zoom: 1;
}

div.Tokenize ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

div.Tokenize ul li
{
    white-space: nowrap;
}

div.Tokenize ul.TokensContainer
{
    cursor: text;
    padding: 0 5px 0 0;
    height: 55px;
    overflow-y: auto;
    background-color: white;
}

div.Tokenize ul.TokensContainer li.Token
{
    border: 1px solid #ccd5e3;
    background-color: #eff2f7;
    padding: 0 5px;
    line-height: 18px;
}

div.Tokenize ul.TokensContainer li.Token.PendingDelete
{
    opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)";
    filter : alpha(opacity=50);
}

div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch
{
    margin: 5px 0 0 5px;
    height: 18px;
    float: left;
}

div.Tokenize ul.TokensContainer li.TokenSearch input
{
    margin: 0;
    padding: 1px 0;
    background-color: white;
    line-height: 18px;
    border: none;
    outline: none;
}

div.Tokenize ul.TokensContainer,
div.Tokenize ul.Dropdown
{
    border: 1px solid #ccc;
}

div.Tokenize ul.TokensContainer li.Token a.Close
{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 18px;
    float: right;
    margin: 1px 0 0 5px;
    padding: 0;
    cursor: pointer;
    color: #a6b4ce;
}

div.Tokenize ul.TokensContainer li.Token a.Close:hover
{
    background: transparent;
    text-decoration: none;
}

div.Tokenize ul.Dropdown
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    display: none;
    width: 100%;
    padding: 5px 0;
    margin: -1px 0 0 0;
    position: absolute;
    background-color: white;
    overflow-y: auto;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;

    z-index: 20;
}

div.Tokenize ul.Dropdown li
{
    padding: 5px 20px;
    overflow: hidden;
    cursor: pointer;
}

div.Tokenize ul.Dropdown li.Hover
{
    color: white;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.TokensContainer {
	padding: 5px;
	border: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fefefe;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: lighter;
	font-variant: lighter;
	font-size: 14px;
	text-align: right; 
	width: 405px;
}
#modul .TokenSearch input{
	box-shadow: none;
}
.wrapper, .mce-tinymce input, .wrapper .mce-tinymce select, .wrapper .mce-tinymce button, .wrapper .mce-tinymce textarea, p.wW, p.wM, p.wS{
	box-shadow: none;
	border-radius: 0;
}
@media(max-width: 1200px){
	html, body{
		padding: 0!important;
		width: 100%!important;
		height: 100%!important;
		overflow: auto;
	}
}
/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.6);
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
}
#nsbbox iframe{
	width: 90%;
	height: 95%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 50px;
	background-color: rgba(0,0,0,.3);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color: rgba(50,50,50,.3);
}
#nsbbox .pfeilLinks{
	left: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}
#nsbbox .pfeilRechts{
	right: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.loader {
	#display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .6);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .2);
	border-bottom: 10px solid rgba(100,100,100, .2);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 479px){
	html, body{
		width: 98%
	}
	#nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts{
		top: -1000px;
	}
	#Formular{
		overflow: auto!important;
	}
	.wrapper, input, select, textarea, div.Tokenize, ul.TokensContainer{
		width: auto!important;
		max-width: 98%;
		margin-right: 0;
	}
	select{
		overflow: hidden!important;
		max-width: 98%;
		margin-right: 0;
	}
	#modul{
		padding: 0;
		margin: 0;
	}
	#Formular, form{
		padding: 0;
		margin: 0;
		padding: 0;
	}
	#Subnav{
		width: 96%;
	}
	#head h1, .login legend{
		font-size: 11px;
	}
}


@media (prefers-color-scheme: dark){
	a{
		color: #a7a7a7;
	}
	a:hover, body, #modul h1, #modul h2, #modul h3, #modul h4, #modul p, h1, h2, h3, h4, p{
		color: #dfdfdf;
	}
	html{
		background-color: #141414;
	}
	body{
		background-color: #1E1E1E;
	}
	.confirm, .alert{
		box-shadow: 0 0 10px #000;
		background-color: #141414;
	}
	#head{
		border: 1px solid #666;
		background-color: #2B2928;
	}
	ul#navigation>li{
		border: 1px solid #666;
		background-color: #1E1E1E;
	}
	ul#navigation li ul li{
		background-color: #1E1E1E;
		border: 1px solid transparent;
		border-left: 1px solid #666;
	}
	ul#navigation li ul li:nth-child(even){
		background-color: #2b2928;
	}
	ul#navigation li ul{
		border: 1px solid #666;
		background-color: #1E1E1E;
		box-shadow: -1px 10px 20px 5px #000;
		padding-right: 2px;
	}
	#Subnav, #search, #Formular, .Rahmen {
		border: 1px solid #666;
		background-color: #2B2928;
	}
	input, select, button, textarea, p.wW, p.wM, p.wS {
		background-color: #1E1E1E;
		color: #a7a7a7;
		box-shadow: 0 0 10px #000;
		border-bottom: 1px solid #1E1E1E;
	}
	.liste .top {
		background-image: linear-gradient(to top, #000000, #494949);
		color: #a7a7a7;
	}
	.liste .top a {
		color: #ABABAB;
		text-shadow: 0px 2px 3px #666666;
	}
	.liste .light {
		background-color: #494949;
	}
	.liste .dark {
		background-color: #252525;
	}
	.liste .dark td {
		border-right: 1px dashed #666;
	}
	.liste .light td {
		border-right: 1px dashed #777;
	}
	.liste .light:hover {
		background-color: #6D896D;
	}
	.liste .dark:hover {
		background-color: #627C62;
	}
	.liste a.delete, .liste a.change, .liste a.new, .liste a.move, a.newT {
		opacity: .7;
	}
	
	.KopieKnopf {
		background-color: #586666;
		color: #dfdfdf;
	}
	.LoeschenKnopf{
		background-color: #774747;
		color: #dfdfdf;
	}
	.SpeichernKnopf{
		background-color: #718171;
		color: #dfdfdf;
	}
	input:required:valid, textarea:required:valid{
		background-color: #3E473E;
	}
	input:disabled {
		background-color: #404040;
	}
	ul#navigation li ul li:hover:nth-child(even){
		background-color: #666;
	}
	ul#navigation li:hover{
		background-color: #555;
	}
	input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid {
		background-color: #554a4a;
	}
}
