#debug {	
	overflow : scroll;
	border : 1px solid red;
	z-index : 99999999999;
	position : fixed;
	bottom : 0;
	right : 0;
	background-color : white;
	color : black;	
}

*:focus {
    outline: 0;
    border:none;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../app-content/fonts/glyphicons-halflings-regular.eot');
	src: url('../app-content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../app-content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../app-content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../app-content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../app-content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-play:before {
	content: "\e072";
}

.glyphicon-ok:before {
	content: "\e013";
}

.glyphicon-pause:before {
	content: "\e073";
}

.glyphicon-favorite-deactive:before {
	content: "\e143";
}

.glyphicon-favorite-active:before {
	content: "\e005";
}

.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-th-list:before {
	content:"\e012";
}

.disable-mode{
    color: #909090;
}

.glyphicon-tvod:before {
	content: "\e023";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-menu-left:before {
	content: "\e257";
}

.glyphicon-menu-right:before {
	content: "\e258";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-adjust:before {
	content: "\e063";
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url("../app-content/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../app-content/fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../app-content/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../app-content/fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../app-content/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../app-content/fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url("../app-content/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../app-content/fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url("../app-content/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../app-content/fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
	font-family:'HelveticaWorld';
	src: url(../app-content/fonts/HelveticaWorld-Regular.ttf);
}

body{
	font-family: Roboto,Arial,HelveticaWorld,sans-serif;
  	font-weight: normal;
	font-size:35px;
	background:url(../app-images/2.jpg) repeat #3c4562;
	/*background:red;*/
	background-size:100%;
	color: #fff;
	margin:0;
	padding:0;	
}

/* Logo trang welcome */
.mytv_logo {
	width:100%;
	height:100%;
    position : absolute;
}
.mytv_logo.fade-out {
    opacity: 0;
    visibility: hidden;
}

.common_highlight_item {
	position: absolute;
	background: #fff;	
	z-index : -1;
}
.common_highlight_item_lg_2015 {
	position: absolute;
	background: #fff;	
}

.mask-bottom{
	position:absolute;
	right:0;
	bottom:0px;
	z-index:9;
	width:100%;
	height:15%;
}
.mask-bottom2{
	position:absolute;
	right: 0;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	height: 50%;
}
.mask-top{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:37%;
}

.mask-left{
	position: fixed;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
	z-index: 1;
}

.common_loading_image {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	left : 50%;
	top : 50%;
	margin-left : -40px;
	margin-top : -40px;
	position : fixed;
	z-index: 1001;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* DIALOG POPUP */
.mask-with-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../app-images/2.jpg)repeat;
	background-size:100%;
	opacity: .97;
	z-index : 1000;
}

.common-dialog-wrap .item-dialog.focused{
	background: #fff;
	box-shadow: 4px 4px 25px rgba(0,0,0,0.7);
}


.common-dialog-wrap{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	-o-transform : translate(-50%, -50%);
	-ms-transform : translate(-50%, -50%);
	-moz-transform : translate(-50%, -50%);
	-webkit-transform : translate(-50%, -50%);
	margin: 0;
    min-width: 16em;
	max-width: 30em;
	background: url(../app-images/dialog-bg.png)repeat;
	box-shadow: 3px 3px 25px rgba(0,0,0,0.5);
	/*padding: 1em 2.2em 2em;*/
	padding: 0.5em 1.8em 1.8em;
}

.common-dialog-wrap h3{
	text-align: center;
	padding-bottom: 0.4em!important;
	margin-top: 0.7em!important;
	margin-bottom: 0.7em!important;
}

.common-dialog-wrap .item-dialog{
	background: rgba(255,255,255,0.25);
    padding: 0.3em 0.875em;
    border-radius: 5px;
    color: #b4b4b4;
	margin-top: 1.2em;
}
.item-dialog span.align{float:right;top:8px;}

.common-dialog-wrap p{
	text-align: center;
	line-height: 55px;
	min-width: 700px;
}

.common-dialog-wrap .common-note{
	color: #b4b4b4;
	font-style: italic;
}

.common-dialog-wrap .common-note2{
	text-align: center;
	padding: 3em 0 0.5em;
	color: #b4b4b4;
	font-weight: bold;
}

.common-dialog-wrap .common-note2 span{
	color: #ff1515;
	font-size: 32px;
}

.common-dialog-wrap .text-bottom{
	text-align: center;
	padding: 1.5em 0 0em;
	color: #b4b4b4;
	/*font-weight: bold;*/
	font-size: 20px;
}

.common-dialog-wrap .text-bottom span{
	color: #ff1515;
	font-size: 32px;
}

.bg-transparent{
	opacity: 1!important;
    background: rgba(0,0,0,0.2)!important;
}
.dialog-bg{
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5)!important;
	background: rgba(0,0,0,0.75)!important;
    /*background: #595764!important;*/
    border: 1px solid #838394;
}

.common-btn {
	position: relative;
	display: inline-block;
	padding: 0.15em 0.875em;
	vertical-align: middle;
	background: rgba(255,255,255,0.3);
	border-radius: 2px!important;
	height: auto!important;
	transition: 0.2s;
}
.common-btn:hover{background: rgba(0,0,0,0.4);transition: 0.3s; color: #fff!important;}
.common-btn.active:hover{background: #d2d2d2!important;}

.common-btn-dialog{
	padding: 0.3em 0.875em;
	margin-top: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
}

.common-btn-dialog-half{
	display: inline-block;
	width: 40.5%;
	margin-top: 0.7em;
}

.common-btn.active {
	color: #000!important;
	background: #fff!important;
	box-shadow:3px 3px 25px rgba(0,0,0,0.5);
}

.common-h-line-dialog{
	position: absolute;
    border-bottom: 1px solid #959494;
    width: 100%;
    left: 0;
    top: 76%;
}

.common_item_image {
	width : 100%;
	height : 100%;
}

.player-container{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index : -1;
}

.logo_tvodplayer{
    margin-top: 45px;
    padding-right : 55px;
    position : absolute;
    right: 0;
	top:0;
 }
 
.vmp-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
}
.version{
	font-size: 30px;
    position: relative;    
    color: #b6b6b6;
    display: block;
    margin: 35% auto;
    z-index: 4;
    text-align: right;
	padding-right: 30px;
}
.welcome-mytv{
	font-size: 34px;
    position: relative;    
    color: #fff;
    display: block;
    margin: 31% auto;
    z-index: 4;
    text-align: center;	
}
.welcome-tit {
	font-size: 52px;
	font-weight: 500;
	font-style: italic;
}
.welcome-quote {
	color: rgb(204, 201, 201);
	margin-top: 20px;
}
.version-mytv{
	font-size: 24px;
	position: absolute;
	color: #a4a4a4;
	display: block;
	bottom: 35px;
	right: 2%;
	left: 2%;
	width: 96%;
}
.zoom-icon{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block!important;
	opacity: 1!important;
	visibility: visible!important;
	background: transparent!important;
	/*cursor: pointer;*/
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: 0.55s;
	-moz-transition: 0.55s;
	-o-transition: 0.55s;
	transition: 0.55s;
}
.zoom-icon{visibility: hidden;display: none;}
.zoom-icon:before{
	position: absolute;
	left: -80%;
	top: 78%;
	display: block;
	margin: 0;
	height: 0%;
	width: 300%;
	background: url(../app-images/hover_bg.png);
	content: "";
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.65s;
	-moz-transition: 0.65s;
	-o-transition: 0.65s;
	transition: 0.65s;
}
.featured-thumbnail img {
	/*width: 100%;*/
}
.featured-thumbnail:hover .zoom-icon:before{
	left: -85%;
	top: -150%;
	height: 450%;
	width: 300%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.featured-thumbnail:hover .zoom-icon{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.featured-thumbnail:hover .zoom-icon{
	visibility: visible;
	border-radius: 0;
	overflow: hidden;
}
.featured-thumbnail:hover .zoom-icon:after{
	-webkit-transform: scale(0.8)!important;
	-moz-transform: scale(0.8)!important;
	-ms-transform: scale(0.8)!important;
	-o-transform: scale(0.8)!important;
	transform: scale(0.8)!important;
}
.mouse-control-wrap{
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 10;
}
.mouse-control{
	position:absolute;
	top: 86%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-o-transform : translate(-50%, -50%);
	-ms-transform : translate(-50%, -50%);
	-moz-transform : translate(-50%, -50%);
	-webkit-transform : translate(-50%, -50%);
	width: 200px;
	height: 200px;
	background: url(../app-images/mouse-control.png);
	border-radius: 100px;
	margin: auto;
	overflow: hidden;
	box-shadow: 4px 4px 25px rgba(0,0,0,0.7);
	z-index: 10;
}
.mouse-control-item{
	display: block;
	width: 100%;
	height: 33%;
}

.mouse-control.top {
	top: 18%;
}

.mouse-top{
	text-align: center;
	position: relative;
	left: 33.5%;
	width: 66px;
	height: 50px;
    cursor: pointer;
    padding-top: 16px;
	transition: 0.3s;
}
.mouse-left{
	position: relative;
	float: left;
	display: inline-block;
	width: 66px;
	height: 50px;
	cursor: pointer;
	text-align: center;
    padding-top: 16px;
	transition: 0.3s;
}
.mouse-right{
	position: relative;
	float: right;
    display: inline-block;
	width: 66px;
	height: 50px;
	cursor: pointer;
	text-align: center;
    padding-top: 16px;
	transition: 0.3s;
}
.mouse-bottom{
	text-align: center;
	position: relative;
	left: 33.5%;
	width: 66px;
	height: 50px;
    cursor: pointer;
    padding-top: 16px;
	transition: 0.3s;
}
.mouse-back{
	position: absolute;
    text-align: center;
    top: 30%;
    left: 30%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    display: block;
    border-radius: 40px;
    line-height: 5;
    font-size: 16px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	transition: 0.2s;
}
.mouse-top:hover, .mouse-bottom:hover, .mouse-left:hover, .mouse-right:hover{font-size: 40px; text-shadow: 0px 0px 20px rgba(255,255,255,0.8); transition: 0.2s; padding-top: 14px;}
.mouse-back:hover{font-size: 20px; transition: 0.2s; line-height: 4;}


.live{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    background:url(../app-images/live.png)no-repeat;
    background-size: contain;
}
