@charset 'UTF-8';
body {
    line-height: 1.7;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    font-size: 14px
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

hr {
    border: none;
    border-bottom: 1px solid #cccccc59;
    margin: 2px 0
}

.direction{
	display:flex;
}
.direction input {
	height: 40px;
	width: 200px;            
}

.center-div{
	margin:auto;
}

section{
	width:100%;
	display:block;
}

.brand a{
	font-size: 20px;
    color: #0a17ef;
    text-decoration: none;
    font-weight: 900;
	
}

.logo{
	animation: movedown 1s linear 1;
	visibility:hidden;
	animation-fill-mode:forwards;
	
}


.chart-op{
	float:right;
	cursor:pointer;
}
.option-chain-main {
    height: 610px;
    overflow: auto;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1;
    display: block;
    transform: scale(1)
}

.modal-dialog {
    margin: 30px auto
}

.body-modal-open {
    overflow: hidden
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
    padding: 15px;
    margin-top: 15%
}

.modal-sm {
    width: 40%
}

.modal-md {
    width: 700px
}

.modal-lg {
    width: 900px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
	overflow:scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000000a3;
    display: none
}

span.modal-close {
    position: absolute;
    right: 1px;
    top: 0;
    background-color: #efefef;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer
}

@keyframes movedown{
	0%{
		transform: translateY(-100px);
		visibility:visible;
	}
	100%{
		transform: translateY(0);
		visibility:visible;
	}
}  

.container-box{
	margin:auto;
	overflow:hidden;
}

.nav-flex {
    display: flex;
    margin: 15px 0px;
}

.nav-flex>.flex-item:first-child {
    flex: 1;
}

ul.menu {
    list-style: none;
    display: flex;
	animation: movedown 1s linear 1;
	animation-delay:1s;
	visibility:hidden;
	animation-fill-mode:forwards;
}

.menu>li {
    padding: 5px 15px;
}
.menu>li>a {
    text-decoration: none;
    font-size: 15px;
    color: #1614d3;
	font-weight:500;
}


.slider-flex {
	background-image: url(img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: bottom;
	display:flex;
}

.slider-flex>.flex-item {
    margin: auto;
    flex: 1;
    padding-left: 30px;
	/*animation: moveright 1s linear 1;
	animation-delay:2s;
	visibility:hidden;
	animation-fill-mode:forwards; */
}

@keyframes moveright{
	0%{
		transform: translateX(-100px);
		visibility:visible;
	}
	100%{
		transform: translateX(0);
		visibility:visible;
	}
}  

.slider-flex>.flex-item h1 {
    color: #f83e3f;
    font-weight: 700;
    font-size: 40px;
	line-height: 1.5;
}

.slider-flex>.flex-item p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px
}

.slider-flex>.flex-item .botton-flex {
    display: flex;
    margin-top: 20px;
}

.slider-flex>.flex-item .botton-flex a.submit-link{
	background-color: #f73e3e;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
	margin-right:5px;
	transition: all 0.5s;
}

.slider-flex>.flex-item .botton-flex a.submit-link:hover{
	background-color: #fb6f0e;
	position: relative;
  transition: 0.5s;
}

.slider-flex>.flex-item .botton-flex a.explore-link:hover{
	background-color:#f73e3e;
	position: relative;
  transition: 0.5s;
}

.slider-flex>.flex-item .botton-flex a.explore-link{
	background-color: #fb6f0e;
    color: #fff;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 500;
	transition: all 0.5s;
}

.m-t-30{
	margin-top:30px;
}

.p-t-30{
	padding-top:30px;
}

.p-b-30{
	padding-bottom:30px;
}

.h2{
	color: #f83e3f;
	font-size: 35px;
}

.p{
	color: #f83e3f;
}

.category-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-flex>.flex-item {
    width: 19%;
	margin-bottom:20px;
}
.category-flex>.flex-item h2{
	background-color: #1f14d2;
    color: #fff;
    padding-left: 5px;
	font-weight:500;
	border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

ul.sub-cat {
    list-style: none;
    padding-left: 5px;
    background-color: #fff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

ul.sub-cat li:last-child a {
    border: none;
}

.sub-cat a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
	color: #212020;
}

.sub-cat a:hover {
    color: #d42828;
}

section.footer{
	background-color:#0a1535;
}

.footer-flex {
    display: flex;
}

.footer-flex ul{
	list-style-type:none;
}

.footer-flex .flex-item {
    flex: 1;
}

ul.quick-links li a {
    text-decoration: none;
}

h3 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-flex ul li a {
    color: #cfcfcf;
    font-weight: 600;
    text-decoration: none;
	font-size:16px;
}

p.f-end {
    text-align: center;
    padding: 10px;
}

ul.social-links{
	display:flex;
}

ul.social-links li a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #1f14d2;
    border-radius: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
    padding-top: 7px;
}
ul.social-links li a:hover {
    color: #f73e40;
}

.signup-flex>.flex-item {
    width: 50%;
    margin: auto;
}

.flex-form{
	display:flex;
}


.flex-form h2 {
    color: #0c16ea;
	line-height: 1.5;
}

.link-flex{
	display:flex;
	justify-content: space-between;
	border-bottom: 1px solid #706f6f75;
    padding-bottom: 10px
}

.flex-form form{
	width: 50%;
    background-color: #efefef;
    padding: 2%;
    border-radius: 3px;
    box-shadow: rgb(50 50 93) 0px 2px 5px -1px, rgb(0 0 0) 0px 1px 3px -1px;
}

.link-flex>input,.generated-link>input {
    height: 40px;
    padding: 5px;
    border: 1px solid #706f6f;
    border-radius: 3px;
    font-size: 17px;
    width: 74%;
}

.flex-form>form>button {  
    width: 23%;
}

.generated-link {
    display: flex;
    border-bottom: 1px solid #706f6f75;
    margin-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
	display:none;
}

.url {
    width: 74%;
    border: 1px solid #706f6f;
    padding: 7px 5px;
    border-radius: 3px;
    background-color: #fff;
}
.copy{
	width:24%;
}

/*  --- about us ---*/
.page-head{
	background-image:url(../img/page-header.jpg); 
	background-size:cover; 
	background-repeat:no-repeat; 
	height:200px;
	background-position: center bottom;
	display:flex;
}

.page-head h1 {
    color: #fff;
    font-size: 50px;
	margin:auto;
}

.about-flex{
	display:flex;
	margin-bottom:30px;
}

.about-flex h2{
    color: #dc2c2c;
}
.about-flex .flex-item{
	flex:1;
}

.about-content{
	animation: moveleft 1s linear 1;
	animation-delay:1s;
	visibility:hidden;
	animation-fill-mode:forwards;
}

@keyframes moveleft{
	0%{
		transform: translateX(100px);
		visibility:visible;
	}
	100%{
		transform: translateX(0);
		visibility:visible;
	}
}  


.about-flex .flex-item:last-child{
	margin-left:20px;
}

.about-flex img{
	width:100%;
	border-radius:2px;
}


/*  --- contact us ---*/



.contact-flex{
	display:flex;
}

.contact-flex .flex-item{
	width:50%;
	margin:auto;
}

.contact-us{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.contact-us input.half {
    width: 49%;
    border-radius: 2px;
    border: 1px solid #9d9d9f;
    height: 40px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.contact-us input.full {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #9d9d9f;
    height: 40px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.contact-us textarea {
    width: 100%;
    border-radius: 2px;
	height:300px;
    border: 1px solid #9d9d9f;
    padding: 0px 5px;
    margin-bottom: 10px;
}

button {
    border: none;
    background-color: #f83e3f;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
	cursor:pointer;
}

/*    - submit link  */

.submit-flex{
	display:flex;
}

.submit-flex .flex-item:first-child{
	flex:1;
	margin-right: 25px;
	animation: moveright 1s linear 1;
	animation-delay:1s;
	visibility:hidden;
	animation-fill-mode:forwards;
}

.submit-flex .flex-item:last-child{
	flex:3;
}

ul.top-cat {
    list-style: none;
    padding-left: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.top-cat li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    text-decoration: none;
}

ul.top-cat li a:hover {
    color: #d82a2b;
}

ul.top-cat li:last-child a{
	border:none !important;
}


.submit-flex h2 {
    background-color: #2a14a7;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    padding-left: 5px;
    font-size: 20px;
    font-weight: 400;
}

.form-group label {
    font-weight: 500;
    font-size: 16px;
	color: #db2b2b;
}
.form-group label, .form-group input {
    width: 100%;
}

.form-group input {
    height: 35px;
    padding-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #999999;
    border-radius: 3px;
}
input,select,textarea{
	outline:none;
}

.form-group textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #999999;
	border-radius: 3px;
}
section.submit-url{
	background-image: url(../img/section.bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

form.submit-link {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
	animation: moveleft 1s linear 1;
	animation-delay:1s;
	visibility:hidden;
	animation-fill-mode:forwards;
}

/*  featured links  */

.article-cover {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

article h3 {
    color: #d62928;
    font-weight: 600;
    margin-bottom: 0;
}

.pagination ul li a:hover {
    color: #d62929;
}

.pagination ul li a {
    padding: 5px 10px;
    border: 1px solid #8d8c8c;
    margin-right: 2px;
    border-radius: 2px;
    text-decoration: none;
}
.pagination ul {
    display: flex;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 4px;
}

a {
    text-decoration: none;
}

.signup-flex{
	display:flex;
}

table.call-side tr td {
    font-size: 14px;
    padding: 4px;
    border: 0;
    border-right: 1px solid #9d999930;
    border-bottom: 1px solid #9d999929;
    margin: 0;
    font-weight: 600;
	color:#404040
}


.chartjs-render-monitor{
	background-color:#fff;
}

.play, .support-res{
  background-color: teal;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px;
  cursor:pointer;
}

.stop{
	 background-color: #f21a4d ;
	  color: #fff;
	  border-radius: 3px;
	  text-decoration: none;
	  padding: 10px;
}

.weekly-range p, .weekly-range p strong {
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}

span.c-p {
    color: #f21a4d;
    font-size: 8px;
    display: block;
}

span.p-p {
    color: teal;
    display: block;
    font-size: 8px;
}

.select-range{

	display: flex;

    justify-content: space-between;

    padding-top: 30px;

}






.all-data-analysis {

    margin-top: 50px;

    margin-bottom: 50px;

    padding: 10px;

    border: 1px solid #ccc;

    border-radius: 2px;

}

.all-data-analysis table{

	width:100%;

}



td.caption{

	text-align: center;

    padding: 5px;

    font-size: 18px;

    color: #000;

}


tr.strike td {
    border: 0px solid #ccc;
}
.strike {
    
}
td.stk.itm {
  background-color: #c67805;
  color: #fff;
  text-align: center;
  border-bottom:1px solid #ffffff8a;
}



.each-time-option-data.active{
	background-color:blue;
	color:#fff !important;
}

.ce-first-top-oi{
	background-color:#f21a4d !important;	
	color:#fff !important;
	cursor:pointer;
}

.ce-first-top-vol{
	background-color:#f21a4d !important;
	color:#fff !important;
	cursor:pointer;
}

.ce-second-top-oi{
	background-color:#c67805 !important;
	color:#fff !important;
}

/*.ce-second-top-coi{	
	background-color:#c67805 !important;  
	color:#fff !important;
}
.ce-first-top-coi{
	background-color:#f21a4d !important;
	color:#fff !important;	
	cursor:pointer;
}

.pe-second-top-coi{	
	background-color:#c67805 !important;
	color:#fff !important;
}
.pe-first-top-coi{
	background-color:teal !important;
	color:#fff !important;	
}

.pe-first-top-coi span,.ce-first-top-coi span{ 
	color:#fff !important;
}
.pe-second-top-coi span, .ce-second-top-coi span{
	color:#fff !important;
}

*/

.cio span {
    display: block;
    font-size: 8px;
} 

.pe-second-top-oi span,.ce-second-top-oi span{
	color:#fff !important;
}


.ce-second-top-vol-70, .ce-second-top-oi-70{
	background-color:#ff98007d !important;
}
.ce-second-top-vol-75, .ce-second-top-oi-75{
	background-color:#ff9800ad !important;
}
.ce-second-top-vol{
	background-color:#ffa500 !important;
	color:#fff !important;
}

/*   ------------------  */


.pe-first-top-oi{
	background-color:teal !important;	
	color:#fff !important;
}



.pe-second-top-vol-70{
	background-color:#ff98007d !important;
}
.pe-second-top-vol-75{
	background-color:#ff9800ad !important;
}

.pe-first-top-vol{
	background-color:teal !important;
	color:#fff !important;
	cursor:pointer;
}

.pe-second-top-oi{
	background-color:#c67805 !important;
	color:#fff !important;
}

.pe-second-top-vol{
	background-color:#c67805 !important;
	color:#fff !important;
}


a.each-time-option-data {
    background-color: orange;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    display: none;
    padding:10px;
}

button {
    background-color: teal;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 0px 15px;
    font-size: 18px;
    height: 41px;
    line-height: 41px;
}
td.itm{
	background-color:#ede9e9;
}

.history-data{
	display:flex;
}

.history-data div:first-child{
	flex:3;
}
.ltp{
	cursor:pointer;
}
.history-data div:nth-child(2){
	flex:2;
}
div.filter select, div.filter input {
    height: 40px;
    width: 100%;
    padding:5px;
    border-radius: 2px;
    border: 1px solid #666;
}
.filter {
    display: flex;
}

.filter div {
    flex: 1;
    line-height: 32px;
    padding: 5px;
} 

.option-all-graph ul{
	list-style:none;
	display:flex;
	justify-content:space-between;
}

.option-all-graph ul li{
	flex:33%;
}

.pcr-table tr th,.pcr-table tr td{
	padding:5px;
	text-align:center;
	
}
table.pcr-table {
    width: 100%;
}

td, th {
    font-weight: 600;
	height:25px;
}
*{
	font-size:11px;
}

table.call-side tr td{
	font-size:11px !important;
}
.cover-both{
	display: inline-block;
    width: 100%;
}
.cover-both>table{
	margin:auto;
}
table.ing-fht tr td{
	font-size:9px !important;
}
.height-cover{
	width:31%;
	height:630px;
	overflow:auto;
}

.supppport{
	height:610px;
	overflow:hidden;
}

.supppport table thead>tr>td{
	font-size:12px;
	font-weight:600;
	text-align:center;
}

table.call-side thead tr td {
    padding: 8px;
}

.pe-first-top-vol span, .pe-first-top-oi span,.ce-first-top-vol span, .ce-first-top-oi span{
	color:#fff !important;
}

table.table-main>tr>td{
	padding:0px;
}
table{
	border:none;
	width:100%;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #2a14a7; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #db2b2b; 
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #db2b2b; 
}

.mmmhead{
	display:flex;
}

.mmmhead div{
	flex:1;
}

.m-show{
	display:none;
}



@media (max-width:1600px) {
    .container-box {
        width: 1170px
    }
}

@media (max-width:1360px) {
    .container-box {
        width: 1170px
    }
}

@media (max-width:1024px) {
	 .container-box {
        width: 970px
    }
}

@media (max-width:768px) {
	.container-box {
        width: 400px
    }
}

@media (max-width:540px) {
	.container-box {
        width: 400px
    }
	.m-hide{
		display:none;
	}
	.option-all-graph ul{
		flex-direction:column;
	}
	.option-all-graph ul li{
		flex:100% !important;
	}
	.m-show{
		display:block !important;
	}
}

@media (max-width:400px) {
	.container-box{
		display:block;
		width:100%;
	}
}