@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBK5Xk.ttf) format('truetype')
}

@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBK5Xk.ttf) format('truetype')
}

body,
html {
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 11pt;
	font-family: Arial
}

body {
	background-color: #f2f2f2
}

.roboto,
#earth_content input,
h2,
h3,
h4,
h1,
h5,
h6,
#menu .content a,
.account,
.table th,
nav {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400
}

h2,
h1 {
	font-weight: 700;
	font-size: 24px;
	color: #f15744;
	margin: 0
}

#earth_content h1 {
	font-size: 40px;
	line-height: 1
}

h6,
.footer_post h3 {
	font-size: 16px;
	margin: 0;
	color: #bfbfbf !important;
	z-index: 1;
	position: relative
}

.footer_post p {
	font-size: 12px;
	color: #bbb
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ccc
}

a {
	color: #424242;
	text-decoration: underline;
	font-weight: 400
}

a:hover {
	text-decoration: none;
	color: #f15744
}

a:focus {
	color: rgba(241, 87, 68, 0.8)
}

fieldset {
	border: 0px;
	padding: 0;
	margin: 0
}

img {
	border: 0;
	max-width: 100%
}

sup {
	color: #e2e2e2
}

.navbar {
	border-radius: 0
}

footer.navbar {
	margin-bottom: 0;
	border: 0
}

footer img {
	opacity: .2
}

#menu .navbar,
#menu .navbar-collapse,
#menu .navbar-form {
	border: 0
}

#menu .navbar {
	height: 60px
}

.navbar-brand {
	padding: 0;
	margin-top: 6px;
	margin-bottom: 4px
}

.bg {
	background: #f2f2f2
}

#menu {
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	height: 60px;
	z-index: 99;
	border-bottom: 1px solid #d6d6d6fc
}

.sticky {
	position: fixed;
	top: 0
}

.sticky+.content {
	padding-top: 60px
}

body.back #menu {
	background-color: #fff !important
}

body.back {
	background-color: #4c4a4b !important;
	background-image: none
}

body.back .footer_post {
	background-color: #4c4a4b
}

body.back .white_post {
	background-color: #f3f3f3;
	background-image: none
}

.table tr,
.table td {
	border: 0
}

.form-horizontal .control-label {
	text-align: left
}

.form-horizontal .control-group {
	clear: both
}

.form-horizontal .controls {
	padding-top: 10px;
	display: block
}

.container.back {
	padding-top: 20px
}

#menu .content {
	margin-top: 0px
}

#menu .home {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	height: 40px;
	margin: 6px 0;
	display: block
}

.clr {
	clear: both
}

.bold {
	font-weight: bold
}

.navbar-toggle .icon-bar {
	color: #fff
}

#lines {
	position: relative;
	cursor: pointer;
	padding: 16px 32px 16px 0px;
	margin: 0
}

#lines span,
#lines span:before,
#lines span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 4px;
	width: 32px;
	background: #f15744;
	position: absolute;
	display: block;
	content: ''
}

#lines span:before {
	top: -10px
}

#lines span:after {
	bottom: -10px
}

#lines span,
#lines span:before,
#lines span:after,
#lines div {
	transition: all 500ms ease-in-out
}

#lines.open span {
	background-color: transparent
}

#lines.open span:before,
#nav-toggle.open span:after {
	top: 10px
}

#lines.open span {
	transform: rotate(180deg);
	transform: translate(0, -8px)
}

#lines.open span:before {
	transform: rotate(45deg)
}

#lines.open span:after {
	transform: rotate(-45deg)
}

#lines div {
	top: 42px;
	right: 2px;
	position: absolute;
	display: none;
	z-index: 9999
}

#lines ul {
	position: relative;
	background: #ffffff;
	border: 1px solid #fff;
	list-style: none;
	padding: 0;
	margin: 0 -8px 0 0;
	box-shadow: 0 0 5px #ccc
}

