@font-face {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.svg") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/OpenSans-Semibold.eot");
    src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/OpenSans-Semibold.svg#Semibold") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/OpenSans-Semibold.eot");
    src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/OpenSans-Semibold.svg#Semibold") format("svg");
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #111;
    letter-spacing: 0;
    background: #fafbfc;
}

body.logged-in {
    background: #fcfcfc;
}

input, textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

a {
    color: #305fd2;
    text-decoration: none;
    transition: all 0.1s ease-out;
}

a:hover {
    color: #2552c1;
}

.bold {
    font-weight: bold;
}

.imjs-notifier {
    top: auto;
    bottom: 50px;
}

.default-style h1 {
    display: block;
    margin: 15px 0 25px 0;
    padding: 0;
    color: #222;
    font-size: 30px;
    line-height: 34px;
}

.default-style h2 {
    display: block;
    margin: 15px 0 20px 0;
    padding: 0;
    color: #222;
    font-size: 26px;
    line-height: 30px;
}

.default-style h3 {
    display: block;
    margin: 15px 0 20px 0;
    padding: 0;
    color: #222;
    font-size: 16px;
    line-height: 20px;
}

.default-style i, .default-style em {
    font-style: italic;
}

.default-style strong {
    font-weight: 600;
}

.default-style hr {
    display: block;
    margin: 3px 0;
    border: 0;
    height: 1px;
    background: #ccc;
}

.default-style ul {
    display: block;
    margin: 5px 0;
    list-style: disc inside;
}

.default-style ul > li {
    display: list-item;
    margin: 5px 0;
    padding: 2px 0;
}

.default-style ul > li::before {
    content: "";
    display: inline-block;
    width: 7px;
}

.default-style ol {
    display: block;
    margin: 5px 0;
    list-style: decimal inside;
}

.default-style ol > li {
    display: list-item;
    margin: 5px 0;
    padding: 2px 0;
}

.default-style ol > li::before {
    content: "";
    display: inline-block;
    width: 7px;
}

.default-style a {
    color: #267E54;
}

.default-style a.passive {
    color: #000;
}

.default-style a:hover {
    color: #b00009;
}

.im-button.busy {
    opacity: 0.75;
}

/* Layout */
.main-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 250px;
    margin: 0 auto;
}

/* Guest: header */
.guest-header {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    background: #08731a;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.10);
}

.guest-header > .inner {
    display: flex;
    flex-flow: row nowrap;
    width: 1000px;
    min-height: 50px;
    margin: 0 auto;
}

.guest-header .logo {
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 230px;
}

.guest-header .logo > a {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    font-size: 20px;
}

.guest-header .side {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 auto;
    align-items: center;
    margin-left: auto;
}

.side > .preferences {
    position: relative;
    flex: 0 0 auto;
}

.side > .preferences > .selected {
    padding: 8px 26px 8px 10px;
    text-align: center;
    color: #444;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.inner .side > .preferences > .selected {
    color: #ececec;
}

.side > .preferences > .selected > .arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    opacity: 0.7;
}

.side > .preferences:hover > .selected {
    background: rgba(0, 0, 0, 0.07);
    /*color: #222;*/
}

.side > .preferences:active > .selected {
    background: rgba(0, 0, 0, 0.05);
}

/* Guest settings */
.guest-preferences-content {
    width: 230px;
    padding-top: 3px;
}

.guest-preferences-content > .language > .title {
    margin-bottom: 12px;
    padding: 0 7px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}

.guest-preferences-content > .language > .options > li {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.guest-preferences-content > .language > .options > li:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: #000;
}

.guest-preferences-content > .language > .options > li.selected {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    font-weight: bold;
}

/* Main header */
.main-header {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    background: #08731a;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 7%), 0 1px 3px rgb(0 0 0 / 10%), inset 0 -1px 0 #034008;
}

.main-header > .inner {
    display: flex;
    flex-flow: row nowrap;
    min-height: 50px;
    margin: 0 auto;
}

.main-header > .inner > .logo {
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 250px;
    padding: 0 25px 0 20px;
    background: rgba(0, 0, 0, 0.1);
}

.main-header > .inner > .logo > a {
    display: block;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 3px 5px;
    color: #fff;
    font-size: 20px;
}

.main-header > .inner > .search {
    position: relative;
    flex: 1 1 auto;
    font-size: 0;
    margin-left: 7px;
}

.main-header > .inner > .search > input {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 5px;
    height: 37px;
    line-height: 37px;
    padding: 0 8px 0 37px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 2px;
    transition: all 0.25s ease-out;
}

