@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600,700");

html {
	font-family: sans-serif;
}

td,
th {
	/*padding: 0;*/
}

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666666;
	background-color: #ffffff;
}

a {
	color: #326395;
	text-decoration: none;
}

	a:hover,
	a:focus {
		color: #5d99d5;
		text-decoration: underline;
	}

	a:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

.main-logo {
	background-repeat: no-repeat;
	background: url(Images/Cryptopia-Light2x.png) no-repeat;
	background-size: contain; 
	width: 150px;
	height: 42px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

.text-muted {
	color: #999999;
}

.text-primary {
	color: #446e9b;
}

a.text-primary:hover {
	color: #345578;
}

.text-success {
	color: #468847;
}

a.text-success:hover {
	color: #356635;
}

.text-info {
	color: #3a87ad;
}

a.text-info:hover {
	color: #2d6987;
}

.text-warning {
	color: #c09853;
}

a.text-warning:hover {
	color: #a47e3c;
}

.text-danger {
	color: #b94a48;
}

a.text-danger:hover {
	color: #953b39;
}

.bg-primary {
	color: #fff;
	background-color: #446e9b;
}

a.bg-primary:hover {
	background-color: #345578;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}


blockquote {
	border-left: 5px solid #eeeeee;
}

	blockquote footer,
	blockquote small,
	blockquote .small {
		color: #999999;
	}

	.blockquote-reverse,
	blockquote.pull-right {
		border-right: 5px solid #eeeeee;
	}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	color: #c7254e;
	background-color: #f9f2f4;
}

pre {
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
	border-bottom: 2px solid #dddddd;
}

.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

.table .table {
	background-color: #ffffff;
}



.table-bordered {
	border: 1px solid #dddddd;
}

	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th,
	.table-bordered > tfoot > tr > th,
	.table-bordered > thead > tr > td,
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td {
		border: 1px solid #dddddd;
	}

	.table-bordered > thead > tr > th,
	.table-bordered > thead > tr > td {
		border-bottom-width: 2px;
	}

.table-striped > tbody > tr:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}



legend {
	color: #666666;
	border-bottom: 1px solid #e5e5e5;
}

.form-control {
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

	.form-control:focus {
		border-color: #66afe9;
	}

	.form-control::-moz-placeholder {
		color: #999999;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder {
		color: #999999;
	}

	.form-control::-webkit-input-placeholder {
		color: #999999;
	}

	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #eeeeee;
	}


.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #468847;
}

