@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Open Sans;
    src: url(../fonts/OpenSans-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: Audiowide;
    src: url(../fonts/Audiowide-Regular.ttf);
}

body {
    padding-top: 85px /*90px @change 2018-08-02 */;
    /*padding-bottom: 30px;*/
    /*font-family: 'Open Sans',Helvetica,Arial,sans-serif;*/
    font-size: 13px;
}


@media print {
    nav.navbar {
        display: none !important;
    }
    body {
        padding: 0;
        margin:0;
    }
    footer, #footer-popups, a.top, #toasty {
        display:none;
    }
}
.page-break {page-break-after: always;}


.strong {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.faded {
    color: #bbb;
}
.strikeout {
    text-decoration: line-through;
}
.container {
    width: 100%;
}

table.table.table-auto {
    width:auto;
}

a.navbar-brand {
    color: #39a5dc !important;
}
a.navbar-brand img {
    display: inline-block !important;
}
a.navbar-brand span {
    display: inline-block; margin-left: 5px;
}
/*
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}*/
small.sup {
    font-size:11px;
}
.input-group small {font-size: 11px;}
.input-group > p {line-height:12px;}
/*ul.nav > li > a {
    line-height:20px !important;
}*/
.navbar-brand {
    text-transform: uppercase;
    font-size: 21px;
    font-weight:bold;
    /*line-height: 28px;*/
    /*padding: 20px 15px;*/
    /*line-height: 30px !important;
    height:60px;*/
}
.iatricity {
    font-family: Audiowide;
}
.navbar-fixed-top {
    min-height: 38px /*45px*/;
}
.navbar.navbar-bottom {
    margin-bottom:0;
}
.navbar-form {
    /*padding-top:5px;*/
}

/* Sticky footer styles -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
footer .container {padding-top:20px;}
.page-header {
    margin: 20px 0;
}

.panel-body ul {
    list-style-type: none;
    padding:0;
}
.panel-body li label input {
    position:relative;
    top:1px;
}

.delete,
.delete:hover,
.delete:active,
.delete:link,
.delete:visited {
    color: orangered;
}

label {
    font-weight: normal;
    display: inline-block;
    /*vertical-align: middle;
    max-width: 100px;
    padding-right:10px;*/
}


ul.list,
ul.sublist {
    padding:0;
}
ul.list > li {
    display: block;
}
ul.sublist {
    display: inline;
}
ul.sublist > li {
    display: inline-block;
    list-style-type: none;
}


.input-group {
    margin:3px 0;
    width:80%;
}
.modal .input-group {
    width:100%;
}
.input-group label {
    margin:0;/*5px 0;*/
}
.row > div > .input-group label:first-child:not(.alert-danger):not(.no-label) {
    display: table-cell;
    padding-right: 15px;
    text-align: right;
    vertical-align: middle;
    width: 190px;
}
.row > div > .input-group ul.dropdown-menu label:first-child {
    text-align: left !important;
}
.row > div > .input-group ul.dropdown-menu {
    left: initial;
}
.row > div > .input-group ul.dropdown-menu > li > label {
    width:100% !important;
}
.input-group .form-control {
    float:none;
    /*max-width:100%;*/
}

#prompt .modal-content .modal-header ol.breadcrumb {display:block; padding:0; margin:0;}
#prompt .modal-content .modal-header {margin-bottom: 10px;}
.modal-body .input-group textarea.form-control {
    /*width: 100% !important;*/
}
#prompt form[data-edit] .modal-body .row {margin: 0;}
#prompt form[data-edit] .modal-footer {padding: 15px 20px;}
#prompt form[data-edit] .modal-footer a[data-action] {display:none;}
/*.input-group-row .input-group {
    display:inline-flex;
}*/
.form-control-ph {
    display: table-cell;
    height: 24px;
    vertical-align: middle;
}

