/* Site-wide styles */

@import url("/libs/fonts/greycliff/greycliff-all.css?1");

body {
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
    color: #000121;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

h2 {
    color: #000121;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin: 25px 0px 17px 0px;
}

p {
    margin: 10px 0px;
    line-height: 1.5;
}

code {
    font-family: "Courier New", Courier, monospace;
    background-color: #F2F4F7;
    color: #E16171;
    border-radius: 3px;
    padding: 0 3px;
}

span.discount,
p.offer {
    border-radius: 8px;
    padding: 2px 5px;
    background-color: #CCFFCC;
    color: #006633;
    font-size: 13px;
}

#content {
    padding: 35px;
    margin: 0 auto;
}

#content p.offer {
    font-size: 14px;
    padding: 5px;
    margin: 25px 0px 5px 0px;
    color: #006633;
}

#content p.light,
#content span.light {
    color: #A0A7B1;
}

#content p.small,
#content span.small {
    font-size: 13px;
}

[class*=status-] {
    border-radius: 8px;
    color: #FFFFFF !important;
    padding: 5px 10px;
}

span[class*=status-] {
    border-radius: 10px;
    padding: 2px 5px;
}

.status-green {
    background-color: #7BCC8E
}

.status-yellow {
    background-color: #F5C744
}

.status-red {
    background-color: #E16171
}

.status-gray {
    background-color: #9FACBD
}

.warning-box {
    padding: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
    background-color: #FFDC65;
    color: #000121 !important;
}

.color-red {
    color: #E16171;
}

/* Alignments & Floats */

.leftAlign   { text-align: left; }
.rightAlign  { text-align: right; }
.centerAlign { text-align: center; }

.floatLeft   { float: left; }
.floatRight  { float: right; }

.is-rtl .floatLeft   { float: right; }
.is-rtl .floatRight  { float: left; }

/* Columns */

.column       { display: block; }
.column.left  { float: left; }
.column.right { float: right; }

.is-rtl .column.left  { float: right; }
.is-rtl .column.right { float: left; }

br.clear,
br.clear-adaptive,
div.clear
{
    clear: both;
}

/* Widths */

.halfsize {
    width: 47%;
    float: left;
}

.is-rtl div.halfsize {
   float: right;
}

.halfsize:nth-child(odd) {
    margin: 0 6% 0 0;
}

.is-rtl .halfsize:nth-child(odd) {
    margin: 0 0 0 6%;
}

@media screen and (max-width:750px) {
    .halfsize, .is-rtl .halfsize {
        width: 100%;
        float: none;
    }
    br.clear-adaptive {
        display: none;
    }
}

/* Buttons */

.button {
    cursor: pointer;
}

a.button, input.button {
    background-color: #4CB963;
    border-radius: 8px;
    color: #fff !important;
    display: inline-block;
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    min-width: 180px;
    text-decoration : none;
    border: 2px solid #4CB963;
    padding: 13px 15px;
    box-sizing: content-box;
    font-weight: 500;
    -moz-box-sizing: content-box;
    -webkit-appearance: none;
    line-height: 1;
}

a.button:hover, input.button:hover {
    background-color: #3C9A50;
    border-color: #3C9A50;
}

a.button.blue, input.button.blue {
    background-color: #3075F6;
    border-color: #3075F6;
}

a.button.blue:hover, input.button.blue:hover {
    background-color: #0A5AF0;
    border-color: #0A5AF0;
}

a.button.secondary, input.button.secondary {
    border: 2px solid #d2dce6;
    color: #8c9aac !important;
    background-color: #FFFFFF;
}

a.button.secondary:hover, input.button.secondary:hover {
    border: 2px solid #3075F6;
    color: #3075F6 !important;
    background-color: #FFFFFF;
}

