html {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 100%;
    /*background: #ccc;*/
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: "centralesansbook", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    background: #bfbfbf;
}
.disableDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,0,0,0);
    top: 0;
    display: none;
}
.header {
    width: 100%;
    height: 50px;
    background-color: transparent;
    position: absolute;
    z-index: 10;
}

.exitBorder {
    border-bottom: 1px solid #3c3c3c;
    margin-left: 15px;
    margin-top: 8px;
    width: 101%;
}

#blank_tween {
    height: 0;
    width: 0;
    /*display:none;
    tween won't work with this*/
}

.player_trans_bg {
    background: transparent url("../images/shell/trancscript_button.png") no-repeat scroll 0px 0px;
    width: 11px;
    height: 12px;
}

.pagePadding_left {
    padding-left: 2%;
}

.player_container_style {
    position: relative;
    margin: auto;
    display: none;
    height: 100%;
    /*overflow: auto;*/
    max-width: 1280px;
    /*max-height: 724px;*/
    min-width: 1000px;
    /*min-height: 640px;*/
    background-color: #bfbfbf;
}

.orangecolor {
    color: #0B5ED8;
}

.logo_aa {
    color: #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #4d8cae;
    float: left;
    padding: 0 10px 0 20px;
    font-size: 16px;
    font-family: "centralesanslight", Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.progress {
    width: 100%;
    height: 11px;
    background: url('../images/shell/gradient-line.png') repeat-x;
    position: absolute;
    bottom: -6px;
}

.logo_container {
    float: left;
    margin-left: 10px;
    color: #fff;
    width: 34%;
}

.player_logo_style {
    height: 100%;
    float: left;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#skip {
    position: absolute;
    /*bottom: 11%;*/
    bottom: calc(50% - 360px);
    right: 0px;
    height: auto;
    padding: 10px 0px 10px 0;
    /*background: #0066a1;*/
    background-color: #ea8300;
    color: #fff;
    width: 100px;
    cursor: pointer;
    line-height: 18px;
    font-size: 18px;
    display: none;
    text-align: center;
    margin: 0 20px 20px 0;
}

#start {
    position: absolute;
    /* bottom: calc(48% - 200px); */
    /* right: 45%; */
    background-color: #ea8300;
    color: #fff;
    cursor: pointer;
    padding: 5px 30px;
    font-size: 20px;
    display: none;
}

#skip:hover {
    background-color: #bf6d05;
}

#start:hover {
    background-color: #bf6d05;
}

.player_title_style {
    font-size: 1.4666em;
    margin: auto;
    font-weight: normal;
}

.title_container {
    height: 100%;
    width: 350px;
    float: left;
    margin-left: 58px;
}

.playerContainer {
    display: table;
    height: 100%;
    width: 100%;
}

.playerWraper {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    font-weight: bold;
}


/*================== Css Menu Icon ==================*/

.player_menuBtn_style .playericonBg {
    width: 20%;
    height: 100%;
    padding: 0%;
    float: left;
    display: table;
    font-size: 1em;
}

.player_menuBtn_style .playericonBg:before {
    margin-top: 0;
}

.icon-menu:before {
    cursor: pointer;
    display: table-cell !important;
    vertical-align: middle;
}

.transcriptDilog {
    font-size: 0.938em !important;
    margin-bottom: 15px;
    line-height: 1.35em;
}

.transcriptDilog ul {
    padding-left: 14.1px;
}

.transcriptDilog ol {
    padding-left: 14.1px;
}

.regular {
    font-weight: normal;
}

.player_menuBtn_style .playericonBg .playerIconMinus {
    width: 100%;
    height: 10%;
    margin-bottom: 13%;
}

.icon-file:before {
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
}

.player_topBtnDivider {
    height: 15px;
    float: right;
    border-right: 2px solid #9E9C9B;
    margin: 24px 8px 0px;
}

.player_topBtnDivider_2 {
    height: 25px;
    float: left;
    border-right: 2px solid #9e9c9b;
    margin: 17px 10px 0px;
}

.playericonText {
    height: 100%;
    width: 53%;
    float: right;
    text-align: left;
    font-size: 13px;
    display: table;
    padding: 0% 9% 0px 0px;
    text-align: center;
}

.playericonText div {
    vertical-align: middle;
    display: table-cell;
}


/*================== Css Menu Icon End ==================*/

