<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 13px;
}
body {
	font-family: Meiryo UI;
	color: #555555;
	margin: 0px;
}
/*
* Index Screen
* ----------------------
*/
.box {
	position: relative;
}
.box-header {
	display: flex;
	border-left: 2px solid #720A0A;
}
.box-header .box-header-title {
	font-size: 17px;
	color: #720A0A;
	margin-left: 5px;
}
.emer-info-block {
    position: relative;
}
.emer-info-block.up {
    z-index: 1031;
}
.emergency-info{
	background-color: #FFFFFF;
	padding: 5px;
	color: #555555;
	align-items: center;
	border: 2px solid #AF0001;
}
.emergency-info &gt; div:first-child &gt; span:first-child {
	font-size: 17px;
}
.emergency-info &gt; div:last-child &gt; a.btn:focus {
	box-shadow: none;
}
.emergency-info &gt; div:last-child &gt; a.btn &gt; i {
	font-size: 16px;
}
.emergency-info &gt; div:last-child &gt; a.btn{
	color: #FFFFFF;
	padding: 8px 12px; 
}
.emergency-info &gt; div .table-type-3  tr &gt;td {
	border: 1px solid #AF0001;
	padding: 5px;
}

.emergency-info &gt; div .table-type-2 td{
	border: 0px;
}
.emergency-info-header{
	display: flex;
	background-color: #AF0001;
	padding: 5px;
}
.emergency-info-header &gt; span{
	font-size: 17px;
	color: #FFFFFF;
}
.emergency-info-header .fa-exclamation-triangle{
	color:#FFFFFF;
}
.emer-info-box {
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    z-index: 1031;
}
.emer-info-box .eme-info-box-content {
    padding: 5px;
}
.emer-info-box .eme-info-box-header {
    font-size: 17px;
    background-color: #AF0001;
    padding: 5px;
    color: #FFFFFF;
}
.emergency-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 1030;
    background-color: #000000;
}
.list-stocks {
    background-color: #E7E7E7;
}
.list-stocks &gt; div {
    padding: 5px;
    border: 1px solid #C1C1C1;
}
.list-stocks &gt; div .fa-chart-line {
    background-color: #AF0001;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 4px;
}
.box .box-body {
    margin-top: 12px;
}
.left-index .box .box-body.bg-information {
	padding: 10px;
	margin-top: 0px;
}
.left-index .box .box-body .list-item a:nth-child(2),
.left-index .box .box-body .list-item span:nth-child(2) {
	margin-left: auto;
}
.left-index .box .box-body .list-item {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #C1C1C1;
}
.left-index .box .box-body .list-item:first-child {
    padding-top: 0px;
}
.left-index .box .box-body .list-item .news-title {
	display: flex;
	align-items: center;
}
.left-index .box .box-body .list-item .news-title a {
	text-decoration: none;
}
.left-index .box .box-body .list-item &gt; span:first-of-type {
    font-size: 10px;
}
.left-index .box-user-info {
    position: relative;
    background-color: #6C0000;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 4px;
}
.left-index .box-user-info .box-user-info-name {
    font-size: 17px;
    font-weight: 700;
}
.left-index .bg-information {
    background-color: #FFE6E6;
}
.progress-bar {
    background-color: #AC0000;
}
i.bg-secondary {
    color: #FFFFFF;
    padding: 3px;
    border-radius: 3px;
    margin-left: 4px;
}

.list-btn-icon-circle a {
    margin-bottom: 5px;
}
.list-btn-icon-circle .btn-icon-circle {
    background: #FFFFFF;
    color: #6C0000 !important;
    font-size: 30px !important;
    border-radius: 50%;
    padding: 19px 20px;
    border-color: #6C0000;
}
.list-btn-icon-circle .btn-icon-circle:hover {
    background: #6C0000;
    color: #FFFFFF !important;
}
.list-btn-icon-circle .disabled {
	background-color: #F6F6F6;
	font-size: 0px !important;
	height: 72px;
	width: 72px !important;
	border-color: #C1C1C1 !important;
}
.list-btn-icon-circle .btn-icon-circle .fa-user {
	height: 30px;
	width: 30px;
}
.border-right-1px{
	border-right: 1px solid #C1C1C1;
}
.border-table-status {
	border: 1px solid #C1C1C1 !important;
}

/*
* Login Screen
* ----------------------
*/
.step-group-large span.step:first-child {
	margin-left: 10px;
}
.step-group-large span.step {
	background-color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 50%;
	border: 1px solid #6C0000;
	color: #6C0000;
	height: 44px;
	width: 44px;
	padding: 9px 15px;
}  
.step-group-large span.step.inactive{
	color: #ffffff;
	background-color: #C1C1C1;
	border: 1px solid #C1C1C1;
}

.step-group-large span.step.active{
	color: #ffffff;
	background-color: #6c0000;
}

.step-group-large span.hyphen {
	color: #6c0000;
	padding: 9px 10px;
}
.step-group-large span.hyphen i {
	content: "";
	width: 22px;
	border: 1px solid #6C0000;
}
.step-group-large span.hyphen.inactive i {
	content: "";
	width: 22px;
	border: 1px solid #C1C1C1;
}
.step-group-large span.hyphen.inactive{
	color: #c1c1c1;
}
.step-group-title-large {
	padding-top: 12px;
}
.step-group-title-large span.step:first-child {
	margin-left: 0px;
	padding-left: 0px;
}
.step-group-title-large span.step {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: transparent;
	color: #6C0000;
	width: 70px;
	margin-right: 18px;
}
.step-group-title-large span.step.inactive {
	color: #C1C1C1;
}
.step-group-title-large span.step:last-child {
	width: 57px;
	margin-right: 0px;
	padding-left: 10px;
}

/* Layout */
.wrapper {
	min-height: 100%;
	position: relative;
}
.header-wrapper {
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	z-index: 1030;
}
/* Naito Element */
a {
	color: #0001AE;
	text-decoration: underline;
}

a.active {
	color: #ee0000;
}

a.disabled {
	color: #C1C1C1;
}

a.text-n-green:hover {
	color: #87B76A;
}

a.text-n-red:hover {
	color: #AF0001;
}