a.buttonLight,
input.buttonLight,
.tab.buttonLight {
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    color: #1b2b4b !important;
    background-color: #F2F4F7;
    background-image: none;
    background-position: 12px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    display: inline-block;
    box-shadow: none;
    min-width: 0;
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttonLight.icononly {
    padding: 0px 46px 0px 0px;
    height: 46px;
    background-position: center center;
}

a.buttonLight:hover,
input.buttonLight:hover {
    background-color: #E3E8ED;
}

.tab.buttonLight.selected,
.tab.buttonLight:hover {
    opacity: 1;
    background-color: #F6F7F9;
}

.tab.buttonLight {
    background-color: transparent;
    font-size: 16px;
    opacity: 0.45;
}

.button,
.buttonLight {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* ActionBone */

ul.actionBone {
    text-align: center;
}

ul.actionBone li {
    display: inline-block;
    margin: 0 0 0 9px;
}

.is-rtl ul.actionBone li {
    margin: 0 9px 0 0;
}

ul.actionBone li:first-child {
    margin: 0px;
}

ul.actionBone li .button {
    padding: 15px 15px;
}

/* Button Group */

ul.buttonGroup li {
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
}
.is-rtl ul.buttonGroup li {
    float: right;
    margin: 0px 0px 10px 10px;
}

ul.buttonGroup li:last-child {
    margin-right: 0px;
}
.is-rtl ul.buttonGroup li:last-child {
    margin-left: 0px;
}

ul.buttonGroup li.floatRight  {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}
.is-rtl ul.buttonGroup li.floatRight  {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}

ul.buttonGroup li .buttonLight
{
    display: block;
}

/* Left Bar */

.leftGroup {
    float: left;
    margin: 0 10px 10px 0;
}

.is-rtl .leftGroup {
    float: right;
    margin: 0 0 10px 10px;
}

/* FormBone */

form.formBone {

}

form.formBone div.row {
    margin: 15px 0px;
}

form.formBone div.row.error {
    padding: 7px;
    background-color: #FFE5E5;
    color: #D7263D;
    border-radius: 8px;
    display: none;
}

form.formBone label {
    color: #3F4954;
    display: block;
    padding: 7px 0px;
}

form.formBone label.bold {
    font-weight: 600;
}

form.formBone label.ctrl {
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
    padding: 0px;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-indent: -20px;
}
.is-rtl form.formBone label.ctrl {
    margin: 0px 0px 0px 20px;
    padding: 0px 20px 0px 0px;
}

form.formBone label span.floatRight {
    display: block;
    float: right;
}
.is-rtl form.formBone label span.floatRight {
    float: left;
}

@media screen and (max-width:750px) {
    #advanced_label.floatRight {
        display: block;
        float: none;
    }
    form.formBone label.ctrl {
        display: block;
    }
}

form.formBone input.ctrl,
form.formBone select.ctrl,
form.formBone textarea.ctrl,
form.formBone div.inputPartial,
form.formBone div.inputButton {
    border: 1px solid #d4dce5;
    border-radius: 8px;
    color: #000121;
    font-size: 14px;
    height: 42px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

form.formBone input.ctrl:focus,
form.formBone select.ctrl:focus,
form.formBone textarea.ctrl:focus,
form.formBone div.inputPartial:focus,
form.formBone div#editor div.moze-wysiwyg-editor:focus {
    border: 1px solid #3075F6;
}

form.formBone div.inputPartial input,
form.formBone div.inputButton input {
    background: transparent;
    border: none;
    font-size: 14px;
    float: left;
    height: 29px;
    line-height: 29px;
    padding: 0px;
    text-align: right;
    width: 49%;
    font-family: "Greycliff", Assistant, Arial, Helvetica, sans-serif;

}

form.formBone div.inputButton input {
    width: 100%;
    text-align: left
}
.is-rtl form.formBone div.inputButton input {
    text-align: right
}

form.formBone input.ctrl.stronger {
    font-weight: bold;
    font-size: 1.1em;
}

form.formBone div.inputButton a {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 40px;
    background: none no-repeat center center;
    background-size: 24px 24px;
}
.is-rtl form.formBone div.inputButton a {
    left: 3px;
    right: auto;
}

form.formBone div.inputButton a.find {
    background-image: url(/libs/icons/icon-find.svg);
}

form.formBone div.inputPartial > span {
    background: transparent;
    color: #66717f;
    display: inline-block;
    float: left;
    height: 29px;
    line-height: 29px;
    text-align: left;
    width: 40%;
}

form.formBone div.inputPartial > span.right {
    float: right;
    margin: 0px 0px 0px 10px;
}
.is-rtl form.formBone div.inputPartial > span {
    text-align: right;
    float: right;
}
.is-rtl form.formBone div.inputPartial > span.right {
    float: left;
    margin: 0px 10px 0px 0px;
}

form.formBone select.ctrl {
    padding: 9px 5px;
}

form.formBone input[type="checkbox"].ctrl {
    margin: 0px;
    height: 30px;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    box-shadow: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

form.formBone .w50p   { width: 50%; }
form.formBone .w100p  { width: 100%; }

form.formBone .buttonedInput {
    position: relative;
}

body:not(.is-rtl) form.formBone .buttonedInput input {
    padding-right: 42px;
}

.is-rtl form.formBone .buttonedInput input {
    padding-left: 42px;
}

form.formBone .buttonedInput .buttonLight {
    position: absolute;
    right: 6px;
    top: 6px;
    background-position: center center;
    background-size: 16px 16px;
    line-height: 30px;
    height: 30px;
    padding: 0px 15px 0px 15px;
}

.is-rtl form.formBone .buttonedInput .buttonLight {
    left: 6px;
    right: auto;
}

form.formBone .ctrl.error {
    border-color: #D7263D;
}

form.formBone .ctrl.success {
    border-color: #4CB963;
}

form.formBone .ctrl.marked {
    border-color: #3075F6 !important;
}

form.formBone a {
    color: #3075F6;
    text-decoration: none;
}

/* Language toggle */

.formBone span.lang {
    float: right;
    font-size: 13px;
}
.is-rtl .formBone span.lang {
    float: left;
}

.formBone span.lang > a {
    color: #8c9aac;
    margin-left: 3px;
    padding: 3px;
    border-radius: 8px;
}

.formBone span.lang > a.selected {
    background-color: #F2F4F7;
    color: #66717f;
}

.formBone span.lang > a:hover {
    background-color: #E3E8ED;
}


::-webkit-input-placeholder {
    color: #BBBBBB;
}

:-moz-placeholder {
    color: #BBBBBB;
}

::-moz-placeholder {
    color: #BBBBBB;
}

:-ms-input-placeholder {
    color: #BBBBBB;
}

.placeholder {
    color: #BBBBBB !important;
}

@media screen and (max-width:500px)  {

    ::-webkit-input-placeholder {
        font-size: 13px;
    }

    :-moz-placeholder {
        font-size: 13px;
    }

    ::-moz-placeholder {
        font-size: 13px;
    }

    :-ms-input-placeholder {
        font-size: 13px;
    }

    .placeholder {
        font-size: 13px !important;
    }
}

label .mark {
    background-color: #F2F4F7;
    padding: 3px 7px;
    font-size: 0.75rem;
    color: #9FACBD;
    position:relative;
}



/* Tags */

.tagGroup li {
    display: inline-block;
    color: #1b2b4b;
    background-color: #F2F4F7;
    padding: 10px 30px 10px 10px;
    float: left;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    position: relative;
}

.is-rtl .tagGroup li {
    padding: 10px 10px 10px 30px;
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.tagGroup.readonly {
    margin-top: 10px;
}

.tagGroup.readonly li {
    float: none;
    padding: 5px;
}

.tagGroup li:hover {
    background-color: #E3E8ED;
}

.tagGroup.fullsize li {
    display: block;
    float: none;
}

.tagGroup li > span:last-child {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: url("/libs/icons/icon-cross.svg") no-repeat center center;
    background-size: 12px;
    cursor: pointer;
}

.is-rtl .tagGroup li > span:last-child {
    left: 0;
    right: auto;
}

/* Check list tree */

.checkListTree input[type="checkbox"] {
    width: 20px;
}

.checkListTree span.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/backend/css/cat-default-product.svg) no-repeat center center;
    background-size: cover;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 8px;
}

.checkListTree span.caption {

}

.checkListTree span.price {
    display: block;
    position: absolute;
    right: 10px;
    line-height: 32px;
    top: 5px;
    bottom: 5px;
    width: 100px;
    text-indent: 0;
    text-align: right;
}

.is-rtl .checkListTree span.price {
    left: 10px;
    right: auto;
    text-align: left;
}

.checkListTree li label {
    position: relative;
    line-height: 32px;
    cursor: pointer;
    display: block;
    margin: 0;
    border-radius: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 0px 0px 0px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 100px;

    text-indent: -20px;
}

.is-rtl .checkListTree li label {
    padding-left: 100px;
    padding-right: 20px;
    margin: 0px 0px 0px 0px;
}

.checkListTree label:hover {
    background-color: #F6F7F9;
}

.checkListTree ul {
    padding-left: 30px;
}

.is-rtl .checkListTree ul {
    padding-left: auto;
    padding-right: 30px;
}

/* ListBone */

ul.listBone li {
    display: flex;
    border-radius: 10px;
    align-items: center;
    line-height: 1.2;
}

ul.listBone.multiline li {
    flex-wrap: wrap;
    padding: 10px;
}

ul.listBone li:hover {
    cursor: pointer;
}

ul.listBone li > span {
    padding: 10px;
    display: block;
    flex-shrink: 0;
    word-wrap: break-word;
}

ul.listBone li > span.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

ul.listBone li > span a {
    text-decoration: none;
}

ul.listBone li > span.main {
    flex-grow: 1;
    flex-shrink: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

body.has-mouse ul.listBone li:hover,
ul.listBone li.hover,
ul.listBone li.ui-sortable-helper {
    background-color: #F6F7F9;
}

ul.listBone li span.icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    min-width: 36px;
    min-height: 36px;
    box-sizing: border-box;
}

ul.listBone li .actions {
    padding: 0;
    visibility: hidden;
    display: flex;
}

body.has-mouse ul.listBone li:hover .actions,
body.touch-mode ul.listBone li .actions {
    visibility: visible;
    border-radius: 8px;
}

ul.listBone li span.actions a.action {
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    text-decoration: none;
    padding: 10px;
    display: block;
    min-width: 36px;
    box-sizing: border-box;
    color: #66717f;
}

body:not(.is-rtl) ul.listBone li span.actions a.action.text {
    padding-left: 32px;
}

.is-rtl ul.listBone li span.actions a.action.text {
    padding-right: 32px;
}

ul.listBone .action.delete  { background-image: url("/libs/icons/icon-delete.svg"); }
ul.listBone .action.edit    { background-image: url("/libs/icons/icon-edit.svg"); }

body.has-mouse .listBone.sortable li:hover span.icon,
body.touch-mode .listBone.sortable li span.icon {
    background-image: url("/libs/icons/icon-drag.svg") !important;
    background-size: 18px 18px;
    cursor: move;
}

ul.listBone.sortable li.sortPlaceholder {
    outline: 1px dashed #D2DCE6 !important;
}

/* pagesTree */

ul.pagesTree li .actions a.action {
    color: #66717f !important;
    font-size: 13px;
}

ul.pagesTree li span.icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 28px;
    display: block;
}

