﻿/* Подключенные ресурсы */
@font-face {
    font-family: ft40; /* Гарнитура шрифта */
    src: url(fonts/ft40-roman.ttf); /* Путь к файлу со шрифтом */
}

/* СЕРВИСНЫЕ КЛАССЫ */

/* ----------------------------------------------------------*/
/* font */
/* ----------------------------------------------------------*/
.f-1 {
    font-size: 12px;
}

.f-2 {
    font-size: 14px;
}

.f-3 {
    font-size: 24px;
}

.f-ft40 {
    font-family: ft40;
}
/* ----------------------------------------------------------*/
/* color */
/* ----------------------------------------------------------*/
.c-orange {
    color: #ff9000;
}

.c-blue {
    color: #023f88;
}
/* ----------------------------------------------------------*/
/* margin */
/* ----------------------------------------------------------*/
.m-top-30 {
    margin-top: 30px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-5 {
    margin-top: 5px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-10 {
    margin: .10em 0;
}

.m-left-10 {
    margin-left: 10px;
}

.m-left-20 {
    margin-left: 20px;
}

.m-right-10 {
    margin-right: 10px;
}
/* ----------------------------------------------------------*/
/* padding */
/* ----------------------------------------------------------*/
.p-top-30 {
    padding-top: 30px;
}

.p-left-10 {
    padding-left: 10px;
}

.p-left-20 {
    padding-left: 20px;
}
/* ----------------------------------------------------------*/
/* float */
/* ----------------------------------------------------------*/
.f-right {
    float: right;
}

.f-left {
    float: left;
}
/* ----------------------------------------------------------*/
/* width */
/* ----------------------------------------------------------*/
.w-max-1 {
    max-width: 310px;
}

.w-310 {
    width: 310px;
}

    .w-310 .k-dropdown {
        width: 288px;
    }

.width-proc {
    width: 100%;
}

.w-max-2 {
    max-width: 500px;
}

.width-288 {
    width: 288px;
}

.w-max-form {
    max-width: 1024px;
}

/* ----------------------------------------------------------*/
/* area */
/* ----------------------------------------------------------*/
.area-norm textarea {
    width: 288px;
    height: 100px;
}
/* ----------------------------------------------------------*/
/* Курсоры */
/* ----------------------------------------------------------*/
.cur-point {
    cursor: pointer;
}


/* Общие стили */
* {
    margin: 0;
    padding: 0;
}


html, body {
    height: 100%;
    min-width: 1060px;
}

body {
    font-family: Calibri, sans-serif;
    font-size: 14px;
    color: #0f0a06;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    color: #023f88;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #2f68ae;
    }

/* Ссылка ScrollToTop */

#top-link {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-color: #2f68ae;
    padding: 5px 15px;
    border: 1px solid #023f88;
}

/* Заголовок сайта */

#header {
    padding: 10px;
    height: 90px;
    width: 100%;
    background: #FBFBFB;
}

    #header .logo {
        height: 64px;
        width: 250px;
        float: left;
    }

    #header .navbar-brand {
        height: 64px;
        width: 155px;
        margin: 0px 20px 0px 40px;
        background-image: url('images/logo.PNG');
        background-repeat: no-repeat;
    }

    #header .top {
        line-height: 25px;
        vertical-align: central;
    }

        #header .top .info {
            font-size: 16px;
            color: #1E3573;
            float: left;
        }

            #header .top .info span {
                margin-right: 20px;
            }

            #header .top .info i {
                margin-right: 5px;
            }

        #header .top .user {
            font-size: 16px;
            font-weight: bold;
            color: #1E3573;
            float: right;
            margin-right: 10px;
        }


            #header .top .user .user-state i {
                margin-right: 10px;
            }


/*#header .phone {
        margin: 15px 10px 0px 10px;
        text-align: right;
    }

    #header .schedule {
        margin: 14px 30px 0px 10px;
    }

        #header .phone p,
        #header .schedule p {
            margin: -5px;
        }*/

