
* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: #2c456d;
    padding-bottom: 50px;
    height: 100%;
}

h2,
h3 {
    font-weight: 400;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

a[disabled],
a[disabled]:hover {
    background: #f1f1f1 !important;
    opacity: 0.8;
    border: 1px solid #f1f1f1 !important;;
    cursor: default;
    color: #2c456d !important;
}

a.red-x-btn {
    color: #8e425a;
}

textarea {
    resize: none;
}

button[disabled],
button[disabled]:hover {
    opacity: 0.3;
    border-color: #0f0f0f;
    background-color: #fff !important;
    cursor: default;
    color: #2c456d!important;
}

.relative {
    position: relative;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom50 {
    margin-bottom: 50px;
}

.left10 {
    margin-left: 10px;
}

.left50 {
    margin-left: 50px;
}

.padding-left0-forced {
    padding-left: 0 !important;
}

.text-center {
    text-align: center;
}

.relpos {
    position: relative;
}

.height50 {
    height: 50px;
}

.display-block {
    display: block;
}

.flex {
    display: flex;
}

.flex-end {
    justify-content: flex-end;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.center {
    justify-content: center;
}

header {
    justify-content: space-around;
    padding: 20px 0;
    background-color: #a4b9db;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: 0 0 14px 2px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 14px 2px rgba(255,255,255,0.5);
    box-shadow: 0 0 14px 2px rgba(255,255,255,0.5);
}

.fade {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.lightbox-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

.lightbox-container .submit-loader-box {
    position: absolute;
    top: 11px;
    right: 80px;
}

.lightbox-container .green-btn[disabled],
.lightbox-container .green-btn[disabled]:hover {
    background: #e2d9d9 !important;
}

.feedback-box .close-btn,
.lightbox-container .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10000;
    color: #fff;
    font-size: 24px;
}

.lightbox {
    z-index: 5000;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    width: 60%;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
}

.lightbox h2,
.lightbox h3,
.lightbox input[type=textfield]{
    width: 100%;
}

.lightbox h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}

.lightbox h2,
.lightbox h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.lightbox textarea {
    width: 98%;
    padding: 1%;
}

.lightbox textarea {
    height: 100px;
}

.lightbox li:not(:last-child) {
    margin-bottom: 20px;
}

.lightbox .errors {
    margin-top: 20px;
}

.lightbox .errors li {
    margin-bottom: 0;
}

.lightbox .manage-users-list-fields input[type=text] {
    height: 30px;
}

#file-upload-template,
.file-upload-template-container {
    height: 100px;
    width: 100%;
    border: 3px solid #5bbf5b;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.file-upload-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    display: none;
}

.lightbox #uploaded-files-html li {
    position: relative;
    background: #5bbf5b;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #2c456d;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10px;
}

.lightbox #uploaded-files-html li span {
    word-wrap: break-word;
    width: 90%;
}

.lightbox #upload-progress-container {
    height: 0;
    overflow: hidden;
}

.lightbox .upload-progress {
    border: 1px #2c456d solid;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.lightbox #upload-bar {
    background-color: #5bbf5b;
    width: 0;
    height: 20px;
    display: block;
}

.lightbox #uploaded-files-html li .remove-btn {
    color: #000;
    font-size: 20px;
}

.logo {
    color: #000;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
}

.wms-logo {
    background-image: url(../img/wms-logo.png);
    width: 180px;
    height: 44px;
}

.company-logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.header-link-list {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-link-list a {
    font-weight: 700;
}

.header-link-list a:hover {
    color: #000;
}

.shape {
    padding: 10px 0;
    color: #fff;
    align-items: center;
}

.dark-blue-shape {
    justify-content: space-around;
    background-color: #2c456d;
}

.version-text {
    line-height: 32px;
}

input,
select,
textarea {
    border: 1px #2c456d solid;
    color: #2c456d;
    height: 12px;
    padding: 5px 10px;
}

input[type=button] {
    padding: 4px 10px;
    height: auto;
}

.login-form input {
    justify-content: space-between;
    height: 20px;
}

.login-form .password-input {
    margin: 0 10px;
}

input:focus,
textarea:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #2c456d;
}

:-moz-placeholder {
    color: #2c456d;
}

::-moz-placeholder {
    color: #2c456d;
}

:-ms-input-placeholder {
    color: #2c456d;
}

.basic-btn {
    border: 1px #2c456d solid;
    height: 30px;
    width: 120px;
    line-height: 30px;
    text-align: center;
    justify-content: center;
}

.basic-btn-wide {
    width: 300px;
}

.basic-btn:hover {
    background-color: #2c456d;
    color: #fff;
}

.basic-btn.light-basic-btn {
    color: #fff;
    border-color: #fff;
}

.basic-btn.light-basic-btn:hover {
    color: #fff;
    background-color: #5bbf5b;

}




/*menu*/

nav {
    display: flex !important;
    justify-content: space-between;
    background-color: #d9e2f0;
    border-bottom: 1px #b6c7e2 solid;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
}

nav ul {
    justify-content: center;
    height: 42px;
    align-items: center;
    margin-bottom: 0;
}

