

html {
 font-size:11pt;
}
body {
 font-size:1em;
   font-family: Tahoma,Verdana,sans-serif;
  color:#002D42;
}
body.smalltext {
 font-size:0.9em;
 }
body.normaltext {
 font-size:1.0em;
 }
body.largetext {
 font-size:1.1em;
 }
.list {
 font-size:0.9em;
}
a {
 color:#005B84;
}
a:visited {
 color:#002D42;
}
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:#CCEAF8;
 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;
}
.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;
}
.sectionblock {
 background:transparent url(../images/bgwhite10.png) center center;
 border:1px solid #0099DD;
 /*border-top-left-radius:10px;border-top-right-radius:10px;*/
 -moz-border-radius:8px;
 border-radius:8px;
 -moz-box-shadow:#002D42 2px 2px 10px 3px;
 -webkit-box-shadow:#002D42 2px 2px 10px 3px;
 box-shadow:#002D42 2px 2px 10px 3px;
}

.sectionblock .sectionheader {
 background:#0099DD url(../images/whitefade.png) center top repeat-x;
 border-bottom:1px solid #005B84;
 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:#CCEAF8;
 text-shadow:#005B84 1px 1px 5px;
 overflow:hidden;
}
.sectionblock .sectiontabs {
 border-bottom:1px solid #0099DD;
 height:20px;padding:2px 5px 0px 5px;
}
.sectionblock .sectiontabs a[tab] {
 text-decoration:none;
 background:#0099DD url(../images/whitefade.png) top center repeat-x;
 color:#CCEAF8;
 border:1px solid #0099DD;
 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:#002D42;
}
.sectionblock .sectiontabs a[tab].selected {
 background-color:#CCEAF8;
 color:#002D42;
}

.sectionblock .sectioncontent {
 padding:3px;
 overflow:auto;
 -moz-border-radius:8px;
 border-radius:8px;
 border:0px;
}
.sectionblock .section_content {
 min-height:72%;
}
.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:#E5F4FB !important;
 color:#99D6F1 !important;
}
input, textarea, .textarea, select {
 background:#E5F4FB;
 border:1px solid #99D6F1;
 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:#0099DD;
 border-color:#002D42;
 color:#CCEAF8;
}
form button:hover {
 background-color:#99D6F1;
 color:#0099DD;
}
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:#E5F4FB;
 border-color:#99D6F1;
 padding:2px;resize:none;
 margin:1px auto;
}
form[readonly="1"] input, form[readonly="1"] textarea, form[readonly="1"] select {
 background-color:#F9FCFE;
 border-style: dotted;
 color:#0099DD;
}
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:#F9FCFE;
 border-style: dotted;
 color:#0099DD;
 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 #99D6F1;
}

form label.checkbutton,
form label.radiobutton {
 margin:0.5%;
 width:19%;min-width:111px;
 background:#EEB422 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 #8E6C14;
}
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:#F8E1A6;
}
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 #002D42;
 background-color:#CCEAF8;
 display: none;
}
form ul.dropdownsearchlist li {
 margin: 0;
 padding: 2px;
 list-style: none;
 color:#002D42;
 display: none;
}
form ul.dropdownsearchlist li:hover {
 background-color:#005B84;
 color:#CCEAF8;
}


/*** FORMS ***/

/*** INSTANT SAVE FIELD ***/
input.editable {
 padding:1px;padding-left:19px;
 background:#99D6F1 url(../images/icons/pencil-field.png) 1px center no-repeat;
 border:1px solid #0099DD;
}
input[readonly].editable {
 padding:1px;padding-left:19px;
 background:transparent url(../images/icons/ui-text-field.png) 1px center no-repeat;
 border:1px dotted #99D6F1;
}
/*** 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:#3C598E 0px 0px 20px;
 -webkit-box-shadow:#3C598E 0px 0px 20px;
 box-shadow:#3C598E 0px 0px 20px;
 border:1px solid #3C598E;
 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:#6495ED url(../images/whitefade.png) top center repeat-x;
 padding:3px 5px;
 text-shadow: #888 1px 1px 5px;
 cursor:move;
 font-weight:bold;
 color:#E0E9FB;
 text-shadow:#3C598E 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 #3C598E;
 border-bottom-left-radius:5px;border-bottom-right-radius:5px;
 -moz-border-radius-bottomleft:5px;-moz-border-radius-bottompright:5px;
 background:#C1D4F7 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:#3C598E;
}
.directentrybox form button {
 background-color:#6495ED;
 border-color:#1E2C47;
 color:#E0E9FB;
}
.directentrybox form button[disabled],
.directentrybox form button:hover {
 background-color:#C1D4F7;
 color:#6495ED;
}
.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:#EFF4FD;
 border-color:#6495ED;
}
.directentrybox form select[disabled],
.directentrybox form select[readonly],
.directentrybox form textarea[readonly],
.directentrybox form input[readonly] {
 color:#C1D4F7;
 border-color:#C1D4F7;
 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: #0099DD;
 color: #E5F4FB;
}
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: #005B84;
 color: #99D6F1;
}
/*** GENERAL TABLE FORMATTING ***/

/*** ANY PAGE ***/
html[contentloaded="1"] {
 background-image: none !important;
}


img[alt="print"] {
 border:0px !important;
 margin:0px 10px 0px 0px !important;
 -webkit-box-shadow:none !important;
 box-shadow:none !important;
 -moz-border-radius:0px;
 border-radius:0px;
}

ul * {
 font-size:90%;
}

body h1 {
 font-size:1.3em;
}
body h1 * {
 font-size:1em;
}

body h2 {
 font-size:1.1em;
 padding-top:5px;
 padding-bottom:0px;
 margin:0px 0px 5px 0px;
}
body h2 * {
 font-size:1em;
}

body h3 {
 font-size:1em;
 margin:2px;
}
body h3 * {
 font-size:1em;
}

div.mainmenu {
 clear:both;
 line-height:16px;
 margin:0px 20px;
}
div.mainmenu div.menuitem {
 float:left;
 margin-right:20px;
}
p {
 margin:0px 0px 10px 10px;
}

.bottomfade {
 display:none;
}
.sectionblock .sectionheader a img {
 float:left;
 margin-right:5px;
}
.sectionblock .sectionheader a {
 text-shadow:none;
 font-size:80%;
 font-weight:normal;
 text-decoration:none;
 line-height:17px;
 padding:1px 5px 0px 5px;
 float:right;
 margin-left:5px;
 border-radius:3px;
 border:1px solid #002D42;
 background-color:#005B84;
 color:#002D42;
}
.sectionblock .sectionheader a:hover {
 border-color:#005B84;
 background-color:#002D42;
 color:#0099DD;
}

.sectionblock .sectionheader input {
 border-color:#005B84;
 background-color:#CCEAF8;
 color:#002D42;
 font-size:0.8em; margin:0px 5px;
}
.sectionblock {
 border-color:#005B84;
 border-radius:2px;
 -moz-border-radius:2px;

 background:#0099DD url(../images/whitefade2.png) top center repeat-x;
 border-bottom-left-radius:2px;border-bottom-right-radius:2px;
 -moz-border-radius-bottomleft:2px;-moz-border-radius-bottompright:2px;
 -moz-box-shadow:#005B84 0px 0px 4px;
 -webkit-box-shadow:#005B84 0px 0px 4px;
 box-shadow:#005B84 0px 0px 4px;

 background: -webkit-linear-gradient( #CCEAF8, #0099DD);
 background: -moz-linear-gradient( #CCEAF8, #0099DD);
 background: -o-linear-gradient( #CCEAF8, #0099DD);
}
.sectionblock .sectionheader {
 border-radius:2px;
 background-color:#0099DD;
 border-color:#005B84;
 color:#005B84;
 line-height:18px;
}
.sectionblock .sectioncontent {
 background:transparent url(../images/whitefade2.png) top center repeat-x;
}
/*** ANY PAGE ***/

/*** LISTS ***/
.list div.headerrow {
 border-bottom:1px solid #005B84;
 position:relative;
 background:#fff;
}
.list a div.header {
 border-bottom:1px solid #005B84;
}
.list a div.row {
 min-width:100%;
 white-space:nowrap;
}
.list a div.header {
 font-weight:bold;
}
.list a div.cell {
 overflow:hidden;
 float:left;
 white-space:nowrap;
 min-height:10px;
 text-overflow: ellipsis;
}
.list a div.lastcell {
 float:none;
}

.list a {
 display:block;
 overflow:hidden;
 text-decoration:none;
 color:#0099DD;
 padding:1px 5px;
}
.list a[id]:hover {
 background:#CCEAF8 url(../images/whitefade.png) center top repeat-x;
 border:1px solid #99D6F1;
 border-radius:2px;
 padding:0px 4px;
}
.list a.important {
 display:block;
 overflow:hidden;
 text-decoration:none;
 color:;
 padding:1px 5px;
}
.list a.important[id]:hover {
 background: url(../images/whitefade.png) center top repeat-x;
 border:1px solid ;
 border-radius:2px;
 padding:0px 4px;
}
.list a[id]:focus {
 text-shadow:#888 1px 1px 11px;
}
.list a[id].selected,
.list a[id]:focus {
 background:#CCEAF8 url(../images/whitefade.png) center top repeat-x;
 border:1px solid #99D6F1;
 color:#002D42;
 border-radius:2px;
 padding:0px 4px;
 outline:none;
}
/*** LISTS ***/

.datepicker .calendar {
 background-color:transparent;
}
.datepicker .calendar a > div {
 border-right:1px solid #0066CC;
 border-bottom:1px solid #0066CC;
 border-left:1px solid #CCE0F4;
 border-top:1px solid #CCE0F4;
}
.datepicker .calendar a.monthname > div {
 border:0px;
}
.datepicker .calendar a.dayofmonth:hover {
 background-color:#0066CC;
 background-image:url(../images/whitefade.png);
}
.datepicker .calendar a > div > div {
 min-width:30px;
}
.datepicker .calendar a.activeday {
 background-color:#0066CC;
 color:#CCE0F4;
}

.datepickerbox {
 border-radius:5px; -moz-border-radius:5px;
}
.datepickerbox .entrybox-border-top {
 display:none;
}
.datepickerbox .navigation {
 cursor:pointer;
}
#directentrybox_calendar .entrybox-border-center {
 -moz-box-shadow:#003D7A 0px 0px 5px;
 -webkit-box-shadow:#003D7A 0px 0px 5px;
 box-shadow:#003D7A 0px 0px 5px;
 border:1px solid #003D7A;
 border-radius:5px; -moz-border-radius:5px;
}
#directentrybox_calendar .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:#0066CC url(../images/whitefade.png) top center repeat-x;
 padding:3px 5px;
 text-shadow: #001E3D 1px 1px 5px;
 cursor:move;
 font-weight:bold;
 color:#CCE0F4;
}
#directentrybox_calendar .entrybox-border-center .content {
 border-top:1px solid #003D7A;
 border-bottom-left-radius:5px;border-bottom-right-radius:5px;
 -moz-border-radius-bottomleft:5px;-moz-border-radius-bottompright:5px;
 background:#99C1EA url(../images/whitefade2.png) top center repeat-x;
 padding:5px;
}
#directentrybox_calendar .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;
}
/*** DEFAULT ***/
.sectionblock .sectionheader .headerbuttons {
 position:absolute;
 right:-3px;
 top:-3px;
}
.sectionblock .sectionheader .headerbuttons img {
 cursor:pointer;
 margin-right:10px;
}
.sectionblock .sectionheader .headerbuttons img.minimisesection {
 margin-right:20px;
}
.sectionblock .sectionheader .headerbuttons img.closesection {
 margin-right:0px;
}

