
.global-modal-pop .modal-alert .modal-titlebar .instr,
.global-modal-pop .modal-alert .instr{color:#5291DD;}

.global-modal-pop .modal-alert .modal-titlebar,
.global-modal-pop .modal-alert .modal-content,
.global-modal-pop .modal-alert .modal-btnpane{
    position: relative;
}
.global-modal-pop .modal-alert .modal-titlebar{
    background: #5291DD;
    min-height: 2.5em;
    color:#fff;
}
.global-modal-pop .modal-alert .modal-titlebar .modal-title{
    padding: 0.75em 3em 0.75em 0.86em;
    position: relative;
    display: block;
    font-size: 1.2em;
    
}
.global-modal-pop .modal-alert .modal-titlebar .modal-title.center{
    text-align: center;
    padding: 0.75em 0.86em 0.75em 0.86em;
}
.global-modal-pop .modal-alert .modal-titlebar .modal-title-txt{
    position: relative; 
    display: block;  
    padding: 0.8em;
    font-size: 1.2em;
    text-align: center;
    
}
.global-modal-pop .modal-alert .modal-titlebar .icon1{
    padding-right: 0.3em;
	font-size: 1.5em;
}
.global-modal-pop .modal-alert .modal-titlebar .close-modal-btn{background-color: transparent;}
.global-modal-pop .modal-alert .modal-content-box{padding: 1.5em 1.73em 0.86em 1.73em; text-align: center; min-height: 4em; background-color: #f2f2f2;}
.global-modal-pop .modal-alert .modal-content-box .content-panel.text-left{text-align: left;}
.global-modal-pop .modal-alert .modal-content-box .content-panel.text-right{text-align: right;}

.global-modal-pop .modal-alert .web-link{text-decoration: none; margin: 0.5em 0em; transition: all 200ms ease-in;}
.global-modal-pop .modal-alert .web-link{display: table; width: auto;}
.global-modal-pop .modal-alert .web-link.inline{display: inline-block; width: auto;}
.global-modal-pop .modal-alert .web-link span{display: table-cell; vertical-align: middle; text-align: left; width: auto;}
.global-modal-pop .modal-alert .web-link .link-icon{font-size: 2em;}
.global-modal-pop .modal-alert .web-link .link-txt{padding: 0.5em 1em;}
.global-modal-pop .modal-alert .modal-btnpane{padding: 1.73em 1.73em; text-align: center; background-color: #f2f2f2; top: -1px;}
.global-modal-pop .modal-alert .modal-btnpane .btn-panel{
    display: inline-block;
    vertical-align: top;
    margin: 0.5em 2em;
}
.global-modal-pop .modal-pop-title{margin-bottom: 1.0em; text-align: center; font-size: 1.5em;}

.global-modal-pop .modal-alert .extra-panel {
    position: relative;
    margin: 0.5em auto;
    width: 100%;
}

/* resources-pop */
.global-modal-pop.resources-pop .modal-box{
    width: 90%;
}
/* tutorial-pop */
.global-modal-pop.tutorial-pop .modal-box{
    width: 90%;
    max-width: 1500px;
    position: relative;
    height: 880px;
    overflow: hidden;
    box-sizing: border-box;
}
.ie .global-modal-pop.tutorial-pop .modal-box{
    /* max-width: 1300px;
    height:820px; */
}
.global-modal-pop.tutorial-pop .modal-alert{
    position: relative;
    height: 100%;
    overflow: auto;
}
.global-modal-pop.tutorial-pop .modal-titlebar{
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.global-modal-pop.tutorial-pop .modal-content-box{   
    position: relative;
    padding: 0em;
    text-align: left;
}

.global-modal-pop.tutorial-pop .modal-btnpane{display: none;}
.global-modal-pop.tutorial-pop .modal-content-box .instr-panel,
.global-modal-pop.tutorial-pop .modal-content-box .instr-panel1 {margin: 1em 2em;}
.global-modal-pop.tutorial-pop .modal-content-box .content-panel{ 
    position: relative;
    width: 55%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 2em;
}
.global-modal-pop.tutorial-pop .modal-content-box .col-img{ 
    position: relative;
    width: 45%;
    display: inline-block;
    height: 340px;
    vertical-align: top;
}
/* screen-size-pop */
.global-modal-pop.screen-size-pop .content-panel{margin-bottom: 2em;}
.global-modal-pop.screen-size-pop p.txt{text-align: left;}
.global-modal-pop.screen-size-pop p.modal-pop-title{text-align: center;}

/* help popup start*/
.global-modal-pop.help-pop .modal-box{width: 90%; max-width: 720px;}
.global-modal-pop.help-pop .modal-box .instr .font-icon{font-size: 0.8em;}
.global-modal-pop.help-pop .modal-alert .modal-content-box{min-height: 6em; padding: 15px; font-size: 14px;}
.global-modal-pop.help-pop .help-panel .btn{cursor: default;}
.global-modal-pop.help-pop .help-row{
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    margin: 2px 0px;
    padding: 7px 0px;
}
.global-modal-pop.help-pop .help-row .block-button{position:relative; text-align: center; padding: 0px 4px;  min-width: 98px;}
.global-modal-pop.help-pop .help-row .block-button .btn{
    position:relative; 
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    border: none;
    margin: 0px 2px;
    width: 40px;
    height: 40px;
}
.global-modal-pop.help-pop .help-row .block-button .btn .btn-icon{font-size: 16px;}
.global-modal-pop.help-pop .help-row .block-button .btn.help-next-btn .btn-icon{font-size: 16px;}
.global-modal-pop.help-pop .help-row .block-button .btn.help-back-btn .btn-icon{font-size: 16px;}
.global-modal-pop.help-pop .help-row .block-text{position:relative; text-align: left; padding: 0px 5px; }

.global-modal-pop.help-pop .help-row .block-button .help-transcipt-btn{height: 30px; padding: 0.3em 0.0em; min-width: 70px;}
.global-modal-pop.help-pop .help-row .block-button .btn.help-progress{background-color: transparent;}
.global-modal-pop.help-pop .help-row .block-button .btn.help-progress .radial{font-size: 40px;}
.global-modal-pop.help-pop .help-row .block-button .btn.help-progress .radial-bar{transition: none !important;}

/* help popup end*/

/* modal swiper start*/
.global-modal-pop.additional-hints-pop .modal-box{
    width: 870px;
}
.global-modal-pop.additional-hints-pop .modal-alert .modal-content-box{
    padding: 1.5em;
    text-align: left;
}
.global-modal-pop.additional-hints-pop .modal-alert .parent-box{
    position: relative;
}
.global-modal-pop .modal-alert .dynamic-panel {
    position: relative;
    margin: 1em auto;
}
.global-modal-pop .modal-swiper .swipe-panel{
    margin: 0 auto;
    width: 100%;
    padding: 0em;
    border-radius: 0em;
    border: none;
}
.global-modal-pop .modal-swiper .video-panel{
    position: relative;
    padding: 0em 1em;
}
.global-modal-pop .modal-swiper .swiper-container{padding: 0em 0em 1em 0em; min-height: auto;}
.global-modal-pop .modal-swiper .vid-title{color:#0F4DBC; margin-top: 1em;}

.global-modal-pop .modal-swiper .swipe-nav {padding: 1em 8em 0em 8em;} 

.global-modal-pop .modal-swiper .swipe-nav .clickable-next, 
.global-modal-pop .modal-swiper .swipe-nav .clickable-back{top:35%; bottom: auto;}
.global-modal-pop .modal-swiper .swiper-pagination{
	position: relative;
	margin: 1em 0em;
}
/* IE hack */
.ie .global-modal-pop .modal-swiper .swiper-slide:not(.swiper-slide-active){visibility: hidden;}

.global-modal-pop .modal-swiper.slide-len_1 .clickable-next, 
.global-modal-pop .modal-swiper.slide-len_1 .clickable-back{display:none;}
.global-modal-pop .modal-swiper.slide-len_1 .swiper-pagination{display:none;}

/* modal swiper end*/
.app-body .global-modal-pop.complete-mandatory-pop .modal-box{width: 280px;}

/* custom-menu-pop*/

.global-modal-pop.custom-menu-pop .modal-box{
    position: absolute;
    top: 0px;
    right: 10px;
    left: auto;    
    -webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.global-modal-pop.custom-menu-pop .modal-alert{
    background-color: #000;
    border: 1px solid #F0A862;
    border-top: none;
    min-width: auto;
    width: 316px;
    color: #fff;
    box-shadow: none;
}
.global-modal-pop.custom-menu-pop .modal-header{border: none; padding: 5px 20px;}
.global-modal-pop.custom-menu-pop .modal-footer{border: none; padding: 0px 5px 20px 5px;}
.global-modal-pop.custom-menu-pop .modal-content-box{background-color: #000; padding: 5px 0px 20px;}
.global-modal-pop.custom-menu-pop .modal-content-box .btn{
    text-align: left;
    justify-content: left;
    width: 100%;
    height: 2em;
    font-size: 0.76em;
    padding: 0px 15px;
    margin: 1px 0px;
}
.global-modal-pop.custom-menu-pop .modal-content-box .btn.selected{background-color: #F0A862; color: #000; cursor: default;}
.global-modal-pop.custom-menu-pop .modal-content-box .btn.hover{background-color: #F0A862; color: #000;}
.global-modal-pop.custom-menu-pop .modal-content-box .div-line {
    position: relative;
    text-align: left;
    font-size: 0.6em;
    padding: 10px 22px;
}

.global-modal-pop.custom-menu-pop .modal-content-box .div-line .line{
    position: relative;
    width: 94%;
    height: 1px;
    background-color: #fff;
}
.global-modal-pop.custom-menu-pop .modal-header .icon-cell{
    position: relative;
    color: #F0B878;
    font-size: 2em;
    width: 60px;
}
.global-modal-pop.custom-menu-pop .modal-header .header-cell{
    vertical-align: middle;
    color:#fff;
    font-size: 30px;    
}
.global-modal-pop.custom-menu-pop .modal-header .title-cell{width:auto; }

.global-modal-pop.custom-menu-pop .close-modal-btn{color: #fff;}
.global-modal-pop.custom-menu-pop .close-modal-btn .font-icon{ font-size: 1em; transition: all 200ms ease-out;}
.global-modal-pop.custom-menu-pop .close-modal-btn.hover{
    -webkit-transform: none;
	-ms-transform: none;
	transform: none;
    color: #fff;
}
.global-modal-pop.custom-menu-pop .close-modal-btn.hover .font-icon{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}


/* --mediaQuery Start-- */
@media screen and (max-width: 834px) {
    /* .responsive .app-body .global-modal-pop .modal-box {
		width: 90%;
	} */
    .app-body .modal-box{width: 90%;}
	.responsive .screen-modal-pop .modal-alert, 
	.responsive .global-modal-pop .modal-alert{
		width: 100%;
		min-width: auto;
	}
    .global-modal-pop .modal-alert .modal-titlebar .modal-title {padding: 0.56em 5em 0.56em 0.56em;}
    .global-modal-pop .modal-alert .modal-titlebar .close-modal-btn {padding: 15px 15px 15px 15px;}

    .responsive .app-body .global-modal-pop.exit-pop .modal-box{max-width: 400px; width: 90%;}
    .app-body .global-modal-pop.complete-mandatory-pop .modal-box{width: auto;}

    
   .global-modal-pop.additional-hints-pop .modal-box{
        max-width: none;
        width: 90%;
    }
   
    .global-modal-pop .modal-swiper .swipe-nav {padding: 1em 5em 0em 5em;} 
    .global-modal-pop .modal-swiper .swipe-nav .clickable-next, 
    .global-modal-pop .modal-swiper .swipe-nav .clickable-back{top:35%;}
    .app-body .global-modal-pop.reset-training-pop .modal-box{width: 67%;}

    .global-modal-pop.custom-menu-pop .close-modal-btn{right: auto; top:auto}
    .global-modal-pop.custom-menu-pop .modal-box{width: auto;}
    .global-modal-pop.custom-menu-pop .modal-content-box .btn{font-size: 1em;}
    .global-modal-pop.custom-menu-pop .modal-content-box .div-line {font-size: 0.8em;}
}
@media screen and (max-width: 767px) {
    
    .global-modal-pop .modal-swiper .video-panel{
        padding: 0em 0em;
    }
    .global-modal-pop .modal-swiper .swipe-nav {padding: 1em 0em 0em 0em;} 
    .app-body .global-modal-pop.complete-mandatory-pop .modal-box{width: 90%;}
    .app-body .global-modal-pop.reset-training-pop .modal-box{width: 90%;}
    .global-modal-pop.bookmark-pop .modal-alert{min-width: auto;}
}
@media screen and (max-width: 480px) {
    .global-modal-pop .modal-alert .modal-btnpane{padding: 1.5em 0em;}
    .global-modal-pop .modal-alert .modal-btnpane .btn-panel{margin: 0.5em 1em;}
    .global-modal-pop.help-pop .thumbnail-div{ 
        width: 80%;
        display: block;
        margin: 1em auto;
    }
    .global-modal-pop .modal-swiper .swipe-nav .clickable-next, 
    .global-modal-pop .modal-swiper .swipe-nav .clickable-back{top:30%;}
}