/* Подвал сайта */
#footer {
    position: fixed;
    height: 40px;
    bottom: 0px;
    clear: both;
    background: #FBFBFB;
    border-top: 1px solid #e7e7e7;
    padding: 10px;
    width: 100%;
}


/* Рабочая область с навигатором */

.menu-back {
    background-image: url(images/nav-back.png);
    background-repeat: repeat-y;
    position: fixed;
    height: 100%;
    width: 250px;
}

#wrapper-menu {
    min-height: 100%;
    min-width: 1050px;
    background-image: url(images/nav-back.png);
    background-repeat: repeat-y;
    padding-bottom: 20px;
}

    #wrapper-menu nav {
        min-height: 0px;
    }

    #wrapper-menu .phones {
        border-top: 1px double #ccc;
        1border-bottom: 1px solid #ccc;
    }

        #wrapper-menu .phones .itm {
            font-size: 14px;
            font-weight: bold;
            padding: 2px 15px 2px 15px;
            color: #023f88;
            text-align: center;
            background: #e7e7e7;
            border-bottom: 1px dotted #ccc;
        }


.nav-catalog-download {
    margin-top: 30px;
    text-align: center;
    1margin-left: -10px;
    font-size: 24px;
}
    .nav-catalog-download i {
        margin-right: 5px;
        font-size: 40px;
    }

.nav-catalog-download a {
    color: #ff9000;
}

/* ----------------------------------------------------------*/
/* Кнопки */
/* ----------------------------------------------------------*/
.s-panel-btns {
    margin-top: 10px;
}

.s-panel-right-btns a {
    float: right;
}

.s-panel-left-btns a {
    float: left;
}


/* ----------------------------------------------------------*/
/* Сообщения */
/* ----------------------------------------------------------*/
/* Сообщение об ошибке на странице вывода ошибок */
.mess_error {
    color: Red;
    font-weight: bold;
}

/* ----------------------------------------------------------*/
/* wrapper */
/* ----------------------------------------------------------*/

#page-wrapper {
    background-color: #fff;
    padding: 15px;
}

    #page-wrapper .content {
        /*padding-top: 5px;*/
    }


/* ----------------------------------------------------------*/
/* Панель логирования */
/* ----------------------------------------------------------*/
.s-login-panel {
    width: 340px;
    margin: 0px auto;
}

/* ----------------------------------------------------------*/
/* Настройка правил логирования */
/* --------------------------------------------------------- */

