/* general */
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

th {
    text-align: left;
    font-size: 12px;
    padding-left: 30px;
}

td {
    font-size: 12px;
    padding-left: 3px;
}

h1 {
    margin-top: 0px;
}

h3 {
    margin-top: 5px;
}

h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.strike {
    text-decoration: line-through
}

.working {
    background-color: #ececec
}

/* header */
#header {
    background: #ffffff url('../images/header_bg.jpg') repeat-x top right;
    height: 80px;
}

.widescreen #admin_content, .widescreen #content {
    width: 1600px
}

.ultrawidescreen #admin_content, .ultrawidescreen #content {
    width: 1880px
}

.container.left{
    display: inline;
}
.rightside{
    float: left;
    display: inline;
    width: 600px;
    margin-left: 20px;
    border-left: 1px solid #222222;
    padding-left: 20px;
}


#name_button {
    padding-top: 30px;
    float: left;
}

#name_button_left {
    background: #ffffff url('../images/name_button_left.jpg') no-repeat top left;
    height: 27px;
    width: 4px;
    float: left;
}

#name_button img {
    float: left;
    padding-right: 5px;
}

#name_button_mid {
    background: #ffffff url('../images/name_button_mid.jpg') repeat-x top left;
    height: 24px;
    width: auto;
    float: left;
    font-family: trebuchet, arial;
    font-size: 16px;
    padding-top: 3px;
    padding-right: 10px;
}

#name_button_mid a {
    text-decoration: none;
}

#name_button_mid a:hover {
    color: #C8D6E1;
}

#name_button_right {
    background: #ffffff url('../images/name_button_right.jpg') no-repeat top left;
    height: 27px;
    width: 4px;
    float: left;
}

.view_img {
    margin-left: 4px;
}

.view_img_not_current {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
    margin-left: 4px;
}

.view_img_not_current:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 4px;
}

#zog_logo {
    background: #ffffff url('../images/zog_logo.jpg') no-repeat top right;
    height: 80px;
    width: 175px;
    float: right;
}

/* menu */
#admin_content {
    padding: 0px 15px;
}

#headerdiv {
    width: 1124px; /*960px;*/
    text-align: left;
}

#menu_bar {
    width: 100%;
    height: auto;
    margin-bottom: 10px;

}
.menu_gradient_wrap
{
    width: 100%;
    height: 30px;
    background: -webkit-linear-gradient(top, rgb(18, 32, 43) 0%, rgb(204, 218, 229) 3%, rgb(138, 155, 163) 59%, rgb(92, 109, 117) 97%);
    background: -o-linear-gradient(top, rgb(18, 32, 43) 0%, rgb(204, 218, 229) 3%, rgb(138, 155, 163) 59%, rgb(92, 109, 117) 97%);
    background: -ms-linear-gradient(top, rgb(18, 32, 43) 0%, rgb(204, 218, 229) 3%, rgb(138, 155, 163) 59%, rgb(92, 109, 117) 97%);
    background: -moz-linear-gradient(top, rgb(18, 32, 43) 0%, rgb(204, 218, 229) 3%, rgb(138, 155, 163) 59%, rgb(92, 109, 117) 97%);
    background: linear-gradient(to bottom, rgb(18, 32, 43) 0%, rgb(204, 218, 229) 3%, rgb(138, 155, 163) 59%, rgb(92, 109, 117) 97%);
}
.menu {
    float: left;
    height: 30px;
    margin: 0px;
    padding: 0px;

}

.menu ul {
    display: inline;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.menu_pad {
    padding-top: 6px;
}

.menu li {
    display: inline;
    float: left;
    background: transparent url('../images/menu_left.jpg') no-repeat top left;
    font-size: 15px;
    margin: 0px;
    height: 30px;
    padding: 0px;


}

.menu a {
    color: white;
    text-decoration: none;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.menu a:hover {
    color: #C8D6E1;
    text-decoration: none;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

#primary_nav_wrap ul li
{
    position:relative;
    float:left;
    margin:0;
    padding:0
}

#primary_nav_wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
}

#primary_nav_wrap ul ul li
{
    box-sizing: border-box;
    text-align: left;
    display: block;
    float:none;
    width: auto;
    height: 40px;
    background-color: rgba(132, 149, 157, 1);
    background-image: none;
    opacity: 0.97;
    padding: 10px 20px 10px 10px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #222;
    white-space: nowrap;

}

#primary_nav_wrap ul ul li:last-child
{
    border-bottom: 1px solid #222;
}

#primary_nav_wrap ul ul a
{
    line-height:120%;
    padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
    top:0;
    left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
    display:block;
    z-index: 1;
}


/* main content */
#main_content {
    float: left;
}

#content {
    text-align: left;
    width: 1160px; /*1124px; /*960px;*/
    padding: 10px 0px 00px 0px;
}

