.ui-widget-content {
    background: #d2d2d2;
    height: 3px;
    border: none;
}

.ui-widget-header {
    background: #000;
}

/*#total_amounts {*/
/*    font-size: 15px;*/
/*}*/
/*#total_amounts span {*/
/*    font-size: 24px;*/
/*}*/
/*#total_amounts div {*/
/*    margin-right: 30px;*/
/*    float: left;*/
/*}*/
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    touch-action: none;
    background-color: #007DB8 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 15px;
    outline: none;
    width: 15px !important;
    height: 15px !important;
    margin-top: -1px;
}

@media (min-width: 1200px) {
    #filter_items>.form-group {
        height: 80px;
    }
}
/* Стили вывода результатов фильтра */
/*.r_item_title {*/
/*    text-transform: uppercase;*/
/*    font-size: 15px;*/
/*    color: #012847;*/
/*    margin-bottom: 15px;*/
/*    font-weight: 700;*/
/*}*/

/*.r_item_row {*/
/*    font-size: 14px;*/
/*    line-height: 1.8;*/
/*    color: #565656;*/
/*}*/

/*div.col-sm-8 > div:nth-child(2){*/
/*    display: none;*/
/*}*/

/*.r_item_row span {*/
/*    color: #000;*/
/*}*/

/*.r_item_image {*/
/*    width: 100%;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 4px;*/
/*}*/

/*.image_wrapper {*/
/*    background: #F4F4F4;*/
/*    max-height: 200px;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #d6d6d6;*/
/*}*/

/*.r_item_image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.r_item {*/
/*    margin: 30px 0;*/
/*    display: block;*/
/*}*/

/*.object_link:hover, .object_link:hover .r_item_title {*/
/*    color: #011931 !important;*/
/*    text-decoration: none;*/
/*}*/
#search_filter select {
    border-radius: 0;
    border: 1px solid #d3d3d3;
    color: #777;
}
#search_filter input[type=number] {
    height: 1.6em;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    box-shadow: none;
    margin-bottom: 20px;
    text-align: center;
}
/*#search_form button {*/
/*    border-radius: 0;*/
/*    border: 1px solid #ccc !important;*/
/*    color: #777 !important;*/
/*    background: #fff !important;*/
/*    height: 40px !important;*/
/*}*/
/*#passport-commit_filter {*/
/*    border: 1px solid #012847 !important;*/
/*    color: #012847 !important;*/
/*}*/
/*#search_form button:hover {*/
/*    border: 1px solid #012847 !important;*/
/*    background:  #012847 !important;*/
/*    color: #fff !important;*/
/*}*/
#passport-export_excel {
    border: none;
    background: transparent !important;
    margin-top: 18px;
    margin-right: 10px;
    text-decoration: underline;
    color: #30b746;
    box-shadow: none;
    width: auto;
}
.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}
.lnr-download {
    font-size: 20px;
    margin-bottom: -2px;
    margin-right: 7px;
}
#passport-toggle_filter {
    color: #555;
    margin: 15px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}
#passport-toggle_filter::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 110%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px;
    border-color: #333 transparent transparent transparent;
}
#passport-toggle_filter.active::after {
    bottom: 3px;
    border-color: transparent transparent #333 transparent;
}
/*#total_amounts {*/
/*    margin-top: 20px;*/
/*}*/
#search_form label {
    font-weight: normal;
}
/* pagination */
.pno_pagination{
    padding: 0;
    list-style: none;
    clear: both;
    display: inline-block;
}

.pno_pagination li{
    float: left;
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    margin-right: 5px;
}

.pno_pagination li.active{
    background-color: #012847;
}

.pno_pagination li.active a{
    color: white;
}
.pno_pagination {
    margin: 20px 0;
}
.pno_pagination li a{
    display: block;
    color: #0f4181;
    text-decoration: none;
}

.filter_result{
    display: none;
}
.ui-slider-horizontal {
    height: 0.3em !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 8px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 8px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 8px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 8px !important;
}

.sdltext {
    padding-bottom: 1em;
}
.file-link {
    font-size: 13px;
    color: #0077cc;
    text-decoration: underline;
}
.file-link:hover {
    color: #0077cc;
    text-decoration: none;
}

#filter_items select option {
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link_donland {
    margin-bottom: 20px;
}