@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.50);
}
 
::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.1);
}

.container-fixed {	bottom: 0;	position: fixed;	left: 0;	right: 0;	top: 0;}
.container-fixed .col {
	height: 100%;
	padding: 0px;
}
.content-panel {
	height: 100%;
	position: relative;
}
.container-fixed .row {
	margin: 0px;
}
.container-fixed {
	margin-top: 110px;
}
.container-fixed.half {
	margin-top: 50px;
}
.flex-container {
	display: flex;
	-webkit-flex-direction: row;
	
	flex-direction: row;
	justify-content: flex-end;
}
.tile-checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}
.header-section {
	display: block ruby;
	justify-content: center;
}
.header-section > div {
	padding-left: 12px;
	padding-right: 12px;
}
.ibox-content__flexyLayout {
	flex: 2;
	display: flex;
	flex-flow: column;
	color: #303030;
}
.ibox {
	display: flex;
	flex-flow: column;
	margin-bottom: 0px;
}
.row-xs-12 {
	height: 100%;
}
.row-xs-11 {
	height: 91.66666666666666%;
}
.row-xs-10 {
	height: 83.33333333333334%;
}
.row-xs-9 {
	height: 75%;
}
.row-xs-8 {
	height: 66.66666666666666%;
}
.row-xs-7 {
	height: 58.333333333333336%;
}
.row-xs-6 {
	height: 50%;
}
.row-xs-5 {
	height: 41.66666666666667%;
}
.row-xs-4 {
	height: 33.33333333333333%;
}
.row-xs-3 {
	height: 25%;
}
.row-xs-2 {
	height: 16.666666666666664%;
}
.row-xs-1 {
	height: 8.333333333333332%;
}
.header-section {
	padding: 8px 0;
	border-top: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.header-tile-outer {
	display: table;
	height: 100%;
}
.header-tile-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.header-tile {
	text-align: center;
	width: 100%;
}
.header-tile h4 {
	margin: 0px;
	font-size: 30px;
}
.header-tile h5 {
	margin: 0px;
	font-size: 20px;
}
.header-tile h2 {
	margin: 0px;
}
.full-height {
	height: 100%; display: inline-block;
}
.border-right {
	border-color: rgba(255, 255, 255, 0.12);
}
.col {
	border: 5px solid transparent;
	
}
.column-chooser-group {
	text-align: left !important;
}
.table td, th {
	text-align: center;
}
.top-navigation .nav-tabs > li.active > a {
	color: #fff;
}
.top-navigation .nav > li > a {
	color: #fff;border: 1px solid rgba(255, 255, 255, 0.2); margin-top: 7px;
}

.top-navigation .nav > li > a.logout, .top-navigation .nav > li > a.logout:hover{border: none; background: none; font-size: 20px; color: #f44336; padding: 8px 5px;}


.top-navigation .nav > li > a:hover, .top-navigation .nav > li > a:focus {
	color: #fff;
	background-color: #6000AA; border-color: #6000AA;
}
.dropdown li a {
	color: #606060;
}
.dropdown li a:hover {
	color: #BEB079;
}
.navbar {
	background: #1a233a;
}
.top-navigation .navbar-brand {
	background-color: transparent;
	padding-top: 5px;
	padding-left: 10px;
}
.top-navigation .navbar-brand img {
	height: 40px;
}
.top-navigation .navbar-text {
	color: #fff;
}
.nav-tabs > li > a {
	border-left: 0px !important;
	border-top: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-right: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.navbar-form select.form-control {
	background-color: #222e4c;
	border: none;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.position-reduction-input {
	width: 100px;
	margin-left: 5px;
}
.management-row {
	display: flex;
}
.management-row button {
	margin-left: auto;
	align-self: flex-end;
}
.management-row p:last-of-type {
	margin-bottom: 0px;
}
.navbar-text .text-success {
	color: #00ce68;
}
.positive-number {
	color: #00ce68;
}
.negative-number {
	color: #e13130;
}
.table td.head {
	text-align: left;
	font-weight: 700;
	color: #308ee0;
	padding-left: 6px!important;
	text-transform: uppercase;
}
.anchor {
	float: right;
}
.dropbtn {
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	background: none;
}
.dropbtn:hover {
	background: none;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #222e4c;
	min-width: 140px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: #fff!important;
	background: #33acde!important;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: rgba(0,0,0,0.15);
}
.modal-window {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	pointer-events: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.modal-window:target {
	opacity: 1;
	pointer-events: auto;
}
.modal-window>div {
	width: 600px;
	position: relative;
	margin: 5% auto;
	background: #111b33;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.modal-close {
	color: #fff;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	text-decoration: none; font-size: 24px;
}
.modal-close:hover {
	color: #03081D;
}
.modal-window .m-content {
	padding: 15px;
}
.modal-window h4 {
	font-size: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 15px;
	margin: 0;
}
.tbl-nrml th, .tbl-nrml td{text-align: left; padding: 7px!important;font-size: 12px; vertical-align: middle!important;}
.tbl-nrml.text-big th , .tbl-nrml.text-big td {font-size: 150%!important; text-align: center;}
.tbl-nrml th{background: #1a233a;  text-transform: uppercase; font-weight:700;  position: sticky;top: 0; border-top:none!important;}
.tbl-nrml th small, .tbl-nrml td small{display: block;text-transform: lowercase;}
.table-light td {background: #fff; border-top: 1px solid rgba(0,0,0,0.30)!important; color: rgba(0,0,0,1); font-size: 14px; font-weight: 400;}
.table-light th{background:#ccc; color: #000;}
.table-light .form-control{color: rgba(255,255,255,0.5);}
.table-light .btn-outline{border-color: rgba(0,0,0,0.3);}
.float-left{float: left!important;}
.float-right{float: right!important;}

.widget{background:transparent; }
.widget .content{padding: 7px;}
.datafeed{background: #111a31; padding: 7px; clear: both;}
.datafeed h4{font-size: 12px;}
.feeds.sml{font-size: 12px;padding: 1px; margin: 1px 0px;}
.feeds.sml span{padding: 3px 5px;}
.feeds{background:rgba(0,0,0,0.3); display: inline-block; padding: 7px; margin: 1px 1px; box-shadow: 0 1px 1px rgba(0,0,0,0.1);}
.feeds span{font-size: 100%; margin-left: 10px;}

.popover-wrapper {position: relative;}
.popover-content {opacity: 0; visibility: hidden; position: absolute; left:50%; transform: translate(0, 10px); padding: 10px; width: 200px; margin-left: -100px;  border-radius:3px; box-shadow: 0 1px 8px rgba(0,0,0,0.3); transition-delay:2s; z-index: 1; line-height: normal; color: #051A02; font-size: 130%; background: #03f81f; text-align: left;}
.popover-content:before {position: absolute; z-index: -1; content:""; right: calc(50% - 10px); top: -10px; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #03f81f transparent; transition-duration: 2s; transition-property: transform;}
.popover-wrapper:hover .popover-content { opacity: 1; visibility: visible; transform: translate(0, 10px); transition: 0s;}

.custCheck, .custRadio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.custCheck, label.custRadio{margin-right: 15px; line-height: 1.6;}

/* Hide the browser's default checkbox */
.custCheck input, .custRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: rgba(32, 148, 243, 0.37);
}
.custRadio .checkmark{border-radius: 50%;}
/* On mouse-over, add a grey background color */
.custCheck:hover input ~ .checkmark, .custRadio:hover input ~ .checkmark  {
  background-color: #2196F3;
}

/* When the checkbox is checked, add a blue background */
.custCheck input:checked ~ .checkmark, .custRadio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custCheck input:checked ~ .checkmark:after, .custRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custCheck .checkmark:after {
  left:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custRadio .checkmark:after {
top: 5px;
left: 5px;
width: 9px;
height: 9px;
border-radius: 50%;
background: white;
}

.card{background: rgba(0,0,0,0.20); padding: 15px!important; display:flow-root; margin-top: 15px;}
.card i{float: right; font-size: 60px; color: rgba(255,255,255,0.1);}
.card span{font-size: 18px;}
.card .col-xs-4{line-height: 2!important;    margin-bottom: 15px;}
a.navs{background: #33acde; margin: 10px 5px 0!important; padding: 5px 15px!important; border: none!important;}
a.navs:hover, a.navs:focus{background: #2c94bf!important;}
a.navs.admin, a.navs.admin:hover{background: rgb(195,13,13)!important;
background: -moz-linear-gradient(156deg, rgba(195,13,13,1) 0%, rgba(253,125,45,1) 100%)!important;
background: -webkit-linear-gradient(156deg, rgba(195,13,13,1) 0%, rgba(253,125,45,1) 100%)!important;
background: linear-gradient(156deg, rgba(195,13,13,1) 0%, rgba(253,125,45,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c30d0d",endColorstr="#fd7d2d",GradientType=1);border-radius: 2px;}
.mb15{margin-bottom: 15px!important;}
li.onoffswitch{margin-top: 10px;}
.onoffswitch {
    position: relative; width: 90px;
    -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:none ; border-radius: 20px;
}
.onoffswitch-label span{font-size: 100%!important;}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    color: white;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Enable";
    padding-left: 10px;
    background-color: #00ce68; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Disabled";
    padding-right: 5px;
    background-color:#f74342; color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 20px; height: 20px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: -1px; bottom: 0;
    right: 60px;
    border: none ; border-radius:50%;
    transition: all 0.3s ease-in 0s; 
}

li .onoffswitch-inner:before {
    content: "Enable Auto Trade";
}
li .onoffswitch-inner:after {
    content: "Disabled Auto Trade";
}
li .onoffswitch-switch {
    right: 133px;
}
li.onoffswitch {
    width: 165px!important;  
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.card.login{width: 400px; margin: 100px auto;}
.card.login input{margin-bottom: 15px;}
.card.login h2{border-bottom: 1px solid rgba(0,0,0,0.3); padding-bottom: 15px; margin-bottom: 15px;}

.admin-nav{margin: 15px 0;}
.admin-nav a{padding: 6px 10px; background: rgba(0,0,0,0.30); color:rgba(255,255,255,0.50); margin-right: 5px; border-radius: 5px 5px 0 0;box-shadow: 0 3px 0 rgba(0,0,0,0.4);}
.admin-nav a:hover, .admin-nav a.active{box-shadow: 0 3px 0 #d43708; color: #fff;}
.admin-nav i{margin-right: 5px;}

.bar{clear: both;}
.success-bar{background: #4CAF50;}
.danger-bar{background: #f44336; }
.success-bar, .danger-bar{padding: 0 5px; float: left; color: #fff; font-size: 80%; min-width: 25%!important;}

/*------calender-----*/
.rd-container {  display: none;  background-color: #222e4c;  padding: 15px;  text-align: center; color: #fff; font-size: 16px;}
.rd-container-attachment {  position: absolute;}
.rd-month {  display: inline-block;  margin-right: 25px;}
.rd-month:last-child {  margin-right: 0;}
.rd-back, .rd-next {  cursor: pointer;  border: none;  outline: none;  background: none;  padding: 0;  margin: 0; color: #2196f3;}
.rd-back[disabled], .rd-next[disabled] {  cursor: default;}
.rd-back { float: left;}
.rd-next {  float: right;}
.rd-back:before {  display: block;  content: '\2190';}
.rd-next:before {  display: block;  content: '\2192';}
.rd-day-body {  cursor: pointer;  text-align: center;padding: 5px 8px;}
.rd-day-selected,.rd-time-selected,.rd-time-option:hover {  cursor: pointer;  background-color: #369fdc;  color: #fff;}
.rd-day-prev-month,.rd-day-next-month {  color: #999;}
.rd-day-disabled {  cursor: default;  color: #fcc;}
.rd-time {  position: relative;  display: inline-block;  margin-top: 5px;  min-width: 80px;}
.rd-time-list {  display: none;  position: absolute;  overflow-y: scroll;  max-height: 160px;  left: 0;  right: 0;  background-color:#1a233a;  color: #fff;}
.rd-time-selected {  padding:5px 5px 5px 20px; position: relative;}
.rd-time-selected:before{position: absolute; content:'\f017' ; font-family: 'fontAwesome'; left: 10px;}
.rd-time-option {  padding: 5px;}
.rd-day-concealed {  visibility: hidden;}
.rd-days{background: none; margin-top: 15px;}

.big-nav li a{padding: 15px; font-size: 150%; font-weight: 300; border: 1px solid rgba(255, 255, 255, 0.1)!important; margin: 7px 4px;}
.big-nav li a div{display: block;}
.big-nav li a span{font-size:80%;display: inline-block; margin-top: 3px;}
.big-nav li a:hover, .big-nav li.active a{background:rgb(38, 48, 76)!important; border: 1px solid rgb(47, 67, 119)!important;}
.large-btn .btn{padding: 30px 0; margin: 10px 0 0;}
.card-text{background:rgba(0,0,0,0.30); margin: 10px 0; padding: 10px;}
.card-text span{display:block; margin:2px;font-size: 120%;}
.card-text h3{margin: 0; padding: 0; display: inline-block; font-size: 170%; font-weight: 300;}


.mt-10{margin-top: 10px;}

.mr-10{margin-right: 10px!important;}
.zero{margin: 0; padding: 0;}