#lines ul:after,
#lines ul:before {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

#lines ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px
}

#lines ul:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #eee;
	border-width: 11px;
	margin-left: -11px
}

#lines li {
	border-bottom: 1px solid #ddd;
	width: 100%;
	position: relative
}

#lines li:last-child {
	border-bottom: 0
}

#lines a {
	color: #333 !important;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 8px 16px;
	clear: both;
	text-align: right;
	white-space: nowrap;
	text-align: left
}

#lines a:hover,
#lines:hover {
	color: #F15744 !important
}

#lines.open div {
	display: block
}

.line {
	padding: 0;
	margin: 0;
	list-style: none
}

#menu .container {
	position: relative
}

.white_post {
	background-color: #fff;
	padding: 20px 0
}

.white_post h3 {
	margin: 0px
}

#calc {
	background-color: #f2f2f2;
	padding: 20px;
	border-radius: 10px
}

.frontpage span:not(.back) {
	color: #333;
	text-align: center;
	display: block;
	font-size: 16px;
	margin-bottom: 10px
}

.frontpage .fronttable,
.frontpage .fronttable span {
	font-size: 14px;
	display: inline
}

.frontpage span.title {
	color: #333;
	font-weight: bold;
	font-size: 16px
}

.footer_post ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer_post ul li a {
	padding: 0
}

.footer_post tr {
	vertical-align: top
}

.footer_post {
	background: #4c4a4b;
	display: block;
	padding: 0
}

.footer_post h3 {
	color: #ccc
}

.footer_post ul a {
	font-size: 12px
}

.footer_post a {
	color: #979797;
	text-decoration: none
}

.footer_post a:focus,
.nav>li>a:focus {
	background-color: transparent
}

.footer_post a:hover {
	color: #f15744
}

.frontpage {
	background-color: #fff;
	padding: 30px 0
}

.frontpage.modules {
	box-shadow: inset 0 13px 8px -6px #e9e8e8;
	background-color: #f2f2f2
}

.frontpage.modules .card-selector {
	text-align: center
}

.frontpage.modules .card-selector div {
	height: 70px;
	display: inline-block;
	min-width: 120px;
	max-width: 80%;
	opacity: .2;
	margin: 10px 20px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1)
}

.info {
	border: 20px solid #fff;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	box-shadow: 0 0 2px #ccc;
	text-align: center;
	margin: 20px auto;
	background: #a1c6d3 no-repeat 50% 50%;
	box-shadow: 0 0 15px #ccc
}

.signin {
	background-image: url("../img/signin.png")
}

.login {
	background-image: url("../img/login.png")
}

.deposit {
	background-image: url("../img/deposit.png")
}

.print {
	background-image: url("../img/print.png")
}

.usps {
	background-image: url("../img/usps.png")
}

#system-message-container {
	background-color: #919191;
	color: #fff;
	border-radius: 4px;
	margin-top: 10px
}

#system-message-container .alert {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #f15744
}

#system-message-container .close {
	float: right;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold
}

#system-message-container h4 {
	margin-top: 0;
	font-size: 18px
}

.workflow {
	background-color: #fff;
	border-radius: 4px;
	padding: 20px;
	margin: 0px 0 0px 0;
	box-shadow: 0 0 5px #ddd
}

.mod-languages a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	padding: 4px 3px !important
}

.mod-languages {
	margin: 0
}

.mod-languages .lang-active a {
	text-decoration: none;
	color: #919191;
	background-color: #424242;
	border-radius: 2px
}

textarea:required+label::before {
	content: "*"
}

#earth_content input[type=submit] {
	margin-left: 2px
}

#jform_contact_message,
#jform_contact_emailmsg {
	width: 90%
}

input[type=submit]:disabled {
	color: #ccc
}

#username,
#password {
	max-width: 100%;
	box-sizing: border-box;
	width: 100%
}

