/* CSS Document */
@import url(../../../necolas.github.io/normalize.css/2.1.3/normalize.css);
body {
	background: #6D6D6D;
}
#error{
	text-align:center;
	color:#F00;
	font-weight:bold;
	
}
section#login {
	width: 500px;
	margin: 150px auto 0;
	background: #FFF;
	text-align: center;
	border-radius: 12px;
}
#logo{
	margin:10px auto;
	text-align:center;
	width:500px;
}


.breadcrumb{font-size:70%;color:#74863B;text-transform:uppercase;margin:1em .5em 2em 1.5em;}
.headline{}
.breadcrumb a{text-decoration:none;}.breadcrumb a:link{color:#333333;}
.breadcrumb a:visited{color:#333333;}
.breadcrumb a:hover,
.breadcrumb a:focus{color:#74863B;}
.breadcrumb a:active{color:#333333;}


section#login h1 {
	padding: 10px 0;
	text-shadow: -1px -2px 5px #3333FF;
	border-bottom: 1px solid #000;
}

section#login label {
	display: block;
}

section#login input {
	display: block;
	margin: 5px auto;
	padding: 3px 5px;
}

section#login fieldset {
	border: none;
}

section#panel {
	width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 8px 8px 0 0;
	background: #FFF;
	margin: 0 auto;
	border-bottom:20px solid rgba(153,153,153,.3);

}

section#panel header ul {
	list-style: none;
}

section#panel header ul li {
	float: left;
	border-right: 1px solid rgba(102,102,102,1);
}

section#panel header ul li:last-child {
	border: none;
}

section#panel header nav {
	background-image: -webkit-linear-gradient(bottom, rgb(124,128,120) 0%, rgb(222,222,222) 67%);
	background-image: -moz-linear-gradient(bottom, rgb(124,128,120) 0%, rgb(222,222,222) 67%);
	background-image: -o-linear-gradient(bottom, rgb(124,128,120) 0%, rgb(222,222,222) 67%);
	background-image: -ms-linear-gradient(bottom, rgb(124,128,120) 0%, rgb(222,222,222) 67%);
	background-image: linear-gradient(bottom, rgb(124,128,120) 0%, rgb(222,222,222) 67%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(124,128,120)), color-stop(0.67, rgb(222,222,222)) );
	height: 43px;
	line-height: 43px;
	border-radius: 5px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

section#panel header ul li a,section#panel header ul li a:visited {
	text-decoration: none;
	padding: 0 10px;
	height: 100%;
	color: rgba(51,51,51,1);
	text-shadow: 0 1px 2px #FFF;
	display: inline-block;
}

section#panel header ul li a:hover {
	background: rgba(51,51,51,.3);
}
footer{
	width:960px;
	margin:0 auto;
	background:#232323;
	height:43px;
	border-radius: 0 0 8px 8px;
	color:#FFF;
	line-height:43px;
	text-align:center;
}
#panel label{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:20px;
}
#panel input,#panel textarea{
	padding:3px 5px;
}
/*.x-tables tr.odd{
	background:rgba(0,153,255,.3);
	
}
.x-tables td{
	border:1px solid #630;
}*/
.x-tables a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.x-tables a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.x-tables a:active,
.x-tables a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.x-tables {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.x-tables th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.x-tables th:first-child {
	text-align: left;
	padding-left:10px;
}
.x-tables tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.x-tables tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.x-tables tr {
	text-align: center;
	padding-left:10px;
}
.x-tables td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.x-tables td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.x-tables tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.x-tables tr:last-child td {
	border-bottom:0;
}
.x-tables tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.x-tables tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.x-tables tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.readonly{
	background:rgba(102,102,255,.2);
}