::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: black;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}

div[id^="IKLAD_STATUS_CONTAINER_"] {
    text-transform: none !important;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 50px;
    height: 32px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/rating.png)
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

.tinynav {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
}

.tinynav:last-of-type {
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
    color: inherit;
    border: 0;
    outline: 0;
}

.input {
    padding: 12px;
    width: 100%;
    border: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .7);
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: none !important;
}

a {
    color: white;
    text-decoration: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: white;
    width: 100%;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    font-size: 16px;
    overflow-x: hidden;
    text-transform: uppercase;
    padding-bottom: 50px;
}

div.content {
    position: relative;
    z-index: 99;
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
}

section#alert {
    padding: 10px;
    0 background: rgb(249, 157, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 157, 255, 1) 0%, rgba(240, 5, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 157, 255, 1) 0%, rgba(240, 5, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 157, 255, 1) 0%, rgba(240, 5, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f99dff', endColorstr='#f005ff', GradientType=0); /* IE6-9 */
}

section#userpanel {
    text-align: right;
    margin: 20px 0;
}

section#userpanel a {
    margin: 0 10px 0 0;
}

section#userpanel a:last-of-type {
    margin: 0;
}

section#userpanel a img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

section#logo {
    margin: 100px 0 20px;
}

section#menu {
    background: rgb(245, 245, 245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(244, 244, 244, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(244, 244, 244, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(244, 244, 244, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f4f4f4', GradientType=0); /* IE6-9 */
    margin: 10px 0 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .9);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .9);
    border: 1px solid #c3c5c7;
}

section#menu > ul {
    display: table;
    margin: 0 auto;
    white-space: nowrap;
}

section#menu > ul > li {
    display: table-cell;
    padding: 20px 10px;
}

section#menu a {
    position: relative;
    z-index: 9999;
    color: black;
    font-size: 18px;
}

section#menu > ul > li.selected a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px 3px;
    color: white;
    border-bottom: 4px solid rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
    background: rgb(134, 237, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134, 237, 255, 1) 0%, rgba(127, 224, 241, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(134, 237, 255, 1) 0%, rgba(127, 224, 241, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(134, 237, 255, 1) 0%, rgba(127, 224, 241, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86edff', endColorstr='#7fe0f1', GradientType=0); /* IE6-9 */
}

section#menu li.more {
    position: relative;
}

section#menu div.more_nav {
    display: none;
    position: absolute;
    z-index: 9999;
    text-align: right;
    padding: 10px;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

section#menu div.more_nav li {
    display: block;
    padding: 0;
    margin: 0;
}

section#menu div.more_nav li a {
    color: white;
    margin: 0 !important;
}

section#menu a.more_btn:after {
    content: "\2193";
    margin: 0 0 0 5px;
}

ul#cities,
ul#districts {
    padding: 10px;
    margin: 0 0 20px;
    background: rgba(255, 255, 255, .4);
}

ul#cities li,
ul#districts li {
    display: inline-block;
    padding: 10px;
}

ul#cities li a,
ul#districts li a {
    color: black;
}

ul#cities li.selected,
ul#districts li.selected {
    background: #ff0000;
}

ul#cities li.selected a,
ul#districts li.selected a {
    color: white;
}

.block,
.title {
    display: inline-block;
    border-style: solid;
    border-width: 27px;
    -moz-border-image: url(../img/title.png) 27;
    -webkit-border-image: url(../img/title.png) 27;
    -o-border-image: url(../img/title.png) 27;
    border-image: url(../img/title.png) 27 fill;
    outline: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 5px;
    background: transparent;
}

.block {
    cursor: pointer;
    -moz-border-image: url(../img/block.png) 27;
    -webkit-border-image: url(../img/block.png) 27;
    -o-border-image: url(../img/block.png) 27;
    border-image: url(../img/block.png) 27 fill;
}

.block:hover {
    -moz-border-image: url(../img/block_hover.png) 27;
    -webkit-border-image: url(../img/block_hover.png) 27;
    -o-border-image: url(../img/block_hover.png) 27;
    border-image: url(../img/block_hover.png) 27 fill;
}

ul#products {
    text-align: left;
    margin: 30px 0 0;
}

