/*body {
	min-width: 900px;
}*/

.file-manager li a {
	padding-left: 7px;
}
.file-manager li .fa {
	margin-right: 8px;
	width: 13px;
}
.folder-list > li:hover, .folder-list > li:focus {
	background-color: #e9e9e9;
}
.folder-list > li.active {
	background-color: #e9e9e9;
}
.category-list > li:hover, .category-list > li:focus {
	background-color: #e9e9e9;
}
.category-list > li.active {
	background-color: #e9e9e9;
}
.small-menu {
	padding: 0;
}
.font-size-default {
	font-size: 12px;
}
.social-body {
	/* Временно убираю */
	/*word-break: break-all;*/
}
.social-body a {
	/* Временно убираю */
	word-break: break-all;
}
.ibox-content-filter .control-label, .ibox-content-filter .input-group-addon {
	color: #676a6c;
}
.ibox-content-filter input {
	color: #676a6c;
}
.font-size-big {
	font-size: 18px;
}
.popover
{
	z-index: 2060;
}
.nav > li > a {
	/*white-space: nowrap;*/
}
.nav > li > a svg {
	text-align: center;
	width: 21px !important;
}
.file-manager li a svg {
	text-align: center;
	width: 18px !important;
}
.w-100 {
  min-width: 100px;
}
a.issue-info {
  font-weight: 600;
  color: #676a6c;
}

.big-label-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c84c6;
  padding: 6px 12px;
}

.fa-10x {
  font-size: 5em;
}

.fa-10em {
  font-size: 10em;
}

.fa-100x {
  font-size: 15em;
}

/* LIST GROUP */
a.list-group-item.success,
a.list-group-item.success:hover,
a.list-group-item.success:focus {
  background-color: #23c6c8;
  color: #FFFFFF;
}

.modal-auto {
	width: auto;
}
.modal-auto-m50 {
	width: auto;
	margin: 50px;
}
.image-thumb-24 {
	width: 24px;
}
.image-thumb-48 {
	max-width: 48px;
	max-height: 48px;
}
.no-wrap {
	white-space: nowrap;
}
.allow-wrap {
	white-space: normal;
}
.image-thumb {
	width: 48px;
}

.image-thumb-height-70 {
	height: 70px;
}
.image-thumb-16 {
	width: 16px;
}
tr.disabled td {
	background-color: #ececec;
	color: #b9b9b9;
}

.label-muted {
	background-color: #ccc;
}
.label-navy {
	background-color: #1c84c6;
}
.text-bold {
	font-weight: bold;
}

/* nested tables */
.dd3-handle::before {
	color: #939393;
	content: "≡";
	display: block;

	font-size: 20px;
	font-weight: normal;
	text-align: center;
	text-indent: 0;
	border: none;
}
.dd3-handle {
	background: #eeeeee none repeat scroll 0 0;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	position: absolute;
}
.dd-dragel .dd3-handle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dd-handle {
	border-right: none;
}

#nestable2 .user .dd-handle {
	padding: 3px 10px;
}
.dd3-content  {
	display: block;
	margin: 5px 0;
	padding: 10px 10px 10px 40px;
	color: #333;
	text-decoration: none;
	border: 1px solid #e7eaec;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.dd3-content div.input-group {
	margin: -5px 0px -5px 0px;
	width: 65%;
}

.dd3-content:hover {
	background: #f0f0f0;
	cursor: pointer;
	/* font-weight: bold; */
}
.image-32 {
	width: 32px;
}
.image-24 {
	width: 24px;
}
a.list-group-item.active-roles, a.list-group-item.active-roles:hover, a.list-group-item.active-roles:focus {
	background-color: #f0f0f0;
	border-color: #f0f0f0;
	z-index: 2;
}
.nav .label,
.ibox .label {
  font-size: 11px;
}
.label.fs-16 {
	font-size: 16px;
}
.label.fs-14 {
	font-size: 14px;
}
.label.fs-24 {
	font-size: 24px;
}
.bg-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

.pointer, .cursor-pointer {
	cursor: pointer;
}

.bg-gray {
    background-color: #eee;
}

.bg-white {
    background-color: #fff;
}

.avatar-drag-hover
{
	border: 1px dashed #dadada;
	box-shadow: inset 0 3px 4px #888;
}

.table-middle > thead > tr > th, .table-middle > tbody > tr > th, .table-middle > tfoot > tr > th, .table-middle > thead > tr > td, .table-middle > tbody > tr > td, .table-middle > tfoot > tr > td {
	vertical-align: baseline;
}

.tag-list li a {
	font-size: 11px;
}

.remove-background {
	background: none;
}
.text-black {
	color: #000;
}
.text-gray {
	color: #444444;
}

