html, body {
	width: 100%;
	min-width: 480px;
	min-height: 600px;
	height: 100%;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #656E7E;
}

a { text-decoration: underline; } a:hover {text-decoration: none;}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.wrapbig {
	width: 100%;
	min-width: 480px;
	position: relative;
	height: 100%;
}

.bx-auth {
	width: 450px;
	height: 350px;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -275px 0px 0px -225px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.bx-auth input[type=text], .bx-auth input[type=password] {
	width: 440px;
	height: 54px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	border: 1px #fff solid;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

.bx-auth label {
	color: rgba(255, 255, 255, 0.6);
	margin-left: 5px;
}

.bx-auth a {
	color: rgba(255, 255, 255, 0.6);
} .bx-auth a:hover { text-decoration: none; }


/* button
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-size: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0.5em 2em 0.55em;
	text-shadow: 0 1px 0px rgba(0,0,0,.5);
	-webkit-border-radius: .1em;
	-moz-border-radius: .1em;
	border-radius: .1em;
/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* green */
.green {
	color: #fff;
	border: solid 1px #91BD4E;
	border-bottom: solid 1px #71A334;
	/* background: #91BD4E; */
	background: -webkit-gradient(linear, left top, left bottom, from(#91BD4E), to(#71A334));
	background: -moz-linear-gradient(top,  #91BD4E,  #71A334);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD4E', endColorstr='#71A334');
}
.green:hover {
	border: solid 1px #71A334;
	border-bottom: solid 1px #91BD4E;
	background: -webkit-gradient(linear, left top, left bottom, from(#71A334), to(#91BD4E));
	background: -moz-linear-gradient(top,  #71A334,  #91BD4E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A334', endColorstr='#91BD4E');
}
.green:active {
	border: solid 1px #71A334;
	border-bottom: solid 1px #91BD4E;
	background: -webkit-gradient(linear, left top, left bottom, from(#71A334), to(#91BD4E));
	background: -moz-linear-gradient(top,  #71A334,  #91BD4E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#71A334', endColorstr='#91BD4E');
}

.green:disabled {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#d4d4d4), to(#b1b1b1));
	background: -moz-linear-gradient(top,  #d4d4d4,  #b1b1b1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d4', endColorstr='#b1b1b1');
	border: none;
}

.wrap {
	width: 980px;
	margin: 0px auto;
}

h1 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 150px;
	margin: 0px;
}

.header {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-top: 80px;
	margin: 0px;
	position: relative;
}

.line {
	border: 1px #fff solid;
	width: 280px;
	margin: 20px auto;

}

.content {
	width: 780px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	color: #444;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}

.content a {
	color: #007FFF;
}

select {
	position: relative;
	margin: 2px 0px 2px 0px;
	padding: 1px 25px 3px 5px;
	height: 38px;
	outline: none;
	border: 1px solid #444;
	border-radius: 1px;
	background: url(/images/str_down.png) transparent no-repeat right center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	/* resize: none; */
	-webkit-appearance: none;
	-moz-appearance: window;
}

.create_app select {
	position: relative;
	margin: 0px;
	top: -1px;
	padding: 1px 25px 3px 5px;
	height: 46px;
	outline: none;
	border: 1px solid #444;
	border-radius: 1px;
	background: url(/images/str_down.png) #fff no-repeat right center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 16px;
	/* resize: none; */
	-webkit-appearance: none;
	-moz-appearance: window;
}

select.timework {
	position: relative;
	margin: 2px 0px 2px 0px;
	padding: 1px 18px 3px 10px;
	height: 25px;
	outline: none;
	border: 1px solid #444;
	border-radius: 1px;
	background: url(/images/select_str_w.png) #444 no-repeat 31px center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	/* resize: none; */
	-webkit-appearance: none;
	-moz-appearance: window;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content h2 {
	font-size: 18px;
}

.app_list {
	display: inline-block;
	position: relative;
	width: 112px;
	height: 112px;
	background-color: rgba(255,255,255,0.1);
	border: 2px #fff solid;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	vertical-align: middle;
	margin: 0px 10px;
}

.app_list span {
	width: 112px;
	display: block;
	position: absolute;
	left: 0px;
	text-align: center;
	top: 110%;
	color: rgba(255,255,255,0.9);
}

.app_list:hover span {
	color: rgba(255,255,255,1);
}

.new_app {
	display: inline-block;
	width: 112px;
	height: 112px;
	background-color: rgba(255,255,255,0.1);
	border: 2px #fff solid;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0px rgba(0,0,0,.3);
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	vertical-align: middle;
	overflow: hidden;
	margin: 0px 10px;
}

.new_app:hover {
	background-color: rgba(255,255,255,0.4);
	text-decoration: none;
}

.new_app span {
	display: block;
	padding-top: 35px;
}

.logout {
	position: absolute;
	padding: 10px 20px;
	color: #fff;
	top: 10px;
	right: 50px;
	background-color: rgba(0,0,0,0.5);
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 100;
}

.logout:hover {
	background-color: rgba(0,0,0,1);
	text-decoration: none;
}

.personal {
	background: url(/images/personal.png) no-repeat left center;
	height: 21px;
	position: absolute;
	top: 15px;
	right: 170px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	padding-left: 33px;
	display: inline-block;
	padding-top: 5px;
	z-index: 100;
} .personal:hover { text-decoration: none; }

.apps_content {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.toleft {
	-moz-transform: translate(-80%, 0%);
	-webkit-transform: translate(-80%, 0%);
	-o-transform: translate(-80%, 0%);
	-ms-transform: translate(-80%, 0%);
}

.create_app {
	position: absolute;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
	width: 400px;
	padding: 20px 30px;
	top: 50%;
	left: 50%;
	color: #fff;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: none;
}

.create_app input[type=text] {
	width: 385px;
	height: 40px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	border: 1px #fff solid;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

.content input[type=text] {
	width: 270px;
	height: 38px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	border: 1px #444 solid;
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 15px;
}

.create_app textarea {
	width: 375px;
	height: 80px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	border: 1px #fff solid;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}


.back {
	background: url(/images/back_link.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	text-decoration: none;
	display: block;
	height: 24px;
	float: left;
	padding-top: 7px;
	color: #fff;
}

.menu {
	width: 125px;
	height: 100%;
	background-color: rgba(54,54,57,0.8);
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	overflow: hidden;
}

.menu .menu_item {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.menu .menu_item span {
	display: block;
	margin-top: 5px;
}

.menu table {
	height: 100%;
	max-height: 900px;
}

.menu table td {
	width: 125px;
	/* height: 100px; */
}

.menu table td:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#91BD4E), to(#71A334));
	background: -moz-linear-gradient(top,  #91BD4E,  #71A334);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD4E', endColorstr='#71A334');
}

.menu table td.first:hover {
	background: none;
	filter:  none;
}

.menu table td.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#91BD4E), to(#71A334));
	background: -moz-linear-gradient(top,  #91BD4E,  #71A334);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91BD4E', endColorstr='#71A334');
}

.sections {
	position: absolute;
	width: 300px;
	height: 80%;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	top: 5%;
	padding: 15px;
}

.help_text {
	width: 726px;
	height: 150px;
	padding: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	border: 1px #444 solid;
	background-color: transparent;
	margin-top: 5px;
	margin-bottom: 15px;
}

.podmenu {
	display: block;
	border: 1px #fff solid;
	margin: 20px auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.podmenu table {
	width: 100%;
}

.podmenu table td {
	padding: 10px 14px;
	text-align: center;
	cursor: pointer;
	border-right: 1px #fff solid;
}

.podmenu table td:last-child {
	border-right: none;
}

.podmenu table td:hover {
	color: #000;
	background-color: #fff;
}

.podmenu table td.active {
	color: #000;
	background-color: #fff;
}

.add_icon {
	background: url(/images/add_icon.png) no-repeat left top;
	width: 20px;
	height: 18px;
	display: block;
	float: right;
}

.addImg {
	width: 398px;
	height: 200px;
	background-color: #fff;
	color: #444;
	font-size: 16px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.sec_item {
	border-top: 1px #ccc solid;
	cursor: pointer;
}

.sec_item td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.sec_item:hover, .actives {
	background-color: #908688;
	color: #fff;
}

.item_item {
	border-top: 1px #ccc solid;
	cursor: pointer;
}

.item_item td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.item_item:hover, .actives {
	background-color: #908688;
	color: #fff;
}

.edit_icons img {
	margin-left: 5px;
}

.edit_icons {
	margin-right: 20px;
	display: none;
	white-space: nowrap;
}

.sec_item:hover .edit_icons, .actives .edit_icons, .item_item:hover .edit_icons {
	display: block;
}

.table_design {
	width: 800px;
	margin: 0px auto;
}

.iphone {
	width: 343px;
	height: 700px;
	background: url(/images/iphone.png) no-repeat left top;
	position: relative;
}

.iphone .icon {
	width: 47px;
	height: 47px;
	/* border: 1px #fff solid; */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: absolute;
	top: 315px;
	left: 250px;
}

.iphone .splash {
	width: 298px;
	height: 529px;
	position: absolute;
	top: 86px;
	left: 22px;
}

.iphone .splash_color {
	width: 298px;
	height: 529px;
	position: absolute;
	top: 86px;
	left: 22px;
	background-color: #fff;
}

.iphone .splash_color .svg_color {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.iphone .splash_color img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 150;
}

.iphone .name {
	width: 55px;
	position: absolute;
	top: 365px;
	left: 247px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.icon_big {
	width: 245px;
	height: 245px;
	border: 1px #999 solid;
	-webkit-border-radius: 15%;
	-moz-border-radius: 15%;
	border-radius: 15%;
}

.splash_big {
	width: 245px;
	height: 436px;
	border: 1px #999 solid;
}

.app_color {
	width: 80px;
	height: 80px;
	border: 2px #fff solid;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.app_color img {
	display: none;
}

.own_color {
	width: 80px;
	height: 80px;
	border: 2px #fff solid;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.own_color img {
	display: none;
}

.butsmall {
	color: #fff;
	background-color: #91BD4E;
	padding: 10px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.app_need {
	font-size: 16px;
	border-bottom: 1px #444 solid;
	padding: 15px 0px 15px 0px;
	background: url(/images/undone.png) no-repeat left center;
	padding-left: 28px;
}

.app_need a {
	color: #444;
	text-decoration: none;
} .app_need a:hover { text-decoration: underline; }

.app_right {
	width: 250px;
	position: absolute;
	top: 70px;
	right: 0;
	color: #fff;
	line-height: 100%;
	font-size: 14px;
}

.app_right .ir {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #fff solid;
	margin-bottom: 10px;
}

.small_btn {
	display: block;
	color: #fff;
	background-color: #71A334;
	padding: 7px 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 5px;
	width: 175px;
}

.small_btn:hover {
	background-color: #91BD4E;
}

.orderTable {

}

.orderTable td {
	padding: 15px;
	border-bottom: 1px #ccc solid;
}

.orderTable tr:hover {
	background-color: #ddd;
}

.ordersback {
	position: absolute;
	top: -65px;
	left: 0px;
	display: block;
	color: #fff;
}

.tarif_block {
	width: 20%;
	border: 1px #aaa solid;
	cursor: pointer;
	padding: 20px;
	text-align: center;
	float: left;
}

.tarif_block .month {
	font-size: 45px;
	color: #71A334;
}

.tarif_block .price {
	font-size: 35px;
	color: #71A334;
}

.tarif_block .rub {
	margin-left: 10px;
	font-size: 14px;
	color: #444;
}

.bx-auth-reg {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.bx-auth-reg input[type=text], .bx-auth-reg input[type=password], .bx-auth-reg input[type=tel] {
	width: 270px;
	height: 30px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	border: 1px #666 solid;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
}

.bx-auth-reg label {
	color: rgba(255, 255, 255, 0.6);
	margin-left: 5px;
}

.bx-auth-reg a {
	color: rgba(255, 255, 255, 0.6);
} .bx-auth a:hover { text-decoration: none; }

.bx-auth-reg td {
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}

.im-caret {
	-webkit-animation: 1s blink step-end infinite;
	-moz-animation: 1s blink step-end infinite;
	-ms-animation: 1s blink step-end infinite;
	-o-animation: 1s blink step-end infinite;
	animation: 1s blink step-end infinite;
}

@keyframes blink {
	from, to {
		border-right-color: black;
	}
	50% {
		border-right-color: transparent;
	}
}

@-moz-keyframes blink {
	from, to {
		border-right-color: black;
	}
	50% {
		border-right-color: transparent;
	}
}

@-webkit-keyframes blink {
	from, to {
		border-right-color: black;
	}
	50% {
		border-right-color: transparent;
	}
}

@-ms-keyframes blink {
	from, to {
		border-right-color: black;
	}
	50% {
		border-right-color: transparent;
	}
}

@-o-keyframes blink {
	from, to {
		border-right-color: black;
	}
	50% {
		border-right-color: transparent;
	}
}

.im-static {
	color: grey;
}