/* footer */
#footer {
    width: 1124px; /*960px;*/
    clear: both;
    margin-top: 20px;
    border-top: thin solid #C0C4C7;
    padding-top: 10px;
}

#error_box, .error_box {
    border: medium solid #0099CD;
    background-color: #F1FCFF;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

li {
    margin-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
}

a {
    color: #231F20;
}

#footer li {
    background-color: white;
    display: inline;
}

#footer ul {
    margin-bottom: 10px;
}

/* bottom menu */
#footer_div {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #C0C4C7;
    clear: both;
    text-align: left;
}

.bottom_menu {
    float: left;
    text-align: left;
    margin-right: 10px;
    margin-top: 10px;
}

.bottom_menu_ul {
    margin-top: 0px;
}

.bottom_menu_li {
    display: inline;
    color: #5E6F77;
    border-right: 1px solid;
    padding-right: 10px;
}

.bottom_menu_li a {
    text-decoration: none;
}

.bottom_menu_li a:hover {
    color: #91A0A8;
}

/* booking slot */
.pendingjob {
    float: left;
    padding: 5px;
    margin-right: 20px;
    width: 180px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin: 1px
}

.pendingnotready {
    background-color: red
}

.pendingready {
    background-color: green
}

.pendingwaiting {
    background-color: #E79543
}

.waitinginfotext {
    display: none;
    background-color: #E79543;
    position: absolute;
    top: -35px;
    left: 140px;
    z-index: 20;
    width: 250px;
    padding: 10px;
    border: 1px solid
}

.bookingpendingdate, .bookingpending {
    margin-top: 5px;
    text-decoration: underline
}

.bookingpendingdate:hover, .bookingpending:hover {
    color: #C0C4C7
}

.print_in_detail_cell {
    vertical-align: top
}

.calendar_cell {
    x-height: 100px;
    width: 150px;
    vertical-align: top;
    border: 1px solid;
}

.calendar_cell_inner {
    margin-bottom: 5px;
    margin-right: 0px;
}

.calendar_list_inner {
    min-height: 20px;
    width: 950px;
    padding: 4px;
}

/* location selector buttons */
.calendar_tab_menu {
    max-width: 1160px;
    float: left;
    width: 100%;
    margin-left: -2px;
    height: 34px;
    padding-top: 9px;
    padding-bottom: 15px;

}

.calendar_locations {
    display: inline;
    float: left;
    margin: 0px;
    margin-left: 1px;
    padding: 0px;
    height: 50px;
}

.calendar_locations a {
    margin-top: 4px;
    padding-top: 4px;
    padding-left: 10px;
    font-size: 14px;
    text-decoration: none;
}

.calendar_location_active {
    background: transparent url('../images/tab_selected.jpg') no-repeat top left;
}

.calendar_location_active1 {
    background: transparent url('../images/blue_tab.jpg') no-repeat top left;
}

.calendar_location_active2 {
    background: transparent url('../images/gold_tab.jpg') no-repeat top left;
}

.calendar_location_active3 {
    background: transparent url('../images/red_tab.jpg') no-repeat top left;
}

.calendar_location_active4 {
    background: transparent url('../images/black_tab.jpg') no-repeat top left;
}

.calendar_location_active99 {
    background: transparent url('../images/white_tab.jpg') no-repeat top left;
}

.calendar_location_active a, .calendar_location_active1 a, .calendar_location_active2 a, .calendar_location_active3 a, .calendar_location_active4 a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}

.calendar_location_active99 a {
    color: black;
    text-transform: uppercase;
    font-size: 16px;
}

.calendar_location_active_div {
    width: 260px;
    text-align: center;
    padding-top: 12px;
}

.calendar_location_inactive {
    background: #CED8E0 url('../images/tab_inactive.jpg') repeat-x top left;
    margin-top: 11px;
    height: 36px;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid #D8D8D8;
}

