table.support-ticket-list th, table.support-ticket-list td {
    border: 1px solid #ADC3D5;
    padding: 3px 5px;
    vertical-align: top;
}
table.support-ticket-list th {
    background-image: url(/local/templates/citrus_tszh_adaptive_green/components/bitrix/news/request/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}

.flex_block{
	display:flex;
	margin-bottom: 20px;
}
.flex_block .filter_item{
	width: 36%;
	flex-wrap: wrap;
	margin-right:10px;
}

.flex_block .filter_btn{
	width: 20%;
	flex-wrap: wrap;
	margin-right:10px;
}
.filter__input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    color: #3f424d;
    font-size: 16px;
	border: 1px solid rgba(68,68,68,.2) !important;
    width: 99% !important;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 0px;
}
.flex_block .filter_btn{
	width: 20%;
	flex-wrap: wrap;
	margin-right:10px;
}
.feedback__button {
    height: 46px;
    background-color: #ffbb42;
    font-size: 16px;
    color: #2b5f93;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 60px;
    padding-right: 60px;
}
.feedback__button {
    background-color: #229dfc !important;
    color: #ffffff !important;
    border: 1px solid #229dfc !important;
}
/* meters */
.meters {
    font-size: 15px;
    margin: 30px 0;
}
.table1 {
    display: table;
    border: 1px solid #2b5f93;
    border-radius: 6px;
    border-spacing: 0;
    width: 100%;
}
.table1 .table1__row, .table1 tbody > tr {
    display: table-row;
}
.bold {
    font-weight: bolder;
}
.table1 .table1__row, .table1 tbody > tr {
    display: table-row;
}

.meters__table .table1__row .table1__cell {
    padding: 10px 5px;
}
.table1 .table1__cell, .table1 td {
    display: table-cell;
    height: 100%;
    border-bottom: 1px solid #2b5f93;
    text-align: center;
    vertical-align: middle;
}
.meters__name {
    width: 30%;
}
.table1 .table1__cell:nth-child(n+2), .table1 td:nth-child(n+2) {
    border-left: 1px solid #2b5f93;
}
.meters__table .table1 {
    height: 100%;
    border: none;
}
.table1 .table1__row:last-child .table1__cell, .table1 .table1__row:last-child td, .table1 tbody > tr:last-child .table1__cell, .table1 tbody > tr:last-child td {
    border-bottom: none;
}
.meters__table .table1 .table1__cell {
    width: 50%;
}
.padding-default {
    padding: 10px 5px;
}
/* request form */
#feedbackForm {
    top: -55px;
    position: relative;
    padding-top: 55px;
}
.request__form {
    width: 100%;
    min-width: 330px;
    text-align: center;
}
.feedback-error div, .feedback-success {
    padding-bottom: 5px;
}

.feedback-success {
    color: green;
}
.feedback-error, .feedback-success {
    font-weight: bold;
    padding-top: 20px;
    text-align: left;
}
select.feedback__input, select.filter__input {
    background: url(/local/templates/citrus_tszh_adaptive_green/images/droplist_arrow.png) no-repeat;
    background-position: right 20px center;
}

.feedback__input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    color: #2b5f93;
    font-size: 16px;
    margin-top: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 0px;
}
.feedback__input, .feedback__textarea {
    background-color: #ffffff;
    color: #3f424d !important;
    border: 1px solid rgba(68, 68, 68, .2) !important;
}
.feedback__textarea {
    width: 100%;
    height: 125px;
    background-color: #ffffff;
    color: #2b5f93;
    font-size: 16px;
    margin-top: 15px;
    padding-top: 23px;
    resize: none;
    outline: none;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 0px;
}
.feedback__checkbutton {
    overflow: hidden;
    margin-top: 15px;
}
.div-flex {
    margin: 15px;
    display: flex
}