#wrapper .systemTitleContainer {
    background: #373b41;
    color: #fff;
    text-align: center;
    height: 50%;
    position: relative;
}

#wrapper .systemTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wrapper .systemTitle h1 {
    color: #fff;
    font-size: 50px;
    font-family: 'Lyon Display Web';
    font-stretch: normal;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: -1px;
}

#wrapper .systemTitle span {
    font-family: "Proxima Nova A W07 Regular";
    padding: 10px 0 0;
    display: block;
    font-weight: 600;
    letter-spacing: 4px;
}

#logIn, #authoriseLocation {
    width: 410px;
    margin: 0 auto;
}

#logIn #password {
    width: 100%;
    background: #f2f2f2;
    border: none;
    height: 40px;
    text-indent: 10px;
}

#logIn #username {
    width: 100%;
    background: #f2f2f2;
    border: none;
    height: 40px;
    margin: 0 0 5px;
    padding: 5px 6px;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#logIn .submit, #authoriseLocation .sumbit {
    margin-left: 120px;
}

#logIn legend, #authoriseLocation legend {
    font-size: 2em;
    padding-bottom: 0.5em;
}

#logIn legend span, #authoriseLocation legend span {
    color: #4f4a37;
}

#login label, #authoriseLocationForm label {
    float: left;
    width: 130px;
    margin: 0.2em 0 0 0;
    white-space: nowrap;
}

#login legend, #authoriseLocationForm legend {
    font-size: 1.9em;
    padding: 0.5em 0;
    color: #a4aca4;
}

#login .red, #authoriseLocationForm .red {
    color: #ff0000;
}

#login .inputRow {
    padding: 0 0 10px;
}

#login .loginBtn {
    text-align: center;
}

#login ul {
    padding: 0;
    margin: 0;
}

#login ul.errors {
    color: #ff0000;
    list-style: none;
    padding: 0 0 0 130px;
}

#login #submit, #authoriseLocationForm #submit {
    padding: 0;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    background: #fff;
    font-weight: bold;
    padding: 0.4em 2.5em;
    margin: 40px 0 0;
    font-family: "Proxima N W01 At Bold";
    color: #373b41;
    border: 2px solid #373b41;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 2px;
}

#logIn h2 {
    padding: 40px 0 20px;
    font-size: 32px;
    text-align: center;
    font-family: 'Lyon Display Web';
    font-stretch: normal;
    font-weight: 500;
}

#authoriseLocationForm #submit {
    margin-top: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #373b41;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #373b41;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #373b41;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #373b41;
}

/* menu */

#header {
    top: 0;
    width: 100%;
    min-width: 950px;
    position: fixed;
    z-index: 2;
    background: #373b41;
    margin: 0;
}

#header .logo {
    float: left;
    padding: 10px 30px 15px 30px;
    color: #fff;
    font-size: 28px;
}

#header .logo img {
    vertical-align: bottom;
}

#masthead {
    float: right;
    width: 100%;
    padding: 10px 0;
}

#productionCountdown {
    padding: 10px 0 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #a4aca4;
    text-indent: 15px;
    text-align: left;
}

#cambridge-colours #header, #london-colours #header, #kurv-colours #header {
    background: #373b41;
}

#cambridge-colours #productionCountdown, #london-colours #productionCountdown, #kurv-colours #productionCountdown {
    color: #fff;
}

#select-month {
    float: left;
    padding: 22px 30px 0 30px;
    font-size: 10px;
}

#select-month h2 {
    float: left;
    color: #fff;
    margin: 0;
    padding: 6px 10px 0;
}

#select-month select {
    margin: 0;
}

#select-date {
    vertical-align: bottom;
    padding: 0px 0 1px;
    font-weight: bold;
}

#masthead .menu {
    float: right;
    padding: 26px 15px 0 0;
    list-style: none;
}

#masthead .menu li {
    float: left;
}

#masthead .menu a, #masthead .menu span {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 1em;
}

#masthead .menu a:hover {
    text-decoration: underline
}

/* summary */

#summary {
    position: fixed;
    float: left;
    width: 34%;
    background: #fff;
    padding: 0 0 100px;
}

#summary ul {
    margin: 0;
    list-style: none;
}

#summary h3 {
    font-weight: normal;
    font-size: 19px;
    float: left;
}

.group-figure-heading {
    text-indent: 10px;
    padding: 5px 0;
    color: #fff;
    background:#333 url('/images/plus-minus-icon.png') top right no-repeat;
}