.text-verygray {
	color: #999;
}
.tag-list .tag-item {
	margin-right: 3px;
}
.margin-top-1 {
	margin-top: 1px;
}
.margin-top-2 {
	margin-top: 2px;
}
.metismenu .arrow
{
	margin-top: 3px;
}
.tag-list > li.active > a {
	background-color: #e9e9e9;
}
div.tag-list a {
  font-size: 11px;
  background-color: #e9e9e9;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.contact-box {
	/*
	max-height: 210px;
	min-height: 230px;
	 */

	min-height: 210px;
}

#usertools-filepixels .result {
	margin-top: 10px;
}
.navbar {
	margin-bottom: 0px;
}

/*
.platforms .label {
	cursor: pointer;
}
*/

#roles-area .list-group-item-text {
	margin-bottom: 2px;
}

#roles-area .page-header {
	margin: 0px 0px 10px;
}
#roles-area .page-header h2 {
	margin: 0;
}
.m-r-2 {
	margin-right: 2px;
}
.mt-5 {
	margin-top: 5px;
}

.dataTables_wrapper .toolbar {
  float: left;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.pointer {
	cursor: pointer;
}

.dataTables_wrapper .block-left {
	float: left;
}

.dataTables_wrapper .block-left-m {
	float: left;
	margin-left: 10px;
}

.payment-padding {
  padding: 7px;
}

.panel-no-padding {
  padding-bottom: 5px;
  padding-top: 5px;
}

.panel-phone h3 {
	margin-bottom: 2px;
	margin-top: 2px;
}

.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.align-middle {
	vertical-align: middle !important;
}
.align-top {
	vertical-align: top !important;
}
.align-bottom {
    vertical-align: bottom !important;
}

.margin-t-6 {
	margin-top: 6px;
}

.modal-margin-b-20 {
	margin-bottom: 20px;
}

.margin-r-10 {
	margin-right: 10px;
}

.white-tr {
	background-color: #fff !important;
}

.modal-body-large {
  padding: 20px 30px 30px 30px;
}

.inmodal .modal-icon.text-danger {
  color: #ed5565;
  font-size: 84px;
}

.inmodal .modal-icon.text-success {
  color: #3c763d;
}
.small-modal .modal-header {
	padding: 10px 15px;
}
.small-modal .modal-title {
	font-size: 24px;
}
.primary-bg {
  background-color: #337ab7;
  color: #ffffff;
}

/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}
.text-color-gray {
  color: #888;
}

.modal-title {
	color: #676a6c;
}

.m-b-sm {
	margin-bottom: 10px;
}
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}

/* dropzone */
.dropzone {
  background: white none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  min-height: 150px;
  padding: 5px 20px 5px 20px;
}

.dropzone .dz-message {
  font-weight: 400;
  font-size: 18px;
}

.dropzone .dz-message .note {
  display: block;
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 1.4rem;
}

.dropzone.dz-clickable:hover {
	border-style: dashed;
}
/* dropzone */

/*
.apps-video-modal .easy-autocomplete {
	display: inline;
}
*/
.apps-video-modal .easy-autocomplete::after {
  color: #ccc;
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  padding: 2px 5px 2px 2px;
  position: absolute;
  right: 0;
  top: 0;
}

.easy-autocomplete-container ul {
	margin-left: 0px;
	margin-right: 7px;
}

/*.video-select-template .easy-autocomplete-container ul {
  margin-left: -140px;
}*/

/*
.video-item-preview img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
*/

.table .sorting_disabled {
	background: transparent none repeat scroll 0 0;
}

.mb-0 {
	margin-bottom: 0px;
}

.mh-0 {
	min-height: auto;
}

.contact-box.center-version > div.contact-box-withouta {
  display: block;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
}
.contact-box.center-version > div.contact-box-withouta img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
}

.dropzone .dz-preview.dz-complete:before {
	position: absolute;
	background-color: #FFF;
	content: "";
	opacity: 0.7;
	width: 100%;
	height: 100%;

	left: 0;
	top: 0;
	z-index: 600;
}
.dropzone .dz-preview.dz-complete:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	font-size: 62px;

	text-align: center;
	color: #555;

	width: 100%;
	height: 100%;

	left: 0px;
	top: 12%;
	z-index: 600;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a {
  background: #d6e9c6 none repeat scroll 0 0;
  color: #3c763d;
}

.p-n {
	padding: 0 !important;
}

.pb-0 {
	padding-bottom: 0;
}

.footable-row-detail-inner, .footable-row-detail-row, .footable-row-detail-value
{
	display: block;
}

.color-gray {
	color: #c1c3c4;
}