.calendar_location_inactive a {
    color: #91A0A8;
    text-transform: uppercase;
}

.calendar_location_inactive_div {
    padding-top: 10px;
}

.tab_separator {
    width: 100%;
    background: transparent url('../images/tab_separator.jpg') repeat-x top right;
    height: 5px;
    clear: both;
}

.content_box {
    max-width: 1160px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    clear: both;
}

.slot_in_past {
    background: #E79543 url('../images/cell_past_bg.jpg') repeat-x top left;
    border: 1px solid #CF7016;
}

.slot_in_past a {
    color: #CE8216;
}

.slot_too_soon {
    color: #5E6F77;
    background: #CAD5D9 url('../images/cell_available_bg.jpg') repeat-x top left;
    border: 1px solid #738390;
}

.slot_part_booked {
    background-color: #6F95C4;
    color: white;
}

.slot_part_booked a {
    color: white;
}

.slot_fully_booked {
    background-color: #6157A4;
    color: white;
}

.slot_fully_booked a {
    color: white;
}

.hglight, .slot_fully_booked a.hglight {
    background-color: #baea82;
    color: #000;
    font-size: 12px
}

.jbdesc {
    font-size: 9px;
    float: left;
    margin-top: 2px;
    margin-left: 2px
}

.jbdescdoc {
    padding-bottom: 3px;
}

.jbdescdoc img {
    margin-left: 3px;
    margin-top: 2px;
}

.slot_fully_booked_list {
    background: #CAD5D9 url('../images/cell_available_bg.jpg') repeat-x top left;
    border: 1px solid #738390;
}

.slot_fully_booked_list a {
    color: black;
}

.slot_available {
    background: #CAD5D9 url('../images/cell_available_bg.jpg') repeat-x top left;
    border: 1px solid #738390;
}

.slot_not_this_month {
    background: #E79543 url('../images/cell_past_bg.jpg') repeat-x top left;
    border: 1px solid #CF7016;
}

.cell_icon {
    float: right;
    width: 21px;
    height: 18px;
}

.slot_too_soon_icon {
    background-image: url('../images/cell_icon_not_available.gif');
}

.slot_in_past_icon {
    background-image: url('../images/cell_icon_not_available.gif');
}

#coverall {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}

#calendar_table {
    clear: both;
    background-color: #9DADBA;
}


/* booking form */
#bookingform_p, #editbookingform_p {
    background-color: #EDEDED;
}

#bookingform_container {
    margin: 0px 5px 20px 5px;
    font-size: 1.1em;
}

#planningform_container {
    font-size: 1.1em;
    margin: 0 50px 30px;
}

#planningform_container_inner, #historyform_container_inner {
    height: 474px;
    overflow: scroll;
}

#planningform_container_inner td {
    text-align: center
}

#bookingform_container th, #bookingform_container td {
    vertical-align: top;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0px;
}

#bookingform_container td {
    height: 23px;
    padding-left: 20px;
}

.highlight_cell {
    background-color: #D5D3D3;
}

/* workflow */
.wfbuttons {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.completed_task {
    width: 800px;
}

.completed_tasks_view {
    font-size: 12px
}

.showhistoryitem:hover {
    font-weight: bold
}

.wfj_tasktickbox {
    clear: both;
    float: left;
    width: 50px;
}

.wfj_fdp {
    font-size: 14px;
    font-weight: bold
}

.wfj_filesloaded {
    clear: both;
    float: left;
    width: 50px;
}

.wfj_filesareloaded {
    background: transparent url(/../images/paperclip.gif) scroll no-repeat top center;
}

.wfj_item {
    float: left;
    width: 290px;
}

.completed_tasks_view .wfj_item {
    float: left;
    width: 235px;
}

.wfj_completedby {
    float: left;
    width: 135px;
}

.wfj_date {
    float: left;
    width: 170px;
}

.completed_tasks_view .wfj_date {
    float: left;
    width: 90px;
}

.wfj_charge {
    float: left;
    width: 75px;
    text-align: center
}

.wfj_files {
    display: none;
    margin-left: 70px;
    width: 700px;
    height: auto;
    border: 1px solid;
    position: relative;
    padding: 10px;
    background: transparent url(/../images/jqcross.jpg) scroll no-repeat top right;
}

.showmore {
    background: transparent url("../images/taskprogress.jpg") repeat-x scroll left top;
    color: #FFFFFF;
    height: 26px;
    padding-top: 3px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px
}

.wfj_file {
    background: transparent url(/../images/document_icon.jpg) scroll no-repeat top left;
    padding-left: 35px;
    width: 140px;
    height: 70px;
    float: left;
}

.wfj_file_nofile {
    background: transparent url(/../images/nodocument_icon.jpg) scroll no-repeat top left;
}

.highlight_0 {
    background-color: #FFFFFF
}

.highlight_1 {
    background-color: #E5E5E5
}

.highlight {
    cursor: pointer
}

.highlight:hover {
    background-color: #D5D3D3
}

.highlightblock {
    border: 1px solid #FFFFFF;
    background-color: #6157A4;
    width: 400px;
}

.revealtext {
    display: none;
    border: 1px solid #FFFFFF;
    background-color: #6157A4;
    width: 400px;
}

#taskinfo {
    border: 2px solid #D6D7D9;
    margin-top: 10px;
    padding: 10px;
    background-color: #E6EBEE;
}

