@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html, body {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 85%;
    height:100%; 
}

body {
    line-height: 1;
    overflow-y: auto;
}
strong {
    font-weight:bolder;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size:inherit;
    width:100%;
}

body {
    width:100%;

}
input {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 85%;
    float:inherit;
}


select {
    font-size: 100%;
}

form.box {
    border: 2px solid gray;
}

input.check {
    height: 13px;
    width: 13px;
}

.ui-jqgrid-htable select {
    width:100%;
}
textarea {
    font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 85%;
    float: inherit;
}

label, select {
    float: left;
    margin-bottom: 4px;
}

br {
    clear: left;
}

hr {
    border-style: solid;
    margin: 0;
    border-width: 3px 0 0 0;
}
a > img {
    border-style: none;
}

.menu {
    width:150px;
    float:left;
    z-index:939;
    position:relative;
}

#bottom .ui-menu {
    margin-left:20px;
}

.ui-selectmenu-menu {
    z-index:9999999 !important; /*To have nice looking dropdown work with modals.*/
}
/*Big counters*/
.bigCounter {
    margin-top:2%;
    height:40%;
    float:left;
    text-align:center;
    margin-left:1.5%;
    background: none !important;
    font-weight: bolder !important;
    cursor: pointer;
}


#content{
    height: 83%;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    overflow-y:auto;

}

#content > .right {
    float: right;
    margin-right: 0;
}

#deployJavaPlugin {
    display:none;
}

/*Pillars for main page*/
.pillar {
    height: 100% !important;
    float: left;
    width: 18.4%;
    margin-left: 2%;
    position: relative
}

.pillaricon {
    position: relative;     
    text-align: center;
}

.pillartext { 
    font-size: calc(7px + 0.4vmax) !important;
    text-align: center;
    background: transparent !important; 
    border: 0px solid !important; 
    margin-top: -10px !important;
    width:100%;
}

.pillari {
    position: relative;
    min-width:  75px !important;
    text-align: center  !important;
    display: inline  !important;
    border-radius: 50%  !important;
    line-height: 75px !important;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    max-width: 50%;
    max-height: 50%;
    vertical-align: middle;
}

.bottompillar {
    float:left;
    width: 49%;
    position:relative;
    height: 20%;
}
.bottompillar .ui-jqgrid-titlebar {
    padding-left:1em !important;
    padding-top:.2em !important;
}

.dummy-KPI {
    background: none !important;
    border: none !important;
}


.wideKPI {
    min-width:96% !important;
}
#left_panel input {
    padding: 5px; /*Standard padding on all input elements to make them a little more comfortable.*/
}

.itemHolderBottom{
    height: 50%;
}

.menuholderTop {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width:100%;
    height: 50%;
    margin:0px auto;
}

.menuholderBottom {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    width:100%;
    height: inherit;
    margin:0px auto;
}

.menuitem {
    width: 155px;
    height: 155px;
    vertical-align: top;
    zoom: 1;
    border: 0px !important;
}
.menuitem img {
    width:100%;
}

.menuitemBottom {
    width: 50px;
    vertical-align: top;
    zoom: 1;
    border: 0px !important;
}
.menuitemBottom img {
    width:100%;
    margin-left:3px;
}

.clickable {
    cursor: pointer
}

.menu-unimportant {
    width: 50%;
    margin: 0px auto;
    height: 50% !important;
}

.menu-unimportantBottom {
    margin: 0px auto;
    height: inherit;
}

#theform label {
    width: 180px;
}

#theform input {
    width: 250px;
}

.menu-unimportantBottom .permahoverBottom {
    margin-top:-10px;
    margin-left: -1.75%;
    z-index:5 !important;
    font-size:.75em;
}

.permahover {
    z-index:5 !important;
    padding:3px !important;
    margin-top: 20% !important;
    margin-left: 5% !important;
    position: relative;
    width: 38%;
    display:inline-block;
    max-height: 30px;
}

.permahoverBottom {
    display: block;
    padding:3px !important;
    text-align: center;
}

.ui-widget-header a {
    width:100%;
}
.ui-widget-header a {
    width:100%;
}
.FormElement * {
    padding:3px;
    padding-left:10px;
    /*  width:200px;*/
}