.main-header > .inner > .search > input::placeholder {
    color: #a7bfe9;
}

.main-header > .inner > .search > input:hover,
.main-header > .inner > .search > input:focus {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1px #1b4d98, inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.main-header > .inner > .search > input:hover::placeholder,
.main-header > .inner > .search > input:focus::placeholder {
    color: #eee;
}

.main-header > .inner > .search > .icon {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url('../images/icons/search-white.svg') center center no-repeat;
    background-size: cover;
    opacity: 0.85;
}

.main-header > .inner > .search:hover > .icon {
    opacity: 0.7;
}

.main-header > .inner > .side {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 0 1 auto;
    margin-left: auto;
    justify-content: flex-end;
}

.main-header > .inner > .side > .cell {
    display: block;
    position: relative;
    flex: 0 1 auto;
    align-items: stretch;
    box-shadow: inset 1px 0 0 0 #006b21;
    cursor: pointer;
    transition: all 0.15s ease-out;
}

.main-header > .inner > .side > .cell:hover {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 0 #025a15, inset -1px 0 0 0 #145d0f;
}

.main-header > .inner > .side > .cell:hover > .label {
    color: #fff;
}

.main-header > .inner > .side > .cell.help {
    width: 50px;
}

.main-header > .inner > .side > .cell.help > .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 21px;
    opacity: 0.9;
    background: url('../images/icons/help-white.svg') center center no-repeat;
    background-size: cover;
}

.main-header > .inner > .side > .cell.initials {
    display: block;
    padding: 0 5px;
    width: 50px;
}

.main-header > .inner > .side > .cell.initials > .circle {
    position: absolute;
    width: 33px;
    height: 33px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 33px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}

.main-header > .inner > .side > .cell.logout {
    width: 50px;
}

.main-header > .inner > .side > .cell.logout > .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    opacity: 0.9;
    background: url('../images/icons/logout-white.svg') center center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 920px) {
    /*.main-area > .main-content:not(.menuIsClosed) {
        max-width: calc(100% - 250px);
    }

    .main-area > .main-content {
        max-width: calc(100% - 20px);
    }*/
}

.main-area > .main-side-menu {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    padding: 0px 0 20px 0;
    background: #fff;
    border-right: 1px solid #e6e6e6;
    box-shadow: inset -2px 0 0 0 rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 720px) {
    .main-area > .main-content:not(.menuIsClosed) {
        flex: 1 1 auto;
        /*max-width: 100% !important;*/
    }

    .main-area > .main-side-menu:not(.closed) {
        position: fixed;
        z-index: 9999999;
        height: 100%;
    }
}

.main-side-menu .closeMenu {
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    color: rgba(136, 136, 136, 0.56);
    cursor: pointer;
    padding: 10px 10px 11px 20px;
}

.main-side-menu .closeMenu:hover {
    color: rgba(136, 136, 136, 1);
}

.main-side-menu.closed .closeMenu {
    padding: 10px 5px 10px 5px;
}

.main-side-menu.closed {
    width: 20px;
    cursor: pointer;

    height: 35px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 9999999;
}

.main-side-menu.closed .nav {
    height: auto !important;
}

.main-side-menu.closed:hover .closeMenu {
    color: rgba(136, 136, 136, 1);
}


.main-side-menu.closed .group {
    display: none;
}

/* Main side menu */
.main-side-menu .nav .group {
    /*margin-bottom: 20px;*/
}

.main-side-menu .nav .group:last-child {
    margin-bottom: 0;
}

.main-side-menu .nav .group > .title {
    padding: 0 22px 7px 22px;
    font-size: 10px;
    line-height: 10px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    cursor: default;
}

.main-side-menu .nav .items li > a > .svg-icon {
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
}

.main-side-menu .nav .title .svg-icon {
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
}

.main-side-menu .nav .title .svg-icon > svg {
    width: 100%;
    color: #2f3c51;
    fill: currentColor;
}

.main-side-menu .nav .items {
    padding: 0 8px;
}

.main-side-menu .nav .items.accordion {
}

.hidden {
    display: none;
}

.main-side-menu .nav .items.accordion.hidden {
    display: none;
}

.main-side-menu .nav .items li {
    font-size: 0;
    transition: all 0.05s ease-out;
    border-radius: 5px;
}

.main-side-menu .nav .items li > a {
    display: block;
    position: relative;
    padding: 12px 17px;
    color: red;
}

.main-side-menu .nav .items li > a > .name {
    display: block;
    padding: 0 0 0 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #2f3c51;
}

