/* Minification failed. Returning unminified contents.
(5672,35): run-time error CSS1046: Expect comma, found '0'
(5672,39): run-time error CSS1046: Expect comma, found '/'
 */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://staticv2.amarstock.com/Content/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**/
/* font */
/**/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);*/


/**/
/* defaults */
/**/
.sky-tabs,
.sky-tabs * {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
.sky-tabs {
	position: relative;
	font-size: 0;
	text-align: left;
}
.sky-tabs > input {
	position: absolute;
	display: none;
}
.sky-tabs > label {
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	padding-top: 0;
	padding-left: 0;
	cursor: pointer;
    
}
.sky-tabs > label.inverse {
	float: right;
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs > label.disabled {
	cursor: default;
}
.sky-tabs > label span {
	display: block;
	padding: 5px;
	background: rgba(255,255,255,0.9);
}
.sky-tabs > label span span {
	padding: 0 20px;
	background: transparent;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	/*-ms-transition: background 0.4s, color 0.4s;*/
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;	
}
.sky-tabs > label:hover span span {
	background: #2da5da;
	color: #fff;	
}
.sky-tabs > label.disabled span span {
	background: transparent;
	color: inherit;
}
.sky-tabs > input:checked + label {
	cursor: default;
}
.sky-tabs > input:checked + label span span {
	background: #2da5da;
	color: #fff;
}
.sky-tabs > .switcher {
	display: none;
}
.sky-tabs > .switcher a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	color: inherit;
}
.sky-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
}
.sky-tabs > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	padding: 20px 25px 25px;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: opacity 0.8s, -o-transform 0.8s;	
	-ms-transition: opacity 0.8s, -ms-transform 0.8s;	
	-moz-transition: opacity 0.8s, -moz-transform 0.8s;	
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	position: relative;
	z-index: 1;
	opacity: 1;
}


/**/
/* positions */
/**/
.sky-tabs-pos-top-center {
	text-align: center;
}
.sky-tabs-pos-top-right {
	text-align: right;
}
.sky-tabs-pos-top-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-2 > label {
	width: 50%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-3 > label {
	width: 33.33%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-4 > label {
	width: 25%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-5 > label {
	width: 20%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-6 > label {
	width: 16.66%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-7 > label {
	width: 14.28%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-8 > label {
	width: 12.5%;
}
.sky-tabs-pos-top-justify.sky-tabs-amount-9 > label {
	width: 11.11%;
}
.sky-tabs-pos-top-justify > input:first-child + label {
	padding-left: 0;
}
.sky-tabs-pos-left > label,
.sky-tabs-pos-right > label {
	display: block;
	width: 25%;
	float: left;
	clear: left;
	margin-right: 0;
}
.sky-tabs-pos-right > label {
	float: right;
	clear: right;
}
.sky-tabs-pos-left > ul {
	margin-left: 25%;
}
.sky-tabs-pos-right > ul {
	margin-right: 25%;
}
.sky-tabs-pos-right > label {
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs-pos-top-center > ul > li,
.sky-tabs-pos-top-justify > ul > li {
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;
}
.sky-tabs-pos-right > ul > li,
.sky-tabs-pos-top-right > ul > li {
	-o-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-moz-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
}


/**/
/* animations */
/**/
.sky-tabs-anim-slide-up > ul > li {
	-o-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	-moz-transform: translateY(-15%);
	-webkit-transform: translateY(-15%);
}
.sky-tabs-anim-slide-right > ul > li {
	-o-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
}
.sky-tabs-anim-slide-down > ul > li {
	-o-transform: translateY(15%);
	-ms-transform: translateY(15%);
	-moz-transform: translateY(15%);
	-webkit-transform: translateY(15%);
}
.sky-tabs-anim-slide-left > ul > li {
	-o-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
}
.sky-tabs-anim-slide-up-left > ul > li {
	-o-transform: translate(-15%,-15%);
	-ms-transform: translate(-15%,-15%);
	-moz-transform: translate(-15%,-15%);
	-webkit-transform: translate(-15%,-15%);
}
.sky-tabs-anim-slide-up-right > ul > li {
	-o-transform: translate(15%,-15%);
	-ms-transform: translate(15%,-15%);
	-moz-transform: translate(15%,-15%);
	-webkit-transform: translate(15%,-15%);	
}
.sky-tabs-anim-slide-down-right > ul > li {
	-o-transform: translate(15%,15%);
	-ms-transform: translate(15%,15%);
	-moz-transform: translate(15%,15%);
	-webkit-transform: translate(15%,15%);	
}
.sky-tabs-anim-slide-down-left > ul > li {
	-o-transform: translate(-15%,15%);
	-ms-transform: translate(-15%,15%);
	-moz-transform: translate(-15%,15%);
	-webkit-transform: translate(-15%,15%);	
}
.sky-tabs > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}

.sky-tabs-anim-scale > ul > li {
	-o-transform: scale(0.1,0.1);
	-ms-transform: scale(0.1,0.1);
	-moz-transform: scale(0.1,0.1);
	-webkit-transform: scale(0.1,0.1);
}
.sky-tabs-anim-scale > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-scale > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-scale > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-scale > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-scale > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-scale > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-scale > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-scale > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-scale > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.sky-tabs-anim-rotate > ul > li {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sky-tabs-anim-rotate.sky-tabs-pos-right > ul > li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right > ul > li {
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sky-tabs-anim-rotate > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-rotate > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-rotate > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-rotate > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-rotate > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-rotate > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-rotate > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-rotate > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-rotate > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip > ul {
	perspective: 2000px;
	-o-perspective: 2000px;
	-ms-perspective: 2000px;
	-moz-perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-webkit-perspective-origin: 50% 50%;
}
.sky-tabs-anim-flip > ul > li {
	-o-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}
.sky-tabs-anim-flip.sky-tabs-pos-left > ul > li {
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);	
}
.sky-tabs-anim-flip.sky-tabs-pos-right > ul > li {
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
}
.sky-tabs-anim-flip > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs-anim-flip > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs-anim-flip > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs-anim-flip > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs-anim-flip > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs-anim-flip > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs-anim-flip > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs-anim-flip > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs-anim-flip > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9 {
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}


/**/
/* grid system */
/**/
.sky-tabs .grid-row {
	margin-top: 20px;
}
.sky-tabs .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-tabs .grid-row:first-child {
	margin-top: 0;
}
.sky-tabs .grid-col {
	display: block;
	float: left;
	width: 100%;
	margin-left: 2%;
}
.sky-tabs .grid-col:first-child {
	margin-left: 0;
}
.sky-tabs .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
.sky-tabs .grid-col-1 {
	width: 6.5%;
}
.sky-tabs .grid-col-2 {
	width: 15%;
}
.sky-tabs .grid-col-3 {
	width: 23.5%;
}
.sky-tabs .grid-col-4 {
	width: 32%;
}
.sky-tabs .grid-col-5 {
	width: 40.5%;
}
.sky-tabs .grid-col-6 {
	width: 49%;
}
.sky-tabs .grid-col-7 {
	width: 57.5%;
}
.sky-tabs .grid-col-8 {
	width: 66%;
}
.sky-tabs .grid-col-9 {
	width: 74.5%;
}
.sky-tabs .grid-col-10 {
	width: 83%;
}
.sky-tabs .grid-col-11 {
	width: 91.5%;
}
.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
	margin-left: 8.5%;
}
.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
	margin-left: 17%;
}
.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
	margin-left: 25.5%;
}
.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
	margin-left: 34%;
}
.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
	margin-left: 42.5%;
}
.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
	margin-left: 51%;
}
.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
	margin-left: 59.5%;
}
.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
	margin-left: 68%;
}
.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
	margin-left: 76.5%;
}
.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
	margin-left: 85%;
}
.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
	margin-left: 93.5%;
}


/**/
/* typography */
/**/
.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: left;
	color: #333;
}
.sky-tabs .typography h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
}
.sky-tabs .typography h2 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
}
.sky-tabs .typography h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
}
.sky-tabs .typography h4 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
.sky-tabs .typography h5 {
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography h6 {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}
.sky-tabs .typography p {
	margin: 2rem 0 0 0;
	padding: 0;
	text-align: left;
}
.sky-tabs .typography ul,
.sky-tabs .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
}
.sky-tabs .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
	margin-top: 5px;
}
.sky-tabs .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #333;
}
.sky-tabs .typography ol {
	counter-reset: list1;
}
.sky-tabs .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
}
.sky-tabs .typography a {
    text-decoration: underline;
    color: #105D79;
}
.sky-tabs .typography a:hover {
	text-decoration: none;
}
.sky-tabs .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.sky-tabs .typography .pic img {
	display: block;
}
.sky-tabs .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.sky-tabs .typography .link {
	text-decoration: underline;
	color: #2da5da;
	cursor: pointer;
}
.sky-tabs .typography .link:hover {
	text-decoration: none;
}
.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
	margin-top: 0;
}
.sky-tabs .typography .text-center {
	text-align: center;
}
.sky-tabs .typography .text-right {
	text-align: right;
}


/**/
/* icons */
/**/
.sky-tabs > label .fa {
	display: block;
	float: left;
	margin: 0 1rem 0 0;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


/**/
/* pad */
/**/
@media screen and (max-width: 1000px) {
	.sky-tabs > label span span {
		padding: 0 15px;
	}
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	
	.sky-tabs .grid-col,
	.sky-tabs .grid-col:first-child {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.sky-tabs-response-to-stack > label {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-stack > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-stack > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-stack.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
	
	.sky-tabs-response-to-icons > label {
		font-size: 0;
	}
	
	.sky-tabs-response-to-icons > label span span {
		padding: 0;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > label,
	.sky-tabs-response-to-icons.sky-tabs-pos-right > label {
		width: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
		margin-left: 56px;
	}
	.sky-tabs-response-to-icons.sky-tabs-pos-right > ul {
		margin-right: 56px;
	}
	
	.sky-tabs-response-to-switcher > label {
		display: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
	}
	.sky-tabs-response-to-switcher > .switcher {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > label {
		display: block;
	}
	.sky-tabs-response-to-switcher:hover > .switcher {
		display: none;
	}
	.sky-tabs-response-to-switcher > ul {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.sky-tabs-response-to-switcher > ul > li {
		-o-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
	}
	.sky-tabs-response-to-switcher.sky-tabs-anim-flip > ul > li {
		-webkit-transform: rotateX(-90deg);
	}
}
body.Dark {
    background-color: #262931;
}

header.fixed {
    z-index: 99999;
}

.heading {
    width: 100%;
    background-color: rgba(240, 240, 246, 0.5);
    padding-left: 1rem;
    padding-right: 1rem;
}

    .heading h1 {
        font-size: 25px;
        font-weight: 600;
    }

.traning-box {
    margin-bottom: 0.25rem;
}

.navUsersetings {
    height: 472px;
    background: #00778f;
    margin-top: 20px;
}

    .navUsersetings .side-nav .name a {
        color: #fff;
    }

/* tables */
.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #1ABC9C;
}

.tabs dd > a, .tabs .tab-title > a {
    background-color: #A3E4D7;
}

.top-bar {
    background: #00778f !important;
}

.custom-select {
    width: 123px;
}

.bt-colour {
    background-color: #1ABC9C;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #00778f !important;
}

table.tablesorter {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #e6EEEE;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }

    table.tablesorter thead tr .header {
        background-image: url(https://staticv2.amarstock.com/Content/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }

    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        vertical-align: top;
    }

    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(https://staticv2.amarstock.com/Content/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(https://staticv2.amarstock.com/Content/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.foundation-kendo *, .foundation-kendo *:before, .foundation-kendo *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

span.k-combobox {
    width: 100% !important;
}

.c-input, .select-ind {
    height: 29px !important;
    margin-top: .2rem !important;
    margin-bottom: 0 !important;
    border-radius: 4px !important;
}

.select-ind {
    font-size: 1.28rem;
    line-height: 1.25;
    padding: 0.5rem;
}

.k-dropdown-wrap {
    height: 26px;
    line-height: normal;
}

    .k-dropdown-wrap .k-select {
        line-height: 1.5rem;
    }

    .k-dropdown-wrap .k-input {
        width: 100%;
        height: 100%;
    }

.k-popup .k-list .k-item {
    font-size: .8rem;
    line-height: 1.5rem;
}

.k-pager-numbers .k-state-selected {
    background-color: #00778f;
    border: medium none #1abc9c;
    line-height: 22px;
    border-color: #00778f;
}

ul.k-pager-numbers li a.k-link:hover {
    background-color: #fff;
    border-color: #ddd;
}

.k-tooltip-content {
    vertical-align: middle;
}

    .k-tooltip-content img,
    .k-tooltip-content p {
        float: left;
    }

    .k-tooltip-content p {
        font-size: 1.4em;
        padding: 20px;
        width: 160px;
        text-align: left;
    }

.k-grid-header th.k-header, .k-widget, .k-button {
    background-color: #B7E4F9;
    font-size: 12px;
    /*font-family: arial-bold;*/
    font-weight: bold !important;
    text-align: center !important;
    background-image: none;
}

.k-header .k-link {
    text-align: center;
}

/*.k-grid tbody tr:hover {
background-color: #E0F0FF;
    
}*/
/*stock quick links*/
/*.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}*/

/*stock quick links*/
.hover-highlight {
    background-color: #E0F0FF !important;
    /*background-color: hsla(120, 100%, 75%, 0.2);#E0F0FF*/
}


.ob-right {
    text-align: right;
}

.ob-center {
    text-align: center;
}

.ob-left {
    text-align: left;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    /*color:black;*/
    opacity: 0.6;
}

.div-cont-center {
    display: flex;
    justify-content: center;
}

.dropdown-row, .dropdown-cell {
    padding: .1rem !important;
}

.dropdown-cell {
    width: 12% !important;
}

/*chart style*/
.w45 {
    width: 54px;
    margin-left: 0.5rem;
    margin-right: -1rem;
}

.w80 {
    padding: 0.200rem 0.625rem;
}

.button.tiny.tag {
    margin-right: 4px;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
}

.close:before {
    content: '✕';
    margin: 7px;
}

.close {
    /*position: absolute;*/
    /*top: 0;
right: 0;*/
    cursor: pointer;
}

.closeColour {
    color: red;
}

.w50 {
    width: 12%;
}

@keyframes blink {
    50% {
        border: 1.5px solid rgb(12, 199, 76);
    }
}

.highLightInd {
    /*border: 2px solid rgb(12, 199, 76);*/
    animation: blink .5s step-end infinite alternate;
}

.button {
    background-color: #00778f;
    border-color: #17856f;
}

    .button:hover {
        background-color: #014f5b;
        color: #fff;
    }

    button.radius, .button.radius {
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    button.round, .button.round {
        -ms-border-radius: 1000px;
        border-radius: 1000px;
    }

#chart .tab-bar {
    line-height: 1;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

#chart label {
    display: inline-block;
    line-height: 22px;
    vertical-align: top;
    font-weight: bold;
}

    #chart label.scrips {
        display: block;
    }

#chart ul.inline-list {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

    #chart ul.inline-list li {
        float: none;
    }

#chart .button {
    margin: 0;
}

    #chart .button.tiny.extra {
        padding: 10px 18px;
    }

    #chart .button.extra-tool {
        padding: 8px 8px;
        margin: .2rem 0;
    }

        #chart .button.extra-tool.cg {
            margin: 0;
        }

    #chart .button.full-width {
        width: 100%;
    }

    #chart .button.move-left {
        left: -15px;
    }