nav li {
    position: relative;
}

nav li:first-child {
    position: relative;
    justify-content: center;
}

nav a {
    color: #000;
    font-size: 14px !important;
}

nav a,
.detail-list a {
    padding: 10px 20px;
    border-right: 1px #b6c7e2 solid;
    -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,1);
    -moz-box-shadow: 1px 0 0 0 rgba(255,255,255,1);
    box-shadow: 1px 0 0 0 rgba(255,255,255,1);
}

nav a:hover,
.main-menu-link.active,
.detail-list a:hover,
.detail-list a.active {
    background-color: #b6c7e2;
}

nav .color-code {
    display: flex;
    position: absolute;
    left: 70px;
}

nav .color-code a {
    display: flex;
    box-shadow: none;
    border: none;
    align-items: center;
    position: relative;
    padding: 6px 25px 6px 5px;
}

nav .color-code a.without-arrow {
    padding-right: 5px;
}

nav .color-code a .right-arrow {
    position: absolute;
    right: 7px;
}

nav .color-code .code {
    width: 10px;
    height: 10px;
    display: flex;
    margin-right: 6px;
    border: 1px solid #000;
}

nav .color-code .text {
    font-size: 12px;
    white-space: nowrap;
}

nav .color-code .code.code--yellow {
    background-color: rgb(255, 255, 0);
}

nav .color-code .code.code--green {
    background-color: rgb(129, 212, 26);
}

nav .color-code .code.code--light-blue {
    background-color: rgb(179, 229, 252);
}

nav .color-code .code.code--purple {
    background-color: rgb(159, 168, 218);
}

nav .color-code .code.code--dark-blue {
    background-color: rgb(89, 131, 176);
}

nav .color-code .code.code--orange {
    background-color: rgb(255, 151, 47);
}

nav .color-code .code.code--red {
    background-color: rgb(255, 0, 0);
}

nav .color-code .code.code--purple {
    background-color: rgb(200, 157, 124);
}

.right-arrow {
    width: 14px;
    height: 3px;
    background-color: #000;
    position: relative;
}

.right-arrow::after {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -3px;
    top: -2px;
    transform: rotate(40deg);
}

.right-arrow::before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: -3px;
    top: 2px;
    transform: rotate(-40deg);
}

.detail-list a.active {
    background-color: #7f93b1;
    color: #fff;
}