.form-control:not(textarea) {
    width:auto !important;
}
.form-control {
    display:inline-block;
    font-size:13px;
    /*float:none !important;*/
}
.form-control.required,
.form-group.required {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.25);
}
.input-group.required {
    color: #a94442;
}

[role='alert'] ul,
.list-group {
    list-style: outside none none;
}
[role='alert'] ul {
    padding:0;
}

.glyphicon.current {
    color: #5bc0de;
    text-decoration: underline;
}
#ui-datepicker-div {z-index:9999 !important;}

[role="search"] {display:none;}

.modal-footer.text-left {text-align: left;}
.modal-sm {
    /*width: 1200px;/*1050px;*/
}
.modal-xl {
    width:80%;
    min-width:1200px;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
    padding:3px;
}

.table-striped th small a {
    display:none;
}
.table-striped th:hover small a {
    display:inline;
}
.table-striped th small a.current {
    display:inline;
}

.input-group .input-group {
    display:inline-table;
    vertical-align: top;
    width:auto;
}
.input-group .input-group label {
    margin-right:3px;
}
.input-group .input-group textarea {
    min-width:350px;
}
.input-group label.alert-danger[for^='job_comments'] {
    display:block;
}

form[data-edit] .modal-body {
    padding:0 0 15px;
}
form[data-edit] .modal-footer {
    padding:15px 0;
}
form[data-edit] .modal-footer,
form[data-create] .modal-footer {
    text-align:left;
}
form[data-edit] textarea.form-control {
    height: 34px;
}
/*
form[data-edit='estimate'] .input-group:nth-child(-n+6) {
    display:inline-block;
}
form[data-edit='estimate'] table.table th,
form[data-edit='estimate'] table.table td {
    padding:8px;
}*/


form[data-action='email'] .input-group,
form[data-action='email'] .input-group label {
    /*display:inline-block;*/
}

a[data-action='back'] {
    cursor:pointer;
}

[data-toele] {
    cursor:cell;
}

form.list-filters {
    display:inline-block;

}
form.list-filters-nojs input[type='submit'] {
    margin-top:-5px;
}


.table.multilist {
    /*width:auto;*/
}
body[data-page='reports|projects_overview'] .table.multilist {
    /*float:left;
    margin-right: 20px;*/
}
ul.multilist-sidebar ul {
    padding-left: 20px;
}


/* page specific */
body[data-page='reports|project_status'] table.table-striped tbody tr:hover {
    background-color: #E8F3F7;
}

th small {
    display: block;
    margin-top: -4px;
    position: absolute;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e6e6e6;
}
/*
.list-filters,
.list-filters-nojs {
    display: inline-flex;
    vertical-align: middle;
}
.list-filters .form-control,
.list-filters-nojs .form-control {
    margin-right:3px;
}*/
.breadcrumb {
    margin-bottom: 10px; 
}

.input-group label span.ph {
    width:150px;
    display:inline-block;
}

h3.popover-title {
    min-width: 160px;
    font-weight: bold;
}
.form-control:hover {
    border-radius: 0;
}

input[type='color'] {
    width:100px !important;
}

.fc-event-container .fc-content img {
    position:relative;
    top:-1px;
}

nav .pagination {
    margin:0;
}

.container-fluid table.table.table-striped:not(.overflow) td:not(.overflow),
table.table.ellipsis:not(.overflow) td:not(.overflow) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:115px;
}

tfoot .currency.total {
    text-decoration: underline;
    font-size:17px;
    font-weight:bold;
}
/*.total.standard:before,
.total.premium:before,*/
.currency:before {
    content: "$";
}

.currency.Standard {
    background-color: lightgoldenrodyellow;
}


tr.strike td:not(:first-child) {
    color: #dbdbdb;
    /*text-decoration: line-through;*/
}

[data-password] {
    cursor:pointer;
}