.logrule-index {
}

    .logrule-index .header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .logrule-index .group {
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .logrule-index .items {
    }

        .logrule-index .items .on {
            color: green;
        }

        .logrule-index .items .off {
            color: #7d0f0f;
        }

        .logrule-index .items a {
            cursor: pointer;
        }


/* ----------------------------------------------------------*/
/* Настройка роли доступа */
/* --------------------------------------------------------- */

.groupped-list {
    margin: 0px 0px 30px 0px;
}

    .groupped-list .group-title {
        margin: 10px 0px 10px 0px;
        font-size: 18px;
        color: #023f88;
    }

    .groupped-list .group-item {
        margin-left: 20px;
    }

        .groupped-list .group-item label {
            font-weight: normal;
        }

/* ----------------------------------------------------------*/
/* Детальная информация */
/* --------------------------------------------------------- */
.row-detail {
    /*border-bottom: 1px solid #eee;*/
}

    .row-detail td {
        padding: 5px 15px 5px 0px;
    }


/* ----------------------------------------------------------*/
/* Каталог */
/* --------------------------------------------------------- */

.catalog-view-header {
    height: 60px;
    padding-top: 10px;
}

    .catalog-view-header .btn-group {
        margin-left: 5px;
        position: absolute;
    }

        .catalog-view-header .btn-group button {
            height: 34px;
        }


            .catalog-view-header .btn-group button i {
                margin-left: 5px;
                margin-right: 5px;
                font-size: 18px;
            }

        .catalog-view-header .btn-group .dropdown-menu {
        }

            .catalog-view-header .btn-group .dropdown-menu li {
                margin-left: 5px;
            }


            .catalog-view-header .btn-group .dropdown-menu i {
                float: left;
                line-height: 20px;
                margin-left: -20px;
            }

            .catalog-view-header .btn-group .dropdown-menu a {
                clear: none;
                text-indent: 5px;
            }





.catalog-view-mode {
    float: left;
    height: 40px;
}

    .catalog-view-mode .btn-left {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        background: #f8f8f8;
        width: 50px;
    }

    .catalog-view-mode .btn-right {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        background: #f8f8f8;
        width: 50px;
    }

    .catalog-view-mode .link-dop {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-color: #808080;
        border-style: solid;
        border-width: 1px;
        background: #ff9000;
        width: auto;
        color: white;
        padding: 0px 15px 0px 15px;
    }

    .catalog-view-mode div {
        float: left;
        font-size: 24px;
        1margin-right: 20px;
    }

    .catalog-view-mode i {
        margin-left: 11px;
    }

    .catalog-view-mode .active {
        color: #fff;
        background: #023f88;
        border-color: #023f88;
    }

.catalog-shop-cart {
    margin-top: -5px;
    height: 40px;
    float: right;
}

    .catalog-shop-cart .img {
        width: 50px;
        height: 40px;
        float: left;
    }

        .catalog-shop-cart .img img {
            height: 40px;
        }

    .catalog-shop-cart .info {
        float: left;
        color: #023f88;
    }

        .catalog-shop-cart .info div {
            clear: both;
        }

        .catalog-shop-cart .info .loading {
            margin-top: 5px;
            width: 32px;
            height: 32px;
            background-image: url(/Content/kendo/2014.2.716/Default/loading_2x.gif);
        }

        .catalog-shop-cart .info .c {
            float: left;
            width: 65px;
        }

        .catalog-shop-cart .info .v {
            font-weight: bold;
        }

        .catalog-shop-cart .info .empty {
            font-weight: bold;
            font-size: 24px;
            margin-left: 10px;
            line-height: 40px;
            vertical-align: central;
        }

.catalog-wrapper {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

    .catalog-wrapper .group-container {
        clear: both;
        padding: 5px 10px 0 0;
        display: inline-block;
        width: 100%;
        border-bottom: 1px #1E3573 solid;
    }

    .catalog-wrapper .n1 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bolder;
    }

    .catalog-wrapper .n2 {
        font-size: 14px;
    }

    .catalog-wrapper .n3 {
        font-size: 14px;
    }

    .catalog-wrapper .n4 {
        font-size: 12px;
    }

    .catalog-wrapper .group-container .item {
        float: left;
        margin-right: 5px;
        border: 1px #ccc solid;
        padding: 0 5px;
    }

        .catalog-wrapper .group-container .item a {
            //color: #ccc;
        }

    .catalog-wrapper .item.selected {
        background: #2f68ae;
    }

        .catalog-wrapper .item.selected a {
            color: #fff;
        }

    .catalog-wrapper .item.parent {
        border: 1px #023f88 solid;
    }

        .catalog-wrapper .item.parent a {
            color: #2f68ae;
        }

    .catalog-wrapper .item.child {
        border: 1px #023f88 solid;
    }

        .catalog-wrapper .item.child a {
            color: #023f88;
        }

    .catalog-wrapper .item.search {
        background: #b6ff00;
        border: 1px green solid;
    }

        .catalog-wrapper .item.search a {
            color: #023f88;
        }


    .catalog-wrapper .filter-set-info {
        font-size: 14px;
        background: #ffd800;
        color: #023f88;
        padding: 5px 20px 5px 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

        .catalog-wrapper .filter-set-info a {
            float: right;
            text-transform: uppercase;
            color: #1E3573;
        }

            .catalog-wrapper .filter-set-info a i {
                margin-right: 5px;
            }


    .catalog-wrapper .list {
        1margin-top: -15px;
    }

    .catalog-wrapper .list {
    }

        .catalog-wrapper .list .section i {
            margin-top: 10px;
            padding-right: 7px;
        }

        .catalog-wrapper .list a[aria-expanded="true"] .fa-angle-up {
            display: normal;
        }

        .catalog-wrapper .list a[aria-expanded="true"] .fa-angle-down {
            display: none;
        }

        .catalog-wrapper .list a[aria-expanded="false"] .fa-angle-up {
            display: none;
        }

        .catalog-wrapper .list a[aria-expanded="false"] .fa-angle-down {
            display: normal;
        }

        .catalog-wrapper .list a {
            text-decoration: none;
        }

        .catalog-wrapper .list .no-data {
            padding-top: 30px;
        }

        .catalog-wrapper .list .section {
            clear: both;
        }

            .catalog-wrapper .list .section .name {
                margin-top: 10px;
                font-size: 20px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 0px 0px 5px 0px;
            }

        .catalog-wrapper .list .category {
            margin-left: 10px;
            clear: both;
        }

            .catalog-wrapper .list .category .name {
                margin-top: 0px;
                font-size: 14px;
                padding: 5px 0px 5px 0px;
            }

    .catalog-wrapper .data .k-listview {
        border: none;
        box-shadow: none;
        clear: both;
        align-content: center;
    }

        .catalog-wrapper .data .k-listview .product {
            /*width: 22%;*/
            width: 150px;
            float: left;
            margin: 5px 5px 0px 0px;
            border: solid 1px #ccc;
            border-radius: 5px;
        }

            .catalog-wrapper .data .k-listview .product .info {
                padding: 10px;
            }

                .catalog-wrapper .data .k-listview .product .info .sku {
                    font-size: 12px;
                    height: 14px;
                    white-space: nowrap;
                    width: 130px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .catalog-wrapper .data .k-listview .product .info .rest {
                    margin-top: 5px;
                    font-size: 12px;
                }

                .catalog-wrapper .data .k-listview .product .info .img-wrp {
                    width: 100%;
                    text-align: center;
                    margin-top: 3px;
                    margin-bottom: 3px;
                }

                    .catalog-wrapper .data .k-listview .product .info .img-wrp img {
                        width: 130px;
                        height: 100px;
                    }

                .catalog-wrapper .data .k-listview .product .info .title {
                    width: 100%;
                    height: 60px;
                    font-size: 13px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .catalog-wrapper .data .k-listview .product .info .price {
                    margin-top: 5px;
                    color: #ff9000;
                }

            .catalog-wrapper .data .k-listview .product .order {
                bottom: 0px;
                background-color: #eee;
                padding: 10px;
                text-align: center;
            }

    .catalog-wrapper .list .item {
        margin-bottom: 10px;
    }

        .catalog-wrapper .list .item .tab-header {
            font-weight: bold;
            border-bottom: solid rgb(239, 239, 239) 1px;
            padding: 5px 0px 5px 0px;
        }

            .catalog-wrapper .list .item .tab-header i {
                font-weight: bold;
                padding-left: 5px;
                color: #023f88;
            }

            .catalog-wrapper .list .item .tab-header .center {
                text-align: center;
            }

        .catalog-wrapper .list .item .tab-row {
            padding: 5px 0px 5px 0px;
        }

            .catalog-wrapper .list .item .tab-row .center {
                text-align: center;
            }


#loading-text {
    clear: both;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    color: #1E3573;
    font-weight: bold;
    display: none;
    text-align: center;
}

    #loading-text img {
        margin-right: 20px;
    }

#quick-indicator {
    display: none;
    clear: both;
    padding: 40px 0 20px 20px;
    font-size: 16px;
    color: #1E3573;
    text-align: center;
}

    /*#quick-indicator a {
        cursor: pointer;
        text-decoration: none;
    }*/

    #quick-indicator .btn {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-color: #bb6a00;
        border-style: solid;
        border-width: 1px;
        background: #ff9000;
        width: auto;
        color: white;
        padding: 0px 15px 0px 15px;
        font-size: 20px;
    }