#errorbox, .errorbox {
    border: 2px solid red;
    font:100;
    color: red;
    width: 50%;
    margin-left: 20%;
    padding: 10px;
    background: #F6CBCA;
}

#okbox {
    border: 2px solid #4F8A10;
    font:100;
    color: #4F8A10;
    width: 50%;
    margin-left: 20%;
    padding: 10px;
    background: #DFF2BF;
}

.errorhide {
    display:none;
}

.errorshow {
    display:block;
}

#container, #pagegrid_container, #graph_container {
    position:relative;
    margin-right: 10px;
    height:100%;
    width:100%;
    overflow-x:hidden;
    overflow-y: hidden;
}


#left_cell {
    width:85%;
    height:100%;
    padding-right:10px;
    vertical-align: top;
    text-align: left;
}

#right_cell {
    width:15%;
    min-width: 220px;
    height:100%;
    max-width:200px;
    overflow-block: visible;
overflow-inline: visible;
overflow: visible;
scale: none;
}

#right_panel { 
    /*height : auto !important;  ignored by IE, applied everywhere else */
    height : 100%; /* IE treats as min-height */
    min-height : 100%; /* IE ignores this */
    float:right;
    vertical-align:top;
    min-width:220px;
    width:100%;
    background-position:bottom;
    background-repeat:no-repeat;
    position: relative;
}

.rightbutton {
    float:right;
    padding-right:10px;
    padding-left:5px;
}

#right_panel > label {
    padding-bottom:5px;
    padding-top: 5px;
    margin-left: 5px;
    width: 90%;
}

#right_panel input {
    margin-top:0px;
    margin-left: 5px;
}

#right_panel select {
    margin-top:0px;
    margin-left: 5px;
}

label.login {
    float: left;
    width: 85px;
    margin-bottom: 10px;
}

.ui-pg-selbox {
    width:80px; 
}

#submit {
    float: left;
}

.ui-tooltip-content {
    text-align: center;
    font-size:1.3vmin;
    font-weight: bolder;
    min-width: 65px;
    width: 100%;
    height: 100%;
}
.ui-tooltip {
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

.bottompillar .ui-tooltip {
    width: 10%;
    min-width: 65px;
}

/*Needed for footer */

#bottom {
    margin-top: .5%;
    height:2%;
    width:100%;
    float:left;
    padding-bottom: .5em;
    padding-top: 1em;
}

.hidden {
    display: none !important;;
}

.wide {
    width:100%;
}

#tableholder {
    float:left;
    height:99%;
    overflow:auto;
    padding-inline-end: 0px;
    padding-right: 0px;
    table-layout: fixed;
}
#pagegrid_container {
    float:left;
}
#locholder {
    width:600px;
}
td[id^='locholder']{
    width:80%;
    border:0px;
}
.subtable {
    width:80%;
    margin-left:20px;
    float:right
}
a, a:visited {
    font-weight:bolder;   
}
/*Earlier css override for JQgrid search templates*/
.ui-template {
    float:none;
}
/*Override border for tabs*/
.ui-tabs-panel {
    border:none
}
/*Needed for favorites */
div .favNotActivated {
    display:none;
}
#favoriteholder {
    width:250px;
    margin-left:2px;
}
#favoriteholder a{
    width: 90%;
}

#breadcrums {
    margin-left: 20px;
    margin-top:-4px;
}

#breadcrums > label {
    width: 200px;
}

#favo {
    margin-top:-6px;
    margin-right: 20px;
    float:right;
}

#favo > img {
    width: 20px; 
    height: 20px;
}

#breadcrums {
    margin-left: 20px;
}

#breadcrums > label {
    width: 200px;
}

.floatLeft {
    float:left;
}

.ui-widget-content {
    margin-bottom:5px;
}
#item_form {
    margin-left:auto;
    margin-right:auto;
}

.ui-autocomplete-loading{  
    background:url('../../../gfx/indicator.gif') no-repeat left center !important;
    padding-left:20px;
}  

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
.ui-autocomplete {
    z-index:999999 !important;
}

.mainPageNote {
    padding:20px;
    width:30%;
    margin-left:auto;
    margin-right:auto;
}
#right_panel .MainPage {
    width:30%;
}