.fc-sat, .fc-sun { background-color: #d9d9d9; }
.fc-unthemed .fc-today {
    font-size:30px;
    background-color: gold !important;
}

.glyphicon.glyphicon-move {
    cursor:move;
}

/* quote-estimate */
input[placeholder="Qty"] {
    width:60px !important;
}
input[placeholder="Unit Price"] {
    width:120px !important;
}
input[placeholder="SKU"] {
    width:100px !important;
}

table.inventory_substrates_cost td.prop--Sell--Price {color:green;}
/*table .prop--button {width:35px;}*/

span.req {color:orangered;}

table td.prop--Promote, table td.prop--Recurring {
    /*min-width:210px !important;*/
    width: initial !important;
    max-width: initial !important;
}
body[data-page='project_preflight|index'] table th.prop--Promote {
    min-width:190px !important;
}
body[data-page='project_installation|index'] table th.prop--Promote,
body[data-page='project_overview|index'] table th.prop--Promote,
body[data-page='project_proposal|index'] table th.prop--Promote,
body[data-page='project_mockup|index'] table th.prop--Promote,
body[data-page='project_web|index'] table th.prop--Promote,
body[data-page='project_design|index'] table th.prop--Promote {
    min-width:auto !important;
}
body[data-page='job_recurring|index'] table th.prop--Billings {
    width:125px !important;
}
table th.prop--Recurring {
    /*min-width:215px !important;*/
}
table:not(.calllogs):not(.nfc_box_templates) th.prop--Comments {
    text-align:center;
}








/* patternfly overrides START */
.breadcrumb {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 3px 8px;
}
.table > thead {
    background-color: white;
    background-image: none;
}
.modal-footer {
    border-top: 1px solid #ddd;
}
input[type="checkbox"], input[type="radio"] {
    margin:0;
}
.form-control {
    padding: 3px 6px;
}
.alert-dismissable {
    padding-right: 28px;
}
.navbar-form {
    margin: 8px 0 0;
}
/* patternfly overrides END */

.tableFloatingHeaderOriginal {margin-top: 72px !important; background-color: white;}

body[data-page='quote|index'] table.quotes td:nth-last-child(2) {
    max-width: 150px !important;
}

.navbar-default .navbar-primary > li > a span.glyphicon,
.navbar-default .navbar-primary > li > a span.pf-icon {
    position: absolute;
    top: unset;
}

.table > thead > tr > th {
    line-height: 18px;
    padding-bottom: 5px !important;
}


/*form.data-columns ul {margin:5px 0; padding:0; list-style:none;}
form.data-columns ul li {display:inline-block; margin-right:10px;}*/

ul.pvo-pricing {list-style-type: none; padding: 0;}
ul.pvo-pricing li {display:inline-block; margin-right: 10px;}


ul.multilist-sidebar,
ul.form-file {
    line-height: 18px;
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
}
ul.form-file li:first-child a {
    margin-top:-4px;
}

.navbar-pf .navbar-utility li.dropdown > .dropdown-toggle {
    padding-left: 10px;
}



.dropdown-menu label {
    width:100%;
    padding: 0px 10px;
}

a.navbar-brand {
    padding:7px 0 !important; font-size: 9px; line-height: 8px; font-family: Open Sans; font-weight: bold;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

body[data-page='workorder|edit'] textarea.form-control {
    width: 100% !important;
}

/*#progress-bars {display:none;}*/

input[type="file"] {
    display: inline-block;
}

/* red */
.table-striped > tbody > tr.row-alert:nth-of-type(2n+1) {
    background-color: #f26373;
}
.table-striped > tbody > tr.row-alert:nth-of-type(2n) {
    background-color: #ea6e7a;
}
/* orange */
.table-striped > tbody > tr.row-alert-orange:nth-of-type(2n+1) {
    background-color: #f7b138;
}
.table-striped > tbody > tr.row-alert-orange:nth-of-type(2n) {
    background-color: #FFA500;
}
/* black */
.table-striped > tbody > tr.row-alert-black:nth-of-type(2n+1) {
    background-color: black;/*#d2a6f8;*/
    color:white;
}
/*.table-striped > tbody > tr.row-alert-black a {
    color:lightyellow;
}*/
.table-striped > tbody > tr.row-alert-black:nth-of-type(2n) {
    background-color: #202020;/*#ddbff7;*/
    color:white;
}
/* purple */
.table-striped > tbody > tr.row-alert-purple:nth-of-type(2n+1) {
    background-color: #CC79A7;
}
.table-striped > tbody > tr.row-alert-purple:nth-of-type(2n) {
    background-color: #d481af;
}

/* blue */
.table-striped > tbody > tr.row-alert-blue:nth-of-type(2n+1) {
    background-color: #80cde5;
}
.table-striped > tbody > tr.row-alert-blue:nth-of-type(2n) {
    background-color: #69c0db;
}
/* yellow */
.table-striped > tbody > tr.row-alert-yellow:nth-of-type(2n+1) {
    background-color: #f2f23c;
}
.table-striped > tbody > tr.row-alert-yellow:nth-of-type(2n) {
    background-color: #e8e853;
}
/* green */
.table-striped > tbody > tr.row-alert-green:nth-of-type(2n+1) {
    background-color: #78ea59;
}
.table-striped > tbody > tr.row-alert-green:nth-of-type(2n) {
    background-color: #7add5f;
}

ul.filters-list {
    padding:0; margin:0; display: inline-block;
}
ul.filters-list li {
    display:inline-block;
    margin-left: 5px;
}
ul.filters-list li span {
    display:inline-block; width:15px; height:15px; position: relative; top: 2px;
}

li[data-toggle-rows-class] {
    cursor: pointer;
}

.input-group > div.currency:before {
    float: left;
    font-size: 18px;
    margin: -2px 5px;
}

.input-group > div.currency > input {
    width: 129px !important;
    text-align: right;
}


form.list-filters-nojs .input-group {
    display: inline-block;
}

/*
ul.files-download {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.files-download li {
    padding: 2px 0;
}
ul.files-download.show {
    position: absolute;
    padding: 10px;
    background-color: white;
    border: 1px solid #ccc;
}*/

#prompt .modal-body .row > div:first-child .input-group.open ul {
    left: 190px;
}
#prompt .modal-body .row > div:first-child .input-group.open ul label {
    text-align:left;
}
/*
.modal.login {
    z-index: 10000000 !important;
}*/

