/* -----------------
 * BATCHJOBS HISTORY
 * ----------------- */
#layout-batchjobs {
    position: absolute;
    top: 60px;
    left: 0px; right: 0px;
    z-index: 30002;
    overflow: hidden;
    background: white;
    min-width: 768px;
    background-color: #152025;
}
.batch-history{
    position: relative;
    padding-bottom: 90px;
}

/* Bottom line */
.batch-bottom-line {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom: 4px solid #333C45;
}
.batch-toggler {
    color: #FFF;
    width: 75px;
    text-align: center;
    cursor: pointer;
    background-color: rgb(51, 60, 69);
    border-radius: 110px;
    padding: 0px 0px 27px;
    font-size: 34px;
    margin: 0px auto -41px;
    position: relative;
    border: 1px solid #152025;
}
.batch-history h2 {
    color: #eee;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 23px;
    font-size: 30px;
}
.batch-history h2 i{
    font-size: 25px;
    margin-right: 15px;
    top: 1px;
}

/* Tabs subnav */
.batch-subnav {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin: 0;
    position: absolute;
    top: 60px;
    height: 46px;
    background: #09141A;
    position: fixed;
    z-index: 100;
    min-width: 768px;
}
.batch-subnav li {
    display: inline-block;
}
.batch-subnav li a {
    color: #75899c;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 20px;
    outline: none;
}
.batch-subnav li.active a {color: #01b2ce;}


/* Queue */
.batch-queue {
    border-bottom: 1px solid #293037;
    margin-top: 46px;
}
.batch-queue section {
  height: 305px;
  padding-bottom: 0px;
}
.batch-queue .col {
  height: 100%;
}
.batch-queue .col:first-child {
    border-right: 1px solid #293037;
    padding-right: 0px !important;
}
.batch-queue .col:last-child {
    padding-left: 45px !important;
}
/* .batch-jobs-indicators .row{
    display: table;
    width: 100%;
    height: 251px;
    margin-left: 0;
    margin-right: 0;
} */
/* .batch-jobs-indicators-col{
    display: table-cell;
    float: none !important;
}
.batch-jobs-indicators-col-1{
    border-right: 3px solid #293037;
    padding-right: 0px !important;
}
.batch-jobs-indicators-col-2{
    padding-left: 45px !important;
} */


/* Current job */
.current-jobs-list{
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
    height: 164px;
    overflow-y: auto;
    padding-right: 15px;
}
.current-jobs-list li .list-title{
    text-align: center;
    font-size: 14px;
    margin: 7px 0px 25px;
    color: rgb(1, 178, 206);
}
.current-jobs-list li .list-title span{
    color: #959b9f;
}

.job-loader {
    background: #dddddd;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
    height: 30px;
}
.job-loader .primary {
    background: #01B2CE;
    color: white;
    position: absolute;
    border-right: 4px solid #009FB9;
    padding: 3px 6px;
    font-size: 17px;
    width: 0%;
    text-align: right;
    height: 30px;
    white-space: nowrap;
    top: 0px;
}
.job-loader .secondary {
    position: absolute;
    top: 0px;
    background: rgba(1, 178, 206, 0.27);
    height: 30px;
    width: 0%;
    height: 30px;
}


/* History list */
.batch-history-list {
    padding-top: 0px;
    padding-bottom: 60px;
}
.batch-history-list h2 {text-align: left;}

.batch-history-list .process-action {text-align: right;}
.batch-history-list .process-date {text-align: center;}
.batch-history-list .process-name {font-size: 19px; color: #fff;}

.batch-history-list .process-name .filename{
  font-size: 16px;
  color: #93999d;
}

.batch-history-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.batch-history-list li{
    position: relative;
    border-bottom: 1px solid #293037;
    overflow: hidden;
    padding: 8px 0px 16px;
}
.batch-history-list li:last-child {
    border-bottom: 0;
}



.batch-jobs-list{
    padding: 0px;
    list-style: outside none none;
    height: 179px;
    overflow-y: auto;
}
.batch-jobs-list li{
    position: relative;
    border-bottom: 1px solid #293037;
    overflow: hidden;
    height: 60px;
}
.batch-jobs-list li:last-child {
    border-bottom: 0;
}
.batch-jobs-list li .resume-batch-job{
    position: absolute;
    top: 11px;
    right: 15px;
}
.batch-jobs-list .list-title{
    margin-bottom: 2px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    text-transform: none;
    font-size: 16px;
}

.batch-jobs-list .list-title .error-label {
    font-size: 12px;
    color: #d00;
    text-transform: uppercase;
    padding-left: 11px;
}

.batch-jobs-list li .time-ago{
    color: #93999d;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: -8px;
}




.list-item-date{
    color: #93999d;
    font-size: 24px;
    font-weight: 300;
}
.list-item-date-name{
    color: #93999d;
    font-size: 14px;
    font-weight: normal;
}

#layout-batchjobs .view-more {text-align: center;}
#layout-batchjobs .view-more button {
    min-width: 200px;
    margin-top: 50px;
}


li.process-item {
    display: table;
    width: 100%;
    border-top: 1px solid #f1f3f4;
    padding: 29px 0 19px;
}
li.process-item .list-col-edit{
    text-align: right;
    padding-top: 7px;
}

/* Detail */
.detail-header{
    margin-bottom: 48px;
    clear: both;
}

.detail-header .detail-date{
    color: #93999d;
    font-weight: 300;
    font-size: 17px;
}

.process-detail {
    margin-top: 35px;
}

.process-detail .go-back {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}
.process-detail .go-back .esicon{
    font-size: 31px;
    float: left;
    margin-right: 14px;
}
.detail-header .list-title{
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 14px;
}
.detail-header .detail-date{
    display: inline-block;
    margin-top: -5px;
}
.detail-column-container{
    display: table;
    width: 100%;
}
.detail-column {
    display: table-cell;
    width: 33%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-right: 1px solid #293037;
}
.detail-column-container .detail-column:last-child {
    border-right: 0;
}

.detail-column .detail-title{
    font-size: 16px;
}
.detail-column .detail-value{
    font-size: 50px;
}
.detail-column .detail-value ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-column .detail-value ul li{
    color: #93999d;
    font-size: 14px;
    padding: 2px 0;
}
.detail-column .detail-value ul li span{
    color: #333c45  ;
}

.detail-column .detail-report{
    font-size: 26px;
    position: relative;
    top: -105px;
}


/* Short width version of batchJobs*/
@media (max-width: 1000px) {
    #layout-batchjobs .history {
        padding-left: 40px;
    }
}



