* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13.5px;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    height: 100%;
}

form {
    margin-bottom: 0;
}

body, input, select {
    font-family: 'Titillium Web';
    /*FONT-FAMILY: Verdana, Helvetica, sans-serif;*/
    font-size: 13.5px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

    body.LoginPage {
        FONT-WEIGHT: normal;
        LETTER-SPACING: normal;
        TEXT-TRANSFORM: none;
        WORD-SPACING: normal;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0;
        /*background-color: #000f22;*/
        /*background-color: #08172A;*/
    }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #000000;
}

.MenuOption {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
}

BLOCKQUOTE {
    background-color: silver;
    padding: 3px;
}

TD.BriefHeading {
    background-color: #b1b1b1;
    FONT-SIZE: 16px;
    font-weight: bold;
    color: black;
}

TD.ProjectTableTitle {
    background-color: #ffa626;
    FONT-SIZE: 15px;
    font-weight: bold;
    color: black;
    height: 40px;
}

TD.ProjectTableTitleNormal {
    background-color: #ffa626;
    FONT-SIZE: 15px;
    color: black;
    height: 40px;
}

TD.TableTitle,
table.docs th {
    background-color: #b1b1b1;
    font-weight: bold;
    color: black;    
}

table.docs th, table.docs td {
    line-height: 30px;
}

table.docs tr:nth-child(2n+1) {
    background-color: #f8f8f8;
}

table.docs tr:nth-child(2n) {
    background-color: #fff;
}

table.docs .button {
    height: 25px;
    line-height: 22px;
    vertical-align: middle;
}

TD.TableTitleNormal {
    background-color: #b1b1b1;
    color: black;
}

TD.TableTitleBody {
    color: black;
}

