* {
	margin: 0;
	padding: 0;
    color: #2B333C;
}

*{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-touch-action: manipulation;
     touch-action: manipulation;
}

.overflow-x-hidden {
    overflow-x : hidden !important;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   -ms-user-select: none;
}

.message {
	height: 30px;
	background-color: yellow;
	font-size:1.4em;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 20px black;
}


body {
	margin: 0;
    padding: 0;
	font-family: sans-serif;
	position:relative;
    background-color: #CBE5F1;
	scrollbar-base-color: white;
	scrollbar-base-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-dark-shadow-color: white; 
	
}

#padding-fix{
    height: 20px;	
}

#container-box {
    background-image : url('../assets/images/background.png');
    background-size: 955px 525px;
    width:950px;
    height: 519px;
    margin: 10px auto;
    padding: 2px;
	overflow: hidden;
}

.invisible {
    display:none !important;
}


#header{
    float:right;
	width: 100%;
	height: 70px;
    text-align: right;
	margin-right: -15px;
}

#header div {
    color: #996600;   
    border-radius: 10px;
}

#header div:hover {
    cursor: pointer;
    color: #0066CC;
}
#header .close-button {
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	position: relative;
    top: 18px;
    float: left;
    margin-left: 3px;
    padding: 5px 10px;
    width: 25px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	cursor: none;
	display: none;
}
#header .help-button{
	text-align:center;
	font-size: 19px;
	font-weight:bold;
	position: relative;
    top: 24px;
    float: right;
    left: 40px;    
    padding: 5px 10px;
	line-height: 30px;
    width: 30px;
	cursor: pointer;
	height: 25px;
}

#header .print-button{
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	position: relative;
    top: 15.5px;
    padding: 10px 10px;
    float: left;
    margin-left: 422px;    
    width: 25px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	cursor: none;
	display: none;
}
.button:hover {
    cursor: pointer;
}

img.arrow {
    width: 14px;
    height: 14px;
}

#playlistContent h4 .arrow,
#playlistContent h4 .icon,
#playlistContent h4 .label,

 #playlistContent h4 .arrow, 
 #playlistContent h4 .icon,
 #playlistContent h4 .label,
 
 #playlistContent h4 .arrow,
#playlistContent h4 .icon,
 #playlistContent h4 .label{
   cursor: pointer;	
}

/*********************************************************** !LEFT HAND SIDE OF TUNE IN *********************************************/

#li-title{
  
   color: black;
   background-color: white;
   padding: 5px;
   border: 1px solid #CCCCCC;
   z-index: 100000;	
   font-size: 14px;
}

body.IsTouch #li-title{
    display: none;	
}

.nicescroll-rails{
  margin-top: -10px;	
}

#control {
	float: left;
	background-color: transparent;
	font-family: sans-serif;
    left: 20px;
	
    margin-top: 105px;
    position: relative;
    width: 238px;
    min-height: 395px;
	max-height: 395px;
}

#print-button {
    display: inline-block;
    float: right;
    margin: 2px;
    border-radius: 10px;
    border: 2px solid #DAA100;
    font-size: 13px;
    width: 37px;
    text-align: center;
    color: #9A6700;
}
#print-button:hover {
    cursor: pointer;
    color: #3F87A7;
}

#rhymes-list li {
    background: url('../assets/images/rhyme_item.svg') no-repeat;
    background-position: 30px 5px;
}

#songs-list li {
    background: url('../assets/images/song_item.svg') no-repeat;
    background-position: 25px 5px;
}

#poems-list li {
    background: url('../assets/images/poem_item.svg') no-repeat;
    background-position: 30px 5px;
}

#tongues-list li {
    background: url('../assets/images/tongue_item.svg') no-repeat;
    background-position: 30px 5px;
}


#playListContent .scroll-wrapper{
	height: 371px; /*480px; */
}

#playlistContent > .scroll-wrapper > .scroll-y  {
    width: 30px;
    right: -1px;
}
#playlistContent .scroll-bar, #lyricsbox .scroll-bar{
    cursor: pointer;
}
#playlistContent .scroll-x {
    display: none !important;
}