.has-success .form-control {
	border-color: #468847;
}

	.has-success .form-control:focus {
		border-color: #356635;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	}

.has-success .input-group-addon {
	color: #468847;
	border-color: #468847;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #c09853;
}

.has-warning .form-control {
	border-color: #c09853;
}

	.has-warning .form-control:focus {
		border-color: #a47e3c;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	}

.has-warning .input-group-addon {
	color: #c09853;
	border-color: #c09853;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #b94a48;
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

	.has-error .form-control:focus {
		border-color: #953b39;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	}

.has-error .input-group-addon {
	color: #b94a48;
	border-color: #b94a48;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #b94a48;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
}

.btn:hover,
.btn:focus {
	color: #ffffff;
}


.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

	.btn-default:focus,
	.btn-default.focus {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

	.btn-default:hover {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

	.btn-default:active,
	.btn-default.active,
	.open > .dropdown-toggle.btn-default {
		color: #333;
		background-color: #e6e6e6;
		border-color: #adadad;
	}

		.btn-default:active:hover,
		.btn-default.active:hover,
		.open > .dropdown-toggle.btn-default:hover,
		.btn-default:active:focus,
		.btn-default.active:focus,
		.open > .dropdown-toggle.btn-default:focus,
		.btn-default:active.focus,
		.btn-default.active.focus,
		.open > .dropdown-toggle.btn-default.focus {
			color: #333;
			background-color: #e6e6e6;
			border-color: #adadad;
		}


	.btn-default.disabled:hover,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus,
	.btn-default[disabled]:focus,
	fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus,
	.btn-default[disabled].focus,
	fieldset[disabled] .btn-default.focus {
		background-color: #fff;
		border-color: #ccc;
	}

	.btn-default .badge {
		color: #fff;
		background-color: #333;
	}


.btn-primary {
	color: #ffffff;
	background-color: #606f7f;
	border-color: #556371;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
		color: #ffffff;
		background-color: #556371;
		border-color: #606f7f;
	}

	.btn-primary .badge {
		color: #606f7f;
		background-color: #ffffff;
	}

.btn-success {
	color: #ffffff;
	background-color: #3cb521;
	border-color: #3cb521;
}

	.btn-success:hover,
	.btn-success:focus,
	.btn-success:active,
	.btn-success.active,
	.open > .dropdown-toggle.btn-success {
		color: #ffffff;
		background-color: #2e8a19;
		border-color: #2b8118;
	}

	.btn-success .badge {
		color: #3cb521;
		background-color: #ffffff;
	}

.btn-info {
	color: #ffffff;
	background-color: #606f7f;
	border-color: #556371;
}

	.btn-info:hover,
	.btn-info:focus,
	.btn-info:active,
	.btn-info.active,
	.open > .dropdown-toggle.btn-info {
		color: #ffffff;
		background-color: #556371;
		border-color: #606f7f;
	}

	.btn-info.disabled,
	.btn-info[disabled],
	fieldset[disabled] .btn-info,
	.btn-info.disabled:hover,
	.btn-info[disabled]:hover,
	fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus,
	.btn-info[disabled]:focus,
	fieldset[disabled] .btn-info:focus,
	.btn-info.disabled:active,
	.btn-info[disabled]:active,
	fieldset[disabled] .btn-info:active,
	.btn-info.disabled.active,
	.btn-info[disabled].active,
	fieldset[disabled] .btn-info.active {
		color: #c0bebf;
		background-color: #556371;
		border-color: #606f7f;
	}

	.btn-info .badge {
		color: #606f7f;
		background-color: #ffffff;
	}

.btn-warning {
	color: #ffffff;
	background-color: #d47500;
	border-color: #d47500;
}

	.btn-warning:hover,
	.btn-warning:focus,
	.btn-warning:active,
	.btn-warning.active,
	.open > .dropdown-toggle.btn-warning {
		color: #ffffff;
		background-color: #a15900;
		border-color: #975300;
	}


	.btn-warning .badge {
		color: #d47500;
		background-color: #ffffff;
	}

.btn-danger {
	color: #ffffff;
	background-color: #cd0200;
	border-color: #cd0200;
}

	.btn-danger:hover,
	.btn-danger:focus,
	.btn-danger:active,
	.btn-danger.active,
	.open > .dropdown-toggle.btn-danger {
		color: #ffffff;
		background-color: #9a0200;
		border-color: #900100;
	}


	.btn-danger .badge {
		color: #cd0200;
		background-color: #ffffff;
	}

.btn-link {
	color: #556371;
}

	.btn-link,
	.btn-link:active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
		background-color: transparent;
	}

		.btn-link,
		.btn-link:hover,
		.btn-link:focus,
		.btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover,
			.btn-link:focus {
				color: #606f7f;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover,
			fieldset[disabled] .btn-link:hover,
			.btn-link[disabled]:focus,
			fieldset[disabled] .btn-link:focus {
				color: #999999;
				text-decoration: none;
			}

.dropdown-menu {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

	.dropdown-menu .divider {
		background-color: #e5e5e5;
	}

	.dropdown-menu > li > a {
		color: #333333;
	}

		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			text-decoration: none;
			color: #ffffff;
			background-color: #446e9b;
		}

	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		color: #ffffff;
		text-decoration: none;
		background-color: #446e9b;
	}

	.dropdown-menu > .disabled > a,
	.dropdown-menu > .disabled > a:hover,
	.dropdown-menu > .disabled > a:focus {
		color: #999999;
	}

		.dropdown-menu > .disabled > a:hover,
		.dropdown-menu > .disabled > a:focus {
			text-decoration: none;
			background-color: transparent;
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			cursor: not-allowed;
		}

.dropdown-header {
	color: #999999;
}

.input-group-addon {
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.breadcrumb {
	background-color: #f5f5f5;
}

	.breadcrumb > li {
	}

		.breadcrumb > li + li:before {
			color: #cccccc;
		}

	.breadcrumb > .active {
		color: #999999;
	}

.pagination > li > a,
.pagination > li > span {
	color: #3399f3;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}


	.pagination > li > a:hover,
	.pagination > li > span:hover,
	.pagination > li > a:focus,
	.pagination > li > span:focus {
		color: #3399f3;
		background-color: #eeeeee;
		border-color: #dddddd;
	}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #999999;
	background-color: #f5f5f5;
	border-color: #dddddd;
	cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
}

.pager li > a,
.pager li > span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}

	.pager li > a:hover,
	.pager li > a:focus {
		text-decoration: none;
		background-color: #eeeeee;
	}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999999;
	background-color: #ffffff;
}

.label {
	color: #ffffff;
}

a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
}

.label-default {
	background-color: #474949;
}

	.label-default[href]:hover,
	.label-default[href]:focus {
		background-color: #2e2f2f;
	}

.label-primary {
	background-color: #446e9b;
}

	.label-primary[href]:hover,
	.label-primary[href]:focus {
		background-color: #345578;
	}

.label-success {
	background-color: #3cb521;
}

	.label-success[href]:hover,
	.label-success[href]:focus {
		background-color: #2e8a19;
	}

.label-info {
	background-color: #3399f3;
}

	.label-info[href]:hover,
	.label-info[href]:focus {
		background-color: #0e80e5;
	}

.label-warning {
	background-color: #d47500;
}

	.label-warning[href]:hover,
	.label-warning[href]:focus {
		background-color: #a15900;
	}

.label-danger {
	background-color: #cd0200;
}

	.label-danger[href]:hover,
	.label-danger[href]:focus {
		background-color: #9a0200;
	}

.badge {
	color: #ffffff;
	background-color: #3399f3;
}

a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #3399f3;
	background-color: #ffffff;
}




.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

	.alert-success hr {
		border-top-color: #c9e2b3;
	}

	.alert-success .alert-link {
		color: #356635;
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

	.alert-info hr {
		border-top-color: #a6e1ec;
	}

	.alert-info .alert-link {
		color: #2d6987;
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #fbeed5;
	color: #c09853;
}

	.alert-warning hr {
		border-top-color: #f8e5be;
	}

	.alert-warning .alert-link {
		color: #a47e3c;
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

	.alert-danger hr {
		border-top-color: #e6c1c7;
	}

	.alert-danger .alert-link {
		color: #953b39;
	}

.progress {
	background-color: #f5f5f5;
}

.progress-bar {
	color: #ffffff;
	background-color: #446e9b;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar[aria-valuenow="0"] {
	color: #999999;
}

.progress-bar-success {
	background-color: #3cb521;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #3399f3;
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #d47500;
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #cd0200;
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


.list-group-item {
	background-color: #ffffff;
	border: 1px solid #dddddd;
}


a.list-group-item {
	color: #555555;
}

	a.list-group-item .list-group-item-heading {
		color: #333333;
	}

	a.list-group-item:hover,
	a.list-group-item:focus {
		text-decoration: none;
		color: #555555;
		background-color: #f5f5f5;
	}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #999999;
}


	.list-group-item.disabled .list-group-item-text,
	.list-group-item.disabled:hover .list-group-item-text,
	.list-group-item.disabled:focus .list-group-item-text {
		color: #999999;
	}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #446e9b;
	border-color: #446e9b;
}


	.list-group-item.active .list-group-item-text,
	.list-group-item.active:hover .list-group-item-text,
	.list-group-item.active:focus .list-group-item-text {
		color: #c5d5e6;
	}

.list-group-item-success {
	color: #468847;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #468847;
}

	a.list-group-item-success .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-success:hover,
	a.list-group-item-success:focus {
		color: #468847;
		background-color: #d0e9c6;
	}

	a.list-group-item-success.active,
	a.list-group-item-success.active:hover,
	a.list-group-item-success.active:focus {
		color: #fff;
		background-color: #468847;
		border-color: #468847;
	}

.list-group-item-info {
	color: #3a87ad;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #3a87ad;
}

	a.list-group-item-info .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-info:hover,
	a.list-group-item-info:focus {
		color: #3a87ad;
		background-color: #c4e3f3;
	}

	a.list-group-item-info.active,
	a.list-group-item-info.active:hover,
	a.list-group-item-info.active:focus {
		color: #fff;
		background-color: #3a87ad;
		border-color: #3a87ad;
	}

.list-group-item-warning {
	color: #c09853;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #c09853;
}

	a.list-group-item-warning .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-warning:hover,
	a.list-group-item-warning:focus {
		color: #c09853;
		background-color: #faf2cc;
	}

	a.list-group-item-warning.active,
	a.list-group-item-warning.active:hover,
	a.list-group-item-warning.active:focus {
		color: #fff;
		background-color: #c09853;
		border-color: #c09853;
	}

.list-group-item-danger {
	color: #b94a48;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #b94a48;
}

	a.list-group-item-danger .list-group-item-heading {
		color: inherit;
	}

	a.list-group-item-danger:hover,
	a.list-group-item-danger:focus {
		color: #b94a48;
		background-color: #ebcccc;
	}

	a.list-group-item-danger.active,
	a.list-group-item-danger.active:hover,
	a.list-group-item-danger.active:focus {
		color: #fff;
		background-color: #b94a48;
		border-color: #b94a48;
	}


.panel {
	background-color: #ffffff;
	border: 1px solid transparent;
}

.panel-heading {
	border-bottom: 1px solid transparent;
}

.panel-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #dddddd;
}


.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #dddddd;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}

.panel-default {
	border-color: #dddddd;
}

	.panel-default > .panel-heading {
		color: #333333;
		background-color: #f5f5f5;
		border-color: #dddddd;
	}

		.panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #dddddd;
		}

		.panel-default > .panel-heading .badge {
			color: #f5f5f5;
			background-color: #333333;
		}

	.panel-default > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #dddddd;
	}