.main-side-menu .nav .items li > a > .number {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    line-height: 16px;
    font-size: 11px;
    color: #eee;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%;
}

.main-side-menu .nav .items li > a > .svg-icon {
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
}

.main-side-menu .nav .items li > a > .svg-icon > svg {
    width: 100%;
    color: #2f3c51;
    fill: currentColor;
}

.main-side-menu .nav .items li.vehicles > a > .svg-icon {
    width: 20px;
    height: 20px;
}

.main-side-menu .nav .items li.transport > a > .svg-icon {
    width: 20px;
    height: 20px;
}

.main-side-menu .nav .items li.transport-companies > a > .svg-icon {
    width: 18px;
    height: 18px;
}

.main-side-menu .nav .items li.warehouse-operations > a > .svg-icon {
    width: 16px;
    height: 16px;
}

.main-side-menu .nav .items li.create-weighting > a > .svg-icon {
    width: 16px;
    height: 16px;
}

.main-side-menu .nav .items li.ships > a > .svg-icon {
    width: 19px;
    height: 19px;
}

.main-side-menu .nav .items li.materials > a > .svg-icon {
    width: 21px;
    height: 21px;
}

.main-side-menu .nav .items li.orders > a > .svg-icon {
    width: 19px;
    height: 19px;
}

.main-side-menu .nav .items li:hover {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 0 1px #d5d5d5;
}

.main-side-menu .nav .items li.active {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 0 1px #d5d5d5;
}

.main-side-menu .nav .items li.active > a > .name {
    color: #2552c1;
}

.main-side-menu .nav .items li.active > a > .svg-icon svg {
    color: #2552c1;
}

.main-side-menu .nav .items li.num-red > a > .number {
    color: #ff005a;
    border-color: #ff005a;
}

.main-side-menu .nav .items li.num-purple > a > .number {
    color: #ce1bca;
    border-color: #ce1bca;
}

.main-side-menu .nav .items li.num-blue > a > .number {
    color: #034dbf;
    border-color: #034dbf;
}

.main-side-menu .nav .items li.num-green > a > .number {
    color: #267E54;
    border-color: #267E54;
}

.main-side-menu .nav .items li.accounts > a > .svg-icon {
    width: 18px;
    height: 18px;
}

/* Main sub menu */
.main-sub-menu {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 240px;
    padding: 10px 0 20px 0;
    background: #f1f1f1;
    border-right: 1px solid #ccc;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.05);
}

.main-sub-menu .nav .group {
    margin-bottom: 10px;
}

.main-sub-menu .nav .group > .title {
    display: block;
    padding: 10px 17px;
    font-size: 11px;
    line-height: 11px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    cursor: default;
}

.main-sub-menu .nav .items li {
    font-size: 0;
    transition: all 0.05s ease-out;
}

.main-sub-menu .nav .items li > a {
    display: block;
    position: relative;
    padding: 11px 17px;
}

.main-sub-menu .nav .items li > a > .name {
    display: block;
    padding-left: 28px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #333;
}

.main-sub-menu .nav .items li > a > .icon {
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    opacity: 0.7;
}

.main-sub-menu .nav .items li > a > .number {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 55px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #eee;
    font-weight: 600;
    text-align: center;
}

.main-sub-menu .nav .items li:hover {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 0 #d8d8d8, inset 0 -1px 0 0 #d8d8d8;
}

.main-sub-menu .nav .items li:hover > a > .name {
    color: #111;
}

.main-sub-menu .nav .items li.active {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 #d8d8d8, 0 -1px 0 0 #d8d8d8;
}

.main-sub-menu .nav .items li.active > a > .name {
    color: #111;
    font-weight: 600;
}

@media screen and (max-width: 1000px) {
    .main-area.sticky-sidebars > .main-side-menu .nav {
        position: initial;
    }
}

.main-area.sticky-sidebars > .main-sub-menu .nav {
    position: fixed;
    width: 240px;
    top: 60px;
}

/* Main area */
.main-area {
    display: flex;
    flex-flow: row nowrap;
    min-height: 100%;
    padding-top: 50px;
}

.main-area > .main-content {
    flex: 1 1 auto;
}

.main-area > .content {
    display: block;
    flex: 1 1 auto;
}

/* Main area: module */
.module-container > .head {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 20px 20px;
    align-items: center;
    justify-content: space-between;
}

.module-container > .head > h1 {
    display: block;
    flex: 1 1 auto;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    cursor: default;
}