table.DataList,
table.docs {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

table.docs { margin-bottom: 40px; }

    table.DataList th, table.DataList td {
        padding: 3px;
    }

    tr.Shaded, table.DataList tr:nth-child( 2n+2 ) td {
        background-color: #fff;
    }

    table.DataList tr:hover td {
        background-color: silver;
    }

    .HILITE, table.DataList tr.HILITE td {
        background-color: #bacfe9;
    }

TR.ShadedGreen {
    BACKGROUND-COLOR: #ecedf1;
}

TR.ShadedWhite {
    BACKGROUND-COLOR: #ffffff;
}

TD.BorderLeft {
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    text-align: left;
}

TD.BorderLeftCenter {
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    text-align: center;
}

TD.BorderRight {
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    text-align: left;
}

TD.BorderRightCenter {
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    text-align: center;
}

TH {
    vertical-align: baseline;
    font-size: 1em;
    font-weight: bold;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}

    TH.DataListHead, table.DataList th {
        border-bottom: 1px solid black;
        text-align: left;
        font-weight: bold;
    }

    TH.Paging {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        text-align: center;
        font-weight: bold;
        vertical-align: middle;
    }

TD.DataList, table.DataList td {
    text-align: left;
}

TD {
}

    TD.TopBar {
        /*font-family: Arial, Helvetica, sans-serif;*/
        border-top: 1px solid black;
    }

    TD.TopBarGreen {
        /*font-family: Arial, Helvetica, sans-serif;*/
        border-top: 1px solid #b1b1b1;
    }

    TD.BottomBarGreen {
        /*font-family: Arial, Helvetica, sans-serif;*/
        border-bottom: 1px solid #b1b1b1;
    }

    TD.BottomBar {
        /*font-family: Arial, Helvetica, sans-serif;*/
        border-bottom: 1px solid black;
    }

    TD.Reporttitle {
        border-bottom: 1px solid black;
    }

    TD.All {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }

    TD.AllGreen {
        border-bottom: 1px solid #b1b1b1;
        border-top: 1px solid #b1b1b1;
        border-left: 1px solid #b1b1b1;
        border-right: 1px solid #b1b1b1;
    }

    TD.NoTop {
        border-bottom: 1px solid #b1b1b1;
        border-top: 1px solid #b1b1b1;
        border-right: 1px solid #b1b1b1;
        border-left: 1px solid #b1b1b1;
    }

    TD.ReportHeader {
        font-size: 16px;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-weight: bold;
    }

table.audit th { color: #939598; text-align: left; }

a:link {
    text-decoration: none;
    color: #000000;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:active {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: Blue;
}

a.AList:link,
table.DataList td a:link {
    text-decoration: underline;
    color: Blue;
}

a.AList:visited,
table.DataList td a:visited {
    text-decoration: underline;
    color: Purple;
}

a.AList:active,
table.DataList td a:active {
    text-decoration: underline;
    color: Red;
}

a.AList:hover,
table.DataList td a:hover {
    text-decoration: underline;
    color: Red;
}

a.Bread:link {
    text-decoration: underline;
    color: #64cdea;
}

a.Bread:visited {
    text-decoration: underline;
    color: #64cdea;
}

a.Bread:active {
    text-decoration: underline;
    color: #64cdea;
}

a.Bread:hover {
    text-decoration: underline;
    color: White;
}

input[readonly], select[readonly] {
    background-color: #f0f0f0;
    border: 1px solid #999;
    padding: 2px;
}

fieldset {
    border: 0;
}

    fieldset div {
        width: 500px;
        margin: 0 auto;
        clear: left;
    }

        fieldset div label {
            width: 150px;
            margin: 14px 0;
        }

        fieldset div label, fieldset div input, fieldset div select {
            float: left;
            margin: 2px 0;
        }

            fieldset div input[type="submit"] {
                margin-left: 150px;
            }

body.brief {
    padding: 20px 25px 0 25px;
}

    body.brief.docs {
        padding: 0;
        background: #edecf1; }

    body.brief.project-edit {
        padding: 0;
    }
/*body.brief form { background-color: #fefefe; padding: 30px 20px 10px 20px; border-radius: 20px; }*/

div.content {
    background-color: #ecedf1;
    border: 1px solid #000;
    box-shadow: 4px 4px 0 0 rgba(0,0,0,.2);
    padding: 10px 20px;
}

body.brief ol.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

    body.brief ol.tabs li {
        display: inline-block;
        border: 1px solid #737373;
        border-radius: 4px;
        background: linear-gradient(to bottom, #ddd 20%, #b0b0b0 100%);
        box-shadow: inset -1px 1px 1px 0 rgba(255,255,255,.5);
        position: relative;
    }

        body.brief ol.tabs li.add {
            margin: 0 5px;
            background: #efefef;
            border-color: #ddd;
        }

        body.brief ol.tabs li.selected {
            background: linear-gradient(to right, #92c5cd 50%, #91c6cc 100%);
        }

        body.brief ol.tabs li a {
            font-weight: bold;
            text-decoration: none;
            line-height: 26px;
            height: 26px;
            display: inline-block;
            width: 100%;
            height: 100%;
            padding: 0 10px;
        }

            body.brief ol.tabs li.add a {
                text-decoration: underline;
                color: #00f;
            }

            body.brief ol.tabs li.selected a {
                color: #fefefe;
            }

        body.brief ol.tabs li a:hover {
            color: #006;
        }

        body.brief ol.tabs li.add a:hover {
            color: #09f;
        }

        body.brief ol.tabs li.selected a:hover {
            color: #fff;
        }

        body.brief #tabEdit {
            display: none;
        }

        body.brief ol.tabs li:hover #tabEdit {
            position: absolute;
            right: 5px;
            top: -20px;
            width: 120px;
            text-align: right;
            display: block;
        }

        body.brief ol.tabs li:hover #tabEdit {
            color: #f00;
            cursor: pointer;
        }

            body.brief ol.tabs li:hover #tabEdit span {
                display: inline-block;
                margin: 0 5px;
            }

                body.brief ol.tabs li:hover #tabEdit span.delete {
                    color: #c00;
                }


                .segment.free_text_instructions_details div.wrap > label {
                    display: none;
                }