.dottedblock {
    border: 1px dotted;
    padding: 5px;
    margin-top: 10px;
    margin-right: 5px;
    width: 45%;
    float: left;
}

.dottedblockscroll {
    overflow: scroll;
    height: 120px;
}

.dottedblock a {
    text-decoration: none;
}

.dottedblock a:hover {
    text-decoration: underline;
}

.table_header_row {
    width: 100%;
    background: #ffffff url('../images/table_menu_bg.jpg') repeat-x top right;
    color: white;
    font-weight: bold;
    padding-left: 20px;
    height: 22px;
}

/* workflow items */
.workflowtask {
    display: none;
    clear: both;
    border: 1px solid #D8D8D8;
    background-color: #F4F4F4;
    height: auto; /*61px;*/
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.workflowtask_dropdown {
    display: none;
}

.workflowtaskheader {
    height: 30px;
    color: #32434B;
    font-size: 1.2em;
    padding-top: 0px;
}

.workflowtaskprogress {
    color: #FFFFFF;
    margin-right: 1px;
    height: auto;
    float: left;
    padding: 2px;
}

.workflowtaskprogressitemactive {
    background: transparent url('../images/taskprogress_active.jpg') scroll repeat top left;
}

.workflowtaskprogressitemtxt {
    padding: 3px 6px 3px 6px;
}

.workflowtaskprogressitem {
    background: #9eaebb url('../images/taskprogress.jpg') scroll repeat-x top left;
}

.onhold {
    background: #9eaebb url("../images/on_hold_bg.gif") no-repeat scroll right top;
    padding-right: 22px
}

.workflowtaskprogressitemacquire {
    background: transparent url('../images/taskprogress_acquire.jpg') scroll repeat-x top left;
    color: #FFFFFF;
    margin-right: 1px;
    height: 20px;
    float: left;
}

.workflowtaskprogressitemtxt a {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

.workflowtaskprogressitemtxt a:hover {
    color: #D8D8D8;
    font-weight: normal;
    text-decoration: underline;
}

.workflowtaskheader_spacer, .workflowtasklist_spacer {
    width: 22px;
    float: left;
}

.workflowtaskheader_value {
    font-size: 1.4em;
    padding-top: 0px;
    float: left;
}

.workflowtasklist_code {
    margin-right: 3px;
    width: 50px;
    float: left;
}

.widescreen .workflowtasklist_code {
    width: 80px
}

.workflowtasklist_name {
    margin-right: 3px;
    float: left;
    width: 75px;
}

.widescreen .workflowtasklist_name {
    width: 100px
}

.workflowtasklist_name select {
    padding: 0px;
    margin: 0px
}

.workflowtaskheader_name {
    font-size: 1.0em;
    padding-top: 6px;
    margin-right: 3px;
    float: left;
}

.workflowtasklist_value {
    margin-right: 3px;
    width: 175px;
    float: left;
}

.workflowtasklist_value.council {
    margin-right: 3px;
    width: 95px;
    float: left;
}

.overduetask {
    background-color: #FF960E
}

.taskdropdown {
    background: transparent url('../images/taskdropdown.jpg') scroll no-repeat center center;
    width: 100%;
    height: 11px;
    clear: both;
    padding-top: 0px;
}

.taskdropdown:hover {
    background: transparent url('../images/taskdropdown_active.jpg') scroll no-repeat center center;
}

.taskitem {
    border: 1px solid #D8D8D8;
    background-color: #F4F4F4;
    margin-bottom: 30px;
    padding: 10px;
    display: none;
}

.taskitem_label {
    clear: both;
    margin-top: 8px;
    width: 190px;
    float: left;
    font-weight: normal;
}

.taskitem_label_inline {
    margin-top: 8px;
    margin-left: 100px;
    width: 150px;
    float: left;
    font-weight: normal;
}

.labelrequired {
    color: red;
    font-weight: bold;
}

.labelheader {
    font-weight: bold;
    border-top: 1px solid;
}

.taskitem_value {
    margin-top: 8px;
    float: left;
    width: 710px;
}

.taskitem_value_inline {
    margin-top: 8px;
    float: left;
    width: 200px;
}

.taskitem_value th, .taskitem_value td {
    padding: 0px 3px 3px 3px;
    vertical-align: top;
}

.taskitemclosebutton {
    float: right;
}

.taskdocument {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 150px;
}

.taskdocumenttext {
    clear: both;
}

#fileupload_result {
    padding-top: 6px;
}

#workflow_detail_btn {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background: transparent url('../images/workflow_history_btn.jpg') scroll repeat-x left center;
    height: 20px;
    width: 80px;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-top: 2px;
}

