*	{
	border:0;
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
	font-family:verdana;
	font-size:11px;
	border-collapse:collapse;
	border-spacing:0;
}
body, html{
	min-width:100%;
	min-height:100%;
}
html{
	border-top:2px solid #53A5D7;
	border-bottom:2px solid #53A5D7;
}
body{
	padding:0px 30px;
	background:#D8EBF9;
	text-align:center;
}
body:after{
	content:"";
	display:block;
	width:100%;
	height:30px;
}

#logo{
	display:block;
	text-align:center;
	margin:30px 0px;
	height:25px;
	left:0px;
}
#logo:before{
	content:"";
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
#logo *{
	display:inline-block;
	vertical-align:middle;
}
#logo img{
	height:100%;
}
#logo span{
	padding-left:10px;
	font-size:20px;
	text-shadow:1px 1px 0px #fff;
}

#login{
	display:block;
	text-align:center;
}
#login form{
	background:#fff;
	border:1px solid #ddd;
	border-radius:10px;
	width:300px;
	display:inline-block;
	vertical-align:top;
	max-width:90%;
	text-align:left;
	box-shadow:0px 0px 5px 1px #eee;
	overflow:hidden;
	margin-top:50px;
}
#login form div{
	display:block;
	background:#53A5D7;
	color:#fff;
	padding:8px 10px;
	font-weight:bold;
	margin-bottom:10px;
}
#login form div i{
	vertical-align:top;
	margin-right:5px;
	font-size:13px;
}
#login form span{
	display:block;
	width:93%;
	margin:10px auto 5px auto;
}
#login form input{
	display:block;
	border:1px solid #ddd;
	width:95%;
	margin:auto;
	padding:5px;
	border-radius:4px;
}
#login form p{
	display:inline-block;
	margin:15px 0px 0px 3%;
	color:#aaa;
}
#login form button{
	display:inline-block;
	background:#53A5D7;
	border-radius:5px;
	padding:5px 7px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
	float:right;
	margin:10px 2.5% 10px 0px;
	font-size:12px;
}
#login form button:hover{
	background:#6F8ECB;
}
#login form button i{
	font-size:11px;
	vertical-align:top;
	margin:2px 4px 0px 0px;
}

div.wrapper{
	background:#fff;
	border:1px solid #ddd;
	border-radius:10px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	max-width:1100px;
	text-align:left;
	box-shadow:0px 0px 5px 2px #eee;
	overflow:hidden;
}

#menu{
	background:#53A5D7;
	vertical-align:top;
	overflow:hidden;
}
#menu a.link{
	display:inline-block;
	margin:10px 0px 10px 10px;
	background:#fff;
	padding:3px 5px;
	border:1px solid #fff;
	border-radius:5px;
	color:#444;
	opacity:0.7;
	transition:all 0.3s;
	text-decoration:none;
}
#menu a.link.sel,
#menu a.link:hover{
	opacity:1;
}
#menu a.logout{
	background:#fff;
	color:#F11313;
	float:right;
	margin:12px 10px;
	font-size:15px;
	width:19px;
	height:19px;
	line-height:23px;
	overflow:hidden;
	text-align:center;
	border-radius:100%;
	font-weight:bold;
	opacity:0.9;
	transition:all 0.3s;
}
#menu a.logout:hover{
	opacity:1;
}

#messages div{
	border-top:1px solid #ddd;
	padding:5px 10px;
	font-size:12px;
}
#messages div i{
	vertical-align:top;
	font-size:14px;
	padding:1px 4px 0px 0px;
	text-shadow:none;
}
#messages div.msg_e{
	background:#FFF1F1;
	color:#E50202;
}
#messages div.msg_e i{
	color:#E92929;
}
#messages div.msg_s{
	background:#F2FBF2;
	color:#029702;
}
#messages div.msg_s i{
	color:#3BC53B;
}