.sectionblock .sectionheader a {
 border-color:#005B84;
 background-color:#99D6F1;
 color:#005B84;
}
.sectionblock .sectionheader a:hover {
 border-color:#005B84;
 background-color:#005B84;
 color:#99D6F1;
}
.sectionblock .sectionheader {
 background-color:#0099DD;
 border-color:#005B84;
 color:#CCEAF8;
 text-shadow:#005B84 1px 1px 5px;
}
/*** DEFAULT ***/

/*** ALL SECTIONS ***/
.sectionblock {
 background-color:#0099DD;
 background-image:url(../images/whitefadeup.png);
 background-position:bottom center;
 background-repeat:repeat-x;
}
.bottomfade {
 display:none;
 position:absolute;z-index:9999;
 bottom:1px;right:20px;
 height:20px;width:100%;
 background:transparent url(../images/whitefadeupsmall.png) bottom center repeat-x;
 pointer-events:none;
}
.sectionblock .sectionfooter {
 background:#0099DD url(../images/whitefade.png) center top repeat-x;
 border-top:1px solid #005B84;
 border-bottom-left-radius:0px;border-bottom-right-radius:0px;
 -moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;
 line-height:20px;height:25px;/* padding:2px 5px; */
 font-weight:bold;
 color:#CCEAF8;
 text-shadow:#005B84 1px 1px 5px;
 overflow:hidden;

 position:absolute;z-index:9999;
 bottom:1px;width:100%;
}
.sectionblock .sectionfooter>div {
 padding:2px 5px;
}
.sectionblock {
 background: -webkit-linear-gradient( #0099DD, #0099DD);
 background: -moz-linear-gradient( #0099DD, #0099DD);
 background: -o-linear-gradient( #0099DD, #0099DD);
}

.sectionblock {
 border:1px solid #0099DD;
 padding:0px;
 -moz-box-shadow:none !important;
 -webkit-box-shadow:none !important;
 box-shadow:none !important;
}
.sectionblock .sectioncontent,
.sectiontabs,
.sectioncontent,
.section_content {
 background:#fff;
 -moz-border-radius:0px;
 border-radius:0px;
 width: auto !important;
}
/*** ALL SECTIONS ***/

/*** SEARCH DROP DOWN ***/
#directentrybox_de_searchselect .entrybox-border-center {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 box-shadow:none;
 border-color: #888;
 border-radius:0px; -moz-border-radius:0px;
}
#directentrybox_de_searchselect .entrybox-border-center .content {
 border-radius:0px; -moz-border-radius:0px;
 border-color: #888;
 background-color: #ccc;
 padding: 0;
}
#directentrybox_de_searchselect .entrybox-border-center .content a {
 padding: 0.25em 0.5em;
 background: transparent;
 color: #444;
}
#directentrybox_de_searchselect .entrybox-border-center .content a:hover {
 background-color: #aaa;
 color: #fff;
}
/*** SEARCH DROP DOWN ***/


/*** THEME 2 CSS check ***/

/*** THEME 2 CSS check ***/

/*** THEME 8 CSS check ***/
body {
 font-size:1em;
 }
body.smalltext {
 font-size:0.8em;
 }
body.normaltext {
 font-size:1.0em;
 }
body.largetext {
 font-size:1.2em;
 }

/*** SCROLLBARS ***/
.section_content::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 background-color: rgba( 255,255,255,.5);
}
.section_content::-webkit-scrollbar {
 -webkit-appearance: none;
 min-width: 5px;
 max-width: 15px;
 width: 2.5%;
}

.section_content::-webkit-scrollbar-thumb {
 background-color: #aaa;
 background-color: rgba( 200,200,200,.5);
 border: 1px solid rgba( 150,150,150,0.5);
}
.section_content:hover::-webkit-scrollbar-thumb {
 background-color: #aaa;
 background-color: rgba( 100,100,100,.5);
}
/*** SCROLLBARS ***/

* {
 border-radius: 0px !important;
}
a {
 outline: none;
}
td.mainmenu .sectionblock {
 font-size: 1em;
}
td.mainmenu .sectionblock * {
 color: #005B84;
}
td.credits .sectionblock {
 font-size: 0.8em;
}
td.credits .sectionblock * {
 color: #005B84;
}
button {
 border: 1px solid #fff !important;
 background-image: none;
 box-shadow: -1px 1px 10px -3px #000;
}

.sectionblock {
 border-radius: 0px;
 border-width: 0px;
 border: none !important;
 background: transparent !important;
}
.sectionblock .sectionheader {
 background-image: none !important;
 border-radius: 0px;
 height: 40px;line-height: 40px;
 padding: 2px 15px;
 font-weight: normal;
 font-size: 1.3em;
 text-shadow: none !important;
 /* font-family: 'PT Sans', sans-serif; */
}
.sectionblock .sectionactions {
 background-image: none !important;
 border-radius: 0px;
 height: 40px;line-height: 40px;
 padding: 0px;
 font-weight: normal;
 font-size: 1em;
 text-shadow: none !important;
 border-top-width: 1px;
 background-color: #0099DD;
 color: #99D6F1;
 border-top: 1px solid #005B84;
 /* font-family: 'PT Sans', sans-serif; */
}
.sectionblock .sectionactions a {
 border: 0 !important;
}
.sectionblock .sectionfooter {
 background-image: none !important;
}
.sectionblock .sectionfooter > div {
 padding: 2px 15px !important;
}
.section_content {
 background: transparent;
}
.list div.headerrow {
 background: transparent;
}
.sectionblock .sectionheader a {
 margin-top: 10px;
 padding: 2px 10px;
 border: 1px solid #fff !important;
 background-image: none;
 box-shadow: -1px 1px 10px -3px #000;
}
.sectionblock .sectionheader a.tab[selected="1"],
.sectionblock .sectionheader a:hover {
 background-color: #E5F4FB;
}

.sectionblock .sectioncontent,
.sectiontabs,
.sectioncontent,
.section_content {
 /* background-color: rgba(255,255,255,0.7); */
}

