﻿@charset "utf-8";
.zoom {
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}
.zoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #000
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #000
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #636363;
	text-shadow: 1px 1px 0 #d8d8d8
}
.rub {
	line-height: 5px;
	width: .4em;
	border-bottom: 1px solid;
	display: inline-block
}
#page_head {
	background-color: #757575;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #656565;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgb(0 0 0/13%);
	border-radius: 0;
	padding: 3px;
	color: #fff;
	height: 25px;
	line-height: 5px;
	letter-spacing: 3px
}                                                                                                                                                              
#page_info {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #bfe4a8;
	border-left: 10px solid #bfe4a8;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}
#page_info:hover {}

#page_error {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #da251c;
	border-left: 10px solid #da251c;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

.page_tasks {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: rgb(165,216,243,0.5);
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 10px;
	border: 1px solid #2581b2;
	border-left: 10px solid #2581b2;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}
.page_tasks:hover {}


#page_str {
	color: #666;
	letter-spacing: 1.5px;
	border-bottom: 1px dashed #dadada;
	text-shadow: 1px 1px 0 #d8d8d8;
	width: auto
}
input[type=submit] {
	background-color: #5da7ce;
	padding: 5px;
	height: 46px;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	text-align: center;
	outline: none;
	width: 220px;
	font-weight: 700;
	transition: .2s;
	color: #fff;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
input:hover[type=submit]:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub2 {
	padding: 5px;
	height: 46px;
	background-color: #69d473;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub2:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub3 {
	padding: 5px;
	height: 46px;
	background-color: #f58938;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub3:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub4 {
	padding: 5px;
	height: 46px;
	background-color: #da5e50;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub4:hover {
	background-color: #fff;
	color: #7a7a7a
}
#knp {
	border: 1px solid #a7a7a7;
	background-color: #5da7ce;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp:hover {
	background-color: #fff
}
#knp a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp a:hover {
	color: #7a7a7a
}
#knp2 {
	border: 1px solid #a7a7a7;
	background-color: #69d473;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp2:hover {
	background-color: #fff
}
#knp2 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp2 a:hover {
	color: #7a7a7a
}
#knp3 {
	border: 1px solid #a7a7a7;
	background-color: #f58938;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp3:hover {
	background-color: #fff
}
#knp3 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp3 a:hover {
	color: #7a7a7a
}
#knp4 {
	border: 1px solid #a7a7a7;
	background-color: #da5e50;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp4:hover {
	background-color: #fff
}
#knp4 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp4 a:hover {
	color: #7a7a7a
}
#tab {
	border: 0 #ccc solid;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left
}
#tab td {
	padding-left: 10px
}
#tab #tab_head {
	height: 35px;
	text-align: center;
	background: #6b6767;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #e0e0e0;
	font-size: 14px
}
#tab #tab_head {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .11);
	font-size: 12px
}
#tab tr:nth-child(odd) {
	background-color: #f9f9f9;
	height: 32px;
	border-left: 0 solid #e0e0e0;
	border-right: 0 solid #e0e0e0
}
#tab tr:nth-child(even) {
	background-color: #f9f9f9;
	height: 32px;
	border-left: 0 solid #e0e0e0;
	border-right: 0 solid #e0e0e0
}
#tab tr:nth-child(2) {}
#tab tr {
	border-bottom: 1px dashed #dedede
}
#modal {
	position: fixed;
	background-color: rgb(0 0 0/16%);
	top: 0;
	bottom: 0;                                                                                                                                      
	left: 0;
	right: 0;
	z-index: 9999
}
#info .message {
	background-color: #fff;
	border-radius: 5px;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	width: 50%;
	min-width: 600px;
	margin: auto;
	text-align: center;
	color: #464646;
	letter-spacing: 1.1px;
	-webkit-box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset;
	-moz-box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset;
	box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset
}
#info_close {
	background-color: #82e054;
	border: 0 solid #def7e0;
	width: 100%;
	line-height: 36px;
	border-radius: 5px 5px 0 0;
	margin: auto;
	text-align: right;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	-moz-box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	border-bottom: 1px solid #5fb535
}
#info_close i {
	color: #fff;
	font-size: 32px;
	margin-right: 10px;
	vertical-align: middle
}
#info_close i:hover {
	color: #e7e7e7
}
#info .inf_txt {
	padding: 15px
}
.nav_str {
	font-weight: 700
}
.nav_str a {
	background-color: #fff;
	color: #38858b;
	padding: 3px 12px;
	margin-right: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 5px solid #f9f9f9;
	display: inline-table
}
.nav_str a:hover {
	background-color: #f9f9f9
}
#_menu {
	display: flex;
	margin-bottom: 20px
}
#_menu div {
	width: 100%;
	background-color: #4daca5;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 3px
}
#_menu div:hover {
	background-color: #61b9b3
}
#_menu a:hover {
	color: #fff
}
#_menu a {
	display: block;
	color: #fff
}
.topstata i {
	color: #394551
}
.topstata b {
	color: #85ad4b
}
input[type=text], input[type=password] {
	background-color: #fff;
	color: #737373;
	padding: 5px 20px 5px 22px;
	height: 35px;
	width: 241px;
	line-height: 30px;
	transition: .5s;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #e9e9e9
}
input[type=text]:disabled {
	background-color: #f9f9f9
}
input:focus[type=text], input:focus[type=password] {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #e9e9e9;
	outline: none
}
input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #dadada
}
#input_ico {
	position: relative
}
#input_ico i {
	position: absolute;
	border-right: 1px solid #dadada;
	height: 45px;
	margin: 1px;
	line-height: 46px;
	width: 45px;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 5px 0 0 5px;
	color: #4a4a4a
}
@-moz-document url-prefix() {
	#input_ico i {
		top: -16px
	}
}
#input_ico input {
	padding: 5px 3px 5px 60px
}
#input_ico2 {
	position: relative
}
#input_ico2 i {
	position: absolute;
	right: -1px;
	border-left: 1px solid #dadada;
	height: 45px;
	margin: 1px;
	line-height: 46px;
	width: 45px;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 0 5px 5px 0;
	color: #4a4a4a
}
@-moz-document url-prefix() {
	#input_ico2 i {
		top: -17px
	}
}
select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzAwN0NCMiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=), linear-gradient(to bottom, #ffffff 0%, #FFFFFF 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .9em auto, 100%;
	outline: none;
	border: 1px solid #c9d1d3;
	border-radius: 3px;
	padding-left: 53px;
	padding-right: 8px;
	height: 47px;
	width: 305px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #394551
}
textarea {
	padding: 8px 9px;
	border: 1px solid #cecece;
	border-radius: 3px;
	height: 70px;
	min-width: 200px
}
input[type=checkbox] {
	width: 16px;
	height: 16px;
	border: 1px solid #cecece;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	cursor: pointer;
	border-radius: 3px
}
#alert-danger {
	letter-spacing: 1.1px;
	text-align: center;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 24px;
	border: 1px solid #ff3313;
	border-left: 10px solid #ff3313;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

#alert-warning {
	letter-spacing: 1.1px;
	text-align: center;
	background-color: #efffe5;
	color: #c73719;
	line-height: 25px;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 24px;
	border: 1px solid #fca238;
	border-left: 10px solid #fca238;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}