.player_couresExitBtn_style {
    background: rgba(54, 95, 54, 1);
    width: 30px;
    height: 20px;
    float: right;
    margin-right: 9px;
    margin-top: 11px;
    padding: 10px;
    color: #FFF;
    font-family: "centralesansbook", Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.player_couresExitBtn_style:hover {
    /*background: rgba(52, 104, 52, 1);*/
}

.player_couresExitBtn_style:active {
    background: rgba(44, 77, 44, 1);
}

.player_pageNumber_style {
    float: left;
    text-align: center;
    font-family: "centralesanslight", Arial, Helvetica, sans-serif;
    border: none;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #4dadd6;
}

.player_pageNumber_style div {
    font-size: 16px;
    float: left;
    /*line-height: 50px;*/
}

.player_pageNumber_divider {}

.player_moduleTitleBg_style {
    width: 473px;
    height: 3%;
    background: none;
    font-size: 16px;
    font-family: "centralesanslight", Arial, Helvetica, sans-serif;
    margin-top: 2px;
    padding: 14px 10px;
    width: 100%;
}

.player_moduleTitle_style:before {
    /* content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;*/
    /*margin-right: -0.25em; /* Adjusts for spacing */
}

.player_moduleTitle_style {
    /* height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    top: 7%;
    background: #6F0462;*/
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#progressSlider {
    width: 100% !important;
    height: 5px;
    bottom: 0%;
    left: 0%;
    margin-top: 0px;
    position: absolute;
    background-color: #0089c4;
    z-index: 10;
}

#progressSlider .ui-slider-range {
    background-color: #e98300 !important;
    border-radius: 0 !important;
}

#progressSlider.ui-widget-content {
    border-bottom: 0;
}

#progressSlider .ui-state-default,
.ui-widget-content .ui-state-default {
    /* display: none; */
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0;
}

#progressSlider .ui-state-default,
.ui-widget-content .ui-state-default {
    background: none;
    background-color: #FFF;
}


/*#progressSlider[value^="9"]::-webkit-progress-value { background: blue; }*/


/*.player_container_style {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 720px;
    min-width: 900px;
    min-height: 640px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}*/


/*#progressSlider[value^="9"]::-webkit-progress-value { background: blue; }*/


/*.player_container_style {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 720px;
    min-width: 900px;
    min-height: 640px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}*/

.player_contentArea_style {
    width: 100%;
    height: 100%;
    /*max-width: 1280px;
    max-height: 720px;
    min-width: 900px;
    min-height: 640px;*/
    /*max-height: 616px;*/
    max-width: 1280px;
    /*min-height: 532px;*/
    min-width: 900px;
    position: relative;
    /*float: left;*/
    margin: 0 auto;
    /*padding:0 10px; */
    box-sizing: border-box;
}

.data_right {
    width: 30%;
    float: right;
    text-align: center;
    position: relative;
    right: 5%;
}

.player_content_style {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    /* min-height: 500px; */
    /*padding-top: 0.5%;*/
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    /* border:1px solid red; */
    overflow: hidden;
    position: relative;
    background: url("../images/shell/batman.jpg");
}

.player_backBtnDisabled_style {
    cursor: default;
    border: none;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 0;
    z-index: 100;
}

.player_nextBtnDisabled_style {
    z-index: 96;
    cursor: default!important;
}