body[data-page='dashboard_task|tasks'] li.task-collapse {
    display: none;
}
body[data-page='dashboard_task|tasks'] li[data-task-id]:hover li.task-collapse {
    display: inherit;
}
li[data-task-id] {
    word-wrap: anywhere;
}

table.overflow td > table {
    margin-bottom: 0;
}
table.table td > table {
    margin-bottom: 0 !important;
}

#company_notes {
    width: auto; /* 400px */;
    display: inline-block;
    float: right;
    position: absolute;
    padding: 20px;
    background-color: rgba(255,255,255,.95);
    z-index: 10;
    border: 1px solid #909090;
    margin: 0 5px;
}
#company_notes table.table {
    margin-bottom: 0;
}
#company_notes .btn-danger {
    margin-top:20px;
    /*float:right;*/
    /*font-size: 10px;*/
    text-transform: uppercase;
}
#company_notes .close-div-info {
    font-size: 14px;
    text-transform: uppercase;
    margin-top:10px;
}

.overflow-scroll {
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
}

.font-weight-bold {
    font-weight: 600 !important;
}
nav .font-weight-bold {
    color: #0088ce !important;
}

th.fit-width {
    width: 22px; /* 29px */
}

body[data-page="job_survey_response|index"] table.job_survey_responses th {
    /*transform: rotate(270deg);
    transform-origin: left top;*/
}

