* {
    /*animation-duration: 0s !important;
    animation: none;*/
    /*transition: none !important;
    transition-duration: 0s !important;*/
}
h2, h3, h4 {
    color: #676a6c;
}
.ant-form-item-label label {
    color: #676a6c;
}
.ant-modal-title {
    color: #676a6c;
    height: 44px;
    display: table-cell;
    vertical-align: middle !important;
}
.ant-table-column-title {
    color: #676a6c;
}
.bold {
    font-weight: bold;
}
.deleted {
    text-decoration: line-through;
}
#components-layout-demo-custom-trigger {
    height: 100vh;
}
#components-layout-demo-custom-trigger .trigger {
    font-size: 18px;
    line-height: 64px;
    padding: 0 24px;
    cursor: pointer;
    transition: color 0.3s;
}

#components-layout-demo-custom-trigger .trigger:hover {
    color: #1890ff;
}

#components-layout-demo-custom-trigger .logo {
    float: left;
    width: 200px;
    height: 64px;
    padding-left: 24px;
}
#components-layout-demo-custom-trigger .logo h1 {
    padding: 0;
    margin: 10px 0 0 0;
    color: white;
    line-height: normal;
    font-weight: normal;
}
#components-layout-demo-custom-trigger .logo p {
    color: #D0D0D0;
    font-size: 75%;
    line-height: normal;
}
/** ConfirmYesNo **/
.confirmYesNo .ant-modal-header {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
/**
	Header
 */
#header {
    position: fixed;
    z-index: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    background-color: #334454;
    user-select: none;
}
#header > ul.ant-menu {
    line-height: 64px;
    float: left;
    background-color: #334454;
}
#header .headerRight span.trigger {
    font-size: 16px;
    line-height: 64px;
    padding: 0 24px;
    float: right;
    color: #b8bec3;
}
#header .headerRight span.me {
    float: right;
	text-align: right;
	line-height: 20px;
	height: 64px;
	padding-top: 11px;
    color: white;
}
#header .headerRight .spin {
    font-size: 32px;
    line-height: 64px;
    padding: 2px 12px 0 0;
    float: right;
    color: #b8bec3;
}
/**
	Sidebar
 */
#sidebar > div > ul > li {
    width: 100%;
}
/**
Фиксим отображение селектов (для многострочных option)
 */
.ant-select * {
	cursor: pointer !important;
}
.ant-select .ant-select-selection-selected-value {
    height: 30px;
}
.ant-select-sm .ant-select-selection-selected-value {
    height: 20px;
}
.ant-select-lg .ant-select-selection-selected-value {
    height: 38px;
}
.ant-select.twoRows .ant-select-selection, .ant-select.twoRows .ant-select-selection-selected-value {
	height: 60px;
}
.ant-select-sm.twoRows .ant-select-selection, .ant-select-sm.twoRows .ant-select-selection-selected-value {
	height: 46px;
}
.ant-select-lg.twoRows .ant-select-selection, .ant-select-lg.twoRows .ant-select-selection-selected-value {
	height: 76px;
}
/**
Фиксим отображение диалогов
 */