#chart select {
    margin: 0;
    padding: 5px;
    height: auto;
}

#chart ul + label {
    margin-left: 20px;
}

#chart input[type="text"] {
    display: inline-block;
    padding: 5px;
    height: auto;
    vertical-align: top;
    margin: 0;
}



#chart .main-section {
    padding: 10px;
    text-align: left;
}

#chart .w46 {
    width: 15%;
}

#chart .switch.left-margin {
    margin-left: .1rem;
}

#chart .padding-left {
    padding-left: 2px;
}

#chart .padding-right {
    padding-right: 2px;
}

#chart .split.button.tiny {
    padding-right: 4.75rem;
}
#market-info .left-half{
    text-align:center;
}
#market-info article {
    background: #fff;
}

@media only screen and (min-width: 40.063em) {
    #chart > header > .row > .columns {
        height: 70px;
    }

    #chart .button-group {
        margin-left: 2px;
    }
}

.w51 {
    width: 6%;
}

.w47 {
    width: 83px;
    margin-left: 0.5rem;
    margin-right: -1rem;
}

.w48 {
    width: 42px;
}
@media screen and (max-width: 1024px) {
    #chart .button-group .extra-tool.cg {
        padding: 8px 17px;
    }
}

#image-holder {
    position: relative;
    min-height: 340px;
    display: flex;
}

@media screen and (min-width: 1024px) {

    #image-holder {
        min-height: 370px;
    }
}

#image-holder .drawer {
    position: relative;
    /*display: table-cell;*/
    height: 100%;
    width: 20px;
}

    #image-holder .drawer .handle {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 100%;
        background: #1ABC9C;
        color: #fff;
        text-decoration: none;
    }

        #image-holder .drawer .handle .ico {
            display: inline-block;
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: 10% 50%;
            -ms-transform-origin: 10% 50%;
            -moz-transform-origin: 10% 50%;
            -o-transform-origin: 10% 50%;
            transform-origin: 10% 50%;
            font-size: 12px;
            /*font-weight: bold;*/
            font-weight: 700;
            top: 50%;
            position: absolute;
            display: block;
            width: 100px;
        }

    #image-holder .drawer .content {
        position: absolute;
        left: 20px;
        width: 0px;
        background: #eee;
        color: black;
        box-shadow: 1px 1px 2px #888;
        height: 100%;
        -webkit-transition: width .25s ease-in-out;
        -moz-transition: width .25s ease-in-out;
        -o-transition: width .25s ease-in-out;
        transition: width .25s ease-in-out;
        overflow: hidden;
    }

        #image-holder .drawer .content .box {
            border: 1px solid #ddd;
            border-radius: 3px;
            padding: 5px;
            margin-bottom: 5px;
            text-align: left;
        }

            #image-holder .drawer .content .box .button-group {
                margin: 5px -2px 0 2px;
            }

        #image-holder .drawer .content label {
            line-height: 2;
            font-size: 12px;
            display: block;
        }

    #image-holder .drawer.in .content {
        width: 250px;
        padding: 5px 5px 0 5px;
    }

    #image-holder .drawer h5 {
        margin: 0;
        padding: 0;
        font-size: 12px;
        /*font-weight: bold;*/
        font-weight: 700;
        color: #fff;
    }

#over-template .param, #indi-template .param {
    padding-left: 5px;
}

.loader, .loader:before, .loader:after {
    background: #000;
    -webkit-animation: load1 1s infinite ease-in-out;
    -moz-animation: load1 1s infinite ease-in-out;
    -o-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
}

    .loader:before, .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        -moz-animation-delay: -0.32s;
        -o-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

.loader {
    position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #000;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #000;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0 #000;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em #000;
        height: 5em;
    }
}

.dd-dropdown-head {
    width: 5.5rem;
}

.dd-drop.f-dropdown {
    width: 5% !important;
}

    .dd-drop.f-dropdown li a {
        color: white !important;
        border-bottom: 1px solid #8dbdd8;
    }

.dd-dropdown-head.dropdown.button::after {
    left: 80%;
}

.from {
    width: 4.33333%;
}

.Stock {
    width: 5.33333%;
}

.to {
    width: 0.33333%;
}

.scrollDataB1 {
    height: 490px;
    overflow-x: scroll;
}

.scrollDataB2 {
    background-color: #FFF;
}

.scrollDataA1 {
    margin-right: 1px;
    /*background: lightblue;*/
    background-color: #e7e7e7;
    height: 508px;
    overflow-x: scroll;
    /*width: 9%;*/
    box-shadow: 3px 3px 9px #888888;
}

.scrollDataA2 {
    margin-right: 1px;
    /*background: lightblue;*/
    background-color: #e7e7e7;
    height: 508px;
    overflow-x: scroll;
    /*width: 20%;*/
    box-shadow: 3px 3px 9px #888888;
}

.scrollDataA3 {
    margin-right: 1px;
    /*background: lightblue;*/
    background-color: #e7e7e7;
    height: 508px;
    overflow-x: scroll;
    /*width: 35%;*/
    box-shadow: 3px 3px 9px #888888;
}

.scrollDataA4 {
    margin-right: 1px;
    /*background: lightblue;*/
    background-color: #fff;
    height: 490px;
    overflow-x: scroll;
    /*width: 10%;*/
    border: 1px solid #ddd;
}

div.btn_action {
    margin-top: 10px;
}

    div.btn_action button.tag {
        background-color: #00778f;
        margin-right: 0 !important;
    }

#fullpage .tbl_single {
    background: #fff none repeat scroll 0 0;
    height: 530px;
    overflow: auto;
}

.k-grid tr:hover {
    background-color: #e0f0ff !important;
}

.buysell_row .custom_col {
    padding: 0;
    margin-bottom: 10px;
}

.tbl_single .tbl_title b {
    margin-top: 10px;
}

.tbl_single .tbl_title {
    padding-right: 0px;
}

.buysell_row .custom_col table.buysell-table {
    border: 1px solid #fff;
    border-spacing: 0;
    margin: 0;
}

    .buysell_row .custom_col table.buysell-table th.th_border {
        border-right: 1px solid #fff;
    }

.tab_title {
    margin-bottom: -2px !important;
}

    .tab_title path {
        fill: #fff;
    }

    .tab_title rect {
        fill: #fff;
    }

    .tab_title polygon {
        fill: #fff;
    }

.sky-tabs > input:checked + label span span .tab_title polygon {
    fill: #00778f;
}

.sky-tabs > input:checked + label span span .tab_title path {
    fill: #00778f;
}

.sky-tabs > input:checked + label span span .tab_title rect {
    fill: #00778f;
}

.sky-tabs label span span:hover .tab_title path {
    fill: #00778f;
}

.sky-tabs label span span:hover .tab_title polygon {
    fill: #00778f;
}

.sky-tabs label span span:hover .tab_title rect {
    fill: #00778f;
}

.scrollDataB {
    margin-right: 1px;
    /*background: lightblue;*/
    background-color: #fff;
    height: 270px;
    overflow-x: scroll;
    width: 100%;
    text-align: left;
    padding: 10px;
}

div.screener div#result {
}

#sectorF label.showhead {
    background: #e6e7e8 none repeat scroll 0 0;
    color: #58595b;
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
}

.scrolDataC {
    background-color: #fff;
    border: 1px solid #ddd;
    float: right;
    height: 490px;
    margin-right: 1px;
    padding: 0 !important;
    text-align: center;
    width: 21.33%;
}

.row-padding {
    border-bottom: 1px solid #ddd;
    color: #58595b;
    font-size: 14px !important;
    padding: 5px;
}

.home-card {
    /*background: lightblue;*/
    background-color: #eee;
    min-height: 216px;
    box-shadow: #CDCDCD 3px 3px 5px;
    padding: 10px;
    color: black;
    text-align: justify;
    font-size: 14px;
}

.home-btn-card {
    /*background: lightblue;*/
    margin-bottom: 20px;
    background-color: #eee;
    min-height: 53px;
    box-shadow: #CDCDCD 3px 3px 5px;
    padding: 10px;
    color: black;
    text-align: justify;
    font-size: 14px;
}

.home-card1 {
    /*background: lightblue;*/
    background-color: #e7e7e7;
    height: 490px;
    overflow-x: scroll;
}

.h-bt {
    margin-left: 351px;
    margin-top: 5px;
    width: 68px;
}

.h-img {
    border-bottom: 1px solid #ffffff;
}

.h-bt-icon {
    margin-left: 4px;
}

.home-card img {
    width: 110px;
    border-right: solid #eee;
    border-bottom: solid #eee;
    /*border-right: 10px solid #eee;
border-bottom: 10px solid #eee;
border-radius: 0 0 20px 0;
left: -10px;
top: -10px;
position: relative;
padding: 10px 10px;*/
}

.grid-div {
    padding-left: 0;
    padding-right: 0;
}

.card-nav span {
    margin-left: 5px;
}

.chart_g_sc1 {
    top: 133px;
    position: relative;
}

.chart_g_sc2 {
    top: 100px;
    position: relative;
}

.core-sec {
    padding-right: 9px;
    padding-left: 20px;
}

#trdResult select, #trdResult input {
    width: 100%;
}

#trdResult .fa {
    font-size: 20px;
}

.pull-right {
    float: right !important;
}
/*Start Kendo Message*/
#ppdDLGWindow table {
    margin-bottom: 0;
}