/*** TABS IN SECTION HEADER ***/
/*
.sectionblock .sectionheader .headertabs {
 border-right: 10px solid #99D6F1;
 margin-right: -15px;
 float: right;
 padding-right: 10px;
}
*/
.sectionblock .sectionheader a.tab {
 border: none !important;
 box-shadow: none !important;
 /* padding: 14px 0px; */
 padding-right: 5px;
 position: relative;
 margin-left: 58px;
 margin-top: -1px;
 margin-right: -13px;
 line-height:40px;

 -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
.sectionblock .sectionheader a.tab:before {
 content: "";
 width: 0px;
 height: 0px;
 border: 5px solid;
 margin: 0px;
 padding: 0px;
 position: absolute;
 left: -44px;
 top: 0px;
 border-width: 22px;
 border-left-color: transparent;
 border-top-color: transparent;

 -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
.sectionblock .sectionheader a.tab:after {
 content: "";
 width: 0px;
 height: 0px;
 border: 5px solid;
 margin: 0px;
 padding: 0px;
 position: absolute;
 right: -44px;
 top: 0px;
 border-width: 22px;
 border-right-color: transparent;
 border-bottom-color: transparent;

 -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}

.sectionblock .sectionheader a.tab:before {
 border-color: #99D6F1;
 border-left-color: transparent;
 border-top-color: transparent;
}
.sectionblock .sectionheader a.tab:after {
 border-color: #99D6F1;
 border-right-color: transparent;
 border-bottom-color: transparent;
}
.sectionblock .sectionheader a.tab[selected="1"]:before,
.sectionblock .sectionheader a.tab:hover:before {
 border-color: #002D42;
 border-left-color: transparent;
 border-top-color: transparent;
}
.sectionblock .sectionheader a.tab[selected="1"]:after,
.sectionblock .sectionheader a.tab:hover:after {
 border-color: #002D42;
 border-right-color: transparent;
 border-bottom-color: transparent;
}

/*** HALF HEIGHT ***/
.sectionblock .sectionheader a.halftab {
 border-width: 11px;
 left: -21px;
 padding: 4px 0px 2px;
 margin: 0px;
}
.sectionblock .sectionheader a.halftab:before {
 left: -23px;
 top: -1px;
 border-width: 12px;
}
.sectionblock .sectionheader a.halftab:after {
 right: -23px;
 top: -1px;
 border-width: 12px;
}
/*** TABS IN SECTION HEADER ***/

.sectionblock .sectionactions a {
 margin-top: 0px;
 padding: 0px !important;
 background-image: none;
 float: left;
 display: block;
 width: 20%;
 text-align: center;
 text-decoration: none;
 color: #99D6F1;
 background-position: 8px center;
}
.sectionblock .sectionactions a:hover {
 background-color: #005B84;
 color: #99D6F1;
}
.sectionblock .sectioncontent,
.sectionblock .section_content {
 color: #0099DD;
}
.sectionblock .sectioncontent>div,
.sectionblock .section_content>div{
 margin:0 !important;
}

.list a {
 color: #E5F4FB;
}
.list a[id]:hover {
 background-image: none;
 border: 0px;
 border-radius: 0px;
 padding: 1px 5px;
 color: #0099DD;
}

input, textarea, select {
 border-radius: 0px;
}
textarea[saved="1"],
input[saved="1"] {
 background-image: url(/images/icons/tick-small.png);
 background-repeat: no-repeat;
 background-position: right top;
}
a {
 color: #CCEAF8;
}
a:visited {
 color: #E5F4FB;
}

/*** LOADING CIRCLE ***/
.AJAXLOADING .section_content {
 background: transparent url(/images/AJAXLOADING.gif) center center no-repeat;
}

.AJAXLOADING {
/* background: #CCEAF8 !important; */
}
.AJAXLOADING .section_content {
 background: transparent;
/* visibility: hidden; */
}
.AJAXLOADING::before,
.AJAXLOADING::after {
 position: absolute;
 bottom: 50%;
 left: 50%;
 display: block;
 border: 50px solid transparent;
 border-radius: 50%;
 content: '';
}

.AJAXLOADING::before {
 margin-bottom: -105px;
 margin-left: -85px;
 width: 80px;
 height: 80px;
 border-right-color: #aaa;
 border-left-color: #aaa;
 border-right-color: rgba(0,0,0,.2);
 border-left-color: rgba(0,0,0,.2);
 -webkit-animation: rotation 3s linear infinite;
 animation: rotation 3s linear infinite;
 display: none;
}

.AJAXLOADING::after {
 bottom: 50%;
 margin-bottom: -85px;
 margin-left: -65px;
 width: 40px;
 height: 40px;
 border-top-color: #eee;
 border-bottom-color: #eee;
 border-top-color: rgba(250,250,250,.5);
 border-bottom-color: rgba(250,250,250,.5);
 -webkit-animation: rotation 2s linear infinite;
 animation: rotation 2s linear infinite;
 /* display: none; */
}
[dark].AJAXLOADING:after {
 border-top-color: #888;
 border-bottom-color: #888;
 border-top-color: rgba(128,128,128,.5);
 border-bottom-color: rgba(128,128,128,.5);
}
@-webkit-keyframes rotation {
 0%   { -webkit-transform: rotate(0deg); }
 50%  { -webkit-transform: rotate(180deg); }
 100%  { -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
 0%   { transform: rotate(0deg); }
 50%  { transform: rotate(180deg); }
 100%  { transform: rotate(360deg); }
}
/*** LOADING CIRCLE ***/

/*** INPUT AJAX SAVE ***/
input[data-processing="0"] ,
select[data-processing="0"] ,
textarea[data-processing="0"] {
    background-color: inherit;
    transition: background-color 4s;
}
input[data-processing="1"] ,
select[data-processing="1"] ,
textarea[data-processing="1"] {
    background-color: #99CF99 !important;
    transition: background-color 0.01s;
}
/*** INPUT AJAX SAVE ***/

/*** DIRECT ENTRY ***/
.directentrybox {
 border-radius: 0px !important;
}
.directentrybox .entrybox-border-center {
 border: 1px solid #fff !important;
 -moz-box-shadow: #000 0px 0px 20px;
 -webkit-box-shadow: #000 0px 0px 20px;
 box-shadow: #000 0px 0px 20px;
}
.pdfprint .entrybox-border-center {
 border-width:0px !important;
}
.directentrybox .entrybox-border-center[htmlloading] {
 border: none !important;
}
.directentrybox .title,
.directentrybox .content {
 text-shadow: none !important;
 background-image: none !important;
 border-radius: 0px !important;
 font-weight: normal !important;
}
.directentrybox .title a.closebutton {
 background: transparent !important;
 font-weight: normal;
}
.directentrybox .title a.closebutton span:before {
  content: "\e0a3";
 font-family: wipcrm;
  color: #fff;
 overflow: hidden;
 display: block;
 visibility: visible;
}
.directentrybox .title a.closebutton:hover {
 font-weight: bold;
}

/*** LOADER ***/
.directentrybox:after {
 content: "_";
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -20px;
 margin-top: -20px;
 height: 40px;
 width: 40px;
 line-height: 40px;
 font-size: 40px;
 font-family: "wipcrm";
 color: #fff;
 text-shadow: 0 0 10px #000;
 animation-name: spin;
 animation-duration: 2s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}
@keyframes spin {
    from { transform: rotate(0deg);}
    to { transform: rotate(360deg);}
}
.directentrybox[loaded]:after {
 display: none;
}
.directentrybox {
 min-height: 40px;
 min-width: 40px;
}
.directentrybox:before,
.directentrybox > div {
 opacity: 0;
}
.directentrybox[loaded]:before,
.directentrybox[loaded] > div {
 opacity: 1;
}
.directentrybox .entrybox-border-center {
 opacity: 1;
 -webkit-transition: opacity 0.2s; /* Safari */
 transition: opacity 0.2s;
}
.directentrybox .entrybox-border-center[htmlloading] {
 opacity: 0;
}
/*** LOADER ***/

/*** DIRECT ENTRY ***/

/*** DATE PICKER ***/
#directentrybox_calendar .entrybox-border-center {
 min-width: 83px;
}
#directentrybox_calendar .entrybox-border-center:before {
 content:"";
 position: absolute;
 top:-21px;
 left:32px;
 right: auto;
 border: 11px solid transparent;
 border-bottom: 10px solid #fff;
}
#directentrybox_calendar .entrybox-border-center:after {
 content:"";
 position: absolute;
 top:-19px;
 left:33px;
 right: auto;
 border: 10px solid transparent;
 border-bottom: 10px solid #003D7A;
}

#directentrybox_calendar .entrybox-border-center .title {
 background-image: none !important;
 background-color: #003D7A;
 color: #fff;
}
#directentrybox_calendar .entrybox-border-center .content {
 background-image: none !important;
}
#directentrybox_calendar .entrybox-border-center .content a {
 color: #003D7A;
 background-image: none !important;
 cursor: default;
}
#directentrybox_calendar .entrybox-border-center .content a:hover {
 background-color: #003D7A;
 color: #fff;
}
/*** DATE PICKER ***/

/*** POPUP ARROW POSISIONS ***/
.ddedropdown .entrybox-border-center {
 background: #CCEAF8;
}
.ddedropdown .entrybox-border-center a[id],
.ddedropdown .entrybox-border-center a[id]:focus {
 background: #CCEAF8;
 color:  #0099DD;
 border: none;
 padding: 1px 5px;
 text-shadow: none;
}
.ddedropdown .entrybox-border-center a[id]:hover {
 background: #005B84;
 color:  #CCEAF8;
 border: none;
 padding: 1px 5px;
}
div[position^="align"] .entrybox-border-center:before {
 content:"";
 position: absolute;
 top:-21px;
 left:32px;
 right: auto;
 border: 11px solid transparent;
 border-bottom-color: inherit;
}
div[position^="align"] .entrybox-border-center:after {
 content:"";
 position: absolute;
 top:-19px;
 left:33px;
 right: auto;
 border: 10px solid transparent;
 border-bottom-color: #6495ED;
}
div[position="align-left-top"] .entrybox-border-center:before,
div[position="align-left"] .entrybox-border-center:before {
 left:12px !important;
 right: auto !important;
}
div[position="align-left-top"] .entrybox-border-center:after,
div[position="align-left"] .entrybox-border-center:after {
 left:13px !important;
 right: auto !important;
}

div[position="align-right-top"] .entrybox-border-center:before,
div[position="align-right"] .entrybox-border-center:before {
 right:12px !important;
 left: auto !important;
}
div[position="align-right-top"] .entrybox-border-center:after,
div[position="align-right"] .entrybox-border-center:after {
 right:13px !important;
 left: auto !important;
}

div[position="align-left-top"] .entrybox-border-center:before,
div[position="align-right-top"] .entrybox-border-center:before {
 top: auto !important;
 bottom: -21px !important;
 border-bottom-color: transparent;
 border-top-color: inherit;
}
div[position="align-left-top"] .entrybox-border-center:after,
div[position="align-right-top"] .entrybox-border-center:after {
 top: auto !important;
 bottom: -19px !important;
 border-bottom-color: transparent;
 border-top-color: #C1D4F7;
}
/*** POPUP ARROW POSISIONS ***/

/*** ON/OFF switch ***/
label.switch[status] {
 position: relative;
 display: block;
 width: 70px;
 height: 20px;
 line-height: 20px;
 background: #ccc;
}
label.switch[status] input {
 visibility: hidden;
}
label.switch[status]:before,
label.switch[status]:after {
 content: attr( status);
 position: absolute;
 z-index: 9;
 color: #fff;
 text-align: center;
 width: 40px;
 height: 20px;
 left: 0;
}

label.switch[status="YES"]:after {
 content: "";
 z-index: 8;
 width: 15px;
 height: 0;
 border: 20px solid transparent;
 border-bottom-width: 0;
 border-top-color: green;
 border-left-color: green;
}

label.switch[status="NO"]:before {
 left: auto;
 right: 0;
}
label.switch[status="NO"]:after {
 content: "";
 z-index: 8;
 width: 15px;
 left: auto;
 right: 0;
 height: 0;
 border: 20px solid transparent;
 border-top-width: 0;
 border-bottom-color: red;
 border-right-color: red;
}
label.switch[status="..."]:before,
label.switch[status="..."]:after {
 display: none;
}
/*** ON/OFF switch ***/

/*** PLEASE WAIT ***/
#please_wait_im_busy {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
/*** PLEASE WAIT ***/

/*** THEME 8 CSS check ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_adminmenu/css.php CSS check ***/

/*** SECTION adminmenu specific CSS ***/
.adminmenu .entrybox-border-center {
 -moz-box-shadow:none;
 -webkit-box-shadow:none;
 border:0px;
 box-shadow:none;
 border-radius:2px; -moz-border-radius:2px;
 color:#991E00;
}
.adminmenu .entrybox-border-center .content {
 border-top:0px;
 border-radius:2px; -moz-border-radius:2px;
 border:1px solid #991E00;
 background:#FFAD99 url(../images/whitefade2.png) top center repeat-x;
 padding:5px;
}
.adminmenu .entrybox-border-center .content ul {
 list-style-type:none;
 margin:0px;
 padding:0px;
 line-height:20px;
}
.adminmenu .entrybox-border-center .content ul li a {
 text-decoration:none;
 padding:1px 5px;
 display:block;
 color:#991E00;
}
.adminmenu .entrybox-border-center .content ul li a:hover {
 background:#FFAD99 url(../images/whitefade.png) center top repeat-x;
 border:1px solid #FF3300;
 border-radius:2px;
 padding:0px 4px;
}

