/* CSS RESET ++ */
@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

* {
 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: transparent;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}

span.fa {
	transition-duration:0.3s;
}

/* CSS RESET -- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* FONTS ++ */

@font-face {
  font-family: "Varta";
  src: url("/assets/vendor/fonts/Varta/Varta-Regular.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Varta Light";
  src: url("/assets/vendor/fonts/Varta/Varta-Light.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Varta Medium";
  src: url("/assets/vendor/fonts/Varta/Varta-Medium.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Varta Semibold";
  src: url("/assets/vendor/fonts/Varta/Varta-SemiBold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Varta Bold";
  src: url("/assets/vendor/fonts/Varta/Varta-Bold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "Exo2";
  src: url("/assets/vendor/fonts/exo2/Exo2-Light.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Exo2-semibold";
  src: url("/assets/vendor/fonts/exo2/Exo2-SemiBold.ttf") format("truetype"); 
  font-weight: normal;
  font-style: normal;
}





/* FONTS -- */
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/* OVERALL STYLE */

html, body {
    width:100%;
	height:100%;
	min-height:100%;
}

body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: "Exo2";
	font-family: "Varta";
	letter-spacing:0.02em;
    font-size:14px;
    color:#515151;
	/* background-color: #F2F4F3; */
}

body.login {
	/* background-image:linear-gradient(rgba(20, 28, 16, 0.9),rgba(20, 28, 16, 0.9)),url('/assets/img/intro.jpg'); */
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.width-wrapper {
	display:table;
	width:100%;
	height:100%;
}
		
		
.float-left { float:left; }
.float-right { float:right; }
.red { color:red; }
.green { color:green; }
.relative { position:relative; }

h1 {
	font-size:22px;
	font-size:24px;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	margin-top:10px;
}

p {
	margin:10px 0;
}

section a {
	color:#2C8C99;
	border-bottom:1px solid transparent;
	text-decoration:none;
	padding-bottom:0;
	transition-duration:0.3s;
	font-size:15px;
	line-height:15px;
	/* padding-bottom:1px; */
	display:table;
}

section a.active,
section a:hover {
	border-color:rgba(44, 140, 153, 0.5);
	
}

.fa-trash,
.fa-trash-o,
.fa-remove {
	color:#EE4B2B;
	/* color:#BF1363; */
	
}

a.remove {
	border-color:transparent !important;
	cursor:pointer;
}

a.logo img {
	width:100%;
}

div.record {
	margin:10px 0;
	display:table;
}

div.record a {
	display:inline-table;
	margin-right:6px;
}

/* header */ 

header {
	width:100%;
	background:#22333B;
	color:#fff;
}

	header div.inner { 
		padding:17px 30px; 
		display:table;
		width:100%;
		box-sizing:border-box;
		
	}	
	
		
		header .fa { 
			/* opacity:0.8; */
			font-size:14px;
			color:#82A0BC !important;
		}
		
		header ul {
			list-style:none;
		}	
			
			header ul li {
				display:inline-block;
				margin:10px 9px;
			}

				header ul a {
					color:#F2D0A9;
					color:#fff;
					text-decoration:none;
					font-size:15px;
					padding-bottom:0px;
					border-bottom:1px solid transparent;
					transition-duration:0.3s;
					
				}	
				
				header ul a.active,
				header ul a:hover {
					border-color:#fff;
				}
				
		a.back {
			margin-top:15px;
		}
		
		a.back span.fa {
			font-size:12px;
			display:inline-table;
			vertical-align:middle;
			margin-top:-3px;
			line-height:10px;
			margin-right:2px;
		}
	

/* content section */

	section div.inner {
		padding:40px 30px;
	}

	.centered {
		text-align:center;
	}

	.button.large {
		font-size:15px;
	}
	
	.button.large.standalone {
		display:table;
	}
	
	#new-module,
	.button.large {
		font-size:14px;
		line-height:15px;
		border:1px solid #2C8C99;
		display:table;
		padding:7px 15px 4px 12px;
		box-sizing:border-box;
		border-radius:3px;
		background-color:#2C8C99;
		color:#fff;
		text-transform:uppercase;
	}
	
	a.set-filter-data {
		display:inline-table;
	}
	
	input.button {
		display:inline !important;
	}
	
	td .button.large {
		/* padding:4px 15px 2px 12px; */
	}
	
	#new-module {
		margin-top:10px;
		background-color:transparent;
		border-color:transparent;
		color:#fff;
		background-color:rgba(147, 156, 153,0.5);
	}
		#new-module span.fa {
			font-size:12px;
			display:inline-table;
			margin-top:-1px;
			line-height:20px;
			vertical-align:middle;	
			color:#fff;
		}		
		
	#new-module:hover {
		color:#304D6D;
		background-color:#FFF;
	}
	
		#new-module:hover span.fa {
			color:#304D6D;
		}

		.button.large:hover {
			background-color:transparent;
			color:#2C8C99;
		}


		a.button.large span.fa {
			font-size:10px;
			margin-right:2px;
			color:#fff;
		}
			
		a.button.large:hover {
			background-color:transparent;
			color:#2C8C99;
		}
		
		a.button.large:hover span.fa {
			color:#2C8C99;
		}
		

/* module tree ++ */

	div.tree {
		min-width:250px;
		padding:22px 25px;
		border-radius:5px;
		background:#c3ccc4;
		position:relative;
		display:inline-block;
		vertical-align:top;
	}
	
	div.tree span.hl {
		margin-top:17px;
		margin-bottom:25px;
		opacity:0.8;
	}

	#module-form {
		margin:27px 40px;
		display:inline-block;
		vertical-align:top;
	}


		ul.site-tree li {
			list-style:none;
			margin:7px 0;
			position:relative;
		}
		
		ul.site-tree li ul {
			margin-bottom:15px;
		}
		
			ul.site-tree li li {
				margin:5px 0;
			}
		
			ul.site-tree li li li {
				margin:3px 0;
			}
		
			ul.site-tree li {
				padding-left:22px;
				/* white-space:nowrap; */
				letter-spacing:0.015em;
			}
			
				ul.site-tree>li ul {
					margin-left:-5px;
				}
				
		
			ul.site-tree li a {
				color:#000;
				font-size:17px;
				line-height:22px;
				text-decoration:none;
				display:inline;
				
			}
			
			ul.site-tree li a.opened,
			ul.site-tree li a:hover {
				color:#626762;
				color:#fff;
				border-color:transparent;
			}
			
			ul.site-tree li.opened>ul {
				display:block;
			}	
			
			ul.site-tree li a.toggle-child {
				font-size:10px;
				color:#00aad0;
				display:inline-table;
				text-align:center;
				position:absolute;
				left:2px;
				top:1px;
			}
			
				ul.site-tree li a.toggle-child span.fa {
					color:#fff;
					font-size:13px;
				}
			
			ul.site-tree li a span.fa-plus,
			ul.site-tree li a span.fa-minus {
				font-size:10px;
				color:rgba(0,0,0,0.5);
				color:#2C8C99;
			}
			
			
			ul.site-tree li.opened>a>span.fa-plus,
			ul.site-tree li.opened>a>span.fa-minus {
				/* color:#fff; */
				
			}
			
			ul.site-tree li a span.fa-minus {
				font-size:10px;
				line-height:20px;
				/* color:rgba(0,0,0,0.5); */
			}
			
			ul.site-tree li a span.fa-trash-o {
				/* font-size:13px; */
				color:rgba(0,0,0,0.5);
				
			}
			
				ul.site-tree li li a span.fa-trash-o {
					/* font-size:12px; */
				}
				
					ul.site-tree li li li a span.fa-trash-o {
						/* font-size:11px; */
					}
		
			ul.site-tree li a.toggle-child.opened {
			}
			
			ul.site-tree li a.hidden { 
				text-decoration:line-through;
				opacity:0.4;
			}
			
			ul.site-tree li a.hidden:hover { 
				opacity:1;
				color: #626762;
			}
			
			ul.site-tree li ul { 
				display:none;
			}

			ul.site-tree li ul li a { 
				font-size:15px; 
			}
			
				ul.site-tree li ul li li a { 
					font-size:15px; 
				}
				
				ul.site-tree li ul li li li {
					margin:7px 0;
				}
				
				ul.site-tree li ul li li li a { 
					font-size:13px; 
					line-height:15px;
					max-width:160px;
					display:table;
				}

			ul.site-tree li a.delete {
							
						}

			ul.site-tree li a.delete {
				position:relative;
				width:15px;
				height:15px;
				display: inline-table;
				vertical-align:middle;
				margin-left:9px;
				font-size:11px;
				margin-top:-6px;
			}


/* module tree -- */
/* lang menu ++ */

ul.lang-menu {
	list-style:none;
}

	ul.lang-menu li {
		display:inline-block;
		margin-right:10px;
	}

		ul.lang-menu li a {
			text-transform:uppercase;
			text-decoration:none;
			color:#000;
			border-color:transparent;
		}
		
		ul.lang-menu li a:hover {
		}
		
		ul.lang-menu li a.active {
			border-bottom:1px solid rgba(0, 0, 0, 0.5);
			/* opacity:0.5; */
			/* opacity:0.5; */
			
		}
		
		ul.lang-menu li a.active {
			cursor:default;
		}

/* lang menu -- */
/* --------------------------------------------*/
/* adminpanel sub menu ++ */

ul.menu.sub {
	/* list-style:none; */
	margin-bottom:10px;
	display:table;
	margin-left:20px;
}

	ul.menu.sub li {
		margin:12px 0;
		display:table;
		list-style: square;
		display: list-item;
	}
	
	ul.menu.sub li a {
		font-size:14.5px;
		letter-spacing:0.01em;
		border-bottom:1px solid transparent;
		display:table;
		box-sizing:border-box;
		padding-bottom:1px;
		text-transform:uppercase;
		/* font-family: "Exo2-semibold"; */
		padding-bottom:0px;
	}
	
	
	ul.menu.sub li a.active {
		/* color:#F39237; */
		/* border-color:rgba(44, 140, 153, 0.4); */
		/* color:#CCFF66; */
		color:#FF6666;
	}
	
	ul.menu.sub li a.active:hover {
		cursor:default;
	}
	
	ul.menu.sub li a:not(.active):hover {
		border-color:rgba(44, 140, 153, 0.4);
	}
	
span.hl {
	border-bottom:1px solid rgba(34, 51, 59, 0.2);
	width:100%;
	height:1px;
	display:table;
	margin:15px 0 35px 0;
}	
	
/* adminpanel sub menu -- */
/* --------------------------------------------*/
/* --------------------------------------------*/
/* AUTHENTICATE */

.form-authenticate {
	margin:0 auto;
	/* margin-top:100px; */
	border-radius:5px;
	display:inline-block;
	position:relative;
	text-align:left;
	padding:2px;
	padding:20px 20px 15px 20px;
	background-color: rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.6);
	box-sizing:border-box;
	background-color: rgba(0, 0, 0, 0.2);
}