/* remove breadcrumbs */
body[data-page='dashboard_job|project_scheduling'] ol.breadcrumb,
body[data-page='dashboard_job|project_promotion'] ol.breadcrumb,
body[data-page='dashboard_job|project_quote_cancelled'] ol.breadcrumb,
body[data-page='dashboard_job|project_quote'] ol.breadcrumb,
body[data-page='dashboard_job|project_design'] ol.breadcrumb,
body[data-page='dashboard_job|project_review'] ol.breadcrumb,
body[data-page='dashboard_job|project_preflight'] ol.breadcrumb,
body[data-page='dashboard_job|project_manufacturing'] ol.breadcrumb,
body[data-page='dashboard_job|project_manufacturing_3d'] ol.breadcrumb,
body[data-page='dashboard_job|project_manufacturing_cnc'] ol.breadcrumb,
body[data-page='dashboard_job|project_manufacturing_cnc_knife'] ol.breadcrumb,
body[data-page='dashboard_job|project_manufacturing_laser'] ol.breadcrumb,
body[data-page='dashboard_job|project_production'] ol.breadcrumb,
body[data-page='dashboard_job|project_production_subcontract'] ol.breadcrumb,
body[data-page='dashboard_job|project_installation'] ol.breadcrumb,
body[data-page='dashboard_job|project_overview'] ol.breadcrumb,
body[data-page='dashboard_job|project_logistic'] ol.breadcrumb,
body[data-page='dashboard_job|project_receivable'] ol.breadcrumb,
body[data-page='dashboard_job|logistic_installation_dates'] ol.breadcrumb,
body[data-page='dashboard_job|project_seo'] ol.breadcrumb,
body[data-page='dashboard_job|project_video'] ol.breadcrumb
{
    display:none;
}
/* dashboard_job promote column */
body[data-page='dashboard_job|project_preflight'] th.prop--Promote
{
    width:215px;
}


body[data-page='reports|equipment'] ol.breadcrumb li:nth-child(1),
body[data-page='reports|equipment'] ol.breadcrumb li:nth-child(2) {
    display:none;
}
body[data-page='reports|equipment'] ol.breadcrumb li:nth-child(3) {
    font-size: 26px;
}
/* remove breadcrumb arrow: >> */
body[data-page='reports|equipment'] ol.breadcrumb li:nth-child(3):before {
    content: '';
    padding:0;
}


/*#dashboard-tabs-content > .row > .col-md-10 {
    overflow-x: scroll;
}*/

#footer-popups {
    position: fixed;
    bottom: 0;
    right: 50px;/*105px;*/
    z-index: 2;
}
#footer-popups td {
    vertical-align: bottom;
    padding-right:5px;
}

#footer-popups .footer-popup {
    /*bottom: 0;
    display:inline-block;*/
    height: auto;
    max-width: 420px;
    /*min-width: 200px;*/
    border: 1px solid #808080;
    border-bottom: 0;
    /*border-radius: 5px 5px 0 0;*/
}
#footer-popups .footer-popup .fp-toggle {
    cursor: pointer;
    /*font-weight: bold;*/
    padding: 7px 10px;
    /*background-color: rgba(255,255,255,.75);*/
    background-color:#39a5dc;
    color:white;
}
#footer-popups .footer-popup.hovered,
#footer-popups .footer-popup:hover .fp-toggle {
    /*background-color: rgba(255,255,255,1);*/
    /*background-color:#fbfbfb;*/
}
#footer-popups .footer-popup .fp-toggle:hover {
    /*color: #808080;*/
}
#footer-popups .footer-popup .fp-toggle span {
    float:right;
    top:6px;
    margin-left:10px;
}
#footer-popups .footer-popup .fp-content {
    /*display:none;*/
    padding: 10px 5px;
    background-color: #fafafa;
    max-height: 420px;
    overflow-y: scroll;
}
#footer-popups .footer-popup .fp-content ul {
    padding: 0;
    list-style-type: none;
}
#footer-popups .footer-popup .fp-content ul > li {
    padding: 0px 5px;
}
#footer-popups .footer-popup .fp-content ul > li:hover {
    background-color: lightyellow;
}
#footer-popups .footer-popup .fp-content ul > li > label > input[type='checkbox'] {
    position: relative;
    top: 2px;
}

