.dark-bg {
    background-color: #1dcc7c;
}

.light-bg {
    background-color: #d7feec;
}

.color-bg {
    background-color: #EC5817;
}

.column-50 {
    width: 50%;
    display: inline-block;
}

.column-33 {
    width: 33%;
    display: inline-block;
}

.column-66 {
    width: 66%;
    display: inline-block;
}

.column-100 {
    width: 100%;
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

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

.border-primary {
    border-left: 4px solid #1dcc7c;
}

.border-secondary {
    border-left: 4px solid #a5b3ad;
}

body {
    font-family: "Roboto", sans-serif;
    margin-bottom: 2em;
}

.login-logo {
    margin-top: 3em;
}

.flash-notice {
    color: #1dcc7c;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.navbar-static-top .btn-danger {
    margin-left: 1em;
    margin-right: 1em;
}

.header-fill {
    display: table-cell;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1dcc7c;
    width: 50%;
    height: 45px;
    z-index: 998;
}

.section-fill {
    display: table-cell;
    position: fixed;
    top: 45px;
    right: 0;
    background-color: #d7feec;
    width: 50%;
    height: 100%;
    z-index: -5;
}

#sections {
    float: left;
    margin: 0;
    padding: 36px 0 0 0;
    width: 720px;
    min-height: 1050px;
}

#sections > div {
    width: 704px;
    margin-left: 16px;
}

#sections .section-title {
    color: #4b685b;
    font-size: 20px;
    padding: 11px 0 11px 8px;
    text-align: left;
    margin-bottom: 4px;
    background-color: #ffffff;
    width: 704px;
}

#side {
    float: left;
    width: 270px;
    padding-top: 36px;
    padding-right: 32px;
}

#side .title {
    border-left: 4px solid #1dcc7c;
    margin-top: 30px;
    margin-bottom: 4px;
    color: #4b685b;
    font-size: 20px;
    padding-left: 4%;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 96%;
}

#side table.table {
    width: 96%;
    margin-left: 4%;
    border-collapse: collapse;
    color: #4b685b;
}

#side table.table tr > td:first-child {
    padding-left: 8px;
}

#side table.table > thead > tr > td {
    border-bottom: 1px solid #1dcc7c;
}

#side table.table > tbody > tr.odd-line > td {
    background-color: #FFFFFF;
}

#side table.table > tbody > tr.even-line > td {
    background-color: #1dcc7c;
}

a.button {
    margin: 0;
    display: block;
    min-width: 78px;
    height: 42px;
    line-height: 42px;
    border: 0px solid #EC5817;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #EC5817;
    font-size: 16px;
    cursor: pointer;
}

a.button:hover {
    width: 78px;
    height: 42px;
    border: 0;
    color: #ffffff;
    background: #EC5817;
    text-decoration: none;
}

button.button {
    margin-left: 10px;
    color: #ffffff;
    text-align: center;
    border: 0px solid #EC5817;
    background-color: #EC5817;
    border-radius: 0px;
    min-width: 78px;
    height: 42px;
}

button.button:hover {
    color: #ffffff;
    background-color: #EC5817;
}

#side .button {
    width: 100%;
    margin-top: 4px;
}

#side .lang-selector {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0;
}

#side .lang-selector > div {
    display: inline-block;
    height: 28px;
    vertical-align: middle;
    float: left;
}

#side .lang-selector > form {
    display: inline-block;
    height: 28px;
    width: 32px;
    float: right;
    margin: 0 8px;
}

#side .lang-selector > form button {
    display: inline-block;
    width: 32px;
    height: 28px;
    color: #4b685b;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: bold;
    -webkit-appearance: none;
    background-color: transparent;
}

#side .lang-selector > form button:hover {
    cursor: pointer;
}