a.nav, button.nav {
    display: inline-block;
    border: 1px solid #737373;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ddd 20%, #b0b0b0 100%);
    box-shadow: inset -1px 1px 1px 0 rgba(255,255,255,.5);
    padding: 0 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 26px;
    height: 26px;
    cursor: pointer;
}

    a.nav.small, button.nav.small {
        line-height: 20px;
        height: 23px;
        vertical-align: middle;
        font-size: 90%;
    }

    a.nav:hover, button.nav:hover {
        color: #fff;
        background: linear-gradient(to right, #92c5cd 50%, #91c6cc 100%);
    }

.nextPrev {
    padding: 20px 0;
}

    .nextPrev a.nav:first-child {
        margin-right: 20px;
    }

body.brief .segment {
    border: 2px solid #333;
    background-color: #efefef;
    margin-bottom: 10px;
    /*overflow: auto;*/
    padding-bottom: 10px;
}

    body.brief .segment h2 {
        background: linear-gradient(to bottom, #888 50%, #666 100%);
        color: #fff;
        margin: 0 0 10px 0;
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 16px;
    }

    body.brief .segment._hidden { visibility: hidden; position: absolute; }

body.brief label {
    vertical-align: middle;
}

    body.brief label > input {
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

        body.brief label > input:disabled {
            width: auto;
            margin-right: 5px;
        }

    body.brief label:first-child {
        display: inline-block;
        margin: 0 10px 0 7px;
        min-width: 200px;
        vertical-align: middle;
        max-width: 200px;
    }
	
	body.brief .group {
    display: inline-block;
}

    body.brief .group input[type=checkbox],
    body.brief .group input[type=radio] {
        margin-right: 5px;
    }

    body.brief .group label:first-child {
        margin: 0 5px 0 0;
        min-width: auto;
    }

    body.brief .group label {
        margin-right: 5px;
        cursor: pointer;
    }

    body.brief label.required:before,
    th.required:before 
    {
        content: "*";
        color: #f00;
        float: left;
        margin-left: -10px;
    }

    body.brief label.radio {
        margin-right: 5px;
    }
        
        body.brief label.radio .radio {
            margin-right: 2px;
        }

    body.brief label.bold {
        font-weight: bold;
    }

th.required:before {
    float: none;
}

body.brief .segment div.wrap {
    margin-bottom: 10px;
}

body.brief .segment div.wrap.side {
    display: inline-flex;
    flex-direction: column;
}

body.brief .segment div.wrap.side label {
    text-align: center;
    min-width: auto;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

body.brief .segment div.wrap.side > .fields {
    width: 100%;
    text-align: center;
}

body.brief .segment div.wrap.side > .fields select {
    text-align: center;
}

body.brief .segment > div {
    padding-left: 10px;
}

body.brief .segment div.tablewrap {
    padding-left: 0;
    overflow: auto;
    margin: 0 10px 10px 10px;
}

div.tablewrap .ftable
{
    margin-left: 0;
}

body.brief .segment > div div label {
    text-align: right;
}

body.brief .segment.despatch div.wrap  {
    display: inline-block;
    width: 33%;
}

body.brief .segment.quad div.wrap {
    vertical-align:top;
    display: inline-block;
    width: 19%;
}
    body.brief .segment.quad div.wrap > div.wrap {
        width: 100%;
    }

body.brief input[type=number] { width: 6.5em; }

body.brief .segment.despatch div.wrap.full {
    display: block;
    width: auto;
}

.yearweek {
    font-size:.75em;
    padding-left: 5px;
}

body.brief .segment div.wrap.tcol {
    display: inline-block;
    width: 50%;
}

#fieldEdit, 
#segmentEdit {
    display: none;
    position: absolute;
    line-height: 20px;
    left: -10px;
    top: -20px;
    background-color: #00f;
    color: #fff;
    padding: 0 10px 0 15px;
    cursor: pointer;
}

#segmentEdit {
    background-color: #f0f;
}

    body.brief.edit .segment div.wrap,
    body.brief.edit .segment h2 {
        position: relative;
        border-left: 10px solid transparent;
        z-index: 0;
    }

        body.brief.edit .segment div.wrap:hover {
            border-left-color: #00f;
        }

        body.brief.edit .segment h2:hover {
            border-left-color: #f0f;
        }

    body.brief.edit .segment div.wrap:hover #fieldEdit,
    body.brief.edit .segment h2:hover #segmentEdit
    {
        display: block;
    }

    body.brief .segment.despatch textarea {
        width: 220px;
        height: 120px;
    }

body.brief .segment div.wrap .instructions {
    margin-left: 220px;
}

body.brief label.error {
    vertical-align: inherit;
    background: #d63d2c;
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
}

body.brief textarea {
    width: 580px;
    height: 260px;
    vertical-align: top;
}

body.brief textarea.basic {
    height: 80px;
    margin-right: 20px;
}

    body.brief textarea.dialog {
        width: auto;
    }

    body.brief textarea.basic[readonly] {
        background-color: #eee;
    }

body.brief textarea.basic.alt[readonly],
span.basic.alt.same {
    background-color: #b8e1b8;
}

span.basic {
    width: 580px;
    padding: 5px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
    position: relative;
    min-height: 2.2em;
}

span.basic::before,
span.basic.alt::before {
    position: absolute;
    top: -10px;
    font-size: 10px;
    line-height: 10px;
}

span.basic::before {
    content: "Original";
}

span.basic.alt::before {
    content: "Amendment";
}

body .brief input, body.brief select {
    vertical-align: middle;
}

body.brief #selectProject, body.brief .selectProject span {
    margin-left: -4px;
}

table.ftable {
    border-spacing: 0;
}

    table.ftable th {
        vertical-align: middle;
		background: #ccc;
    }

    table.ftable th, table.ftable td {
        padding: 5px 3px;
    }

    table.ftable td {
        border-bottom: 1px solid #dfdfdf;
        vertical-align: top;
    }

    table.ftable tr:last-child td {
        border-bottom: none;
    }

    table.ftable.set {
        margin-left: 10px;
    }

        table.ftable.set select {
           margin: 0;
        }

table.ftable label.error {
    margin: 5px 0 0 0;
    max-width:100%;
    width:100%;
    height: 2em;
    display:block;
    overflow:hidden;
    white-space: nowrap;
    font-size:.8em;
    text-align: center;
}

.bcb {
    position:relative;
    white-space: nowrap;
}

input.short { width: 60px; }
input.long { width: 200px; }

table.ftable .bcb label.error {
    position:absolute;
    bottom:0;
}

table.ftable .bcb input.error {
    margin-bottom: 26px;
    vertical-align: top;
}

.colourBlock {
    float: left;
    margin: 4px 4px 0 0;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
}

input.inkSelect,
body.brief table input.inkSelect:disabled 
{
    max-width: 85%;
}

#tSettings th:nth-child(2),
#tSettings th:nth-child(4),
#tSettings th:nth-child(5),
#tSettings th:nth-child(6),
#tSettings th:nth-child(7),
#tSettings th:nth-child(8),
#tSettings th:nth-child(9),
#tSettings th:nth-child(11) 
{
    cursor: pointer;
}

.invalid {
    background-color: #ff6347;
}

.valid {
    background-color: #98fb98;
}

.delete {
    cursor: pointer;
}

table.ftable tr.new .delete {
    display: none;
}

body.brief .segment div.wrap .new span.uploadInfo,
span.uploadInfo {
    display: none;
}

span.uploadState {
    margin-right: 10px;
}

span.uploadProgress {
    position: relative;
    display: inline-block;
    height: 1.3em;
    font-size: 1em;
    width: 200px;
    background-color: #708090;
}

    span.uploadProgress span.bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 1.3em;
        background-color: #4169e1;
        width: 0%;
        z-index: 0;
    }

    span.uploadProgress span.p {
        position: absolute;
        left: 0;
        top: 0;
        height: 1.3em;
        width: 100%;
        z-index: 1;
        text-align: center;
        color: #fff;
    }

