body
{
    color: #000000;  

    /* ios11 bouncing bug: https://www.sencha.com/forum/showthread.php?469903-IOS-11-3-Bouncing-views-amp-grids */
    position: fixed;
}

/* ios11 bouncing bug: https://www.sencha.com/forum/showthread.php?469903-IOS-11-3-Bouncing-views-amp-grids */
#ext-viewport > .x-body { position: fixed } 

/* nodig anders krijgen input velden een grijze achtergrond in Sencha 2.3 */
.x-input-el {
  background: transparent;
  -webkit-appearance: none;
}

.x-spinner .x-input-el, .x-field-select .x-input-el
{
    color: #000000; 
    -webkit-text-fill-color: #000000;
}


.x-spinner .x-input-el, .x-field-select .x-input-el ::-webkit-input-placeholder
{
    color: #aaaaaa; 
    -webkit-text-fill-color: #aaaaaa;   
}

.x-toolbar .x-field-select .x-input-text {
    color: #000;
    -webkit-text-fill-color: #000;
}

body.x-desktop {
    font-size: 110%;
}

.x-toolbar .x-field {
    margin: 0;
    padding: 0;
}

.x-toolbar .x-form-field 
{
    padding-top: 0.4em;
}

.x-toolbar.x-docked-top {
    border-bottom: 0 none;
}

.x-toolbar-dark 
{
    background-image: none;
    background-color: #ffffff;
}

.x-toolbar-dark .x-title 
{
    color: #4c5358;
    text-shadow: none;
}