.is-rtl ul.pagesTree li span.icon {
    left: auto;
    right: 0px;
}


@media screen and (max-width:600px) {

    .buttonLight.adaptive {
        padding: 0px 46px 0px 0px;
        height: 46px;
    }

    .buttonLight.adaptive span {
        display: none;
    }

    a.button, input.button {
        min-width: 0px;
    }

    li:first-child:last-child a.button, li:first-child:last-child input.button {
        min-width: 180px;
    }

    .column.left {
        float: none;
    }

    .column.right {
        float: none;
    }

    ul.listBone li span.actions a.action span {
        display: none;
    }

    ul.listBone li span.actions a.action.text {
        padding: 10px !important;
    }

}

/* Animation for progress rotator */

.circularProgress {
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    transition: justify-content 2s;
}

.circularProgress:before {
    animation: load-rotate infinite linear 1s;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    display: block;
    border-top-color: transparent;
    border-radius: 50px;
}

@keyframes load-rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        opacity: .35;
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Fountain */

#fountain {
    position: relative;
    width: 90px;
    height: 11px;
}

.fountainItem {
    position: absolute;
    top: 0;
    background-color: rgb(136, 136, 136);
    width: 11px;
    height: 11px;
    animation-name: fountainBounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction:n ormal;
    transform: scale(.3);
    border-radius: 7px;
}

#fountain_1 { left: 0;    animation-delay: 0.6s; }
#fountain_2 { left: 11px; animation-delay: 0.75s; }
#fountain_3 { left: 22px; animation-delay: 0.9s; }
#fountain_4 { left: 34px; animation-delay: 1.05s; }
#fountain_5 { left: 45px; animation-delay: 1.2s; }
#fountain_6 { left: 56px; animation-delay: 1.35s; }
#fountain_7 { left: 67px; animation-delay: 1.5s; }
#fountain_8 { left: 79px; animation-delay: 1.64s; }

@keyframes fountainBounce {
    0%   { transform: scale(1);  background-color: rgb(136, 136, 136); }
    100% { transform: scale(.3); background-color: rgb(255, 255, 255); }
}

/* End */