
/* MOBILES and upwards */

/* ////////////////////////// FONTS ///////////////////////// */


@font-face{
	font-family:'NotoSans';
	src:url('../../fonts/NotoSans-Regular-webfont.eot');
	src:url('../../fonts/NotoSans-Regular-webfont.eot?#iefix') format('eot'),
		url('../../fonts/NotoSans-Regular-webfont.woff') format('woff'),
		url('../../fonts/NotoSans-Regular-webfont.ttf') format('truetype'),
		url('../../fonts/NotoSans-Regular-webfont.svg#NotoSans') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'NotoSans';
	src:url('../../fonts/NotoSans-Italic-webfont.eot');
	src:url('../../fonts/NotoSans-Italic-webfont.eot?#iefix') format('eot'),
		url('../../fonts/NotoSans-Italic-webfont.woff') format('woff'),
		url('../../fonts/NotoSans-Italic-webfont.ttf') format('truetype'),
		url('../../fonts/NotoSans-Italic-webfont.svg#NotoSans-Italic') format('svg');
	font-weight:normal;
	font-style:italic;
}
@font-face{
	font-family:'NotoSans';
	src:url('../../fonts/NotoSans-Bold-webfont.eot');
	src:url('../../fonts/NotoSans-Bold-webfont.eot?#iefix') format('eot'),
		url('../../fonts/NotoSans-Bold-webfont.woff') format('woff'),
		url('../../fonts/NotoSans-Bold-webfont.ttf') format('truetype'),
		url('../../fonts/NotoSans-Bold-webfont.svg#NotoSans-Bold') format('svg');
	font-weight:bold;
	font-style:normal;
}
@font-face{
	font-family:'NotoSans';
	src:url('../../fonts/NotoSans-BoldItalic-webfont.eot');
	src:url('../../fonts/NotoSans-BoldItalic-webfont.eot?#iefix') format('eot'),
		url('../../fonts/NotoSans-BoldItalic-webfont.woff') format('woff'),
		url('../../fonts/NotoSans-BoldItalic-webfont.ttf') format('truetype'),
		url('../../fonts/NotoSans-BoldItalic-webfont.svg#NotoSans-BoldItalic') format('svg');
	font-weight:bold;
	font-style:italic;
}

body{
	margin: 0;
	font-family: 'NotoSans', helvetica, sans-serif;
	color: #666666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.wrap {
	width: 90%;
	margin: 0 auto;
}
#admintop{
	background: #000022;
	background: #363649;
	margin: 0;
	width: 100%;
	padding: 8px 0;
/*	position: fixed; 
	top: 0; */
	
}
#name {
	float:left;
	color:#ccc;
	padding-top: 4px;
	line-height: 2.5em;
}
#status {
	float:right;
	text-align: right;
	color:#fff;
	padding-top: 4px;
	line-height: 2.5em;
}
hr {
	height:1px;
	border-width:0;
	color:#999;
	background-color:#999;
}
#sidebar{
	margin: 24px 1.5% 0 1.5%;
	height: auto;
	float: left;
	visibility: visible;
}
#sidebar ul {
	list-style-type: none;
	font-size: 1em;
	margin: 5px 0 0 0px;
	margin: 0;
	padding: 0;
}
#sidebar li {
	width: 100%;
	line-height: 1.4em;
	margin: 0;
	padding: 4px 0 4px 10px;
}
#sidebar ul ul{
/*	background: #ff0000; */
	margin: 5px 0 0 6px;
	list-style-image: url('../gfx/li.png');
}
#sidebar ul li {
	margin: 0;
	margin: 0 0 0 24px;
	color: #9C9CAE;
	color: #000;
	font-weight: normal;
}
#sidebar ul li a:link, ul li a:visited {
	display: block;
	color: #0033CC;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar ul ul li {
	font-weight: normal;
}
#sidebar ul ul ul {
	margin: 5px 0 0 10px;
/*	background: #ff00ff; */
}
#sidebar ul ul ul li {
	line-height: 1.2em;
/*	font-size: 0.95em; */
}
.section{
	background:#F2EED4;
	background:#fff;
	padding-left: 0px;
	border: 0px;
	border-top: 1px solid #9C9CAE;
	border-bottom: 1px solid #9C9CAE;
/*	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
	border-radius: 0.4em;
	*/
}
.sel{
	background-image: url('../gfx/mark.png');
	background-repeat: no-repeat;
	background-position: right;
}
.clearboth {
	clear: both;
}
a {
	text-decoration: none;
}
.btn {
	height: 40px;
	width: 200px;
	border: 0 none;
	display: inline-block;
	margin: 4px;
	font-size: 1em;
	line-height: 2.5em; 
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #2B86F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.longbtn {
	height: 40px;
	border: 0 none;
	display: inline-block;
	margin: 4px;
	font-size: 1em;
	line-height: 2.5em; 
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #2B86F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
input[type="submit"]{
	border: 0 none;
	  display: inline-block;
/*	  padding: 6px 10px 6px; */
	  margin-bottom: 0;
	  font-size: 1em;
/*	  line-height: 2em; */
	  color: #fff;
	  text-align: center;
	  vertical-align: middle;
	  background-color: #2B86F3;
}
.btn a:link, .longbtn a:link {
	text-decoration: none;
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #000;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2B86F3;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
}
#pad {
	margin: 50px;
	margin: auto;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	background-color: #CCCCFF;
	color: #000000;
	font-weight: bold;
	border-top: 2px solid #9999CC;
	border-bottom: 2px solid #9999CC;
}
div.pagination {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #666;
	width: 710px;
	margin-top: 10px;
	padding: 15px;
}
div.pagination a {
	padding: 3px 6px 3px 6px;
	margin: 2px;
/*	border: 1px solid #000; */
	text-decoration: none;
	background-color: #eaeaea;
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	color: #000;
}
div.pagination span.current {
	padding: 3px 6px 3px 6px;
	margin: 2px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 3px 6px 3px 6px;
	margin: 2px;
	color: #DDD;
}
.fieldname{
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}
.fielddata{
	width: 100%;
	float: left;
	margin: 6px 0 4px 0;
}
.fielddata input[type="text"] { 
	border: 1px solid #999;
	font-size: 1em;
}
.fielddata textarea { 
	border: 1px solid #999;
	font-size: 1em;
	width: 100%;
}

/* Sortable */
#sortable { 
	list-style: none; 
	text-align: left; 
}
#sortable li { 
	margin: 0 0 10px 0;
	height: 42px; 
}
#sortable li span {
	background-color: #e7f1fe;
	background-image: url('../gfx/updown.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	width: 400px;
	height: 32px; 
	display: inline-block;
	float: left;
	cursor: move;
	padding-left: 10px;
	padding-top: 10px;
	color:#0b5ec1;
}
.sort {
	background:#2B86F3;
/*	height: 30px;*/
	width: 75%;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

/* ---------------------------------- TABLETS and upwards ----------------------------------*/

@media screen and (min-width: 28.75em) {

	body {
		margin: 0;
	}

}
