﻿/* ReSharper disable once DeclarationIsEmpty */
.main-section {
    
}

.middle-box h1 {
    font-size: 100px;
}

a:hover {
    text-decoration: underline;
}

.affixed-menu {
    margin-top: 20px;
    padding-right: 15px;
}

.affixed-menu.affix {
    top: 40px;
}

.affixed-menu .btn {
    width: 100%;
}

.expander {
    cursor: pointer;
    margin-bottom: 20px;
}

.info-popover,
.dynamic-info-popover {
    cursor: pointer;
}

.input-group-addon.dynamic-info-popover {
    background: none;
    border: none;
    padding-left: 0;
    padding-right: 6px;
}

.summary-consolidation-info {
    margin-left: 5px;
} 

.datepicker,
.clockpicker > input {
    cursor: pointer;
}

.datepicker tfoot .clear {
    display: table-cell;
    overflow: auto;
    text-align: center;
}

.expandable {
    cursor: pointer;
}

.login-logo {
    text-align: center;
    max-width: 700px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.validationMessage {
    color: maroon;
}
.validationMessage--strong {
    font-weight: bold;
}

.validationMessage li {
    list-style-type: none;
}
.validationMessage li:before {
    content: '* ';
}

.table-validationMessage {
    padding-top: 5px;
    padding-bottom: 10px;
}

.table-row-validationMessage {
    text-align: center;
    font-size: larger;
}

.table-row-validationMessage > ul {
    list-style-position: inside;
    font-size: small;
}

.claim-submission-message {
    margin-top: 10px;
}

.claim-submission-message--overview {
    margin-bottom: 10px;
}

.table-row-duplicate {
    background-color: #f2dede;
    color: #000;
    font-style: italic;
}

.table-row-duplicate--toggle {
    text-align: center;
    border-bottom: 2px dashed grey;
}

.table > tbody > tr.table-row-centered > td {
    vertical-align: middle;
}

.text-centered {
    text-align: center;
}

.electronic-claim-header .btn-inline-group {
    padding-bottom: 0;
}

.electronic-claim-duplicate--description {
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    padding: 10px;
    text-align: center;
}

.electronic-claim-duplicate-wrapper {
    margin-bottom: 50px;
}

.electronic-claim-duplicate-wrapper > div.electronic-claim-duplicate {
    margin-bottom: 30px;
}

.electronic-claim-duplicate-wrapper > div.electronic-claim-duplicate:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 2px dashed #DDDDDD;
}