.panel-primary {
	border-color: #dddddd;
}

	/*.panel-primary > .panel-heading {
		-moz-box-shadow: inset 0 1px 0 whitesmoke !important;
		-webkit-box-shadow: inset 0 1px 0 whitesmoke !important;
		box-shadow: inset 0px 1px 0px whitesmoke !important;
		background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100% !important;
		background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%) !important;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf)) !important;
		background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%) !important;
		background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%) !important;
		background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%) !important;
		color: #666666 !important;
		border-color: #dddddd !important;
	}*/

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #446e9b;
		}

		.panel-primary > .panel-heading .badge {
			color: #446e9b;
			background-color: #ffffff;
		}

	.panel-primary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #446e9b;
	}

.panel-success {
	border-color: #d6e9c6;
}

	.panel-success > .panel-heading {
		color: #468847;
		background-color: #dff0d8;
		border-color: #d6e9c6;
	}

		.panel-success > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #d6e9c6;
		}

		.panel-success > .panel-heading .badge {
			color: #dff0d8;
			background-color: #468847;
		}

	.panel-success > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #d6e9c6;
	}

.panel-info {
	border-color: #bce8f1;
}

	.panel-info > .panel-heading {
		color: #3a87ad;
		background-color: #556371;
		border-color: #606f7f;
	}

		.panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1;
		}

		.panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #3a87ad;
		}

	.panel-info > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #bce8f1;
	}

