﻿html, body {
    background: #000000;
}

html.noscroll {
/*    overflow: hidden;
    scroll: none;*/
}

body, table, input, textarea, select {
    font-family: Open Sans,Arial,Helvetica,sans-serif;
}

body, table {
    color: #ffffff;
}

body {
    overflow-y: scroll;
}

input[type=submit], button {
    background: #444444;
    color: #FFFFFF;
    border: 1px solid #444444;
    border-radius: 2px;
    padding: 0.5em;
    white-space: nowrap;
}

input[type=submit]:hover, button:hover {
    background: #208D92;
    transition: background ease 1s;
    cursor: pointer;
}

h2 button.action {
    font-size: 22px;
}

input[type=text], input[type=password], select {
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    color: #666666;
    padding: 0.5em;
    outline: none;
}

textarea {
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    color: #666666;
    padding: 0.5em;
}

h1, h2, h3 {
    font-weight: 400;
    position: relative;
}

a.action {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
}

a.action:hover {
    background: #ffffff;
    color: #000000;
    transition: background ease 0.5s;
}

.fa-stack.fa-flagged {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.fa-stack.fa-flagged .fa-stack-1x {
    font-size: 0.6em;
    line-height: initial;
    right: -0.5em;
    left: unset;
}

.fa-stack.fa-flagged .fa-stack-2x {
    font-size: 1em;
    line-height: 1em;
}

.atomic {
    white-space: nowrap;
}
/* ======================================================================================================================================================================== */

.radio_button_list {
    display: inline-block;
}

.radio_button_list label {
    display: inline-block;
    margin: 0.25em 0.5em 0.25em 0.25em;
    padding: 0.25em 0.5em 0.25em 0.5em;
    background: #1f1f1f;
    cursor: pointer;
}

.radio_button_list label:hover {
    background: #ffffff;
    color: #000000;
    transition: background ease 0.5s;
}

.attention-item {
    color: #ff4f1e;
}

.na-item {
    color: rgba(255, 255, 255, 0.3);
}
/* ======================================================================================================================================================================== */

.ef {
    display: none;
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.wf {
    display: none;
    padding: 0.5em;
    background: rgba(255, 228, 30, 0.5);
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.okf {
    display: none;
    padding: 0.5em;
    background: rgba(30, 255, 128, 0.5);
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.ef.static, .wf.static, .okf.static {
    display: inherit;
}

.ef.staticinline, .wf.staticinline, .okf.staticinline {
    display: inline-block;
}
/* ======================================================================================================================================================================== */

h2.step > i {
    display: inline-block;
    font-weight: 800;
    font-style: normal;
    font-size: 2em;
    vertical-align: middle;
}

h2.step > span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.25em;
}
/* ======================================================================================================================================================================== */

.portal_header {
    background: #444444 url('/images/CHAPLINS_furnitureLOGO_white.png') no-repeat;
    background-size: 325px 60px;
}

h1.page_title {
    background: #444444;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    padding-left: 10px;
}

.portal_menu {
    float: left;
    font-size: 20px;
    padding-left: 340px;
}

.portal_menu li {
    display: inline-block;
    padding: 0.5em;
    color: #ffffff;
    background: #1f1f1f;
}

.portal_menu li:hover {
    background: #ffffff;
    transition: background ease 0.5s;
}

.portal_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.portal_menu li:hover a {
    color: #000000;
}

.portal_apps {
    min-width: 520px;
}

.portal_stats {
    margin-left: 10px;
}

.portal_stats_section {
    background: #2f2f2f;
    padding: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

.portal_stats_group {
    background: #1f1f1f;
    display: flex;
    padding: 1em;
    margin-right: 0.5em;
}

.portal_stats_group > * {
    flex-basis: 100%;
}

div .portal_links {
}

.portal_links_section {
    background: #1f1f1f;
    padding: 1em;
    margin-top: 0.5em;
    width: calc(100% - 40px);
}

.portal_stats_section h2, .portal_links_section h2 {
    font-size: 16px;
}

.portal_links li {
    margin-bottom: 0.5em;
}

.portal_links li:last-child {
    margin-bottom: 0px;
}

.portal_links a {
    background-color: #444444;
    display: block;
    padding: 0.5em;
    color: #ffffff;
    text-decoration: none;
}

.portal_links a:hover {
    background-color: #ffffff;
    transition: background-color ease 0.5s;
    color: #000000;
}

.pss_report {
    color: #ffffff;
}

.pss_report td, .pss_report th {
    border: none;
    padding: 0px;
}

.pss_report td, .pss_report th {
    border-right: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.pss_report th {
    color: #bbbbbb;
    font-size: 14px;
    white-space: nowrap;
}

.pss_report td:last-child, .pss_report th:last-child {
    border-right: none;
    padding-right: 0px;
}

.pss_report .datatype {
    font-size: 14px;
    text-align: right;
    color: #bbbbbb;
}

.pss_report .data {
    font-size: 16px;
    font-weight: bold;
    font-family: Open Sans Condensed;
}

.pss_report .singleton_report_value {
    font-size: 1.75em;
}

.dashboard_menu {
    display: flex;
    flex-wrap: wrap;
    background: #202020
}

.dashboard_menu:nth-child(3n) {
    background: #151515;
}

.dashboard_menu:nth-child(3n+1) {
    background: #101010;
}

.dashboard_menu li {
    display: inline-block;
    font-size: 16px;
    margin: 10px;
}

.dashboard_menu li:last-child {
    margin-right: 0px
}
/*.dashboard_menu li a {    display: inline-block;    color: #ffffff;    background: #444444;    width: 150px;    height: 70px;    text-decoration: none;    padding: 1em;}*/

.dashboard_menu li a i {
    margin-bottom: 5px;
    font-size: 20px;
}

.dashboard_menu li a {
    display: inline-flex;
    color: #ffffff;
    background: #444444;
    text-decoration: none;
    padding: 1em;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    width: 120px;
    height: 50px;
    transition: background ease 500ms;
}

.dashboard_menu li a:hover {
    background-color: #ffffff;
    color: #000000;
    transition: background ease 500ms;
}

.status_area {
    float: left;
    margin-left: 1em;
    padding: 0.5em;
}

.app_warnings {
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 0.25em;
}

.portal_body {
    margin-top: 0.5em;
}

.user_info {
    float: right;
}

.user_info a {
    text-decoration: none;
    color: #ffffff;
}

.user_info .details {
    text-align: right;
    padding-right: 10px;
}

.user_info .details i {
    padding-right: 10px;
}

.user_info .logout {
    padding-right: 10px;
}
/* ======================================================================================================================================================================== */

.block.n2 {
    width: 50%;
}

.section h2 a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px 2px 0px 4px;
}

.section h2 a:hover {
    color: #000000;
    background: #ffffff;
    transition: background 0.25s ease;
}

i.section_title_help {
    font-style: normal;
    font-size: 0.75em;
    color: #ffdd20;
    position: absolute;
    top: -0.25em;
    padding-left: 0.5em;
}

i.section_title_help:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    padding-right: 0.25em;
}

.section_expander h2 {
    cursor: pointer;
}

.section_expander h2:after {
    content: "\F138";
    font-family: FontAwesome;
    float: right;
}

.section_expander.expanded h2:after {
    content: "\F13A";
    font-family: FontAwesome;
    float: right;
}
/* ======================================================================================================================================================================== */

.saving {
}

.saving.active {
}
/* ======================================================================================================================================================================== */

.postcode {
    text-transform: uppercase;
}

.currency.gbp:before {
    content: "\00a3";
}

.percentage:after {
    content: "%";
}

table.generic_find_list {
    border-collapse: collapse;
    width: 100%;
}

table.generic_find_list th select, table.generic_find_list th input[type=text] {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    background: #202020;
    color: #ffffff;
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.25);
}

th.order-num input {
    width: 5em;
}

th.date input {
    width: 9em;
}

th.initials input {
    width: 5em;
}

th.client-type input {
    width: 5em;
}

th.after-sales-filters select {
    width: 7em;
}

.generic_find_list li, .generic_find_list tr {
    cursor: pointer;
}

.generic_find_list li.inactive, .generic_find_list tr.inactive td {
    color: rgba(255, 255, 255, 0.4);
}

.generic_find_list li, .generic_find_list td {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.generic_find_list td {
    border: none;
    text-align: left;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.05);
}

.generic_find_list td .additional-controls {
    display: block;
    margin-top: 5px;
}

.generic_find_list td .additional-info {
    display: block;
    margin-top: 5px;
    font-size: 11px;
}

.generic_find_list li:hover, .generic_find_list tbody tr:hover {
    background: #1f1f1f;
    transition: background ease 0.25s;
}

.generic_find_list_no_results {
    background: #444444;
    font-size: 16px;
    padding: 1em;
    width: calc(100% - 34px);
    clear: both;
}

.generic_find_list .item_action {
    padding: 4px;
    border-radius: 2px;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 1em;
}

.generic_find_list .item_action:hover {
    background: #ffffff;
    color: #000000;
    transition: background ease 0.5s;
}

.generic_pager > div {
    display: inline-block;
}

.generic_pager .pager_pages {
    padding-left: 1em;
}

.generic_pager .pager_info {
    padding-left: 1em;
    padding-right: 1em;
}

.generic_pager > a {
    color: #ffffff;
    cursor: pointer;
    background: #1f1f1f;
    display: inline-block;
    padding: 0.25em 1em 0.25em 1em;
}

.generic_pager > a:hover {
    background: #208D92;
    transition: background ease 1s;
    cursor: pointer;
}

.generic_pager input[type=text] {
    width: 2em;
    padding: 0.25em;
}
/* ================================================================================================================================================================ */

.action_selector li {
    flex-basis: 100%;
}

.action_selector li a {
    display: block;
    font-size: 36px;
    line-height: 200px;
    text-align: center;
    background: #444444;
    cursor: pointer;
    text-align: center;
    flex-basis: 100%;
}

.section > .action_selector li a, .presets.action_selector li a {
    background: #1f1f1f;
    padding-left: 10px;
    padding-right: 10px;
}

.action_selector {
    display: flex;
    justify-content: space-between;
    margin: -5px;
}

.action_selector > * {
    margin: 5px;
    display: flex;
}

.action_selector.mini li a {
    font-size: 18px;
    line-height: 100px;
}

.action_selector.submini li a {
    font-size: 14px;
    line-height: 30px;
}

.action_selector.inline li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 1em !important;
    padding: 0.1em 0.5em 0.1em 0.5em;
}

.action_selector.save_shortcut {
    margin-top: 1em;
}

.action_selector li a {
    color: #ffffff;
    text-decoration: none;
}

.action_selector li:hover a {
    background: #ffffff;
    transition: background 0.25s ease;
    color: #000000;
}

.action_selector.inline li {
    width: auto;
}

.inactive_item {
    background: #ffdd20;
    padding: 1em;
    text-align: center;
    color: #000000;
}

.autocomplete_search {
    cursor: pointer;
    color: #ffffff;
    background: #444444;
    padding: 4px 8px 7px 8px;
    display: inline-block;
}

.autocomplete_search:hover {
    cursor: pointer;
    color: #000000;
    background: #ffffff;
    transition: background 0.25s ease;
}

.toolbar {
    margin-bottom: 1em;
    background: #1f1f1f;
}

.toolbar .literal {
    color: rgba(255, 228, 30, 0.75)
}

.toolbar .warnings .literal {
    padding: 0.5em 1em 0.5em 1em;
    display: inline-block;
}

.toolbar button {
    font-size: 16px;
    line-height: 35px;
    margin-right: 10px;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.toolbar button:last-child {
    margin-right: 0px;
}

.toolbar .button_with_popup button {
    margin-right: 0px;
}

.toolbar.inline button {
    line-height: initial;
}

.toolbar button.active {
    background: rgba(32, 141, 146, 0.5);
}

.toolbar button.right {
    float: right;
}

.toolbar .button_with_popup {
    display: inline-block;
}

.toolbar .button_with_popup.right {
    float: right;
}

.toolbar button i {
    padding-right: 10px;
}

.toolbar .popup button {
    line-height: normal;
}

.popup {
    display: none;
    position: fixed;
    width: 75%;
    left: 0px;
    right: 0px;
    top: 3%;
    margin: auto;
    border: 2px solid #ffffff;
    background: #1f1f1f;
    box-shadow: 0px 0px 0px 1500px rgba(0, 0, 0, 0.5);
    z-index: 100;
    height: 94%;
    overflow: auto;
    overflow-x: hidden;
}
/* BLOCKS SCROLL BARS.popup:before {	content: ' ';	position: fixed;	left: 0;	right: 0;	top: 0;	bottom: 0;	background: rgba(0, 0, 0, 0.5);	z-index: -1;}*/

.popup.emailer_popup {
    z-index: 101;
}

.popup.static {
    display: inherit;
    width: 500px;
}

.popup.static.big {
    width: 1000px;
}

.popup .popup_title {
    background: #4f4f4f;
    line-height: 32px;
}

.popup h1 {
    float: left;
    margin: 0;
    padding-left: 10px;
}

.popup.overlay {
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100%;
    z-index: 100;
}

.popup.overlay h2 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.popup .popup_title h3 {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 0.5em;
    font-weight: 600;
}

.popup .popup_title button.active {
    background: rgba(32, 141, 146, 0.5);
}

.popup .popup_close {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    float: right;
    padding: 6px;
    padding: 2px 10px 2px 10px;
    background: #1f1f1f;
}

.popup .popup_close:hover {
    color: #000000;
    background: #ffffff;
    transition: background 0.25s ease;
}

.popup .popup_title button {
    height: 36px;
    font-size: 16px;
}

.popup .popup_title button.last-in-group {
    margin-right: 20px;
}

.popup .popup_title button.delete, .popup .popup_title button.restore {
    float: right;
}

.popup .popup_title button.restore {
    background: #d62c04
}

.popup .full {
    width: 100%;
}

.ui-multi-lookup ul {
    margin-bottom: 5px;
}

.ui-multi-lookup li {
    background: #e6e6e6;
    padding: 5px;
    margin: 2px;
    position: relative;
    display: inline-block;
    color: #000000;
    padding-right: 40px;
}

.ui-multi-lookup .ui-multi-list-delete {
    color: #000000 !important;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.ui-multi-lookup .ui-multi-list-delete:hover {
    color: #ff4000 !important;
}

.emailer_popup .email_options {
    padding-bottom: 0.5em;
}

.emailer_popup .email_option {
    padding: 0.25em 0.5em 0.25em 0.5em;
}

.emailer_popup .email_option > label {
    display: inline-block;
    font-size: 14px;
    padding-right: 0.5em;
    width: 8%;
}

.emailer_popup .email_options input[type=text] {
    width: 88%;
}

.emailer_popup .email_attachments {
    display: inline-block;
}

.emailer_popup .email_attachments li {
    display: inline-block;
    font-size: 14px;
    padding: 2px 6px 2px 6px;
    background: #4f4f4f;
}

.emailer_popup .email_attachments li.file_attachment:hover {
    background: #ff4f1e;
    cursor: pointer;
}

.emailer_popup textarea {
    height: calc(100vh - 350px);
}

.emailer_popup .droptarget {
    display: inline-block;
    font-size: 14px;
}

.popup > .row {
    display: flex;
}

.row > .section {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.row > .section input[type=checkbox] {
    zoom: 1.5;
}

.popup .row > .section {
    margin-left: 10px;
}

.popup .row > .section.fixed {
    flex-shrink: 0;
}

.popup .row > .section:first-child {
    margin-left: 0;
}

.row > .section > h2 {
    background: #565656;
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 20px;
}

.row > .section > h2:first-child {
    margin-top: 0;
}

.row > .section > * {
    padding: 10px;
}

.row > .section > div > label {
    display: inline-block;
    width: 140px;
}

.row > .section > div .compound {
    display: inline-flex;
}

.row > .section > div .compound.c2 > * {
}

.field_link {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.field_link:visited {
    color: #ffffff;
}

.field_action {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    padding: 0px 2px 0px 4px;
}

.field_action:visited {
    color: #ffffff;
}

.field_action:hover {
    color: #000000;
    background: #ffffff;
    transition: background 0.25s ease;
}

.contact_info_container {
    position: absolute;
    display: inline-block;
}

.discount_calculator_popup input[type=text] {
    margin-left: 0.5em;
}

.mini_pop {
    position: absolute;
    display: none;
    background: #000000;
    color: #ffffff;
    padding: 0.5em;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mini_pop_container {
    display: inline-block;
}

.mini_pop input[type=text] {
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    color: #666666;
    padding: 0.5em;
}

.mini_pop > div {
    padding-bottom: 0.5em;
}

.mini_pop > div:last-child {
    padding-bottom: 0px;
}

.mini_pop .buttons {
    text-align: center;
}

.mini_pop button {
    padding-left: 1em;
    padding-right: 1em;
}

.contact_info_popup li {
    white-space: nowrap;
}

.contact_info_popup i.fa {
    display: inline-block;
    margin-right: 5px;
}

.contact_info_popup a {
    color: #ffffff;
}

.contact_info_popup a:visited {
    color: #ffffff;
}

.section table.stealth {
    width: 100%;
}

.ui-multi-date-picker-container {
    display: inline-flex;
}

.ui-multi-date-picker {
    display: inline-flex;
    background: #ffffff;
    border-radius: 2px;
    padding: 4px;
    color: #000000;
}

.ui-multi-date-picker ul, .ui-multi-date-picker li {
    padding: 0;
    margin: 0;
}

.ui-multi-date-picker a {
    color: #000000 !important;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.ui-multi-date-picker a.ui-multi-list-add {
    margin-right: 0;
}

.ui-multi-date-picker a:hover {
    opacity: 0.5;
}

.ui-time-range-container {
    display: inline-flex;
    position: relative;
}

.ui-time-range-container input[type=text] {
    width: 60px;
}

.ui-time-picker {
    top: 33px;
}

.date-range-container {
    position: relative;
}

.date-range-editor {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    display: flex;
    align-items: center;
}

.date-range-editor > * {
    margin-right: 10px;
}

.date-range-editor > *:last-child {
    margin-right: 0;
}

.item_grid .item_action {
    padding: 4px;
    border-radius: 2px;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.item_grid .item_action:hover {
    background: #ffffff;
    color: #000000;
    transition: background ease 0.5s;
}

.item_grid .deleting td {
    border-bottom-style: none;
    text-decoration: line-through;
    background: #ff004c;
    opacity: 0.5;
}

.item_grid .delete_warning td {
    border-top-style: none;
    background: #FF004C;
    font-size: 0.85em;
}

.item_grid .deleted td {
    text-decoration: line-through;
    opacity: 0.5;
}

.item_grid .moving .moving_help {
    padding-top: 5px;
    float: left;
}

.item_grid .moving .moving_destination {
    float: right;
}

.item_grid .warnings {
    color: rgba(255, 228, 30, 1);
}

li.deleting {
    border-bottom-style: none;
    background: rgba(255, 0, 76, 0.5);
}

li .delete_warning {
    padding-bottom: 1em;
    border-top-style: none;
    background: #FF004C;
    font-size: 0.85em;
}

.droptarget {
    margin: 1px;
    border: 1px dotted #ffffff;
    padding: 0.25em;
    cursor: pointer;
}

.droptarget.dragover {
    margin: 0px;
    border-width: 2px;
}

.file_attachment .progress_bar {
    display: block;
    background: #ffffff;
    margin-top: 2px;
    height: 4px;
    width: 0%;
}

.form_help {
    margin-bottom: 1em;
}

.popup_errors li {
    padding: 0.5em;
    background: #ff4f1e;
    color: #ffffff;
    border-radius: 2px;
}

.item_grid td.actions {
    white-space: nowrap;
}

.address > * {
    display: block;
}

.icon_datepicker {
    padding-left: 0.5em;
}

.item_selector, .item_selector_unavailable {
    float: right;
    width: 2em;
    background: #444444;
    height: 2em;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    margin-right: 2px;
}

.find_controls .advanced {
    position: relative;
}

.find_controls .advanced_controls {
    position: absolute;
    background: rgb(16, 70, 73);
    right: 0px;
    top: 40px;
    text-align: left;
    z-index: 1;
}

.find_controls .advanced_controls ul {
    margin: 1em;
}

.find_controls .advanced_controls li {
    list-style: none;
    margin: 0px;
    padding: 0.25em;
}

.find_controls .advanced_controls a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.find_controls .advanced_controls i {
    margin: 0.5em;
}

.find_controls .advanced_controls i {
    opacity: 0.15;
}

.find_controls .advanced_controls li.selected i {
    opacity: 1;
}

.item_selector.custom, .item_selector_unavailable.custom {
    text-align: center;
}

.item_selector.custom i, .item_selector_unavailable.custom i {
    margin-top: 7px;
}

.item_selector.hc {
    border: 2px solid rgba(255, 255, 255, 0.75)
}

.item_selector_unavailable i {
    padding: 0.5em;
}

.item_selector:hover {
    text-decoration: none;
}

.selected .item_selector, .item_selector.selected {
    font-family: FontAwesome;
    background: rgba(32, 141, 146, 0.5);
}

.selected .item_selector:before, .item_selector.selected:before {
    display: inline-block;
    content: '\f00c';
    padding: 0.5em;
}

.selected .item_selector.custom:before, .item_selector.selected.custom:before {
    content: '';
    padding: 0px;
}

.find_controls .item_selector,
.has-header-filters .item_selector {
    width: 40px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
}

.order_status_flags > span {
    float: left;
    padding: 0.15em 0.25em 0.15em 0.25em;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 0.8em;
}

.order_status_flags .awaiting {
    background: rgba(255, 79, 30, 0.75)
}

.order_status_flags .partial {
    background: rgba(255, 168, 30, 0.6)
}

.order_status_flags .ok {
    background: rgba(0, 128, 0, 0.75)
}

.field_attention {
    padding: 0.25em;
    background: rgba(255, 228, 30, 0.5);
    border-radius: 3px;
}

h2 .field_attention {
    font-size: 0.8em;
}

.compoundcontainer {
    white-space: nowrap;
}

.ui-datepicker {
    z-index: 100 !important;
}

td .cke_top {
    padding: 0;
}

td .cke_top {
    padding: 0;
}

td .cke_toolgroup {
    margin: 0;
}

td .cke_button {
    border-radius: 0 !important;
    padding: 3px !important;
}

.inner_block.side-by-side > * {
    flex-grow: 1;
    flex-basis: 0;
}

.inner_block.side-by-side {
    display: flex;
}

.dms-icon {
    display: inline-block;
    width: 21px;
    height: 24px;
    overflow: hidden;
    background: transparent url('/images/dms-icon.png') no-repeat;
    background-size: 190px;
}

.iconed-date {
    display: inline-flex;
    align-items: center;
}

.iconed-date *:first-child {
    margin-right: 5px;
}

table.generic_find_list tr:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.1);
}

table.generic_find_list tr:nth-child(2n+1):hover {
    background: rgba(255, 255, 255, 0.175);
}

table.generic_find_list th, table.generic_find_list td {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

table.generic_find_list thead tr {
    background: #43485b !important;
}

.cfit-instance {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

.cfit-action-dates, .cfit-action-dates *, .cfit-action-dates * * {
    color: #000000
}

.cfit-non-essential-info, .cfit-non-essential-info *, .cfit-non-essential-info * *, .cfit-id-column, .cfit-id-column * {
    color: #000000
}

.cfit-issue-item-title {
    color: #000000
}

.ui-datepicker th,
.ui-datepicker-week-col {
    color: #202020 !important;
}


th > div.multi-filters {
    display: flex;
}

.show-search-container {
    display: flex;
    margin-top: -9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.42);
}

button.show-search {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

th button.selected {
    background: #208D92;
}