body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.eud {
    background-color: #f5f5f5;
    color: #696974;
    font-size: 13px;
    text-align: left;
}

.eud-title {
    margin: 0;
    padding: 15px;
    border-top: 1px solid #d5d5dc;
    background-color: #fff;
    color: #013968;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.eud-content {
    padding: 5px 25px;
    border-top: 1px solid #d5d5dc;
}

.eud-sections-list {
    margin: 15px -10px 35px;
    color: #000;
    overflow: auto;
}

p + .eud-sections-list {
    margin-top: -10px;
}

.eud-sections-list p {
    float: left;
    width: calc(16.6666% - 20px);
    margin: 10px;
    text-align: center;
}

.eud-sections-list p.eud-sections-list-archived {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 20px);
    height: 40px;
    margin-left: 8.3333%;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #171717;
    color: #fff;
}

.eud-sections-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 2px 4px 10px #f1f1f5;
    transition: all 350ms linear;
    text-decoration: none;
}

.eud-sections-list a:hover {
    box-shadow: 2px 4px 10px #ccc;
}

.eud-sections-list a.active, .eud-sections-list a.active:hover {
    background-color: #e4e4e4;
    font-weight: bold;
    box-shadow: 2px 4px 10px #f1f1f5;
}

.eud-sections-list-back {
    position: relative;
    padding: 0 10px 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.eud-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -15px 0 0;
}

.eud-search {
    width: 32.5%;
}

.eud-search input {
    width: 100%;
    padding: 7px 15px 7px 35px;
    border: 0;
    border-radius: 8px;
    background: #fff url('/assets/media/images/system/eud-magnifier.svg') 10px 50% no-repeat;
    background-size: 18px 18px;
    box-shadow: 2px 4px 10px #f1f1f5;
}

.eud-search input:focus {
    outline: none;
}

.eud-bar-right {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
}

.eud-bar-right > p:first-child {
    padding-right: 15px;
}

.eud-bar-right select {
    display: block;
    padding: 7px 35px 7px 10px;
    border: 0;
    border-radius: 8px;
    background: #444 url('/assets/media/images/system/eud-arrow-down.svg') 95% 50% no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 0 10px #F1F1F5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.eud-bar-right select::-ms-expand {
    display: none;
}

.eud-link-archive a {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 20px 7px 37px;
    border-radius: 8px;
    background: #fff url('/assets/media/images/system/eud-archive.svg') 20% 50% no-repeat;
    background-size: 11px 11px;
    box-shadow: 2px 4px 10px #f1f1f5;
    transition: all 350ms linear;
    text-decoration: none;
}

.eud-link-archive a:hover {
    box-shadow: 2px 4px 10px #ccc;
}

.eud-list {
    padding: 30px 0 0;
}

.eud-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 10px;
    padding: 5px 20px 15px;
    border: 1px solid #d5d5dc;
    border-radius: 8px;
}

.eud-list-item:not(.eud-list-item-header):hover {
    background-color: #fff;
}

.eud-list-item.eud-list-item-header {
    padding: 0 20px 0 5px;
    border: 0;
    font-size: 11px;
}

.eud-list-item > div {
    width: 11%;
    text-align: center;
}

.eud-list-item > div:first-child {
    position: relative;
    width: 52%;
    padding-left: 30px;
    text-align: left;
}

.eud-list-item.eud-list-item-header > div:first-child {
    padding-left: 0;
}

.eud-list-item > div:nth-child(2) {
    width: 15%;
}

.eud-list-type2 .eud-list-item.eud-list-item-header {
    padding: 5px 20px 0;
}

.eud-list-type2 .eud-list-item {
    padding: 5px 20px 7px;
}

.eud-list-type2 .eud-list-item > div {
    text-align: left;
}

.eud-list-type2 .eud-list-item > div:first-child {
    width: 35px;
    padding-left: 0;
}

.eud-list-type2 .eud-list-item > div:nth-child(2) {
    width: calc(50% - 35px);
}

.eud-list-type2 .eud-list-item > div:nth-child(3) {
    width: 85px;
    padding-left: 20px;
}

.eud-list-type2 .eud-list-item > div:nth-child(4) {
    /*width: 42%;*/
    flex: 1;
}

.eud-list-type2 .eud-list-item-img {
    position: static;
}

.eud-list-type2 .eud-link {
    margin: 5px 10px 5px 0;
}

.eud-list-item-img {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
}

.eud-list-item-img img {
    width: 18px;
}

.eud-list-item h2 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.eud-list-item-info {
    overflow: auto;
}

.eud-list-item-id {
    float: left;
    margin: 0;
}

.eud-list-item-qty {
    float: right;
    margin: 0;
}

.eud-link {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #444;
    border-radius: 8px;
    color: #444;
    transition: all 350ms linear;
    text-decoration: none;
}

.eud-link:hover {
    background-color: #444;
    color: #fff;
}

.eud-link-download a {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px 0 35px;
    border-radius: 8px;
    background: #fff url('/assets/media/images/system/eud-download.svg') 12% 50% no-repeat;
    background-size: 11px 13px;
    box-shadow: 2px 4px 10px #f1f1f5;
    transition: all 350ms linear;
    text-decoration: none;
}

