@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../font/BebasNeueRegular.woff') format('woff'),
    url('../font/BebasNeueRegular.ttf') format('truetype'),
    url('../font/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

::-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;
}

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

.review-rating-item {
    width: 41px;
    height: 40px;
    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;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    background: white;
}

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

li {
    list-style: none;
}

img {
    max-width: 100%;
}

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

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

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

a:hover {
    color:inherit;
    text-decoration: none;
}

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

html {
    height: 100%;
}

body {
    color: black;
    width: 100%;
    font-family: 'Century Gothic';
    text-align: center;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    font-size: 20px;
    overflow-x: hidden;
}

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

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

section#userpanel a, .mcities_header, .mdistricts_header {
    display: inline-block;
    margin-right: 20px;
    border-style: solid;
    border-width: 23px 25px;
    -moz-border-image: url(../img/btn.png) 23 25;
    -webkit-border-image: url(../img/btn.png) 23 25;
    -o-border-image: url(../img/btn.png) 23 25;
    border-image: url(../img/btn.png) 23 25 fill;
    color: white;
}

section#userpanel a span:not(.blinking) {
    display: block;
    margin: -10px 0;
}

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

section.border,
section#menu {
    border-style: solid;
    border-width: 45px 50px;
    -moz-border-image: url(../img/menu.png) 45 50;
    -webkit-border-image: url(../img/menu.png) 45 50;
    -o-border-image: url(../img/menu.png) 45 50;
    border-image: url(../img/menu.png) 45 50 fill;
    color: white;
}

section.border {
    margin-bottom: 50px;
}

section#menu > ul {
    white-space: nowrap;
    display: table;
    width: 100%;
    margin: -10px;
}

section#menu > ul > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

section#menu > ul > li:after {
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: url(../img/sep.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    content: "";
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section#menu > ul > li:first-of-type:after {
    display: none;
}

section#menu > ul > li a {
    display: block;
    color: white;
    font-size: 25px;
    position: relative;
    z-index: 9999;
}

/*section#alert {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: white;
    padding: 5px;
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 1100px;
    width: 1100px;
}*/
section#alert {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin:20px 0 0;
    padding: 10px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
}

section#slider {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: white;
    background-image: url(../img/slider_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 20px 10px;
    z-index: 999999;
}

section#slider a.change {
    color: #e38000;
}

section#slider h1 {
    font-size: 35px;
    font-weight: normal;
}

section#slider img.hr {
    margin: 10px 0;
}

section#slider h1:last-of-type {
    margin-top: 30px;
}

section#slider ul#cities li,
section#slider ul#districts li {
    margin-bottom: 10px;
}

section#slider ul#cities a,
section#slider ul#districts a {
    font-size: 25px;
}

section#slider ul#cities li.selected,
section#slider ul#districts li.selected {
    border-style: solid;
    border-width: 7px;
    -moz-border-image: url(../img/selected.png) 7 repeat;
    -webkit-border-image: url(../img/selected.png) 7 repeat;
    -o-border-image: url(../img/selected.png) 7 repeat;
    border-image: url(../img/selected.png) 7 fill repeat;
}

section#index ul#products {
    text-align: left;
}

section#index ul#products > li {
    border-style: solid;
    border-width: 23px 25px;
    -moz-border-image: url(../img/btn.png) 23 25;
    -webkit-border-image: url(../img/btn.png) 23 25;
    -o-border-image: url(../img/btn.png) 23 25;
    border-image: url(../img/btn.png) 23 25 fill;
    width: 200px;
    display: inline-block;
    color: white;
    vertical-align: top;
    margin: 10px 8px;
    text-align: center;
}

section#index ul#products > li div.name {
    line-height: 100%;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    margin-top: 10px;
}

section#index ul#products > li div.price {
    color: #e38000;
    font-size: 35px;
    line-height: 100%;
    max-height: 35px;
    overflow: hidden;
}

div.title,
div.btn {
    color: white;
    display: inline-block;
    border-style: solid;
    border-width: 23px 25px;
    -moz-border-image: url(../img/title-btn.png) 23 25;
    -webkit-border-image: url(../img/title-btn.png) 23 25;
    -o-border-image: url(../img/title-btn.png) 23 25;
    border-image: url(../img/title-btn.png) 23 25 fill;
}

div.btn > input,
div.btn > button,
div.btn > a {
    display: block;
    /*margin: -5px;*/
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

div.title {
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
}

section#index ul#products > li div.buy.btn {
    display: block;
}

section#index ul#products > li div.buy.btn a {
    margin: -5px;
}

section#reviews {
    text-align: center;
}

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 {
    font-weight: bold;
    font-size: 150%;
}

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

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;
    background-size: auto 100%;
    top: -45px;
}

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.page:hover > a,
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#addreview ul {
    text-transform: uppercase;
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

