/* SOF Pulish and Export Log */

/********Common***************/
button.btn.btn-default:focus,
button.btn.btn-primary:focus,
button.btn.btn-secondary:focus,
button.btn:focus,
button:focus {
    outline-offset: 0;
    outline: #4d90fe auto 3px;
}
.lm-page-title-left,
.lm-page-title-right {
    max-width: 50%;
}
.lm-log-content {
    background: #fff;
    padding: 15px 15px;
    color: #131a1c;
    font-family: "Lato", sans-serif;
}
.lm-log-title {
    margin-bottom: 27px;
}
.lm-records-details {
    /* font-weight: bold; */
    font-weight: normal;
}
.lm-error-log-btn .lm-icon,
.lm-export-pack-btn .lm-icon,
.lm-wip-cancel-btn .lm-icon {
    color: #455a65;
}

/*********Font Setting***********/
.lm-log-title {
    font-size: 34px;
}
.lm-log-content {
    font-size: 14px;
    line-height: 21px;
}
.from-container .lm-glob-table-new th,
.from-container .lm-glob-table-new td {
    line-height: 21px;
}
.from-container .lm-glob-table-new th {
    font-size: 14px;
}
.lm-glob-table-new .label {
    font-size: 14px;
}
.label .lm-icon {
    font-size: 16px;
}
.lm-auth {
    font-size: 13px;
}
.lm-wip-cancel-btn {
    font-size: 14px;
}
.lm-wip-cancel-btn .lm-icon {
    font-size: 23px;
}
.lm-time-col {
    font-size: 13px;
}
.lm-error-log-btn .lm-icon {
    font-size: 18px;
}
/******** SOF Page Title ********/

.lm-page-title-right-content {
    display: flex;
}
.lm-page-title-right-content > * {
    margin-right: 8px;
}
.publish-btn .lm-icons,
.export-btn .lm-icons {
    font-size: 18px;
    vertical-align: middle;
    text-shadow: none;
}
.deep-publish-log-btn.p-0 {
    padding: 0;
}
.deep-publish-log-btn .add-padding {
    padding: 7px 12px;
    line-height: 21px;
}

