@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
	margin: 0px;
	padding: 0px;
}

/*Search pbin style
/* Popup styles */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 80%;
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	z-index: 1;
	overflow-y: scroll;
	font-size: 0.8em;
}
      
/* Search box styles */
.popup-search {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
      
/* Close button styles */
.popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
      
/* Highlighted text styles */
	.highlight {
	background-color: yellow;
	font-size: 1.2em;
}

/*date calender code*/
.ui-datepicker { 
  margin-left: 0px;
  z-index: 300;
}

/*FAB code*/
#cover{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:5;
	width:100%;
	height:100%;
	display:none;
}

#fabadd:target, #fabadd:target + #cover{
	display:block;
	opacity:2;
}
/*end FAB code*/

/*Jquery overwrite*/
.ui-header-fixed, .ui-footer-fixed{
	z-index: 100;
}

table#rTable, table#cTable, table#bTable, table#bsTable,, table#blTable{
    border-collapse: collapse;   
}
#rTable tr, #cTable tr, #bTable tr, #bsTable tr, #blTable tr{
    border-top: 1px solid #fff;
}
#rTable td, #cTable td, #bTable td, #bsTable td, #blTable td{
    color: #0769AD;
	font-weight: bold;
}

#rTable tr:hover, #cTable tr:hover, #bTable tr:hover, #bsTable tr:hover, #blTable tr:hover{
    background-color: #ccc;
}
#rTable th, #cTable th, #bTable th, #bsTable th, #blTable th{
    background-color: #fff;
}
#rTable th, #cTable th, #bTable th, #bsTable th, #blTable th, #example td {
    padding: 3px 5px;
}
#rTable td:hover, #cTable td:hover, #bTable td:hover, #bsTable td:hover, #blTable td:hover{
    cursor: pointer;
}