.module-container > .head > .side {
    display: flex;
    flex: 0 0 auto;
    padding: 0 2px;
    align-items: center;
    justify-content: flex-end;
}

.module-container > .head > .side > .cell {
    display: block;
    flex: 0 0 auto;
    padding: 0 2px;
}

.module-container > .head > .side > .cell.default-search {
    width: 320px;
}

.module-container > .head > .side > .cell:last-child {
    padding-right: 0;
}

.module-container > .head > .side > .cell > .im-button {
    margin: 0 0;
}

.module-container > .content {
    padding: 0 20px 25px 20px;
}

.module-container > .head > .side .search-box {
    position: relative;
}

.module-container > .head > .side .search-box > input {
    padding-right: 28px;
}

.module-container > .head > .side .search-box > .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: opacity 0.15s ease-out;
    cursor: default;
}

.module-container > .head > .side .search-box > .icon {
    background-image: url('../images/icons/search-black.svg');
    background-size: 17px 17px;
}

.module-container > .head > .side .search-box.has-value > .icon {
    background-image: url('../images/icons/close-black.svg');
    background-size: 16px 16px;
}

.module-container > .head > .side .search-box.focused > .icon,
.module-container > .head > .side .search-box > .icon:hover {
    opacity: 0.45;
}

/* Buttons */
.im-button > i.icon.plus-white {
    background-image: url("../images/icons/plus-white.svg");
}

.im-button > i.icon.plus-black {
    background-image: url("../images/icons/plus-black.svg");
}

.im-button > i.icon.calendar-v1-black {
    background-image: url("../images/icons/calendar-v1.svg");
}

.im-button > i.icon.trash-white {
    background-image: url('../images/icons/trash-white.svg');
}

.im-button > i.icon.trash-black {
    background-image: url('../images/icons/trash-black.svg');
}

.im-button > i.icon.close-black {
    background-image: url("../images/icons/close-black.svg");
}

.im-button > i.icon.close-white {
    background-image: url("../images/icons/close-white.svg");
}

.im-button > i.icon.warning-v1-black {
    background-image: url("../images/icons/warning-v1-black.svg");
}

.im-button > i.icon.lock-white {
    background-image: url("../images/icons/lock-white.svg");
}

.im-button > i.icon.unlock-black {
    background-image: url("../images/icons/unlock-black.svg");
}

.im-button > i.icon.download-black {
    background-image: url("../images/icons/download-black.svg");
}

.im-button > i.icon.more-black {
    background-image: url("../images/icons/three-dots-black.svg");
}

.im-button.medium > i.icon.add-group {
    width: 20px;
    background-size: 20px 20px;
    background-image: url("../images/icons/add-folder.svg");
}

.im-button > i.icon._3d-black {
    background-image: url("../images/icons/3d-black.svg");
    opacity: 0.9;
}

.im-button.gray > i.icon {
    opacity: 0.8;
}

.im-button.medium > i.icon.close-black,
.im-button.medium > i.icon.close-white {
    background-size: 14px 14px;
}


/* Module layout */
.md-layout {
    padding-bottom: 25px;
}

.md-layout > .md-head {
    padding: 17px 20px;
}

.md-layout > .md-head > .md-title {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
}

.md-layout > .md-head > .md-title > h1 {
    display: block;
    flex: 1 1 auto;
    padding: 5px 0;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    cursor: default;
}

.md-layout > .md-head > .md-title > .nav {
    flex: 1 1 auto;
    margin-left: 25px;
}

.md-layout > .md-head > .md-title > .side {
    display: flex;
    flex: 0 0 auto;
    padding: 0 2px;
    align-items: center;
    justify-content: flex-end;
}

.md-layout > .md-head > .md-title > .side > .cell {
    display: block;
    flex: 0 0 auto;
    padding: 0 2px;
}

.md-layout > .md-head > .md-title > .side > .cell.default-search {
    width: 320px;
}

.md-layout > .md-head > .md-title > .side > .cell:last-child {
    padding-right: 0;
}

.md-layout > .md-head > .md-title > .side > .cell > .im-button {
    margin: 0 0;
}

.md-layout > .md-head > .side .search-box {
    position: relative;
}

.md-layout > .md-head > .side .search-box > input {
    padding-right: 28px;
}

.md-layout > .md-head > .side .search-box > .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: opacity 0.15s ease-out;
    cursor: default;
}

.md-layout > .md-head > .side .search-box > .icon {
    background-image: url('../images/icons/search-black.svg');
    background-size: 17px 17px;
}

.md-layout > .md-head > .side .search-box.has-value > .icon {
    background-image: url('../images/icons/close-black.svg');
    background-size: 16px 16px;
}