.group-figure-heading.active {
    background-position: right -40px;
}

.group-figure-heading h3 {
    color:#fff;
    font-size:17px !important;
    font-weight: bold;
}

#summary a {
    display: inline-block;
    padding: 5px 0 0;
    color: #fff;
    text-decoration: none;
    width: 100px;
}

#production {
    margin: 0 0 0 25%;
}

.summaryHeader {
. background: #e5e5e5;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.summaryContainer {
    display: none;
}

.summaryData {
    float: left;
    line-height: 38px;
    text-indent: 15px;
}

.group-heading {
    width: 100%;
    margin-top:15px;
    padding: 8px 0 5px;
    text-indent: 15px;
    background: #a4aca4;
}

.group-heading h4 {
    padding: 0;
    margin: 0;
}

.departmentHeader, .department {
    width: 30%
}

.deptCodeHeader, .deptcode{
   width : 15%
}

.grossSaleSummaryBlock .summaryData {
    text-indent: 0;
}

.grossSaleSummaryBlock .summaryData.departmentHeader {
    text-indent: 15px;
}

.invoiceTotalHeader, .invoiceTotal {
    width: 20%
}

.invoiceTotal{
   text-align:center;
}

.cosHeader, .cos {
    width: 15%;
    text-align:center;
}

.gpTotalHeader, .gpTotal {
    width: 20%;
   text-align:center;
}

.summaryBlock .summaryRow {
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
}

.summaryBlock .summaryRow .departmentTarget {
    width: 10px;
    height: 40px;
    margin: 0 5px 0 0;
    text-indent: -9999px;
}

.summaryBlock .summaryRow .departmentTarget.target-success {
    background: #00ff00;
}

.summaryBlock .summaryRow .departmentTarget.target-warning {
    background: #ff0000;
}

.summaryData .confirmedTotal, .summaryData .speculativeTotal {
    width: 50%;
    float: left;
}

.summaryData .speculativeTotal, .summaryData .cosSpeculativeTotal, .summaryData .speculativeCos {
    display: none;
}

.summaryHeader .summaryRow {
    background: #a4aca4;
    padding: 5px 0;
    background: rgb(239, 239, 239);
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(94%, rgba(228, 228, 228, 1)), color-stop(97%, rgba(230, 230, 230, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#eeeeee', GradientType=0);
}

.summaryHeader .summaryRow .summaryData {
    color: #000;
    font-weight: bold;
}

.summaryBlock > .summaryRow:nth-child(even) {
    background: #f9f9f9;
}

.summaryBlock > .summaryRow:hover {
    background: #f6f4f4;
    cursor: pointer;
}

.summaryBlock .summaryRow.total {
    background: #373b41;
    color: #fff;
}

.summaryBlock .summaryRow.total .department {
    text-indent: 15px;
}

.summaryBlock .total .summaryData .confirmedTotal, .summaryBlock .total .summaryData .agencyIncomeTotal, .summaryBlock .total .summaryData .confirmedCos, .summaryBlock .total .department {
    font-weight: bold;
}

.grossSaleSummaryBlock .summaryHeader .summaryRow {
    background: rgb(239, 239, 239);
    background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239, 239, 239, 1)), color-stop(94%, rgba(228, 228, 228, 1)), color-stop(97%, rgba(230, 230, 230, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
    background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -o-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: -ms-linear-gradient(top, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 0%, rgba(228, 228, 228, 1) 94%, rgba(230, 230, 230, 1) 97%, rgba(238, 238, 238, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#eeeeee', GradientType=0);
}

.speculativeTotals {
    padding: 10px 0 20px;
}

.speculativeTotals input {
    margin: 4px
}

#summary-section-norwich .summary-headings, #summary-section-cambridge .summary-headings, #summary-section-london .summary-headings, #summary-section-kurv .summary-headings {
    background: #a4aca4 url('/images/plus-minus-icon.png') top right no-repeat;
    text-indent: 10px;
    margin: 0 0 10px;
    padding: 5px 0;
}

#summary-section-cambridge .summary-headings, #summary-section-kurv .summary-headings {
    background: #a4aca4 url('/images/plus-minus-icon.png') top right no-repeat;
}

#summary-section-london .summary-headings {
    background: #a4aca4 url('/images/plus-minus-icon.png') top right no-repeat;
}

#summary-section-norwich .summary-headings.active, #summary-section-cambridge .summary-headings.active, #summary-section-london .summary-headings.active, #summary-section-kurv .summary-headings.active {
    background-position: right -40px;
}

