<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glyphicon {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

/*.multiple-input-list.list-renderer .form-group {*/
/*    margin-bottom: 1rem !important;*/
/*}*/

.glyphicon-plus:before {
    content: "\f067";
}

.glyphicon-ok:before {
    content: "\f00c";
}

.glyphicon-remove:before {
    content: "\f00d";
}

.glyphicon-calendar:before {
    content: "\f133";
}

.list-group {
    margin: 0;
}

.list-group .list-group-item {
    border: none;
    padding: 7px 10px;
    margin-bottom: 0;
}

.list-group .list-group-item:last-child {
    margin-bottom: 10px;
}

.list-group .list-group-item:hover {
    background: #f1f1f1;
}

.list-group .list-group-item .glyphicon-ok {
    margin-right: 10px;
    margin-left: 0;
    color: green;
}

.list-group .list-group-item .glyphicon-remove {
    color: red;
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
    margin-left: 10px;
}

.product-view {
    padding-bottom: 50px;
}

.product-view .date {
    margin-top: 1rem;
    font-size: 14px;
    padding-bottom: 7px;
}

.product-view .price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.product-view .main-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
}

.product-view .images {
    margin-top: 5px;
    margin-left: -5px;
}

.product-view .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 19%;
    height: 75px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    position: relative;
}

.product-view .video .fa-play {
    position: absolute;
    top: 30%;
    left: 44%;
    font-size: 25px;
    color: #fff;
    opacity: 0.8;
}

.product-view .video .fa-play:hover {
    opacity: 1;
}

.product-view .information p {
    margin: 0;
}

.product-view .information tr td:first-child {
    width: 250px;
}

.product-view .information tr td:last-child {
    font-weight: 700;
}

.product-view .text {
    margin: 30px 0;
}

.product-view #map {
    height: 500px;
    margin-top: 30px;
}

#product_manage {
    padding-bottom: 25px;
}

#product_manage h1 {
    padding: 0;
    margin: 0;
    /*padding-top: 30px;*/
}

#product_manage h3 {
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0;
}

#product_manage .content-white .crumbs-list ul li {
    margin-top: 11px;
}

#product_manage .content-white .crumbs-list ul.breadcrumb li:first-child {
    display: none;
}

#product_manage .content-white .crumbs-list ul.breadcrumb li:nth-child(2) {
    font-size: 27px;
    font-weight: 600;
    color: #030303;
    margin-top: -1px;
}

#product_manage .content-white .crumbs-list ul.breadcrumb li:nth-child(2):after {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}

#product_manage .btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
    border-radius: 3px;
}
#product_manage .btn-default:hover,
#product_manage .btn-default:focus,
#product_manage .btn-default:active,
#product_manage .btn-default.active,
#product_manage .open .dropdown-toggle.btn-default,
#product_manage .btn-default:active:focus,
#product_manage .btn-default:active:hover,
#product_manage .btn-default.active:hover,
#product_manage .btn-default.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}
#product_manage .btn-default:active,
#product_manage .btn-default.active,
#product_manage .open .dropdown-toggle.btn-default {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
#product_manage .btn-default.disabled,
#product_manage .btn-default.disabled:hover,
#product_manage .btn-default.disabled:focus,
#product_manage .btn-default.disabled:active,
#product_manage .btn-default.disabled.active,
#product_manage .btn-default[disabled],
#product_manage .btn-default[disabled]:hover,
#product_manage .btn-default[disabled]:focus,
#product_manage .btn-default[disabled]:active,
#product_manage .btn-default.active[disabled],
#product_manage fieldset[disabled] .btn-default,
#product_manage fieldset[disabled] .btn-default:hover,
#product_manage fieldset[disabled] .btn-default:focus,
#product_manage fieldset[disabled] .btn-default:active,
#product_manage fieldset[disabled] .btn-default.active {
    color: #cacaca;
}

#product_manage .btn-primary {
    /*background: #3fb8eb;*/
    /*border-color: #3fb8eb;*/
    padding: 5px 68px;
    font-size: 14px;
}

#product_manage .hidden {
    display: none;
}