input:disabled, select:disabled, textarea:disabled {
    border: none;
    color: #000;
    background-color: transparent;
}

select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0;
}

body.brief input:disabled,
body.brief select:disabled {
    width: 60%;
}

    body.brief input:disabled.wyw {
        width: auto;
    }

body.brief input.barcode,
table.appro select:disabled,
body.brief table input:disabled {
    width: 100%;
}

body.brief .segment div.wrap > .fields {
    width: 60%;
}

.segment table.ftable div.wrap > .fields {
    width: 100%;
}

    body.brief .segment div.wrap > .fields input:disabled, body.brief .segment div.wrap > .fields select:disabled {
        width: 95%;
    }

body.brief .segment div.wrap > span {
    display: inline-block;
    vertical-align: middle;
}

table.ftable.appro {
    display: inline-block;
    vertical-align: top;
}

    table.ftable.appro input {
        width: 400px;
    }

/* View Artwork */
body.viewartwork {
    background: #f3f3f4;
}

.header {
    background: #000;
    color: #fff;
    width: 100%;
    height: 105px;
    margin-bottom: 10px;
    position: relative;
}

    .header div.inner {
        width: 1280px;
        margin: 0 auto;
        display: block;
        background: #000;
    }

    .header div {
        display: table-cell;
        vertical-align: middle;
        width: 18%;
        height: 105px;
        padding: 0 1%;
    }

        .header div.block {
            position: relative;
            z-index: 2;
        }

        .header div.logo img {
            max-height: 71px;
            max-width: 100%;
            width: auto;
            height: auto;
            margin: 0 auto;
        }

        .header div.logo {
            text-align: center;
            height: 105px;
            vertical-align: middle
        }

        .header div.logo {
            background: #000;
        }

            .header div.logo.va {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 0;
                width: 600px;
                padding: 0;
            }

                .header div.logo.va img {
                    max-height: 105px;
                }

    .header .controls {
        background: #000;
        height: 30px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

        .header .controls a {
            margin: 3px 10px;
            display: inline-block;
            width: 65px;
            height: 17px;
            font-weight: bold;
            border: 1px solid #8a8a8a;
            background: linear-gradient(to bottom, #e4e4e4 10%, #c1c1c1 100%);
            text-align: center;
            font-size: 11.5px;
            line-height: 17px;
        }

            .header .controls a:hover {
                color: #fff;
                border-color: #7baeb2;
                background: #91c6ce;
            }

    .header div .title {
        font-size: 20px;
        font-weight: lighter;
    }

    .header div .version {
        font-size: 50px;
        margin-left: 5px;
    }

    .header div .text {
        display: block;
        font-size: 16px;
    }

    .header div span {
        vertical-align: top;
    }

.c {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}

    .c .i {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
        display: inline-block;
    }

    .c .column {
        display: inline-block;
        padding: 2%;
        vertical-align: top;
    }

        .c .column.l {
            width: 55%;
            border-right: 2px solid #d1d2d4;
        }

        .c .column.r {
            width: 36%;
        }

#approvalArea {
    width: 45%;
}

.c div.artwork {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 5px 0;
}

    .c div.artwork.live {
        padding-top: 0;
        ;
    }

    .c div.artwork:last-of-type {
        border-bottom: none;
    }

.c .artwork .image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 99%;
    font-size: 0;
    width: 25%;
    margin-right: 3%;
    text-align: center;
}