.dialog {
    padding: 2px 3px 10px 10px;
    margin-left: 10px;
    background-color: white;
    position: absolute;
}

#welcome {
    margin: 90px 0px 0px 410px;
    width: 350px;
    height: 210px;
    border: 3px #FFEF78 solid;
    border-radius: 10px;
}
#welcome .close-button, #help .close-button {
    background: url('../assets/images/x-button.png') no-repeat;
    background-size: cover;
    width: 28px;
}

#welcome .close-button:hover, #help .close-button:hover {
    background: url('../assets/images/x-button-hover.png') no-repeat;
    background-size: cover;
}

#help {
    width: 500px;
    height: 300px;
    border: 3px #FFEF78 solid;
    border-radius: 10px;
    margin: 90px 0px 0px 330px;
}

#welcome p, #help p {
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 28px;
    line-height: 1.4;
}

#playList {
    /* max-height: 400px; */
/*
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
*/
}
/*
.mac #playList {
    max-height: auto !important;
}
*/

#playList.auto-overflow, #lyrics.auto-overflow {
    overflow: auto !important;
}
#playlist h1{
	font-size: 1.1em;
    margin: 10px 0px 0px 10px;
    color: white;
}

#playlistContent{
    padding: 1px;
	height: 381px;
    
}

#playlistContent > div.scrollbar-janos{
    height: 371px;
    max-height: none;
	margin-top:10px;
	border-radius: 20px;
    overflow: hidden;
}
#playlistContent h4 {
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
#playlistContent h4 .arrow {
    margin: 5px 3px 0px 0px;
    background: url('../assets/images/right_arrow.svg') no-repeat;
    width: 14px;
    height: 21px;
    display: inline-block;
}
#playlistContent h4 .arrow.down {
    margin: 5px 3px 0px 0px;
    background: url('../assets/images/down_arrow.svg') no-repeat;
    width: 14px;
    height: 21px;
}
#playlistContent h4 .label {
    margin-top: 5px;
    color: #2B333C;
    font-weight: normal;    
    display: inline-block;
    height: 23px;
    vertical-align: bottom;
}
#playlistContent h4 .icon {
    margin-right:3px;
}
#playlistContent h4 .rhymes {
    margin-top: 5px;
    background: url('../assets/images/rhymes.svg');
    width: 28px;
    height: 28px;    
    display: inline-block;
}

#playlistContent h4 .poems {
    margin-top: 5px;
    background: url('../assets/images/poems.svg');
    width: 28px;
    height: 28px;    
    display: inline-block;
}
#playlistContent h4 .tongues {
    margin-top: 5px;
    background: url('../assets/images/tongues.svg');
    width: 28px;
    height: 28px;    
    display: inline-block;
}

#playlistContent h4 .songs {
    margin-top: 5px;
    background: url('../assets/images/songs.svg');
    width: 28px;
    height: 28px;    
    display: inline-block;
}


#playlistContent img {
    margin-right: 3px;
}



#playlistContent ul {

    list-style: none;
}


#playlistContent li {
    cursor: pointer;
    font-size: 12px;
    padding: 6px 0px 6px 55px;
}



#playlistContent li.active {
    background-color: #D4FDFD;
}
#playlistContent > .scroll-wrapper > .scroll-y {
    border-top-right-radius: 10px;   
    border-bottom-right-radius: 10px;
    width: 22px;
}

#lyricsbox > .scroll-wrapper > .scroll-y {
    /*border-top-right-radius: 17px;   
    border-bottom-right-radius: 17px;*/
}

/******************************************************* !RIGHT HAND SIDE OF TUNE IN *************************************************/

 
#left-content{
   width: 310px;	
   float: left;
}

#right-content{
   width: 310px;	
   float: left;
}