.logo-name {
	color: #e6e6e6;
	font-size: 180px;
	font-weight: 800;
	letter-spacing: -10px;
	margin-bottom: 0px;
	margin-left: -60px;
}
.project-title span.title {
  font-size: 14px;
  /*color: #676a6c;*/
  font-weight: 600;
}
.project-title a
{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.no-paddings {
	padding: 0;
}

/* small chat */
.small-chat-box-v2 {
  /*bottom: 20px;
  right: 75px;*/
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 4px;
}
.small-chat-box-v2.ng-small-chat {
  display: block;
}
.body-small .small-chat-box-v2 {
  bottom: 70px;
  right: 20px;
}
.small-chat-box-v2.active {
  display: block;
}
.small-chat-box-v2 .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}
.small-chat-box-v2 .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}
.small-chat-box-v2 .content {
  padding: 15px 15px;
}
.small-chat-box-v2 .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}
.small-chat-box-v2 .content > div {
  padding-bottom: 20px;
}
.small-chat-box-v2 .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  /*font-size: 11px;*/
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}
.small-chat-box-v2 .content .chat-message.active {
  background: #1c84c6;
  color: #fff;
}
.small-chat-box-v2 .content .left {
  text-align: left;
  clear: both;
}
.small-chat-box-v2 .content .left .chat-message {
  float: left;
}
.small-chat-box-v2 .content .right {
  text-align: right;
  clear: both;
}
.small-chat-box-v2 .content .right .chat-message {
  float: right;
}
.small-chat-box-v2 .form-chat {
  padding: 10px 10px;
}
/* end small chat */

.text-default
{
	color: #333;
}
.text-gray
{
	color: #676a6c;
}

/* fix menu svg */
body.mini-navbar .navbar-default .nav li a svg.arrow {
  display: none;
}

.tooltip
{
	z-index: 2070;
	font-size: 13px;
}
.select2-container
{
	z-index: 2090;
}


.panel-success
{
	background-color: #d6e9c6;
}

.panel-muted
{
	background-color: #f5f5f5;
	color: #ccc;
	/*background-color: #e3e3e3;*/
}
.panel-muted .label-default
{
	background-color: #ccc;
}
.panel-muted img
{
	opacity: 0.3;
}

.panel-muted a
{
	color: #ccc;
}

@media only screen and (max-width: 800px) {
	/* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
	}

	.no-more-tables thead {
		display: none;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables tr { border: 1px solid #ccc; }

	.no-more-tables td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 35% !important;
		white-space: normal;
		text-align:left;
	}

	.no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}

.swal2-container {
  z-index: 3060 !important;
}
.swal2-popup {
	font-size: 13px;
}
.fs-9 {
	font-size: 9px;
}
.fs-11 {
	font-size: 11px;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
}

/**
* Nestable Extras
*/
.nestable .dd-item > button {
	font-family: "Font Awesome 5 Pro";
	/*font-family: 'Font Awesome 5 Free';*/
	height: 34px;
	width: 33px;
	color: #c1c1c1;
	margin-left: 0px;
}


.nestable .dd-item > button:before {
  content: "\f067";
}
.nestable .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}
.nestable .dd-handle {
  /*color: inherit;*/
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
.nestable span.label {
  margin-right: 10px;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: normal;
}

.text-white,  .ibox-tools a.text-white
{
	color: #fff;
}

/*
	Sidebar settings
*/
#right-notification-sidebar {
	width: 300px !important;
	right: -300px;
}
#right-settings-sidebar
{
	width: 250px !important;
	right: -250px;
}
#right-notification-sidebar.sidebar-open {
	right: 0;
}
#right-settings-sidebar.sidebar-open
{
	right: 0;
}
.sidebar-container .sidebar-message:hover {
  background: #f5f5f5;
}
.sidebar-container ul.sidebar-list li:nth-child(2n+2)
{
	background: #f9f9f9;
}
.sidebar-container ul.sidebar-list li:hover {
  background: #f5f5f5;
}
.navbar-top-links li a:hover, .navbar-top-links li a.active{
  color: #293846;
}
.count-info-notification .label
{
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: -4px;
  top: 6px;
}
.media-body .comment-block
{
	padding-left: 6px;
	border-left: 2px  solid #e3e3e3;
	margin-left: 6px;
}
ul.sidebar-list li.warning, ul.sidebar-list li.warning:hover, ul.sidebar-list li.warning:nth-child(2n+2)
{
	background-color: #fcf8e3;
}

/* Settings */
.list-group-item.list-group-xs {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--single
{
	border-radius: initial;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 34px;
}

h1.m-xs .fa-ruble-sign {
	font-size: 26px;
	padding-bottom: 1px;
}

table th a {
	color: inherit;
}

.vertical-timeline-block-last {
  background: #f3f3f4;
}

.mejs__controls:not([style*="display: none"]) {
	background: #545454;
}

.mejs__container {
	background: #545454;
}

.im_panel_peer_online {
  background: #6ec26d;
  border: 2px solid #fff;
  /*display: block;*/
  width: 10px;
  height: 10px;
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  margin-top: 24px;
  margin-left: -7px;
}

.im_panel_peer_online_big {
  background: #6ec26d;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  margin-top: 77px;
  margin-left: -12px;
}

.pt-0 {
	padding-top: 0!important;
}

/* chosen z-index bug */
.chosen-container .chosen-drop {
	z-index: 3060;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 2px !important;
}
