html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font-size: 100%;
    font: 'Roboto', sans-serif;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-spacing: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 40px 0;
    border-bottom: 1px solid #707070;
    min-height: 130px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: center;
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

b,
strong {
    font-weight: bold;
}

input,
textarea {
    border: 1px solid #fff;
    background: #0a3040;
    color: #fff;
}

input::placeholder,
input::-moz-placeholder input::-webkit-input-placeholder {
    color: #fff;
}

html,
body {
    height: 100%;
    background: #03131c;
    color: #fff;
}

.inner {
    display: block;
    max-width: 1240px;
    margin: 0 auto;
}
.page {
    min-height: 100%;
    height: auto;
    margin: -50px auto -121px;
    padding: 50px 0 131px;
    background-color: #03131c;
}

.page.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
}

.head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    padding-left: 3.6%;
    background: #051e2a;
    color: #bcbcbc;
    font-size: 14px;
}

.head a,
footer a {
    text-decoration: none;
}

.menu a:hover,
.menu span:hover,
.languages .current:hover {
    background: #03131C;
    color: #fff;
}

.logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 142px;
    height: 50px;
    margin-right: 20px;
}

.logo:hover {
    background: none;
}

.logo img {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.logo:hover img {
    opacity: .7;
}

header.head a.sites,
header.head .menu,
header.head .menu a {
    color: #fff;
}

.head .right {
    position: absolute;
    top: 0;
    right: 0;
}

.menu {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left: 2px solid #3d5058;
    text-align: center;
}

.menu.icon {
    padding: 13px;
    max-height: 100%;
    width: 51px;
	cursor: pointer;
}

.menu a,
.menu span,
.languages .current {
    display: inline-block;
    line-height: 50px;
}

.menu span{
  position: relative;
  cursor: pointer;
}

nav.menu {
    padding-right: 18px;
    border: none;
}

nav.menu > a,
nav.menu > span {
    height: 100%;
    padding: 0 9px;
}

.submenu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  box-shadow: 0 0 5px 0 #000;
  background-color: #0a3040;
  text-align: left;
}
.submenu a{
  display: block;
  padding: 0 20px;
  white-space: nowrap;
}

.menu span:hover .submenu,
.menu:hover > .submenu{
  display: block;
}

.languages {
    position: relative;
    padding: 0;
}

.languages .current {
    padding: 0 25px;
    cursor: pointer;
}