.form-authenticate input[type=text], 
.form-authenticate input[type=password],
.form-authenticate input[type=submit] {
	border-color:transparent;
	background-color:rgba(255,255,255,1);
	color:#000;
}	
.form-authenticate input[type=submit] {
	background-color:rgba(255,255,255,1);
	
}

.form-authenticate input {
	margin:5px 0;
	
}

textarea,
input[type=text], 
input[type=password],
input[type=submit] {
	width:100%;
	border:1px solid #A7B2A8;
	color: #515151;
	border-radius:3px;
	padding:6px 10px;
	outline:none;
	box-sizing: border-box;
	/* border:1px solid rgba(255,255,255,0.4); */
	/* background-color:#fff; */
	border-radius:3px;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
	/* background-color:transparent; */
}

.form-authenticate input[type=submit] {
	background-color:transparent;
	display:table;
	width:auto;
	padding:0;
	font-size:12px;
	background-color:#fff;
	font-family:'Open Sans', sans-serif;
	padding:6px 10px;
	color:rgba(0,0,0,0.7);
	color:#fff;
	background-color:#1f3543;
	background-color:rgba(31, 53, 67, 0.7);

	
	/* padding:3px 10px 1px 10px; */
}

textarea {
	resize:none;
	min-height:120px;
	font-family:'Open Sans', sans-serif;
    font-size:13px;
}

