html,body {
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #c9c9c9;
    font-family: Arial;
    position: relative;
}

div#definitionPopupContainer{
    left: 15%; top: 21%; width: 70%; min-height: 1%;
    background-color: #E7E7E7;
    z-index: 2000;
    position: absolute;
    visibility: hidden;

}
div#definitionPopupHeaderContainer{
    width: inherit;
}
div#definitionPopup{
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    border: 1px solid #c3c3c3;
    max-height: 380px;
}
div#con_next_and_prev_buttons{
    width: 98%;
    text-align: center;
}
div#definitionHeader{
    padding: 10px; padding-bottom: 0px;
    /*padding-top: 0px;*/
    font-size: 12px; font-weight: bold;
    color: #093766;pointer-events:none;
}
.version-info {
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    padding-left: 5px;
    width: 100%;
    color: #A1A1A1;
}
.con-definition-header{
    display: table;
    pointer-events:none;

}
.center-cell {
    display: table-cell!important;
    vertical-align:middle;
    float: none;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.con-close-btn{
    display: table-cell;
    min-width: 100px;
    text-align: right;
    pointer-events:all;
}
.con-definition-content{
    /*height:280px;*/ /*this value is compulsory as its used in code*/
    max-height: 280px;
    overflow: hidden;
    pointer-events:none;
}
.con-definition-header-text{
    display: table-cell; width: 100%;
}
#definitionCloseBtn{
     border: 0px solid #E7E7E7;
    background-color: #E7E7E7;
    color: #808080;
    font-weight: bold;
    display: inline-block;
	width: 120px;
}
.txt-close{
    display: inline-block;
    vertical-align: middle;
}
.icon-close{
    padding-left: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
#definitionNextBtn{
    width: 50px; height: 50px; border: 0px solid #E7E7E7;
    background-color: #E7E7E7;
    background-image: url(../../images/common/up_arrow.png);
    display: inline-block;
    margin-left: 5px;
}
#definitionNextBtn:disabled{
    opacity: 0.5;
}
#definitionBackBtn{
    width: 50px; height: 50px; border: 0px solid #E7E7E7;
    background-color: #E7E7E7;
    background-image: url(../../images/common/down_arrow.png);
    display: inline-block;
}
#definitionBackBtn:disabled{
    opacity: 0.5;
}
div#definitionContent{
    margin: 10px;
    width: 98%;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    height: auto;
    list-style-position: inside;
}
div#middleContainer{
    position: relative;
    width: 100%;
    margin: 0;
}
#modeButton_Container{
    /*display: inline-flex;*/
    display: -webkit-inline-flex;
}
.ifrm{
    border: 0;
    width: 100%;
    height: 100%;

    background: #d4ceca;
    background: -moz-linear-gradient(top, #d4ceca 1%, #777e93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d4ceca), color-stop(100%,#777e93));
    background: -webkit-linear-gradient(top, #d4ceca 1%,#777e93 100%);
    background: -o-linear-gradient(top, #d4ceca 1%,#777e93 100%);
    background: -ms-linear-gradient(top, #d4ceca 1%,#777e93 100%);
    background: linear-gradient(to bottom, #d4ceca 1%,#777e93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ceca', endColorstr='#777e93',GradientType=0 );
}


.pop-up-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;top: 0;
}
.con-iframes{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.ifrm-faq{
    width: 100%;
    height: 100%;
}
.ifrm-doc{
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    display: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y:scroll;
    padding-bottom: 50px;
}

.headerShadow {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(201,201,201,0.83) 0%, rgba(201,201,201,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,0.83)), color-stop(100%,rgba(201,201,201,0)));
    background: -webkit-linear-gradient(top,  rgba(201,201,201,0.83) 0%,rgba(201,201,201,0) 100%);
    background: -o-linear-gradient(top,  rgba(201,201,201,0.83) 0%,rgba(201,201,201,0) 100%);
    background: -ms-linear-gradient(top,  rgba(201,201,201,0.83) 0%,rgba(201,201,201,0) 100%);
    background: linear-gradient(to bottom,  rgba(201,201,201,0.83) 0%,rgba(201,201,201,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4c9c9c9', endColorstr='#00c9c9c9',GradientType=0 );
}

div#highLight{
    border: 2px solid red;
    border-radius: 100px;
    position: absolute;
    pointer-events: none;
    padding: 5px;

    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.69) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.69)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0ffffff',GradientType=1 );
}

.middle{
    width: 100%;
    /*height: 637px*/
    height: 100%;
}

.popup-overlay{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    position: absolute;
    z-index: 10000;
}

div.popup-bg{
    width: inherit;
    height: inherit;
    /*display: table-cell;*/
    display: block;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.30);
}
div.popup-bg-help{
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.30);
}