.navBtnContainer {
    display: none;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.navUl {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
}

.navLeft {
    float: left;
    height: 100%;
}

.navRight {
    float: right;
    height: 100%;
}

.navLeft .navUl {
    left: 20px;
}

.navRight .navUl {
    right: 20px;
}

.navUl li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.navUl li a {
    height: 18px;
    width: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.navUl li a span {
    background: url("../images/pages/m1_t1_p1/home-icon.png") no-repeat;
    height: 18px;
    width: 20px;
    position: absolute;
}

.navCenter {
    color: #fff;
    height: 100%;
    left: 50%;
    line-height: 50px;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.navCenter a {
    color: #fff;
}

#iphone_player_backBtn {
    display: none;
}

#iphone_player_nextBtn {
    display: none;
}


/*/* iphone next back */

.footer {
    position: absolute;
    height: 55px;
    width: 100%;
    bottom: 50px;
    z-index: 10;
    overflow: inherit;
    background-color: transparent;
    min-width: 900px;
}

.player_btnDivider {
    width: 2px;
    height: 20px;
    float: right;
    border-right: 1px solid #fff;
    margin-top: 12px;
}


/*========= CSS Loader ========*/

.player_preLoader_style {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999;
}

.player_loaderImg_style {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
}

.spinner_cube {
    width: 60px;
    height: 60px;
}

.spinner_cube > div {
    background-color: #0b6ca4;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cuberotate 1.8s infinite ease-in-out;
    animation: cuberotate 1.8s infinite ease-in-out;
}

.spinner_cube div:nth-child(2) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cuberotate {
    25% {
        -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cuberotate {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
    }
}


/*========= CSS Loader End ========*/

.player_noscriptmsg_style {
    font-size: 20px;
    font-weight: bold;
}

.player_chromeError_style {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.imgLeft {
    float: left;
    margin: 10px;
}

.imgCenterHor {
    margin: 0px auto;
}

.imgRight {
    float: right;
}

.vidLeft {
    float: left;
}

.vidCenterHor {
    margin: 0px auto;
}

.vidRight {
    float: right;
}

.instruction {
    color: #0B5ED8;
    font-style: italic;
    /*font-size: 16px;*/
    width: 80%;
}

#pageDiv {
    width: 100%;
    /*height: 100%;*/
    margin: 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.hidevedio {
    display: none !important;
}


/* General button style (reset) */

.player_nextBtn_style,
.player_backBtn_style {
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    z-index: 10;
}

.player_nextBtn_style:after,
.player_backBtn_style:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.player_nextBtn_style:hover,
.player_backBtn_style:hover {}

.player_nextBtn_style:active,
.player_backBtn_style:active {}

.player_backBtn_style:hover + .back_pg_title {
    opacity: 1;
    bottom: 59px;
}

.player_nextBtn_style:hover + .next_pg_title {
    opacity: 1;
    bottom: 59px;
}

.next_pg_title,
.back_pg_title {
    opacity: 0;
    position: absolute;
    padding-top: 5px;
    bottom: 20px;
    right: 0%;
    font-family: 'centralesansbookitalic';
    background: #5b8f22;
    padding: 7px 8px;
    color: #fff;
    font-size: 14px;
    width: auto;
    z-index: -1;
    -webkit-transition: bottom 0.3s, opacity 0.3s;
    -moz-transition: bottom 0.3s, opacity 0.3s;
    -o-transition: bottom 0.3s, opacity 0.3s;
    transition: bottom 0.3s, opacity 0.3s;
}


/*============= callout CSS End =============*/


/*================== Table Style Start ================*/

.tableStyle {
    background-color: #fff;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #999;
    -moz-border-radius-bottomleft: 5px -webkit-border-bottom-left-radius: 5px border-bottom-left-radius: 5px -moz-border-radius-bottomright: 5px -webkit-border-bottom-right-radius: 5px border-bottom-right-radius: 5px -moz-border-radius-topright: 5px -webkit-border-top-right-radius: 5px border-top-right-radius: 5px -moz-border-radius-topleft: 5px -webkit-border-top-left-radius: 5px border-top-left-radius: 5px
}

.tableStyle table {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tableStyle tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px -webkit-border-bottom-right-radius: 5px border-bottom-right-radius: 5px
}

.tableStyle table tr:first-child td:first-child {
    -moz-border-radius-topleft: 5px -webkit-border-top-left-radius: 5px border-top-left-radius: 5px
}

.tableStyle table tr:first-child td:last-child {
    -moz-border-radius-topright: 5px -webkit-border-top-right-radius: 5px border-top-right-radius: 5px
}

.tableStyle tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px -webkit-border-bottom-left-radius: 5px border-bottom-left-radius: 5px
}

.tableStyle tr:hover td {}

.tableStyle tr:nth-child(odd) {
    /*background-color: #efefef;*/
}

.tableStyle tr:nth-child(even) {
    background-color: #ffffff;
}

.tableStyle td {
    vertical-align: middle;
    border: 1px solid #999;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 5px;
    font-size: 1.1vmax;
    word-wrap: break-word;
    font-family: "centralesansbook", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #3c3c3c;
}

.tableStyle tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.tableStyle tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.tableStyle tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.tableStyle tr:first-child td {
    /* background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2));
    background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
    background: -o-linear-gradient(top, #cccccc, b2b2b2);
    border-style: solid;
    border-color: #999;*/
    background: none repeat scroll 0% 0% #c7102d;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 1.1vmax;
    word-wrap: break-word;
    font-family: "centralesansbook", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}

#progressSlider,
.ui-widget-content .ui-state-default,
#progressSlider.ui-widget-content {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#progressSlider:hover,
#progressSlider:hover #progressSlider.ui-widget-content {
    height: 5px;
    cursor: pointer;
}

#progressSlider:hover #progressSlider .ui-state-default,
#progressSlider .ui-widget-content .ui-state-default {
    top: -4px;
    cursor: pointer;
}

.tableStyle tr:first-child:hover td {
    /*background: none repeat scroll 0% 0% #c7102d;*/
}

.tableStyle tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.tableStyle tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

.tableStyle tr:hover {
    /*background-color: #FDFFE7;*/
}


/*================== Table Style End ================*/


/*================== process bar End ================*/


/*case study 1 css*/