#earth_content {
	overflow: hidden;
	position: relative;
	min-height: 320px;
	width: 100%;
	padding: 24px 0 50px 0;
	color: #424242
}

#earth {
	z-index: 1;
	position: absolute;
	bottom: -370px;
	right: 50px;
	opacity: .8;
	width: 484px;
	height: 484px;
	border-radius: 242px;
	background-image: url(../img/earth.jpg);
	-webkit-animation: -webkit-rotating-earth 120s infinite normal linear;
	-moz-animation: -moz-rotating-earth 120s infinite normal linear;
	-o-animation: -o-rotating-earth 120s infinite normal linear;
	-ms-animation: -ms-rotating-earth 120s infinite normal linear;
	animation: rotating-earth 120s infinite normal linear
}

#earth-form {
	z-index: 4;
	position: absolute;
	margin-top: -5px
}

.earth-info {
	margin: 5px 0 8px 0
}

@-webkit-keyframes -webkit-rotating-earth {
	100% {
		-webkit-transform: rotate(-359deg)
	}
}

@-moz-keyframes -moz-rotating-earth {
	100% {
		-moz-transform: rotate(-359deg)
	}
}

@-o-keyframes -o-rotating-earth {
	100% {
		-o-transform: rotate(-359deg)
	}
}

@-ms-keyframes -ms-rotating-earth {
	100% {
		-ms-transform: rotate(-359deg)
	}
}

@keyframes rotating-earth {
	100% {
		transform: rotate(-359deg)
	}
}

#clouds {
	z-index: 1;
	position: absolute;
	bottom: -400px;
	right: 0px;
	opacity: 1;
	width: 600px;
	height: 600px;
	border-radius: 0;
	background-image: url(../img/clouds.png);
	-webkit-animation: -webkit-rotating-earth 290s infinite normal linear;
	-moz-animation: -moz-rotating-earth 290s infinite normal linear;
	-o-animation: -o-rotating-earth 290s infinite normal linear;
	-ms-animation: -ms-rotating-earth 290s infinite normal linear;
	animation: rotating-earth 290s infinite normal linear
}

@-webkit-keyframes -webkit-rotating-earth {
	100% {
		-webkit-transform: rotate(-359deg)
	}
}

@-moz-keyframes -moz-rotating-earth {
	100% {
		-moz-transform: rotate(-359deg)
	}
}

@-o-keyframes -o-rotating-earth {
	100% {
		-o-transform: rotate(-359deg)
	}
}

@-ms-keyframes -ms-rotating-earth {
	100% {
		-ms-transform: rotate(-359deg)
	}
}

@keyframes rotating-earth {
	100% {
		transform: rotate(-359deg)
	}
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: 10px;
	min-height: 0;
	font-size: 14px
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 10px 0;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2.2em
}

button.ui-button-icon-only {
	width: 2.4em
}

.ui-button-icons-only {
	width: 3.4em
}

button.ui-button-icons-only {
	width: 3.7em
}

.ui-button .ui-button-text {
	display: block;
	line-height: normal
}

.ui-button-text-only .ui-button-text {
	padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em
}

input.ui-button {
	padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px
}

.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em
}

.ui-buttonset {
	margin-right: 7px
}

.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -0.3em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
	border: 0;
	max-width: 100%;
	box-shadow: 0 0 25px #333;
	border-radius: 4px
}

.ui-dialog .ui-dialog-titlebar {
	padding: 12px 10px;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	border: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
	color: #333;
	float: right;
	border-radius: 2px;
	padding: 2px 0
}

.ui-dialog .ui-dialog-titlebar-close:after {
	content: "鉁�";
	font: 14px/100%;
	text-shadow: 0 1px 0 #fff;
	color: #aaa
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	border-color: #ccc;
	box-shadow: 0 0 5px #fff
}

.ui-dialog .ui-dialog-titlebar-close:hover:after {
	color: #f96d51
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 10px;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none
}

