.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#user-menu {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:99;
	height: 25px;
	line-height: 30px;
	color:#fff;
	padding-top:5px;
	background: rgba(0, 0, 0, .8);
}

.box-color {
	background-color: rgba(236, 0, 140, 0.7);
}

.menu-wrapper {
	background: #9a3a97;
	background: -webkit-gradient(linear, left top, left bottom, from(#5b045e), to(#9a3a97));
	background: -moz-linear-gradient(top, #5b045e, #9a3a97);
	background:  -o-linear-gradient(top, #5b045e, #9a3a97);
	
	border: 1px solid #1b1b1b;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius:  3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-moz-box-shadow: 0 0 .7px 0px rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 0 .7px 0px rgba(255, 255, 255, .5) inset;
	box-shadow: 0 0 .7px 0px rgba(255, 255, 255, .5) inset;
	display: block;
}
.slogan{
	position:absolute;
	z-index:99;
	height: 61px;
	line-height: 30px;
	color:#fff;
	bottom:0;
	width:100%;
	
	background: rgba(0, 0, 0, .8);
}
.colour{
	color:#d97500;
}
.slogan .desc{
	line-height:60px;
}


.big-button {
background: #bd4545;
color: #eee!important;
font-size: 18px;
border-radius: 7px;
box-shadow: 0 5px #942e2e;
padding: 25px 60px 25px 60px;
text-transform: uppercase;
letter-spacing: 1px;
}

.facebook {
background: #166dbe!important;
box-shadow: 0 5px #05427A!important;
}
.input-append .add-on, .input-prepend .add-on {
height: 20px;
padding: 10px 5px;
}
.coursebut {
border-left: 4px solid #e67e22;
background: #eee;
padding-left: 10px;
padding-right: 10px;
line-height: 70px!important;
font-size: 16px!important;
}

.mybtn, .mybtn-big {
background: #ec008c;
padding: 15px 30px;
margin: 10px 0;
font-size: 12px;
color: #fff !important;
text-transform: uppercase;
line-height: 1em;
font-weight: 600;
border: none;
cursor: pointer;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* Progress Step Design*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}
ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }
ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-here {
    color: black;
    border-bottom: 4px solid #ff0037;
}


ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}
ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
ol.progtrckr li.progtrckr-here:before {
    content: "\039F";
    color: #ff0037;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
.btn-custom-lighten.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-custom-lighten {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffaf14;
  background-image: -moz-linear-gradient(top, #ffa800, #ffb933);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa800), to(#ffb933));
  background-image: -webkit-linear-gradient(top, #ffa800, #ffb933);
  background-image: -o-linear-gradient(top, #ffa800, #ffb933);
  background-image: linear-gradient(to bottom, #ffa800, #ffb933);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa800', endColorstr='#ffffb933', GradientType=0);
  border-color: #ffb933 #ffb933 #e59700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffb933;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-custom-lighten:hover,
.btn-custom-lighten:focus,
.btn-custom-lighten:active,
.btn-custom-lighten.active,
.btn-custom-lighten.disabled,
.btn-custom-lighten[disabled] {
  color: #ffffff;
  background-color: #ffb933;
  *background-color: #ffb119;
}
.btn-custom-lighten:active,
.btn-custom-lighten.active {
  background-color: #ffa800 ;
}
.well-pink {
	background: #fff0f9;
	border: 1px solid #fed7ee;
}

.slip {
	background: url(../img/label/7slip.png) no-repeat;
	width: 288px;
	height: 240px;
	float: left;
	margin-top: 2px;
}
.kruploy-mobile {
	background: url(../img/label/mobile.png) no-repeat;
	width: 227px;
	height: 175px;
	float: left;
}
.kruploy-finish {
	background: url(../img/label/kruploy-finish.png) no-repeat;
	width: 200px;
	height: 197px;
	float: left;
}
.accordion button {
    width: 100%;
    display: block;
}
.login-area {
	 box-shadow: inset 0 -10px 10px -10px #000000;
    -moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
}
.slidingDiv {
}
 
.show_hide {
    display:none;
}
.close_btn{
	background: url(../img/close-icon.png) no-repeat;
	text-indent:-100000px;
	width:24px;
	height:24px;
	float:left;
}}

#myModal {
	z-index: 99999!important;
}

#picProfile {
	position: relative;
}
#takeProfile{
	display:block;
}
a.profile-edit {
	top: 0;
	right: -1;
	margin: 0;
	color: #fff;
	opacity: 0.6;
	border: none;
	padding: 0 9px;
	font-size: 11px;
	background: #000;
	position: absolute;
	filter: alpha(opacity=60);
}

.countdown{
	width:350px;
	height:60px;
	float:left;
	background:url(../img/clock/clock-bg.png) no-repeat; 
	position:relative;
}
.countdown .anime{
	width:31px;
	height:31px;
	float:left;
	background:url(../img/clock/clock-anite.gif) no-repeat; 
}
.countdown .clock-ststic{
	padding-top:3px;
	padding-left:50px;
}
.digital{ 
	font-family: 'digital'; 
	font-size:26px;
	color:#fff;
	padding-top:15px;
	padding-left:20px;
	position:relative; 
	letter-spacing:1px
	
}
#rTime{
	
}
.scroll {
   height: 200px;
   width:100%;
   overflow: scroll;
   overflow-x: hidden;
}
.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
}

.scroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

.icon-btn {
	height: 70px;
	width: 50px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ddd;
	padding: 16px 0px 0px 0px;
	font-size: 10px;
	background-color: #fafafa !important;
	background-image: -moz-linear-gradient(top, #fafafa, #efefef) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#efefef)) !important;
	background-image: -webkit-linear-gradient(top, #fafafa, #efefef) !important;
	background-image: -o-linear-gradient(top, #fafafa, #efefef) !important;
	background-image: linear-gradient(to bottom, #fafafa, #efefef) !important;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffefefef', GradientType=0) !important;
	-webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
	-moz-box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
	box-shadow: 0 1px 0px rgba(255, 255, 255, .8) !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block !important;
	color: #646464 !important;
	text-shadow: 0 1px 0px rgba(255, 255, 255, .6) !important;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}

.TR_style_type{
	border-top: 3px double #F8DCB3;
	border-bottom: 3px double #F8DCB3;
	color: #C27B00;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-course {
	margin-left: 0;
	margin-bottom: 20px;
	list-style: none;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.nav-header {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
.wellgray {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.pull-left {
	margin-right: 12px;
}

#videoList .vdo-inner {
overflow: auto;
height: 100%;
}

#videoList .vdo-header {
font-size: 16px;
color: #7f8186;
padding-left:15px;
padding-top:20px;
padding-bottom:10px;
line-height: 1;
margin: 0;
border-bottom: 1px solid #343a45;
position: relative;
}
#videoList .vdo-group {
	margin-top: 10px;
}
#videoList .vdo-group > strong {
	text-transform: uppercase;
	color: #7f8186;
}
#videoList .vdo-group > strong, #videoList .vdo-group > a {
	display: block;
	padding: 6px 35px;
}
#videoList .vdo-group > a:hover, #videoList .vdo-group > a.active {
background-color: #343a45;
}
#videoList .vdo-group > a {
	position: relative;
	color: #bec0c2;
	-webkit-transition: background 250ms ease-in-out;
	-moz-transition: background 250ms ease-in-out;
	-o-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
}
#videoList .vdo-group > strong, #videoList .vdo-group > a {
	display: block;
	padding: 4px 15px;
}
#videoList .user-status.is-online {
	background-color: #06b53c;
}
#videoList .user-status.is-offline {
	background-color: #575d67;
}
#videoList .user-status {
	display: inline-block;
	background: #575d67;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#videoList .vdo-group > a em {
	font-style: normal;
}