#product_manage .category-wizard {
    font-size: 14px;
}

#product_manage .category-wizard p {
    position: relative;
    /*background-color: #1ab394;*/
    margin: 0;
    /*padding: 10px;*/
    /*color: #fff;*/
    /*font-weight: bold;*/
    font-size: 15px;
    font-weight: normal;
    font-family: "Roboto Condensed";
    color: #222222;
    padding: 10px;
}



.dept-col {
    /*padding: 0 20px;*/
    width: calc(100vw - 40px);
    /*max-width: 342px;*/
}

.dept-col p {
    width: 80%;
}

#product_manage .category-wizard p.active{
    color: #ffffff;
    background: #017bde;
}

#product_manage .category-wizard p.active:hover{
    background: #017bde;
}

#product_manage .category-wizard p:hover{
    background: #cfd2dd;
    cursor: pointer;
}

#product_manage .category-wizard p.active:after {
    content: ' ';
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #017bde;
    transform: rotate(45deg);
    top: 6px;
}

#product_manage .category-wizard ul.item {
    background-color: #fff;
    height: inherit;
    padding: 0;
    list-style-type: none;
    display: block;
    margin-left: -14px;
}

#product_manage .category-wizard ul.item li {
    cursor: pointer;
    opacity: 0.9;
    color: #3fb9ec;
    padding: 0 8px;
    margin-left: 14px;
    display: inline-block;
}

#product_manage .category-wizard ul.item li.active,
#product_manage .category-wizard ul.item li:hover {
    opacity: 1;
    color: #898989;
    background-color: #ebebeb;
}

#product_manage .category-wizard-template {
    display: none;
}

#product_manage .slider-input {
    display: table;
}

#product_manage .slider-input select,
#product_manage .slider-input input {
    width: max-content;
    float: left;
    text-align: center;
}

#product_manage .slider-input .ui-slider {
    display: inline-block !important;
    background-color: #ccc;
    margin-left: 20px;
    width: 296px;
    height: 3px;
}

#product_manage .slider-input .ui-slider .ui-slider-handle {
    top: -9px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #3fb8eb;
}

#product_manage .slider-input .ui-slider .progress {
    background: #3fb8eb;
    height: inherit;
    width: 0;
}

#product_manage .slider-input .ui-slider .flang_text {
    position: absolute;
    top: 7px;
    font-size: 12px;
    color: #ccc;
}

#product_manage .slider-input .ui-slider .flang_text.left {
    left: 0;
}

#product_manage .slider-input .ui-slider .flang_text.right {
    right: 0;
}

#product_manage .slider-input + .help-block {
    clear: both;
}

#product_manage .group-radio-input {
    margin-top: 0;
    margin-left: -4px;
    display: flex;
    flex-wrap: wrap;
}

#product_manage .group-radio-input .custom-radio {
    padding-left: 2rem;
    margin-left: 5px;
}

#product_manage .group-radio-input .custom-radio:first-child {
    margin-left: 0;
}

#product_manage .group-radio-input .custom-radio label {
    line-height: 1.8;
    /*padding-left: 5px;*/
}

/*#product_manage .group-radio-input .custom-radio:before{*/
/*    content: "-";*/
/*    position: absolute;*/
/*    display: flex;*/
/*    top: 2px;*/
/*    left: 29px;*/
/*    color: #adb5bd;*/
/*}*/

#product_manage .group-radio-input input {
    display: none;
}

#product_manage .group-radio-input .form-check {
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    width: max-content;
    display: inline-block;
    margin-top: 10px;
    margin-left: 4px;
    padding: 2px 8px;
}

#product_manage .group-radio-input .form-check.active {
    background-color: #f2f2f2;
    border: 1px solid #3fb8eb;
}

#product_manage .form-check-input + label.form-check-label:before,
#product_manage .form-check-input + label.form-check-label:after {
    content: none;
}

#product_manage form .date,
#product_manage form input.short_text,
#product_manage form select,
#product_manage form .select2 {
    max-width: 400px;
    height: 30px;
}

#product_manage form .very_short_text + .select2,
#product_manage form select.very_short_text,
#product_manage form input.very_short_text {
    max-width: 200px;
}

