html, body {
	height: 100%;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
	color: #232323;
	background: #fff;
}

.opacity-0 {
	opacity: 0;
}
.opacity-50 {
	opacity: .5;
}
.display-none {
	display: none;
}
.cursor-pointer {
	cursor: pointer;
}

a {
	color: #0056b3;
	text-decoration: underline;
}
a:hover {
	color: #007bff;
	text-decoration: underline;
}
.dotted,
a.dotted {
	text-decoration: none;
	border-bottom: 1px dotted;
}

h1, h2 {
	font-size: 1.5rem;
}
h3, h4 {
	font-size: 1.25rem;
}
h5, h6 {
	font-size: 15px;
	font-weight: bold;
}
b, strong {
  font-weight: bold;
}
.text-muted {
  color: #aaa!important;
}
a.text-muted:hover, a.text-muted:focus {
	color: #888!important;
}
.text-viber {
  color: #665cac!important;
}
.text-tg {
	color: #039be5!important;
}
.font-light {
	font-weight: 300;
}
.small, small {
	font-size: 13px;
	font-weight: inherit;
}
.large {
	font-size: 18px;
}
.table-icons.small {
	font-size: 21px;
}
.bold {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.pre-line {
	white-space: pre-line;
}
.break-all {
	word-break: break-all;
}
.break-word {
	word-break: break-word;
}
.width-auto {
	width: auto;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block;
}
.width-all {
	width: 100%;
}
.max-width-all {
	max-width: 100%;
}
.max-width-1400 {
	max-width: 1400px;
}
.max-width-1200 {
	max-width: 1200px;
}
.max-width-800 {
	max-width: 800px;
}
.max-width-600 {
	max-width: 600px;
}
.max-width-400 {
	max-width: 400px;
}
.max-width-200 {
	max-width: 200px;
}
.max-width-120 {
	max-width: 120px;
}
.max-width-90 {
	max-width: 90px;
}
.max-width-60 {
	max-width: 60px;
}
.max-width-40 {
	max-width: 40px;
}
.content-body ul {
	padding-left: 16px;
}
.form-control-h {
	display: none!important;
}
.bg-muted {
	background: #f2f2f2;
}
.badge-light {
	color: #646464;
	background-color: #f8f9fa;
	border: 1px	solid #d9d9d9;
}
ul.list,
ol.list,
.inside-list ul,
.inside-list ol,
.alert ul,
.alert ol {
	padding-left: 16px;
}
ul.list li,
ol.list li,
.inside-list ul li,
.inside-list ol li,
.alert ul li,
.alert ol li {
	margin: 5px 0;
}
.inside-list h4 + ul {
	margin-top: 20px;
}

ul.list li p,
ol.list li p {
margin-bottom: 0.6rem;
}

h5.chosenphotostext
{
margin-top: 2rem!important;
}

ul.list.list-lg li,
ol.list.list-lg li {
margin: 15px 0;
}

@media (max-width: 768px) {
	h1, h2 {
		font-size: 1.25rem;
	}
	h3, h4 {
		font-size: 1.1rem;
	}
}

.bg-warning-light {
	background: #fff3e0;
}
.bg-success-light {
	background: #e8f5e9;
}
.bg-info-light {
	background: #e9f8ff;
}
.bg-danger-light {
	background: #fff4f3;
}

.alert-grey {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
}

.copy-to-clipboard-self {
	cursor: pointer;
}

.display_tooltip {
	background: #3a5563;
	border-radius: 5px;
	padding: 11px 18px 12px;
	position: fixed;
	width: auto;
	z-index: 99999;
	max-width: 230px;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

/* TABLES */

.table thead td, 
.table thead th {
	font-weight: 300;
	font-size: 13px;
	color: #aaa;
	padding-top: .5rem;
	padding-bottom: .5rem;
	line-height: 1.1;
	vertical-align: top;
}

.table thead th.with-sort {
	position: relative;
	padding-right: 42px;
}
.table thead th.with-sort.active {
	color: #232323;
}
.table thead th.with-sort .link-arrow {
	position: absolute;
	top: 2px;
	right: 16px;
	color: #888;
}
.table thead th.with-sort .link-arrow:hover,
.table thead th.with-sort .link-arrow.active {
	color: #232323;
}
.table thead th.with-sort .link-arrow + .link-arrow {
	right: 0;
}
.table tbody th,
.table tbody td {
	padding: .5rem .75rem;
}
.table tbody th.td-condensed,
.table tbody td.td-condensed {
	padding: .5rem .25rem;
}
.table tr.off th,
.table tr.off td {
	color: #aaa;
}
.table.table-condensed tbody th,
.table.table-condensed tbody td {
	padding: .2rem .3rem;
}

.table.table-align-middle td, 
.table.table-align-middle th {
	vertical-align: middle;
}
.table.table-align-top td,
.table.table-align-top th {
	vertical-align: top;
}

.table .col-num {
	width: 2%;
}
.table.width-auto .col-num,
.table.width-auto .table-actions {
	width: auto;
}

.table .table-actions {
	padding-top: .35rem;
	padding-bottom: .1rem;
	vertical-align: middle;
	white-space: nowrap;
	width: 4%;
}
.table .table-actions,
.table .table-actions a {
	color: #888;
}
.table .table-actions a:hover {
	color: #0056b3;
}
.table .table-actions a.link-delete:hover {
	color: #dc3545;
}
.table .table-actions a.link-refresh:hover,
.table .table-actions a.link-save:hover {
	color: #4caf50;
}
.table .col-200 {
	width: 200px;
}
.table .col-250 {
	width: 250px;
}
.table .col-300 {
	width: 300px;
}
.table .col-400 {
	width: 400px;
}
.table tr.no-hover:hover {
	background: transparent!important;
}

.table-selecting-users .col-username {
	position: relative;
	padding-right: 30px;
}
.table-selecting-users .col-username .link-change_name {
	position: absolute;
	top: 7px;
	right: 6px;
	color: #888;
}
.table-selecting-users .col-username .link-change_name:hover {
	color: #0056b3;
}
.table-selecting-users .col-username .link-change_name i {
	font-size: 19px;
}
.table-selecting-users.table-kids .col-username {
	padding-right: .75rem;
}
.table-selecting-users.table-kids .col-username .link-change_name {
	position: static;
	margin-left: 5px;
	vertical-align: -3px;
}

.table-kids .col-info .col-info-parent {
	display: none;
}

.material-icons-star {
	font-size: 19px;
	vertical-align: -3px;
}

tr.tr-blocked td,
tr.tr-blocked th {
	background: #ffe8e8;
	border-color: #ffd3d3;
}
tr.tr-hidden td,
tr.tr-hidden th {
	background: #f9f9f9;
	color: #999;
	border-color: #dee2e6;
}

.table-mobile-hide-desktop {
	display: none;
}
.table-selecting-users.table-kids.table-kids-manager {
	max-width: 800px;
}
.table-selecting-users.table-kids.table-kids-manager .col-num {
	width: auto;
}
.table-selecting-users.table-kids.table-kids-manager .col-parent {
	display: none;
}
.table-selecting-users.table-kids.table-kids-manager .col-parent-added {
	display: none;
}
.table-selecting-users.table-kids.table-kids-manager .col-info .col-info-parent {
	display: block;
	margin-bottom: 5px;
}
.table-selecting-users.table-kids.table-kids-manager select[name="maket_id"] {
	width: 92%!important;
	max-width: 400px;
}
/*.table-kids-btns-add {
	display: none;
}*/
.table-selecting-users.table-kids tr {
	transition: background 1s linear;
}
.table-selecting-users.table-kids tr.bg-success {
	background-color: #baffc8!important;
}
@media (max-width:1200px) {
	.table-mobile-block {
		width: auto;
		border: 0;
	}
	.table-mobile-block thead {
		display: none;
	}
	.table-mobile-block tr,
	.table-mobile-block td {
		display: block;
	}
	.table-mobile-block tr.display-none,
	.table-mobile-block td.display-none {
		display: none;
	}
	.table-mobile-block td {
		border: 0;
	}
	.table-mobile-block tr {
		position: relative;
		border: 1px solid #dee2e6;
		margin: 10px 0;
	}
	.table-mobile-block .col-num {
		position: absolute;
		color: #aaa;
		right: 8px;
	}
	.table-mobile-block .col-num + td {
		padding-right: 40px;
	}
	.table-mobile-hide-desktop {
		display: inline;
	}

	.table-selecting-users.table-kids.table-kids-manager,
	.table-selecting-users.table-kids.table-kids-manager tr {
		width: 100%;
	}
	.table-selecting-users.table-kids .col-parent {
		display: none;
	}
	.table-selecting-users.table-kids .col-info .col-info-parent {
		display: block;
		margin-bottom: 5px;
	}
	.table-selecting-users.table-kids tr .col-username {
		padding: 10px 28px 2px 25px;
	}
	.table-selecting-users.table-kids tr .col-album {
		padding-left: 25px;
	}
	.table-selecting-users.table-kids tr:nth-child(n+10) .col-username,
	.table-selecting-users.table-kids tr:nth-child(n+10) .col-album {
		padding-left: 32px;
	}
	.table-selecting-users.table-kids .col-username .link-change_name i {
		font-size: 14px;
	}
	.table-selecting-users.table-kids .col-num {
		right: auto;
		color: #232323;
		top: 10px;
		left: 8px;
		padding: 0;
	}
	.table-selecting-users.table-kids .col-num:after {
		content: '.';
	}
	.table-selecting-users.table-kids.table-kids-manager .col-actions {
		position: absolute;
		top: 3px;
		right: 2px;
		padding: 0;
	}
	.table-selecting-users.table-kids.table-kids-manager .col-actions a > i {
		font-size: 19px;
	}
	.table-selecting-users.table-kids .kid-name {
		font-weight: 500;
	}
}


/* ALERTS */

.alert .close {
	font-weight: 400;
	position: absolute;
	top: 8px;
	right: 8px;
}
.alert p:last-of-type {
	margin-bottom: 0;
}


/* FORMS */

.form-filter {
	background: #f2f2f2;
	padding: .8rem 1rem 0;
	margin: .8rem 0;
	overflow: hidden;
}
.mobile-content .form-filter {
	background: #f7f7f7;
	padding: .5rem .5rem 0;
	margin-left: -0.5rem;
}

.form-max-600 {
	max-width: 600px;
}
.form-control {
	border-color: #dee2e6;
	line-height: 1.3;
  	color: #232323;
	font-weight: 300;
	font-size: 15px;
	height: calc(1.3em + .75rem + 2px);
}
.form-control:focus {
	color: #232323;
	box-shadow: none;
}
input[type="date"].form-control {
	padding-right: 0;
}
input[type="file"].form-control {
	height: auto;
}
.form-control option {
	font-weight: 300;
}
.form-control option:disabled {
	color: #aaa;
}
.form-control.small {
	font-size: 13px;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #f5f5f5;
 }
.custom-control-label {
	padding: 0.2rem 0;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: transparent!important;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(47, 91, 139, 0.32)!important;
}
.form-group.row.align-items-center label,
.form-group.form-row.align-items-center label {
	margin-bottom: 0;
}

.form-control-select {
	display: block;
	width: 100%;
	padding: .375rem .5rem;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	line-height: 1.3;
	color: #232323;
	font-weight: 300;
	font-size: 15px;
	height: calc(1.3em + .75rem + 2px);
}
.form-control-select option {
	font-weight: 300;
}
.form-control-select:focus-visible {
	outline: none!important;
}

.custom-checkbox-large {
	padding-left: 2rem;
}
.custom-checkbox-large .custom-control-label {
	padding: 0.5rem 0;
}
.custom-checkbox-large .custom-control-label:before,
.custom-checkbox-large .custom-control-label:after {
	left: -2rem;
	width: 1.5rem;
	height: 1.5rem;
}

.custom-checkbox-only {
	padding-left: 1rem;
}
.custom-checkbox-only .custom-control-label:before,
.custom-checkbox-only .custom-control-label:after {
	left: -1rem;
	width: 1rem;
}

.select2-container {
	display: block;
	max-width: 100%;
	z-index: 100000!important;
	line-height: 1.1;
}
.select2-container--default .select2-selection {
	height: 33px;
	border-color: #dee2e6!important;
	border-radius: 3px!important;
}
.select2-container--default .select2-selection.select2-selection--multiple {
	height: auto;
	padding-bottom: 3px;
}
.select2-container--default .select2-selection.select2-selection--multiple:after {
	content: '';
	display: block;
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	right: 6px;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f2f2f2;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 6px;
	padding: 3px 0 3px 23px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid #cfcfcf;
	font-size: 1.3em;
}

.select2-container--default .select2-selection__rendered {
	color: #232323;
	padding-left: 12px;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}
.select2-container--default .select2-selection .select2-selection__arrow {
	height: 31px;
}
.select2-search--dropdown .select2-search__field {
	outline: none;
}
.select2-container--open .select2-dropdown {
	min-width: 170px;
	border-radius: 4px;
	border: 1px solid #d2d4d7;
	margin-top: -1px;
	box-shadow: 0 2px 6px rgba(0,0,0,.14);
}
.yadcf-filter-wrapper .select2-container {
	display: inline-block;
}
.yadcf-filter-wrapper .select2-container--default .select2-selection.select2-selection--multiple:after {
	display: none;
}

.invalid-feedback {
	font-size: 13px!important;
}

table .item-value {
	display: block;
}

.col-form-label {
	line-height: 1.3;
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.1rem + 1px);
}


/* BUTTONS */
button:focus {
	outline: 0;
}
.btn {
	font-weight: 300;
  	font-size: 15px;
	line-height: 1.3;
	box-shadow: none!important;
	text-decoration: none!important;
}
.btn.btn-disabled {
	opacity: .65;
	cursor: default;
}
.btn-success {
	background-color: #169d65!important;
	border-color: #169d65!important;
}
.btn-success:not(.btn-disabled):hover,
.btn-success:not(.btn-disabled):active,
.btn-success:not(.btn-disabled):focus {
	background-color: #17a76b!important;
	border-color: #17a76b!important;
}
.btn-primary {
	background-color: #3a73ad!important;
	border-color: #3a73ad!important;
}
.btn-primary:not(.btn-disabled):hover,
.btn-primary:not(.btn-disabled):active,
.btn-primary:not(.btn-disabled).active,
.btn-primary:not(.btn-disabled):focus {
	background-color: #3c82ca!important;
	border-color: #3c82ca!important;
}
.btn_primary_success .btn-primary {
	background-color: #169d65!important;
	border-color: #169d65!important;
}
.btn_primary_success .btn-primary:not(.btn-disabled):hover,
.btn_primary_success .btn-primary:not(.btn-disabled):active,
.btn_primary_success .btn-primary:not(.btn-disabled):focus {
	background-color: #17a76b!important;
	border-color: #17a76b!important;
}
.btn-viber {
	background-color: #169d65!important;
	border-color: #169d65!important;
	color: #fff!important;
}
.btn-viber:not(.btn-disabled):hover,
.btn-viber:not(.btn-disabled):active,
.btn-viber:not(.btn-disabled):focus {
	background-color: #17a76b!important;
	border-color: #17a76b!important;
}
.btn-tg {
	background-color: #039be5!important;
	border-color: #039be5!important;
	color: #fff!important;
}
.btn-tg:not(.btn-disabled):hover,
.btn-tg:not(.btn-disabled):active,
.btn-tg:not(.btn-disabled):focus {
	background-color: #039be5!important;
	border-color: #039be5!important;
}
.btn-light {
	background-color: #f2f2f2!important;
	border-color: #e2e6ea!important;
}
.btn-light:not(.btn-disabled):hover,
.btn-light:not(.btn-disabled):active,
.btn-light:not(.btn-disabled).active,
.btn-light:not(.btn-disabled):focus {
	background-color: #dae0e5!important;
	border-color: #d3d9df!important;
}
.btn .material-icons {
	line-height: .7;
	vertical-align: -0.43rem;
}
.btn-loading {
	background-image: url('/assets/img/tpl/spinner.svg');
	background-repeat: no-repeat;
	padding-left: 35px!important;
	background-size: auto 40px;
	background-position: -5px center;
}
.btn-light.btn-loading,
.btn-warning.btn-loading {
	background-image: url('/assets/img/tpl/spinner_black.svg');
}
.btn-sm.btn-loading {
	padding-left: 24px!important;
	background-size: auto 34px;
}
.link-loading.btn-loading {
	background-image: url('/assets/img/tpl/spinner_black.svg');
	padding-left: 15px!important;
	background-size: auto 22px;
}

.btn-viber-visible .btn-viber {
	padding-right: 15px!important;
	margin-left: 0!important;
}
.btn-viber-visible .btn-viber .d-none {
	display: inline-block!important;
}

.btn.btn-icon {
	padding: 0;
	line-height: 1;
	opacity: .8;
}
.btn.btn-icon:hover {
	opacity: 1;
}

.btn.btn-sm {
	font-size: 13px;
}
.btn.btn-py-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
}