.ppdDLGIcon {
    padding-right: 10px;
    width: 64px;
    height: 64px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.ppdDLGText {
    padding-right: 20px;
    /*font-weight: bold;*/
    font-weight: 700;
    padding-bottom: 10px;
    width: 95%;
}

.ppdDLGBtn {
    margin-right: 5px;
    border: 1px solid #00778f;
    background-color: #00778f;
    color: #FFFFFF;
    /*font-weight: bold;*/
    font-weight: 700;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    padding: 4px 10px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    float: right;
}

    .ppdDLGBtn:hover {
        background-color: #014f5b;
    }

.ppdWarning {
    background-image: url('https://staticv2.amarstock.com/Content/img/dlgIcons/warning.png');
}

.ppdInformation {
    background-image: url('https://staticv2.amarstock.com/Content/img/dlgIcons/information.png');
}

.ppdSuccess {
    background-image: url('https://staticv2.amarstock.com/Content/img/dlgIcons/success.png');
}

.ppdError {
    background-image: url('https://staticv2.amarstock.com/Content/img/dlgIcons/error.png');
}

.ppdStop {
    background-image: url('https://staticv2.amarstock.com/Content/img/dlgIcons/stop.png');
}

/*End Kendo Message*/
.delete-link {
    width: 12px;
    height: 12px;
    background: transparent url("https://staticv2.amarstock.com/Content/img/minus.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin: 2px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}
/*start Kendo Tree Line*/
.k-treeview .k-top,
.k-treeview .k-mid,
.k-treeview .k-bot {
    background-image: url('https://staticv2.amarstock.com/Content/img/treeview-nodes.png');
    background-repeat: no-repeat;
    margin-left: -16px;
    padding-left: 16px;
}

.k-treeview .k-item {
    background-image: url('https://staticv2.amarstock.com/Content/img/treeview-line.png');
}

.k-treeview .k-last {
    background-image: none;
}


.k-treeview .k-top {
    background-position: -91px 0;
}

.k-treeview .k-bot {
    background-position: -69px -22px;
}

.k-treeview .k-mid {
    background-position: -47px -44px;
}

.k-treeview .k-last .k-top {
    background-position: -25px -66px;
}

.k-treeview .k-group .k-last .k-bot {
    background-position: -69px -22px;
}

.k-treeview .k-item {
    background-repeat: no-repeat;
}

.k-treeview .k-first {
    background-repeat: no-repeat;
    background-position: 0 16px;
}

/*End Kendo Tree Line*/
/*start Kendo Tree Line*/

.perentNode {
    color: white;
    display: inline-block;
    vertical-align: text-top;
}

ul.k-group.k-treeview-lines > li > div.k-top > span.k-in, ul.k-group.k-treeview-lines > li > div.k-mid > span.k-in, ul.k-group.k-treeview-lines > li > div.k-bot > span.k-in {
    background-color: #6BC221;
}
/*End Kendo Tree Line*/
@media only screen and (max-width: 40.063em) {
    #trdResult select, #trdResult input {
        width: 150px;
    }
}

/*New Css*/
.uppercase {
    text-transform: uppercase;
}

body {
    background: #e6ecef;
    overflow-y: scroll !important;
}

.top-bar {
    height: 40px;
    line-height: 40px;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 40px;
}

.h-img {
    border-bottom: 0 none;
}

.top-bar .name {
    height: 40px;
    padding: 5px;
}

#owlCarousel .owl-dots {
    height: 25px;
    margin-top:0;
}

    .heading_bootom img {
        float: left;
        margin-right: 5px;
        /*margin-top: 10px;*/
    }

    .heading_bootom h1 {
        font-size: 14px;
        color: #fff;
        /*font-weight: bold;*/
        font-weight: 700;
        margin: 0;
        line-height: 50px;
    }

.column, .columns {
    padding-left: .75rem;
    padding-right: .75rem;
}

.exchangetitle .column, .exchangetitle .columns {
    padding-left: 5px;
    padding-right: 0px;
}

.exchangetitle a {
    background: #00778f;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    min-height: 30px;
    color: #fff;
    font-size:1.3rem;
    font-weight: bold;
    box-shadow: 1px -1px 1px #032b34;
    text-transform:uppercase;
}

.exchangetitle .active {
    background: #e6ecef;
    color: #005466;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 3rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    min-height: 3rem;
    font-weight: bold;
    box-shadow: 1px -1px 1px #032b34;
}

.exchangetitle [class*="column"] + [class*="column"]:last-child {
    float: left;
}

.sky-tabs > input[type="radio"] {
    display: none !important;
}

.sky-tabs > label {
    font-weight: bold;
}

.sky-tabs > label {
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.sky-tabs .typography {
    margin: 5px;
    /*overflow: auto;*/
}


.sky-tabs > input:checked + label span span {
    background: #fff;
    color: #00778f;
}

.sky-tabs > label span {
    padding: 0;
    background: #00778f;
    color: #fff;
    /*font-family: arial-bold;*/
    font-weight: 700;
}

.sky-tabs > label:hover span span {
    background: none;
    color: #fff;
}

.sky-tabs > label span span {
    border-top:4px solid transparent;
    padding: 0;
    font-size: 1.2rem;
}

.sky-tabs .col3 {
    margin-right: 5px !important;
    width: 32.45%;
}

.sky-tabs .col2 {
    margin-right: 5px !important;
    width: 49.3%;
}

.sky-tabs .col22 {
    margin-right: 5px !important;
    width: 49.56%;
}

.sky-tabs .col5 {
    margin-right: 5px !important;
    width: 19.3%;
}

.sky-tabs > input:checked + label, .sky-tabs > input[type="radio"] + label {
    margin-left: 0;
    margin-right: 0;
}

.sky-tabs .end {
    margin-right: 0 !important;
}

.sky-tabs > ul > li {
    background: #fff;
}

.sky-tabs > label .fa {
    display: inline-block;
    float: none;
    line-height: 3rem;
}

.sky-tabs ul li {
    padding: 0;
}

#vertical-ticker li {
    background: none !important;
    list-style: none !important;
}

    #vertical-ticker li:before {
        content: none;
    }



.sky-tabs-pos-left > label, .sky-tabs-pos-right > label {
    display: block;
    width: 40%;
    float: left;
    clear: left;
    margin-bottom: 5px !important;
    text-align: left;
}

    .sky-tabs-pos-left > label span span, .sky-tabs-pos-right > label span span {
        padding-left: 10px !important;
    }

.sky-tabs-pos-left > ul {
    margin-left: 40%;
}

    .sky-tabs-pos-left > ul li {
        padding-left: 5px;
    }

.area_heading {
    width: 100%;
    line-height: 30px;
    height: 30px;
    background: #00778f;
}

    .area_heading p {
        margin: 0;
        font-family: arial;
        font-size: 14px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        /*font-weight: bold;*/
        font-weight: 700;
    }

.sky-tabs {
    font-family: arial;
}

    .sky-tabs li {
        box-shadow: 0 3px 4px #ccc;
    }

.row_five .sky-tabs {
    box-shadow: none;
}

    .row_five .sky-tabs ul li {
        box-shadow: 0 3px 4px #ddd;
    }

.area_details {
    background: #fff none repeat scroll 0 0;
    padding: 5px;
    width: 100%;
    overflow: hidden;
}

.table_record {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

    .table_record img.UpArrow {
        margin-top: -5px;
    }

    .table_record .columns {
        border: 1px solid #ddd;
    }

.row_first .table_record .columns {
    border: 1px solid #ddd;
    float: left;
    margin: 0 2px;
    width: 32.2%;
}

ul#vertical-ticker li span {
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 1.2rem;
    color: #666;
}

.sky-tabs > label > span > span > svg {
    width: 1.2rem;
}

.switch-on {
    position: absolute;
    left: -51px;
    top: 3px;
    color: white;
    /*font-weight: bold;*/
    font-weight: 700;
    font-size: 9px;
}

.switch-off {
    position: absolute;
    left: -22px;
    top: 3px;
    color: white;
    /*font-weight: bold;*/
    font-weight: 700;
    font-size: 9px;
}

.graycolor {
    background: #d1d3d4;
}

.center {
    text-align: center !important;
}

.chartform {
    margin: 20px 0 10px;
    width: 100%;
}

.toparea, .bottomarea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    background: #fff;
}

.chartform .split.button.tiny {
    padding: 0px;
    width: 100%;
    background: none;
    border: 1px solid #aaa;
    color: #000;
}

.chartform .switch-on {
    font-size: 10px;
    left: 5px;
    top: 7px;
}

.chartform .switch-off {
    color: white;
    font-size: 9px;
    /*font-weight: bold;*/
    font-weight: 700;
    left: 66px;
    position: absolute;
    top: 7px;
}

.chartform .switch input:checked + label {
    background: #00778f none repeat scroll 0 0;
}
/* indecator_area Section */
.indecator_area {
    margin-top: 10px;
}

    .indecator_area .background {
        padding: 15px 0 10px;
    }

    .indecator_area .columns {
        padding-left: 10px;
        padding-right: 0px;
    }

.indecator_title {
}

    .indecator_title h2 {
        color: #8c8d8e;
        font-size: 12px;
        /*font-weight: bold;*/
        font-weight: 700;
        margin-top: 10px;
    }

.indecator_item {
}

.single_item {
    background: #99c9d2 none repeat scroll 0 0;
    float: left;
    margin: 5px;
    padding: 5px;
}

    .single_item p {
        /*font-family: arial-bold;*/
        font-weight: 700;
        font-size: 12px;
        /*font-weight: bold;*/
        margin-bottom: 0;
    }

    .single_item span.value {
    }

    .single_item span.clase {
        border: 1px solid #fff;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
        padding: 4px 8px;
        cursor: pointer;
    }

        .single_item span.clase:hover {
            border: 1px solid #ff0000;
            color: #ff0000;
        }

#chartBG {
    background: #fff none repeat scroll 0 0;
    float: right;
    height: 16px !important;
    margin-top: 3px;
    padding: 0;
    width: 15px;
}

#chartUpColor {
    background: #fff none repeat scroll 0 0;
    float: right;
    height: 16px !important;
    margin-top: 3px;
    padding: 0;
    width: 15px;
}

#chartDwnColor {
    background: #fff none repeat scroll 0 0;
    float: right;
    height: 16px !important;
    margin-top: 3px;
    padding: 0;
    width: 15px;
}
/* Table Section */
.table_section {
    margin: 30px 0;
    padding: 5px 0;
}

.table_area {
    margin-top: 10px;
    padding: 5px;
}

    .table_area table {
        width: 100%;
    }

    .table_area th {
        background: #014f5b none repeat scroll 0 0;
        color: #fff;
        font-size: 16px;
        /*font-weight: bold;*/
        font-weight: 700;
        text-align: center;
        padding: 5px 0px;
        line-height:1.3;
    }

table.widescreen {
    width: 100%;
}

    table.widescreen td {
        border-bottom: 1px solid #ddd;
        border-collapse: collapse !important;
        color: #58595b !important;
    }

    table.widescreen tr:hover {
        background: #e0f5fc;
    }
/*Chart Fundamental*/
.static_chart table.widescreen {
    border-color: rgb(189, 189, 189);
    border-width: 1px;
    border-spacing: 0px;
    margin-bottom: 0px;
    border-bottom: 0 none;
}

    .static_chart table.widescreen tbody td.change {
        border-left: 1px solid #bdbdbd !important;
        text-align: right;
    }

    .static_chart table.widescreen thead tr th, table.tablesorter tfoot tr th {
        background-color: #b7e4f9;
        border-color: rgb(189,189,189);
        border-width: 1px;
        border-top: 0px;
        border-right: 0px;
    }

        .static_chart table.widescreen thead tr th:first-child {
            border-left: 0 none;
        }

    .static_chart table.widescreen tbody td {
        border-color: rgb(189,189,189);
        border-width: 1px;
        border: 1px solid #bdbdbd;
        border-right: 0 none;
        border-top: 0 none;
        padding: 6px;
        line-height:1.3;
    }

        .static_chart table.widescreen tbody td:first-child {
            border-left: 0 none;
        }


    .static_chart table.widescreen tbody tr {
        border-bottom: 1px solid #bdbdbd;
    }

        .static_chart table.widescreen tbody tr:last-child {
            border-bottom: 0px solid #bdbdbd;
        }

    .static_chart table.widescreen td:nth-child(2) {
        text-align: right;
        width: 38%;
    }

    .static_chart table.widescreen tr:nth-child(even) {
        background: #f9f9f9 none repeat scroll 0 0;
    }

    .static_chart table.widescreen tbody tr:hover {
        background-color: #e0f0ff !important;
    }

.static_chart table.last {
}

    .static_chart table.last tr td {
        text-align: right;
        width: auto !important;
    }

    .static_chart table.last td:nth-child(1) {
        padding-left: 7px;
        text-align: left;
    }

.small-1 p.to {
    margin-top: 7px;
}

.split.button span:after {
    border-color: #564c4c transparent transparent transparent;
}

.split.button.tiny span {
    width: 20px;
    color: #000;
}

    .split.button.tiny span:after {
        border-width: 3px;
    }

.chartform .split.button.tiny span:after {
    border-width: 3px;
}

button.Zebra_DatePicker_Icon {
    background: #fff url("https://staticv2.amarstock.com/Content/icon/Calendar.svg") no-repeat scroll left center;
    width: 16px;
}

.chartform button.tiny, .button.tiny {
    background: #00778f none repeat scroll 0 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    /*font-family: arial-bold;*/
}

.colorbox {
    border: 1px solid #ddd;
    padding: 2px;
    float: left;
    width: 100%;
}

    .colorbox .color_title {
        float: left;
        margin: 0;
        font-size: 11px;
        font-family: arial;
        line-height: 22px;
        color: #9c9ea0;
    }

    .colorbox .colorarea {
        border: 1px solid #ddd;
        margin: 0 0 0 2px;
        width: 17px;
        height: 17px;
        float: left;
    }

    .colorbox .white {
        background: #fff;
    }

    .colorbox .palette-color-picker-button {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-top: 3px;
        margin-right: 1px;
        z-index: 1;
        float: right;
    }

.chartform .htmlelement, .chartform select, .chartform input[type="text"] {
    height: 30px !important;
    margin: 0;
    padding: 4px;
}

.chartform #dtpStart, .chartform #dtpEnd {
    background: #fff;
}

.chartform select, .chartform input {
    background-color: #ffffff;
    color: #9c9ea0;
    font-family: arial;
    font-size: 12px;
    border-color: #d1d3d4;
    font-weight: 700;
}

.chartform p {
    float: left;
    margin: 0;
    /*font-family: arial-bold;*/
    font-weight: 700;
    line-height: 14px;
    color: #9c9ea0;
    font-size: 12px;
}

    .chartform p.to {
        margin-top: 7px;
    }

.labeltxt {
    float: left;
    margin: 0;
    /*font-family: arial-bold;*/
    margin-right: 6px;
    line-height: 30px;
    color: #9c9ea0;
    font-weight: 700;
    font-size: 12px;
}

.newbtn, .newbtn:hover {
    background-color: #00778f;
}

/*@media (min-width: 768px) {
.containarea {
width: 750px;
}
}

@media (min-width: 992px) {
.containarea {
width: 970px;
}
}*/

/*@media (min-width: 1200px) {
.containarea {
width: 1230px;
}
}*/
.toparea {
    padding: 5px 0;
}

.bottomarea {
    padding-bottom: 5px;
}

.searchbg {
    background: #fff;
}

.switch-on, .switch-off {
    top: 7px;
    text-indent: 0;
}

.switch-off {
    left: 65px;
}

.switch-on {
    left: 5px;
}

.icon_group li a img {
    height: 30px;
}

.whitebar {
    background: #fff;
    margin: 0 5px;
    padding: 5px 0px;
    box-shadow: 0 3px 4px #ccc;
}

.bartitle {
    padding: 0;
    margin: 0;
}

    .bartitle span {
        /*font-weight: bold;*/
        font-weight: 700;
        float: left;
        font-size: 13px;
        line-height: 26px;
    }