a.btn {
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #999999 !important;
}
label {
	margin-bottom: 0px;
}
/*
* Table Input
* ----------------------
*/
/* Table border */
.table-bordered {
	border: 1px solid #C1C1C1;
}
.table-bordered thead {
	background-color: #606C78;
	color: #FFFFFF;
}
.table-bordered thead th {
	text-align: center;
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 1px;
	font-weight: initial;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #C1C1C1;
	padding: 5px;
}
.table-bordered.vertical-header tr td:first-child{
	background-color: #F6F6F6;
}
/* Table inform  */
.table-bordered.table-inform {
	border: 2px solid #C1C1C1;
}
/*.table-bordered.table-inform tbody tr:last-child td:last-child {
	padding-left: 38px;
}*/
.table-bordered.table-inform tbody tr td:first-child {
	background-color: #F6F6F6;
}
.table-bordered.table-inform tbody tr td:last-child {
	background-color: #FFFFFF;
}
/*.table-bordered.table-inform tbody tr td:last-child .d-flex:last-child{
	margin-left: 5px;
}*/

/* Table striped  */
.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}
.table-striped&gt;tbody&gt;tr:nth-of-type(even) {
	background-color: #F6F6F6;
}
.table-striped&gt;tbody&gt;tr&gt;td:first-child{
	background: none;
	color: #555555;
}
.table-striped&gt;tbody&gt;tr&gt;td{
	color: #555555
}
/* Table buy input */
.table-buy-input {
	border: 2px solid #720A0A;
}
.table-buy-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-buy-input tr td {
	padding: 10px 12px;
}
.table-buy-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #FFE6E6;
	color: #720A0A;
	width: 128px;
}
.table-buy-input tr td:last-child {
	width: 410px;
}
/* Table sell input */
.table-sell-input {
	border: 2px solid #00008C;
}
.table-sell-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-sell-input tr td {
	padding: 10px 12px;
}
.table-sell-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #DDDDFF;
	color: #00008C;
	width: 128px;
}
.table-sell-input tr td:last-child {
	width: 410px;
}
/* Table complete */
.table-complete tr td:first-child {
	width: 210px;
}
.table-complete tr td:last-child {
	width: 726px;
}

/* Table secondary input */
.table-secondary-input {
	border: 2px solid #C1C1C1;
}
.table-secondary-input tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-secondary-input tr td {
	padding: 10px 12px;
}
.table-secondary-input tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 128px;
}
.table-secondary-input tr td:last-child {
	width: 410px;
}
.table-secondary-input.table-complete.table-product-info tr td:first-child {
	width: 252px !important;
}
.table-secondary-input.table-complete.table-product-info tr td {
	padding: 5px 5px !important;
}
.table-secondary-input.table-complete tbody td .flex-wrap-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	grid-auto-rows: 20px;
	grid-gap: 5px;
	align-items: center;
}
.table-secondary-input.table-complete tbody td .flex-wrap-container .item {
	margin-bottom: 0px;
}
.table-secondary-input.table-complete tbody tr.blank-row td{
	padding: 5px;
	background-color: #FFFFFF;
}
.table-secondary-input.table-complete .sign-up-form {
	background-color: transparent !important; 
	color: #555555 !important;
}
/* Table secondary input mobile-office */
.table-secondary-input tr:nth-of-type(3).mobile-office td:first-child div:first-child {
	padding-bottom: 17px;
}

/* Table account info reference*/
.table-acount-info-reference {
	border: 2px solid #C1C1C1;
}
.table-acount-info-reference tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-acount-info-reference tr td {
	padding: 10px 12px;
}
.table-acount-info-reference tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 128px;
}
.table-acount-info-reference tr td:last-child {
	width: 410px;
}
/* Table account info */
.table-acc-info tr td:first-child{
	width: 30% !important;
}
/* Table type 1 */
.table-type-1 tr td {
	padding: 5px;
}
.table-type-1 tr td:first-child {
	color: #720A0A;
}
.table-type-1 tr td:last-child {
	text-align: right;
}
.capacity-table {
	border: 1px solid #AF0001;
}
.capacity-table &gt; div{
	border-bottom: 1px solid #c1c1c1;
}
.capacity-table &gt; div .capacity-table-left {
	width: 50%;
}
.capacity-table div&gt; .capacity-table-right {
	width: 50%;
}
.capacity-table .capacity-table-left &gt; div {
	padding: 5px;
	color: #720A0A;
	text-align: left;
}
.capacity-table .capacity-table-right &gt; div {
	padding: 5px;
	color: #555555;
	text-align: right;
}
/* Table type 4*/
.table-type-4 {
	border: 2px solid #AF0001;
}
.table-type-4&gt; tbody &gt;tr &gt;td {
	padding: 5px;
}
.table-type-4 tr td:first-child {
	color: #720A0A;
}
.table-type-4 tr td:last-child {
	text-align: right;
}
/* Table data */
.table-data {
	width: 100%;
}
.table-data th,
.table-data td {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C1C1;
}
.table-data thead tr {
	border-bottom: 1px solid #C1C1C1;
	background-color: #606C78;
}
.table-data thead tr th {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	min-width: 40px;
}
.table-data thead tr th span a {
	color: #FFFFFF;
}
/* Table data trading-power */
.table-trading-power tbody tr td:not(:nth-last-child(n+7)){
	text-align: right;
}
.table-trading-power tbody tr:nth-last-child(12) td:first-child{
	width: 13px;
}

