body, .ui-widget {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#cookiescript_accept {
    background-color: #1AB394 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: none !important;
    padding: 6px 12px !important;
    font-weight: normal !important;
}

#cookiescript_injected {
    background-color: #233646 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-widget-content {
    color: #676a6c;
}

.clearTable {
    border: none !important;
}

.clearTable td {
    border: none !important;
}

div.table-input.ui-datatable tbody td {
    padding: 0px;
}

div.table-input.ui-datatable tbody td span.form-control {
    border: none;
}

div.table-input.ui-datatable tbody td span.form-control input, div.table-input.ui-datatable tbody td input.form-control {
    border: 1px solid transparent;
}

div.table-input.ui-datatable tbody td div.ui-chkbox {
    padding: 6px 12px 0px 12px;
}

.link, .ui-widget-content a.link {
    color: #0088CC;
}

tr.ui-state-highlight a.link {
    color: #ffffff;
}

.link:hover, .ui-widget-content a.link:hover {
    color: #23527c;
}

tr.ui-state-highlight a.link:hover {
    color: #ffffff;
}

.no-stripes {
    background-color: inherit;
}

/* Searchpoint */
.fullWidth {
    width: 100%
}

.halfWidth {
    width: 50%
}

.centerDiv {
    width: 100%;
    margin: auto;
    text-align: center;
}

.centerPanel {
    margin-left: auto;
    margin-right: auto;
}

.textAlignCenter {
    text-align: center;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignTop {
    vertical-align: top;
}

.textAlignMiddle {
    vertical-align: middle;
}

.textAlignBottom {
    vertical-align: bottom;
}

.ui-widget-overlay {
    background-color: #c0c0c0;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.padded10 {
    padding: 10px
}

.padded15 {
    padding: 15px
}

#wrapper {

}

#wrapper.modalOpen {

}

.bold {
    font-weight: bold;
}