.dropdown-menu {
    width: 200px;
    height: 0;
    position: absolute;
    /*top: -500px;*/
    top: 31px;
    left: 0;
    background-color: #b6c7e2;
    border: 1px #fff solid;
    display: none;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    -moz-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

nav li:hover .dropdown-menu {
    height: auto;
    display: block;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.dropdown-menu li {
    justify-content: flex-start;
    width: 100%;
}

.dropdown-menu a {
    border-right: none;
    padding: 10px 20px;
    width: 100%;
}

.dropdown-menu li:nth-child(odd) a {
    background-color: #d9e2f0;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu a:hover,
.dropdown-menu li:nth-child(odd) a:hover {
    background-color: #5bbf5b;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(91,191,91,1);
    -moz-box-shadow: inset 0 0 0 1px rgba(91,191,91,1);
    box-shadow: inset 0 0 0 1px rgba(91,191,91,1);
}

.filter-container {
    position: relative;
    justify-content: center;
}

.filter-container .active-filter {
    position: absolute;
    width: 190px;
    right: 65px;
    top: 6px;
    color: #fff;
    background: #4d9e4d;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.filter {
    border-right: none;
    border-left: 1px #b6c7e2 solid;
    -webkit-box-shadow: -1px 0 0 0 rgba(255,255,255,1);
    -moz-box-shadow: -1px 0 0 0 rgba(255,255,255,1);
    box-shadow: -1px 0 0 0 rgba(255,255,255,1);
}

.bubble {
    position: absolute;
    background-color: #5bbf5b;
    padding: 3px;
    color: #fff;
    font-size: 0.7em;
    top: -12px;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(44,69,109,1);
    -moz-box-shadow: 2px 2px 1px 0 rgba(44,69,109,1);
    box-shadow: 2px 2px 1px 0 rgba(44,69,109,1);
}

.table {
    background-color: #fff;
    border-bottom: 1px #778899 solid;
}

.flex-properties {
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.table-search-form input {
    height: 20px;
    margin-left: 10px;
}

.table-header {
    background-color: #a4b9db;
    font-weight: 700;
    text-align: center;
}

.table-header-fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}

.col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-table .col {
    width: 10%;
}

.work-table .col.narrow-row {
    width: 6%;
}

.work-table .col.narrow-row-8 {
    width: 8%;
}

.work-table .col.break-word-row {
    word-break: break-all;
}

.work-table .col.wide-row {
    width: 25%;
}

.work-table .col.wide-row-10 {
    width: 10%;
}

.work-table .col.wide-row-15 {
    width: 15%;
}

.work-table .col.wide-row-30 {
    width: 30%;
}

.work-table .col.wide-row-40 {
    width: 40%;
}

.work-table .col.wide-row-50 {
    width: 50%;
}

.work-table.work-table-cols-6 .col {
    width: 16.6777%;
}

.work-table.work-table-cols-7 .col {
    width: 14.28%;
}

.work-table.work-table-cols-8 .col {
    width: 12.5%;
}

.work-table.work-table-cols-10 .col {
    width: 10%;
}

.work-table.work-table-cols-9 .col {
    width: 11.1111%;
}

.work-table.work-table-cols-17 .col {
    width: 5.88%;
}

.work-table .forced-width-col {
    width: 10% !important;
}

.work-table .images {
    display: flex;
    justify-content: flex-start;
}

.work-table .images .image {
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
}

.work-table .full-width-textarea-col {
    width: 90%;
}

.work-table .full-width-textarea-col textarea {
    width: 96%;
}

.work-table select {
    width: 130px;
}

.work-table select:focus {
    outline: none;
}

.partners-table .table-header .col,
.devices-table .table-header .col,
.project-table .table-header .col {
    padding: 5px 0;
}

.project-table .col,
.devices-table .col {
    width: 25%;
}

.partners-table .col,
.devices-table .col,
.project-table .col {
    padding: 10px 0;
}

.partners-table .col1 {
    width: 45%;
}

.partners-table .col2 {
    width: 45%;
}

.partners-table .col3 {
    width: 10%;
}

.partner-contacts-list > li {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.partner-contacts-list > li .icon-list {
    width: 50px;
}

.table-header .col {
    min-height: inherit;
}

.col:not(:last-child) {
    border-right: 1px #778899 solid;
}

.table-header .col {
    border: none;
}

.table-row {
    display: flex;
    align-items: center;
}

.table-row:hover,
.table-row:nth-child(even):hover {
    background-color: #ebebf7;
}

.table-row:nth-child(even) {
    background-color: #ececec;
}

.table-row:not(:last-child) {
    border-bottom: 1px #778899 solid;
}

.icon-list {
    display: flex;
    justify-content: space-around;
    width: 150px;
}

.icon-list li:not(:last-child) {
    margin-right: 10px;
}

.pager-container {
    justify-content: center;
    font-size: 0.875em;
    margin-bottom: 170px;
    height: 120px;
    align-items: flex-start;
}

.pager {
    margin-top: 40px;
    justify-content: space-around;
    align-items: center;
}

.page-list li:not(:last-child) {
    margin-right: 10px;
}

.page-list a {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #778899 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-list a.active,
.page-list a:hover {
    color: #fff;
    background-color: #778899;
}

.arrow-list a {
    font-size: 1.5em;
}

.arrow-list li:first-child a {
    margin-right: 10px;
}

.arrow-list a:hover {
    color: #778899;
}

.arrow-list .prev-page {
    margin-right: 15px;
}

.arrow-list .next-page {
    margin-left: 15px;
}

.filter-form,
.create-container,
.form-box {
    background-color: #fff;
    padding: 40px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    -webkit-box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    -moz-box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    font-size: 0.875em;
}

.create-container {
    display: none;
}

.form-box-li {
    margin-bottom: 20px;
}

.form-radio-list li:not(:last-child) {
    margin-bottom: 10px;
}

.form-li .form-radio-btn {
    margin: 3px 5px 0 0;
}

.form-box label {
    min-width: 200px;
}

.inner-label-list select {
    width: 250px;
    height: 30px;
}

.form-box input {
    width: 235px;
    height: 15px;
}

.form-box textarea {
    width: 235px;
    height: 110px;
}

.form-box .basic-btn {
    width: 100%;
    justify-content: center;
}

.form-box .basic-btn:hover {
    background-color: #5bbf5b;
}

.form-box .error {
    text-align: right;
    margin-top: 5px;
    margin-left: 5px;
}

.saved-filters {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.saved-filters li span {
    background-color: #5bbf5b;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 2px;
    margin-top: 3px;
    cursor: pointer;
    color: #fff;
}

.saved-filters li span a:last-child {
    margin-left: 10px;
}

.filter-content {
    width: 100%;
    justify-content: space-around;
}

.filter-ul {
    width: 305px;
}

.filter-ul li:not(:last-child) {
    margin-bottom: 15px;
}

.filter-ul li.advanced-filter-worker-name .autocomplete,
.filter-ul li.advanced-filter-partner-name .autocomplete {
    position: absolute;
    left: 0;
    right: -13px;
    top: 20px;
    z-index: 20;
}

.filter-ul .main-label {
    min-width: 125px;
}

.filter-ul input[type=text],
.filter-ul input[type=date] {
    width: 190px;
}

.filter-content .date-container input {
    max-width: 100px;
    margin-bottom: 10px;
}

.checkbox-links {
    justify-content: space-between;
    padding-left: 17px;
    margin-bottom: 15px;
    text-decoration: underline;
}

.checkbox-links a:hover {
    color: #778899;
}

.checkbox-list li:not(:last-child) {
    margin-bottom: 5px;
}

.hor-center {
    justify-content: center;
}

.ver-center {
    align-items: center;
}

.col-direction {
    flex-direction: column;
}

.justify1 {
    justify-content: space-around;
}

.justify2 {
    justify-content: space-between;
}

.work-select {
    width: 100%;
    margin-top: 20px;
}

select {
    height: auto;
}

.filter-btn {
    border: 1px #2c456d solid;
    width: 235px;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.filter-btn:hover {
    color: #fff;
    background-color: #2c456d;
}

.message-box-fade {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.message-box {
    width: 100%;
    background-color: #fff;
    border-bottom: 8px #c12c61 solid;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 0;
    z-index: 10000;
    position: absolute;
    top: -200px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.message-box-top {
    top: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.message {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 3px;
}

.feedback-box {
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    text-align: center;
    color: #fff;
    z-index: 100000;
}

.feedback-box.message-feedback-box {
    background: #5bbf5b;
}

.feedback-box.error-feedback-box {
    background: #a94442;
}

.feedback-box .login-again-button {
    text-decoration: underline;
    color: #fff;
}

.form-container-content {
    position: relative;
}

.form-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    display: none;
}

.exit-btn,
.exit-container-btn {
    position: absolute;
}

.exit-btn {
    top: 5px;
    right: 10px;
    color: #b13333;
}

.service-form {
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    -moz-box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    box-shadow: inset 0 0 44px -3px rgba(44,69,109,1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.submit-btn {
    margin-top: 30px;
}

.service-form-input {
    height: 20px;
}

.documentation-page-content {
    justify-content: space-between;
}

.shape.page-title {
    color: inherit;
    padding-left: 10px;
}

.blue-gray-shape {
    background-color: #515e73;
    padding: 5px 30px;
    height: 32px;
}

.blue-gray-shape.less-padding {
    padding: 15px 15px;
}

.justify {
    justify-content: space-between;
}

.side {
    -webkit-box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    -moz-box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    padding-bottom: 25px;
}

.left-side {
    width: 44%;
}

.right-side {
    width: 55%;
}

.works-form {
    justify-content: center;
    padding: 25px 0;
}

.works-form li {
    justify-content: space-between;
}

.works-form li:not(:last-child) {
    margin-bottom: 20px;
}

.works {
    width: 80%;
}

.works input[type=text] {
    width: 355px;
}

.works ul,
.save-filter-container {
    width: 377px;
}

.works ul li:not(:last-child) {
    margin-bottom: 5px;
}

.number-of-works-text {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.work-list-table .col1 {
    width: 14%;
}

.work-list-table .col2,
.work-list-table .col3 {
    width: 40%;
}

.work-list-table .col4 {
    width: 6%;
}

.dotted-list {
    list-style-type: disc;
}

.basic-btn.work-rating-btn {
    width: 170px;
    height: 25px;
    line-height: 25px;
    border-color: #fff;
}

.basic-btn.work-rating-btn:hover {
    background-color: #fff;
    color: #515e73;
}

.detail-link-list li {
    width: 50%;
}

.detail-link-list a {
    width: 98%;
    display: flex;
    padding: 2% 1%;
    border-bottom: 1px #2c456d solid;
    text-align: center;
}

.detail-link-list li:not(:last-child) a {
    border-right: 1px #2c456d solid;
}

.detail-link-list a:hover {
    background-color: #cfd7d8;
}

/*.detail-link-list a:hover,*/
.detail-link-list a.active {
    background-color: #5bbf5b;
    color: #fff;
}

.detail-link-list li:not(:first-child) a:hover,
.detail-link-list li:not(:first-child) a.active {
    -webkit-box-shadow: inset 1px 0 0 0 rgba(44,69,109,1);
    -moz-box-shadow: inset 1px 0 0 0 rgba(44,69,109,1);
    box-shadow: inset 1px 0 0 0 rgba(44,69,109,1);
}

.detail-list {
    border-bottom: 1px #b6c7e2 solid;
}

.detail-list li {
    width: 20%;
}

.details-list-wms-user li {
    width: 33.33%;
}

.detail-list a {
    background-color: #d9e2f0;
    width: 99.6%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.detail-list a.disabled,
.detail-list a.disabled:hover {
    background: #e2d9d9 !important;
    cursor: default;
    opacity: 0.4;
}

.detail-list li:last-child a {
    box-shadow: none;
    border: none;
    width: 100%;
}

.details {
    padding: 30px;
}

.version-section {
    flex-wrap: wrap;
}

.version {
    background-color: #6e747d;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
    font-weight: 700;
    padding: 0 10px;
    margin-bottom: 2px;
    margin-top: 3px;
    cursor: pointer;
}

.version.active {
    background-color: #5bbf5b;
}

.version:hover {
    background-color: #4d9e4d;;
}

.version .version-edit-btn,
.version .version-remove-btn {
    margin-left: 10px;
}

.version .version-edit-cancel-btn {
    margin-right: 10px;
}

.version-edit input[type=text] {
    height: 8px;
    margin-right: 10px;
}

.add-version-btn {
    font-size: 2em;
}

.add-version-btn:hover {
    color: #d9e2f0;
}

.d-shape {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    background-color: #6e747d;
    color: #fff;
    font-weight: 700;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.btn-container a {
    display: flex;
    justify-content: center;
    width: 49%;
    padding: 5px 0;
    border: 1px #6e747d solid;
    color: #6e747d;
}

.btn-container a:hover {
    color: #fff;
    background-color: #5bbf5b;
    border-color: #5bbf5b;
}

.found-table-container {
    border: 1px #778899 solid;
}

.found-table-container .icons {
    width: 55px;
}

.version-edit-btn:hover {
    color: #515e73;
}

.version-table .col {
    width: 21.6666%;
}

.version-table .col.col4 {
    width: 35%;
}

.version-table .break-word {
    word-break: break-word;
}

.generated-tenders-box {
    justify-content: center;
    margin-top: 20px;
}

.generated-tenders-box > ul {
    border-bottom: none;
    width: 50%;
}

.generated-tenders-box .col1 {
    width: 60%;
}

.generated-tenders-box .col2 {
    width: 20%;
}

.generated-tenders-box .col3 {
    width: 20%;
}

.generated-tenders-box .generated-tenders-row {
    line-height: 30px;
}

.generated-tenders-box .no-data-in-table {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.no-result-text {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.flex-div {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.admin-table {
    width: 480px;
    margin-top: 45px;
    border: 1px #778899 solid;
}

.admin-table .col {
    width: 33.3333%;
    min-height: 60px;
}

.table-header .col {
    line-height: 25px;
}

.plus-btn {
    margin-top: 40px;
    width: 480px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.plus-btn i {
    margin-left: 25px;
}

.font-btn:hover {
    color: #151619;
}

.manage-works-side-container {
    justify-content: space-between;
    margin-top: 35px;
}

.manage-works-side-container .side {
    padding: 2%;
}

.manage-works-side-container .left-side {
    width: 21%;
    flex-direction: column;
    align-items: center;
    padding-top: 1%;
}

.manage-works-side-container .right-side {
    width: 69%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: none;
}

.manage-works-side-container h2 {
    margin-bottom: 35px;
}

.manage-works-table {
    width: 300px;
    margin-top: 0;
}

.manage-works-table a {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-column-form-container .basic-btn {
    width: 245px;
}

.column-property-list {
    margin-top: 40px;
    width: 300px;
}

.column-property-li:not(:last-child) {
    margin-bottom: 40px;
}

.min-width-label {
    min-width: 125px;
}

.column-property-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.green-btn {
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #5bbf5b;
    border-color: #5bbf5b;
    cursor: pointer;
}

.green-btn[disabled],
.green-btn[disabled]:hover {
    background: #f1f1f1 !important;
    opacity: 0.8;
    border: 1px solid #f1f1f1;
    cursor: default;
    color: #2c456d;
}

.green-btn:hover {
    background-color: #4d9e4d;
    border-color: #4d9e4d;
}

.column-type-details-container {
    width: 96%;
    padding: 30px 2%;
    margin-top: 10px;
    border: 1px #d8d8d8 solid;
    border-left: none;
    border-right: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-width: 370px;
    display: none;
}

.add-column-container {
    flex-direction: column;
    align-items: center;
    position: relative;
}

.input-container {
    justify-content: space-between;
}

.radio-name {
    min-width: 155px;
}

.radio-name-container a {
    margin-top: 20px;
}

.radio-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.full-width-forced {
    width: 100% !important;
}

.full-width-side {
    padding: 25px 2%;
    margin-top: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.preview {
    display: none;
}

.work-table {
    width: 100%;
    margin-top: 20px;
    border: 1px #778899 solid;
}

.work-table.no-margin-table {
    margin-top: 0;
}

.work-table .no-data {
    text-align: center;
    margin: 20px 0;
}

.work-table textarea {
    width: 115px;
    height: 50px;
    padding: 10px;
    color: #2c456d;
    border: 1px #2c456d solid;
    margin: 10px 5px;
}

.work-table textarea:focus {
    outline: none;
}

.work-table,
.partners-table,
.project-table {
    font-size: 0.875em;
}

.partners-table .search-shape form {
    justify-content: flex-end;
}

.col-content .radio-list {
    margin-top: 0;
}

.radio-list li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px #d8d8d8 solid;
    padding-bottom: 10px;
}

.radio-list label {
    margin-left: 5px;
}

.number-input {
    width: 40px;
    height: 15px;
}

.work-table .sent-dates-popup {
    position: absolute;
    top: -20px;
    right: 90px;
    background: #a4b9db;
    padding: 10px;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
}

.work-table .last-sent-date span {
    font-size: 12px;
}

.work-table .table-row {
    align-items: stretch;
}

.work-table .table-row input[type=button] {
    width: 100%;
    margin: 4px 0;
    font-weight: bold;
    font-size: 12px;
}

.work-table .table-row input[type=number]::-webkit-outer-spin-button,
.work-table .table-row input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.work-table .table-row input[type=number] {
    -moz-appearance: textfield;
}

.red-font-btn {
    font-size: 1.3em;
    color: #b13333;
}

.delete-radio-btn i:hover {
    color: #2c456d;
}

.add-radio-container {
    display: none;
}

.radio-list {
    width: 230px;
    display: none;
}

.radio-list li {
    justify-content: space-between;
    width: 100%;
}

.delete-radio-btn i {
    color: #b13333;
}

.input-error-msg {
    display: none;
    color: #b13333;
    margin-top: 10px;
}

.exit-container-btn {
    top: -45px;
    right: -20px;
}

.create-container {
    display: flex;

}

.create-work-form {
    width: 100%;
    justify-content: space-between;
}

.create-work-form .services-box {
    width: 20%;
}

.create-work-form .work-info-box {
    width: 60%;
    max-width: 450px;
}

.create-work-form .price-hud-box {
    width: 20%;
    text-align: right;
}

.basic-btn.save-work-btn {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.basic-btn.save-device-btn {
    width: 240px;
}

.label {
    font-weight: 700;
    min-width: 200px;
    display: inline-block;
}

.work-main-li {
    margin-bottom: 20px;
}

.work-create-list input[type=text] {
    width: 240px;
}

.work-create-list select {
    width: 260px;
}

.gross-price {
    margin: 10px 0 30px 0;
}

.add-new-work-btn-container {
    justify-content: center;
    font-size: 2em;
}

.add-new-work-btn {
    color: #5bbf5b;
}

.add-new-work-btn:hover {
    color: #2c456d;
}

.create-work-container {
    margin-top: 40px;
}

.create-container {
    justify-content: space-around;
    flex-direction: row;
    align-items: stretch;
}

.box {
    width: 30%;
}

.box .label {
    margin-bottom: 10px;
}

input[type=number] {
    width: 55px;
}

.work-table input[type=number] {
    width: 50px;
}

.box textarea {
    width: 100%;
    height: 100px;
}

.box .bigger-textarea {
    height: 199px;
}

.smaller-label {
    font-size: 0.85em;
}

.fulfillment-list {
    margin-bottom: 20px;
}

.flex-box {
    justify-content: center;
    align-items: center;
}

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

.add-drop-off-fee-btn {
    width: 100%;
}

.autocomplete {
    margin-top: 20px;
    background: #5bbf5b;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.autocomplete li {
    clear: both;
    padding: 2px;
    margin-bottom: 0 !important;
}

.autocomplete li:hover {
    background: #fff;
    color: #000;
}

#list-item-implementer-partner-autocomplete #form-partner-name-autocomplete {
    position: absolute;
    display: block;
    max-height: 318px;
    overflow-y: scroll;
    z-index: 100;
}

form .error {
    color: #a94442;
}




/*right-click-menu*/

.right-click-menu {
    flex-wrap: wrap;
    background-color: #d6e2f5;
    -webkit-box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    -moz-box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.basic-right-click-menu {
    width: 163px;
}

.work-right-click-menu {
    width: 308px;
}

.work-right-click-menu .pencil {
     font-size: 0.8em;
}

.right-click-menu.work-right-click-menu {
    right: 0;
}

.right-click-menu a {
    flex-direction: column;
    height: 50px;
    margin: 2px;
    background: #506b96;
    color: #fff;
    font-size: 12px;
}

.basic-right-click-menu a {
    width: 50px;
}

.work-right-click-menu a {
    width: 150px;
}

.right-click-menu span {
    font-size: 9px;
    margin-top: 5px;
}

.right-click-menu i {
    font-size: 0.7em;
}

.right-click-menu i.main-font {
    font-size: 1.2em;
}

.right-click-submenu {
    position: fixed;
    background-color: #506b96;
    padding: 10px;
    color: #fff;
    font-size: 11px;
    border: 3px solid #d6e2f5;
    z-index: 1000;
    box-shadow: 0 0 10px 1px rgba(44,69,109,0.55);
}

.right-click-submenu li {
    padding: 5px 0;
}

.right-click-submenu li a:hover {
    color: #d6e2f5;
}

.work-right-click-menu .red-bg {
    background-color: #964747;
}

.right-click-menu span.empty-right-click-menu-item {
    background: #506b96;
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 2px;
    margin-left: 2px;
}

.two-two-right-click-menu {
    width: 148px;
}

.right-click-menu-for-wms-users {
    width: 75px !important;
}

.two-two-right-click-menu a {
    width: 70px;
}

.title {
    font-weight: 700;
    font-size: 1.4em;
}

.form-box.login-form-box ul,
.form-box.register-form-box form {
    margin-top: 30px;
}

.form-box.login-form-box li:first-child,
.form-box.register-form-box .form-group:not(:last-child) {
    margin-bottom: 20px;
}

.form-box.login-form-box label {
    min-width: 95px;
}

.form-box.login-form-box input[type = checkbox] {
    width: auto;
}

.flex-label {
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.flex-label input {
    margin-right: 8px;
}

.form-box.login-form-box button,
.form-box.register-form-box button {
    background-color: white;
    font-size: 1em;
    margin: 25px 0 10px 0;
    cursor: pointer;
}

.form-box.register-form-box button {
    margin-top: 15px;
    margin-bottom: 0;
}

.form-box.login-form-box button:hover,
.form-box.register-form-box button:hover {
    background-color: #2c456d;
    color: #fff;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.lost-pswd {
    justify-content: center;
    text-decoration: underline;
}

.lost-pswd:hover {
    color: #000;
}

.logout-div {
    align-items: center;
}

.logout-div .light-basic-btn {
    margin-left: 15px;
}

.logout-div .light-basic-btn:hover {
    background-color: #d5ddf1;
    color: #2c456d;
}

.add-new-row-btn {
    width: 200px;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.add-new-row-btn i {
    margin-right: 10px;
}

.work-properties-box {
    width: 100%;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    -moz-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    position: absolute;
    top: -1000px;
    left: 0;
    background-color: #fff;
    border-bottom: 6px #2c456d solid;
    font-size: 0.875em;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    z-index: 1000;
}

.show-work-properties-box {
    top: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.small-work-properties-box {
    top: -390px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.toggle-btn {
    font-size: 2em;
    margin: 10px 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.toggle-btn-rotated {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.toggle-btn:hover {
    color: #5bbf5b;
}

.d-container {
    width: 48%;
    border: 1px #6e747d solid;
    padding: 1%;
}

.rel-pos {
    position: relative;
}

.close-prop-box-btn {
    font-size: 1.4em;
    color: #8e425a;
    position: absolute;
    right: 10px;
}

.close-prop-box-btn:hover {
    color: #ca5076;
}

.col.padding-col {
    padding: 1% 20px;
}

.device-detail-list {
    border: 1px #e6e6e6 solid;
    min-width: 660px;
    min-height: 400px;
}

.device-detail-list li {
    padding: 10px;
}

.device-detail-list li:not(:last-child) {
    border-bottom: 1px #e6e6e6 solid;
}

.device-detail-list .device-list li {
    border: none;
    padding: 0;
}

.device-detail-list .device-list li:not(:last-child) {
    margin-bottom: 10px;
}

.device-detail-list .col {
    justify-content: flex-start;
}

.device-detail-list .col.col1 {
    font-weight: 700;
    min-width: 250px;
    border: none;
}

.device-detail-list .col:not(:last-child) {
    border-right: none;
}

.edit-device-btn {
    font-size: 2em;
    margin-top: 10px;
}

.edit-device-btn:hover {
    color: #000;
}

.device-list label {
    margin-left: 5px;
}

.setting-list {
    border-top: 1px #2c456d solid;
}

.setting-list .setting-link {
    padding: 10px 30px;
    background-color: #d9e2f0;
    border-bottom: 1px #b6c7e2 solid;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
}

.setting-list .setting-link:hover {
    background-color: #647288;
    color: #fff;
}

.setting-list a:hover {
    text-decoration: none;
}

.setting-list input[type=email],
.setting-list input[type=text] {
    height: 30px;
}

.margin-5 {
    margin-top: 5px;
}

.login-form input {
    width: 290px;
}

.setting-link-content {
    padding: 30px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    -moz-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
}

.setting-arrow-up {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.file-upload-type-container:first-child {
    margin-bottom: 20px;
}

.ip-form {
    margin: 16px 0 0 16px;
}

.ip-form input {
    margin-left: 15px;
}

#save-file-upload-settings {
    margin-top: 45px;
}

.ip-error-msg {
    color: #e03d3d;
    margin: 5px 0 0 14px;
    font-size: 0.875em;
    font-weight: 600;
}

.edit-table {
    border: 1px #dfe2e6 solid;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    -moz-box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
    box-shadow: 4px 4px 5px 0 rgba(44,69,109,0.5);
}

.manage-user-table {
    width: 690px;
}

.manage-user-table div {
    width: 220px;
}

.edit-table-header {
    font-weight: 600;
    padding: 10px 15px;
    background-color: #dfe2e6;
}

.edit-table .simple-row {
    padding: 15px;
}

.edit-table .simple-row:nth-child(even):hover,
.edit-table .simple-row:nth-child(odd):hover {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    background-color: #b8bec7;
}

.edit-table .simple-row:nth-child(even) {
    background-color: #fff;
}

.edit-table .simple-row:nth-child(odd) {
    background-color: #eff1f3;
}

.user-action-list li {
    width: 50%;
}

.edit-table input {
    width: 75%;
    height: 17px;
}

.no-data-in-table {
    font-size: 0.8em;
    text-align: center;
}

.message-btn-container {
    margin-top: 30px;
}

.message-container .basic-btn {
    width: 90px;
}

.basic-btn.yes-btn {
    border-color: #c12c61;
    color: #c12c61;
    margin-right: 20px;
}

.basic-btn.yes-btn:hover {
    color: #fff;
    background-color: #c12c61;
}

.confirm-work-statics-table {
    font-size: 0.8em;
}

.confirm-work-statics-table div {
    text-align: center;
}

.confirm-work-statics-table div.col1,
.confirm-work-statics-table div.col2,
.confirm-work-statics-table div.col3,
.confirm-work-statics-table div.col4,
.confirm-work-statics-table div.col5,
.confirm-work-statics-table div.col6,
.confirm-work-statics-table div.col7 {
    width: 8%;
}

.confirm-work-statics-table div.col8,
.confirm-work-statics-table div.col9 {
    width: 20%;
}

.confirm-work-statics-table div.col10 {
    width: 4%;
}

.email-settings-form {
    margin: 15px 0 0 20px;
}

.email-settings-form li {
    margin-bottom: 5px;
}

.email-settings-form input[type=radio] {
    margin-right: 5px;
    margin-top: -2px;
}

.email-settings-form input[type=email] {
    margin-left: 10px;
}

.email-settings-form label {
    margin-bottom: 0;
}

.save-email-settings {
    margin-top: 25px;
    width: 90px;
}

#partners-vue .form-box input[type=checkbox],
#partners-vue .form-box input[type=radio] {
    width: auto;
}

.partners-page h3 {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.partners-page .basic-btn {
    width: 430px;
}

.test-table {
    width: 100%;
    text-align: center;
}

.test-table td {
    flex-grow: 1;
}

#upload-logo-vue #file-upload-template {
    margin-top: 20px;
    border: 3px solid #2c456d;
}

#uploaded-logo-html div {
    width: 202px;
    height: 102px;
    background-position: left center;
    background-size: contain;
    margin-top: 20px;
    background-repeat: no-repeat;
}

.no-uploaded-logo {
    margin-top: 20px;
}

.tooltip {
    display: none !important;
}

.device-document-files {
    flex-direction: column;
    width: 500px;
    align-items: start;
    margin-top: 30px;
}

.device-document-files h3 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.device-document-files a.file:hover {
    text-decoration: underline;
}

.device-document-files .loader {
    position: absolute;
    top: -35px;
    right: -55px;
}

.rate-panel-body .table-box table {
    border-collapse: collapse;
}

.rate-panel-body .table-box th {
    border-bottom: 1px #778899 solid;
    font-size: 16px !important;
    padding: 5px;
}

.rate-panel-body .table-box td {
    border-bottom: 1px #778899 solid;
    font-size: 14px !important;
    padding: 5px 30px;
}

.rate-panel-body-thank-you .text {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.rate-panel-body-thank-you .text h2 {
    margin-bottom: 10px;
}

#recaptcha-box {
    margin: 20px 0;
    float: right;
}

.label-tag {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.autosave-label {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-left: 10px;
}

.partner-passwords-page .search-partner {
    margin-top: 20px;
    width: 430px;
}

.partner-passwords-page .user-box {
    background-color: #dfe2e6;
    margin-top: 50px;
    padding: 20px 50px;
    border: 1px solid;
}

.partner-passwords-page ul {
    margin-top: 10px;
}

.partner-passwords-page ul li {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.version-container .btn-container .loader {
    position: absolute;
    top: -15px;
    right: 10px;
}

.feed-box textarea {
    width: 100%;
    height: 120px;
}

.feed-list-page h3 {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.feed-list-page ul {
    width: 80%;
}

.feed-list-page ul li {
    padding: 35px 20px;
    border-bottom: 1px #778899 solid;
}

.feed-list-page ul li:last-child {
    border-bottom: none;
}

.work-id-already-exists-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 700px;
    margin: 50px auto;
}

.work-id-already-exists-page p {
    margin-top: 5px;
}

.work-id-already-exists-page a {
    padding: 5px 10px;
    margin-top: 50px;
}

.wms-webshop-page h3 {
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.wms-webshop-page .basic-btn {
    max-width: 430px;
}

.wms-webshop-page .no-products {
    text-align: center;
    margin-bottom: 20px;
}

.wms-webshop-page .products-list {
    margin-bottom: 20px;
}

.wms-webshop-page .products-list li {
    border: 1px solid black;
    padding: 2px 5px;
    display: flex;
    position: relative;
}

.wms-webshop-page .products-list li .green-btn {
    width: auto;
    height: auto;
}

.wms-webshop-page .products-list li span {
    display: flex;
    align-items: center;
}

.wms-webshop-page .products-list li.header {
    font-weight: bold;
}

.wms-webshop-page .products-list li .name {
    width: 20%;
}

.wms-webshop-page .products-list li .unique-id {
    width: 13%;
}

.wms-webshop-page .products-list li .status {
    width: 10%;
}

.wms-webshop-page .products-list li .images {
    width: 35%;
}

.wms-webshop-page .products-list li .images .image {
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.wms-webshop-page .products-list li .price {
    width: 7%;
}

.wms-webshop-page .products-list li .buttons {
    width: 15%;
}

.wms-webshop-page .products-list li .buttons input:not(:last-child) {
    margin-right: 10px;
}

#list-item-webshop-uploaded-images {
    display: flex !important;
    flex-wrap: wrap;
}

#list-item-webshop-uploaded-images > div {
    margin: 5px;
}

.webshop-upload-product-list-fields .product-image-container {
    width: 160px;
    height: 160px;
    border: 1px solid #2c456d;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    position: relative;
}

.webshop-upload-product-list-fields .product-image-container .product-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 150px;
}

.webshop-upload-product-list-fields .product-image-container .remove-image {
    position: absolute;
    top: -10px;
    right: -7px;
}

.webshop-upload-product-list-fields .product-image-container .remove-image i {
    color: white;
    background-color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

