/* Highchart control */
       .chart-container .highcharts-grid {
           display: none;
       }
	   .highcharts-container{
			background: url(/assets/modules/microsite/images/Logo_Cboe_Watermark.png);
			background-repeat: no-repeat;
			background-position: 55% 25%;	

			font-family: 'OpenSans-Light';
			font-size: 15px;
		}
       .highcharts-background {
           fill: transparent;
       }

       .highcharts-color-0 {
           stroke: #39B145;
       }

	.highcharts-tick{
	 stroke: #AAAAAA;
	}
       .highcharts-axis-line {
           stroke: grey;
       }

       .highcharts-yaxis .highcharts-axis-line {
           stroke-width: 1;
       }

       .highcharts-grid-line {
           stroke: none;
       }
       .highcharts-axis-labels{
        fill:#AAAAAA;
       }

       .highcharts-legend-item text, .highcharts-legend-item:hover text {
           fill: #AAAAAA;
       }
	.highcharts-tooltip span {
        height:auto;
        width:120px;
        overflow:auto;
        color:black;
        font:bold;
        font-family:OpenSans-Light;
        font-size:12px;
        white-space:normal !important;        
       }
       .timeLineHighLight {
           border: solid;
           border-width: 1px;
           border-radius: 5px;
           border-color: #39B145;
           word-spacing: 10px;
           padding-left: 5px;
           padding-right: 5px;
           color: #39B145 !important;
       }
       /*End of highchart control */

 .cmn-toggle {
        position: absolute;
        visibility: hidden;
    }

        .cmn-toggle + label {
            display: block;
            position: relative;
            cursor: pointer;
            outline: none;
            user-select: none;
        }

    input.cmn-toggle-round + label {
        padding: 2px;
        width: 40px;
        height: 16px;
        background-color: lightslategray;
        border-radius: 10px;
    }

        input.cmn-toggle-round + label:before,
        input.cmn-toggle-round + label:after {
            display: block;
            position: absolute;
            top: 1px;
            left: 1px;
            bottom: 1px;
            content: "";
        }

        input.cmn-toggle-round + label:before {
            right: 1px;
            background-color: #2D2D2D;
            border-radius: 18px;
            transition: background 0.4s;
        }

        input.cmn-toggle-round + label:after {
            width: 18px;
            background-color: #fff;
            border-radius: 100%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            transition: margin 0.4s;
        }

    input.cmn-toggle-round:checked + label:before {
        background-color: #39B145;
    }

    input.cmn-toggle-round:checked + label:after {
        margin-left: 20px;
    }
    /* chart & data control */
    .chart-ctrl{
    	display:inline-block;
		/*margin-top:20px;
		margin-bottom:50px;*/
    	width:100%;
    }
    .chart-ctrl h2{
    	color: #fff;
        font-family: 'SansPro-Light';
        font-size: 25pt;
        font-weight: normal;
        text-align: center;
    }
    .chart-ctrl .left-c, .chart-ctrl .right-c{
    	float:left;
    	width:50% !important;
    }
    .chart-ctrl .left-c{
    	color: #AAAAAA;
        font-family: 'OpenSans-Light';
        font-size: 14px;
		margin-bottom: 15px;		
    	padding-right:15px !important;
    }
    .chart-ctrl .right-c{
		margin-top: 15px;
		margin-bottom: 15px;		
    	padding-left:15px;
    }
    .chart-ctrl .left-c ul{
    	list-style:none;
    	margin:0 auto;
    	padding:0px;
		height:245px;
    }
    .chart-ctrl .left-c ul li {
    	display:inline-block;
    	width:100%;
    	margin-top: 4px;
        margin-bottom: 4px;
    }
    
    .chart-ctrl .left-c ul li:first-child {
    	border-bottom: 1px solid #585858;
    }

    
    .chart-ctrl .left-c ul > li:first-child div:first-child {
    	color: #fffFff;
        font-family: 'OpenSans-Semibold' !important;
        font-size: 20pt;
		margin-top:13px;
    }
    .chart-ctrl .left-c ul > li:first-child div:nth-of-type(2) {
        color: #fffFff;
        font-family: 'SansPro-Light';
        font-size: 30pt;
    }
    .chart-ctrl .left-c ul > li div:nth-of-type(2) {
        color: #fffFff;
    	text-align: right;
        padding-right: 25px;
    	font-size:14pt;
    }
    .chart-ctrl .left-c ul > li:first-child div:nth-of-type(3) {
        font-family: 'SansPro-Light';
        font-size: 30pt;
    }
    .chart-ctrl .left-c ul > li:last-child .col2, .chart-ctrl .left-c ul > li:last-child .col3 {
    	color:#fff;
    	font-size:14pt;
    }
    .chart-ctrl .left-c ul > li:last-child .col2 span, .chart-ctrl .left-c ul > li:last-child .col3 span{
    	color:#AAAAAA;
    	font-size:14px !important;
    	margin-right:3px;
    }
    
    .chart-ctrl .left-c .col1, .chart-ctrl .left-c .col2, .chart-ctrl .left-c .col3 {
        	display:inline-block;
        	float:left;
        	padding-right:2px;
        	width:33.3% !important;
        	word-wrap:break-word;
    }
    .chart-ctrl .left-c .col1{
		margin-top:3px;
	}
    .chart-ctrl .left-c .col2{
        	padding-right:30px !important;
    }
    
    .chart-ctrl .left-c .col1:empty::after, .chart-ctrl .left-c .col2:empty::after, .chart-ctrl .left-c .col3:empty::after{
        content: '&nbsp;';
    	word-wrap:break-word;
        visibility: hidden;
    }
    .chart-ctrl .left-c .disp-time {
		width:100% !important;
		font-size: 10pt;
	}
    
    @media all and (max-width: 767px) {
    	.chart-ctrl .left-c, .chart-ctrl .right-c{
    		padding-left:5px !important;
    		padding-right:5px !important;
    		width:100% !important;
    	}
		.chart-ctrl .left-c ul{
			height:auto;
		}
    }
 
    @media all and (max-width: 480px) {
		.chart-ctrl .left-c ul > li:first-child div:first-child	{
			margin-top:0px;
		}		
		.chart-ctrl .left-c ul > li:first-child div:nth-of-type(2), .chart-ctrl .left-c ul > li:first-child div:nth-of-type(3) {
			font-size:20pt !important;
			font-weight:bold;
		}
	}
    /*End of chart & data control */