#videoList .textactive {
	font-style: normal;
	color:#06b53c;
	font-weight:bold;
}

#videoList .vdo-group > a .badge.is-hidden {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#videoList .vdo-group > a .badge {
	font-size: 9px;
	margin-left: 5px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.courseHead{
	min-height: 10px;
	padding-bottom: 24px;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 17px;
	background-color: #fff;
	font-weight:bold;
}
.courseItem{
	min-height: 10px;
	padding-bottom: 24px;
	padding-top: 11px;
	padding-left: 12px;
	padding-right: 17px;
	background-color: ##F7F7F7;
	border: 1px solid #e3e3e3;
}
.courseDetail{
	min-height: 10px;
	padding-bottom: 24px;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 17px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
}
.table-demo {
width: 100%;
margin-bottom: 0px;
}
#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
}

#toggle-view li {
	border-bottom: 1px solid #ccc;
	position: relative;
	cursor: pointer;
	padding-top: 20px;
}
#toggle-view .indemo{
	background-color: #ec008c;
	color:#fff;
	font-weight:bold;
}
#toggle-view .outdemo1{
	background-color: #fff;
}
#toggle-view .outdemo2{
	background-color: #f7f7f7;
}

#toggle-view h3 {
	margin:0;
	font-size:14px;
}

#toggle-view span {
	position: absolute;
	right: 30px;
	top: 12px;
	color: #ccc;
	font-size: 13px;
}

