﻿.pdw-option-dropdown {
    width: 185px;
    white-space: nowrap;
    line-height: 22px;
    font-size: 14px;
    padding-right:9px;
}

.pdw-option-checkbox {
    white-space: nowrap;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.pdw-quick-search-input {
    width: 170px;
    height: 28px;
}

.pdw-image-menu {
    cursor: pointer;
    margin-left: 4px;
}

.pdw-dispatcher-name {
    font-size: 18px
}

.pdw-collapse-container {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px
}

.pdw-printer-state {
    margin-bottom: 4px;
    margin-left: -2px;
    font-size: 14px;
}

.pdw-printer-name {
    margin-left: 0px;
    font-size: 15px;
}

.pdw-printer-status-prop {
    font-size: 14px;
    line-height: 13px;
}

.pdw-no-user-select {
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.pdw-printer-hover-light:hover {
    background-color: #e3e3e3 !important;
}

.pdw-printer-hover-dark:hover {
    background-color: #3d4751 !important;
}

.pdw-printer-count {
    font-size: 12px;
    margin-left: -1px;
    opacity: 0.8;
}

.pdw-dispatcher-hover-light:hover {
    background-color: #e3e3e3 !important;
}

.pdw-dispatcher-hover-dark:hover {
    background-color: #3d4751 !important;
}

.pdw-dispatcher-container {
    height: 50px;
}

.pdw-table-ellipsis {
    background-color: transparent;
    table-layout: fixed;
    width: 100%;
}

.pdw-td-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pdw-cursor-pointer {
    cursor:pointer;
}

.pdw-menu-header {
    font-size: 12.5px;
    font-weight: normal !important;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    margin-bottom: 5px;
    padding-left: 4px;
}

.pdw-menu-header-light {
    background-color: #eeeeee;
    box-shadow: 2px 3px 4px rgb(100 100 100 / 40%);
    color: black;
    font-size: 12.5px;
    padding-top: 2px;
    line-height: 16px;
}

.pdw-menu-header-dark {
    background-color: #485058;
    box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
    color: white;
    line-height: 19px;
}

.pdw-no-record {
    display: block;
    background-color: transparent;
    text-align: left;
    padding: 7px;
    white-space: nowrap;
    font-size: 13px;
}

.pdw-highlight-light {
    background-color: #f19967;
    color: white;
}

.pdw-highlight-dark {
    background-color: #cf2525;
}

.pdw-no-transition {
    transition: none !important;
}

.pdw-quick-search-clear {
    cursor: pointer;
    font-size: 18px;
    margin-left: 2px;
}

.pdw-printer-drop-menu {
    margin-right: 17px;
    margin-bottom: 8px;
    width: 80px;
    font-size: 13px
}

.pdw-printer-drop-menu-content {
    left: unset;
    margin-bottom: 10px !important;
    right: 105px !important;
    top: -80px !important;
    bottom: unset !important;
}

.pdw-printer-drop-menu-title-li {
    margin-bottom: 4px;
    margin-left: 14px;
    margin-right: 12px;
}

.pdw-printer-drop-menu-title-icon {
    margin-left: 15px;
}

.pdw-printer-drop-menu-title-text {
    font-size: 13px;
}

.pdw-green-indicator-light {
    color: #09b578;
}

.pdw-green-indicator-dark {
    color: #62c462;
}

.pdw-menu {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    height: 28px;
    padding-left: 6px;
    background-color: transparent;
}

.pdw-menu-dark:hover {
    background-color: #272b30;
}

.pdw-menu-light:hover {
    color: white;
    background-color: #2fa4e7;
}