.md-layout > .md-head > .side .search-box.focused > .icon,
.md-layout > .md-head > .side .search-box > .icon:hover {
    opacity: 0.45;
}

.md-layout > .md-head.with-nav > .md-title > h1 {
    flex: 0 0 auto;
    min-width: 160px;
}

.md-layout > .md-content {
    padding: 0 20px;
}

.md-layout > .md-content .md-row {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1800px;
    margin: 0 auto 20px auto;
    align-items: flex-start;
}

.md-layout > .md-content .md-row.no-margin {
    margin-bottom: 0;
}

.md-layout > .md-content .md-row:last-child {
    margin-bottom: 0;
}

.md-layout > .md-content .md-row > .md-column {
    flex: 1 1 auto;
}

.md-layout > .md-content .md-subtitle {
    display: block;
    margin: 20px 0 12px 0;
    padding: 0 1px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    cursor: default;
}

.md-layout > .md-content .md-section {
    flex: 1 1;
    margin-bottom: 20px;
}

.md-layout > .md-content .md-section:last-child {
    margin-bottom: 0;
}

.md-layout > .md-content .md-section > .head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.md-layout > .md-content .md-section > .head > .title {
    display: block;
    flex: 1 1 auto;
    padding: 0 2px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #444;
}

.md-layout > .md-content .md-section > .head > .side {
    display: flex;
    flex: 0 0 auto;
    padding: 0 2px;
    align-items: center;
    justify-content: flex-end;
}

.md-layout > .md-content .md-section > .head > .side > .cell {
    display: block;
    flex: 0 0 auto;
    padding: 0 2px;
}

.md-layout > .md-content .md-section > .head > .side > .cell:last-child {
    padding-right: 0;
}

.md-layout > .md-content.md-section > .head > .side > .cell > .im-button {
    margin: 0 0;
}

.md-layout > .md-bottom {
    margin-top: 25px;
    padding: 0 20px;
}

.md-layout.no-side-paddings > .md-head,
.md-layout.no-side-paddings > .md-content,
.md-layout.no-side-paddings > .md-bottom {
    padding-left: 0;
    padding-right: 0;
}

.md-shadow {
    box-shadow: 0 1px 3px 0 rgba(60, 60, 60, 0.2);
    background: #fff;
    border-radius: 2px;
}

.md-as-panel {
    padding: 15px 15px;
    box-shadow: 0 1px 3px 0 rgba(60, 60, 60, 0.2);
    background: #fff;
    border-radius: 2px;
}

.im-form > .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 7px 0;
}

.im-form > .row:last-child {
    margin-bottom: 0;
}

.im-form > .row > .label {
    display: block;
    flex: 0 0 auto;
    width: 170px;
    font-size: 14px;
    color: #222;
    cursor: default;
}

.im-form > .row > .label.small-width {
    width: 40px;
}

.im-form > .row > .value {
    display: block;
    flex: 1 1 auto;
}

.im-form > .row > .value.no-grow {
    flex-grow: 0;
    flex-shrink: 0;
}

.records.desktop {
    padding: 15px 15px 25px 15px;
    box-shadow: 0 1px 3px 0 rgb(60 60 60 / 20%);
    background: #fff;
    border-radius: 2px;
}

table.im-table tr.row.footer > td {
    font-weight: bold;
    border-top: 2px solid #ccc !important;
    border-bottom: 0 !important;
}

.ccsc-module .content > .filters {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 12px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.content.flex {
    display: flex;
    justify-content: space-between;
}

.content .left-side {
    width: 650px;
}

.content .right-side {
    width: 58%;
}

.comment-container {
    max-height: 65vh;
    overflow-y: auto;
    box-shadow: 0 1px 3px 0 rgb(60 60 60 / 20%);
    background: white;
}

.comment-container p.user {
    font-size: 11px;
}

.comment-container p.date {
    font-size: 10px;
    color: #939393;
}

.comment-container p.comment {
    padding-top: 10px;
}

.comment-data {
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgb(60 60 60 / 20%);
}

.comment-data:last-child {
    border-bottom: none;
}

.im-button[data-action="saveComment"] {
    margin-left: 0;
    margin-top: 4px;
}

.comment-name-date {
    display: flex;
    justify-content: space-between;
}

.content .form {
    margin-bottom: 25px;
    padding: 15px 15px;
    box-shadow: 0 1px 3px 0 rgb(60 60 60 / 20%);
    background: #fff;
    border-radius: 2px;
    line-height: 1.5;
}

.tcec-form {
    width: 650px;
    margin-bottom: 25px;
    padding: 15px 15px;
    box-shadow: 0 1px 3px 0 rgba(60, 60, 60, 0.2);
    background: #fff;
    border-radius: 2px;
}

.content .form .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 7px 0;
}

