* {
	box-sizing: border-box;
}

*::before, *::after {
	box-sizing: inherit;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

html {
	cursor: default;
	min-height: 100%;
	padding: 0;
	margin: 0;
	background: #EEE;
}

body {
	min-height: 100%;
	padding: 10px;
	margin: 0;
	font-family: arial, freesans, sans-serif;
}

a,
.link {
	cursor: pointer;
	color: #00E;
}

.link:hover {
	text-decoration: underline;
}

a .fa {
	color: #333;
}

.fa-2x {
	font-size: 28px !important;
}

.fa.categories-folder-icon {
	margin-right: 5px;
	color: rgba(0, 0, 0, .6);
}

.icon-status-toggle {
	cursor: pointer;
	color: #D11;
	vertical-align: middle;
}

.icon-status-toggle.active {
	color: #3C3;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph; /*IE*/
	filter: fliph; /*IE*/
}

td[width="25%"] {
	border-left: 20px solid transparent;
}

#header {
	float: left;
	width: 100%;
}

#header #logo {
	float: left;
}

#header #logout {
	display: none;
	float: right;
	padding: 0 20px;
	color: #999;
	font-size: .9em;
	line-height: 36px;
}

.logged-in {
	padding-left: 220px;
}

.logged-in #header #logout {
	display: block;
}

.admin-notice {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	background: #FF7;
	border: 1px solid #EE3;
	border-radius: 2px;
}

#header #logout a {
	color: #00E;
}

#login {
	display: none;
	position: fixed;
	z-index: 100000001;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
}

#login .white-container {
	max-width: 400px;
	margin: 20px auto;
}

.message {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid rgba(0, 0, 0, .4);
}

.message.error {
	text-shadow: 0 0 3px #300;
	background: #C33;
}

.message.warning {
	text-shadow: 0 0 3px #003;
	background: #39C;
}

.message.success {
	text-shadow: 0 0 3px #000;
	background: #BE3;
}

table.white-container {
	border-collapse: separate;
}

