body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
}

/* SOME TEMPLATE SPECIFIC CSS THIS SHOULD BE REMOVED WHILE DELIVERING ACTUAL INTERFACE TO SP
THIS IS MCAST DEMO PURPOSE */
#header { display: none; }
#footer { display: none; }

/* TEMPLATE SPECIFIC CSS ENDS HERE */


.hidden { visibility: hidden !important; }
.completed { display: none !important; }



.ui-slider-line {
	left: -40px !important;
}

.ui-slider-label {
	left: -72px !important;
	text-align: right;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
	margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#scale-top, #scale-bottom {
	
	word-wrap: break-word;
	text-align: center;
	border: 1px dotted #ddd;
	padding: 3px;
}

#scale-top > img, #scale-bottom > img {
	height: 100%;
	width: 100%;
}

#slider-holder{
	position: absolute;
	display: inline-block;
	width: 14%;
	margin-left: 5%;
}

.ui-slider-tip { display: none !important; }

#ugamVideo_controlbar { display: none !important; }

#slider {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jwlogo { display: none !important; }

.ui-slider-vertical {
    width: .8em;
}

.ui-slider-range { border: none;  }

.ui-slider-handle {
    width: 26px !important;
    min-width: 26px !important;
    height: 26px !important;
    /* top: -15px !important; */
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	-webkit-border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	
	-webkit-transform: rotateZ(-225deg)   ;
	transform: rotateZ(-225deg);

	-ms-transform: rotate(225deg) translate(-2px, -7px); /* IE 9 */
    -webkit-transform: rotate(225deg) translate(-2px, -7px); /* Safari */
    transform: rotate(225deg) translate(-2px, -7px);
}

.ui-slider-pips, .ui-slider-pip-inrange, .ui-slider-pip {
	color: black !important;
}

.ui-widget.ui-widget-content { border: none; }

#video-holder { 
	width: 80%; 
	display: inline-block; 
}

#video-end {
	display: table;
	height: 100%;
	width: 100%;
	background-color: #eee;
    text-align: center;
    border: 1px dotted black;
}

#video-end > h2 {
	display: table-cell;
	vertical-align: middle;
	color: black;
	font-size: 1.2em;
	padding: 10px;
	line-height: 1.3em;
}

.ugam-video-color { 
	background-color: #eee;
}