.audio-default-play-btn{
    position: absolute;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: black;
    color: antiquewhite;
    opacity: 0.7;
    visibility: hidden;
    font-size: 24px;
    text-align: center;
    padding-top: 300px;
}

.blocker-help{
    position: absolute;
    z-index: 100;
    visibility: hidden;
    width: inherit;
    display: table;
    height: 100%;
}
.menu-help-bg{
    width: 50%;
    background-color: #555555;
    border-radius: 10px;
    margin: auto;
    margin-top: -70px;
}
.progress-text{
    font-size: 13pt;
    color: #FFFFFF;
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
}
.progress-bar{
    width: 100%;
    padding-right: 10px;
}
#rubric_control{
    min-width: 100px;
}
#back_button{
 	border-right: 0px solid #6f6f6f;
	position: relative;
    vertical-align: top;
    width: 104px;
    word-break: break-all;
}
#back_button:before{
	position: absolute;
	background: none;
	content: "";
	display: block;
	border: 1px solid #bebdbd;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
.rubric-control-with-back-btn{
    min-width: 204px !important;
    display: inline-table !important;
}
#leftNavContainer{
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    /*vertical-align: middle;*/
}
.mode-button-con{
    direction: rtl;
}
.con-footer{
    width: 100%;
    height: 70px;
    background: #8a8a8a; /* Old browsers */
    background: -moz-linear-gradient(top, #8a8a8a 0%, #767676 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8a8a), color-stop(100%,#767676)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8a8a8a 0%,#767676 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8a8a8a 0%,#767676 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8a8a8a 0%,#767676 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8a8a8a 0%,#767676 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#767676',GradientType=0 ); /* IE6-9 */

    position: absolute; bottom: 0;
}
.middle-nav-con{
    width: 100%;
    height: inherit;
	position: relative;
}

.set-block{
    display: block;
}
.con-rubric-controls{
    display: table-cell;min-width: 100px;vertical-align: top;border-bottom: 1px solid #606060;
}
.con-skip-btn{
    text-align: right;
}
.orientation-btn-skip{
    padding: 10px;
    background-color: #333333;
    border-radius: 10px;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgb(48, 43, 43);
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)and (orientation : landscape)
{
    .middle{
        height: 541px;
    }
}

@media only screen and (min-device-width : 768px)and (max-device-width : 1024px)and (orientation : portrait)
{
    .middle{
        height: 797px;
    }
}*/
/*---------changes for manager faq 8-12-2014------------*/
@media only screen and (max-width: 1024px) and (orientation : landscape){
    html,body{
        max-height: 768px;
        max-width: 1024px;
    }
    .pop-up-layer{
        width: 100%;
        height: 100%;
    }
    .ifrm-faq{
        width: 100%;
        height: 710px;
        background-color: #d1d1d1;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) and (orientation : portrait){
    html,body{
        max-height: 1024px;
        max-width: 768px;
    }
    .pop-up-layer{
        width: 100%;
        height: 100%;
    }
    .ifrm-faq{
        width: 768px;
        height: 960px;
        background-color: #d1d1d1;
        padding-bottom: 10px;
    }
    .menu-help-bg {
        width: 60%;
    }
}
/*---------changes for manager faq 8-12-2014------------*/