#right_panel .MainPage input, #right_panel .MainPage select{
    margin-top:8px;
}
.ui-jqgrid-pager {
    height:30px !important;
}

.ui-jqgrid-bdiv {
    overflow-x:hidden !important; 
}
.toprow td{
    margin:10px; padding:5px;
}

.trodd {
    filter: alpha(opacity=40); 
    background-color: #ccc;
}

.treven {
    opacity: 0.8;
    filter: alpha(opacity=80); 
}

#rightPanelCopLogo {
    position: absolute;
    width:70%;
    bottom: 5px;
    margin-left: 15%;
    margin-bottom: 2%;
    cursor: default;
}

.EditTable #pro_comment {
    width:300px;
    height:200px;
    padding-left:3px;
}

#gbox_grid {
    margin-bottom:0px;
}

.login {
    height:350px;
}

.ui-state-red {
    background:  #fef1ec !important;
    border: 1px solid #cd0a0a !important;
    color: #494848 !important;
}

.ui-state-orange {
    background: #FAF7D7 !important;
    border: 1px solid darkorange !important;
    color: darkorange !important;
}

.ui-state-green {
    background: #EBFCE6 !important;
    border: 1px solid darkgreen !important;
    color: darkgreen !important;
}

#bottom .ui-state-default {
    background: none;
    border: none;
}

.ui-dialog {
    overflow: visible;
}

#quicksearch{
    padding:9px; 
    position: absolute;
    left:33.3333%; 
    top:1.2em; 
    width:33.3333%;
}

#headercontent{
    width: 300px; 
    float: right; 
    text-align: right;
    top: 1.2em; 
    padding: 5px;     
    height:100%;
}

#loginInfo{
    width: 250px; 
    float: right; 
    text-align: center;
    top: 1.2em; 
    padding: 5px;    
    border: 0;
    margin-top: 12px;
}

.ui-jqgrid .ui-pg-input {
    box-sizing: content-box;
    text-align:center;
    font-size:1em !important;
    width:inherit !important;
}

#sortable { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    padding-bottom:10px;

}
#sortable li { 
    margin: 0 3px 2px 0px; 
    padding: 0.4em; 
    height: 18px; 
}

#sortable li span { 
    float:right; 
    position:absolute; 
    z-index:2; 
    margin-top:-20px; 
    margin-left:12px;
}

label.errorDiv {
    width:auto !important;
    padding:5px !important;
}

.ui-selectmenu-open ul{
    max-height: 300px;
}
.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-checkbox {
    position: relative;
}

.ui-checkbox label {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0 0 0.3em;
    padding: 0.5em 0 0.5em 30px;
    position: relative;
    z-index: 1;
}

.ui-checkbox .ui-checkbox-inputwrapper {
    display: inline;
    height: auto;
    overflow: auto;
    width: auto;
}

.ui-helper-highcontrast .ui-checkbox-box {
    display: none;
}

.ui-helper-highcontrast .ui-checkbox label {
    display: inline;
    padding-left: 0.5em;
}
#divholder input {
    height:22px;
    width:160px;
}

.ui-spinner-input {
    border: 0px solid !important;
    margin:0px !important;
    padding:3px !important;
}
.ui-dialog .ui-dialog-titlebar-documentation {
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    right: 2.5em;
    top: 50%;
    width: 20px;
}

.fa-stack .ui-state-default, .fa-stack .ui-state-highlight {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.ui-slider {
    float: left;
    width: 95%;
    margin-top: 5px;
}
.inp-checkbox {

}
.inp-checkbox+label {
    margin: .5em;
    width:16px; 
    height:16px; 
    vertical-align:middle;
}

.ui-button .ui-button-text {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
}    

.inp-checkbox-text {
    cursor:pointer;
}
#CheckBoxes .ui-button .ui-button-text {
    display: inline;
    left: 19px;
    padding: 0;
    position: relative;
    text-indent: 0;
    top: 0px;
}

.ui-slider .ui-slider-handle {
    width: 55px;
    padding-top: 2px;    
    text-align: center;   
}

.loadingicon {
    font-size:4em !important;
}