/* -------------
 * BATCHJOBS NEW
 * ------------- */

.batch-new {
    position: relative;
    max-width: 1000px;
    margin: 90px auto 200px;
}

/* Sentence head*/
.sentence-module-head {
    height: 70px;
    position: relative;
}
.sentence-module-head h1 {
    color: #EEE;
    margin-top: 12px;
}
.sentence-module-head .ui-switch {min-width: 145px;}
.sentence-module-head ui-switch {
    position: absolute;
    right: 0px;
    top: 10px;

}
.sentence-module-head .ui-switch.checked {
    background: #DDEEDB;
    color: #333C45;
}

.sentence-module-icon {
    float:left;
    width: 70px;
    text-align: center;
}
.sentence-module-icon span {
    width: 70px;
    border-radius: 35px;
    color: #E1EAF0;
    border: 2px solid #E1EAF0;
    height: 70px;
    display: inline-block;
}
.sentence-module-icon span i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 20px;
    left: 1px;
}
.sentence-module-title {
    float:left;
    padding-left: 30px;
}

/* Sentence Body */
.sentence-module-body {
    min-height: 80px;
    position: relative;
    margin-bottom: 11px;
}
.sentence-module-line {
    background-color: #D9E2E8;
    position: absolute;
    width: 2px;
    bottom: 0px;
    left: 34px;
    top: 11px;
}
.sentence-module-line-end {
    background-color: #D9E2E8;
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -1px;
    left: 35px;
}
.sentence-module-content {padding: 11px 0 18px 140px;}
.sentence-module-content .apply-button {
    min-width: 160px;
    position: absolute;
    bottom: -20px;
}
.sentence-module-content textarea {
    width: 600px;
    height: 220px;
    resize: none;
    padding: 3px 5px;
    line-height: 17px;
    font-size: 14px;
    border: 1px solid #c7d1db;
    border-radius: 4px;
    font-weight: 400;
}
.sentence-module-content .filter-pills .ui-pill {
    background: #ddeedb;
    margin-bottom: 0px;
    max-width: 100%;
}
.sentence-module-content .filter-pills .ui-pill span {max-width: 100%;}
.sentence-module-content .filter-pills .ui-pill small {
    line-height: 15px;
    top: -7px;
    position: relative;
}

/* Target maillists */
.sentence-module-content .target-maillists a {
    color: #fff;
    line-height: 40px;
    margin-left: 12px;
}
.sentence-module-content .target-maillists ui-maillist-picker button {float: left;}