.mb-0{
    margin-bottom:0!important
}

.mb-1{
    margin-bottom:.25rem!important
}

.mb-2{
    margin-bottom:.5rem!important
}

.mb-3{
    margin-bottom:1rem!important
}

.mb-4{
    margin-bottom:1.5rem!important
}

.mb-5{
    margin-bottom:3rem!important
}

.mb-auto{
    margin-bottom:auto!important
}


.manage__cont a svg, 
.manage__cont a img {
	padding-right: 16px;
}

.formgroup__link svg,
.formgroup__link img {
	padding-left: 5px;
}

.side-menu__card .menu__item svg,
.side-menu__card .menu__item img {
	margin-right: 24px;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.bg-red {
	background: #E74C3C!important;
	border: 1px solid #E74C3C!important;
	color: #fff;
}

#notification-block {
	position: relative;
	padding-right: 20px;
	margin-right: 10px;
}

#notification-block > a{
	color: #fff !important;
	font-size: 22px;
}

#notification-block > ul {
	top: 42px;
}

#notification-block .info-number .badge {
	font-size: 12px;
	line-height: 13px;
	padding: 2px 4px;
	position: absolute;
	right: 2px;
	top: -5px;
	font-weight: normal;
}

#notification-block li.all > div{
	width: 100%;
}

#notification-block  a {
	color: #5A738E;
	text-decoration: none;
}

#notification-block a:focus,  #notification-block a:hover {
	color: #23527c;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.dropdown-menu {
	box-shadow: none;
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 9998;
	border: 1px solid #D9DEE4;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.open>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.open .dropdown-menu {
	position: absolute;
	background: #fff;
	margin-top: 0;
	border: 1px solid #D9DEE4;
	-webkit-box-shadow: none;
	right: 0;
	left: auto;
	width: 220px;
}

.open .dropdown-menu.msg_list {
	width: 300px;
}

ul.msg_list li a {
	padding: 3px 5px!important;
	display: block;
}

ul.msg_list li {
	background: #f7f7f7;
	padding: 5px;
	display: -ms-flexbox;
	display: flex;
	margin: 6px 6px 0;
	width: 96%!important;
	box-sizing: border-box;
}

ul.msg_list li:last-child {
	margin-bottom: 6px;
	padding: 10px;
}

.top_nav .dropdown-menu li a {
	width: 100%;
	padding: 12px 20px;
}