.panel-warning {
	border-color: #fbeed5;
}

	.panel-warning > .panel-heading {
		color: #c09853;
		background-color: #fcf8e3;
		border-color: #fbeed5;
	}

		.panel-warning > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #fbeed5;
		}

		.panel-warning > .panel-heading .badge {
			color: #fcf8e3;
			background-color: #c09853;
		}

	.panel-warning > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #fbeed5;
	}

.panel-danger {
	border-color: #eed3d7;
}

	.panel-danger > .panel-heading {
		color: #b94a48;
		background-color: #f2dede;
		border-color: #eed3d7;
	}

		.panel-danger > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #eed3d7;
		}

		.panel-danger > .panel-heading .badge {
			color: #f2dede;
			background-color: #b94a48;
		}

	.panel-danger > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #eed3d7;
	}


.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

	.well blockquote {
		border-color: #ddd;
		border-color: rgba(0, 0, 0, 0.15);
	}


.close {
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
}

	.close:hover,
	.close:focus {
		color: #000000;
		text-decoration: none;
		opacity: 0.5;
	}


.modal-content {
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
}


.modal-footer {
	border-top: 1px solid #e5e5e5;
}

.tooltip-inner {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top .tooltip-arrow {
	border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.right .tooltip-arrow {
	border-right-color: rgba(0, 0, 0, 0.9);
}

.tooltip.left .tooltip-arrow {
	border-left-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: rgba(0, 0, 0, 0.9);
}

.popover {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}


.popover.top > .arrow {
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
}

	.popover.top > .arrow:after {
		border-top-color: #ffffff;
	}

.popover.right > .arrow {
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}

	.popover.right > .arrow:after {
		border-right-color: #ffffff;
	}

.popover.bottom > .arrow {
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

	.popover.bottom > .arrow:after {
		border-bottom-color: #ffffff;
	}

.popover.left > .arrow {
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}

	.popover.left > .arrow:after {
		border-left-color: #ffffff;
	}

.btn:active,
.btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}





/*Theme*/

/*.header-collapse {
      background: #eeeeee !important;
}*/

.marketplace-nav-header {
	background-color: #eeeeee !important;
}

.marketplace-navbar {
	background-color: #eeeeee !important;
}


.header-user-nav-button {
	/*color: #fff;*/
}

	.header-user-nav-button:hover {
		/*color: #ffffff !important;*/
	}

.validation-summary-errors > ul > li {
	color: #c9302c;
}

.panelBg {
	background: #eeeeee;
	/*border-top:solid 1px #282828;*/
}



.exchange-btn-price-up {
	color: #5cb85c;
	font-size: smaller;
}

.exchange-btn-price-down {
	color: #ee5f5b;
	font-size: smaller;
}

div.dataTables_processing {
	background: rgba(0, 0, 0, 0.9) !important;
	border: solid 1px black;
}

	div.dataTables_processing > h4 {
		font-size: x-large !important;
	}



/* Chat */

.chat-header {
	background-color: white;
	border-bottom: solid 1px #ccc;
	color: #333;
}


.chat-emoticon-table-item {
	border: solid 1px #222729;
}

.chatusermessage {
	color: black !important;
	background-color: #62c462 !important;
}

.chat-highlight-usertouser {
	background-color: rgba(98, 196, 98, 0.5) !important;
	color: black !important;
}

.chat-highlight-admintouser {
	background-color: rgba(255, 0, 0, 0.2) !important;
	color: black !important;
}

.chat-highlight-modtouser {
	background-color: rgba(248, 148, 6, 0.5) !important;
	color: black !important;
}



.trade-minimum {
	font-size: small;
	font-style: italic;
}

.trade-icon-True {
	color: #62c462;
}

.trade-item-remove {
	color: #c9302c;
	font-size: x-large;
}

	.trade-item-remove:hover {
		color: red;
	}

div.jGrowl .jGrowl-notification {
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.notification-success {
	color: #62c462;
}

.notification-error {
	color: #e9322d;
}

.notification-warning {
	color: #dd5600;
}

.notification-info {
	color: #3a87ad;
}

.notification-header {
	color: white;
}

.notification-message {
	color: white;
}

div.jGrowl-close {
	color: #ffffff;
}

div.jGrowl-closer {
	color: #ffffff;
}


.table-icon-delete {
	color: #f2dede;
}

.table-icon-edit {
	color: #fcf8e3;
}

.table-icon-delete:hover {
	color: #446e9b;
}

.table-icon-edit:hover {
	color: #446e9b;
}

.table-icon-info:hover {
	color: #446e9b;
}

.auctionflag-noreserve {
	color: #9a0200; /*danger-hover*/
}

.auctionflag-met {
	color: #2e8a19; /*success-hover*/
}

.auctionflag-notmet {
	color: #a15900; /*warning-hover*/
}


.auctionbanner-buysell {
	color: #ffffff;
	background-color: #446e9b; /*btn-primary*/
	border: solid 1px #dddddd;
}

.auctionbanner-auction {
	color: #ffffff;
	background-color: #3399f3; /*btn-info*/
	border: solid 1px #dddddd;
}

.auctionbanner-wanted {
	color: #ffffff;
	background-color: #d47500; /*btn-warning*/
	border: solid 1px #dddddd;
}


.auctionbanner-featured {
	color: #ffffff;
	background-color: #3cb521; /*btn-warning*/
	border: solid 1px #dddddd;
}

.mineshaft-status-Offline {
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
	color: #b94a48 !important;
}

.mineshaft-status-Maintenance {
	background-color: #fcf8e3 !important;
	border-color: #fbeed5 !important;
	color: #c09853 !important;
}

.mineshaft-status-OK {
}

.currency-status-OK {
}

.currency-status-Maintenance {
	background-color: #fcf8e3 !important;
	border-color: #fbeed5 !important;
	color: #c09853 !important;
}


.currency-status-NoConnections {
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
	color: #b94a48 !important;
}


.currency-status-Offline {
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
	color: #b94a48 !important;
}

.tradepair-status-OK {
}

.tradepair-status-Closing {
	background-color: #f2dede !important;
	border-color: #eed3d7 !important;
	color: #b94a48 !important;
}


/*#cryptopia-nav {
	background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
	background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
	background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
}



	#cryptopia-nav ul {
		list-style: none;
		-moz-box-shadow: inset 0 1px 0 whitesmoke;
		-webkit-box-shadow: inset 0 1px 0 whitesmoke;
		box-shadow: inset 0px 1px 0px whitesmoke;
	}*/



	/*#cryptopia-nav a {
		-moz-box-shadow: inset 0 1px 0 whitesmoke;
		-webkit-box-shadow: inset 0 1px 0 whitesmoke;
		box-shadow: inset 0px 1px 0px whitesmoke;
		background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
		background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
		background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
		background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
		background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
		color: #666666;
		border-right: 1px solid rgba(0,0,0,0.10);
	}*/




	/*#cryptopia-nav .leftborder {
		border-left: 1px solid rgba(0,0,0,0.10);
	}


	#cryptopia-nav .has-sub ul {
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	}


		#cryptopia-nav .has-sub ul li a {
			background: #606f7f;
			border-bottom: 1px solid #59636f;
			border-bottom: 1px solid #556371;
			-moz-box-shadow: inset 0 1px 0 #606f7f;
			-webkit-box-shadow: inset 0 1px 0 #606f7f;
			box-shadow: inset 0px 1px 0px #606f7f;
			color: white;
		}


			#cryptopia-nav .has-sub ul li a:hover {
				background: #556371;
			}

	#cryptopia-nav .has-sub .has-sub ul {
	}

		#cryptopia-nav .has-sub .has-sub ul li a {
			background: #606f7f;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

	#cryptopia-nav > ul > li.active a {
		-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0px -2px 3px rgba(0,0,0,0.15);
		color: white;
		background: #4a5662 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNDNkM2QzM1NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNDNkM2QzM2NDk0QjExRTI5NjFDQzlFM0NGQzY5RDNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0M2QzZDMzM0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0M2QzZDMzQ0OTRCMTFFMjk2MUNDOUUzQ0ZDNjlEM0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6bEPV5AAAAUUlEQVR42mSO0RWAMAgDc4znAA7g/jvUFKj66gevCT0COs4rJLkIoSC1X+j+7GFfupj+a4bFu+isydcMr88dY/PkLL8bPnrLXTvHk2NdzC3AAIj5BKfn0x2aAAAAAElFTkSuQmCC);
		background: -moz-linear-gradient(top, #4a5662 0%, #606f7f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a5662), color-stop(100%, #606f7f));
		background: -webkit-linear-gradient(top, #4a5662 0%, #606f7f 100%);
		background: -o-linear-gradient(top, #4a5662 0%, #606f7f 100%);
		background: linear-gradient(to bottom, #4a5662 0%, #606f7f 100%);
	}

	#cryptopia-nav > ul > li:hover > a {
		-moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0px -2px 3px rgba(0,0,0,0.15);
		background: #606f7f;
		color: white;
	}

	#cryptopia-nav > ul > li.active > a > i {
		color: white !important;
	}

	#cryptopia-nav > ul > li:hover > a > i {
		color: white !important;
	}

	#cryptopia-nav > ul > li.nohover:hover > a {
		background: transparent;
	}

	#cryptopia-nav .has-sub li.nohover:hover > a {
		background: #606f7f;
	}*/









#footer {
	-moz-box-shadow: inset 0 1px 0 whitesmoke;
	-webkit-box-shadow: inset 0 1px 0 whitesmoke;
	box-shadow: inset 0px 1px 0px whitesmoke;
	background: #f2edea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100%;
	background: -moz-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2edea), color-stop(100%, #c0bebf));
	background: -webkit-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: -o-linear-gradient(top, #f2edea 0%, #c0bebf 100%);
	background: linear-gradient(to bottom, #f2edea 0%, #c0bebf 100%);
	color: #666666;
}

	#footer h4 {
		color: #666666;
		text-decoration: none;
		font-weight: 600;
	}

	#footer a {
		color: #666666;
	}






.exchange-btn.active {
	background: #606f7f !important;
	border-color: #666666 !important;
}

	.exchange-btn.active small {
		color: white !important;
	}


.stackmenu-footer a {
	color: #606f7f;
	font-size: 10px;
}

	.stackmenu-footer a:hover {
		color: #556371;
	}

#addressbook {
	border-bottom: solid 1px lightgray;
}








/* Profile sidebar */
.profile-sidebar .profile-sidebar-header {
	background: rgba(211, 211, 211, 0.1);
}

.profile-usertitle .profile-usertitle-name {
	color: #5a7391;
}

.profile-sidebar .profile-usermenu ul {
	border: solid 1px rgba(211, 211, 211, 0.2);
}

	.profile-sidebar .profile-usermenu ul li {
		border-bottom: 1px solid #f0f4f7;
	}

		.profile-sidebar .profile-usermenu ul li a {
			color: #556371;
		}


			.profile-sidebar .profile-usermenu ul li a:hover {
				color: white;
				background-color: #606f7f;
				border-color: #556371;
			}

		.profile-sidebar .profile-usermenu ul li.active a {
			border-left: 4px solid #606f7f;
			color: white;
			background-color: #556371;
			border-color: #606f7f;
		}
/*Theme*/



.marketplace-listitem {
	padding: 4px;
}



@keyframes redhighlight {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes redhighlight {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes redhighlight {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}


@keyframes redhighlight2 {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes redhighlight2 {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes redhighlight2 {
	0% {
		background-color: #f2dede;
	}

	100% {
		background-color: none;
	}
}


@keyframes greenhighlight {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes greenhighlight {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes greenhighlight {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}


@keyframes greenhighlight2 {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes greenhighlight2 {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes greenhighlight2 {
	0% {
		background-color: #dff0d8;
	}

	100% {
		background-color: none;
	}
}


@keyframes bluehighlight {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes bluehighlight {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes bluehighlight {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}


@keyframes bluehighlight2 {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}

@-moz-keyframes bluehighlight2 {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}

@-webkit-keyframes bluehighlight2 {
	0% {
		background-color: #afd9ee;
	}

	100% {
		background-color: none;
	}
}



@keyframes redhighlighttext {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes redhighlighttext {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes redhighlighttext {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}


@keyframes redhighlighttext2 {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes redhighlighttext2 {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes redhighlighttext2 {
	0% {
		color: #b94a48;
	}

	100% {
		color: none;
	}
}


@keyframes greenhighlighttext {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes greenhighlighttext {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes greenhighlighttext {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}


@keyframes greenhighlighttext2 {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes greenhighlighttext2 {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes greenhighlighttext2 {
	0% {
		color: #468847;
	}

	100% {
		color: none;
	}
}


@keyframes bluehighlighttext {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes bluehighlighttext {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes bluehighlighttext {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

@keyframes bluehighlighttext2 {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

@-moz-keyframes bluehighlighttext2 {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

@-webkit-keyframes bluehighlighttext2 {
	0% {
		color: #3a87ad;
	}

	100% {
		color: none;
	}
}

.redhighlight {
	-moz-animation: redhighlight .3s;
	-o-animation: redhighlight .3s;
	-webkit-animation: redhighlight .3s;
	animation: redhighlight .3s;
}

.redhighlight2 {
	-moz-animation: redhighlight2 .3s;
	-o-animation: redhighlight2 .3s;
	-webkit-animation: redhighlight2 .3s;
	animation: redhighlight2 .3s;
}

.greenhighlight {
	-moz-animation: greenhighlight .3s;
	-o-animation: greenhighlight .3s;
	-webkit-animation: greenhighlight .3s;
	animation: greenhighlight .3s;
}

.greenhighlight2 {
	-moz-animation: greenhighlight2 .3s;
	-o-animation: greenhighlight2 .3s;
	-webkit-animation: greenhighlight2 .3s;
	animation: greenhighlight2 .3s;
}

.bluehighlight {
	-moz-animation: bluehighlight .3s;
	-o-animation: bluehighlight .3s;
	-webkit-animation: bluehighlight .3s;
	animation: bluehighlight .3s;
}

.bluehighlight2 {
	-moz-animation: bluehighlight2 .3s;
	-o-animation: bluehighlight2 .3s;
	-webkit-animation: bluehighlight2 .3s;
	animation: bluehighlight2 .3s;
}

.redhighlighttext {
	-moz-animation: redhighlighttext .3s;
	-o-animation: redhighlighttext .3s;
	-webkit-animation: redhighlighttext .3s;
	animation: redhighlighttext .3s;
}

.redhighlighttext2 {
	-moz-animation: redhighlighttext2 .3s;
	-o-animation: redhighlighttext2 .3s;
	-webkit-animation: redhighlighttext2 .3s;
	animation: redhighlighttext2 .3s;
}

.greenhighlighttext {
	-moz-animation: greenhighlighttext .3s;
	-o-animation: greenhighlighttext .3s;
	-webkit-animation: greenhighlighttext .3s;
	animation: greenhighlighttext .3s;
}

.greenhighlighttext2 {
	-moz-animation: greenhighlighttext2 .3s;
	-o-animation: greenhighlighttext2 .3s;
	-webkit-animation: greenhighlighttext2 .3s;
	animation: greenhighlighttext2 .3s;
}

.bluehighlighttext {
	-moz-animation: bluehighlighttext .3s;
	-o-animation: bluehighlighttext .3s;
	-webkit-animation: bluehighlighttext .3s;
	animation: bluehighlighttext .3s;
}

.bluehighlighttext2 {
	-moz-animation: bluehighlighttext2 .3s;
	-o-animation: bluehighlighttext2 .3s;
	-webkit-animation: bluehighlighttext2 .3s;
	animation: bluehighlighttext2 .3s;
}



.the-price {
	background-color: rgba(220,220,220,.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
	padding: 20px;
	margin: 0;
}

	.the-price h1 {
		line-height: 1em;
		padding: 0;
		margin: 0;
	}

.subscript {
	font-size: 25px;
}


.paytopia-description {
	white-space: pre-line;
	min-height: 35px;
	max-height: 35px;
}

/* CSS-only ribbon styles    */
.cnrflash {
	/*Position correctly within container*/
	position: absolute;
	top: -9px;
	right: 4px;
	z-index: 1; /*Set overflow to hidden, to mask inner square*/
	overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
	width: 100px;
	height: 100px;
	border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
	/*Set position, make larger then 			container and rotate 45 degrees*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 145px;
	height: 145px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
	-ms-transform-origin: 100% 100%; /* IE 9 */
	-o-transform-origin: 100% 100%; /* Opera */
	-moz-transform-origin: 100% 100%; /* Firefox */
	background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
	background-size: 4px,auto, auto,auto;
	background-color: #aa0101;
	box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

	.cnrflash-inner:before, .cnrflash-inner:after {
		/*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
		content: " ";
		display: block;
		position: absolute;
		bottom: -16px;
		width: 0;
		height: 0;
		border: 8px solid #800000;
	}

	.cnrflash-inner:before {
		left: 1px;
		border-bottom-color: transparent;
		border-right-color: transparent;
	}

	.cnrflash-inner:after {
		right: 0;
		border-bottom-color: transparent;
		border-left-color: transparent;
	}

.cnrflash-label {
	/*Make the label look nice*/
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(1,1,1,.8);
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
}

.paytopia-panel-info {
	border-color: #dddddd;
}

.paytopia-panel-info > .panel-heading {
	color: #FFF;
	background-color: #606f7f;
	border-color: #556371;
}

.paytopia-buynow {
	color: #FFF;
	background-color: #606f7f;
	border-color: #556371;
}

		.paytopia-panel-info > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #bce8f1;
		}

		.paytopia-panel-info > .panel-heading .badge {
			color: #d9edf7;
			background-color: #31708f;
		}

.paytopia-buynow:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #bce8f1;
}



.news-content {
	color: #292f33;
}

.buttons-html5, .buttons-print {
	color: #3399f3;
}

	.buttons-html5:hover, .buttons-print:hover {
		color: #3399f3;
	}


.select2-dropdown {
}


.select2-container--default .select2-selection--single {
	outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

}

.select2-container--default [aria-selected=true].select2-results__option {
}































------------------------------------------------------------------------------

/* light css */

/* Nav */
.main-logo {
    background: url(/Content/Images/Cryptopia-Light@2x.png) no-repeat;
    background-size: contain;
}


/* Replace the 'nav' section in theme.Light.css */

#cryptopia-nav {
	background: #dddddd;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
	box-shadow: rgba(0,0,0,0.2) 0 2px 6px;
}



	#cryptopia-nav ul {
		list-style: none;
		-moz-box-shadow: inset 0 1px 0 whitesmoke;
		-webkit-box-shadow: inset 0 1px 0 whitesmoke;
		box-shadow: inset 0px 1px 0px whitesmoke;
	}



	#cryptopia-nav a {
		-moz-box-shadow: inset 0 1px 0 whitesmoke;
		-webkit-box-shadow: inset 0 1px 0 whitesmoke;
		box-shadow: inset 0px 1px 0px whitesmoke;
		color: #666666;
		border-right: 1px solid rgba(0,0,0,0.10);
	}

	#cryptopia-nav .leftborder {
		border-left: 1px solid rgba(0,0,0,0.10);
	}

	#cryptopia-nav .has-sub ul {
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	}

		#cryptopia-nav .has-sub ul li a {
			background-color: #dddddd;
		}

	#cryptopia-nav .has-sub .has-sub ul {
	}

		#cryptopia-nav .has-sub .has-sub ul li a {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}






/* From theme.Light.css */

.panel-primary > .panel-heading {
	-moz-box-shadow: inset 0 1px 0 whitesmoke !important;
	-webkit-box-shadow: inset 0 1px 0 whitesmoke !important;
	box-shadow: inset 0px 1px 0px whitesmoke !important;
	background-color: #dddddd !important;
	color: #666666 !important;
	border-color: #dddddd 
}


/* Top sub nav hovers: */

#cryptopia-nav  ul  li  a:hover {
	background: #999999 !important;
	color: #ffffff;
}

#cryptopia-nav > ul > li.nohover:hover > a {
	background: transparent;
}

#cryptopia-nav .has-sub li.nohover:hover > a {
	
}

/* Nav mobile overwrites */

#cryptopia-nav > .mobile-menu .has-sub > ul {
	background-color: #dddddd;
}

#cryptopia-nav > .mobile-menu .has-sub > ul li a.child-nav {
	background-color: #eeeeee;
}

#cryptopia-nav > .mobile-menu .has-sub > ul li a.parent-nav {
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
}

/* Home */
#byline {
	color: #333333;
	padding: 36px;
	margin-bottom: 30px;
	background-color: #dddddd;
	border: 1px solid #bcbcbc;
	 -moz-border-radius: 20px 20px 20px 20px !important;
    -webkit-border-radius: 20px 20px 20px 20px !important;
    border-radius: 20px 20px 20px 20px !important;

}

/* Marketplace */

.breadcrumb a {
	color: #666666;
}

/* Wallet */

.user-tabmenu .profile-sidebar {
    background-color: #eeeeee;
}

.profile-sidebar .profile-usermenu ul li a {
	color: #666666;
    background-color: #dddddd;
}

.profile-sidebar .profile-usermenu ul li a:hover {
    color: white;
    background-color: #999999;
    border-color: #333333;
}

/* Footer no gradient: */

#footer {
    -moz-box-shadow: inset 0 1px 0 whitesmoke;
    -webkit-box-shadow: inset 0 1px 0 whitesmoke;
    box-shadow: inset 0px 1px 0px whitesmoke;
    background: #eeeeee;
    color: #666666;
}

.transferpage .alert-warning {
	color: #333333;
}

.transfer-profile {
	background-color: #eeeeee;
	padding: 15px;
}



#sellorders, #buyorders, #markethistory, #useropenorders, #userorderhistory {
	border-collapse: collapse !important;
}

	#sellorders > tbody > tr:hover, #buyorders > tbody > tr:hover, #markethistory > tbody > tr:hover, #useropenorders > tbody > tr:hover, #userorderhistory > tbody > tr:hover {
		color: #666;
		font-weight: 600;
		border-bottom: double 1px #666;
	}


.market-favorite {
	color: #c8c8c8
}

.market-favorite-active {
	color: #468847;
}


.balance-favorite {
	color: #c8c8c8;
}

.balance-favorite-active {
	color: #468847;
}


.orderbook-indicator {
	color: transparent;
}

.orderbook-indicator-active {
	color: #468847;
}