html {
	min-height: 100%;
	height: 100%;
}

h1 {
	margin-top: 27px;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

h2 {
	margin-top: 27px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 23px;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bolder;
}

body {
	font: 15px/17px Verdana, Tahoma, sans-serif;
	color: #464c52;
	min-height: 100%;
	height: 100%;
}

div.main-content {
	position: relative;
	min-height: 100%;
	padding-bottom: 60px;
}

a {
	color: #3f565e;
	text-decoration: underline;
}
a:hover {
	color: #3f565e;
	text-decoration: none;
}
input[type='text'] {
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #dcdcdc),
		color-stop(20%, #f7f7f7),
		color-stop(100%, #f7f7f7)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	height: 26px;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #464c52;
	border-radius: 6px;
	font-weight: normal;
}
textarea {
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #dcdcdc),
		color-stop(20%, #f7f7f7),
		color-stop(100%, #f7f7f7)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dcdcdc 0%, #f7f7f7 20%, #f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	height: 65px;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #464c52;
	border-radius: 6px;
	resize: none;
}
select {
	padding: 0 35px 0 5px;
	display: inline-block;
	height: 26px;
	border-radius: 6px;
	-webkit-appearance: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ffffff),
		color-stop(100%, #e6e6e6)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	line-height: 1em;
	color: #067b96;
	font-weight: 100;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
select.medium {
	width: 242px;
}
select.small {
	width: 147px;
	margin-left: 35px;
}
input[type='checkbox'] {
	display: none;
}
input[type='checkbox'] + label span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -3px 16px 0 0;
	vertical-align: middle;
	background: url(/images/check.png) left top no-repeat;
	cursor: pointer;
}
input[type='checkbox']:checked + label span {
	background: url(/images/arrow-b.png) left top no-repeat;
}
input[type='radio'] {
	display: none;
}
input[type='radio'] + label span {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url(/images/radio.png) left top no-repeat;
	cursor: pointer;
	float: left;
}
input[type='radio']:checked + label span {
	background: url(/images/radio-chek.png) left top no-repeat;
}
label {
	font-weight: 100;
}
h4 {
	color: #464c52;
	font-weight: bold;
	font-size: 15.5px;
	margin-bottom: 15px;
}
p {
	margin: 6px 0;
}
ul {
	padding-left: 0;
}
ul.def {
	padding-left: 25px;
}

div.jq-selectbox__select {
	border: 1px solid #1890a9;
}
div.jq-selectbox__select-text {
	color: #1890a9;
}
div.jq-selectbox__trigger {
	border: 0;
}
div.jq-selectbox__trigger-arrow {
	border: 0;
	background-image: url(/images/arrow-tb.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-position: 95%;
	width: 14px;
	height: 20px;
	opacity: 1;
	top: 4px;
}
.small-inp {
	width: 120px;
	padding-left: 10px;
}
.green-btn,
.black-btn {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 19px;
	border: 0;
	display: inline-block;
	margin-bottom: 3px;
}
.title-block {
	margin-bottom: 16px;
}
a.large-btn {
	background: url(/images/btn-green-large.png) no-repeat;
	background-size: 100% 100%;
}
.green-btn {
	background: url(/images/btn-green.png) no-repeat;
	background-size: 100% 100%;
}
.black-btn {
	background: url(/images/black-btn.png) no-repeat;
	background-size: 100% 100%;
}
.green-btn:hover,
.black-btn:hover {
	color: #fff;
}
.container {
	max-width: 1000px;
}
.row {
	margin: 0;
}
.header {
	background: #28b5cc;
}
.logo {
	padding: 10px 20px;
}
.logo a img {
	margin-right: 15px;
}
.lk {
	float: right;
	max-width: 54%;
	height: 65px;
	overflow: hidden;
	margin-top: 50px;
	text-align: right;
}
.lk .navbar-nav {
	margin-top: 10px;
	float: right;
}
.lk ul.navbar-nav a:hover {
	border-bottom: 3px solid #fff;
}

.lk a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.lk .menu {
	margin-top: 10px;
	overflow: hidden;
}

.lk .menu a {
	margin-left: 10px;
	font-size: 13px;
	text-decoration: underline;
	border-bottom: 0px;
	overflow: hidden;
}
.lk .menu a:hover {
	text-decoration: none;
}

.wrap-menu {
	z-index: 100000;
	background: #067b96;
	border-top: 3px solid #1696b4;
}
.navbar {
	max-width: 1000px;
	margin: 0 auto;
	min-height: 10px;
}
.navbar-nav > li {
	margin-right: 5px;
}
.navbar-nav > li:last-chilf {
	margin: 0;
}
.navbar-nav > li > a,
.navbar-nav > li > span {
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 0;
	font-size: 13px;
	color: #fff;
	padding: 3px 7px 1px 7px;
	border-bottom: 3px solid transparent;
	position: relative;
	top: 1px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
	background: none;
	border-bottom: 3px solid #35b5e5;
}
.navbar-toggle {
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #35b5e5;
}
.title-page {
	margin: 27px 0 23px 42px;
}
.title-page img {
	margin-right: 26px;
	float: left;
}
.title-page p {
	color: #133842;
	font-weight: bold;
	padding-top: 6px;
}
.content {
	margin-left: 19px;
}
.table {
	width: auto;
	margin-bottom: 23px;
}
.table tr {
	border-top: 1px solid #3fc4e2;
}
table.table tr td,
table.table tr th {
	border: 1px solid #3fc4e2;
	padding: 4px 4px 5px 6px;
	color: #464c52;
}
table.table tr.table-head td,
table.table tr.table-head th {
	padding: 4px 4px 5px 6px;
	background: #e7f7fa;
	color: #133842;
	font-weight: bold;
}
table.table tbody tr:nth-child(odd) {
	background-color: #fff;
}
table.table tbody tr:nth-child(even) {
	background-color: #f1f7f8;
}
table.table tbody tr:hover {
	background: #c7eaf7 !important;
}

table.table tbody tr.details {
	background-color: #fff;
}
table.table tbody tr.main.odd {
	background-color: #fff;
}
table.table tbody tr.main.even {
	background-color: #f1f7f8;
}

.pseudo-link {
	text-decoration: none;
	border-bottom: 1px dotted;
	display: inline-block;
	cursor: pointer;
}

.required th:after {
	content: '*';
	vertical-align: top;
	font-size: 90%;
	color: red;
}

table.table tfoot tr td {
	border: 0px;
}

table.paneled th,
table.paneled td {
	padding: 3px 6px;
}

table.paneled th {
	background-color: rgb(210, 210, 210);
}

table.paneled td {
	background-color: rgb(250, 250, 250);
}

.arrow-b {
	margin-right: 8px;
}
.close-btn {
	float: right;
	margin: 5px 15px 0 0;
}
.title-block h3 {
	font-size: 22px;
	color: #133842;
	font-weight: bold;
}
.input-text p {
	font-weight: bold;
	letter-spacing: 1px;
}
.input-text input[type='text'] {
	margin-left: 8px;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.block-r {
	margin-top: 54px;
}
.calendar {
	margin: 29px 0 25px -6px;
	width: 282px;
}
.input-text {
	margin-top: -8px;
}
.type-select {
	width: 310px;
}
.text {
	margin: 30px 0;
}
.bold {
	font-weight: bold;
	margin: 15px 0 30px;
	color: #424242;
}
.form {
	background: #f4f4f4;
	margin-top: 21px;
	padding-bottom: 50px;
}
.group-f {
	margin: 12px 0 25px;
}
.surp {
	margin-left: 40px;
}
.save-all {
	margin: 55px 0 70px;
	text-align: center;
}
.footer {
	position: absolute;
	bottom: 0px;
	margin-top: 50px;
	width: 100%;
	height: 50px;
	background: #3ec4e2;
}
.footer p {
	color: #fff;
	padding-top: 10px;
}

/* anketa */

.medium-table {
	width: 71%;
}
.textarea p {
	vertical-align: top;
}
.input-inline {
	margin-bottom: 10px;
}
.input-text-inline {
	display: inline-block;
	margin-right: 20px;
	width: 280px;
}
.input-text-inline input {
	width: 100%;
}
.input-text-inline .small {
	margin: 0;
}
.input-inline .green-btn {
	margin-right: 20px;
	margin-top: 10px;
}

/* documents */

.doc-tabs {
	background: #e7f7fa;
	border-radius: 10px;
}
.doc-tabs ul {
	padding: 10px 15px;
}
.doc-tabs ul li {
	display: inline-block;
	margin-right: 25px;
}
.doc-tabs ul li:last-child {
	margin-right: 0px;
}
.doc-tabs ul li a {
	font-size: 13px;
	position: relative;
	top: 9px;
	padding-left: 13px;
}
.doc-tabs ul li a:hover {
	text-decoration: underline;
}
.doc-tabs ul li a:before {
	content: '';
	display: block;
	width: 33px;
	height: 34px;
	float: left;
}
.order-ic:before {
	background: url(/images/order-ic.png) center center no-repeat;
}
.pko-ic:before {
	background: url(/images/pko-ic.png) center center no-repeat;
}
.inv-ic:before {
	background: url(/images/inv-ic.png) center center no-repeat;
}
.ank-ic:before {
	background: url(/images/ank-ic.png) center center no-repeat;
}
.voz-ic:before {
	background: url(/images/voz-ic.png) center center no-repeat;
}
.otch-ic:before {
	background: url(/images/ank-ic.png) center center no-repeat;
}
.item-agent-inline {
	vertical-align: top;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.item-agent-inline img {
	margin-right: 3px;
}

/* task */

.task-desc {
	margin: 60px 0 0 306px;
}
.task-desc-select {
	margin-bottom: 50px;
}
.input-text-left {
	float: left;
	margin-right: 105px;
}
.more-desc-text {
	width: 100px;
	margin-right: 40px;
	padding-top: 50px;
	text-align: right;
}
.big-text {
	width: 440px;
	height: 160px;
}
.green-btn-all {
	margin: 20px 0 0 140px;
}
.more-desc .green-btn {
	margin-right: 40px;
}

/* transactions */

.select-date {
	margin: 20px 0;
}
.select-date span {
	padding: 0 14px 0 9px;
}
.select-date .green-btn {
	margin: 0 0 0 25px;
	font-weight: 100;
}
.show {
	margin-bottom: 20px;
}
.show img {
	margin: 0 25px 0 10px;
}
.show-chek-all {
	margin-top: -15px;
}
.show-chek {
	display: inline-block;
	margin-right: 15px;
}
.show-chek label {
	color: #067b96;
}
.show-chek input[type='checkbox'] + label span {
	margin: -3px 8px 0 0;
}

table.table tr.table-border-none {
	border: 1px solid #3fc4e2;
}
table.table tr.table-border-none td {
	border-left: 0;
	border-right: 0;
}
table.table tr td.td-red {
	color: #ff0000;
}
table.table tr td.td-green {
	color: green;
}

table.table tr.table-border-none-td .td-first {
	border-right: 0;
}
table.table tr.table-border-none-td .td {
	border-right: 0;
	border-left: 0;
	padding: 4px;
}
table.table tr.table-border-none-td .td-last {
	border-left: 0;
	padding: 4px;
}
.bold-text {
	font-weight: bold;
}

/* sales */

.desc-select span {
	display: inline-block;
	width: 150px;
}
.desc-select select,
.desc-select input {
	width: 276px;
}
.sked {
	margin-left: 30px;
}

/* settings */

.margin-text span {
	padding-left: 35px;
}
.chec-select label {
	width: 255px;
}
.chec-select input[type='text'] {
	width: 50px;
}
.chec-select label:last-child {
	width: auto;
}

/* information */

.title-block-page {
	background: #d2f0f5;
	padding: 5px;
	margin-bottom: 12px;
}
.title-block-page img {
	margin-right: 3px;
}
.title-block-page span {
	font-size: 15.85px;
	text-transform: uppercase;
	color: #707070;
	position: relative;
	top: 3px;
}
.summa {
	display: inline-block;
	width: 54%;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}
.summa span {
	padding-left: 30px;
}
.summa2 {
	display: inline-block;
	width: 45%;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}
.summa2 span {
	padding-left: 54px;
}
.pay {
	overflow: hidden;
}

#payment_form {
	margin-bottom: 10px;
}

.pay-item {
	background: #3ec4e2;
	border-radius: 10px;
	padding: 15px 15px 10px;
	margin-bottom: 15px;
}
.pay-item label {
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
}
.pay-item-second {
	width: 50%;
	float: left;
	padding: 20px 20px 15px;
}
.pay-item input[type='radio'] + label span {
	margin: 0px 16px 0 0;
}

.pay_desc {
	overflow: hidden;
	margin-bottom: 15px;
}

.pay-item-second input[type='radio'] + label span {
	margin: 0 16px 0 0;
}
.text-summa {
	font-size: 18px;
	font-weight: bold;
}
.text-summa .green-btn {
}
.instr-qiwi {
	margin-bottom: 0px;
}
.instr-qiwi li {
	font-size: 14px;
	list-style: none;
	line-height: 24px;
}
.instr-qiwi li span {
	width: 30px;
	display: inline-block;
}

/* map */

.col-left {
	width: 282px;
	float: left;
}
.col-left .calendar {
	text-align: center;
}

.datepicker *,
.ui-datepicker * {
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
#datepicker,
.datepicker {
	display: inline-block;
}

.col-right {
	width: 100%;
	padding-left: 302px;
}
.search input[type='text'] {
	margin: 0 2px 0 20px;
	width: 312px;
}

.agent {
	position: relative;
	z-index: 111;
	margin-top: 10px;
}
.agent-head {
	background: #067b96;
	color: #fff;
	padding: 7px 10px 9px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 15.5px;
	box-shadow: 0 0 8px 2px #cacaca;
}
.agent-content {
	padding: 10px;
	background: #28b4cc;
	margin-top: -5px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #cacaca;
}
.check-inline {
	display: inline-block;
	width: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.check-inline label span {
	margin-right: 0px !important;
}
.check-inline .agent-color {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-top: 2px;
}

.check-name {
	position: relative;
	top: -23px;
	margin-left: 80px;
	width: 200px;
	color: #fff;
}
.it {
	padding-right: 20px;
}

/* route */

.tab-buttons {
	height: 52px;
	background: url(/images/tabs-bg.png) repeat-x;
	margin-top: 10px;
}
.tab-buttons ul li {
	font-weight: bold;
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 17px;
}
.tab-buttons ul li a {
	text-decoration: none;
	color: #fff;
	background: #1696b4;
	display: block;
	padding: 9px 18px;
	font-size: 14px;
	border-radius: 5px 5px 0 0;
}
.tab-buttons ul li.tab-btn-active-bg a {
	background: #fff;
	color: #666666;
}
.tabs-content {
	margin-top: 15px;
}
.tab-content {
	display: none;
}
.tab-content.visible {
	display: block;
}
.tab-content .calendar {
	margin: 0;
}

.tab-content .datepicker .individual:not(.ui-datepicker-current-day) a:not(:hover) {
	background: lightgreen !important;
}

.tab-content .datepicker .template:not(.ui-datepicker-current-day) a:not(:hover) {
	background: lightblue !important;
}
.action_full .calendar {
	width: auto;
	margin-left: 0px;
}
.action_full .action-edit .input-text input {
	margin-left: 0px;
	width: 90%;
}
.action_full .title-block {
	width: 260px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

.search-bg {
	background: url(/images/tabs-bg.png) repeat-x;
	padding-top: 15px;
	margin-top: 15px;
}
.search-bottom {
	background: #fff;
	padding: 30px 0 20px;
}
.days {
	padding: 0;
	overflow: hidden;
	list-style: none;
	line-height: 24px;
}

.days li.day {
	float: left;
	width: 30%;
	margin-right: 3%;
}

#customer_tree {
	padding-right: 10px;
	display: none;
}
#customer_tree ul {
	overflow-y: auto;
	max-height: 300px;
}
ul.outlets {
	border: 1px solid #3fc4e2;
	margin-top: 5px;
	overflow-y: auto;
	height: 160px;
}
ul.outlets li {
	padding: 2px 5px;
}
.need_agent ul.outlets li {
	padding: 4px 5px;
}
ul.outlets li:nth-child(even) {
	background-color: #f1f7f8;
}
ul.outlets li:hover {
	background: #c7eaf7 !important;
}

ul.outlets label {
	display: inline;
}
ul.outlets.dragged {
	background-color: white;
	height: auto;
	overflow: hidden;
}
ul.outlets.rejecting,
ul.outlets.rejecting li {
	background-color: rgba(255, 200, 200, 0.6) !important;
}
ul.outlets.accepting,
ul.outlets.accepting li {
	background-color: rgba(200, 255, 200, 0.6) !important;
}
.days li.day label {
	display: inline;
}
.days li.day span.pseudo-link {
	display: inline;
}
.days li.day:nth-child(n + 4) {
	margin-top: 10px;
}
.days li.day:nth-child(3n + 1) {
	clear: left;
}
.template-actions {
	margin-top: 5px;
}
.template-actions a {
	padding: 2px 6px;
	font-size: 12px;
}
.template-actions select {
	font-size: 12px;
}

.route-agents {
	overflow: hidden;
}
.need_agent {
	float: left;
	width: 50%;
}

label.chk span {
	margin-right: 0px !important;
}

@media (max-width: 992px) {
	.col-xs-6 .input-text input[type='text'] {
		width: 55%;
	}
	.block-r {
		margin-top: 48px;
	}
	.form {
		margin-top: 10px;
	}
	select.small {
		width: 125px;
		margin-left: 20px;
	}
	.green-btn,
	.black-btn {
		padding: 6px 10px;
	}
	.save-all {
		margin: 25px 0 10px;
	}
	.input-text-inline {
		width: 31%;
	}
	.input-text-inline:last-child {
		margin-right: 0;
	}
	.input-text-inline input[type='text'] {
		width: 90%;
	}
	.doc-tabs ul li {
		margin-right: 6px;
	}
	.doc-tabs ul li:last-child {
		margin-right: 0;
	}
	table.table tr td {
		vertical-align: middle;
	}
	.medium-table {
		width: 100%;
	}
	.pay-item-second {
		width: 100%;
	}
	.col-left {
		float: none;
		margin: 0 auto;
	}
	.col-right {
		padding: 0;
		text-align: center;
	}

	.calendar {
		margin-top: 0;
	}
	.fl-left {
		float: none;
	}
	.task-desc {
		margin: 0;
	}
	.task-desc-select {
		margin-bottom: 0;
	}
	.input-text-left {
		margin-top: -5px;
	}
	.more-desc-text {
		width: auto;
		padding-top: 15px;
		margin: 0 0 10px;
		text-align: left;
	}
	.big-text {
		width: 100%;
	}
	.green-btn-all {
		margin: 20px 0 0 0;
	}
	.group-f .small {
		width: 118px;
	}
	.surp {
		margin-left: 26px;
	}
	.text-summa {
		margin: 0;
		text-align: left;
	}
}
@media (max-width: 768px) {
	input[type='text'] {
		margin: 10px 0;
	}
	.block-r {
		margin-top: 66px;
	}
	select.small {
		margin-left: 0;
	}
	.surp {
		margin-left: 0;
	}

	.input-text-n {
		border: 1px solid #3fc4e2;
	}

	.input-text-inline {
		margin-right: 0;
		width: 49%;
	}
	.doc-tabs ul li {
		margin-bottom: 10px;
	}
	.sked {
		margin-left: 10px;
	}
	.more-desc-text {
		width: 190px;
	}
}
@media (max-width: 640px) {
	table.table tr.table-head td,
	table.table tr td {
		padding: 2px;
		font-size: 13px;
	}
	.left-col-calendar {
		float: none;
	}
	.block-r {
		margin-top: -10px;
	}
	.col-xs-6 .input-text input[type='text'] {
		width: 60%;
	}
	.block-r {
		text-align: left;
		float: none;
	}
	.col-xs-6 {
		width: 100%;
	}
	.fl-right {
		float: none;
	}
	.surp {
		margin-left: 5px;
	}
	.textarea textarea {
		width: 100%;
	}
	.item-agent-inline {
		z-index: 10;
		margin-right: 5px;
	}
	.item-agent-inline:last-child {
		margin-right: 0;
	}
	.item-agent-inline img {
		margin-right: 3px;
	}
	input[type='checkbox'] + label span {
		margin: -3px 7px 0 0;
	}
	.item-agent-inline input[type='text'] {
		font-size: 13px;
		width: 100px;
	}
	.summa {
		width: 40%;
	}
	.summa2 {
		width: 50%;
	}
	.summa2 span {
		padding-left: 167px;
	}
	.search input[type='text'] {
		width: 300px;
	}
	span.sked {
		width: 100%;
		text-align: right;
		font-size: 13px;
	}
	.input-text-left {
		float: none;
	}
	.input-text p span {
		width: 90px;
		display: inline-block;
	}
	.input-text input[type='text'] {
		margin-left: 0;
	}
	.select-date span {
		padding: 0 6px 0 2px;
	}
	.select-date .green-btn {
		margin: 0;
	}
	.select-date input[type='text'] {
		font-size: 13px;
		width: 115px;
	}
	.logo {
		text-align: center;
		width: 100%;
	}
	.lk {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

div.image {
	position: relative;
	display: inline-block;
	margin: 2px;
	padding: 12px 12px 0 0;
}

div.image a.remove {
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	border-radius: 50%;
	border: solid 1px black;
	display: block;
	width: 15px;
	height: 15px;
	font-size: 9px;
	text-align: center;
	color: white;
	background-color: red;
	font-weight: bold;
}

.ui-menu-item.group {
	/* border: dotted 1px black; */
}

.ui-menu-item.group .children {
	border: dotted 1px black;
	background-color: #eeeeee;
	color: initial;
}

.ui-menu-item.group .children > li > a {
	color: initial;
}

li.ui-menu-item.group {
	padding-right: 3px;
}

li.ui-menu-item.group > a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

li.ui-menu-item.group > a:after {
	content: '▶';
	text-decoration: none;
}
