@import "form.css";
@import "submenu.css";
@import "print.css";

.account-info + .add-button-wrapper {
	margin-top: -48px;
}
.account-info__payform {
	display: inline;
}
.settings-form {
	margin-bottom: 78px;
}
.settings-form + .settings-form {
	margin-top: calc( 14px - 78px );
}
.settings-form__cell .text-input {
	width: calc( 100% - 32px );
}

.modal {
	z-index: 100;
}

.data-table tbody {
	opacity: 1;
	transition: 0.1s;
}
.data-table tbody.loading {
	text-shadow: 0 0 7px #000;
	color: #bbb;
	opacity: 0.5;
}
.data-table tbody tr + tr td {
	border-width: 1px 1px 0;
}

.data-table-wrapper {
	overflow: hidden;
}

.modal-toolbar .data-toolbar__item {
	margin-right: 0;
}
.modal-toolbar .data-toolbar__item + .data-toolbar__item {
	margin-left: 28px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    box-shadow: 0 3px rgba(0,0,0,0.07) inset;
	height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 24px 0 12px;
	line-height: 44px;
	color: #000;
	font-family: sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc( 50% - 13px );
	right: 6px;
}

select.text-input {
	padding: 0 8px;
}

.status-icon {
	opacity: 0.36;
	background: transparent center center no-repeat;
	padding-left: 40px;
	padding-top: 2px;
}
.status-icon_1 {
	background-image: url(../img/status-icon_1.png);
}
.status-icon_2 {
	background-image: url(../img/status-icon_2.png);
}
.status-icon_3 {
	background-image: url(../img/status-icon_3.png);
}

@media screen and (max-width: 700px) {
	.status-icon {
		background-position: left center;
	}
	.status-icon_1,
	.status-icon_2 {
		padding-left: 30px;
	}
}

button {
	outline: none;
}

.account-info__links {
	margin-top: 30px;
}
.account-info__links:after {
	content: '';
	display: block;
	clear: both;
}
.account-info__link {
	display: table;
	max-width: 200px;
	color: #2B2B2B;
	float: left;
	font-size: 12px;
}
.account-info__link + .account-info__link {
	margin-left: 4em;
}
.account-info__link > span {
	display: table-cell;
	vertical-align: middle;
}

.icon_pdf {
	padding-left: calc( 37px + 1em );
	background: transparent url(../img/icon_pdf.png) left center no-repeat;
	height: 42px;
	min-height: 42px;
}
.icon_print {
	padding-left: calc( 21px + 0.5em );
	line-height: 20px;
	background: transparent url(../img/icon_print.png) left center no-repeat;
}
.date-group__link  {
	color: #515151;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.account-info .paybtn {
	float: right;
}

@media screen and (min-width: 700px) {
.data-table_currpay td {
	background: #fff;
}
}
@media screen and (max-width: 700px) {
.account-info__link {
	clear: left;
	margin-top: 24px;
}
.account-info__link + .account-info__link {
	margin-left: 0;
}
.account-info__links {
	margin-top: 0;
}
.account-info .paybtn {
	margin-top: 24px;
}
}

.date-group__item .select2-container {
	width: auto !important;
	min-width: 180px;
}

.notif-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
}
.notif-table thead {
	background: rgba(255,255,255,0.5);
	font-weight: bold;
}
.notif-table th {
	font-weight: bold;
	text-align: left;
}
.notif-table tr + tr td {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.notif-table th,
.notif-table td {
	padding: 0.5em 0.7em
}

.menu_empty {
	height: 40px;
}

body {
	height: auto;
}


.details {
}
.details:after {
	content: '';
	display: block;
	clear: left;
}
.details__label {
	float: left;
}
.details__label:after {
	content: ':';
}
.details__text {
	float: left;
	margin-left: 0.5em;
}
.details .details .details__label {
}


.lk-footer {
  margin-top: 0;
}

.lk-links {
  margin-top: auto;
  position: relative;
  min-height: 100%;
}

.lk-links ul.quick-links {
  /*position: absolute;*/
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.form__row-radio-group {
	display: flex;
	-webkit-box-flex: flex;
	align-content: start;
}

.form__row-radio-group div {
	display: flex;
	-webkit-box-flex: flex;
	align-items: center;
}
.form__row-radio-group div input {
	width: 17px;
	height: 17px;
	line-height: 100%;
}
.form__row-radio-group div label {
	padding-left: 20px;
}

.datepicker--cell:not(.-other-month-) {
  background-color: #99ff99 !important;
}
.datepicker--cell.-disabled-:not(.-other-month-) {
  background-color: #ff9999 !important;
  color: #303030 !important;
}