ul.searchitem {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.searchitem li {
        font-size: 12px;
        background: #99c9d2;
        padding: 3px 10px;
        display: inline;
        margin: 0 3px;
        line-height: 26px;
    }

/*Rana*/
.bakcground_white {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 4px #ccc;
}
body.Dark .bakcground_white{
    background-color:transparent;
    box-shadow:none;
}
.custom_row {
    margin: 0 !important;
    padding: 0 5px !important;
}

.switch.round {
    height: 30px;
}

.switch.small input:checked + label:after {
    left: 4rem;
}

.switch.small label {
    width: 100%;
    height: 2.8rem;
}

.pageview {
    margin-top: 20px;
}

.sidebar_heading {
    font-size: 14px;
    margin: 0;
    background: #00778f;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.dark_graycolor {
    background: #939598;
}

.greencolor {
    background: #61c46e !important;
}

.redcolor {
    background: #ff5a5a !important;
}

.skybluecolor {
    background: #33BEF2 !important;
}

.greencolorfont {
    color: #61c46e !important;
}

.redcolorfont {
    color: #ff5a5a !important;
}

.skybluecolorfont {
    color: #33BEF2 !important;
}

.textstyle {
    color: #fff;
    font-size: 1rem;
    line-height:2.4rem;
}

.whitebg {
    background: #fff;
    box-shadow: 0 3px 4px #ccc;
}


.boxtitle {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}

.guidearea .sky-tabs label {
    margin-right: 5px !important;
}

.guidearea .sky-tabs > label span span {
    padding: 0 20px;
}

.guidearea .sky-tabs .typography {
    font-family: arial;
    font-size: 14px;
    margin: 10px;
}

.tbl_title b {
    width: 100%;
    display: block;
    background: #B7E4F9;
    color: #4f4646;
    text-align: center;
    line-height: 30px;
    line-height: 25px;
    margin-top: 5px;
}


.section-to-print {
    background: none !important;
}

.vpaboxbg {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 4px #ddd;
    margin-bottom: 10px;
    padding: 5px;
    /*overflow:hidden;*/
}

    .vpaboxbg .btn_row {
        padding: 5px 10px 0;
    }

        .vpaboxbg .btn_row .textstyle span {
            font-size: 12px;
        }

    .vpaboxbg .total_volume .highcharts-container {
        height: 112px !important;
    }

.section-to-print {
    background: none !important;
}

div.containarea .save_button {
    margin: 10px 0;
}

h4.column-name {
    text-align: center;
}

.mobile_menu .exchangetitle a.uppercase {
    padding-left: 15px;
    text-align: left;
}



.screener {
    margin-top: 20px;
}

div.screener .bordered-panel {
    background: #e6ecef none repeat scroll 0 0;
    overflow: hidden;
}

    div.screener .bordered-panel span {
        box-shadow: none;
    }

        div.screener .bordered-panel span.active a {
            background: #fff;
        }

        div.screener .bordered-panel span a {
            background: #c0dee4 none repeat scroll 0 0;
            color: #00778f;
            display: inline-block;
            /*font-family: arial-bold;*/
            font-weight: 700;
            /*font-weight: bold;*/
            padding: 5px 20px;
        }

.screener #sbar .k-widget {
    width: 230px;
}

.screener_icon {
    margin-bottom: 10px;
}

    .screener_icon .btn_sreener {
        background: #00778f none repeat scroll 0 0;
        /*font-family: arial-bold;*/
        font-weight: 700;
    }

    .screener_icon #periods {
        padding: 0 30px 0 10px;
    }

    .screener_icon .btn_sreener img {
        margin-right: 5px;
        margin-top: -4px;
        width: 14px;
    }

    .screener_icon .btn_sreener span.period_text {
        width: auto;
        display: inline-block;
        position: relative;
        color: #fff;
        padding-left: 0.2em;
        border: none;
    }
        .screener_icon .btn_sreener span.period_text:after{
            display:none;
        }

        .screener_icon .split.button span::after {
            border-color: #fff transparent transparent;
            border-width: 5px;
            top: 43%;
        }

.screener div#tabContent {
    margin-bottom: 0;
    padding: 0px 5px;
}

.screener_icon .btn_sreener span.d_array {
}

.screener_icon .btn_save {
}

.screener_tbl {
    margin-top: 10px;
    /*padding: 10px;*/
}

    .screener_tbl #summary {
        margin: 0 0 10px;
    }

#technical table, #fundamental table {
    border: 0 none;
}

.bg_padding {
    padding: 10px;
}

.scanner_grid {
}

    .scanner_grid::after {
        content: "";
        clear: both;
        display: table;
    }

    .scanner_grid .col_5 {
        float: left;
        width: 20%;
        padding: 0px 3px;
    }

        .scanner_grid .col_5 select.select-ind {
        }

.screener_tbl #summary a.tag {
    background: #99c9d2 none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 3px 28px 0 6px;
}

.s_indicator {
    background: #99c9d2 none repeat scroll 0 0;
    color: #58595b;
    display: inline-block;
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px;
    margin-bottom: 5px;
}

    .s_indicator span.close {
        border: 1px solid #fff;
        border-radius: 50px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px;
        padding: 5px 1px;
    }

        .s_indicator span.close:hover {
            border: 1px solid #ff0000;
            color: #ff0000;
        }

#sectorD .split.button.tiny span::after {
    border-width: 5px;
    color: #fff !important;
}

.screener_tbl div#sbar {
    padding: 0 10px;
    margin-bottom: 10px;
}

.screener_tbl button#btn-editcol {
    background: #00778f none repeat scroll 0 0;
    margin-right: 10px;
}

.screener_tbl lavel.category-label {
}

.screener_tbl input#symbol {
    background: #fff url("https://staticv2.amarstock.com/Content/img/search-icon.png") no-repeat scroll left center;
    font-size: 12px;
    height: 30px;
    padding-left: 20px;
}

#result .k-pager-wrap {
    background: #fff;
}

.screener_tbl #btn-exportcsv {
    padding: 0 38px;
}

/*.screener_tbl #result .k-auto-scrollable {
width: 967px !important;
}*/

.screener_tbl .csvright {
    text-align: right;
}

div#result div.k-auto-scrollable {
    border-right: 0 none;
}

.time_frame {
    margin: 10px 0px;
}

    .time_frame a#periods {
        /*font-family: arial-bold;*/
        font-size: 14px;
        font-weight: normal;
        min-width: 100px;
        padding-right: 26px;
    }

        .time_frame a#periods span.d_array {
            /*font-family: arial-bold;*/
            font-size: 14px;
            font-weight: 700;
        }

    .time_frame .split.button span::after {
        border-color: #fff transparent transparent;
    }

    .time_frame .split.button span::after {
        border-color: #fff transparent transparent;
    }

    .time_frame .split.button.tiny span::after {
        border-width: 4px;
        top: 12px;
    }

.border-card {
    border: 1px solid #d1d3d4;
    padding: 0px !important;
    margin-right: 10px;
}

.screener div.tabs-content div.content {
    padding: 10px 0px;
}

.card-row-padding {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 5px;
}

#cardC label.label_left {
    width: 80%;
    float: left;
    font-size: 14px !important;
}

#cardC label.label_right {
    float: right;
    padding-right: 10px;
    text-align: right;
    width: 20%;
    font-size: 14px !important;
}

.screener label.prehead {
    background: #e6e7e8 none repeat scroll 0 0;
    color: #58595b;
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 14px;
}

    .screener label.prehead:hover {
        background: #e6e7e8 none repeat scroll 0 0 !important;
    }

.screener .showhead {
    /*font-family: arial-bold;*/
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 5px;
}

.screener .custom {
    /*font-family: arial-bold;*/
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 0;
}

.screener .screener_icon {
    padding: 10px 0;
    float: none;
    text-align: center;
}

.screener label.row-padding:hover {
    background-color: hsla(120,100%,75%,0.2);
}

.tbl_parent_tab {
    margin-bottom: 10px;
    padding: 6px;
}

    .tbl_parent_tab .tabs dd.active a, .tabs .tab-title.active a {
        background-color: #c0dee4;
    }

    .tbl_parent_tab .tabs dd a:hover, .tabs .tab-title a:hover {
        background-color: #c0dee4;
    }

    .tbl_parent_tab .tabs dd a, .tabs .tab-title a {
        background-color: #fff;
    }

#technical {
}

    #technical table {
    }

        #technical table tr {
        }

        #technical table th {
            background: #00778f;
            cursor: pointer;
        }

        #technical table td {
        }

#fundamental table th {
    background: #00778f;
    cursor: pointer;
}

.screener form#ShowRslt {
}

.cardB label.card-row-padding {
    position: relative;
}

.cardB input.columns {
    float: right;
    margin-top: -27px;
    width: 32%;
    height: 24px;
    margin-bottom: 0;
    padding: 3px;
}

    .cseindex #top-active {
        width: 100%;
    }

    .cseindex table.stack {
        border-collapse: collapse !important;
        border-spacing: 0;
        width: 100%;
    }

    .cseindex .area_heading p i {
        margin-right: 5px;
    }

    /*.cseindex th, td {
    }*/

    .cseindex thead th {
        padding: .5rem;
        line-height:1.6rem;
        font-weight: bold;
        text-align: center;
    }


        .cseindex td a {
            text-decoration: none !important;
        }

    .cseindex #price-marquee {
        display: none;
    }

    .cseindex .row_first {
        margin-top: 20px;
    }

.row_first .sky-tabs .highcharts-title tspan {
    fill: #58595b !important;
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 1.4rem;
}

.row_first .sky-tabs .highcharts-subtitle tspan {
    fill: #58595b !important;
    /*font-family: arial-bold;*/
    font-weight: 700;
    font-size: 14px;
}

.row_first .sky-tabs li {
}

.sky-tabs > input:checked + label span span {
    border-top-color: #00778f;
}

.sky-tabs label span span:hover {
    border-top-color: #00778f;
    background: #fff;
    color: #000;
    background: #fff;
}
    .sky-tabs label span span:hover span.mn {
        color: #000;
    }
.sky-tabs > input:checked + label span span span.mn {
    color: #00778f;
}
.row_second .boxBorder {
    border: 0px solid black;
    padding: 0px;
}

.row_three {
}


.row_four {
}

    .row_four .table-sparkline {
        border: 0 solid #dddddd;
        margin-bottom: 0px;
    }

    .row_four .table-sparkline {
        border: 0 solid #dddddd;
        margin-bottom: 0;
        width: 100%;
    }

        .row_four .table-sparkline tr {
            border: 0 solid #dddddd;
            margin-bottom: 0px;
        }

    .row_four div.ta_value {
        float: left;
        margin-right: 10px;
    }

    .row_four td.ta_right {
        text-align: right;
    }

    .row_four td {
        border-bottom: 1px solid silver !important;
        border-collapse: collapse !important;
        border-spacing: 0;
    }

.blog_area {
    padding-top: 20px;
}

.single_blog::after {
    content: "";
    clear: both;
    display: table;
}

.single_blog {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog_thumb {
    background: #ddd none repeat scroll 0 0;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    padding: 2px;
    width: 29%;
}

    .blog_thumb img {
        min-width: 100%;
    }

.blog_details {
    width: 69%;
    margin-left: 1%;
    float: left;
}

    .blog_details h2 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0;
    }

    .blog_details a {
    }

    .blog_details p {
        color: #565656;
        margin: 0;
        font-size: 14px;
    }

.row_three thead th {
    border-bottom: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
    color: #58595b;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px 0;
    text-align: center;
}

.row_three td {
    border-bottom: 1px solid silver !important;
    height: 30px !important;
    font-size: 12px !important;
}

    .row_three td a {
        font-size: 12px;
        text-decoration: none !important;
    }

.row_three table.stack tbody td:nth-child(7) {
}

.row_four {
}

    .row_four .table-sparkline {
        border: 0 solid #dddddd;
        margin-bottom: 0px;
    }

    .row_four .table-sparkline {
        border: 0 solid #dddddd;
        margin-bottom: 0;
        width: 100%;
    }

        .row_four .table-sparkline tr {
            border: 0 solid #dddddd;
            margin-bottom: 0px;
        }

    .row_four td.ta_right {
        text-align: right;
    }


/*Row Five*/
.row_five {
    margin-bottom: 0px;
}

.custom_tab .col3 {
    width: 32.7%;
}

.row_five .area_details {
}

.row_five .ti_area {
}

.row_five .ti_title {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 0 !important;
    padding: 1.3rem 0px .5rem 1rem;
}

.row_five .sky-tabs > input:checked + label span span {
    border-top: 0px solid #00778f;
    /*font-weight: bold;*/
    font-weight: 700;
}

.row_five .sky-tabs label span span:hover {
    border-top-color: transparent;
}

.cseindex .tleft {
    text-align: left;
}

.cseindex .tcenter {
    text-align: center;
}

.cseindex .tright {
    text-align: right;
}

.cseindex .tbg {
    padding-right: 3px;
}

.cseindex .tpd {
    padding-right: 3px;
}

.row_five .label {
}

.row_five td, th {
}

.row_five thead th {
}

.row_five tbody td {
}

.row_five .ti_area {
}



/*Footer Section*/

/*Added By Rafiq*/
/*.sucsribeEmail {
    background-color: #321F20;
}

    .sucsribeEmail .emailInput {
        margin-top: 5px;
        float: left;
        width: 70%;
        margin-bottom: 5px;
    }

    .sucsribeEmail .buttonInput {
        margin-top: 5px;
        float: right;
        width: 28%;
        height: 38px;
        padding: 0 0 0 0;
        margin-bottom: 5px;
    }*/