#summary .summary-headings:hover {
    cursor: pointer;
}

/* main content */

#mainContent {
    clear: both;
    z-index: 1;
    padding: 115px 5px 20px 5px;

}

#content {
    float: right;
    text-align: left;
    width: 65%;
    padding: 0 0 50px;
}

#content .contentOptions {
    height: 41px
}

#content .contentOptions #addJobNumber {
    float: right;
}

#content .contentOptions #addClient {
    float: right;
    margin: 0 15px 0 0;
}

#content .contentOptions #addInvoice {
    float: right;
}

#content .contentOptions #exportInvoice {
    float: right;
    margin: 0 15px 0 0;
}

#content .contentOptions #addInvoice.production-page {
    margin: 0 15px 0 0;
}

#content .contentOptions h1 {
    float: left;
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 0.4em;
}

/* clients job container */

.clientContainer, .jobContainer {
    padding: 10px;
}

.clientContainer h1, .jobContainer h1, .invoiceContainer h1 {
    color: #333;
    padding: 0 0 15px;
    font-size: 30px
}

#cambridge-colours .invoiceContainer h1 {
    color: #373b41
}

#london-colours .invoiceContainer h1 {
    color: #373b41
}

#kurv-colours .invoiceContainer h1 {
    color: #373b41
}

/* clients */

#content .client-section {
    font-weight: bold;
    padding: 0 15px 15px;
}

.clients {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    border-collapse: collapsed;
}

.clients .clientPrefix {
    width: 10%;
    text-align: center;
}

.clients .clientName {
    width: 30%;
}

.clients .clientContact {
    width: 25%;
}

.clients .clientManager {
    width: 15%;
}

.clients .actions {
    width: 13%;
}

#clientFilter {
    padding: 0 0 15px;
    margin: 0;
    float: right;
}

#clientFilter li {
    display: inline;
}

#clientFilter li a {
    padding: 5px;
    color: #105579
}

.clients {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
}

.clients thead tr th {
    background: #a4aca4;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.clients thead tr th:first-child {
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px 6px;
}

.clients thead tr th:last-child {
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px 6px;
}

.clients tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.clients tbody tr:hover {
    background: #f6f4f4;
    cursor: pointer;
}

.clients tbody tr td {
    padding: 6px 10px;
    border-bottom: 1px solid #333;
}

#cambridge-colours .clients thead tr th {
    background: #373b41
}

#manageClientForm .formLeftInputs, #manageClientForm .formRightInputs {
    width: 375px
}

#manageClientForm .formLeftInputs {
    float: left;
}

#manageClientForm .formRightInputs {
    float: right;
}

#manageClientForm .inputRow {
    padding: 0 0 5px
}

#manageClientForm .inputRow label.error, #manageClientForm .inputRow select.error {
    padding: 0 0 0 140px;
}

#manageClientForm .formLeftInputs .inputRow span.red, #manageClientForm .formRightInputs .inputRow span.red {
    color: #ff0000;
}

#manageClientForm input.error, #manageClientForm select.error, #manageClientForm textarea.error {
    border: 1px solid #ff0000;
}

#manageClientForm .formLeftInputs label.error, #manageClientForm .formRightInputs label.error {
    clear: both;
    color: #ff0000;
}

#manageClientForm #client_prefix {
    width: 75px;
}

#manageClientForm #client_name {
    width: 186px;
}

#manageClientForm #account_manager_id {
    width: 200px;
}

#manageClientForm .formSubmit {
    clear: both;
    text-align;
    right;
    text-align: right;
    padding: 10px 15px;
}

#manageClientForm label {
    display: block;
    float: left;
    padding: 3px 0 0;
    width: 140px;
}

#manageClientForm .limitedCompany input {
    margin: 4px;
}

#manageClientForm .limitedCompany .inputs label {
    width: 45px;
}

#manageClientForm .clientStatus input {
    margin: 7px 0 0 2px;
}

/* client jobs */

#job-container .job-header {
    background: #3b8fe6;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#job-container .job-header, #job-container .job-content {
    width: 800px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

#job-container .job-header {
    width: 817px;
}

#job-container .job-content {
    height: 30px;
}

#job-container .job-content div {
    line-height: 28px;
    height: 100%;
}

#job-container .job-numbers {
    width: 100px;
    padding: 0 10px;
}

