body {
    font-size: 14px;
    color: #fff;
    box-shadow: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:active,
button:focus {
    box-shadow: none !important;
    outline: none;
}

* {
    margin: 0;
    padding: 0;
    ;
}

a, a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.EtopBar.bg-dark {
    background: #b71c1c !important;
    padding: 4px 15px;
    font-size: 13px;
}

.EtopBar .rightLinkbar a {
    margin-left: 20px;
    color: #fff;
}

    .EtopBar .rightLinkbar a:hover {
        color: #000;
    }

/*Navbar css*/
.navbar .nav-item:not(:last-child) {
    margin-right: 10px;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-item {
    float: left;
}

.dropdown-toggle::after {
    transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
}

.dropdown-menu {
    margin-top: 0;
    left: -25px;
}

#navbarSupportedContent .divder3 {
    width: calc(100% * 7.5);
}

    #navbarSupportedContent .divder3 > li {
        width: calc(100% / 3);
        float: left;
    }

    #navbarSupportedContent .divder3 .dropdown-item {
        white-space: normal;
    }

#navbarSupportedContent .dropdown-menu li {
    line-height: 24px;
}

.logosection {
    background: #c63024;
    padding: 15px;
    display: inline-block;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
/*Navbar css*/

/*content Area*/
.addSection {
    margin: 20px 0;
    text-align: center;
}

    .addSection img {
        max-width: 100%
    }

.ContentPart {
    margin-top: 20px;
}

    .ContentPart .allEpaper {
        padding: 10px 15px;
        font-size: 26px;
        color: #000;
        font-weight: bold;
    }

.allNews {
    margin-bottom: 20px;
}

    .allNews .col {
        margin-bottom: 3rem;
    }

        .allNews .col img {
            width: 100%;
            height: auto;
        }

        .allNews .col a {
            display: inline-block;
            width: 100%;
            padding: 5px;
            box-shadow: -1px -1px 7px 2px rgb(226, 223, 223);
            border-radius: 5px;
        }

            .allNews .col a:hover {
                box-shadow: -1px -1px 7px 2px rgb(162, 162, 162);
            }

        .allNews .col p {
            padding: 10px;
            background: #fff;
            text-transform: capitalize;
            color: #000;
            font-weight: bold;
            z-index: 1;
            margin-bottom: 0px;
            font-size: 16px;
            text-align: center;
            position: relative;
            margin-top: -5px;
        }

footer {
    padding: 20px 15px;
}

    footer .col h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
    }

    footer .col ul {
        list-style: none;
    }

        footer .col ul li {
            margin-bottom: 5px;
        }

            footer .col ul li a {
                color: #949494;
            }

                footer .col ul li a:hover {
                    color: #fff;
                }
/*content Area*/
.copyright {
    background: #000;
    padding: 15px;
}

    .copyright p {
        margin: 0;
    }

    .copyright a {
        color: #dc281e;
    }

.modal-header {
    background: #f5f5f5;
}

    .modal-header h5 {
        color: #000;
        width: 100%;
    }

.modal-dialog {
    max-width: 900px;
}

.bg-light.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.form-inline {
    position: relative;
}

    .form-inline input {
        height: 34px;
    }

        .form-inline input:focus {
            outline: 0;
            box-shadow: none;
        }

    .form-inline a {
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        color: #999;
        padding: 7px 10px;
    }

.searchTags li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .searchTags li a {
        border: 1px dashed #ccc;
        padding: 2px 10px 4px;
        border-radius: 5px;
        color: #000;
        font-size: 13px;
    }

.searchTags .active a {
    background: #ccc;
}

.editionBlock {
    margin: 10px 0 0 -16px;
    display: inline-block;
    width: 100%;
}

    .editionBlock span {
        background: #000;
        font-size: 14px;
        text-transform: uppercase;
        padding: 4px 15px;
        color: #fff;
    }

.modalPaper {
    margin-top: 20px;
}

    .modalPaper .col p {
        background: #fff;
        color: #000;
    }

.issuesDate ul li a {
    font-size: 17px;
    color: #000;
    padding: 3px 17px 6px;
    border: 1px #ccc dashed;
}

    .issuesDate ul li a:hover {
        background: #efefef;
    }