/*** SECTION adminmenu specific CSS ***/

/*** SECTION adminmenu specific CSS ***/
.adminmenu .entrybox-border-center .content {
 border-color: #991E00;
 background-color: #FFAD99;

 border: 1px solid #fff !important;
 -moz-box-shadow: -1px 1px 10px -3px #000;
 -webkit-box-shadow: -1px 1px 10px -3px #000;
 box-shadow: -1px 1px 10px -3px #000;
}

.adminmenu .entrybox-border-center .content ul li a:hover {
 background-image: none;
 background-color: #991E00;
 border-color: #991E00;
 color: #FFAD99;
}

.adminmenu {
 margin: -3px 0px 0px -15px;
 opacity: 0.98 !important;
}
.adminmenu .entrybox-border-center {
 position: relative;
}
.adminmenu .entrybox-border-center img {
 display: none;
}
div.adminmenu[position="align-left-top"] .entrybox-border-center:after,
div.adminmenu[position="align-right-top"] .entrybox-border-center:after {
 border-top-color: #FFAD99;
}
/*** SECTION adminmenu specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_jobcommunication/css.php CSS check ***/

/*** SECTION jobcommunication specific CSS ***/
div[core_section_name="communicationlist"] {
 color:#1E3D2D;
}
div[core_section_name="communicationlist"] .sectionheader {
 ;
}
div[core_section_name="communicationlist"] .sectionheader,
div[core_section_name="communicationlist"] .sectionactions a,
div[core_section_name="communicationlist"] .sectionactions {
 background: #66CC99;
 border-color: #3D7A5B;
 color:#C1EAD6;
}
div[core_section_name="communicationlist"] .sectionheader a img {
}
div[core_section_name="communicationlist"] .sectionheader a {
 border-color:#3D7A5B;
 background-color:#C1EAD6;
 color:#3D7A5B;
 position: relative;
}
div[core_section_name="communicationlist"] .sectionactions a:hover,
div[core_section_name="communicationlist"] .sectionheader a[tab].selected,
div[core_section_name="communicationlist"] .sectionheader a.tab[selected="1"],
div[core_section_name="communicationlist"] .sectionheader a:hover {
 border-color:#1E3D2D;
 background-color:#1E3D2D;
 color:#C1EAD6;
}

div[core_section_name="communicationlist"] .sectionheader a.tab:before {
 border-right-color: #C1EAD6;
 border-bottom-color: #C1EAD6;
}
div[core_section_name="communicationlist"] .sectionheader a.tab:after {
 border-left-color: #C1EAD6;
 border-top-color: #C1EAD6;
}
div[core_section_name="communicationlist"] .sectionheader a[tab].selected:before,
div[core_section_name="communicationlist"] .sectionheader a.tab[selected="1"]:before,
div[core_section_name="communicationlist"] .sectionheader a.tab:hover:before {
 border-right-color: #1E3D2D;
 border-bottom-color: #1E3D2D;
}
div[core_section_name="communicationlist"] .sectionheader a[tab].selected:after,
div[core_section_name="communicationlist"] .sectionheader a.tab[selected="1"]:after,
div[core_section_name="communicationlist"] .sectionheader a.tab:hover:after {
 border-left-color: #1E3D2D;
 border-top-color: #1E3D2D;
}

div[core_section_name="communicationlist"] .sectionheader a:hover {
 background-color:#1E3D2D !important;
}
div[core_section_name="communicationlist"] .sectionheader a:hover:before {
 border-right-color: #1E3D2D !important;
 border-bottom-color: #1E3D2D !important;
}
div[core_section_name="communicationlist"] .sectionheader a:hover:after {
 border-left-color: #1E3D2D !important;
 border-top-color: #1E3D2D !important;
}

div[core_section_name="communicationlist"] .section_content {
 background: rgba( 255, 255, 255, 0.9);
 background: #EFF9F4;
 background: rgba( 239,249,244, 0.98);
 color: #3D7A5B;
}

/*** TABS ***/
div[core_section_name="communicationlist"] .sectionheadertabs {
 display: none;;
 float: right;
 position: relative;
 top: -2px;
 height: 44px;
}

div[core_section_name="communicationlist"] .sectiontabs {
 display: none;;
 padding: 0px;
 height: 30px;
 overflow: hidden;
 width: 200% !important;
 border-bottom: 1px solid #3D7A5B;
}

div[core_section_name="communicationlist"] .sectionheadertabs a[tab],
div[core_section_name="communicationlist"] .sectiontabs a[tab] {
 background: #66CC99;
 color: #E0F4EA;
 height: 30px;
 line-height: 30px;
 margin-right: 33px;
 position: relative;
 display: block;
 float: left;
 border: 0;
 padding: 0;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab] {
 height: 44px;
 line-height: 44px;
 margin-top: 0px;
 border-width: 0 !important;
 margin-right: 40px;
 background: #3D7A5B;
 box-shadow: none;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab]:first-child {
 padding-left: 10px;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab]:last-child {
 padding-right: 10px;
 margin-right: -15px;
}

