html, body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    height: 100%;
}

h1 {
    margin-top: 0;
}

a {
    text-decoration: underline;
    color: #4288c8;
}

    a:hover {
        color: #4288c8;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

label {
    font-weight: normal;
}

    label.required:after {
        content: "*";
        color: red;
    }

input:focus {
    outline: 0;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
    /***** html element checkbox *****/
    input[type="checkbox"]:not(:checked) + label,
    input[type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        /* checkbox aspect */
        input[type="checkbox"]:not(:checked) + label:before,
        input[type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #c8c8c8;
            background: #fff;
        }
        /* checked mark aspect */
        input[type="checkbox"]:not(:checked) + label:after,
        input[type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 3px;
            left: 4px;
            font-size: 18px;
            line-height: 0.8;
            color: #008fd5;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        input[type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

input[type="checkbox"]:disabled + label {
    color: #aaa;
}

input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}
/***************************/

/***** generated checkbox by Html.CheckBoxFor. Added by Alex 16.03.2016 *****/
input[type="checkbox"]:not(:checked) + input[type="hidden"] + label,
input[type="checkbox"]:checked + input[type="hidden"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

    /* checkbox aspect */
    input[type="checkbox"]:not(:checked) + input[type="hidden"] + label:before,
    input[type="checkbox"]:checked + input[type="hidden"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 17px;
        height: 17px;
        border: 1px solid #c8c8c8;
        background: #fff;
    }
    /* checked mark aspect */
    input[type="checkbox"]:not(:checked) + input[type="hidden"] + label:after,
    input[type="checkbox"]:checked + input[type="hidden"] + label:after {
        content: '✔';
        position: absolute;
        top: 3px;
        left: 4px;
        font-size: 18px;
        line-height: 0.8;
        color: #008fd5;
        transition: all .2s;
    }
    /* checked mark aspect changes */
    input[type="checkbox"]:not(:checked) + input[type="hidden"] + label:after {
        opacity: 0;
        transform: scale(0);
    }

    input[type="checkbox"]:checked + input[type="hidden"] + label:after {
        opacity: 1;
        transform: scale(1);
    }
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + input[type="hidden"] + label:before,
input[type="checkbox"]:disabled:checked + input[type="hidden"] + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

input[type="checkbox"]:disabled:checked + input[type="hidden"] + label:after {
    color: #999;
}

input[type="checkbox"]:disabled + input[type="hidden"] + label {
    color: #aaa;
}

input[type="checkbox"]:checked:focus + input[type="hidden"] + label:before,
input[type="checkbox"]:not(:checked):focus + input[type="hidden"] + label:before {
    border: 1px dotted blue;
}
/***************************/
input[type="text"] {
    height: 25px;
    padding: 0 5px;
    border: 1px solid #c8c8c8;
}

textarea {
    border: 1px solid #c8c8c8;
}

label:hover:before {
    border: 1px solid #4778d9 !important;
}

label {
    margin-bottom: 7px;
}

.wrapper {
    min-width: 976px;
    position: relative;
    min-height: 100%;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently*/
}

.nopadding {
    padding: 0;
}

.scroll {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .scroll div.scrolling {
        height: 100%;
        overflow-y: scroll;
        position: relative;
    }

    .scroll div.scroll-bar {
        position: absolute;
        right: 5px;
        top: 28%;
        height: 67%;
        width: 12px;
        background: #fff;
        border: 1px solid #f0f0f0;
    }

    .scroll a.scroll-wheel {
        display: block;
        position: absolute;
        left: 0px;
        top: 0;
        height: 25%;
        width: 11px;
        background-color: #efefef;
        cursor: default;
    }

.tr {
    width: 96%;
    border-bottom: 1px solid #e2e2e2;
    clear: both;
}

.th, .td {
    width: 9%;
    float: left;
    padding: 16px 15px;
}

    .th:nth-child(1), .th:nth-child(2), .td:nth-child(1), .td:nth-child(2) {
        width: 45%;
    }

.th {
    min-height: 55px;
    background: #eee;
    font-weight: bold;
    font-size: 15px;
}

.settings, .info_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.settings {
    background: url("/Content/images/2016/settings.png") no-repeat;
}

.info_icon {
    background: url("/Content/images/2016/info.png") no-repeat 0% 70%;
}

/*-------------------------btn------------------------*/
.btn {
    min-width: 90px;
    margin-top: 17px;
    margin-right: 15px;
    padding: 5px 14px;
    font-size: 18px;
    color: #fff;
    border: 0;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

.btn-primary, .btn-primary:hover {
    background-color: #4288c8;
}

.btn-refuse {
    background-color: #76bbd4;
}

.radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

    .radio + label {
        cursor: pointer;
    }

    .radio:not(checked) {
        position: absolute;
        opacity: 0;
    }

        .radio:not(checked) + label {
            position: relative;
            padding: 0 0 0 24px;
            z-index: 1;
            margin-bottom: 0px;
        }

            .radio:not(checked) + label:before {
                content: '';
                position: absolute;
                top: 3px;
                left: -1px;
                width: 16px;
                height: 16px;
                border: 1px solid #CDD1DA;
                border-radius: 50%;
                background: #FFF;
            }

            .radio:not(checked) + label:after {
                content: '';
                position: absolute;
                top: 7px;
                left: 3px;
                width: 8px;
                height: 8px;
                border-radius: 65%;
                background: #008fd5;
                opacity: 0;
                transition: all .2s;
            }

    .radio:checked + label:after {
        opacity: 1;
    }

    .radio:focus + label:before {
    }

/*-------------------------arrows------------------------*/
.arr_left, .arr_right {
    width: 9px;
    height: 16px;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.arr_down {
    background: url("/Content/images/2016/new_arrow.png") no-repeat;
}

.arr_up {
    background: url("/Content/images/2016/new_arrow_up.png") no-repeat;
}

.arr_left {
    background: url("/Content/images/2016/new_arrow_left.png") no-repeat;
}

.arr_right {
    background: url("/Content/images/2016/new_arrow_right.png") no-repeat;
}

/*-------------------------nav------------------------*/
.nav.nav-tabs {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 25px;
    border: 0;
    display: table;
    border-bottom: 1px solid #b3b3b3;
}

.nav-tabs > li.active > a {
    border: 1px solid #b3b3b3;
}

.nav-tabs > li {
    background-color: #f3f3f3;
    margin-right: 2px;
    margin-bottom: 0px;
    display: table-cell;
    float: none;
    border-right: 2px solid white;
}

    .nav-tabs > li.active {
        position: relative;
        background-color: #ffffff;
    }

        .nav-tabs > li.active:after {
            position: absolute;
            content: " ";
            bottom: -2px;
            width: 99.5%;
            height: 3px;
            background: #fff;
            border-bottom: 0;
        }

    .nav-tabs > li a {
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
    }
/*-------------------------date------------------------*/
.ui-datepicker-trigger, .datepickerbutton {
    margin-left: -25px;
    margin-bottom: 3px;
    cursor: pointer;
}

.date_spot, .datetime_spot {
    
    font-size: 13px;
    padding: 0 10px;
}

.number {
    position: relative;
}

.plus {
    width: 19px;
    height: 10px;
    position: absolute;
    top: 31px;
    right: 8%;
    z-index: 1;
    background: url("/Content/images/2016/up.png") no-repeat 0% 100%;
    cursor: pointer;
}

.minus {
    width: 19px;
    height: 10px;
    position: absolute;
    top: 44px;
    right: 8%;
    z-index: 1;
    background: url("/Content/images/2016/down.png") no-repeat;
    cursor: pointer;
}
/*-------------------------select------------------------*/
.select {
    min-width: 80px;
    padding-bottom: 1px;
    margin-bottom: 24px;
    line-height: 23px;
    border: 1px solid #c8c8c8;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    text-align: left;
}

.select-options {
    width: 100.5%;
    padding: 0;
    margin-top: -1px;
    font-size: 16px;
    left: -0.25%;
    position: absolute;
    border: 1px solid #d9d8d7;
    border-top: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
}

    .select-options a {
        min-height: 30px;
        padding: 5px 64px 5px 10px;
        border-top: 1px solid #d9d8d7;
        z-index: 4;
        position: relative;
        background-color: #fff;
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }

.select-options__value {
    min-height: 30px;
    padding: 5px 0px 5px 10px;
    border-top: 1px solid #d9d8d7;
    z-index: 4;
    position: relative;
    background-color: #fff;
}

.select-title {
    font-size: 16px;
    padding-left: 10px;
    line-height: 31px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.select-title__arrow, .select-title__arrow_up {
    width: 16px;
    height: 9px;
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
}

.select-title__arrow_up {
    display: none;
}

.select-title__value {
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding-top: 3px;
    min-width: 100px;
    text-overflow: ellipsis;
}

.select-options .selected {
    background-color: #f5f4f2;
}

.select-options__value a {
    color: #000;
    text-decoration: none;
}

    .select-options__value:hover, .select-options__value a:hover, .select-options a:hover {
        background-color: #fbfaf7;
    }

.re_form {
    margin-top: 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #eeeeee;
}

    .re_form .select {
        padding-bottom: 0;
    }

    .re_form .select-title {
        min-height: 25px;
        line-height: 24px;
        /*font-size: 13px;*/
    }

    .re_form .select-options a {
        font-size: 13px;
    }

    .re_form .select-title__choose {
        min-height: 25px;
    }

    .re_form .select-title__arrow, .re_form .select-title__arrow_up {
        top: 10px;
    }

    .re_form input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='date'], input[type='datetime'], input[type='number'], select {
        height: 27px;
        margin-bottom: 24px;
        border: 1px solid #c8c8c8;
    }

.user_search_area input, .user_search_area .select, .user_search_area .btn {
    margin-top: 24px;
    font-size: 17px;
}

.user_search_area input {
    border: 1px solid #c8c8c8;
}

.user_search_area .select {
    width: 20%;
    margin-right: 2%;
    float: left;
}

.user_search_area .btn {
    width: 12%;
}

input.search_query, select.search_query {
    height: 34px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}
/*-------------------------header------------------------*/

header, .content, .footer_content, .pre-h, .content_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
    position: relative;
    box-sizing: content-box;
    /*min-height: 100%;
    height: 100%;*/
}

    header .logo {
        width: 13.666%;
        min-width: 138px;
        height: 155px;
        padding-left: 0;
        padding-right: 3%;
        box-sizing: content-box;
    }

        header .logo img {
            margin-top: 10px;
            height: 120px;
        }

    header .middle-block {
        min-width: 477px;
        height: 155px;
        padding: 0;
        position: relative;
    }

    header .name {
        min-width: 479px;
        padding: 28px 0 17px;
    }

        header .name .name-1 {
            font-size: 33px;
            font-weight: bold;
            /*font-family: 'co_headline_corpbold', sans-serif;*/
            margin-right: 24px;
        }

        header .name .name-2 {
            font-size: 21px;
        }

    header .top_menu {
        min-width: 515px;
        position: absolute;
        bottom: 7px;
    }

        header .top_menu a {
            height: 40px;
            margin-right: 3px;
            padding: 0px 33px;
            display: inline-block;
            color: #fff;
            background-color: #165a92;
            text-decoration: none;
            line-height: 46px;
            font-size: 19px;
            font-weight: bold;
        }

            header .top_menu a:hover {
                background-color: #008fd5;
            }

    header .lang, header .contacts {
        padding: 0;
        margin-top: 28px;
    }

    header .l-offset {
        width: 7%;
    }

    header .lang {
        width: 5%;
        font-size: 13px;
    }

        header .lang .ru {
            margin-right: 3px;
        }

        header .lang .en {
            margin-left: 3px;
        }

    header .contacts {
        text-align: right;
        float: right;
    }

        header .contacts .tel {
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
        }

        header .contacts .mail {
            font-size: 14px;
            text-align: right;
            padding-right: 5px;
        }

    header .search_form {
        width: 25%;
        min-width: 278px;
        padding: 0;
        
        right: 27px;
        bottom: 23px;
        border: 1px solid #c4c4c4;
        height: 27px;
        position: absolute
        /*border: 0;*/
    }

        header .search_form .search {
            border: 0;
            width: 87%;
        }

    header .search-form_is {
        width: 31px;
        height: 24px;
        background: url("/Content/images/2016/search.png") 70% 50% no-repeat;
        text-indent: -123123px;
        padding: 0;
        cursor: pointer;
        border: 0;
    }
/*-------------------------pre-header------------------------*/
.pre-header {
    width: 100%;
    height: 234px;
    background: #fff url("/Content/images/2016/pre-header.jpg");
    -ms-background-size: cover;
    background-size: cover;
}

.pre-header-inner {
    width: 100%;
    height: 84px;
    background: #fff url("/Content/images/2016/pre-header.jpg");
    background-size: cover;
}

    .pre-header-inner .breadcrumb {
        margin: 0;
        padding: 27px 0;
        background-color: transparent;
        float: left;
    }

        .pre-header-inner .breadcrumb a, .pre-header-inner .breadcrumb span {
            margin-right: 3px;
            font-weight: bold;
            font-size: 14px;
            color: #fff;
            display: inline-block;
        }

        .pre-header-inner .breadcrumb .breadcrumb_arrow {
            width: 11px;
            height: 11px;
            display: inline-block;
            background: url("/Content/images/2016/bc_arrow.png") no-repeat 0%;
        }

        .pre-header-inner .breadcrumb .current {
            display: inline;
        }

    .pre-header-inner .title {
        margin-top: 21px;
        font-size: 34px;
        font-weight: bold;
        color: #fff;
        float: right;
    }
/*-------------------------content------------------------*/
.content {
    margin-top: -125px;
    padding-bottom: 49px;
}

    .content .carousel {
        width: 66%;
        height: 243px;
        border-bottom: 8px solid #d8d8d8;
        background: #f4f4f4;
    }

        .content .carousel .owl-dots {
            margin: 0% 53px;
        }

        .content .carousel .owl-dot {
            width: 12px;
            height: 12px;
            margin-right: 15px;
            display: inline-block;
            background: url("/Content/images/2016/button.png") no-repeat;
            cursor: pointer;
        }

            .content .carousel .owl-dot.active {
                background: url("/Content/images/2016/active_button.png") no-repeat;
            }

        .content .carousel .carousel-text {
            margin: 53px 53px 37px;
            line-height: 36px;
            font-size: 26px;
        }

        .content .carousel .carousel_nav {
            width: auto;
            margin-left: 70px;
            left: 0;
        }

    .content .participants {
        width: 34%;
        padding-right: 0;
    }

        .content .participants .table {
            width: 97%;
            margin-left: 3%;
            min-height: 325px;
            border: 7px solid #f4f4f4;
        }

            .content .participants .table table {
                width: 90%;
                margin: 0 auto;
            }

            .content .participants .table tr {
                padding: 0 5%;
                border-bottom: 1px solid #d5d5d5;
            }

                .content .participants .table tr:last-child {
                    border-bottom: 0;
                }

        .content .participants .table-head {
            color: #fff;
        }

            .content .participants .table-head .number {
                padding: 12px 21px 3px;
                font-size: 72px;
                font-weight: bold;
                text-align: right;
            }

            .content .participants .table-head .title {
                padding: 23px 29px;
                font-size: 17px;
                line-height: 21px;
            }

        .content .participants td {
            font-size: 14px;
            padding-top: 11px;
            text-align: center;
            vertical-align: baseline;
        }

            .content .participants td.colname-1, .content .participants td.colname-2 {
                font-size: 12px;
            }

            .content .participants td.colname-1 {
                width: 22%;
            }

            .content .participants td.name {
                width: 40.5%;
                padding: 11px 2%;
                line-height: 14px;
                color: #4288c8;
                font-size: 14px;
                text-align: left;
            }

            .content .participants td:last-child {
                text-align: right;
            }

    .content .text {
        margin-top: -58px;
        padding: 0;
        line-height: 24px;
    }

        .content .text .info {
            padding: 0;
        }

    .content .list ul {
        padding: 0 0 0 23px;
    }

        .content .list ul li {
            line-height: 17px;
            margin-bottom: 17px;
        }

    .content .news {
        margin-top: 5px;
        padding-left: 21px;
    }

        .content .news h4 {
            font-size: 16px;
            margin-bottom: 19px;
            font-weight: bold;
        }

        .content .news .item {
            margin-bottom: 15px;
            line-height: 18px;
        }

            .content .news .item .date {
                margin-right: 11px;
                font-size: 13px;
                color: #3e4142;
            }

            .content .news .item a {
                color: #4288c8;
                font-size: 13px;
            }

.content_inner {
    margin-top: 42px;
    padding-bottom: 223px;
}
    /*-------------------------left_menu------------------------*/
    .content_inner .left_menu {
        margin-top: 4px;
        padding: 0;
    }

    .content_inner .left_menu {
    }

        .content_inner .left_menu a:hover {
            color: #000;
        }

        .content_inner .left_menu h4 {
            margin-top: 4px;
            margin-bottom: 13px;
            font-size: 14px;
            font-weight: bold;
        }

        .content_inner .left_menu .left_menu_block {
            margin-top: 24px;
            padding-bottom: 22px;
            border-bottom: 1px solid #d8d8d8;
        }

            .content_inner .left_menu .left_menu_block:first-child {
                margin-top: 0;
            }

            .content_inner .left_menu .left_menu_block:last-child {
                border-bottom: 0px;
            }

        .content_inner .left_menu ul {
            padding: 0;
            list-style-type: none;
        }

            .content_inner .left_menu ul li {
                margin: 0px 0 7px;
                line-height: 18px;
            }

                .content_inner .left_menu ul li a {
                    font-size: 15px;
                    text-decoration: none;
                    line-height: 17px;
                }

                .content_inner .left_menu ul li.logout {
                    margin-top: 0px;
                    margin-bottom: 16px;
                    font-size: 12px;
                    line-height: 6px;
                }

                    .content_inner .left_menu ul li.logout a {
                        margin-bottom: 22px;
                        line-height: 10px;
                        font-size: 12px;
                    }

                .content_inner .left_menu ul li span.user-name {
                    font-size: 18px;
                    font-weight: bold;
                }

    /*-------------------------work_area------------------------*/
    .content_inner .work_area {
        padding: 0 0% 0 4.6%;
    }

        .content_inner .work_area .first_part {
            padding-bottom: 34px;
            border-bottom: 1px solid #d8d8d8;
        }

        .content_inner .work_area .info_inner {
            padding-right: 7px;
            font-size: 20px;
            line-height: 34px;
        }

        .content_inner .work_area .first_part .list_inner {
            padding: 0 0 0 14px;
        }

            .content_inner .work_area .first_part .list_inner .pp {
                line-height: 17px;
            }

            .content_inner .work_area .first_part .list_inner ul {
                padding-left: 19px;
                padding-top: 1px;
            }

                .content_inner .work_area .first_part .list_inner ul li {
                    margin-top: 15px;
                    line-height: 15px;
                    font-weight: bold;
                }

        .content_inner .work_area .warning_part {
            margin-top: 30px;
            padding-bottom: 38px;
            border-bottom: 1px solid #d8d8d8;
        }

            .content_inner .work_area .warning_part ul {
                padding: 0;
            }

                .content_inner .work_area .warning_part ul li {
                    margin-top: 30px;
                    padding-left: 56px;
                    padding-right: 15px;
                    font-size: 16px;
                    line-height: 24px;
                    background: url("/Content/images/2016/warning_icon.png") no-repeat 2% 0%;
                    list-style-type: none;
                }

        .content_inner .work_area .news_part {
            margin-top: 38px;
            padding-left: 16px;
        }

            .content_inner .work_area .news_part .item {
                margin-top: 15px;
                display: table;
            }

            .content_inner .work_area .news_part h4 {
                font-size: 16px;
                margin-bottom: 19px;
                font-weight: bold;
            }

            .content_inner .work_area .news_part .date {
                width: 78px;
            }

            .content_inner .work_area .news_part .date, .content_inner .work_area .news_part a {
                font-size: 13px;
                line-height: 18px;
                display: table-cell;
            }

    .content_inner .auction-number {
        color: #4288c8;
    }

    .content_inner .auction-table, .content_inner .sert-table {
        width: 100%;
        margin-top: 35px;
    }

    .content_inner .auction-table-head, .content_inner .sert-table-head {
        background: #efefef;
    }

        .content_inner .auction-table th, .content_inner .auction-table td, .content_inner .sert-table-head th, .content_inner .sert-table td {
            padding: 14px;
        }

    .content_inner .auction-table tr, .content_inner .sert-table tr {
        border-bottom: 1px solid #e2e2e2;
    }

    .content_inner .auction-table td, .content_inner .sert-table td {
        padding-bottom: 10px;
        vertical-align: top;
    }

        .content_inner .auction-table td:nth-child(2) {
            color: #4288c8;
        }

        .content_inner .auction-table td button, button.view {
            margin-right: 9px;
            padding: 2px 17px 3px;
            background: #eee;
            font-size: 13px;
            border: 1px solid #c8c8c8;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .content_inner .auction-table td span, button.view + span {
                font-size: 13px;
            }

    .content_inner .sert-table th {
        font-size: 14px;
    }

    .content_inner .sert_download {
        margin-top: 38px;
    }

    .content_inner .captcha {
        margin-top: 40px;
        margin-bottom: 15px;
        padding: 20px;
        background-color: #f6f6f6;
    }

    .content_inner .sert-table .date {
        width: 19%;
    }

    .content_inner .sert-table .template {
        width: 12%;
    }

    .content_inner .auction-table .doc {
        width: 25%;
    }

    .content_inner .auction-table .template {
        width: 24%;
    }

    .content_inner .auction-table .file {
        width: 12.5%;
    }

    .content_inner .auction_number {
        color: #4288c8;
    }

    .content_inner .warning {
        margin: 0 25px;
        color: #ff0000;
        font-size: 14px;
        line-height: 14px;
    }

    .content_inner .stats {
        margin-top: 37px;
        margin-bottom: 52px;
    }

        .content_inner .stats div {
            margin-bottom: 5px;
        }

        .content_inner .stats span {
            color: #4288c8;
            font-weight: bold;
        }

    .content_inner .captcha .enter_code {
        width: 20%;
        float: left;
    }

    .content_inner .captcha .refresh {
        margin-top: 7px;
        font-size: 12px;
        line-height: 14px;
    }

    .content_inner .captcha_input {
        width: 121px;
    }

    .content_inner .captcha_img_wrap {
        min-width: 210px;
    }

    .content_inner .main_info {
        margin-top: 30px;
    }

.panel {
    border: 0;
    box-shadow: none;
}

.panel-default {
    margin-bottom: 29px;
    border: 1px solid #f5f5f5;
}

.panel-heading {
    border: 1px solid #eee;
    border-bottom: 0;
}

.panel-group {
    margin-top: 51px;
}

.panel-heading {
    padding: 3px 15px 9px;
}

.panel-default > .panel-heading {
    padding-left: 8px;
    border: 0px solid #eeeeee;
    border-radius: 0;
}

.panel-group .panel-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.panel-title a {
    text-decoration: none;
}

    .panel-title a span.sh_button {
        width: 22px;
        height: 22px;
        margin-right: 6px;
        position: relative;
        top: 5px;
        display: inline-block;
        background: url("/Content/images/2016/hide.png");
    }

    .panel-title a.collapsed span.sh_button {
        background: url("/Content/images/2016/show.png") no-repeat;
    }

.panel-title span.collapse_button {
    font-weight: bold;
    font-size: 16px;
    color: #4288c8;
    text-decoration: none;
    border-bottom: 1px dashed #4288c8;
}

.panel-group .panel + .panel {
    margin-top: 30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    /*padding: 33px 41px 50px; было*/
    padding: 33px 41px 0px; /* стало */
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body h4 {
        font-weight: 700;
    }

.panel-body h4 {
    margin: 0;
}

.panel-borders {
    border: 1px solid #eeeeee;
}

.operations-search-area td {
    width: 25%;
    line-height: 17px;
    vertical-align: bottom;
}

    .operations-search-area td input {
        max-width: 160px;
        margin-top: 10px;
        padding: 2px;
    }

.operations-list {
    margin-top: 35px;
}

    .operations-list .head {
        background-color: #efefef;
    }

        .operations-list .head th {
            padding: 0px 19px 13px 12px;
            line-height: 16px;
            font-size: 14px;
            height: 76px;
            vertical-align: bottom;
        }

    .operations-list tbody td {
        padding: 13px 19px 13px 12px;
        line-height: 16px;
        vertical-align: top;
    }

    .operations-list .head th:nth-child(1), .operations-list tbody tr td:nth-child(1) {
        width: 11%;
    }

    .operations-list .head th:nth-child(2), .operations-list tbody tr td:nth-child(2) {
        width: 28%;
    }

    .operations-list .head th:nth-child(3), .operations-list tbody tr td:nth-child(3) {
        width: 17%;
    }

    .operations-list .head th:nth-child(4), .operations-list tbody tr td:nth-child(4) {
        width: 17%;
    }

    .operations-list .head th:nth-child(5), .operations-list tbody tr td:nth-child(5) {
        width: 11%;
        padding-left: 0;
        padding-right: 0;
    }

    .operations-list tbody tr td:nth-child(6) {
        text-align: center;
    }

    .operations-list tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .operations-list tbody tr td:nth-child(2) {
            color: #4288c8;
        }

    .operations-list tbody {
        font-size: 13px;
    }

.panel-body .pagination, .tab-content .pagination {
    margin: 45px 0;
    /*font-size: 13px;
    font-weight: bold;*/
}

.processing_form {
    margin-top: 33px;
    margin-bottom: 20px;
}

    .processing_form .comment {
        margin-bottom: 6px;
    }

    .processing_form textarea {
        border: 1px solid #c8c8c8;
        position: relative;
    }

    .processing_form .textarea_block {
        position: relative;
        width: 60%;
    }

.textarea_block .edge {
    width: 20px;
    height: 12px;
    position: absolute;
    bottom: -6px;
    left: 32%;
    z-index: 1;
    background: url("/Content/images/2016/edge.jpg");
}

.trading_session th {
    padding: 4px 22px 5px 0px;
}

.trading_session td {
    padding-right: 10px;
}

.pagin {
    margin-top: 28px;
}

    .pagin a {
        text-decoration: none;
        font-weight: bold;
    }

.pagin-2 {
    padding: 11px 15px;
    background-color: #efefef;
}

    .pagin-2 span.cnt {
        padding: 1px 3px;
        display: inline-block;
        color: #4288c8;
        cursor: pointer;
    }

        .pagin-2 span.cnt.active {
            border: 1px solid #4288c8;
        }

.pagin-2__text {
    font-size: 12px;
    font-weight: bold;
}

.back, .fwd {
    width: 31px;
    margin-right: 8px;
    background: url("/Content/images/2016/back.png") no-repeat 50%;
    display: inline-block;
}

.fwd {
    margin: 0 0 0 8px;
    background: url("/Content/images/2016/fwd.png") no-repeat 50%;
}

.success {
    margin-top: 26px;
    padding-left: 38px;
    background: url("/Content/images/2016/success.png") no-repeat;
}

    .success p {
        color: #4c9200;
        position: relative;
        top: 3px;
        display: inline-block;
        font-style: normal;
        font-weight: 100;
        line-height: 1;
    }

/*-------------------------footer------------------------*/
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 55px;
    font-size: 12px;
    background: #f7f7f7;
    border-top: 1px solid #d8d8d8;
}

    footer .footer_content {
        display: table;
        width: 96%;
    }

    footer .copyright {
        margin-right: 12px;
    }

    footer .cr {
        margin-top: 12px;
        line-height: 16px;
        color: #9d9d9d;
    }

    footer .bot_logo {
        width: 7%;
        margin-right: 18px;
        margin-top: 10px;
        display: table-cell;
        vertical-align: top;
    }
            
    footer .bot_logo  img{
        height: 54px;
    }

    footer .copyright_block {
        width: 80%;
        margin-top: 8px;
        display: table-cell;
        vertical-align: middle;
    }

/*  additional styles*/
.no-border-bottom {
    border-bottom: 0;
}

.select-wrap {
    height: 34px;
}

.pull-left {
    width: 500px;
}


.pagin-2>.pull-left>.pagination {
    margin: 0;
    width: 100%;
}
ul.pagination {
    margin: 0;
}

nav {
    text-align: left;
}

a.btn {
    text-decoration: none;
}

/*select {
    min-width: 80px;
    padding-bottom: 1px;
    margin-bottom: 24px;
    line-height: 23px;
    border: 1px solid #c8c8c8;
    position: relative;
    cursor: pointer;
    vertical-align: top;
    text-align: left;
}*/

table {
    border-left: none!important;
    border-right: none!important;
}

.sign-field {
    width: 560px;
    height: 200px;
    display: block;
    resize: none;
}

.sign-label {
    color: #2582a4;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}


/*------------ UI ------------------*/

span.glyphicon {
    margin-top: 5px;
}

button>span.glyphicon {
     margin-top: 0; 
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: red !important;
}

.validation-summary-errors > span {
    color: red !important;
}

.ui-datepicker-title>.ui-datepicker-month, .ui-datepicker-title>.ui-datepicker-year {
    color: #000;
}


/* поля ввода имеют margin-bottom: 24px. Отобразить сообщение об ошибке нужно под полем. */
.field-validation-error {
    color: #ff0000;
}

input+span.field-validation-error{
    color: #ff0000;
    z-index: -999;
    position: relative;
    top: -20px;
    display:inline-block;
}

input+img+span.field-validation-error{
    color: #ff0000;
    z-index: -999;
    display: block;
    white-space: pre-line;
    line-height: 0px;
}


div+span.field-validation-error {
    color: #ff0000;
    z-index: -999;
    position: relative;
    top: -35px;
}

span.badge {
    background-color: transparent;
    border: #555 solid 1px;
    color: #555;
    font-weight: normal;
}

span.badge[data-value='0'] {
    display: none;
}
.panel-default > .panel-heading {
    font-weight: bold;
    color: #555;
}

.mypagination {
    padding-left: 5px;
    margin: 0;
}

.mypagination li {
    display: inline-block;
    list-style: none;
    width: 10px;
    padding-left: 1px;
    padding-right: 1px;
}

.mypagination li a {
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
}

.mypagination > .disabled > span,
.mypagination > .disabled > span:hover,
.mypagination > .disabled > span:focus,
.mypagination > .disabled > a,
.mypagination > .disabled > a:hover,
.mypagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd;
    z-index: -999;
}

/* google search*/

td.gsc-search-button > input[type=image] {
    background-image: url('/Content/images/2016/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 23px!important;
    /*border: #c4c4c4 solid 1px;*/
    border: none;
    margin-right: 4px;
}

input.gsc-input {
    font-size: inherit!important;
    background: none !important;
    height: 22px!important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: 0!important;
    box-shadow: none!important;
    margin: 0;
    padding: 0;
}
.gsc-search-button .gsc-search-button-v2>svg {
    display: none;
}

.gsc-search-button .gsc-search-button-v2, .gsc-search-button .gsc-search-button-v2:hover, .gsc-search-button .gsc-search-button-v2:focus {
   background-image: url('/Content/images/2016/search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 23px !important;
    border: none;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
   padding-right: 0!important; 
}


td.gsib_a {
    margin: 0;
    padding: 0;
}

td.gsc-search-button {
    height: 0;
}

#gsc-iw-id1 {
    height: 22px!important;
    margin: 0!important;
    padding: 0!important;
}

div.gsc-input-box, div.gsc-input {
    height: 24px !important;
}

a.btn.btn-default {
    background-color: #f3f3f3;
}

div h4 {
    font-weight: bold;
}

h1.title {
    font-size: 24px;
}

a.btn.btn-default1 {
    background-color: #f3f3f3;
    color: black;
    border: #000000 1px solid;
    border-color: black;
}

.separator10
{
    position: relative;
    height: 10px;
}