#job-container .job-numbers #job-number {
    width: 20px;
    margin: 0 0 0 5px;
    text-align: center;
}

#job-container .job-name {
    width: 560px;
}

#job-container .job-name #job-name {
    width: 500px
}

#job-container .job-action {
    width: 120px;
}

#job-container .job-numbers, #job-container .job-name, #job-container .job-action {
    float: left;
}

#job-container .job-action a {
    display: block;
    float: left;
}

#job-container .job-action a.edit-job {
    float: right;
    margin-right: 25px;
}

#job-container .job-action .remove-job, #job-container .job-action .cancel-save {
    padding: 0 0 0 15px;
}

#job-container .job-empty {
    padding: 15px 0;
    text-align: center;
}

#job-container .scroll-container {
    overflow-x: hidden;
    height: 440px;
    overflow-y: scroll;
}

#job-container .job-content:nth-child(odd) {
    background-color: #f9f9f9;
}

#job-container .job-content:hover {
    background: #f6f4f4;
    cursor: pointer;
}

/* jobs */

#managejobForm {
    width: 450px
}

#managejobForm .inputRow {
    padding: 0 0 5px;
}

#managejobForm .inputRow select.error, #managejobForm .inputRow input.error {
    border: 1px solid #ff0000;
}

#managejobForm .inputRow label.error {
    padding: 0 0 0 150px;
    color: #ff0000;
}

#managejobForm .inputRow span.red {
    color: #ff0000;
}

#managejobForm #job_number {
    width: 50px
}

#managejobForm #client_id {
    width: 290px
}

#managejobForm label {
    display: block;
    float: left;
    padding: 3px 0 0;
    width: 150px;
}

#managejobForm .formSubmit {
    clear: both;
    text-align;
    right;
    text-align: right;
    padding: 10px 15px;
}

#managejobForm .clientPrefix {
    display: block;
    float: left;
    padding: 3px 5px 0 0;
}

#managejobForm div.error {
    color: #ff0000;
    padding: 10px 0 0;
}

/* invoices */

.invoices {
    width: 100%;
    padding: 5px 0 0;
    margin: 0;
    border-collapse: collapsed;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.invoices thead tr th {
    background: #a4aca4;
    color: #fff;
    border: none;
    padding: 5px 0px;
}

.invoices thead tr th:first-child {
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px 6px;
}

.invoices thead tr th:last-child {
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px 6px;
}

.invoices tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.invoices tbody tr td, .invoices tfoot tr td {
    padding: 6px 0;
    border-bottom: 1px solid #808080;
}

th.invoiceGroup, td.invoiceGroup {
    width: 1%
}

.invoiceGroup div {
    display: block;
    height: 39px;
    width: 10px;
    margin: -19px 0;
}

.bg-group-id-1 {
    background: #00ff00;
}

.bg-group-id-2 {
    background: #4b73c1;
}

.invoices .invoiceJobNumbers {
    width: 6%;
    text-align: left;
    padding: 0 1%;
}

.invoices .invoiceInvoiceNumber {
    width: 4%;
    text-align: left;
}

.invoices .invoiceClient {
    width: 15%;
}

.invoices .invoiceAgencyCost, .invoices .invoiceTotal, .invoices .invoiceFeeIncome {
    width: 5%;
    text-align: left;
}

.invoices .actions {
    width: 2%;
    text-align: center;
}

.invoices .actions a {
    color: #105579;
}

.invoices .actions a.remove-invoice {
    text-indent: -9999px;
    background: url('/images/icon-trash.gif') 3px 3px no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}

.invoices .invoiceTitle {
    width: 34%;
}

.invoices .sectionTotals {
    background-color: #f9f9f9;
}

.invoices tbody tr {
    height: 40px;
}

.invoices tbody tr.job-status-speculative {
    background-color: #fdd5ce;
    color: #1e0303;
}

.invoices tbody tr.job-status-draft-invoice-raised {
    background-color: #ffffff;
    color: #1e0303;
}

.invoices tbody tr.job-status-invoiced {
    background-color: #d7cfcf;
    color: #1e0303;
}

.invoices tbody tr.job-status-in-progress {
    background-color: #e7ea4862;
    color: #1e0303;
}

.invoices tbody tr.job-status-confirmed {
    background-color: #52f15266;
    color: #1e0303;
}

.invoices tbody tr:hover {
    background-color: #f6f4f4;
    cursor: pointer;
}

#cambridge-colours .invoices thead tr th {
    background: #373b41;
}

