/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 * 
 * custom css: 
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
label,input[type="submit"] {
	cursor:pointer;
}
* {
	box-sizing:border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family:"arial";
	background:#fff;
}
/* LAYOUT */
.container {
	width:98%;
	margin:0 auto;
}
.main {
	background:#fff;
	height:100vh;
}
.clearfix {
	clear:both;
}
/* LOGIN FORM */
.login-form {
	width:35%;
	margin:100px auto 0;
	box-shadow:0 0 3px 3px #e2e2e2;
	background:#fff;
	padding:10px;
	color:#333;
}
.login-form .logo {
	text-align:center;
	margin-bottom:5px;
}
.login-form .title{
	font-size:18px;
	margin-bottom:15px;
}
.login-form .holder {
	margin-bottom:5px;
}
.login-form .holder > label {
	display:inline-block;
	width:18%;
	vertical-align:middle;
}
.login-form .holder > input[type="text"],
.login-form .holder > input[type="password"] {
	width:81%;
	border:1px solid #999;
	height:28px;
	display:inline-block;
	vertical-align:middle;
	color:#333;
	padding:5px;
}
.login-form .holder.submit {
	text-align:right;
}
.login-form .holder.submit input {
	display:inline-block;
	background:#333;
	border:1px;
	color:#fff;
	padding:5px;
}
.login-form .error {
	background:tomato;
	color:#fff;
	padding:8px 10px;
	margin-bottom:10px;
}

/* HEADER */
.header {
	padding:25px 50px;
}
.header .logo {
	float:left;
}
.header .logout {
	float:right;
}
.header .logout h1 {
	font-size:30px;
	margin-top:30px;
	margin-bottom:3px;
}
.header .logout h2 {
	font-size:14px;
	margin-left:10px;
}
.header .logout h2 a {
	text-decoration:none;
	color:#666;
	text-decoration:underline;
}

/* MENU BORDER */
.menu {
	height: 48px;
	background: url("../images/menu_bg_center.gif") repeat scroll 0% 0% transparent;
	margin-bottom: 20px;
}

/* CONTENT */

/* CONTENT LEFT COL */
.content .left-col {
	width:20%;
	float:left;
	margin-right:2%;
}
.content .left-col ul li a {
	background: no-repeat #F1F1F1 10px 0;
	border: 1px solid #DADADA;
	display:block;
	text-decoration:none;
	padding:15px 15px 15px 62px;
	color:#333;
}
.content .left-col .submenu {
	height:0;
	overflow:hidden;
	transition:all 0.3s ease;
}
.content .left-col .submenu.show {
	height:auto;
	overflow:auto;
}
.content .left-col .submenu li a {
	padding:10px;
	padding-left:15px;
	font-size:15px;
	background:#fff;
	border:none;
	border-right:1px solid #DADADA;
	border-left:1px solid #DADADA;
}
.content .left-col ul li:last-of-type .submenu li a {
	border-bottom:1px solid #DADADA;
}
.content .left-col a.subaccount {
	background-image:url(../images/user_icon.jpg);
}
.content .left-col a.admin {
	background-image:url(../images/admin_icon.jpg);
}
.content .left-col a.pages {
	background-image:url(../images/page_icon.jpg);
}
.content .left-col a.slideshows {
	background-image:url(../images/slideshow_icon.jpg);
}
.content .left-col a.documents {
	background-image:url(../images/news_icon.jpg);
}
.content .left-col a.categories {
	background-image:url(../images/categories_icon.jpg);
}
.content .left-col a.stores {
	background-image:url(../images/stores_icon.jpg);
}
.content .left-col a.catalogue {
	background-image:url(../images/category_icon.jpg);
}

/* RIGHT COL */
.content .right-col {
	float:right;
	width:78%;
}
.content .right-col h2 {
    font-size: 24px;
    color: #035383;
	margin-bottom:10px;
}
.content .right-col h2 a {
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	vertical-align:middle;
	padding:5px 10px;
	background: #035383;
	color:#fff;
	border-radius:10px;
}
.content .right-col .crumb {
	font-size:13px;
	margin-bottom:20px;
}
.content .right-col .crumb a {
	color:#333;
	text-decoration:none;
}
.content .right-col .crumb a:hover {
	text-decoration:underline;
}
.content .right-col .tbl-rec {
	width:100%;
}
.content .right-col .tbl-rec th,
.content .right-col .tbl-rec td {
	text-align:center;
	padding:15px;
	font-size:15px;
}
.content .right-col .tbl-rec th {
	background-image:url(../images/table_head.jpg);
	color:#fff;
}
.content .right-col .tbl-rec td {
	background:#F1F1F1;
}
.content .right-col .tbl-rec td a{
	color:green;
}
.content .right-col .tbl-footer {
	background-image:url(../images/table_head.jpg);
	height:35px;
	margin-bottom:10px;
}