.c .artwork img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
    box-shadow: 0 5px 3px #ccc;
}

    .c .artwork img.d {
        width: 95%;
        position: absolute;
        bottom: -4px;
        left: -4px;
    }

.c .artwork .overview {
    width: 72%;
    display: inline-block;
    vertical-align: top;
}

    .c .artwork .overview h2 {
        font-size: 14px;
        display: inline-block;
        margin: 0;
        padding: 10px;
        color: #333;
    }

    .c .artwork .overview,
    .c .overview .title,
    .c .artwork .overview a {
        color: #939598;
    }

        .c .artwork .overview a {
            font-size: 16px;
        }

            .c .artwork .overview a.artwork {
                color: #8D90A1;
            }

        .c .artwork .overview .title {
            margin: 0 .25em 0 0;
            font-size: 16px;
            font-weight: bold;
            display: inline-block;
        }

        .c .artwork .overview span {
            margin: 5px 0 6px 0;
            font-size: 15px;
            line-height: 24px;
        }

        .c .artwork .overview img.d {
            width: 25%;
        }

        .c .artwork .overview .p .w {
            padding: 0 0 10px;
            display: block;
        }

            .c .artwork .overview .p .w .fa {
                min-width: 16px;
                color: #666;
                margin-right: 0.4em
            }

.c .comp {
    background: #939598;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    border-radius: 0 14px 14px 0;
    padding: 0 3px 0 0;
    margin: 10px 0 0 -4%;
    padding-left: 10%;
}

    .c .comp span {
        background: #fff;
        color: #939598;
        vertical-align: text-bottom;
        border-radius: 10px;
        padding: 0 10px 1px 10px;
        line-height: 26px;
    }

.c .artwork.prev .overview img.d {
    width: 40%;
    margin-left: 2%;
}

.c .artwork .options {
}

/*.previous .artwork.prev:nth-child(n+3) { display: none; }*/

.c .loadmore {
    background: #d1d2d4;
    color: #fff;
    float: right;
    padding: 5px 20px 8px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 13px;
    font-weight: bold;
}

.c .p {
    padding: 0 10px;
}

.table {
    width: 100%;
}

    .table .th, .table .td {
        display: inline-block;
        vertical-align: middle;
    }

    .table.approvers .th, .table.approvers .td {
        width: 50%;
    }

        .table.approvers .th.right, .table.approvers .td.right {
            text-align: right;
            padding: 0;
            background-color: transparent;
        }

    .table.approvers .th {
        text-align: center;
        color: #939598;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
    }

    .table.approvers .td {
        text-align: center;
        color: #939598;
    }

        .table.approvers .th:first-child, .table.approvers .td:first-child {
            text-align: left;
        }

    .table.approvers .thead {
        border-bottom: 4px solid #d1d2d4;
    }

    .table.approvers .status { /*background-color:#fff;*/
        width: 70%;
        display: inline-block;
        height: 20px;
        border-radius: 10px;
        line-height: 20px;
        padding: 0 2px 2px 2px;
        text-align: right;
        font-size: 14px;
    }

.indicator {
    border: 4px solid #d1d2d4;
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-color: #d1d2d4;
    margin-left: 10px;
}

.indicator.rect {
    border-radius: 5px;
    border-width: 2px;
    width: 12px;
    margin-left: 1px;
    height: 18px;
}

table.docs .indicator { margin: 0 10px 0 0; vertical-align: text-bottom; position: relative; }

.nostretch {
    width: 1%;
    white-space: nowrap;
}

.pushstretch { width: 20%; }

.table.approvers .thead 
{
    padding-right: 30px;
}

.table.approvers .tbody
{
    height: 267px;
    overflow-y: scroll;
    padding-right: 5px;
}

body.viewartwork .table.approvers .tbody
{
    height: auto;
    overflow: unset;
}

.page.profile .table.approvers.docs .tbody {
    height: 237px;
}

/*.table.approvers {
    height: 400px;
    overflow-y: scroll;
    padding-right: 2%;
}

.table.approvers.docs {
    height: 259px;
}*/
.table.approvers .status .date {
    font-size: 12px;
    margin-left: 13px;
    vertical-align: middle;
    display: block;
    padding-right: 29px;
}

.table.approvers .tr {
    margin: 7px 0 3px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d1d2d4;
}

.table.approvers .tr:last-of-type { border-bottom: 0; }

.table.approvers .td h3 {
    color: #939598;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 4px;
    white-space: nowrap;
}

