.price-update td,
.price-update td a {

}

.price-update.success td a:not(.btn),
.price-update.error td a:not(.btn) {
    color: white;
}

.price-update.success td {
    background-color: #00a65a !important;
    color: white;
}

.price-update.error td {
    background-color: orangered !important;
    color: white;
}

#website-images-wrapper img {
    max-width: calc(100% - 30px);
    max-height:calc(100% - 30px);
}

.img-wrapper{
    height:250px;
    position:relative;
    border:1px solid silver;
    padding:15px 15px 36px 15px;
    margin-bottom:20px;
    cursor:pointer;
}

.img-wrapper.selected{
    background-color:#00a65a;
}

.img-wrapper.selected .img-size{
    background-color:#00a65a;
    color:white;
}

.img-wrapper.selected:after{
    content: '\2713';
    width: 36px;
    height: 37px;
    background-color: white;
    color: #00a65a;
    border:1px solid #00a65a;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
}

.img-wrapper img{
    position:absolute;
    left:50%;
    top: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%);
}

.img-wrapper .img-size{
    padding:8px;
    text-align: center;
    background: whitesmoke;
    font-weight:bold;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.size-details ul{
    padding-left:0;
    list-style-type:none;
}

.size-details ul li{
    padding-right: 12px;
    position: relative;
    word-break: keep-all;
    padding-bottom: 3px;
    margin-bottom:3px;
    border-bottom:1px solid #eee;
}

.size-details ul li .fa-trash{
    position: absolute;
    right:0;
    top:3px;
}

.select2-container.order-item-product{
    width:180px!important;
}

.sonata-block{
    padding:15px;
    background-color: white;
    text-align: center;
    margin-bottom: 15px;
}

.sonata-block ul{
    text-align: left;
    padding-left:0;
    margin-left: 0;
    list-style-type: none;
    font-size:16px;
}

.block-kpi{
    font-weight:bold;
    font-size:60px;
    padding:30px 0;
}

.logo img{
    width: 200px;
    max-width: 100%;
}

.login-logo img{
    width: 200px!important;
    max-width: 100%;
}

.product-update-progress-bar--outer{
    width: 100%;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 30px;
}

.product-update-progress-bar--inner{
    background: #4CAF50;
    height: 100%;
    width: 0;
    display: inline-block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.label-paid{
    background-color: #e6c200
;
}

#login-check-result{
    margin-top: 30px;
}