a.submit {
	/* margin:22px 0; */
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid red;
}
a.submit.button.large span.fa {
	padding-right:7px;
	font-size:13px;
	color:#2C8C99;
	color:#fff;
}

a.submit:hover {
	opacity:0.85;
}

a.submit.button.large {
	/* background-color: transparent; */
    /* color: #2C8C99; */
}

a.submit.button.large:hover {
	background-color:#2C8C99;
    color:#fff;
}

a.submit.button.large:hover span.fa {
    color:#fff;
}

div.item-response {
}

	div.item-response p {
		padding:15px 12px 12px 12px;
		border-radius:4px;
		color:#fff;
		display:table;
	}
	
	div.item-response p.red {
		background-color:#F25C54;
	}
	
	div.item-response p.green {
		background-color:#44AF69;
	}

input[type=button].submit,
input[type=submit]{
	cursor:pointer;
	display:table;
	transition-duration:0.3s;
	font-size:15px;
	font-family: "Varta";
	display:inline-table;
/*
	padding:6px 10px;
	border:1px solid grey;
	border-radius:3px;
	color: #515151;
*/
	outline:none;
}

select {
	width:100%;
	/* max-width:610px; */
}

/* BASE LAYOUT */

#left-block {
	background:#c3ccc4;
	min-width:280px;
	width:280px;
	max-width:280px;
	height:100%;
	min-height:100%;
	-webkit-box-shadow: 0 0 1px 1px #868f87;
	border-bottom-right-radius:5px;
	border:1px solid green;
}