.x-toolbar-light 
{
    background-image: none;
    background-color: #eaeaea;
    border-color: #ccc;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.x-toolbar-main.x-docked-top
{
    background-color: #ffffff;
    border-bottom-color: #dddddd;

    border-width: 0 0 3px 0;
    border-image: linear-gradient(to right, #4ac7ed 0%,#4ac7ed 8%,#f68d2e 8%,#f68d2e 25%,#7c878e 25%,#7c878e 55%,#afc836 55%,#afc836 100%);
    border-image-slice: 1;
    padding-bottom: 3px;
}

.u4-bar {
    border-width: 3px 0 0 0;
    border-image: linear-gradient(to right, #4ac7ed 0%,#4ac7ed 8%,#f68d2e 8%,#f68d2e 25%,#7c878e 25%,#7c878e 55%,#afc836 55%,#afc836 100%);
    border-image-slice: 1;
}

.ms-main-menu .x-toolbar-light.x-docked-top {
    border-bottom: 0 none;
    background-color: #ffffff;
}

.x-toolbar-light .x-title 
{
    color: #4c5358;
    text-shadow: none;
}


.home-title {
    padding: 3px 0 0 0;
    border-width: 0 0 3px 0;
    border-image: linear-gradient(to right, #4ac7ed 0%,#4ac7ed 8%,#f68d2e 8%,#f68d2e 25%,#7c878e 25%,#7c878e 55%,#afc836 55%,#afc836 100%);
    border-image-slice: 1;
}

.u4-sub-toolbar
{
    font-weight: bold;
    background-image: none;
    background-color: #e6ebf7;
    border-color: #e6ebf7;
    padding: 0.7em;
    clear: both;
}

.x-title 
{
   /* width: 100%; */ /* check sencha update */
}


.x-layout-card-item {
    background: transparent;
}

.x-list {
    background-color: transparent;
}

.x-list .x-list-item {
    color: #000000;
}

.x-webkit .x-button-forward:before,
.x-webkit .x-button-forward:after,
.x-webkit .x-button-back:before,
.x-webkit .x-button-back:after {
    top: -6px;
    bottom: -6px;
}

.x-button {
    min-height: 2em;
}

.x-button-forward, .x-button-back {
    height: 2em;
}

/* Default button */
.x-button.x-button-action,
.x-button.x-button-action.x-button-back::after,
.x-button.x-button-action.x-button-forward::after,
.x-toolbar .x-button.x-button-action,
.x-toolbar .x-button.x-button-action.x-button-back::after,
.x-toolbar .x-button.x-button-action.x-button-forward::after,
.x-button.x-button-action-round,
.x-button.x-button-action-round.x-button-back::after,
.x-button.x-button-action-round.x-button-forward::after,
.x-toolbar .x-button.x-button-action-round,
.x-toolbar .x-button.x-button-action-round.x-button-back::after,
.x-toolbar .x-button.x-button-action-round.x-button-forward::after,
.x-button.x-button-action-small,
.x-button.x-button-action-small.x-button-back::after,
.x-button.x-button-action-small.x-button-forward::after,
.x-toolbar .x-button.x-button-action-small,
.x-toolbar .x-button.x-button-action-small.x-button-back::after,
.x-toolbar .x-button.x-button-action-small.x-button-forward::after {
    background: none no-repeat #0d78aa;
    border: 0 none;
    color: white;
}

.x-button.x-button-action.x-button-pressing,
.x-button.x-button-action.x-button-pressing::after,
.x-button.x-button-action.x-button-pressed,
.x-button.x-button-action.x-button-pressed::after,
.x-button.x-button-action.x-button-active,
.x-button.x-button-action.x-button-active::after,
.x-toolbar .x-button.x-button-action.x-button-pressing,
.x-toolbar .x-button.x-button-action.x-button-pressing::after,
.x-toolbar .x-button.x-button-action.x-button-pressed,
.x-toolbar .x-button.x-button-action.x-button-pressed::after,
.x-toolbar .x-button.x-button-action.x-button-active,
.x-toolbar .x-button.x-button-action.x-button-active::after,
.x-button.x-button-action-round.x-button-pressing,
.x-button.x-button-action-round.x-button-pressing::after,
.x-button.x-button-action-round.x-button-pressed,
.x-button.x-button-action-round.x-button-pressed::after,
.x-button.x-button-action-round.x-button-active,
.x-button.x-button-action-round.x-button-active::after,
.x-toolbar .x-button.x-button-action-round.x-button-pressing,
.x-toolbar .x-button.x-button-action-round.x-button-pressing::after,
.x-toolbar .x-button.x-button-action-round.x-button-pressed,
.x-toolbar .x-button.x-button-action-round.x-button-pressed::after,
.x-toolbar .x-button.x-button-action-round.x-button-active,
.x-toolbar .x-button.x-button-action-round.x-button-active::after,
.x-button.x-button-action-small.x-button-pressing,
.x-button.x-button-action-small.x-button-pressing::after,
.x-button.x-button-action-small.x-button-pressed,
.x-button.x-button-action-small.x-button-pressed::after,
.x-button.x-button-action-small.x-button-active,
.x-button.x-button-action-small.x-button-active::after,
.x-toolbar .x-button.x-button-action-small.x-button-pressing,
.x-toolbar .x-button.x-button-action-small.x-button-pressing::after,
.x-toolbar .x-button.x-button-action-small.x-button-pressed,
.x-toolbar .x-button.x-button-action-small.x-button-pressed::after,
.x-toolbar .x-button.x-button-action-small.x-button-active,
.x-toolbar .x-button.x-button-action-small.x-button-active::after {
    background: none no-repeat #f4f5f5;
    color: black;
}


/* Button color blue (default en in toolbar) */
.x-button, .x-button.x-button-back::after, .x-button.x-button-forward::after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back::after, .x-toolbar .x-button.x-button-forward::after,
/* in toolbar */
.x-toolbar-light .x-button,
.x-toolbar-light .x-button.x-button-back::after,
.x-toolbar-light .x-button.x-button-forward::after,
.x-toolbar .x-toolbar-light .x-button,
.x-toolbar .x-toolbar-light .x-button.x-button-back::after,
.x-toolbar .x-toolbar-light .x-button.x-button-forward::after,
.x-toolbar-light .x-field-select .x-component-outer,
.x-toolbar-light .x-field-select .x-component-outer.x-button-back::after,
.x-toolbar-light .x-field-select .x-component-outer.x-button-forward::after,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-back::after,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-forward::after,
.x-toolbar-light .x-field-select .x-component-outer::before,
.x-toolbar-light .x-field-select .x-component-outer::before.x-button-back::after,
.x-toolbar-light .x-field-select .x-component-outer::before.x-button-forward::after,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-back::after,
.x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-forward::after {
    background: none no-repeat #f4f5f5;
    color: black;
}

.x-button.x-button-pressing, .x-button.x-button-pressing::after, .x-button.x-button-pressed, .x-button.x-button-pressed::after, .x-button.x-button-active, .x-button.x-button-active::after, .x-toolbar .x-button.x-button-pressing, .x-toolbar .x-button.x-button-pressing::after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed::after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active::after,
.x-toolbar-light .x-button.x-button-pressing, .x-toolbar-light .x-button.x-button-pressing::after, .x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed::after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active::after, .x-toolbar .x-toolbar-light .x-button.x-button-pressing, .x-toolbar .x-toolbar-light .x-button.x-button-pressing::after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed::after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active::after, .x-toolbar-light .x-field-select .x-component-outer.x-button-pressing, .x-toolbar-light .x-field-select .x-component-outer.x-button-pressing::after, .x-toolbar-light .x-field-select .x-component-outer.x-button-pressed, .x-toolbar-light .x-field-select .x-component-outer.x-button-pressed::after, .x-toolbar-light .x-field-select .x-component-outer.x-button-active, .x-toolbar-light .x-field-select .x-component-outer.x-button-active::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-pressing, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-pressing::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-pressed::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer.x-button-active::after, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressing, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressing::after, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressed, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressed::after, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-active, .x-toolbar-light .x-field-select .x-component-outer::before.x-button-active::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressing, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressing::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-pressed::after, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-component-outer::before.x-button-active::after {
    background: none no-repeat #a9b1b5;
    color: black;
}

.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask {
    background-image: none;
    background-color: white;
}

.x-button, .x-toolbar .x-button {
    background: none no-repeat #f4f5f5;
    color: #4c5358;
    padding: 1px 3px;
    margin-top: 0;
    margin-bottom: 0;
}

.x-toolbar-main .x-button {
    margin-top: 4px;
}

.x-button-label {
    padding: 0 10px;
}

.x-button.x-button-confirm,
.x-button.x-button-confirm.x-button-back:after,
.x-button.x-button-confirm.x-button-forward:after,
.x-toolbar .x-button.x-button-confirm,
.x-toolbar .x-button.x-button-confirm.x-button-back:after,
.x-toolbar .x-button.x-button-confirm.x-button-forward:after,
.x-button.x-button-confirm-round,
.x-button.x-button-confirm-round.x-button-back:after,
.x-button.x-button-confirm-round.x-button-forward:after,
.x-toolbar .x-button.x-button-confirm-round,
.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,
.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,
.x-button.x-button-confirm-small,
.x-button.x-button-confirm-small.x-button-back:after,
.x-button.x-button-confirm-small.x-button-forward:after,
.x-toolbar .x-button.x-button-confirm-small,
.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,
.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after {
    background-image: none;
    background-color: #3d7d16;
    border-color: #3d7d16;
}

/* Button light */
.x-toolbar-dark .x-button,
.x-toolbar-dark .x-button.x-button-back::after,
.x-toolbar-dark .x-button.x-button-forward::after,
.x-toolbar .x-toolbar-dark .x-button,
.x-toolbar .x-toolbar-dark .x-button.x-button-back::after,
.x-toolbar .x-toolbar-dark .x-button.x-button-forward::after,
.x-toolbar-dark .x-field-select .x-component-outer,
.x-toolbar-dark .x-field-select .x-component-outer.x-button-back::after,
.x-toolbar-dark .x-field-select .x-component-outer.x-button-forward::after,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-back::after,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-forward::after,
.x-toolbar-dark .x-field-select .x-component-outer::before,
.x-toolbar-dark .x-field-select .x-component-outer::before.x-button-back::after,
.x-toolbar-dark .x-field-select .x-component-outer::before.x-button-forward::after,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-back::after,
.x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-forward::after {
    background: none no-repeat #f4f5f5;
    color: black;
}

.x-toolbar-dark .x-button.x-button-pressing, .x-toolbar-dark .x-button.x-button-pressing::after, .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed::after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active::after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressing, .x-toolbar .x-toolbar-dark .x-button.x-button-pressing::after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed::after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active::after, .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressing, .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressing::after, .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressed, .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressed::after, .x-toolbar-dark .x-field-select .x-component-outer.x-button-active, .x-toolbar-dark .x-field-select .x-component-outer.x-button-active::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressing, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressing::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-pressed::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer.x-button-active::after, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressing, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressing::after, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressed, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressed::after, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-active, .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-active::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressing, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressing::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-pressed::after, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-component-outer::before.x-button-active::after {
    background: none no-repeat #a9b1b5;
    color: black;
}

.x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge {
    font-size: .8em;
}

.x-button.x-docked-bottom,
.x-docked-bottom .x-button.x-stretched,
.x-panel > .x-align-stretch > .x-button.x-stretched {
    margin: 4px;
    padding: 8px;
}

.x-button.x-docked-bottom.x-iconalign-center {
    padding: 4px;
}

.x-tabbar-dark.x-docked-top {
    background-image: linear-gradient(to right, #4ac7ed 0%,#4ac7ed 8%,#f68d2e 8%,#f68d2e 25%,#7c878e 25%,#7c878e 55%,#afc836 55%,#afc836 100%);
    background-position-y: 41px;
    background-color: #ffffff;
    border: 0 none;
    background-repeat: no-repeat;
}

.x-tabbar-dark.x-docked-top .x-tab {
    background-image: none;
    background-color: #f4f5f5;
    color: #4c5358;
    height: 41px;
    padding: 13px 22px;
    margin: 0 2px 6px 2px;
}

.x-tabbar-dark.x-docked-top .x-tab-active {
background-image: none;
    background-color: #eaeaea;
    color: #000000;
    height: 100%;
    padding: 13px 22px;
    margin: 0 2px 0px 2px;
}

.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon:before {
    color: #0d78aa;
}

.x-form .x-scroll-container {
    background-color: white;
}

#ext-viewport 
{
    background: #ffffff;  
}

.ms-main-menu .x-list-item-body 
{
    padding-right: 0px;
}

.x-list-item > div > span
{
    font-weight: bold;
    color: #4c5358;
}

.x-list-normal .x-list-item.x-item-selected .x-dock-horizontal {
    border-top-color: #E6EBF7;
    border-bottom: 1px solid #E6EBF7;
}

.x-list-normal .x-list-item.x-item-selected.x-list-item-tpl,   /* sencha 2.3 */
.x-list-normal .x-list-item.x-item-selected .x-dock-horizontal /* sencha 2.3 */
{
    background-image: none;
    background-color: #b7e9f8;
    color: #000000;
    text-shadow: none;
}

.x-list-normal .x-list-item.x-item-selected.x-list-item-tpl, 
.x-list-normal .x-list-item.x-item-selected .x-dock-horizontal {
    border-top-color: #e6ebf7;
}

.u4-disclosure:before,
.x-button.x-button-action.u4-disclosure:before,
.x-list .x-list-disclosure:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ''; 
    font-family: 'Normal';
    background: transparent url(../images/icon-arrow.png) no-repeat right center;
    background-size: 8px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    text-shadow: 0 0 0;
}

.x-list .x-list-item.x-list-item-tpl .x-innerhtml
{
  padding-right: 28px;
}

.ms-product-list > .x-panel-inner > .x-innerhtml
{
 padding-right: 28px; 
}


/* .u4-disclosure, */
.x-button.x-button-action.u4-disclosure,
.x-list .x-list-disclosure {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    margin: 7px 7px 0 0;
    top: 50%;
}

.x-list .x-item-selected .x-list-disclosure:before {
    color: #000000;  /* unit4 blue */
    background-color: transparent;
}

.x-button.x-button-action.u4-disclosure,
.x-list .x-list-item-tpl .x-list-disclosure {
    position: absolute;
    background-color: transparent;
    right: 0px;
    top: 50%; /* center arrow in het midden */
    margin-top: -10px; /* grote arrow  / 2 */
}

.u4-menu-docked
{
    border-right: 1px solid #DEDEDE;
}

.msales-left {
    border-right: 1px solid #DEDEDE;
}

.u4-main-search-field {
    border: 1px solid #aaa;
    border-width: 1px 0 1px 1px;
}

.x-toolbar .u4-main-search-field {
    border-width: 0;
    padding: 0;
    margin: 4px 0 0;
}

.x-toolbar-main .x-field-select > .x-component-outer,
.x-toolbar .u4-main-search-field > .x-component-outer {
    border: 1px solid #aaa;
}

.u4-no-margin 
{
    margin: 0px;
}

.x-form-label {
    color: #000000;
    padding: 0.65em;
    background-color: #F5f4f4;
}

.x-form-label span 
{
    font-size: 0.9em;
}

.u4-clearable
{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.u4-search-zoom
{
    border-bottom: 1px solid #ddd;
}

.x-panel.x-floating.u4-longpress-menu {
    padding: 0;
}

.u4-masked-icon,
.x-button .x-button-icon.brush,
.x-button .x-button-icon.view,
.x-button .x-button-icon.sign,
.x-button .x-button-icon.attachment {
    width: 30px;
    height: 25px;
    -webkit-mask-size: 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: 2px;
    background-color: #4c5358;
    display: inline-block;
}

.u4-longpress-menu .u4-masked-icon {
    background-color: #0d78aa;
}

.x-button .x-button-icon.brush {
    -webkit-mask-image: url('../images/brush.png');
}

.x-button .x-button-icon.view {
    -webkit-mask-image: url('../images/view.png');
}

.x-button .x-button-icon.view {
    -webkit-mask-image: url('../images/view.png');
}

.x-button .x-button-icon.sign {
    -webkit-mask-image: url('../images/ordersign.png');
}

.x-button .x-button-icon.attachment {
    -webkit-mask-image: url('../images/ordershow.png');
}

.x-button .x-button-icon.check:before {
    padding: 0 4px;
    text-align: center;
    font-family: "Pictos";
    content: "3";
}

.x-button.x-button-changed-crit .x-button-icon {
    background-color: #0d78aa;
}

.u4-kvk-hoofdvestiging {
    color           : white !important  ;
    background-color: #0d78aa           ;
    padding         : 0px 4px 0px 4px   ;
    font-size       : 80%               ;
}

.u4-info-table td
{
    padding: 3px 0px;
    font-size: 90%;
}

.u4-info-title 
{
    padding: 0px 0px 8px 0;
    font-size: 110%;
    color: #4c5358;
}

.u4-title 
{
    font-size: 100%;
    margin: 0px 0 3px 0;
}

.x-toolbar .u4-info-title,
.x-toolbar .u4-title {
    margin: 0;
    padding: 0;
}

.u4-subtitle 
{
    font-size: 80%;
    font-weight: normal;
}

.u4-extra-title
{
    font-size: 100%;
    font-weight: bold;
}

.u4-info-table td.ms-label 
{
    font-weight: bold;
    vertical-align: top;
    padding-right: 10px;
}

.u4-sub-header
{
    margin: 15px 0 5px 0;
    font-size: 100%;
    font-weight: bold;
    clear: left;
}

.u4-sub-content 
{
    padding: 10px;
}

.u4-status 
{
    font-size: 90%;
}

/*  seprartor speciaal voor td met bijv : */
.u4-sep
{
    padding-left: 4px;
    padding-right: 4px;
}

/* Speciaal om links en recht teksten te zetten, 
** u4-box, u4-box-left & u4-box-right altijd in combinatie gebruiken 
*/
.u4-box
{
  display         : -webkit-box;
 -webkit-box-align: center;
}

.u4-box-left 
{
  -webkit-box-flex: 1;
}

.u4-box-right
{
  -webkit-box-flex: 0;
}

.u4-float-right
{
    float: right;
}

.u4-input-border,
.u4-input-border.x-field:last-child
{
    border: 1px solid #dddddd;
}

.u4-no-min-height,
.u4-no-min-height .x-input-el
{
   min-height: auto; 
}

.u4-date-toolbar  {
   text-align: right; 
}

.u4-date-toolbar span {
   color:#000000;
   line-height: 1.6em;   
   position: absolute ;
   width:auto;
   height:auto;
   right:180px; 
   text-shadow: none;
}

.ms-product-image
{
    float: left;
    width: 100px;
    height: 85px;
    margin-right: 5px;
}

.product-catalog .u4-dataitem
{
    display     : inline-table;
    background  : white;
    border      : #AAA solid 1px;
    text-align  : center;
    padding     : 12px 8px;
    margin-left : 15px;
    margin-top  : 10px;
    overflow    : hidden;
    -webkit-box-shadow: 3px 3px 3px #AAA;
}

.u4-catalog 
{
    font-size: 90%;
}

.u4-catalog-title 
{
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    height: 3.8em;
}

.u4-catalog-unit
{
    font-size: 1.1em;
    font-weight: bold;
}

.u4-catalog-extratekst 
{
    font-weight:normal;
    font-size: 80%;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u4-catalog td
{
    padding-right: 10px;
    text-align: right;
}

.u4-catalog td.ms-label
{
    padding-right: 10px;
    text-align: left;
}

/* voor kalender weergave */
.u4-event-activity-closed 
{
    background-image    : url(../images/activity_closed_20.png);
    background-repeat   : no-repeat;
    background-position : right;
}

.ms-activity-result-closed
{
    margin-left         : 45%;
    margin-top          : 0px;
    position            : absolute;
    z-index             : 0;
    opacity             : 0.10;
    height              : 96px;
    width               : 96px;
    background-image    : url(../images/activity_closed.png);
    background-repeat   : no-repeat;
    overflow            : hidden;
    background-size     : 100%;
}

.ms-activity-result-closed-small
{
    right               : 0px;
    position            : absolute;
    z-index             : 0;
    opacity             : 0.25;
    height              : 46px;
    width               : 46px;
    background-image    : url(../images/activity_closed.png);
    background-repeat   : no-repeat;
    overflow            : hidden;
    background-size     : 70%;
}

.ms-camera
{
    right               : 0px;
    position            : absolute;
    z-index             : 0;
    opacity             : 0.25;
    height              : 46px;
    width               : 46px;
    background-image    : url(../images/camera.png);
    background-repeat   : no-repeat;
    overflow            : hidden;
    background-size     : 70%;
}


/* speciaal voor lists */
.zebra:nth-child(odd)   { background-color  : #F7F7F7; }
.zebra:nth-child(even)  { background-color  : transparent; }

/* speciaal voor dataviews */
.zebra1:nth-child(even)   { background-color  : #F7F7F7; }
.zebra1:nth-child(odd)  { background-color  : transparent; }

.zebra-odd               { background-color  : #F7F7F7; }
.zebra-even              { background-color  : transparent; }


/* kleuren balk voor openstaande posten */
.ms-list-spacer
{
    border-left: 5px solid transparent;
    padding-left: 4px;
}

.ms-list-alert-red
{
    border-left: 5px solid #f69390;
    padding-left: 4px;
}

.ms-list-alert-yellow
{
    border-left: 5px solid #ffbe64;
    padding-left: 4px;
}

/* background images speciale onderdelen */
.ms-relation-type-P,
.ms-relation-type-D,
.ms-relation-type-C,
.ms-activity-icon,
.ms-activity-type-1,
.ms-activity-type-2,
.ms-activity-type-3,
.ms-activity-type-4,
.ms-activity-type-5,
.ms-activity-workflow,
.ms-person-icon
{
    height: 48px;
    width : 48px;
}

.activity-hasnt-report 
{
    float   : right;
    display : block;
    width   : 32px;
    height  : 32px;
    background-color: #aaaaaa;
    -webkit-mask-size: 32px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/note.png);
}

.activity-has-report 
{
    float   : right;
    display : block;
    width   : 32px;
    height  : 32px;
    background-color: #0d78aa;
    -webkit-mask-size: 32px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/note.png)
}

.u4activity-hasnt-report-icon
{
    float   : right;
    display : block;
    width   : 26px;
    height  : 26px;
    background-color: #aaaaaa;
    -webkit-mask-size: 26px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/note.png);
}

.u4activity-has-report-icon
{
    float   : right;
    display : block;
    width   : 26px;
    height  : 26px;
    background-color: #0d78aa;
    -webkit-mask-size: 26px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/note.png)
}


.ms-icon, .ms-icon-false, .ms-icon-true
{
    float       : left;
    width       : 48px;
    height      : 48px;
    margin-right: 10px;
    margin-left : 5px;
    -webkit-mask-size: 48px;
    -webkit-mask-repeat: no-repeat;
    background-color: #0d78aa;
}

.ms-notes .ms-icon,
.ms-memo .ms-icon
{
   -webkit-mask-image: url(../images/note.png);
}

.ms-notes .ms-icon-false
{
   -webkit-mask-image: url(../images/note_disabled.png);
}
.ms-notes .ms-icon-true
{
   -webkit-mask-image: url(../images/note.png);
}


.ms-memo .ms-memo
{
    font-size: 0.9em;
}

.ms-memo .ms-extra
{
    padding-top: 5px;
    font-size: 0.8em;
}

.ms-address-icon
{
    float       : left;
    width       : 48px;
    height      : 48px;
    margin-right: 10px;
    margin-left : 5px;
    -webkit-mask-size: 48px;
    -webkit-mask-repeat: no-repeat;
    background-color: #0d78aa;
    -webkit-mask-image: url(../images/office_building.png);
}

.ms-address-icon-geo
{
    float       : left;
    width       : 48px;
    height      : 48px;
    margin-right: 10px;
    margin-left : 5px;
    -webkit-mask-size: 48px;
    -webkit-mask-repeat: no-repeat;
    background-color: #b0c823;
    -webkit-mask-image: url(../images/office_building.png);
}

.ms-person-icon 
{
    -webkit-mask-image: url('../images/person.png');
}

.ms-activity-type-1
{
    -webkit-mask-image: url('../images/handshake.png');
}

.ms-activity-type-2
{
    -webkit-mask-image: url('../images/phone.png');
}

.ms-activity-type-3
{
    -webkit-mask-image: url('../images/todo.png');
}

.ms-activity-type-4
{
    -webkit-mask-image: url('../images/note.png');
}

.ms-activity-type-5
{
    -webkit-mask-image: url('../images/note.png');
}

.ms-relation-type-D
{
    -webkit-mask-image: url('../images/hand_money.png');
}

.ms-relation-type-C
{
    -webkit-mask-image: url('../images/hand_present.png');
}

.ms-relation-type-P
{
    -webkit-mask-image: url(../images/hand_offer.png);
}

.ms-activity-workflow 
{
    -webkit-mask-image: url(../images/graph_edge_curved.png);
}

.ms-icon-persoon-M
{
    -webkit-mask-image: url(../images/user_icon_M.png);
}

.ms-icon-persoon-V
{
    -webkit-mask-image: url(../images/user_icon_V.png);
}

.ms-icon-persoon-O
{
    -webkit-mask-image: url(../images/user_icon_O.png);
}

.ms-icon-file {
    -webkit-mask-image: url(../images/document.png);
}

.ms-icon-file-pdf {
    -webkit-mask-image: url(../images/document_pdf.png);
}

.ms-icon-file-xml {
    -webkit-mask-image: url(../images/document_xml.png);
}

.ms-icon-file-msg {
    -webkit-mask-image: url(../images/mail.png);
}

.u4-inline-button {
    background: none no-repeat #0d78aa;
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    color: #fff;
    vertical-align: middle;
    font-size: 18px;
}

.u4-login {
    background-color: #e7e9ea;
}

.viewloginform
{
    margin      : 0 auto;
    border-width: 3px 0 0 0;
    border-image: linear-gradient(to right, #4ac7ed 0%,#4ac7ed 8%,#f68d2e 8%,#f68d2e 25%,#7c878e 25%,#7c878e 55%,#afc836 55%,#afc836 100%);
    border-image-slice: 1;
    background-color: #ffffff;
}

.viewloginform .x-button {
    height: 55px;
}

.viewloginform .u4-login-message {
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 0.8em;
    background-color: #fcd0cc;
    color: #000000;
}

.msales-version
{
    font-size: 9px;
    white-space: nowrap;
}

.msales_lang_image
{
    opacity: .30000001192093;
}

.msales-no-results
{
    text-align: center;
    line-height: 250%;
    font-size: .9em;
}

.u4icon-check:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: "Pictos";
    content: "3";
}

.u4icon-order:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "O";
}

.u4icon-offerte:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "F";
}

.u4icon-openpost:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "%";
}

.u4icon-product:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "b";
}

.u4icon-productgroup:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "X";
}