/* ----------------------------------------------------------*/
/* Фильтр */
/* --------------------------------------------------------- */

.filter-wrapper .filter {
    float: right;
}

    .filter-wrapper .filter a {
        text-decoration: none;
    }

    .filter-wrapper .filter .k-panelbar .k-state-hover {
        background-color: #F5F5F5;
        box-shadow: none;
    }

    .filter-wrapper .filter .k-panelbar .k-state-focused {
        background-color: #F5F5F5;
        box-shadow: none;
    }

    .filter-wrapper .filter .k-state-selected > .k-link, .k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-state-selected.k-link {
        background-color: #F5F5F5;
        color: black;
        box-shadow: none;
    }

    .filter-wrapper .filter .header {
        font-size: 16px;
        text-transform: uppercase;
    }

    .filter-wrapper .filter .block {
        padding: 10px 10px 10px 10px;
    }

        .filter-wrapper .filter .block .k-autocomplete {
            width: 100%;
        }

        .filter-wrapper .filter .block ul {
            list-style: none;
        }

            .filter-wrapper .filter .block ul li {
            }

                .filter-wrapper .filter .block ul li input[type=checkbox] {
                    margin-right: 5px;
                }

                .filter-wrapper .filter .block ul li span {
                }

    .filter-wrapper .filter .command {
        padding-top: 10px;
        text-align: left;
    }