/* FILTER VIEW */
.filter-view {
	font-size:14px;
	padding-bottom:15px;
}
.filter-view .entry {
	float:left;
}
.filter-view .page {
	float:right;
}

/* MESSAGE */
.message {
	background:#77C577;
	padding:10px;
	color:#fff;
	font-size:15px;
	margin-bottom:5px;
}
.message.error {
	background:tomato;
}

.message.error a {
	color:#fff;
}

/* FORM */
.form {
	
}
.form .title {
	border-bottom:5px solid #225B7E;
	margin-bottom:15px;
}
.form .title span {
	background:#225B7E;
	color:#fff;
	padding:9px 15px;
	display:inline-block;
	font-size:15px;
}
.form .input {
	margin-bottom:35px;
	width:700px;
}
.form .input .helper {
	display:inline-block;
	vertical-align:top;
	width:450px;
}
.form .input .helper .input-guide {
	margin-top:5px;
	margin-left:5px;
}
.form .input .helper .input-guide li {
	font-size:12px;
	color:#666;
}
.form .input .helper .input-guide li:after {
	content:" * ";
	color:red;
}
.form .input .helper .image-guide {
	margin-top:5px;
	margin-left:5px;
	font-size:12px;
	color:#666;
}
.form .input .helper .image-guide li {
	line-height:1.2em;
}
.form .input .helper .image-guide li:first-of-type {
	font-weight:bold;
}
.form .input > label {
	font-size:14px;
	color:#225B7E;
	display:inline-block;
	vertical-align:middle;
	width:230px;
}
.form .input input[type="text"],
.form .input input[type="password"] {
	vertical-align:middle;
	display:inline-block;
	height:30px;
	border:1px solid #ccc;
	width:400px;
	border-left:5px solid #ccc;
	padding:3px;
	color:#333;
}
.form .input .check {
	font-size:14px;
	color:#225B7E;
	display:inline-block;
	color:#333;
}
.form .input select {
	vertical-align:middle;
	display:inline-block;
	height:30px;
	width:200px;
	border:1px solid #ccc;
	border-left:5px solid #ccc;
	padding:3px;
}
.form .input textarea {
	vertical-align:middle;
	display:inline-block;
	height:200px;
	border:1px solid #ccc;
	width:500px;
	border-left:5px solid #ccc;
	padding:3px;
	color:#333;
	resize:none;
}
.form .input .no-image {
	display:block;
	width:400px;
	height:150px;
	background:#f2f2f2;
	margin-bottom:5px;
	color:#333;
	padding-top:15%;
	font-size:15px;
	text-align:center;
	border:1px solid #ccc;
}
.form .input .w-image {
	display:block;
	width:400px;
	height:150px;
	background:#f2f2f2;
	margin-bottom:5px;
	color:#333;
	font-size:15px;
	text-align:center;
	border:1px solid #ccc;
	position:relative;
}
.form .input .w-image img {
	max-width:100%;
	height:100%;
}

.form .input .w-image:before {
	box-sizing:border-box;
	content:"Change Image";
	position:absolute;
	width:100%;
	height:100%;
	color:#f2f2f2;
	font-weight:bold;
	background:rgba(0,0,0,0.2);
	top:0;
	left:0;
	padding-top:15%;
}
.form .input .w-image.file:before {
	content:"Change File";
}
.form .input.submit {
	text-align:right;
	margin-top:50px;
}
.form .input.submit input,
.form .input.submit a {
	display:inline-block;
	height:30px;
	background:#225B7E;
	border:1px;
	color:#fff;
	padding:5px 10px;
	vertical-align:top;
}
.form .input.submit a {
	text-decoration:none;
	font-size:14px;
	line-height:1.4em;
	background:#3887B7;
}



/* FORM ERRORS */
.form .form-error {
	background:tomato;
	color:#fff;
	padding:5px 15px;
	margin-bottom:10px;
}
.form .form-error li {
	line-height:1.4em;
	font-size:15px;
}

/* EDIT CONTENT */
.edit-content a {
	text-decoration:none;
	background:#006699;
	color:#fff;
	padding:10px;
	font-size:14px;
	font-style:italic;
}