.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5
}

.ui-menu .ui-state-disabled a {
	cursor: default
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em
}

.ui-menu .ui-menu-icon {
	position: static;
	float: right
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("../img/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.3em;
	margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px
}

.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-tabs {
	position: relative;
	padding: 0
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;
	border: 0;
	padding: 0;
	white-space: nowrap;
	margin-right: 1px
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 10px;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial;
	font-size: 12px
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial;
	font-size: 1em
}

.ui-widget-content {
	border: 0;
	background: #fff url(../img/ui-bg_flat_0_fff_40x100.png) 50% 50% repeat-x;
	color: #312e25
}

.ui-widget-content a {
	color: #312e25
}

.ui-widget-header {
	background: #126C85;
	color: #fff;
	font-weight: bold
}

.workflow .ui-widget-header {
	border-bottom: 1px solid #E3EBED;
	background: transparent
}

.ui-widget-header a {
	color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: #109d8e;
	font-weight: bold;
	color: #fff
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #f9452c url(../img/ui-bg_flat_0_f9452c_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #fff
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 0;
	background: #f9452c url(../img/ui-bg_flat_0_f9452c_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9452c;
	background: #f9452c url(../img/ui-bg_flat_0_f9452c_40x100.png) 50% 50% repeat-x;
	color: #fff
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url(../img/ui-bg_flat_95_cd0a0a_40x100.png) 50% 50% repeat-x;
	color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: alpha(opacity=70);
	font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: alpha(opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: alpha(opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../img/ui-icons_808080_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(../img/ui-icons_fff_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(../img/ui-icons_fff_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../img/ui-icons_ffffff_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(../img/ui-icons_fff_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(../img/ui-icons_fff_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../img/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px
}

.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px
}

.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px
}

.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px
}

.ui-corner-all {
	border-radius: 0
}

.ui-widget-overlay {
	background: #333 url(../img/ui-bg_flat_100_333_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: alpha(opacity=80)
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 0;
	background: #333 url(../img/ui-bg_flat_0_333_40x100.png) 50% 50% repeat-x;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 0
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-e {
	background-position: -35px -16px
}

dl {
	margin: 20px 0px
}

dt,
dd {
	line-height: 18px
}

dt {
	font-weight: bold
}

dd {
	margin-left: 9px
}

.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0
}

.dl-horizontal:after {
	clear: both
}

.dl-horizontal dt {
	float: left;
	width: 240px;
	clear: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dl-horizontal dd {
	margin-left: 240px
}

.modern {
	border-collapse: collapse
}

.modern th {
	background-color: #109d8e;
	padding: 14px 10px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	border: 1px solid #fff
}

.modern tr td {
	border: 0
}

.modern tr td:first-child {
	padding: 4px;
	color: #7F8C8D
}

.modern input {
	min-width: 186px;
	color: #333
}

.modern input[type=submit] {
	min-width: 120px
}

.modern select {
	color: #fff;
	padding: 12px;
	min-width: 200px;
	border: 1px solid #5078b3;
	margin: 0;
	margin: 0 2px;
	border-radius: 3px
}

.modern textarea {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ccc;
	width: 186px
}

.contacts {
	padding: 0;
	margin: 0;
	list-style: none
}

.contacts a {
	color: #f15744
}

.contacts.append {
	margin-left: 4px;
	background-color: #fefefe
}

.divider {
	border-right: 1px dotted #E3EBED;
	padding-right: 8px
}

.contacts th {
	background-color: #fff;
	font-size: 13px;
	padding: 3px 5px;
	border: 0;
	border-collapse: collapse;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}

.contacts th:last-child {
	border-right: 0
}

.contacts .required {
	border: 1px solid #ccc !important
}

.contacts .required:invalid {
	border-color: #f15744 !important
}

.contacts input[type=text],
.contacts input[type=number],
.contacts textarea,
.contacts select {
	padding: 5px !important;
	font-size: 14px;
	width: 100%;
	border: 1px solid #ddd;
	resize: none;
	color: #333
}

.contacts ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.contacts li,
.contacts button {
	-webkit-transition: background-color .25s ease-out;
	-moz-transition: background-color .25s ease-out;
	-o-transition: background-color .25s ease-out;
	transition: background-color .25s ease-out
}

.contacts select.select-block {
	width: 101%;
	margin-left: 0px
}

.contacts li {
	display: block;
	background-color: #f3f3f3;
	color: #333;
	padding: 10px 2px 10px 10px;
	min-height: 19px;
	line-height: 19px;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative
}

#dialog .contacts li {
	padding-right: 10px
}

#sortable li {
	cursor: move
}

.contacts li.active {
	background-color: #F15744 !important;
	color: #fff
}

.contacts li:hover {
	background-color: #ECF0F1
}

.contacts select option {
	background: #fff;
	color: #333
}

.rateid:hover {
	color: #fff
}

.contacts .edit,
.contacts .delete {
	height: 39px;
	width: 39px;
	margin-top: -10px;
	border: 0;
	background: transparent;
	float: right;
	font-size: 24px
}

.contacts .edit:after {
	content: "\270E"
}

.contacts .delete:after {
	content: "\2716"
}

.contacts .edit:hover,
.contacts .delete:hover {
	color: #f15744
}

.contacts h3 {
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 8px 0
}

.contacts .bootstrap-select.select-block {
	border: 0
}

.contacts .bootstrap-select.select-block button {
	background: none !important;
	margin: 0
}

.contacts .bootstrap-select.select-block li {
	background: none;
	user-select: none;
	cursor: pointer;
	line-height: normal;
	padding: 0;
	min-height: auto;
	margin: 0
}

.contacts .bootstrap-select.select-block li.active {
	background: none !important;
	outline: 0;
	text-decoration: none
}

.hover {
	background-color: #ECF0F1 !important
}

.error,
.contacts .error {
	background-color: #f25946;
	color: #fff !important;
	border: 1px solid #ddd !important;
	border-radius: 4px
}

.makedeposit ul {
	padding: 0;
	margin: 0;
	text-align: center
}

.makedeposit li {
	min-width: 140px;
	height: 100px;
	background: #fff no-repeat 50% 50%;
	cursor: pointer;
	padding: 20px;
	list-style: none
}

.makedeposit li span {
	display: none
}

.makedeposit .wm {
	background-image: url('../img/wmlogo.png')
}

.makedeposit .yd {
	background-image: url('../img/yd.png')
}

.makedeposit .mt {
	background-image: url('../img/mt.png')
}

.makedeposit .liqpay {
	background-image: url('../img/liqpay.png')
}

.makedeposit .rbk {
	background-image: url('../img/rbk.png')
}

.makedeposit .pp {
	background-image: url('../img/paypal.png')
}

.makedeposit .pb {
	background-image: url('../img/privatbank.png')
}

.makedeposit .visa {
	background-image: url('../img/visamastercard.png')
}

.makedeposit .btc {
	background-image: url('../img/btc.png')
}

.makedeposit .usdt {
	background-image: url('../img/usdt.png')
}

button.select {
	background-position: -46px 3px;
	float: right
}

.readonly {
	border: 0 !important;
	color: #333 !important;
	font-weight: bold
}

.tac {
	text-align: center
}

.progress-line {
	border: none;
	border-bottom: 0 solid #E3EBED;
	margin: 12px auto 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	z-index: 1;
	min-height: 90px;
	width: 70%
}

.progress-line .dot-container {
	border: 0 solid #333;
	flex: 1;
	min-height: 48px;
	text-align: center;
	z-index: 1;
	position: relative
}

.progress-line hr {
	display: block;
	width: 100%;
	z-index: 2;
	border: 0;
	border-bottom: 1px solid #E3EBED;
	position: absolute;
	left: 0;
	top: 37px
}

.progress-line .dot-container:first-child hr {
	width: calc(50% - 10px);
	left: calc(50% + 10px)
}

.progress-line .dot-container:last-child hr {
	width: 50%
}

.progress-line .dot {
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #E3EBED;
	margin: auto;
	z-index: 10;
	position: absolute;
	left: calc(50% - 10px)
}

.progress-line .dot.active {
	background-color: #5286CC !important;
	border-color: #5286CC;
	z-index: 101
}

.progress-line span {
	text-align: center;
	white-space: nowrap;
	display: block;
	height: 48px;
	padding: 0 4px
}

.progress-line span a {
	font-size: .9em
}

.wait-container {
	height: 100px;
	min-width: 100px
}

.wait {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid #f15744;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: -25px;
	margin-top: -25px
}

.wait::before,
.wait::after {
	left: 18px;
	top: 50%;
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	background-color: #f15744;
	-webkit-border-radius: 2.5px;
	-moz-border-radius: 2.5px;
	-ms-border-radius: 2.5px;
	-o-border-radius: 2.5px;
	border-radius: 2.5px
}

.wait::before {
	height: 12px;
	-webkit-animation: spin 2000ms linear infinite;
	-moz-animation: spin 2000ms linear infinite;
	-ms-animation: spin 2000ms linear infinite;
	-o-animation: spin 2000ms linear infinite;
	animation: spin 2000ms linear infinite;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top
}

.wait::after {
	height: 18px;
	-webkit-animation: spin 800ms linear infinite;
	-moz-animation: spin 800ms linear infinite;
	-ms-animation: spin 800ms linear infinite;
	-o-animation: spin 800ms linear infinite;
	animation: spin 800ms linear infinite;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-ms-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.dotted td {
	border-bottom: 1px dotted #ddd;
	padding: 8px
}

.dotted td.hovered {
	background-color: #f9f9f9
}

.abs-right {
	position: absolute;
	right: 0px;
	top: 13px
}

.account {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	padding: 0 20px;
	margin-right: 40px;
	right: 0px;
	position: absolute;
	top: 0;
	height: 100%;
	line-height: 60px
}

.account ul li a:hover,
.account ul li a:focus {
	background-color: transparent !important
}

.pagination {
	text-align: center;
	clear: both;
	display: block;
	margin: 30px 0
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin-top: 20px
}

.pagination li {
	display: inline-block;
	margin: 4px
}

.pagination .counter {
	margin-bottom: 0
}

.onoffswitch {
	position: relative;
	width: 80px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.onoffswitch-checkbox {
	display: none
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0 solid #999999;
	border-radius: 0px
}

.onoffswitch-inner {
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin .3s ease-in 0s;
	-webkit-transition: margin .3s ease-in 0s;
	-o-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s
}

.onoffswitch-inner>div {
	float: left;
	position: relative;
	width: 50%;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-family: Trebuchet, Arial;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.onoffswitch-inner .onoffswitch-active {
	padding-left: 15px;
	background-color: #BDC3C7;
	color: #FFFFFF
}

.onoffswitch-inner .onoffswitch-inactive {
	padding-right: 15px;
	background-color: #BDC3C7;
	color: #FFFFFF;
	text-align: right
}

.onoffswitch-switch {
	width: 30px;
	margin: 0px;
	text-align: center;
	border: 0 solid #999999;
	border-radius: 0px;
	position: absolute;
	top: 0;
	bottom: 0
}

.onoffswitch-active .onoffswitch-switch {
	background: #5078b3;
	left: 0
}

.onoffswitch-inactive .onoffswitch-switch {
	background: #7F8C9A;
	right: 0
}

.onoffswitch-active .onoffswitch-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 30px;
	border-style: solid;
	border-color: #5078b3 transparent transparent #5078b3;
	border-width: 12px 6px
}

.onoffswitch-inactive .onoffswitch-switch:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 30px;
	border-style: solid;
	border-color: transparent #7F8C9A #7F8C9A transparent;
	border-width: 12px 6px
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0
}

.cancel {
	display: block;
	background: #7F8C9A;
	height: 24px;
	line-height: 24px;
	color: #fff;
	padding: 0 4px;
	cursor: pointer
}

#ui-datepicker-div {
	box-shadow: 0 0 10px #333
}

.center {
	text-align: center
}

.moduletable-methods a {
	opacity: .4
}

.moduletable-methods a:hover {
	opacity: 1
}

.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	clear: both
}

.breadcrumb li {
	display: inline
}

.breadcrumb .divider {
	margin-left: 8px
}

.blog h2 a {
	font-size: 18px;
	font-weight: normal
}

.blog h1 {
	margin-bottom: 10px;
	border-bottom: 2px solid #E3EBED;
	padding-bottom: 10px
}

.blog img,
.item-page img {
	margin: 0 10px 10px 0
}

.clearfix {
	clear: both
}

.b {
	font-weight: bold
}

.table {
	width: 100%;
	border-collapse: collapse;
	border: 0
}

.table th {
	background-color: #eee;
	padding: 10px;
	color: #555;
	font-weight: normal;
	border-right: 1px #ccc solid
}

.table th:last-child {
	border-right: 0
}

.table td {
	font-size: 100%;
	padding: 5px
}

#system-debug {
	background-color: #f2f2f2
}

.lang-inline a {
	text-decoration: none
}

.lang-inline li {
	display: inline-block;
	line-height: 30px
}

.card-selector {
	position: relative
}

.card-selector input {
	position: absolute;
	z-index: 999;
	margin-left: 0px
}

.card-selector input:active+.cards {
	opacity: .9
}

.card-selector input:checked+.cards {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none
}

.card-selector div {
	background-repeat: no-repeat
}

.card-selector .usps {
	background-image: url("../img/usps-service.png");
	background-position: 20px 0;
	width: 120px;
	max-width: 100%
}

.custom .card-selector .usps {
	background-image: url("../img/usps-service-custom.png");
	background-position: 0 0;
	width: 387px;
	max-width: 100%
}

.card-selector .fedex {
	background-image: url("../img/fedex-service.png");
	width: 266px;
	max-width: 100%
}

.card-selector .ups {
	background-image: url("../img/ups-service.png")
}

.cards {
	padding-left: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	display: inline-block;
	width: 120px;
	height: 70px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7)
}

