﻿.article-loader{
    z-index:1070;
}
.popup-article {
    z-index: 1060;
}
.popup-article .modal-dialog {
    margin: 0;
    width: 100%;
}
.popup-article .modal-header {
	/*height: 35px;
    text-align: center;
    background-color: #000000;
    padding: 5px;
    color: #fff;
    border:0;*/
    height:55px;
    padding:1px;
    background-color: #d9d9d9;

}
.popup-article .modal-header .close {
    padding: 1px;
    margin-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    opacity: 1;
}
.popup-article .modal-header .close .si-cross {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
/*header menu */
.popup-article .articles-menu-header {
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 55px;
    
}
.popup-article .articles-menu-header .article-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 5px;
}
.popup-article .articles-menu-header .article-actions ul {
    display: block;
    margin: 0;
    padding: 1px;
    list-style: none;
    flex-direction: row;
    height: 50px;
}
.popup-article .articles-menu-header .article-actions ul li {
    display: inline-block;
    width: 13%;
}
.popup-article .articles-menu-header .article-actions ul li .action {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.popup-article .articles-menu-header .article-actions ul li .action {
    display: flex;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
}
.popup-article .articles-menu-header .article-actions ul li .action span label {
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    cursor: pointer;
}
/*end*/
.popup-article .modal-body {
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.popup-article .modal-body .modalcontent {
    padding: 0;
    background: transparent;
}

.popup-article .modal-body .article {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height:400px;
}
.popup-article .modal-body .divheading {
    margin-bottom: 6px;
}
.popup-article .modal-body .divheading .kicker {
    display: block;
    padding: 0px 0;
    font-family: taun_elango_abirami;
    font-size: 16px;
    line-height: 1.2;
}
.popup-article .modal-body .divheading .head_line {
    padding: 0px 0;
    font-size: 25px;
    font-family: taun_elango_abirami;
    line-height: 1.1;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.popup-article .articleimage {
    margin: 0px;
    display: block;
    text-align: center;
}
.popup-article .articleimage .main_img_Number {
    margin-top: 2px;
}
.popup-article .articleimage img {
    max-width: 100%;
}
.popup-article .articleimage h6 {
    margin: 5px 10px 10px;
}
.popup-article .div_article_image {
    margin-top: 10px;
    margin-left: 5px;
}
.popup-article .modal-body .share_article_body .div_article_image > div {
    max-width: 100%;
    width: auto;
    height: auto;
    float: right;
    margin-bottom: 8px;
}
.popup-article .modal-body .share_article_body .div_article_image > div > img {
    max-width: 100%;
    width: auto;
    float: right;
}
.popup-article .div_article_image .main_img_Number > h6 > span {
    font-size: 12px;
    /*font-family: taun_elango_panchali;*/
}

.popup-article .modal-footer {
    background-color: #595959;
    padding: 5px 10px;
    height: 35px;
    bottom: 0;
}
.popup-article .modal-footer .si-chevron-left {
   float: left;
   color: #fff;
}
.popup-article .modal-footer .si-chevron-right {
   float: right;
   color: #fff;
}
.popup-article .modal-footer .footer_action {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.PageQue {
    color: white;
}
/*article imge view*/
.popup-article .articles-section-body-imgview {
    display: none;
    text-align: center;
}
.popup-article .articles-section-body-imgview > img{
    max-width: 100%;
    width: auto;
    margin-bottom: 15px;
}
/*end*/
/*image popup*/
.popup-img {
    z-index: 1060;
}
popup-img .img-modal-dialog {
    margin-top: 100px;
    width: 100%;
    margin: 0px !important;
}
.popup-img .modal-header {
    height:55px;
    padding:1px;
    background-color: #333333;

}
.popup-img .modal-header .close {
    padding: 1px;
    margin-right: 7px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    opacity: 1;
}
.popup-img .modal-header .close .si-cross {
    color: #fff;
    opacity: 1;
}
/*header menu */
.popup-img .img-actions {
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 55px;
    
}
.popup-img .img-actions{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px 5px;
}
.popup-img .img-actions ul {
   display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.popup-img .aimg-actions ul li {
   display: inline-flex;
    width: 15%;
}
.popup-img .img-actions ul li .action {
 display: block;
 text-align: center;
 margin: 0 auto;
 color:#fff;
}
.popup-img .img-actions ul li .action span{
    display: flex;
    cursor: pointer;
    overflow: hidden;
    flex-direction: column;
}
.popup-img .img-actions ul li .action span label {
    font-weight: 500;
    margin: 0;
    font-size: 10px;
    cursor: pointer;
}
/*end*/
.popup-img .modal-body {
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.popup-img .modal-body {
    padding: 0;
    background: transparent;
}

.popup-img .modal-body .article {
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height:400px;
}
.popup-img .img-section-body {
    text-align: center;
}
.popup-img .img-section-body> img{
    max-width: 100%;
    width: auto;
    padding: 3px;
    margin-top: 5px;
}

.popup-article .modal-footer {
    background-color: #595959;
    padding: 5px 10px;
    height: 35px;
    bottom: 0;
}
.popup-img .modal-footer .si-chevron-left {
   float: left;
   color: #fff;
}
.popup-img .modal-footer .si-chevron-right {
   float: right;
   color: #fff;
}
.popup-img .modal-footer .footer_action {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.PageQue {
    color: white;
}

/*end image*/
/*zoom popup*/
.article-zoom-popup{
    z-index:1060;
    margin-top: 55px;
}

.article-zoom-popup .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: black;
    color: #fff;
    height:35px;
}
.article-zoom-popup .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 4px;
}
.article-zoom-popup .modal-header .close{
    position: relative;
    float: right;
    margin-top: -29px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}

.article-zoom-popup .modal-body{
    height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.article-zoom-popup .modal-body .font-icon{
   text-align: center;
   margin-bottom: 15px;
}
.article-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;
}
.article-zoom-popup .modal-body .font-icon .si-font-minus{
    color:#fff;
}
.article-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;
}
.article-zoom-popup .modal-body .font-icon .si-font-plus{
    color:#fff;
}
/*end*/
/*share popup*/
.share-article-popup{
    z-index:1060;
    margin-top: 55px;
}

.share-article-popup .modal-header{
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
    background-color: black;
    color: #fff;
    height:35px;
}
.share-article-popup .modal-header .title{
    text-align: center;
    height: 100%;
    padding: 4px;
}
.share-article-popup .modal-header .close{
    position: relative;
    float: right;
    margin-top: -29px;
    color: #fff;
    opacity: 1;
    margin-right: 5px;
}

.share-article-popup .modal-body{
    height: 120px;
    padding: 30px 15px;
    text-align: center;
}
.share-article-popup .modal-body .font-icon{
   text-align: center;
   margin-bottom: 15px;
}
.share-article-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;
}
.share-article-popup .modal-body .font-icon .si-font-minus{
    color:#fff;
}
.share-article-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;
}
.share-article-popup .modal-body .font-icon .si-font-plus{
    color:#fff;
}
/*end*/
/*social share*/
.share-article-popup .modal-body .share-buttons .sb.facebook {
    background-color: #46629E;
}
.share-article-popup .modal-body .share-buttons .sb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 4px 6px;
    outline: none;
}
.share-article-popup .modal-body .share-buttons a {
    margin-right: 10px;
    display: inline-block;
}
.share-article-popup .modal-body .share-buttons .sb .si {
    font-size: 42px !important;
    color: #fff;
}
.share-article-popup .modal-body .share-buttons .sb.twitter {
    background-color: #55ACEE;
}

.share-article-popup .modal-body .share-buttons .sb.watsapp {
    background-color: #3cbc74;
}

    .share-article-popup .modal-body .share-buttons .sb.wteditor, .copy-link {
        background-color: #000000;
    }

    .share-article-popup .modal-body .share-buttons .sb.wteditor, .mail{
        background-color: #000000;
    }

.modal-footer .close {
    opacity: 1;
}

.modal-footer .close .si-cross {
    color: #fff;
    opacity: unset;
}

/* =============== Write to Editor popup css start ============== */

.modal-background {
    display: none;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    height: 3000px;
    width: 100%;
    z-index: 1070;
    top: 0;
}

.Popup-writeToEditor {
    display: block;
    z-index: 1080;
    top: 20%;
    padding: 5%;
}

.Popup-writeToEditor .modal-header {
    background-color: #000;
    color: white;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.Popup-writeToEditor .modal-content {
    border-radius: 0px;
}

.Popup-writeToEditor .modal-header .modal-title {
    display: inline-block;
    font-weight: bold;
}

.gallery-action {
    display: inline-block;
    margin-right: 22px;
    float: right;
}

.Popup-writeToEditor .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3px;
    margin-right: 5px;
    opacity: 1;
    color: #807979;
    background: white;
    padding: 2px;
    height: 24px;
    width: 25px;
    font-weight: bolder;
    font-size: 15px;
    border: 1px solid;
}

.Popup-writeToEditor .modal-body {
    padding: 7px 14px;
    text-align: center;
}

#btn_SendFeedback {
    background-color: #ddd;
    border-radius: 0px;
    padding: 3px 14px;
}

/* =============== Write to Editor popup css end ============== */