div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.filter-data {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.filter-data label {
    margin-right: 5px;
    margin-bottom: 0;
}

.filter-data .ti-calendar.dateotg {
    margin-right: 10px;
    font-size: 24px;
}

.filter-data input[name='daterange'] {
    padding: 7px 10px;
    border: 2px solid #8cb500;
    margin-right: 10px;
}

.filter-data .btn-reset {
    color: #fff;
    background-color: #8cb500;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-data .btn-reset:hover {
    color: #fff;
    background-color: #44ab76;
}

.widget-view-more {
    width: 20%;
    background-color: #8cb500;
    margin-top: 15px;
    border-radius: 5px !important;
    clear: both;
    display: block;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: inset 0 120px 100px -100px rgb(255 255 255 / 20%);
}

.widget-view-more:hover {
    color: #fff !important;
    background-color: #44ab76;
}

#redaktor-graf .title-border h2 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}

.widget.tov-title .title-border h3 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}

#zagruzka-tsen {
    position: relative;
    margin-bottom: 15px;
}

#zagruzka-tsen .dateotg {
    position: absolute;
    top: 6px;
    left: 195px;
    font-size: 20px;
}

#zagruzka-tsen .filterCalendar, #zagruzka-tsen input[name='cenavalue'] {
    padding: 4px 12px;
    margin-right: 15px;
}

.widget-view-more.widget-view-more-prod {
    width: 49%;
    margin: 15px auto 0;
}

@media only screen and (max-width: 425px) {
    .widget-view-more.widget-view-more-prod {width: 100%;}
}