#content{
	width:100%;
}
#content td{
	border-top:1px solid #ccc;
	vertical-align:top;
}
#content td.left{
	color:#888;
	width:170px;
	border-right:1px solid #ccc;
	font-weight:bold;
	padding:10px;
}
#content td.left span{
	color:#fff;
	background:green;
	font-weight:bold;
	padding:3px 4px;
	cursor:pointer;
	margin-right:5px;
	border-radius:5px;
	display:inline-block;
	opacity:0.5;
	font-size:13px;
	height:21px;
	line-height:19px;
}
#content td.left span.remove{
	background:#CF2323;
	right:36px;
}
#content td.left span:hover{
	opacity:1;
}
#content td.right{
	padding:10px;
}
#content td.right input,
#content td.right textarea,
#content td.right select{
	width:100% !important;
	border:1px solid #ddd;
	padding:7px;
	background:#fff;
	border-radius:3px;
	overflow:hidden;
}
#content td.right textarea{
	min-height:100px;
}
#content td.right input:focus,
#content td.right textarea:focus,
#content td.right select:focus{
	background:#F9FBFF;
}
#content td.right p.description{
	margin:7px 2px 0px 2px;
	color:#999;
}
#content td.right .nicEdit-main,
#content td.right .nicEdit-main *{
	font-size:13px;
}
#content td.right div.files_upload{
	border:3px dashed #ddd;
	background:#fafafa;
	width:100%;
	height:200px;
	padding-top:40px;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	text-align:center;
	font-size:40px;
	color:#bbb;
}
#content td.right div.files_upload:before{
	content:"Drag images here or click to select...";
	position:absolute;
	left:0px;
	right:0px;
	top:100px;
	font-size:20px;
}
#content td.right div.files_upload input{
	position:absolute;
	cursor:pointer;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:red;
	opacity:0;
}
#content td.right div.files div{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	height:100px;
	border:1px solid #ccc;
	background:#eee;
	margin:10px 10px 0px 0px;
	position:relative;
	text-align:center;
}
#content td.right div.files div:before{
	display:inline-block;
	vertical-align:middle;
	height:100%;
	content:"";
}
#content td.right div.files div img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
#content td.right div.files div i{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	background:#EF8A8A;
	color:#fff;
	font-weight:bold;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#content td.right div.files div i:hover{
	background:#CF2323;
}
#content td.right div.special_input{
	position:relative;
}
#content td.right div.special_input div{
	position:relative;
	border:1px dashed #ddd;
	padding:2px 3px;
	margin-top:10px;
	background:#fafafa;
	padding-right:70px;
}
#content td.right div.special_input div input{
	width:33% !important;
	margin:3px 0px 3px 0.5%;
}
#content td.right div.special_input div input:first-child{
	margin-left:0px;
}
#content td.right div.special_input div span{
	color:#fff;
	background:green;
	font-weight:bold;
	padding:3px 4px;
	cursor:pointer;
	margin-top:3px;
	border-radius:5px;
	display:inline-block;
	opacity:0.5;
	font-size:13px;
	height:21px;
	line-height:19px;
	position:absolute;
	right:3px;
	top:7px;
}
#content td.right div.special_input div span.remove{
	background:#CF2323;
	right:36px;
}
#content td.right div.special_input div span:hover{
	opacity:1;
}
#content td.buttons{
	padding:20px;
	text-align:center;
}
#content td.buttons button{
	display:inline-block;
	margin:10px 20px;
	background:#53A5D7;
	border-radius:5px;
	padding:6px 10px 7px 10px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	cursor:pointer;
}
#content td.buttons button:hover{
	background:#3287BB;
}
#content td.buttons button:before{
	content:"";
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
#content td.buttons button *{
	display:inline-block;
	vertical-align:middle;
}
#content td.buttons button i{
	margin-right:3px;
}

#loading{
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background:rgba(0,0,0,0.5) url(preloader.gif) no-repeat center center;
	background-size:auto 30px;
	text-align:center;
}
#loading:after{
	content:"Loading...";
	font-weight:bold;
	position:fixed;
	top:50%;
	left:0px;
	right:0px;
	bottom:0px;
	margin-top:30px;
	font-size:12px;
	color:#eee;
}

.nos{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}