.cards:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9)
}

#profile .input-group-addon {
	min-width: 90px;
	text-align: left;
	max-width: 150px
}

#profile .doublefield {
	min-height: 83px
}

#profile .input-group-btn {
	width: auto
}

.input-group.same input {
	width: 60%
}

.input-group.same select {
	width: 40%
}

#code-help {
	display: none
}

.btn.btn-primary.btn-lg {
	background-color: transparent;
	display: inline-block;
	text-align: center;
	width: 152px;
	height: 37px;
	padding: 8px 0;
	border: 1px solid #f96d51;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #f96d51;
	font-size: 14px;
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-primary {
	background-color: #f96d51;
	border-color: #f96d51;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
	color: #f96d51;
	background-color: transparent;
	border-color: #ff775b
}

.btn-primary:active:focus {
	border-color: #f96d51;
	-webkit-focus-ring-color: #f96d51
}

.btn.btn-primary.btn-lg:hover {
	background: #f96d51;
	color: #f3f3f3;
	text-shadow: none
}

.breadcrumb {
	background-color: #fff
}

.breadcrumb>li+li:before {
	display: none
}

.nav>li>a:hover {
	background-color: transparent
}

.pmhl {
	color: #5283CC !important
}

.fronttable tr td:not(.text-left) .b {
	color: #5283CC !important;
	font-weight: normal
}

.modal-dialog {
	width: 'auto';
	height: 'auto';
	max-height: '100%'
}

.instagram,
.facebook {
	width: 24px;
	height: 24px;
	background: url('../img/facebook.png') no-repeat;
	display: inline-block;
	opacity: .3;
	border-radius: 5px;
	background-size: contain
}

.instagram {
	background-image: url('../img/instagram.png')
}

.instagram:hover,
.facebook:hover {
	box-shadow: 0 0 5px #333
}

.input-lg {
	border-radius: 3px;
	font-weight: normal
}

.modal-body a {
	color: #f15744
}

.get-started a {
	text-decoration: none;
	display: block
}

.get-started a div,
.get-started a span.title {
	transition: box-shadow .3s ease-in-out;
	transition: color .1s ease-in-out
}

.get-started a:hover {
	color: #f15744 !important
}

.get-started a:hover span.title {
	color: #f15744
}

.get-started a:hover div {
	box-shadow: 0 0 25px #bbb
}

#front-list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin: 0;
	padding: 0;
	list-style: none
}

