

/* Start:/local/templates/hoztorg/components/bitrix/system.pagenavigation/visual/style.css?16478909083375*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li span{
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #000;
	font-size: 14px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 50%;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #000;
	vertical-align: middle;
	border: 1px solid rgba(34, 34, 34, .1);
	background: #fff;
}

.bx-pagination .bx-pagination-container ul .bx-pag-next a,
.bx-pagination .bx-pagination-container ul .bx-pag-prev a {
	border-color: transparent;
}

.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: linear-gradient(270deg, #1A6FAE 0%, #1BA2D8 100%);
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}


.bx-pagination .icon {
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 991px) {

	.bx-pagination .bx-pagination-container ul li a,
	.bx-pagination .bx-pagination-container ul li span {
		height: 32px;
		width: 32px;
		min-width: 32px;
		line-height: 32px;
		font-size: 14px;
	}
}


/* End */


/* Start:/local/templates/hoztorg/components/bitrix/news.list/service_test2/style.css?166668182611543*/
.service-system .row {
    margin-left: -5px;
    margin-right: -5px;
}

/* .service-system .row > div {
  padding-left: 5px;
  padding-right: 5px; } */

.service-system form {
    display: block;
    -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 10px;
  background-color: transparent;
}

.service-system .form-group label {
    font-weight: bold;
}

.service-system .btn-submit {
    width: 100%;
    padding: 5px;
}

.service-system .btn-submit .icon {
    font-size: 1.6rem;
}
.service-system__footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  background-color: #fff;
}

.service-items-table {
    width: 100%;
}

.service-items-table td:not(.separator),
.service-items-table th {
    padding: 4px;
    border: 1px solid #ABB9C7;
    font-size: 14px;
}

.service-items-table th {
    background: #e5e5e5;
}

.service-items-table .separator {
    padding: 8px 0;
}

.service-items-table .btn-print {
    padding: 4px;
    display: block;
    width: 100%;
}

.service-items-table .btn-print:not(:last-child) {
    margin-bottom: 8px;
}

.calendars {
    position: relative;
    padding: 0 8px;
}

.calendars .icon-calendar {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 1rem;
}

.form-group--calendars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
}

.checkbox-switch input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.checkbox-switch label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

.checkbox-switch label.active {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1B98D0), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1B98D0 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;
}

.history-wr {
    position: relative;
}

.history-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 100%;
    top: -8px;
    background: #FFF;
    padding: 8px 12px;
    -webkit-box-shadow: 0 10px 35px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 35px -3px rgba(0, 0, 0, 0.35);
    -webkit-transform: translateY(-15px) translateX(-8px);
    -ms-transform: translateY(-15px) translateX(-8px);
    transform: translateY(-15px) translateX(-8px);
    -webkit-transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    -o-transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    transition: all 0.15s cubic-bezier(0.3, 0.53, 0.38, 0.73);
    min-width: 200px;
}

.history-tooltip table {
    width: 100%;
}

.history-tooltip table td {
    white-space: nowrap;
}

.history-wr:hover .history-tooltip {
    -webkit-transform: translateY(0px) translateX(-8px);
    -ms-transform: translateY(0px) translateX(-8px);
    transform: translateY(0px) translateX(-8px);
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

.btn-ticket {
    position: relative;
}

.btn-ticket span {
    position: absolute;
    font-size: 10px;
    width: 17px;
    height: 17px;
    background: #F04D30;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 18px;
    top: -4px;
    right: -4px;
    text-align: center;
}

.checkbox--has-ticket label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    padding: 10px !important;
    font-size: 14px;
}

.checkbox--has-ticket label:before {
    display: none;
}

.checkbox--has-ticket input[type="checkbox"]:checked + label {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1B98D0), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1B98D0 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;
}

.radio--status label {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #cccccc !important;
    padding: 10px !important;
    font-size: 14px;
    height: auto !important;
    line-height: inherit !important;
}

.radio--status label:before, .radio--status label:after {
    display: none;
}