.content .form .row > .label {
    display: block;
    flex: 0 0 auto;
    width: 170px;
    font-size: 14px;
    color: #222;
    cursor: default;
}

.content .form .row > .value {
    display: block;
    flex: 1 1 auto;
}

.ccsc-module .content > .filters > .cell {
    flex: 1 1 auto;
    width: 150px;
}

.logo a img {
    max-width: 100%;
    max-height: 40px;
}

.table-image {
    max-height: 50px;
}

.imageHolder img {
    max-height: 200px;
    max-width: 200px;
}

.svg-icon svg {
    max-height: 17px;
}

.woeo-choose-scale-popup .label {
    padding: 5px 0;
}

.woeo-choose-scale-popup {
    padding: 15px;
}

.relative {
    position: relative;
}

.import-button {
    position: absolute;
    top: calc(50% - 12px);
    cursor: pointer;
    right: 10px;
    background: #08731a;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    width: 34px;
    font-size: 12px;
    text-align: center;
}

input[name="filterDateStarted"], input[name="filterDateEnded"], select {
    cursor: pointer;
}

td.cell.yellow {
    background: #FFFFE0 !important;
    border-bottom: 1px solid #fff700 !important;
}

td.cell.red {
    background: #fff1f1 !important;
    border-bottom: 1px solid #ff7272 !important;
}

@media all and (max-width: 1100px) {
    .guest-header {
        padding-left: 17px;
        padding-right: 17px;
    }

    .guest-header > .inner {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .guest-header .logo {
        width: 130px;
    }
}

@media all and (max-width: 400px) {
    .imjs-popup.guest-preferences-popup {
        width: 85%;
    }

    .guest-preferences-content {
        width: 100%;
    }
}

.pointer {
    cursor: pointer;
}

sup {
    font-size: 11px;
}

.head-top th {
    font-size: 14px;
    color: #111;
    font-weight: 600;
    cursor: default;
}

.center {
    text-align: center;
}

th.sortable {
    cursor: pointer !important;
}

th.sortable.asc::after {
    padding-left: 5px;
    content: "\2191";
}

th.sortable.desc::after {
    padding-left: 5px;
    content: "\2193";
}

th.sortable:not(.asc):not(.desc)::after {
    padding-left: 5px;
    content: "\2195";
}

/* legacy */
.im-tab {
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.im-tab .tab {
    flex: 0 0 auto;
    position: relative;
    height: 37px;
    min-width: 70px;
    line-height: 37px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-align: center;
    box-shadow: inset 0 -1px 0 0 #d3dae6;
    transition: all 0.12s ease-out;
    cursor: pointer;
}

.im-tab .tab:hover {
    color: #333;
    box-shadow: inset 0 -1px 0 0 #888;
}

.im-tab .tab.selected {
    color: #1b4dc9;
    box-shadow: inset 0 -1px 0 0 #1b4dc9;
}

.im-row-layout {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.im-row-layout:last-child {
    margin-bottom: 0;
}

.im-row-layout > .column {
    flex: 1 1 auto;
}

.im-row-layout.multiple-columns {
    gap: 20px;
}

.im-row-layout.multiple-columns > .column {
    flex: 0 0 auto;
}

.im-row-layout > .column > .head {
    margin-bottom: 10px;
}

.im-row-layout > .column > .head > .title {
    display: block;
    padding: 0 2px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #444;
}

.im-row-layout > .column > .head > .side {
    display: flex;
    flex: 0 0 auto;
    padding: 0 2px;
    align-items: center;
    justify-content: flex-end;
}

.im-row-layout > .column > .head > .side.left {
    justify-content: flex-start;
}

.im-row-layout > .column > .head > .side.center {
    justify-content: center;
}

.im-row-layout > .column > .head > .side > .cell {
    display: block;
    flex: 0 0 auto;
    padding: 0 2px;
}

.im-row-layout > .column > .head > .side > .cell:first-child {
    padding-left: 0;
}

.im-row-layout > .column > .head > .side > .cell:last-child {
    padding-right: 0;
}

.im-switch {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: stretch;
}

.im-switch > .option {
    display: block;
    flex: 0 0 auto;
    min-width: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 13px;
    color: #444;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.22);
    border-left: 1px solid #cecece;
    background: #ececec;
    transition: background-color 0.2s ease-out;
    cursor: pointer;
    white-space: nowrap;
}

.im-switch > .option:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-left: 0;
}

.im-switch > .option:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: 0;
}

.im-switch > .option:hover {
    z-index: 5;
    color: #111;
    background-color: #e4e4e4;
    border-left-color: #bbb;
}

.im-switch > .option:hover:not(:last-child) {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.22), 1px 0 0 0 #bbb;
}