.issuesDate {
    display: inline-block;
    width: 100%;
}

.datetimeselct {
    border-top: 1px dashed #ccc;
    padding-top: 25px;
    margin-top: 6px;
}

.issuesDate ul li {
    margin-bottom: 22px;
    float: left;
    margin-right: 10px;
}

#selectData .modal-dialog {
    max-width: 650px;
}

.imageOptions .toggle,
.imageOptions .btn-primary {
    margin: 0;
    height: 40px;
}

.imageOptions button > i {
    margin-right: 3px;
}

.imageOptions .btn-primary:not(:disabled):not(.disabled).active,
.imageOptions .btn-primary:not(:disabled):not(.disabled):active,
.imageOptions .show > .btn-primary.dropdown-toggle,
.imageOptions .btn-default,
.imageOptions .btn-primary {
    border-color: #ccc;
    background-color: #fff;
    color: #000;
    box-shadow: none;
    margin-bottom: 10px;
    line-height: 24px !important;
}

.imageOptions input.btn {
    max-width: 77px;
}

.imageOptions input.btn {
    min-width: 80px;
    margin-right: 0;
}

.imageOptions button#dropdownMenuButton {
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.toggle.btn.btn-default,
.toggle.btn.btn-primary {
    margin-left: 0px;
}

.cutNews {
    padding-top: 0;
    padding-bottom: 0;
}

    .cutNews ol {
        list-style-type: decimal !important;
        padding-left: 22px;
        background: #f9f9f9;
        color: #000;
        margin: 0;
    }

    .cutNews li {
        padding: 20px;
    }

#myTabContent li {
    margin-bottom: 15px;
}

.bodyClr {
    background: #efefef;
    color: #000;
}

.tab-content {
    background: #fff;
}

#PageClips img {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

#clipModal .modal-header {
    background: #fff;
    padding: 0;
    border: none;
    padding-right: 10px;
}

.carousel-control-next,
.carousel-control-prev,.carousel-control-nexts,
.carousel-control-prevs {
    opacity: 1;
    color: #f70303 !important;
    font-size: 40px;
    width: 10%;
}

#innercarousel {
    background: #fff;
    overflow:auto;
}

.input-group-addon {
    background: #f00;
    margin-top: 20px;
    width: 20px;
    height: 20px;
}

.rightSection .dropdown-menu button .fa,
.rightSection .dropdown a .fa {
    margin-right: 5px;
}

.rightSection .dropdown a {
    color: #000;
    font-size: 16px;
}

.rightSection .dropdown-menu button {
    padding: 0 9px 1px;
    font-size: 12px;
}

.rightSection .dropdown-menu {
    right: 0;
    left: initial;
}

.bodyClr .horizontal-logo {
    max-width: 155px;
}

.bodyClr #inputPassword2 {
    max-width: 120px
}

.bodyClr .subbtn {
    font-size: 14px;
}

.groupform {
    margin-right: 5px;
    margin-left: 5px;
}

#dropdownMenuButton {
    width: 78px;
    padding: 0;
}

#navbarSupportedContent .dropdown-item.active,
#navbarSupportedContent .dropdown-item:active {
    background: #dc281e !important
}

.dropdown-item {
    color: #000;
    font-size: 14px;
}

.bodyClr nav.navbar.navbar-expand-md.navbar-dark.bg-light {
    box-shadow: -1px -1px 7px 2px rgb(226, 223, 223);
    background: #fff !important;
}

.lgwhite .navbar-brand img {
    max-width: 200px;
}

.navbar-expand-md.bg-dark {
    background-color: #1e1e1e !important;
}

.tab-pane img {
    max-width: 100%;
    padding: 20px;
}

.customradio {
    color: #000;
    font-size: 15px
}

.login_data {
    color: #000;
    font-size: 20px
}

.customradio input {
    top: 2px;
    position: relative;
    left: 3px;
}

.epaperlogo {
    max-width: 160px;
    width: 100%;
    margin: 20px auto;
}

.bodybg {
    background: #dedede;
}