.toast-pf-top-right {position:fixed;left:auto;}
.toast-pf {float:right;}

#prompt #stopwatch {
    margin-left: 205px;
}

table.dataTable {
    border-collapse: collapse;
}
table.dataTable thead th, 
table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 0;
}

ul.upload-filelist {list-style-type: disclosure-closed;}


.prop--Promote .form-control,
.prop--Recurring .form-control {
    height: 22px;
    padding: 0px 6px;
}

body[data-page="purchaseorder|index"] .prop--Item--Detail {
    min-width: 50%;
}
body[data-page="purchaseorder|index"] td.prop--Item--Detail table td:first-child {
    min-width: 75%;
}


table.table-row-hover tbody tr:hover {
    background-color: #e1f5ff;
}

.modal-open .modal {
    overflow-x: auto;
}

a.top {
    right: 0;
    position: fixed;
    bottom: 0;
    padding: 5px 10px;
    margin: 15px 10px;
    background-color: rgba(57,165,220,0.3);
}
a.top:hover {
    background-color: rgba(57,165,220,1);
    color:white;
}
.form-control-ph.form-field-info {
    background-color:rgba(57,165,220,0.1); padding:5px 10px; border-radius:5px;
}
.form-control-ph.form-field-info p:last-child {
    margin-bottom:0;
}

th.prop--Recent--Import--Results {
    width:520px;
}

td.prop--Task--Structure ul {
    list-style-type: circle;
}
td.prop--Task--Structure ul:first-child {
    list-style-type: none;
    padding: 0;
}
td.prop--Task--Structure > ul > li > a {
    font-weight: bold;
}

th.th-highlight {
    background-color: #39a5dc; 
    color: white !important;
}
th.th-highlight-secondary {
    background-color: #606060; 
    color: white !important;
}
tr.tr-highlight {
    background-color: #e5f7ff; 
    color: #39a5dc !important;
}
tr.tr-highlight-secondary {
    background-color: #f2f2f2; 
}
td.td-highlight {
    background-color: #e5f7ff;
}

.fw-600 { font-weight: 600; }

#job-info {
    display: inline-block;
    margin-left: 10px;
}

/* PRINT */
@media print {
    .container-fluid table.table.table-striped:not(.overflow):not([role='supplementary']) td {
        overflow: inherit !important;
        text-overflow: inherit !important;
        white-space: inherit !important;
    }
    a[href]:after {
        content: none;
    }
    .container-fluid table.table.table-striped:not([role="supplementary"]):not(.multilist) th:first-child,
    .container-fluid table.table.table-striped:not([role="supplementary"]):not(.multilist) td:first-child,
    .container-fluid table.table.table-striped:not([role="supplementary"]):not(.multilist) th:last-child,
    .container-fluid table.table.table-striped:not([role="supplementary"]):not(.multilist) td:last-child {
        display:none;
    }
    #dashboard-tabs,
    #footer-popup {
        display: none;
    }
    body[data-page='reports|quotes'] .table.table-striped.multilist .prop--Description {
        display:none;
    }
    .exclude-when-printing {
        display:none;
    }
    /* hide installation-description */
    body[data-page='dashboard_job|project_installation'] th.prop--Description,
    body[data-page='dashboard_job|project_installation'] td.prop--Description {
        display:none;
    }
    /* hide quote-description */
    body[data-page='dashboard_todo|todo'] .table.table-striped.multilist-Quotes th.prop--Description,
    body[data-page='dashboard_todo|todo'] .table.table-striped.multilist-Quotes td.prop--Description {
        display: none;
    }
    ul.multilist-sidebar {display:none;}
    div.col-md-10-print {width:100%;}
}
/*
.follow-scroll {
  float: right;
  position: sticky;
  top: 100px;
}*/