.select2-result-label {
    min-height: 1em;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.input-vertical-stacked {
    margin-bottom: 10px;
}

.table-scrollable { /* Need to assign to a wrapper div around the table element */
    max-height: 500px;
    overflow-y: scroll;
}

.table-responsive {
    margin-bottom: 20px;
}
.table-responsive > .table {
    margin-bottom: 1px;
}
.table-responsive.table-grouped {
    margin-bottom: 0;
}
    
.table > tbody > tr > td > input[type=checkbox] {
    height: 20px;
}

td.tickcross {
    text-align: center;
}

.modal-dialog .table-scrollable {
    max-height: 280px;
}

.table-scrollable--customers {
    max-height: 490px;
    overflow-y: scroll;
}

.modal-loader {
    position: fixed;
    margin-left: 41%;   
}

.description-text {
    font-size: larger;
}

.btn-inline {
    margin-left: 20px;
}

.btn-inline-group > .btn,
.btn-inline-group > .btn-group > .btn {
    margin-right: 15px;
}

.btn-top-cleared {
    margin-top: 10px;
}

.btn.btn-bottom-cleared {
    margin-bottom: 10px;
}

.btn.btn-bottom-cleared-extra {
    margin-bottom: 20px;
}

.btn-trash {
    background-color: red;
    color: white;
    padding: 1px 6px;
}

.btn-trash.disabled {
    background-color: #FF7F7F;
    color: white;
    padding: 1px 6px;
}

.btn-selected {
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-weight: bold;
    color: black;
}

.btn-go {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-group > .btn-white.active {
    background-color: #e7eaec;
}

.btn-massive {
    margin-bottom: 50px;
    font-size: 60px;
    line-height: normal;
    border-radius: 0;
    width: 100%;
    height: 250px;
    white-space: normal;
    padding-top: 50px;
}

.btn-massive > p {
    font-size: 20px;
}

.btn-max-width {
    width: 100%;
}

.btn-restricted-width {
    width: 150px;
}

.btn-add {
    font-size: larger;
}

.btn-wrapped {
    white-space: normal;
}

.btn-right {
    float: right;
}

.btn-icon {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-danger:hover, 
.btn-danger:focus, 
.btn-danger:active, 
.btn-danger.active, 
.open .dropdown-toggle.btn-danger, 
.btn-danger:active:focus, 
.btn-danger:active:hover, 
.btn-danger.active:hover, 
.btn-danger.active:focus {
    color: black;
}

/* ReSharper disable once DeclarationIsEmpty */
.panel-body .btn-edit {
    
}

.edit-row {
    margin-top: 10px;
}

thead > tr > th.sub-table-header {
    background-color: #ddd;
    text-align: center;
}

.warning-text {
    font-size: larger;
    color: #990000;
    font-weight: bold;
}
.warning-text--bottom-cleared {
    margin-bottom: 25px;
}
.warning-text--top-cleared {
    margin-top: 25px;
}

.success-text {
    color: #3c763d;
}

.disabled-text {
    color: #e7eaec;
}

.table-support-agreement-select .help-text {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: larger;
    font-weight: bold;
}

.contact-customer {
    margin-bottom: 15px;
}

.amended-product {
    font-style: italic;
    font-weight: bold;
}
.removed-product {
    font-style: italic;
    font-weight: bold;
    color: red;
}

.alert > .alert-heading {
    font-weight: bold;
}

.data-upload-testing .alert {
    margin-bottom: 0;
    border-radius: 0;
}

.month-selection {
    cursor: pointer;
}

.table-support-agreement-select {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-support-agreement-select .btn {
    margin-right: 10px;
}

.loader {
    margin-bottom: 15px;
}

.support-agreement__sites-exclusion {
    border-top: 1px solid #e7eaec;
    margin-top: 10px;
    padding-top: 20px;
}

.support-agreement__sites-exclusion h3 {
    margin-bottom: 20px;
}

.table-addable {
    margin-bottom: 20px;
}

.table-addable > .table {
    margin-bottom: 0;
}

.emphasis-text {
    font-weight: bold;
    font-style: italic;
}

.strong-text {
    font-weight: bold;
}

.quoted-text {
    font-style: italic;
}

.btn.button-actions {
    margin-bottom: 15px;
}

.input-readonly {
    background-color: #e7eaec;
}

table input[type=checkbox].form-control {
    margin: 0;
}

.form-group input[type=checkbox].form-control {
    width: 32px;
    height: 32px;
}

.clickable-text {
    text-decoration: underline;
    cursor: pointer;
}

a.collapse-link > h5,
a.collapse-link > .fa {
    color: #676a6c;
    padding-top: 5px;
}

.buttoned-ibox-title a.collapse-link > h5,
.buttoned-ibox-title a.collapse-link > .fa {
    padding-top: 10px;
}

a.collapse-link > .fa {
    margin-left: 10px;
}

.label-help-text {
    font-size: small;
    font-weight: lighter;
}

.rag-green {
    background-color: #dff0d8;
}

.rag-amber {
    background-color: #fcf8e3;
}

.rag-red {
    background-color: #f2dede;
}

.panel-dashboard {
    height: 345px;
}

.panel-dashboard > .panel-body {
    font-weight: bold;
    font-size: 150px;
    text-align: center;
}

.panel-dashboard > .panel-footer {
    font-size: x-large;
}

.panel-success {
    border-color: #1ab394;
}
.panel-success > .panel-heading,
.label-success {
    background-color: #1ab394;
}

.label-white {
    border: 1px solid #5E5E5E;
}

.panel-confidence--inputs {
    margin-top: 10px;
}

.panel-agreement-group--button {
    margin-top: 5px;
    margin-bottom: 10px;
}

.panel-dashboard.panel--good,
.panel .panel--good,
tr.tr--good {
    background-color: #dff0d8;
    color: #3c763d;
    border-color: #3c763d;
}

.panel-dashboard.panel--medium,
.panel .panel--medium,
tr.tr--medium {
    background-color: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.panel-dashboard.panel--bad,
.panel .panel--bad,
tr.tr--bad {
    background-color: #f2dede;
    color: #a94442;
    border-color: #a94442;
}

.panel .panel--terrible,
tr.tr--terrible {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.form-inline form,
.form-inline input,
.form-inline button {
    display: inline;
}

.form-inline input,
.form-inline button {
    margin-right: 5px;
}

.claim-overview-header,
.claim-overview-header > .label {
    font-size: 16px;
}

.claim-overview-group {
    margin-top: 35px;
    margin-bottom: 25px;
}

.claim-overview-group__agreements {
    margin-top: 20px;
}

.panel-title__centered {
    margin-left: 100px;
}

@media (max-width: 768px) {
    table .input-group-addon {
        display: none;
    }
}

/* British Gypsum theme Start */

.pace .pace-progress {
    background-color: #005eb8;
}

.page-heading,
.page-heading .breadcrumb {
    background-color: #005eb8;
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover .panel-primary > .panel-heading {
    background-color: #005eb8;
    border-color: #005eb8;
}
.panel-primary {
    border-color: #005eb8;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #e5e6e7;
    border-color: #e5e6e7;
}

.dropdown-menu > li > .btn-primary {
    color: #fff;
}
.dropdown-menu > li > .btn-primary:hover {
    background-color: #005eb8;
    border-color: #005eb8;
    color: #fff;
}

.dropdown-menu > li > form > .btn-primary {
    color: #fff;
}

.dropdown-menu > li > form > .btn-primary:hover {
    background-color: #005eb8;
    border-color: #005eb8;
    color: #fff;
}

.nav > li.active {
    border-left-color: #005eb8;
}

.form-control:focus,
.single-line:focus {
    border-color: #005eb8 !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background-color: #005eb8;
}

/* British Gypsum theme End */

/* Hierarchy Start */

.hierarchy {
    margin-left: 30px;
    margin-right: 30px;
}

.modal .hierarchy {
    max-height: 400px;
}
.modal .ui-fancytree {
    max-height: 380px;
}

.ui-fancytree {
    max-height: 700px;
    overflow-y: scroll;
}

.fancytree-title {
    font-size: larger;
}

.fancytree-title--extra {
    font-size: smaller;
    font-style: italic;
}

span.fancytree-expander {
    background-image: none;
    padding-bottom: 25px;
    margin-top: 0;
    color: black;
}

.fancytree-plain span.fancytree-active span.fancytree-title, 
.fancytree-plain span.fancytree-selected span.fancytree-title {
    background-color: #cbe8f6;
    border-color: #26a0da;
}

.fancytree-node-insubstantial > .fancytree-title {
    color: #A4A4A4;
    font-weight: lighter;
    font-size: medium;
}

/* Hierarchy End */

/* Select2 overrides Start */

.select2-container--default {
    border: 1px solid #e5e6e7;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: none;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676a6c;
    font-size: 14px;
    line-height: 34px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed;
}

/* Select2 overrides End */

/* Bootstrap Multiselect overrides Start */

.multiselect.btn-default,
.multiselect.btn-default:hover, 
.multiselect.btn-default:focus, 
.multiselect.btn-default:active, 
.multiselect.btn-default.active, 
.open .dropdown-toggle.multiselect.btn-default, 
.multiselect.btn-default:active:focus, 
.multiselect.btn-default:active:hover, 
.multiselect.btn-default.active:hover, 
.multiselect.btn-default.active:focus, 
.multiselect.btn-default.active, 
.multiselect.btn-default:active, 
.open>.dropdown-toggle.multiselect.btn-default {
    background-color: white;
    color: #676a6c;
    border-color: #e5e6e7;
    text-align: left;
    border-radius: 0;
}

.multiselect-container .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
}
.multiselect-container.dropdown-menu > .active > a {
    background-color: white;
    color: #676a6c;
}

/* Bootstrap Multiselect overrides End */

/* Support Agreements Start */

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5th {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

.support-steps-wrapper {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.support-step:first-child {
    border-left: 1px groove #e7eaec;
}

.support-step {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    border-right: 1px groove #e7eaec;
    border-top: 1px groove #e7eaec;
    border-bottom: 1px groove #e7eaec;
    background-color: #ffffff;
}

.support-step-active {
    background-color: #005eb8;
    font-weight: bold;
    color: white;
}

.support-step > h3 > a,
.support-step > h3 > a:focus,
.support-step h3 > a:hover {
    color: #676a6c;
}

.support-step.support-step-active > h3 > a,
.support-step.support-step-active > h3 > a:focus,
.support-step.support-step-active h3 > a:hover {
    color: white;
}

.support-agreement-summary-values {
    margin-bottom: 20px;
}

.support-agreement-summary-values p {
    font-size: larger;
}

/* Support Agreements End */

/* Manual Claims Start */

@charset "UTF-8";

.manual-claim-canvas {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.manual-claim-canvas .btn-white {
    color: #005EB8;
    border-radius: 6px;
}

.container {
    position: relative;
    margin: auto;
    width: 95%;
    max-width: 1400px;
}

header {
    padding: 40px 0 0;
    color: #fff;
    background: #005EB8;
    overflow: hidden;
}

header .large-title {
    font-size: 30px;
}
header .large-title a {
    color: #fff;
}

header .medium-title {
    font-size: 22px;
}

header .small-title {
    font-size: 18px;
}

header .information {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
    font-size: 1.3em;
    line-height: 1.5;
    max-width: 600px;
}

header .information .bootstrap-switch {
    margin-top: 15px;
}

header .information .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
header .information .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #676a6c;
    color: #fff;
}

header .information .checkbox-toggle-label {
    margin-right: 5px;
}

header .information > span {
    padding-right: 15px;
    font-size: 0.8em;
    opacity: 0.7;
}

.tab-bar {
    margin: 40px 0 0;
    padding:0;
    font-size: 1.3em;
    color: #fff;
    overflow: hidden;
}

.tab-bar li {
    position: relative;
    margin-right: 5px;
    padding: 0 40px;
    height: 70px;
    line-height: 70px;
    float: left;
    display: block;
    cursor: pointer;
}

.tab-bar li:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.1);
}

.tab-bar li span.month-text {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.tab-bar li span.year-text {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.6em;
    line-height: 1em;
    
}

.tab-bar li.active {
    color: #111;
    background: #fff;
}

.tab-bar li.addMonth {
    width: 10px;
}

.manual-claim-ui {
    background:#fff;
}

.table-claim {
    position: relative;
    margin: 20px auto 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 200px;
    font-size: 1em;
    overflow: visible;
}

.manual-title {
    min-height:50px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.table-claim .manual-row .manual-totals {
    height: 50px;
    color: #111;
    box-sizing: border-box;
    overflow: hidden;
}

.table-claim .manual-cell .claim-total {
    color: #A8ACAF;
}

.under-review {
    cursor: pointer;
}
.under-review.input-replacement {
    width: 105px;
    min-height: 26px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px #000000;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px #000000;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px #000000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper:focus,
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper:active,
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item > .ui-menu-item-wrapper.ui-state-focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
}

.table-claim .manual-row,
.fixed-table-navigation .manual-row {
    line-height: 20px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    height: auto;
}

.table-claim .manual-row.footer-row {
    border-bottom: none;
}

.table-claim .column-invoice,
.fixed-table-navigation .column-invoice {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.fixed-table-navigation .column-invoice {
    left: 0;
    z-index: 100;
}

.manual-claim-ui .column-invoice,
.manual-claim-ui .column-invoice .manual-row
{
    width: 145px;
}

.manual-claim-ui .column-products .table-header_products .manual-cell {
    width: 150px;
}

.manual-claim-ui .column-difference,
.manual-claim-ui .column-justification {
    width: 120px;
}

.manual-claim-ui .column-products-actions {
    width: 60px;
}

.table-claim .column-difference,
.table-claim .column-justification,
.fixed-table-navigation .column-difference,
.fixed-table-navigation .column-justification {
    position: absolute;
    top: 0;
    border-bottom: 0;
}

.table-claim .column-products-actions,
.fixed-table-navigation .column-products-actions {
    position: absolute;
    top: 0;
    border-left: 1px solid #e1e1e1;
    overflow: visible;
}
.table-claim .column-products-actions {
    right: 0;
}
.fixed-table-navigation .column-products-actions {
    left: 1114px;
}

.manual-claim-ui .column-justification {
    right: 60px;
}

.table-claim .column-difference {
    right: 180px;
}

/* ReSharper disable once DeclarationIsEmpty */
.table-claim .column-invoice .manual-cell {
  
}

.table-claim .column-invoice .row:first-child .manual-cell {
    font-size: 1.2em;
}

.table-claim .column-products,
.fixed-table-navigation .column-products {
    position: absolute;
    top: 0;
    border: 0;
    overflow-y: hidden;
    overflow-x: auto;
}

.fixed-table-navigation .column-products {
    z-index: 101;
}

.manual-claim-ui .column-products {
    left: 145px;
    right: 300px;
}

.fixed-table-navigation .column-products {
    left: 146px;
}

.fixed-table-navigation .column-products .column-products_wrap {
    border-left: none;
}

.table-claim .column-products_wrap,
.fixed-table-navigation .column-products_wrap {
    overflow: hidden;
}

.table-claim .column-products .manual-row {
    min-height: 51px;
    clear: both;
}
.table-claim .column-products .manual-row.product-row {
    min-height: 70px;
}

.table-claim .column-products .manual-cell,
.fixed-table-navigation .column-products .manual-cell {
    width: 150px;
    float: left;
    border-right: 1px solid #e1e1e1;
}

.table-claim .table-header_products,
.fixed-table-navigation .table-header_products {
    min-height: 50px;
    overflow: hidden;
    display: flex;
}

.table-claim .table-header_products .manual-cell,
.fixed-table-navigation .table-header_products .manual-cell {
    height: auto;
}

.removeProduct {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    font-size: 0.8em;
    line-height: 10px;
    cursor: pointer;
    opacity: 0.5;
}

.removeProduct:before {
    content: '✖';
}

.cell:hover .removeProduct {
    opacity: 1;
}

.table-claim .manual-cell,
.fixed-table-navigation .manual-cell {
    position: relative;
    padding: 12px 20px;
    height: 70px;
    overflow: hidden;
    box-sizing: border-box;
}

.column-justification .manual-row .manual-cell .validationMessage,
.column-difference .manual-row .manual-cell .validationMessage {
    white-space: nowrap;
}

.table-claim .manual-cell.addProduct {
    width: 20px;
    height: 50px;
}

.table-claim .addProducts-label {
    position: absolute;
    top: 45px;
    right: 12px;
    width: 95px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 4px;
    background: #005EB8;
    text-align: center;
    color: #fff;
}

.table-claim .addProducts-label:before {
    position: absolute;
    margin: auto;
    right: 10px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #005EB8;
    content: '';
}

.table-claim .table-header_products .manual-cell span,
.fixed-table-navigation .table-header_products .manual-cell span {
    font-size: 0.8em;
}

.table-claim input.number {
    width: 105px;
    padding: 0 0 5px;
    border: 0;
    font-size: 1.0em;
    border-bottom: 1px solid transparent;
    display: block;
}

.table-claim .column-difference input.number,
.table-claim .column-difference input.number {
    width: 85px;
}

.table-claim input.number__error {
    width: 85px;
    border: 1px solid red;
    padding-left: 5px;
}

.table-claim input:disabled {
    background-color: transparent;
    cursor: not-allowed;
}

.table-claim .column-invoice input::-webkit-input-placeholder {
    color: #AAADB0;
}
.table-claim .column-invoice input::-moz-placeholder {
    color: #AAADB0;
}
.table-claim .column-invoice input:-moz-placeholder {
    color: #AAADB0;
}
.table-claim .column-invoice input:-ms-input-placeholder {
    color: #AAADB0 !important;
}

.error-outline {
    border: 1px solid red;
}

.duplicate-cell {
    background-color: #f2dede;
}

.fa-exclamation-circle.error-notification,
.fa-check-circle.error-notification,
.fa-info-circle.duplicate-notification {
    position: absolute;
    top: 6px;
    cursor: pointer;
}
.fa-reverse-circle.error-notification {
    position: absolute;
    top: 24px;
}
.fa-info-circle.duplicate-notification {
    right: 24px;
}
.fa-exclamation-circle.error-notification,
.fa-check-circle.error-notification,
.fa-reverse-circle.error-notification {
    right: 6px;
}
.fa-exclamation-circle.error-notification {
    color: red;
}
.fa-check-circle.error-notification {
    color: green;
}
.fa-reverse-circle.error-notification {
    color: #5cb85c;
}
.fa-info-circle.duplicate-notification {
    color: orange;
}
.table-claim .column-difference .fa-exclamation-circle.error-notification,
.table-claim .column-difference .fa-check-circle.error-notification {
    right: 20px;
    z-index: 100;
}

.manual-claim-canvas .removable .fa-exclamation-circle.error-notification,
.manual-claim-canvas .removable .fa-check-circle.error-notification {
    left: 4px;
    right: auto;
    z-index: 100;
}

.table-claim input.number:focus {
    outline: 0 solid transparent;
    border-bottom: 1px solid #005EB8;
}

.table-claim .column-invoice input.number {
    font-weight: 700;
}

.table-claim input.number::-webkit-outer-spin-button,
.table-claim input.number::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.table-header_products {
    margin: 0;
    padding: 0;
    min-height: 50px;
    overflow: hidden;
}

.table-claim .column-products-actions .manual-cell {
    border: 0;
}

.row.column-difference,
.row.column-justification {
    position: absolute;
    top: 0;
    right: 60px;
    width: 150px;
    border-bottom: 0;
}

.row.column-difference {
    right: 210px;
}

.row.column-difference .manual-row:not(:first-child),
.row.column-justification .manual-row:not(:first-child) {
    height: 50px;
    line-height: 50px;
}

.column-difference .manual-cell,
.column-justification .manual-cell {
    border-right: 0;
}

.column-difference .difference-cell:before {
    position: absolute;
    top: 12px;
    left: 10px;
    content: '£';
}

.submit,
.addInvoice,
.review-comment .btn,
.duplicate-popup .btn,
.claim-download {
    box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.submit-group {
    float: right;
}
.submit-group form {
    display: inline;
}
.submit,
.addInvoice,
.claim-download {
    margin: 0;
    font-size: 1.3em;
    padding: 15px 25px;
    border-radius: 6px;
    background: #005EB8;
    color: #fff;
    box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.submit {
    border: none;
    line-height: normal;
}
.submit-white {
    padding-top: 10px;
    padding-bottom:60px;
    background:#fff;
}
.addInvoice,
.claim-download {
    background: #fff;
    color: #005eb8;
    border: 1px solid #acc5dc;
}
.claim-download {
    margin-right: 15px;
}
a.claim-download:hover {
    text-decoration: none;
}
.addInvoice {
    padding: 10px 20px;
    float: left;
    box-shadow: 0 4px 8px #000000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.submit:disabled,
.addInvoice.disabled {
    cursor: not-allowed;
    background-color: #e8e8e8;
    color: #9a9a9a;
}

.table-claim .save {
    position: absolute;
    right: 9px;
    bottom: -40px;
    width: 126px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #fff;
    background: #005EB8;
    font-size: 0.8em;
    box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.table-claim .save:hover {
    box-shadow: 0 3px 6px #000000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.table-claim div[class^="column-"],
.fixed-table-navigation div[class^="column-"] {
    border-left: 1px solid #e1e1e1;
}

.fixed-table-navigation .column-products-actions {
    border-right: 1px solid #e1e1e1;
}

.table-claim div[class^="column-"]:first-child {
    border-left:0;
}

.manual-claim-canvas_month-picker {
    display: none;
}
.manual-claim-canvas_month-picker,
.product-picker,
.review-comment,
.duplicate-popup {
    position: fixed;
    margin: auto;
    top: 150px;
    left: 380px;
    width: 210px;
    height: 255px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 2px 4px #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 3000;
}

.duplicate-popup {
    height: auto;
    width: 600px;
    padding: 25px;
}
.review-comment {
    height: auto;
    width: 300px;
    padding: 15px;
}
.review-comment textarea {
    font-size: 12px;
}
.review-comment .btn-inline-group {
    margin-top: 15px;
}

.manual-claim-canvas_month-picker:before,
.product-picker:before,
.product-picker:after,
.review-comment:before,
.review-comment:after,
.duplicate-popup:before,
.duplicate-popup:after {
    position: absolute;
    top: 22px;
    right: 100%;
    border: 12px solid transparent;
    border-right-color: #fff;
    content: '';
}

.review-comment.right-aligned:before,
.review-comment.right-aligned:after{
    right: 0;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #fff;
}

.duplicate-popup table.table tbody tr td {
    word-break: break-all;
}

.product-picker:before {
    border: 12px solid transparent;
    border-left-color: #fff;
}
.product-picker:before {
    border-left-color: #e1e1e1;
}
.product-picker:before {
    left: calc(100% + 1px);  
}
.product-picker:after {
    border-right-color: transparent;
}

.manual-claim-canvas_month-picker_year,
.product-picker_title {
    line-height: 50px;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.duplicates-header-table{
    margin-bottom: 0;
    table-layout: fixed;
}
.duplicates-body-table {
    overflow-y: scroll;
    max-height: 160px;
    margin-bottom: 20px;
}
.duplicates-header-scroll{
    width: 8px;
}
.duplicates-body-table table {
    table-layout: fixed;
    margin-bottom: 0;
}
.duplicates-body-table tbody {
    margin-bottom: 0;
}

.manual-claim-canvas_month-picker_prev,
.manual-claim-canvas_month-picker_next {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #005EB8;
    color: #fff;
    font-family: monospace;
    font-size: 1.1em;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
}

.manual-claim-canvas_month-picker_next {
    left: auto;
    right: 15px;
}

.manual-claim-canvas_month-picker_buttons {
    padding: 15px;
}

.manual-claim-canvas_month-picker_buttons span {
    margin: 0 0 10px 10px;
    width: 52px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    float: left;
    cursor: pointer;
    display: block;
}

.manual-claim-canvas_month-picker_buttons span:not(.not-allowed):hover {
    border-color: #005EB8;
}

.manual-claim-canvas_month-picker_buttons span:nth-child(3n+1) {
    margin-left: 0;
}

.manual-claim-canvas_month-picker_buttons span.not-allowed {
    opacity: 0.4;
    box-shadow: 0 0 0;
    cursor: not-allowed;
}

.product-picker_list {
    height: 200px;
    font-size: 0.8em;
    line-height: 1.3em;
    list-style: none;
    padding: 0;
    overflow: auto;
}

.product-picker li {
    margin: 5px;
    padding: 6px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.product-picker li:hover {
    border-color: #005EB8;
}

.justification-list {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 20px;
    width: 140px;
    max-height: 120px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px #000000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
    overflow: auto;
}

.justification-list li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.justification-list li:last-child {
    border: 0;
}

.justification-list li:hover {
    font-weight: 700;
}

footer {
    clear: both;
    height: 60px;
    line-height: 30px;
    background: #005EB8;
    overflow: hidden;
}

footer a {
    margin-top: 15px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    float: left;
    display: block;
}

footer a:last-child {
    border: 0;
}

.column-products-actions .manual-row:first-child .manual-title {
    position: relative;
    width: 60px;
    height: 50px;
}

.addProduct-cell {
    cursor: pointer;
}

.plus-icon:before,
.plus-icon:after {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 4px;
    background: #fff;
    content: '';
}

.plus-icon:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plus-icon.black:before,
.plus-icon.black:after {
    background: #111;
}

.column-products-actions .manual-row {
    width: 59px; /* 1px less that the width of its parent to account for a border */
}

.bin-icon {
    margin: auto;
    width: 30px;
    height: 50px;
    background-image: url(images/bin.svg);
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.save-error-alert {
    padding: 6px 9px;
    cursor: pointer;
}

.table-claim .manual-cell span.save-error-alert {
    font-size: 1em;
}

.table-claim input.number.rag-red {
    padding-left: 8px;
}

.fixed-table-navigation {
    position: fixed;
    top: 0;
}
.fixed-table-navigation .manual-row {
    background-color: #fff;
}

.delete-warning-text {
    color: green;
    font-size: 14px;
    
}
.navigation-column-products{
    overflow: hidden !important;
}
/* Manual Claims End */
/* Reports Start */
.report-result-set {
    margin-bottom: 40px;
}
.report-result-set h2 {
    text-align: center;
}

.report-chart {
    height: 200px;
}

.input-group-btn > .btn {
    border-radius: 0;
}

.customer-selection {
    height: auto;
    min-height: 34px;
    cursor: pointer;
}
.customer-selection > ul {
    padding-left: 16px;
    margin-bottom: 0;
}

.report_filters {
    margin-left: -15px;
    margin-right: -15px;
}

.report_filters .btn-group {
    width: 100%;
}
.report_filters .btn-group > .multiselect {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Reports End */

/* No User Contact Start */

.no-user-contact-review-notes {
    margin-top: 12px !important;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    max-width: 70px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notes-button-th {
    min-width: 110px;
}
/* No User Contact End */

/* Claim Submission Start*/

.modal-text-area-body {
    display: inline-block;
    width: 100%;
}

.modal-text-area-body textarea{

    overflow-x: hidden !important;
}
    
.cancelled-status-text{

    color: #ff0000;
}

.cancelled-justification-text {

    overflow: hidden;
    text-overflow: ellipsis;
}

/* Claim Submission End*/

/* Support Agreement Product Start */

.previous-value {

    font-size: 10px;
    padding-left: 12px;
    border: solid 1px #eee;
    width: 100%;
    display: block;
    background-color: #bbb;
    color: #fff;
}

.previous-value + .tooltip > .tooltip-inner {
    width: 150px;
}

/* Support Agreement Product End */

/* Customer Contact - Assign Customers Start */

li.list-group-item span {
    padding-left: 8px;
}
li.list-group-item:hover {
    background-color: #F2F7FD;
    border-color: #B8D6FB;
}

.contact-customers {
    border: 1px solid #e7eaec;
    height: 700px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
}
/* Customer Contact - Assign Customers End */

/* Support Agreements Approvals Start */

.previous-line_item-value {
    background-color: #eeeeee;
    font-weight: normal;
}

/* Support Agreements Approvals End */

/* Electronic Claims Start */

.download-errors {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
.download-errors:hover {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

/* Electronic Claims End*/

/* Claim Search Start */

#select2-StatusOption-results {
    max-height: 214px;
    height: 214px;
}


/* Claim Search End */

/* Customer Contact No User - Start */

.customer-contact-review-notes-warning {
    visibility: hidden;
    margin-top: 8px;
}
/* Customer Contact No User - End */
/* Claim Search End */


/* ReSharper disable DeclarationIsEmpty */
.checkbox-toggle {
}

.detail-item {
}

.detail-errors {
    display: none;
}
.detail-errors-header {

}
.detail-errors-messages {

}
.detail-support-agreement-version-id {

}
.detail-support-agreement-internal-approval-id {

}
.detail-toggle-inclusions {
}
.detail-toggle-exclusions {
}
/* ReSharper restore DeclarationIsEmpty */

.detail-sites {
    display: none;
    overflow-y: scroll;
    height: 200px;
    margin-bottom: 10px;
}

.panel-overview {
    width: 100%;
    min-height: 48px;
}
.panel-details {
    width: 100%;
    min-height: 48px;
    display: none;
}
.panel-details.ibox {
    width: 100%;
}

.captcha-error {
    color: red;
    margin-top: 8px;
}

.captcha-container {
    padding-bottom: 4px;
}

.password-invalid {
    font-size: 80%;
    color: #5c5cb8;
}

.change-password-message {
    color: red;
    font-weight: bold;
    text-align: center;
}

.saving-indicator {
    position: fixed;
    bottom: 20px;
    left: 50%;
    
    font-size: 20px;
    background: #005EB8;
    color: white;
    padding: 10px 45px 10px 45px;
    
    border-radius: 100px;
    box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.2);
}

.colour-preview {
    border-left: none;
    width: 20%;
}

.colour-container {
    display: flex;
}

.logo-preview, .existing-logo-preview {
    display: flex;
    align-items: baseline;
}

.image-preview-window, .existing-image-preview-window {
    margin-right: 10px;
    max-height: 300px;
    max-width: 300px;
}

.row-flex {
    display:flex;
    align-items: end;
}

.edit-logo {
    margin-bottom: 0px !important;
}

.button-spacer {
    margin-bottom: 5px;
}

.brand-badge {
    cursor: auto;
}
    
.letter-body {
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 10px;
}

.letter-center-logo {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.letter-table {
    border-collapse: collapse;
    width: 95%;
    margin: 10px;
    padding: 10px;
}

.letter-td-th {
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

.tinymce-body {
    margin: 20px;
    padding: 20px;
    height: 50px;
    border: solid;
    border-color: black;
    border-radius: 4px;
}

.letter-buttons {
    margin: 10px;
    padding: 10px;
}

.flex-container-center {
    display: flex;
    justify-content: center;
}

.claim-spreadsheet-label {
    margin-top: 5px;
}