.u4icon-produkt:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "b";
}

.u4icon-presentation:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "Z";
}

.u4icon-activity:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "\\";
}

.u4icon-linked:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: ";";
}

.u4icon-paperclip:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "A";
}

.u4icon-document:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "F";
}

.u4icon-collist:before
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
font-family: "Pictos";
content: "I";
}


.x-tab .x-button-icon.u4auto:before,
.x-button .x-button-icon.u4auto:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "Pictos";
  content: "X";
}

.x-tab .x-button-icon.u4home:before,
.x-button .x-button-icon.u4home:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "Pictos";
  content: "H";
}

.x-tab .x-button-icon.u4edit:before,
.x-button .x-button-icon.u4edit:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "Pictos";
  content: "p";
}

.x-tab .x-button-icon.u4sign:before,
.x-button .x-button-icon.u4sign:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "Pictos";
  content: "Y";
}

/* zelfde definitie als voor list van Sencha */
.u4-dataview-select .x-item-selected .x-panel
{
  background-image: none;
  background-color: #e6ebf7;
  color: #000000;
  text-shadow: none;
}

/* standaard class voorde unit4 data-item (onderdeel dataview) */
.u4-dataitem 
{
    border-bottom: 1px solid #dedede;
    border-top: 1px solid transparent;
    background-color : #ffffff;
}