#right-block {
	border:1px solid green;
	vertical-align:top;
	margin-top:20px; 
	padding-left:30px; 
}

/* BASE FORM */

table.form {
	/* border:1px solid red; */
	max-width:880px;
	width:100%;
	/* border:1px solid red; */
}

table.form tr td:first-child {
	padding-right:20px;
	padding-top:15px;
	width:240px;
	line-height:20px;
}

table.form tr td:last-child {
	/* border:1px solid red; */
	width:620px;
}

table.form tr.red { color:red; }
table.form tr.red input { border:1px solid red; }

	table.form tr td {
		vertical-align:top;
		padding:5px 0;
	}
	
	
/* neskirots */

.image-sorting {
	list-style:none;
}

	.image-sorting li {
		margin:5px 0;
	}

.img-container {
	position: relative;
	/* clear: left; */
	/* float: left; */
}

a.delete {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	text-align: Center;
	color:#EE4B2B;
}

#images-upload {
	display:inline-block;
	margin-left:6px;
	margin-top:6px;
	width:24px;
	height:24px;
	line-height:24px;
	padding:0px;
}

.inline {
	vertical-align:middle;
	/* border:1px solid red; */
	display:inline-block;
}

.orange {
	color:orange;
}

.file-mangager-item {
	padding:10px 15px 10px 15px;
	/* padding:15px; */
	border-radius:5px;
	border:1px solid #eee;
	background:#eee;
	margin-bottom:10px;
}

	.file-mangager-item a.delete {
		top:10px;
		right:5px;
	}

.gallery-image-block, p.file-mangager-item {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	line-height: 0px;
	position: relative;
	/* border: 1px solid #A7B2A8; */
	list-style:none;
}

#gallery-images li {
	margin:5px;
}



a.logo {
	width:190px;
	fill: #2076B0;
	display:inline-block;
}

li.pattern {
	list-style: none;
	margin-top: 10px;
}

table.border {
	border-top: 1px solid #eee;
	padding:10px 0 !important;
	margin-top:20px !important;
}

.file-mangager-item {
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:10px;
	/* border:1px solid red; */
	width:180px;
	height:180px;
	overflow:hidden;
}

	.file-mangager-item img {
		/* width:100%; */
		/* height:auto; */
		max-height:140px;
		box-sizing:border-box;
		position:relative;
	}
	