.backToTop {
    text-align: right;
    padding: 15px 0;
}

.backToTop a {
    color: #a4aca4
}

/* Invoice Form */

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    padding: 0;
}

.invoiceContainer {
    width: 900px;
}

#manageInvoiceForm .formLeftInputs {
    width: 500px
}

#manageInvoiceForm .formRightInputs {
    width: 400px;
}

#manageInvoiceForm .formLeftInputs {
    float: left;
}

#manageInvoiceForm .formRightInputs {
    float: right;
}

#manageInvoiceForm .inputRow, .jobNumbers .inputRow {
    padding: 0 0 5px;
}

#manageInvoiceForm .inputRow select.error, #manageInvoiceForm .inputRow input.error {
    border: 1px solid #ff0000;
}

#manageInvoiceForm .inputRow label.error {
    padding: 0 0 0 150px;
    color: #ff0000;
}

#manageInvoiceForm .inputRow span.red {
    color: #ff0000;
}

#manageInvoiceForm label {
    display: block;
    float: left;
    padding: 3px 0 0;
    width: 150px;
}

#manageInvoiceForm #client_id {
    width: 325px;
}

#manageInvoiceForm #client_contact {
    width: 260px;
}

#manageInvoiceForm #order_number, #manageInvoiceForm #invoice_total, #manageInvoiceForm #invoice_number {
    width: 80px;
}

.invoiceContainer .jobNumberContainer {
    clear: both;
    padding: 15px 0 0;
}

.invoiceContainer .jobNumberContainer h2 {
    color: #333;
    font-size: 19px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber {
    width: 875px;
    height: 80px;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    overflow-y: scroll
}

.invoiceContainer .jobNumberContainer .assignedJobNumber span.noInvoices {
    color: #c6c6c6;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber {
    width: 95%;
    border: 1px solid #ccc;
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e6e6e6;
    padding: 5px 15px;
    float: left;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-numbers {
    float: left;
    width: 75px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-numbers span {
    display: inline;
    padding: 0 0 0 2px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-numbers #job-number {
    width: 30px;
    display: inline;
    text-align: center;
    margin: 0 5px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-numbers, .invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-name, .invoiceContainer .jobNumberContainer .assignedJobNumber .jobNumber .job-action {
    line-height: 27px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-name {
    float: left;
    width: 75%;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-name #job-name {
    width: 100%;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-title {
    float: left;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .actions {
    float: right;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-action {
    float: right;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-action .save-job {
    float: left;
    padding: 0 5px;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .job-action .save-job:hover {
    cursor: pointer;
}

.invoiceContainer .jobNumberContainer .assignedJobNumber .remove-job, .invoiceContainer .jobNumberContainer .assignedJobNumber .edit-job {
    cursor: pointer;
}

.invoiceContainer .jobNumberContainer .jobNumbers div .inputRow select {
    margin-right: 5px;
}

.invoiceContainer .formSubmit {
    clear: both;
    text-align: right;
    padding: 10px 15px; /*border-top:1px solid #999;*/
    margin-right: 5px;
}

.invoiceContainer .show {
    display: block;
}

.invoiceContainer .hide {
    display: none;
}

.invoiceContainer .invoiceHistory {
    font-size: 11px;
    float: left;
    padding: 5px 0 0
}

.invoiceContainer .invoiceHistory strong {
    display: inline-block;
    padding: 0 0 0 5px;
}

.invoiceContent .jobNumberContainer .newJobNumber {
    display: none;
    margin: 0 0 15px;
    padding: 0 5px 0 0;
    width: 870px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.invoiceContent .jobNumberContainer .newJobNumber #job_number {
    width: 60px;
}

.invoiceContent .jobNumberContainer #job_title {
    width: 300px;
}

.invoiceContent .jobNumberContainer .newJobNumber .jobNumber, .invoiceContent .jobNumberContainer .newJobNumber .jobTitle {
    padding: 5px;
}

.invoiceContent .jobNumberContainer .newJobNumber .addJobHeader {
    padding: 10px 15px;
    float: left;
    background: #3b8fe6;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #528ecc;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}

.invoiceContent .jobNumberContainer .newJobNumber .jobNumber label, .invoiceContent .jobNumberContainer .newJobNumber .jobTitle label, .invoiceContent .jobNumberContainer .newJobNumber .jobNumber .clientPrefix {
    padding: 4px 10px 0;
    float: left;
}

.invoiceContent .jobNumberContainer .newJobNumber .jobTitle {
    width: 45%;
}

.newJobNumber span.red {
    color: #ff0000;
}

.invoiceContent .jobNumberContainer .newJobNumber .jobNumber, .invoiceContent .jobNumberContainer .newJobNumber .jobTitle, .invoiceContent .jobNumberContainer .newJobNumber #job_number, .invoiceContent .jobNumberContainer .newJobNumber #job_title {
    float: left;
}

.newJobNumber .create-job {
    float: right;
    margin: 4px 0 0;
}

.formFullWidth {
    clear: both;
    width: 100%;
}

.formFullWidth h2 {
    color: #333;
    padding: 5px 0;
}

.clientPrefix {
    font-weight: bold;
    line-height: 26px;
    margin: 0 5px 0 0;
}

/* recurring invoices */

#content .contentOptions #addRecurringInvoice {
    float: right;
    margin: 0 15px 0 0;
}

#content .invoice-section {
    font-weight: bold;
}

#manageRecurringInvoiceForm .formLeftInputs {
    width: 500px
}

#manageRecurringInvoiceForm .formRightInputs {
    width: 400px;
}

#manageRecurringInvoiceForm .formLeftInputs {
    float: left;
}

#manageRecurringInvoiceForm .formRightInputs {
    float: right;
}

#manageRecurringInvoiceForm .inputRow, .jobNumbers .inputRow {
    padding: 0 0 5px;
}

#manageRecurringInvoiceForm .inputRow select.error, #manageRecurringInvoiceForm .inputRow input.error {
    border: 1px solid #ff0000;
}

#manageRecurringInvoiceForm .inputRow label.error {
    padding: 0 0 0 150px;
    color: #ff0000;
}