ul#products > li {
    display: inline-block;
    width: 200px;
    border-style: solid;
    border-width: 17px 10px 20px;
    -moz-border-image: url(../img/product.png) 17 10 20;
    -webkit-border-image: url(../img/product.png) 17 10 20;
    -o-border-image: url(../img/product.png) 17 10 20;
    border-image: url(../img/product.png) 17 10 20 fill;
    text-align: center;
    vertical-align: top;
    margin: 0 7px 30px;
}

ul#products li div.price {
    font-size: 30px;
    line-height: 30px;
    max-height: 30px;
    min-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    margin: 5px 0;
    color: yellow;
}

ul#products li div.size {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    max-height: 14px;
    min-height: 14px;
    overflow: hidden;
    margin: 0 20px;
}

ul#products li div.name {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
}

ul#products li div.buy.btn {
    display: block;
    margin-bottom: -15px;
}

.btn {
    display: inline-block;
    border-style: solid;
    border-width: 27px;
    -moz-border-image: url(../img/btn.png) 27 stretch;
    -webkit-border-image: url(../img/btn.png) 27 stretch;
    -o-border-image: url(../img/btn.png) 27 stretch;
    border-image: url(../img/btn.png) 27 fill stretch;
    cursor: pointer;
}

.btn > a,
.btn > input,
.btn > button {
    display: block;
    margin: -8px;
    outline: none;
    font-family: inherit;
    color: inherit;
    font-weight: bold;
    font-size: 20px;
}

.btn:hover {
    -moz-border-image: url(../img/btn_hover.png) 27 stretch;
    -webkit-border-image: url(../img/btn_hover.png) 27 stretch;
    -o-border-image: url(../img/btn_hover.png) 27 stretch;
    border-image: url(../img/btn_hover.png) 27 fill stretch;
}

section.border {
    border-style: solid;
    border-width: 17px 10px 20px;
    -moz-border-image: url(../img/product.png) 17 10 20;
    -webkit-border-image: url(../img/product.png) 17 10 20;
    -o-border-image: url(../img/product.png) 17 10 20;
    border-image: url(../img/product.png) 17 10 20 fill;
    color: white;
    padding: 5px 10px;
    margin: 20px 0 0;
}

section.border.page {
    text-transform: none !important;
}

section#reviews {
    text-align: center;
}

section#reviews a.btn {
    margin: 0 0 20px;
}

section#reviews li:last-of-type .review-main {
    margin-bottom: 0px;
}

section#reviews .review-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

section#reviews .review-name {
    color: yellow;
    font-size: 150%;
}

section#reviews .review-main {
    word-break: break-word;
    margin-bottom: 30px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

section#reviews .review-main:after {
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    height: 40px;
    background-image: url('../img/hr.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    top: -50px;
}

section#reviews .review-header .left {
    text-align: left;
}

section#reviews .review-header .right {
    text-align: right;
}

section#reviews .review-header .left,
section#reviews .review-header .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

section#reviews div.paginator {
    margin-top: 40px;
}

ul.yiiPager a {
    border: 0 !important;
    font-size: 22px !important;
    padding: 0 !important;
    color: white !important;
    text-decoration: none !important;
}

ul.yiiPager li {
    position: relative;
    width: 40px !important;
    height: 49px !important;
    line-height: 49px !important;
    display: inline-block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
}

ul.yiiPager li.page {
    background-image: url('../img/paginator_page.png') !important;
}

ul.yiiPager > li.selected,
ul.yiiPager > li.page:hover {
    background-image: url('../img/paginator_page_selected.png') !important;
}

ul.yiiPager > li.selected > a {
    background: transparent !important;
    color: white !important;
}

ul.yiiPager li.previous {
    position: relative !important;
    background-image: url('../img/paginator_left.png') !important;
    vertical-align: bottom !important;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager a {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
}

ul.yiiPager li.first,
ul.yiiPager li.last {
    display: none !important;
}

ul.yiiPager li.next {
    position: relative !important;
    background-image: url('../img/paginator_right.png') !important;
    vertical-align: bottom !important;
}

section#check {
    text-transform: none !important;
}

section#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

section#addreview ul {
    text-transform: uppercase;
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

section#addreview ul li:first-of-type {
    width: 25%;
    padding: 0 10px 0 0;
}

section#addreview ul li {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

section#addreview ul li textarea {
    height: 200px !important;
    padding-top: 15px;
}

section#universal {
    text-align: left;
}

li.captcha {
    position: relative;
}

li.captcha img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