.table-data.table-data-history .table-mobile-content.text-center .btn.btn-n-buy {
	width: 100px;
}
.table-data.table-product-info {
	border: 2px solid #C1C1C1;
}
/* Table data pls */
.table-data-pls {
	width: 100%;
}
.table-data-pls th,
.table-data-pls td {
	padding: 5px;
	border-right: 1px solid #C1C1C1;
}
.table-data-pls thead tr {
	border-bottom: 1px solid #C1C1C1;
	background-color: #606C78;
}
.table-data-pls thead tr th {
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
}
.table-data-pls tbody tr.row-even {
	background-color: #F6F6F6;
}
/* Table data history */
.table-data-history tbody tr:nth-of-type(even) {
	background-color: transparent;
}
/* Table data total */
.table-data-total {
	width: 100%; 
	border: 1px solid #C1C1C1;
}
.table-data-total tr:not(:first-child) {
	border-top: 1px solid #C1C1C1;
}
.table-data-total tr td {
	padding: 5px;
}
.table-data-total tr td:first-child {
	border-right:  1px solid #C1C1C1;
	background-color: #606C78;
	color: #FFFFFF;
	width: 50%;
}
.table-data-total tr td:last-child {
	width: 50%;
}
.table-history tbody tr td {
	width: 30%;
}
.table-history tbody tr td:first-child,
.table-history tbody tr td:nth-child(2){
	background-color: #606C78;
	color: #FFFFFF;
}
.table-history tbody tr td:last-child {
	background-color: #FFFFFF;
	color: #555555;
}
.row-sum-data{
	background-color: #FFFFFF !important;
	color: #555555 !important;
}
/* Common */
.z-index-auto{
	z-index: auto !important;
}
.bot-60px{
	bottom: 60px;
}
.p-8px {
	padding: 8px !important;
}
.p-5px {
	padding: 5px !important;
}
.m-auto {
	margin: auto !important;
}
.mt-30px{
	margin-top: 30px;
}
.mt-42px{
	margin-top: 42px;
}
.mt-16px{
	margin-top: 16px;
}
.mt-12px{
	margin-top: 12px !important;
}
.mt-10px{
	margin-top: 10px;
}
.mt-5px{
	margin-top: 5px;
}
.mb-12px{
	margin-bottom: 12px;
}
.mb-16px{
	margin-bottom: 16px;
}
.mb-10px{
	margin-bottom: 10px;
}
.mb-30px{
	margin-bottom: 30px;
}
.mb-40px{
	margin-bottom: 40px;
}
.mb-70px{
	margin-bottom: 70px;
}
.ml-5px {
	margin-left: 5px;
}
.ml-12px{
	margin-left: 12px;
}
.ml-10px{
	margin-left: 10px;
}
.ml-24px{
	margin-left: 24px;
}
.mr-5px {
	margin-right: 5px;
}
.mr-12px {
	margin-right: 12px;
}
.w-82{
	width: 82%;
}
.w-70 {
	width: 70%;
}
.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.w-35 {
	width: 35%;
}
.w-30 {
	width: 30%;
}
.w-20 {
	width: 20%;
}
.w-12 {
	width: 12%;
}
.w-10 {
	width: 10%;
}
.w-6 {
	width: 6%;
}
.w-40px {
	width: 40px;
}
.w-50px {
	width: 50px;
}
.w-70px {
	width: 70px !important;
}
.w-80px {
	width: 80px;
}
.w-100px {
	width: 100px;
}
.w-140px {
	width: 140px;
}
.w-165px {
	width: 165px !important;
}
.w-172px {
	width: 172px;
}
.w-200px {
	width: 200px;
}

.w-240px {
	width: 240px !important;
}
.w-300px {
	width: 300px !important;
}

