/* stylelint-disable order/properties-order */
/* stylelint-disable selector-no-qualifying-type */
/* stylelint-disable selector-max-id */
/* stylelint-disable selector-max-type */
/* stylelint-disable selector-max-universal */
/* stylelint-disable no-descending-specificity */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
}

html {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

textarea {
    resize: none;
}

.clearBoth {
    clear: both;
}

#map-image .map-icon {
    width: 32px;
    height: 32px;
    background-image: url(../images/lg_map_icons.png);
    background-repeat: no-repeat;
    background-position: 0 -172px;
}

.ie6 #map-image .map-icon {
    background-image: url(../images/lg_map_icons.gif);
}

#map-image .map-icon.printer {
    background-position: 0 -94px;
}

#map-image .map-icon.printer.color-printer {
    background-position: 0 -15px;
}

#map-image .map-icon.map-icon-medium {
    width: 44px;
    height: 44px;
    background-position: -47px -166px;
}

#map-image .map-icon.map-icon-medium.printer {
    background-position: -47px -88px;
}

#map-image .map-icon.map-icon-medium.color-printer {
    background-position: -47px -9px;
}

#map-image .map-icon.map-icon-large {
    width: 62px;
    height: 62px;
    background-position: -109px -157px;
}

#map-image .map-icon.map-icon-large.printer {
    background-position: -109px -79px;
}

#map-image .map-icon.map-icon-large.color-printer {
    background-position: -109px 0;
}

.ie6 #map-image .map-icon-small-printer {
    background-position: 0 -94px !important; /* stylelint-disable-line declaration-no-important */
}

.ie6 #map-image .map-icon-small-color-printer {
    background-position: 0 -15px !important; /* stylelint-disable-line declaration-no-important */
}

.ie6 #map-image .map-icon-medium-printer {
    background-position: -47px -88px !important; /* stylelint-disable-line declaration-no-important */
}

.ie6 #map-image .map-icon-medium-color-printer {
    background-position: -47px -9px !important; /* stylelint-disable-line declaration-no-important */
}

.ie6 #map-image .map-icon-large-printer {
    background-position: -109px -79px !important; /* stylelint-disable-line declaration-no-important */
}

.ie6 #map-image .map-icon-large-color-printer {
    background-position: -109px 0 !important; /* stylelint-disable-line declaration-no-important */
}

#keyword_lookups_dropdown div {
    margin: 0;
    cursor: pointer;
    /* stylelint-disable */
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    /* stylelint-enable */
}

#keyword_lookups_dropdown div:hover {
    background: #d9e7fd;
}

#print-job-management-data {
    clear: both;
}

#print-job-management-update-info {
    position: absolute;
    right: 15px;
}

#print-job-management-error {
    background: #ffd9d9;
    border: 1px solid #ffa6a6;
    font-weight: bold;
    padding: 6px;
    float: right;
    margin-right: 20px;
    max-width: 75%;
}

#print-job-management-throbber {
    float: right;
    padding-top: 3px;
    width: 25px;
    height: 25px;
}

#print-job-management-throbber ins.throbber {
    margin: 0;
    zoom: 1.25;
    -moz-transform: scale(1.25);
    -moz-transform-origin: 0 0;
}

#print-job-management-no-results {
    clear: both;
    font-size: 135%;
}

#print-job-management-no-results span {
    padding: 15px 20px;
    position: absolute;
    left: 0;
}

.print-job-management-queue {
    padding: 0 20px 60px;
}

.print-job-management-queue h2 {
    padding: 8px 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #cfcfcf;
}

.print-job-management-queue .throbber {
    height: 15px;
    width: 15px;
}

.row_checkbox {
    padding: 0;
    margin: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/allIcons.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

span#enable-auto-release.clicked:hover {
    background-position: -116px -209px !important; /* stylelint-disable-line declaration-no-important */
}

span#enable-auto-release.clicked {
    background-position: -44px -209px !important; /* stylelint-disable-line declaration-no-important */
}

.print-job-management-controls {
    padding-top: 8px;
}

.sort_order sup {
    font-size: 75%;
}

.release-station-configuration #object_list_table {
    max-width: 100%;
    min-width: 100%;
    width: auto;
}

