#main_section .approved {
	color: #40AA36;
	}

#main_section .deny {
	color: #FE001B;
	}

#main_section .button_approve {
	background: #2DA44E;
	border: 1px solid #2DA44E;
	color: #FFFFFF;
	padding: 0 30px;
	}

#main_section .button_approve:hover {
	background: #2C974B;
	}

#main_section .button_approve:active {
	background: #116329;
	}

#main_section .button_deny {
	background: #CF222E;
	border: 2px solid #CF222E;
	color: #FFFFFF;
	}

#main_section .button_deny:hover {
	background: #C4202B;
	}

#main_section .button_deny:active {
	background: #82071E;
	}

#main_section .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 20px auto 20px auto;
	max-width: 1500px;
	padding: 0 5px 0 5px;
	text-align: left;
	width: 100%;
	}

#main_section .content > .logo_page {
	margin: 30px auto 0 auto;
	padding: 0 10px;
	}

#main_section .content > .logo_page > img {
	max-width: 490px;
	width: 100%;
	}

#main_section .content > .login_window {
	display: flex;
	/*height: 150px;*/
	flex-direction: column;
	margin: auto;
	max-width: 350px;
	width: 100%;
	}

/*#main_section .content > .login_window .msg_window { Перенесо в main.css глобально
	display: flex;
	margin: 0 0 10px 0;
	}*/

#main_section .content > .login_window > .login_form {
	height: 100%;
	width: 100%;
	}

#main_section .content > .login_window .login_container {
	align-items: center;
	display: flex;
	height: 50px;
	width: 100%;
	}

#main_section .content > .login_window .login_container > button {
	max-width: 40%;
	}

#main_section .content > .login_window .login_denied {
	height: 100px;
	width: 100%;
	}

#main_section .content > .login_window .login_denied > span {
	margin: auto;
	/*text-transform: uppercase;*/
	}

#main_section .content .content_pages {
	display: flex;
	flex-direction: row;
	justify-content: right;
	}

#main_section .content .content_pages > .page {
	display: flex;
	height: 30px;
	margin: auto 3px auto 3px;
	}

#main_section .content .content_pages > .page > a {
	color: #DCDCDC;
	}

#main_section .content .content_pages > .page > a:hover {
	color: #999999;
	text-decoration: none;
	}

#main_section .content .content_pages > .page > .current_page {
	color: #404040;
	}

#main_section .share {
	display: flex;
	flex-direction: column;
	/*margin: auto;*/
	/*max-width: 900px;*/
	width: 100%;
	}

#main_section .share > table {
	width: 100%;
	}

#main_section .share > table tr:hover {
	background: #F8F8F8;
	}

#main_section .share > table th {
	background: #F8F8F8;
	padding: 3px 3px;
	vertical-align: middle;
	}

#main_section .share > table td {
	padding: 3px 3px;
	vertical-align: middle;
	}

#main_section .share > table a {
	color: #303030;
	text-decoration: none;
	}

#main_section .share > table a:hover {
	color: #54AEFF;
	text-decoration: underline;
	}

#main_section .share > .share_block {
	display: flex;
	min-height: 50px;
	width: 100%;
	}

#main_section .share > .share_block > .title {
	margin: auto;
	}

#main_section .share > .share_block > .title {
	margin: auto;
	}

#main_section .share > .share_block > .left {
	display: flex;
	height: 100%;
	min-width: 200px;
	width: 200px;
	}

#main_section .share > .share_block > .left > span {
	margin: auto auto auto 0px;
	}

#main_section .share > .share_block > .left > .search_panel > button:hover {
	background-color: #555555;
	}

#main_section .share > .share_block > .left > .search_panel > button:active {
	background-color: #777777;
	}

#main_section .share > .share_block > .right {
	display: flex;
	flex: auto;
	height: 100%;
	justify-content: right;
	}

#main_section .share > .share_block > .right > div {
	display: flex;
	}

#main_section .share > .share_block > .right > div > span {
	margin: auto;
	}

#main_section .share > .share_block > .right > div > span > a {
	color: #303030;
	text-decoration: none;
	}

#main_section .share > .share_block > .right > div > span > a:hover {
	color: #54AEFF;
	text-decoration: underline;
	}

#main_section .share > .share_block > .right > label {
	margin: auto auto auto 0px;
	text-decoration: none;
	}

#main_section .share > .share_block > .right > label:hover {
	cursor: pointer;
	text-decoration: underline;
	}

#main_section .share > .share_block > .right > span {
	margin: auto auto auto 0px;
	}

#main_section .share > .share_block > .right > .approver {
	width: 100%;
	}

#main_section .share > .share_block > .right > .button_block {
	margin: auto 0px auto 0px;
	}

#main_section .share > .share_block > .right > .checkbox_block {
	margin: auto auto auto 0px;
	}

#main_section .share > .share_block > .right > .checkbox_block > input {
	height: auto;
	width: auto;
	}

#main_section .share > .share_block > .right > .checkbox_block > label {
	padding: 0 0 0 5px;
	}

#main_section .share > .share_block > .right .filter_left {
	border-radius: 5px 0 0 5px;
	}
	
#main_section .share > .share_block > .right .filter_right {
	border-radius: 0 5px 5px 0;
	}

#main_section .share > .share_block > .right > .link {
	flex: auto;
	margin: auto auto auto 40px;
	}

#main_section .share > .share_block > .right > .search_panel {
	display: flex;
	width: 100%;
	}

#main_section .share > .share_block > .right > .search_panel > input {
	border-radius: 0;
	}

#main_section .share > .share_block > .right > .search_panel > button {
	/*background-color: #404040;*/
	background: url(/_styles/icons/icons8-search-64.png) no-repeat center #404040;
	background-size: 60%;
	border: 1px solid #404040;
	border-left: none;
	height: 38px;
	width: 50px;
	}
	
#main_section .share > .share_block > .right > .search_panel > button:hover {
	background-color: #606060;
	}

#main_section .share > .share_block > .right > .search_panel > button:active {
	background-color: #A0A0A0;
	}
	
#main_section .share > .share_block > table {
	width: 100%;
	}

#main_section .share > .share_block > table td {
	border: 1px solid #404040;
	padding: 3px 3px;
	vertical-align: middle;
	}

#main_section .dowload_passwd_block {
	display: flex;
	/*flex-direction: column;*/
	margin: 20px auto auto auto;
	max-width: 400px;
	width: 100%;
	}
#main_section .dowload_passwd_block > .input_block {
	display: flex;
	flex: auto;
	}

#main_section .dowload_passwd_block > .button_block {
	display: flex;
	margin: auto 0px auto 5px;
	max-width: 70px;
	width: 100%;
	}