/* Главная страница */

#indexPage {
	background-image: url(/images/fon.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#indexPage .logo-bar {
	color: #fff;
}

#indexPage .logo-bar .actions .search-block input::-webkit-input-placeholder {
	color: #5f6366;
}

#indexPage .logo-bar .actions .search-block input::-moz-placeholder {
	color: #5f6366;
}

#indexPage .logo-bar .actions .search-block input:-moz-placeholder {
	color: #5f6366;
}

#indexPage .logo-bar .actions .search-block input:-ms-input-placeholder {
	color: #5f6366;
}

#indexPage .menu-bar {
	border-top: 1px solid #fff;
	color: #fff;
}

#indexPage .menu-bar .item a {
	color: #fff;
}

#indexPage .menu-bar .item .sub-menu .sub-item {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}

#indexPage .menu-bar .item .sub-menu .sub-item:hover {
	color: #E19E35 !important;
}

#header .logo-bar .actions .search-block {
	color: #5f6366;
}

#indexPage .logo-bar .actions .search-block input {
	color: #5f6366;
}

#indexPage .logo-bar .actions .buttons .logo-splitter {
	background-color: #fff;
}

#indexPage .logo-bar .actions .buttons .langs .lang:hover, #indexPage .logo-bar .actions .buttons .langs .lang.active {
	color: #4DF5FF;
}

/* Контентные страницы */

#contentPage {
	background-color: #F2F2F2;
}

#contentPage .page-header {
	background-color: #fff;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}

#contentPage .menu-bar .item.search-block {
	border: #CACACA 1px solid;
	border-radius: 15px;
}

#contentPage .page-content {
	background-color: #fff;
	padding: 30px 25px;
}

#contentPage .menu-bar {
	border-top: 1px solid #585858;
	color: #000;
	background-color: #fff;
}

#contentPage .menu-bar .item a {
	color: #534E4B;
}

#contentPage .menu-bar .item .sub-menu {
	background-color: #fff;
}

#contentPage .menu-bar .item .sub-menu .sub-item {
	color: #534E4B !important;
	border-bottom: 1px solid #534E4B;
}

#contentPage .menu-bar .item .sub-menu .sub-item:hover {
	color: #E19E35 !important;
}

#contentPage .logo-bar .actions .search-block {
	color: #534E4B;
}

#contentPage .logo-bar .actions .search-block input {
	color: #534E4B;
}

#contentPage .logo-bar .actions .buttons .logo-splitter {
	background-color: #585858;
}

#contentPage .logo-bar .actions .buttons .langs .lang:hover, #contentPage .logo-bar .actions .buttons .langs .lang.active {
	color: #FE9A11;
}

/* Модальные окна */

.ui.modal.pgu-modal .close.icon {
	top: 16px !important;
	right: 6px !important;
	color: #555 !important;
}

.ui.modal.pgu-modal .header {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: 20px center;
	padding-left: 100px;
}

/* Datatables */

#content .dataTable thead tr th {
	background-color: #1298D7 !important;
	color: #fff;
}

#dt_counter {
	margin-top: 13px !important;
	float: right;
	margin-right: 40px;
}