.w-500px {
	width: 500px;
}
.height-57px{
	height: 57px;
}
.min-w-70px {
	min-width: 70px;
}
.min-w-60px {
	min-width: 60px;
}
.font-19 {
	font-size: 19px;
}
.font-17 {
	font-size: 17px;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.scroll-top-wrapper {
	display: none;
	position: fixed;
	opacity: 0.5;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background: #d90000;
	color: white;
	cursor: pointer;
	padding: 5px 9px;
	border-radius: 8px;
}
.after-order-box {
	padding: 10px 16px;
	border: 1px solid #C1C1C1;
}
/* Bakcground */
.bg-total {
	background-color: #FFE6CC !important;
}
.bg-important {
	background-color: #FFDEDE;
}
.bg-reverse {
	background-color: #FFC000;
}
.bg-stock-detail,
.bg-white{
	background: #FFFFFF !important;
}
.bg-even-row{
	background: #F6F6F6;
}
.bg-status{
	background-color: #FFE6E6;
}

/* Bakcground trading-power */
.bg-E7F6FF {
	background-color: #E7F6FF;
}
.bg-FFEBEB {
	background-color: #FFEBEB;
}
.bg-FAECFE {
	background-color: #FAECFE;
}
.bg-FFFF00 {
	background-color: #FFFF00;
}
.bg-F2F2F2 {
	background-color: #F2F2F2;
}
.bg-FFF0D9 {
	background-color: #FFF0D9;
}
.bg-F0FAF1 {
	background-color: #F0FAF1;
}
/* Text trading-power */
.text-tooltip-normal{
	color: #555555 !important;
}
.text-40727F {
	color: #40727F;
}
.text-999999 {
	color: #999999;
}
.text-EBABAB {
	color: #EBABAB;
}
.text-4F2270 {
	color: #4F2270;
}
.text-9E4340 {
	color: #9E4340;
}
.text-C1C1C1 {
	color: #C1C1C1;
}
/* Border */
.bdr-1-AF0001 {
	border: 1px solid #AF0001;
}
.bdr-b-1-AF0001 {
	border-bottom: 1px solid #AF0001;
}

.border-bottom {
	margin-top: 30px; 
	border-top: 1px solid #6C0000;
}

.bdr-tr-br {
	border-radius: 0px 4px 4px 0px !important;
}

.border-solid-2px {
	border: 2px solid #C1C1C1 !important;
}
.border-danger-2px {
	border: 2px solid #AF0001 !important;
}

.border-box-info {
	border: 2px solid #C1C1C1;
    padding: 5px;
}
/*Tab in table*/
a.btn.btn-n-buy.w-100.disabled-btn {
	background-color: transparent;
	color: #555555 !important;
	border-color: #C1C1C1;
}
.mini-tab.disabled-tap {
	border-color: #C1C1C1;
}
.mini-tab{
	padding: 10px;
	border: 1px solid #AF0001;
	height: 100%;
}
.table-tab tr{
	border-top: none !important;
}
.table-tab tr td{
	background-color: transparent!important;
	border: none !important;
	color: #555555 !important;
	padding: 10px 0 0 0;
	border-bottom: none !important;
}
.table-tab tr td:first-child{
	width: 150px !important;
}

/* Tooltip */
.tooltip {
	position: relative;
	display: inline-block;
	opacity: inherit;
	z-index: 100;
}
.tooltip .tooltip-buy-text,
.box-header .tooltip .tooltip-buy-text{
	visibility: hidden;
	width: 250px;
	text-align: center;
	padding: 6px 14px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 1px #AF0001;
	background: #FFFFFF;
	transition: bottom 0.9s ease-in-out;
	color: #555555;
	position: absolute;
	top: -5px;
	left: 105%;
	font-family:"Meiryo UI";
	line-height: 1.4;
	
}
.tooltip .visible.tooltip-buy-text{
	visibility: visible;
	top: -50px;
	left: 15px;
	z-index: 1080;
}

.tooltip .tooltip-sell-text, .box-header .tooltip .tooltip-sell-text {
	visibility: hidden;
	width: 100px;
	text-align: center;
	padding: 5px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 1px #00008C;
	background: #FFFFFF;
	transition: bottom 0.9s ease-in-out;
	color: #555555;
	position: absolute;
	top: -5px;
	left: 105%;
}
.tooltip .visible.tooltip-sell-text {
	visibility: visible;
	top: -30px;
	left: 25px;
}

.tooltip .tooltip-normal-text, .box-header .tooltip .tooltip-normal-text {
	visibility: hidden;
	width: 250px;
	text-align: left;
	padding: 6px 14px;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 1px #555555;
	background: #FFFFFF;
	transition: bottom 0.9s ease-in-out;
	color: #555555;
	position: absolute;
	top: -5px;
	left: 105%;
	z-index: 1017;
	font-family:"Meiryo UI";
	line-height: 1.4;
	
}

.tooltip .visible.tooltip-normal-text {
	visibility: visible;	
	top: -400px;
	left: -125px;
	
}



.box-header .tooltip .question-help {
	margin-top: 4px;
}
.box-header &gt; .tooltip {
	color: #720A0A;
}
/* Text */
.text-n-normal {
	color: #720A0A;
}
.text-n-red {
	color: #AF0001;
}
.text-n-green {
	color: #2A5F2D;
}
.text-n-blue {
	color: #00008C !important;
}
.text-n-guide {
	color: #600001;
}
.text-n-danger {
    background-color: #AF0001;
    color: #FFFFFF;
}
.text-n-opacified {
	opacity: 0.7;
	color: #555555;
}
.text-n-disabled {
	color: #C1C1C1;
}
.text-sell,
.text-buy,
.text-give-money,
.text-get-money,
.text-dividend {
	position: relative;
	padding-left: 15px;
}
.text-sell::before {
	background-color: #00008C;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-buy::before {
	background-color: #AF0001;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-give-money::before {
	border: 1px solid #AF0001;
	background-color: #FFFFFF;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-get-money::before {
	border: 1px solid #00008C;
	background-color: #FFFFFF;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.text-dividend::before {
	background-color: #006600;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0px;
	top: 5px;
}
.label-required {
	display: block;
    background-color: #AF0001;
    margin-left: 5px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    color: #ffffff;
	font-size: 11px;
}
.emergency-block {
	text-align: left;
	padding: 10px 0;
	background-color: #FECECE;
}
.emergency-block .emergency-block-content {
	display: block;
	padding: 0 12px;
	color: #AE0001;
}
.mid-grey-block {
	color: #FFFFFF;
	background-color: #606C78;
}.underline {
	position: relative;
	display: block;
	font-weight: bold;
}
.underline::after {
	content: "";
	position: absolute;
}
.underline::after {
	top: 20px;
	height: 2px;
	width: 100%;
	left: 0px;
	background-color: #555555;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 13px;
	
}


.document &gt; ul {
	padding-inline-start: 0px;
	-webkit-padding-start: 0px;
	writing-mode: horizontal-tb;
	list-style-type: square;
	list-style-position: inside;
}
.document &gt; ul &gt; li &gt; ul {
	padding-inline-start: 16px;
	list-style-type: disc;
}



.border-box-info {
	border: 2px solid #C1C1C1;
    padding: 5px;
}
/* Button Start*/
.btn {
	font-size: 13px !important;
	padding: 8px 12px;
	line-height: 1;
}

a.btn {
	text-decoration: none;
}

.btn.btn-n-close {
	padding: 10px 32px;
}

.btn-n-sm {
	padding: 3px 8px;
	min-width: 50px;
}

.btn-n-lg {
	padding: 17.5px 30px;
	font-size: 19px !important;
	font-weight: bold;
	min-width: 222px;
}

.form-control:focus {
	color: #495057;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(101,106,111,0.25);
}
/*Circle button directive*/
a.btn-n-circle,
a.btn-n-circle:hover {
	line-height: 24px;
	text-decoration: none;
	color: #720A0A;
}
.circle-icon i{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #720A0A;
    display: inline-block;
    text-align: justify;
    padding-left: 7px;
    padding-top: 2px;
    font-size: 17px;
}
.btn-n-circle .circle-icon {
	width: 32px;
	height: 24px;
	color: #720A0A;
}

div.clearfix span.inline {
	color: #720a0a;
}

.form-control {
	height: auto;
	padding: 6px 5px;
	font-size: 13px;
	line-height: 1;
	border-radius: 4px;
	border-color: #C1C1C1;
}



.input-group .input-group-prepend .btn,
.input-group .input-group-append .btn {
	width: 30px;
	height: 30px;
	padding: 8px 5px;
}

.input-group &gt; input:not(#datepicker) {
	height: 30px;
}

.input-group.date .form-control {
	border-radius: 4px !important;
}
.input-group.phone-number .form-control {
	border-radius: 0px !important;
}
.input-group.phone-number .form-control::-webkit-input-placeholder {
	text-align: right;
}
.group-item.phone-number{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.input-group .input-group-addon {
	position: absolute;
    top: 1px;
    right: 1px;
    padding: 5px;
    z-index: 9;
}

.input-group.date .input-group-addon i {
	width: auto;
	height: auto;
	font-size: 20px;
	cursor: default;
}

.input-group .input-group-prepend button.btn.btn-n-normal.btn-number i,
.input-group .input-group-append button.btn.btn-n-normal.btn-number i{
	position: relative;
	left: 0px;
	top: -1px;
}

.minus-and-plus-group-control {
	width: 160px;
}

.minus-and-plus-group-control input.form-control.input-number.text-right {
	padding-right: 5px;
}

.minus-and-plus-group-control input.form-control.input-number.text-right.error{
	background-color: #f3bfbf;
	color: #f3bfbf;
	border-color: #AF0001;
}

.form-control:disabled, .form-control[readonly]{
	background-color: #f6f6f6;
	border-color: #C1C1C1;
}

.btn-n-sell {
	color: #FFFFFF !important;
	background-color: #00008c;
}

.btn-n-sell:hover {
	color: #FFFFFF;
	background-color: #5555b2;
}

.btn-n-sell:focus,
.btn-n-sell.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-sell.disabled,
.btn-n-sell:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-sell:not(:disabled):not(.disabled):active, 
.btn-n-sell:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-sell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #00006C;
	border-color: #00006C;
}

.btn-n-sell:not(:disabled):not(.disabled):active:focus, 
.btn-n-sell:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-sell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-buy {
	color: #FFFFFF !important;
	background-color: #AF0001;
}
.flash{
	animation: flash 1s linear infinite;
}

.btn-n-buy:hover {
	color: #FFFFFF;
	background-color: #C03839;
}

.btn-n-buy:focus, .btn-n-buy.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-buy.disabled, .btn-n-buy:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-buy:not(:disabled):not(.disabled):active, 
.btn-n-buy:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-buy.dropdown-toggle {
	color: #FFFFFF;
	background-color: #AF0001;
	border-color: #AF0001;
}

.btn-n-buy:not(:disabled):not(.disabled):active:focus, 
.btn-n-buy:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-order-input-confirm {
	color: #FFFFFF !important;
	background-color: #FF6600;
}

.btn-order-input-confirm:hover {
	color: #FFFFFF;
	background-color: #FF9955;
}

.btn-order-input-confirm:focus, .btn-order-input-confirm.focus {
	box-shadow: 0 0 0 0.2rem rgba(255,153,85);
}

.btn-order-input-confirm:not(:disabled):not(.disabled):active, 
.btn-order-input-confirm:not(:disabled):not(.disabled).active,
.show &gt; .btn-order-input-confirm.dropdown-toggle {
	color: #FFFFFF;
	background-color: #EE6205;
	border-color: #EE6205;
}

.btn-n-detail,
.btn-n-clear {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 1px solid #AF0001;
}

.btn-n-detail:hover, 
.btn-n-clear:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-detail:focus,
.btn-n-detail.focus,
.btn-n-clear:focus,
.btn-n-clear.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-detail.disabled,
.btn-n-detail:disabled
.btn-n-clear:disabled
.btn-n-clear.disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-detail:not(:disabled):not(.disabled):active, 
.btn-n-detail:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-detail.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-detail:not(:disabled):not(.disabled):active:focus, 
.btn-n-detail:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-detail.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-chart {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 2px solid #AF0001;
}

.btn-n-chart:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-chart:focus,
.btn-n-chart.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-chart.disabled,
.btn-n-chart:disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-chart:not(:disabled):not(.disabled):active
.show &gt; .btn-n-chart.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-chart:not(:disabled):not(.disabled):active:focus
.show &gt; .btn-n-chart.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-update, .btn-n-delete {
	color: #555555 !important;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.btn-n-update:hover, .btn-n-delete:hover {
	color: #ffffff;
	background-color: #B9BEC1;
	border-color: #555555;
}

.btn-n-update:focus, .btn-n-update.focus,
.btn-n-delete:focus, .btn-n-delete.focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-update.disabled, .btn-n-update:disabled,
.btn-n-delete.disabled, .btn-n-delete:disabled {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.btn-n-update:not(:disabled):not(.disabled):active, 
.btn-n-update:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-update.dropdown-toggle, .btn-n-delete.dropdown-toggle {
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-update:not(:disabled):not(.disabled):active:focus,
.btn-n-update:not(:disabled):not(.disabled).active:focus,
.btn-n-delete:not(:disabled):not(.disabled):active:focus,
.btn-n-delete:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-update.dropdown-toggle:focus,
.show &gt; .btn-n-delete.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-login {
	color: #ffffff !important;
	background-color: #5fb0ff;
}

.btn-n-login:hover {
	color: #ffffff;
	background-color: #90c8fe;
	border-color: #90c8fe;
}

.btn-n-login:focus, .btn-n-login.focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-login.disabled, .btn-n-login:disabled {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.btn-n-login:not(:disabled):not(.disabled):active, 
.btn-n-login:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-login.dropdown-toggle {
	color: #ffffff;
	background-color: #3380cb;
	border-color: #3380cb;
}

.btn-n-login:not(:disabled):not(.disabled):active:focus,
.btn-n-login:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-login.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 176, 255, 0.29);
}

.btn-n-normal {
	color: #FFFFFF !important;
	background-color: #606c78;
}

.btn-n-normal:hover {
	color: #FFFFFF;
	background-color: #8796a5;
	border-color: #8796a5;
}

.btn-n-normal:focus, .btn-n-normal.focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-n-normal.disabled, .btn-n-normal:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-normal:not(:disabled):not(.disabled):active, 
.btn-n-normal:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-normal.dropdown-toggle {
	color: #FFFFFF;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-n-normal:not(:disabled):not(.disabled):active:focus, 
.btn-n-normal:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-normal.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-n-margin-sell {
	color: #00008C !important;
	background-color: #FFFFFF;
	border: 1px solid #00008C;
}

.btn-n-margin-sell:hover {
	color: #FFFFFF !important;
	background-color: #00008C;
}

.btn-n-margin-sell:focus, .btn-n-margin-sell.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-margin-sell.disabled, .btn-n-margin-sell:disabled {
	color: #C1C1C1 !important;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
}

.btn-n-margin-sell:not(:disabled):not(.disabled):active, 
.btn-n-margin-sell:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-margin-sell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #00008C;
	border-color: #00008C;
}

.btn-n-margin-sell:not(:disabled):not(.disabled):active:focus, 
.btn-n-margin-sell:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-margin-sell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 140, 0.28);
}

