
.epaper-row{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.epaper-row.daily{
    margin-top: 0px;
}

.epaper-today{
    position: relative;
}

.ewrapaper{
    padding: 1em 4.5em 6em;
}
.tjp-gallery .owl-nav button.owl-prev {
    left: 0;
}
.tjp-gallery .owl-nav button.owl-next {
    right: 0;
}
.news-reader{
    background-color: #FFFFFF;
    padding: 10px 15px 15px;
}

.news-reader img{
    margin-bottom: 10px;
}

.titleBig{
    font-size: 32px;
    line-height: 39px;
    margin: 0;
    color: #000;
    text-transform: inherit;
    clear: left;
    font-family: "Lora",sans-serif;
}

.read-epaper{
    background: #DA2027;
    box-shadow: inset -4px -2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.025em;
    color: #FFFFFF !important;
    text-transform: uppercase;
    display: block;
}
.partner-row{
    padding: 10px 0;
    text-align: right;
    margin: 0;
}
.partner-row p{
    font-family: "Lora",sans-serif;
    font-size: 16px;
    margin: 0;
}
.head-row{
    text-align: center;
    margin: 0 0 30px;
}
.head-row p{
    font-family: "Lora",sans-serif;
    font-size: 1.21428571em;
    line-height: 1.6;
}

.head-row .date{
    font-family: "Lora",sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #e31b23;
    line-height: 30px;
    margin-bottom: .8em;
}

.tjp-gallery .owl-stage {
    margin: 0 auto;
}

@media screen and (max-width: 991px) { 
    .ewrapaper{
        padding: 1.5em 2em 5em
    }
    .titleBig{
        font-size: 28px;
    }
    .partner-row{
        padding: 20px 5px 10px;
        margin: 0;
    }
    .head-row .date{
        font-size: 16px;
    }
    .head-row p{
        font-size: 1em;
    }
    .read-epaper{
        font-size: 13px;
    }
}


/* a d m Style */

.bgGray{
    background-color: #e6e6e6;
}

.box-col{
    margin: 0 auto;
    padding: 2.5rem 0;
    position: relative;
    width: auto;
}
.hello-box{
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(193,193,193,.6);
    position: relative;
    overflow: hidden;
}

.account-head{
    padding: 25px 35px;
}
.account-head .user {
    margin: 12px 0 6px;
}
.account-head .user p{
    font-family: "Lato-Regular", sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #DD1E26;
    margin: 0;
}
.account-head .logoutAccount a{
    font-family: "Lato",sans-serif;
    font-size: 15px;
    text-decoration: underline;
    color: rgba(0,0,0,0.5);
}
.account-head .logoutAccount a:hover{
    color: #000;
}

.account-list{
    position: relative;
    overflow: hidden;
}

.account-list table.lists {
    padding: 0;
    width: 100%;
}

.account-list thead {
    background-color: #db2027;
    position: relative;
    color: #fff;
}

.account-list tbody {
    overflow: hidden;
    width: 100%;
}

.account-list th,
.account-list td{
    padding: 12px 30px;
    margin: 0;
    font-family: "Lato",sans-serif;
    font-weight: normal;
}

.account-list td:first-child,
.account-list th:first-child {
    padding-left: 35px;
    text-align: center;
}

.account-list td:last-child,
.account-list th:last-child{
}


.account-list tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.account-list tbody tr:last-child {
    border-bottom: none;
  }

.account-list tbody button,
.account-list tbody button:hover,
.account-list tbody button:focus{
    color: #db2027;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
}

.copy-notification {
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    display: none;
    text-align:center;
    transform: translate(-50%,-50%);
}

.acc-pagination {
    margin: 30px 0 0;
}

.acc-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: center;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    justify-content: center;
}

.acc-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.acc-pagination li a,
.acc-pagination li span {
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.acc-pagination li a:hover,
.acc-pagination li span:hover {
    color: #DD1E26;
}

.acc-pagination .current {
	color: #FFF;
	background-color: #DD1E26;
	border-color: #DD1E26;
}

.acc-pagination .prev.current,
.acc-pagination .next.current {
	background: #DD1E26;
}

@media screen and (max-width: 767px) { 
    .box-col{
        width: 100%;
        padding: 0 16px;
    }
    .bgGray {
        padding-bottom: 50px;
    }
    .account-list table.lists {
        font-size: 12px;
        line-height: 1.1;
    }
    .account-list th, .account-list td{
        padding: 5px 0px;
    }
    .account-list td:first-child, .account-list th:first-child{
        padding-left: 0px;
    }

    .account-list table.lists {
      border: 0;
    }

    .account-list table.lists thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .account-list table.lists tr {
      display: block;
      padding: 10px 20px;
    }
    
    .account-list table.lists td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: right;
    }
    
    .account-list table.lists td::before {
      content: attr(data-type);
      float: left;
      font-weight: 700;
      text-transform: capitalize;
    }
    
    .account-list table.lists td:last-child {
      border-bottom: 0;
    }
  }

.daily-account .logoutAccount a{
    font-size: 15px;
    text-decoration: underline;
    color: rgba(0,0,0,0.5);
}
.daily-account .logoutAccount a:hover{
    color: #DD1E26;
}