ul.msg_list li a {
	padding: 3px 5px!important;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu>li>a {
	color: #5A738E;
}

.dropdown-menu.msg_list span {
	white-space: normal;
}

ul.msg_list li a .image img {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-right: 10px;
	width: 11%;
}

ul.msg_list li a .time {
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	position: absolute;
	right: 35px;
}

ul.msg_list li a .message {
	display: block!important;
	font-size: 11px;
}

.text-center {
	text-align: center;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 8px 16px;
	font-size: 14px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 1px;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-primary {
	color: #fff;
	background-color: #0053e8;
	border-color: #0053e8;
}

.btn-outline-primary {
	color: #0053e8;
	border-color: #0053e8;
}

h4.secTitCloud {
	margin-top: 20px;
}

.newcard.nomargbot {
	margin-bottom: 20px;
}

.newcard.nomargbot  .over__formgroup {
	padding-bottom: 1px;
}

.container-stat-filter {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
}

.container-stat-filter .xdisplay_inputx {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.container-stat-filter .xdisplay_inputx input {
	height: 39px;
}

.container-stat-filter  .form-control-feedback {
	display: none;
}

.container-stat-filter .xdisplay_inputx select {
	height: 39px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 0px 10px;
	outline: none;
	font-size: 14px;
}

.container-stat-filter .filter-btn {
	color: #212529;
	border-color: #212529;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
	border-top: 2px solid #eceeef;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #dff0d8;
}

.table-hover .table-success:hover {
	background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #d9edf7;
}

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f2dede;
}

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c;
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef;
}

.table-inverse {
	color: #fff;
	background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
	border-color: #fff;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
	border: 0;
}

.cloudToggle label {
	cursor: pointer;
}

.page-loader {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999; display: none;}
.page-loader:after {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; opacity: 0.8;}
.page-loader.ld-loading {display: block;}

.ld-loading .panel-body {
	position: relative;
}
.ld-loading .panel-body > * {
	transition: opacity 0.3s;
	opacity: 0.2;
}
.ld-loading .panel-body:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}
.ld-loading .loader {
	display: block;
}
.loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	z-index: 100;
	margin-left: -20px;
	padding-top: 5px;
	padding-left: 5px;
}
.loader-bar,
.loader-bar:before,
.loader-bar:after {
	background: #00A3FF;
	-webkit-animation: load-bar-an 1s infinite ease-in-out;
	animation: load-bar-an 1s infinite ease-in-out;
	width: 0.66em;
	height: 0.66em;
}
.loader-bar {
	color: #00A3FF;
	text-indent: -9999em;
	margin: auto auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader-bar:before,
.loader-bar:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader-bar:before {
	left: -1em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-bar:after {
	left: 1em;
}
@-webkit-keyframes load-bar-an {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -1em;
		height: 2.6em;
	}
}
@keyframes load-bar-an {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -1em;
		height: 2.6em;
	}
}
.loader-spin,
.loader-spin:after {
	border-radius: 50%;
	width: 3em;
	height: 3em;
}
.loader-spin {
	margin: auto auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	/*border-top: 0.8em solid rgba(246, 168, 33, 0.2);
	border-right: 0.8em solid rgba(246, 168, 33, 0.2);
	border-bottom: 0.8em solid rgba(246, 168, 33, 0.2);
	border-left: 0.8em solid #00A3FF;*/

	border-top: 0.3em solid #00A3FF;
	border-right: 0.3em solid #00A3FF;
	border-bottom: 0.3em solid #00A3FF;
	border-left: 0.3em solid rgba(254, 254, 254, 0.0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load-spin-an 1.1s infinite linear;
	animation: load-spin-an 1.1s infinite linear;
}
@-webkit-keyframes load-spin-an {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load-spin-an {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loader-dots,
.loader-dots:before,
.loader-dots:after {
	border-radius: 30%;
	width: 1.2em;
	height: 1.2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load-dots-an 1.8s infinite ease-in-out;
	animation: load-dots-an 1.8s infinite ease-in-out;
}
.loader-dots {
	color: #00A3FF;
	font-size: 10px;
	margin: auto auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader-dots:before,
.loader-dots:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader-dots:before {
	left: -2em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader-dots:after {
	left: 2em;
}
@-webkit-keyframes load-dots-an {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1.3em;
	}
	50% {
		box-shadow: 0 2em 0 0;
	}
}
@keyframes load-dots-an {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1.3em;
	}
	50% {
		box-shadow: 0 2em 0 0;
	}
}

.page-loader .loader-message {text-align: center; padding-top: 20px; width: 80%; max-width: 400px; margin: 0 auto; font-size: 16px;}

.alert {
	background-color: #fff;
}

.formgroup input[type="radio"] {
	vertical-align: top;
	margin-top: -1px;
	margin-right: 5px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	white-space: break-spaces;
}

.main-table__item-avatar {
	width: 42px;
}

input[disabled] {
	background-color: #eee;
	cursor: not-allowed;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0em;
}

.label-danger {
	background-color: #FF3636;
}

.label-primary {
	background-color: #025dff;
}
.label-default {
	background-color: #888888;
}

.label.label-PENDING {background-color: #FF9C08;}
.label.label-ERROR{background-color: #FF3636;}
.label.label-SUCCESS{background-color: #149C08;}
.label.label-CANCELED{background-color: #777;}

.labaCloud.disabled .textCloud {color: #bbbbbb;}


.input.input-relative {
	position: relative;
}

.input .date-filter-reset {
	color: #ddd;
	position: absolute;
	top: 12px;
	right: 10px;
}

.text-right {
	text-align: right !important;
}

.error-container {
	text-align: center;
	margin-top: 120px;
	padding-bottom: 50px;
}

.error-container  img {
	max-width: 512px;
	margin-bottom: 24px;
}

.error-container  .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.error-container  .text {
	font-size: 14px;
	margin-bottom: 8px;
}

.error-container  a {
	width: 200px;
	margin: 24px auto;
}

.select2_input {
	width: 100%;
}

.select2_input.select2-container-multi .select2-choices {
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 1px;
	min-height: 48px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 14px;
	font-family: Rubik,sans-serif;
	color: #222;
	transition: border .1s;
	box-shadow: none;
}

.select2_input.select2-container-disabled .select2-choices {
	background-color: #eee;
	cursor: not-allowed;
}

.select2_input.select2-container-multi .select2-choices .select2-search-choice {
	background-color: #fff;
	background-image: none;
}


.toastify-warning {
	color: #FF9C08;
}

.toastify-success {
	background: #198754;
}


.toastify-danger {
	background: #dc3545;
}

.toastify-info {
	background: #0dcaf0;
}

.toastify-warning{
	background: #ffc107;
}

/*============= SHOP =================*/

#shop-catalog-config-rows .input input {
	height: 36px;
}

#shop-catalog-config-rows .row {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}

#shop-catalog-config-rows .row-number {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	display: inline-block;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
}

#shop-catalog-config-rows .row a {
	font-size: 12px; 
	margin-top: 5px; 
	color: #ff7a7a;
}

#shop-catalog-config-rows .row .links-block {
	margin-top: 10px;
}

#shop-catalog-config-rows .row .links-block:after {
	content: "";
	width: 100%;
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-top: 15px;
}

.shop-config .fields-row .input {
	margin-bottom: 10px;
	position: relative;
}

.shop-config .fields-row .input input[type="text"] {
	padding-right: 45px;
}

.shop-config .input input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.shop-config .fields-row .input  .checkbox-wrap {
	position: absolute;
	top: 34px;
	right: 15px;
	display: inline-block;
}

.shop-config label .checkbox-label {
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
	margin-left: 10px;
}

/*============= END SHOP =================*/