.table.approvers .tr.deleted .td h3 {
    text-decoration: line-through;
}

.table.approvers .tr.deleted .td h3::after {
    content: " (Deleted)";
    color: #f00;
}

.table.approvers .td p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.table.approvers .td .contact {
    background: #939598;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
}

    .table.approvers .td .contact a {
        color: #fff
    }

    .table.approvers .td .contact:hover {
        background: #a4a6a9;
    }
    
.fillOrange {
    background-color: #f7941e !important;
    color: #fff !important;
}

.fillRed {
    background-color: #ed1c24 !important;
    color: #fff !important;
}

.fillGreen {
    background-color: #8dc63f !important;
    color: #fff !important;
}

.fillYellow {
    background-color: #ffed00 !important;
    color: #000 !important;
}

.fillBlue {
    background-color: #1c68ed !important;
    color: #000 !important;
}

.fillGreen a:hover,
.fillRed a:hover {
    color: #444;
}

.key {
    width: 100%;
    margin: 0 0 5px 0;
    color: #939598;
}

.key.ac { clear: left; margin-top: 15px; }

    .key.fw {
        width: 100%;
    }

    .key h2, .key h3 {
        color: #939598;
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 0 5px 0;
    }

    key h3 {
        font-size: 14px;
    }

    .key .item {
        height: 25px;
        font-size: 14px;
        display: inline-block;
        margin: 0 5px 0 0;
        white-space: nowrap;
    }

        .key .item .indicator { /*float:right;*/
            margin-left: 0;
        }

    .key h3 {
        border-bottom: 4px solid #d1d2d4;
    }

.masterSignOff {
    border-top: 2px solid #d1d2d4;
}

    .masterSignOff span, .btnApprove {
        background-color: #d1d2d4;
        border: 2px solid #d1d2d4;
        border-top: none;
        padding: 5px 15px 6px 15px;
        margin: 0 6px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        border-radius: 0 0 10px 10px;
        font-weight: bold;
        font-size: 14px;
        color: #a7a9ac;
        float: right;
        cursor: pointer;
    }

        .masterSignOff span a {
            color: #fff;
        }

        .btnApprove button {
            border: none;
            background: none;
            text-transform: uppercase;
            cursor: pointer;
            color: #fff;
        }

            .btnApprove button:disabled {
                cursor: default;
                color: #333;
            }

.loadmore {
    cursor: pointer;
}


/* End View Artwork */

div.homeMenu {
    background-color: #edecf2;
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    height: 460px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 25px;
}

div.menuItem {
    display: inline-block;
}

div.buttons a {
    display: inline-block;
    max-width: 33%;
}

div.jobpage .table.approvers .th, div.jobpage .table.approvers .td {
    width: 49%;
}

div.jobpage .table.docs .th, div.jobpage .table.docs .td {
    width: 33%;
}

    div.jobpage .key,
    div.jobpage .table.approvers .td.full {
        width: 100%;
    }

div.jobpage .key {
    text-align: center;
}

        .table.approvers .td .contact.ar {
            font-size: 13px;
            margin-right: 10px;
            margin-top: 20px;
            font-weight: normal;
        }

    .table.approvers .td .contact.ar.a {
        background-color: #8dc63f;
    }

    .table.approvers .td .contact.ar.r {
        background-color: #ed1c24;
    }

.jobHead {
    background-color: #b1b1b1;
    margin-bottom: 0;
    padding: 0.5em;
    font-size: 14px;
}

    .jobHead.long {
        padding: 0.3em 0;
    }

    /*.jobHead .th, .jobHead .td { width:16%; max-width:16%; overflow:hidden; display:inline-block; vertical-align:top; padding: .25em 0; text-align: left; font-size: 14px; }*/
    .jobHead .th {
        font-weight: bold;
    }


.account {
    color: #6c6c6c;
    padding-left: 10px;
    font-weight: normal;
    font-size: 95%;
    font-weight: bold;
}

.fields {
    display: inline-block;
    vertical-align: top;
}

    .fields select {
        margin-bottom: 10px;
    }

.makeChanges {
    margin-top: 10px;
}

.selInk:disabled {
    margin-left: 1px;
}

.c .artwork .overview a.delete.artwork {
    color: #c00;
}

.projectHeader {
    background-color: #ffa626;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: left;
}

.strong {
    font-weight: bold;
}

img.required {
    margin-left: 1px;
}

body.brief.supplier textarea {
    width: auto;
    height: auto;
}

.page {
    text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}

.left,
.right,
.full {
    display: inline-block;
    vertical-align: top;
    padding: .6% .6% 0 .6%;
}

.left {
    width: 64.5%;
    border-right: 2px solid #d1d2d4;
    margin-right: .5%;
}

.right {
    width: 35%;
    background-color: #edecf1;
}