section#addreview ul li:first-of-type {
    padding: 0 10px 0 0;
    font-size:25px;
    word-break: break-all;
}

section#addreview ul li {
    display: block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}

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

.block {
    display: inline-block;
    padding: 5px 5px;
    background: black;
    color: white;
    border: 1px dashed white;
    cursor: pointer;
}

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;
}

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

.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#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

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;
    font-size:25px;
}

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.border p a {
    text-decoration: underline;
}

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

span.light {
    display: block;
    font-size: 35px;
    margin: 10px 0;
    color: #e38000;
    font-weight: bold;
}

span.separate {
    display: block;
    height: 20px;
}

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);
    color: white !important;
}

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

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

section#menu a.more_btn {
    position: relative;
}

div.flash {
    text-align: left;
    font-size: 16px;
    font-family: Arial !important;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !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#cabinet {
    text-align: left;
}

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

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

section#cabinet table.orders {
    border-collapse: collapse;
    font-size:16px;
}

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

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

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

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

section#mobile {
    display: none;
}

section#mobile button {
    font-size: 32px;
    display: inline;
    color:#e38000;
    font-weight:bold;
}

section#mobile .btn {
    display: block;
    width: 100%;
    text-align: center
}

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

section.flasher > div.inner,
section#cabinet > div.inner {
    margin: -10px;
}

section#mobile {
    display: none;
    margin-top: 20px;
}

.tinynav {
    display: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    background: white;
}
section#informer {
    display: none;
}
section#informer div.title {
    text-align: left;
}

section#informer a {
    color: #e38000;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
    font-weight: normal !important;
}

section#index {
    margin-bottom: 50px;
}

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

ul.slideMenu a {
    text-transform: uppercase;
    font-size: 25px;
    padding: 5px;
    margin: 5px;
    color:white;
    display: block;
    border-bottom: 1px dashed white;
}
section#mobile-slider {
    display: none;
}
@media (max-width: 1700px) {
    section#slider {
        left: -300px
    }
    section#informer {
        display: block;
    }
}
@media (max-width: 1024px) {
    section#userpanel {
        margin: 20px 50px 0 50px;
    }

    section#index ul#products li {
        margin: 10px 20px;
    }
}

@media (max-width: 768px) {
    section#index ul#products {
        text-align: center;
    }

    section#index ul#products li {
        margin: 10px 18px;
    }

    section#check,
    section#login,
    section#cap,
    section#registration {
        width: 100%;
    }

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

@media (max-width: 640px) {
    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 .btn {
        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;
    }
}

@media (max-width: 500px) {
    body {
        background-color:black;
        background-image:url(../img/mobilebg.jpg);
        background-attachment: scroll;
        background-size:100% auto;
        padding-bottom:50px;
    }
    section#index ul#products li {
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    section#menu {
        display: none;
    }

    section#mobile {
        display: block;
    }

    section#userpanel a {
        margin-right:0;
    }

    div.review-form-rating,
    ul.review-rating {
        zoom:.8;
    }

    section.border >form {
        margin:-10px -25px;
    }

    span.light {
        font-size:25px;
    }
    .tinynav,
    section#mobile-slider {
        display: block;
    }
    section#mobile-slider {
        margin:20px 0 0;
    }
    section#informer,
    section#mobile-slider ul#mcities,
    section#mobile-slider ul#mdistricts {
        display: none;
    }

}

#Reviews_captcha, input[name=captcha] {  font-family: Arial !important;}


/* Tickets */
section.con {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #cacaca;
    background-color: #edeff2;
    padding: 20px;
}

section.ticket {
    font-size: 16px;
    text-align: left;
}

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: white;
}

ul#replies li.admin div.name {
    color:red !important;
}

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;
}

ul#replies > li.admin div.body {
    background: rgba(115, 115, 115, 0.39);
    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: 10px;
}

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

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%;
    color: black;
    padding: 5px;
}

div.replyarea {
    background: rgba(0, 0, 0, .7);
    margin: 30px -20px -20px -20px;
    padding: 20px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.replyarea button {
    margin-top: 10px;
    background: #737373;
    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: #737373;
    border: 0;
    border-bottom: 1px dashed #737373;
    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: white;
    font-weight: bold;
    border-radius: 50%;
    padding: 0 5px;
    background: #ff0000;
    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;
}

section.issue {
    text-align: left;
}

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

div#placePhoto .bar, div#checkPhoto .bar {
    height: 20px;
    margin: 10px 0;
    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;
}

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

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

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

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

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

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

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

table.orders thead {
    background: rgba(255, 255, 255, .2);
}