body {
	/*min-width: 300px;*/
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #666;
	font: normal 100%/1.5 Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

/*Header height*/
.ui-title{
}

.ui-content{
	padding: 5px 5px 5px 5px;
}

.center {
    margin: auto;
	text-align: center;
}

.wolf-image {
	width: 180px;
	height: auto; /* Maintains original aspect ratio so the image does not stretch distort */
}

/*Right header button*/
.headerRbutt {
	display: block;
	float: right;
	margin-top: -48px;
}

.warning{
	background-color : #FFCCCB; 
	color : #FFCCCB; 
}

.container{
	width: 100%;
}

.contentcontainer{
	max-width: 400px; 
	margin: 0 auto; 
}

/*Bus CSS start*/
.busnocontainer{
	display: block;
	border-bottom: 1px solid #c1c1c1;
	padding: 2px 2px 0px 2px;
	margin: 2px 12px 5px 8px;
	text-align: left;
}

.bustxt{
	font-size: 0.8em;
	color: #666666;
	line-height: 20px;
	display: block;
	padding-top: 5px;
}

.busloc{
	font-size: 1.2em;
	color: #666666;
	display: block;
	font-weight: bold;
}

.busloc img{
	margin-bottom: -6px;
	margin-left: 5px;
}

.busno{
	font-size: 1.7em;
	color: #333;
	font-weight: bold;
	display: inline-block;
	width: 70px; 
}

.bustime, .nxtbustime{
	font-size: 1.0em;
	color: #333;
	margin: 0px -2px 0px 0px;
	padding: 0px;
	display: inline-block;
}
.bustime{
	font-size: 1.2em;
}

p.bubble{
	position: relative;
	width: 96%;
	/*height: 105px;*/
	text-align: center;
	line-height: 28px;
	margin: 5px 0px 45px 0px;
	background-color: #fff;
	border: 5px solid #666;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

p.thought{
	width: 82%;
	line-height: 28px;
	-webkit-border-radius: 108px;
	-moz-border-radius: 108px;
	border-radius: 108px;
}

p.bubble:before, p.bubble:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before{
	left: 180px;
	/*top: 105px;*/
	bottom: -50px;
	border: 25px solid;
	border-color: #666 transparent transparent #666;
}

p.speech:after{
	left: 186px;
	/*top: 105px;*/
	bottom: -35px;
	border: 18px solid;
	border-color: #fff transparent transparent #fff;
}

p.thought:before, p.thought:after{
	left: 10px;
	top: 70px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 5px solid #666;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

p.thought:after{
	width: 20px;
	height: 20px;
	left: 5px;
	top: 100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.bussel{
	width: 85%;
	display: inline-block;
}

.bweekday{
	width: 100%;
	margin-left: -5px;
	background-color: #000;
}

.bweekday div{
	display: block;
	width: 42px;
	padding-right: 5px;
	margin-left: 0px;
	padding: 2px;
	float: left;
}
/*Bus CSS end*/

h1 {
	font-size: 2.2em;
	color: #222;
	margin-bottom: .5em;
	display: block;
}

h2 {
	display: block;
	margin-bottom: 0px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 1.00em;
}

h3{
	margin-top: -8px;
	margin-bottom: -8px;
	font-size: 0.80em;
}

#half{
	width: 130px;
}

.message{
	border: 1px #6eb296 solid;
	padding: 5px;
	margin: 10px;
	background-color: #b1fadc;
}

p.intro {
	font-size: 1.25em;
	color: #555;
	font-weight: bold;
}

.carddetails{
	font-size: 0.8em;
	padding-bottom: 3px;
	
}

.list-heading{
	font-size: 1.00em;
}

.list-desc{
	font-size: 0.80em;
}

.list-date{
	font-size: 0.80em;
	float: right;
}

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

a:active,a:hover {
	outline: 0;
}

.ui-body{
	margin: 0px;
	padding: 8px;
}

th {
    border-bottom: 1px solid #d6d6d6;
	width: 80px;
}

tr:nth-child(even) {
    background: #e9e9e9;
}

.date{
	float: left;
	display: block;
}

.infolarge{
	font-size: 1.65em;
	line-height: 0.95;
	height: 25px;
}

.infosmall{
	font-size: 1.05em;
	height: 25px;
}

.carddetails{
	font-size: 0.85em;
	margin-bottom: 2px;
}

.red{
	color: red;
}

.orange{
	color: #db6c12;
}
.green{
	color: green;
}

.grey{
	color: #666;
}

.strike{
	text-decoration: line-through;
	font-weight: bold;
}

.italic{
	font-style: italic;
}

#one{
	margin: 0px;
	padding: 0px;
}

.infocol, .threecol, .twocol, .twocolht{
	width: 35%;
	height: auto;
	/*height: 82px;*/
	float: left;
	display: block;
	margin: 2px 3px 4px 0px;
}
.threecol{
	width: 32%;
}
.twocol{
	width: 46%;
}

.twocolht{
	width: 46%;
	height: auto;
	vertical-align: middle;
}

.lefttextcol{
	vertical-align: middle;
	display: block;
	width: 31%;
	float: left;
}

.righttextcol{
	display: block;
	width: auto;
	float: left;
}

.ui-controlgroup-controls{
	display: block;
	float: left;
}

.ui-radio{
	width: 90px;
	font-size: 1.15em;
}

.amountcontainer{
	width: 100%;
	text-align: center;
	margin-top: -5px;
	display: block;
}

.clear{
	clear: both;
}

.expendamt{
	float: left;
}

.ui-slider-switch { 
	width: 120px !important 
}

.calfix{
	position: relative; 
	z-index: 200;
}

.expendamt input#amt1, .expendamt input#amt2, .expendamt input#fabamt1, .expendamt input#fabamt2{
	font-weight: bold;
	font-size: 25px;
	padding-left: 8px;
}


.floatcenter{
	top: 20px;
	float: left;
	display: block;
	font-size: 2.5em;
	margin: 0px;
	width: 10%;
	height: auto;
}

.cardhold{
	display: block;
	width: 97%;
	text-align: center;
}

/*#cardimg1, #cardimg2{
float: left;
border: solid 5px white;
width: 98px;
border-radius: 5px;
}*/

.cbord{
	display: inline-block;
	width: 96px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	/*float: left;*/
}

.ccNHighlight{
	display: inline-block; 
	border: solid 5px #FFF; 
	border-radius: 5px;
}

.ccHighlight{
	border: solid 5px #0769AD;
}

.footer{
	font-size: 0.7em;
	text-align: center;
}

.menu{
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 20%;
	min-width: 300px;
}

.main{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	padding: 15px;
	position: fixed;
	overflow: hidden;
	overflow-y: scroll;
	border-top-left-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0, .6);
	top: .8em;
	right: 0;
	bottom: 0;
	width: 80%;
	background: #FFFFFF;
}

.nav-collapse {
	position: absolute;
	width: 20%;
	top: 2em;
	left: 0;
}

.nav-collapse ul {
	display: block;
	width: 100%;
	list-style: none;
}

.nav-collapse li {
	width: 100%;
	display: block;
	margin-right: -100px;
}