.mWidth .close {
    right: 3px;
    position: absolute;
    top: 44px;
    z-index: 999;
    opacity: 1;
}

#loginModal,#cropNewsModal {
    padding: 0;
}

.mWidth .modal-body {
    padding: 0;
}

.Loginbtn:hover {
    color: #fff !important;
}

.mWidth .modal-content {
    background: transparent;
    border: none;
}




















@media (max-width : 767px) {
    .carousel-control-next, .carousel-control-prev {
        font-size: 25px;
    }

    .rightSection .dropdown-menu {
        left: 0;
        right: initial;
    }

    .navbar-dark .navbar-toggler {
        background: #000;
    }

    .bg-light.navbar-dark .navbar-nav .nav-link {
        border-color: #dedede;
    }

    .groupform {
        margin-bottom: 0;
    }

    .gj-datepicker {
        max-width: 100%
    }

    .bodyClr .dropdown-toggle::after {
        margin-top: 10px;
    }

    .navbar-expand-md.bg-dark {
        background: #dc281e !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        border-bottom: 1px solid #ff8989;
    }

    .dropdown-toggle::after {
        float: right;
        margin-right: 10px;
        margin-top: 5px
    }

    #navbarSupportedContent .divder3 {
        width: auto;
        height: auto;
        background: transparent;
        border: none;
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: none;
    }

    .navbar .nav-item:not(:last-child) {
        margin-right: 0px;
    }

    .dropdown-item {
        color: #fff;
    }
}

@media (max-width : 576px) {
    #navbarSupportedContent .divder3 > li {
        width: calc(100% / 2);
    }
}

@media (max-width : 418px) {
    #navbarSupportedContent .divder3 > li {
        width: calc(100% / 1);
    }

    .imageOptions .btn-group > input,
    .imageOptions .btn-group > button {
        font-size: 14px;
        padding: 0;
        max-width: 40px;
        min-width: initial;
        width: 38px;
    }

    .allNews .col p {
        font-size: 20px;
    }

    .imageOptions .btn-primary {
        font-size: 14px;
    }

    #dropdownMenuButton {
        width: 65px;
    }
    /*footer .col,*/
    .allNews .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width : 567px) {
    .EtopBar .rightLinkbar a {
        margin-left: 7px;
    }

    .mWidth.modal-dialog {
        max-width: initial;
    }

    .modal-header h5 {
        font-size: 17px;
    }

    .form-inline input {
        height: 32px;
    }

    img.logo.horizontal-logo {
        max-width: 140px;
    }
}

@media (min-width : 576px) {
    .container {
        max-width: 740px;
    }

    .mWidth.modal-dialog {
        max-width: 500px;
    }
}

@media (min-width : 768px) {
    .navbar-nav {
        display: inline;
    }

    .container {
        max-width: 900px;
    }
}

@media (min-width : 1024px) {
    .container {
        max-width: 1300px;
    }

    .allNews .col img {
        width: 100%;
        height: 242px;
        max-height: 100%;
    }
}




@media (max-width : 828px) {
    .bg-light.navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar .nav-item:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width : 1025px) {
    #clipModal .modal-dialog,
    #selectData .modal-dialog {
        margin-top: 22%;
    }
}
.dropdown-menu.cutNews {
max-height: 400px;
overflow-y: auto;
}
div#Pages,div#PageClips {
max-height: 1000px;
overflow-y: auto;
}

.dv_crsl {
overflow: initial;
}

.outerNav > .carousel-control-next, .outerNav > .carousel-control-prev {
    position: fixed;
    margin-top: 10rem;
}


.fbshare {
    background-color: #4466ae;
    color: white;
}

.twshare {
    background-color: #02c9ff;
    color: white;
}

.email {
    background-color: rgb(208,100,12);
    color: white;
}

.openNow {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.innerNav .carousel-control-prev,.innerNav .carousel-control-next {

max-height: 100px;
margin: auto;
border: 1px solid #000;
width: auto;
}
.innerNav .carousel-control-next {right: -15px;}

.innerNav .carousel-control-prev {left: -15px;}
  .zoomBehave,.zoomBehave2{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
  } 
.zoomActivate {
background:#000 !important;

}