body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}
body {
	font-size: 13px;
}
.m-portlet {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: #fff;
}
.m-portlet-not {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
	margin-bottom: 0rem;
}
.m-portlet .m-portlet__body {
    padding: 0rem 0rem 2.2rem;
}
.m-subheader-block {
    background: none;
    margin-bottom: 20px;
}
.m-portlet_title {
	display: inline-block;
    padding: 7px 25px 32px 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.55rem;
    vertical-align: middle;
    color: #151c33;
}

.m--font-black {
    color: #000000 !important;
}
.btn {
	font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-setting-table .btn {
    margin-right: 5px;
}
.btn.m-btn--custom {
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 1rem 1.25rem;
}
.btn-lg [class^="la-"], .btn-group-lg>.btn [class^="la-"], .btn-lg [class*=" la-"], .btn-group-lg>.btn [class*=" la-"] {
    font-size: 3rem;
	padding-right: 0.5rem;
}
@media (min-width: 768px) {
	.btn-sm-hide {
		display: none;
	}
}
@media (max-width: 1024px) {
	.btn-lg-hide {
		display: none;
	}
}
.m-btn--icon.m-btn--icon-only.btn-lg, .btn-group-lg>.m-btn--icon.m-btn--icon-only.btn {
    width: 40px;
    height: 38px;
}
.mr-3rem {
	margin-right: 3rem !important;
}
.table td, .table th {
    font-size: 14px;
	padding: .50rem;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px dashed #ecedf3;
	vertical-align: middle;
}
.table th {
	background: #ffffff;
	font-weight: 600;
    padding: 16px 10px;
	border-bottom: none;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #ecedf3;
}
.table td {
	color: #575962;
}
.table.table-light>thead>tr>th {
    font-weight: 600;
    font-size: 14px;
    color: #575962;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #faf9fc;
}

.table td:first-child, .table th:first-child {
 padding-left: 2.2rem;
}
.table td:last-child, .table th:last-child {
    padding-right: 2rem;
	text-align: right;
}
.dataTables_wrapper .dataTables_scroll {
    margin: 0rem 0 1rem !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.table-database_server .table {
	border-top: 1px solid #ecedf3;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
    color: #9ca1c3;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-icon {
    color: #9ca1c3;
}

.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-topbar__username {
    display: table-cell;
    vertical-align: middle;
    text-transform: inherit;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #f33e5c;
    padding-right: 10px;
}
/*Avatar*/
.m--img-avatar {
	width: 50px;
    height: 50px;
}

/*Brand*/
.m-brand .m-brand__logo .m-brand__logo-wrapper {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.big-mailru-icon {
	background-image: url(/assets-custom/svg/logos/mailru-icon.svg);
}
.m-subheader {
    padding: 5px 25px;
	position: fixed;
    height: 60px;
    top: 70px;
    left: 255px;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 94;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
    margin: 0;
}
.m-subheader_block_left {
	margin: 0;
    width: auto;
    float: left;
}
.m-subheader_block_right {
	margin: 0;
    width: auto;
    float: right;
}

/*Login*/
.m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: 1.5rem 1.5rem;
    margin-top: 1.5rem;
}
.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
    color: #91899f;
    background: #fff;
}
.m-login.m-login--2 .m-login__wrapper .m-login__container {
    width: 430px;
    padding: 30px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
@media (max-width: 1024px) {
	.m-login.m-login--2 .m-login__wrapper .m-login__container {
		width: 100%;
		padding: 15px;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		max-width: 430px;
		min-width: 300px;
	}
}
.macros_doc h3 {
	margin-bottom: 0em;
}
.bd-example {
	margin-right: 15px;
    margin-left: 15px;
	padding-bottom: 60px;
}

.bd-example .row>.col, .bd-example .row>[class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #ffffff;
    border: 1px solid #ebedf2;
	color: #575962;
	font-size: 14px;
}
.bd-example .row{
	color: #000000;
}
.bd-example .row div{
	word-wrap: break-word;
}
.bd-example .row .attribute {
	background-color: #faf9fc;
}
.bd-example .row .green-text {
	color: #009688;
}
.bd-example.row .red-text {
	color: #e91e63;
}
.space-height-20 {
	height: 20px;
}
.space-height-80 {
	height: 80px;
}
.alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__text {
    padding-left: 1.75rem;
	font-size: 14px;
}
.alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__icon {
    position: relative;
    padding: 1.2rem 1.75rem;
}
.margin-20-30-0 {
	margin: 20px 30px 0px;
}


.m-web-tasks .m-widget5__stats1 {
    text-align: center;
    width: 100%;
    padding-top: 1rem;
	padding-bottom: 1rem;
    vertical-align: top;
}
.m-web-tasks .m-widget5__stats1 .m-widget5__number {
    font-size: 1.5rem;
    font-weight: 600;
}
.m-web-date {
	font-size: 11px;
}
.web-stat-block {
	display: flex;
	width: 100%;
}

.web-stat-cell {
	text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
	min-width: 33%;
}
.web-stat-cell-25 {
	min-width: 25%;
}
.web-stat-cell-50 {
	min-width: 50%;
}
.web-stat-cell > .web-stat-count {
	font-size: 1.5rem;
    font-weight: 600;
}
.custom_faq_list> li> a {
	margin-bottom: 8px;
}
.custom-log-area>.form-control {
	border-color: #71305f;
    background-color: #ffffff;
}
@media (min-width: 768px) {
	.custom-log-area>.form-control {
		min-height: 650px;
	}
}

.custom-log-area>.kitchen {
	border-color: #71305f;
    background-color: #ffffff;
	border-radius: 0.25rem;
}
@media (min-width: 768px) {
	.custom-log-area>.kitchen {
		min-height: 80px;
	}
}



.ms-container-color-green .ms-container .ms-list {
	border-color: #34bfa3;
}

.ms-container-color-orange .ms-container .ms-list {
	border-color: #ffb822;
}


.form-control.is-warning, .custom-select.is-warning {
    border-color: #ffb822;
}

.form-control.focus, .form-control:focus {
    border-color: #71305f;
}
.form-control[readonly], .form-control {
    border-color: #c4c5d6;
    color: #575962;
	border-radius: .25rem;
}
.ms-container .ms-list {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #c4c5d6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0.25rem;
}
.ms-container .ms-list.ms-focus{
  border-color: #71305f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #71305f;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #71305f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #71305f;
  outline: 0;
  outline: thin dotted \9;
}
.select-group-subscribe>.ms-container .ms-list {
	height: 300px;
}
.select-group-vps>.ms-container .ms-list {
	height: 100px;
}
.custom-file .custom-file-label {
    border-color: #c4c5d6;
    color: #575962;
}
.custom-file .custom-file-input:focus+.custom-file-label {
    border-color: #71305f;
}

.m-radio_block>.m-option__control input[checked] {
    background: #f00;
}
.m-portlet  .m-portlet_tasksactiv {
	padding: 2.2rem 2.2rem;
}
.m-portlet  .m-portlet_adminCPU {
	padding: 2.2rem 2.2rem 0.5rem;
}
.info_tasksactiv, .count_tasksactiv, .bottom_tasksactiv, .count_adminCPU {
    margin: 15px 0;
}
.info_tasksactiv {
	border-right: 1px dashed #ebedf2;
    padding-right: 2rem;
}
.count_tasksactiv {
	border-right: 1px dashed #ebedf2;
    padding-right: 2rem;
}
.count_adminCPU {
	border-right: 0px dashed #ebedf2;
    padding-right: 2rem;
}
@media (max-width: 1024px) {
	.info_tasksactiv {
		border-right: none;
		padding-right: 0rem;
	} 
	.count_tasksactiv {
		border-right: none;
		padding-right: 0rem;
	}
}

.progress_database_server {
    padding-top: 1rem;
	padding-bottom: 2rem;
}
.progress_database_server .m-progress--sm {
	width: 100%;
    margin-top: 0.8rem;
    display: inline-flex;
}
.progress_database_server .detailstat-progress-title {
	float:left;
	font-size: 14px;
}
.progress_database_server .detailstat-progress-value {
	float:right;
	font-size: 14px;
}
.progress_database_server .progress-red-bg {
    background-color: #E91E63;
}

.progress_tasksactiv {
	border-top: 1px dashed #ebedf2;
    padding-top: 1rem;
}
.progress_tasksactiv .m-progress--sm {
	width: 100%;
    margin-top: 0.8rem;
    display: inline-flex;
}
.progress_tasksactiv .detailstat-progress-title {
	float:left;
	font-size: 14px;
}
.progress_tasksactiv .detailstat-progress-value {
	float:right;
	font-size: 14px;
}
.w-progress-bar {
    background-color: #5867dd;
}
.m-web-small {
	font-size: 11px;
}
@media (min-width: 1025px) {
	.m-portlet.m-portlet--half-height {
		height: auto;
	}
}
.BlockTopUsers .m-option .m-option__control {
    width: 2rem;
}
.BlockTopUsers .m-option {
    display: inline-flex;
    padding: 1.5rem;
    margin-right: 0.5rem;
    background-color: #ffffff;
	border: 1px solid #c4c5d6;
    border-radius: .25rem;
    cursor: pointer;
	text-decoration: none;
}