.nav-collapse a {
	color: #aaa;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	transition: background .3s ease;
	text-shadow: 0 -1px rgba(0,0,0, .5);
	border-bottom: 1px solid rgba(0,0,0, .2);
	border-top: 1px solid rgba(255,255,255, .1);
	display: block;
	padding: .6em 2em;
	width: 100%;
}

.nav-toggle { 
	display: none 
}

@media screen and (max-width: 40em) {
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
}

.nav-collapse {
	top: 0;
	width: 100%;
	position: relative;
}

.nav-toggle {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	text-indent: -999px;
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 55px;
	float: right;
	display: block;
	margin: 0 -2em 1em 0;
}

.nav-toggle:before {
	color: #444; /* Edit this to change the icon color */
	font-family: "Arial, Helvetica, sans-serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 28px;
	text-transform: none;
	position: absolute;
	content: "\2261";
	text-indent: 0;
	text-align: center;
	line-height: 65px;
	speak: none;
	width: 100%;
	top: 0;
	left: 0;
}

.nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
}

.main {
    box-shadow: none;
    padding: 0 5px 50px 5px;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main::-webkit-scrollbar { 
background-color: transparent; 
}
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
	body {
		background-color: #333333;
		/*background-image: url("../asset/debut_dark_@2X.png");
		-webkit-background-size: 200px 200px;
		-moz-background-size: 200px 200px;
		-o-background-size: 200px 200px;
		background-size: 200px 200px;*/
	}
}

@media screen and (min-width: 76em) {
	.nav-collapse { width: 18em }
	.main { width: auto; left: 18em }
}
input[type=range] {
	width: 100%;
}
.time-slider input[type=number] {
    display: none; 
}
.time-slider .timeLabel{
    position: relative;
    top: -38px;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 44px; height: 44px;
	background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
	border: 1px solid #bbb;
	-webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
}



#browser{
	display: block;
	width: 180px;
	overflow: hidden;
	margin: auto;
}
#center {
    display: block;
	min-width: 320px;
	width: 60%;
	margin: auto;
	text-align:center;
}

#contactcenter {
    display: block;
	min-width: 320px;
	width: 60%;
	margin: auto;
}

#center label{
	font-size: 1.2em;
}
h1{
	font-size: 25px;
}

.ui-slider-inner-label {
	font-size: 30px;
}
.cols{	
	width: 100%; 
	display: table;
    border-style: solid;
    border-bottom: 1px solid #e0e0e0;
	height: 55px;
}
.rows{
	display: table-row;
}

.lefttext{
	width: 100px;
	display: table-cell;
	vertical-align:middle;
	overflow:visible;
}
.righttext{
	display: table-cell;
    position: absolute;
    right: 10%;
	vertical-align:middle;
}
.rightslide{
	display: table-cell;
    position: absolute;
    right: 5%;
	width: 60%;
	vertical-align:middle;
}

#share {
    display: block;
	/*border-top: 1px solid #e0e0e0;*/
	padding: 20px 0px 20px 0px;
	width: 350px;
	margin: auto;
	text-align: center;
}
.containing-element .ui-slider-switch { 
	width: 9em 
}

small { 
    font-size: smaller;
}

/*Trade engine CSS start*/
.coinline{
	border-bottom: 1px solid #c1c1c1;
	display: block;
	font-size: 0.78em;
	margin-bottom: 3px;
}

.todaybox{
	display: inline-block;
	width: auto;
	font-size: 0.90em;
	height: 40px;
	line-height: 1.0em;
}

.tgtbox{
	display: inline-block;
	width: auto;
	margin-left: 2px;
	font-size: 0.90em;
	height: 40px;
	line-height: 1.0em;
}

.hisbox{
	display: inline-block;
	width: auto;
	margin-left: 2px;
	font-size: 0.90em;
	height: 40px;
	line-height: 1.0em;
}

.lastbox{
	display: inline-block;
	width: auto;
	font-size: 0.90em;
	margin-left: 2px;
	line-height: 1.0em;
	height: 40px;
}

.coinmax{
	display: inline-block;
	width: auto;
	font-size: 1.0em;
	font-weight: bold;
}

.coinmin{
	display: inline-block;
	width: auto;
	font-size: 1.0em;
	font-weight: bold;
}

.cointoday{
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.0;
}

.cointodaysm{
	font-size: 1.88em;
	font-weight: bold;
	line-height: 1.0;
}
.cointodaysmbott{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.0;
}