.filter-wrapper .info {
    margin-top: 20px;
    padding: 5px;
    text-align: center;
    border: 1px #ccc solid;
    background: #fff;
    color: #ff9000;
}

/* ----------------------------------------------------------*/
/* Форма заказа товара */
/* --------------------------------------------------------- */

.cart-pos {
    width: 700px;
    min-height: 350px;
    padding-top: 10px;
}

    .cart-pos .photo {
        width: 250px;
        height: 250px;
        float: left;
        border: solid 1px #ccc;
        border-radius: 5px;
        text-align: center;
    }

    .cart-pos img {
        width: 240px;
    }

    .cart-pos .info {
        padding-left: 20px;
        float: left;
        font-size: 16px;
        width: 450px;
    }

        .cart-pos .info .sku {
        }

        .cart-pos .info .title {
            margin: 20px 0px 20px 0px;
            font-weight: bold;
            max-height: 60px;
            overflow: hidden;
        }

        .cart-pos .info .price {
            margin: 20px 0px 10px 0px;
            line-height: 26px;
        }

            .cart-pos .info .price .pr {
                font-size: 26px;
                color: #ff9000;
            }

            .cart-pos .info .price .um {
                float: right;
                line-height: 26px;
                font-style: italic;
            }

        .cart-pos .info .order-header {
            margin: 0px 0px 10px 0px;
            color: #023f88;
            font-style: italic;
            font-size: 16px;
        }

        .cart-pos .info .err {
            margin-left: 20px;
        }

        .cart-pos .info .order {
        }

            .cart-pos .info .order span {
                float: left;
                font-size: 14px;
                margin-left: 20px;
                width: 120px;
                margin-top: 5px;
            }

            .cart-pos .info .order div {
                float: left;
            }

                .cart-pos .info .order div input {
                    width: 100px;
                }

            .cart-pos .info .order #preset {
                margin-left: 2px;
                height: 26px;
            }

            .cart-pos .info .order .dropdown-menu {
                max-height: 110px;
                overflow: auto;
            }

            .cart-pos .info .order .pack {
                margin-left: 10px;
                margin-top: 3px;
                font-size: 14px;
            }

        .cart-pos .info .order-total {
            clear: both;
            padding-top: 10px;
        }

            .cart-pos .info .order-total span {
                float: left;
                font-size: 14px;
                margin-left: 20px;
                width: 120px;
            }

            .cart-pos .info .order-total div {
            }


        .cart-pos .info .order-tara {
            clear: both;
            padding-top: 10px;
        }

            .cart-pos .info .order-tara span {
                float: left;
                font-size: 14px;
                margin-left: 20px;
                width: 120px;
                margin-top: 5px;
            }

            .cart-pos .info .order-tara div {
                float: left;
            }

                .cart-pos .info .order-tara div input {
                    width: 100px;
                }

            .cart-pos .info .order-tara #preset-tara {
                margin-left: 2px;
                height: 26px;
            }

            .cart-pos .info .order-tara .dropdown-menu {
                max-height: 110px;
                overflow: auto;
            }

            .cart-pos .info .order-tara .pack {
                margin-left: 10px;
                margin-top: 3px;
                font-size: 14px;
            }

    .cart-pos .commands {
        padding: 20px 0px 10px 0px;
        clear: both;
    }

        .cart-pos .commands .r-btn {
            float: right;
        }

        .cart-pos .commands .l-btn {
            float: left;
        }