table.table.prompt-modal-edit tbody tr:hover {
    /*opacity: .9;*/
    background-color: lightyellow;
}
table.table.prompt-modal-edit tbody tr.row-alert-black:hover/*,
table.table.prompt-modal-edit tbody tr.row-alert-black:hover a*/ {
    color:inherit;
}

.navbar-utility-highlight {
    background-color: #39a5dc;
}
.navbar-pf .navbar-utility > li.navbar-utility-highlight a {
    color:white !important;
}

label.checkbox-standard {
    padding-right:15px;
}

.task--user-completed {
    text-decoration: line-through;
}



#job-search-results {
    position: absolute;
    background-color: white;
    z-index: 10;
    border: 1px solid #0088ce;
    top: 25px;
    box-shadow: 1px 1px 3px #dbdbdb;
    border-radius: 0 0 5px 5px;
    width: 300px;
}

#job-search-results ul {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 400px;
    padding: 4px 8px 4px 8px;
}
#job-search-results ul > li {
    padding:3px 5px;
}
#job-search-results ul > li:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.close-search-results  {
    float: right;
    padding: 10px;
    cursor: pointer;
}
.close-search-results:hover {
    color:#0088ce;
}

body[data-page='nfc_order|index'] th.prop--Order--Items,
body[data-page='nfc_order_batching|orders_in_batch'] th.prop--Order--Items {
    min-width: 750px;
    width: 750px;
}
body[data-page='print_order|index'] th.prop--Order--Items,
body[data-page='print_order_batching|orders_in_batch'] th.prop--Order--Items {
    min-width: 550px;
    width: 550px;
}
body[data-page='internalnfc_order|index'] th.prop--Order--Items,
body[data-page='internalnfc_order_batching|orders_in_batch'] th.prop--Order--Items {
    min-width: 580px;
    width: 580px;
}
body[data-page='studionfc_order|index'] th.prop--Order--Items,
body[data-page='studionfc_order_batching|orders_in_batch'] th.prop--Order--Items {
    min-width: 580px;
    width: 580px;
}

#resultset-estimate_items .input-group .input-group {
    display: inline-grid;
    margin-right: 5px;
}

.navbar-pf .navbar-nav.navbar-primary > li > a {
    padding: 14px 15px !important;
}

.has-tooltip {
    text-decoration: underline 1px dotted #404040;
    cursor: help;
}

.portlet-placeholder {
    background-color: #39a5dc;
    height:10px;
}

#mention-users {
    width:250px; 
    height:150px; 
    position:absolute; 
    z-index: 10000; 
    background-color: white; 
    border: 2px solid #404040; 
    overflow-y: scroll;
}
#mention-users ul {
    padding: 0;
    list-style-type: none;
}
#mention-users ul li {
    padding: 3px 10px;
}
#mention-users ul li:hover {
    background-color: #ebebeb;
    cursor: pointer;
}




@media only screen and (max-width: 760px) {
    body {
        padding-top: 52px /*90px @change 2018-08-02 */;
    }
    #isMobile { display: none; }
    .input-group {
        width: 100%;
        margin-bottom:10px;
    }
    .row > div > .input-group label:first-child:not(.alert-danger):not(.no-label),
    .form-control-ph {
        display:block;
        text-align:left;
    }
    .modal-xl {
        width:100%;
        min-width: auto;
    }
    div[id^="resultset-"] {
        margin-top: 25px;
    }
    
}

@media only screen and (min-width: 760px) {
    li.display-pdf-2 {
        display:inline-block;
        width:50%;
        overflow: auto;
        padding:10px;
    }
}