/* Pin button actieve order */
.ms-pin-button .x-button-icon
{
    width: 24px;
    height: 24px;
}

.u4-dataitem.ms-default-order .ms-order-pinned {
    right            : 140px;
    position         : absolute;
    z-index          : 0;
    opacity          : 0.4;
    height           : 48px;
    width            : 48px;
    overflow         : hidden;
    -webkit-mask-size   : 48px;
    -webkit-mask-repeat : no-repeat;
    -webkit-mask-image  : url('../images/pin2_red_48.png');
    background-color    : #4ac7ed;
}


.u4-dataitem.ms-default-order.x-item-selected .ms-order-pinned {
    opacity: 0.8;
}

.u4-dataitem .ms-default-order-header {
    right            : 20px;
    position         : absolute;
    z-index          : 0;
    opacity          : 0.4;
    height           : 64px;
    width            : 64px;
    overflow         : hidden;
    top              : 20px;
    -webkit-mask-size   : 48px;
    -webkit-mask-repeat : no-repeat;
    -webkit-mask-image  : url('../images/pin2_red_48.png');
    background-color    : #4ac7ed;
}

.u4-dataitem.x-item-selected .ms-default-order-header {
    opacity: 0.8;
}

.u4maps-home-icon 
{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=');
    width           : 36px;
    height          : 36px;
    float           : right;
    background-size : 100%;
    opacity         : 0.85;
}