.page h1 { font-size: 24px; }

.buttons {
    background-color: #edecf1;
    text-align: justify;
    margin-bottom: 10px;
    width: 100%;
    clear: right;
}

    .buttons img {
        display: inline-block;
        width: 100%;
    }

    .buttons:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 0;
    }

.jobHead table {
    width: auto !important;
}

.jobHead .th, .jobHead .td {
    width: auto !important;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    padding: .25em 25px;
    display: table-cell;
    font-size: 14px;
}

    .jobHead .th:first-child, .jobHead .td:first-child {
        padding-left: 10px;
    }
    
.jobHead tbody.long .th,
.jobHead tbody.long .td {
    padding: 0 25px;
}

.th {
    font-weight: bold;
}

.deadline.jobHead .th, .deadline.jobHead .td {
    width: 48%;
    max-width: 48%;
}

table.audit td {
    color: #939598;
    font-size: 14px;
}

.profile .left {
    width: 45%;
}

.profile .right {
    width: 54%;
}

.profile div.buttons {
}

    .profile div.buttons a {
        max-width: 50%;
    }

.jobHead select {
    background: transparent;
    border: none;
}

.jobAcceptance {
    border: 5px solid #ddd;
    border-radius: 10px;
    background: #fd2;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
}

    .jobAcceptance p {
        margin: 0;
        font-size: 14px;
    }

    .jobAcceptance a {
        text-decoration: underline;
    }

    .jobAcceptance.QC {
        background-color: #6f0;
    }