.footer_section {
    background: #014f5b none repeat scroll 0 0;
    border-top: 10px solid #007891;
}

.footer_top a {
    color: #fff;
}

.footer_botton .text_area p {
    color: #ACADAF;
    font-size: 12px;
    margin: 0;
}

.footer_botton .text_area a {
    color: #2bace2;
}

.footer_section .custom_row {
    padding: 0 10px;
}

.footer_top {
    padding: 30px 0;
}

.footer_left {
}

.weiget {
}

    .weiget h4 {
        color: #fff;
        font-size: 16px;
        /*font-weight: bold;*/
        font-weight: 700;
        margin-bottom: 10px;
    }

.footer_nav {
}

    .footer_nav ul {
        color: #fff;
        /*margin: 0;*/
        padding: 0;
    }

        .footer_nav ul li {
            padding: 3px 0;
            font-size: 13px;
            font-weight: 700;
        }

            .footer_nav ul li a {
                color: #fff;
                display: block;
                font-size: 13px;
                /*font-weight: bold;*/
                font-weight: 700;
            }

                .footer_nav ul li a:hover {
                    text-decoration: underline;
                    color: #fd971d;
                }

.footer_botton {
    background: #231f20;
    padding: 10px 0px;
}

.copyright {
}

    .copyright p {
        margin: 0;
        text-align: center;
        color: #fff;
        /*font-weight: bold;*/
        font-weight: 700;
    }

.footer_botton .bottom_text {
    margin-top: 10px;
}

.bottom_text .text_area p {
    color: #fff;
}

/*Share Page Section*/
label {
    font-size: 12px;
}

.box1 {
    width: 460px;
}

.box {
    border: 2px solid black;
    margin-right: 10px;
    margin-bottom: 3px;
}

.dairy-photos {
    list-style-type: none;
    margin: 15px 0 15px 10px;
    padding: 0;
}

    .dairy-photos li {
        display: inline-block;
        margin: 5px;
        padding: 0;
        vertical-align: top;
    }

    .dairy-photos a {
        display: block;
        width: 100px;
        height: 155px;
        padding: 0 0 0 10px;
        font-size: .9em;
        line-height: 1.2em;
        text-transform: uppercase;
        color: #777;
        background-color: rgba(255,255,255,0.8);
        -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    }

        .dairy-photos a:hover {
            color: #fff;
            background-color: #000;
        }

        .dairy-photos a img {
            margin: 0 0 5px -10px;
        }

.grupBt {
    height: 22px;
    padding-top: 4px;
    font-size: 12px;
    background-color: gray;
}

#date {
    /*visibility: hidden;*/
}

.sector-name {
    clear: both;
}

.select-custom, #result-div ul {
    list-style: none;
}

    .select-custom li, #result-div ul li {
        float: left;
        display: inline-block;
    }

    #result-div ul li {
        padding: 1rem;
    }

    .select-custom li {
        width: 11rem;
    }

#symbols-holder {
    overflow-x: hidden;
    margin-bottom: 1rem;
}

.sh_main_section {
    margin: 10px 0 20px;
}

.market_info {
}

.market_info {
}

.tab_menu {
}

    .tab_menu ul#gb {
    }

        .tab_menu ul#gb li {
            margin: 0;
        }

            .tab_menu ul#gb li a {
                background: #c0dee4 none repeat scroll 0 0;
                color: #00778f;
                display: block;
                font-size: 15px;
                /*font-weight: bold;*/
                font-weight: 700;
                margin: 0;
                padding: 5px 20px;
            }

            .tab_menu ul#gb li.active a {
                background: #fff none repeat scroll 0 0;
            }

            .tab_menu ul#gb li a:hover {
                background: #fff none repeat scroll 0 0;
            }

.page_grid {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 3px 4px #ccc;
}

.option_grid input#symbol {
    background: #fff url("https://staticv2.amarstock.com/Content/img/search-icon.png") no-repeat scroll left center;
    font-size: 12px;
    height: 30px;
    padding-left: 20px;
}

div span.k-widget.k-autocomplete {
    width: 100%;
}

input#searchText {
    background: #fff url("https://staticv2.amarstock.com/Content/img/search-icon.png") no-repeat scroll left center;
    font-size: 12px;
    height: 30px;
    padding-left: 20px;
}

.sh_main_section .option_grid input.right {
    background: #fff url("https://staticv2.amarstock.com/Content/img/search-icon.png") no-repeat scroll left center;
    font-size: 12px;
    height: 30px;
    padding-left: 20px;
}

.option_grid .k-state-default {
    width: 100% !important;
}

.page_grid button#btn-editcol {
    background: #00778f;
}

div.Distribution table.widescreen td {
    padding: 14px 2px;
}

#result .k-grid-header-locked {
    width: 209px;
}

#result .k-grid-header-locked {
    width: 209px;
}

.value_box_section .bakcground_white {
    padding-top: 10px;
}

.value_box_section {
}

.box_left {
}

    .box_left h3 {
        color: #00778f;
        font-size: 14px;
        margin-bottom: 6px;
        margin-top: 0;
    }

.value_box_section table.stack label, td {
    font-weight: normal;
}

.value_box_section table.stack {
    border-spacing: 0;
    width: 100%;
}

    .value_box_section table.stack th {
        background: #eeeeee none repeat scroll 0 0;
        border: 1px solid #bdbdbd;
        color: #00778f;
        /*font-family: arial-bold;*/
        font-weight: 700;
        text-align: center;
    }

    .value_box_section table.stack td {
        text-align: center;
        border: 1px solid #BDBDBD;
    }

.box_left table.stack td {
    border-left: 1px solid #ddd;
    color: #666666;
    text-align: center;
}

.value_box_section table.stack tr:nth-of-type(even) {
    background-color: transparent !important;
}

/*Menu Css*/
.top-bar-section {
}

    .top-bar-section ul.left {
        margin-left: 20px;
    }

        .top-bar-section ul.left li {
        }

            .top-bar-section ul.left li a {
                font-weight: bold;
            }

    .top-bar-section ul.right li a {
        font-weight: bold;
    }

    .top-bar-section ul.left li a:hover {
        color: #FD971D;
    }

    .top-bar-section ul.left li ul.dropdown {
    }

        .top-bar-section ul.left li ul.dropdown li {
            border-bottom: 1px solid #ddd;
        }

            .top-bar-section ul.left li ul.dropdown li a {
                padding: 0px 10px !important;
            }

    .top-bar-section li.active:not(.has-form) a:not(.button) {
        line-height: 2.5rem;
        padding: 0 0.1rem;
    }

    .top-bar-section ul.left li ul.dropdown li a:hover {
        /*background: #014F5B !important;*/
        background: #074e68 !important;
    }

    .top-bar-section .has-dropdown > a::after {
        margin-right: 20px;
    }

    .top-bar-section ul.left li:not(.has-form) a:not(.button) {
        padding: 0 0.1rem;
    }

/*TAValue Page*/

.TAValue {
    margin: 20px 0px;
}

    .TAValue .bakcground_white {
        padding: 10px;
        overflow: hidden;
    }

    .TAValue #Indicators .k-grid table {
        /*width: auto !important;*/
    }
/*.TAValue #Indicators .k-grid table {
  width: auto !important;
}*/
#fullpage .TAValue .bakcground_white {
    margin: 10px 0;
}

#Indicators .ind_row {
}

.TAValue .Indicators_area .border {
    border: 1px solid #ddd;
    padding: 0;
    border-left: 0px solid #ddd;
}

    .TAValue .Indicators_area .border:first-child {
        border-left: 1px solid #ddd;
    }

.Indicators_area ul {
    margin-bottom: 0px !important;
}


.Indicators_area [class*="block-grid-"] {
    margin: 0;
}

.Indicators_area p {
    margin: 0;
    text-align: center;
}

.TAValue .Indicators_area select.select-ind {
    border-bottom: 1px solid #ccc !important;
}

.TAValue .Indicators_area select.select-ind, input.c-input {
    border-color: #fff;
    box-shadow: none;
}

.TAValue .Indicators_area select.left {
    border-bottom: 1px solid #ccc !important;
    margin: 0 !important;
}

.TAValue .Indicators_area select, .TAValue .Indicators_area input {
    border-color: #fff !important;
    box-shadow: none !important;
    height: 29px !important;
    margin: 0 !important;
    padding: 0 5px !important;
}

#fullpage .Indicators_area {
    margin-left: 5px;
}

.TAValue #tabContent table.tablesorter {
    margin-top: 0px;
}

#Indicators .cta {
    margin-left: 55px;
}

.total_volume {
}

/*Trand Analysis*/
.TAnalysis {
}

    .TAnalysis button.tiny {
        margin: 10px 0px;
    }

/*Chart Page pie bar*/
.chart_page {
    margin-top: 20px;
}

    .chart_page .chart_tbl {
        margin: 5px;
        overflow-x: auto;
    }

ul.icon_group {
}

    ul.icon_group li {
        float: left;
    }

        ul.icon_group li a.btn_zoom {
            border-radius: 0 !important;
            display: block;
            padding: 0 10px;
            width: 31px;
        }

            ul.icon_group li a.btn_zoom .btn_icon {
                margin-bottom: -4px !important;
            }

.Predetails .bakcground_white {
    padding: 10px;
    overflow: hidden;
}

.Predetails .custom_row {
    margin: 0 !important;
    padding: 0 !important;
}

    .Predetails .custom_row .columns {
        padding: 0;
    }

.Predetails #result {
    margin-top: 10px !important;
}

.csv_btn {
    margin-top: 10px;
}

.others_page {
    margin: 20px 0 0;
}

.form-group .full-width {
    width: 100%;
}

.reveal-modal, dialog {
    width: 600px;
}

.page_content {
    padding: 10px 0;
}

    .page_content p {
        text-align: justify;
    }

.RememberMe {
}

    .RememberMe input#RememberMe {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .RememberMe label {
    }

table.stack tbody tr:hover {
    background-color: #e0f0ff !important;
}

table.table-sparkline tbody tr:hover {
    background-color: #e0f0ff !important;
}

.Neutral {
    margin-top: -3px;
}

div._tv-dialog-shadowbox ._tv-dialog ._tv-dialog-min-width {
    min-width: 450px !important;
}

div#image-holder .chart-right {
    margin-bottom: -5px !important;
}

.DownArrow {
    height: 14px;
}

.UpArrow {
    height: 14px;
    width:10px;
}

.Neutral {
    height: 9px;
}

.time_frame a#periods {
}

.mobile_menu ul.title-area li.name a {
    color: #fff;
    font-size: 14px;
}

.screener #sectorD .split.button span::after {
    border-color: #fff transparent transparent;
}

.others_page .form-group .full-width {
    width: 100%;
}

.reveal-modal-bg {
    position: fixed;
}

#loadLogin.reveal-modal {
    /*position:fixed;*/
}

#loginForm .action_nav a {
    font-size: 12px;
    font-weight: bold;
}

.colorbox .palette-color-picker-bubble {
    left: -140px;
    width: 160px;
}

    .colorbox .palette-color-picker-bubble::after, .colorbox .palette-color-picker-bubble::before {
        left: 145px !important;
    }

#totalBuySellVolumepie {
    height: 70px !important;
}

    #totalBuySellVolumepie .highcharts-container, #totalBuySellVolume .highcharts-container {
        height: 70px !important;
    }

.training h1 {
}

.training h2 {
    color: #00778f;
}

.training li {
    font-size: 14px;
    font-family: Arial;
}

.screener_tbl .k-grid-content {
    overflow-y: hidden;
}

.Predetails .k-grid-content {
    overflow-y: hidden;
}

.Predetails #result .k-grid-header {
    padding-right: 0px !important;
}

.Predetails .k-grid-content table, .Predetails .k-grid-header table {
    width: 100% !important;
}

.screener_tbl .k-grid-content table, .screener_tbl.k-auto-scrollable table {
    width: 99.5% !important;
}

.screener_tbl .k-grid-header {
    padding-right: 0px !important;
    margin-right: 0 !important;
}

.screener_tbl #result .k-grid-header {
    margin-right: 0px !important;
}

.screener_tbl .result_new .k-grid-header-wrap table {
    width: 99.5% !important;
}

.value_box_section .bakcground_white {
    margin-top: 20px;
}

#Indicators .ind_row {
    margin: 0 -6px;
    padding-left: 17px;
}

/*For Confirmation Section*/
.my-digits-container {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 10px;
}

.contact h5 {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ddd;
    font-weight: 800 !important;
}

.contact select {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px;
}

.contact textarea {
    border: 1px solid #ddd;
}

.contact .form-group label {
    margin-right: 0px !important;
}

#loadReg a.close-reveal-modal {
    z-index: 999;
}

.sky-tabs .typography h5.tab_name {
    color: #58595b;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    display: none;
}

.sky-tabs .typography .tab_nameShow {
    color: #6f6f6f;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    margin-bottom:.5rem;
    margin-top:.5rem;
}

.row_five .sky-tabs .typography h5.tab_name {
    border-bottom: 2px solid #ddd;
    margin-top: 8px;
    padding-bottom: 7px;
}

.others_page p.text-info {
    margin-bottom: 0px;
    padding: 50px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Account input#chake {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    margin-left: 2px;
}

.vpa_archive .bakcground_white {
    overflow: hidden;
}

.vpa_archive #fullpage {
    margin-top: 0px;
}

.vpa_archive select#scrip-name {
    margin-bottom: 0px;
    margin-top: 5px;
}

.vpa_archive .vpa_chart {
    margin-bottom: 10px;
}