section#addreview form > ul li.rating > div.review-form-rating {
    text-align: left;
}

div.paymentMethod > div.item span.caption {
    color: white !important;
}

.errorSummary,
.errorSummary {
    text-align: left;
    margin: 0 0 20px;
    background: rgba(255, 0, 0, .6);
    padding: 10px;
}

.errorSummary li,
.errorSummary li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.errorSummary p,
.errorSummary p {
    font-weight: bold;
    margin: 0 0 20px !important;
}

.errorSummary ul,
.errorSummary ul {
    margin: 0 !important;
}

section#map {
    margin-top: -100px;
}

section#login form > ul li:first-of-type,
section#registration form > ul li:first-of-type,
section#check form > ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#check form > ul li:first-of-type {
    text-align: center;
}

section#login form > ul,
section#registration form > ul,
section#check form > ul {
    margin: 0 0 20px;
}

section#universal {
    text-align: left;
}

span.light {
    display: block;
    font-size: 25px;
    margin: 10px 0;
    color: yellow;
    font-weight: bold;
}

div.separate {
    height: 20px;
}

section.border p a {
    text-decoration: underline;
}

section.border input.title {
    margin: 0;
}

section#cap div:last-of-type a.block {
    margin: 0;
}

section#cabinet {
    text-align: left;
    text-shadow: none;
}

section#cabinet div.form {
    width: 95%;
    padding: 0;
}

section.pager.cabinet {
    padding: 30px 0 !important;
}

section#cabinet .pager {
    margin-top: 10px;
}

section#cabinet table.orders {
    text-align: left;
    width: 100%;
}

section#cabinet table.orders {
    border-collapse: collapse;
}

section#cabinet div.pager {
    text-align: center;
    margin: 20px 0 0;
    border-top: 2px solid white;
    padding: 20px 0 0;
}

section#cabinet table.orders a {
    text-decoration: underline;
    color: yellow
}

section#cabinet table.orders td,
section#cabinet table.orders > thead th {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px;
    vertical-align: top;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

section#mobile {
    display: none;
    margin: 0 0 30px;
}

div.flash {
    text-align: left;
    font-family: Arial !important;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !important;
    margin: 20px 0 !important;
    color: white !important;
}

div.flash b {
    font-weight: 900;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .6) !important;
    color: white !important;
}

section#mobile button.block {
    font-size: 30px;
    display: block;
    width:100%;
    margin: 20px auto 0;
    position: relative;
    cursor: pointer;
    padding:0;
    text-transform: uppercase;
}

.tinynav {
    display: none;
    width: 100%;
    padding: 10px;
    font-size:18px;
    background: white;
}

ul.slideMenu {
    display: none;
    width: 80%;
    margin: 0 auto;
    padding: 40px 10px 10px;
    background: rgba(0, 0, 0, .6);
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: -40px;
}

ul.slideMenu a {
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
    margin: 5px;
    display: block;
    border-bottom: 1px dashed white;
    color: white;
}

@media (max-width: 1024px) {
    ul#products > li {
        margin: 0 18px 40px;
    }
}

@media (max-width: 768px) {
    section#reviews .review-main:after {
        top:-27px;
    }
    section#reviews .review-header {
        padding:0;
        margin:0;
    }
    section#check,
    section#login,
    section#cap,
    section#registration {
        width: 100%;
    }
    section#reviews .review-header .left,
    section#reviews .review-header .right {
        display: block;
        width: 100%;
        text-align: center;
    }

    ul.review-rating {
        margin: 20px 0;
    }

    section#reviews > form > ul {
        margin: 20px 0 0;
    }

    section#reviews .title {
        margin: 0 0 20px;
    }

    section#addreview li {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        margin: 0 0 10px;
    }

    section#addreview form > ul li.rating > div.review-form-rating {
        margin: 0;
    }

    section#addreview form ul {
        margin-bottom: 20px;
    }

    section#reviews a.block {
        margin:0 0 20px;
    }
}

@media (max-width: 640px) {
    ul#products {
        text-align: center;
    }
    ul#products > li {
        margin: 0 47px 20px;
    }
}