#picklist tr {
    border: 2px solid #ccc;
}

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0; 
    /* Bump it up - jQuery UI is -8px */
    margin-top: 0.4em !important;
    font-family: 'Font Awesome 5 Free';
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
    margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" fa-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

.ui-state-focus {
    font-weight:normal !important;
}

@media print {
    #header {
        display:none;
    }
    .noprint {
        display:none
    }
}

a.menulink {
    display: block; 
    padding-left: 50px !important;
};

.ui-icon-green, .ui-widget-content .ui-icon-green, .ui-widget-header .ui-icon-green {
    color: #cd0a0a;
}

.ui-icon-green .ui-icon {
    background-image: url("custom/redmond/images/ui-icons_24d330_256x240.png");
}

#daterangeholder, #keywordholder, #statusholder, #documentTypeHolder, #autoRefreshHolder, #geadresseerdeHolder {
    margin-left: 20px;
    margin-bottom: 35px;
}
#results #last_pager {
    display:none;
}
.ui-multiselect-checkboxes label {
    float:none !important;
}


.ui-timepicker-div dl dt {
    /*float: left;    */
    /*padding: 0 0 0 5px;
    background: green;*/
    color: #2e6e9e;
    font-weight: bold

}

.ui-timepicker-div dl dd {
    /*margin-bottom: 5px;*/
    /*background: red;*/
}

.ui-datepicker-buttonpane {    

    clear: left;
} 


.buttongrouper label {
    padding-top:8px; 
    padding-bottom:6px; 
    width:12px;
}

.buttongrouper {
    float:right  ;
}

.buttonsetlabel{
    margin-bottom:14px;
    width:100px;
}

#right_panel label.ui-checkboxradio-label {
    width:10px;
    margin-left:0px;
}
#right_panel label {
    padding-top: 5px;
    margin-left: 5px;
    width: 90%
}

.rightPanelElement .ui-selectmenu-button,.rightPanelElement .ui-spinner {
    margin-left:5px !important;;
}
.rightPanelElement {

    /*margin-top: 5px;*/
    /*background: yellow;*/
    /*height: 200px;*/
}
.ordertypeselect label {
    float:right;
    padding: .1em .2em;
    width:20px;
}
.ui-th-div, .ui-widget-header {
    text-align:left;
}
.userIdentifierSpan {
    margin-top:2px;
    float:right;
    color: white;
    font-size:1.1em;
}
.userIdentifierSubSpan {
    color:white;
    background: none !important;
    border: 0px solid !important;
}
#testHeader {
    width:350px;
    margin:0px auto;
    margin-top: -30px;
    font-size: 200%;
}
.subcircle {

    margin-top: -30px;
    margin-left: 30px;
    /*  position: relative;
      top:-2px;
      left:35px;
      z-index:666;*/
}
.subcircle{
    font-size:25px !important;
    background: transparent !important;
    border: 0px solid black !important;
}
.subcircle span {
    font-size:20px;
}
#genericConfirmDelete {
    display:none;
}
#invoiceholder td {
    padding:3px;
}
.aggr {
    float:left;
}
label.aggr{
    width:60% !important;
}

.error {color: red}
.ui-menu-item > label {
    width:20%;
}
th.ui-th-column div{
    white-space:normal !important;
    height:auto !important;
    padding:2px;
}

.customUL {

    color: #008A75;
    font-weight: bold;
    margin-right:.5em !important;
}   

#currentStockLocationPicker-button {
    width:300px;
}
.ui-menu-item .ui-state-active {
    font-weight:normal !important;
    font-size:100% !important;
}
#documentationModal span {
    float:left;
    margin-left:10px;
}
#documentationModal span span {
    float:left;
    margin-left:20px;
}
#documentationModal td {
    padding:2px;
}
#documentationModal th {
    padding:4px;
}
/*.ui-jqgrid {
    overflow-x: auto;
    overflow-y:auto;*/
/*}*/

#center_panel {
    overflow:auto;
    overflow-x:hidden;
}
.ui-paging-info {
    margin-right:30px;
}
.jqGridOuter {
    height:100%;
    width:100%;
    overflow-y: hidden;
    overflow-x:hidden;
}
.jqGridInner {
    height:100%;
    width:100%;
    overflow-y:auto;
    overflow-x:auto;
}