.vpa_archive .columns:last-child .vpa_chart {
    margin-bottom: 0px;
}

p.contact_no {
    font-size: 12px;
    margin: 0;
    padding: 5px 30px;
    text-align: center;
}

.Reset_pass {
    margin-top: 20px;
}

    .Reset_pass .bakcground_white {
        padding: 30px 0;
    }

.sky-tabs ul#vertical-ticker li {
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.page_content sup {
    color: red;
}

.tab_content .row {
    margin: 0px;
}

.tab_content .single_news {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .tab_content .single_news:last-child {
        border: none;
    }

.single_news span.date {
}

.news_head {
    text-align: center;
    padding-top:1.5rem;
}

    .news_head p {
        color: #666;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 0;
    }
.single_news a, .single_news h3 {
    font-weight:700;
    font-size:1.4rem;
}
.single_news h3 {
    margin: 0;
}

.single_news h4 {
    font-size: 1.3rem;
    margin: 0;
    font-weight: 700;
}

.single_news p {
    margin: 0;
}
.single_news .date p {
    display:inline-block;
}
.single_news .date p+p {
    float:right
}

.ButtonVpa .button.tiny.charturl {
    font-size: 11px;
    height: 21px;
    line-height: 22px;
    padding: 0 10px;
}

.vpa_btn a.charturl {
    font-size: 11px;
    font-weight: 700;
    height: 21px;
    line-height: 20px !important;
}

#MDChart .vpa_btn {
    text-align: left;
    padding: 0px 10px;
    padding-bottom: 10px;
}

.error_page {
    margin-top: 20px;
}

    .error_page .page_content {
        overflow: hidden;
        padding: 20px 0;
    }

        .error_page .page_content img {
        }

        .error_page .page_content h1 {
            font-size: 50px;
            margin: 25px 0 0;
        }

        .error_page .page_content h2 {
        }

        .error_page .page_content p {
            margin: 0;
        }

.news-section {
    margin-top: 20px;
}

.news_chart_section {
    padding: 10px 0px;
}

    .news_chart_section select.scrip_name {
        margin-bottom: 0px;
    }

.news-section .bakcground_white {
    box-shadow: none;
}

.news-section .tabs-content {
    padding: 10px !important;
}

    .news-section .tabs-content .content {
        /*max-height: 600px;
overflow-y: auto;*/
    }

.news_on_off .switch label span {
    font-size: 12px;
    top: 6px;
}

    .news_on_off .switch label span.switch-off {
        left: 0;
        text-align: center;
        width: 100%;
    }

.news_on_off .switch.small input:checked + label::after {
    left: 16rem;
}

.news-section .tabs a:hover {
    background: #fff;
}

.tab_menu .top-bar, .top-bar.expanded .title-area {
    background-color: #c0dee4!important;
}

    .tab_menu .top-bar .tabs a {
        display: block;
        padding: 0 1rem;
        width: 100%;
        line-height: 3rem;
        border-bottom: 1px solid;
        font-size: 1.4rem;
        font-weight: bold;
        background-color: #00778f;
        color:#fff;
    }

.tab_menu ul.title-area li.name a {
    font-size: 14px;
    font-weight: bold;
}

.tab_menu ul.title-area li.toggle-topbar a {
    color: #008cba;
    font-size: 2.2rem;
    padding-top: 0.7rem;
}

.tab_menu .tabs span.active a {
    background: #fff;
    color: #00778f;
}

/*Model*/
#adModal {
    max-width: 768px;
    position: fixed;
    background: transparent;
}

.training_add a.more_details {
    color: #1a237e;
    float: right;
    font-size: 14px;
    text-align: right;
}

    .training_add a.more_details:hover {
        color: #fff;
        text-decoration: underline;
    }

.training_add a, .training_add h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

#adModal a.close-reveal-modal {
    right: 0;
    top: 0;
}

.model-min-max a {
    background: #1A237E none repeat scroll 0 0;
    border-radius: 5px 5px 0px 0px;
    bottom: 0px;
    color: #fff;
    z-index: 999;
    padding: 3px 15px;
    position: fixed;
    right: 0;
}

.vpa_btn_bottom .btn_full {
    width: 100%;
}

.our_address {
    margin-top: 20px;
}

    .our_address .bakcground_white {
        overflow: hidden;
        padding: 10px 5px;
    }

.address_content {
    background: #e0f2f1 none repeat scroll 0 0;
    height: 455px;
    padding: 20px;
}

    .address_content h2 {
        border-bottom: 2px solid #00778f;
        color: #00778f;
        padding-bottom: 5px;
    }

    .address_content p {
        font-size: 15px;
        margin: 0;
    }

.bottom_marquee {
    background: #00778f none repeat scroll 0 0;
    bottom: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.text_container p {
    animation: 20s linear 0s normal none infinite running;
    color: #ffffff !important;
    font-size: 16px;
    margin: 0;
    text-align: center;
    width: 100%;
}

/*Heading Tab Css*/
.heading_chart .column {
    width: 14%;
}

.heading_share_price .column {
    width: 18%;
}

.heading_screener .column {
    width: 13%;
}

.heading_chart_gallery .column {
    width: 19%;
}

.heading_vpa .column {
    width: 11%;
}

    .heading_vpa .column.big {
        width: 18%;
    }

.heading_ta_value .column {
    width: 13%;
}

.heading_correlation .column {
    width: 16%;
}

.heading_TAnalysis .column {
    width: 19%;
}

.loading i {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .loading i:before {
        content: "\f021";
    }

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#subscribe {
    background-color: #321F20;
    padding-top: 30px;
    padding-bottom: 30px;
}

    #subscribe label {
        margin-top: 5px;
        font-size: 14px;
        color: whitesmoke;
    }

    #subscribe input {
        margin-top: 5px;
        float: left;
        width: 70%;
        margin-bottom: 10px;
        border: none;
    }

    #subscribe button {
        margin-top: 5px;
        float: right;
        width: 28%;
        height: 38px;
        padding: 0 0 0 0;
        margin-bottom: 10px;
        font-size: 0.9em;
    }
@media only screen and (min-width: 1200px) {
    .single_news .date p {
        display: block;
    }

        .single_news .date p + p {
            float: none
        }
    #market-info .left-half {
        text-align: left;
    }
    .addthis-smartlayers-desktop #at4-share {
        top: 122px !important
    }
}
    @media only screen and (min-width: 1025px) and (max-width: 1199px) {
        .single_news .date p {
            display: block;
        }

            .single_news .date p + p {
                float: none
            }
        #market-info .left-half {
            text-align: left;
        }
        .addthis-smartlayers-desktop #at4-share {
            top: 122px !important
        }

        .top-bar-section ul.left li:not(.has-form) a:not(.button) {
            padding: 0;
        }

        .model-min-max a {
            bottom: 34px;
        }

        .top-bar-section .has-dropdown > a {
            padding-right: 30px !important;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 10px !important;
        }

        .top-bar-section .has-dropdown > a::after {
            right: -20px;
        }
    }

    @media only screen and (min-width: 900px) and (max-width: 1024px) {
        .single_news .date p {
            display: block;
        }

            .single_news .date p + p {
                float: none
            }
        #market-info .left-half {
            text-align: left;
        }
        .top-bar-section .has-dropdown > a {
            padding-right: 1.5rem !important;
        }

            .top-bar-section .has-dropdown > a::after {
                margin-right: 10px;
            }

        .footer_top .social_like {
            text-align: left;
        }

        .model-min-max a {
            bottom: 34px;
        }

        .top-bar-section .has-dropdown > a {
            padding-right: 20px !important;
        }

        .top-bar-section ul.left li:not(.has-form) a:not(.button) {
            padding: 0;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 10px !important;
        }

        .top-bar-section .has-dropdown > a::after {
            right: -10px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 899px) {
        .single_news .date p {
            display: block;
        }

            .single_news .date p + p {
                float: none
            }
        #market-info .left-half {
            text-align: left;
        }
        .guidearea .sky-tabs > label span span {
            padding: 0 10px;
        }

        .model-min-max a {
            bottom: 34px;
        }
    }

    @media only screen and (max-width: 767px) {

        .reveal-modal, dialog {
            display: block;
            left: 0;
            margin-left: auto;
            margin-right: auto;
            position: absolute;
            right: 0;
            width: auto;
            min-height: 50px;
        }

        .address-fixed .sticky {
            left: 6%;
            overflow: hidden;
            position: relative;
            right: 0;
            top: 28px;
            width: 300px;
            margin-bottom: 20px;
            z-index: 0;
        }

        .model-min-max a {
            bottom: 34px;
        }

        .footer_top .social_like {
            text-align: left;
        }

        .footer_botton .bottom_text {
            margin-bottom: 10px;
            padding-bottom: 20px;
        }

        .training_add a, .training_add h3 {
            font-size: 16px;
        }

        .model-min-max a {
            bottom: 34px;
        }
    }







    .value_icon {
    }

        .value_icon ul {
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
            display: inline-block;
            width: 80px;
        }

            .value_icon ul li {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                box-shadow: none !important;
                display: inline-block;
                list-style: outside none none;
                margin: 0 1px !important;
                padding: 0 !important;
            }

                .value_icon ul li::before {
                    /*position: unset !important;*/
                    position: static !important;
                }

                .value_icon ul li a {
                    padding: 1px;
                }

                    .value_icon ul li a:hover {
                        background: #00778f none repeat scroll 0 0 !important;
                        color: #fff !important;
                    }

                    .value_icon ul li a i {
                        font-size: 11px !important;
                    }

    .minute_map .bakcground_white {
        box-shadow: none;
    }

    .minute_map .bordered-panel span a:hover, .minute_map .bordered-panel span a.active {
        background: #fff;
    }

    div.Predetails div#result .k-grid-content-locked {
        height: auto !important;
    }

    .registered_user .bakcground_white {
        overflow: hidden;
        padding: 20px;
    }

    .registered_user #result {
        overflow-x: scroll;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        background: #fff none repeat scroll 0 0;
        height: 598px;
        overflow-y: auto;
        padding: 0 5px 5px;
        position: absolute;
        right: 5px;
        top: 0;
        z-index: 1;
    }

    .cbp-chart-push-toleft {
        width: 83% !important;
    }

    .gamechart.cbp-chart-push-toleft {
        width: 79% !important;
    }

    .cbp-spmenu .tblsingle {
        overflow: hidden;
        max-height: 350px;
    }

        .cbp-spmenu .tblsingle:hover {
            overflow: auto;
            /*padding-right: 1px;*/
        }

        .cbp-spmenu .tblsingle table {
            color: #008cba;
            width: 100%;
        }

            .cbp-spmenu .tblsingle table tr th {
                padding: 2px;
                font-size: 11px !important;
            }

            .cbp-spmenu .tblsingle table tr td {
                color: #008cba;
                font-size: 10px !important;
                /*font-weight: bold;*/
                padding: 2px;
            }

            .cbp-spmenu .tblsingle table a {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                border-bottom: medium none;
                color: #008cba;
                font-size: 10px;
                font-weight: bold;
                margin: 0;
                padding: 0;
            }

                .cbp-spmenu .tblsingle table a:hover {
                    background: none;
                    text-decoration: none;
                }

    .cbp-spmenu .tblFull {
        /*overflow: hidden;*/
        /*height: 598px;*/
        /*max-height: 350px;*/
    }

        .cbp-spmenu .tblFull div div#symPnl {
            padding-top: 2px;
            padding-left: 0px;
        }

        .cbp-spmenu .tblFull div div#secPnl {
            padding-top: 2px;
            padding-left: 0px;
        }

        .cbp-spmenu .tblFull div div .text {
            padding-top: 6px;
            font-size: 11px;
        }

        .cbp-spmenu .tblFull div div#scrips select {
            height: 24px;
            margin: 0 0 5px 8px;
            padding: 2px;
            font-size: 11px;
        }

        .cbp-spmenu .tblFull div div#sectors select {
            height: 24px;
            /*width: 113px;*/
            margin: 0 0 5px 8px;
            padding: 2px;
            font-size: 11px;
        }

        .cbp-spmenu .tblFull:hover {
            /*overflow: auto;*/
            /*padding-right: 1px;*/
            /*display: block;*/
        }

        .cbp-spmenu .tblFull table {
            color: #008cba;
            width: 100%;
            margin-bottom: 0;
        }

            .cbp-spmenu .tblFull table tr th {
                padding: 2px;
                font-size: 11px !important;
            }

            .cbp-spmenu .tblFull table tr td {
                color: #008cba;
                font-size: 10px !important;
                /*font-weight: bold;*/
                padding: 2px;
            }

            .cbp-spmenu .tblFull table a {
                /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
                border-bottom: medium none;
                color: #008cba;
                font-size: 10px;
                font-weight: bold;
                margin: 0;
                padding: 0;
            }

                .cbp-spmenu .tblFull table a.delete-link:hover {
                    background: transparent url("https://staticv2.amarstock.com/Content/img/minus.png") no-repeat 50% 50%;
                    text-decoration: none;
                }

                .cbp-spmenu .tblFull table a.delete-link {
                    margin-right: 3px;
                }

                .cbp-spmenu .tblFull table a:hover {
                    background: none;
                    text-decoration: none;
                }

    .interactive_chart .cbp-spmenu-vertical {
        width: 17% !important;
    }

    .cbp-spmenu-vertical.gameNav {
        width: 256px !important;
    }

    .cbp-spmenu .tblsingle.gamePos table tr td {
        color: #008cba;
        font-size: 11px !important;
        font-weight: bold;
        padding: 2px;
    }

    .gameStatistics table tr td {
        line-height: 0.37rem;
        font-weight: bold;
        /*padding: 2px;*/
    }

    .gameLeaders table {
        width: 100%;
        /*padding: 2px;*/
    }

    .statisticsTable {
        width: 100%;
        border-spacing: 0;
    }

    .historyTable {
        width: 100%;
        border-spacing: 0;
    }

    table.historyTable tbody tr td {
        border-top: 2px solid #dddddd;
        color: #FFFFFF;
    }

        table.historyTable tbody tr td a {
            font-weight: bolder;
        }

        table.historyTable tbody tr td a {
            font-weight: bolder;
        }

    #sidebar .sky-tabs .col2 {
        width: 48.3%;
    }

    .full_col .bakcground_white {
        padding: 10px;
    }

    .vpa_chart .owl-prev, .vpa_chart .owl-next {
        top: -36px;
    }

    .tbl_single .tblsingle {
        width: 100% !important;
    }

    .bo_form .save_button {
        padding: 7px;
        font-size: 20px;
    }

    .bo_form {
        width: inherit;
        height: 500px;
        padding: 7px;
        font-size: 20px;
    }

    .top-bar-section ul li.highlight a {
        color: #FD971D !important;
    }

    .border-topdown {
        border-top: 1px solid #8dbdd8;
        border-bottom: 1px solid #8dbdd8;
        border-radius: 3px;
    }

    .originalTextareaInfo {
        font-size: 12px;
        color: #000000;
        font-family: Tahoma, sans-serif;
        text-align: right;
    }

    .warningTextareaInfo {
        font-size: 12px;
        color: #FD971D;
        font-family: Tahoma, sans-serif;
        text-align: right;
    }

    .errorTextareaInfo {
        font-size: 12px;
        color: #AA0000;
        font-family: Tahoma, sans-serif;
        text-align: right;
    }

    .color-darkred {
        color: #9E0000;
    }

    .color-darkgreen {
        color: #006100;
    }

    a.newItem {
        border-top: 2px solid transparent;
        animation: blink2 .5s step-end infinite alternate;
    }

    @keyframes blink2 {
        50% {
            border-color: #F7941E;
        }
    }