.im-switch > .option.selected {
    z-index: 9;
    color: #111;
    background-color: #d8d8d8;
    border-left-color: #aaa;
}

.im-switch > .option.selected:not(:last-child) {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.22), 1px 0 0 0 #aaa;
}

.im-switch.small > .option {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 12px;
}

.im-switch.medium > .option {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 12px;
}

.im-switch.large > .option {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 14px;
}

.imjs-dialog .imjs-head .imjs-close {
    /*right: -20px;
    top: -7px;
    width: 12px;
    height: 12px;*/
    display: none;
}

.filters .filters-left {
    flex: 1;
    align-items: center;
}

.filters .filters-right {
    flex: 2;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: right;
}

[data-role="loadableLogContainer"].collapsed {
    width: 30px;
    overflow: hidden;
}

[data-role="loadableLogContainer"]:not(.collapsed)[data-on-empty]:empty::after,
[data-role="loadableLogContainer"]:not(.collapsed)[data-on-empty]:not(:has(> *:not(.hidden)))::after {
    text-align: center;
    content: attr(data-on-empty);
    font-style: italic;
    display: block;
    color: gray;
    font-size: 20px;
}

[data-role="loadableLogContainer"] .change-log {
    border: solid 1px rgb(233 231 231);
    margin-bottom: 15px;
    padding: 2px;
}

[data-role="loadableLogContainer"] .change-log:last-child {
    margin-bottom: 0;
}

[data-role="loadableLogContainer"] .change-log[data-role="create"] {
    background: #efffef;
}

[data-role="loadableLogContainer"] .change-log[data-role="change"] {
    background: #f5f5ff;
}

[data-role="loadableLogContainer"] .change-log[data-role="delete"] {
    background: #ffefef;
}

[data-role="loadableLogContainer"] .change-log .top {
    font-style: italic;
    display: flex;
    justify-content: space-between;
    color: #707070;
    margin-bottom: 10px;
    font-size: 13px;
}

[data-role="loadableLogContainer"] .change-log [data-action="filter"] {
    position: relative;
    padding-inline: 7px;
}

[data-role="loadableLogContainer"] .change-log [data-action="filter"]:hover {
    cursor: pointer;
    text-decoration: underline;
}

[data-role="loadableLogContainer"] .change-log [data-action="filter"]::before,
[data-role="loadableLogContainer"] .change-log [data-action="filter"]::after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    position: absolute;
    font-size: 10px;
}

[data-role="loadableLogContainer"] .change-log [data-action="filter"]:hover::before,
[data-role="loadableLogContainer"] .change-log [data-action="filter"].active::before {
    content: "\f0b0";
    font-size: 10px;
    left: -2px;
    line-height: 12px;
}

[data-role="loadableLogContainer"] .change-log [data-action="filter"]:hover.active::before {
    content: "\f00d";
}

[data-role="loadableLogContainer"] .change-log[data-role="create"] .field,
[data-role="loadableLogContainer"] .change-log[data-role] .addition {
    color: green;
}

[data-role="loadableLogContainer"] .change-log[data-role="change"] .field {
    color: blue;
}

[data-role="loadableLogContainer"] .change-log[data-role="delete"] .field,
[data-role="loadableLogContainer"] .change-log[data-role] .subtraction {
    color: red;
}

[data-role="loadableLogContainer"] .change-log[data-role] .addition::before {
    content: " (+";
}

[data-role="loadableLogContainer"] .change-log[data-role] .subtraction::before {
    content: " (";
}

[data-role="loadableLogContainer"] .change-log[data-role] .addition::after,
[data-role="loadableLogContainer"] .change-log[data-role] .subtraction::after {
    content: ")";
}

[data-role="loadableLogContainer"] .change-log .empty {
    color: gray;
    font-style: italic;
    font-weight: bold;
}

[data-role="loadableLogContainer"] .change-log .value {
    color: black;
    font-weight: bold;
}

[data-role="loadableLogContainer"] .change-log a {
    display: inline-block;
    width: 19px;
    height: 10px;
    position: relative;
}

