a{
 	color:#D87A68;
	font-weight:700;
	text-decoration:none;
}

html,body{
	-webkit-font-smoothing:antialiased;
	
}
body{
/* 	font-family: 'Scada', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;

	color:#222;
	margin:1rem 0;
	
}
.site-title{
	margin-bottom:0;
	letter-spacing:-.05px;
	
}
.site-title:first-letter{margin-right:-.05em;}

.subpadding{padding-top:55px;}


#headcontainer {
	width: 100%;
}

#userinfo {
	float:right;margin:-120px 30px 0px 0px;text-align:right;
}

@media screen and (max-width: 810px) 
{

}
@media screen and (max-width: 650px) 
{
	#headcontainer {
		margin-top:0px;
	}
	.subpadding{padding-top:0px;}
	
	#userinfo {
		margin:0px 0px 20px 0px;
		float:none;
		text-align:left;
	}
}

@-webkit-keyframes fade {
		0% { display: none; opacity: 0; }	1% { display: block; }
		100%{ opacity: 1; }
}

@-webkit-keyframes fadeInDown {
		from { -webkit-transform: translateY(-10px); opacity: 0; }
		to { -webkit-transform: none; opacity: 1; }
}

@-webkit-keyframes fadeInUp {
		from { -webkit-transform: translateY(10px); opacity: 0; }
		to { -webkit-transform: none; opacity: 1; }
}


input, textarea {
	border:1px solid #ccc;
	width:100%;
	padding:10px;
	margin:5px 15px 5px 0px;
	border-radius:5px;
	font-size: 15px;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: 300;
	color:#000;
}
form input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
form input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid orange;
}
.send {
	width:200px;
	cursor: pointer;
	background-color: #D87A68;
	color:#ffffff;
}
.send:hover {
	background-color: #efaa9d;
}

input[disabled]{background-color:grey !important;cursor:default;margin-bottom:35px;}

.submenu ol {
	margin-top:-30px;
	padding-top:0px;
	list-style-position:inside;
}

.numered ol {
	list-style-position:inside;
}

.error p {
	color:red;
	margin:0px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.5em;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    background: #F9F9F9;
}
tr {
    border-bottom: 1px solid #E5E5E5;
}
th {
    font-weight: bold;
    background: #FFF;
}
td, th {
    padding: 6px;
    border: none;
    text-align: left;
}

.green {
	color:green;
}
.red {
	color:red;
}

.state-2 {color:white;background-color:red;}
.state-1 {color:white;background-color:red;}
.state0 {color:white;background-color:grey;}
.state1 {color:white;background-color:orange;}
.state2 {color:white;background-color:orange;}
.state3 {color:white;background-color:red;}
.state10 {color:white;background-color:lightgreen;}
.state11 {color:white;background-color:lightgreen;}
.state12 {color:white;background-color:green;}
.state13 {color:white;background-color:green;}