.btn-n-margin-buy {
	color: #AF0001 !important;
	background-color: #FFFFFF;
	border: 1px solid #AF0001;
}

.btn-n-margin-buy:hover {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.btn-n-margin-buy:focus, .btn-n-margin-buy.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-margin-buy.disabled, .btn-n-margin-buy:disabled {
	color: #c1c1c1 !important;
	background-color: #FFFFFF;
	border-color: #c1c1c1;
}

.btn-n-margin-buy:not(:disabled):not(.disabled):active, 
.btn-n-margin-buy:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-margin-buy.dropdown-toggle {
	color: #FFFFFF;
	background-color: #740000;
	border-color: #740000;
}

.btn-n-margin-buy:not(:disabled):not(.disabled):active:focus, 
.btn-n-margin-buy:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-margin-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.btn-n-resell {
	color: #2A5F2D;
	background-color: #FFFFFF;
	border: 1px solid #2A5F2D;
}

.btn-n-resell:hover {
	color: #FFFFFF;
	background-color: #3B803F;
}

.btn-n-resell:focus,
.btn-n-resell.focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 95, 45, 0.26);
}

.btn-n-resell.disabled,
.btn-n-resell:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-resell:not(:disabled):not(.disabled):active, 
.btn-n-resell:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-resell.dropdown-toggle {
	color: #FFFFFF;
	background-color: #2A5F2D;
	border-color: #2A5F2D;
}