#product_manage .form-control {
    height: 30px;
    padding: 0 12px;
    border-radius: 0;
}

#product_manage textarea.form-control {
    height: auto;
}

#product_manage select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px; /* Removes default arrow from firefox*/

    text-overflow: ""; /*Removes default arrow from firefox*/

    /*background: url('/images/newdesign/ui/expand.png') no-repeat;*/

    background-position: 98% 9px; /*Position of the background-image*/
}
#product_manage select::-ms-expand {
    display: none;
}

#product_manage .arrow-box {
    position: relative;
    max-width: 425px;
    min-width: 250px;
}

#product_manage .arrow-box:after {
    content: '';
    position: absolute;
    display: flex;
    right: 9%;
    top: 30%;
    align-items: center;
    transform: rotate(45deg);
    border-bottom: 2px solid #888;
    width: 8px;
    height: 8px;
    border-right: 2px solid #888;
}

#product_manage form .select2 .select2-selection--single {
    height: 30px;
    align-items: center;
    padding: 2px 14px;
    line-height: 1.5;
    display: flex;
    border-radius: 0;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    /*color: #495057 !important;*/
}

#product_manage form select.is-valid + .select2 .select2-selection--single {
    border-color: #28a745;
}

#product_manage form select.is-invalid + .select2 .select2-selection--single {
    border-color: #dc3545;
}

#product_manage .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 28px;
    border-left: none;
}



.select2-container--krajee .select2-selection--single .select2-selection__arrow b{

     border-color: #888  !important;
     border-style: none !important;
     border-width: 0 !important;
    height: 8px !important;
    /* left: 50%; */
     margin-left: 0px !important;
     margin-top: 0px !important;
    position: absolute !important;
    /* top: 50%; */
    width: 8px !important;
    border-left: 2px solid #888 !important;
    border-bottom: 2px solid #888 !important;
    transform: rotate(-45deg) !important;
    top: 8px !important;
    left: 5px !important;
}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-left: none;
    border-bottom: none;
    border-right: 2px solid #888;
    border-top: 2px solid #888;
}


.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff7800;
    box-shadow: 0 0 0 0.2rem rgba(255, 120, 0, 0.26);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ff7800;
    background: none;
}

.invalid-feedback{
    color: #ff7800;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #5ebe00;
    background: none;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #5ebe00;
    box-shadow: 0 0 0 0.2rem rgba(94, 190, 0, 0.26);
}

/*
#product_manage .select2-container--krajee .select2-selection--single {
    height: 24px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    font-size: 16px;
}

#product_manage .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    width: 45px;
    height: 23px;
    border: none;
}

#product_manage .select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url(/images/newdesign/ui/expand.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    left: 50%;
    top: 48%;
}*/

#product_manage .select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 34px;
    top: -2px;
    /*z-index: 9999999;*/
}

#product_manage .list-cell__id {
    display: none;
}

#product_manage .uinput {
    max-width: 200px;
    display: inline-block;
}

#product_manage .uinput + span.okay {
    padding-left: 5px;
}

#product_manage #map {
    height: 30vh;
}

#product_manage .input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
    border-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 3px 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

#product_manage .coord-x,
#product_manage .coord-y {
    display: none;
}

#product_manage .file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

#product_manage .file-box {
    float: left;
    width: 220px;
    position: relative;
}

#product_manage .corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

#product_manage .file .icon i {
    font-size: 70px;
    color: #dadada;
}

#product_manage .file-delete .file .icon i {
    color: #ed5565;
}

#product_manage .file-box .delete {
    position: absolute;
    top: 0px;
    left: 4px;
    font-size: 15px;
    color: #ed5565;
}

#product_manage .file-box .setting {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 15px;
    color: #ddd;
}

#product_manage .file .icon {
    padding: 15px 10px;
    text-align: center;
}

#product_manage .file .icon,
#product_manage .file .image {
    height: 100px;
    overflow: hidden;
}

#product_manage .upload-panel {
    background-color: #dedede54;
    padding: 15px;
}