.arrow-down{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f00;
}

.arrow-up{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid green;
}

.green{
	colour: green;
}
.yellow{
	colour: yellow;
}
.orange{
	colour: orange;
}
.red{
	colour: red;
}

.coinbar{
	display: block;
	width: 156px;
	height: 10px;
	border: 1px solid #666;
	margin-top: 8px;
}

.coinbarblock{
	display: inline-block;
	width: 16px;
	height: 9px;
	border: 1px solid #000;
	overflow: hidden;
	font-size: 1.0em;
	color: black;
}

.coinbartxt{
	width: 156px;
	height: auto;
	margin: 0px 0px -8px 0px;
}

.coinbartxt1{
}

.coinbartxt2{
	float: right;
}

.coinbarred{
	background-color: red;
}

.coinbarorange{
	background-color: orange;
}

.coinbaryellow{
	background-color: yellow;
}

.coinbargreen{
	background-color: green;
}

.alertprompt{
	background-color: #ffe5e3;
}

.alertdanger{
	background-color: #fbbfba;
}

.alertpromptg{
	background-color: #e8ffe3;
}

.alertdangerg{
	background-color: #bffbba;
}

#mrktchart img{
	width: 310px;
}


/*Pastebin start*/

#pastebin textarea{
	font-size: 0.7em;
}

#search-container {
    position: fixed;
    top: 48px;      /* Distance from top of screen */
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    max-width: 400px;  /* Changed to max-width to allow centering boundaries */
    margin: 0 auto;    /* Added to horizontally center the fixed container */
    display: flex;
    justify-content: center;
    align-items: center;
	border-bottom: 1px solid #DDDDDD !important;
}

/* Important: Add padding to the content below so it doesn't hide under the search box */
.pastbincontentcontainer {
    padding-top: 53px !important; 
}

/*Drawing notes canvas CSS*/
* {
    box-sizing: border-box;
}

.toolbar {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.toolbar button {
    font-size: 1.2em;
    color: white;
    border: none;
    padding: 2px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
}
.toolbar button.shortbutt {
    width: 60px;
}

.toolbar button:hover {
    background-color: #0056b3;
}

.toolbar button:active {
    transform: translateY(1px);
}

.toolbar button.active {
    background-color: #28a745;
}

.toolbar button#clearBtn {
    background-color: #dc3545;
	width: 45px;
}

.toolbar button#clearBtn:hover {
    background-color: #bd2130;
}

.toolbar button:disabled {
    cursor: not-allowed;
}

.control-group {
    display: flex;
    align-items: center;
    /*background-color: #e9ecef;*/
    padding: 1px 3px;
    border-radius: 5px;
    font-size: 0.9em;
    color: #333;
    height: 30px;
}

.control-group label {
    margin-right: 5px;
}
.brush-size-group, .brush-color-group {
    gap: 4px;
}

/* Brush size buttons */
.toolbar button.brush-preset, .toolbar button.canvas-slot {
    font-size: 1.2em;
	width: 35px;
    height: 30px;
    padding: 2px;
    border-radius: 4px;
    background-color: #9ac3ec;
    color: #222;
    font-weight: bold;
}
.toolbar button.canvas-slot {
	width: 25px;
}
.toolbar button.brush-preset:hover, .toolbar button.canvas-slot:hover {
    background-color: #5a6268;
    color: white;
}

.toolbar button.canvas-slot.active, .toolbar button.brush-preset.active {
    background-color: #28a745;
    color: white;
}

/* Colour buttons */
.toolbar button.color-preset {
    width: 35px;
    height: 30px;
    padding: 3px;
    border-radius: 4px;
    font-weight: bold;
    border: 3px solid transparent;
}

.toolbar button.color-preset:hover {
    opacity: 0.8;
}

/* Actual colour of each button */
.toolbar button#blackColorBtn {
    background-color: #000000;
}

.toolbar button#navyColorBtn {
    background-color: #0018F9;
}

.toolbar button#redColorBtn {
    background-color: #C21807;
}

/* Selected colour */
.toolbar button.color-preset.active {
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #333333;
}

/* Canvas */
.canvas-area {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.notesFill {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: 65vh;
}

#canvasArea canvas {
    display: block;
    background-color: #ffffff;
    border: 2px solid #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    cursor: crosshair;
    touch-action: none;
    image-rendering: auto;
    user-select: none;
    -webkit-user-select: none;
}
.canvas-slot-group {
    gap: 4px;
}