div[core_section_name="communicationlist"] .sectionheadertabs a[tab]:before,
div[core_section_name="communicationlist"] .sectiontabs a[tab]:before {
 content: "";
 border: 32px solid transparent;
 border-width: 32px 32px 32px 0px;
 border-right-color: #66CC99;
 position: absolute;
 top: 0px;
 left: -32px;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab]:before {
 border-width: 44px 44px 44px 0px;
 left: -44px;
 border-right-color: #3D7A5B;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab]:after,
div[core_section_name="communicationlist"] .sectiontabs a[tab]:after {
 content: "";
 border: 32px solid transparent;
 border-width: 32px 0px 32px 32px;
 border-left-color: #66CC99;
 position: absolute;
 top: -32px;
 right: -32px;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab]:after {
 border-width: 44px 0px 44px 44px;
 top: -44px;
 right: -44px;
 border-left-color: #3D7A5B;
}

div[core_section_name="communicationlist"] .sectiontabs a[tab].selected {
 background: #3D7A5B;
 color: #C1EAD6;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab].selected:before {
 border-right-color: #3D7A5B;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab].selected:after {
 border-left-color: #3D7A5B;
}

div[core_section_name="communicationlist"] .sectiontabs a[tab]:hover {
 background: #1E3D2D;
 color: #C1EAD6;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab]:hover:before {
 border-right-color: #1E3D2D;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab]:hover:after {
 border-left-color: #1E3D2D;
}

div[core_section_name="communicationlist"] .sectiontabs a[tab="spacer"] {
 width: 50%;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab="spacer"]:hover {
 background: #66CC99;
 cursor: default;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab="spacer"]:hover:before {
 border-right-color: #66CC99;
}
div[core_section_name="communicationlist"] .sectiontabs a[tab="spacer"]:hover:after {
 border-left-color: #66CC99;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab="spacer"]:hover {
 background: #3D7A5B !important;
 cursor: default;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab="spacer"]:hover:before {
 border-right-color: #3D7A5B !important;
}
div[core_section_name="communicationlist"] .sectionheadertabs a[tab="spacer"]:hover:after {
 border-left-color: #3D7A5B !important;
}
/*** TABS ***/

div[core_section_name="communicationlist"] .div-table[data-report-code="COMMUNICATIONLIST"] {
    min-width: 100%;
    font-size: 0.9em;
}
div[core_section_name="communicationlist"] .div-table[data-report-code="COMMUNICATIONLIST"] .div-table-cell[data-column-code="sender"] ,
div[core_section_name="communicationlist"] .div-table[data-report-code="COMMUNICATIONLIST"] .div-table-cell[data-column-code="recipient"] ,
div[core_section_name="communicationlist"] .div-table[data-report-code="COMMUNICATIONLIST"] .div-table-cell[data-column-code="type"] ,
div[core_section_name="communicationlist"] .div-table[data-report-code="COMMUNICATIONLIST"] .div-table-cell[data-column-code="sender"] {
    white-space: nowrap;
}


/*** CUSTOM MODULE CSS ***/
/*** CUSTOM MODULE CSS ***/

/*** SECTION jobcommunication specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_joboverview/css.php CSS check ***/

/*** SECTION joboverview specific CSS ***/
body.page_job div.pdfprint .entrybox-border-center {
 -webkit-box-shadow: none;
 box-shadow: none;
 border: 0px;
}
body.page_job div.pdfprint fieldset {
 background-color: #FBF0D2;
 border: 2px solid #8E6C14;
}
body.page_job div.pdfprint fieldset legend.title {
 text-shadow: none;
 border-radius: 5px;
 background-color: #EEB422;
 border: 2px solid #8E6C14;
 color: #8E6C14;
}

td.job .sectionblock legend {
 font-weight:bold;
 background-color:#F8E1A6;
 color:#47360A;
 padding:0px 10px;
 text-align:right;
 border:1px solid #EEB422;
 border-radius:3px;
 margin-left:10px;
}
td.job .sectionblock fieldset {
 margin-bottom:10px;
 border:1px solid #F8E1A6;
}

td.job,
td.jobactions,
td.joboverview,
td.clientjobs,
td.joblist {
 color:#8E6C14;
}
td.job .sectionblock .sectionheader a img,
td.jobactions .sectionblock .sectionheader a img,
td.joboverview .sectionblock .sectionheader a img,
td.clientjobs .sectionblock .sectionheader a img,
td.joblist .sectionblock .sectionheader a img {
}
td.job .sectionblock .sectionheader a,
td.jobactions .sectionblock .sectionheader a,
td.joboverview .sectionblock .sectionheader a,
td.clientjobs .sectionblock .sectionheader a,
td.joblist .sectionblock .sectionheader a {
 border-color:#8E6C14;
 background-color:#F8E1A6;
 color:#8E6C14;
}
td.job .sectionblock .sectionheader a:hover,
td.jobactions .sectionblock .sectionheader a:hover,
td.joboverview .sectionblock .sectionheader a:hover,
td.clientjobs .sectionblock .sectionheader a:hover,
td.joblist .sectionblock .sectionheader a:hover {
 border-color:#8E6C14;
 background-color:#8E6C14;
 color:#F8E1A6;
}
td.job .sectionblock,
td.jobactions .sectionblock,
td.joboverview .sectionblock,
td.clientjobs .sectionblock,
td.joblist .sectionblock {
 border-color:#8E6C14;
 background-color:#EEB422;
 -moz-box-shadow:#8E6C14 0px 0px 4px;
 -webkit-box-shadow:#8E6C14 0px 0px 4px;
 box-shadow:#8E6C14 0px 0px 4px;
 background: -webkit-linear-gradient( #fff, #FBF0D2);
 background: -moz-linear-gradient( #fff, #FBF0D2);
 background: -o-linear-gradient( #fff, #FBF0D2);
}
td.job .sectionblock .sectionheader,
td.jobactions .sectionblock .sectionheader,
td.joboverview .sectionblock .sectionheader,
td.clientjobs .sectionblock .sectionheader,
td.joblist .sectionblock .sectionheader {
 background-color:#EEB422;
 border-color:#8E6C14;
 color:#FBF0D2;
 text-shadow:#8E6C14 1px 1px 5px;
}
td.job .sectionblock .sectionheader input,
td.jobactions .sectionblock .sectionheader input,
td.joboverview .sectionblock .sectionheader input,
td.clientjobs .sectionblock .sectionheader input,
td.joblist .sectionblock .sectionheader input {
 border-color:#8E6C14;
 background-color:#FBF0D2;
 color:#47360A;
 font-size:0.8em; margin:0px 5px;
}

td.job .list a div.header,
td.jobactions .list a div.header,
td.joboverview .list a div.header,
td.clientjobs .list a div.header,
td.joblist .list a div.header {
 border-color:#8E6C14;
}
td.job .list a,
td.jobactions .list a,
td.joboverview .list a,
td.clientjobs .list a,
td.joblist .list a {
 color:#8E6C14;
}
td.job .list a[id].selected,
td.job .list a[id]:focus,
td.jobactions .list a[id].selected,
td.jobactions .list a[id]:focus,
td.joboverview .list a[id].selected,
td.joboverview .list a[id]:focus,
td.clientjobs .list a[id].selected,
td.clientjobs .list a[id]:focus,
td.joblist .list a[id].selected,
td.joblist .list a[id]:focus {
 background-color:#F8E1A6;
 border-color:#8E6C14;
 color:#47360A;
}
td.job .list a[id]:hover,
td.jobactions .list a[id]:hover,
td.joboverview .list a[id]:hover,
td.clientjobs .list a[id]:hover,
td.joblist .list a[id]:hover {
 background-color:#F8E1A6;
 border-color:#EEB422;
}

td.job button {
 background-color:#EEB422;
 color:#FBF0D2;
 border-color:#8E6C14;
}
td.job button:hover {
 background-color:#F8E1A6;
 color:#8E6C14;
 border-color:#8E6C14;
}

.loadingjob {
 background: #EEB422;
 padding:20px;
 font-weight: bold;
}

div[sectioncontent="_joblist"] a .jobnumber {
 position: relative;
}
div[sectioncontent="_joblist"] a .jobnumber[documents]:before {
 content: "";
 position: absolute;
 display: block;
 top: 30%;
 bottom: 30%;
 right: 3px;
 width: 6px;
 background: red;
 border-radius: 50%;
}

/*** JOB PLANNING CALENDAR ***/
td.job .calendar {
 min-width:10px;
 margin:0px 0px 0px 2.5%;
}
td.job .calendar a > div > div {
 min-height: 20px;
 line-height: 50%;
 font-size: 0.7em;
 text-align: left;
 padding: 4px 0px 0px 3px;
}
td.job .calendar a.weekend > div > div {
 color:#aaa;
 background-color:#eee;
}
td.job .calendar a {
 padding:0px;
}
/*** JOB PLANNING CALENDAR ***/

/*** EXPENSE POP-UP ***/
div.expense .fieldname {
 width: 80px;
}
div.expense input.date {
 width: 100px;
}
div.travelexpense textarea {
 width: 200px;
 height: 4.4em;
}
/*** EXPENSE POP-UP ***/

div#joboverview_tabs {
    display: none;
}


/*** SECTION joboverview specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/customisation/LABELDEMO/sections/_quicksearch/css.php CSS check ***/

/*** SECTION quicksearch specific CSS ***/
.quicksearch .sectiontabs {
 display: none;
}
.quicksearch form {
 color: #005100;
 min-width: 400px;
}
.quicksearch form input,
.quicksearch form textarea,
.quicksearch form select {
 background-color: #fff;
 border-color: #005100;

 line-height: 2em;
 padding: 0 0.125em;
 min-width: 10em;
}
.quicksearch form input.fullwidth {
 width: 99%;
}
.quicksearch form div.fullwidth {
 display: block;
 left: 0;
 right: 0;
 position: relative;
 float: none;
}

.quicksearch form #dieinfo {
 font-size: 0.9em;
 line-height: 1em;
 margin-top: 1em;
}
.quicksearch form #dieinfo .fieldname {
 width:30%;
}
.quicksearch form #dieinfo .fieldvalue {
 width:68%;
}
.quicksearch form #dieinfo input,
.quicksearch form #dieinfo textarea,
.quicksearch form #dieinfo select {
 line-height: inherit;
 width: 99%;
}

.quicksearch form button {
 background-color: #005100;
 color: #99CF99;
}
.quicksearch form button:hover {
 color: #005100;
 background-color: #99CF99;
}

.quicksearch .entrybox-border-center .sectionheader {
 color: #CCE7CC;
 background-color: #005100;

 line-height: 20px;
 padding: 10px 0 10px 10px;
}
.quicksearch .entrybox-border-center .section_content {
 border-color: #005100;
 background-color: #CCE7CC;
}

.quicksearch[position="align-left"] .entrybox-border-center:after,
.quicksearch[position="align-right"] .entrybox-border-center:after {
 border-bottom-color: #005100;
}