.radio--status input[type="radio"]:checked + label {
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#1B98D0), to(#1BA2D8));
    background: -webkit-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: -o-linear-gradient(right, #1B98D0 0%, #1BA2D8 100%);
    background: linear-gradient(270deg, #1B98D0 0%, #1BA2D8 100%);
    color: #fff;
    padding: 11px 10px;
    fill: white;
}

.form-group--q {
    position: relative;
}

.form-group--q .form-control {
    padding-right: 30px;
}

.btn-reset {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.btn-reset.show {
    opacity: 1;
    visibility: visible;
}

.btn-reset .icon {
    font-size: 1.2rem;
}

.btn.btn-gray {
    background: rgba(224, 230, 237, 0.5);
}


/*---custom---*/
.sthead tr {
    background: #A3CEE9;
}

.sthead tr th {
    color: rgb(26, 23, 23);
    font-weight: 700;
    text-align: center;
}

.stbody {
    background: #D3E7F4;
}

.service-items-table--v2 .stbody {
    background-color: transparent;
}

.service-items-table--v2 .stbody tr:hover {
    opacity: .5;
    cursor: pointer;
}

.service-items-table--v2 .stbody tr:nth-of-type(odd) {
    background-color: #eee;
}

.service-items-table--v2 .stbody tr td:first-child {
    width: 68%;
}

.service-items-table--v2 .stbody tr td {
    width: 16%;
    overflow-wrap: anywhere;
}

.service-items-table--v2 .truncate-text {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-items-table--v2 td:not(.separator) {
    border: none !important;
    padding: 10px;
}

.service-items-table__name {
    font-size: 14px;
    font-weight: bold;
}

.separator {
    background: white;
}

.radio label i {
    content: "\f013";
    font-family: FontAwesome;
    color: #aaaaaa;
    margin-right: 10px;
}

.snew:hover {
    color: black;
}

/* .st0{
  fill:#333333;
} */

.service-items-table.loader {
    position: relative;
}

.service-items-table.loader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url("/local/templates/hoztorg/components/bitrix/news.list/service_test2/img/loader.gif");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}

/**/
.remodal.remodal-chat {
    padding: 0;
    border-radius: 15px;
    max-width: 435px;
    overflow: hidden;
}

.remodal.remodal-chat .remodal-close {
    left: auto;
    right: 4px;
    top: 7px;
    color: #fff;
}

.remodal.remodal-chat .remodal-close:before {
    font-size: 30px;
}

.remodal-chat__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 0 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    background: #17a3ea;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.remodal-chat__title {
    margin: 0 10px 0 0;
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.11px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.remodal-chat__body {
    background-color: #f4fcfe;
    background-image: url("/local/templates/hoztorg/components/bitrix/news.list/service_test2/img/modal-chat-bg.svg");
    background-size: 250px auto;
    display: flex;
    flex-direction: column-reverse;
}

.remodal-chat__body .ticket-list {
    height: 409px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

/* width */
.remodal-chat__body .ticket-list::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.remodal-chat__body .ticket-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.remodal-chat__body .ticket-list::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.remodal-chat__body .ticket-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.remodal-chat__body .ticket-list .ticket-item {
    width: 100%;
}

.remodal-chat__body .ticket-list .ticket-item.tp-item .ticket-item__wr {
    box-sizing: border-box;
    width: 75%;
    margin-left: 0;
    background-color: transparent;
}

.remodal-chat__body .ticket-list .ticket-item .ticket-item__wr {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    background-color: transparent;
}

.remodal-chat__body .ticket-list .ticket-item .ticket-item__body {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px;
    overflow: hidden;
    text-align: left;
    max-width: calc(100% + 30px);
    margin-left: -30px;
}

.remodal-chat__body .ticket-form {
    padding: 0;
    margin: 0;
}

.remodal-chat__body .ticket-form textarea {
    height: 100px;
}

.remodal-chat__body .ticket-item__wr .ava {
    width: 20px;
}

.remodal-chat__body .ticket-item__comment {
    padding-left: 30px;
}

.remodal-chat__body .ticket-item__head {
    display: block;
    text-align: left;
}

.remodal-chat__body .ticket-item__head .user {
    font-size: 14px;
}

.remodal-chat__body .ticket-item.tp-item .ticket-item__body {
    font-size: 14px;
    line-height: 1.4;
    margin-left: -30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 10px;
    overflow: hidden;
    text-align: left;
    max-width: 100%;
    overflow-wrap: break-word;
}

.remodal-chat__body .file-selectdialog {
    padding: 13px 0 0;
}

.remodal-chat__body .file-selectdialog .file-extended {
    margin-left: 0;
}

.remodal-chat__body .file-selectdialog .file-extended .file-selector {
    padding: 15px 15px 15px 54px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.remodal-chat__body .file-selectdialog .file-extended .file-load-img {
    background-size: 100%;
    left: 10px;
    top: 16px;
    width: 35px;
    height: 35px;
}

.remodal-chat__body .file-selectdialog .file-extended .file-selector:hover {
    padding: 15px 15px 15px 54px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    border: none;
}

.remodal-chat__body .file-selectdialog .file-extended .file-selector:hover .file-load-img {
    background-size: 100%;
    background-position: 0 -35px;
    left: 10px;
    top: 16px;
    width: 35px;
    height: 35px;
}


/* End */
/* /local/templates/hoztorg/components/bitrix/system.pagenavigation/visual/style.css?16478909083375 */
/* /local/templates/hoztorg/components/bitrix/news.list/service_test2/style.css?166668182611543 */