.ui-column-title {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.limit-width {
    max-width: 1600px;
    margin: auto;
}

.scrollablePanel300 {
    height: 300px;
    overflow-y: auto;
}

.scrollablePanel400 {
    height: 400px;
    overflow-y: auto;
}

.gateway-item {
    text-align: center;
}

.gateway-item-ibox {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.gateway-item-figure-ibox {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.gateway-item a {
    color: #18a78a;
}

.gateway-item figure {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #2F4050;
}

.gateway-item figure a {
    color: #676A6C;
}

.gateway-item figure a:hover {
    color: #2F4050;
}

.gateway-item img {
    width: 100%;
}

.caption-content p, .caption-content a, .caption-content h1,
.caption-content h2, .caption-content h3, .caption-content h4,
.caption-content h5, .caption-content h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 40px;
    /* this is removed by jquery to give fade up effect */
    font-weight: 600;
}

.caption-outer {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    color: #18a78a;
    z-index: 2;
}

.caption-jade {
    background: rgba(26, 179, 148, 0.85);
}

.caption-cyan {
    background: rgba(35, 198, 200, 0.85);
}

.caption-blue {
    background: rgba(28, 132, 198, 0.85);
}

.caption-orange {
    background: rgba(248, 172, 89, 0.85);
}

.caption-red {
    background: rgba(239, 83, 82, 0.85);
}

.caption-white {
    background: rgba(255, 255, 255, 0.65);
}

.caption-black {
    background: rgba(0, 0, 0, 0.75);
}

.caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.caption-content {
    display: table-cell;
    vertical-align: middle;
}

.caption-content i {
    font-size: 48px;
    color: #eeeeee;
}

.lr-gateway-item {
    text-align: center;
}

.lr-gateway-item figure {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #2F4050;
}

.lr-gateway-item .caption-outer {
    padding: 5px;
}

.lr-gateway-item figure a {
    color: #676A6C;
}

.lr-gateway-item figure a:hover {
    color: #2F4050;
}

.lr-gateway-item img {
    width: 100%;
}

.lr-gateway-item figcaption {
    padding: 0px;
    border-top: 1px solid #dddddd;
}

.lr-gateway-item figcaption h3 {
    margin: 10px 0px;
}

.help {
    background-color: #DFF0D8;
    color: #099979;
}

.help-icon {
    color: #1AB394;
    cursor: pointer;
}

.alert-info .help {
    background-color: #FFFFFF;
    color: #468847;
}

.alert-info .help {
    background-color: #FFFFFF;
    color: #468847;
}

.success {
    color: #468847;
}

.danger {
    color: #d9534f;
}

.delete-icon {
    color: #db2323;
}

.add-icon {
    color: #6D98C3;
}

.table-danger {
    background-color: #d9534f;
    color: #FFFFFF;
}

.help-text {
    color: gray;
}

.in-basket-tick {
    color: #1ab394;
    margin-top: 5px;
}

.alert {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #c4e2b7;
    color: #099979;
}

.btn-dark {
    color: #333333;
    background-color: #1aceaa;
    border-color: #1aceaa;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color: #ffffff;
    background-color: #1ecca6;
    border-color: #1ecca6;
}

.bs-callout {
    border-left: 5px solid #eee;
    margin: 20px 0;
    padding: 20px;
    background-color: #F3F3F4;
}

.bs-callout-error-message {
    color: #d9534f;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
}

.bs-callout-error-message ul {
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout h3 {
    font-size: 120%;
}

.bs-callout h4 {
    font-size: 110%;
}

.bs-callout h5 {
    font-size: 100%;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h3,
.bs-callout-danger i {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5,
.bs-callout-warning i {
    color: #F79703;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5,
.bs-callout-info i {
    color: #5bc0de;
}

.bs-callout-success {
    border-left-color: #1AB394;
}

.bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5,
.bs-callout-success i {
    border-left-color: #1AB394;
}

.bs-callout-success {
    color: #676a6c;
}

.componentList tr td {
    border-color: #ffffff;
}

.componentList tr td:first-child {
    border-left: none;
    border-right: none;
}

.componentList tr td:last-child {
    border-right: none;
}

.componentList tr th:first-child {
    border-left: none;
}

.componentList tr th:last-child {
    border-right: none;
}

.componentList tr {
    border: none;
}

.componentList tbody {
    border: none;
}

.resultsTableCompleted, .Completed, .Closed, .passed, .Refunded {
    background-color: #1AB394; /* Jade/ Green */
}

.resultsTableCompletedBackground, .CompletedBackground,
.RefundedBackground, .ClosedBackground, .passedBackground {
    background-color: #DFF0D8; /* Jade/ Green  Background */
}

.resultsTableInProgress, .InProgress, .Pending, .referred {
    background-color: #F8AC59; /* Orange */
}

.resultsTableInProgressBackground, .InProgressBackground, .PendingBackground, .referredBackground {
    background-color: #FFE2C0; /* Orange Background*/
}

.resultsTableNew, .resultsTableAwaitingPayment, .Requested, .Recommended {
    background-color: #FFF936; /* Yellow */
}

.resultsTableNewBackground, .resultsTableAwaitingPaymentBackground,
.RequestedBackground, .RecommendedBackground {
    background-color: #fffcc2; /* Yellow Background*/
}

.resultsTableDraft, .NotRequested, .draft {
    background-color: #CED7DB; /* Grey */
}

.resultsTableDraftBackground, .NotRequestedBackground, .draftBackground, .DraftBackground {
    background-color: #f2f2f2; /* Grey Background */
}

.resultsTableProblem, .Rejected, .Cancelled, .RequiresUserInteraction,
.failed {
    background-color: #EF5352; /* Red */
}

.resultsTableProblemBackground, .RejectedBackground,
.CancelledBackground, .RequiresUserInteractionBackground,
.failedBackground {
    background-color: #FFCBCA; /* Red  Background*/
}

/* Green colour - Don't know if we need this one or not. */
.resultsTableReady, .Ready {
    background-color: #1AB394;
}

.info {
    color: #31708f;
    background-color: #d9edf7 !important;
    border-color: #bce8f1;
}

.componentTable td {
    font-size: 0.85em;
}

.form-group-condensed {
    margin-bottom: 4px;
}

.form-group-static {
    margin-bottom: 0;
}

.usersPanel {
    height: 170px;
    width: 140px;
    background: none;
    border: none;
}

.usersColumn {
    background: none;
    border: none;
}

.plan.searchpoint-jade .plan-header {
    background-color: #1ab394;
}

.title-number-lookup {
    padding: 0px;
    border: none;
    font-size: 14px;
    /* neeeded because 'em's don't seem o work on input-group addons */
}

div.ui-button + div.ui-button {
    margin-left: -1px;
}

.italic {
    font-style: italic;
}

div.ui-selectonebutton div.ui-button {
    border: 1px solid #dddddd;
    background: none;
    color: #676A6C;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

div.ui-selectonebutton div.ui-button:hover {
    border: 1px solid #d2d2d2;
}

div.ui-selectonebutton div.ui-button.ui-state-active {
    background-color: #1AB394;
    color: white;
}

div.ui-button + div.ui-button {
    margin-left: -1px;
}

.documentPanel {
    margin: auto;
    text-align: center;
}

.shadow {
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

.documentPanel img {
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 7px;
}

.img-shadow {
    padding: 5px;
    background-color: #fff;
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 7px;
}

.documentListPanelOuter {
    display: table;
    margin: 0px auto;
    text-align: center;
}

.documentListPanelNoHover {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #ffffff;
    padding: 15px 24px 10px 24px;
    margin: 5px;
}

.documentListPanel {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #ffffff;
    padding: 15px 24px 10px 24px;
    margin: 5px;
    vertical-align: top;
}

.documentListPanel.alert-success {
    border: 1px solid #c4e2b7;
}

.documentListPanel:hover {
    background-color: #f3f3f4;
}

.documentListPanel.alert-success:hover {
    background-color: #DFF0D8;
    border: 1px solid #c4e2b7;
}

.documentListPanel .deletePlanIcon {
    display: none;
}

.documentListPanel:hover .deletePlanIcon {
    display: inline;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 300;
    color: #dddddd;
}

.deletePlanIcon i:hover {
    color: red;
}

.orderDocumentListPanel {
    float: left;
    text-align: center;
    margin: 0px 15px 5px 15px;
    position: relative;
}

.documentListPanelNoHover img.shadow, .genericDocumentPanel img.shadow {
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

.documentListPanel img.shadow {
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 7px;
}

.mandatePanel img.shadow {
    border: solid 1px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 7px;
}

.ui-fileupload-buttonbar.ui-widget-header {
    border-color: #dddddd;
}

/* Chat
=================================================================== */
ul.chat {
    margin: 0;
}

ul.chat li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px;
}

ul.chat li img.avatar {
    height: 50px;
    width: 50px;
    padding: 1px;
    border: 1px solid #EBEBEB;
}

ul.chat li.left img.avatar {
    float: left;
    margin-right: 10px;
}

ul.chat li.right img.avatar {
    float: right;
    margin-left: 10px;
}

ul.chat li .message {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .05), inset 0 -1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .05), inset 0 -1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .05), inset 0 -1px 1px rgba(0, 0, 0, .05);
}

ul.chat li.left .message {
    text-align: left;
    margin-left: 65px;
}

ul.chat li.left .message .arrow {
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    background: url("/searchpoint/javax.faces.resource/img/chat-left.png.xhtml?ln=searchpoint3&v=1_27") no-repeat 0px 0px;
}

ul.chat li.right .message .arrow {
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: 5px;
    right: -10px;
    background: url("/searchpoint/javax.faces.resource/img/chat-right.png.xhtml?ln=searchpoint3&v=1_27") no-repeat 0px 0px;
}

ul.chat li.right .message {
    text-align: right;
    margin-right: 65px;
}

ul.chat li .message .text {
    display: block;
}

.chat-form {
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    margin: 20px -10px -10px -10px;
}

.chat-form textarea {
    width: 100%;
    padding: 0.5em;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al  */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box; /* Opera/IE 8+ */
    height: 80px;
    outline: 0px !important;
    font-size: 12px;
}

/* chat styles */
.SearchpointMessageToSupplier, .SupplierMessage {
    background: #f2f6fe; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjZmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWVkZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f6fe 0%, #d9edf7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6fe),
    color-stop(100%, #d9edf7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f6fe 0%, #d9edf7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f6fe 0%, #d9edf7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f6fe 0%, #d9edf7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f2f6fe 0%, #d9edf7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6fe',
    endColorstr='#d9edf7', GradientType=0); /* IE6-8 */
}

.SearchpointMessageToCustomer, .CustomerMessage {
    background: #f7fef2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZmVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWZkZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7fef2 0%, #e9fdd7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fef2),
    color-stop(100%, #e9fdd7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7fef2 0%, #e9fdd7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7fef2 0%, #e9fdd7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7fef2 0%, #e9fdd7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7fef2 0%, #e9fdd7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fef2',
    endColorstr='#e9fdd7', GradientType=0); /* IE6-8 */
}

p a, .breadcrumb a {
    color: #0088cc;
}

p a:hover, .breadcrumb a:hover {
    text-decoration: underline;
}

.login-addon {
    background-color: #1AB394;
    color: #f3f3f4;
    border: 1px solid #1AB394;
}

.wrappable, .wrappable td {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.unwrappable, .unwrappable td {
    white-space: nowrap !important;
}

.basketTotalText {
    width: 160px;
    text-align: right;
    padding: 3px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

.basketTotalValues {
    width: 70px;
    text-align: right;
    padding: 3px;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
    font-size: 120%;
}

.basketTotalGrossText {
    font-weight: bold;
    font-size: 120%;
}

.basketTotalGrossValues {
    font-weight: bold;
}

div.ibox ::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

div.ibox ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

div.ibox ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

div.ibox-highlight div.ibox {
    opacity: 0.65;
}

div.ibox-highlight div.ibox div.ibox-title {
    padding-top: 16px;
    border-top: 1px dashed #1ab394;
    border-left: 1px dashed #1ab394;
    border-right: 1px dashed #1ab394;
}

div.ibox-highlight div.ibox div.ibox-content {
    border-bottom: 1px dashed #1ab394;
    border-left: 1px dashed #1ab394;
    border-right: 1px dashed #1ab394;
}

/* Tidy up dtop down list on dashboard */
.dropdown-menu li.dropdown-menu-heading {
    background-color: #f3f3f4;
    padding: 8px;
    font-weight: bold;
    font-size: 120%;
}

figcaption {
    padding-left: 10px;
    padding-right: 10px;
}

.sp-banner {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    width: 215px;
    margin-left: 10px;
}

.navbar-form-custom {
    display: inline-table;
    padding-top: 8px;
    padding-left: 20px;
}

.navbar-form-custom .input-group a {
    font-size: 14px;
}

.navbar-form-custom input.form-control {
    border: 1px solid #dddddd;
    height: 34px;
    background-color: #fff;
}

.navbar-form-custom input.form-control:focus {
    border-color: #18a78a;
}

a.sp-banner:hover {
    color: #fff;
}

.navbar-header {
    padding-top: 5px;
}

.grey-well {
    background-color: #F3F3F4 !important;
}

.white-well {
    background-color: #d9edf7 !important;
}

body.md-skin .ui-accordion {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0px 6px 0px rgba(0, 0, 0, 0.14);
}

body.md-skin div.ui-accordion-content {
    border: none;
}

body.md-skin .nav-header {
    min-height: 140px;
    padding-top: 20px;
}

body.md-skin .nav-content {
    padding-right: 20px;
    padding-left: 25px;
}

.media > .pull-left {
    margin-right: 10px;
}

.ui-accordion.identityTable .ui-accordion-content.ui-widget-content {
    padding: 0px;
}

.ui-accordion.identityTable div.bs-callout {
    margin: 0px;
}

h3.ui-accordion-header.ui-helper-reset.ui-state-default {
    border-color: #dddddd;
}

h3.ui-accordion-header.ui-helper-reset.ui-state-default.ui-state-active {
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-accordion .ui-accordion-content.ui-widget-content div.ui-datatable.ui-widget.searchProductTable.table {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.ui-accordion .ui-accordion-content.ui-widget-content {
    padding: 0px;
    margin-bottom: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.aml-match {
    color: #1AB394;
}

.aml-mismatch {
    color: #d9534f;
}

.aml-nomatch {
    color: #dddddd;
}

.aml-info {
    color: #dddddd;
}

.aml-background-match {
    background-color: #DFF0D8; /* Jade/ Green  Background */
}

.aml-background-mismatch {
    background-color: #FFCBCA; /* Red  Background*/
}

.aml-background-nomatch {
    /* none */

}

.aml-background-na {
    /* none */

}

.noPaddingTabs .ui-tabs-panel {
    padding-left: 0px;
    padding-right: 0px;
}

.lifecycleTabs .ui-tabs-panel {
    padding: 0px;
}

.lifecycleTabs.ui-tabs.ui-widget-content {
    border-bottom: 0px;
}

.lifecycleTabs ul.ui-tabs-nav.ui-widget-header li.ui-state-active a {
    background-color: #f3f3f4;
}

.lifecycleTabs ul.ui-tabs-nav.ui-widget-header {
    border-bottom: none;
}

.noBottomBorder.ui-tabs.ui-widget-content {
    border-bottom: none;
}

.falseTabs .ui-tabs-panel {
    padding: 0px;
}

.falseTabs.ui-tabs.ui-widget-content {
    border-bottom: 0px;
}

.falseTabs ul.ui-tabs-nav.ui-widget-header li.ui-state-active a {
    background-color: #dddddd;
}

.falseTabs ul.ui-tabs-nav.ui-widget-header li.ui-state-hover a {
    background-color: #dddddd;
}

.falseTabs ul.ui-tabs-nav.ui-widget-header {
    border-bottom: none;
}

.falseTabs.ui-tabs {
    padding-bottom: 0px;
}

.falseTabsWhite ul.ui-tabs-nav.ui-widget-header li.ui-state-active a {
    background-color: #ffffff;
}

.falseTabsWhite ul.ui-tabs-nav.ui-widget-header li.ui-state-hover a {
    background-color: #ffffff;
}

.ibox-title.withTabs {
    height: inherit;
    padding-bottom: 0px;
    padding-top: 0px;
}

.ibox-title.withTabs h5 {
    padding-top: 14px;
}

body.md-skin .ibox-title.withTabs {
    padding-top: 14px;
}

body.md-skin .ibox-title.withTabs h5 {
    padding-top: 0px;
}

div.ibox .ui-datatable .ui-paginator {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

div.lifecycleListPanel div.ibox div.table th, div.lifecycleListPanel div.ibox div.table div.ui-datatable-tablewrapper table thead tr th.ui-state-default,
div.lifecycleListPanel div.ibox div.table.ui-treetable table thead tr th.ui-state-default,
div.lifecycleListPanel div.ibox table.table th, div.lifecycleListPanel div.ibox table.table thead.ui-panelgrid-header tr.ui-widget-header td.ui-panelgrid-cell.ui-widget-header {
    border-top: 2px solid #dddddd;
}

.orange {
    color: #F8AC59;
}

.green {
    color: #1ab394;
}

.dark-grey {
    color: #676A6C;
}

.red {
    color: #d2322d;
}

.blue {
    color: #1c84c6;
}

.table-no-header thead, .table-no-header th {
    height: 0px !important;
    padding: 0px !important;
    border-top: 1px !important;
}

.table-no-header th > span {
    display: none;
}

.breadcrumb-red {
    background-color: #ED5565;
}

.breadcrumb-yellow {
    background-color: #f8ac59;
}

.footer-well > img {
    padding: 10px 12px;
}

.footer {
    position: relative;
    border-top: 5px solid #dddddd;
}

.ui-message.ui-message-error, .ui-messages-error {
    border: none;
    font-weight: bold;
    border-left: 5px solid #d9534f;
    margin: 10px 0px;
    padding: 20px;
    background-color: #F3F3F4;
    color: #d9534f;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-sizing: border-box; /* Safari, Chrome et al  */
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.ui-messages-error-detail {
    font-weight: normal;
}

.ui-messages-error-summary {
    font-weight: bold;
    margin-left: 0px;
}

.ui-message.ui-message-error.ui-widget.ui-corner-all span.ui-message-error-icon,
.ui-messages-error span.ui-messages-error-icon {
    display: none;
}

.recommendedByText {
    font-style: italic;
    color: #8a6d3b;
}

.recommendedByRow {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.popUpQuestionTable {
    margin-top: 5px;
}

.popUpQuestionTable td, .popUpQuestionTable th {
    border: 1px solid #dddddd;
    padding: 5px;
}

.popUpQuestionTable td:first-child {
    text-align: center;
}

.popUpQuestionTitle {
    display: none;
}

/* the following adds hover capability to metis menu 
@media ( min-width : 768px) {
	#side-menu li {
		position: relative;
	}
	#side-menu>li ul {
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 200px;
		display: none;
	}
	#side-menu li:hover>ul, #side-menu li:hover>ul.collapse {
		display: block !important;
		height: auto !important;
		z-index: 1000;
		background: #ffffff;
		visibility: visible;
		border: 1px solid #ddd; 
	}
	.fa.arrow:before {
		content: "\f105";
	}
	.nav-second-level li:last-child {
		margin-bottom: 0px;
	}
	.alert-outline {
		border-color: #dddddd;
	}
}
*/
.progress-chart {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.progress-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.progress-chart-percent {
    display: inline-block;
    line-height: 60px;
    z-index: 2;
}

ul.spaced li, div.spaced ul li {
    margin-top: 8px
}

.ui-datatable tfoot td.rightAlignedFooter {
    text-align: right;
    color: #676a6c;
    font-size: 110%;
}

#previewBanner {
    background-color: #1AB394;
    color: white;
    width: 100%;
    margin: 0px;
    padding: 10px;
}

.ui-datatable tbody tr.ui-widget-content.invalidBasket td {
    border: 2px solid #ebccd1 !important;
    background-color: #f2dede;
    line-height: 1.1;
}

.red {
    color: #a94442;
}

.white-bg {
    background-color: #ffffff;
}

.popover {
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.25);
}

.ui-accordion-header.ui-helper-reset.ui-state-default.ui-state-active.ui-corner-top {
    font-weight: bold;
    color: #676A6C;
}

.row-select:hover {
    background-color: #e2e2e2;
}

textarea.autoheight {
    overflow-y: hidden; /* prevents scroll bar flash */
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-panel {
    padding-left: 15px;
    padding-right: 15px;
}

.news-panel h3 {
    color: #ffffff;
    font-size: 14px;
}

.news-panel h4 {
    font-size: 13px;
}

.news-panel a {
    color: #a7b1c2;
}

.news-panel a:hover {
    color: #ffffff;
}

.news-panel p {
    color: #a7b1c2;
    font-size: 12px;
}

.news-panel hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a7b1c2;
}

.bs-callout hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #dddddd;
}

button.tour-step-backdrop {
    z-index: 1101 !important;
}

.popover-navigation {
    border-top: 1px solid #dddddd;
}

.popover.tour-tour div.popover-content {
    padding: 20px;
}

.popover.tour-tour i {
    color: #1ab394;
}

.invoiceUnpaid {

}

.invoicePaid {

}

.invoicePartpaid {

}

.creditMemoUnallocated {
    color: #0088CC;
    font-style: italic;
}

.creditMemoAllocated {
    color: #0088CC;
    font-style: italic;
}

.creditMemoPartAllocated {
    color: #0088CC;
    font-style: italic;
}

.paymentUnallocated {
    color: #0088CC;
    font-style: italic;
}

.paymentAllocated {
    color: #0088CC;
    font-style: italic;
}

.paymentPartAllocated {
    color: #0088CC;
    font-style: italic;
}

.announcementPanel {
    background: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.announcementPanel a {
    color: #428bca;
    text-decoration: underline;
}

.ui-growl {
    top: 15px;
    right: 15px;
    width: 301px;
}

#growl_container {
    z-index: 9999 !important;
}

#growl_container > div {
    background-color: #f8ac59;
    z-index: 9999;
}

.ui-growl-item-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ul-flush-left {
    margin-left: 0;
    padding-left: 0;
}

.ul-flush-left li {
    margin-left: 1em;
}

.tableInCell {
    padding: 0px !important;
}

.tableInCell table {
    border: none !important;
}

.tableInCell table tr:first-child td {
    border-top: none !important;
}

.tableInCell table tr:last-child td {
    border-bottom: none !important;
}

.tableInCell table td:first-child {
    border-left: none !important;
}

.tableInCell table td:last-child {
    border-right: none !important;
}

.full {
    width: 100%;
    height: 100%;
}

.hasInnerTable table {
    width: 100%;
    height: 100%;
}

.cellTableContainer {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: initial;
}

.user-tracker-node {
    width: 30em;
    line-height: 2em;
    height: 4em;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #e7eaec;
}

.user-tracker-label {
    text-align: center;
}

pre {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    line-height: 1.42857143;
    color: #676a6c;
    word-break: break-all;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.ValidatedAddressPanel {
    padding: 10px;
    background-color: #DFF0D8; /* Jade/ Green  Background */
}

.ValidatedAddressPanel .documentListPanel:hover {
    background-color: inherit;
}

.ValidatedAddressPanel .documentListPanel img:hover {
    -moz-box-shadow: 3px 3px 3px #bbbbbb;
    -webkit-box-shadow: 3px 3px 3px #bbbbbb;
    box-shadow: 3px 3px 3px #bbbbbb;
    border: 1px solid #aaaaaa;
}

.ValidatedAddressPanel h5 {
    font-size: 16px;
    font-weight: 400;
}

.table-small td {
    font-size: 0.8em !important;
}

.table-small th {
    font-size: 0.8em !important;
}

div.metrics div.ibox h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.break-word {
    word-break: break-word;
    white-space: pre-wrap;
}

.ibox-bordered {
    border: 1px solid #dddddd;
}

.bs-callout-bordered {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.white-background {
    background-color: white;
}

.ibox-yellow, .ibox-yellow div.ibox-title, .ibox-yellow div.ibox-content {
    background-color: #fcf8e3;
}

.userSelected {
    background-color: #1ab394;
    color: #ffffff !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-comment {
    font-style: italic;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.label-requested {
    background-color: #FFF936;
}

.label-requested[href]:hover, .label-requested[href]:focus {
    background-color: #fffcc2;
}

.CodeMirror-lines {
    background-color: white;
}

textarea {
    border-color: #dddddd;
}

div.editable-input {
    display: inline-block;
}

span.editable-input, div.editable-input {
    color: #1f90d8;
}

span.ui-inplace-display.ui-state-highlight {
    background-color: #1f90d8;
    color: #ffffff;
}

.blue {
    color: #1f90d8;
}

fieldset.disabled label, fieldset.disabled h1, fieldset.disabled h2,
fieldset.disabled h3, fieldset.disabled h4, fieldset.disabled h5,
fieldset.disabled h6, fieldset.disabled td, fieldset.disabled th,
fieldset.disabled p, fieldset.disabled div.alert {
    color: #aaaaaa;
}

tr.disabled td {
    color: #bbbbbb;
}

.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.process-row:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.process-step p {
    margin-top: 4px
}

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

.process-step a {
    line-height: 80px;
}

div.no-padding-tabs {
    padding: 15px 0px 0px 0px;
}

div.no-padding-tabs p {
    padding-left: 15px;
    padding-right: 15px;
}

div.no-padding-tabs > div.ui-tabs.ui-tabs-top {
    padding-left: 0px;
    padding-right: 0px;
}

div.no-padding-tabs > div.ui-tabs.ui-tabs-top ul {
    padding-left: 15px;
    padding-right: 15px;
}

div.no-padding-tabs div.ui-datatable.ui-widget {
    margin-bottom: 0px;
}

div.no-padding-tabs > ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    padding-left: 15px;
    padding-right: 15px;
}

div.no-padding-tabs > div.ui-tabs-panels > div.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

div.no-padding-tabs.grey ul.ui-tabs-nav.ui-widget-header li a {
    padding-top: 15px;
    background-color: #f3f3f3;
}

div.no-padding-tabs.grey ul.ui-tabs-nav.ui-widget-header li.ui-state-active a {
    background-color: #ffffff;
}

li.ui-state-default.ui-corner-top span.label.count-info {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

ul.nav.navbar-top-links.navbar-right li a.count-info span.label {
    top: 8px;
    right: 2px;
}

.popover {
    white-space: pre-line;
}

.keep-format {
    white-space: pre-line;
}

.laTable {
    margin-bottom: 0px;
}

.laTabs ul.ui-tabs-nav.ui-widget-header {
    border-bottom: 1px solid #dddddd;
}

body {
    overflow-x: visible;
}

div.ui-datatable.ui-widget.textAlignCenter.table.laTable div.ui-datatable-tablewrapper thead th.column-odd,
table.table thead th.column-odd, table.table tfoot td.column-odd {
    background-color: #f8f8f8;
}

div.table td.column-odd, table.table td.column-odd {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-no-select-all .ui-chkbox-all {
    display: none !important;
}

select option {
    color: #676a6c;
}

.empty {
    color: #999;
}

.landing-page li.pricing-desc {
    font-size: 14px;
    border-top: none;
    padding: 20px 16px;
    color: #676a6c;
}

.landing-page .pricing-plan li {
    color: #676a6c;
    font-size: 14px;
}

.landing-page section p {
    color: #676a6c;
    font-size: 14px;
}

.landing-page {
    color: #676a6c;
}

.landing-page li.pricing-title {
    background: #1ab394;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}

.landing-page .navy-line {
    width: 60px;
    height: 1px;
    margin: 0px auto 0;
    border-bottom: 2px solid #1ab394;
}

.landing-page .pricing-plan.selected {
    transform: scale(1);
}

/* Omnisearch */
.omni-searchbar {
    position: relative;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

.omni-searchbar input.form-control.omni-searchbox {
    height: 46px;
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 23px;
    border: 1px solid #DDDDDD;
    width: 100%;
}

.omni-searchbar.omnibox-red input.form-control.omni-searchbox {
    height: 46px;
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 23px;
    border: 1px solid #DDDDDD;
    width: 100%;
}

.omni-searchbar input.form-control.omni-searchbox:focus {
    border: 2px solid #406E7E;
    box-shadow: none !important;
    outline: none;
}

.omni-searchbar.omnibox-red input.form-control.omni-searchbox,
.omni-searchbar.omnibox-red input.form-control.omni-searchbox:focus {
    border-color: #ed5565;
}

.omni-searchbar.search-button input.form-control.omni-searchbox {
    padding: 10px 60px 10px 30px;
}

.omni-searchbar i.omni-search-icon {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 1.5em;
}

.omni-searchbar i.omni-search-icon-button {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    font-size: 1.3em;
    background-color: #1ab394;
    border: none;
    padding: 13px;
    border-radius: 50%
}

.omni-searchbar i.omni-cancel-icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 1.5em;
    color: #ed5565;
}

.omni-searchbar i.omni-search-button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 13px 13px 12px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-size: 1.7em;
    background: #1ab394;
    color: #FFFFFF;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-top: 11px;
}

.omni-searchbar i.omni-search-icon-button:hover {
    background-color: #24dfba;
}

.omni-searchbar i.omni-cancel-icon:hover {
    color: #d7394a !important;
    cursor: pointer;
}

.no-padding-narrow {
    width: 200px;
    padding: 0 !important;
    height: 1px;
}

.padding-narrow {
    width: 10%;
}

.international-flags {
    height: 100%;
    min-height: 130px;
    background-image: url("/searchpoint/javax.faces.resource/img/aml/international-flags.jpg.xhtml?ln=searchpoint3&v=1_27");
    background-size: cover;
    background-position: center;
}

.unionjack {
    height: 100%;
    min-height: 130px;
    background-image: url("/searchpoint/javax.faces.resource/img/aml/unionjack.jpg.xhtml?ln=searchpoint3&v=1_27");
    background-size: cover;
    background-position: center;
}

.credas-face {
    height: 100%;
    min-height: 130px;
    background-image: url("/searchpoint/javax.faces.resource/img/aml/credas-face.jpg.xhtml?ln=searchpoint3&v=1_27");
    background-size: cover;
    background-position: center;
}

.verify-face {
    height: 100%;
    min-height: 130px;
    background-image: url("/searchpoint/javax.faces.resource/img/aml/verify-face.jpg.xhtml?ln=searchpoint3&v=1_27");
    background-size: cover;
    background-position: center;
}

.ui-scrollpanel-hbar {
    display: none;
}

.my-color-picker {
    width: 20px;
    height: 20px;
    transition: opacity 0.3s;
}

.my-color-picker:hover {
    opacity: 0.5;
}