#player {
    width: 665px; /*565px */
    height: 417px;
	padding: 5px;
	margin: 0px;
    position: relative;
    margin-left: 50px;
    margin-top: 100px;
	background: url('../assets/images/backwider.png') no-repeat;
	background-size: 688px 450px;
    font-family: sans-serif;
}

#player .content{
	float: left;
	margin-left: 5px;
	max-width: 400px;
	margin-top:26px;
}
#itemCategory {
    position: relative;
	left: 17px;
	margin-top: -10px;
	 font-style: italic; 
}

#itemTitle {
    position: relative;
    top: 0px;
    left: 17px;
	color: #986500;
	font-size: 16px;
    
}
#player .content *{
    /* width: 310px; */
}
.close-button-box {
    height: 25px;
}
.content h4 {
	color: #9A6700;
}

.content h4, .content p {
    font-size: 14px;
}

.content p {
	margin : 0px 0px 10px 5px;
}

#player .control-buttons{
    height: 50px;
    width: 290px;
	float: left;
	top: 220px;
	position: absolute;
    margin-left: 10px;
	margin-top: 128px;
	text-align:center;
}

body.IsIPad #player .control-buttons{
   margin-left: 20px;	
}

#player .control-buttons .button {
    border-radius: 10px;
}
.close-button-box .close-button {
    float: right;
    height:21px;
}
#player .close-button {
    margin-left: 470px;
    margin-top: 2px; 
    background: url('../assets/images/btn-close.png');
    background-size: cover;
    height: 21px;
    width: 30px;    
	display: none;
}
#player .close-button:hover {
    margin-right: 16px;
    margin-top: 2px; 

    background: url('../assets/images/btn-close-hover.png');    
    background-size: cover;
    height: 21px;
    width: 30px;      
}

#player .control-buttons .button{
    height: 31px;
    width: 31px;
}

#btn-pause {
    display: inline-block;
    position: relative;
    background: url('../assets/images/btn-pause.png') no-repeat;
    background-size: 100%;
	margin-right: 15px;
}

.no-touch #btn-pause:hover {
    background: url('../assets/images/btn-pause-hover.png') no-repeat;
    background-size: 100%;
}

#btn-play {
    display: inline-block; 
    background: url('../assets/images/btn-play.png') no-repeat;
    background-size: 100%;
	margin-right: 15px;
}

#player .control-buttons #btn-stop {
    display: inline-block;      
    background: url('../assets/images/btn-stop.png') no-repeat;
    background-size: 100%;
	margin-right: 15px;
	height: 32px;
    width: 32px;
}

#player.no-touch .control-buttons  #btn-stop:hover {
    background: url('../assets/images/btn-stop-hover.png') no-repeat;    
    background-size: 100%;   
}

#btn-volume {
    display: inline-block;
    margin: auto;
    background-size: 100%;    
}


body.IsIPad #btn-volume {
   display: none;	
}

.button.volume3 {
    background: url('../assets/images/btn-volume3.png') no-repeat;
    background-size: 100%;    
}
.no-touch .button.volume3:hover {
    background: url('../assets/images/btn-volume3-hover.png') no-repeat;
    background-size: 100%;    
}

.button.volume2 {
    background: url('../assets/images/btn-volume2.png') no-repeat;
    background-size: 100%;    
}
.no-touch .button.volume2:hover {
    background: url('../assets/images/btn-volume2-hover.png') no-repeat;
    background-size: 100%;    
}

.button.volume1 {
    background: url('../assets/images/btn-volume1.png') no-repeat;
    background-size: 100%;    
}
.no-touch .button.volume1:hover {
    background: url('../assets/images/btn-volume1-hover.png') no-repeat;
    background-size: 100%;    
}

.button.volume0 {
    background: url('../assets/images/btn-volume0.png') no-repeat;
    background-size: 100%;    
}
.no-touch .button.volume0:hover {
    background: url('../assets/images/btn-volume0-hover.png') no-repeat;
    background-size: 100%;    
}


.no-touch #btn-play:hover {
    background: url('../assets/images/btn-play-hover.png') no-repeat;    
    background-size: 100%;   
}