.u4-check-delete.x-field-checkbox .x-input-el::after,
.u4-check-delete.x-field-checkbox .x-input-el:checked::after
{    
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QEeDRI0vkq7eAAAAtJJREFUeNrt2rtuE0EUxvFvcIzDJazlJDQUsYVEQQGPQkeNQCClpaBCSYOgg4a0vAcVz0BHhUSQEAUXIS4pkvijmUUrsiy7O+fMOZY80tY7/58t2btngOVarl6L5CmSwXof20VR7udMuS/N+90EwHg9JDm0RNidTEByDOB93NNrkmOSK5rx8wrCY5IjC4QYXwD4/Nee3pLckEaoizdDaIhXQWiKz47QIl4UoU18NoSd9vEiCF3i1RF6xCch9IlXQ0iI74WQEi+OsLO+nhrfCUEiXgxBML4VwlQwPhlBIb68XpI8V7enG4I3SUJQjJ8DeEdycuIvM8lVAF+Fb9gZQTG+vB6R3KwDGJDcskTIEL9Hcqt8cKp7whuSnFkgZIqfkjzf+E20QHATb4Fwpyh8xRsgTNzFZ0R4CuCTy/iMCH7jMyL4jV8wBJ34BUHQjXeOkCfeKULeeGcINvFOEGzjjRF8xBsh+IqvQfioGP+c5EwyXmySeqsoDgH8iBvVWkcAvgE4CCHQzaef4Xm+ej2xGsh6iDefSnuI94FgHG+L4CTeBsFZfF4Ep/F5EJzH6yIIzOcXFyFD/NwtQob4Fx4GsrVrVz9+j+RlklfdIWSKn5JcixucuUHIGP/nkdZyKm0e72E0DwC4Px6bT2kzIZyuvX88MvLFelaXAeHBv06IaB2S6vwOTxGhPCR1oe6M0BWFPya9X2AqIrwiebEOYAXAbUGE5Le3Cgj7JK+RLE7siWQgOQJwTwBB7NW1IMI+yeuNx2WFEMTf2wsglPGbJAf/u1kKgtrQIgGhfXwigvrEpgdC9/ieCNnGVR0Q+sd3RMg+q2uBkB7fEsFsUNmAIBdfg3C3cqNn8eCx2ZS2gvAh7ulN/J3faBsfuiAAGAFYA3AWwGEcVP6yHFSSHAIYArgE4CeAAwDfQwhHogCVGw4ADOLX7tjDlDb+rS0/8eMQwhzL1W79Buj1sNg+qQGMAAAAAElFTkSuQmCC);
}