.release-station-configuration #object_list_table #checkbox_column {
    width: 20px;
}

.release-station-configuration #object_list_table th,
.release-station-configuration #object_list_table td {
    vertical-align: top;
}

.release-station-configuration input,
.release-station-configuration textarea {
    margin: 0;
}

.release-station-configuration textarea {
    font: 13px Arial;
}

.release-station-configuration .button {
    margin: 0;
    white-space: nowrap;
}

.release-station-configuration .tree-browser-link {
    clear: both;
}

.release-station-printers .button {
    clear: both;
    margin-bottom: 5px;
}

.release-station-printers p {
    margin-bottom: 8px;
}

.release-station-add-printer,
.release-station-remove-printer {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.release-station-add-printer {
    background: transparent url(../images/plus-flat.png);
    margin-top: 5px;
}

.release-station-remove-printer {
    background: transparent url(../images/minus-flat.png) 0 2px;
}


#print-job-management-secure-release-stations h1 {
    padding: 8px 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #53637d;
    border-bottom: 1px solid #cfcfcf;
}

#print-job-management-secure-release-stations .databutton_container {
    float: right;
    margin-right: -10px;
}

.print-job-management-queue-condensed {
    clear: both;
    margin-bottom: 60px;
}

.print-job-management-queue-condensed table td {
    padding: 5px !important; /* stylelint-disable-line declaration-no-important */
}

.print-job-management-queue-condensed .even:hover {
    background-color: #f4f4f4;
}

.print-job-management-queue-condensed .odd:hover {
    background-color: #fff;
}

.print-job-management-condensed-form-summary-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 120%;
}

.print-job-management-condensed-form-summary-brief,
.print-job-management-condensed-form-summary ul li {
    font-size: 90%;
    margin-top: 3px;
}

.print-job-management-condensed-form-checkbox {
    width: 20px;
}

.print-job-management-condensed-form-summary ul {
    margin-top: 10px;
}

.print-job-management-condensed-form-summary ul li strong {
    font-weight: bold;
}

.print-job-management-condensed-form-arrow {
    background: url(../images/submenu-arrow-black.png) no-repeat 30px center;
    width: 40px;
}

.print-job-management-condensed-form-arrow-invert {
    background: url(../images/submenu-arrow-black-invert.png) no-repeat 30px center;
}

#ipaddressrange-printer-search {
    width: 300px !important; /* stylelint-disable-line declaration-no-important */
    float: left;
}

#ipaddressrange-printer-search-button {
    float: left;
    margin-top: 0;
    margin-left: 5px;
}

form#association-search {
    float: left;
    margin-bottom: 5px;
    width: 370px;
}

#find-printer {
    font-weight: bold;
}

#search-results-table td,
#last-five-table td {
    white-space: nowrap;
}

#ipaddressrange-associations-table.deletable th {
    text-align: center;
}

#ipaddressrange-associations-table.deletable td {
    text-align: center;
}

#printer-associations-table.deletable th {
    text-align: center;
}

#printer-associations-table.deletable td {
    text-align: center;
}

#admin-all-print-job-management input {
    margin-left: 0;
    margin-right: 10px;
}

.tablesorter-header,
.tablesorter-header * {
    cursor: pointer;
}

.tablesorter-header:focus {
    outline: 0;
}

div.error {
    background: #ffd9d9;
    border: 1px solid #ffa6a6;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 6px;
    line-height: 18px;
}

div.info {
    background: #d9d9ff;
    border: 1px solid #a6a6ff;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 6px;
    line-height: 18px;
}


div.error p {
    font-weight: bold;
    margin: 10px 0;
}

div.success {
    background: #dff0d8;
    border: 1px solid #008000;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 6px;
    line-height: 18px;
    color: #3c763d;
}

div.warning {
    background: #fff7e6;
    font-weight: normal;
    margin-bottom: 8px;
    padding: 18px;
    line-height: 18px;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .warning-content {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

    .fa-exclamation-triangle {
        margin-right: 10px;
        font-size: 20px;
        color: #ffab00;
    }
}

#logintext {
    width: 250px;
    margin-bottom: 10px;
}

#modal_eula ol {
    list-style: decimal;
    margin: 0 0 0 16px;
}