#toggle-head .title {
	position: relative;
	font-size: 14px;
	width: 100%;
	min-height: 35px;
	font-weight: bold;
}
#toggle-head .code {
	position:relative;
	font-size:13px;
	width:10%;
	float:left;
}
#toggle-head .name {
	position:relative;
	font-size:13px;
	width:40%;
	float:left;
}
#toggle-head .time {
	position:relative;
	font-size:13px;
	width:10%;
	float:left;
}

#toggle-view .title {
	position:relative;
	font-size:13px;
	width:100%;
	min-height:35px;
}
#toggle-view .code {
	position:relative;
	font-size:13px;
	width:10%;
	float:left;
	padding-left: 13px;
}
#toggle-view .name {
	position:relative;
	font-size:13px;
	width:40%;
	float:left;
}
#toggle-view .vdoname {
	position:relative;
	font-size:13px;
	width:80%;
	float:left;
	color:#000;
	font-weight:normal;
}
#toggle-view .vdoplay {
	position:relative;
	font-size:13px;
	width:20%;
	float:left;
}
#toggle-view .time {
	position:relative;
	font-size:13px;
	width:10%;
	float:left;
}

#toggle-view .panel {
	display: none;
	border-top: 1px solid #ccc;
	padding: 10px;
	background: rgba(255, 255, 255, 0.92);
	line-height: 35px;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.player_bg {
background: url(../img/preview/clouds-half.jpg) no-repeat center bottom #fff;
}


#accordion {
	width: 100%;
	margin: 0 auto;
	padding-bottom:20px;
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
}
#accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion .ui-accordion-content {
	width: 100%;
	/*background-color: #f3f3f3;*/
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
}
#accordion .ui-accordion-content > * {
	margin: 0;
	padding: 20px;
}
#accordion .ui-accordion-content a {
	color: #777;
}
#accordion .ui-accordion-header:first-of-type {
	background-color: #fa9300;
	background-image: -moz-linear-gradient(top,  #fa9300 0%, #dc621e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9300), color-stop(100%,#dc621e));
	background-image: -webkit-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: -o-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: -ms-linear-gradient(top,  #fa9300 0%,#dc621e 100%);
	background-image: linear-gradient(to bottom,  #fa9300 0%,#dc621e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9300', endColorstr='#dc621e',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(2) {
	background-color: #389abe;
	background-image: -moz-linear-gradient(top,  #389abe 0%, #2a7b99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
	background-image: -webkit-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -o-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -ms-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: linear-gradient(to bottom,  #389abe 0%,#2a7b99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(3) {
	background-color: #f87aa0;
	background-image: -moz-linear-gradient(top, #f87aa0 0%, #c86585 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87aa0), color-stop(100%,#c86585));
	background-image: -webkit-linear-gradient(top, #f87aa0 0%,#c86585 100%);
	background-image: -o-linear-gradient(top, #f87aa0 0%,#c86585 100%);
	background-image: -ms-linear-gradient(top,  #f87aa0 0%,#c86585 100%);
	background-image: linear-gradient(to bottom,  #f87aa0 0%,#c86585 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87aa0', endColorstr='#c86585',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(4) {
	background-color: #a8b700;
	background-image: -moz-linear-gradient(top,  #a8b700 0%, #82922a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8b700), color-stop(100%,#82922a));
	background-image: -webkit-linear-gradient(top,  #a8b700 0%,#82922a 100%); 
	background-image: -o-linear-gradient(top,  #a8b700 0%,#82922a 100%);
	background-image: -ms-linear-gradient(top,  #a8b700 0%,#82922a 100%);
	background-image: linear-gradient(to bottom,  #a8b700 0%,#82922a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8b700', endColorstr='#82922a',GradientType=0 );
}
#accordion .ui-accordion-header:last-of-type {
	background-color: #b3bec4;
	background-image: -moz-linear-gradient(top,  #b3bec4 0%, #95a0a4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3bec4), color-stop(100%,#95a0a4));
	background-image: -webkit-linear-gradient(top,  #b3bec4 0%,#95a0a4 100%);
	background-image: -o-linear-gradient(top,  #b3bec4 0%,#95a0a4 100%);
	background-image: -ms-linear-gradient(top,  #b3bec4 0%,#95a0a4 100%);
	background-image: linear-gradient(to bottom,  #b3bec4 0%,#95a0a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bec4', endColorstr='#95a0a4',GradientType=0 );
}
#accordion .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #b85c0f;
}
#accordion .ui-accordion-content:last-of-type {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);
}
.digital-time {
font-family: 'digital';
font-size: 50px;
color: #000;
position: relative;
letter-spacing: 1px;
margin-bottom: 20px;
}