/* Кастомизация сообщений jControl Messager*/
.ok {
    color: #0cb855;
    
    width: 100%;
    
    margin: 0 auto;

    text-align: center;
        
    margin-top: 20px;
    margin-bottom: 20px;
}

#messages {
    margin: 0 auto;
    width: 80%;
    
    margin-bottom: 20px;
}

.b-content {
    margin-top: 40px;
}
.b-content.stick_to_top{
    margin-top: -7px;
}

.color-header-background {
    height: 170px;
    max-height: 170px;
    text-align: center;
    vertical-align: middle !important;
    flex: 1 0 auto;
    /*margin-bottom: 35px;*/
}
.color-header-background img {
    margin-top: 0;
}

.color-aside-modified {
    display: none;
    background-color: white;

    margin-bottom: 10px;
    margin-top: 0;
}


/*Фон шапки*/
.color-header-background {
    background-size: cover;
}

/*Фон меню в шапке*/
.color-navigation-background {
    position: absolute;
    top: 115px;
    
    width: 100%;
}

/*Кнопка при наведении*/
.color-button:hover {
    opacity: 1;
}

.color-article {
    padding: 20px;
    border-radius: 10px;
}


@media only screen and (max-width: 960px) {
    .b-content {
        margin-top: 25px;
    }
}

/* Скрываем мобильное меню, если было отображено */
@media only screen and (min-width: 920px) {
    .color-aside-modified {
        display: none !important;
    }
    
}

@media only screen and (max-width: 920px) {
    .color-header-background {
        height: 80px;
    }
    .color-header-background img {
        max-height: 100%;
        margin-top: 3px;
    }  
}
/*Стили формы загрузки файла заказа из офлайн редактора)*/
.order_file_upload_holder{
    margin-top: -20px;
    /*display: none;*/
}
.order_file_upload_label{
    position: relative;
}
.order_file_upload_button{
    text-align: center;
    width: 200px;
    display: inline-block;
    line-height: 42px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.order_file_submit_button{
    text-align: center;
    width: 200px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}
.order_filename{
    display: inline-block;
    margin-left: 10px;
    height: 38px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    width: 560px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: -7px;
    z-index: 5;
}
.order_filename span {
    overflow: hidden;
    padding: 0 20px;
}
.order_filename_error{
    color: #da4f49;
}