#modal_eula strong {
    font-weight: bold;
}

#modal_eula em {
    font-style: italic;
}

.footer {
    background-color: #fff;
    background-size: 215px;
    width: 100%;
    height: 40px;
    clear: both;
    bottom: 0;
    text-align: center;
}

.footer-standard {
    position: absolute;
}

.footer-release {
    position: fixed;
}

/*
* Job Cost styles
*/
#accordion {
    margin-bottom: 10px;
}

.ui-accordion .ui-accordion-header {
    padding: 2px 2px 3px;
}

.job-cost-templates-list {
    border: 1px #ccc solid;
}

#template-header .template-item {
    padding-left: 23px;
}

#template-header .template-name,
#template-header .template-description {
    font-weight: bold;
}

.template-item,
.template-name,
.template-description {
    padding: 3px 8px;
}

.template-item {
    padding-left: 20px;
    width: 10px;
    display: inline-block;
}

.template-name {
    width: 200px;
    min-width: 100px;
    max-width: 300px;
    display: inline-block;
}

.template-description {
    display: inline-block;
}

h3.ui-accordion-header.ui-state-active span.template-description {
    display: none;
}

.template-body {
    width: 99%;
    float: right;
}

.template-body .template-label {
    text-transform: capitalize;
}

.template-body .template-body-info {
    width: 50%;
    margin-left: 0;
    float: right;
}

.template-body .template-body-prices {
    display: table;
    width: 45%;
    margin-left: 15px;
}

.template-body-prices {
    margin-left: 70px;
}

.template-body-prices th {
    font-weight: bold;
    padding-bottom: 5px;
}

.template-body-prices td {
    border-top: 1px #ccc solid;
    padding: 6px 0;
}

.template-body-prices h3 input {
    width: 95px;
    margin: 0 4px;
}

.template-body-prices input[type="number"],
.template-body-prices input[type="text"].number {
    width: 100px;
}

.template-description.truncate {
    position: absolute;
    top: 10px;
    right: 4px;
    left: 262px;
    width: auto;
}

.template-prices-header {
    font-weight: bold;
}

@media screen and (max-width: 1270px) {
    .template-body .template-body-info {
        display: block;
        float: none;
        width: auto;
        padding: 0 0 12px;
    }

    .template-body .template-body-prices {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (min-width: 1070px) {
    .template-body-info {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1070px) {
    .template-body-info {
        padding: 15px 0;
        margin-left: 0;
        margin-bottom: 10px;
        min-width: 350px;
    }
}

.template-body-info h3 {
    font-weight: bold;
    font-size: 1.17em;
}

.template-body-info p {
    padding: 5px;
    line-height: 1.2em;
}

#dlgConfirm,
#dlgConfirmType,
#dlgForm,
#save-loader {
    display: none;
}

.close {
    float: right;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.5;
    color: #ccc;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    padding-right: 5px;
}

.new-job-cost-template td {
    padding: 5px;
}

.form-label {
    margin: 10px 0 5px;
    font-weight: bolder;
}

.truncate {
    width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 5px;
}

.hidden {
    display: none !important; /* stylelint-disable-line declaration-no-important */
}

.center-screen {
    position: fixed;
    top: 50%;
    left: 50%;
}

/* remove arrows in the number input forms */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.client-download-button {
    background-color: #f4f4f4;
    border: 1px solid #999;
    height: 22px;
    margin-right: 30px;
    line-height: 22px;
    padding: 0 15px;
    display: block;
    float: left;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.client-download-button:active {
    font-size: 14px;
}

.client-download-button:hover {
    color: #000;
    border-color: #777;
}

#sessionexpired {
    text-align: center;
    font-size: 16px;
    margin-top: 2%;
}

.riek-disabled {
    color: transparent;
    background-image: url(../images/disabled-dash.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.riek-saving {
    color: transparent;
    background-image: url(../images/loading-small.gif);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.riek-failed {
    color: #f00;
}

.divIndentStyle {
    margin-left: 15px;
}

#ext-dialog {
    margin: 8px;
    padding: 8px;
}

#ext-dialog h2 {
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
}

#ext-dialog p.strong {
    font-size: 12px;
    font-weight: bold;
}
