body, html {
 position:absolute;
 margin:0px; padding:0px;
 width:100%; height:100%;
 font-family: 'Open Sans', sans-serif;
 font-size:11pt;
}
* {
 box-sizing: border-box;
}
select:focus ,
textarea:focus ,
input:focus ,
a:focus {
    box-shadow: 0px 0px 1px 1px #EEB422;
}
pre.debug {
 font-size:0.7em;
 clear:both;
}

a img {
 border:0px;
}
img {
 -ms-interpolation-mode:bicubic;
}
small {
 font-size:0.75em;
}
small * {
 font-size:1em;
}
sup {
 font-size:0.8em;
}
div#debugErrorData {
 position:absolute;bottom:0px;left:0px;width:100%;
}
body div#markertopleft {
 position:absolute;left:0%;top:0%;width:20px;height:20px;background-color:#f00;z-index:-1;
 visibility:hidden;
}
body div#markerbottomright {
 position:absolute;right:0px;bottom:0px;width:20px;height:20px;background-color:#f00;z-index:-1;
 visibility:hidden;
}
body div#markerfullsized {
 position:absolute;top:0px;left:0px;width:100%;height:100%;
 visibility:hidden;
 z-index:9925;
 background:transparent url(../images/bgblack50.png);
}
div.clear {
 clear:both;
}
.printonly {
 display:none;
}
.page-break {
 display:none;
}
.centered {
 text-align: center;
}
/*** DIV TABLES ***/
.row {
 clear:both;
 /*overflow:hidden;*/
 position: relative;
}
.cell {
 float:left;
/* min-height:10px; */
 position: relative;
}
.firstcell {
 clear:left;
}
.fieldname {
 font-weight:bold;
 margin-right:0.5em;
}
.lastcell {
 clear:right;
 float:none !important;
 width:auto !important;
 max-width:100% !important;
 white-space: nowrap;
}

    div.div-table {
     display: table;
     position: relative;
     border-spacing: 0;
    }
    div.div-table div.div-table-row-group {
     display: table-row-group;
     position: relative;
     page-break-inside: avoid;
    }
    div.div-table div.div-table-row {
     display: table-row;
     position: relative;
     page-break-inside: avoid;
    }
    body[data-page="main"] div.div-table div.div-table-row ,
    div.div-table[data-report-section] div.div-table-row {
     line-height: 2em;
    }
    div.div-table div.div-table-row-spacer {
     display: table-row;
     height: 0.5em;
     position: relative;
    }
    div.div-table[data-table-hover="1"] > div.div-table-row:not([data-row-subtotal="1"]):not([data-row-total="1"]):hover {
     cursor: default;
     background-color: rgba( 0, 0, 0, 0.1);
    }
    div.div-table div.div-table-row .div-table-cell {
     display: table-cell;
     vertical-align: top;
     position: relative;
     padding: 0.125em 0.25em;
    }
    div.div-table div.div-table-row .div-table-cell > span {
        display: block;
        float: left;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    div.div-table:not([data-table-plain="1"]) > div.div-table-row > .div-table-cell {
     border-bottom: 1px solid rgba( 200, 200, 200, 0.3);
    }
    div.div-table div.div-table-row .div-table-cell[data-cell-padding="0"] {
     padding: 0;
    }
    div.div-table:not([data-table-plain="1"]) div.div-table-row[data-row-subtotal="1"] .div-table-cell {
     border-top: 2px solid rgba( 100, 100, 100, 0.6);
     border-bottom: none;
    }
    div.div-table:not([data-table-plain="1"]) > div.div-table-row[data-row-total="1"] > .div-table-cell {
     border-top: 3px double rgba( 100, 100, 100, 0.6);
     border-bottom: none;
     font-weight: bold;
    }
    div.div-table:not([data-table-plain="1"]) div.div-table-row .div-table-cell:nth-child(even) {
     background-color: rgba( 255, 255, 255, 0.4);
    }
    /*
    form div.div-table div.div-table-row .div-table-cell {
     padding: 0.125em 0.25em;
     border-bottom: none;
    }
    form div.div-table div.div-table-row .div-table-cell:nth-child(even) {
     background-color: inherit;
    }
    */

    /** AUTOMATIC HEADERS **/
    /*
    div.div-table[data-table-header-row="1"] {
     padding-top: 1.65em;
    }
    div.div-table[data-table-header-row="1"] .header-row {
     position: fixed;
    }
    */
    div.div-table[data-table-header-row="1"] .header-row .div-table-cell {
     color: #fff;
     background-color: rgba( 0, 0, 0, 0.8) !important;
     background-color: #333 !important;
     z-index: 1;
     position: sticky;
     top: 0px;
    }
    div.div-table[data-table-header="1"] {
     border-top: 1.65em solid;
    }
    div.div-table[data-table-header="1"] div.div-table-row:first-child .div-table-cell[data-column-name]::before {
     content: attr(data-column-name);
     position: absolute;
     line-height: 1.5em;
     top: -1.65em;
     left: 0;
     right: 0;
     background-color: rgba( 0, 0, 0, 0.5);
     color: rgba( 255, 255, 255, 0.8);
     padding: 0.125em 0.25em;
     z-index: 9999;
     margin-top: 0px;
    }
    div.div-table[data-table-header="1"][data-table-header-small="1"] {
     border-top: calc( 1.5em * 0.8) solid;
     margin-top: 0.5em;
    }
    div.div-table[data-table-header="1"][data-table-header-small="1"] div.div-table-row:first-child .div-table-cell[data-column-name]::before {
     font-size: 0.8em;
    }
    /** AUTOMATIC HEADERS **/
/** DEFAULT FIELD NAMING **/
div.div-table div.div-table-row .div-table-cell[data-field-name] {
 position: relative;
 padding-top: 1em;
}
div.div-table div.div-table-row .div-table-cell[data-field-name]::before {
 content: attr(data-field-name);
 position: absolute;
 left: 0;
 top: 0em;
 font-size: 0.8em;
 font-weight: bold;
}
/** DEFAULT FIELD NAMING **/

/** DEFAULT FIELD HELPINFO **/
div.div-table div.div-table-row .div-table-cell[data-field-help]::before {
 content: attr(data-field-name) "  (" attr(data-field-help) ")";
}
label[data-help-info]:not([data-help-info=""]) {
    position: relative;
}
label[data-help-info]:not([data-help-info=""]):hover::before {
    content: attr( data-help-info);
    white-space: pre-line;
    max-width: 20em;
    position: absolute;
    z-index: 11000;
    padding: 1em;
    top: calc( 100% + 0.5em);
    left: 0.5em;
    font-size: 9px;
    line-height: 1.4em;
    color: #060;
    border: 1px solid #080;
    background-color: #afa;
}
/** DEFAULT FIELD HELPINFO **/


/*** DIV TABLES ***/

a.row {
 display:block;
 clear:both;
}

.success {
 font-weight:bold;
 color:#080;
}
.alert {
 font-weight:bold;
 color:#f50;
}
.error {
 font-weight:bold;
 color:#a00;
}

/*** CALENDAR ***/
.calendar {
 float:left;
 margin:2px;
 font-size:12px;
 background:#fff;
 width:30%;
 min-width:224px;
}
.calendarindex_0 {
 clear:left;
}
.calendarindex_2 {
 clear:right;
}
.calendar .Mon {
 clear:left;
}
.calendar .Sun {
 clear:right;
}
.calendar a {
 width:14.285714285714%;
 text-align:center;
 text-decoration:none;
 display:block;
 float:left;
 overflow:hidden;
}

.calendar a.monthname {
 float:none;
 clear:both;
 font-weight:bold;
 width:auto;
 text-align:left;
 padding-left:4px;
}
.calendar a.monthname .shortname {
 display:none;
}
.calendar a.dayname {
 font-weight:bold;
}
.calendar a.activeday {
 font-weight:bold;
}
.calendar a.dayname .fullname {
 display:none;
}
.calendar a > div {
 border-right:1px solid #888;
 border-bottom:1px solid #888;
}
.calendar a.Mon > div {
 border-left:1px solid #888;
}
.calendar a.dayname > div {
 border-top:1px solid #888;
}
.calendar a.monthname > div {
 border:0px;
}
.calendar a > div > div {
 min-width:16px;
 min-height:16px;
 line-height:16px;
}
.calendar a > div > div > div.text{
 z-index:9900;
 position:relative;
}
.calendar a.dayofmonth:hover {
 background-color:#ccc;
}
.calendar a.notdayofmonth  {
 background-color:transparent !important;
}

/*** CALENDAR ***/

:root {
    ---120_baseDark: #393939;
    ---120_baseLight: #BFBFBF;
    ---120_baseLightest: #FBFBFB;
    ---120_baseNormal: #606060;
    ---120_baseNormalLight: #8F8F8F;
    ---120_baseUltraLight: #F7F7F7;
    ---120_baseVeryDark: #1C1C1C;
    ---120_baseVeryLight: #DFDFDF;
    ---120_baseVeryVeryLight: #EFEFEF;
    ---30_baseDark: #393939;
    ---30_baseLight: #BFBFBF;
    ---30_baseLightest: #FBFBFB;
    ---30_baseNormal: #606060;
    ---30_baseNormalLight: #8F8F8F;
    ---30_baseUltraLight: #F7F7F7;
    ---30_baseVeryDark: #1C1C1C;
    ---30_baseVeryLight: #DFDFDF;
    ---30_baseVeryVeryLight: #EFEFEF;
    ---60_baseDark: #393939;
    ---60_baseLight: #BFBFBF;
    ---60_baseLightest: #FBFBFB;
    ---60_baseNormal: #606060;
    ---60_baseNormalLight: #8F8F8F;
    ---60_baseUltraLight: #F7F7F7;
    ---60_baseVeryDark: #1C1C1C;
    ---60_baseVeryLight: #DFDFDF;
    ---60_baseVeryVeryLight: #EFEFEF;
    ---90_baseDark: #393939;
    ---90_baseLight: #BFBFBF;
    ---90_baseLightest: #FBFBFB;
    ---90_baseNormal: #606060;
    ---90_baseNormalLight: #8F8F8F;
    ---90_baseUltraLight: #F7F7F7;
    ---90_baseVeryDark: #1C1C1C;
    ---90_baseVeryLight: #DFDFDF;
    ---90_baseVeryVeryLight: #EFEFEF;
    --120_baseDark: #393939;
    --120_baseLight: #BFBFBF;
    --120_baseLightest: #FBFBFB;
    --120_baseNormal: #606060;
    --120_baseNormalLight: #8F8F8F;
    --120_baseUltraLight: #F7F7F7;
    --120_baseVeryDark: #1C1C1C;
    --120_baseVeryLight: #DFDFDF;
    --120_baseVeryVeryLight: #EFEFEF;
    --180_baseDark: #393939;
    --180_baseLight: #BFBFBF;
    --180_baseLightest: #FBFBFB;
    --180_baseNormal: #606060;
    --180_baseNormalLight: #8F8F8F;
    --180_baseUltraLight: #F7F7F7;
    --180_baseVeryDark: #1C1C1C;
    --180_baseVeryLight: #DFDFDF;
    --180_baseVeryVeryLight: #EFEFEF;
    --30_baseDark: #393939;
    --30_baseLight: #BFBFBF;
    --30_baseLightest: #FBFBFB;
    --30_baseNormal: #606060;
    --30_baseNormalLight: #8F8F8F;
    --30_baseUltraLight: #F7F7F7;
    --30_baseVeryDark: #1C1C1C;
    --30_baseVeryLight: #DFDFDF;
    --30_baseVeryVeryLight: #EFEFEF;
    --60_baseDark: #393939;
    --60_baseLight: #BFBFBF;
    --60_baseLightest: #FBFBFB;
    --60_baseNormal: #606060;
    --60_baseNormalLight: #8F8F8F;
    --60_baseUltraLight: #F7F7F7;
    --60_baseVeryDark: #1C1C1C;
    --60_baseVeryLight: #DFDFDF;
    --60_baseVeryVeryLight: #EFEFEF;
    --90_baseDark: #393939;
    --90_baseLight: #BFBFBF;
    --90_baseLightest: #FBFBFB;
    --90_baseNormal: #606060;
    --90_baseNormalLight: #8F8F8F;
    --90_baseUltraLight: #F7F7F7;
    --90_baseVeryDark: #1C1C1C;
    --90_baseVeryLight: #DFDFDF;
    --90_baseVeryVeryLight: #EFEFEF;
    --ERRORbaseDark: #660000;
    --ERRORbaseLight: #DD9999;
    --ERRORbaseLightest: #FDF9F9;
    --ERRORbaseNormal: #AA0000;
    --ERRORbaseNormalLight: #C34C4C;
    --ERRORbaseUltraLight: #FAF2F2;
    --ERRORbaseVeryDark: #330000;
    --ERRORbaseVeryLight: #EECCCC;
    --ERRORbaseVeryVeryLight: #F6E5E5;
    --INSPACEbaseDark: #0F1926;
    --INSPACEbaseLight: #A3A9B2;
    --INSPACEbaseLightest: #FAFAFB;
    --INSPACEbaseNormal: #192A40;
    --INSPACEbaseNormalLight: #5E6979;
    --INSPACEbaseUltraLight: #F3F4F5;
    --INSPACEbaseVeryDark: #070C13;
    --INSPACEbaseVeryLight: #D1D4D8;
    --INSPACEbaseVeryVeryLight: #E8E9EB;
    --PLASTECbaseDark: #004B89;
    --PLASTECbaseLight: #99CBF4;
    --PLASTECbaseLightest: #F9FCFE;
    --PLASTECbaseNormal: #007EE5;
    --PLASTECbaseNormalLight: #4CA4EC;
    --PLASTECbaseUltraLight: #F2F8FD;
    --PLASTECbaseVeryDark: #002544;
    --PLASTECbaseVeryLight: #CCE5F9;
    --PLASTECbaseVeryVeryLight: #E5F2FC;
    --actionbaseDark: #901C00;
    --actionbaseLight: #F9AC99;
    --actionbaseLightest: #FEFAF9;
    --actionbaseNormal: #F03000;
    --actionbaseNormalLight: #F46E4C;
    --actionbaseUltraLight: #FEF4F2;
    --actionbaseVeryDark: #480E00;
    --actionbaseVeryLight: #FCD5CC;
    --actionbaseVeryVeryLight: #FDEAE5;
    --adminbaseDark: #991E00;
    --adminbaseLight: #FFAD99;
    --adminbaseLightest: #FFFAF9;
    --adminbaseNormal: #FF3300;
    --adminbaseNormalLight: #FF704C;
    --adminbaseUltraLight: #FFF4F2;
    --adminbaseVeryDark: #4C0F00;
    --adminbaseVeryLight: #FFD6CC;
    --adminbaseVeryVeryLight: #FFEAE5;
    --alertbaseDark: #8F293D;
    --alertbaseLight: #F8B4C2;
    --alertbaseLightest: #FEFBFB;
    --alertbaseNormal: #EF4567;
    --alertbaseNormalLight: #F37C94;
    --alertbaseUltraLight: #FEF5F7;
    --alertbaseVeryDark: #47141E;
    --alertbaseVeryLight: #FBD9E0;
    --alertbaseVeryVeryLight: #FDECEF;
    --attentionbaseDark: #97450C;
    --attentionbaseLight: #FEC7A1;
    --attentionbaseLightest: #FEFCFA;
    --attentionbaseNormal: #FD7414;
    --attentionbaseNormalLight: #FD9D5A;
    --attentionbaseUltraLight: #FEF8F3;
    --attentionbaseVeryDark: #4B2206;
    --attentionbaseVeryLight: #FEE3D0;
    --attentionbaseVeryVeryLight: #FEF1E7;
    --backgroundbaseDark: #929292;
    --backgroundbaseLight: #FAFAFA;
    --backgroundbaseLightest: #FEFEFE;
    --backgroundbaseNormal: #F4F4F4;
    --backgroundbaseNormalLight: #F7F7F7;
    --backgroundbaseUltraLight: #FEFEFE;
    --backgroundbaseVeryDark: #494949;
    --backgroundbaseVeryLight: #FCFCFC;
    --backgroundbaseVeryVeryLight: #FDFDFD;
    --baseDark: #393939;
    --baseLight: #BFBFBF;
    --baseLightest: #FBFBFB;
    --baseNormal: #606060;
    --baseNormalLight: #8F8F8F;
    --baseUltraLight: #F7F7F7;
    --baseVeryDark: #1C1C1C;
    --baseVeryLight: #DFDFDF;
    --baseVeryVeryLight: #EFEFEF;
    --bluebaseDark: #000066;
    --bluebaseLight: #9999DD;
    --bluebaseLightest: #F9F9FD;
    --bluebaseNormal: #0000AA;
    --bluebaseNormalLight: #4C4CC3;
    --bluebaseUltraLight: #F2F2FA;
    --bluebaseVeryDark: #000033;
    --bluebaseVeryLight: #CCCCEE;
    --bluebaseVeryVeryLight: #E5E5F6;
    --buttonbaseDark: #0E457B;
    --buttonbaseLight: #A2C7EB;
    --buttonbaseLightest: #FAFCFE;
    --buttonbaseNormal: #1874CD;
    --buttonbaseNormalLight: #5D9DDC;
    --buttonbaseUltraLight: #F3F8FC;
    --buttonbaseVeryDark: #07223D;
    --buttonbaseVeryLight: #D0E3F5;
    --buttonbaseVeryVeryLight: #E7F1FA;
    --calendarbaseDark: #003D7A;
    --calendarbaseLight: #99C1EA;
    --calendarbaseLightest: #F9FBFD;
    --calendarbaseNormal: #0066CC;
    --calendarbaseNormalLight: #4C93DB;
    --calendarbaseUltraLight: #F2F7FC;
    --calendarbaseVeryDark: #001E3D;
    --calendarbaseVeryLight: #CCE0F4;
    --calendarbaseVeryVeryLight: #E5EFF9;
    --clientjobsbaseDark: #0F1926;
    --clientjobsbaseLight: #A3A9B2;
    --clientjobsbaseLightest: #FAFAFB;
    --clientjobsbaseNormal: #192A40;
    --clientjobsbaseNormalLight: #5E6979;
    --clientjobsbaseUltraLight: #F3F4F5;
    --clientjobsbaseVeryDark: #070C13;
    --clientjobsbaseVeryLight: #D1D4D8;
    --clientjobsbaseVeryVeryLight: #E8E9EB;
    --clientsbaseDark: #0F1926;
    --clientsbaseLight: #A3A9B2;
    --clientsbaseLightest: #FAFAFB;
    --clientsbaseNormal: #192A40;
    --clientsbaseNormalLight: #5E6979;
    --clientsbaseUltraLight: #F3F4F5;
    --clientsbaseVeryDark: #070C13;
    --clientsbaseVeryLight: #D1D4D8;
    --clientsbaseVeryVeryLight: #E8E9EB;
    --cncbaseDark: #0F1926;
    --cncbaseLight: #A3A9B2;
    --cncbaseLightest: #FAFAFB;
    --cncbaseNormal: #192A40;
    --cncbaseNormalLight: #5E6979;
    --cncbaseUltraLight: #F3F4F5;
    --cncbaseVeryDark: #070C13;
    --cncbaseVeryLight: #D1D4D8;
    --cncbaseVeryVeryLight: #E8E9EB;
    --cnccompletedbaseDark: #557D2F;
    --cnccompletedbaseLight: #D2ECB8;
    --cnccompletedbaseLightest: #FCFEFB;
    --cnccompletedbaseNormal: #8FD14F;
    --cnccompletedbaseNormalLight: #B0DE83;
    --cnccompletedbaseUltraLight: #F9FCF6;
    --cnccompletedbaseVeryDark: #2A3E17;
    --cnccompletedbaseVeryLight: #E8F5DB;
    --cnccompletedbaseVeryVeryLight: #F3FAED;
    --cncstartedbaseDark: #957A21;
    --cncstartedbaseLight: #FCEAAF;
    --cncstartedbaseLightest: #FEFDFB;
    --cncstartedbaseNormal: #F9CC38;
    --cncstartedbaseNormalLight: #FADB73;
    --cncstartedbaseUltraLight: #FEFCF5;
    --cncstartedbaseVeryDark: #4A3D10;
    --cncstartedbaseVeryLight: #FDF4D7;
    --cncstartedbaseVeryVeryLight: #FEF9EB;
    --communicationbaseDark: #0F1926;
    --communicationbaseLight: #A3A9B2;
    --communicationbaseLightest: #FAFAFB;
    --communicationbaseNormal: #192A40;
    --communicationbaseNormalLight: #5E6979;
    --communicationbaseUltraLight: #F3F4F5;
    --communicationbaseVeryDark: #070C13;
    --communicationbaseVeryLight: #D1D4D8;
    --communicationbaseVeryVeryLight: #E8E9EB;
    --communicationlistbaseDark: #0F1926;
    --communicationlistbaseLight: #A3A9B2;
    --communicationlistbaseLightest: #FAFAFB;
    --communicationlistbaseNormal: #192A40;
    --communicationlistbaseNormalLight: #5E6979;
    --communicationlistbaseUltraLight: #F3F4F5;
    --communicationlistbaseVeryDark: #070C13;
    --communicationlistbaseVeryLight: #D1D4D8;
    --communicationlistbaseVeryVeryLight: #E8E9EB;
    --darkredbaseDark: #670526;
    --darkredbaseLight: #DD9CB2;
    --darkredbaseLightest: #FDFAFB;
    --darkredbaseNormal: #AC0940;
    --darkredbaseNormalLight: #C45279;
    --darkredbaseUltraLight: #FAF2F5;
    --darkredbaseVeryDark: #330213;
    --darkredbaseVeryLight: #EECDD8;
    --darkredbaseVeryVeryLight: #F6E6EB;
    --dashboardbaseDark: #515166;
    --dashboardbaseLight: #CFCFDD;
    --dashboardbaseLightest: #FCFCFD;
    --dashboardbaseNormal: #8888AA;
    --dashboardbaseNormalLight: #ABABC3;
    --dashboardbaseUltraLight: #F9F9FA;
    --dashboardbaseVeryDark: #282833;
    --dashboardbaseVeryLight: #E7E7EE;
    --dashboardbaseVeryVeryLight: #F3F3F6;
    --dashboardiconbaseDark: #0F1926;
    --dashboardiconbaseLight: #A3A9B2;
    --dashboardiconbaseLightest: #FAFAFB;
    --dashboardiconbaseNormal: #192A40;
    --dashboardiconbaseNormalLight: #5E6979;
    --dashboardiconbaseUltraLight: #F3F4F5;
    --dashboardiconbaseVeryDark: #070C13;
    --dashboardiconbaseVeryLight: #D1D4D8;
    --dashboardiconbaseVeryVeryLight: #E8E9EB;
    --defaultbaseDark: #393939;
    --defaultbaseLight: #BFBFBF;
    --defaultbaseLightest: #FBFBFB;
    --defaultbaseNormal: #606060;
    --defaultbaseNormalLight: #8F8F8F;
    --defaultbaseUltraLight: #F7F7F7;
    --defaultbaseVeryDark: #1C1C1C;
    --defaultbaseVeryLight: #DFDFDF;
    --defaultbaseVeryVeryLight: #EFEFEF;
    --deletebaseDark: #900000;
    --deletebaseLight: #F99999;
    --deletebaseLightest: #FEF9F9;
    --deletebaseNormal: #F00000;
    --deletebaseNormalLight: #F44C4C;
    --deletebaseUltraLight: #FEF2F2;
    --deletebaseVeryDark: #480000;
    --deletebaseVeryLight: #FCCCCC;
    --deletebaseVeryVeryLight: #FDE5E5;
    --directentrybaseDark: #0F1926;
    --directentrybaseLight: #A3A9B2;
    --directentrybaseLightest: #FAFAFB;
    --directentrybaseNormal: #192A40;
    --directentrybaseNormalLight: #5E6979;
    --directentrybaseUltraLight: #F3F4F5;
    --directentrybaseVeryDark: #070C13;
    --directentrybaseVeryLight: #D1D4D8;
    --directentrybaseVeryVeryLight: #E8E9EB;
    --documentpopulatebaseDark: #0F1926;
    --documentpopulatebaseLight: #A3A9B2;
    --documentpopulatebaseLightest: #FAFAFB;
    --documentpopulatebaseNormal: #192A40;
    --documentpopulatebaseNormalLight: #5E6979;
    --documentpopulatebaseUltraLight: #F3F4F5;
    --documentpopulatebaseVeryDark: #070C13;
    --documentpopulatebaseVeryLight: #D1D4D8;
    --documentpopulatebaseVeryVeryLight: #E8E9EB;
    --documentsbaseDark: #0F1926;
    --documentsbaseLight: #A3A9B2;
    --documentsbaseLightest: #FAFAFB;
    --documentsbaseNormal: #192A40;
    --documentsbaseNormalLight: #5E6979;
    --documentsbaseUltraLight: #F3F4F5;
    --documentsbaseVeryDark: #070C13;
    --documentsbaseVeryLight: #D1D4D8;
    --documentsbaseVeryVeryLight: #E8E9EB;
    --employeesbaseDark: #5B7B99;
    --employeesbaseLight: #D6EBFF;
    --employeesbaseLightest: #FCFEFF;
    --employeesbaseNormal: #99CEFF;
    --employeesbaseNormalLight: #B7DCFF;
    --employeesbaseUltraLight: #F9FCFF;
    --employeesbaseVeryDark: #2D3D4C;
    --employeesbaseVeryLight: #EAF5FF;
    --employeesbaseVeryVeryLight: #F4FAFF;
    --errorbaseDark: #91171C;
    --errorbaseLight: #FAA8AC;
    --errorbaseLightest: #FEFAFA;
    --errorbaseNormal: #F32730;
    --errorbaseNormalLight: #F6676E;
    --errorbaseUltraLight: #FEF4F4;
    --errorbaseVeryDark: #480B0E;
    --errorbaseVeryLight: #FCD3D5;
    --errorbaseVeryVeryLight: #FDE9EA;
    --greenbaseDark: #005100;
    --greenbaseLight: #99CF99;
    --greenbaseLightest: #F9FCF9;
    --greenbaseNormal: #008800;
    --greenbaseNormalLight: #4CAB4C;
    --greenbaseUltraLight: #F2F9F2;
    --greenbaseVeryDark: #002800;
    --greenbaseVeryLight: #CCE7CC;
    --greenbaseVeryVeryLight: #E5F3E5;
    --headerbaseDark: #0F1922;
    --headerbaseLight: #A3A9AF;
    --headerbaseLightest: #FAFAFB;
    --headerbaseNormal: #192A39;
    --headerbaseNormalLight: #5E6974;
    --headerbaseUltraLight: #F3F4F5;
    --headerbaseVeryDark: #070C11;
    --headerbaseVeryLight: #D1D4D7;
    --headerbaseVeryVeryLight: #E8E9EB;
    --helpbaseDark: #7A7A00;
    --helpbaseLight: #EAEA99;
    --helpbaseLightest: #FDFDF9;
    --helpbaseNormal: #CCCC00;
    --helpbaseNormalLight: #DBDB4C;
    --helpbaseUltraLight: #FCFCF2;
    --helpbaseVeryDark: #3D3D00;
    --helpbaseVeryLight: #F4F4CC;
    --helpbaseVeryVeryLight: #F9F9E5;
    --inactivebaseDark: #606060;
    --inactivebaseLight: #D9D9D9;
    --inactivebaseLightest: #FDFDFD;
    --inactivebaseNormal: #A0A0A0;
    --inactivebaseNormalLight: #BCBCBC;
    --inactivebaseUltraLight: #FAFAFA;
    --inactivebaseVeryDark: #303030;
    --inactivebaseVeryLight: #ECECEC;
    --inactivebaseVeryVeryLight: #F5F5F5;
    --infobaseDark: #739060;
    --infobaseLight: #E5F9D9;
    --infobaseLightest: #FDFEFD;
    --infobaseNormal: #C0F0A0;
    --infobaseNormalLight: #D2F4BC;
    --infobaseUltraLight: #FBFEFA;
    --infobaseVeryDark: #394830;
    --infobaseVeryLight: #F2FCEC;
    --infobaseVeryVeryLight: #F8FDF5;
    --invoicebaseDark: #0F1926;
    --invoicebaseLight: #A3A9B2;
    --invoicebaseLightest: #FAFAFB;
    --invoicebaseNormal: #192A40;
    --invoicebaseNormalLight: #5E6979;
    --invoicebaseUltraLight: #F3F4F5;
    --invoicebaseVeryDark: #070C13;
    --invoicebaseVeryLight: #D1D4D8;
    --invoicebaseVeryVeryLight: #E8E9EB;
    --jobbaseDark: #0F1926;
    --jobbaseLight: #A3A9B2;
    --jobbaseLightest: #FAFAFB;
    --jobbaseNormal: #192A40;
    --jobbaseNormalLight: #5E6979;
    --jobbaseUltraLight: #F3F4F5;
    --jobbaseVeryDark: #070C13;
    --jobbaseVeryLight: #D1D4D8;
    --jobbaseVeryVeryLight: #E8E9EB;
    --jobcardbaseDark: #393939;
    --jobcardbaseLight: #BFBFBF;
    --jobcardbaseLightest: #FBFBFB;
    --jobcardbaseNormal: #606060;
    --jobcardbaseNormalLight: #8F8F8F;
    --jobcardbaseUltraLight: #F7F7F7;
    --jobcardbaseVeryDark: #1C1C1C;
    --jobcardbaseVeryLight: #DFDFDF;
    --jobcardbaseVeryVeryLight: #EFEFEF;
    --joblistbaseDark: #0F1926;
    --joblistbaseLight: #A3A9B2;
    --joblistbaseLightest: #FAFAFB;
    --joblistbaseNormal: #192A40;
    --joblistbaseNormalLight: #5E6979;
    --joblistbaseUltraLight: #F3F4F5;
    --joblistbaseVeryDark: #070C13;
    --joblistbaseVeryLight: #D1D4D8;
    --joblistbaseVeryVeryLight: #E8E9EB;
    --joboverviewbaseDark: #0F1926;
    --joboverviewbaseLight: #A3A9B2;
    --joboverviewbaseLightest: #FAFAFB;
    --joboverviewbaseNormal: #192A40;
    --joboverviewbaseNormalLight: #5E6979;
    --joboverviewbaseUltraLight: #F3F4F5;
    --joboverviewbaseVeryDark: #070C13;
    --joboverviewbaseVeryLight: #D1D4D8;
    --joboverviewbaseVeryVeryLight: #E8E9EB;
    --jobsbaseDark: #0F1926;
    --jobsbaseLight: #A3A9B2;
    --jobsbaseLightest: #FAFAFB;
    --jobsbaseNormal: #192A40;
    --jobsbaseNormalLight: #5E6979;
    --jobsbaseUltraLight: #F3F4F5;
    --jobsbaseVeryDark: #070C13;
    --jobsbaseVeryLight: #D1D4D8;
    --jobsbaseVeryVeryLight: #E8E9EB;
    --loginbaseDark: #0F1926;
    --loginbaseLight: #A3A9B2;
    --loginbaseLightest: #FAFAFB;
    --loginbaseNormal: #192A40;
    --loginbaseNormalLight: #5E6979;
    --loginbaseUltraLight: #F3F4F5;
    --loginbaseVeryDark: #070C13;
    --loginbaseVeryLight: #D1D4D8;
    --loginbaseVeryVeryLight: #E8E9EB;
    --planningbaseDark: #1C5690;
    --planningbaseLight: #ACD2F9;
    --planningbaseLightest: #FAFCFE;
    --planningbaseNormal: #3090F0;
    --planningbaseNormalLight: #6EB1F4;
    --planningbaseUltraLight: #F4F9FE;
    --planningbaseVeryDark: #0E2B48;
    --planningbaseVeryLight: #D5E8FC;
    --planningbaseVeryVeryLight: #EAF3FD;
    --pleasewaitbaseDark: #00004C;
    --pleasewaitbaseLight: #9999CC;
    --pleasewaitbaseLightest: #F9F9FC;
    --pleasewaitbaseNormal: #000080;
    --pleasewaitbaseNormalLight: #4C4CA6;
    --pleasewaitbaseUltraLight: #F2F2F8;
    --pleasewaitbaseVeryDark: #000026;
    --pleasewaitbaseVeryLight: #CCCCE5;
    --pleasewaitbaseVeryVeryLight: #E5E5F2;
    --postitbaseDark: #998100;
    --postitbaseLight: #FFEF99;
    --postitbaseLightest: #FFFEF9;
    --postitbaseNormal: #FFD700;
    --postitbaseNormalLight: #FFE34C;
    --postitbaseUltraLight: #FFFDF2;
    --postitbaseVeryDark: #4C4000;
    --postitbaseVeryLight: #FFF7CC;
    --postitbaseVeryVeryLight: #FFFBE5;
    --prioritybaseDark: #600000;
    --prioritybaseLight: #D99999;
    --prioritybaseLightest: #FDF9F9;
    --prioritybaseNormal: #A00000;
    --prioritybaseNormalLight: #BC4C4C;
    --prioritybaseUltraLight: #FAF2F2;
    --prioritybaseVeryDark: #300000;
    --prioritybaseVeryLight: #ECCCCC;
    --prioritybaseVeryVeryLight: #F5E5E5;
    --productionboardbaseDark: #999999;
    --productionboardbaseLight: #FFFFFF;
    --productionboardbaseLightest: #FFFFFF;
    --productionboardbaseNormal: #FFFFFF;
    --productionboardbaseNormalLight: #FFFFFF;
    --productionboardbaseUltraLight: #FFFFFF;
    --productionboardbaseVeryDark: #4C4C4C;
    --productionboardbaseVeryLight: #FFFFFF;
    --productionboardbaseVeryVeryLight: #FFFFFF;
    --prospectingbaseDark: #13540E;
    --prospectingbaseLight: #A5D1A2;
    --prospectingbaseLightest: #FAFCFA;
    --prospectingbaseNormal: #208D18;
    --prospectingbaseNormalLight: #62AF5D;
    --prospectingbaseUltraLight: #F3F9F3;
    --prospectingbaseVeryDark: #092A07;
    --prospectingbaseVeryLight: #D2E8D0;
    --prospectingbaseVeryVeryLight: #E8F3E7;
    --purchaseorderbaseDark: #0F1926;
    --purchaseorderbaseLight: #A3A9B2;
    --purchaseorderbaseLightest: #FAFAFB;
    --purchaseorderbaseNormal: #192A40;
    --purchaseorderbaseNormalLight: #5E6979;
    --purchaseorderbaseUltraLight: #F3F4F5;
    --purchaseorderbaseVeryDark: #070C13;
    --purchaseorderbaseVeryLight: #D1D4D8;
    --purchaseorderbaseVeryVeryLight: #E8E9EB;
    --purchaseorderlistbaseDark: #0F1926;
    --purchaseorderlistbaseLight: #A3A9B2;
    --purchaseorderlistbaseLightest: #FAFAFB;
    --purchaseorderlistbaseNormal: #192A40;
    --purchaseorderlistbaseNormalLight: #5E6979;
    --purchaseorderlistbaseUltraLight: #F3F4F5;
    --purchaseorderlistbaseVeryDark: #070C13;
    --purchaseorderlistbaseVeryLight: #D1D4D8;
    --purchaseorderlistbaseVeryVeryLight: #E8E9EB;
    --pyesdarkbaseDark: #0F1926;
    --pyesdarkbaseLight: #A3A9B2;
    --pyesdarkbaseLightest: #FAFAFB;
    --pyesdarkbaseNormal: #192A40;
    --pyesdarkbaseNormalLight: #5E6979;
    --pyesdarkbaseUltraLight: #F3F4F5;
    --pyesdarkbaseVeryDark: #070C13;
    --pyesdarkbaseVeryLight: #D1D4D8;
    --pyesdarkbaseVeryVeryLight: #E8E9EB;
    --quotebaseDark: #876612;
    --quotebaseLight: #F3DDA5;
    --quotebaseLightest: #FEFDFA;
    --quotebaseNormal: #E2AB1F;
    --quotebaseNormalLight: #EAC462;
    --quotebaseUltraLight: #FDFAF3;
    --quotebaseVeryDark: #433309;
    --quotebaseVeryLight: #F9EED2;
    --quotebaseVeryVeryLight: #FCF6E8;
    --reportsbaseDark: #0F1926;
    --reportsbaseLight: #A3A9B2;
    --reportsbaseLightest: #FAFAFB;
    --reportsbaseNormal: #192A40;
    --reportsbaseNormalLight: #5E6979;
    --reportsbaseUltraLight: #F3F4F5;
    --reportsbaseVeryDark: #070C13;
    --reportsbaseVeryLight: #D1D4D8;
    --reportsbaseVeryVeryLight: #E8E9EB;
    --runningbaseDark: #600000;
    --runningbaseLight: #D99999;
    --runningbaseLightest: #FDF9F9;
    --runningbaseNormal: #A00000;
    --runningbaseNormalLight: #BC4C4C;
    --runningbaseUltraLight: #FAF2F2;
    --runningbaseVeryDark: #300000;
    --runningbaseVeryLight: #ECCCCC;
    --runningbaseVeryVeryLight: #F5E5E5;
    --salescontactoverviewbaseDark: #13540E;
    --salescontactoverviewbaseLight: #A5D1A2;
    --salescontactoverviewbaseLightest: #FAFCFA;
    --salescontactoverviewbaseNormal: #208D18;
    --salescontactoverviewbaseNormalLight: #62AF5D;
    --salescontactoverviewbaseUltraLight: #F3F9F3;
    --salescontactoverviewbaseVeryDark: #092A07;
    --salescontactoverviewbaseVeryLight: #D2E8D0;
    --salescontactoverviewbaseVeryVeryLight: #E8F3E7;
    --saleslistbaseDark: #13540E;
    --saleslistbaseLight: #A5D1A2;
    --saleslistbaseLightest: #FAFCFA;
    --saleslistbaseNormal: #208D18;
    --saleslistbaseNormalLight: #62AF5D;
    --saleslistbaseUltraLight: #F3F9F3;
    --saleslistbaseVeryDark: #092A07;
    --saleslistbaseVeryLight: #D2E8D0;
    --saleslistbaseVeryVeryLight: #E8F3E7;
    --sectionbaseDark: #0F1926;
    --sectionbaseLight: #A3A9B2;
    --sectionbaseLightest: #FAFAFB;
    --sectionbaseNormal: #192A40;
    --sectionbaseNormalLight: #5E6979;
    --sectionbaseUltraLight: #F3F4F5;
    --sectionbaseVeryDark: #070C13;
    --sectionbaseVeryLight: #D1D4D8;
    --sectionbaseVeryVeryLight: #E8E9EB;
    --tasksbaseDark: #600000;
    --tasksbaseLight: #D99999;
    --tasksbaseLightest: #FDF9F9;
    --tasksbaseNormal: #A00000;
    --tasksbaseNormalLight: #BC4C4C;
    --tasksbaseUltraLight: #FAF2F2;
    --tasksbaseVeryDark: #300000;
    --tasksbaseVeryLight: #ECCCCC;
    --tasksbaseVeryVeryLight: #F5E5E5;
    --timesheetsbaseDark: #907356;
    --timesheetsbaseLight: #F9E5D2;
    --timesheetsbaseLightest: #FEFDFC;
    --timesheetsbaseNormal: #F0C090;
    --timesheetsbaseNormalLight: #F4D2B1;
    --timesheetsbaseUltraLight: #FEFBF9;
    --timesheetsbaseVeryDark: #48392B;
    --timesheetsbaseVeryLight: #FCF2E8;
    --timesheetsbaseVeryVeryLight: #FDF8F3;
}

html.xerowindow,
body.xerowindow {
    -webkit-box-shadow: inset 0px 100px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 100px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 100px 0px 0px rgba(255, 255, 255, 1);
}

.XEROupdate {
    background-image: url(/customisation/XERO/images/icon.png) !important;
    background-position: 2px center !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
}

.XEROupdated {
    background-image: url(/images/icons/tick.png) !important;
}

.XEROicon {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #048abb;
    color: #fff;
    line-height: 15px;
    font-size: 7px;
    border-radius: 20px !important;
    text-align: center;
}

.XEROconnect {
    border-radius: 20px 0px 20px 20px !important;
}

body.xerowindow {
    margin: 0;
    padding: 0;
    background-color: #048abb;
    font-family: Arial;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

body.xerowindow input:-webkit-autofill {
    color: #fff !important;
    background: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

body.xerowindow input {
    outline: none;
}

body.xerowindow .row {
    padding: 2px 5px;
}

body.xerowindow .progresswindow {
    max-height: 10em;
    overflow: auto;
}

body.xerowindow .progresswindow::-webkit-scrollbar {
    width: 3px;
}

body.xerowindow .progressbar {
    position: relative;
    background-color: #fff;
    width: 0%;
    height: 2px;
    padding: 0;

    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

body.xerowindow .progressbar:after {
    content: "";
    position: absolute;
    right: 0;
    height: 0em;
    width: 0;
    box-shadow: 0 0 0.6em 0.4em rgb(148, 187, 53);
    top: 50%;
    border-radius: 50%;
}

body.xerowindow .progressbar[speed] {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;

    -webkit-transition: all attr(speed s, 0.5s);
    -moz-transition: all attr(speed s, 0.5s);
    -o-transition: all attr(speed s, 0.5s);
    transition: all attr(speed s, 0.5s);
}

body.xerowindow .progressbar[information="complete"] {
    background-color: rgb(148, 187, 53);
}

body.xerowindow .progressbar[information="complete"]:after {
    display: none;
}

body.xerowindow .progressbar[information] {
    margin-bottom: 1.5em;
    position: relative;
}

body.xerowindow .progressbar[information]:before {
    content: attr(information);
    position: absolute;
    top: 125%;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-size: 0.9em;
    padding: 0 10px;
}

body.xerowindow .updateheader {
    margin-top: 0.5em;
}

body.xerowindow .updaterow {
    padding: 0 10px;
    font-size: 0.8em;
}

body.xerowindow .updaterow .success {
    display: inline-block;
    width: 0;
    height: 1em;
    overflow: hidden;
    background: transparent url(/images/icons/tick.png) center left no-repeat;
    padding-left: 20px;
}

body.xerowindow .updaterow .warning {
    display: inline-block;
    width: 0;
    height: 1em;
    overflow: hidden;
    background: transparent url(/images/icons/exclamation.png) center left no-repeat;
    padding-left: 20px;
}

body.xerowindow .updaterow .error {
    display: inline-block;
    width: 0;
    height: 1em;
    overflow: hidden;
    background: transparent url(/images/icons/cross.png) center left no-repeat;
    padding-left: 20px;
}

body.xerowindow .defaultSelection {
    font-size: 1.2em;
}

body.xerowindow .updateheader button {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    font-size: 1.2em;
    border: 0;
    color: #fff;
    background-color: rgb(148, 187, 53);
    padding: 0.5em 0;
}

@media print {
    * {
        color: #000;
    }

    body {
        background-color: #fff !important;
    }

    button[type="print"] {
        display: none;
    }
}
html {
 font-size:11pt;
}
body {
 font-size:1em;
  font-size:1.0vw;
   font-family: Tahoma,Verdana,sans-serif;
  color:#1C1C1C;
}
body.smalltext {
 font-size:0.9em;
  font-size:0.9vw;
 }
body.normaltext {
 font-size:1.0em;
  font-size:1.0vw;
 }
body.largetext {
 font-size:1.1em;
  font-size:1.1vw;
 }
.listbackclose {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
    background: rgba( 255, 255, 255, 0.1);
}
*[data-show-title]::before {
    content: attr(data-show-title);
    line-height: 1.2em;
    position: absolute;
    top: calc( -1.2em - 1px);
    left: 3px;
    display: block;
    border: 1px solid #aaa;
    background: #FFFFD5;
    color: #444;
    padding: 1px 3px;
    z-index: 10050;
    font-size: 0.9em;
}
*[data-show-error]::before {
    content: attr(data-show-error);
    line-height: 1.2em;
    position: absolute;
    top: calc( -1.2em - 1px);
    left: 3px;
    display: block;
    border: 1px solid #aaa;
    background: #FFD5D5;
    color: #444;
    padding: 1px 3px;
    z-index: 10050;
    font-size: 0.9em;
}
.list {
 font-size:0.9em;
}
a {
 color:#393939;
}
a:visited {
 color:#1C1C1C;
}
hr,
div.hr {
 border:0px;
 min-height:2px;
 margin:0px;
 background:transparent url(../images/HR.png) center center repeat-x;
 padding:0px 5px;
}
div.hr > span {
 background:#DFDFDF;
 padding:0px 5px;
}
div.hrdashed,
hr.dashed {
 background:transparent url(../images/HRdashed.png) center center repeat-x;
}
div.hrdotted,
hr.dotted {
 background:transparent url(../images/HRdotted.png) center center repeat-x;
}

div.info-box {
 font-size: 0.9em;
 color: #739060;
 border: 1px solid #F2FCEC;
 padding: 0.25em;
 display: table;
}

div.info-box:not([data-hover="1"]) ,
div.info-box[data-hover="1"]:hover {
 background-color: #F2FCEC;
 border-color: #C0F0A0;
}
div.info-box[data-info]:not([data-hover="1"])::after ,
div.info-box[data-info][data-hover="1"]:hover::after {
 content: attr(data-info);
 display: table-cell;
 padding-left: 1em;
 white-space: pre-line;
}

div.info-box::before {
 content: "\e057";
 font-family: wipcrm;
 background: #fff;
 text-align: center;
 width: 1.2em;
 height: 1.2em;
 display: block;
 border: 2px solid;
 line-height: 1.2em;
 border-radius: 50%;
 font-size: 0.9em;
}

.ajaxloading {
 padding-left:20px;
 background-image:url(../images/ajaxloader.gif);
 background-position:left center;
 background-repeat:no-repeat;
}
body[confidential] .confidential {
 text-shadow: 0px 0px 7px #000;
 color: transparent !important;
}

.sections {
 margin:0px auto 0px auto;
}
body:not([data-page="authenticate"]) .sections {
 background-color: #F4F4F4;
}
.sections > table {
 border-spacing:5px;
 max-width:3000px;
}

.sections > table > tbody > tr > td {
    background:transparent url(../images/bgwhite5.png) center center;
    -moz-border-radius:8px;
    border-radius:8px;
    /*position: relative;*/
}
.sectionblock {
 background:transparent url(../images/bgwhite10.png) center center;
 border:1px solid #606060;
 /*border-top-left-radius:10px;border-top-right-radius:10px;*/
 -moz-border-radius:8px;
 border-radius:8px;
 -moz-box-shadow:#1C1C1C 2px 2px 10px 3px;
 -webkit-box-shadow:#1C1C1C 2px 2px 10px 3px;
 box-shadow:#1C1C1C 2px 2px 10px 3px;
}

.sectionblock .sectionheader {
 background:#606060 url(../images/whitefade.png) center top repeat-x;
 border-bottom:1px solid #393939;
 border-top-left-radius:6px;border-top-right-radius:6px;
 -moz-border-radius-topleft:6px;-moz-border-radius-topright:6px;
 line-height:20px;height:20px;padding:2px 5px;
 font-weight:bold;
 color:#DFDFDF;
 text-shadow:#393939 1px 1px 5px;
 overflow:hidden;

 color: #fff !important;
}
.sectionblock .sectiontabs {
 border-bottom:1px solid #606060;
 height:20px;padding:2px 5px 0px 5px;
}
.sectionblock .sectiontabs a[tab] {
 text-decoration:none;
 background:#606060 url(../images/whitefade.png) top center repeat-x;
 color:#DFDFDF;
 border:1px solid #606060;
 border-top-left-radius:3px;border-top-right-radius:3px;
 border-bottom:0px;
 padding:0px 5px 2px 5px;
 font-size:0.9em;
}

.sectionblock .sectiontabs a[tab]:hover {
 background-image:url(../images/whitefade2.png);
 color:#1C1C1C;
}
.sectionblock .sectiontabs a[tab].selected {
 background-color:#DFDFDF;
 color:#1C1C1C;
}


.sectionblock .sectioncontent {
 padding:3px;
 overflow:auto;
 -moz-border-radius:8px;
 border-radius:8px;
 border:0px;
}
.sectionblock .section_content {
 min-height:72%;
}

body:not([data-page="authenticate"])
.sectionblock .section_content {
    background-color: #fff !important;
    color: #666 !important;
}


.defaultcontent {
 text-align: center;
 margin: 20px;
}
.sectionblock .section_content .tab-content {
 clear:both;
 margin:3px 3px 20px 3px;
}
.AJAXLOADING .section_content {
 background:#fff url(/images/AJAXLOADING.gif) center center no-repeat;
}

button {
 background:#1874CD url(../images/whitefade.png) center top repeat-x;
 border:1px solid #07223D;
 padding:2px 5px;
 border-radius:3px;
 font-weight:bold;
 color:#D0E3F5;
 cursor:pointer;
 -a-transition:all .2s linear;
 -moz-transition:all .2s linear;
 -webkit-transition:all .2s linear;
 transition:all .2s linear;
}
button:hover {
 background-color:#A2C7EB;
 color:#1874CD;
}
a.settings,
button.settings {
 background-color: !important;
 border-color:1px solid ;
 color: !important;
}
a.settings:hover,
button.settings:hover {
 background-color: !important;
 color: !important;
}
a.important,
button.important {
 background-color:#FD7414 !important;
 border-color:1px solid #4B2206;
 color:#FEE3D0 !important;
}
a.important:hover,
button.important:hover {
 background-color:#FEC7A1 !important;
 color:#FD7414 !important;
}

a.cancel,
button.cancel {
 background-color:#EF4567 !important;
 border-color:#47141E;
 color:#FBD9E0 !important;
}
a.cancel:hover,
button.cancel:hover {
 background-color:#F8B4C2 !important;
 color:#EF4567 !important;
}
a.reset,
button.reset,
a.delete,
button.delete {
 background-color:#F00000 !important;
 border-color:#480000;
 color:#FCCCCC !important;
}
a.reset:hover,
button.reset:hover,
a.delete:hover,
button.delete:hover {
 background-color:#F99999 !important;
 color:#F00000 !important;
}

a.save,
button.save,
a.approve,
button.approve {
 background-color:#008800 !important;
 border-color:#002800;
 color:#CCE7CC !important;
}
a.save:hover,
button.save:hover,
a.approve:hover,
button.approve:hover {
 background-color:#99CF99 !important;
 color:#008800 !important;
}

a.save[disabled],
button.save[disabled],
a.approve[disabled],
button.approve[disabled] {
 background-color: #aaa !important;
 border-color: #444;
 color: #eee !important;
}
a.save:hover[disabled],
button.save:hover[disabled],
a.approve:hover[disabled],
button.approve:hover[disabled] {
 border-color: #444;
 background-color: #aaa !important;
 color: #eee !important;
}

button img {
 margin-right:7px;
 position:relative;
 top:2px;
}
input:-webkit-autofill {
 background:#EFEFEF !important;
 color:#BFBFBF !important;
}
input, textarea, .textarea, select {
 background:#EFEFEF;
 border:1px solid #BFBFBF;
 border-radius:3px;
 /* font-size: 0.75em; */
 outline:none;
}
input.date {
 background-image:url(../images/icons/calendar-medium.png);
 background-position:right center;
 background-repeat:no-repeat;
}

.rounded4 {
 -moz-border-radius:4px;
 border-radius:4px;
 padding:4px;
}
.rounded8 {
 -moz-border-radius:8px;
 border-radius:8px;
 padding:4px;
}
.rounded10 {
 -moz-border-radius:10px;
 border-radius:10px;
 padding:4px;
}
/*** FORMS ***/
form button {
 background-color:#606060;
 border-color:#1C1C1C;
 color:#DFDFDF;
}
form button:hover {
 background-color:#BFBFBF;
 color:#606060;
}
form button.delete {
 background-color:#F32730;
 border-color:#480B0E;
 color:#FCD3D5;
}
form button.delete:hover {
 background-color:#FAA8AC;
 color:#F32730;
}
form input, form textarea, form .textarea, form select {
 background-color:#EFEFEF;
 border-color:#BFBFBF;
 padding:2px;resize:none;
 margin:1px auto;
}
form[readonly="1"] input, form[readonly="1"] textarea, form[readonly="1"] select {
 background-color:#FBFBFB;
 border-style: dotted;
 color:#606060;
}
form select {
 padding:1px;
}
form input[type="radio"],
form input[type="checkbox"] {
 background:transparent !important;
 border-color:transparent !important;
}
form select[disabled],
form textarea[readonly],
form input[readonly] {
 background-color:#FBFBFB;
 border-style: dotted;
 color:#606060;
 cursor:not-allowed;
}

form .fieldtitle {
 margin-left:5px;
 font-weight:bold;
}
form .cell {
 /*line-height:26px;*/
}

form .required,
form *[required="required"] ,
form *[required="1"] {
 /*border:1px solid red !important;*/
 background-image:url(../images/icons/exclamation-small-red.png);
 background-repeat:no-repeat;
 background-position:top right;
}

fieldset {
 -moz-border-radius:4px;
 border-radius:4px;
 border:1px solid #BFBFBF;
}

form label.checkbutton,
form label.radiobutton {
 margin:0.5%;
 width:19%;min-width:111px;
 background:#192A40 url(../images/whitefade.png) top center repeat-x;
 border-radius:3px;
 white-space:nowrap;overflow:hidden;

 -a-transition:all .2s linear;
 -moz-transition:all .2s linear;
 -webkit-transition:all .2s linear;
 transition:all .2s linear;
}
form label.checkbutton div,
form label.radiobutton div {
 border-radius:3px;
 padding:5px;
 border:1px solid #0F1926;
}
form label.checkbutton div p,
form label.radiobutton div p {
 margin:0px;height:0px;padding:0px;border:0px;
 overflow:hidden;
 display:block;

 -a-transition:all .2s linear;
 -moz-transition:all .2s linear;
 -webkit-transition:all .2s linear;
 transition:all .2s linear;
}
form label.checkbutton div p b,
form label.radiobutton div p b {
 float:left;
}
form label.checkbutton div p input,
form label.radiobutton div p input {
 float:right;
 width:50%;
 min-width:93px;
}
form label.checkbutton:hover,
form label.radiobutton:hover {
 background-color:#A3A9B2;
}
form label.selectedcheckbutton,
form label.selectedradiobutton {
 background-color:#008800;
 color:#CCE7CC;
}
form label.selectedcheckbutton div,
form label.selectedradiobutton div {
 border-color:#005100;
}
form label.selectedcheckbutton div p,
form label.selectedradiobutton div p {
 margin-bottom:5px;
 height:auto;
}
form label.selectedcheckbutton div > p,
form label.selectedradiobutton div > p {
 margin-top:5px;
}
form label.selectedcheckbutton:hover,
form label.selectedradiobutton:hover {
 background-color:#99CF99;
 color:#005100;
}
form label.checkbutton input[type="checkbox"],
form label.radiobutton input[type="radio"] {
 margin:0px;
 visibility:!hidden;
}


form ul.dropdownsearchlist {
 position: absolute;
 top:3.5em;
 z-index: 99;
 margin: 0;
 padding: 0;
 line-height: 1.2em;
 border:1px solid #1C1C1C;
 background-color:#DFDFDF;
 display: none;
}
form ul.dropdownsearchlist li {
 margin: 0;
 padding: 2px;
 list-style: none;
 color:#1C1C1C;
 display: none;
}
form ul.dropdownsearchlist li:hover {
 background-color:#393939;
 color:#DFDFDF;
}


/*** FORMS ***/

/*** INSTANT SAVE FIELD ***/
input.editable {
 padding:1px;padding-left:19px;
 background:#BFBFBF url(../images/icons/pencil-field.png) 1px center no-repeat;
 border:1px solid #606060;
}
input[readonly].editable {
 padding:1px;padding-left:19px;
 background:transparent url(../images/icons/ui-text-field.png) 1px center no-repeat;
 border:1px dotted #BFBFBF;
}
/*** INSTANT SAVE FIELD ***/

/*** DIRECT ENTRY BOX DEFAULTS ***/
.directentrybox {
 border-radius:5px; -moz-border-radius:5px;
}
.directentrybox .entrybox-border-top {
 display:none;
}
.directentrybox .entrybox-border-center {
 -moz-box-shadow:#0F1926 0px 0px 20px;
 -webkit-box-shadow:#0F1926 0px 0px 20px;
 box-shadow:#0F1926 0px 0px 20px;
 border:1px solid #0F1926;
 border-radius:5px; -moz-border-radius:5px;
}
.directentrybox .entrybox-border-center .title {
 border-top-left-radius:5px;border-top-right-radius:5px;
 -moz-border-radius-topleft:5px;-moz-border-radius-toppright:5px;
 background:#192A40 url(../images/whitefade.png) top center repeat-x;
 padding:3px 5px;
 text-shadow: #888 1px 1px 5px;
 cursor:move;
 font-weight:bold;
 color:#D1D4D8;
 text-shadow:#0F1926 1px 1px 5px;
}
.directentrybox .entrybox-border-center .title a.closebutton {
 display:block;
 width:20px;height:24px;overflow:hidden;
 margin:0px !important;
  text-decoration:none;
 float: right;
 line-height: 24px;
}
.directentrybox .entrybox-border-center .title a.closebutton * {
 visibility:hidden;
}
.directentrybox .entrybox-border-center .content {
 border-top:1px solid #0F1926;
 border-bottom-left-radius:5px;border-bottom-right-radius:5px;
 -moz-border-radius-bottomleft:5px;-moz-border-radius-bottompright:5px;
 background:#A3A9B2 url(../images/whitefade2.png) top center repeat-x;
 padding:5px;
}
.directentrybox .entrybox-border-center small .content {
 border-top-left-radius:5px;border-top-right-radius:5px;
 -moz-border-radius-topleft:5px;-moz-border-radius-toppright:5px;
 border-top:0px;
}
.directentrybox .entrybox-border-bottom {
 display:none;
}

/*** FORM WITHIN DIRECT ENTRY BOX ***/
.directentrybox form {
 color:#0F1926;
}
.directentrybox form button {
 background-color:#192A40;
 border-color:#070C13;
 color:#D1D4D8;
}
.directentrybox form button[disabled],
.directentrybox form button:hover {
 background-color:#A3A9B2;
 color:#192A40;
}
.directentrybox form button.delete {
 background-color:#F32730;
 border-color:#480B0E;
 color:#FCD3D5;
}
.directentrybox form button.delete[disabled],
.directentrybox form button.delete:hover {
 background-color:#FAA8AC;
 color:#F32730;
}
.directentrybox form input,
.directentrybox form textarea,
.directentrybox form .textarea,
.directentrybox form select {
 background-color:#E8E9EB;
 border-color:#192A40;
}
.directentrybox form select[disabled],
.directentrybox form select[readonly],
.directentrybox form textarea[readonly],
.directentrybox form input[readonly] {
 color:#A3A9B2;
 border-color:#A3A9B2;
 border-style: dotted;
}
/*** DIRECT ENTRY BOX DEFAULTS ***/

/*** DIRECT ENTRY TIMEOUT BOX ***/
.session-timeout .entrybox-border-center {
 border:0px !important;
 border-radius:8px; -moz-border-radius:8px;
 -moz-box-shadow:#660000 0px 0px 20px;
 -webkit-box-shadow:#660000 0px 0px 20px;
 box-shadow:#660000 0px 0px 20px;
 border:1px solid #660000;
}
.session-timeout .entrybox-border-center .content {
 border-radius:8px; -moz-border-radius:8px;
 background-color:#DD9999;
 color:#660000;
 border:4px solid #AA0000;
}
.session-timeout .entrybox-border-center .content button {
 background-color:#AA0000 !important;
 border-color:#330000 !important;
 color:#EECCCC !important;
}
.session-timeout .entrybox-border-center .content button:hover {
 background-color:#DD9999 !important;
 color:#AA0000 !important;
}
/*** DIRECT ENTRY TIMEOUT BOX ***/

/*** PUSH NOTIFICATION POP-UO ***/
*[pushnotification] {
 position: relative;
 overflow: visible !important;
 background: #cdf;
 border: 1px solid #36a;
 padding: 0px 4px !important;
}
*[pushnotification]:before {
 content: attr(pushnotification);
 position: absolute;
 right: 20px;
 top: 20px;
 max-width: 200px;
 background-color: #484;
 z-index: 9999;
 padding: 2px 3px;
 color: #fff;
 font-size: 0.8em;
}
*[pushnotification]:after {
 content: "";
 position: absolute;
 right: 30px;
 top: 5px;
 border: 10px solid transparent;
 border-bottom-color: #484;
}
/*** PUSH NOTIFICATION POP-UO ***/

/*** GENERAL TABLE FORMATTING ***/
div.table {
 position: relative;
 display: table;
 border-spacing: 0;
 min-width: 100%;
}
div.table a {
 display: table-row-group;
 text-decoration: none;
}
div.table div.row {
 display: table-row
}
div.table div.row:hover {
 cursor: default;
 background: #606060;
 color: #EFEFEF;
}
div.table div.row div.cell {
 display: table-cell;
 float: none;
 padding: 0.125em 0.25em;
 white-space: normal;
 width: auto !important;
}
div.table div.header div.cell {
 position: relative;
 font-weight: bold;
 background: #393939;
 color: #BFBFBF;
}
/*** GENERAL TABLE FORMATTING ***/

/*** SCROLLBARS ***/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/*** SCROLLBARS ***/