.btn {
    width: 62px;
    height: 30px;
    position: relative;
    cursor: pointer;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn2 {
    /*width: 60px;*/
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin: 0 8px;
}

.btn2.audioON,
.btn2.audioOFF {
    /*margin-right: 5px;*/
}

.btn2.borderRight {
    border-right: 1px #3988b5 solid;
}

.playerRightBtns {
    float: right;
    /*width: 230px;*/
    height: 54px;
    background: #0B6CA4;
}

.playerCenterBtns {
    height: 50px;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    width: 360px;
}

.menuBtn {
    background: url("../images/shell/Menu_new/menu_bar.png") no-repeat center center;
    margin-right: 5px;
}

.menuBtn:hover {
    background: url("../images/shell/Menu_new/menu_bar_hover.png") no-repeat center center;
}

.backBtn {
    background: url("../images/shell/Menu_new/Back.png") no-repeat center left;
    background-position: 10px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    width: 95px;
    cursor: pointer !important;
    z-index: 12;
}

.backBtn span {
    padding-left: 42px;
}

.backBtn:hover {
    background: url("../images/shell/Menu_new/Back_hover.png") no-repeat center left;
    background-position: 10px;
    color: #E98300;
}

.backBtn:after {
    content: "";
    width: 1px;
    height: 26px;
    background: url("../images/shell/Menu_new/nexttbn_border.jpg") no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.nextBtn {
    background: url("../images/shell/Menu_new/Next.png") no-repeat center left;
    background-position: 65px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    width: 95px;
    z-index: 12;
}

.nextBtn span {
    padding-left: 15px;
}

.nextBtn:hover {
    background: url("../images/shell/Menu_new/Next_hover.png") no-repeat center left;
    background-position: 65px;
    color: #E98300;
}

.nextBtnDisable,
.player_nextBtnDisabled_style {
    background: url("../images/shell/Menu_new/Next_disable.png") no-repeat center left !important;
    background-position: 65px !important;
    color: #6DA7C8;
}

.nextBtnDisable:hover,
.player_nextBtnDisabled_style:hover {
    color: #6DA7C8;
}

.backBtnDisable,
.player_backBtnDisabled_style {
    cursor: default;
    background: url("../images/shell/Menu_new/Back_disable.png") no-repeat center left !important;
    background-position: 10px !important;
    cursor: default !important;
    color: #6DA7C8;
}

.backBtnDisable:hover,
.player_backBtnDisabled_style:hover {
    color: #6DA7C8;
}

.resourceBtn {
    background: url("../images/shell/menu-icon/Resource.png") no-repeat 12px 9px;
    opacity: .5;
    cursor: default;
}
/*#player_transcriptDilogBtn{
    opacity: .5;
    cursor: default;
}*/

/*.resourceBtn:hover {
    background: url("../images/shell/menu-icon/Resource_hover.png") no-repeat center center;
}*/

.helpBtn {
    background: url("../images/shell/menu-icon/Help.png") no-repeat 16px 10px;
}

.helpBtn:hover {
    background: url("../images/shell/menu-icon/Help_hover.png") no-repeat center center;
}

.replayBtn {
    background: url("../images/shell/menu-icon/Replay.png") no-repeat 10px 10px;
}

.replayBtn:hover {
    background: url("../images/shell/menu-icon/Replay_hover.png") no-repeat center center;
}

.pauseBtn {
    background: url("../images/shell/menu-icon/Pause.png") no-repeat 17px 11px;
}

.pauseBtn:hover {
    background: url("../images/shell/menu-icon/Pause_hover.png") no-repeat center center;
}

.playBtn {
    background: url("../images/shell/menu-icon/Play.png") no-repeat 16px 11px!important;
}

.playBtn:hover:not(.disablePlayBtn) {
    background: url("../images/shell/menu-icon/Play_hover.png") no-repeat center center!important;
}

.audioON {
    background: url("../images/shell/menu-icon/Audio_on.png") no-repeat 6px 9px;
}

.audioON:hover {
    background: url("../images/shell/menu-icon/Audio_on_hover.png") no-repeat center center;
}

.audioOFF {
    background: url("../images/shell/menu-icon/Audio_off.png") no-repeat 12px 11px!important;
}

.audioOFF:hover {
    background: url("../images/shell/menu-icon/Audio_off_hover.png") no-repeat center center!important;
}

.transcriptBtn {
    background: url("../images/shell/menu-icon/Note.png") no-repeat 9px 11px;
}

.transcriptBtn:hover {
    background: url("../images/shell/menu-icon/Note_hover.png") no-repeat center center;
}

.transcriptBtn.activeTranscript {
    background: url("../images/shell/menu-icon/Note_hover.png") no-repeat center center!important;
}
.disablePlayBtn, .disablePlayBtn:hover {
    background: url("../images/shell/menu-icon/Play.png") no-repeat 16px 11px;
}


/*.helpBtn {
    width: 26px;
    height: 23px;
    background: url("../images/shell/Menu_new/help.png") no-repeat left center;
    background-size: 13px 23px;
    cursor: pointer;
    float: left;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #4dadd6;
}

.helpBtn:hover {
    background: url("../images/shell/Menu_new/help_hover.png") no-repeat left center;
}

.helpBtnContainer {
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 100;
    background: #0089c4;
    border-radius: 25px;
    padding: 10px 20px 8px;
}*/

.page2Help {
    margin-top: -16px;
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.timeline_controls {
    position: absolute;
    width: 90%;
    left: 5%;
}

.case_question {
    min-height: 100px;
    width: 70%;
    position: relative;
}

.q_icon {
    float: left;
    font-size: 6vmax;
    height: 100%;
    text-align: center;
    width: 10%;
    position: absolute;
}

.q_txt {
    float: right;
    height: 90%;
    padding: 10px;
    width: 87%;
}

.page_title {
    color: #0B5ED8;
    font-size: 1.4666em;
    font-weight: bold;
}

#phoneLandscapeMsg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 150;
    display: none;
}

.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.player_audioPopup_BtnContainer {
    text-align: center;
}

#splashContainer {
    height: 100%;
    left: 0;
    margin: auto;
    width: 1280px;
    height: 720px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1001;
}

#splashContainer .video-js {
    height: 95%;
    width: 95%;
    float: left;
}