.u4-check-delete.x-field-checkbox .x-input-el:checked::after 
{
    background-color: #cc3b36;
}

.x-tab .x-button-icon.organize, .x-button .x-button-icon.x-icon-mask.organize {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIOEBIkoLq2cAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAChElEQVRo3u2aTWsTURSGn9jgxu5qG61traAuKigEl3Zju1KQLvpLbPu7xJUI0p3gX9CdHxUpCW3T0iTNdOIid3AYJpmbzMy9597xwJAEQmaenPfc99yPOdyMt8AA+E0FYg8YAgFw13fYfQUbqtc+8MhX2IMEbPx67mtm067oD3joW82GE6AjeS/7VrNZVwA881HGWfJ2Evr1lNmNQweuyvvFjNBRTTs5kG0p4FmgnbWsNznkPZTYnOxpPNTLnPIW04ZGo3EPaGZ8dzMHdAA8ldIuRhBdYENj9L6eUd7fJHRQyYcaAPdKsKyBTVlntYsD4ElB8g6BS2BB4qwnKe9mzoEsBFrAigvtYqhG13UNyxrn0xfAqvRZT9romgW9lfjtqL287cqsJ81Hs+QdtaHXwCnQkFyzOvLuagxkr4AjYE2S9eSB1rEsXKtZHT/dkAZ7UBLsNJYleqViFug+8MBXGU+q6VuuWs+0sGfAko81mwbb9sV6xE/mTddsT/qsp0jYls2mY9+wjDtVqtkAWKyS9SxWpWYrZz3LtmFNZbZfJetp28ysaes5+289nlpPxybsjoV20aiM64nP2+phagbufcXoLMaRTeCmAdhhbPWxbXuJpmfIekRsTt8x1Buv2YSMS3q35HuFjI41HEtZXj0sMbPnWNzYSosbwPcS7CiynlWExU1VX0Vnt4vQvaD5EjJ7ZXPWM0nKMNpmLNJnT4D7Enx2XLwrMLOntq1HNytFzXoa0mEbFLNDfyHNesbV8Lp6X9NUQjJ+AZ8YHUdoSQeuA4/HgCX/gI66/gAfgQ/AZxyLOv9OtMWzXFPTtvdqQPuibCZQ8nU2agrqREF9BX4CPxSgd/EXfmtlF0zBjeIAAAAASUVORK5CYII=);
}