/* ----------------------------------------------------------*/
/* Корзина */
/* --------------------------------------------------------- */

.shop-cart-wrapper {
    padding: 0px 20px 0px 20px;
}

    .shop-cart-wrapper .commands {
        margin-bottom: 10px;
    }

        .shop-cart-wrapper .commands .r-btn {
            float: right;
        }

    .shop-cart-wrapper .info {
        margin-top: 20px;
        font-size: 18px;
    }

    .shop-cart-wrapper .cml-link i {
        margin-right: 5px;
    }

/* ----------------------------------------------------------*/
/* Добавление позиции в заказ */
/* --------------------------------------------------------- */

.delivery-date-for-city {
    font-weight: bold;
    color: white;
    background-color: green;
    text-align: center;
    width: 115%;
}

.create-order {
    width: 600px;
}

    .create-order h3 {
        margin-bottom: 20px;
    }

    .create-order .data {
        margin-bottom: 20px;
        width: 600px;
    }

        .create-order .data .text {
            margin-bottom: 10px;
            margin-right: 10px;
            float: left;
        }

        .create-order .data .note {
            color: green;
            font-size: 10px;
        }

        .create-order .data .value {
            float: right;
        }

    .create-order .comment {
        margin-bottom: 10px;
        clear: both;
    }

        .create-order .comment .text {
            margin-bottom: 10px;
        }

        .create-order .comment .value {
        }

            .create-order .comment .value textarea {
                width: 600px;
                height: 130px;
                resize: none;
                padding: 5px;
            }

    .create-order .w-max-1 {
        margin-bottom: 5px;
    }

/* ----------------------------------------------------------*/
/* Просмотр заказа */
/* --------------------------------------------------------- */

.order-view {
}

    .order-view .order-num {
        font-size: 20px;
        margin-bottom: 10px;
        color: #023f88;
    }

    .order-view .order-info-header {
        line-height: 40px;
        font-size: 20px;
        color: #023f88;
        margin-top: 10px;
        clear: both;
    }

    .order-view .order-info-item {
        font-size: 16px;
        line-height: 26px;
        clear: both;
    }

        .order-view .order-info-item .c {
            width: 200px;
            float: left;
        }

        .order-view .order-info-item .v {
        }

    .order-view .order-info-log {
        width: 100%;
    }

        .order-view .order-info-log .header {
            font-size: 16px;
            font-weight: bold;
            height: 40px;
            color: #1E3573;
        }


        .order-view .order-info-log .c-data {
            width: 150px;
        }

        .order-view .order-info-log .c-user {
            width: 250px;
        }

        .order-view .order-info-log .c-action {
            width: 220px;
        }

        .order-view .order-info-log .c-note {
            width: auto;
        }


/* ----------------------------------------------------------*/
/* Доставка */
/* --------------------------------------------------------- */

.deliveri-container {
    z-index: 0;
}

    .deliveri-container .hot {
        margin: 0px 0px 20px 0px;
        font-size: 16px;
    }

    .deliveri-container .my-delivery {
        background-color: green;
        color: white;
    }

    .deliveri-container .fc-title {
        font-size: 12px;
        font-family: Arial;
        margin-top: 5px;
        margin-bottom: 15px !important;
    }

/* ----------------------------------------------------------*/
/* Загрузка изображения для продукта */
/* --------------------------------------------------------- */
.upload-prod .k-upload {
    margin-top: 5px;
}

    .upload-prod .k-upload .k-upload-button {
        margin-left: 0px;
    }