.white-container {
	padding: 20px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-right {
	text-align: right !important;
}

.txt-center {
	text-align: center !important;	
}

.btn {
	cursor: pointer;
	display: inline-block;
	min-width: 60px;
	padding: 12px 20px;
	margin: 0;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1 !important;
    background: linear-gradient(#EEE, #DDD);
	border: 1px solid #CCC;
	border-radius: 2px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-block {
	display: block;
}

.btn-compact {
	min-width: auto;
}

.btn-lg {
	padding: 16px 20px;	
	font-size: 13px;
}

.btn + .btn {
	margin-left: 6px;
}

.btn + .btn.right {
	margin-left: 0;
	margin-right: 10px;
}

.btn:hover {
	color: #111;
	border-color: #BBB;
	border-bottom-color: #999;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.btn-small {
	padding: 8px 15px;
}

.btn.btn-blue {
	color: #FFF;
	background: #39C;
	border-color: #27B;
}

.btn.btn-green {
	color: #FFF;
	background: #2B4;
	border-color: #272;
}

.btn.btn-red {
	color: #FFF;
	background: #D32;
	border-color: #910;
}

.btn.btn-orange {
	color: #FFF;
	background: #F71;
	border-color: #DB5F00;
}

.btn.btn-white {
	color: #000;
	background: #FFF;
	border-color: #888;
}

.btn.btn-disabled {
	cursor: not-allowed;
	opacity: .6;
}

.btn.btn-disabled:hover {
	color: #444;
	border-color: #CCC;
	box-shadow: none;
}

.dataTableHeadingRow {
	background: #333;
}

.dataTableHeadingContent {
	padding: 10px;
	font-size: .9em;
	color: #ffffff;
}

.dataTableRow {
	background: linear-gradient(to top, #DDD 1px, #FFF 1px);
}

.dataTableRowSelected .dataTableContent {
/* 	padding: 20px 10px; */
	font-weight: bold;
	background: linear-gradient(to top, #BBB 1px, #CCC 1px);
}

.dataTableRow:hover {
	background: linear-gradient(to top, #CC3 1px, #FF9 1px);
}

.dataTableContent {
	padding: 8px 10px;
	font-size: .9em;
	color: #000000;
}

.dataTableContent a {
	color: #333;
	text-decoration: none;
}

/* info box */
.infoBoxHeading { padding: 8px 10px; color: #ffffff; background-color: #333; }
.infoBoxContent { padding: 10px 20px; font-size: .9em; color: #000000; background-color: #CCC; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { color: #ff0000; }
.smallText { }
.main { font-size: 1em; }
.errorText { color: #ff0000; }

/* new messageStack styles */
.secInfo, .secSuccess, .secWarning, .secError {
  border: 1px solid;
  margin: 10px 0px;
  padding: 5px 10px 5px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.secInfo {
  border-color: #00529B;
  background-image: url('../images/ms_info.png');
  background: url('../images/ms_info.png') no-repeat 10px center, url('../images/ms_info_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #BDE5F8;
}

.secSuccess {
  border-color: #4F8A10;
  background-image: url('../images/ms_success.png');
  background: url('../images/ms_success.png') no-repeat 10px center, url('../images/ms_success_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #DFF2BF;
}

.secWarning {
  border-color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../images/ms_warning.png');
  background: url('../images/ms_warning.png') no-repeat 10px center, url('../images/ms_warning_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #FEEFB3;
}

.secError {
  border-color: #D8000C;
  background-image: url('../images/ms_error.png');
  background: url('../images/ms_error.png') no-repeat 10px center, url('../images/ms_error_bg.png') repeat-x; /* css3 multiple backgrounds */
  background-color: #FFBABA;
}

.secInfo p, .secSuccess p, .secWarning p, .secError p {
  padding: 2px;
}

#admin-navigation {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	width: 200px;
	margin: 10px;
	font-size: .9em;
	overflow: hidden;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#admin-navigation ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#admin-navigation li {
	float: left;
	width: 100%;
}

#admin-navigation .parent {
	background: linear-gradient(to top, #E6E6E6 1px, transparent 1px);
}

#admin-navigation .parent:hover .label {
	padding-left: 5px;
	color: #000;
	border-left: 5px solid #333;
}

#admin-navigation .active .parent {
	background: linear-gradient(to top, #222 1px, #333 1px);
}

#admin-navigation .active .parent .label {
	color: #FFF;
}

#admin-navigation .group:last-child .parent {
	border-bottom: none;
}

#admin-navigation .child {
	display: none;
	color: #FFF;
	background: linear-gradient(to top, #1099B1 1px, #12A5BF 1px);
}

#admin-navigation .active .child {
	display: block;
}

#admin-navigation .label {
	cursor: pointer;
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	color: #555;
	text-decoration: none;
}

#admin-navigation .child .label {
	color: #FFF;
	text-shadow: 0 0 1px rgba(6, 52, 61, .5);
}

#admin-navigation .child:nth-child(2) .label {
	background: linear-gradient(to bottom, rgba(6, 52, 61, .1), transparent 3px);
}

#admin-navigation a:hover {
	background: #FF9;
}

#admin-navigation .child:hover,
#admin-navigation .child.active {
	background: #1091A8;
}

#admin-navigation .new-feature::before {
	padding: 2px 4px;
	font-size: 11px;
	color: #FFF;
	content: 'Free';
	text-shadow: 0 1px 1px rgba(116, 11, 46, .6);
	background: #E91E63;
	border-radius: 2px;
}

#admin-navigation .active .new-feature {
	display: none;
}

#contentText {
	width: 400px;
	min-height: 100%;
	margin: auto;
	padding: 10px 0 0;
}

.logged-in #contentText {
	float: left;
	width: 100%;
}

.pageHeading {
	font-size: 1.2em;
	font-weight: bold;
}

.t90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.t180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.t270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#rotate_image {
	position: relative;
	z-index: 10;
}

#rotate_image #rotate {
	vertical-align: bottom;
}

#rotate_image #update_image {
	padding: 6px 4px;
}

#server-ip {
	cursor: default;
	float: left;
	width: 100%;
	padding: 5px;
	color: #DDD;
	text-align: right;
	font-size: .7em;
	font-family: arial, freesans, sans-serif;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.table {
	display: table;
	width: 100%;
	font-size: .8em;
}

.row {
	display: table-row;
	position: relative;
}

.cell {
	display: table-cell;
	padding: 12px;
	line-height: 33px;
	border-top: 1px solid #DDD;
}

.head {
	display: table-cell;
	padding: 12px;
	font-weight: bold;
	background: #F9F9F9;
	border-top: 1px solid #DDD;
}

.cell.compact,
.head.compact {
	width: 1px;
	white-space: nowrap;
}