.x-form-fieldset.u4-fieldset-no-border > .x-form-fieldset-inner 
{
    border: 0 none;
}

.u4-actual-order-info-title
{
    font-size: 0.9em;
    border: #d2d6d8 solid;
    border-width: 1px 1px 0px 1px;
    margin: 0px 2px;
    background-color: #b7e9f8;
    color: #4c5358;
}

.u4-actual-order-info-title .x-button-label {
    padding: 2px;
}

.u4-actual-order-info-content 
{
    border: #d2d6d8 solid;
    border-width: 0px 1px 1px 1px;
    margin: 0px 2px 2px 2px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    color: #4c5358;
}

.u4-actual-order-info-content .x-button-label {
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding: 2px;
}

.x-panel.u4-menu-docked > .x-align-stretch > .x-button.x-stretched
{
    color: #000000;
    padding: 0;
}

.x-item-disabled .x-form-label span,
.x-item-disabled input,
.x-item-disabled .x-input-el,
.x-item-disabled .x-spinner-body,
.x-item-disabled select,
.x-item-disabled textarea,
.x-item-disabled .x-field-clear-container {
    color: #777777;
    -webkit-text-fill-color: #777777;
    pointer-events: none;
}


/* .u4-item-disabled .x-form-label span, */
.u4-item-disabled input,
.u4-item-disabled .x-input-el,
.u4-item-disabled .x-spinner-body,
.u4-item-disabled select,
.u4-item-disabled textarea,
.u4-item-disabled .x-field-clear-container {
    color: #000;
    -webkit-text-fill-color: #000;
    pointer-events: none;
}

.x-mask {
    background: rgba(255, 255, 255, 0.75) center center no-repeat;
}

.x-mask .x-mask-inner {
    background: none no-repeat #ffffff;
    border: 1px solid #a9b1b5;
    box-shadow: 5px 5px 5px 0px rgba(76,83,88,0.4);
    max-width: 250px;
}

.x-mask .x-mask-message {
    position: relative;
    text-shadow: none;
    color: #4c5358;
    margin: 10px;
    background-color: #f4f5f5;
    padding: 10px;
}

.x-mask.x-has-message .x-mask-inner {
    padding-bottom: 0;
}

.x-mask.x-has-message .x-loading-spinner-outer {
    height: auto;
    padding: 20px;
}

.x-msgbox {
    border-radius: 0;
    background: none no-repeat #ffffff;
    border: 1px solid #a9b1b5;
    box-shadow: 5px 5px 5px 0px rgba(76,83,88,0.4);
}

.x-msgbox .x-scroll-container {
    position: relative;
    max-height: 60vh;
}

.x-msgbox .x-msgbox-inner {
    position: relative;
}

.x-panel.x-floating, .x-msgbox, .x-form.x-floating {
    background-color: #ffffff;
    background-image: none;
}

.x-msgbox .x-center {
    position: relative;
}