#product_manage .upload-files,
#product_manage .upload-images {
    display: inline-block;
}

#product_manage .upload-images .image {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center center;
    display: inline-block;
}

#product_manage .file .file-name {
    height: 93px;
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
    word-break: break-word;
}

#product_manage .file-name small {
    color: #676a6c;
}

#product_manage .fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

#product_manage .file-box.file-delete .delete, .file-box.file-delete .setting {
    display: none;
}


#product_manage form {
    color: #707070;
}



#product_manage .form-control,
#product_manage .select2-container--krajee .select2-results &gt; .select2-results__options,
#product_manage .select2-container--krajee .select2-selection--single {
    color: #495057;
    font-size: 14px;
}
#product_manage ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d1d1d1 !important;
    opacity: 1; /* Firefox */
}

#product_manage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d1d1d1 !important;
}
#product_manage ::-moz-placeholder { /* Firefox 19+ */
    color: #d1d1d1 !important;
}
#product_manage :-ms-input-placeholder { /* IE 10+ */
    color: #d1d1d1 !important;
}
#product_manage :-moz-placeholder { /* Firefox 18- */
    color: #d1d1d1 !important;
}

#product_manage .multiple-input-list.table-renderer .list-cell__button {
    padding-left: 0;
    width: 25px;
}

#product_manage .multiple-input .btn {
    font-size: 1rem;
    padding: 2px 6px;
    height: 30px;
    width: 30px;
    justify-content: center;
    /*margin-left: 20px;*/
    align-items: center;
    display: flex;
    border-radius: 0;
    background: none;
    border:none;
}

#product_manage .dropzone {
    min-height: 150px;
    border: 1px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

#product_manage table.multiple-input-list.table-renderer tr &gt; td:first-child,
#product_manage table.multiple-input-list.table-renderer tr &gt; td:last-child {
    padding-top: 0;
}

#product_manage .table th,
#product_manage .table td {
    padding: 0.75rem 0;
    border: none;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer .form-group {
    display: flex;
    margin-bottom: 1rem !important;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer .list-cell__id {
    display: none !important;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer,
#product_manage #okpd2_types .multiple-input-list.list-renderer tbody {
    display: block;
    width: 100%;
    //max-width: 675px;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer tbody &gt; tr {
    display: block;
    width: 100%;
    position: relative;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer tbody &gt; tr &gt; td {
    /*display: block;*/
    width: 100%;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer tbody &gt; tr &gt; td.list-cell__button {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*display: block;*/
    /*width: auto;*/
}

.help-block-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

#product_manage .box-bar-documents,
#product_manage .box-bar-links {
    display: block;
    margin-bottom: 10px;
    height: 5px;
    background-color: red;
}

#product_manage .add-doc,
#product_manage .add-link {
    font-size: 16px;
}

#product_manage a,
#product_manage .add-doc a,
#product_manage .add-link a {
    color: #017bde;
}

.ui-autocomplete {
    z-index: 9999;
    max-height: 350px;
    overflow-y: scroll;
}

.field-tender-ended_at,
.field-tender-okpd2_types {
    margin: 0;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer td {
    padding-top: 12px !important;
    padding-bottom: 0 !important;
}

#product_manage #okpd2_types .multiple-input-list.list-renderer td.list-cell__button {
    /*padding-left: 8px !important;*/
}

#product_manage .input-group-prepend {
    height: 24px;
}

#product_manage .input-group-prepend .input-group-text {
    padding: 0 8px;
}

.sr_title {
    color: #000;
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 15px;
}

.sr_title.show {
    display: block;
}

.sr_title.hide {
    display: none;
}


@media (max-width: 460px){
    #product_manage .slider-input .ui-slider {
        max-width: 140px;
    }

    #product_manage #okpd2_types .multiple-input-list.list-renderer .form-group {
        display: block;
    }

    #product_manage #okpd2_types .multiple-input-list.list-renderer tbody &gt; tr &gt; td.list-cell__button {
        /*position: absolute;*/
        /*top: 28px;*/
        /*display: block;*/
        /*width: auto;*/
    }
}

@media (min-width: 768px) {

}</pre></body></html>