#summary_label_btn {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background: transparent url('../images/workflow_history_btn.jpg') scroll repeat-x left center;
    height: 20px;
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-top: 2px;
}

#summary_label_btn a {
    color: black;
    text-decoration: none;
}

#workflow_detail_btn a {
    color: black;
    text-decoration: none;
}

#workflow_detail_btn a:hover {
    color: #D8D8D8;
    text-decoration: none;
}

.favourites {
    margin-top: 6px;
    margin-right: 6px;
    float: right;
}

.task_occurence_button {
    float: left;
    text-align: center;

    margin-right: 5px;
    padding: 3px;
    background: transparent url('../images/task_occurrence.jpg') scroll repeat-x top left;
    cursor: pointer;
}

.adhocs {
    width: 100px;
    float: left;
    background: transparent url('../images/task_occurrence_active.jpg') scroll repeat-x top left;
    text-align: center;
}

.adhocs a {
    text-decoration: none;
}

.adhocs_border {
    border: 1px solid #A8D8D8;
    background-color: #D8D8D8;
    margin-right: 10px;
    margin-top: 5px;
}

/* alterations */
.alterationblock {
    clear: both;
    margin: 5px 10px 0px 0px;
    background-color: #D8D8D8;
    border: 1px solid #A8D8D8;
    padding: 3px;
}

.alterationid {
    float: left;
    width: 50px;
}

.alterationdesc {
    float: left;
    width: 700px;
    height: 35px;
    margin-right: 5px;
}

.alterationsave {
    float: left;
    width: 65px;
}

.alterationhistory {
    margin-left: 30px;
    margin-right: 30px;
    background-color: white;
}

/* admin */
#admin_heading {
    font-weight: bold;
}

.calendar td, .calendar th {
    padding-left: 0px;
}

.calendar {
    z-index: 10;
    position: absolute;
    width: 160px;
    border: solid;
    background-color: white;
    display: none;
}

.workflow_line {
    padding: 2px;
    clear: both;
}

.workflow_line:hover {
    background-color: aqua;
    cursor: pointer;
}

.imageloading {
    margin-top: 13px;
    margin-left: 13px;

}

#choosestatus {
    clear: both;
    position: absolute;
    z-index: 999;
    background-color: #D1D2F9;
    color: blue;
    padding: 11px;
    display: none;
    margin-top: 26px;
}

#choosestatus a {
    padding: 5px;
    border: 2px solid gray;
    text-decoration: none;
}

#statusfilters {
    line-height: 20px;
}

#statusfilters a {
    padding: 0px;
    border: 0px;
}

#flagmessage a {
    color: #0066FF;
    text-decoration: none;
    font-style: italic;
    background: transparent url('../images/red_flag_icon.png') no-repeat;
    padding: 5px;
    padding-left: 30px;
}

#tabswrapper a {
    cursor: pointer
}

#tabswrapper .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em 0.85em;
}