.btn-n-resell:not(:disabled):not(.disabled):active:focus, 
.btn-n-resell:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-resell.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 95, 45, 0.26);
}

.btn-n-discount {
	color: #000000;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.btn-n-discount:hover {
	color: #000000;
	background-color: #B9BEC1;
	border-color: #555555;
}

.btn-n-discount:focus, .btn-n-discount.focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 66, 116, 0.26);
}

.btn-n-discount.disabled, .btn-n-discount:disabled {
	color: #000000;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-discount:not(:disabled):not(.disabled):active, 
.btn-n-discount:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-discount.dropdown-toggle {
	color: #FFFFFF;
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-discount:not(:disabled):not(.disabled):active:focus, 
.btn-n-discount:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-discount.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 66, 116, 0.26);
}

.btn-n-delivery {
	color: #000000;
	background-color: #E6E8EA;
	border: 1px solid #606C78;
}

.btn-n-delivery:hover {
	color: #000000 !important;
	background-color: #B9BEC1;
	border-color: #555555;
}

.btn-n-delivery:focus, .btn-n-delivery.focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 137, 171, 0.26);
}

.btn-n-delivery.disabled, .btn-n-delivery:disabled {
	color: #000000;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.btn-n-delivery:not(:disabled):not(.disabled):active, 
.btn-n-delivery:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-delivery.dropdown-toggle {
	color: #FFFFFF;
	background-color: #9BA3AA;
	border-color: #9BA3AA;
}

.btn-n-delivery:not(:disabled):not(.disabled):active:focus, 
.btn-n-delivery:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-delivery.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(48, 137, 171, 0.26);
}

.btn-n-icon {
	padding: 6px 12px;
}

.btn-n-icon i {
	font-size: 16px;
}

.btn-n-icon span {
	margin-left: 5px;
}
.btn-n-detail-popup {
	color: #FFFFFF !important;
	background-color: #AF0001;
}
.form-search .btn-n-search {
	color: #FFFFFF !important;
	background-color: #AF0001;
}

.form-search .btn-n-search:hover {
	color: #FFFFFF;
	background-color: #C03839;
}

.form-search .btn-n-search:focus, .form-search .btn-n-search.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.26);
}

.form-search .btn-n-search.disabled, .form-search .btn-n-search:disabled {
	color: #FFFFFF;
	background-color: #C1C1C1;
	border-color: #C1C1C1;
}

.form-search .btn-n-search:not(:disabled):not(.disabled):active, 
.form-search .btn-n-search:not(:disabled):not(.disabled).active {
	color: #FFFFFF;
	background-color: #AF0001;
	border-color: #AF0001;
}
/*Dropdown Start*/
.dropdown .dropdown-menu {
	width: 100%;
}

.btn.btn-n-outline-secondary span.float-left {
	font-size: 13px;
	padding-top: 2px;
}

.btn.btn-n-outline-secondary i.fa.fa-chevron-down.float-right {
	color: #555555;
}

.btn-n-outline-secondary {
	color: #555555;
	border-color: #C1C1C1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.btn-n-outline-secondary:hover {
	color: #555555;
	border-color: #606c78;
}

.btn-n-outline-secondary:focus, .btn-n-outline-secondary.focus {
	box-shadow: 0 0 0 0.105rem rgba(130, 138, 145, 0.5)
}

.btn-n-outline-secondary.disabled, .btn-outline-n-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-n-outline-secondary:not(:disabled):not(.disabled):active, 
.btn-n-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-n-outline-secondary.dropdown-toggle {
	color: #555555;
	background-color: #FFFFFF;
	border-color: #C1C1C1;
}

.btn-n-outline-secondary:not(:disabled):not(.disabled):active:focus, 
.btn-n-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-n-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.105rem rgba(130, 138, 145, 0.5)
}

.btn.btn-n-outline-secondary i.fa.fa.fa-chevron-down {
	color: #000;
	padding-top: 4px;
}

.dropdown-menu.show a.dropdown-item {
	font-size: 13px;
	color: #555555;
	width: 100%;
	padding-left: 12px;
	text-decoration: none;
}

.dropdown-menu.show a.dropdown-item:hover, 
.dropdown-menu.show a.dropdown-item:focus {
	background-color: #8796a5;
}

.dropdown-menu.show a.dropdown-item.active, 
.dropdown-menu.show a.dropdown-item:active {
	background-color: #8796a5;
}
/*Dropdown End*/
/*Button End*/

/*Naito Switcher Start*/
.naito-switch-prepend, .naito-switch-append {
	color: #FFFFFF;
	display: inline-block;
	padding: 0 7px;
	padding-top: 5px;
}