.btn.btn-rounded {
	text-align: center;
	border-radius: 50%;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.btn .small {
	font-size: 12px;
	display: block;
	margin-top: -2px;
}

@media (max-width: 768px) {
	.btn.btn-link-mobile {
		background: none!important;
		border: 0!important;
		color: #0056b3;
		padding: 0;
		text-decoration: underline!important;
	}
	.btn.btn-link-mobile:hover,
	.btn.btn-link-mobile:focus,
	.btn.btn-link-mobile:active {
		color: #007bff!important;
		background: none!important;
		border: 0!important;
	}
	.hide-on-mobile {
		display: none;
	}
}


/* FANCYBOX */

.fancybox-content {
	max-width: 800px;
}
@media (max-width:991px) {
	.fancybox-content {
		width: 100%;
	}
}
.fancybox-content iframe {
	max-width: 100%!important;
}
.fancybox-slide--iframe .fancybox-content {
	max-width: 800px;
	max-height: 90%;
}

.fancybox-content .button-prev,
.fancybox-content .button-next,
.fancybox-content .button-close {
	position: absolute;
	background: #000;
	opacity: .7;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 4px;
}
.fancybox-content .button-prev:hover,
.fancybox-content .button-next:hover,
.fancybox-content .button-close:hover {
	opacity: 1;
}
.fancybox-content .button-next {
	right: 5px;
	top: 50%;
	margin-top: -20px;
	padding-left: 3px;
}
.fancybox-content .button-prev {
	left: 5px;
	top: 50%;
	margin-top: -20px;
	padding-left: 7px;
}
.fancybox-content .button-close {
	position: absolute;
	right: 5px;
	top: 5px;
}
.fancybox-content .photo-num {
	display: block;
	position: absolute;
	width: 90px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #232323;
	padding: 0 5px 0;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	left: 84px;
	top: 5px;
	opacity: .9;
	overflow: hidden;
	white-space: nowrap;
}
.fancybox-content .fancybox-btn-save {
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: pointer;
	z-index: 2;
	padding: 0;
	height: 40px;
	width: 72px;
	font-size: 13px;
	line-height: 1.1;
}
.fancybox-content .fancybox-btn-save-alert {
	display: none;
	position: absolute;
	left: 5px;
	top: 55px;
	background: #fff;
	z-index: 10000;
	padding: 15px 15px 0;
	border-radius: 3px;
	width: 90%;
	max-width: 500px;
}
.fancybox-content h3 {
	margin-bottom: 20px;
}

.fancybox-height90 .fancybox-content {
	height: 95%;
}

.fancybox-max-size .fancybox-content {
	width: 95%;
	max-width: 1400px;
}
.fancybox-max-1200 .fancybox-content {
	width: 95%;
	max-width: 1200px;
}
.fancybox-max-1000 .fancybox-content {
	width: 95%;
	max-width: 1000px;
}
.fancybox-max-800 .fancybox-content {
	width: 95%;
	max-width: 800px;
}
.fancybox-max-600 .fancybox-content {
	width: 95%;
	max-width: 600px;
}
.fancybox-max-500 .fancybox-content {
	width: 95%;
	max-width: 500px;
}

@media (max-width:576px) {
	.fancybox-content .button-prev,
	.fancybox-content .button-next {
		width: 34px;
		height: 34px;
	}
	.fancybox-content .button-close {
		width: 26px;
		height: 26px;
	}
	.fancybox-content .photo-num {
		font-size: 13px;
		width: 60px;
		height: 26px;
		line-height: 26px;
		border-radius: 4px;
		left: 70px;
		padding: 0;
	}
	.fancybox-content .fancybox-btn-save {
		height: 26px;
		width: 60px;
		font-size: 10px;
	}
	.fancybox-content .fancybox-btn-save-alert {
		top: 44px;
	}
}

.fancybox-ajax .fancybox-content {
	height: 95%;
	width: 90%;
	max-width: 600px;
}
.fancybox-ajax-1000 .fancybox-content {
	height: 95%;
	width: 90%;
	max-width: 1000px;
}


/* NAVBAR */

.navbar {
	height: 60px;
	padding: 0;
	justify-content: space-between;
}
.navbar .nav-item a {
	text-decoration: none!important;
}
.navbar .navbar-brand {
	width: 200px;
	text-align: center;
	margin-right: 0;
}
.navbar .navbar-brand > a > img {
	vertical-align: -2px;
	max-width: 76%;
}
.navbar .navbar-name {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	padding-left: 40px;
	padding-right: 20px;
}
.navbar .navbar-name b {
	font-weight: bold;
}
.navbar .navbar-nav {
	align-items: center;
}
.navbar .navbar-nav > .nav-item > a,
.navbar .navbar-nav > .nav-item > a:hover,
.navbar .navbar-nav > .nav-item > a:active,
.navbar .navbar-nav > .nav-item > a:focus {
	color: #fff;
}
.navbar .navbar-nav > .nav-item:not(.nav-item-profile) > a {
	text-decoration: underline;
}
.navbar .navbar-nav > .nav-item:not(.nav-item-profile) > a:hover {
	text-decoration: none;
}
.navbar .navbar-nav .nav-item-profile {
	margin-left: 40px;
}
.navbar .navbar-nav .nav-item-profile > .dropdown-toggle {
	display: block;
	width: 200px;
	padding: 10px 25px 11px 34px;
	position: relative;
}
.navbar .navbar-nav .nav-item-profile .dropdown-toggle::after {
	display: block;
	position: absolute;
	margin: -3px 0 0;
	right: 10px;
	top: 50%;
}
.navbar .navbar-nav .nav-item-profile .user-logo {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.navbar .navbar-nav .nav-item-profile .user-logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.navbar .navbar-nav .nav-item-profile .user-firstname,
.navbar .navbar-nav .nav-item-profile .user-lastname {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis; 
	text-overflow: ellipsis; 
}
.navbar .navbar-nav .nav-item-profile .user-lastname {
	font-weight: bold;
}
.navbar .navbar-nav .dropdown-menu {
	width: 100%;
	min-width: 130px;
  border-radius: 0;
	background: #f2f2f2;
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: -1px 1px 4px rgba(0,0,0,.2);
}
.navbar .navbar-nav .nav-item-profile .dropdown-menu .dropdown-item {
	padding: 14px 10px 14px 34px;
	font-weight: 300;
	color: #232323;
	border-bottom: 1px solid #d3d3d3;
	font-size: 15px;
}
.navbar .navbar-nav .nav-item-profile .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}
.navbar .navbar-nav .nav-item-profile .dropdown-menu .dropdown-item:hover {
	background: #e8e8e8;
}
@media (max-width: 991px) {
	.navbar .navbar-nav .nav-item-profile {
		margin-left: 20px;
	}
}

.navbar .text-viber {
	color: #fff!important;
}
.navbar .btn-viber {
	border-radius: 25px;
	font-size: 13px;
	margin: 0 0 0 5px;
	line-height: 1;
	white-space: nowrap;
}
@media (max-width: 768px) {
	.navbar .btn-viber {
		padding: 5px 7px;
	}
}

.navbar .navbar-nav .item-cart {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}
.navbar .navbar-nav .item-cart .material-icons {
	vertical-align: middle;
	margin-right: 2px;
}
.navbar .navbar-nav .item-cart .nav-link {
	height: auto;
	color: #fff;
	padding: 4px 5px 0;
}
.navbar .navbar-nav .item-cart .item-cart-small {
	display: block;
	font-weight: 300;
	font-size: 12px;
	margin-top: 3px;
	padding: 2px 2px 2px 8px;
	background: #dc3545;
	border-radius: 20px;
	text-align: center;
	line-height: 1.5;
}
.navbar .navbar-nav .item-cart .item-cart-small .help-icon {
	color: #dc3545;
	background: #fff;
}
.navbar .navbar-nav .item-cart .item-cart-small.payed {
	background: #08c1b0;
}
.navbar .navbar-nav .item-cart .dropdown-menu {
	width: 260px;
	left: -20px;
	margin-left: 0;
	font-weight: 300;
	font-size: 13px;
	top: 56px;
}
.navbar .navbar-nav .item-cart .dropdown-menu .cost-table {
	max-height: 400px;
	overflow: auto;
}

@media (max-width:576px) {
	.navbar .navbar-nav .item-cart,
	.navbar .navbar-nav .item-cart .material-icons {
		font-size: 16px;
	}
	.navbar .navbar-nav .item-cart .material-icons {
		vertical-align: -3px;
	}
}

/* UI-SORTABLE*/

.ui-sortable-handle {
	cursor: pointer;
}


/* PAGINATION */

.page-item.active .page-link {
	background-color: #3a73ad;
	border-color: #3a73ad;
}
.page-link:focus {
  box-shadow: none;
}
.page-link,
.page-link:hover {
  color: #232323;
	text-decoration: none;
}

/* CONTENT */

.content {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.content-menu-mobile-btn {
	display: none;
}
.content-menu-mobile-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 60px;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1000000;
}
.content-menu {
	width: 200px;
	background: #f2f2f2;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000001;
}
.content-menu .content-menu-inner {
	position: relative;
	min-height: 100%;
	padding-top: 10px;
}
.content-menu .content-menu-title {
	font-size: 13px;
	padding: 15px 20px 8px;
	margin: 0;
	color: #aaa;
}
.content-menu .content-menu-list {
	margin: 0;
	padding: 0;
}
.content-menu .content-menu-list > li {
	margin: 0;
	padding: 0;
	display: block;
}
.content-menu .content-menu-list > li > a {
	position: relative;
	margin: 0;
	padding: 10px 80px 10px 20px;
	display: block;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	color: #232323;
}
.content-menu .content-menu-list > li > a:hover {
	background: #e8e8e8;
}
.content-menu .content-menu-list > li.active > a {
	background: #d9d9d9;
}
.content-menu  .content-menu-list > li > a .badge {
	position: absolute;
	right: 10px;
	top: 50%;
	padding: 3px 5px 2px;
	margin-top: -8px;
	font-size: 10px;
}

.content-body {
	width: 100%;
	background: #fff;
	padding: 20px 20px 20px 240px;
}
.content-wo-menu .content-body {
	padding-left: 20px!important;
}

.box-light {
	padding: 10px 14px;
	background: #f7f7f7;
	border-radius: 5px;
}

.album-name-wrapper {
	display: block;
	max-height: 34px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}

/* OTHER */

.icon-help {
	display: inline-block;
	background: #f2f2f2;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #343a40;
}
.icon-help:hover {
	background: #eaeaea;
	color: #343a40;
	text-decoration: none;
}

.project-step-icon {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 3px;
	vertical-align: 1px;
}
.project-step-icon.project-icon-square {
	border-radius: 0;
}


.help-icon {
	width: 18px;
	height: 18px;
	color: #fff;
	background: #1eaae9;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	line-height: 19px;
	font-size: 13px;
}
.help-icon.help-icon-small {
	font-size: 13px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}
.help-icon.help-icon-info {
	font-style: italic;
	font-family: serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 1px;
}
.help-icon:hover {
	color: #fff;
	background: #00a0e9;
	text-decoration: none;
}
.help-icon.help-icon-muted {
	background: #929fa5;
}
.help-icon.help-icon-muted:hover {
	background: #708189;
}
.help-icon.help-icon-success {
	background: #28a745;
}
.help-icon.help-icon-success:hover {
	background: #289146;
}
.help-icon.help-icon-danger {
	background: #dc3545;
}
.help-icon.help-icon-danger:hover {
	background: #a71d2a;
}
.help-icon.help-icon-reg {
	font-size: 13px;
	line-height: 16px;
	vertical-align: 2px;
	background: #aaa;
}
.help-icon.help-icon-reg:hover {
	background: #888;
}
.help-icon.help-icon-reg.active {
	background: #28a745;
}
.help-icon.help-icon-reg:hover.active {
	background: #289146;
}
.help-icon.help-icon-tmp {
	font-size: 16px;
	line-height: 24px;
	vertical-align: -3px;
	background: #dc3545;
	padding-right: 1px;
}
.help-icon.help-icon-tmp > .material-icons {
	font-size: 16px;
}
.help-icon.help-icon-tmp:hover {
	background: #a71d2a;
}
.btn-viber + .help-icon {
	margin-left: 7px;
	margin-right: 14px;
	vertical-align: -2px;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.navbar .btn-viber + .help-icon {
		display: none;
	}
}



@media (max-width:1200px) {
	.content-menu {
		width: 150px;
	}
	.navbar .navbar-name {
		max-width: 500px;
	}
	.content-body {
		padding-top: 10px;
		padding-left: 170px;
	}
}

@media (max-width:768px) {
	.content-menu {
		width: 130px;
	}
	.content-body {
		padding-left: 150px;
	}
	.navbar .navbar-nav .nav-item-profile > .dropdown-toggle {
    	width: 160px;
		font-size: 13px;
		padding: 13px 15px 13px 30px;
	}
	.navbar .navbar-brand {
		position: absolute;
		top: 19px;
		left: 10px;
		z-index: 3;
		width: 18px;
		height: 18px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		opacity: .8;
	}
	.navbar .navbar-brand a {
		display: block;
		width: 18px;
		height: 18px;
		position: relative;
	}
	.navbar .navbar-brand a img {
		position: absolute;
		top: 0;
		left: 0;
		height: 18px;
		max-width: none;
	}
	.navbar .navbar-name {
		padding-left: 44px!important;
	}
}

@media (max-width:576px) {
	.content-menu-mobile .content-menu {
		display: none;
		width: 50%;
	}
	.content-menu-mobile .content-body {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-menu-mobile-btn {
		display: flex;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		text-align: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-decoration: none!important;
	}
	.content-menu-mobile-btn .material-icons {
		line-height: 31px;
	}
	.content-menu-mobile-btn.opened {
		background: rgba(0,0,0,.2);
	}
	.fancybox-content {
		padding: 24px 20px 20px;
	}

	.alert {
		text-align: left;
		font-size: 13px;
		margin-top: 10px!important;
		margin-bottom: 10px!important;
		padding: 5px 8px;
	}

	.navbar .navbar-brand {
		display: none;
	}
	.navbar .navbar-name {
		padding: 0!important;
	}
}

@media (max-width:500px) {
	.navbar .navbar-nav .nav-item-profile > .dropdown-toggle {
		width: 110px;
	}
	.navbar .navbar-nav .nav-item-profile .dropdown-menu .dropdown-item {
		padding-left: 14px;
	}
}

.icon-check {
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	background: #4caf50;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	overflow: hidden;
}
.icon-check .material-icons {
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 1px;
	left: 1px;
}

.rotating {
	animation: 1.4s linear 0s normal none infinite running rotating;
	-webkit-animation: 1.4s linear 0s normal none infinite running rotating;
}
@keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotating {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.collapse-link-icon .collapse-link-icon-on,
.collapse-link-icon.collapsed .collapse-link-icon-off {
	display: none;
}
.collapse-link-icon.collapsed .collapse-link-icon-on {
	display: inline-block;
}


.trumbowyg-fullscreen {
	z-index: 9999999;
}


.block-allow-cookies {
	position: fixed;
	bottom: 0;
	left: 10px;
	right: 10px;
}
.block-allow-cookies > div {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 30px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ddd;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}
.block-allow-cookies .btn-allow-cookies {
	margin-left: 20px;
}

@media (max-width:580px) {
	.block-allow-cookies > div {
		padding: 20px 20px;
		display: block;
		text-align: center;
	}
	.block-allow-cookies .btn-allow-cookies {
		margin-left: 0;
		margin-top: 15px;
	}
}


div.dataTables_wrapper div.dataTables_filter label {
	margin-bottom: 0;
}


/* scrollbar */
*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: transparent;
}
*::-webkit-scrollbar-button {
	display: none;
}
*::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.15);
}
*::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.4);
}
*::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.6);
}