.owl-carousel {
    margin-bottom: 1rem;
}

    .color-red {
        color: #dc3545 !important;
    }

    .color-blue {
        color: #00B0FF !important;
    }

    .color-green {
        color: #006100 !important;
    }

    .w70 {
        width: 70px;
    }
/*spacing utility*/
.m-3{
    margin:1em!important
}
.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important
}
.mx-3 {
    margin-left: 1em !important;
    margin-right: 1em !important
}
.mt-3 {
    margin-top: 1em !important;
}
.mb-3 {
    margin-bottom: 1em !important
}


.p-3 {
    padding: 1em !important
}

.py-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important
}

.px-3 {
    padding-left: 1em !important;
    padding-right: 1em !important
}

.pt-3 {
    padding-top: 1em !important;
}

.pb-3 {
    padding-bottom: 1em !important
}

.p-10px {
    padding: 10px !important
}

.py-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.px-10px {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pt-10px {
    padding-top: 10px !important;
}

.pb-10px {
    padding-bottom: 10px !important
}

.cseindex {
    margin-top: 1.5rem;
}

.searchbox {
    width: 35%;
    margin-top: 20px;
    margin-left: 61%;
}

#callToActionTop {
    min-height: 15.3rem;
}

.sky-tabs {
    margin-bottom: 1.5rem;
}

#chart-index00DSEX {
    height: 19.9rem;
}

#blockTable {
    max-height: 313px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mh260 {
    min-height: 260px;
}

.mh280 {
    min-height: 280px;
}

.mh325 {
    min-height: 32.5rem;
}

.mh341 {
    min-height: 341px;
}

.mmh341 {
    height: 341px;
}

.mh382 {
    min-height: 38.2rem;
}

.mh400 {
    min-height: 400px;
}

.y-scroll {
    overflow-y: auto;
}

.exchangetitle a, .sky-tabs > label {
    font-size: 1.2rem;
    text-transform: uppercase
}

.mh300 {
    min-height: 30Rem;
}

.mh342 {
    min-height: 342px;
}

.mh362 {
    min-height: 362px;
}

.mh364 {
    min-height: 36.4rem;
}

.mh365 {
    min-height: 36.5rem;
}
.mh416 {
    min-height: 416px;
}
.table_record {
    width: initial;
    display: block;
}

table.stack td, table.stack th {
    padding-right: .5rem;
    text-align: right;
}

    table.stack td:first-child, table.stack th:first-child {
        width: 10%;
        padding-right: 0;
        padding-left: .5rem;
        text-align: left;
    }

    table.stack th.arrow {
        width: 2rem;
    }

.index-value-status .box_title {
    border-top: 4px solid #00778f;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
}

.index-value-status h1 {
    font-size: 1.4rem;
    color: #00778f;
    font-weight: 700;
    margin: 0;
    line-height: 3rem;
    float: left;
    text-shadow: none;
}

.index-value-status .typography {
    min-height: 280px;
}

.index-value-status ul.subnav {
    position: relative;
    max-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.3s ease-in;
}

.index-value-status .box_title p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    color: #00778f;
}

.index-value-status .details p {
    margin: 0;
    text-align: center;
    font-size: 1.6rem;
}

.index-value-status ul.subnav li {
    display: block;
}

    .index-value-status ul.subnav li.toggle input {
        z-index: 2;
        width: 30px;
        height: 30px;
        opacity: 0;
        margin-top: -30px;
        float: right;
        cursor: pointer;
    }

    .index-value-status ul.subnav li a {
        background: #00778f;
        line-height: 30px;
        display: block;
        text-align: left;
        height: 30px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 15px;
    }

        .index-value-status ul.subnav li a.active {
            background: #e6ecef;
            color: #014f5b;
        }

.index-value-status input.sub-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 0;
}

    .index-value-status input.sub-toggle:checked ~ ul.subnav {
        max-height: 999px;
    }

    .index-value-status input.sub-toggle ~ .toggle-ico {
        position: absolute;
        right: 15px;
        top: 0;
        width: 30px;
        height: 30px;
        color: #014f5b;
        line-height: 30px;
        width: 30px;
        font-size: 14px;
        z-index: 1;
        text-align: center;
    }

.row_five .sky-tabs ul li .typography {
    min-height: 32.3rem;
}


.row_five .sky-tabs ul li {
    padding: 5px;
}

#news-scroll ul#vertical-ticker {
    height: 33rem !important;
    margin-top: 0px;
}

#vertical-ticker li {
    padding-left: 5px;
}
/*
.col_highlight {
    background-color: #e0f0ff;
}
*/
.col_right {
    padding-right: 5px;
    text-align: right !important;
}

.r-border {
    border-right: 1px solid #e0f0ff;
    padding-right: 3px !important;
}

.col_center {
    padding-right: 5px;
    text-align: center;
    width: 77px;
}

.topActive .value_icon {
    display: none;
    text-align: center;
}

#amar-news2 .vertical-ticker {
    margin-top: 0px;
}

    #amar-news2 .vertical-ticker li {
        border: 1px solid #c6e5f6;
        margin-bottom: 5px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
        list-style: none;
        box-shadow: none;
    }

        #amar-news2 .vertical-ticker li:before {
            display: none;
        }

        #amar-news2 .vertical-ticker li span {
            font-weight: 700;
            font-size: 12px;
            color: #666;
        }

        #amar-news2 .vertical-ticker li h3 {
            background: #b7e4f9 none repeat scroll 0 0;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            padding: 0px;
            margin: 0;
            line-height: 24px;
        }

            #amar-news2 .vertical-ticker li h3 span {
                color: #313131;
            }

            #amar-news2 .vertical-ticker li h3 a {
            }

        #amar-news2 .vertical-ticker li label {
            border: 1px solid #ddd;
            margin: 3px 0px;
        }

            #amar-news2 .vertical-ticker li label:first-child {
                background-color: #e0f0ff !important;
            }

            #amar-news2 .vertical-ticker li label:hover {
                background-color: #e0f0ff !important;
            }

            #amar-news2 .vertical-ticker li label span {
                padding: 5px;
                display: inline-block;
            }

                #amar-news2 .vertical-ticker li label span:first-child {
                    width: 50%;
                    border-right: 1px solid #ddd;
                }

.cseindex table.stack td.group_iconW30 {
    width: 30%;
    text-align: center;
}

.mid {
    border-collapse: collapse !important;
    border-spacing: 0;
    background-color: #F5F5F5;
    text-align: center;
    width: 25%;
}

a.blink {
    color: #fff;
    animation: blinkColor .5s step-end infinite alternate;
}

#breakerList {
    height: 38.4rem;
    overflow-y: auto;
}

#floorPriceList ul {
    list-style: none;
    margin: 0;
}

    #floorPriceList ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        display: inline-block;
        border-top: 1px solid #ddd;
        width: 50%;
        padding: 0 1rem 0 0.4rem;
        box-sizing: border-box;
        line-height: 2.2;
    }

        #floorPriceList ul li:nth-child(2n+1) {
            padding-right: 2.5rem;
            border-right: 1px solid #ddd;
        }

        #floorPriceList ul li:nth-child(2n+2) {
            padding-left: 2.5rem;
        }

        #floorPriceList ul li:before, #floorPriceList ul li:after {
            display: none;
        }

        #floorPriceList ul li a {
            text-decoration: none;
        }

        #floorPriceList ul li span {
            float: right;
        }

@keyframes blinkColor {
    50% {
        color: #F7941E;
    }
}

.buttom1 {
    /*background-color: #CCCCCC;*/
    text-align: center;
    padding: 0;
}

.sky-tabs .col12 {
    width: 100% !important;
    /*margin-right: 5px !important;
    width: 48.4%;*/
}

.sky-tabs > label .fa {
    display: none;
}

.with_icon .sky-tabs > label .fa, .row_five .sky-tabs > label .fa {
    display: inline-block;
}

.sky-tabs > label.col12 span {
    background: #00778f none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 0;
}

.news_tab #amar-news2 {
    height: 341px !important;
}
#fearGreed h2 {
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

#fearGreed {
    padding: 1.5rem;
}

    #fearGreed .wrp {
        margin: 0 auto;
        font-family: inherit;
        font-size: 100%;
        display: block;
        margin-bottom: 28px;
        height: 114px;
        width: 184px;
        position: relative;
    }

    #fearGreed .ct {
        width: 184px;
        height: 94px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50%;
    }

        #fearGreed .ct i {
            display: inline-block;
        }

        #fearGreed .ct .pt {
            position: absolute;
            left: 84px;
            bottom: -14px;
            transform-origin: 9px 84px;
        }

            #fearGreed .ct .pt svg {
                fill: #333
            }

    #fearGreed .lb1 {
        width: 36px;
        height: 32px;
        line-height: 16px;
        position: absolute;
        bottom: 4px;
        left: -6px;
        transform: translateX(-100%);
        text-align: center;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    #fearGreed .lb2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        position: absolute;
        top: 22px;
        left: 32px;
        transform: translateX(-100%);
        text-align: right;
        max-width: 70px;
    }

    #fearGreed .lb3 {
        display: inline-block;
        height: 16px;
        line-height: 16px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    #fearGreed .lb4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        position: absolute;
        top: 22px;
        right: 32px;
        transform: translateX(100%);
        text-align: left;
        max-width: 70px;
    }

    #fearGreed .lb5 {
        width: 36px;
        height: 32px;
        line-height: 16px;
        position: absolute;
        bottom: 4px;
        right: -6px;
        transform: translateX(100%);
        text-align: center;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    #fearGreed .detail {
        display: flex;
        padding: 0 2rem;
    }
        #fearGreed .detail .sg {
            margin-right: 14px;
        }
            #fearGreed .detail .sg .di {
                display: block;
                height: 16px;
                line-height: 16px;
                margin-bottom: 4px;
            }
        #fearGreed .detail .dc {
            flex: 1;
            min-width: 1px;
        }
            #fearGreed .detail .dc .di {
                background: rgb(0 0 0 / 10%);
                display: block;
                float: left;
                width: 100%;
                height: 2px;
                border-radius: 2px;
                font-size: 0;
                margin-bottom: 1rem;
                margin-top: 0.8rem;
            }
        #fearGreed .detail .count {
            margin-left: 12px;
            text-align: right;
        }
            #fearGreed .detail .count .di {
                display: block;
                height: 16px;
                line-height: 16px;
                margin-bottom: 4px
            }
    .bg-lightred {
        background: #FF5A5A;
        color: #2d2929;
    }

.bg-darkred {
    background: #A50303;
}

.bg-blue {
    background: #00B0FF;
    color: #3b3d3e;
}

.bg-oragne {
    background: #6DE27D;
    color: #5a5454;
}


.bg-green1 {
    background: #019F16;
    color: #232121;
}

.news_btn {
    margin-top: 10px;
    overflow: hidden;
    padding: 5px 20px 0;
}

    .news_btn a.link_btn {
        background-color: #00778f;
        color: #fff;
        text-decoration: none;
        width: 100%;
        border-radius: 0;
        margin-bottom: 5px;
    }

        .news_btn a.link_btn:hover {
            background: #014f5b;
        }

#news-scroll ul#vertical-ticker h3 {
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

    #news-scroll ul#vertical-ticker h3 a {
        color: #105D79;
        font-size: 12px;
        text-decoration: none;
        margin-left: 3px;
        font-weight: bold;
    }

#news-scroll ul#vertical-ticker h4 {
    color: #666;
    line-height: 20px;
    margin: 0;
    padding: 0;
}





.rotate180 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.news_btn .link_btn {
    font-weight: 500;
}