.eud-link-download a:hover {
    box-shadow: 2px 4px 10px #ccc;
}

.eud-link-email a {
    display: flex;
    align-items: center;
    height: 30px;
    margin-left: 15px;
    padding: 0 10px 0 35px;
    border-radius: 8px;
    background: #fff url('/assets/media/images/system/eud-email.svg') 8% 50% no-repeat;
    background-size: 14px 8px;
    box-shadow: 2px 4px 10px #f1f1f5;
    transition: all 350ms linear;
    text-decoration: none;
}

.eud-link-email a:hover {
    box-shadow: 2px 4px 10px #ccc;
}

.eud-list-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}

.eud-list-bottom p {
    margin-top: 5px;
}

.eud-list-pagination {
    font-size: 12px;
}

.eud-list-pagination a {
    margin: 0 3px;
    text-decoration: none;
}

.eud-list-pagination a:hover {
    color: #000;
}

.eud-scroll-up a {
    display: block;
    padding: 7px 33px 7px 13px;
    border-radius: 8px;
    background: #444 url('/assets/media/images/system/eud-arrow-up.svg') 85% 50% no-repeat;
    background-size: 11px 11px;
    color: #fff;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    text-decoration: none;
}

.eud-scroll-up a:hover {
    background: #000 url('/assets/media/images/system/eud-arrow-up.svg') 85% 50% no-repeat;
    background-size: 11px 11px;
}

.eud-detail {
    padding: 0 15%;
    color: #000;
}

.eud-detail .f11 {
    margin-bottom: 0;
    color: #696974;
    text-align: center;
}

.eud-detail h2 {
    padding: 0 15% 30px;
    font-size: 16px;
    text-align: center;
}

.eud-detail-data {
    display: flex;
    justify-content: space-between;
}

.eud-detail-data p {
    margin-bottom: -5px;
}

.eud-detail-desc {
    padding-top: 20px;
    overflow: auto;
}

.eud-detail-desc > p {
    float: left;
    width: 120px;
}

.eud-detail-desc > div {
    float: right;
    width: calc(100% - 120px);
    padding: 15px 0 0;
}

.eud-list-detail-bottom {
    display: flex;
    justify-content: flex-end;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    border: 0;
}

* {
    box-sizing: border-box;
}

@media (max-width: 1208px) {
    .eud-list-item {
        flex-wrap: wrap;
    }
    .eud-list-item > div:first-child {
        width: 100%;
    }
    .eud-list-item > div, .eud-list-item > div:nth-child(2) {
        width: auto;
    }
    .eud-list-item.eud-list-item-header {
        display: none;
    }
    .eud-detail {
        padding: 0;
    }
    .eud-list-type2 .eud-list-item > div:nth-child(2) {
        width: calc(46% - 35px);
    }
    .eud-list-type2 .eud-list-item > div:nth-child(4) {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .eud-sections-list p {
        width: calc(25% - 10px);
        margin: 5px;
    }
    .eud-sections-list p.eud-sections-list-archived {
        clear: both;
        width: calc(100% - 10px);
        margin: 5px;
    }
}

@media (max-width: 767px) {
    .eud-content {
        padding: 5px 15px;
    }
    .eud-sections-list p {
        width: calc(33.3333% - 10px);
    }
    .eud-bar {
        display: block;
    }
    .eud-bar-right {
        justify-content: flex-end;
    }
    .eud-detail-data {
        display: block;
    }
    .eud-detail-desc {
        margin-bottom: -20px;
    }
    .eud-detail-desc > p {
        float: none;
        width: auto;
    }
    .eud-detail-desc > div {
        float: none;
        width: auto;
        padding: 0;
    }
    .eud-list-type2 .eud-list-item > div:nth-child(2) {
        width: calc(100% - 105px);
    }
    .eud-list-type2 .eud-list-item > div:nth-child(3) {
        width: 70px;
    }
}

@media (max-width: 555px) {
    .eud-sections-list p {
        width: calc(50% - 10px);
    }
    .eud-search {
        width: auto;
        margin-bottom: 10px;
    }
    .eud-list-item > div, .eud-list-item > div:nth-child(2) {
        width: 100%;
        text-align: left;
    }
    .eud-list-item p {
        margin: 5px 0;
    }
    .eud-list-item-id {
        float: none;
    }
    .eud-list-item-qty {
        float: none;
    }
    .eud-list-item-img {
        top: 8px;
    }
    .eud-list-bottom {
        flex-wrap: wrap;
    }
    .eud-detail h2 {
        padding: 0 0 20px;
    }
}

#email-content input
{
margin:10px 0;
}

#email-dialog
{
    display: none;
}
.ui-dialog-titlebar-close:after {
    content: 'X' !important;
    position: absolute;
    top: -2px;
    right: 3px;
}

#qr-dialog
{
    display: none;
}

.archive-active a {
    background: #444;
    color: white;
}

.pagination{
    display: inline-block;
}

.pagination li{
    display: inline-block;
    font-size: 19px;
    padding: 3px;
}
.pagination li.active{
    color: #444444;
    font-weight: 600;
}