.myButtonGreen {
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.myButtonGreen:hover {
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	background-color:#77a809;
}
.myButtonGreen:active {
	position:relative;
	top:1px;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:8px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}
.myButton:active {
	position:relative;
	top:1px;
}
input.button4 {
  position: relative;
  display: inline-block;
  font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  text-decoration: none;
  user-select: none;
  padding: .3em 1em;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 3px;
  background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
  box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
input.button4:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}
input.button4:active {
  top: 1px;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
  box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
a.href_left {
	display: inline-block;
	margin-left: 15px;
}
.show_small {
	display: none;
}
.subtitle {
	text-align: left;
	color: #4d4d4d;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}
.gram1 {
	float:left;
	height: 38px;
	text-align: center;
	color: #4d4d4d;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.gram_blue {
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 80%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(33%, rgba(73,155,234,1)), color-stop(80%, rgba(32,124,229,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 80%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 80%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 80%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(73,155,234,1) 33%, rgba(32,124,229,1) 80%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}
.gram_lost {
	_background-color: #d45008;
	/* Legacy browsers */
	background: #8f0d03 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#f02010),
		to(#8f0d03)
	);
	background: -webkit-linear-gradient(
		top,
		#f02010,
		#8f0d03
	);
	background: -moz-linear-gradient(
		top,
		#f02010,
		#8f0d03
	);
	background: -o-linear-gradient(
		top,
		#f02010,
		#8f0d03
	);
	background: linear-gradient(
		top,
		#f02010,
		#8f0d03
	);
}
.gram_in_work {
	/* Legacy browsers */
	background: #e9db00 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#fdf78f),
		to(#e9db00)
	);
	background: -webkit-linear-gradient(
		top,
		#fdf78f,
		#e9db00
	);
	background: -moz-linear-gradient(
		top,
		#fdf78f,
		#e9db00
	);
	background: -o-linear-gradient(
		top,
		#fdf78f,
		#e9db00
	);
	background: linear-gradient(
		top,
		#fdf78f,
		#e9db00
	);
}
.gram_done {
	_background-color: #39ec21;
	/* Legacy browsers */
	background: #168507 url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#39ec21),
		to(#168507)
	);
	background: -webkit-linear-gradient(
		top,
		#39ec21,
		#168507
	);
	background: -moz-linear-gradient(
		top,
		#39ec21,
		#168507
	);
	background: -o-linear-gradient(
		top,
		#39ec21,
		#168507
	);
	background: linear-gradient(
		top,
		#39ec21,
		#168507
	);
}
.gram {
	display: inline-block;
	height: 38px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
.group_info {
	margin-left: 30px;
}
a.group_name_href:hover {
	color: #62ab3e;
}
a.group_name_href {
	color: #4d4d4d;
	display: block;
	font-size: 15px;
	font-weight: bold;
	_margin-top: 25px;
	margin-left: 15px;
	transition: all .15s ease-in-out;
}
ul.menu_ul a.birthday:hover{
	color: #3d9711;
}
ul.menu_ul a.birthday {
	font-weight: bold;
	color: #ff2c4a;
}
.close_add_client:hover {
	border: 1px solid #890808;
	background-color: #890808;
	color: #fff;
}
.close_add_client {
	margin-top: 5px;
	border: 1px solid #6f6f6f;
	background-color: #6f6f6f;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	transition: all .15s ease-in-out;
}
.open_add_client:hover {
	background-color: #fff;
	color: #3d9711;
}
.open_add_client {
	margin-top: 15px;
	border: 1px solid #3d9711;
	background-color: #3d9711;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	transition: all .15s ease-in-out;
}
.add_client_window{
    margin-top: 15px;
	display: none;
    padding: 7px;
    background: #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 9999;

}
.input_g_list {
	width: 90%;
	font-size: 13px;
	text-align: center;
}
.m_info_l {
	text-align: left;
	padding-left:15px;
	font-size: 14px;
}
.m_info {
	text-align: center;
	font-size: 14px;
}
td.b_td {
	border: 1px solid #5f6060;
}
.table_head_text {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.table_head td {
	border: 1px solid #5f6060;
}
.table_head {
	background-color: #e2e3e3;
	height: 60px;
}
.main_input_label {
	width: 60%;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}
.img_li {
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.good_item1:hover {
	background-color: #f5f6f6;
}
.good_item1 {
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f7f8f8;
}
.good_item:hover {
	background-color: #f5f6f6;
}
.good_item {
	width: 70%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fff;
}
.all_right {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #3d9711;
	margin-top: 15px;
	margin-bottom: 15px;
}
.main_submit1:hover {
	color: #3d9711;
	background-color: #fff;
}
.main_submit1 {
	color: #fff;
	background-color: #3d9711;
	border: 1px solid #3d9711;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
	font-family: "OpenSansSemiBold";
}
.main_input1 {
	width: 400px;
	height: 30px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.main_submit:hover {
	color: #3d9711;
	background-color: #fff;
}
.main_submit {
	color: #fff;
	background-color: #3d9711;
	border: 1px solid #3d9711;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60%;
	font-family: "OpenSansSemiBold";
}
.main_input {
	width: 60%;
	height: 30px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.main_warning {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #8a0909;
	margin-top: 15px;
	margin-bottom: 15px;
}
a.ll:hover {
	color: #62ab3e;
	background-color: #fff;
}
a.ll {
	display: block;
	background-color: #62ab3e;
	border: 2px solid #62ab3e;
	color: #fff;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .15s ease-in-out;
}
ul.menu_ul a:hover {
	color: red;
}
ul.menu_ul a {
	color: #4d4d4d;
	transition: all .15s ease-in-out;
}
ul.menu_ul {
	font-size: 14px;
}
.page_subtitle1 {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
}
h2.page_subtitle {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 14px;
}
h1.page_title {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 15px;
}
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.form_submit:hover {
	background-color: #fff;
	color: #157dc1;
}
.form_submit {
	background-color: #157dc1;
	width: 82%;
	color: #fff;
	border: 1px solid #157dc1;
	font-family: "OpenSansSemiBold";
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	transition: all .15s ease-in-out;
	font-size: 14px;
	outline: none;
	margin-bottom: 15px;
	margin-top: 5px;
}
.pop_form input, select {
	display: block;
	width: 100%;
	line-height: 30px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
}
.pop_form select {
	padding-top: 7px;
	padding-bottom: 7px;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "OpenSansRegular", sans-serif;
	font-size: 16px;
	color: #4d4d4d;
}