.lm-page-title-right-content .lm-loader-wrapper .lm-animated-background,
.lm-export-pack-btn-content .lm-loader-wrapper .lm-animated-background {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f7f9fa;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(10%, #eeeeee),
        color-stop(20%, #f7f9fa),
        color-stop(30%, #eeeeee)
    );
    background: -webkit-linear-gradient(left, #eeeeee 10%, #f7f9fa 20%, #eeeeee 30%);
    background: linear-gradient(to right, #f7f9fa 10%, #b8bdc1 20%, #f7f9fa 30%);
    background-size: 800px 104px;
    /* height: 170px; */
    position: relative;
    border-radius: 4px;
}

.lm-page-title-right-content .lm-loader-wrapper .lm-animated-background {
    /* background: #f7f9fa;     */
    /* background: -webkit-gradient(linear, left top, right top, color-stop(10%, #f7f9fa), color-stop(20%, #B8BDC1), color-stop(30%, #f7f9fa));
    background: -webkit-linear-gradient(left, #f7f9fa 10%,   #B8BDC1 20%, #f7f9fa 30%);
    background: linear-gradient(to right,  #f7f9fa 10%,   #B8BDC1 20%, #f7f9fa 30%); */

    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
}
.lm-page-title-right-content .lm-loader-wrapper:focus .lm-animated-background {
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
.lm-loader-wrapper .lm-animated-background + .lm-icons {
    position: relative;
    z-index: 1;
    opacity: 0.7;
}

/*********Logs Table**********/
.lm-glob-table-new {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.from-container .lm-glob-table-new th {
    background: #f7f7f7;
    font-weight: bold;
    border-top-color: transparent;
    border-bottom-color: #b8bdc1;
    border-bottom-width: 1px;
    padding: 10px 8px;
}
.from-container .lm-glob-table-new td {
    border-bottom: 1px solid #b8bdc1;
    padding: 5px 8px;
}
.from-container .lm-glob-table-new tr:hover td {
    /* background: #f0efef; */
    background: transparent;
}
.lm-glob-table-new .label {
    display: inline-block;
    border-radius: 14px;
    padding: 7px 8px;
}
.label .lm-icon {
    vertical-align: middle;
    margin-top: -3px;
}
.lm-glob-table-new .label-inq {
    background: #fff3b4;
    color: #455a65;
}
.lm-glob-table-new .label-complete {
    background: #dffaeb;
    color: #1e7f45;
}
.lm-glob-table-new .label-cancelled {
    background: #eaeeee;
    color: #131a1c;
}
.lm-glob-table-new .label-failed {
    background: #fff5f8;
    color: #cf335d;
}
.lm-error-log-btn {
    padding: 4px;
    margin-left: 20px;
    outline: 1px solid transparent;
    border: 1px solid transparent;
}
.lm-error-log-btn .lm-icon {
    vertical-align: middle;
}
.lm-auth {
    display: block;
}
.exp-pack-value {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #606f70;
}

.from-container .lm-row-inq td {
    background: #fffbe8;
}
.from-container .lm-row-complete td {
    background: #f4fff9;
}
.from-container .lm-row-cancelled td {
    background: #f7f7f7;
}
.from-container .lm-row-failed td {
    background: #fff5f8;
}

.from-container .lm-glob-table-new .lm-row-inq:hover td {
    background: #fffbe8;
}
.from-container .lm-glob-table-new .lm-row-complete:hover td {
    background: #f4fff9;
}
.from-container .lm-glob-table-new .lm-row-cancelled:hover td {
    background: #f7f7f7;
}
.from-container .lm-glob-table-new .lm-row-failed:hover td {
    background: #fff5f8;
}

.lm-wip-cancel-btn {
    padding: 0;
}
.lm-wip-cancel-btn .lm-icon {
    vertical-align: middle;
    margin-right: 0;
}
.lm-wip-cancel-btn .lm-btn-text {
    /* display: none; */
    color: #455a65;
}

/* @media (min-width: 684px){
    .from-container .lm-glob-table-new th{
        background: red;
    } 
}
@media (min-width: 960px){
    .from-container .lm-glob-table-new th{
        background: blue;
    } 
} */

/* SOF Export Log */
.lm-export-pack-section-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lm-export-pack-btn-content {
    display: flex;
    flex-wrap: wrap;
}
.lm-export-pack-btn {
    display: flex;
    width: 215px;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 14px 12px 20px;
    position: relative;
}
.lm-export-pack {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    flex: 1;
}
.lm-export-pack-btn .lm-icon {
    border: 2px solid #455a65;
    border-radius: 100%;
    font-size: 20px;
}
.lm-export-pack .lm-export-pack-date {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #455a65;
}
.lm-export-pack-btn-content .lm-loader-wrapper .lm-animated-background {
    position: absolute;
    left: 0;
    top: 0;
}
.lm-export-pack-btn-content .lm-loader-wrapper .lm-export-pack {
    position: relative;
    z-index: 1;
}
.lm-export-pack-btn-content .lm-loader-wrapper .lm-icon {
    visibility: hidden;
}
/* EOF Export Log */

/***********Responsive Setting********************/

/***********SOF For Publish Log***********/
.lm-publish-log-table th:nth-child(1) {
    width: 38%;
}
.lm-publish-log-table th:nth-child(2) {
    width: 400px;
}
/* .lm-publish-log-table th:nth-child(3){
     width: calc( 100% - 25% - 150px - 100px);
 } */
.lm-publish-log-table th:nth-child(3) {
    width: 25%;
}
.lm-publish-log-table tr > th:nth-child(4) {
    width: 25%;
}
.lm-publish-log-table tr > th:nth-child(5) {
    width: 25%;
}
/* .lm-publish-log-table th:nth-child(4){
     width: 21%;
 } */
.lm-publish-log-table tr > th:nth-child(4),
.lm-publish-log-table tr > td:nth-child(4),
.lm-publish-log-table tr > th:nth-child(5),
.lm-publish-log-table tr > td:nth-child(5) {
    display: table-cell;
}

.lm-time-col {
    display: block;
    margin-top: 5px;
}
.lm-publish-log-table th:nth-child(6) {
    width: 100px;
}
/***********EOF For Publish Log***********/

/***********SOF For Export Log***********/
.lm-export-log-table th:nth-child(1) {
    width: 25%;
}
.lm-export-log-table th:nth-child(2) {
    width: 150px;
}
.lm-export-log-table th:nth-child(3) {
    width: calc(100% - 25% - 150px - 100px);
}
.lm-export-log-table tr > th:nth-child(4),
.lm-export-log-table tr > td:nth-child(4) {
    display: none;
}
/* .lm-export-log-table th:nth-child(4){
    width: 105px;
} */
.lm-export-log-table th:nth-child(5) {
    width: 100px;
}
/***********EOF For Export Log***********/

/* SOF New Pagination */
.lm-glob-pagi-wrap {
    padding: 15px 8px 15px 8px;
}
/******Left*********/
.lm-glob-pagi-wrap .btn-secondary.btn-pagecount {
    background-color: #fff;
    border: 1px solid #fff;
    line-height: 24px;
    padding: 3px 10px;
    color: #090808;
    font-weight: 400;
    font-size: 14px;
    border-radius: 4px;
    display: inline-flex;
    text-transform: capitalize;
}
.lm-glob-pagi-wrap .btn-secondary:hover {
    background-color: #edf5ff;
    border: 1px solid #edf5ff;
    color: #090808;
}
.lm-glob-pagi-wrap .dropdown-menu,
.lm-glob-pagi-wrap .dropdown.ui-select-choices {
    border: 1px solid #eaeff1;
    padding-top: 16px;
    padding-bottom: 16px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin: 0;
    min-width: 160px;
    transform: scale(1);
}
.lm-glob-pagi-wrap .dropdown-menu > li > a.font-link:hover,
.lm-glob-pagi-wrap .dropdown.ui-select-choices > li > a.font-link:hover {
    background-color: #edf5ff;
    background-image: none;
}
.lm-glob-pagi-wrap .dropdown-menu {
    margin: 0;
    width: 70px !important;
    min-width: 70px !important;
    top: -123px !important;
    left: 25px !important;
}
.lm-glob-pagi-wrap .dropdown-menu > li > a.font-link,
.lm-glob-pagi-wrap .dropdown.ui-select-choices > li > a.font-link {
    padding: 6px 14px;
    line-height: 20px;
    font-size: 14px;
    color: #090808;
    display: block;
    text-decoration: none;
}

/****Right**********/
.lm-glob-pagi-wrap .dir_pagination {
    display: flex;
    align-items: center;
    float: right;
}
.lm-glob-pagi-wrap .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.lm-glob-pagi-wrap .pagination-number {
    margin-right: 10px;
}
.lm-glob-pagi-wrap .pagination > li > a {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-left: -1px;
    color: #090808;
    background-color: #fff;
    line-height: 1;
}
.lm-glob-pagi-wrap .pagination > li > a:hover {
    z-index: 2;
    color: #090808;
    text-decoration: none;
    background-color: #e9ecef;
}

.lm-glob-pagi-wrap .pagination > li > a,
.lm-glob-pagi-wrap .pagination > li > span {
    border: 0;
}
.lm-glob-pagi-wrap .pagination > li:first-child > a > span,
.lm-glob-pagi-wrap .pagination > li:last-child > a > span {
    display: none;
}
.lm-glob-pagi-wrap .pagination > li:first-child > a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -2px;
}
.lm-glob-pagi-wrap .pagination > li:first-child > a:before {
    content: "keyboard_arrow_left";
    font-family: Material Icons;
    position: relative;
    left: -7px;
    top: 3px;
    font-size: 28px;
    line-height: 18px;
}
.lm-glob-pagi-wrap .pagination > li:last-child > a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -2px;
}

.lm-glob-pagi-wrap .pagination > li:last-child > a:before {
    content: "keyboard_arrow_right";
    font-family: Material Icons;
    position: relative;
    left: -6px;
    top: 3px;
    font-size: 28px;
    line-height: 18px;
}
.lm-glob-pagi-wrap .pagination > li:last-child > a:hover,
.lm-glob-pagi-wrap .pagination > li:last-child > a:hover {
    background-color: #edf5ff;
    color: #0267ed;
    border-color: transparent;
}

.lm-glob-pagi-wrap .pagination > .active > a,
.lm-glob-pagi-wrap .pagination > .active > a:hover,
.lm-glob-pagi-wrap .pagination > .active > a:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    color: #0267ed;
}
.lm-glob-pagi-wrap .pagination > li.disabled > a,
.lm-glob-pagi-wrap .pagination > li.disabled > a:hover {
    background-color: transparent;
    color: #b1b5b7;
    cursor: not-allowed;
    border-color: transparent;
}
/* EOF New Pagination */

@media (min-width: 1024px) {
    .from-container .lm-glob-table-new th {
        padding: 9px 16px 12px 16px !important;
    }
    .from-container .lm-glob-table-new td {
        padding: 16px !important;
    }
    /***********SOF For Publish Log***********/
    /*/* .lm-publish-log-table th:nth-child(1){
        width: 32%;
    } */

    /***********EOF For Publish Log***********/

    /***********SOF For Export Log***********/
    /* .lm-export-pack-btn{
        margin-right: 20px;
    }
    .lm-export-log-table th:nth-child(1){
        width: 32%;
    }
    .lm-export-log-table th:nth-child(3){
        width: calc( 100% - 32% - 150px - 100px);
    } */
    /***********EOF For Export Log***********/
}

@media (min-width: 992px) {
    /***********SOF For Publish Log***********/
    /* .lm-publish-log-table th:nth-child(1){
        width: 26%;
    }
    .lm-publish-log-table th:nth-child(2){
        width: 22%;
    }
    
    .lm-publish-log-table th:nth-child(6){
        width: 12%;
    } */

    /***********EOF For Publish Log***********/

    /***********SOF For Export Log***********/
    /* .lm-export-log-table th:nth-child(1){
        width: 26%;
    }
    .lm-export-log-table th:nth-child(2){
        width: 22%;
    }
    .lm-export-log-table th:nth-child(3){
        width: calc( 100% - 26% - 22% - 12%);
    }
    .lm-export-log-table th:nth-child(5){
        width: 12%;
    } */
    /***********EOF For Export Log***********/
}

@media (min-width: 1200px) {
    .lm-log-content {
        padding: 15px 30px;
    }
    /*********Font Setting***********/
    .lm-log-content {
        font-size: 16px;
    }
    .from-container .lm-glob-table-new th {
        font-size: 16px;
    }
    .lm-auth {
        font-size: 14px;
    }

    /*********Logs Table **********/
    .from-container .lm-glob-table-new th {
        padding: 12px 25px 15px 25px;
    }
    .from-container .lm-glob-table-new td {
        padding: 10px 25px;
    }
    .lm-wip-cancel-btn .lm-btn-text {
        /* display: inline-block; */
    }

    /***********SOF For Publish Log***********/
    .lm-publish-log-table th:nth-child(1) {
        /* width: 20%; */
        width: 26%;
    }
    .lm-publish-log-table th:nth-child(2) {
        /* width: 15%; */
        width: 60%;
    }
    .lm-publish-log-table th:nth-child(3) {
        width: calc(100% - 20% - 15% - 18% - 12% - 12%);
    }
    .lm-publish-log-table th:nth-child(4) {
        width: 18%;
    }
    .lm-publish-log-table tr > th:nth-child(4),
    .lm-publish-log-table tr > td:nth-child(4),
    .lm-publish-log-table tr > th:nth-child(5),
    .lm-publish-log-table tr > td:nth-child(5) {
        display: table-cell;
    }
    .lm-publish-log-table th:nth-child(5) {
        width: 12%;
    }
    .lm-time-col {
        display: none;
    }
    .lm-publish-log-table th:nth-child(6) {
        width: 12%;
    }
    /***********EOF For Publish Log***********/

    /***********SOF For Export Log***********/
    .lm-export-pack-btn {
        margin-right: 42px;
    }
    .lm-export-log-table th:nth-child(1) {
        width: 20%;
    }
    .lm-export-log-table th:nth-child(2) {
        width: 20%;
    }
    .lm-export-log-table th:nth-child(3) {
        width: 30%;
    }
    .lm-export-log-table th:nth-child(4) {
        width: 15%;
    }
    .lm-export-log-table tr > th:nth-child(4),
    .lm-export-log-table tr > td:nth-child(4) {
        display: table-cell;
    }
    .lm-export-log-table th:nth-child(5) {
        width: 15%;
    }
    /***********EOF For Export Log***********/
}

.lm-exp-nr {
    border-bottom: 1px solid #b8bdc1;
    padding: 0 16px;
}
/* EOF Pulish and Export Log */
/* SOF add error massage Pulish and Export Log */
.lm-publish-error-status {
    /* display: inline-flex; 
    align-items: center;  */
    /* width: 220px; */
    font-size: 14px;
    /* position: absolute;
    right: 0;
    top: 10px; */
}
.lm-publish-error-status p {
    font-style: italic;
    line-height: 1rem;
}
.lm-status-wrap {
    display: inline-flex;
    align-items: center;
}

.lm-fsize-18 {
    font-size: 18px;
}
.lm-margin-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.mb-0 {
    margin-bottom: 0;
}
.lm-log-content {
    font-size: 14px;
    color: #384141;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.pl-2,
.pl-10 {
    margin-left: 10px;
}
.systemError .lm-icon {
    transform: rotate(-180deg);
}
.covrep-loader.lm-loader-wrapper.lm-toc-loader.plr-0 {
    padding: 32px 0;
}
.covrep-loader.lm-loader-wrapper.lm-toc-loader .lm-animated-background:nth-child(1),
.covrep-loader.lm-loader-wrapper.lm-toc-loader .lm-animated-background:nth-child(2),
.covrep-loader.lm-loader-wrapper.lm-toc-loader .lm-animated-background:nth-child(3) {
    width: 100%;
    margin-left: 0;
}
.covrep-loader.lm-loader-wrapper.lm-toc-loader .lm-animated-background {
    height: 45px;
}
.covrep-loader.lm-loader-wrapper.lm-toc-loader .lm-animated-background:nth-child(even) {
    margin: 10px 0;
}
.btn.coverRep.active,
.btn.coverRep:active {
    box-shadow: none;
}
@media (min-width: 1200px) {
    .lm-log-content {
        font-size: 14px;
        color: #384141;
    }
    .lm-publish-error-status {
        /* width: 240px; */
    }
}
