body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    color: #111;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea, button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 4px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
    border: 1px solid #d0d0d0;
}

.ui-multiselect{
    width: 150px !important;
}



input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
    border: 1px solid #74b9f0;
    box-shadow: 0 0 4px rgba(82, 168, 236, 0.6);
    outline: none;
}

button.ui-multiselect.ui-widget  {
    border-radius: 0;
    font-size: 13px;
    padding: 4px;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}

a {
    color: #00547d;
}

a:hover {
    color: #005ca3;
    text-decoration: none;
}

a img {
    border: none;
}

iframe {
    border: 0;
}

.chosen-container div.chosen-drop {
    width: 100%;
}

.wide-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
    display: table;
}
.wide-table td {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.none {
    display: none !important;
}

.nowrap {
    white-space: nowrap
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.errorlist li {
    margin: 1px 0;
    padding: 1px 4px;
    background: #c00;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
}

.canceled {
    color: red;
}

.helptext {
    color: #aaa;
}

.close-wrapper {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.warning-text {
    font-weight: bold;
    color: red;
}

.button {
    display: inline-block;
    padding: 5px 14px;
    text-decoration:none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdfdfd 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fdfdfd 0%,#f0f0f0 100%); /* W3C */
    background: #0C93C0;
    background-image: -webkit-linear-gradient(top, #0C93C0, #6cb8dc, #0077bc);
    background-image:    -moz-linear-gradient(top, #0C93C0, #6cb8dc, #0077bc);
    background-image:     -ms-linear-gradient(top, #0C93C0, #6cb8dc, #0077bc);
    background-image:      -o-linear-gradient(top, #0C93C0, #6cb8dc, #0077bc);
    background-image:         linear-gradient(top, #0C93C0, #6cb8dc, #0077bc);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.button:hover,
.button:focus {
    text-decoration:none !important;
    background: #00adf7;
    -webkit-transition: .2;
    -o-transition: .2;
    transition: .2;
}

.button:active {
    position: relative;
    top: 1px;
}

.button * {
    color: #555;
}

a.button {
    padding: 4px 16px;
}

.icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    outline: none;
    background-position: top center;
    background-repeat: no-repeat;
}

.icon:hover {
    background-position: bottom center;
}

.comment-tip strong {
    display: block;
    padding: 2px 0;
    width: 200px;
    color: #c00;
}

.comment-tip strong.my {
    color: #00c;
}

.comment-tip small {
    float: right;
}

.comment-tip em {
    display: block;
    width: 200px;
    font-style: normal;
    color: #000;
}


/*  MOBILE CSS  */
.details-toggle {
    display: none;
    width: 32px;
    height: 32px;
    float: right;
    background: url("/static/style/images/sort-icon.927880a502a0.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-radius: 50%;
    border: 1px solid #c0c3c5;
}

.search-specify .item-number {
    white-space: nowrap;
}

.ui-autocomplete .ui-menu .ui-menu-item {
    text-align: left;
}

@media screen and (max-width: 1000px) {
    body {
        min-width: 320px;
    }

    .main {
        margin: 0 auto!important;
    }
}

@media (max-width: 1000px) {
    .adaptive-trigers {
        border: 1px solid #FAFAFA;
        padding: 5px;
        font-size: 0;
        margin: 15px 0 10px;
        border-radius: 4px;
        background: #ececec;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    /* header */
    .search-box {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    /* end adaptive tables */
    .form-table th, .form-table td {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .form-table td input[type=text],
    .form-table td input[type=email],
    .form-table td input[type=number],
    .form-table td input[type=password] {
        width: 100% !important;
    }

    .form-table td select {
        width: 100% !important;
    }

    .form-table td textarea {
        width: 100% !important;
    }
    .form-table td input[type=checkbox] {
        width: auto;
    }
}

.grid {
    min-width: 270px;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.grid td.error span > * {
    border: solid 1px red;
}

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

table {
    width: 100%;
}

.grid thead th {
    padding: 4px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    background: #f0f0f0;
    white-space: nowrap;
    color: #333;
}

.grid thead th a {
    color: #333;
}

.grid thead th strong {
    display: block;
    padding-top: 3px;
}

.grid tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.grid tbody tr.disabled:nth-child(even) {
    background-color: #e0e0e0;
}

.grid.parts-table tr.active.disabled td {
    background: #eeeeee;
}

.grid td {
    padding: 4px 2px;
}

.grid tr.empty td {
    color: #afafaf;
}

.grid td a {
    text-decoration: none;
}

.grid td a:hover {
    text-decoration: underline;
}

.grid tr.unread {
    font-weight: bold;
}

.grid tr {
    border-bottom: 1px solid #e1e1e1;
}

.grid tr.selected, .grid tbody tr:hover, .grid tbody tr.selected:hover {
    background-color: #ffffdd;
}

.grid tbody tr.done{
    background-color: #fdfac9;
    font-weight: bold;
}

.grid tbody tr.attention {
    background-color: #ffceb1;
}

.grid tbody tr.approved{
    background-color: #e9fde1;
}

.grid tbody tr.rejected{
    background-color: #ffcccc;
}

.grid tbody tr.active td {
    background-color: #fdfac9;
}

.grid tbody td.comment span.dispatch{
    font-weight: bold;
}

.grid.returns-list a.dispatch-info {
    text-overflow: ellipsis;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.grid.returns-list .product-name {
    max-width: 170px;
}

.grid tbody tr.separator td h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
}

.grid tbody tr.onstore td.country,
.grid tbody tr.onstore td.store-info,
.grid tbody tr.onstore td.store,
.grid tbody tr.onstore td.count,
.grid tbody tr.onstore td.price,
.grid tbody tr.onstore td.cart{
    background-color: #e9fde1;
}

.grid tbody tr.onstore:hover td.country,
.grid tbody tr.onstore:hover td.store-info,
.grid tbody tr.onstore:hover td.store,
.grid tbody tr.onstore:hover td.count,
.grid tbody tr.onstore:hover td.price,
.grid tbody tr.onstore:hover td.cart{
    background-color: #a7ff84;
}

.grid tbody tr td.disabled {
    background-color: #eeeeee;
}

.grid tbody tr.disabled {
    background-color: #eeeeee;
}

.grid tbody tr:hover {
    background-color: #a7ff84 !important;
}

.grid .red {
    font-weight: bold;
    color: #f00;
}

.grid .green {
    font-weight: bold;
    color: #0f0;
}

.grid .related {
    color: #0a0;
}

.grid .related a {
    color: #0a0;
}
a.tip.descr,
.grid a.descr {
    background-image: url("/static/style/images/description.50819a37701e.gif");
    width: 16px;
    white-space: nowrap;
    padding: 0 8px;
    margin: 0;
}

span.item-description a {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px!important;
    height: 16px;
}

.grid a.link {
    font-weight: bold;
}
.grid td.product-number {
    white-space: nowrap;
}

.grid td.max-count,
.grid td.count {
    text-align: center;
    white-space: nowrap;
}

.grid td.check {
    width: 21px;
}

.grid td.total, .grid td.price {
    white-space: nowrap;
    font-weight: bold;
    text-align: right;
}

.grid td.datetime {
    color: #555;
    white-space: nowrap;
}

.grid td.datetime em {
    font-style: inherit;
}

.grid td.price {
    color: #009900;
}

.grid td.count input {
     text-align: center;
     max-width: 40px;
    -moz-appearance: textfield;
}

.grid td.count input[type=number]{
    -moz-appearance:textfield;
}

.grid td.count input[type=number]::-webkit-inner-spin-button,
.grid td.count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.grid td.delete {
    width: 18px;
}

.grid td.summary {
    text-align: right;
    font-weight: bold;
}

.grid td.info {
    white-space: nowrap;
}

.grid th.date, .grid td.date {
    width: 50px;
}

.grid th.datetime, .grid td.datetime {
}

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

.grid .status {
    text-align: center;
    width: 100px;
}

.grid th.delivery, .grid td.delivery {
    width: 160px;
}

.grid th.declaration, .grid td.declaration {
    width: 100px;
}

.grid .print {
    width: 20px;
    text-align: center;
}

.grid th.date-period {
    width: 100px;
    white-space: nowrap;
}

.grid th.date-period .date-input {
    width: 50px;
    font-size: 10px;
    padding: 3px 1px 4px 1px;
    margin: 0;
}

.grid p {
    padding: 0;
    margin: 0;
}

.grid a.excel_csv {
    background: url("/static/style/images/excel_csv.0ba43d8b50a3.png") no-repeat center;
}

.grid a.incart {
    background-image: url("/static/style/images/in_cart.4bb23543f017.png");
    background-position: top;
}

.grid a.incart:hover {
    background-position: bottom;
    background-image: url("/static/style/images/in_cart.4bb23543f017.png");
}

.grid a.incart {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.grid a.yandex, .grid a.google {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}

.grid a.google {
    background-image: url("/static/style/images/google.87b620373996.png");
}

.grid a.yandex {
    background-image: url("/static/style/images/yandex.70a274ddc15f.png");
}

.grid a.cart,
.grid a.reserve,
.grid a.buy,
.grid a.info,
.grid a.photo,
.grid a.car,
.grid a.remove,
.grid a.print,
.grid a.add,
.grid a.yes,
.grid span.yes,
.grid a.no,
.grid span.no,
.grid a.comment0,
.grid a.comment1,
.grid a.comment2,
.grid a.store-limit-cart {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background-image: url("/static/style/images/icons.fef2c4b85457.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.grid a.yes, .grid span.yes {
    background-position: 0 0;
}

.grid a.yes:hover, .grid span.yes:hover {
    background-position: 0 -16px;
}

.grid a.no, .grid span.no {
    background-position: -16px 0;
}

.grid a.no:hover, .grid span.no:hover {
    background-position: -16px -16px;
}

.grid a.cart, .grid a.buy {
    background-position: -48px 0;
}

.grid a.cart:hover, .grid a.buy:hover {
    background-position: -48px -16px;
}

.grid a.reserve {
    background-position: -64px 0;
}

.grid a.reserve:hover {
    background-position: -64px 0;
}

.grid a.info {
    background-position: -80px 0;
}

.grid a.info:hover {
    background-position: -80px -16px;
}

.grid a.photo {
    background-position: -96px 0;
}

.grid a.photo:hover {
    background-position: -96px -16px;
}

.grid a.car {
    background-position: -112px 0;
}

.grid a.car:hover {
    background-position: -112px -16px;
}

.grid a.remove {
    background-position: -32px 0;
}

.grid a.remove:hover {
    background-position: -32px -16px;
}

.grid a.print {
    background-position: -160px 0;
}

.grid a.print:hover {
    background-position: -160px -16px;
}

.grid a.add {
    background-position: -176px 0;
}

.grid a.add:hover {
    background-position: -176px -16px;
}

.grid a.comment0 {
    background-position: -128px 0;
}

.grid a.comment0:hover {
    background-position: -128px -16px;
}

.grid a.comment1 {
    background-position: -144px 0;
}

.grid a.comment1:hover {
    background-position: -144px -16px;
}

.grid a.comment2 {
    background-position: -128px 0;
}

.grid a.comment2:hover {
    background-position: -128px -16px;
}

.grid a.select-all {
    background-image: url("/static/style/images/select-product1.ee07ba277555.png");
}

.grid a.select-none {
    background-image: url("/static/style/images/select-product0.300a1ad938da.png");
}

.grid a.payment-online {
    background-image: url("/static/style/images/payment-online-16.6419bec64ff3.png");
}
.grid a.print-check{
    background-image: url("/static/style/images/check_printer.d37b86e75a8e.png");
}

.analogs a {
    margin: 20px 0;
    text-align: center;
}

.grid .comment-count {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 9px;
    line-height: 13px;
    color: #fff;
}

.grid a.store-limit-cart {
    background-position: -192px 0;
}

.grid a.store-limit-cart:hover {
    background-position: -192px -16px;
}

.grid a.sort, .grid a.sort-asc, .grid a.sort-desc {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 8px;
}

.grid a.sort {
    background-image: url("/static/style/images/sort.f6596199196d.gif");
}

.grid a.sort-asc {
    background-image: url("/static/style/images/sort-asc.52b523de0ca1.gif");
}

.grid a.sort-desc {
    background-image: url("/static/style/images/sort-desc.6ea13e0cefce.gif");
}

.grid-empty {
    padding: 20px 0;
    text-align: center;
    color: #555;
    font-size: 16px;
}

.form-table th {
    padding: 4px 4px 4px 0;
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    color: #333;
}

.form-table h2 {
    text-align: left;
    font-size: 15px !important;
}

.form-table td {
    padding: 1px;
}

.form-table td ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

tr.error th {
    color: #c00;
}

tr.error td input, tr.error td select, tr.error td textarea {
    border: 1px solid #c00;
    background-color: #ffd9d9;
}

.recaptcha.error div.g-recaptcha {
    border: solid 1px red;
    padding: 2px;
}

.form-table {
    max-width: 500px;
    margin: auto;
    margin-bottom: 10px;
}

.form-table td select, .form-table td input[type="text"], .form-table td input[type="number"], .form-table td textarea {
    width: 100%;
}

.form-table .info {
    display: none;
    padding: 4px;
    background-color: #fafafa;
    white-space: normal;
    font-size: 11px;
    color: #999;
    border: 1px solid lightgray;
}

.form-table .info p {
    margin: 0 !important;
    padding: 0 !important;
}

.form-table .info a {
    color: #333;
}

.form-table  td.error input {
    background: #fdd2d2;
}

.form-table  td.attention input {
    background: #d5fdd2;
    width: 56%;
}

.form-table  td.attention button {
    width: 16%;
}

#id_captcha_1,
#id_comment-captcha_1 {
    line-height: 23px;
    padding: 0 5px;
    vertical-align: top;
    width: calc(100% - 80px);
    float: right;
}

form.order-one-click img.captcha {
    padding: 0 29px;
}

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

tr.canceled td {
    color: red;
}

tr.canceled td a {
    color: red;
}

.form-table .actions {
    padding-top: 12px;
    padding-bottom: 12px;
}

form[name="cart-form"] .actions > * {
    margin-left: 6px;
}

.wide-table {
    width: 100%;
    overflow: hidden;
}

.main-heading.original-catalog {
    padding: 8px 24px 6px 24px;
}

.main-heading.original-catalog a {
    padding: 2px 15px 7px 15px;
    margin-right: 13px;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.original-catalog a:hover {
    text-decoration: underline;
}

.original-catalog h1 {
    display: inline;
    padding: 1px 12px 6px 12px;
    margin-right: 13px;
    font-weight: normal;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #898989;
    color: #000;
}

.filter-form {
    padding-bottom: 12px;
}

.filter-form label {
    font-weight: bold;
    font-size: 12px;
}

.filter-form input[type=text] {
    max-width: 250px;
}

.brand-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

.brand-list li:hover {
    color: #005c9d !important;
    -webkit-box-shadow: 0 0 6px 2px #e3e3e3;
    box-shadow: 0 0 6px 2px #e3e3e3;
}

.brand-list li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 128px;
    height: 96px;
    margin: 5px;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.brand-list li a {
    display: block;
    text-decoration: none;
    outline: none;
    padding: 10px;
}

.brand-list li img {
    float: none;
    margin-bottom: 10px;
    min-height: 34px;
}

.brand-list li span {
    display: block;
    text-align: center;
    padding: 0 0;
    font-size: 15px;
}

.brand-list div.cars_count {
    position: absolute;
    top: 3px;
    right: 5px;
    display: inline;
    font-size: 12px;
    float: right;
    color: #ccc;
}

.table-manufacturers {
    width: 100%;
}

.table-manufacturers td {
    padding: 2px 2px 2px 15px;
    white-space: nowrap;
}

.table-manufacturers td:first-letter {
    font-weight: bold;
}

.table-manufacturers th {
    padding: 2px 0;
    font-size: 16px;
    color: #c2170f;
    text-align: left;
    border-bottom: 1px solid #c2170f;
}

.spec-form {
    margin-bottom: 8px;
    padding: 6px 8px;
    background-color: #fffaa4;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    min-height: 24px;
}

.spec-label {
    position: relative;
    font-size: 13px;
    margin: 4px 0 0 10px;
    border-bottom: 1px dashed #000080;
    text-decoration: none;
}

.spec-open {
    display: none;
}

.spec-list {
    overflow: hidden;
    position: relative;
}

.spec-label strong {
    margin-right: 8px;
    text-transform: uppercase;
}

.spec-list {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.spec-list ul {
    list-style: none;
    padding: 0 20px 5px 2px;
    margin: 0;
    float: left;
}

.spec-form .actions {
    text-align: left;
}

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

.actions.actions-profile a.button {
    width: 24%;
    display: inline-block;
    float: left;
    padding: 4px 5px;
}

.actions-profile a.button:last-child {
    margin-right: 0;
}

.spec-form .spec-select-done {
    font-weight: bold;
    padding: 4px;
    line-height: 28px;
    float: right;
}

.spec-form .specs-action {
    clear: both;
}

.manufacturer-list {
    width: 100%;
    overflow: hidden;
}

.manufacturer-list h3 {
    clear: left;
    padding: 5px 8px;
    margin: 10px 0;
    background: #f4f4f4;
    color: #333;
}

.manufacturer-list ul {
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    width: 24%;
    list-style: none;
}

.manufacturer-list ul li {
    padding: 2px 0 2px 10px;
}

.manufacturer-group-list ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    list-style: none;
}

.manufacturer-group-list ul li {
    padding: 3px 0;
}

.abc-list {
    padding-bottom: 4px;
    font-weight: bold;
}

.abc-list a {
    margin-right: 2px;
}

.promo-products {
    min-height: 50px;
    padding-bottom: 20px;
}

.promo-products h1 {
    font-size: 15px;
    padding-bottom: 4px;
}

.promo-products ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-products li {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.promo-products-clear {
    clear: left;
}

.grid-filter {
    margin-bottom: 4px;
    border-collapse: collapse;
    width: inherit;
}

.grid-filter th {
    text-align: right;
    padding: 2px 0;
    font-weight: normal;
    font-size: 12px;
    color: #555;
}

.grid-filter td {
    padding: 2px 4px;
}

.ui-multiselect span.ui-icon {
    width: 15px !important;
}

.grid-filter td.interval {
    white-space: nowrap;
}

.grid-filter input[type=text] {
    width: 150px;
}

.grid-filter input[type=number] {
    width: 150px;
}

.grid-filter select {
    width: 150px;
}

.grid-filter .date-input {
    width: 66px;
}

.grid-filter .interval input {
    width: 75px;
}

.grid-filter .buttons {
    text-align: right;
}

.grid-filter .buttons .button {
    padding: 4px 10px;
    font-size: 12px;
    margin: 4px 0;
}

.comment-list {
    margin: 0 0 8px 0;
    padding: 0;
    max-height: 160px;
    overflow: auto;
    list-style: none;
}

.comment-list li {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.comment-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.comment-list h4 {
    margin: 0;
    padding: 0 0 2px 0;
    color: #c00;
}

.comment-list h4.my {
    color: #00c;
}

.comment-list small {
    float: right;
}

.comment-list p {
    margin: 0 !important;
    padding: 0 !important;
}

.comment-form textarea {
    height: 60px;
}

.mini-form p input {
    padding: 4px;
    width: 48%;
    float: left;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
}
.mini-form p input:last-child {
    float: right;
}

.mini-form p.field input[type="text"] {
    width: 100%;
    float: left;
}

.car-info {
    float: left;
    margin-right: 10px;
}

.car-category-main .jstree {

    /*float: right;*/
    display: inline-block;
}

.car-category-main {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.car-category-main .jstree {
    display: table;
    min-width: 200px;
    overflow-x: auto;
}

.grid td.comment {
    position: relative;
}

.mini-form-box {
    z-index: 1;
}

.mini-form {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 280px;
    background-color: #fff;
    border: 1px solid #999;
    padding: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    z-index: 99;
}

.mini-form label {
    display: inline-block;
    width: 170px;
    color: #777;
}

.mini-form p.field {
    margin: 4px 0;
    padding: 0;
    text-align: left;
}

.mini-form p {
    width: 100%;
    display: inline-block;
}

.mini-form p.field input {
    width: 96%;
}

.mini-form textarea {
    width: 265px;
    height: 50px;
}

.mini-form p.submit {
    text-align: right;
}

.mini-form .comment p input[type="submit"] {
    padding: 4px;
    width: 49%;
    border: 1px solid #9b9b9b;
}

.actions {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 0;
}

.actions.actions-profile {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.actions a {
    text-align: center;
}

.grid-details.left-gd {
    float: left;
    margin-top: 14px;
}

.grid-details {
    margin: 8px 0 20px;
    display: inline-block;
    float: right;/* text-align: center;*/
}

.grid-details div {
    display: inline-block;
    color: #555;
    margin-right: 10px;
}

.grid-details.one div {
    margin-right: 0;
}

.grid-details.three > *:nth-child(5) {
    margin-right: 0;
    padding-right: 0;
}

.grid-details.two > *:nth-child(3) {
    margin-right: 0;
    padding-right: 0;
}

.grid-details div span {
    margin-right: 5px;
    line-height: 24px;
}

.grid-details div > * {
    font-size: 12px;
    text-align: left;
}

.grid-details select {
    font-size: 12px;
    font-weight: bold;
}

table.vertical-grid {
    border: 1px solid #e1e1e1;
    color: #333;
}

.vertical-grid th {
    text-align: left;
}

.vertical-grid th, .vertical-grid td {
    padding: 4px;
    border-bottom: 1px solid #e1e1e1;
}

table td .price-old {
    top: 35% !important;
}

table td .price-new {
    top: 70% !important;
}

td.product p.name {
    font-size: smaller;
    color: #777;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid td.product-name p.name {
    clear: both;
    display: block;
    color: gray;
    font-size: smaller;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
}

.grid td.manager span {
    display: inline-block;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

.parts-table thead th {
    cursor: pointer;
}

.parts-table th.store, .parts-table th.price, .parts-table th.count,
.parts-table td.price, .parts-table td.count{
   /* text-align: center;*/
}


table td.number, table td.date, table td.datetime, table td.store-info {
    white-space: nowrap;
}

.product-image-tr .product-image img {
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    padding: 10px;
}

.product-image-tr td.product-image-caption {
    text-align: center;
}



.main.login-pages {
    padding-left: 0;
    width: 100%;
}

.main.login-pages h1.main-heading, .main.login-pages .main-heading h1 {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    line-height: initial;
}

.login-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.main-heading .login-h {
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    border: none;
    display: contents;
}

.login-wrapper form {
    display: inline-block;
    width: 500px;
    background: #f2f2f2;
    padding: 40px;
    margin: 0 auto;
    float: none;
}

.report-statements-form .actions {
    text-align: center;
}

.report-form-w {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.report-form-w .report-form, .payment-notify .form-table {
    float: none;
    margin: 0 auto;
    max-width: 550px;
}

.login-wrapper .form-table {
    border-collapse: collapse;
}

.login-wrapper .form-table tr.deny-advertisement th, .login-wrapper .form-table tr.deny-advertisement td {
    width: 50%;
}

.login-wrapper .form-table th, .login-wrapper .form-table td {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
}

form.payment-notify select, form.payment-notify textarea, form.payment-notify input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
}

form.payment-notify .actions {
    text-align: center;
    max-width: 550px;
}

form.payment-notify .actions.one {
    max-width: 550px;
    margin: 5px auto;
}

form.payment-notify .actions.one input {
    width: 371px;
    margin-right: 2px;
    float: right;
}

.user-check-block .form-table th, .user-check-block .form-table td {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}

.login-wrapper .form-table td input:not([type="checkbox"]), .login-wrapper .form-table td select {
    width: 100%;
}

.login-wrapper .actions {
    width: 100%;
}

.login-wrapper .actions.one input {
    width: 100%;
}

.login-wrapper .reset-password {
    float: left;
    margin-top: 5px;
    font-size: 13px;
}

.login-wrapper .form-table th, .login-wrapper .form-table td {
    width: 50%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.login-wrapper .login-form .form-table th, .login-wrapper .login-form .form-table td {
    width: 100%;
}

.login-wrapper .form-table td input:not([type="checkbox"]), .login-wrapper .form-table td select {
    width: 100%;
}

div.split-datetime input.date-input {
    width: calc(100% - 70px) !important;
}

div.split-datetime b {
    text-align: center;
    width: 10px;
    display: inline-block;
}

div.split-datetime input.time-input {
    width: 33px !important;
    margin-left: 2px;
}

table.cart-table {
    width: 100%;
}

.cart-table tr.summary td.summary {
    text-align: left;
}

/* menu pages */
.base-content-form-w {
    text-align: center;
}

.base-content-form {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 500px;
}

.base-content-form th {
    width: 30%;
}

.base-content-form td {
    width: 70%;
}

.base-content-form td.actions {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
}

.base-content-form td input, .base-content-form td textarea {
    width: 100%;
    margin-bottom: 5px;
}

/* request-create page */
.user_cars {
    display: inline-block;
    width: 100%;
    border: 1px solid #dbdbdb;
    list-style: none;
    padding: 0;
    border-bottom: none;
}

.user_cars li {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
}

.request-create-w .form-table {
    width: 550px;
    margin: 10px auto;
}

.request-create-w .form-table th {
    width: 30%;
}

.request-create-w .form-table td {
    width: 70%;
    padding-bottom: 10px;
}

.request-create-w .form-table td.actions {
    width: 100%;
}

.request-create-w .form-table tr td > * {
    width: 100%;
}

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

.g-recaptcha > div {
    display: inline-block;
}

.tree-search {
    width: 246px;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid silver;
    font-size: 16px;
    margin: 0 10px 10px 10px;
}

.jstree-default .jstree-anchor {
    height: initial!important;
    white-space: initial;
    margin-right: 24px;
}

.main-heading {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
 h1.main-heading,
 .main-heading h1 {
    width: 100%;
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.main-heading .img-h1 {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.main-heading .img-h1 h1,
.main-heading .img-h1 img {
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.main-heading .img-h1 h1 {
    width: 100%;
    padding-bottom: 7px;
}

.main-heading   .img-h1 img + h1 {
    width: calc(100% - 58px);
    float: right;
    padding: 0 0 7px 0;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* News */
.news-list,
.article-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.news-list li,
.article-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.news-list .news-head *,
.article-list .article-head * {
    display: inline-block;
    width: 100%;
}

.news-list .news-date,
.article-list .article-date {
    margin-bottom: 10px;
}

.news-list img,
.article-list img {
    max-width: 100%;
}

.news-list .news-head,
.article-list .article-head,
.news-list .news-body,
.article-list .article-body {
    display: inline-block;
    float: right;
    width: calc(100%  - 350px);
}

.news-list.tile .news-head,
.article-list.tile .article-head,
.news-list.tile .news-body,
.article-list.tile .article-body {
    width: 100%;
}

.news-list.tile li,
.article-list.tile li {
    padding: 0;
    width: 32%;
    float: left;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 3%;
}

.news-list.tile li:nth-child(3n),
.article-list.tile li:nth-child(3n) {
    margin-right: 0;
}

.news-list li a,
.article-list li a {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.news-list.tile li a,
.article-list.tile li a {
    width: 100%;
    height: 100%;
}

.news-list.tile li a img,
.article-list.tile li a img {
    width: 100%;
}

.news-list.board .news-head,
.article-list.board .article-head,
.news-list.board .news-body,
.article-list.board .article-body {
    width: 100%;
}

.news-list.board .news-head,
.article-list.board .article-head {
    background: url("/static/style/images/news.d75faf65052b.png") no-repeat left -4px;
    background-size: 32px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.news-list.board .news-body *,
.article-list.board .article-body * {
    font-size: 16px;
    line-height: 18px;
}

.news-list.board .news-head *,
.article-list.board .article-head * {
    margin-bottom: 0;
}
/* request-create page end */

/* comment-box */
.comment-box {
    clear: both;
}

.comment-box h2 {
    margin-bottom: 20px;
}
 .comments-list-w,
.comment-box .comment-product-form {
    display: inline-block;
    width: 50%;
    float: left;
}

.comment-box .comments-list-w {
    padding-right: 15px;
}

.comment-box .comment-product-form {
    padding-left: 15px;
}

.comment-box .comment-product-form input,
.comment-box .comment-product-form textarea {
    width: 100%;
}

.comment-box .comment-product-form textarea {
    resize: none;
}

.comment-box * {
    font-size: 15px;
    line-height: 20px;
}

.comments-list {
    max-height: 432px;
    overflow-y: auto;
}

.comment-box .comment {
    margin-bottom: 20px;
}

.comment-box .comment-head {
    font-weight: bold;
    border-bottom: 2px solid #afafaf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.comment-box .ch-date {
    float: right;
    line-height: initial;
    position: relative;
    top: 3px;
}

.comment-box .lc-caption {
    margin-top: 3px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: 2px solid #afafaf;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.comment-box .rating-comments {
    display: inline-block;
    top: 2px;
    left: 5px;
    position: relative;
}

.comment-box .comment-product-form .rating-comments {
    top: 8px;
}

.comment-box .comment-rating {
    margin-top: 14px;
    line-height: 15px;
    display: inline-block;
}

.g-recaptcha {
    display: inline-block;
    float: right;
    transform: scale(0.75) translateX(50px);

}

.grid-details.cad-filters {
    width: 100%;
    padding: 0;
}
.comment-product-form .comment-button {
    width: 100%;
}

.comment-product-form {
    padding-right: 0;
}

.comment-product-form .comment-button {
    width: 100%;
    margin-top: 15px;
}

/* end comment-box */

.cart-detail {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.cart-detail tr {
    border-bottom: 1px solid #e1e1e1;
}

.cart-detail td.image {
    text-align: center;
    max-width: 60%;
    border: solid 1px #e1e1e1;
}

.cart-detail td.image img {
    max-width: 300px;
    max-height: 100px;
}

.cart-detail td {
    padding: 6px 2px;
}

.cart-detail th.delivery, .grid td.delivery {
    width: 160px;
}
.cart-detail tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.cart-form .buy-actions {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 18px 10px;
    margin: 20px 0 20px;
    position: relative;
}

.cart-form .number {
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}

.cart-form .number .minus, .cart-form .number .plus {
    width: 26px;
    height: 26px;
    background: #eee;
    padding: 5px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #333;
}

.cart-form .number input {
    height: 26px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.cart-form .recaptcha {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.cart-form  div.actions {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 10px;
    margin: 0;
}

.cart-form span {
    cursor: pointer;
}

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

.cart-form span.property {
    color: #777;
}

.cart-form span.value {
    color: black;
    font-weight: bold;
}

.cart-form .recaptcha {
    float: right;
    margin-top: 10px;
}

.popup-window .actions.one a.button,
.popup-window .actions.one input,
.popup-window .actions.one button {
    width: 100%;
}

.popup-window .actions.three a.button,
.popup-window .actions.three input,
.popup-window .actions.three button {
    width: 32%;
    margin: 0 4px;
}

.popup-window .actions.two input,
.popup-window .actions.two button,
.popup-window .actions.two a.button {
    width: 47%;
    margin: 0 4px;
}

ul.login-social-list {
    display: flex;
    margin-top: 0;
    list-style: none;
}

div.login.actions input, div.login.actions a{
    float: right;
}

ul.login-social-list li{
    float: left;
    margin: 0 2px;
}

/* Cookie notice */
.cookie-notice {
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    animation-duration: 2s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
}
.cookie-notice-container {
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.buttons-container, .text-container {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}

.set-cookie {
    padding: 8.5px 10px;
    color: #fff;
    background: #2aa900;
    margin: 0 0 0 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.set-cookie:hover {
    color: #fff;
    background-color: #3f3f3f;
    box-shadow: inset 0 0 0 99999px rgba(0,0,0,.05);
    text-decoration: none;
}

.cookie-notice .close-notice {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: .5;
    padding: 10px;
    outline: 0;
}

.cookie-notice .close-notice:before {
    transform: rotate(45deg);
}
.cookie-notice .close-notice:after {
    transform: rotate(-45deg);
}

.cookie-notice .close-notice:after, .cookie-notice .close-notice:before {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: #fff;
}

td.active{
    padding: 4px;
    text-align: left;
}


.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.simple-filter.simple-brand,
.simple-filter.simple-model {
    -webkit-padding-start: 0;
    list-style-type: none;
    display: inline-block;
    margin-top: 3px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.simple-filter.simple-brand li,
.simple-filter.simple-model li {
    display: inline-block;
    float: left;
    padding: 0;
    width: 14.28%;
}

.simple-filter.simple-brand li a,
.simple-filter.simple-model li a {
    display: inline-block;
    width: 100%;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    font-family: Tahoma,sans-serif;
}

.simple-filter.simple-brand li a:before,
.simple-filter.simple-model li a:before {
    content: " ";
    width: 3px;
    height: 6px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
    background: url("/static/style/images/breadcrumb.16b7309e3351.png") no-repeat;
}

.actions input.button,
.actions a.button {
    margin: 0 2px;
}

ul.pick-up-points {
    text-align: center;
    padding: 0;
}

.pick-up-points li {
    list-style: none;
    display: inline-block;
    width: 300px;
    height: 100px;
    margin: 10px;
    overflow: hidden;
}

.pick-up-points li.selected {
   background-color: #f3f3f3;
}

.pick-up-points li a {
    padding: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid lightgray;
    text-align: center;
    display: block;
}

.pick-up-points li:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.cart-table .count span {
    white-space: nowrap;
}

span.item-change {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px
}

span.item-change input {
    vertical-align: middle;
    text-align: center;
    height: 25px;
}

.cart-table .count .minus, .cart-table .count .plus{
    width: 25px;
    height: 25px;
    background: #eee;
    padding: 5px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #333;
    border: 1px solid #dadada;
}



@media screen and (max-width: 1000px) {
    .actions a.button {
        padding: 5px 10px;
    }

    .promo-table td {
        display: inline-block;
        padding: 5px 0;
        min-height: 50px;
        text-align: center;
        position: relative;
        font-size: 18px;
    }

    .promo-table td span {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .promo-table td.photo {
        width: 100%;
    }

    .promo-table td.manufacturer {
        width: 50%;
    }

    .promo-table td.product-number {
        width: 50%;
    }

    .promo-table td.name {
        width: 100%;
    }

    .promo-table td.info, .promo-table td.price, .promo-table td.cart, .promo-table td.count {
        width: 25%;
    }

    .promo-table td.analogs {
        display: none;
    }
    /* News */
    .news-list.tile li,
    .article-list.tile li {
        width: 49%;
        margin-right: 0;
        margin-left: 0;
    }
    .news-list.tile li:nth-child(odd),
    .article-list.tile li:nth-child(odd) {
        margin-right: 2%;
    }
    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 14.28%;
    }
    .return-items th {
        display: none;
    }
    .return-items td {
        display: inline-block;
        height: 50px;
        position: relative;
        text-align: center;
    }

    .return-items td.product,
    .return-items td.reason {
        width: 50%;
    }

    .return-items td.description {
        width: 30%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 15%;
    }
    .return-items td.photo {
        width: 20%;
    }

    .return-items td.description input {
        width: 90%;
    }

    .return-items td.reason select {
        width: 80%;
    }
    .returns-list th {
        display: none;
    }
    .returns-list td {
        display: inline-block;
        height: 35px;
        position: relative;
        text-align: center;
    }

    .returns-list td.number,
    .returns-list td.count{
        width: 10%;
    }
    .returns-list td.datetime{
        width: 15%;
    }
    .returns-list td.product{
        width: 40%;
    }
    .returns-list td.manager,
    .returns-list td.reason{
        width: 25%;
    }
    .returns-list td.reaction{
        width: 20%;
    }
    .returns-list td.comment{
        width: calc(30% - 48px);
    }
    .returns-list td.delete,
    .returns-list td.icon{
        width: 24px;
    }
    .returns-list td.account{
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .actions.one a.button, .actions.one input, .actions.one button {
        width: 100%;
    }

    .actions.three a.button, .actions.three input, .actions.three button {
        width: 32%;
    }

    .grid-details div {
        margin-right: 0;
        float: left;
        width: 100%;
    }

    .grid-details select {
        float: right;
    }

    .grid-details, .grid-details div form {
        font-size: 0;
        width: 100%;
        text-align: center;
    }

    .grid-details.two div {
        width: 50%;
        padding-right: 5px;
    }

    .grid-details.two > *:nth-child(3) {
        padding-right: 0;
    }

    .grid-details.two div select {
        width: 100%;
    }

    .grid-details.three div {
        width: 33.33%;
        padding-right: 5px;
    }

    .grid-details.three div select {
        width: 100%;
    }

    .date-input-w input {
        display: block;
        margin: 5px auto;
    }

    em, .date-input-w label {
        display: none;
    }

    .date-input-w input {
        width: 50%;
        float: left;
    }

    .report-form .date-input-w input.button {
        width: 100%;
    }

    table.grid.wide-table.p-history-table td.p-name {
        width: 100%;
    }

    table.grid.wide-table.p-history-table td {
        width: 25%;
        float: left;
    }

    .grid-filter tr {
        display: inline-block;
        width: 100%;
    }

    .grid-filter th, .grid-filter td {
        display: inline-block;
        padding: 2px 0;
    }

    .grid-filter th {
        width: 39%;
        text-align: left;
    }

    .grid-filter td {
        width: 60%;
    }

    .grid-filter .buttons {
        width: 100%;
        margin-top: 20px;
    }

    .cart-form div.actions {
        position: fixed;
    }

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

    .actions.one input, .actions.one button, .actions.one a.button {
        width: 100%;
    }

    .actions.two input, .actions.two button, .actions.two a.button {
        width: 48%;
        margin-right: 2px;
    }

    .actions.two button:nth-child(2), .actions.two input:nth-child(2), .actions.two a.button:nth-child(2), .actions.two button:nth-child(4), .actions.two input:nth-child(4), .actions.two a.button:nth-child(4) {
        margin-right: 0;
    }

    .actions.three input, .actions.three button, .actions.three a.button {
        width: 30%;
        margin: 0 2px;
    }

    .actions.actions-profile a.button {
        width: 49%;
        margin-right: 2px;
        margin-bottom: 4px;
    }

    .actions.actions-profile a.button:nth-child(2), .actions.actions-profile a.button:nth-child(4) {
        margin-right: 0;
    }

    .login-wrapper form {
        width: 600px;
        padding: 20px;
    }

    form.payment-notify input[type="submit"] {
        width: 100%;
    }

    .grid-filter td button, .grid-filter td select, .grid-filter td input[type=text], .grid-filter td input[type=number] {
        width: 100%;
    }

    .grid-filter td.interval input[type=text], .grid-filter td.interval input[type=number] {
        width: 50%;
    }

    .grid-filter td button {
        width: 100% !important;
    }

    tr.summary td.summary span {
        text-align: left;
        padding-left: 10px;
    }

    .actions.export, .actions.print, table td.excel span, table td.print span, table td.print span {
        display: none !important;
    }

    .statements-table td.print, .statements-table td.excel, .order-list td.print, .order-list td.excel, .order-items-list td.print {
        display: none !important;
    }

    /* adaptive tables */
    .order-list tr {
        border-bottom: 1px solid #e1e1e1;
    }

    .order-list td {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }
    .order-list td.number {
        width: 15%;
    }

    .order-list td.paid, .order-list td.comment {
        width: 10%;
    }

    .order-list td.status{
        width: 25%;
    }

    .order-list td.delivery {
        width: 30%;
    }

    .order-list td.datetime, .order-list td.total, .order-list td.date, .order-list td.city {
        width: 20%;
    }

    .order-list td.declaration {
        width: 30%;
    }

    .order-list td.recipient {
        width: 90%;
    }

    .order-list td.cancel,
    .order-list td.print-check,
    .order-list td.pay-now{
        width: 10%;
    }

    .order-items-list td {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

    .order-items-list td.date {
        width: 20%;
    }

    .order-items-list td.number, .order-items-list td.yn {
        width: 10%;
    }

    .order-items-list td.status {
        width: 50%;
    }

    .order-items-list td.manufacturer, .order-items-list td.product-number {
        width: 20%;
    }

    .order-items-list td.product-name {
        width: 60%;
    }

    .order-items-list td.count, .order-items-list td.days {
        width: 15%;
    }

    .order-items-list td.comment {
        width: 10%;
    }

    .order-items-list td.price, .order-items-list td.total {
        width: 25%;
    }

    .cart-table tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .cart-table td, .checkout-items td {
        display: inline-block;
        position: relative;
    }

    .cart-table td.active, .cart-table td.store-icon, .cart-table td.comment, .cart-table td.delete, .cart-table td.product-info {
        width: 6%;
    }

    .kit-cart-item td.kit {
        width: 40%;
    }
    .kit-cart-item td.kit-active,
    .kit-cart-item td.kit-count,
    .kit-cart-item td.kit-items,
    .kit-cart-item td.kit-store-icon,
    .kit-cart-item td.kit-store{
        display: none;
    }
    .kit-cart-item td.kit-manufacturer {
        width: 20%;
    }
    .kit-cart-item td.kit-number{
        width: 15%;
    }
    .kit-cart-item td.kit-name{
        width: 45%;
    }

    .cart-table td.manufacturer, .cart-table td.number {
        width: 43%;
    }

    .cart-table td.price, .cart-table td.count {
        white-space: normal;
        width: 20%;
    }

    .cart-table td.total {
        width: 22%;
    }

    .cart-table td.store {
        width: 18%;
    }

    .cart-table td.name {
        width: 90%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .cart-table td.product-image {
        width: 10%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .cart-table tr.summary td.summary {
        width: 60%;
    }

    .cart-table tr.summary td {
        width: 10%;
    }

    .cart-table tr.summary td.total {
        width: 20%;
    }

    .checkout-items td.active, .checkout-items td.store-icon, .checkout-items td.comment, .checkout-items td.delete, .checkout-items td.product-info {
        width: 10%;
    }

    .checkout-items td.manufacturer {
        width: 40%;
    }

    .checkout-items td.number {
        width: 50%;
    }

    .checkout-items td.price, .checkout-items td.total, .checkout-items td.count {
        white-space: normal;
        width: 15%;
    }

    .checkout-items td.store {
        width: 25%;
    }

    .checkout-items td.name {
        width: 90%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .checkout-items td.product-image, .checkout-items td.product-info {
        width: 10%;
        line-height: 14px;
        padding: 8px 5px;
    }

    .checkout-items tr.summary td.summary {
        width: 60%;
    }

    .checkout-items tr.summary td {
        width: 10%;
    }

    .checkout-items tr.summary td.total {
        width: 20%;
    }

    .cart-form span {
        cursor: pointer;
    }

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

    .cart-detail td.image {
        text-align: center;
    }

    .cart-form span.property {
        color: #777;
    }

    .cart-form span.value {
        color: black;
        font-weight: bold;
    }

    .cart-form .recaptcha {
        float: right;
        margin-top: 10px;
    }

    .order-items td {
        display: inline-block;
        height: 50px;
        position: relative;
        text-align: center;
    }

    .order-items td.check, .order-items td.number {
        width: 10%;
    }

    .order-items td.manufacturer, .order-items td.product-number {
        width: 40%;
    }

    .order-items td.name {
        width: 50%;
    }

    .order-items td.count {
        width: 10%;
    }

    .order-items td.price, .order-items td.total {
        width: 20%;
    }

    .order-items td.days {
        width: 30%;
    }

    .order-items td.days span::before {
        content: "days: ";
    }

    .order-items td.days_store, .order-items td.days_client {
        width: 15%;
    }

    .order-items td.date {
        width: 20%;
    }

    .order-items td.status {
        width: 40%;
    }

    .order-items td.delete {
        width: 10%;
    }

    .order-items tr.summary td.summary, .order-items tr.summary td.total {
        border-bottom: none;
    }

    .order-items tbody tr.summary td.total {
        float: right;
    }

    table.payment-notify td {
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 25%;
    }

    /* order-show-table */
    .order-show-table tbody > tr > td {
        display: inline-block;
        width: 100%;
    }

    td.vertical-grid-comment {
        display: inline-block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    td.vertical-grid-comment textarea, td.vertical-grid-comment input, .comment-warning {
        width: 100%;
    }
    td.vertical-grid-comment input {
        margin: 4px 0;
    }

    /* end adaptive table */
    .grid thead {
        display: none !important;
    }

    /* modification-table */
    .modification-table td {
        width: 25%;
        display: inline-block;
    }

    .modification-table td.info-td {
        width: 100%;
        text-align: center;
        background: #d9e0ef;
    }

    /* end modification-table */
    table.parts-table td, table.order-list td, table.order-items-list td, table.users-cars td, table.cart-table td, table.active-orders td, table.statements-table td, table.p-history-table td, table.payment-notify td, table.parts-table td, table.cars-history td {
        height: 36px;
    }

    table.parts-table tr.old-price td {
        height: 50px;
    }

    /* parts table*/
    .parts-table tr.separator td {
        width: 100%;
    }

    .parts-table tr.active.separator td.product-name {
        width: 75%;
    }

    .parts-table tr.active.separator td {
        width: 50%;
    }

    .parts-table td.analogs {
        display: none;
    }

    .parts-table td {
        display: inline-block;
        padding: 5px 0;
        width: 20%;
        text-align: center;
        position: relative;
        font-size: 18px;
    }

    .parts-table td.store .n-days:before {
        display: inline-block;
        float: left;
        top: 12px;
        left: -2px;
    }

    .parts-table tr.active td {
        width: 20%;
    }

    .parts-table tbody, .parts-table tr {
        display: inline-block;
        width: 100%;
        font-size: 0;
    }

    .parts-table tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .parts-table tr:last-child {
        border-bottom: none;
    }

    .parts-table tr.active td.analogs, .parts-table tr td.analogs, .parts-table .product-name {
        width: 80%;
    }

    .parts-table tr.active td.product-number, .parts-table tr.active td.product-manufacturer, .parts-table tr td.product-number, .parts-table tr td.product-manufacturer {
        width: 40%;
        font-size: 14px;
    }

    .parts-table tr.reserv.active td.product-number, .parts-table tr.reserv.active td.product-manufacturer, .parts-table tr.reserv td.product-number, .parts-table tr.reserv td.product-manufacturer {
        width: 33.33%;
    }

    .parts-table tr.reserv td.cart {
        width: 13.33%;
    }

    .parts-table tr.active.separator td.info, .parts-table tr td.info {
        width: 20%;
    }

    .parts-table tr.active:not(.reserv) td.product-name, .parts-table tr td.product-name, .parts-table tr.active.disabled, .parts-table tr:not(.canbuy):not(.active) td.country, .parts-table tr:not(.canbuy):not(.active) td.count, .parts-table tr:not(.canbuy):not(.active) td.store, .parts-table tr:not(.canbuy):not(.active) td.price, .parts-table tr:not(.canbuy):not(.active) td.cart:not(.buy) {
        display: none;
    }

    /* end parts table*/
    table.payment-notify td > *, table.parts-table td > *, table.cart-table td > *, table.order-list td > *, table.order-items-list td > *, table.order-items td > * {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tree-search {
        width: 100%;
        padding: 10px;
        margin: 5px 0 10px;
    }

    .car-info {
        width: 100%;
        margin-right: 0;
    }

    .analogs a {
        width: 100%;
    }

    /* News */
    .news-list.tile li,
    .article-list.tile li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .news-list li a,
    .article-list li a,
    .news-list img,
    .article-list img {
        width: 100%;
    }

    body .news-list .news-head,
    body .article-list .article-head,
    body .news-list .news-body,
    body .article-list .article-body {
        width: 100%;
    }

    .comment-box .comments-list-w,
    .comment-box .comment-product-form {
        padding: 0;
        width: 100%;
    }
    .comment-box .comments-list-w {
        margin-bottom: 20px;
    }

    .return-items td.product,
    .return-items td.reason {
        width: 50%;
    }

    .return-items td.description {
        width: 100%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 25%;
    }
    .return-items td.photo {
        width: 50%;
    }
    .order-items td.return {
        width: 100%;
    }
}

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

    ul.login-social-list {
        display: inline;
        margin: auto;
        padding-left: 0;
    }


    .grid-details.one div {
        width: auto;
    }

    .grid-details.two div, .grid-details.three div {
        width: 50%;
    }

    .grid-details.three > *:nth-child(5) {
        width: 100%;
        margin-top: 8px;
        padding-right: 0;
    }

    .grid-details.three > *:nth-child(3) {
        padding-right: 0;
    }

    .grid-details.three div.discount-set select {
        width: 100%;
    }

    .actions {
        padding: 8px 0;
        text-align: right;
    }

    .actions a.button, .actions button, .actions input {
        width: 100%;
        margin: 2px 0 !important;
    }

    .grid-filter, .grid-filter tbody {
        display: inline-block;
        width: 100%;
    }

    .grid-filter tr {
        display: inline-block;
        width: 100%;
    }

    .grid-filter th {
        width: 100%;
        text-align: left;
    }

    .grid-filter td {
        width: 100%;
        display: inline-block;
    }

    .grid-filter td.interval {
        text-align: center;
    }

    .grid-filter td.interval input {
        float: left;
        width: 47%;
    }

    .grid-filter td.interval input:last-child {
        float: right;
    }

    .main-content .grid-filter th label {
        padding-left: 5px;
    }

    .main-content .grid-filter td * {
        padding: 5px 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    form.payment-notify select, form.payment-notify textarea, form.payment-notify input:not([type="checkbox"]) {
        width: 100%;
    }

    .manufacturer-list ul {
        width: 33.3%;
    }

    td.disabled:not(.buy) {
        display: none;
    }

    td.disabled.buy {
        width: 100% !important;
    }

    .users-cars tr {
        width: 100%;
        overflow: auto;
    }

    .users-cars tr {
        border-bottom: 1px solid #e3e3e3;
    }

    .users-cars tr:last-child {
        border-bottom: none;
    }

    .grid.users-cars td {
        width: 25%;
        float: left;
        overflow: hidden;
        padding: 9px;
    }

    .users-cars td, .cars-history td {
        display: inline-block;
        width: 20%;
    }

    .statements-table td {
        width: 33.33%;
        display: inline-block;
        float: left;
        height: 50px;
    }

    .statements-table td.datetime, .statements-table td.number, .statements-table td.income, .statements-table td.balance {
        width: 20%;
    }

    .statements-table td.orders, .statements-table td.name {
        width: 60%;
    }

    .statements-table td.number span::before {
        content: "№";
    }

    table.users-cars td, table.cart-table td, table.active-orders td, table.statements-table td, table.p-history-table td, table.parts-table td, table.cars-history td {
        position: relative;
    }

    table.active-orders td {
        display: inline-block;
        width: 20%;
        overflow: hidden;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    table.grid.active-orders td {
        width: 25%;
    }

    .order-items-list td.yn, .order-items-list td.days, .order-items-list td.comment {
        text-align: center;
    }

    table.order-list td > *, table.order-items-list td > *, table.users-cars td > *, table.cart-table td > *, table.active-orders td > *, table.statements-table td > *, table.p-history-table td > *, table.parts-table td > *, table.cars-history td > * {
        padding: 0 4px;
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    table.parts-table tr.reserv td.product-name {
        width: 75%;
    }

    table.parts-table td.product-name div, table.parts-table td.product-name span, table.parts-table .store * {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 5px;
        font-size: 13px;
    }

    table.parts-table td.store .n-days:before {
        font-size: 13px;
    }

    .login-wrapper form {
        width: 100%;
        padding: 20px;
    }

    .actions button, .actions .button {
        margin-bottom: 5px;
        margin-right: 0;
        width: 100%;
    }

    .product-image-tr .product-image img {
        width: 33.33%;
    }

    /* menu pages */
    .base-content-form, .base-content-form th {
        width: 100%;
    }

    .base-content-form th, .base-content-form td {
        width: 100%;
        display: inline-block;
        text-align: left;
    }


    /* error page */
    .error-page {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

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

    .car-info, .car-category-main .jstree {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-form label {
        display: inline-block;
        width: 100%;
    }

    .filter-form input#id_value {
        width: 130px;
    }

    .add-car {
        width: 100%;
        text-align: center;
    }

    .login-wrapper .login-form, .login-wrapper .actions {
        width: 100%;
    }

    .request-create-w .form-table {
        width: 100%;
        max-width: 100%;
    }

    .request-create-w .form-table th, .request-create-w .form-table td {
        text-align: left;
        width: 100%;
        display: inline-block;
    }

    .request-create-w .form-table td.actions {
        padding: 0;
        margin: 0;
    }

    .request-create-w .form-table tr:last-child th {
        display: none;
    }

    .request-create-w .button {
        width: 100%;
        text-align: center;
    }

    .sidebar-filter-trigger {
        background: #f3f3f3 url("/static/style/images/sidebar-filter.35ba5d5c7c3c.svg") center no-repeat;
        background-size: 80%;
    }
    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 25%;
    }

    .pick-up-points li {
        max-width: 600px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:480px) {
    .grid th,
    .grid td {
        height: 35px;
    }

    ul.login-social-list {
        display: inline-block;
    }

    .login.actions.three {
        margin-top: 0;
        padding-top: 0;
    }

    .actions a.button, .actions input, .actions button {
        width: 100% !important;
    }

    .manufacturer-list ul {
        width: 50%;
    }

    .grid.users-cars td {
        width: 33.33%;
    }

    .order-items td {
        width: 50%;
    }

    .order-list td {
        display: inline-block;
    }

    .order-items-list td {
        width: 33.33% !important;
        display: inline-block;
    }

    .order-items-list td.product-name {
        width: 60% !important;
    }

    .order-items-list td.count, .order-items-list td.price {
        width: 20% !important;
    }

    .order-items-list td.days, .order-items-list td.comment {
        width: 16.665% !important;
    }

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

    .o-checkbox th, .o-checkbox td {
        display: inline-block;
        width: inherit;
    }

    .o-checkbox td {
        float: left;
    }

    tr.deny-ads th, tr.deny-ads td {
        display: inline-block;
        width: inherit;
    }

    tr.deny-ads td {
        float: left;
    }

    .manufacturer-search input, .manufacturer-search input[type=text] {
        width: 100%;
        margin: 5px 0 0;
    }

    .add-car {
        width: 100%;
        text-align: center;
    }

    .actions.cart-actions input {
        width: 100%;
        margin: 2px 0;
    }

    .order-list td {
        white-space: normal;
        word-break: break-word;
        text-align: center;
    }

    .order-list td.total, .order-list td.delivery, .order-list td.city, .order-list td.declaration {
        width: 50%;
    }

    .cart-table tr.summary td.summary {
        width: 50%;
    }

    .users-cars td, .cars-history td {
        width: 50%;
    }

    .p-history-table td {
        display: inline-block;
        width: 25%;
        height: 50px;
    }

    .p-history-table td.p-name {
        width: 100%;
        display: inline-block;
    }

    .cart-table td.active, .cart-table td.comment, .cart-table td.delete, .cart-table td.product-info {
        width: 10%;
    }

    .cart-table td.store-icon {
        width: 50%;
    }

    .cart-table td.manufacturer, .cart-table td.number, .cart-table td.store {
        width: 40%;
    }

    .cart-table td.price, .cart-table td.total, .cart-table td.count, .cart-table tr.summary td.total {
        width: 30%;
    }

    .kit-cart-item td.kit {
        width: 25%;
    }
    .kit-cart-item td.count {
        width: 15%;
    }

    .checkout-items td.comment, .checkout-items td.delete, .checkout-items td.product-info {
        width: 10%;
    }

    .checkout-items td.store-icon {
        width: 50%;
    }

    .checkout-items td.manufacturer, .checkout-items td.store {
        width: 40%;
    }

    .checkout-items td.number{
        width: 50%;
    }

    .checkout-items td.price, .checkout-items td.total, .checkout-items td.count, .checkout-items tr.summary td.total {
        width: 30%;
    }

    table.grid.active-orders td {
        width: 33.33%;
    }

    table.grid.active-orders td.recipient {
        width: 100%;
    }

    .product-image-tr .product-image img {
        width: 50%;
    }

    /* order-show-table */
    .vertical-grid th, .vertical-grid td {
        display: inline-block;
        width: 50% !important;
        height: 35px;
        position: relative;
    }

    .vertical-grid th *, .vertical-grid td * {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* order-show-table */

    /* model-table */
    .model-table thead {
        display: none;
    }

    .model-table, .model-table tr, .model-table tbody {
        display: inline-block;
        width: 100%;
    }

    .model-table td {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 5px 2px;
    }

    /* end model-table */

    /* modification-table */
    .modification-table td {
        width: 50%;
        display: inline-block;
    }

    /* end modification-table */

    /* adaptive tables */
    .parts-table tr.active.separator .product-name, .parts-table tr.active td.analogs, .parts-table tr td.analogs {
        width: 75%;
    }

    .parts-table tr.active td.product-number, .parts-table tr.active td.product-manufacturer, .parts-table tr td.product-number, .parts-table tr td.product-manufacturer {
        width: 35%;
    }

    .parts-table tr.active.separator td.info, .parts-table tr.active td.info, .parts-table tr td.info {
        width: 30%;
    }

    .parts-table tr.reserv.active td.product-number, .parts-table tr.reserv.active td.product-manufacturer {
        width: 33.33%;
    }

    .parts-table tr.reserv td.product-number, .parts-table tr.reserv td.product-manufacturer{
        width: 30%;
    }

    .parts-table tr.reserv td.info {
        width: 25%;
    }

    .parts-table tr.reserv td.cart {
        width: 15%;
    }

    .parts-table tr:not(.canbuy):not(.reserv) td.cart {
        display: none;
    }

    .parts-table tr td.product-name, .parts-table tr td.store-info, .parts-table tr td.country {
        display: none;
    }

    .parts-table td, .parts-table tr.active td {
        text-align: center;
    }

    .parts-table tr td.store {
        width: 35%;
    }

    .parts-table tr td.count {
        width: 20%;
    }

    .parts-table tr td.price {
        width: 30%;
    }

    .parts-table tr td.cart {
        width: 15%;
    }

    .grid-details > div, .grid-details > div * {
        width: 100%;
        display: inline-block;
    }

    .login-wrapper .form-table th, .login-wrapper .form-table td {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 5px;
    }

    .login-wrapper  .reset-password {
        width: 100%;
        text-align: center;
    }

    form.payment-notify .actions.one input {
        margin-right: 0;
    }

    .report-form-w td, .payment-notify td {
        padding: 0;
    }
    .g-recaptcha {
        transform:scale(0.78);
        -webkit-transform:scale(0.78);
        transform-origin:0 0;-webkit-transform-origin:0 0;
        width: 237px;
        margin: 0 auto;
        height: 75px;
    }

    span.split-button {
        margin: 10px 0 0 0 !important;
        display: block;
    }

    span.split-button input{
        width: 50% !important;
    }

    .simple-filter.simple-brand li,
    .simple-filter.simple-model li {
        width: 33.33%;
    }

    .return-items td.description {
        width: 60%;
    }
    .return-items td.max-count, .return-items td.count {
        width: 20%;
    }
    .return-items td.photo {
        width: 100%;
    }

    .returns-list td.number,
    .returns-list td.count{
        width: 10%;
    }
    .returns-list td.datetime{
        width: 15%;
    }
    .returns-list td.product{
        width: 60%;
    }
    .returns-list td.reason{
        width: 40%;
    }
    .returns-list td.reaction{
        width: 20%;
    }
    .returns-list td.comment{
        width: calc(40% - 24px);
    }
    .returns-list td.delete,
    .returns-list td.icon{
        width: 24px;
    }
    .returns-list td.account{
        width: 25%;
    }
    .returns-list td.manager{
        width: calc(60% - 24px);
    }
}

.soc-login-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    border-radius: 6px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.soc-login-form .login-form-w,
.soc-login-form .registr-form-w {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    max-width: 480px;
}

.soc-login-form .login-form-w {
    border-right: 1px solid #993366; /* тонка вертикальна лінія */
}

.soc-login-form .slff {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.soc-login-form .slff h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.soc-login-form .slff p {
    margin: 0;
}

.soc-login-form .slff input[type="text"],
.soc-login-form .slff input[type="email"],
.soc-login-form .slff input[type="password"],
.soc-login-form .slff input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.soc-login-form .slff .submit {
    padding: 10px;
    background: #e9e9ee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
}

.soc-login-form .slff .submit:hover {
    background-color: #d6d6e2;
}

.soc-login-form .actions {
    margin-top: 10px;
}

.soc-login-form .actions a {
    font-size: 13px;
    color: #0a8842;
    text-decoration: none;
}

.soc-login-form .actions a:hover {
    text-decoration: underline;
}

.agreement-text {
    margin-top: 10px;
    font-size: 13px;
}

.agreement-text a {
    color: #0a8842;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .soc-login-form form {
        width: 50%;
    }
}

.delivery-plugin .chosen-container {
    width: 330px !important;
}

.drop-zone {
    position: relative;
    display: inline-block;
    border: 2px dashed #ccc;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.drop-zone.dragover {
    border-color: #4CAF50;
}
.drop-zone img {
    max-width: 100%;
    height: auto;
}
.remove-image {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: red;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 7px;
    cursor: pointer;
    z-index: 10;
}

.has-image:hover .remove-image {
    display: block;
}

body{
	margin: 0;
    padding: 10px 20px;
    min-width: 320px;
}

h1 {
    font-size:22px;
    font-weight:normal;
    padding: 2px;
    margin: 0px;
}

.user-check-form th {
	min-width: 80px !important;
}

.user-check-form .separator {
	width: 4px;
	background: #ccc;
}

h2{
	font-size:18px;
    color: #cc0000;
    text-align:center;
    padding: 2px;
    margin: 0px;
}

h3 {
    color:#a91e02;
}

div.popup-close{
    padding:30px 0;
    text-align:center;
}

/*table.cart-detail {
    width:100%;
    margin-bottom: 10px;
    display: inline-block;
}

table.cart-detail th,
table.cart-detail td {
    display: inline-block;
    float: left;
    width: 40%;
}

table.cart-detail td {
    width: 60%;
}*/

div.actions {
    text-align: center;
}

.warning {
    background: red;
    color: white;
    padding: 3px 11px;
}
 /**/
body .grid td {
    padding: 6px 2px;
}

.cart-detail td.image {
    text-align: center;
}

.cart-detail td.image img {
    max-width: 100%;
    max-height: 100px;
}

.buy-actions {
    display: inline-block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 18px 10px;
    margin: 20px 0 0;
    position: relative;
}

.bap-img {
    display: inline-block;
    float: left;
    border: 1px solid #e1e1e1;
    margin-right: 10px;
}

.bap-product {
    display: inline-block;
    width: 100%;
}

.bap-name {
    display: inline-block;
    float: left;
    width: calc(100% - 114px);
}

.cart-form .number {
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}

.cart-form .number .minus, .cart-form .number .plus {
    width: 26px;
    height: 26px;
    background: #eee;
    padding: 5px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    color: #333;
}

.cart-form .number input {
    height: 26px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.cart-form .recaptcha {
    float: none;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.g-recaptcha {
    display: inline-block;
}

.popup-window form:first-child {
    margin-bottom: 20px;
}

.form-table {
    margin: 0 auto;
}

input[type="text"], select, textarea {
    width: 100%;
}

.kit-select {
    height: 200px;
    overflow: auto;
}

/**/

@media screen and (max-width:620px) {
    body{
        margin: 0;
        padding: 2px 10px;
        min-width: 270px;
    }

}


.messages.bottom {
    margin: 12px 0 0 0;
    font-weight: bold;
    padding: 0;
    background-color :#e2e0e0;
    border-top: 1px solid #d7d7d7;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    z-index: 999;
    overflow: auto;
}

.messages.bottom form {
    max-width: 100%!important;
}

.messages .m-body {
    max-height: 250px;
    overflow-y: auto!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-caption {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.m-caption:before,
.notification:before {
    content: '';
    display: inline-block;
    float: left;
    position: absolute;
    top: 10px;
    width: 20px;
    height: 21px;
    background: url("/static/style/images/m-info.1363d529ff4f.png") center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.m-text,
.notification .notify-text {
    padding: 3px 60px 3px 28px;
    display: inline-block;
    line-height: 18px;
    font: 700 13px Arial;
    color: #fff;
    margin: 0;
}

.m-close,
.notification .close-notification {
    position: absolute;
    float: right;
    right: 10px;
    top: 10px;
    margin: 0;
    background: url("/static/style/images/m-close.d73eec69de42.png") center;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100px;
    background-size: 100%;
    opacity: 1;
    -webkit-transition: .20s;
    -o-transition: .20s;
    transition: .20s;
}
.m-up:hover, .m-close:hover {
    cursor: pointer;
}

.messages .debug span.m-text,   .messages .debug .m-body *,
.messages .warning span.m-text, .messages .warning .m-body *,
.messages .success span.m-text, .messages .success .m-body *
{
    color: black;
}

.m-up {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/static/style/images/m-up.ab0c8db43849.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 40px;
    top: 10px;
}
.m-up.opened {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.m-body {
    padding: 10px;
    width: 100%;
    display: none;
    max-height: 90%;
    overflow: auto;
}

.m-body label,
.m-body label * {
    color: #fff;
}

.m-body label {
    position: relative;
    display: block;
    padding: 0px 0px 5px 25px;
}

.message-item {
    width: 100%!important;
}

.m-body label .message-checkbox {
    position: absolute;
    left: 0;
    top: -2px;
    padding: 0;
}

.m-body .message-button,
.m-body .message-close {
    padding: 5px 15px;
    display: inline-block;
    float: left;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 4px;
    cursor: pointer;
}

.messages .debug .m-body .message-close,
.messages .warning .m-body .message-close,
.messages .success .m-body .message-close {
    color: black;
    border: 1px solid #000;
}

.m-body .message-close:hover {
    cursor: pointer;
}

.messages.top .message:last-child {
    margin-bottom: 20px;
}

.messages .info .m-close:hover,
.messages .info .m-up:hover {
    cursor: pointer;
    opacity: .8;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.messages .info {
    border-color: #0072bc;
    background-color: #0072bc;
}

.messages .warning {
    border-color: #ffda2d;
    background-color: #ffda2d;
}

.messages .error {
    border-color: #f32828;
    background-color: #f32828;
    color: #c00;
}

.messages .info a.message-close,
.messages .warning a.message-close,
.messages .error a.message-close {
    float: right;
    margin-left: 8px;
    color: #c00;
}


/* action notifications */
.notification {
    display: inline-block;
    width: 100%!important;
    background: #0072bc;
    padding: 10px;
    border-radius: 2px;
    position: relative;
    outline: 1px solid #fff;
    float: left;
}

.notification .close-notification:hover {
    opacity: .85;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.warning.notification {
    background: #ea9a1e;
}

.warning.notification p {
    color: #777;
}

.error.notification {
    background: #f00;
}

@media screen and (max-width:480px) {

    a.message-button,
    span.message-button {
        width: 100%;
    }
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_444444_256x240.1390b425cda2.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_444444_256x240.1390b425cda2.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_555555_256x240.77aa3789fec8.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_ffffff_256x240.9886d3f03300.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_777620_256x240.73dcacd75d54.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_cc0000_256x240.034e9fa1ef02.png");
}
.ui-button .ui-icon {
	background-image: url("/static/js/jquery/images/ui-icons_777777_256x240.46c951ac66e6.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* qTip2 v2.2.1 | Plugins: tips modal viewport svg imagemap ie6 | Styles: core basic css3 | qtip2.com | Licensed MIT | Sat Sep 06 2014 23:12:07 */

.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}

#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{border-radius: 8px; border: solid 8px #c3c3c3;}
#cboxContent{overflow:visible; background:#fefefe;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin: 0; padding: 40px 0 5px 0; background:#fff;}
#cboxLoadingGraphic{background:url("/static/js/colorbox/images/loading.e6611f867d63.gif") no-repeat center center;}
#cboxLoadingOverlay{background:url("/static/js/colorbox/images/loading_background.7c96a54b079f.png") no-repeat center center;}
#cboxTitle{position:absolute; top: 0px; left:0px; width:100%; font-size:14px; font-weight:bold; color:#555; background: #fff; width: 100%; padding: 20px 25px 0; height: 40px; overflow: hidden;}
#cboxCurrent{position:absolute; top:4px; right:80px; font-weight:bold; color:#7C7C7C;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:2px 6px 0 0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:0px; background:url("/static/js/colorbox/images/controls.ace48756f479.png") no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0px; top:5px;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



/* responsive mode on */

@media screen and (max-width: 768px) {
    #colorbox,
    #cboxWrapper,
    #cboxContent,
    #cboxLoadedContent {position: fixed; border-radius: 0; top: 0% ! important;left: 0% ! important;width: 100% !important;height: 95% !important;}
    #cboxClose{right:10px; top:5px;}
}

.jq-stars {
	display: inline-block;
}
.jq-rating-label {
	font-size: 22px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-family: helvetica, arial, verdana;
}
.jq-star {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.rating .jq-star{
	cursor: pointer;
}
.jq-star-svg {
	padding-right: 3px;
	width: 100%;
	height: 100% ;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path {
	stroke-linejoin: round;
}
.jq-shadow {
	-webkit-filter: drop-shadow( -2px -2px 2px #888 );
	filter: drop-shadow( -2px -2px 2px #888 );
}