.quicksearch .entrybox-border-center .section_content #diesearchlist {
 max-height: 17em;
 overflow: auto;
 font-size: 0.9em;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .row {
 display: none;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .row[visible] {
 display: block;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .row:hover {
 color: #CCE7CC;
 background-color: #008800;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .machinetype {
 width: 65px;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .shape {
 padding-right: 0.5em;
}
.quicksearch .entrybox-border-center .section_content #diesearchlist .size {
 padding-right: 0.5em;
}

/*** SECTION quicksearch specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_clientdocuments/css.php CSS check ***/

/*** SECTION clientdocuments specific CSS ***/
div[core_section_name="documents"] {
 color:#200E27;
}
div[core_section_name="documents"] .sectionheader {
 ;
}
div[core_section_name="documents"] .sectionheader,
div[core_section_name="documents"] .sectionactions a,
div[core_section_name="documents"] .sectionactions {
 background: #6C3082;
 border-color: #401C4E;
 color:#C4ACCD;
}
div[core_section_name="documents"] .sectionheader a img {
}
div[core_section_name="documents"] .sectionheader a {
 border-color:#401C4E;
 background-color:#C4ACCD;
 color:#401C4E;
 position: relative;
}
div[core_section_name="documents"] .sectionactions a:hover,
div[core_section_name="documents"] .sectionheader a[tab].selected,
div[core_section_name="documents"] .sectionheader a.tab[selected="1"],
div[core_section_name="documents"] .sectionheader a:hover {
 border-color:#200E27;
 background-color:#200E27;
 color:#C4ACCD;
}

div[core_section_name="documents"] .sectionheader a.tab:before {
 border-right-color: #C4ACCD;
 border-bottom-color: #C4ACCD;
}
div[core_section_name="documents"] .sectionheader a.tab:after {
 border-left-color: #C4ACCD;
 border-top-color: #C4ACCD;
}
div[core_section_name="documents"] .sectionheader a[tab].selected:before,
div[core_section_name="documents"] .sectionheader a.tab[selected="1"]:before,
div[core_section_name="documents"] .sectionheader a.tab:hover:before {
 border-right-color: #200E27;
 border-bottom-color: #200E27;
}
div[core_section_name="documents"] .sectionheader a[tab].selected:after,
div[core_section_name="documents"] .sectionheader a.tab[selected="1"]:after,
div[core_section_name="documents"] .sectionheader a.tab:hover:after {
 border-left-color: #200E27;
 border-top-color: #200E27;
}

div[core_section_name="documents"] .sectionheader a:hover {
 background-color:#200E27 !important;
}
div[core_section_name="documents"] .sectionheader a:hover:before {
 border-right-color: #200E27 !important;
 border-bottom-color: #200E27 !important;
}
div[core_section_name="documents"] .sectionheader a:hover:after {
 border-left-color: #200E27 !important;
 border-top-color: #200E27 !important;
}

div[core_section_name="documents"] .section_content {
 background: rgba( 255, 255, 255, 0.9);
 background: #F0EAF2;
 background: rgba( 240,234,242, 0.98);
 color: #401C4E;
}

/*** TABS ***/
div[core_section_name="documents"] .sectionheadertabs {
 display: none;;
 float: right;
 position: relative;
 top: -2px;
 height: 44px;
}

div[core_section_name="documents"] .sectiontabs {
 display: none;;
 padding: 0px;
 height: 30px;
 overflow: hidden;
 width: 200% !important;
 border-bottom: 1px solid #401C4E;
}

div[core_section_name="documents"] .sectionheadertabs a[tab],
div[core_section_name="documents"] .sectiontabs a[tab] {
 background: #6C3082;
 color: #E1D5E6;
 height: 30px;
 line-height: 30px;
 margin-right: 33px;
 position: relative;
 display: block;
 float: left;
 border: 0;
 padding: 0;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="documents"] .sectionheadertabs a[tab] {
 height: 44px;
 line-height: 44px;
 margin-top: 0px;
 border-width: 0 !important;
 margin-right: 40px;
 background: #401C4E;
 box-shadow: none;
}
div[core_section_name="documents"] .sectiontabs a[tab]:first-child {
 padding-left: 10px;
}
div[core_section_name="documents"] .sectionheadertabs a[tab]:last-child {
 padding-right: 10px;
 margin-right: -15px;
}

div[core_section_name="documents"] .sectionheadertabs a[tab]:before,
div[core_section_name="documents"] .sectiontabs a[tab]:before {
 content: "";
 border: 32px solid transparent;
 border-width: 32px 32px 32px 0px;
 border-right-color: #6C3082;
 position: absolute;
 top: 0px;
 left: -32px;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="documents"] .sectionheadertabs a[tab]:before {
 border-width: 44px 44px 44px 0px;
 left: -44px;
 border-right-color: #401C4E;
}
div[core_section_name="documents"] .sectionheadertabs a[tab]:after,
div[core_section_name="documents"] .sectiontabs a[tab]:after {
 content: "";
 border: 32px solid transparent;
 border-width: 32px 0px 32px 32px;
 border-left-color: #6C3082;
 position: absolute;
 top: -32px;
 right: -32px;

  -webkit-transition: all 0.25s;
 -moz-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
div[core_section_name="documents"] .sectionheadertabs a[tab]:after {
 border-width: 44px 0px 44px 44px;
 top: -44px;
 right: -44px;
 border-left-color: #401C4E;
}

div[core_section_name="documents"] .sectiontabs a[tab].selected {
 background: #401C4E;
 color: #C4ACCD;
}
div[core_section_name="documents"] .sectiontabs a[tab].selected:before {
 border-right-color: #401C4E;
}
div[core_section_name="documents"] .sectiontabs a[tab].selected:after {
 border-left-color: #401C4E;
}

div[core_section_name="documents"] .sectiontabs a[tab]:hover {
 background: #200E27;
 color: #C4ACCD;
}
div[core_section_name="documents"] .sectiontabs a[tab]:hover:before {
 border-right-color: #200E27;
}
div[core_section_name="documents"] .sectiontabs a[tab]:hover:after {
 border-left-color: #200E27;
}

div[core_section_name="documents"] .sectiontabs a[tab="spacer"] {
 width: 50%;
}
div[core_section_name="documents"] .sectiontabs a[tab="spacer"]:hover {
 background: #6C3082;
 cursor: default;
}
div[core_section_name="documents"] .sectiontabs a[tab="spacer"]:hover:before {
 border-right-color: #6C3082;
}
div[core_section_name="documents"] .sectiontabs a[tab="spacer"]:hover:after {
 border-left-color: #6C3082;
}
div[core_section_name="documents"] .sectionheadertabs a[tab="spacer"]:hover {
 background: #401C4E !important;
 cursor: default;
}
div[core_section_name="documents"] .sectionheadertabs a[tab="spacer"]:hover:before {
 border-right-color: #401C4E !important;
}
div[core_section_name="documents"] .sectionheadertabs a[tab="spacer"]:hover:after {
 border-left-color: #401C4E !important;
}
/*** TABS ***/

/*** CUSTOM MODULE CSS ***/
/*** CUSTOM MODULE CSS ***/
/*
if ( !headers_sent() && substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) if (session_id() === null ) ob_start("ob_gzhandler"); else ob_start();
if ( !headers_sent()) header("content-type:text/css");
require_once( STYLESPATH."/colors.css.php");

?>
div[core_section_name="documents"] {
 color:#200E27;
}
div[core_section_name="documents"] .sectionheader a img {
}
div[core_section_name="documents"] .sectionheader a {
 border-color:#401C4E;
 background-color:#C4ACCD;
 color:#401C4E;
 position: relative;
}
div[core_section_name="documents"] .sectionheader a.tab[selected="1"],
div[core_section_name="documents"] .sectionheader a:hover {
 border-color:#401C4E;
 background-color:#401C4E;
 color:#C4ACCD;
}

div[core_section_name="documents"] .sectionheader a.tab:before {
 border-right-color: #C4ACCD;
 border-bottom-color: #C4ACCD;
}
div[core_section_name="documents"] .sectionheader a.tab:after {
 border-left-color: #C4ACCD;
 border-top-color: #C4ACCD;
}
div[core_section_name="documents"] .sectionheader a.tab[selected="1"]:before,
div[core_section_name="documents"] .sectionheader a.tab:hover:before {
 border-right-color: #401C4E;
 border-bottom-color: #401C4E;
}
div[core_section_name="documents"] .sectionheader a.tab[selected="1"]:after,
div[core_section_name="documents"] .sectionheader a.tab:hover:after {
 border-left-color: #401C4E;
 border-top-color: #401C4E;
}

div[core_section_name="documents"] .sectionheader a:hover {
 background-color:#200E27 !important;
}
div[core_section_name="documents"] .sectionheader a:hover:before {
 border-right-color: #200E27 !important;
 border-bottom-color: #200E27 !important;
}
div[core_section_name="documents"] .sectionheader a:hover:after {
 border-left-color: #200E27 !important;
 border-top-color: #200E27 !important;
}


div[core_section_name="documents"] .sectionheader input {
 border-color:#401C4E;
 background-color:#E1D5E6;
 color:#200E27;
 font-size:0.8em; margin:0px 5px;
}
div[core_section_name="documents"] .sectionblock {
 border-color:#401C4E;
 background-color:#6C3082;
 -moz-box-shadow:#401C4E 0px 0px 4px;
 -webkit-box-shadow:#401C4E 0px 0px 4px;
 box-shadow:#401C4E 0px 0px 4px;
 background: -webkit-linear-gradient( #fff, #E1D5E6);
 background: -moz-linear-gradient( #fff, #E1D5E6);
 background: -o-linear-gradient( #fff, #E1D5E6);
}
div[core_section_name="documents"] .sectiontabs {
 display: none;
}
div[core_section_name="documents"] .sectionheader {
 background-color:#6C3082;
 border-color:#401C4E;
 color:#E1D5E6;
 text-shadow:#401C4E 1px 1px 5px;
}

div[core_section_name="documents"] .list a div.header {
 border-color:#401C4E;
}
div[core_section_name="documents"] .list a {
 color:#401C4E;
}
div[core_section_name="documents"] .list a[id].highlight {
 border: solid 1px;
 border-color:#C4ACCD;
}

div[core_section_name="documents"] .list a[id].selected,
div[core_section_name="documents"] .list a[id]:focus {
 background-color:#E1D5E6;
 border-color:#C4ACCD;
 color:#200E27;
}
div[core_section_name="documents"] .list a[id]:hover {
 background-color:#C4ACCD;
 border-color:#6C3082;
}

div[core_section_name="documents"] input.editable {
 background-color:#E1D5E6;
 border-color:#6C3082;
}
div[core_section_name="documents"] input[readonly].editable {
 background-color:#F0EAF2;
 border-color:#C4ACCD;
}

div[core_section_name="documents"] div.headerrow {
 background-color:#E1D5E6;
}

form.documentMetadata div.row {
 position: relative;
}

*/
/*** SECTION clientdocuments specific CSS ***/

/*** SECTION clientdocuments specific CSS ***/
#fileuploadinfo {
 padding: 2px;
 font-size: 0.8em;
 line-height: 1.3em;
}
#fileuploadinfo .filesize {
 float: right;
}
#fileuploadinfo .row {
 position: relative;
 margin: 2px 0px;
}
#fileuploadinfo .cell {
 position: relative;
 padding: 0px 3px;
 z-index: 2;
}
#fileuploadinfo .progressbar {
 position: absolute;
 height: 1.3em;
 width: 0%;
 z-index: 1;
 background: #0a0;

 transition: width 0.5s;
 -moz-transition: width 0.5s;
 -webkit-transition: width 0.5s;
 -o-transition: width 0.5s;
}

div.directentrybox[filename]:before {
 content: attr(filename);
 position: absolute;
 top: -40px;
 background: transparent;
 right: 20px;
 padding: 0px 40px 0 10px;
 font-size: 0.8em;
 border: 20px solid transparent;
 border-bottom-color: #fff;
 height: 0px;
 line-height: 20px;
}

.documentpreview {
 background-color: white;
 background-image: -webkit-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), -webkit-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
 background-image: -o-linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), -o-linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
 background-image: -moz-linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), -moz-linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
 background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
 background-size: 20px 20px;
 background-position: 0 0, 10px 10px;
}

.directentrybox[maximised="1"] {
 top: 20px !important;
 right: 10px !important;
 bottom: 10px !important;
 left: 10px !important;
 width: auto !important;
 height: auto !important;
}

div[core_section_name="documents"] {
 background: #E1D5E6 !important;
}

div[core_section_name="documents"] .headertabs {
 border-color: #C4ACCD !important;
}
div[core_section_name="documents"] .headertabs a[tab] {
 display: none;
}
div[core_section_name="documents"] .headertabs a[data-parameters] {
 display: block;
}
div[core_section_name="documents"][jobID] .headertabs a[tab="job"] {
 display: block;
}
div[core_section_name="documents"][clientID] .headertabs a[tab="client"] {
 display: block;
}
div[core_section_name="documents"][staffID] .headertabs a[tab="staff"] {
 display: block;
}
div[core_section_name="documents"][companyID] .headertabs a[tab="company"] {
 display: block;
}
div[core_section_name="documents"][userID] .headertabs a[tab="user"] {
 display: block;
}
div[core_section_name="documents"][personID] .headertabs a[tab="person"] {
 display: block;
}
div[core_section_name="documents"] .sectionheader,
div[core_section_name="documents"] .sectionactions {
 background-color: #6C3082 !important;
 color: #E1D5E6;
}

div[core_section_name="documents"] .sectionactions {
 border-color: #401C4E;
}
div[core_section_name="documents"] .section_content {
 color: #401C4E;
}
div[core_section_name="documents"] .list div.headerrow {
 color: #401C4E;
 border-color: #401C4E;
}
div[core_section_name="documents"] .list a,
div[core_section_name="documents"] a {
 color: #401C4E;
}
div[core_section_name="documents"] .list a[status="APPROVED"] .actionsdropdown li[function="approve"] {
 display: none;
}
div[core_section_name="documents"] .list a[status="APPROVED"] .documentactions:before {
 content: "";
 display: block;
 width: 16px;
 height: 100%;
 position: absolute;
 left: -10px;
 background: transparent url(/images/icons/tick-small.png) center center no-repeat;
}
div[core_section_name="documents"] .list a[status="EXCEPTION"] .documentactions:before,
div[core_section_name="documents"] .list a[status="DUPLICATE"] .documentactions:before {
 content: "";
 display: block;
 width: 16px;
 height: 100%;
 position: absolute;
 left: -10px;
 background: transparent url(/images/icons/exclamation-small.png) center center no-repeat;
}
div[core_section_name="documents"] .list a:hover {
 background-color: #401C4E !important;
 color: #C4ACCD;
}
div[core_section_name="documents"] .sectionactions a {
 color: #E1D5E6;
}
div[core_section_name="documents"] .sectionactions a:hover {
 background-color: #401C4E;
 color: #E1D5E6;
}

