/* RESET */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

/* GŁÓWNE BOXY */

.container {
    display: flex;
    height: 100%;
}

/* COUNT STYLE */

.countOrdersBox {
    background: #ffffff;
    padding: 15px 0 15px 5px;
    clear: both;
}

.countOrdersBox .accountOrdersCount:last-child {
    padding-bottom: 0;
}

.getAccountCount {
    display: none;
}

.countOrdersBox input.countCheckbox, .autoFillSwitchBox input.autoFillCheckbox {
    display: inline-block;
    float: left;
    width: 13px;
    margin-left: 20px;
    margin-top: 1px;
    cursor: pointer;
}

.contentContainer {
    overflow: auto;
    height: 90vh;
    clear: both;
    padding-right: 0px;
}

.contentContainerBG {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: contentContainerBG;
    animation-timing-function: linear;
    background: rgb(244,244,244);
    background: linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 35%, rgba(238,238,238,1) 100%);
}

.loadingOrdersInfo {
    margin-top: 50px;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #a3a3a3;
}

.fa-spinner {
    padding-right: 10px;
}

.fa-rotate {
    font-size: 24px;
    margin-top: 3px;
    color: #ffffff;
    background-color: #484848;
    padding: 7px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    outline: 1px solid #d5d5d5;
}

.accountOrdersCount {
    background: url(../img/shop_icon.svg) no-repeat;
    background-position: left 0px;
    background-size: 15px 14px;
    font-family: "Roboto", Arial, Tahoma sans-serif;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 5px;
}

.accountsAutoFillCounts {
    width: 100%;
    background: url(../img/robot_icon.svg) no-repeat;
    background-position: left 0px;
    background-size: 15px 14px;
    font-family: "Roboto", Arial, Tahoma sans-serif;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 5px;
}

.userMenu li.homeIcon {
    display: none;
}

ul.userMenu li.logoutIcon {
    float: right;
    margin: 6px 10px 0 0;
}

    ul.userMenu li.homeIcon {
    float: left;
    margin: 6px 0 0 10px;
}

.userMenuBox {
    width: 100%;
    padding: 10px 0 10px 0;
    display: block;
    background-color: #275572;
    overflow: auto;
}

.menuBox {
    min-width: 230px;
    background-color: #f7f7f7;
    padding: 0 30px;
    position: relative;
}

.menuBoxHideBox {
    display: none;
    width: 65px;
    height: 40px;
    position: absolute;
    background-color: #165f8d;
    right: -88px;
    top: 0;
    border-radius: 0 4px 4px 0;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    padding-left: 23px;
    cursor: pointer;
    text-transform: uppercase;
}

.showMenu {
    margin-left: 290px;
}

.hideMenuBody {
    margin-left: 250px;
}

.contentBox {
    flex: 80%;
    padding: 0 30px;

}

.topLogo {
    width: 132px;
    margin-left: 66px;
    text-align: left;
    margin-top: 10px;
}

.topLogo a {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 0px;
}

.topLogo .subText {
    color: #ffffff;
}

.topLogoSubtext {
    display: block;
    font-size: 9px;
    text-align: right;
    font-weight: normal;
    color: #ffffff;
}

/* POWIADOMIENIA */

.notificationBox {
    font-family: "Tahoma", sans-serif;
    position: fixed;
    right: 5px;
    top: 5px;
    max-width: 600px;
    margin-left: 125px;
    background: #262626;
    padding: 8px 15px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}

.notificationBox:hover {
    background: #26262672;
}

.notificationBox i.fa-bell {
    margin-right: 10px;
    color: #ffee00;
}

.notificationBox i.fa-xmark {
    display: block;
    float: right;
    margin-left: 30px;
    color: #b7b7b7;
}

.notificationTop {
    font-size: 14px;
    width: 100%;
}

.notificationBottom {
    font-size: 10px;
    margin-left: 23px;
    padding-top: 3px;
}