.owl-carousel.home_slider {
    display: block !important;
}

.home_slider a.img_link {
    background: none;
    height: auto;
}



.home_slider .owl_single_item img {
    float: none;
    margin: 0;
    padding: 0;
}

/*.home_slider .owl-prev, .home_slider .owl-next {
}

home_slider .owl-nav i {
}*/

.k_grid_no_vscroll table {
    width: 100%;
}



    .k_grid_no_vscroll table td {
        padding-top: 0px;
        padding-bottom: 0px;
    }


.box_margin_bottom {
    margin-bottom: 12px;
}

.box_full_width {
    width: 100%;
    /*background: #E6ECEF;*/
}

.box.box_full_width.box_margin_bottom {
    border: 1px solid #c8d1d1;
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
}

.text-danger {
    color: #dc3545 !important;
}


.heading_bootom h1 {
    line-height: 46px !important;
}


.title_left {
    float: left;
    color: #333333 !important;
}


.top_data_time, .home_top_data_time, .home_top_data_time_mobile {
    float: right;
    font-style: italic;
    font-size: 1em;
    padding: 0;
    margin: 10px 0 0;
}

.clear_both {
    clear: both;
}

.io_col1 {
    /*width: 355px;*/
    float: left;
    text-align: center;
    margin-top: 5px;
}

#taxonomy-term-1 .box_title .title_left {
    margin: 5px 0;
    line-height: 1em !important;
}

#taxonomy-term-1 .box_title p {
    margin: 0;
}

    #taxonomy-term-1 .box_title p.pull-right {
        margin-top: -9px;
    }

#taxonomy-term-1 .details > .columns {
    margin-top: 1.5rem;
}

#indexValueP {
    font-weight: 700;
    font-size: 2em;
    line-height: 30px;
    margin: 0;
    height: 30px;
}

.large-movement {
    font-weight: 700;
    font-size: 2rem !important;
    line-height: 30px;
    margin: 5px 0;
    height: 30px;
}

span#iconP.large-arrow-up {
    width: 0;
    margin-bottom: 3px;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1rem solid #048215;
    display: inline-block;
}

span#iconP.large-arrow-down {
    width: 0;
    height: 13px;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-top: 1rem solid #cc075a;
    display: inline-block;
}

/*.large-arrow-up > img.svg.UpArrow {
    overflow: hidden;
    display: block;
    height: 20px;
    
    display: inline-block;
    float: none;
    margin-right: 0;
    padding-top: 0;
}*/
.border-r {
    border-right: 1px solid #e5e4e4;
}

.io_col2 {
    padding-top: 5px;
    text-align: center;
}

.io_col2_left {
    width: 33.333%;
    float: left;
    text-align: center;
    border-right: 1px solid #e5e4e4;
}

.io_col2 p {
    font-weight: 700;
    margin: .5rem 0;
}

    .io_col2 p.io_data {
        font-weight: normal;
    }

.io_col2_center {
    width: 33.333%;
    float: left;
    text-align: center;
    border-right: 1px solid #e5e4e4;
}

.io_col2_right {
    width: 33.333%;
    float: right;
    text-align: center;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


div.slider {
    position: relative;
    border-radius: 0;
    background: #cbcbcb;
    border: none;
    height: 9px;
    margin: 15px 2px 10px;
}

    div.slider .ui-slider-handle {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAATBAMAAAC0B+rjAAAAKlBMVEX///+ZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZk4FLA7AAAADXRSTlMAKjlJSl1xcnPt9fr+OpJuFAAAADxJREFUCNdjqLl79+6dBAbWvXfvbmVgYLC6e8sASDHNncQAArICYIqXgSIKYgrUTK+7txwYYPb1gGxvAADZmRbEUFgXpwAAAABJRU5ErkJggg==') center no-repeat;
        width: 11px;
        height: 19px;
        border: none;
        position: absolute;
        top: -5px;
        margin-left: -5px;
    }

        div.slider .ui-slider-handle .handleText {
            position: absolute;
            top: 20px;
            width: 75px;
        }



.io_col4 {
    text-align: center;
}

    .io_col4 p {
        font-weight: 700;
        margin: .5rem 0;
    }

.pos, .text-success {
    color: #0a864c;
}

p.io_data {
    margin-bottom: .5rem;
    font-weight: normal;
}

.sky-tabs-pos-left > label {
    width: 46px;
}

.sky-tabs-pos-left > ul {
    margin-left: 46px;
}

.table_record .graycolor {
    background: #f5f5f5;
    color: #6f6f6f;
    padding: .2rem 0;
}

.k-tooltip-content p {
    padding: 1.5rem;
    font-size: 1.3rem;
}

.row_five .sky-tabs > label span span {
    font-size: 0;
}

.topActive .mn {
    display: none;
}

.sparkLine .highcharts-container {
    display: inline-block;
    float: right;
}

@media (min-width: 768px) {
    #callToActionTop {
        min-height: 16.2rem;
    }

    .io_col1_left {
        width: 50%;
    }

    .io_col1_right {
        padding-right: 20px;
        width: 50%;
    }

    table.stack th.group_icon {
        width: 9rem;
    }

    table.stack .group_icon .value_icon {
        display: block;
    }
}

@media (min-width:1024px) {
    #callToActionTop {
        min-height: 14.6rem;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #callToActionTop {
        min-height: 17rem;
    }

    .sky-tabs-pos-left > label {
        width: 40%;
    }

    .row_five .sky-tabs > label .fa {
        display: none;
    }

    .sky-tabs-pos-left > ul {
        margin-left: 40%;
    }

    .topActive .value_icon {
        display: block;
    }

    .addthis-smartlayers-desktop #at4-share {
        top: 293px !important
    }

    .row_five .sky-tabs > label span span {
        font-size: 1.2rem;
    }

    .topActive span.mn {
        display: inline-block;
        border-top: none !important;
        margin-right: .5rem;
    }
}

.imgSlider {
    padding-top: 15px;
}

    .imgSlider h3 {
        text-align: center;
        color: #014F5B;
    }

.unbodered {
    border: 3px solid #014F5B;
    padding: 5px 5px 5px 5px;
}

.sliderSupportBy {
    padding-bottom: 25px;
}

    .sliderSupportBy h3 {
        text-align: center;
        color: #014F5B;
    }

#headText {
    color: #fff;
    padding-left: 15px;
}

#adModal .membership3 a {
    position: relative;
    display: block;
}

#adModal .membership3 .counter {
    font-size: 9rem;
    color: #cc075a;
    position: absolute;
    top: 12%;
    right: 12%;
    font-weight: bold;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    body {
        /*background: green;*/
    }

    .sky-tabs > label {
        font-size: 13px !important;
    }

    

    .sky-tabs .col3 {
        margin-right: 4px !important;
    }

    .sky-tabs .col2 {
        margin-right: 4px !important;
    }

    .sky-tabs .end {
        margin-right: 0 !important;
    }

    .row_first .table_record .columns {
        width: 32.0%;
    }

    

    .sky-tabs .col22 {
        margin-right: 2px !important;
    }

    .sky-tabs .col5 {
        margin-right: 3px !important;
    }

    .row_five .ti_title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    body {
        /*background: yellow;*/
    }

    .sky-tabs .typography h5.tab_name {
        display: block;
    }

    .sky-tabs {
        margin-bottom: 10px;
    }

    .heading_bootom h1 {
        font-size: 14px;
    }

    .sky-tabs .col3 {
        width: 32.4%;
    }

    .row_first .table_record .columns {
        margin: 0 2px;
    }

    .title {
        font-size: 9px;
    }

    .sky-tabs .col22 {
        width: 49.3%;
    }

    .sky-tabs .col5 {
        width: 18.9%;
    }

    .news_tab.sky-tabs .col2 {
        width: 49.6%;
    }

    .sky-tabs .end {
        margin-right: 0 !important;
    }

    .cseindex .table-scroll {
        overflow-x: scroll !important;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > label, .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
    }

    .row_five .ti_title {
        background: #fff none repeat scroll 0 0;
        font-size: 0px;
        line-height: 30px !important;
    }

    .row_first .sky-tabs-response-to-icons > label {
        font-size: 14px;
    }

    .row_second .sky-tabs-response-to-icons > label {
        font-size: 14px;
    }

    .row_five .sky-tabs > label {
        line-height: 0px;
    }

    .footer_top {
        padding: 20px 0;
        text-align: center;
    }

    .weiget {
        text-align: left;
    }

    .footer_left {
        margin-bottom: 10px;
    }

    .sky-tabs-response-to-icons > label {
        font-size: 0;
    }

    .row_three table.stack th:first-child {
        display: block;
        padding-bottom: 8px !important;
        padding-top: 10px !important;
        vertical-align: middle !important;
        width: 20px !important;
    }

    .row_three .line_chart {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1024px) {
    body {
        /*background: black !important;*/
    }

    .sky-tabs .col5 {
        width: 19%;
    }

    .sky-tabs .col3 {
        width: 32.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {

    body {
        /*background: #e6ecef none repeat scroll 0 0;*/
    }

    .sky-tabs {
        margin-bottom: 10px;
    }

        .sky-tabs .col2 {
        }

    .heading_bootom h1 {
        font-size: 14px;
    }

    .sky-tabs .col3 {
        width: 32.4%;
    }

    .row_first .table_record .columns {
        margin: 0 1px;
    }

    .title {
        font-size: 9px;
    }

    .sky-tabs .col22 {
        width: 49.3%;
    }

    .news_tab.sky-tabs .col2 {
        width: 49.6%;
    }

    .sky-tabs .col5 {
        width: 18.8%;
    }

    .cseindex .table-scroll {
        overflow-x: scroll !important;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > label, .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
    }

    .row_five .ti_title {
        background: #fff none repeat scroll 0 0;
        font-size: 0px;
        line-height: 30px !important;
    }

    .sky-tabs .typography h5.tab_name {
        display: block;
    }

    .row_first .wout_icon .sky-tabs-response-to-icons > label {
        font-size: 14px;
    }

    .row_five .sky-tabs > label {
        line-height: 0px;
    }

    .footer_top {
        padding: 20px 0;
        text-align: center;
    }

    .weiget {
        text-align: left;
    }

    .footer_left {
        margin-bottom: 10px;
    }
    /*hide in media screen*/
    .sky-tabs-response-to-icons > label {
        font-size: 0;
    }

    .row_three table.stack th:first-child {
        display: block;
        padding-bottom: 8px !important;
        padding-top: 10px !important;
        vertical-align: middle !important;
        width: 20px !important;
    }

    .row_three .line_chart {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .sky-tabs .col2 {
            width: 48.9%;
        }

    .heading_bootom h1 {
        font-size: 12px;
    }

    .sky-tabs .col3 {
        width: 31.8%;
    }

    .row_first .table_record .columns {
        margin: 0 1px;
    }


    .row_second .sky-tabs .col3 {
    }

    .sky-tabs .col22 {
        width: 48.9%;
    }

    .sky-tabs .col5 {
        width: 18.2%;
    }

    .cseindex .table-scroll {
        overflow-x: scroll !important;
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > label, .sky-tabs-response-to-icons.sky-tabs-pos-right > label {
    }

    .sky-tabs-response-to-icons.sky-tabs-pos-left > ul {
    }

    .row_five .ti_title {
        background: #fff none repeat scroll 0 0;
        font-size: 0px;
        line-height: 30px !important;
    }

    .row_first .wout_icon .sky-tabs-response-to-icons > label {
        font-size: 14px;
    }

    .row_five .sky-tabs > label {
        line-height: 0px;
    }

    .footer_top {
        padding: 20px 0;
        text-align: center;
    }

    .weiget {
        text-align: left;
    }

    .footer_left {
        margin-bottom: 10px;
    }

    .sky-tabs-response-to-icons > label {
        font-size: 0;
    }

    .sky-tabs .typography h5.tab_name {
        display: block;
    }

    .row_three table.stack th:first-child {
        display: block;
        padding-bottom: 8px !important;
        padding-top: 10px !important;
        vertical-align: middle !important;
        width: 20px !important;
    }

    .row_three .line_chart {
        padding-right: 5px;
    }


    .row_five {
        margin-bottom: 0px;
    }

        .row_five .sky-tabs {
            margin-bottom: 10px;
        }

            .row_five .sky-tabs.tab_last {
                margin-bottom: 0px;
            }

    .home_slider {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {

    body {
        /*background: blue;*/
    }

    .heading_bootom h1 {
        font-size: 14px;
    }

    .sky-tabs .col3 {
        width: 32.3%;
    }

    .sky-tabs .col3 {
        width: 32.2%;
    }

    .title {
        font-size: 10px;
    }

    .row_five .sky-tabs {
        margin-bottom: 0px;
    }

    .news_tab.sky-tabs .col2 {
        width: 49.6%;
    }

    .row_three .sky-tabs .col5 {
        width: 18.6%;
    }
}

@media only screen and (min-width : 480px) and (max-width : 640px) {
    body {
        /*background: green;*/
    }

    .sky-tabs .col3 {
        width: 32.6%;
    }

    .sky-tabs .col2 {
        width: 49.4%;
    }

    .sky-tabs .col22 {
        width: 49.4%;
    }

    .sky-tabs .col5 {
        width: 19.1%;
    }

    .row_first .table_record {
        padding-left: 10px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 479px) {

    
    .sky-tabs .col3 {
        width: 32.2%;
    }

    .sky-tabs .col2 {
        width: 49.1%;
    }

    .sky-tabs .col22 {
        width: 49.1%;
    }

    .sky-tabs .col5 {
        width: 18.6%;
    }

    .row_first .table_record {
        padding: 0 0 0 5px;
    }
}