/*** DOCUMENT LIST ***/
#documents_list .list {
 font-size: 0.9em;

 }
#documents_list .list a[id].selected,
#documents_list .list a[id]:focus {
 background-image:none;
 background-color: #C4ACCD;
 text-shadow: none;
}

#documents_list .list a.selected:hover,
#documents_list .list a:hover {
 color: #E1D5E6;
}

#documents_list .list a[unread="1"] {
 font-weight: bold;
}
#documents_list .list a,
#documents_list .list a .row {
 overflow: visible;
}
#documents_list .list div.documenttype {
 width:30%;
 max-width: 300px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0px 5px;

 color: #E1D5E6;
 background-color: #401C4E;
}
#documents_list .list div.documentdate {
 width:14%;
 max-width: 150px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0px 5px;
}
#documents_list .list a[unread="1"] div.documentdate {
 font-size: 0.8em;
 line-height: 16px;
}
#documents_list .list div.documenttitle {
 width:50%;
 max-width: 600px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0px 5px;
}
#documents_list .list div.documentsize {
 width:10%;
 max-width: 60px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding: 0px 5px;
 text-align: right;
 font-size: 0.8em;
}
#documents_list .list div.documentactions {
 float: right;
 padding: 0px 5px;
 position: relative;
 overflow: visible;
}
#documents_list .list div.documentactions .actionsdropdown {
 position: absolute;
 margin: 0;
 padding: 0;
 top: 1.2em;
 right: 0px;
 z-index: -1;
 background: #fff;
 color: #401C4E;
 font-weight: normal;

 -webkit-transition: all 100ms ease;
 -moz-transition: all 100ms ease;
 -ms-transition: all 100ms ease;
 -o-transition: all 100ms ease;
 transition: all 100ms ease;
}
#documents_list .list div.documentactions .actionsdropdown ul {
 margin: 0;
 padding: 0;
 border: 1px solid #401C4E;
}
#documents_list .list div.documentactions .actionsdropdown ul[thumbnail="1"]:before {
 content: "";
 position: absolute;
 top: 1px;
 bottom: 1px;
 left: 70px;
 border-left: 1px solid #C4ACCD;
}

#documents_list .list div.documentactions .actionsdropdown ul li {
 list-style: none;
 padding: 0;
 padding-right: 5px;
 font-size: 0.8em;
 vertical-align: top;
 height: 22px;
 line-height: 22px;
 background: #fff;
}
#documents_list .list div.documentactions .actionsdropdown ul li img {
 background: #fff;
 border: 3px solid #fff;
 margin-right: 3px;
 border-right: 0;
}
#documents_list .list div.documentactions .actionsdropdown ul li img {
 display: none;
}
#documents_list .list div.documentactions .actionsdropdown ul li:before {
 content: "\e023";
 font-family: wipcrm;
 padding: 0 0.25em;
 position: relative;
 top: 1px;
}
#documents_list .list div.documentactions .actionsdropdown ul li[function="view"]:before {
 content: "\e023";
}
#documents_list .list div.documentactions .actionsdropdown ul li[function="edit"]:before {
 content: "\e088";
}
#documents_list .list div.documentactions .actionsdropdown ul li[function="approve"]:before {
 content: ",";
 color: darkgreen;
}
#documents_list .list div.documentactions .actionsdropdown ul li[function="download"]:before {
 content: "|";
}
#documents_list .list div.documentactions .actionsdropdown ul li[function="delete"]:before {
 content: "\e0a3";
 color: red;
}
#documents_list .list div.documentactions .actionsdropdown ul li:hover {
 background: #6C3082;
 color: #fff;
}

/*** Documents in PROCESSING ***/
#documents_list .list a[status="PROCESSING"] {
 position: relative;
}
#documents_list .list a[status="PROCESSING"]:after {
 content: attr(progress);
 position: absolute;
 top: 0px;
 right: 30px;
 font-size: 0.7em;
 line-height: 1.8em;
}
#documents_list .list a[status="PROCESSING"] .documentactions {
 position: relative;
}
#documents_list .list a[status="PROCESSING"] .documentactions * {
 display: none;
}

#documents_list .list a[status="PROCESSING"] .documentactions:after {
 content: '';
 position: absolute;
 top: 0px;
 right: 3px;
 display: block;
 border: 7px solid transparent;
 border-radius: 50%;
 width: 2px;
 height: 2px;
 border-top-color: inherit;
 border-bottom-color: inherit;
 -webkit-animation: hourglassrotation 5s linear infinite;
 animation: hourglassrotation 5s linear infinite;
}

@-webkit-keyframes hourglassrotation {
 0%   { -webkit-transform: rotate(0deg);}
 10%  { -webkit-transform: rotate(180deg);}
 50%  { -webkit-transform: rotate(180deg);}
 60%  { -webkit-transform: rotate(360deg);}
 100%  { -webkit-transform: rotate(360deg);}
}

@keyframes hourglassrotation {
 0%   { transform: rotate(0deg);}
 10%  { transform: rotate(180deg);}
 50%  { transform: rotate(180deg);}
 60%  { transform: rotate(360deg);}
 100%  { transform: rotate(360deg);}
}
/*** Documents in PROCESSING ***/

/*** DOCUMENT LIST ***/

/*** NEW DOCUMENT POPUP ***/
div[linkedid="addnewdocumentbutton"].addnewdocument form {
 color: #401C4E;
}
div[linkedid="addnewdocumentbutton"].addnewdocument form input,
div[linkedid="addnewdocumentbutton"].addnewdocument form textarea,
div[linkedid="addnewdocumentbutton"].addnewdocument form select {
 background-color: #fff;
 border-color: #401C4E;
}

div[linkedid="addnewdocumentbutton"].addnewdocument form button {
 background-color: #6C3082;
 color: #E1D5E6;
}
div[linkedid="addnewdocumentbutton"].addnewdocument form button:hover {
 color: #401C4E;
 background-color: #E1D5E6;
}

div[linkedid="addnewdocumentbutton"].addnewdocument .entrybox-border-center .title {
 color: #C4ACCD;
 background-color: #6C3082;
}
div[linkedid="addnewdocumentbutton"].addnewdocument .entrybox-border-center .content {
 border-color: #401C4E;
 background-color: #E1D5E6;
}

div[linkedid="addnewdocumentbutton"].align-right .entrybox-border-center:after,
div[linkedid="addnewdocumentbutton"].align-left .entrybox-border-center:after {
 border-bottom-color: #6C3082 !important;
}
div[linkedid="addnewdocumentbutton"].align-right-top .entrybox-border-center:after,
div[linkedid="addnewdocumentbutton"].align-left-top .entrybox-border-center:after {
 border-top-color: #E1D5E6 !important;
}
/*** NEW DOCUMENT POPUP ***/

/*** DELETE DOCUMENTS POPUP ***/
div[linkedid="deletedocumentsbutton"].addnewdocument form {
 color: #900000;
}
div[linkedid="deletedocumentsbutton"].addnewdocument form input,
div[linkedid="deletedocumentsbutton"].addnewdocument form textarea,
div[linkedid="deletedocumentsbutton"].addnewdocument form select {
 background-color: #fff;
 border-color: #900000;
}

div[linkedid="deletedocumentsbutton"].addnewdocument form button {
 background-color: #F00000;
 color: #FCCCCC;
}
div[linkedid="deletedocumentsbutton"].addnewdocument form button:hover {
 color: #900000;
 background-color: #FCCCCC;
}

div[linkedid="deletedocumentsbutton"].addnewdocument .entrybox-border-center .title {
 color: #F99999;
 background-color: #F00000;
}
div[linkedid="deletedocumentsbutton"].addnewdocument .entrybox-border-center .content {
 border-color: #900000;
 background-color: #FCCCCC;
}

div[linkedid="deletedocumentsbutton"].align-right .entrybox-border-center:after,
div[linkedid="deletedocumentsbutton"].align-left .entrybox-border-center:after {
 border-bottom-color: #F00000 !important;
}
div[linkedid="deletedocumentsbutton"].align-right-top .entrybox-border-center:after,
div[linkedid="deletedocumentsbutton"].align-left-top .entrybox-border-center:after {
 border-top-color: #FCCCCC !important;
}

/*** SEARCH DOCUMENTS POPUP ***/
div[linkedid="searchdocumentbutton"].addnewdocument form {
 color: #401C4E;
}
div[linkedid="searchdocumentbutton"].addnewdocument form input,
div[linkedid="searchdocumentbutton"].addnewdocument form textarea,
div[linkedid="searchdocumentbutton"].addnewdocument form select {
 background-color: #fff;
 border-color: #401C4E;
}

div[linkedid="searchdocumentbutton"].addnewdocument form button {
 background-color: #6C3082;
 color: #E1D5E6;
}
div[linkedid="searchdocumentbutton"].addnewdocument form button:hover {
 color: #401C4E;
 background-color: #E1D5E6;
}

div[linkedid="searchdocumentbutton"].addnewdocument .entrybox-border-center .title {
 color: #C4ACCD;
 background-color: #6C3082;
}
div[linkedid="searchdocumentbutton"].addnewdocument .entrybox-border-center .content {
 border-color: #401C4E;
 background-color: #E1D5E6;
}

div[linkedid="searchdocumentbutton"].align-right .entrybox-border-center:after,
div[linkedid="searchdocumentbutton"].align-left .entrybox-border-center:after {
 border-bottom-color: #6C3082 !important;
}
div[linkedid="searchdocumentbutton"].align-right-top .entrybox-border-center:after,
div[linkedid="searchdocumentbutton"].align-left-top .entrybox-border-center:after {
 border-top-color: #E1D5E6 !important;
}