#wfm_detail_btn {
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    background: transparent url('../images/workflow_history_btn.jpg') scroll repeat-x left center;
    height: 20px;
    width: 165px;
    text-align: center;
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
    padding-top: 2px;
}

#wfm_detail_btn a {
    color: black;
    text-decoration: none;
}

#wfm_detail_btn a:hover {
    color: #D8D8D8;
    text-decoration: none;
}

.wfm_unread {
    background: transparent url('../images/red_flag_icon.png') no-repeat;
    padding-left: 50px;
    padding-top: 10px;
    clear: both;
    border: 1px solid #999999;
    background-color: #f4f4f4;
    display: block;
    height: 20px;
}

.wfm_read {
    clear: both;
    padding-left: 50px;
    padding-top: 10px;
    clear: both;
    border: 1px solid #999999;
    background-color: #f4f4f4;
    display: block;
    height: 20px;
}

.wfj_mes {
    clear: both;
    padding: 10px 10px 10px 10px;
    border: 1px solid #999999;
    background-color: #f4f4f4;
    display: block;
}

.wfj_meswfj_expanded {
    clear: both;
    padding: 10px 10px 10px 100px;
    border: 1px solid #999999;
    background-color: #f4f4f4;
    display: block;
}

.wfj_mes_postedby {
    float: left;
    width: 300px;
}

.wfj_mes_dateposted {
    float: left;
    width: 300px;
}

.wfj_expanded {
    padding-left: 50px;
}

.wfj_mes_replymessage {
    float: left;
    width: 150px;
    color: #0066FF;
    background: transparent url('../images/waiting_to_reply.jpg') no-repeat;
    padding-left: 20px;
}

.wfm_read a, .wfm_unread a {
    text-decoration: none;
    color: #3333FF;
}

.wfj_mes_replymessage a {
    text-decoration: underline;
    color: #0066FF;
}

.wfj_filesloaded {
    clear: both;
    float: left;
    width: 50px;
}

.wfj_filesareloaded {
    background: transparent url(/../images/paperclip.gif) scroll no-repeat top center;
}

.msg_com {
    color: #FF0000
}

#sendmsg_left {
    float: left;
    width: 500px;
}

#sendmsg_right {
    float: left;
    width: 300px;
}

.alterationheader_value {
    font-size: 1.6em;
    padding-bottom: 10px;
    float: left;
    font-family: Arial;
}

#tabs {
    width: 100%; /*1000px;*/
}

.deliverytaskheader_spacer, .deliverytasklist_spacer {
    width: 22px;

}

.deliverytaskheader_value {
    font-size: 14px;
    padding-top: 0px;
    width: 100px;
}

.deliverytasklist_value {
    margin-right: 3px;
    width: 100px;

}

#bs_jobcode1 {
    background-color: #4c9dec;
    width: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#bs_jobcode2 {
    background-color: #fad36c;
    width: 80px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

#bs_jobcode3 {
    background-color: #b91013;
    width: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#bs_jobcode4 {
    background-color: #050505;
    width: 80px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.SI-FILES-STYLIZED label.cabinet {
    width: 79px;
    height: 22px;
    background: url(/../images/btn-choose-file.gif) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#fileuploaded {
    width: 450px;
}

.bottom_menu_li a {
    margin: 0px;
}

#deliveryslotreport th {
    padding-left: 10px;
}

.bcode {
    clear: both;
    width: 60px;
    float: left;
    margin-left: 10px;
}

.bheads {
    height: 85px
}

.brow {
    height: 40px;
    clear: both
}

.bcharge {
    width: 90px;
    padding-right: 5px;
    float: left;
}

.bcharge input {
    width: 60px
}

.bdelete {
    width: 80px;
    float: left;
    text-align: center
}

.bdeletetext {
    padding-top: 6px
}

.bdesc {
    width: 180px;
    float: left;
}

#private_permissions {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0 8px 8px 8px;
    border-radius: 8px;
    border: 1px solid;
    z-index: 1010;
    height: 300px;
}

#private_permissions_form {
    height: 290px;
    overflow: auto;
    width: 300px
}

.supplierproducttable th, .supplierproducttable td {
    text-align: left;
    padding-left: 5px
}

#productlist {
    width: 500px;
    float: left
}

#productlist .ptype, #productcategories .ptype {
    clear: both;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 3px;
    height: 19px
}