#splashContainer .video-js.vjs-default-skin {
    height: 100% !important;
    width: 100% !important;
    float: left;
    /*background: #fff !important;*/
}


/* 
#splashContainer .startlevel {
    background: #fff;
    text-align: center;
    width: 100px;
    color: #3c3c3c;
    font-size: 14px;
    border: medium none;
    outline: medium none;
    cursor: pointer;
    padding: 5% 1%;
    
} */

#splashContainer .startlevel:hover {
    background-color: #bf6d05;
    color: #fff;
}

.no-touch #splashContainer .startlevel:hover {
    /*background: url(../images/pages/global/buttonImgHver.png);*/
    background-size: 100% 100%;
}

#splashContainer .startlevel:disabled {
    background: #b0b8bd;
    background-image: -webkit-linear-gradient(top, #b0b8bd, #8c9194);
    background-image: -moz-linear-gradient(top, #b0b8bd, #8c9194);
    background-image: -ms-linear-gradient(top, #b0b8bd, #8c9194);
    background-image: -o-linear-gradient(top, #b0b8bd, #8c9194);
    background-image: linear-gradient(to bottom, #b0b8bd, #8c9194);
}

#splashContainer .startContainer {
    background-color: #217AA0;
    /*opacity: 0.8;*/
    width: 100%;
    height: 10%;
    position: absolute;
    /*bottom: 5.4%;*/
    bottom: 0%;
    left: 0;
    display: none;
}

#splashContainer .startContainer2 {
    background-color: #217AA0;
    /*opacity: 0.8;*/
    width: 100%;
    height: 7%;
    position: absolute;
    bottom: 0%;
    left: 0;
    display: none;
}

.startContainer2 .inst {
    margin-top: -10px;
    width: 200px;
    float: right;
    margin-right: 150px;
}

#splashContainer .bgFill {
    /*opacity: 0.8;*/
    width: 100%;
    height: 100%;
    background-color: #0b6ca4;
}

#splashContainer .btnHolder {
    height: 100%;
    width: auto;
    display: table;
    position: absolute;
    top: 120%;
    left: 45%;
}

#splashContainer .btnHolderContainer {
    display: table-cell;
    vertical-align: middle;
}

#splashContainer .txt {
    width: 100%;
    text-align: center;
    color: #fff;
    top: -75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

#splashContainer .startContainer2 .txt {
    top: -80%;
}

#splashContainer .inst {
    margin-top: 2px;
}

.clearfix {
    clear: both;
    width: 0;
    height: 0;
}

.shell_help_popup {
    background: rgba(34, 52, 63, 0.5);
    bottom: 0px;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 105;
}