#manageRecurringInvoiceForm .inputRow span.red {
    color: #ff0000;
}

#manageRecurringInvoiceForm label {
    display: block;
    float: left;
    padding: 3px 0 0;
    width: 120px;
}

#manageRecurringInvoiceForm #client_contact {
    width: 260px;
}

#manageRecurringInvoiceForm #job_name {
    width: 320px;
}

#manageRecurringInvoiceForm #client_id {
    width: 335px;
}

.recurring-invoice {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    border-collapse: collapsed;
}

.recurring-invoice .clientPrefix {
    width: 10%;
    text-align: center;
}

.recurring-invoice .clientName {
    width: 30%;
}

.recurring-invoice .clientContact {
    width: 25%;
}

.recurring-invoice .clientManager {
    width: 15%;
}

.recurring-invoice .actions {
    width: 13%;
}

.recurring-invoice {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    clear: both;
}

.recurring-invoice thead tr th {
    background: #a4aca4;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.recurring-invoice thead tr th:first-child {
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px 6px;
}

.recurring-invoice thead tr th:last-child {
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px 6px;
}

.recurring-invoice tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.recurring-invoice tbody tr:hover {
    background: #f6f4f4;
    cursor: pointer;
}

.recurring-invoice tbody tr td {
    padding: 6px 10px;
    border-bottom: 1px solid #333;
}


/* invoice form department cost */

.invoiceDeptCostContainer {
    margin: 15px 0;
}

.invoiceDeptCost {
    clear: both;
}

.invoiceDeptCost thead tr th, .invoiceDeptCost tfoot tr th {
    background: #a4aca4;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.invoiceDeptCost tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.invoiceDeptCost tbody tr:hover {
    background: #f6f4f4;
    cursor: pointer;
}

.invoiceDeptCost tbody tr td {
    padding: 6px 10px;
}

#manageInvoiceForm .invoiceDeptCostContainer label.error {
    color: #ff0000;
    width: 99%;
    text-align: right;
    padding: 10px 0;
}

/* user reset */

.notificationContainer .notificationContent {
    width: 45%;
    float: left;
    padding: 0 2% 0 0;
}

#userReset .userRowContainer {
    float: left;
}

#userReset .userRowContainer .userRow {
    width: 250px;
    padding: 10px 0 0;
}

#userReset .userSubmit {
    clear: both;
}

.userContent {
    padding: 0 0 30px;
}

.userContent .success {
    background: #dff2bf;
    border: 1px solid #89b15f;
    color: #89b15f
}

.userContent .error {
    background: #ffbaba;
    border: 1px solid #e53e46;
    color: #e53e46;
}

.messagebox {
    padding: 10px;
    margin: 0 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.invoice-deleted{
    background: #f3e9e9;
}