.x-msgbox .x-title {
    color: #4c5358;
    background-color: #f4f5f5;
    line-height: 300%;
}

.x-msgbox .x-msgbox-text {
    color: #000000;
    text-shadow: none;
    font-size: 90%;
    padding: 10px;
}


.x-floating .x-toolbar,
.x-msgbox .x-toolbar {
    background-color: #f4f5f5;
}

.x-msgbox .x-toolbar.x-docked-top {
    height: auto;
}

.x-msgbox .x-toolbar .x-button.x-button-action {
    background-color: #0d78aa;
}

.u4-label {
    font-weight: bold;
}

.x-tab .x-button-icon.arrow:before, 
.x-button .x-button-icon.arrow:before 
{
    position    : absolute;
    top         : 0;
    right       : 0;
    bottom      : 0;
    left        : 0;
    text-align  : center;
    font-family : "Pictos";
    content     : "4";
}

.x-button-icon.u4vink:before, 
.x-button-icon.u4vink:before 
{
    position    : absolute;
    top         : 0;
    right       : 0;
    bottom      : 0;
    left        : 0;
    text-align  : center;
    font-family : "Pictos";
    content     : "3";
}

/* speciaal bedoeld voor home scherm (ViewHome.js) om list view (offerte) zelfde look te geven als dataview */
.u4-padding-5 {
    padding : 5px ;
}

/* criteria as text */
.u4criteriatext {
    text-align: center;
}
.u4criteriatextdesc {
    font-size: 80%;
}
.u4criteriatextvalue {
    font-size: 100%;
}

/* google map */
.traffic_title 
{
    font-size: 0.5em;
}
.traffic_scale
{
    font-size: 0.7em;
}

/* speciaal voor statistiek van relaties */
.u4-grid-cell {
 line-height  : 30px  !important;
 height       : 30px  !important;
}


.x-grid .x-grid-header-container {
background-color: #f1f4fb ;
}

.u4-grid-header ,
.u4-grid-header > .x-grid-header-container-inner > .x-grid-column
{
 line-height  : 30px  !important;
 height       : 30px  !important;
}
    
.u4-wait-iframe .x-layout-card-item, 
.u4-wait-iframe {
  background:url(../images/longpress.gif) center center no-repeat;
 }

 /* speciaal voor statistieken list, zodat padding van regel kleiner wordt, zie ViewRelationDetail2 */
 .u4listpadding .x-list-item.x-list-item-tpl .x-innerhtml {
   padding: 2px 12px ;
 }

 /* speciaal voor fix header table (zie relatie statistieken produkt */
 .u4-head-table-td
 {
    border-right: 1px solid #d7d7d7;
    padding: 12px 12px 4px 12px;
 }

 .u4-nounderline
 {
    text-decoration: none;
 }

 /* speciaal voor ViewU4Camera */
 .picture-capture input {
        border   : 0;
        position : absolute;
        cursor   : pointer;
        top      : -2px;
        right    : -2px;
        filter   : alpha(opacity=0);
        opacity  : 0;
/*        font-size: 1000px; */
}
/*
 .picture-capture img {
        position : absolute;
        width    : 100%;
        height   : 100%;
        display  : none;
}

 .picture-capture .icon {
        position  : absolute;
        width     : 100%;
        height    : 100%;
        text-align: center;
        line-height: 1.6em;
        font-size: 0.8em; 
}
*/

/* order details line  */
.u4-div-line {
    font-size   : 85% ;
}

.u4-td-border-right {
 border-right: 1px solid #dedede ;
}

.u4-bold {
    font-weight : bold    ;
}

.u4-right-float {
    float       : right   ;
}
.u4-data-right {
    text-align  : right ;
}

.u4-header {
    font-size   : 1.1em   ;
}

.u4-label2 {
 white-space: nowrap;
}
.u4-data {
/*  white-space: nowrap; */
}

.u4-nowrap {
 white-space: nowrap;
}


/* data tabel order line als voorbeeld */
.u4-table {
   width    : 100% ;
}

.u4-table td {
  padding: 0px 5px 5px 5px;
}

.u4-table td:first-child {
  padding: 0px 5px 5px 0px;
}

.u4-table td:last-child {
  padding: 0px 0px 5px 5px;
}
/*
.u4-table td:first-child + td  {
 padding: 0px 0px 5px 0px !important;
}
*/

.u4-nopadding {
 padding    : 0px 0px 5px 0px !important;
 white-space: nowrap;
 width      : 4px;
}


.u4-link-template {
  display       : inline-block    ;
  padding       : 0px 2px 0px 4px ;
  min-height    : 0.8em           ;
  position      : absolute        ;
  text-align    : center          ;
  height        : 1.3em           ;
}

.u4-orderheader-detail {
    padding          : 5px 5px 5px 5px;
    background-color : #f2f2f2; 
}

.u4-orderheader-label {
    width: 130px;
}

/* order header detail heeft groter regel afstand dan de regels */
.u4-table.u4-table-orderheader td:first-child {
  padding: 0px 5px 10px 0px;
}

.u4-table.u4-table-orderheader td {
  padding: 0px 5px 10px 5px;
}

.u4-table.u4-table-orderheader td:first-child + td  {
 padding: 0px 0px 10px 0px !important;

}

.u4-order-text {
 padding: 0px 5px 3px 0px !important;
}

/* speciaal voor order details (ViewOrderDetail), voor 1 line tussen onderdelen */
.u4-order-break-line {
  overflow-x    : visible   ; 
  position      : relative  ; 
  left          : -5px      ; 
  width         : calc( 100% + 10px); 
  height        : 50%       ; 
  border-bottom : 1px solid #dedede ;
}