/*** DELETE / SEARCH DOCUMENTS POPUP ***/
#searchresultsnote {
 color: #fe0;
 font-weight: bold;
 padding: 0 1em;
}

div[linkedid="searchdocumentbutton"] .fieldname,
div[linkedid="deletedocumentsbutton"] .fieldname {
 width: 8em;
}
div[linkedid="searchdocumentbutton"] input.date,
div[linkedid="deletedocumentsbutton"] input.date {
 width: 8em;
 line-height: 1.5em;
 position: relative;
 background: transparent !important;
 z-index: 9999;
}
div[linkedid="searchdocumentbutton"] div.date,
div[linkedid="deletedocumentsbutton"] div.date {
 position: relative;
 background: #fff;
}
div[linkedid="searchdocumentbutton"] div.date:after,
div[linkedid="deletedocumentsbutton"] div.date:after {
 content: "3";
 font-family: "wipcrm";
 position: absolute;
 right: 0.4em;
 top: 0.15em;
 background: #fff;
 z-index: 1;
}

#documentsearchpopper .documentlist .row {
 line-height: 1.1em;
}
#documentsearchpopper .row .docname {
 white-space: nowrap;
 font-size: 0.9em;
 text-overflow: ellipsis;
 overflow: hidden;
}
/*** DELETE DOCUMENTS POPUP ***/

/*** SECTION clientdocuments specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_invoice/css.php CSS check ***/

/*** SECTION invoice specific CSS ***/
div[core_section_name="invoice"] .sectionactions,
div[core_section_name="invoice"] .sectionheader {
 color:#EBF2F2;
}
div[core_section_name="invoice"] fieldset,
div[core_section_name="invoice"] div.pdfprint fieldset {
 background-color:#EBF2F2;
 border:1px solid #264C4C;
}
div[core_section_name="invoice"] fieldset legend.title {
 text-shadow:none;
 border-radius:5px;
 background-color:#408080;
 border:2px solid #264C4C;
 color:#132626;
}
div[core_section_name="invoice"] legend {
 font-weight:bold;
 background-color:#B2CCCC;
 color:#132626;
 padding:0px 10px;
 text-align:right;
 border:1px solid ;
 border-radius:3px;
 margin-left:10px;
}
div[core_section_name="invoice"] fieldset {
 margin-bottom:10px;
}
div[core_section_name="invoice"] input,
div[core_section_name="invoice"] select,
div[core_section_name="invoice"] textarea {
 background-color: rgba(235,242,242, 0.8);
 border-color: #408080;
}
div[core_section_name="invoice"] button {
 color: #EBF2F2;
 background-color: #264C4C;
}
div[core_section_name="invoice"] button:hover {
 background-color: #408080;
 color: #264C4C;
}
div[core_section_name="invoice"] #invoicelines {
 border-top:1px solid #132626;
}
div[core_section_name="invoice"] #invoicelines .linetotal {
 border-radius:3px;
 border:1px solid #888;
 height:20px;
 line-height:20px;
 margin-top:1px;
 padding:0px 3px;
 background-color: rgba(235,242,242, 0.8);
 border-color: #408080;
}
div[core_section_name="invoice"] #invoicelines .oddrow {
 background-color:#EBF2F2;
}
div[core_section_name="invoice"] #invoicelines .evenrow {
 background-color:#D8E5E5;
}
div[sectioncontent="_invoice"] > div[loadingmessage] {
 padding:2%;
}
body.page_invoice div.pdfprint .entrybox-border-center {
 -webkit-box-shadow:none;
 box-shadow:none;
 border:0px !important;
}
body.page_invoice div.pdfprint fieldset {
 background-color:#D8E5E5;
 border-color: #408080;
}
body.page_invoice fieldset legend.title {
 text-shadow:none;
 border-radius:5px;
 background-color:#408080 !important;
 border:1px solid #264C4C;
 color:#132626 !important;
}
body.page_invoice div.pdfprint input,
body.page_invoice div.pdfprint select,
body.page_invoice div.pdfprint textarea {
 background-color: rgba(235,242,242, 0.8);
 border-color: #408080;
}
body.page_invoice div.pdfprint button {
 color: #EBF2F2;
 background-color: #264C4C;
}
body.page_invoice div.pdfprint button:hover {
 background-color: #408080;
 color: #264C4C;
}

body.page_invoice div#invoice_list div[ajaxloading="1"]:before {
 content: attr(loadingmessage);
 position:absolute;
 width:100%;
 height:100%;
 z-index:9990;
 background: transparent url(/images/bgblack50.png);
 background: rgba(40,40,40,0.7);
 color: #fff;
 text-align: center;
 left: 0px;
 top: 0px;
 font-size: 1.6em;
 font-weight: bold;
 line-height: 500px;
}

div.invoiceoverview {
 font-size: 0.8em;
 line-height: 1.6em;
}
div.invoiceoverview div.row {
 background-color: transparent;
 color: #264C4C;
}
div.invoiceoverview div.cell {
}
div.invoiceoverview div.headerrow {
 background-color: #B2CCCC;
 border-bottom: 1px solid #000;
 font-weight:bold;
}
div.invoiceoverview div.row:hover {
 color: #EBF2F2;
 background-color: #264C4C;
}
div.invoiceoverview div.headerrow:hover {
 background-color: #B2CCCC;
 color: #264C4C;
}
div.invoiceoverview div[field="invoicedate"] {
 width:49%;
 padding-left: 1%;
 font-weight: bold;
 line-height: 2em;
}
div.invoiceoverview div[field="duedate"] {
 font-weight: bold;
 line-height: 2em;
}
div.invoiceoverview div[field="narration"] {
 width:49%;
 padding-left: 1%;
}
div.invoiceoverview div[field="quantity"] {
 width:5%;
 text-align: center;
}
div.invoiceoverview div[field="unit"] {
 width:5%;
 text-align: center;
}
div.invoiceoverview div[field="unitprice"] {
 width:14%;
 text-align: right
}
div.invoiceoverview div[field="vat"] {
 width:10%;
 text-align: right;
}
div.invoiceoverview div[field="linetotal"] {
 width:15%;
 text-align: right;
 padding-right: 1%;
}

div.invoiceoverview div.totalrow {
 font-weight:bold;
}

div.invoiceoverview div.totalrow div.cell {
 min-height: 5px;
}
div.invoiceoverview div.totalrow div[field="vat"] {
 width:0%;
}
div.invoiceoverview div.totalrow div[field="linetotal"] {
 width:25%;
}

div.invoiceoverview div.totalrow div[field="vat"],
div.invoiceoverview div.totalrow div[field="linetotal"] {
 border-top: 1px solid #000;
}
div.invoiceoverview div.totalrow:hover {
 background-color: transparent;
 color: #264C4C;
}


/*** SECTION invoice specific CSS ***/

/*** SECTION invoice specific CSS ***/
td.pay .sectionblock,
div[core_section_name="invoice"] {
 background: #D8E5E5 !important;
}
td.pay .sectionblock .sectionheader,
div[core_section_name="invoice"] .sectionheader,
div[core_section_name="invoice"] .sectionactions {
 background-color: #408080;
}
div[core_section_name="invoice"] .sectionheader {
 border-bottom-color: #264C4C;
}
div[core_section_name="invoice"] .sectionactions {
 border-top-color: #264C4C;
}
td.pay .sectionblock .section_content,
div[core_section_name="invoice"] .section_content {
 color: #264C4C;
}
td.pay .list div.headerrow,
div[core_section_name="invoice"] .list div.headerrow {
 color: #264C4C;
 border-color: #264C4C;
}
td.pay .list a,
div[core_section_name="invoice"] .list a {
 color: #408080;
}
td.pay a,
div[core_section_name="invoice"] a,
div[core_section_name="invoice"] .sectionactions a {
 color: #B2CCCC;
}
td.pay .list a:hover,
div[core_section_name="invoice"] a:hover,
div[core_section_name="invoice"] .sectionactions a:hover,
div[core_section_name="invoice"] .list a:hover {
 background-color: #264C4C;
 color: #D8E5E5;
}


/*** INVOICE LINES ***/
#invoicelines div.row:nth-child(even) {
 background-color: rgba( 0, 0, 0, 0.1);
}
#invoicelines div.row:nth-child(odd) {
 background-color: rgba( 255, 255, 255, 0.6);
}
#invoicelines div.row input {
 background-color: rgba( 255, 255, 255, 0.4);
}

div[sectioncontent="_invoice"] div.firstcell img {
 display: none;
}
div[sectioncontent="_invoice"] div.firstcell[active]:before {
 content: "\e0a3";
 font-family: wipcrm;
 color: red;
}
div[sectioncontent="_invoice"] div.firstcell[active="1"]:before {
 content: "<";
 color: green;
}

div.pdfprint legend.title[email] div.email {
 float: right;
}
div.pdfprint legend.title[email] div.email img {
 display: none;
}
div.pdfprint legend.title[email="0"] div.email:after {
 content: "\e063";
 font-family: wipcrm;
 color: #fff;
 margin: 0 0 0 1em;
 cursor: pointer;
}

div.pdfprint form #PDFemailheader button[type="submit"] img {
 display: none;
}
div.pdfprint form #PDFemailheader button[type="submit"]:before {
 content: "\e0ab";
 font-family: wipcrm;
 margin: 0 0.5em 0 0.25em;
 cursor: pointer;
 line-height: 2em;
}


/*** SECTION invoice specific CSS ***/

/*** SECTION /var/www/websites/labeldemo.wip-crm.com/public/sections/_clientoverview/css.php CSS check ***/

/*** SECTION clientoverview specific CSS ***/
  <small>SESSION TIMED OUT</small>
  <script>
  if ( document.getElementById('directentrybox') && document.getElementById('directentrybox').getAttribute("linkedid")=="relogin-popup") {
  } else {
   if ( document.getElementById("relogin-popup") || document.getElementById('logoutdelayseconds')) {
   } else {
    var a = document.createElement("A");
    a.id = "relogin-popup";
    a.setAttribute("popurl","/includes/_checkaccess.php?action=relogin&delay=5");
    a.setAttribute("directentryposition","center");
    a.setAttribute("directentryclass","relogin");
    if ( typeof( popdirectentry) == 'function') popdirectentry( a);
   }
  }
  </script>
  