.naito-switch-append {
	float: right;	
}

.naito-switch-switcher {
	position: absolute;
	left: 0;
	display: none;
}

.naito-switch {
	height: 30px;
	position: relative;
	width: 100px;
}

.naito-switch input {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}


/* Background unchecked */
.naito-switch label {
	background: #C1C1C1;
	color: #555555;
	border-radius: 4px;
	display: block;
	height: 100%;
	position: relative;
	transition: all .15s ease;
	width: 100%;
}

/* Slider unchecked */
.naito-switch label div.naito-switch-switcher {
	background: #FFFFFF;
	border-radius: 4px;
	display: block;
	height: 26px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: all .15s ease;
	width: 63px;
	z-index: 3;
}

.naito-switch label div.naito-switch-switcher span{
	display: inline-block;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

/* Vertical lines on slider */
.naito-switch label div.naito-switch-switcher:before {
	bottom: 0;
	content: '';
	display: block;
	height: 15px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .15s ease;
	width: 3px;
}

/* Checked States */

.naito-switch input:checked~label {
	background: #AF0001;
	color: #555555;
}

.naito-switch input:checked~label div.naito-switch-switcher {
	left: 35px;
}
/*Naito Switcher End*/

/* Radio button group  START */
.input-group .btn-search-header.btn-group-radio {
	width: auto;
}
.input-group .btn-group.btn-group-radio,
.input-group .btn-group.btn-group-radio.buy,
.input-group .btn-group.btn-group-radio.sell {
	width: 140px;
}


.input-group .btn-search-header.btn-group-radio .btn-n-radio,
.input-group .btn-group.btn-group-radio .btn-n-radio,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio {
	height: 30px;
	padding: 7px 0px;
	background-color: #FFFFFF;
}
.input-group .btn-search-header.btn-group-radio .btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio .btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio.not-active,
.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio.not-active {
	color: #555555;
	border: 1px solid #C1C1C1;
	text-align: center;
}

.input-group .btn-search-header.btn-group-radio .btn-n-radio:hover,
.input-group .btn-group.btn-group-radio .btn-n-radio:hover,
.input-group .btn-group.btn-group-radio.buy .btn.btn-n-radio:hover{
	border: 1px solid #AF0001;
}

.input-group .btn-group.btn-group-radio.sell .btn.btn-n-radio:hover{
	border: 1px solid #00008C;
}
.input-group .btn-search-header.btn-group-radio .btn-n-radio.active,
.input-group .btn-group.btn-group-radio .btn-n-radio.active,
.input-group .btn-group.btn-group-radio.buy .btn-n-radio.active,
.input-group .btn-group.btn-group-radio.sell .btn-n-radio.active {
	color: #FFFFFF;
}

.input-group .btn-search-header.btn-group-radio .btn-n-radio.active,
.input-group .btn-group.btn-group-radio .btn-n-radio.active,
.input-group .btn-group.btn-group-radio.buy .btn-n-radio.active {
	background-color: #AF0001;
	border: 1px solid #AF0001;
}
.input-group .btn-group.btn-group-radio.sell .btn-n-radio.active {
	background-color: #00008C;
	border: 1px solid #00008C;
}
/* Radio button group  END */

/* Form Search Start */
.form-search {
	display: flex;
}
/* Form Search End */
/* Form Update Start */
.form-items-update {
	width: 100%;
	align-items: center;
	display: flex;
}
.form-items-update .form-update-group {
	align-items: center;
	margin-left: auto;
}
/* Form Update End */
/* List stock */
.table-total-price-stock tr td:nth-of-type(2) span,
.table-total-price-stock tr td:nth-of-type(3) span{
	font-weight: bold;
	float: right;
}
.table-total-price-stock .total-price-stock {
	background-color: #F6F6F6;
}
.table-total-price-stock .active {
	background-color: #FFE6CC !important;
}

.explication-table {
	margin-bottom: 10px;
}
.explication-table tbody tr td {
	padding-right: 10px;
}

/* Pagination Start*/
.table-paging &gt; .table-paging-nav {
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.table-paging &gt; .table-paging-nav &gt; li {
	padding: 0;
	margin-right: 5px;
	display: inline-block;
}
.table-paging &gt; .table-paging-nav &gt; li &gt; a {
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-weight: 400;
	background: none;
	color: #AF0001;
}
.table-paging &gt; .table-paging-nav &gt; li &gt; .table-paging-link.table-paging-link-active {
	background: #AF0001;
	color: #FFFFFF;
}
.table-paging &gt; .table-paging-nav &gt; li &gt; .table-paging-link.disabled {
	color: #C1C1C1;
	cursor: default;
}
/* Pagination End*/
 /*
 * Component: Tab
 * ----------------------
 */
.nav.nav-tabs .nav-item:not(:first-child):not(:last-child) {
	margin-right: 1px;
}
.nav.nav-tabs .nav-item  a.nav-link {
	color: #555555;
	text-decoration: none;
}
.nav.nav-tabs .nav-item  .nav-link {
	background-color: #F4F4F4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px 15px;
	border: none;
}
.nav-tabs .nav-link.active {
	color: #FFFFFF !important;
	background-color: #AF0001 !important;
}
.tab-content {
	border: 1px solid #AF0001 !important;
	padding: 5px;
}
.nav-header {
	background-color: #F6F6F6;
}
.nav.nav-pills.nav-header .nav-link {
	border: 1px solid #AF0001;
	background-color: #FFFFFF;
	margin-left: 10px !important;
	margin: 10px 0px;
	color: #AF0001;
	padding: 2px 10px;
	text-decoration: none;
}
.nav.nav-pills.nav-header .nav-link.active {
	background-color: #AF0001;
	color: #FFFFFF;
}
/*
* Component: Main Header
* ----------------------
*/
.wrapper.no-menu .header-wrapper {
	position: relative;
}
.wrapper.no-menu .header-wrapper .main-header {
	padding: 0px;
	margin: 16px 0 30px 0;
	border-bottom: none;
}
.main-header {
	padding: 16px 0px;
	border-bottom: 3px solid #AF0001;
	margin-bottom: 12px;
}
.header-content {
	margin: auto;
}
.logo{
	width: 960px;
	margin: auto;
	margin-top: 16px;
}
 /*
 * Component: Main Menu
 * ----------------------
 */
.main-menu {
	margin: 0 auto;
}
.main-menu .navbar-nav a {
	text-decoration: none;
	/*margin: 0 0px 0 auto;*/
}

/*hide eye default EI*/
input::-ms-reveal{
	display: none;
}

 /*
 * Component: Content
 * ----------------------
 */
.wrapper.no-menu .content-wrapper {
	padding-top: 0px;
	min-height: calc(100vh - 108px);
}
.content-wrapper {
	margin: 0 auto;
	min-height: calc(100vh - 32px);
	padding-bottom: 30px;
}
.content-header {
	border-bottom: 2px solid #6C0000;
}
.content-header .header-name {
	font-size: 17px;
	color: #720A0A;
}
.content-header .header-info {
	margin-left: 12px;
}
.content {
	margin-top: 16px;
}

.question-help {
	font-size: 16px;
	cursor: pointer;
	background: #FFFFFF;
    border-radius: 100%;
}

span.question-help i.fas.fa-question{
	color: #FFFFFF;
	width: 16px;
	text-align: center;
}
.content-nowrap{
	margin: 0 auto;
	min-height: calc(100vh - 32px);
	padding-bottom: 30px;
}

input::-ms-reveal{
	display: none;
}

.group-report-exchange {
	display: flex;
	line-height: 31px;
	text-align: center;
}
.item-report-exchange span {
	display: inline-block;
	vertical-align: middle;
}
 /*
 * Component: Footer
 * ----------------------
 */
.main-footer {
	border-top: 2px solid #AF0001;
}
.main-footer-popup {
	margin: 0 auto;
	border-top: 1px solid #6C0000;
	max-width: 960px;
}
.footer-content {
	margin: 0 auto;
	padding: 5px 0 6px 0;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.circle-icon i{
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #720A0A;
		display: inline-block;
		text-align: justify;
		padding-left: 7px;
		padding-top: 3px;
		font-size: 17px;
	}
}
/*
 * Component: Search header
 * ----------------------
 */
.btn-search-header{
	height: 30px;
}
.btn-search-header&gt;.btn-search-header-item {
	padding: 0 10px 0 10px !important;
	height: 50% !important;
	font-size: 11px !important;
	width: auto !important;
	/*border:0;*/
	line-height: 1.2;
}
.btn-search-header&gt;.btn-search-header-item.chuugoku-kabu {
	margin-left: 0px;
	border-bottom-left-radius: .25rem !important;
}
/* component show password*/
.show-password {
	position: absolute;
	float: right;
    right: 5px;
    bottom: 10px;
	cursor: pointer;
}
/* Common pagesize*/
.page-info .page-result {
	align-items: center;
    display: flex;
}
/* Screen No.97 */
.border-box-red, .border-box-red-last {
	border: 2px solid #AF0001;
}
.border-row{
	border-bottom: 1px solid #AF0001;
}
.border-row:not(:first-child){
	border-bottom: 1px solid #AF0001;
	padding: 12px 12px;
}
.border-row:last-child{
	border-bottom: 0px;
}
.border-box-red::after{
	content: '';
	position: absolute;
	left: 45%;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #AF0001;
}
.border-box-red .icon, .border-box-red-last .icon {
	border: 1px solid #AF0001;
	color: white;
	background-color: #AF0001;
	font-weight: bold;
	width:50px;
	padding: 3px 9px;
	font-size: x-large;
	text-align:center;
}
.border-box-gray {
	border: 2px solid #555555;
}
.border-row-gray{
	border-bottom: 1px solid #555555;
}
.border-row-gray:not(:first-child){
	border-bottom: 1px solid #555555;
	padding: 12px 12px;
}
.border-box-gray::after{
	content: '';
	position: absolute;
	left: 45%;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid #555555;
}
.border-row-gray .icon {
	border: 1px solid #555555;
	color: white;
	background-color: #555555;
	font-weight: bold;
	padding: 3px 9px;
	font-size: x-large;
}
.border-row-gray:last-child{
	border-bottom: 0px;
}

.input-text-transparent{
	color: transparent;
}
/* AccInfo Base Info reference */
.not-bdr-right {
	border-right: 0px !important;
}
.not-bdr-bottom {
	border-bottom: 0px !important;
}
.not-bdr-left {
	border-left: 0px !important;
}
.tooltip {
			color: #720A0A;
		}
/* Comment_002_217 */
.item-report-exchange {
	border: 1px solid #C1C1C1;
	padding-top:11px;
	padding-bottom:11px;
	text-align: center;
}
/* Form Update Start */
.form-update {
	width: 100%;
	align-items: center;
	display: flex;
}
.form-update .form-update-group {
	align-items: center;
	margin-left: auto;
}
/* Form Update End */
/* Animate for switch button collapse-all start*/
.animate-opacity-show{
	animation:opac-show 0.5s;
}
.animate-opacity-hide{
	animation:opac-hide 0.5s;
}
@keyframes opac-show{
	from{opacity:0}
	to{opacity:1}
}
@keyframes opac-hide{
	from{opacity:1}
	to{opacity:0}
}
/* Animate for switch button collapse-all end*/
/* Calendar Start*/
.calendar {
	background-color: #FFFFFF;
	margin-bottom: -10px;
}
.calendar .table-condensed th {
	padding: 8px !important;
}
.calendar .table-condensed tr td:first-child {
	width: auto;
	background-color: #FFFFFF;
	color: #555555;
	border-right: none;
}
.calendar .table-condensed tr td:last-child {
	width: auto;
}
.btn-close-calendar {
	float: right;
	margin: 0px 6px 4px 4px;
}
.btn-close-calendar &gt;a{
	text-decoration: none;
	color: #6C0000;
}
.pointer-events-none {
	pointer-events: none;
}
/* Calendar End*/
/* Font size Start*/
.fontSize-16px {
	font-size : 16px !important;
}
/* Font size End*/</pre></body></html>