[data-role="loadableLogContainer"] .change-log a img {
    position: absolute;
    left: 0;
    top: -6px;
    width: 19px;
    height: 19px;
}

[data-role="loadableLogContainer"] .change-log a img:hover {
    height: 60px;
    width: auto;
    top: -30px;
    left: -20px;
}

[data-action="toggleLogs"]:not(:first-child) {
    margin-left: 20px !important;
}

[data-action="toggleLogs"].light-blue [data-role="hide"],
[data-action="toggleLogs"].blue [data-role="show"] {
    display: none;
}

.top-navi {
    display: flex;
    height: 50px;
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: inset 0px -2px 0 0 rgba(0, 0, 0, 0.02);
    gap: 17px;
}

.top-navi .top-link {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #2f3c51;
    display: flex;
    align-items: center;
    padding-inline: 10px;
    transition: all 0.05s ease-out;
    border-radius: 5px;
    position: relative;
}

.top-navi .top-link:hover {
    background: rgba(0, 0, 0, 0.035);
    box-shadow: inset 0 0 1px #d5d5d5;
}

.top-navi .top-link.active {
    color: #2552c1;
}

.top-navi .top-link::after {
    position: absolute;
    right: -9px;
    top: -8px;
    height: 50px;
    width: 1px;
    background-color: #e6e6e6;
    content: "";
}

.toggleScale {
    color: white;
    display: flex;
    height: 50px;
    margin-left: 20px;
    align-items: center;
}

@keyframes pulse-font {
    0% {
        font-size: 15px;
        color: white;
    }
    100% {
        font-size: 17px;
        color: red;
    }
}

label.customToggle {
    position: relative;
    display: inline-block;
    height: 34px;
    margin-left: 20px;

    input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .customSlider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 3px;
    }

    .customSlider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: calc(100% - 30px);
        bottom: 4px;
        background-color: white;
        transition: left .4s;
        z-index: 2;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: red;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    input:checked + .customSlider {
        background-color: #2196F3;
    }

    input:focus + .customSlider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .customSlider:before {
        left: 4px;
    }

    .customSlider > [data-role] {
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        opacity: 0;
        transition: opacity .4s, color .4s;
        user-select: none;
    }

    .customSlider > [data-role="active"] {
        left: 38px;
        text-align: left;
        color: #2196F3;
    }

    .customSlider > [data-role="inactive"] {
        right: 38px;
        text-align: right;
        color: #ccc;
    }

    input:checked ~ .customSlider > [data-role="inactive"],
    input:not(:checked) ~ .customSlider > [data-role="active"] {
        opacity: 0;
    }

    input:checked ~ .customSlider > [data-role="active"],
    input:not(:checked) ~ .customSlider > [data-role="inactive"] {
        opacity: 1;
    }

    input:checked ~ .customSlider > [data-role="active"] {
        color: white;
    }

    input:not(:checked) ~ .customSlider > [data-role="inactive"] {
        color: #014601;
    }

    input:not(.saved):checked ~ .customSlider > [data-role="inactive"],
    input:not(.saved):not(:checked) ~ .customSlider > [data-role="active"],
    input:not(.saved):checked ~ .customSlider > [data-role="active"],
    input:not(.saved):not(:checked) ~ .customSlider > [data-role="inactive"] {
        opacity: 0.5;
    }

    input:not(.saved):checked + .customSlider,
    input:not(.saved) + .customSlider {
        background-color: #6fb8f1;
    }

    input:not(.saved) + .customSlider:before,
    input:not(.saved):checked + .customSlider:before {
        left: calc(50% - 15px);
    }

    input[data-type="manual"][data-schedule="Industrial"]:checked ~ .customSlider:before,
    input[data-type="manual"][data-schedule="Premium"]:not(:checked) ~ .customSlider:before {
        content: "\ea07";
        animation: pulse-font 400ms linear infinite alternate !important
    }

    /* Rounded customSliders */

    .customSlider.round {
        border-radius: 34px;
    }

    .customSlider.round:before {
        border-radius: 50%;
    }
}


/**
 * Tooltip Styles
 */
[data-tooltip] {
    overflow: visible !important;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-bottom: 5px;
    transform: translateX(-50%);
    padding: 7px;
    width: max-content;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #08731a;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #08731a;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip].bottom {
    &:before,
    &:after {
        top: 110%;
        bottom: unset;
    }

    &:before {
        margin-bottom: unset;
        margin-top: 5px;
    }

    &:after {
        border-bottom: 5px solid #08731a;
        border-top-width: 0;
    }
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}