.help_inner {
    box-sizing: border-box;
    list-style: outside none none;
    padding: 0 0 0px;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.helpHeight {
    height: 12px!important;
}

.help_inner li {
    /*border-bottom: 1px solid #ccc;*/
    color: #3c3c3c;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    position: relative;
    height: 51px;
    width: 98%;
}


/* 
.help_inner li:first-child {
    width: 94%;
}
 */

.help_inner li:last-child {
    border-bottom: none;
}

.help_inner li:after {
    /* background: url(../images/sprite_exit_2x.png) no-repeat; */
    display: block;
}

.help_inner li div.list_main {
    font-size: 15px;
    font-family: 'centralesanslight';
    /* padding-left: 127px; */
    vertical-align: middle;
    height: 100%;
    display: table;
    line-height: 18px;
    border-bottom: solid 1px #ccc;
    color: #3c3c3c;
    width: 85%;
    float: left;
    margin-left: 122px;
}

.help_inner li div.list_main p {
    margin: 0px;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}


/*.help_inner li div.list_main::after {
    content: "";
    width: 20px;
    height: 18px;
    background: #eeeeee;
    left: 105px;
    margin-top: 21px;
    position: absolute;
}*/

.help_inner li span {
    background: #005a8b url(../images/shell/menuIcons/sprite_help_icon.png) no-repeat;
    background-size: 105px 567px;
    display: inline-block;
    height: 100%;
    left: 0;
    margin-right: 12px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 105px;
}

.help_inner li:first-child span {
    border-top: 1px solid #80adc5;
}

.help_inner li span.menu {
    background-position: 0 -7px;
    background-size: 105px 530px;
}

.help_inner li span.didyouknow {
    background-position: 0 -51px;
    background-size: 105px 567px;
}

.help_inner li span.learnmore {
    background-position: 0 -107px;
    background-size: 105px 567px;
}

.help_inner li span.transcript_az {
    background-position: 0px -49px;
    background-size: 105px 567px;
}

.help_inner li span.resources {
    background-position: 0px -105px;
    background-size: 105px 567px;
}

.help_inner li span.help {
    background-position: 0px -72px;
    background-size: 105px 567px;
}

.help_inner li span.transcript {
    background-position: 0 -258px;
    background-size: 105px 567px;
}

.help_inner li span.play_pause {
    background-position: 0px -132px;
    background-size: 105px 567px;
}

.help_inner li span.progress_bar {
    background-position: 0px -195px;
    background-size: 105px 567px;
}

.help_inner li span.audio {
    background-position: 0px -323px;
    background-size: 105px 567px;
}

.help_inner li span.back_next {
    background-position: 0px -381px;
    background-size: 105px 567px;
}

.help_inner li span.page_counter {
    background: #005a8b none;
    color: #fff;
    display: block;
    font-family: "centralesanslight";
    font-size: 18px;
    height: 100%;
    line-height: 49px;
    padding-left: 0px;
    text-align: center;
    text-indent: 5px;
}

.help_inner li span.page_counter span {
    background: none;
    color: #a1a1a1;
    font-family: "CentraleSansBold";
    font-size: 30px;
    line-height: 38px;
    width: 73px;
    top: 2px;
}

.help_inner li span.close_1 {
    background-position: 0 -447px;
    background-size: 105px 565px;
}

.help_inner strong {
    margin-right: 5px;
    font-size: 15px;
    font-family: 'CentraleSansBold';
    color: #3c3c3c;
}

.ui-widget-content {
    border-radius: 0px !important;
}

/*.ui-widget-content {
    width: 68% !important;
}*/

.ui-widget-content {
    width: 35% !important;
}
#player_bookmarkPopup_yes, #player_bookmarkPopup_no, #player_audio_yes{
    background:#de8004;
    color: #fff;
        font-family: 'centralesansbold';
        border: none;
            padding: 4px 35px;
}
#player_bookmarkPopup_yes:hover, #player_bookmarkPopup_no:hover{
    background:#bb6d0b;
}

.ui-dialog[aria-describedby="player_helpWrapper"] {
    padding: 0 !important;
}

.ui-dialog[aria-describedby="player_helpWrapper"] .ui-dialog-content {
    padding: 0;
}

.ui-dialog[aria-describedby="player_helpWrapper"] .ui-dialog-title {
    font-size: 20px;
}
/*
@media screen and (min-width:1081px) and (max-width: 1227px) {
    .logo_container {
        width: 26%;
    }
}*/

/*@media screen and (max-width:1024px) {
    .player_contentArea_style {
        max-height: calc(100% - 0px);
    }
    .help_inner {
        overflow: scroll;
        width: 835px;
    }
    .logo_aa {
        margin-top: 0;
        top: 50%;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .logo_container {
        width: 22%;
        position: relative;
        height: 100%;
    }
    .player_moduleTitleBg_style {
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: auto;
    }
}*/
/*
@media screen and (max-width:1023px) {
    .footer {
        width: 1024px;
    }
    body {
        overflow-x: auto;
    }
}
*/

/*@media screen and (max-height:668px) {
    .player_contentArea_style {
        max-height: 610px;
    }
}*/

/*@media screen and (max-width:962px) {
    #progressOverlay {
        max-width: 69.9%;
    }
    #progressSlider {
        max-width: 100%;
    }
}
*/

/******************/

#shell_e_ppopup {
    display: none;
}