.cell.truncate,
.head.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 1px;
}

.row.compact .cell {
	padding: 0 12px;
}

.head:last-child:not(:only-child),
.cell:last-child:not(:only-child) {
	text-align: right;
}

.row.highlight .cell {
	background: #FF9;
	border-color: #EE7;
}

.row.highlight + .row .cell {
	border-color: #EE7;	
}

.row:hover:not(.no-hover) .cell {
	background: #EEE;
}

.row.highlight:hover:not(.no-hover) .cell {
	background: #FF7;
	border-color: #EE5;
}

.row.highlight:hover:not(.no-hover) + .row .cell {
	border-color: #EE5;
}

.cell i.fa {
	vertical-align: middle !important;
}

.no-pad {
	padding: 0 !important;
}

.cell.no-vpad {
	padding: 0;
}

.dialog {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	font-size: .8em;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 2px 7px rgba(0, 0, 0, .1);
}

.dialog.loading::before {
	position: absolute;
	z-index: 1001;
	display: block;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(255, 255, 255, .75);
	border-radius: 3px;
}

.dialog.loading::after {
	position: absolute;
	z-index: 1001;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -.5em;
	content: 'Loading...';
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.dialog.dialog-large {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 20px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, .3), 0 10px 20px rgba(0, 0, 0, .3);
}

.dialog.dialog-small {
	width: 340px;
	margin-bottom: 50px;
}

.dialog.dialog-right {
	left: auto;
	right: 0;
}

.dialog .dialog-header {
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.dialog .dialog-header .dialog-header-button {
    cursor: pointer;
    height: 45px;
    padding: 3px 15px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
}

.dialog .dialog-header .dialog-header-button:hover {
	background: rgba(0, 0, 0, .8);
}

.dialog .dialog-footer {
	padding: 15px;
	background: #F8F8F8;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #DDD;
}

.dialog .dialog-panel {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 0;
	width: 300px;
	bottom: 0;
	background: #DDD;
	border-left: 1px solid #CCC;
	border-bottom-right-radius: 3px;
	box-shadow: 1px 0 0 rgba(0, 0, 0, .2);
}

.dialog .dialog-panel.right {
	right: 0;
	left: auto;
}

.dialog .dialog-panel .dialog-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #CCC;
	border: none;
}

.dialog .dialog-body {
	position: absolute;
	top: 45px;
	left: 300px;
	right: 0;
	bottom: 0;
}

.dialog .dialog-body.left {
	left: 0;
	right: 300px;
}

.field {
	padding: 0 15px 15px 15px;
	margin-top: 15px;
}

.field + .field {
	margin-top: 0;
}

.txt-input {
	width: 100%;
	padding: .6em;
	font-size: .9em;
	outline: none;
	background: #FFF;
	border: 1px solid #999;
}

.txt-input:focus {
	background: #FF9;
	border: 1px solid #CC3;
}

.txt-input.ng-invalid.ng-touched {
	background: #FCC;
	border-color: #D11;
	outline: 1px solid #D11;
}

input[type=text].txt-input,
input[type=number].txt-input,
select.txt-input {
	height: 38px;
}

.txt-search {
	position: relative;
}

.txt-search::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .6em;
	color: #333;
	font-family: 'FontAwesome';
	content: "\f002";
	pointer-events: none;
}

.txt-grey {
	color: #777;
}

.icon-green {
	color: #3C3 !important;
}

.icon-red {
	color: #D11 !important;
}

.icon-yellow {
	color: #EB0 !important;
}

.icon-orange {
	color: #F60 !important;
}

.icon-teal {
	color: #399 !important;
}

.pagination {
	margin-bottom: 10px;
}

.pagination-slider {
	width: 100%;
	outline: none;
}

.pagination-label {
	display: inline-block;
	padding: 0 20px;
	font-weight: bold;
	text-align: center;
}

@media print {
	html {
		background: transparent;
	}

	body.logged-in {
		padding: 0;
	}

	#header,
	#admin-navigation {
		display: none;
	}

	.white-container {
		padding: 0;
		box-shadow: none;
	}

	#server-ip {
		display: none;
	}

	[class*=button] {
		display: none;
	}

	.dataTableHeadingRow {
		background: transparent;
	}

	.dataTableHeadingContent {
		color: #000;
		font-size: .7em;
		font-weight: normal;
	}
}