div.ui-dialog select,
div.ui-dialog input {
	width:100%;
	width:67%;
	border:1px solid #A7B2A8;
	height:30px;
	margin:5px 0;
	padding:5px 10px;
	border-radius:3px;
	color:#585858;
	float:left;
}

div.ui-dialog p.title {
	margin:10px 2% 5px 0;
	font-size:14px;
	color:#585858;
	float:left;
	width:30%;
}

.ui-dialog-buttonpane.ui-widget-content {
	border: 0px none;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 8px 15px !important;
}

.ui-button {
	/* border:1px solid green !important; */
	outline:none;
}


/* ORDERS ++ */

table.orders {
	border-collapse:collapse;
	/* width:800px; */
	/* max-width:800px; */
	display:table;
	border:0 none;
	/* border:1px solid red; */
}

	table.orders tr {
			border:1px solid grey;
		
	}

		table.orders th,
		table.orders td {
			/* border:1px solid grey; */
			padding:15px;
			display:table-cell;
			max-width:300px;
			border-collapse:collapse;
		}

table td.additional-notes {
	cursor:pointer;
}

table.orders td.items {
	text-align:left;
	/* white-space:nowrap; */
	position:relative;
	max-width:500px;
}

table.orders th {
	background:#cccccc;
	cursor:pointer;
}

table.orders td.payment-status {
	cursor:pointer;
}

table.orders td.payment-status:hover {
	text-decoration:underline;
}

.headerSortUp  span.arrow {
	margin-left:6px;
	width:7px;
	height:8px;
	display:inline-block;	
	background:url('/assets/admin/img/icon-arrows-sprite.png') no-repeat right top;
}

.headerSortDown span.arrow {
	margin-left:6px;
	width:7px;
	height:8px;
	display:inline-block;
	background:url('/assets/admin/img/icon-arrows-sprite.png') no-repeat right bottom;
}

table tr.quad-paid td,
table tr.half-paid td {
	/* background:#FF7F50; */
	/* background:#9ACD32; */
	background:#ADFF2F;
}

table tr.full-paid td {
	background:#008000;
	color:#fff;
}

table tr.shipped td {
	background:#686868;
	color:#fff;
}

table tr.request-sent td {
	background:#ccffff;
	color:#000;
}

table tr.rechecked td,
table tr.request-reminder td {
	background:#8bcdcd;
}
/*
*/

table tr.shipped td div.email-content,
table tr.full-paid td div.email-content {
	color:#000;
}

table tr.unpaid td {
	background:#FAEBD7;
}

table.orders tr:hover {
	/* background:#FF4500; */
	background-color:rgba(0,0,0,0.1);
}

table.filter td {
	padding:4px 0px;
	
}

.email-content {
	position:absolute;
	left:10px;
	top:10px;
	display:none;
	z-index:10000;
	background:#fff;
	border:1px solid grey;
	padding:20px;
	cursor:pointer;
}

.email-content ul {
	margin-left:15px;
	margin-top:10px;
}

a.delete-order {
	border-radius:2px;
	margin-top:5px;
	display:inline-block;
	/* color:red; */
	background:#fff;
	padding:2px 4px;
}


table th,
table td {
	/* border:1px solid #fff; */
}

table.dataTable {
	margin-top:0px !important;
}

	div.dataTables_wrapper div.top {
		display:table;
		margin-bottom:15px;
		width:100%;
	}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody td {
	border:1px solid white !important;
	border-bottom:1px solid #fff white !important;
}

/* ORDERS -- */

.flickr-item {
	display:inline-block;
	position:relative;
}

/* registration ++ */

table.registration th,
table.registration td {
	border: 1px solid grey;
	padding:20px;
}
table.registration {
	border-collapse: collapse;
}


/* registration -- */
#filterEmail,
#filterDateFrom,
#filterDateTill,
#filterPaymentStatus,
#filterItemCategory {
	/* border:1px solid red; */
	width:240px;
}


	
	
/* shippinh prices ++ */