#front-list li:before {
	content: '\002714';
	margin-left: 0px;
	margin-right: 10px
}

#front-h1 {
	color: #5078b3;
	font-size: 30px !important
}

.highlight {
	color: #f96d51;
	font-weight: bold
}

.HSTariffNumber {
	display: none
}

.HSTariffNumber input {
	cursor: pointer
}

.clickable {
	cursor: pointer
}

.HSTariffNumber input.has-success {
	border-color: #3c763d !important
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
	display: flex;
	pointer-events: none;
	position: absolute
}

.tooltipster-box {
	flex: 1 1 auto
}

.tooltipster-content {
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	-o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	-o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg)
	}

	75% {
		transform: rotate(2deg)
	}

	100% {
		transform: rotate(0)
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid #000;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	margin-left: -10px;
	top: 0;
	width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #ededed
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
	color: #666
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
	height: 9px;
	margin-left: -9px;
	width: 18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
	height: 18px;
	margin-left: 0;
	margin-top: -9px;
	width: 9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
	border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #ededed;
	top: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #ededed;
	left: -1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #ededed;
	left: 1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #ededed;
	top: -1px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
	border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
	left: -9px
}

#address-list li:hover {
	color: #fff;
	background-color: #f15744;
	cursor: pointer
}

#address-list li.edit {
	color: #fff;
	background-color: #f15744
}