#timeShow {
	min-width: 228px;
	margin-left: 25px;
	margin-top: 23px;
	height:40px;
	display: block;	
	font-size: 30px;
	line-height: 40px;
	font-family: 'alarm_clockregular';
}
#time-content{
	position: absolute;
	float:left;
	width:250px;
	margin-left: -15px;

}

#videoTime {

	display:block;
	width:80px;
	font-family: 'alarm_clockregular';


}


#lyricsbox {
    display: block;
    width: 320px;
    height: 210px;
    max-height: none;
	margin-top: 107px;
	margin-left: 0px;  
}

#lyricsbox .scroll-wrapper {
   /* height: 500px !important;   */ 
   min-height: 210px;
}

/*
.mac #player #lyrics, .ipad #player #lyrics {
    width: 206px !important;
}
.chrome #player #lyrics {
    width: 209px !important;
}

*/

#lyricsbox > .scroll-wrapper > .scroll-y{
   height: 198px !important;
   min-height: 198px !important;	
}

#player #lyrics{
    font-size:13px;
    line-height: 1.5;
    padding: 2px 0px 2px 10px;
    -webkit-overflow-scrolling: touch;
    width: 285px !important;
    max-height: 200px;
	min-height: 200px;
}

.mac lyrics, .chrome #lyrics {
    max-height: none;
}
.IE #lyrics, .firefox #lyrics {
    max-height: 200px !important;   
}
#lyricsCorner {
    background-size: 25px 96px;
    height: 212px;
    width: 25px;
    position: relative;
    float: right;
	top: -208px;
    right: 0px;
	background-color: #99FFFF;
	border-bottom-right-radius: 7px;
border-top-right-radius: 7px;

}

#lyricsbox .scrollbar-janos > .scroll-element.scroll-y .scroll-bar .scroll-bar_body {
    background-image: url('../assets/images/scroll-btn.png');
}

#listCorner {
    background: url('../assets/images/list-corner.png') no-repeat;
    background-size: 29px 392px;
    height: 392px;
    width: 29px;
    position: relative;
    float: right;
    top: -382px;
    right: -13px;   
	display: block; 
}

#player #video-screen{
	height: 212px;
	width: 290px;
	display:block;
	position: absolute;
	top: 110px;
	left: 15px;
	border-radius: 10px;
	overflow: hidden;
}

#player #videoBox {
    width: 100%;
    height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
#video-msg {
    position: relative;
    top: -25px;
    color: black;
    text-align: center;
    font-weight: bold;
}
#video-screen img {
	width: 100%;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	height: auto;
}

#video-screen video {
	height: 100%;
	width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}


.content {
	width: 300px;
}


.right-box {
    float : left;
    width: 631px; /*565px */
    height: 417px;
}

#footer {
    position: relative;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

/************************** SCROLL BAR **************************/

.linked-to-playList .edu-scroll-wrapper-y{
  margin-left: -16px;
  margin-top: -6px;	
}

.linked-to-lyrics .edu-scroll-wrapper-y{
   margin-top: -10px;
   margin-left: 1px;	
}

.edu-scroll.purpletheme .edu-scroll-button-y-bottom{
     border-bottom-right-radius: 10px;	
}

body.IsTouch .edu-scroll.purpletheme .edu-scroll-button-x-top:hover{
   background-image:url(../libs/eduscroll/assets/purpletheme/arrow-down.png);
}

body.IsTouch .edu-scroll.purpletheme .edu-scroll-button-x-bottom:hover{
   background-image:url(../libs/eduscroll/assets/purpletheme/arrow-down.png);
}

body.IsTouch .edu-scroll.purpletheme .edu-scroll-button-y-top:hover{
   background-image:url(../libs/eduscroll/assets/purpletheme/arrow-down.png);
}

body.IsTouch .edu-scroll.purpletheme .edu-scroll-button-y-bottom:hover{
   background-image:url(../libs/eduscroll/assets/purpletheme/arrow-down.png);
}

#itemTitle{
	font-weight: bold;
}