.global-wrapper {
	height:100%;
    position:relative;
    width:100%;
    box-sizing: border-box;
}

body.authenticate {
	width:100%;
	/* height:100%; */
}

body.authenticate div.width-wrapper {
	padding:30px 40px;
	max-width:1200px;
	margin:0 auto;
	height:100%;
	/* display:table; */
	box-sizing:border-box;
	text-align:center;
	border:0 none;
}


body.authenticate div.table {
	border:0 none;
	width:100%;
	height:100%;
	margin:0;
	display:table;
}

	body.authenticate div.table div.table-row {
		vertical-align:middle;
	}
	
		body.authenticate div.table div.table-row div.table-cell {
			vertical-align:middle;
			border:0 none;
		}

ol.regions {	
	margin-left:15px;
}

	ol.regions li{	
		margin:5px 0;
	}
	
div.table {
	margin-top:20px;
	display:table;
	width:100%;
	max-width:1200px;
}

	div.table div.table-row {
		display:table-row;
	}
		
		div.table div.table-row div.table-cell {
			display:table-cell;
			border:1px solid grey;
			padding:15px;
			min-width:80px;
			border-bottom:0 none;
			border-right:0 none;
		}
		
		div.table div.table-row div.table-cell:last-child {
			border-right:1px solid grey;
		}
		
		div.table div.table-row:last-child div.table-cell {
			border-bottom:1px solid grey;
		}
		
		.nowrap {
			white-space:nowrap;
			font-weight:bold;
		}

/* shippinh prices -- */



table.form {
    width: 100%;
}

table.form tr td:first-child {
    padding-right: 20px;
    padding-top: 15px;
    width: 200px;
    line-height: 20px;
}
table.form tr td {
    vertical-align: top;
    padding: 5px 0;
}
.inline {
    vertical-align: middle;
    display: inline-block;
}

#item-form {
    width: 100%;
    max-width: 1000px;
}



/*
ul.site-tree li a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
*/

.dashboard.stats {
	margin-top:10px;
	margin-bottom:30px;
	display:table;
	/* border:1px solid rgba(0,0,0,0.4) !important; */
	border:1px solid rgba(0,0,0,0.2);
}


.dashboard.stats th,
.dashboard.stats td{
	padding:12px 8px;	
	border-right:1px solid rgba(0,0,0,0.2);
	text-align:center;
}

.dashboard.stats th {
	padding-bottom:0;
}


div.dashboard.data span.hl {
	margin-top:0px;
	margin-bottom:30px;
}


#new-module, .button.large {
    font-size: 13px;
    line-height: 15px;
    display: table;
    padding: 11px 15px 6px 12px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

#new-module {
	padding-top:8px;
}

.button.large {
    border: 1px solid #2C8C99;
    background-color: #2C8C99;
    font-size: 14px;
    width: auto;
}


section a {
    color: #2C8C99;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    padding-bottom: 0;
    transition-duration: 0.3s;
    font-size: 15px;
    line-height: 15px;
    /* padding-bottom: 1px; */
    display: table;
}


ul.site-tree li a.delete {
	/* visibility:hidden; */
}

ul.site-tree li:hover a.delete {
	/* visibility:visible; */
}

ul.site-tree li a span.fa-trash-o {
    color: rgba(0, 0, 0, 0.5);
	font-size:13px;
	margin-left:5px;
}

ul.site-tree li a:hover span.fa-trash-o {
	color: #EE4B2B;
}


div.record a.delete {
    position: relative;
}
div.record a {
    display: inline-table;
    margin-right:7px;
	top:0;
	left:0;
	right:0;
}


table.dataTable {
	border-collapse: collapse !important;
}

table.dataTable thead td,
table.dataTable tbody td {
	margin-left:-1px;
	padding-top:14px !important;
	border:1px solid grey !important;
}


ol.material-blocks {
	margin-left:20px;
}

	ol.material-blocks li {
		margin:10px 0;
	}
	
	ol.material-blocks li:last-child {
		list-style:none;
	}
	

#gallery-images {
	display:table;
}

div.record.strike a {
    text-decoration: line-through;
}