#productlist .pcode {
    clear: both;
    float: left;
    width: 100px;
    padding-top: 3px;
    height: 19px;
    margin: 2px 0px 2px 0px;
    background: transparent url("../images/header_bg.jpg") repeat-x scroll 0px -10px;
}

#productlist .pname {
    float: left;
    width: 399px;
    padding-top: 3px;
    height: 19px;
    margin: 2px 0px 2px 0px
}

#productcategories {
    float: left
}

#productcategories .prodloc {
    width: 80px;
    float: left
}

#productcategories h3 {
    margin: 5px 0px 0px 0px
}

#productunits .pcode {
    float: left;
    width: 100px;
    padding-top: 0px;
    height: 19px;
    margin: 2px 0px 2px 0px
}

#addedproducts .prodloc {
    clear: both;
    width: 500px;
    height: 19px;
    margin: 2px 0px;
    padding-top: 3px;
    float: left;
    background: transparent url("../images/header_bg.jpg") repeat-x scroll 0px -10px;
}

#addedproducts .prodlocs {
    float: left;
    width: 80px;
}

#addedproducts .prodlocs .pcode {
    float: left;
    width: 80px;
    padding-top: 0px;
    height: 19px;
    margin: 2px 0px 2px 0px
}

#addedproducts .pname {
    float: left;
    width: 100px;
    height: 19px;
    margin: 2px 0;
    padding-top: 3px;
}

.uncompletedjobs th {
    text-align: left;
    padding-left: 3px
}

#uncompleted_jobs h3 {
    margin-top: 15px
}

.orderqty {
    margin: 2px 0px 2px 0px
}

.warning {
    background-color: #CF7016;
    color: #FFFFFF
}

.movevehicle {
    border: 1px solid #FFFFFF;
    margin-top: 1px
}

.movevehicle:hover {
    border: 1px solid black
}

#productlist .editable {
    cursor: pointer;
}

.lodgedjob {
    cursor: pointer;
    float: left;
    margin-right: 20px;
    width: 180px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    text-align: center
}

.lodgedjobcode {
    font-weight: bold
}

.bookinglodged {
    padding-top: 5px;
}

.datepicker {
    display: none
}

.prodloc .pcode, #productlist .pname, #productlist .ptype {
    border-bottom: 1px solid
}

.rfistatus1 {
    border-color: red
}

/* highlight open RFIs */

.buttonworking {
    color: transparent !important;
    background-color: #f1b739 !important;
    background: #f1b739 url(/../images/waiting_spin.gif) no-repeat scroll center center !important;
    background-size: 16px 16px !important;
}

.v2button {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px !important;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: inherit ! important;

    padding: 6px 12px !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
}

.v2button_blue {
    background-color: #6e8cd7 !important;
    border: 1px solid #6e8cd7;
    color: #fff
}

.v2button_blue:hover {
    background-color: #337ab7 !important
}

.v2button_green {
    background-color: #4cae4c !important;
    border: 1px solid #4cae4c;
    color: #fff
}

.v2button_green:hover {
    background-color: #33b86c !important
}

.v2button_clear {
    background-color: #fff !important;
    border: 1px solid #ccc;
    color: #333 !important
}

.v2button_clear:hover {
    background-color: #e6eaed !important
}

.reason_on_hold
{
    width: 40%;
}

.start_date,
.off_hold,
.on_hold
{
    min-width: 85px;
}

#listmenu{
    height: 50px;
}

#listmenu li {
    float:left;
    padding:10px 10px;
    margin:0 2px;
    border:1px solid #d7d7d7;
    cursor:pointer
}

#listmenu li:hover,
.listselected {
    background-color:#ececec
}

#reports_wrapper td,
#reports_wrapper th{
    padding: 15px 10px 15px 10px;
}

#portal_files table td
{
    padding: 10px;
    border-bottom: 1px solid #D8D8D8;
}

.configuration-help{
    border-bottom: solid 1px #999999;
}
.configuration-help p{
    font-size: 13px;
    margin: 0 0 5px 0;
}

.configuration-help ul{
    margin: 0;
}

.configuration-help li{
    font-size: 13px;
    list-style-type: circle;
    margin: 0 0 3px 15px;
    padding: 1px 3px 1px 3px;
    list-style-position: outside;
    width: 180px;

}

.configuration-help li.button{
    border: solid 1px #555555;
    border-radius: 3px;
}