#address-list .badge {
	line-height: 14px
}

#address-list .badge:hover {
	box-shadow: 0 0 10px #333
}

.alert-message a:hover,
.alert-message a:focus {
	color: #ddd;
	text-decoration: underline
}

.panel-style {
	padding: 15px;
	font-weight: bold;
	font-size: .9em;
	line-height: 2.5
}

.modal-info {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	font-size: .9em;
	color: #777;
	clear: both;
	margin: 15px 0
}

.synth a {
	padding: 0;
	display: block;
	border: 1 px solid #ccc;
	opacity: .65;
	border-radius: 10px;
	overflow: hidden;
	filter: alpha(opacity=65);
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.synth a:hover,
.synth a:active,
.synth a:focus {
	opacity: 1;
	border: #333;
	filter: alpha(opacity=100)
}

.synth a img {
	object-fit: cover
}

@media only screen and (max-width:720px) {
	.card-selector label {
		width: 100% !important
	}

	footer.navbar {
		position: relative
	}
}

@media only screen and (max-width:414px) {
	#earth_content {
		min-height: 480px
	}

	#earth-form {
		max-width: 92%
	}

	.get-started {
		margin: 0 auto !important
	}

	.info {
		max-width: 100%;
		width: 140px;
		height: 140px;
		border-width: 15px
	}

	.progress-line {
		width: 100%
	}

	.progress-line span {
		white-space: wrap;
		word-wrap: break-word
	}
}