.welcomeBanner {
    max-width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.faq .userMenuBox {
    display: none;
}

.faq .welcomeBanner {
    max-width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 104px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.welcomeBannerMenu {
    max-width: 150px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.welcomeMessageInfo {
    background: #ff6c00;
    display: inline;
    text-align: center;
    width: 77%;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 12px;
    padding: 10px 0;
    color: #ffffff;
    border-radius: 2px;
}

.welcomeMessageInfo:hover {
    background: #292929;   
}

.contentLogo {
    width: 200px;
}

.refreshOrdersBox {
    display: none;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #727272;
}

.refreshOrdersBox:hover {
    cursor: pointer;
}

.refreshOrdersBoxRotate {
    animation: rotateRefresh 1s infinite;
}

img.refreshOrderImage {
    width: 30px;
    margin: 6px 20px 0 0;
}

img.refreshOrderImage:hover {
    scale: 0.9;
}

img.loadingOrders {
    width: 13px;
    margin-right: 5px;
}

img.noOrders {
    display: none;
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    opacity: 0.4;
}

.showDiv {
    display: block;
    visibility: visible;
}

.noAccountInfo {
    margin-left: 35px;
}

.addAccountLink {
    text-decoration: underline;
}

.addAccountLink:hover {
    color: rgb(0, 87, 201)
}

/* ODSTĘP WEWNĄTRZ BOXU */

.insideTop {
    padding-top: 25px;
}

/* USER MENU */

ul.userMenu li {
    background-size: 25px 25px;
    width: 30px;
    height: 30px;
}

body.home ul.menuList {
    margin-top: 10px;
}

@keyframes test {
    from {scale: 1;}
    to  {scale: 0.9;}
}

@keyframes rotateRefresh {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes contentContainerBG {
    0% {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

ul.userMenu li a {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

ul.userMenu li:hover {
    animation: test 0.5s;
    animation-fill-mode: forwards;

}

li.logo {
    background: url(../img/logo.png) no-repeat;
    display: none;
}

li.homeIcon {
    background: url(../img/homeIcon.png) no-repeat;
    display: block;
    width: 50%;
    float: left;
    margin-left: 10px;
}

li.logoutIcon {
    background: url(../img/logoutIcon.png) no-repeat;
    display: none;
    width: 50%;
    float: right;
    margin-right: 10px;
}

/* HEADER */

.headerControlPanel {
    display: block;
    background-size: 20px 20px;
    padding-left: 30px;
    font-size: 25px;
    color: #5c5c5c;
}

.headerIcons {
    display: block;
    background-size: 20px 20px;
    padding-left: 28px;
    font-size: 20px;
    color: #5c5c5c;
}

p.headerMenu {
    background: url(../img/menu_icon.svg) center left no-repeat; 
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 35px;
}

p.headerMenuContent {
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 15px;
}

p.headerControlPanel {
    background: url(../img/storages_settings_icon.svg) center left no-repeat; 
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 35px;
}

p.lastOnline {
    background: url(../img/last_online_icon.svg) center left no-repeat; 
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 35px;
}

p.optionsAccountsHeader {
    background: url(../img/storages_settings_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.accountsHeader {
    background: url(../img/accounts_icon.svg) center left no-repeat; 
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 35px;
}

p.aiHeader {
    background: url(../img/ai_icon.svg) center left no-repeat; 
    background-size: 30px 30px;
    font-weight: 500;
    padding-left: 35px;
}

p.ordersHeader {
    background: url(../img/orders_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.addAccountHeader {
    background: url(../img/add_account_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.questionIcon {
    background: url(../img/question-icon.svg) center left no-repeat; 
    background-size: 22px 22px;
    font-weight: 500;
    padding-left: 28px;
}

p.ordersHeader {
    background: url(../img/orders_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.quantity {
    background: url(../img/quantity_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.adminPanel {
    background: url(../img/admin-setting_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.passwordChange {
    background: url(../img/password_change_icon.svg) center left no-repeat; 
    background-size: 20px 20px;
}

p.headerSubtitle {
    display: block;
    padding: 0 0 10px 29px;
    font-size: 15px;
    color: #5c5c5c;
}

.settings p.headerSubtitle {
    display: block;
    padding: 0 0 10px 36px;
    font-size: 15px;
    color: #5c5c5c;
}

body.settingsAccountList .insideContainer {
    max-width: 100%;
}

p.headerSubtitlePanel {
    display: block;
    padding: 0 0 10px 36px;
    font-size: 12px;
    color: #5c5c5c;
}

span.nickName {
    background: url(../img/order_user_icon.png) center left no-repeat; 
    background-size: 12px 12px;
    padding-left: 16px;
    color: #838383;
    font-weight: bold;
}

.accountType {
    font-weight: normal;

}

p.headerSubtitleControlPanel {
    display: block;
    font-size: 15px;
    color: #5c5c5c;
}

p.headerSubtitleTwo {
    display: block;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 15px;
    color: #5c5c5c;
}

/* ADMIN PANEL */
.adminPanelHeader {
    margin-bottom: 10px;
}

table.lastOnlineUser {
    width: 100%;
    font-family: Tahoma, sans-serif;
    text-align: left;
    border-collapse: collapse;
    font-size: 12px;
}

table.lastOnlineUser td, table.lastOnlineUser th {
    border: 1px solid gray;
    padding: 5px;
}

table.lastOnlineUser th {
    border: 1px solid gray;
    padding: 5px;
}

.adminTableHeader {
    background: #4b6893;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

/* MENU */

ul.menuList {
    margin: 10px 0 0 36px;
}

ul.menuListContent {
    margin: 10px 0 0 15px;
}

ul.menuList li {
    border-bottom: 1px solid #e3e3e3;
    max-width: 100%;
    font-size: 13px;
}

ul.menuList li a {
    display: inline-block;
    padding: 8px 0 8px 0px;
    color: #272727;
}

ul.menuList li a:hover {
    text-decoration: underline;
}

ul.menuList li:hover i {
    color: #e09731;
}

ul.menuList i {
    padding-right: 8px;
    color: #608af9;
    font-size: 12px;
    min-width:15px
}

ul.menuList i.home {
    color: #e09731;
}

ul.menuList i.options {
    color: #008bc3;
}

ul.menuList i.settings {
    color: #008bc3;
}

ul.menuList i.info {
    color: #008bc3;
}

ul.menuList i.fa-stack-exchange {
    color: #008bc3;
}

ul.menuList i.logout {
    color: #565658;
}

ul.menuList li.menuHeaders {
    padding: 5px 5px;
    font-size: 10px;
    background-color: #fdfdfd;
    color: #2e2e2e;
}

/* MENU WEWNĘTRZNE */

.optionsAccountBox {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    
}

/* LISTA PODŁĄCZONYCH KONT */

.storageAccountName {
    float: left;
}

.singleAccountName {
    background: url(../img/shop_icon.svg) no-repeat;
    background-position: left 0px;
    background-size: 20px 20px;
    font-weight: 500;
    padding-left: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #3e3e3e;
}

.storagesLists {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 15px;
}

.statusesLists {
    width: 100%;
    height: 0px;
    overflow: hidden;
    float: left;
    clear: both;
}

.storage {
    display: block;
    overflow: auto;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
}

.extraFieldsBox {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 10px;
    padding-left: 10px;
    height: 0px;
    overflow: hidden;
}

.status {
    display: block;
    font-size: 12px;
}

.paddingBox {
    padding: 15px 0;
}

.paddingBoxStatuses {
    padding: 13px 0;
}

.accountsOptions {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.accountsOptions li.accountsList {
    padding: 10px 5px;
}

.orderExtraFieldsItemBox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.orderExtraFieldsItemBox:last-child {
    border-bottom: none;
}

.inventoryName {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Courier, monospace;
    width: 50%;
    display: block;
    float: left;
}

.orderExtraFieldName {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Courier, monospace;
    width: 100%;
}

.statusBox {
    height: 30px;
}

.statusBox:hover .statusName:before  {
    padding-left: 5px;
    content: " ";
    border-left: 3px solid rgb(53, 53, 53);
}

.statusName {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Courier, monospace;
    width: 50%;
    display: block;
    float: left;
    line-height: 25px;
    clear: both;
}

.statusLabelColor {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
}

.inventoryDelete {
    width: 50%;
    float: right;
    text-align: right;
}

.orderExtraFieldDelete {
    text-align: right;
}

.statusCheck {
    float: right;
    text-align: right;
}

.removeSectionBox {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.removeSection, .updateSections, .updateStorages, .updateQuantity, .updateExtraFields, .updateExtraFieldsCharInput {
    display: inline-block;
    background-color: rgb(243 243 243);
    padding: 2px 5px;
    font-size: 10px;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 15px;
    line-height: 15px;
}

.removeSection:hover {
    background-color: rgb(185, 15, 15);
    color: #ffffff;
    cursor: pointer;
}

.addSectionToOrdersListBox {
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.orderHeadersOptions {
    width: 100%;
    margin-right: 5px;
    margin-top: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;

}

.headersOptionsLabel {
    background: #f3f3f3;
    display: block;
    font-size: 10px;
    padding-bottom: 5px;
    padding: 5px 10px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.orderHeadersOptionsList {

}

.addSectionToOrdersList, .addExtraFieldsToSplit, .addToAutoCursor, .addToAutoFillFrom, .addToAutoFillTo {
    display: inline-block;
    background-color: rgb(243 243 243);
    padding: 2px 5px;
    font-size: 10px;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
}

.addSectionToOrdersListOn {
    background-color: rgb(49, 185, 15);
    color: #ffffff;
    cursor: pointer;
}

.addSectionToOrdersList:hover, .addExtraFieldsToSplit:hover, .addToAutoCursor:hover, .addToAutoFillFrom:hover, .addToAutoFillTo:hover {
    cursor: pointer;
}

.autoFillBox {
    Width: 100%;
}

.autoFillHeader {
    background: #f3f8ff;
    display: block;
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.sectionSettingBox {
    float: right;
}

.sectionSetting {
    font-size: 11px;
    padding-left: 5px;
    line-height: 25px;
    padding-right: 8px;
    color: #60473e;
}

.sectionSetting:hover {
    cursor: pointer;
    color: #00a8c5;
}

.statusBoxFullHeight {
    height: 50px;
}

.sectionOptionsBox {
    display: none;
    width: 100%;
    clear: both;
}

.sectionOptionsBoxActive {
    display: block;
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
    overflow: auto;
    float: left;
    border-bottom: 1px solid #f7f7f7;
}

.sectionOptionsHeader, .accountOptionsHeaderBox {
    display: block;
    font-size: 11px;
    padding: 8px 10px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 5px;
    color: #000000;
}

.accountOptionsHeaderBox.storagesIcon {
    background: #f5f5f5 url("../img/storages_icon.svg") no-repeat;
    background-size: 22px;
    background-position: 5px center;
    padding-left: 30px;
}

.accountOptionsHeaderBox.extraFieldsIcon {
    background: #f5f5f5 url(../img/extra_fields_icon.svg) no-repeat;
    background-size: 16px;
    background-position: 8px center;
    padding-left: 31px;
}

.accountOptionsHeaderBox.extraFieldsIcon span {
    display: block;
    float: right;
    cursor: pointer;
    background: rgb(15, 123, 185);
    padding: 3px 6px;
    margin-top: -3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 10px;
}

.accountOptionsHeaderBox.optionsIcon {
    background: #f5f5f5 url("../img/section_options_icon.svg") no-repeat;
    background-size: 22px;
    background-position: 5px center;
    padding-left: 30px;
}

.accountOptionsHeaderBox.storagesOptionsIcon {
    background: #f5f5f5 url("../img/storages_settings_icon.svg") no-repeat;
    background-size: 22px;
    background-position: 5px center;
    padding-left: 30px;
}

.sectionOptions {
    width: 100%;
    font-size: 10px;
    padding: 5px 10px 0 10px;
    display: inline-block;
    padding-bottom: 10px;
}

.settingIcons {
    padding-right: 5px;
    color: #3c3c3c;
}

.settingIconsOrders {
    padding-right: 5px;
    color: #ffa500;
}

.sectionsListBox {
    padding: 5px 10px 0 10px;
}

.sectionItem {
    line-height: 20px;
    display: block;
    float: left;
    width: 50%;
    font-size: 11px;
}

.sectionItem:hover {
    cursor: pointer;
    font-weight: bold;
}

.fa-star, .fa-reply-all  {
    display: none;
    font-size: 11px;
    padding-left: 3px;
    color: #438ceb;
}

.automaticSectionSetBox .fa-reply-all, .sectionNameLabel .fa-reply-all {
    display: inline-block;
    transform: scale(-1, 1);
}

.activeAutomaticMove {
    display: inline-block;
}

.automaticSectionSetBox {
    display: block;
    font-size: 10px;
    margin-left: 10px;
}

.automaticSectionSet {

}

img.loadingStorages {
    display: none;
    width: 13px;
    margin-left: 5px;
}

img.loadingStorages.showLoading {
    display: inline-block !important;
}

/* CHECBOX */
.switch {
    font-size: 17px;
    margin-top: 2px;
    position: relative;
    display: inline-block;
    float: right;
    width: 2.6em;
    height: 1.2em;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 0.8em;
    width: 0.8em;
    border-radius: 20px;
    left: 0.15em;
    top: 0.09em;
    background-color: #adb5bd;
    transition: .4s;
  }

  .slider.statusOn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #007bff;
    border: 1px solid #adb5bd;
    transition: .4s;
    border-radius: 30px;
  }

  .slider.statusOn:before {
    position: absolute;
    content: "";
    height: 0.8em;
    width: 0.8em;
    border-radius: 20px;
    left: 1.5em;
    top: 0.09em;
    background-color: #ffffff;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #007bff;
    border: 1px solid #007bff;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #007bff;
  }
  
  input:checked + .slider:before {
    transform: translateX(1.4em);
    background-color: #fff;
  }

  input:checked + .slider.statusOn {
    background-color: #fff;
  }

  input:checked + .slider.statusOn {
    background-color: #fff;
    border: 1px solid #adb5bd;
  }
  
  input.statusOn:checked + .slider.statusOn:before {
    transform: translateX(-1.4em);
    background-color: #adb5bd;
  }

/* ////////////// */

div.showStatusesButton {
    width: 100%;
    overflow: auto;
    padding: 5px 0px;
}

span.showStatuses {
    background-color: rgb(15, 123, 185);
    float: right;
    padding: 5px 5px;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
}

span.showStatuses:hover, span.showStatuses:active, .updateSections:hover, .updateStorages:hover, .updateQuantity:hover, .updateExtraFields:hover,
.updateExtraFieldsCharInput:hover, .updateExtraFields:hover {
    background-color: rgb(255, 81, 0);
    cursor: pointer;
    color: #ffffff;
}

.tipsBoxMargin {
    margin-top: 10px;
}

/* DŁOGOŚCI BOXÓW */

.fullHeight {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}

.accountsOptions a.options, .storagesLists a.options {
    padding: 3px 5px;
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
}

.accountsOptions a.options.storages {
    background-color: rgb(243 243 243);
    border: 1px solid #e3e3e3;
    color: #000000;
    padding: 3px 5px;
    font-size: 11px;
    display: inline-block;
    border-radius: 3px;
}

.accountsOptions a.options:hover {
    text-decoration: none;
    background-color: rgb(15, 123, 185);
    color: #ffffff;
}

.sectionOptionSectionBox {
    margin-bottom: 10px;
}

.storagesLists a.options {
    padding: 5px 10px;
}

.storagesLists a.options.storages {
    background-color: rgb(243 243 243);
    border: 1px solid #e3e3e3;
    color: #000000;
}

.options.storages.delete {
    float: right;
}

.accountsOptions a.options.delete:hover, .storagesLists a.options.delete:hover, .accountDelete a.options.storages:hover {
    background-color: rgb(185, 15, 15);
    color: #ffffff;
}

.accountDelete {
    float: right;
    margin-top: 1px;
    background: #008bc3;
    border-radius: 3px;
    padding: 4px 11px;
    color: #ffffff;
    border: none;
    font-size: 11px;
}

.accountDelete:hover {
    background:  rgb(185, 15, 15);
}

.accountsList {
    max-width: 395px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid rgb(241 241 241);
    overflow: auto;
    box-shadow: 2px 4px 6px 0px #f3f3f3;
    animation: accountsListAnimation 1s linear;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
    padding: 20px;
    border-radius: 5px;
}

.accountOptionsHeaderBox {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 8px;
}

.accountStatus {
    display: inline-block;
    float: right;
    padding-right: 10px;
    margin-top: 2px;
}

.accountStatus input.accountSwitchStatus {
    width: 20px;
    cursor: pointer;
}

.accountDownloadOff {
    filter: grayscale(1);
    opacity: 0.5;
}

.accountSwitchStatusLablel {
    font-size: 10px;
    margin-top: 4px;
    float: left;
}

/* LISTBOX */

.listBox {
    margin-top: 20px;
    line-height: 30px;
}

.listBox .title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 20px;
}

.listBox .success {
    background: url(../img/checked.png) center left no-repeat;
    background-size: 15px 15px;
    padding-left: 20px;
    font-size: 14px;
}

.notFound {
    background: url(../img/notFound.png) center left no-repeat;
    background-size: 15px 15px;
    width: 100%;
    display: block;
    padding-left: 20px;
    font-size: 14px;
}

.errorResults {
    background: url(../img/notFound.png) center left no-repeat;
    background-size: 15px 15px;
    padding-left: 20px;
}

/* CONTENT STYLE */

.contentContainer {
    width: 100%;
    font-family: Roboto, Tahoma, sans-serif;
    color: #2b2b2b;
}

.headerContent {
    width: 100%;
    font-size: 17px;
    color: #1a1a1a;
    margin: 10px 0 10px 0;
}

.headerContent.changelog {
    font-weight: bold;
}

.contentText {
    font-size: 14px;
    margin-left: 19px;
    margin-bottom: 25px;
}

.contentText.changelogContent {
    line-height: 26px;
}

.contentText ul {
    margin-top: 20px;
}

.contentText li {
    list-style: disc;
    margin-left: 19px;
    margin-bottom: 10px;
    line-height: 25px;
}

.contentText li.faq {
    margin-left: 20px;
    list-style: none;
    font-size: 13px;
}

.contentText img {
    margin: 0 20px 20px 20px;
    max-width: 400px;
    width: 100%;
    border: solid 1px #ededed;
}

.contentText a {
    text-decoration: underline;
}

img.changelog {
    margin: 0;
    margin-top: 10px;
    max-width: 750px;
    border: solid 1px #ededed;
}

img.changelogSmall {
    margin: 0;
    margin-top: 10px;
    max-width: 250px;
    border: solid 1px #ededed;
}

/* FORM STYLE */

.insideContainer {
    max-width: 840px;
    width: 100%;
}

.headerContentLeft {
    width: auto;
    float: left;
}

.headerContentRight {
    width: auto;
    float: left;
}

.headerContentRightOrdersList {
    display: none;
    width: auto;
    float: right;
    margin-right: 10px;
}

.countTotalPrice {
    display: inline-block;
    margin: 0 10px 0 0;
    padding-left: 5px;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #5c5c5c;
}

.totalOrdersSumCaption {
    display: block;
    font-size: 9px;
    padding-left: 25px;
    margin-top: 5px;
}

.fa-coins {
    color: #ecc73d;
    font-size: 18px;
}

.insideContainer.ordersBoxWidth {
    max-width: 840px;
    width: 100%;
    position: relative;
}

.home .insideContainer {
    max-width: 600px;
    width: 100%;
}

.insideContainer form {
    margin-top: 30px;
}

.insideContainer input {
    width: 100%;
    box-sizing: border-box;
}

.insideContainer input[type='text'],
.insideContainer input[type='number'],
.insideContainer input[type='password'],
.insideContainer input[type='email'],
.insideContainer input[type='date'], select, textarea {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

input[type='date'], select {
    cursor: pointer;
}

textarea {
    height: 200px;
}


.insideContainer input[type='submit'] {
    display: block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.insideContainer input[type='submit']:hover,
.insideContainer input[type='submit']:focus {
  background-color: #07c;
}

.insideContainer input[type='submit']:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.insideContainer input[type='submit']:active {
  background-color: #0064bd;
  box-shadow: none;
}

body.options .insideContainer {
    max-width: 420px;
    width: 100%;
}

/* LOGIN PAGE */

.insideContainer.loginPage {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 500px;
    width: 100%;
}

.loginHeaderBox {
    width: 100%;
    text-align: center;
}

span.loginHeader {
    font-size: 26px;
}

.noAccountBox {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

a.register {
    color: rgba(16, 84, 187, 0.973);
    font-weight: 500;
    
}

a.register:hover {
    color: rgba(16, 84, 187, 0.973);
    text-decoration: underline;
    
}

/* CONFIRM BOX */

.resultsConfirm {
    text-align: center;
}

.passwordInput {
    position: relative;
}

.hidePassword {
    background: url(../img/hideIcon.png) center left no-repeat;
    background-size: 15px 15px;
    height: 20px;
    padding-left: 15px;
    position: absolute;
    right: 15px; 
    top: 10px;
    cursor: pointer;
}

span.showPassword {
    background: url(../img/showIcon.png) center left no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}

.settingsPanel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 20px 0px;

}

.optionHeader {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 2px;

}

.optionHeader.addStorages {
    background: url(../img/add_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.storages {
    background: url(../img/storages_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.accountList {
    background: url(../img/list_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.ordersOption {
    background: url(../img/orders_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.quantityOption {
    background: url(../img/boxes_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.priceOption {
    background: url(../img/price_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.matchOption {
    background: url(../img/match_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.addAccount {
    background: url(../img/addaccount_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.aiSettings {
    background: url(../img/ai_settings_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader.aiListAccounts {
    background: url(../img/ai_list_icon.png) center 0 no-repeat;
    background-size: 50px 50px;
}

.optionHeader:hover {
    background-color: rgb(243, 243, 243);
}

a.optionHeaderCaption {
    display: block;
    font-size: 11px;
    padding: 50px 0 10px 0;
}

.optionsBox {
    margin-bottom: 40px;
}

.fa-lock, .fa-star-half-stroke {
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 12px;
    color: #3d77bf;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #e3e3e3;
    cursor: inherit;
}

.lock:hover, .lock:hover a {
    cursor: not-allowed;
}

/* ORDERS STYLE */

.ordersBox {
    width: 100%;
    font-family: Tahoma, Arial, sans-serif;
    max-width: 840px;
    margin-top: 45px;
}

.orderBox {
    border: 1px solid #e7e7e7;
    margin-bottom: 35px;
    position: relative;
    animation: 0.5s accountListAnimation;
}

.orderNumberLabelBox {
    display: none;
    width: 100%;
    text-align: right;
    overflow: auto;
    background-color: #f5f5f5;
    font-size: 11px;
    height: 56px;
}

.orderBox.orderAutoFill .orderNumberLabelBox, .orderBox.orderAutoFillAI .orderNumberLabelBox {
    display: block;
    width: 100%;
    text-align: right;
    overflow: auto;
    background-color: #f5f5f5;
    font-size: 11px;
    height: 56px;
}

.orderNumberLabelLeft {
    padding: 5px 5px 5px 10px;
    float: left;
    text-align: left;
}

.orderNumberLabelRight {
    padding: 5px 10px 5px 5px;
    float: right;
    text-align: right;
}

.orderIDNumber {
    font-weight: normal; 
}

.orderIDNumber::before {
    display: inline-block;
    content: "ID zamówienia";
    background: #353535;
    color: #ffffff;
    padding: 1px 3px;
    border-radius: 3px;
    font-size:10px;
}

.sectionNameLabel {
    position: absolute;
    top: -23px;
    left: 0px;
    background-color: #1f6ba9;
    padding: 5px 15px 5px 15px;
    font-size: 11px;
    color: #ffffff;
}

.singleOrderLabel {
    position: absolute;
    top: -23px;
    right: 120px;
    background-color: #0382dc;
    font-size: 11px;
    color: #ffffff;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.orderTime {
    background: url(../img/calendar_icon.svg) no-repeat;
    background-position: 0px 4px;
    background-size: 15px;
    position: absolute;
    top: -25px;
    right: 0px;
    padding: 5px 5px 5px 20px;
    font-size: 11px;
}

.orderHeader {
    background-color: #0382dc;
    height: 30px;
    display: flex;
    align-items: center;
}

.orderHeaderRight {
    float: right;
    text-align: right;
}

.orderHeaderLeft {
    float: left;
    width: 100%;
    line-height: 30px;
}

.orderHeaderRight {
    float: right;
    width: 50%;
}

.orderNumber {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #505050;
    line-height: 15px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}

.orderBody {  
}

.orderNameBox {
    
}

span.quantity {
    width: 10%;
    float: right;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

div.orderDetails {
    font-size: 11px;
    padding-top: 2px;
    border-top: 1px solid #f2f2f2;
}

span.orderDetailsHeader {
    font-weight: bold;
    margin-right: 2px;
}

span.orderDetailsContent {
    margin-right: 5px;
    line-height: 20px
}

span.orderDetails {
    padding: 2px;
    
}

.previewAuction {
    margin-left: auto;
}

.previewAuction:hover {
    color: #0382dc;
}

.singleOrder {
    margin: 15px 10px;
    padding: 0px 0 10px 0;
    border-bottom: 1px dashed #c5c5c5;
}

span.orderUser {
    background: url(../img/order_user_icon.png) top left no-repeat;
    background-size: 14px;
    font-size: 12px;
    color: #ffffff;
    padding-left: 20px;
    margin: 0 10px 0 10px;
    padding-bottom: 5px;
}

.orderNameQuantityBox {
    display: flex;
    column-gap: 5px;
}

.orderNameQuantityBoxLeft {
    width: 50px;
    height: 50px;
    border: 1px solid #f0f0f0;
    float: left;
}

.orderNameQuantityBoxRight {
    float: right;
    padding-left: 10px;
}

.orderPriceBox {
    overflow: auto;
    font-size: 13px;
    margin-top: 5px;
}

.orderTotalPriceBox {
    overflow: auto;
    font-size: 13px;
    margin: 10px 10px;
}

span.orderName {
    display: block;
    font-size: 12px;
    padding-bottom: 6px;
}

span.price {
    padding-left: 20px;
    
}

span.price.priceOne {
   
}

span.price.priceFull {
    float: right;
    font-weight: bold;
    font-size: 13px;
}

span.price.priceFull:before {
    content: "Razem: ";
}

span.price.priceFull:after {
    content: " zł";
}

img.productFirstImage {
   width: 50px;
   height: 50px;
   opacity: 0.4;
   cursor: pointer;


}

.userCommentBox {
    margin: 0 10px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.orderUserComment {
   background: url("../img/comment_icon.png") top left no-repeat;
   background-size: 17px;
   font-size: 13px;
   padding-left: 25px;
}

.moveToSectionBox {
    background-color: #f3f3f3;
    margin: 0 10px 10px 10px;
    padding: 6px 0 6px 8px;
    font-size: 11px;
    color: #424141;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.baselinkerOrderInfoBox {
    clear: both;
    height: 30px; 
    background-color: #f3f3f3;
    padding: 0 10px;
}

.baselinkerOrderIDLabel {
    display: inline-block;
    float: left;
    font-size: 11px;
    line-height: 30px;
}

.baselinkerOrderAccountBTLabel {
    font-size: 13px;
    margin-right: 15px;
    color: #ffffff;
    line-height: 30px;
}

.baselinkerOrderAccountBTLabel i {
    padding-right: 5px;
    font-size: 12px;
}

.fa-circle-info {
    color: #187995;
    padding-right: 5px;
}

div.orderCustomFieldsBox {
    font-size: 14px;
    margin-top: 10px;
}

div.orderCustomFielsName {
    color: #383838;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 7px 5px;
}

div.suggestionBox {
    margin-top: 8px;
    margin-bottom: 10px;
    margin-left: 9px;
}

div.orderCustomFielsName i {
    padding-right: 5px;
    color: #574e4c;
    font-size: 9px
}

div.orderCustomFielsName .suggestionCaption i {
    padding-right: 5px;
    color: #ffffff;
    font-size: 11px
}



.orderCustomFieldsBox button {
    float: right;
    margin-bottom: 10px;
    padding: 4px 6px;
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
}

button.orderCustomFieldsUpdate {
    display: none;
}

button.orderCustomFieldsUpdateChange {
    display: inline-block; 
}

.fieldContentEdit {
    background-color: #f6fdff;
    display: inline-block;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}

.fieldContentEdit div[contenteditable='true'] div {
    padding: 8px 0 8px 0;
    border-bottom: 1px dashed #e5e5e5;
    width: 95%;
}

.fieldContentEdit div[contenteditable='true'] div:nth-last-child(1) {
    border: none;
    padding-bottom: 3px;
}

.fieldContentEdit div[contenteditable='true'] div:nth-child(1) {
    padding-top: 3px;
}

div[contenteditable="true"] {
    padding: 10px;
}

div[contenteditable="true"]:focus {
    background:  rgba(196, 239, 255, 0.5) url(../img/pencil_icon.svg) 98% 50% no-repeat;
    background-size: 10px 10px;
    background-color: rgba(196, 239, 255, 0.5);
    outline: none;
}

.customField {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

[contenteditable] {
    outline: 0px solid transparent;
}

.automaticCursorMove {
    float: right;
    font-size: 10px;
    font-weight: normal;
    background-color: #1fa1df;
    color: #ffffff;
    padding: 2px 7px;
    border-radius: 2px;
    margin-left: 8px;
}

.automaticCursorMove .fa-arrow-pointer {
    color: #ffffff;
}

.fieldContentEdit br {
    display: none;
}

.sectionUpdateBox {
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    margin: 0 10px;
    height: 30px;
    border-bottom: 1px solid #efefef;
}

.sectionUpdateBox i {
    font-size: 12px;
    color: #0e6fb3;
    margin-right: 10px;
}

.moveToSectionContainer {
    display: flex;
    flex-direction: column;
}

button.sectionUpdate {
    background-color: rgb(243 243 243);
    float: right;
    border: 1px solid #e3e3e3;
    color: #000000;
    padding: 8px 10px;
    font-size: 11px;
    display: inline-block;
    border-radius: 3px;
}

button.sectionUpdate:hover {
    text-decoration: none;
    background-color: rgb(15, 123, 185);
    color: #ffffff;
    cursor: pointer;
}

.setSection {
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0 10px;
}

.sectionUpdateSuccess {
    background-color: #038b2c !important;
    color: #ffffff !important;
}

.sectionUpdateError {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}


/* SUCCESS BOX */

.successBoxInfo {
    position: absolute;
    right: 0px;
    top: 112px;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 3px;
    opacity: 0.8;
    font-size: 13px;
    display: none;
}

.aminationSuccessBox {
    background-color: rgb(82 161 22);
    display: block;
    animation: successErrorBox 6s;
    animation-fill-mode: forwards;
}

.aminationFailBox {
    background-color: rgb(161, 22, 22);
    display: block;
    animation: successErrorBox 6s;
    animation-fill-mode: forwards;
}

.autoFillContent {
    background-color: #f39400;
    padding: 4px 8px;
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 3px;
    margin-left: 5px;
}

.autoFillContent:hover {
    background-color: #9f0ada;
    cursor: pointer;
}

.batchAutoFill {
    display: none;
    background-color: rgb(243 243 243);
    padding: 3px 7px;
    font-size: 11px;
    color: #000000;
    border: 1px solid #e3e3e3;
    font-weight: normal;
    border-radius: 3px;
    margin-left: 0px;
}

.confirmAutoFillContentAI {
    background: rgb(247 247 247) url(../img/ai_icon_autofill.png) no-repeat;
    padding: 5px 12px;
    font-size: 12px;
    background-size: 17px 17px;
    background-position: 5px 4px;
    color: #000000;
    font-weight: normal;
    border-radius: 5px;
    margin-left: 0px;
    cursor: pointer;
    margin-top: 5px;
    display: inline-block;
    padding-left: 25px;
    border: 1px solid #cfcfcf;
}

.confirmAutoFillContent {
    display: none;
    background-color: rgb(255, 81, 0);
    padding: 4px 12px;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 3px;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid rgb(255, 81, 0);
}

.confirmAutoFillContentAI:hover {
    background-color: rgb(237 237 237);
    color: #252525;
    cursor: pointer;
    border: 1px solid rgb(237 237 237);
}

.batchAutoFil:hover {
    background-color: rgb(255, 81, 0);
    color: #ffffff;
    cursor: pointer;
    border: 1px solid rgb(255, 81, 0);
}

.confirmAutoFillContent:hover {
    background-color: rgb(95, 136, 40);
    color: #ffffff;
    cursor: pointer;
    border: 1px solid rgb(95, 136, 40);
}

div.orderCustomFielsName .autoFillContent i {
    color: #ffffff;
    font-size: 11px;
}

.suggestionCaption {
    background-color: #343434;
    padding: 4px 8px;
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 3px;
    margin-left: 5px;
}

.autoFillSwitchBox {
    display: none;
    width: 100%;
    float: left;
    padding: 5px 0 0 5px;
}

span.batchAutoFillStepOne:hover, span.batchAutoFillStepOneAI:hover, span.autoFillConfirmOptionsRunAll {
    background-color: rgb(237 237 237);
    cursor: pointer;
    color: #000000;
}

.autoFillConfirmOptions {
    margin: 10px 0 18px 19px;
    float: left;
}

.autoFillConfirmOptionsAI {
    margin-left: 19px;
    margin-bottom: 18px;
    float: right;
}

.batchAutoFillStepOneAI {
    background: rgb(247 247 247) url(../img/ai_icon_autofill.png) no-repeat;
    padding: 7px 19px;
    font-size: 13px;
    background-size: 17px 17px;
    background-position: 7px 6px;
    color: #000000;
    font-weight: normal;
    border-radius: 5px;
    margin-left: 0px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    padding-left: 32px;
    text-align: right;
    margin-right: 3px;
}

.batchAutoFillStepOne {
    background-color: rgb(247 247 247);
    padding: 7px 8px;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    text-align: right;
    margin-right: 3px;
}

.batchAutoFillStepTwo, .batchAutoFillStepTwoAI, .confirmAutoFillContentAIUpdate {
    background-color: #4e7c12;
    padding: 7px 10px;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    border-radius: 5px;
    margin-right: 5px;
}

.batchAutoFillStepTwo, .batchAutoFillStepTwoAI, .confirmAutoFillContentAIUpdate {
    display: none;
}

.batchAutoFillStepOne:hover, .batchAutoFillStepTwo:hover, .batchAutoFillStepOneAI:hover, .batchAutoFillStepTwoAI:hover, .confirmAutoFillContentAIUpdate:hover {
    background-color: rgb(82 85 88);
    cursor: pointer;
}

.autoFillConfirmOptionsRunAll {
    margin-left: 5px;
    margin-top: -5px;
}

body input.maintenanceMode {
    width: auto;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

@keyframes successErrorBox {
    0% {opacity: 1; display: block;}
    80% {opacity: 1; display: block;}
    100% {opacity: 0; display: none;}
}

/* QUANITITY SETTING */

input.quantityOrdersCheckbox {
    width: 13px;
    margin: 0px;
    display: inline-block;
    float: right;
    text-align: right;
    cursor: pointer;
}

.inputDateLabel {
    font-size: 10px;
    color: #1c1c1c;
    padding: 0px 5px;
    line-height: 30px;
}

.quantitySettingBox, .dateSettingBox, .splitExtraFieldsChar {
    display: flex;
    justify-content: space-between;
}

.sectionOptionSectionBox input.quantityOrders, input.extraFieldsCharInput {
    width: 70%;
    border: 1px solid #e9e9e9;
    padding: 5px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.updateQuantity, .updateExtraFieldsCharInput {
    width: 25%;
    height:27px;
    cursor: pointer;
}

.tipsBox {
    background: url(../img/question.svg) no-repeat;
    background-size: 11px;
    background-position: center left;
    display: inline-block;
    padding-left: 14px;
    margin-right: 2px;
    font-size: 10px;
    color: #0b92b1;
    text-align: right;
    float: right;
}

.paddingAddBox {
    padding-bottom: 10px;
}

.loader, .loaderOrders {
    border: 8px solid #ffffff;
    border-top: 8px solid #3cacff;
    border-right: 8px solid #5c5c5c;
    border-bottom: 8px solid #ff0000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-top: 5px;
    animation: spin 0.5s linear infinite;
}

.contactBox a, .contactBoxMobile a {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.contactBoxMobile {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30px;
}

.contactBox {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 30px;
}

.contactBoxMobile i, .contactBox i {
    padding-right: 5px;
}

.ordersHeaderBox {
    border-bottom: 1px solid #ededed;
}

/* HISTORY */

.ordersHistroyContainer {
    font-family: Roboto, Tahoma, sans-serif;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
    max-height: 209px;
    overflow: hidden;

}

.historyOrderBoxItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #4e7c12;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
}

.ordersHistroyContainer .historyOrderBoxItem:last-child {
    border-bottom: none;
}

.historyOrderBoxItem:hover {
    background-color: #353535;
}

.historyOrderID {
    text-align: left;
    padding-bottom: 10px;
}

.historyOrderActionShow {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #c3c3c326;
}

.historyOrderBoxItem i {
    padding-right: 8px;
}

/* PREVIEW */

body.preview {
    margin: 0;
    padding: 0;
}

body.preview .containerPreview {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 10px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    padding: 10px 30px;
    box-shadow: -1px -1px 4px 3px #fbfbfb;
}

body.preview img {
    max-width: 100%;
    width: 100%;
    margin: 5px;
}

body.preview img.imagesDescription {
    max-width: 100%;
    width: 100%;
}

body.preview .header {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 10px 0;
    display: block;
    width: 100%;
}

body.preview .imageContainer {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
}

body.preview .topLogoSubtext {
    margin-top: 15px;
}

.accountOptionsHeaderBox.extraFieldsSplitCharIcon {
    background: #f5f5f5 url(../img/split_lines_icon.svg) no-repeat;
    background-size: 16px;
    background-position: 8px center;
    padding-left: 31px;
}

.splitExtraFieldsChar {
    display: flex;
    justify-content: space-between;
}

input.extraFieldsCharInput {
    width: 70%;
    border: 1px solid #e9e9e9;
    padding: 5px;
}

.mobileLogo img.contentLogo {
    display: none;
}

.aiOptionsBox {
    position: absolute;
    top: 40px;
    right: 20px;
}

.aiSetting .insideContainer form {
    margin-top: 10px;
}

.organizationTypeBox {
    margin-top: 20px;
}

.organizationItem {
    font-size: 16px;
}

.organizationTypeBox img {
    max-width: 20px;
    margin-right: 5px;
}

.insideContainerAI {
    max-width: 620px;
    width: 100%;
}

.aiAccounType {
    margin-right: 5px;
}

.aiAccounTypeEdit {
    font-weight: bold;
    color: #3c3c3c;
    font-size: 20px;
}

.aiAccounTypeEdit i {
    margin-right: 8px;
    color: #3c5270;
    font-size: 21px;
}

.aiAccounEdit {
    margin-left: 5px;
}

.aiAccounEdit input.aiStatus {
    float: right;
    margin-top: 7px;
    margin: 6px 10px 0 10px;
    cursor: pointer;
}

a.aiAccountEdit i {
    margin-right: 5px;
    color: rgb(37, 37, 37);
 }

a.aiAccountEdit:hover i {
   color: #ffffff;
}

.aiSettingForms {
    margin-top: 10px;
}

.aiSettingForms input {
    width: 96%;
    display: block;
    padding: 10px;
    clear: both;
}

.aiSettingForms input[type="range"] {
    width: 100%;
    padding: 0;
}

.aiSettingForms .temperature {
    text-align: left;
    margin: 10px 0 0px 0;
}

.aiRoleEdit {
    font-size: 14px;
    line-height: 25px;
}

.aiRoleEdit textarea {
    line-height: 20px;
    font-family: "Raleway", sans-serif;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    border: none;
    border-top: 1px solid rgb(231, 231, 231);
    border-bottom: 1px solid rgb(231, 231, 231);
    height: 400px;
}

.aiRoleEdit textarea:focus {
    outline: none;
}

.updateButton {
    background-color: rgb(243 243 243);
    padding: 5px 15px;
    font-size: 10px;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    line-height: 15px;
    float: right;
}

.updateButton:hover {
    background-color: rgb(60 82 112);
    color: #ffffff;
    cursor: pointer;
}

.headerSubtitle.settingType {
    margin-left: 7px;
}

.aiAccountEditBox {
    margin-top: 25px;
}

.aiAccountListBox {
    font-family: "Roboto", Tahoma, sans-serif;
    color: #4e4e4e;
}

.aiAccountItem {
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
    box-shadow: none;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.accountsListAI {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    box-shadow: none;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #ededed;
    border-radius: 0;
}

.deleteButtonAI {
    margin-right:5px;
}

.deleteButtonAI:hover {
    cursor: pointer;
}

.successAIAccountAdd {
    display: block;
    width: 100%;
    text-decoration: underline;
}

.temperature {
    font-size: 14px;
    text-align:right;
    margin-bottom:5px;
}

#AiRange {
    margin-bottom: 15px;
}

.textareaHeader {
    font-size: 14px;
}

.textareaHeader i {
    margin-right: 8px;
}

.addToAiLearnBox {
    margin: 10px 0 0 5px;
    text-align: right;
}

.addToAiLearnButton {
    display: inline-block;
    background-color: rgb(23 66 118);
    padding: 2px 5px;
    font-size: 11px;
    color: #ffffff;
    border: 1px solid #2e3d73;
    border-radius: 3px;
    line-height: 15px;
}

.addToAiLearnButton:hover {
    background-color: rgb(58 58 58);
    border: 1px solid rgb(58 58 58);
    cursor: pointer;
}

.trainingDataBox {
    font-size: 13px;
}

.trainingData thead {
    text-align: left;
}

table.trainingData {
    width: 100%;
    border-collapse: collapse;
}

table.trainingData th {
    background: #5486bf;
    color: #ffffff;
}

table.trainingData th, table.trainingData td {
    border: 1px solid #ababab;
    padding: 6px;
}

.deleteAITrainingRecord {
    float: right;
    margin-top: 1px;
    background: #008bc3;
    border-radius: 3px;
    padding: 4px 11px;
    color: #ffffff;
    border: none;
    font-size: 10px;
}

.deleteAITrainingRecord:hover {
    background: rgb(185, 15, 15);
    cursor: pointer;
}

.SKUNewLine {
    display: block;
    border-bottom: 1px dashed #c7df9f;
    padding: 5px 0;
}

.extra_to .SKUNewLine:nth-last-child(1) {
    border-bottom: none;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* SCROLL BAR */

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.blink {
    animation: blink-animation 1s linear;
}

.SKUNewLine strong {
    color: #ffffff;
    background: #002c08;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #076a12;
    font-weight: normal;
}

/* DISABLE ELEMENTS */
.accountsAutoFillCounts, .batchAutoFillStepOne, .autoFillCheckbox, .suggestionBox {
    display: none !important;

}

@keyframes accountListAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slowShow {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slowOut {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes pulsateHover {
    0% {
        transform: scale(1);  
    }
    100% {
        transform: scale(0.97);
    }
}

@keyframes buttonOpacity {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.accountsList {
    animation: accountListAnimation 0.2s linear;
}

@media (max-width: 1200px) {

    body.preview img.imagesDescription {
        max-width: 100%;
        width: 100%;
    }

    .insideContainer.loginPage {
        margin-top: 10px;
    }

    .insideContainer.ordersBoxWidth {
        max-width: 420px;
    }

    .contentText img {
        margin: 0 ;
        max-width: 320px;
        width: 100%;
    }

    img.changelog {
        margin: 0;
        margin-top: 10px;
        max-width: 90%;
        border: solid 1px #ededed;
    }
    
    .accountsList {
        width: auto;
    }

    .insideContainer {
        max-width: 420px;
        width: 100%;
    }

    .optionsAccountBox {
        display: block;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    span.orderUser {
        font-size: 10px;
    }
}

@media (max-width: 700px) {

    .mobileLogo img.contentLogo {
        display: block;
        margin: 0 auto;
        width: 300px;
        margin-bottom: 50px;
    }

    .notificationBox {
        max-width: 90%;
        width: 100%;
    }

    .ordersHistroyContainer {
        max-width: 95%;
        max-height: 139px;
        width: 100%;
    }
    .insideContainer.ordersBoxWidth {
        position: inherit;
    }

    .successBoxInfo {
        width: 90%;
        position: fixed;
        top: inherit;
        opacity: 1;
        text-align: center;
        z-index: 9999;
        top: 30px;
        left: 50%;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 16px;
        transform: translate(-50%, -50%);
    }

    .contactBoxMobile {
        display: block;
    }

    .contactBox {
        display: none;
    }

    .topLogo {
        margin: 0 auto;
        margin-top: 10px;
    }

    .faq .userMenuBox {
        display: block;
    }

	.container {
        flex-direction: column;
    }

    .userMenu li.homeIcon {
        display: block;
    }

    ul.userMenu li {
        display: inline-block;
    }

    ul.userMenu li.accountIcon {
        float: left;
        display: none;
    }

    ul.userMenu li.settingIcon {
        float: left;
        margin-left: 10px;
    }

    ul.userMenu li.logo {
       float: left;
       margin-right: 20px;
       display: none;
    }

    .menuBox {
        height: 89%;
        padding-bottom: 30px;
        position: absolute;
        top: 60px;
        left: -290px;
        z-index: 9;
    }

    .menuBoxHideBox {
        display: block;
    }

    .optionHeader {
        min-width: 47%;
        max-width: 100px;
        text-align: center;
        position: relative;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
    
    }

    .insideTop {
        padding-top: 60px; 
    }

    .menuBox.insideTop {
        padding-top: 25px;
    }

    .logoutIcon {
        display: block;
    }

}

/* święta 
.userMenuBox {
    width: 100%;
    padding: 10px 0 10px 0;
    display: block;
    background-color: #275572;
    background: url(../img/top_bg_big.png);
    overflow: auto;
    background-position: -13px -38px;
    height: 51px;
}
    */