html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.search-container {
    margin: 10px 0 20px 0;
    padding: 20px 40px 25px 40px;
    background-color: #f2f2f2;
}
.search-selector {
    padding: 0 0 20px 0;
}
.search-item-image {
    width: 260px;
    min-width: 260px;
    max-height: 200px;
    overflow: hidden;
    margin: 10px;
}
.search-item-image img {
    width: 100%;
    height: auto;
}

.settings_left_side {
    width: 260px;
}
.settings_right_side {
    background-color: rgb(0, 0, 0, .1);
    padding-bottom: 30px;
    padding-left: 30px;
    width: 100%;
}
.preview_settings_right_side {
    background-color: rgb(0, 0, 0, .1);
    padding-left: 30px;
    width: 100%;
    height: 63px;
}

.settings_color_box {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.margin_right {
    margin-right: 30px;
}

.icon_button_size {
    width: 40px;
    height: 40px;
}

.icon_base_color {
    color: black;
}

.mat-dialog-title {
    background-color: black;
    color: white;
}

.libercus-button, 
.story_preview_menu_item_button {
    color: white !important;
    border-radius: unset !important;
    width: 100% !important;
    height: 100% !important;
}
.libercus-button mat-icon {
    font-size: 18px;
}
.libercus-button .button-text {
    line-height: 12px;
    font-size: 12px;
}
.libercus-button .mat-ripple, 
.libercus-button .mat-button-focus-overlay {
    display: none;
}

.text_size_icon {
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
}

.app_menu_right_open {
    position: fixed;
    top: 10px;
    right: 0px;
    height: 34px;
    width: 60px;
    padding-top: 16px;
    border-radius: 100px 0 0 100px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.app_menu_right_holder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70px;
    z-index: 1;
}
.app_menu_right_holder .menu-item-divider {
    width: 70%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.app_menu_right_holder .menu-item {
    width: 100%;
    height: 70px;
}
.app_menu_right_holder .menu-item:hover {
    background-color: rgb(255, 255, 255, .2);
}

.app_menu_left_open {
    position: fixed;
    top: 10px;
    left: 0px;
    height: 34px;
    width: 60px;
    padding-top: 16px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.app_menu_left_holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
    z-index: 1;
}
.app_menu_left_holder .menu-item-divider {
    width: 70%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.app_menu_left_holder .menu-item {
    width: 100%;
    height: 70px;
}
.app_menu_left_holder .menu-item:hover {
    background-color: rgb(255, 255, 255, .2);
}

.app_menu_top_open {
    position: fixed;
    top: 0px;
    left: 10px;
    height: 47px;
    width: 50px;
    padding-top: 13px;
    border-radius: 0 0 100px 100px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.app_menu_top_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 70px;
}
.app_menu_top_holder .menu-item-divider {
    height: 70%;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.app_menu_top_holder .menu-item {
    height: 100%;
    width: 70px;
}
.app_menu_top_holder .menu-item:hover {
    background-color: rgb(255, 255, 255, .2);
}


.theme_blue .theme_bg_color, .color_theme_blue {
    background-color: #4e8bd7;
}
.theme_green .theme_bg_color, .color_theme_green {
    /* background-color: #8bb63f;*/
    background-color: #00B140;
}
.theme_color_1 .theme_bg_color, .color_theme_color_1 {
    background-color: #60c1e8;
}
.theme_color_2 .theme_bg_color, .color_theme_color_2 {
    background-color: #0176a7;
}
.theme_color_3 .theme_bg_color, .color_theme_color_3 {
    background-color: #5e50ad;
}


.list-horizontal {
    min-height: auto !important;
}
.list-horizontal .mat-menu-content {
    padding: 0px !important;
}
.sub-menu-item {
    margin-top: 4px;
    width: 90px;
    padding: 0px !important;
}
.sub-menu-item .mat-icon {
    margin-right: 0px !important;
}
.sub-menu-item .button-text {
    color: black;
}
.sub-menu-item.mat-menu-item {
    display: inline-block;
}
.sub-menu-item-divider {
    display: inline-block;
    min-height: 48px;
    border-left: solid 1px rgba(0, 0, 0, 0.3);
}


.mat-tab-label-active {
    padding: 5px;
    background-color: #dcd7d7;
}

.mat-tab-label, .mat-tab-link {
    font-weight: 600 !important;
}




.app_content_holder {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.page_content {
    height:100%;
}

.page_prev_holder, .page_next_holder {
  min-width: 60px;
}

edition-page {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    transform-origin: top left;
	box-sizing: border-box;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}



.full_screen_slider, .story_gallery {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    background-color: transparent !important;
    pointer-events: none;
}
.story_gallery_holder {
    display: block;
    overflow: hidden;
    background-color: #ebebeb;
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    pointer-events: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}


.story_preview_holder {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
.story_preview_content {
    position: relative;
    width: 100%;
    height: 100%;
}
.story_preview_content_scroll {
    overflow: auto;
    padding: 80px 60px 0px 60px;
}
.story_preview_close_button {
    top: 52px;
}
.story_preview_toolbar_top_holder {
    margin-left: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.story_preview_toolbar_top_inside {
    border-radius: 0 0 15px 15px;
    /* background-color: #f2f2f2;*/
    background-color: #d2d0d6;
}
.story_preview_toolbar_top_holder 
.story_preview_menu_item {
    padding: 6px;
    width: 60px;
}

.story_preview_menu_item_button .cdk-focused {
    background-color: transparent !important;
}
.story_preview_menu_item_button .cdk-program-focused {
    background-color: transparent !important;
}
.story_preview_menu_item_button .mat-button-focus-overlay {
    background-color: transparent !important;
}
/*.cdk-focused {
    background-color: transparent !important;
}
.cdk-program-focused {
    background-color: transparent !important;
}
.cdk-mouse-focused {
    background-color: transparent !important;
}

.mat-button-focus-overlay {
    background-color: transparent !important;
}*/
.story_preview_toolbar_top_holder .story_preview_menu_item:hover {
    /* background-color: #d8d8d8;*/
    background-color: #ece4e4;
}
.story_preview_toolbar_top_holder .story_preview_menu_item:first-child:not(.story_preview_menu_item_single) {
     border-radius: 0 0 0 15px;
}
.story_preview_toolbar_top_holder .story_preview_menu_item:last-child:not(.story_preview_menu_item_single) {
     border-radius: 0 0 15px 0;
}
.story_preview_toolbar_top_holder .story_preview_menu_item_single {
    border-radius: 0 0 15px 15px;
}

.story_preview_toolbar_right_holder {
    position: absolute;
    top: 120px;
    right: 17px;
}
.story_preview_toolbar_right_inside {
    border-radius: 15px 0 0 15px;
    /* background-color: #f2f2f2;*/
    background-color: #d2d0d6;
}
.story_preview_toolbar_right_holder .story_preview_menu_item {
    padding: 6px;
}
    .story_preview_toolbar_right_holder .story_preview_menu_item:hover {
        /*background-color: #d8d8d8;*/
        background-color: #ece4e4;
    }
.story_preview_toolbar_right_holder .story_preview_menu_item:first-child:not(.story_preview_menu_item_single) {
     border-radius: 15px 0 0 0;
}
.story_preview_toolbar_right_holder .story_preview_menu_item:last-child:not(.story_preview_menu_item_single) {
     border-radius: 0 0 0 15px;
}
.story_preview_toolbar_right_holder .story_preview_menu_item_single {
    border-radius: 15px 0 0 15px;
}

.story_preview_menu_item_highlight {
   /* background-color: #ffd17e;*/
}
.story_preview_menu_item_highlight:hover {
    background-color: #ffc966;
}
.story_preview_menu_item_button {
    color: #4c4c4c !important;
}
.story_preview_menu_item_button mat-icon {
    font-size: 18px;
    transform: scale(1.4);
}
.story_preview_menu_item_button .button-text {
    line-height: 12px;
    font-size: 12px;
}
.story_preview_menu_item_button .button-text-article {
        line-height: 12px;
        font-size: 10px;
        font-weight: 600;
}
.story_preview_right_bar {
    width: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 2px;
    margin-left:-74px;
}

.slider_holder {
    display: block;
    overflow: hidden;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0px;
    right: 78px;
    pointer-events: auto;
}

.popup_content {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.popup_content_container {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    background-color: white;
}

.popup_content_scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.popup_toolbar_holder {
    background-color: black;
    color: white;
    position: absolute;
    top: 0px;
    height: 50px;
    width: 100%;
    padding: 0px 10px;
}
.popup_toolbar_holder_title {
    font-weight: 600;
    margin: 0;
    font-size: 1.4rem;
}
.popup_toolbar_holder_title_desc {
    white-space:nowrap;
    color: #9c9c9c;
}

.carousel {
    height: 100% !important;
}
.carousel-list {
    height: 100% !important;
}
.carousel-slide {
    
}
.carousel-slide-content {
    padding: 20px;
}

.full_height {
    height: 100%;
}
.full_width {
    width: 100%;
}

.full-height-tabs,
.full-height-tabs .mat-tab-body-wrapper {
    height: 100%;
}


.task-header {
    background-color: transparent;
    padding: 0 5px;
    background: black !important;
    color: white !important;
}

.mat-dialog-title {
    margin-top: -24px !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.fx-spacer {
    flex: 1 1 auto;
}

/*.mat-adsmenu-panel{
    margin-top:15px;
    margin-left:-15px;
}*/

.ads-container {
    margin: 0px !important;
}
.wrapper {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    /* grid-gap: 23px;*/
    background-color: #fff;
    color: #444;
    column-gap: 77px;
    margin-top: 26px;
}


.box {
    background-color: #f9f6f6;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}


@media screen and (max-width: 800px) {
    .inner-grid {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .inner-grid {
        flex: 100%;
        max-width: 100%;
    }
}



mat-nav-list.list-horizontal {
    padding: 0;
}
mat-nav-list.list-horizontal .mat-list-item {
    display: inline-block;
    height: auto;
    width: auto;
}
.ads_holder {
    height: 600px;
    width: 950px;
}
.richMediaads_holder {
    height: 450px;
    width: 840px;
}
.scrollable-wrapper {
    height: 450px;
    overflow-y: auto;
}
.matdrawer-margin {
    margin-left: 570px !important;
}
.mat-toolbar-row, .mat-toolbar-single-row {
    height: 42px !important;
}
.pages_holder {
    height: 540px;
    width: 1180px;
}
/*.editions_holder {*/
   /* height: 400px;*/
    /*width: 1180px;
}*/
.toc_holder {
    height: 600px;
    width: 800px;
}
.menu_holder {
    height: 540px;
    width: 1180px;
}
.search_holder {
    height: 92%;
    width: 800px;
}


.mat-menu-panel-customize {
    min-width: 20px !important;
    border-radius: 34px !important;
    margin-top: -38px;
    background: #4a4646 !important;
    width: 40px !important;
}

.alignicons {
    margin-right: -1px !important;
    color: whitesmoke !important;
    margin-left: -7px !important;
}

.matbuttonsize {
    font-size: 27px !important;
}


/* xl */
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  
}
/* lg */
@media screen and (min-width: 1280px) and (max-width: 1919px) {
   
}
/* md */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  
}
/* sm */
@media screen and (min-width: 600px) and (max-width: 959px) {
  
}
/* xs */
@media screen and (max-width: 599px) {
}

/* lt-xl */
@media screen and (max-width: 1919px) {
    .toc_holder {
    }
}
/* lt-lg */
@media screen and (max-width: 1279px) {
    .toc_holder {
    }
}
/* lt-md */
@media screen and (max-width: 959px) {
}
/* lt-sm */
@media screen and (max-width: 599px) {
}

/* gt-lg */
@media screen and (min-width: 1920px) {
    .toc_holder {
    }
}
/* gt-md */
@media screen and (min-width: 1280px) {
}
/* gt-sm */
@media screen and (min-width: 960px) {
}
/* gt-xs */
@media screen and (min-width: 600px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .pages_holder {
        width: 700px !important;
    }

    .editions_holder {
        width: 700px !important;
    }

    .ads_holder {
        width: 650px !important;
    }

    .menu_holder {
        width: 700px !important;
    }

    .toc_holder {
        width: 600px !important;
    }

    .story_preview_toolbar_top_holder .story_preview_menu_item {
        width: 50px !important;
    }

    .matdrawer-margin {
        margin-left: 380px !important;
    }
}

/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .zoomButton {
        margin-bottom: 430px !important;
        margin-left: 60px !important;
    }
}*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .zoomButton {
        margin-bottom: 430px !important;
        margin-left: 60px !important;
    }
}

.items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 72px;
    margin-left: 23px;
}
.editions_holder {
    min-width: 280px;
    max-width: 1024px;
}

.sections_holder {
    min-width: 1100px;
    max-width: 1024px;
}

.editions_holder .popup_toolbar_holder {
    position: relative;
    top: inherit;
}

.daily-Editions-list-wrapper {
}

ul.daily-Editions-list {
    overflow: hidden;
    padding: 0 15px;
    margin: 0 0 15px;
    max-height: 446px;
    overflow-y: auto;
}

    ul.daily-Editions-list > li {
        width: calc(12.5% - 10px);
        float: left;
        position: relative;
        padding: 0;
        margin: 8px 8px 7px 0;
        list-style: none;
        border: 1px solid #bfbebe
    }
        ul.daily-Editions-list > li img {
            width:100%;
        }

        ul.daily-Editions-list > li .img-cover {
            width: 100%;
            overflow: hidden;
            display: block;
        }

        ul.daily-Editions-list > li .editions-info {
            width: 100%;
            height: 25px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #e0e0e0; display:flex; white-space:nowrap; align-items:center
        }
        ul.daily-Editions-list > li .editions-info strong{
        font-size:11px
        }
            ul.daily-Editions-list > li .editions-info .icon-download {
                display: flex;
                padding: 1px;
                background-color: #ff7272;
                cursor: pointer;
                margin-right:4px
            }


            ul.daily-Editions-list > li .editions-info .date {
                font-size: 10px;
                font-weight: 400;
                margin: 0;
                margin-left: 5px
            }


.pages-popup-wrapper .pages-box {
    width: calc(12.5% - 14px);
    float: left;
    margin: 6px !important;
    padding: 0px;
    overflow: hidden;
    border: 1px solid #bfbebe;
    min-height: 235px;
}
.pages-popup-wrapper .double-pages-box {
    width: calc(25% - 14px);
    float: left;
    margin: 6px !important;
    padding: 0px;
    overflow: hidden;
    border: 1px solid #bfbebe;
    height: 310px;
}
.pages-popup-wrapper .pages-box > img{ width:100%}

.title {
    padding: 0px !important;
    margin-top: -15px !important;
}
/*.help-modal{
    margin-right:904px !important;
}*/

.helpurl {
    height: 35px;
    margin-top: 18px;
    margin-left: 25px;
}

.big-box,
.mini-box {
    text-align: center;
    margin: 2px;
    font-size: 1.5em;
}

.big-box {
    height: 65px;
    line-height: 65px;
}

.mini-box {
    font-size: 16px;
    line-height: 15px;
}

.logo {
    width:260px;
}



@media screen and (max-width: 768px) {
    .appstorebutton {
        text-align: left;
        margin-right: 20px;
    }
    .playstorebutton {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .appstorebutton {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .playstorebutton {
        text-align: center;
    }
    .big-box {
        height: auto;
    }
}

.tblogo {
    width :90px;
    height:90px;
}
.pglogo {
    width: 232px;
    height: 60px;
}
.button:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: 1px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.email-input {
    width: 250px;
    margin-left: 25px;
}

/*@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   
    .logo {
        width: 560px !important;
    }
}*/
