html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'aktivGroteskRg',sans-serif, Arial, Helvetica;
	color: #000000;
	font-size: 24px;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 1.2;
}
strong {
	
	font-weight: bold;
}
i {
	
	font-style:italic;
}
strong i,
i strong {
	
	font-weight: bold;
	font-style:italic;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
*:not(.input-box) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
textarea,
input{resize: none; 
width:100%; 
height:auto; 
border:0.13em solid #707070;
box-sizing:border-box;
position: relative;
padding: 0.5em 1em;
font-family: 'aktivGroteskRg', sans-serif, Arial, Helvetica;
color: #000;
background-color:#F2F2F2;
}
textarea{min-height: 4.9em;}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
textarea::placeholder,
input::placeholder {
  color: #999;
}

.copy-all{
	-webkit-touch-callout:all;
	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;     /* Firefox all */
	-ms-user-select: all;      /* IE 10+ */
	user-select: all; 
	/*padding: 0.57em;
	border-radius: 0.28em;
	
	height: auto;
	background-color: #00A9E0;
	box-sizing: border-box;*/
	word-break: break-all;
	color: #00A9E0;
	text-decoration: underline;
}
.copy-all::selection{
	background-color: #fff;
	
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
.ui-widget-content {
	color: inherit;
}
.ui-button:hover {
	color: inherit;
}
.ui-widget-overlay {
    background: #000;
}
.ui-widget-content a {
    color: inherit;
}

.green {
	color: green;
}
.clearfix::after {
	content: "";
  clear: both;
  display: table;
}
.clearfix {
	display: inline-block
}
.clearfix[class] {
	display: block
}
html[xmlns] .clearfix {
	display: block
}
* html .clearfix {
	height: 1%
}

a {
	outline: 0;
}
p:focus,
td:focus,
div:focus,
img:focus,
span:focus {
	outline: 0!important;
	outline-style: none!important;
}
a:focus {
	outline: 0!important;
	outline-style: none!important;
}
img,
div,
span {
	border: none;
}
img.map,
map area {
	outline: none;
}
.hide {
	display: none;
}
.display-table {
	display: table;
	width: 100%;
	height: 100%;
}
.display-row {display: table-row;}
.display-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.display-table.inline-table {
	width: auto;
}
.display-table.inline-table .display-cell {
	vertical-align: top;
	text-align: left;
}
.visibility-hidden {
	visibility: hidden;
}
.visibility-visible {
	visibility: visible;
}
u {
	text-decoration: underline;
}
p {
	margin-bottom: 0.70em;
}
div p:last-child {
	margin-bottom: 0em
}
a {
	text-decoration: none;
}
p.margin-bottom-0,
.margin-bottom-0 {
	margin-bottom: 0em;
}
.margin-bottom {
	margin-bottom: 1em;
}
.margin-top {
	margin-top: 1em;
}
.margin-left {
	margin-left: 1em;
}
.margin-right {
	margin-right: 1em;
}
.no-margin {
	margin: 0em;
}
ol,ul{margin:0em 0em 0.86em 0.86em}
ol ul{margin-bottom: 0em;}
ul ol{margin-bottom: 0em;}

ol li {margin-left: 1.15em;list-style: decimal;margin-bottom: 0.28em;}
ul li,
ol ul li{margin-left: 1.15em;list-style: disc;margin-bottom: 0.28em;}

.app-body {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blank-div {
	position: relative;
	height: 1px;
}
.image-icon{
	background: url("../../framework/images/image_sprite.png") no-repeat 0em 0em scroll transparent;
	width:1.15em;
	height:1.15em;
}
.header {	
	width: 100%;	
	z-index: 99;
	box-sizing: border-box;		
	
	position: fixed;
}
.header .full-width {
	max-width: 1920px;
	width: 100%;	
	padding: 0em;
	position:relative;
	margin: 0 auto;
	height:60px;
	box-sizing: border-box;	
	background-color: #E6E6E6;
}
.header .course-logo {
	width: 10em;
	position: relative;
}
.header .course-logo img{
	width: 90%;
	display: block;
	position: relative;
	
}

.header .course-title {
	padding: 0em 2em;
	text-align: left;
}
.alpha-bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
	display: none;
}
.white-alpha-bg {
	position: relative;
	background: rgba(255, 255, 255, 0.4);
	padding: 1.15em;
	box-sizing: border-box;
	width: 100%;
}
.blue-alpha-bg {
	position: relative;
	background-color: #1E32FA;
	box-shadow: 0.13em 0.13em 0.13em 0em rgba(90,90,90,0.75);
	padding: 1.15em 1.73em;
	box-sizing: border-box;
	width: 100%;
	color:#fff;
}
.btn-panel,
.modal-btn{
	position: relative;
	min-width: 4.61em;
	width: auto;
	min-height: 1.44em;
	height: auto;
}
.btn,
.modal-btn .ui-button{

	position: relative;
	width: auto;
	min-width: 5.48em;
	height: 2.52em;
	color: #fff;
	border-radius: 0em;
	box-sizing: border-box;
	background-color: #F04632;
	padding: 0.13em;
	display: table;
	border: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: normal;
	white-space: normal;
}
.btn.icon-only{background-color: transparent; color:#000000; min-width: auto;height: auto;}
.btn-panel .btn .btn-txt{
	padding: 0.25em 0.86em;
}
.btn-panel.circle .btn{
	background-color: #F04632;
	color: #fff;
}
.modal-btn .ui-button{display: inline-block;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}
.modal-btn .ui-button .ui-button-icon{display:none;}
.modal-btn .ui-button .ui-button-icon-space{display:none;}

.btn-panel.circle {
	min-width: auto;
	width: 3em;
	min-height: auto;
	height: 3em;
	
}
.btn-panel.circle .btn {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	min-width: auto;
}
.header .exit-div{
	width: 2em;
}
.header .exit-div .static-txt{
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	padding: 0em 0.57em 0em 0em;
}
.header .exit-div .btn-panel{
	display: inline-block;
    vertical-align: middle;
    margin: 0em;
    width: 3em;
    height: 3em;
	padding: 0em;
}
.btn .btn-icon{
	font-size: 1.4em;
	vertical-align: middle;
}
.common .btn .btn-txt{
	vertical-align: middle;
	text-align:left;
}
.common .btn .btn-icon{
	vertical-align: bottom;
	text-align:right;
}
.common .btn .btn-icon.extra-icon{
	vertical-align: middle;
	padding-left: 0.5em;
	text-align:left;
}
.header .exit-div .btn .btn-icon{font-size: 1.0em; }
.header .exit-div .btn{
	background-color:#F04632;
	padding: 0em;
	color: #fff;
}
.header .line-div{display: none;}
.btn.hover,
.modal-btn .ui-button.hover,
.modal-btn .ui-button:hover {
	background-color: #1E32FA;
	background-clip: border-box;
}
.btn-panel.circle .btn.hover{
	background-color: #1E32FA;
}
.header .exit-div .btn.hover {
	background-color: #1E32FA;
}
.btn.icon-only.hover,
.btn.icon-only:hover{background-color: transparent; color:#F04632; }
.disabled {
	cursor: default;
}
.btn.disabled,
.btn.disabled:hover,
.modal-btn .ui-button.disabled,
.modal-btn .ui-button.disabled:hover,
.btn-panel.circle .btn.disabled,
.btn-panel.circle .btn.disabled:hover
{
color: #fff;
background-color: #808080;
}
.btn.close-trans-btn{min-width: auto;}
.btn.close-trans-btn .btn-txt{padding: 0.4em 0.5em;}
.btn.close-trans-btn .btn-icon{font-size: 1em;}
.gb-pop,
.pg-pop{
background: rgba(0,0,0,0.5);
position: fixed;
z-index: 30000;
width: 100%;
height: 100%;
display:none;
padding: 0.57em;
box-sizing: border-box;
top: 0em;
left: 0em;
}
.modal-alert{
	height: auto;
	position: relative;
	top: 33%;
	left: 0em;
	right: 0em;
	width:auto;
	max-width: 1024px;
	z-index: 33334;
	color: #fff;
	overflow: hidden;
	border: none;
	padding: 0em;
	display: table;
	margin: 0 auto !important;
	background-color: #fff;
	background-clip: padding-box;
	box-sizing: border-box;
}
.gb-pop .modal-alert{	
	background-color: #fff;
	padding: 0em;
}
.gb-pop .modal-alert .modal-content{padding: 0.86em 1.73em 0.86em 1.73em;}
.gb-pop .modal-alert .modal-btnpane{padding: 0.86em 1.73em;}

.gb-pop .modal-alert .instr{
	font-size:1em;
}
.gb-pop .modal-alert .text-panel .display-cell.line {position: relative;
vertical-align: top;
padding-right: 1.15em; height: 100%;}
.gb-pop .modal-alert .text-panel .v-line {width: 0.13em;
background-color: #fff;
height: 100%;
position: relative;
display: block;
box-sizing: border-box;}

.modal-alert .modal-close{display:none;}

.modal-alert .modal-titlebar{
	border: none !important;
	text-align: center; 
	padding: 0em;
	font-size: 1.15em;
	font-weight: normal;
	min-height: 1.44em;
	margin: 0em; 
	color:#fff;
	
}
.gb-pop .modal-alert .modal-titlebar{ 
	background-color: #FAC832;
	
	min-height: 2.01em;
	padding: 0.57em;
	border-radius: 0em;
	box-sizing: border-box;
}
.modal-alert .modal-title{white-space: initial; width: 100%; }

.modal-alert .modal-content{
	background-color: transparent; margin: 0em;
box-sizing: border-box; min-height: auto !important;
padding-left: 1.73em;
font-size: 1.15em;font-weight: normal; color:#616161; white-space: initial; box-shadow: none;
border: none;
border-radius: initial;}

.modal-alert.blank-content .modal-content{display:none !important;}
.modal-alert .modal-btnpane{border: none !important;text-align: center; padding: 2.30em 0em 0em;}
.modal-alert .modal-btn{float: none;}
.gb-pop .modal-btn{font-size: 1.15em;}

.exit-popup.modal-alert .modal-btn .ui-button:nth-child(1),
.bookmark-popup.modal-alert .modal-btn .ui-button:nth-child(1){margin-right: 3.15em;}
.reset-data-popup.modal-alert .modal-btn .ui-button:nth-child(1){margin-right: 3.15em;}

.reset-data-popup.modal-alert .content-txt p:nth-child(1){margin-bottom: 0em;}

.reset-skilled-data-popup.modal-alert .modal-btn .ui-button:nth-child(1){margin-right: 3.15em;}
.reset-skilled-data-popup.modal-alert .content-txt p:nth-child(1){margin-bottom: 0em;}

.api-popup.modal-alert{top:35% !important;}

.modal.generic .modal-content{border-radius: 0px;}
.modal.generic .modal-dialog{
     top:45% !important;
     -ms-transform: translate(0, -50%) !important;
     -webkit-transform: translate(0, -50%) !important;
     transform: translate(0, -50%) !important;
}
.modal.generic .modal-body{padding: 1.5em; color:#616161;}
.modal.generic .modal-header{background-color: #FAC832; padding: 0.5em 1em; border: none;}
.modal.generic .modal-title .skill-icon{
font-size: 3em;
width: 50px;
vertical-align: top;
}
.modal.generic .modal-title .m-txt{
	vertical-align: middle;
	text-align: left;
	padding: 0em 1em;
	font-weight: bold;
}
.modal.generic .modal-title .close{
	margin: 0px;
	color:#000;
	opacity: 1;
	text-shadow: none;font-size: 1em;
}
.modal.generic .modal-title .close:hover, 
.modal.generic .modal-title .close:focus{color:#F04632;}
.side-navigation{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.side-navigation .btn-panel.back,
.side-navigation .btn-panel.next{
		position: absolute;
		padding: 0em 0.86em;
		z-index: 1;
	}
.side-navigation .btn-panel.back{
		left: 0px;
		top: 51%;
	}
.side-navigation .btn-panel.next{
		right: 0px;
		top: 51%;
	}	
	
.side-navigation .page-counter{
	position: fixed;
	padding: 0.86em;
	bottom:0em;
	z-index: 1;
	color: #fff;
}
.menu-dropdown-panel{
	float: right;
	height: 100%;
	display: table;
	position: relative;
}
.dropdown-menu>li>a {
    word-wrap: normal;
    word-break: keep-all;
    white-space: normal;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    cursor: pointer;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1E32FA;
    outline: none;
}

.dropdown-menu{margin: 0em 2em; font-size: 1em; width: 285px; 
border-radius: 0em; box-sizing: border-box;}
.ie .dropdown-menu{width: 360px;}
.dropdown-menu .divider {
    margin: 0px 2px;
    width: calc(100% - 4px);
}
.dropdown-menu li{text-align: left;
list-style: none; margin: 0.28em 0em;}
.menu-btn-panel {padding: 0em 2em; width: 2em;}
.menu-btn-panel .btn{float: right;min-width: auto;width: 3em; padding: 0.5em; background-color: transparent;}
.menu-btn-panel span{
	display: block;
	width: 100%;
	height: 0.2em;
	text-align: center;
	background-color:#000000;
	margin: 0.3em 0em;
	box-sizing: border-box;
}
.menu-btn-panel p{color:#000;}
/* .menu-btn-panel span:nth-child(2){margin: 0.3em 0em;} */
.menu-btn-panel .btn.hover span{background-color:#1E32FA;}
.menu-btn-panel .btn.hover p {color: #1E32FA;}
.page-counter.black{
	color: #616161;
}
.bottom-navigation{
	text-align: center; 
	display:none; 
	position: relative;
	padding: 4.88em 0em 2em 0em;
	box-sizing: border-box;
	
	width: 100%;
}
.bottom-navigation >div{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	position: relative;
	padding: 0em;
	box-sizing:border-box;
	width: auto;
}
/*.bottom-navigation .btn-panel.back {
	float: right;
}*/
/* .tablet .bottom-navigation .btn-panel.back,
.mobile .bottom-navigation .btn-panel.back {padding-right: 1em;}
 */
.bottom-navigation .btn{
	width: 8em;
	box-sizing:border-box;
}
.bottom-navigation .page-counter{
	/*padding: 0em 1.5em;*/
	box-sizing: border-box;
	width: 65px;
	position: relative;
	text-align: center;
	
	left:0em;
}
.animated.infinite{
	animation-iteration-count: infinite;
}
.animated.custom-count{
	animation-iteration-count: 2;
}
.btn.exit.animated{animation-iteration-count: infinite;}
.btn-next.animated{	
	animation-iteration-count: infinite;
	animation-duration: 3s;
}
.page .page-logo {
	width: 12.7em;
	position: relative;
}
.page .page-logo img{
	width: 10.7em;
	display: block;
	position: relative;
	top: 0em;
}
.page-container {
	margin: 0;
	position: relative;
	top: 0em;
	width: 100%;
	height: auto;
}
.footer-box{width: 100%;
height: 2em;
background-color: #FAC832;
position: relative;
max-width: 1920px;
margin: 0 auto; margin-top:5em;}
.page {
	height: auto;
	min-height: auto;
	position: relative;
	width: 100%;
	display: block;
}
.page .page-panel,
.page .page-panel1 {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: auto;
	max-width: 1920px;
	width: 100%;
	padding: 2em;
	box-sizing: border-box;
}

.page .no-padding-top,
.page .page-panel.no-padding-top {
	padding-top:0em;
}
.page .no-padding-bottom,
.page .page-panel.no-padding-bottom {
	padding-bottom:0em;
}
.page .header-padding {
	padding-top: 4.71em;
}
.page .full-height-panel {
	position: relative;
	height: auto;
}
.page .page-panel.full-width {
	max-width: 1920px;
	width: 100%;
}
.page .page-panel.full-width-panel {
	width: 100%;
	max-width: none;
	padding: 0.84em 0em;
}
.page .side-margin {
	margin: 0em 4em;
	box-sizing: border-box;
}
.page .page-data {
	position: relative;
	width: 90%;
	margin: 0 auto;
	background-color: rgba(255, 255,255,0.7);
	padding: 1em;
	box-sizing: border-box;
}
.page .center-panel {
	position: relative;
	width:70%;
	margin: 0 auto;
}

.background {
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	width: 100%;
	position: relative;
	background-position: left top;
	min-height: 100%;
	background-image: url("../../framework/images/blank.png");
	background-repeat: no-repeat;
}
.panel-group .panel{border: 0.13em solid #707070;
box-shadow: none;
border-radius: 0em;}
.btn.accordion-btn{width: 100%;
    background-color: #fff;
    color: #000000;

}
.btn.accordion-btn .btn-txt{text-align: left; padding: 0.9em 0.86em;}
.btn.accordion-btn .btn-icon{text-align: right; padding: 0.25em 0.56em;}
.panel .panel-collapse{
	background-color: #fff;
	padding: 0em 1em 1em 1em;
	box-sizing: border-box;	
}
.panel .panel-collapse .panel-body{border-top: 0.13em solid #707070;}
.page h1 {
	font-size: 1.73em;
}
.page .title {
	font-size: 1.73em;
	color: #fff;
}
.page .title.black {	
	color: #616161;
}
.page .col-10 {
	width: 10%;
}
.page .col-20 {
	width: 20%;
}
.page .col-30 {
	width: 30%;
}
.page .col-35 {
	width: 35%;
}
.page .col-40 {
	width: 40%;
}
.page .col-45 {
	width: 45%;
}
.page .col-50 {
	width: 50%;
}
.page .col-60 {
	width: 60%;
}
.page .col-70 {
	width: 70%;
}
.page .col-80 {
	width: 80%;
}
.page .col.right {
	float: right;
}
.page .border-line {
	position: relative;
	width: 80%;
	max-width: 600px;
	height: 0.13em;
	margin: 0.57em 0em 0.86em;
	
	background: #fff;
	
	left: -1.44em;
}
.page-instruction {
	color: #fff;
}
.page-instruction.blue{
	color: #0F4DBC;
}
.light-blue,
.page-instruction.light-blue{
	color: #00A9E0;
}
.app-body .desktop{
	display:block;
}
.app-body .mobile{
	display:none;
}
a.web-link{color: #00A9E0; text-decoration: underline;}
a.web-link.white{color: #fff;}
a.web-link:hover{color: #0F4DBC;}


.system-fail-msg strong,
.system-fail-msg .bold {
	font-family: 'aktivGroteskRg', sans-serif, Arial, Helvetica;
}
.system-fail-msg .bold {
	font-weight: bold;
}
.system-fail-msg{

position: fixed;
width: 100%;
height: 100%;
padding:0.57em;
box-sizing: border-box;
overflow: auto;
}
.system-fail-msg .panel{position: relative;max-width: 600px;margin: 0 auto;}
.system-fail-msg .display-cell{text-align: left; }
.system-fail-msg .right-panel {width: 11.82em;padding-left: 1.73em; vertical-align: top;}
.svg-img-icon{
	width: 1.03em;
	height: 1.03em;
	background-repeat: no-repeat;
	background-color: transparent;
}
.page .complete-instr{display:none;}

.page .page-instruction.display-none{display:none !important;}
.page .page-instruction.display-inlineblock{display:inline-block !important;}

:-webkit-full-screen {
  background-color: #000;
}

/* Firefox syntax */
:-moz-full-screen {
  background-color: #000;
}

/* IE/Edge syntax */
:-ms-fullscreen {
  background-color: #000;
}

/* Standard syntax */
:fullscreen {
  background-color: #000;
}

.bottom-navigation .gap-div {width: 1em;
height: 1em; float: none;}


.gb-pop .bookmark-popup {width: 1040px;}
.gb-pop.bookmark-pop .bookmark-popup.modal-alert .ui-button{padding: 10px 10px; margin: 0px;}
.gb-pop .bookmark-popup .file-block{
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 2px solid #FAC832;
	padding-bottom: 20px;
	flex-flow: row wrap;
}
.gb-pop .bookmark-popup .file-block .input-box {width: 500px;}
.gb-pop .bookmark-popup .second-block{	margin-bottom: 20px;}

.gb-pop .bookmark-popup .modal-titlebar{
	position: relative;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	flex-flow: row nowrap;
}
.gb-pop .bookmark-popup .modal-titlebar .hide-btn{background: transparent;  border: none; color: #000; transition: all ease-out 300ms;}
.gb-pop .bookmark-popup .modal-titlebar .hide-btn:hover{transform: scale(1.2);}

.gb-pop .bookmark-popup .file-block .txt{color: #525252;}
/* --mediaQuery Start-- */
@media screen and (max-width: 1920px) {
	.side-navigation .btn-panel.back,
	.side-navigation .btn-panel.next{
		position: fixed;
	}
}
@media screen and (max-width: 1700px) {
	body {
		font-size: 22px;
	}
	
}
@media screen and (max-width: 1600px) {
	body {
		font-size: 20px;
	}
	
}

@media screen and (max-width: 1430px) {
	body {
		font-size: 18px;
	}
	
}
@media screen and (max-width: 1280px) {
	body {
		font-size: 16px;
	}
	
	
}
@media screen and (max-width: 1200px) {
	
	.modal-alert{
		max-width: 880px;
	}
}
@media screen and (max-width: 991px) {
	/* start of large tablet styles */
	.page .col-35{
		width: 40%;
	}
}
@media screen and (max-width: 834px) {
	/* start of medium tablet styles */
	
	.app-body .desktop{
		display:none;
	}
	.app-body .mobile{
		display:block;
	}
	.menu-btn-panel {padding: 0em 1em;}
	.dropdown-menu{margin: 0em 1em;}
	.page .col {
		width: 100%;
	}
	.page .col-50.right {
		float: none;
	}
	.page .border-line {
		width: 100%;
	}
	.page .page-panel, 
	.page .page-panel1{padding: 1em;}
	.mobile.copy-all{display: inline-block;}
	.mobile-bg-left-top{background-position: left top !important;}
	.mobile-bg-right-top{background-position: right top !important;}
	.page .center-panel { width:100%; }
	.page .side-margin {margin: 0em;}
	.side-navigation{display:none;}
	.page .bottom-navigation{display: block;}
	.page .full-height-panel{min-height:auto !important;}

	.gb-pop .bookmark-popup {width: auto;}
}
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	
	.system-fail-msg .display-cell {display: block;}
	.system-fail-msg .right-panel {padding: 0.86em 0em 0em;width: auto;}
	
	.header .full-width{height: 40px;}
	.header .course-logo{width: 6em;}
	.header .course-logo img{width: 99%; margin-bottom: 1px;}
	.header .line-div{
		position: relative;
		width: 2px;
		padding: 0em 0.5em;
		box-sizing: border-box;
		display: table-cell;
	}
	.header .line-div .line{
		position: relative;
		width: 1px;
		height: 20px;
		background-color: #fff;
		display: block;
	}
	.header .course-title{
		font-size: 1em;
		padding-right: 0em;		
		text-align: left;
		padding: 0em 1em;
	}
	.header .exit-div {text-align: right; width: 2em;}
	.header .exit-div .btn-panel{
		width: 2em;
		height: 2em;
	}
	.header .exit-div .btn .btn-icon{font-size: 0.7em;}
	.header .exit-div .static-txt{display:none;}
	
    .header>.open>a,
    .header>.open>a:focus,
    .header>.open>a:hover {        
        outline: none;
    }
    .header .open .dropdown-menu>li>a:focus,
    .header .open .dropdown-menu>li>a:hover {        
        text-decoration: none;       
        outline: none;
    }
	.page .header-padding{padding-top: 3.71em;}
	
	.mobile.iron .mejs__controls:not([style*="display: none"]){
		background: rgba(0,0,0,1);
	}
	.common .btn .btn-icon{padding-bottom: 1px;}

	.gb-pop .bookmark-popup .file-block .input-box {  width: auto;}
}
@media screen and (max-width: 479px) {
	/* start of phone styles */
}