#side #search-field {
    padding: 0 50px 0 15px;
    outline: 0;
    background: transparent url("../images/search.png?deployment=1") no-repeat 196px 0px;
    font-size: 17px;
    width: 238px;
    height: 42px;
    border: 1px solid #a9a9a9;
    color: #4b685b;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a9a9a9;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a9a9a9;
    opacity: 1;
    font-weight: normal;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a9a9a9;
    opacity: 1;
    font-weight: normal;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a9a9a9;
    font-weight: normal;
}

#side .calendar-navigator {
    width: 100%;
    height: 40px;
    background: #1c1c1c;
    color: #ffffff;
    text-align: center;
}

#side .calendar-navigator a {
    cursor: pointer;
}

#side .calendar {
    text-align: center;
    width: 100%;
    border: 1px solid #1dcc7c;
    border-collapse: collapse;
}

#side .calendar .calendar-day-title {
    font-size: 12px;
    color: #a9a9a9;
}

#side .calendar .day {
    position: relative;
}

#side .calendar .not-month-day {
    color: #a9a9a9;
    border: 1px solid #1dcc7c;
}

#side .calendar .month-day {
    color: #4b685b;
    border: 1px solid #1dcc7c;
}

#side .calendar .month-day:hover {
    border: 1px double #1dcc7c;
}

#side .calendar .calendar-event-link {
    color: #4b685b;
    text-decoration: none;
}

#side .calendar .not-month-day .calendar-event-link {
    color: #a9a9a9;
    text-decoration: none;
}

#side .calendar div.calendar-event-marker {
    position: absolute;
    bottom: 2px;
    left: 16.28571429px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #1dcc7c;
    margin: 0 auto;
}

#side .calendar .today {
    color: #ffffff;
    background: #1dcc7c;
}

#side .calendar .today .calendar-event-link {
    color: #ffffff;
    text-decoration: none;
}

#side .calendar .today div.calendar-event-marker {
    background: #ffffff;
}

#side .calendar .calendar-day td {
    height: 30px;
    width: 14.28571429%;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    border-top: 4px solid #1dcc7c;
    background-color: #ffffff;
}

#footer a {
    color: #EC5817;
}

#footer .sub-title {
    color: #1dcc7c;
}

#footer .phone {
    padding-right: 20px;
}

#footer-wrapper {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 990px;
    height: 42px;
}

.footer-column {
    float: left;
    display: table;
    height: 42px;
    width: 330px;
    text-align: left;
    margin: 0;
}

.footer-column-left {
    width: 420px;
}

.footer-column-center {
    width: 150px;
}

.footer-column-right {
    width: 420px;
    text-align: right;
}

.footer-column img.icon {
    position: absolute;
    left: -27px;
    top: 1.5px;
}

.footer-title {
    color: #1dcc7c;
    margin-left: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}

.footer-text {
    position: relative;
    color: #4b685b;
    left: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin: 0;
}

.footer-text-with-img {
    position: relative;
    color: #4b685b;
    left: 27px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin: 0;
}

.footer-column .social img {
    margin-left: 10px;
}

.footer-column .social img.right {
    margin-right: 2px;
}

.footer-column a.write-us-link {
    text-decoration: none;
}

.footer-column .write-us {
    font-size: 24px;
    padding: 0;
    margin: 30px 5px 0 29px;
    color: #4b685b;
}

.footer-column .write-us img {
    margin-top: 5px;
    margin-left: 8px;
}

#footer-bottom {
    clear: both;
    float: left;
    width: 100%;
    background: #1dcc7c;
    color: #ffffff;
    text-align: center;
}

#footer-bottom > div {
    width: 990px;
    margin: 0 auto;
}

#footer-bottom .logo {
    padding-top: 9px;
    padding-bottom: 9px;
}

#footer-bottom .text {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
}

#footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

#footer ul.page-tree {
    list-style: inside url('../images/list_dot.gif?deployment=1');
    padding-left: 2px;
}

#footer ul.page-tree li {
    color: #4b685b;
}