@media (max-width: 500px) {
    div.title {
        display: block;
        font-size:18px;
    }
    section#logo {
        margin:20px 0;
    }
    ul#products > li {
        width:100%;
        margin:0 0 20px;
    }
    section#menu,
    ul#cities, ul#districts {
        display: none;
    }

    section#mobile,
    .tinynav {
        display: block;
    }
    section#userpanel {
        text-align: center;
    }
    section#userpanel a {
        display: block;
    }
    ul#products li div.buy.btn {
        display: block;
        padding:10px;
    }

    section#alert {
        font-size:14px;
    }
    section#index .tinynav:last-of-type {
        margin:0 0 30px;
    }
    span.light {
        font-size:20px;
    }
    .review-rating,
    .rating {
        zoom:.7;
    }
    section#mobile .block {
        padding:20px;
    }
    .block {
        display:inline-block;
    }
}

/* Tickets */
section.ticket {
    font-size: 16px;
    text-align: left;
    text-transform: none !important;
}

section.ticket a, section.ticket a:hover, section.ticket a:focus {
    text-decoration: none;
}

ul#replies {
    padding: 0;
    margin: 0;
}

ul#replies > li {
    display: block;
    margin-bottom: 30px;
}

ul#replies > li:last-of-type {
    margin: 0;
}

ul#replies div.name {
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
    color: #7ed800;
}

ul#replies div.date {
    display: inline-block;
    color: #777777;
    font-size: 14px;
}

ul#replies div.ticket_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cacaca;
}

ul#replies div.body {
    padding: 10px;
    /*background: #e8e8e8;*/
}

/*ul#replies div.body.first {
    font-weight:bold;
}*/

ul#replies > li.admin div.body {
    background: rgba(255, 0, 0, 0.63);
    color: white;
}

ul#replies div.ticketid {
    float: right;
    color: #777777;
    font-size: 12px;
}

ul#replies div.issues {
    margin-top: 10px;
}

ul#replies div.issues p.reason {
    margin: 0 0 15px;
    font-weight: bold;
}

ul#replies div.issues div.item {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 5px;
}

ul#replies div.issues div.item:after {
    width: 100%;
    height: 100%;
    background: black;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
    transition: .3s;
}

ul#replies div.issues div.item:hover:after {
    opacity: 0;
}

ul#replies div.issues div.item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad,
ul#replies div.issueinfo {
    background: rgba(0, 0, 0, .5);
    margin: 0 0 20px;
    padding: 5px;
}

ul#replies div.ticketSuccess,
ul#replies div.ticketBad {
    margin: 20px 0 0;
    color: white;
}

ul#replies div.ticketSuccess {
    background: rgba(27, 191, 27, 0.59);
}

ul#replies div.ticketBad {
    background: rgba(191, 27, 27, 0.59);
}

div.replyarea textarea.reply {
    height: 200px;
    width: 100%;
    padding: 5px;
    color: black;
}

div.replyarea {
    background: rgba(0, 0, 0, .5);
    margin: 30px 0 0 0;
    padding: 20px;
    color: white;
}

div.replyarea button {
    margin-top: 10px;
    background: red;
    color: white;
    padding: 5px 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
}

div.replyarea div.close {
    text-align: center;
    padding: 0 20px 20px 20px;
}

div.replyarea div.closed {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

div.replyarea input[type=submit] {
    color: red;
    border: 0;
    border-bottom: 1px dashed red;
    background-color: transparent;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/*section.ticket div.ticketSuccess {
    padding: 10px;
    margin-top: 20px;
    background: #41e641;
    color: black;
}*/

.blinking {
    animation: blinker 1s linear infinite;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 5px;
    background: yellow;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
}

.blinking.type2 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 3px 6px;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

div#placePhoto, div#checkPhoto {
    display: none;
    text-align: left;
}

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin-top: 10px;
    display: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    float: left;
    width: 0%;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #e15f5c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

div#placePhoto img.loadedImg, div#checkPhoto img.loadedImg {
    max-width: 100px;
    max-height: 100px;
    padding: 5px;
    background: white;
}

div#placePhoto .result, div#checkPhoto .result {
    display: none;
    margin-top: 10px;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.ticketInfo {
    border: 1px dashed white;
    padding: 10px !important;
    text-align: center !important;
}

div#ordercontent {
    text-align: left !important;
    padding: 10px;
    border: 1px dashed white;
    font-weight: bold;
}

div#ordercontent b,
div#ordercontent span {
    color: yellow;
    font-weight: normal;
}

section#cabinet td.address a.issueCircle > img {
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
    height: 10px;
}

div#ordercontent.view {
    margin: 0 0 20px;
}