/* ----------------------------------------------------------*/
/* Шаблон оповещения */
/* --------------------------------------------------------- */
.mail-notification-mes-editor {
    width: 900px;
}

    .mail-notification-mes-editor .content {
        margin-top: -15px;
    }

    .mail-notification-mes-editor .form-group {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .mail-notification-mes-editor .w-max-1 {
        max-width: 900px;
    }


    .mail-notification-mes-editor textarea {
        height: 350px;
        resize: none;
    }

/* ----------------------------------------------------------*/
/* Отработка заказа */
/* --------------------------------------------------------- */

.order-process-wrapper {
    width: 500px;
}

    .order-process-wrapper .w-max-1 {
        max-width: 500px;
    }


    .order-process-wrapper textarea {
        height: 200px;
        resize: none;
    }


/* ----------------------------------------------------------*/
/* Краткая форма печати заказа */
/* --------------------------------------------------------- */

.print-small-order-body {
    width: 100%;
}

    .print-small-order-body .clmn {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .print-small-order-body .clmn .itm-hdr {
            font-weight: bold;
            font-size: 14px;
            clear: both;
        }

            .print-small-order-body .clmn .itm-hdr .code {
                width: 70px;
                float: left;
                padding: 2px;
                border: #0f0a06 1px solid;
                background: #e7e7e7;
            }

            .print-small-order-body .clmn .itm-hdr .quant {
                width: 90px;
                float: left;
                padding: 2px;
                border: #0f0a06 1px solid;
                text-align: right;
                background: #e7e7e7;
            }

        .print-small-order-body .clmn .itm {
            clear: both;
        }

            .print-small-order-body .clmn .itm .code {
                width: 70px;
                float: left;
                padding: 2px;
                border: #0f0a06 1px solid;
            }

            .print-small-order-body .clmn .itm .quant {
                width: 90px;
                float: left;
                padding: 2px;
                border: #0f0a06 1px solid;
                text-align: right;
            }



/* DynaTree */
.dynatree-container {
    margin-left: -10px !important;
    border: none !important;
}

.dynatree-icon {
    display: none !important;
}

.dynatree-title {
    margin-left: 5px !important;
}

.dynatree-node {
    margin: 2px 0 2px 0 !important;
}


/* ReportCatalog */
.report-catalog .head {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #023f88;
}

.report-catalog .capt {
    margin: 10px 0 10px 13px;
    font-size: 16px;
    font-weight: bold;
    color: #023f88;
}

.report-catalog input {
    margin-right: 5px;
}

.report-catalog .control {
    margin-top: 10px;
}



.a4 {
    width: 2150px;
    height: 1420px;
}

.report-catalog .page-main {
    background-color: #587587;
    background-image: url(/Content/Images/reports/firstpageback.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .report-catalog .page-main .info {
        position: absolute;
        margin-top: 950px;
        margin-left: 80px;
    }

        .report-catalog .page-main .info .www {
            font-size: 40px;
            font-weight: bold;
            color: #023f88;
            /*text-shadow: 5px 4px 1px #333;*/
        }

        .report-catalog .page-main .info .email {
            font-size: 40px;
            font-weight: bold;
            color: #023f88;
            /*text-shadow: 5px 4px 1px #333;*/
        }

        .report-catalog .page-main .info .phones {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .report-catalog .page-main .info .phone {
            font-size: 40px;
            font-weight: bold;
            color: #023f88;
            /*text-shadow: 5px 4px 1px #333;*/
        }

        .report-catalog .page-main .info .address {
            font-size: 40px;
            font-weight: bold;
            color: #023f88;
            /*text-shadow: 5px 4px 1px #333;*/
        }

        .report-catalog .page-main .info .data {
            font-size: 40px;
            font-weight: bold;
            color: #023f88;
            /*text-shadow: 5px 4px 1px #333;*/
            position: absolute;
            margin-top: -40px;
            margin-left: 1750px;
        }



.report-catalog .page-links .head {
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: black;
    margin-top: 50px;
    margin-bottom: 50px;
}


.report-catalog .page-links .links {
    /*position: absolute;*/
    width: 2000px;
    margin-left: 50px;
    margin-top: 200px;
}

    .report-catalog .page-links .links .link {
        text-align: left;
        color: black;
        width: 100%;
        float: left;
        border-bottom: 1px dotted #ccc;
    }

        .report-catalog .page-links .links .link .lvl-1 {
            font-size: 38px;
            font-weight: bold;
            float: left;
        }

        .report-catalog .page-links .links .link .lvl-2 {
            font-size: 36px;
            margin-left: 50px;
            float: left;
        }

        .report-catalog .page-links .links .link .lvl-3 {
            font-size: 32px;
            margin-left: 100px;
            float: left;
        }

        .report-catalog .page-links .links .link .lvl-4 {
            font-size: 30px;
            margin-left: 150px;
            float: left;
        }

        .report-catalog .page-links .links .link .lvl-5 {
            font-size: 28px;
            margin-left: 200px;
            float: left;
        }

        .report-catalog .page-links .links .link .page-1 {
            float: right;
            font-size: 38px;
        }

        .report-catalog .page-links .links .link .page {
            float: right;
            font-size: 36px;
        }


.report-catalog .page-data {
    clear: both;
    font-size: 50px;
    position: relative;
    page-break-before: always;
}

.report-catalog .page-header {
    background: none;
    border: none;
    width: 100%;
}

    .report-catalog .page-header img {
        float: right;
        width: 120px;
    }

    .report-catalog .page-header .text {
        line-height: 70px;
        float: left;
        width: 1900px;
        font-size: 24px;
        padding-left: 20px;
    }

        .report-catalog .page-header .text .www {
            float: left;
            font-weight: bold;
            color: #1E3573;
            margin-right: 50px;
        }

        .report-catalog .page-header .text .email {
            float: left;
            font-weight: bold;
            color: #2f68ae;
            margin-right: 50px;
        }

        .report-catalog .page-header .text .phone {
            float: right;
            font-weight: bold;
            color: #000;
            margin-right: 50px;
        }

        .report-catalog .page-header .text .address {
            float: right;
            color: #000;
            font-weight: normal;
        }

.report-catalog .page-data .list .section-header-1 {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    background-color: #023f88;
    color: white;
    margin-bottom: 5px;
    clear: both;
}

.report-catalog .page-data .list .section-header {
    width: 100%;
    font-weight: normal;
    font-size: 28px;
    background-color: #2f68ae;
    color: white;
    margin-bottom: 5px;
    clear: both;
}

.report-catalog .page-data .list .section-products {
    1clear: both;
}

    .report-catalog .page-data .list .section-products .product {
        float: left;
        width: 267px;
        height: 250px;
        border: solid 1px #ccc;
        overflow: hidden;
        margin: 0px 0px 1px 1px;
    }

        .report-catalog .page-data .list .section-products .product img {
            margin-top: 1px;
            height: 149px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            border: none;
        }

        .report-catalog .page-data .list .section-products .product .c-p {
            position: absolute;
            font-size: 20px;
            width: 265px;
            color: #1E3573;
            height: 28px;
            font-weight: bold;
            background-color: #ccc;
        }

            .report-catalog .page-data .list .section-products .product .c-p .code {
                color: #000;
                float: left;
                margin-left: 5px;
            }

            .report-catalog .page-data .list .section-products .product .c-p .price {
                color: green;
                float: right;
                margin-right: 10px;
            }

        .report-catalog .page-data .list .section-products .product .c {
            position: absolute;
            font-size: 20px;
            width: 265px;
            color: #1E3573;
            height: 26px;
            font-weight: bold;
            background: #ccc;
        }

            .report-catalog .page-data .list .section-products .product .c .code {
                text-align: center;
            }

        .report-catalog .page-data .list .section-products .product .title {
            position: absolute;
            font-size: 16px;
            text-align: left;
            color: #000;
            background-color: #C7EBFC;
            width: 265px;
            height: 72px;
            margin-top: 26px;
            padding: 2px;
            overflow: hidden;
        }