.jobAcceptance.Ready-to-invoice { background-color: #aaddff; }

    .jobAcceptance.Output,
    .jobAcceptance.Imaging,
    .jobAcceptance.Plate-QC
    {
        position: relative;
        min-width: 400px;
    }

        .jobAcceptance.Output button,
        .jobAcceptance.Imaging button,
        .jobAcceptance.Plate-QC button {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    .jobAcceptance label.title {
    }

    .jobAcceptance > div {
        display: table;
    }

    .jobAcceptance > div div {
        display: table-row;
        padding-bottom: 10px;
    }

    .jobAcceptance label {
        display: table-cell;
        padding-right: 30px;
    }

    .jobAcceptance table { margin-bottom: 15px; }
    .jobAcceptance table tr { background: #eee; }
    .jobAcceptance table tr:last-child { background: #ccc; }

        .jobAcceptance table tr:nth-child(2n) {
            background: #fff;
        }

    .jobAcceptance input.num { text-align:right; width: 50px; padding-right: 2px; }
    .jobAcceptance input[disabled] { font-weight: bold; }

    .jobAcceptance.printed {float:right;}

    .jobAcceptance.archived { width: 100%; background: #c00; color: #fff; }
    .jobAcceptance.archived p strong { font-size: 20px; }
    .jobAcceptance.archived p { font-size: 20px; }

        body.despatch .jobHead {
            margin-bottom: 20px;
        }

body.despatch table.despatch {
    width: 95%;
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 12px;
}

    body.despatch table.despatch tr {
        background-color: #e1e1e1;
    }

        body.despatch table.despatch tr:nth-child(2n+1) {
            background-color: #f1f1f1;
        }

    body.despatch table.despatch td, body.despatch table.despatch th {
        padding: 5px;
    }

body.brief .briefVersions {
    padding: 0 0 30px 0;
}

    body.brief .briefVersions label {
        width: auto;
        min-width: inherit;
    }

    body.brief .briefVersions input[type=submit],
    a.button,
    button.button {
        margin-left: 10px;
        font-weight: 700;
        border-style: solid;
        border-width: 1px;
        border-color: #8a8a8a;
        background: linear-gradient(to bottom, #ddd 20%, #b0b0b0 100%);
        text-decoration: none;
    }

.buttonlist .button {
    display: block;
    text-align: center;
    padding: 3px 20px;
    margin: 0 10px 10px 0;
}

        a.button.fillOrange {
            background: linear-gradient(to bottom, #f7a749 20%, #f7941e 100%);
            border-color: #f78600;
        }

        a.button.fillRed {
            background: linear-gradient(to bottom, #ed565b 20%, #ed1c24 100%);
            border-color: #ed0009;
        }

        a.button.fillGreen {
            background: linear-gradient(to bottom, #99c65c 20%, #8dc63f 100%);
            border-color: #74c604;
        }

body.brief .briefVersions input[type=submit]:hover,
a.button:hover,
button.button:hover,
.buttonlist .button.active {
    cursor: pointer;
    color: #fff;
    background: #91c6cc;
    border-color: #79aeb4;
}

.buttonlist .button.active {
    color: #000;
}
.buttonlist .button.active:hover {
    color: #fff;
}

    body.brief .briefVersions .wrap {
        margin: 8px 0;
    }

td.manage a.button {
    display: block;
    margin: 5px 10px;
}

a.button,
button.button {
    padding: 1px 10px 1px 7px;
}

    a.button .fa {
        margin-right: 8px;
    }

body.search input[type=radio], body.search input[type=checkbox] {
    margin: 0 5px;
}

body.LoginPage input[name=txtName],
body.LoginPage input[name=txtCC],
body.LoginPage input[name=txtPassword] {
    width: 185px;
    margin-left: 5px;
}

body.LoginPage input[name=chkRemember] {
    margin: 5px;
}

a.side-tab {
    background: linear-gradient(to bottom, #dedede 50%, #adadad 100%);
    display: inline-block;
    border: 0.5px solid #7e7e7e;
    border-radius: 3px;
    font-weight: bold;
    min-height: 91px;
    max-width: 22px;
    width: 22px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    color: #282828;
}

    a.side-tab.active {
        background: #91c6cc;
        color: #fff;
    }

    a.side-tab span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 19px;
        behavior: url(-ms-transform.htc);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
    }

.wrap.address div {
    display: inline-block;
    vertical-align: top;
}

    .wrap.address div select {
        display: block;
        margin-bottom: 5px;
    }

.wrap.address #btnSaveAddress {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: bottom;
}

.segment .hr {
    border-bottom: 1px solid #666;
    width: 95%;
    margin: 20px auto;
}

.briefPage.despatchSend .combo {
    width: 400px;
}

.briefPage.despatchSend button.add {
    margin-left: 10px;
    vertical-align: bottom;
}

.briefPage.despatchSend .recipients span {
    margin-right: 5px;
    border: 1px solid #666;
    background: #fff;
    padding: 3px 20px 3px 8px;
    color: #666;
    border-radius: 3px;
    line-height: 15px;
}

    .briefPage.despatchSend .recipients span:hover {
        cursor: pointer;
        padding-right: 3px;
    }

        .briefPage.despatchSend .recipients span:hover:after {
            content: "x";
            border: 1px solid #c00;
            background: #f00;
            color: #fff;
            padding: 0 2px;
            margin-left: 5px;
            border-radius: 3px;
            display: inline-block;
            line-height: 12px;
        }

.tblApproval tbody tr:first-of-type .aMoveUp,
.tblApproval tbody tr:last-of-type .aMoveDown {
    display: none;
}

.tblApproval tbody td:nth-child(-n+2) {
    width: 20px;
    text-align: center;
}

.tblApproval a {
    cursor: pointer
}

tr.searchrow:hover {
    cursor: pointer;
}

#sendApproval {
    cursor: pointer;
}

.DataList .preview { width:44px; min-height: 44px; object-fit: contain; }

.DataList label {
    display: inline-block;
    width: 200px;
}

    .DataList label input[type=checkbox] {
        margin-right: 10px;
    }
    
.companiesList { height: 185px; overflow-y: scroll; }
.companiesList label { display: inline-block; margin: 0 10px 5px 0; padding: 5px; background: #fff; border: 1px solid #ccc; display: block; }
.companiesList label input { margin-right: 5px; }

iframe#detail {
    min-height: 800px;
}

tbody.jobs tr td:first-of-type {
    padding-left: 50px;
}

tbody.jobs tr td {
    background-color: #ddd;
}

tr.parent td {
    background-color: #abc;
}

.sweet-alert textarea {
    width: 100% !important;
    line-height: 1.3em;
    height: 6.5em !important;
}

.dot:before {
    position: absolute;
    left: 62px;
    top: 36px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ED1C24;
    color: #fff;
    content: attr(data-content);
    text-align: center;
    font-weight: bold;
}

.jpbtn {
    position: relative;
}

table.ftable td.split {
    border-left: 2px solid #ccc;
    padding-left: 10px;
}

table.audit td { vertical-align: top; border-bottom: 1px solid #ccc; }

body.docs .indicator.hasComment:before {
    content: "i";
    font-style: italic;
    color: #fff;
    line-height: 23px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: -4px;
    width: 20px;
    display: block;
    text-align: center;
    font-family: serif;
    font-size: 11px;
}

.sweet-alert.reject p { white-space: pre-wrap; }

body.profile {
    background: url(../Images/trianglify2.svg);
    background-size: cover;
}

center div.page.profile { padding: 20px; background: #edecf1; }

a.addAllApprovers { color: #c00; }

.errormsg { background: #ff9898; padding: 7px 7px; line-height: 14px; margin: 10px 0; border: 1px solid #cc0000; }

tr.docGroup td { background: #a9d9e3; border-bottom: 1px solid #999; }
table.docs table.docs { margin: 10px auto; width: 90%; }

[data-deleted="true"] {
    display: none;
}

.version {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #333;
    padding: 0 5px;
}