.ant-modal-confirm .ant-modal-body {
    padding: 20px 16px 16px 16px;
}
.ant-modal-confirm-btns .ant-btn-default {
    float: right;
    margin-left: 12px;
}
.ant-modal-confirm .ant-modal-confirm-body {
    margin: 0;
}
.ant-modal-confirm .ant-modal-confirm-body i {
    margin-top: 3px;
}
.ant-modal-confirm .ant-modal-confirm-content {
    border-top: 1px solid #e8e8e8;
    margin-left: -12px !important;
    margin-right: -12px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
}
.ant-modal-confirm  .ant-modal-confirm-title {
    line-height: 28px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 16px;
    padding-top: 8px;
    padding-right: 12px;
    border-top: 1px solid #e8e8e8;
    float: none;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn-danger {
    float: right;
}
.ant-popover-buttons {

}
.ant-popover-buttons .ant-btn-sm {
	float: right;
}
.ant-popover-buttons .ant-btn-danger {
	float: none;
}
.ant-picker * {
    cursor: pointer;
}
.ant-page-header {
    box-shadow: 0 5px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
/**
Фиксим отображение модальных окон
 */
.ant-modal-header {
    padding: 8px 12px;
}
.ant-modal .ant-modal-body {
    padding: 8px 12px;
}
.ant-modal .modalButtonBar {
    border-top: 1px solid #e8e8e8;
    padding: 10px 16px 2px 16px;
    margin-left: -12px;
    margin-right: -12px;
    text-align: right;
}
.ant-modal .modalErrorBar {
    padding: 8px 12px 8px 12px;
    background-color: #fff1f0;
    color: #fd675f;
    margin: 8px -12px -8px -12px;
    border-width: 2px 0 0 0;
    border-top: 2px solid #ffa39e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.modalDivider {
    background-color: red;
    border-top: 1px solid #e8e8e8;
    margin: 4px -12px 8px -12px;
}
.ant-modal .modalErrorBlock {
	border-top: 1px solid #e8e8e8;
	background-color: #fff8f8;
	padding: 10px 16px 10px 16px;
	margin-left: -12px;
	margin-right: -12px;
	color: #ff4d4f;
	font-weight: 500;
	font-size: 14px
}
.ant-modal .modalButtonBlock {
	border-top: 1px solid #e8e8e8;
	padding: 10px 16px 2px 16px;
	margin-left: -12px;
	margin-right: -12px;
	text-align: right;
}
/**
Фиксим ячейку с действиями в таблице
 */
.tableActions {
    padding: 0 4px 0 4px !important;
}
.ant-table th {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.ant-table td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    vertical-align: top;
}
.ant-table-footer {
    padding: 8px;
}
/**
Фиксим формы
 */
.ant-form-item-label {
    padding-bottom: 2px !important;
    font-weight: 500;
}
.ant-form-item {
    margin-bottom: 8px;
}
.ant-form-item p {
    margin-bottom: 4px;
}
.ant-btn i {
    margin-right: 4px;
}
/*Убираем слишком большую минимальную высоту элементов формы*/
.ant-form-item-control-input {
	min-height: auto;
}
/**
Добавляекм зелёный стиль кнопке
 */
.ant-btn-success {
    color: #fff;
    background-color: #54A754;
    border-color: #54A754;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-success {
    color: #fff;
    background-color: #54A754;
    border-color: #54A754;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-success:hover,
.ant-btn-success:focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.ant-btn-success:active,
.ant-btn-success.active {
    color: #fff;
    background-color: #448844;
    border-color: #448844;
}
.ant-btn-group .ant-btn-success:not(:first-child):not(:last-child) {
    border-right-color: #5cb85c;
    border-left-color: #5cb85c;
}
.ant-btn-group .ant-btn-success:first-child:not(:last-child) {
    border-right-color: #5cb85c;
}
.ant-btn-group .ant-btn-success:last-child:not(:first-child),
.ant-btn-group .ant-btn-success + .ant-btn-success {
    border-left-color: #5cb85c;
}
/**
	Стилизуем меню в разделе помощи
 */
ul.helpMenu {
	border-right-width: 0;
}
ul.helpMenu li {
	padding-left: 24px !important;
	/*padding-top: 12px !important;
	padding-bottom: 12px !important;*/
	line-height: 48px !important;
	height: 48px !important;
}
/**
    Стилизуем чекбоксы
 */
label.redCheckbox .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #ff4d4f;
    border-color: #ff4d4f;
}
label.redCheckbox .ant-checkbox-checked::after {
    border: 1px solid #ff4d4f;
}
label.greenCheckbox .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #54b03e;
    border-color: #54b03e;
}
label.greenCheckbox .ant-checkbox-checked::after {
    border: 1px solid #54b03e;
}
/**
	Стилизуем табы
 */
.ant-tabs-bar {
	margin-bottom: 0;
}

body {
    background-color: #f0f2f5;
}
.authError * {
    color: #ff6357;
}