.shell_popup_header h2 {
    font-size: 20px;
    padding-left: 13px;
    padding-top: 5px;
    margin: 0;
    font-family: 'centralesansbold';
}

.shell_exit_popup {
    background: rgba(0, 0, 0, 0.4);
    bottom: 163px;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    height: 100%;
}

#shell_e_popup_content {
    background: #ffffff;
    /*opacity: 0.95;*/
    padding: 14px;
}

.exit li:hover {
    background: #0089c4;
    color: #fff;
}

.exit {
    display: block;
    height: 50px;
    list-style: outside none none;
    margin-top: 0;
    text-align: center;
    padding: 0;
    margin-left: -8px;
}

.exitPopupWrap {
    bottom: 50%;
    height: 170px;
    left: 50%;
    margin-left: -240px;
    margin-top: -80px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 480px;
}

#shell_e_popup_content {
    background: #fff;
    opacity: 0.95;
    padding: 14px;
}

#shell_e_popup_content p {
    color: #3c3c3c;
    display: inline-block;
    font-family: "CentraleSansBook";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center;
}

.exit {
    display: block;
    list-style: none outside none;
    margin-top: 4px;
    text-align: center;
}

.shell_popup_header {
    background-color: #fff;
    box-sizing: border-box;
    height: 42px;
    padding: 5px 45px 5px 0;
    position: relative;
    width: 100%;
}

.shell_popup_header_right {
    float: right;
    height: 100%;
    width: 95px;
}

.exit li {
    background-color: #0066a1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "centralesansmedium";
    font-size: 14px;
    list-style: outside none none;
    margin: 3px 32px;
    padding: 10px 0;
    text-align: center;
    width: 132px;
}

.crossBtn {
    height: 54px;
    width: 62px;
    background: url("../images/shell/Menu_new/exit.png") no-repeat center center;
}


/* .helpBtn:hover {
    background: url("../images/shell/Menu_new/helpBtn_hover.png") no-repeat center center;
} */

.crossBtn:hover {
    background: url("../images/shell/Menu_new/exit_hover.png") no-repeat center center;
}

#cross_button {
    height: 20px;
    width: 20px;
    float: right;
    cursor: pointer;
}


/*******VK*****/

.mg_txt12 {
    left: 0;
    position: absolute;
    top: 150px;
    width: 80%;
}

.mg_txt12 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt12 ul li:nth-of-type(1) {
    margin-left: 6.6%;
    margin-top: -0.7%;
    width: 1%;
    color: #5b8f22;
}

.mg_txt12 ul li:nth-of-type(2) {
    left: 47%;
    position: absolute;
    top: 172px;
}

.mg_txt12 ul li:nth-of-type(3) {
    left: 13%;
    position: absolute;
    top: 311px;
}

.mg_txt13 {
    left: 0;
    position: absolute;
    top: 150px;
    width: 80%;
}

.mg_txt13 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt13 ul li:nth-of-type(1) {
    margin-left: 2.9%;
    margin-top: 0;
    width: 1%;
    color: #5b8f22;
}

.mg_txt13 ul li:nth-of-type(2) {
    left: 17.6%;
    position: absolute;
    top: 173px;
}

.mg_txt13 ul li:nth-of-type(3) {
    left: 11%;
    position: absolute;
    top: 327px;
}

.mg_txt14 {
    left: 26px;
    position: absolute;
    top: 227px;
    width: 80%;
    z-index: 1;
}

.mg_txt14 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt14 ul li:nth-of-type(1) {
    margin-left: 2.9%;
    margin-top: 2%;
    width: 1%;
    color: #5b8f22;
}

.mg_txt14 ul li:nth-of-type(2) {
    left: 16.5%;
    position: absolute;
    top: 200px;
}

.mg_txt14 ul li:nth-of-type(3) {
    left: 1.6%;
    position: absolute;
    top: 355px;
}

.mg_txt14 ul li:nth-of-type(4) {
    left: 18.1%;
    position: absolute;
    top: 355px;
}

.mg_txt15 {
    left: 17px;
    position: absolute;
    top: 69px;
    width: 80%;
}

.mg_txt15 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt15 ul li:nth-of-type(1) {
    margin-left: 3.5%;
    margin-top: 0;
    width: 1%;
    color: #5b8f22;
}

.mg_txt15 ul li:nth-of-type(2) {
    left: 14.2%;
    position: absolute;
    top: 253px;
}

.mg_txt15 ul li:nth-of-type(3) {
    left: 7.5%;
    position: absolute;
    top: 392px;
}

.mg_txt15 ul li:nth-of-type(4) {
    left: 5.1%;
    position: absolute;
    top: 420px;
}

