@charset "UTF-8";
body{
    -webkit-user-select:none; 
    -webkit-touch-callout:none;
    margin:0px;
    padding:0px;	
    overflow: hidden;
}

#wh{
	position: absolute;
	display: none;
	top: 560px;
	left: 30px;
	color:white;
	font-weight:600;
}
#wh2{
	position: absolute;
	display: none;
	top: 570px;
	left: 30px;
}
#fastclick{
background-color:red;
margin:0px;
padding:0px;
}
#homeSVG2{
	position: absolute;
	display: block;
	top: 68px;
	left: 24px;
	width:22px;
	height:22px;
	}
	.iconSVG{
	
	width:22px;
	height:22px;
	}
	.st0{fill:#336633;}
	.st1{fill:#FFFFFF;}
	
.scrollable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*overflow: scroll;*/
   /* -webkit-overflow-scrolling: touch;*/
	-webkit-overflow-scrolling:touch;
}
#demoFoot{
	color:white;
	display:block;
	position:relative;
	top:640px;
	margin: 2px auto;
	width:950px;
	height:660px;
	font-weight:600;
	padding-right:5px;
	padding-left:5px;
}
#demoPrice{
	display:block;
	position:absolute;
	text-align:right;
	right:5px;
}
#demoQRS{
	display:block;
	position:relative;
	float:left;	
}
	
/*Wksh CSS*/
#demoWkshBtn{
	display:block;
	position:relative;
	float:left;
	cursor:pointer;
}
#wkshCloseBtn{
    position: absolute;
    display: block;
    top: 14px;
    left: 6px;
    width:30px;
    height:30px;
    background-color:#EFEFEF;
    border: 1px solid #555;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 16px 16px 16px 16px;
    cursor:pointer;
}
#closeIcon{
    position: absolute;
    display: block;
    top:4px;
    left:4px;
    cursor:pointer;
}
#wkshNextBtn{
    position: absolute;
    display: block;
    top: 590px;
    left: 920px;
    width:30px;
    height:30px;
    background-color:#EFEFEF;
    border: 1px solid #555;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 16px 16px 16px 16px;
    cursor:pointer;
}
#nextIcon{
    position: absolute;
    display: block;
    top:4px;
    left:4px;
    cursor:default;
	pointer-events: none;
}
#wkshPrevBtn{
    position: absolute;
    display: block;
	opacity:0.3;
    top: 590px;
    left: 10px;
    width:30px;
    height:30px;
    background-color:#EFEFEF;
    border: 1px solid #555;
    -moz-border-radius: 30px 30px 30px 30px;
    border-radius: 16px 16px 16px 16px;
    cursor:default;
}
#prevIcon{
    position: absolute;
    display: block;
    top:4px;
    left:4px;
    cursor:default;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	pointer-events: none;
}
#demoWksh{
	position: absolute;
	left:0px;
	top:0px;
	display:none;
}
#demoWkshB{
	position: absolute;
	left:961px;
	top:0px;
	display:none;
}
#pdfTxtBlock{
	position: absolute;
    top: 580px;
    left: 52px;
    width: 850px;
    margin: auto;
    padding: 5px;
    color: #c00;
    font-size: 14px;
    font-weight: 600;
    background-color: #FFF;
    border: 2px solid #111;
}
	
	
a{
	color:white;
}

#wpTitle {
    left: 210px;
	line-height: 20px;
}
#wp {
    left: 290px;
    width: 35px;
    height: 16px;
}
.rbTxt {
    width:auto;
}
#rateDiv{
	position: absolute;
    top: 115px;
    left: 210px;
}		
.speakLabel{
	top: -4px;
	position: relative
}
#narTitle{
	top: -4px;
	position: relative;
	text-align: center;
}
#prefsDivide1{
	background-color: #999;
    position: absolute;
    width: 1px;
    height: 100px;
    top: 60px;
    left: 140px;
}
#prefsDivide2{
	background-color: #999;
    position: absolute;
    width: 200px;
    height: 1px;
    top: 105px;
    left: 190px;
}
#txSpeakMover{
	padding-left: 15px;
    left: -15px;
    position: relative;
    top: -1px;
    cursor: pointer;
}
#sysNameSpeak{
    display: none;
}
.svg{
    touch-action:none;
	position: absolute;
    display:block;
	 -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
}
.hidLabel{
    display: none;
}
#adaIcon{
    position: relative;
    top:4px;
}
.disableMe{
    pointer-events: none;
    color:#CCC;
	opacity: 0.5;
}
.rbTxt{
    color:#333;
}
input[type="range" i] {
	cursor: pointer;
}
input[type=tel]::-webkit-inner-spin-button, 
input[type=tel]::-webkit-outer-spin-button { 
 	-webkit-appearance: textarea;
 	-moz-appearance: textarea;
 	appearance: textarea;
  	margin: 0; 
}
#prePict{
	display: block;
    position: relative;
	visibility: hidden;
	height: 50px;
	width: 50px;
	pointer-events: none;
}
#preCursor{
	position: relative;
    width: 60px;
    display: none;
}

