﻿.offline {
    z-index: 1060;
}
.offline .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.offline .modal-content {
	border-radius: 0;
	height: 100%;
	border: 0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.offline .modal-header {
	font-size: 16px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.offline .modal-header .close{
    opacity:1;
}
.offline .modal-body {
    min-height: 100px;
    overflow-x: hidden;
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
    /*height: calc(100% - 50px);*/
    height: 100%;
    padding: 0;
}

.offline .modal-header .deatailbar {
    padding: 0;
    margin: 0;
    display: block;
}

    .offline .modal-header .deatailbar > li {
        display: inline-block;
        border-right: 1px solid #9e9e9e;
        padding: 0 15px;
    }

        .offline .modal-header .deatailbar > li:last-child {
            border-right: 0;
        }

        .offline .modal-header .deatailbar > li span {
            color: #fff;
        }

.offline .article_box {
    padding: 10px;
    display: block;
}

.offline .headline {
    display: block;
}

    .offline .headline .head_line {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        display: block;
        margin-top: 5px;
    }

    .offline .headline .kicker {
        display: block;
        font-size: 16px;
        margin-bottom: 15px;
    }

.offline .articles_section_body_textview {
    display: block;
}

    .offline .articles_section_body_textview .article_date {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }

.offline .article_img_big {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 15px;
}

.offline .main_img_Number {
    display: block;
}

    .offline .main_img_Number > img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .offline .main_img_Number > h6 {
        display: block;
        padding: 0 10px;
        margin: 5px 0 10px;
        font-size: 14px;
        line-height: 1.4;
    }

.offline .div_article_image {
    display: block;
    margin-left: 8px;
    margin-bottom: 4px;
}


.offline .story_body {
    display: block;
    font-size: 14px;
}
.offline .subarticles {
    display: block;
}
.offline .subarticles .sub_article {
    display: block;
    background: #fcd787;
    margin-bottom: 8px;
    padding: 5px;
}


.offline .modal-footer {
	padding: 10px 15px;
	display: flex;
	flex-direction: row;
	height: 50px;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1050;
	background-color: #fff;
}
.offline .modal-footer .prev {
	position: absolute;
	left: 15px;
}

.offline .modal-footer .next {
	position: absolute;
	right: 15px;
}

.offline .prev > img,
.offline .next > img {
	width: 28px;
	height: 28px;
}

.offline .footer_details {
	display: block;
	margin: 0 15px;
}

.offline .modal-footer {
    background-color: #231f20;;
    padding: 5px 10px;
    height: 35px;
    bottom: 0;
    text-align:center;
}
.offline .next-prev-arrow{
    width:100%;
}
.offline .next-prev-arrow .si-chevron-left {
   float: left;
   color: #fff;
}
.offline .next-prev-arrow .si-chevron-right {
   float: right;
   color: #fff;
}
.offline .modal-footer .footer_action {
    margin: 0 auto;
    text-align: center;
    position: inherit;
}
.PageQue {
    /*color: white;*/
    color: #fff;
	display: inline-block;
}
.offline_progress #myProgress {
    width: 100%;
    background-color: #ddd;
}
.offline_progress #myBar {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}
/*zoom popup*/
.offline-zoom-popup{
    z-index:1060;
    margin-top: 55px;
}

.offline-zoom-popup .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: black;
    color: #fff;
    height:35px;
}
.offline-zoom-popup .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 4px;
}
.offline-zoom-popup .modal-header .close{
    position: relative;
    float: right;
    margin-top: -29px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}

.offline-zoom-popup .modal-body{
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.offline-zoom-popup .modal-body .font-icon{
   text-align: center;
   margin-bottom: 15px;
}
.offline-zoom-popup .modal-body .font-icon .font-minus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.offline-zoom-popup .modal-body .font-icon .si-font-minus{
    color:#fff;
}
.offline-zoom-popup .modal-body .font-icon .font-plus{
    padding: 8px 10px;
    background-color: #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 15px;
}
.offline-zoom-popup .modal-body .font-icon .si-font-plus{
    color:#fff;
}
/*end*/
/*offline meassage*/
.offlinePopUpMessage{
    z-index:1060;
    margin-top: 55px;
}

.offlinePopUpMessage .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: black;
    color: #fff;
    height:35px;
}
.offlinePopUpMessage .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 4px;
}
.offlinePopUpMessage .modal-header .close{
    position: relative;
    float: right;
    margin-top: -29px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}
/*offline icon*/
.header .offline-icon{
    display:block !important;
    position: absolute;
    right: 65px;
    
}
.header .offline-icon .offline-img{
    width: 20px;
    height: 20px;
}
/*end*/