.mg_txt15 ul li:nth-of-type(5) {
    position: absolute;
    top: -68.8px;
    left: 26.5%;
}

.mg_txt15 ul li:nth-of-type(6) {
    left: 34%;
    position: absolute;
    top: -32px;
}

.mg_txt15 ul li:nth-of-type(7) {
    left: 34%;
    position: absolute;
    top: 34px;
}

.mg_txt15 ul li:nth-of-type(8) {
    left: 34%;
    position: absolute;
    top: 120px;
}

.mg_txt15 ul li:nth-of-type(9) {
    left: 34%;
    position: absolute;
    top: 190px;
}

.mg_txt15 ul li:nth-of-type(10) {
    left: 30%;
    position: absolute;
    top: 232px;
}

.mg_txt15 ul li span {
    background: #7e7e7e;
    padding: 5px 10px;
    color: #FFF;
}

.mg_txt16 {
    left: 17px;
    position: absolute;
    top: 60px;
    width: 80%;
}

.mg_txt16 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt16 ul li:nth-of-type(1) {
    color: #0b6ca4;
    font-size: 22px;
    left: 13.5%;
    position: absolute;
    top: -63px;
    width: 25%;
}

.mg_txt16 ul li:nth-of-type(2) {
    left: 30.8%;
    position: absolute;
    top: 17px;
}

.mg_txt16 ul li:nth-of-type(3) {
    left: 17.1%;
    position: absolute;
    top: 62.3px;
}

.mg_txt16 ul li:nth-of-type(4) {
    left: 26.4%;
    position: absolute;
    top: 59.6px;
}

.mg_txt16 ul li:nth-of-type(5) {
    left: 5.6%;
    position: absolute;
    top: 95.8px;
    width: 5%;
    line-height: 24px;
}

.mg_txt16 ul li:nth-of-type(6) {
    left: 22%;
    position: absolute;
    top: 98px;
}

.mg_txt16 ul li:nth-of-type(7) {
    left: 30.3%;
    position: absolute;
    top: 183.5px;
}

.mg_txt16 ul li:nth-of-type(8) {
    left: 3.4%;
    position: absolute;
    top: 181px;
    width: 5%;
    color: #5b8f22;
}

.mg_txt16 ul li:nth-of-type(9) {
    left: 18%;
    position: absolute;
    top: 291px;
}

.mg_txt16 ul li:nth-of-type(10) {
    left: 35.8%;
    position: absolute;
    text-align: center;
    top: 315px;
    width: 6.6%;
    color: #5b8f22;
}

.mg_txt16 ul li:nth-of-type(11) {
    left: 7.8%;
    position: absolute;
    top: 431px;
}

.mg_txt16 ul li span {
    background: #7e7e7e;
    padding: 5px 10px;
    color: #FFF;
}

.mg_txt17 {
    left: 17px;
    position: absolute;
    top: 60px;
    width: 80%;
}

.mg_txt17 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg_txt17 ul li:nth-of-type(1) {
    color: #0b6ca4;
    font-size: 22px;
    left: 13.5%;
    position: absolute;
    top: -63px;
    width: 25%;
}

.mg_txt17 ul li:nth-of-type(2) {
    left: 30.8%;
    position: absolute;
    top: 17px;
}

.mg_txt17 ul li:nth-of-type(3) {
    left: 17.1%;
    position: absolute;
    top: 62.3px;
}

.mg_txt17 ul li:nth-of-type(4) {
    left: 26.4%;
    position: absolute;
    top: 59.6px;
}

.mg_txt17 ul li:nth-of-type(5) {
    left: 5.6%;
    position: absolute;
    top: 96.6px;
    width: 5%;
    line-height: 23px;
}

.mg_txt17 ul li:nth-of-type(6) {
    left: 22%;
    position: absolute;
    top: 98px;
}

.mg_txt17 ul li:nth-of-type(7) {
    left: 25.9%;
    position: absolute;
    text-align: center;
    top: 164.5px;
    width: 15%;
}

.mg_txt17 ul li:nth-of-type(8) {
    left: 3.4%;
    position: absolute;
    top: 181px;
    width: 5%;
    color: #5b8f22;
}

.mg_txt17 ul li:nth-of-type(9) {
    left: 18%;
    position: absolute;
    top: 291px;
}

.mg_txt17 ul li:nth-of-type(10) {
    left: 35.8%;
    position: absolute;
    text-align: center;
    top: 315px;
    width: 6.6%;
    color: #5b8f22;
}

.mg_txt17 ul li:nth-of-type(11) {
    left: 7.8%;
    position: absolute;
    top: 431px;
}

.mg_txt17 ul li span {
    background: #7e7e7e;
    padding: 5px 10px;
    color: #FFF;
}


/*******VK*****/