#footer ul.page-tree a {
    text-decoration: none;
    color: #4b685b;
}

#footer ul.page-tree a:hover {
    text-decoration: underline;
    color: #EC5817;
}

#footer ul.page-tree > li.sub-list {
    list-style: none;
}

#footer ul.page-tree > li > ul {
    list-style: inside url('../images/list_arrow.gif?deployment=1');
}

.tall-textarea {
    height: 375px !important;
}

.flow-right {
    float: right;
    margin: 0 8px;
}

.row-top-bottom-padding {
    padding: 20px 0;
}

#atechnet_corebundle_product_badges {
    padding: 0 0 20px 0;
}

#atechnet_corebundle_product_badges .checkbox {
    width: 33%;
    display: inline-block;
}

.form-group-submit {
    margin: 0;
}

.blue-text {
    color: #0067ff !important;
}

.red-text {
    color: #ff2222 !important;
}

.blue-border {
    border-color: #0067ff !important;
}

.red-border {
    border-color: #ff2222 !important;
}

.border-success {
    border-color: #3c763d !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.product-list-table {
    font-size: 11px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.comment-sec {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
}

.comment-sec .btn-holder {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.comment-sec textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
}

.middle {
    margin: 30px 0;
}

.product-spec dl {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 3px;
}

.product-spec dt {
    display: inline-block;
}

.detail dt {
    width: auto !important;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

.detail {
    width: 100%;
    display: block;
}

.product-spec p,
.detail p {
    width: 100%;
    float: left;
    display: block;
}

.product-spec dd,
.detail dd {
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: top;
}

.affix-to-top {
    background: white;
    top: 0px;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

.fixed-top {
    position: fixed !important;
    background: white;
    max-width: 100%;
    z-index: 100;
    width: -webkit-fill-available;
}

.customer-filter-tabs.fixed-top {
    width: 100%;
}

.live-search-container {
    position: relative;
}

.live-search-container .live-search-results {
    position: absolute;
    list-style: none;
    padding: 10px 0;
    background: white;
    border-radius: 4px;
    border: 1px solid beige;
    z-index: 50;
}

.live-search-container .live-search-results li.no-results {
    text-align: center;
    color: grey;
}

.live-search-container .live-search-results li {
    width: 96%;
    padding: 4px 0;
    display: block;
    margin: 0 2%;
    border-bottom: 1px solid beige;
    overflow: hidden;
}

.live-search-container .live-search-results li:last-child {
    border: none;
}

.live-search-container .live-search-results li a {
    width: 100%;
    display: block;
}

.live-search-container .live-search-results .preloader {
    width: 25px;
    height: 25px;
    background: url("../images/preloader.gif") no-repeat center center;
    background-size: 25px 25px;
}

#priority-products-in-category #loader {
    left: 100px;
    bottom: 15px;
    position: absolute;
    list-style: none;
    background: white;
    border-radius: 4px;
    border: 1px solid beige;
    z-index: 50;
}
#priority-products-in-category .preloader {
    width: 25px;
    height: 25px;
    background: url("../images/preloader.gif") no-repeat center center;
    background-size: 25px 25px;
}

.tag-source {
    background: #ff2222;
}

.tag-status {
    background: #ffcc00;
}

.tag-sales-manager {
    background: #1b6d85;
}

.tag-active {
    background: #2ca02c;
}

.tag-logged-in {
    background: #ff8000;
}

.tag-wants-newsletter {
    background: #a67f59;
}

.tag-customer-type {
    background: #8959A8;
}

.tag-dealer {
    background: #a0a0a0;
}

.tag-domain {
    background: #000000;
}

.products-table td {
    position: relative;
}

.navbar-center {
    position: absolute;
    left: 50%;
    margin-left: -187px;
}

.navbar-center input {
    width: 375px !important;
}

.order-statuses-mobile {
    display: none;
}

.navbar-nav .fa-caret-down {
    margin-left: 5px;
}

.dropdown.clicked > a .fa-caret-down,
.dropdown-submenu.clicked > a .fa-caret-down {
    transform: rotate(180deg);
}

@media all and (max-width: 767px) {
    .navbar-center {
        float: left !important;
        position: relative !important;
        margin: auto;
        left: 0;
    }

    /*.order-statuses-mobile {
        display: block;
    }

    .order-statuses {
        display: none;
    }*/

    .navbar-nav > .dropdown > ul.dropdown-menu, .navbar-nav > .dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
        display: none !important;
    }

    .navbar-nav > .dropdown > ul.dropdown-menu .glyphicon {
        margin-right: 5px;
    }

    .navbar-nav > .dropdown.clicked > ul.dropdown-menu, .navbar-nav > .dropdown.clicked > ul.dropdown-menu > li.dropdown-submenu.clicked > ul.dropdown-menu {
        display: block !important;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-nav > .dropdown.clicked > ul.dropdown-menu > li.dropdown-submenu.clicked > ul.dropdown-menu {
        top: 0;
        margin-top: 0;
        left: 0;
        border: none;
        border-radius: 0;
        background-color: #f5f5f5;
    }

    .navbar-nav > .dropdown.clicked > ul.dropdown-menu > li.dropdown-submenu.clicked > ul.dropdown-menu li a {
        color: #000
    }

    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .navbar-brand {
        float: none;
        margin-right: 1px;
        margin-left: auto;
    }

    .navbar-toggle {
        margin: 0 5px 0px 10px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .dropdown-menu > li > a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .dropdown-submenu > li > a {
        margin: 0 5px;
    }

    .navbar-inverse .navbar-nav > li > a .glyphicon {
        margin-right: 10px;
        margin-left: 6px;
        top: 0;
    }

    .navbar-inverse .navbar-nav > li > a > img {
        margin-left: 8px;
    }

    .navbar-nav a > .fa-caret-down {
        margin: 0 0 0 auto;
        font-size: 27px;
        padding: 0 2px;
    }
}

#meal-with-warning {
    position: relative;
}

#meal-with-warning .warning-sign {
    position: absolute;
    color: #fff;
    background-color: #ff2222;
    border-radius: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    right: 3px;
    top: 6px;
    -webkit-animation: fadeIn 1.5s infinite;
    animation: fadeIn 1.5s infinite;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.warning, .warning td {
    background-color: #ffe000 !important;
}

.warning.saved-product, .warning.saved-product td {
    background-color: #f9d299 !important;
}

.domain-bg-1 {
    background: #0080ff;
}

.domain-bg-2 {
    background: #80bd01;
}

.domain-bg-3 {
    background: #0040ff;
}

.domain-bg-4 {
    background: #5cb85c;
}

.domain-bg-5 {
    background: #709c16;
}

.domain-bg-6 {
    background: #00ffbf;
}

.domain-bg-7 {
    background: #56721b;
}

.domain-bg-8 {
    background: #000;
}

.domain-bg-9 {
    background: #1339ab;
}

.domain-bg-10 {
    background: #b97100;
}

.domain-bg-11 {
    background: #6088ff;
}

.domain-color-1 {
    color: #0080ff;
}

.domain-color-2 {
    color: #80bd01;
}

.domain-color-3 {
    color: #0040ff;
}

.domain-color-4 {
    color: #5cb85c;
}

.domain-color-5 {
    color: #709c16;
}

.domain-color-6 {
    color: #00ffbf;
}

.domain-color-7 {
    color: #56721b;
}

.domain-color-8 {
    color: #000;
}

.domain-color-9 {
    background: #1339ab;
}

.domain-color-10 {
    background: #b97100;
}

.domain-color-11 {
    background: #6088ff;
}

.product-tag-color-red {
    background: #cc0018;
}

.product-tag-color-green {
    background: #1e7516;
}

.product-tag-color-blue {
    background: #0000cc;
}

.product-tag-color-brown {
    background: #542a0c;
}

.product-tag-color-orange {
    background: #c08229;
}

.product-tag-color-pink {
    background: #c730da;
}

.product-tag-color-grey {
    background: #606060;
}

.product-tag-color-black {
    background: #000000;
}

.main-navbar .navbar-collapse.collapse,
.main-navbar .navbar-collapse.collapsing {
    background-color: #222;
}

.drag-available {
    background-color: #e9ffe9 !important;
}

.drag-selected {
    background-color: #a8e8a8 !important;
}

@media (max-width: 570px) {
    .main-navbar a {
        font-size: 20px;
    }
}

.loader-base i {
    font-size: 30px;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.heart {
    animation: heartbeat 1s infinite;
    background-color: red;
    display: inline-block;
    height: 15px;
    margin: 0 10px;
    position: relative;
    top: 20px;
    transform: rotate(-45deg);
    width: 15px;
}

.heart:before,
.heart:after {
    content: "";
    background-color: red;
    border-radius: 50%;
    height: 15px;
    position: absolute;
    width: 15px;
}

.heart:before {
    top: -7.5px;
    left: 0;
}

.heart:after {
    left: 7.5px;
    top: 0;
}

@keyframes heartbeat {
    0% {
        transform: scale(1) rotate(-45deg);
    }
    20% {
        transform: scale(1.1) rotate(-45deg);
    }
    40% {
        transform: scale(1.3) rotate(-45deg);
    }
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

.label-error-code-remove a {
    color: white;
}

@keyframes blinkingText {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.table-products-domain .input-group-addon {
    min-width: 105px;
    text-align: left;
}

.input-success {
    background: #ddffdd;
    border: #5cff5c;
}

.input-error {
    background: #ffe1e1;
    border: #ff6f6f;
}

.payment-partial-pay-bg {
    background: #94339b;
}
.label-payment-commission-bg {
    background: #268787;
}

#order-table td small em {
    max-width: 100px !important;
    overflow-wrap: anywhere;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.product-phase-switcher {
    right: 0;
    top: 0px;
    width: 600px;
    background: lightgrey;
    z-index: 1000;
    padding: 10px;
    border: 1px solid grey;
}

.product-phase-switcher div {
    padding: 0;
}

span.order a.current,
span.order .current .number-order {
    color: #5cb85c !important;
    font-size: 16px;
}

.breadcrumb > li + li.item-help:before {
    content: '';
}

.wiki-link {
    color: inherit;
    font-size: 16px;
    margin-left: 4px;
}

.stock-album-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}

.stock-album-images.collapse.in {
    display: flex;
}

.stock-album-images > a {
    margin: 0 2rem 2rem 0;
    position: relative;
}

.stock-album-images button {
    position: absolute;
    bottom: 3px;
    right: 4px;
    border: 0;
    padding: 3px 5px;
    display: flex;
}

.stock-album-images img {
    opacity: 0.7;
    transition: opacity 350ms;
}

.stock-album-images > a:hover img {
    opacity: 1;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
    left: 0;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    width: max-content;
}

#form-return-to-stock .checkbox-inline > input {
    margin-top: 1px;
    margin-left: -15px;
}

.div-shortcuts {
    padding-bottom: 10px;
}

.dot-loader {
    width: 16px;
    height: 16px;
    position: relative;
    border: 5px dotted #222;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 3s linear infinite;
}

.div-shortcuts.loading .dot-loader {
    display: inline-block;
    margin-bottom: -1px;
    width: 12px;
    height: 12px;
    border-width: 4px;
}

.input-group-addon.loading .dot-loader {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-width: 4px;
    margin-bottom: -3px;
}

.input-group-addon.loading .glyphicon {
    display: none;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.auto-height {
    height: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wiki-menu-link {
    color: white !important;
    background: #424242;
}

.text-underline {
    text-decoration: underline;
}