.languages .current:before {
    content: url('../img/lang.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: normal;
}

.lang_selection {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #262626;
}

.lang_selection a {
    display: block;
    padding: 10px;
}

.lang_selection.active {
    display: block;
}

.menu.login {
    padding: 0;
}

.menu.login a {
    padding: 0 31px;
    font-weight: bold;
}
.mobile-menu{
	display: none;
}
.mobile-menu{
	content: url('../img/subsites.png');
}

.sites {
  margin-right: auto;
  padding-right: 5px;
  border-left: none;
  line-height: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.sites:before {
    content: '';
    display: inline-block;
    vertical-align: sub;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    background: url('../img/subsites.png') center/cover no-repeat;
}
@media (max-width: 1000px){
	.mobile-menu{
		display: inline-block;
	}
	.menu-area{
		display: none;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 999999;
    	border-top: 1px solid #707070;
		background: #0a3040;
		text-align: left;
	}
	.menu-area.active{
		display: block;
	}
}
@media (max-width: 620px){
	.menu-area nav{
		display: block;
		padding-right: 0;
    	border-bottom: 1px solid #707070;
	}
	.menu.login a{
		padding: 0 15px;
	}
}


footer {
    background: #051e2a;
    color: #bcbcbc;
    font-size: 14px;
}
footer .inner{
	padding: 0 10px;
}

.ft_info {
    border-top: 1px solid #707070;
    line-height: 50px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

footer nav a {
    display: inline-block;
    margin: 0 10px;
    line-height: 70px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copyright {
    float: left;
}
@media (max-width: 1000px){
	footer .inner{
		text-align: center;
	}
	footer nav a{
		line-height: 40px;
	}
	.copyright,
	.stats{
		float: none;
		display: block;
		line-height: 30px;
	}
}

.form-title{
	margin-bottom: 15px;
}
.form-group {
    margin-bottom: 12px;
}
.form-group label{
	display: inline-block;
	vertical-align: middle;
	min-width: 22%;
	margin-right: 2%;
	text-align: right;
}
.form-group input[type=text],
.form-group input[type=password]{
	max-width: 100%;
	height: 31px;
	padding: 0 10px;
	line-height: 31px;
}

.form-group.has-error input {
    border-color: #ff5252;
}
.form-hint{
	margin-bottom: 10px;
	color: #ffd180;
	font-size: 12px;
}

.help-block {
    margin: 10px;
    color: #ff0000;
    font-size: 13px;
}

.box {
    background: #0a3040;
}
.box-head,
.box-body{
	padding: 17px 20px;
}
.box-head{
	background: #051e2a;
}

.centered .box {
	max-width: 90%;
    margin: 50px 0;
    padding: 50px 5% 20px;
}

.error{
  color: #f00;
}
.error-message {
    margin: 10px;
    color: #f00;
    text-align: center;
}

.message-title {
    margin: 0 0 10px;
    font-size: 24px;
    text-align: center;
}

.message {
    margin-bottom: 10px;
    font-size: 16px;
}

.window{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
	overflow: auto;
	padding-top: 5%;
	padding-bottom: 2%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.window.active{
	display: block;
}
.vcenter{
	display: table;
	margin: auto;
	height: 100%;
	padding: 0 5%;
}
.hcenter{
	display: table-cell;
	vertical-align: middle;
	overflow: auto;
}
.window .content {
    padding: 0 30px;
    margin: 0 auto;
}
.window .content.no-padding{
	padding: 0;
	overflow: hidden;
}
.modal-message{
  padding: 50px;
}
.modal-message h1{
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 32px;
}

.no-scroll{
	overflow: hidden;
}

.fullheight{
	display: flex;
	flex-direction: column;
}

.page-title{
	margin: 25px 0 10px;
	line-height: 32px;
	font-size: 24px;
	font-weight: 400;
}

.btn{
	display: inline-block;
	padding: 10px 25px;
	border: 2px solid #0089f3;
	background: none;
	color: #0089f3;
	text-decoration: none;
	cursor: pointer;
	border-radius: 30px;
}
.btn.green{
	color: #00ecc0;
	border-color: #00ecc0;
}
.btn.red{
	color: #ff6b6b;
	border-color: #ff6b6b;
}


/*site error page*/
.error-page h1 {
    margin-bottom: 10px;
    font-size: 24px;
}
.error-page .error {
    margin-bottom: 5px;
    color: #f00;
}
.error-page p {
    font-size: 14px;
}

/*styled dropdown*/
.ui-selectmenu-button.ui-button,
.ui-selectmenu-button.ui-button:hover,
.ui-selectmenu-button.ui-button:focus{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: none;
  border: 1px solid #FFD180;
  padding: 5px 10px 7px 10px;
  color: #FFD180;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  margin-right: 8px;
}
.ui-button .ui-icon {
  background: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #FFD180;
  top: 7px;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  background: none;
  width: 0;
  height: 0;
}
.ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #FFD180;
  top: 8px;
}
.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.ui-selectmenu-open{
  max-height: 50%;
  overflow: auto;
}
.ui-widget.ui-widget-content{
  border-color: #ffd180;
  border-radius: 0;
  background: #03131c;
  color: #ffd180;
  font-size: 14px;
}
.ui-menu .ui-menu-item-wrapper{
  line-height: 22px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  border-color: #ffd180;
  background: #03131c;
  color: #ffd180;
}

/*search field*/
.search{
  display: inline-block;
  width: 160px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 236, 192, .4);
  border: 2px solid rgba(0, 236, 192, 1);
  border-radius: 18px;
}
.search:hover {
  opacity: 0.7;
}

/*iconed labels and links*/
.info-lbl:after{
  content: url(../img/info.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.export:before{
  content: url(../img/export.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/*table*/
.tbl-overflow{
	overflow: auto;
}
.tbl{
  background-color: #051e2a;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl th,
.tbl td{
  height: 54px;
  vertical-align: middle;
  text-align: center;
}
.tbl th{
  color: #ffd180;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.tbl tbody tr{
  border-bottom: 4px solid #051e2a;
}
.tbl td{
  background-color: #0a3040;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
}
.tbl.tbl-round td:first-child{
  border-radius: 25px 0px 0px 25px;
}
.tbl.tbl-round td:last-child{
  border-radius: 0px 25px 25px 0px;
}
.tbl.tbl-striped tr:nth-child(2n) td{
	background: #092b3a;
}
.tbl i{
  font-style: normal;
  padding-right: 6px;
  font-weight: 300;
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 8px;
}
.tbl em{
  font-style: normal;
}
.tbl .min{  /*column with minimum width*/
  width: 1px;
}

.sort-tbl .asc:after,
.sort-tbl .desc:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 7px;
  border: 5px solid transparent;
}
.sort-tbl .asc:after{
  border-top-width: 0;
  border-bottom-color: #ffd080;
}
.sort-tbl .desc:after{
  border-bottom-width: 0;
  border-top-color: #ffd080;
}

.data-tbl thead{
  border-bottom: 4px solid #051e2a;
}
.data-tbl th{
  height: 52px;
  border: 1px solid #707070;
  box-shadow: inset 0 -1px 0 0 #707070; /*emulates bottom border hidden by border collapse*/
}

/*common styles for a set of filter fields before table*/
.tbl-filter{
  padding: 4px 0;
  color: #ffd180;
  font-size: 14px;
}
.tbl-filter > *{
  display: inline-block;
}
.tbl-filter input{
  height: 30px;
  padding: 0 5px;
  border: 2px solid #ffd180;
  background: #03131c;
  color: #ffd180;
}
.tbl-filter .help-block{
  margin: 0;
}

.tbl-filter .btn{
  width: 80px;
  padding: 2px 15px;
  border-color: #ffd180;
  color: #ffd180;
  text-align: center;
}

.filter-checkbox-lbl{
  cursor: pointer;
}
.filter-checkbox-lbl:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  border: 1px solid #ffd180;
  border-radius: 2px;
}
.filter-checkbox{
  display: none;
}
.filter-checkbox:checked + .filter-checkbox-lbl:before{
  background: #ffd180;
}

.tbl-filter .datepicker{
  position: relative;
  margin: 0 0.5%;
}
.tbl-filter .datepicker:after{
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 20px;
  background: url('../img/date.png') center no-repeat;
}
.tbl-filter .datepicker input{
  width: 120px;
}

.tbl-filter .side .ui-selectmenu-button.ui-button{
  line-height: 20px;
}

/*empty table message*/
.tbl .no-data{
  height: 96px;
  padding-bottom: 3px;
  color: #ffd180;
  background: none;
}

/*tabs*/
.tabs{
  display: flex;
}
.tabs > *{
	display: inline-block;
	width: 160px;
	height: 40px;
	border: 1px solid #585c5e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #051e2a;
	color: #585c5e;
	line-height: 42px;
	text-align: center;
	cursor:pointer;
}
.tabs > .active{
  border-color: #051e2a;
  color: #fff;
}
.tab{
  display: none;
}
.tab.active{
  display: block;
}

/*global classes for positive/negative numbers theming*/
.pos, .bid {
  color: #00ECC0;
}
.neg, .ask {
  color: #FF6B6B;
}
.rate:before{
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
}
.rate.pos:before{
  content: '\2227';
}
.rate.neg:before{
  content: '\2228';
}

/*switch styles*/
.switch{
	display: inline-block;
	box-sizing: border-box;
	width: 34px;
	height: 16px;
	margin: 0 10px;
	padding: 1px;
	border: 2px solid #ffd180;
	border-radius: 10px;
	line-height: 10px;
	text-align: left;
	user-select: none;
	cursor: pointer;
}
.switch.on{
	text-align: right;
}
.switch:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffd180;
}

/*preloader*/
.preloader{
  position: relative;
}
.preloader:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: url('../img/preloader.svg') center no-repeat;
  pointer-events: none;
}