* {
	color: #000;
	font-family: Verdana, Arial;
}

.ui-dialog {
	z-index: 10000 !important;
}

*:focus {
	outline: 0;
}

body {
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	background: #fdfdfd;
	padding: 0;
	margin: 0;
}

pre {
	font-size: 10px;
	line-height: 1;
}

h1 {
	color: #1b453a;
	margin: 50px 0 15px 0px;
}

h1.nomb {
	margin-bottom: 0;
}

h3 {
	color: #1B453A;
	text-shadow: 0px 5px 7px rgba(117, 109, 109, 0.5);
}

h3.noshadow {
	text-shadow: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

h6.tiny {
	font-size: 9px;
	font-family: verdana;
	font-style: oblique;
	margin: 0;
	padding: 0;
}

select optgroup {
	background: #fff;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #1b453a;
	height: 32px;
	clear: both;
	-webkit-box-shadow: 0 8px 6px -6px #454545;
	-moz-box-shadow: 0 8px 6px -6px #454545;
	box-shadow: 0 8px 6px -6px #454545;
	padding: 0 20px;
	z-index: 9999;
	min-width: 1180px;
}

#menu span {
	color: #fff;
}

.logged {
	float: right;
	font-weight: bold;
	color: #fff;
	margin: 0 10px;
	padding: 6px 8px;
}

.nav a {
	padding: 0px 8px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
}

.nav a:hover, .nav a.active, .nav .open > a {
	background: #01644f;
}

.nav a.nomenu {
	float: none;
	display: inline;
	line-height: 13px;
}

.nav a.nomenu:hover {
	background: none;
	color: #EBC659;
}

.nav a.fright {
	float: right;
}

#menu div.credit {
	position: absolute;
	left: 44%;
}

#menu div.credit a.red {
	color: #d00;
}

#menu .caret {
	margin-top: 14px;
	border-top: 4px solid #fff;
}

#cover {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
	z-index: 123455;
	width: 100%;
	height: 100%;
	display: none;
}

#ajax-spinner, #ajax-loading {
	position: fixed;
	top: 50%;
	left: 45%;
	width: 200px;
	height: 30px;
	background: transparent url('/images/datagrid/preloader.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

#sms-bar {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background: #1b453a url('/images/contact_icons/1.png') no-repeat 14px center;
	clear: both;
}

#sms-bar.incomming {
	background-color: #d00;
}

#sms-bar.incomming span.hiddable {
	background: #900;
}

#sms-bar span.hiddable p {
	margin: 0 15px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

#sms-bar span.hiddable {
	display: block;
	float: right;
	background: #01644f;
	margin-left: 15px;
	overflow: hidden;
	text-wrap: none;
	display: none;
	white-space: nowrap;
}

#sms-bar a, #sms-bar a:hover {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: 100;
	text-decoration: none;
	padding-right: 15px;
}

#sms-bar div {
	float: left;
	padding: 0 0 0 35px;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: 100;
}

.sms-filter {
	margin-left: 60px;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
	margin-top: 50px;
}

div.flash.error {
	background: #F5E6E6;
	border: 1px solid #C91616;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form.price_form > fieldset {
	width: 48%;
	border: 1px solid #c8c8c8;
}

form.price_form legend {
	padding: 0.2em 0.5em;
	border: 1px solid #c8c8c8;
	color: #d49768;
	font-size: 120%;
	font-weight: bold;
}

form.price_form > dl {
	clear: both;
}

form.price_form dl {
	background: transparent !important;
}

form th, form td {
	vertical-align: middle;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

#content {
	margin: 50px 20px;
	min-width: 1180px;
}

#content a {
	color: #1b453a;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #000;
}

#content a.button {
	padding: 4px 6px;
	border: 1px solid #1b453a;
	color: #000;
}

#content a.button:hover {
	border: 1px solid #1b453a;
	color: #000;
	background: #f2f2f2;
	-webkit-box-shadow: 0 0px 2px 0px black;
	-moz-box-shadow: 0 0px 2px 0px black;
	box-shadow: 0 0px 2px 0px black;
}

table.table {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	width: 90%;
	min-width: 450px;
	margin-left: 50px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

table.table tr {
	background-color: #fff;
}

table.table tr:nth-of-type(even) {
	background-color: #fafafa;
}

table.table tr:hover > * {
	background-color: #d8c59c;
}

table.table th {
	background: #e2e2e2 !important;
	text-align: left;
	width: auto;
}

table.table td, table.table th {
	padding: 5px;
}

table.table td.head, table.table th {
}

tr.bth th {
	background: #787878;
}

td.wbg, tr.bth th.wbg {
	background: #fff;
}

.button_big {
	margin: 25px 40px;
	padding: 15px;
	font-size: 18px;
	border: 1px solid #787878;
	background: #fff;
}

.button_big:hover {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.button_green {
	border: 1px solid #0d0;
}

.button_red {
	border: 1px solid #d00;
}

.medium {
	font-size: 130%;
	font-weight: bold;
}

.big {
	font-size: 200%;
	font-weight: bold;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
}

.inner {
	padding: 25px;
}

.inn {
	padding: 0 25px;
}

.right30 {
	margin-right: 30%;
}

.strong {
	font-weight: bold;
}

.top20p {
	margin-top: 20%;
}

.top20 {
	margin-top: 20px;
}

.top40 {
	margin-top: 40px;
}

.left10p {
	margin-left: 10%;
}

.left20 {
	margin-left: 20px;
}

.center {
	text-align: center;
}

.red {
	color: #d00;
}

.redbg > *, .redbg {
	background: #d00 !important;
	color: #fff !important;
}

.highbg > *, .highbg {
	background: #a00 !important;
	color: #fff !important;
}

.greenbg a, .redbg a, .highbg a {
	color: #fff !important;
}

.greenbg a:hover, .redbg a:hover, .highbg a:hover {
	color: #000 !important;
}

.greenbg > * {
	background: #0d0 !important;
	color: #fff !important;
}

.green {
	color: #83C437;
}

.dgreen {
	color: #8cb82b;
}

.greyout a {
	color: #ccc !important;
}

.greyout a:hover {
	color: #000 !important;
}

.greyout > * {
	color: #ccc !important;
}

input, select {
	border: 1px solid #000;
	padding: 4px 8px;
	background: #fff;
}

input.large {
	width: 400px;
}

input:focus, input:hover {
	border: 1px solid #d8c59c;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 0px 2px 0px black;
	-moz-box-shadow: 0 0px 2px 0px black;
	box-shadow: 0 0px 2px 0px black;
}

input[type=checkbox], input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=file], input[type=file]:hover, input[type=file]:focus {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.button {
	font-weight: bold;
}

.relative {
	position: relative;
}

.hide {
	display: none;
}

.role-switcher {
	position: relative;
	color: #ccc;
}

#rolelist {
	top: 32px;
	position: absolute;
	background: #1b453a;
	list-style-type: none;
	padding: 5px;
	margin: 0;
	-webkit-box-shadow: 0 4px 8px -3px #454545;
	-moz-box-shadow: 0 4px 8px -3px #454545;
	box-shadow: 0 4px 8px -3px #454545;
	z-index: 90000;
}

#rolelist li a {
	color: #fff;
	display: block;
	width: 82%;
}

#rolelist li a:hover {
	color: #000;
	background: #fff;
}

/*#alax-loading{
    position:fixed;
    top:49%;
    left:49%;
    background: url('/images/ajaxloader.gif') no-repeat center center;
    width:128px;
    height:128px;
}*/
#loader {
	height: 1px;
	width: 0px;
	background: #c00;
	position: fixed;
	left: 0px;
	top: 31px;
	z-index: 10000;
}

#loader-hide {
	display: block;
	position: fixed;
	top: 10%;
	width: 100%;
	text-align: center;
}

#loader-hide a:hover {
	color: #aaa;
}

#loader-hide a {
	transition: all 0.6s ease 0s;
	color: #555;
	text-decoration: none;
	font-size: 30px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), local('OpenSans'), url('http://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

.square {
	display: block;
	float: left;
	margin: 5px 10px;
	width: 8px;
	height: 8px;
}

input.small {
	width: 20px
}

.href, .hand {
	cursor: pointer;
	cursor: hand;
}

.italic {
	font-style: italic;
}

.callingReply {
	width: 400px;
	margin: 40px auto;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #efefef;
}

.sortable {
	list-style-type: none;
	width: 60%;
	margin: 5px;
	padding: 5px
}

.sortable li {
	border: 1px solid #ddd;
	background: #f4f4f4;
	padding: 2px 10px;
	margin: 2px;
	cursor: hand;
	cursor: pointer
}

.sortable li ul.sortable {
	background: #fff
}

.sortable li.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	background: #d8c59c
}

input.iplusminus {
	width: 30px;
	height: 14px;
}

.plusminus {
	position: relative;
	left: 35%;
}

.plusminus {
	top: 2px;
	width: 10px;
	height: 20px;
}

.plus, .minus {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/plusminus.png) no-repeat;
}

.plus {
	background-position: top left;
}

.minus {
	background-position: bottom left;
}

.plus:hover {
	background-position: top right;
}

.minus:hover {
	background-position: bottom right;
}

#calendar_message {
	margin: 8px 0;
}

#calendar_message a.red {
	color: #d00;
}

#calendar_message a.red:hover {
	color: #a00;
}

.caldel {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

#branchSwitch {
	float: right;
}

#branchSwitchSelect {
	background: url(../images/bullet-arrow-down-icon.png) no-repeat right center #295C4F;
	width: 200px;
	padding: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	border: 0;
	border-radius: 0;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-user-select: none;
}

#branchSwitchSelect option {
	color: #fff;
	font-weight: bold;
}

form.center table {
	margin: 0 auto;
}

.box {
	margin-top: 8px;
}

.box h2 {
	line-height: 35px;
}

.box_body {
	margin-left: 55px;
}

.charge_button {
	-moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b));
	background: -moz-linear-gradient(center top, #9dce2c 5%, #8cb82b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color: #9dce2c;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-left-radius: 9px;
	text-indent: 0;
	border: 1px solid #83c41a;
	display: inline-block;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 41px;
	line-height: 41px;
	width: 157px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 7px #689324;
}

.charge_button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c));
	background: -moz-linear-gradient(center top, #8cb82b 5%, #9dce2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color: #8cb82b;
}

.charge_button:active {
	position: relative;
	top: 1px;
}

/** nicetabs **/

.nicetabs {
	position: relative;
	width: 98%;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	margin-top: 82px;
}

.nicetabs_tab {
	position: relative;
	border: 0;
	padding: 0 20px 20px 20px;
}

.nicetabs_nav {
	position: absolute;
	height: 38px;
	top: -44px;
	left: 20px;
}

.nicetabs_nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nicetabs_nav li {
	margin: 0 5px;
	height: 42px;
	padding: 0 15px;
	float: left;
	/*border-top:1px solid #d2d2d2;
	 border-left:1px solid #d2d2d2;
	 border-right:1px solid #d2d2d2;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;

	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;

	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}

.nicetabs_nav li a {
	line-height: 42px;
}

.nicetabs_nav li a span {
	margin-top: 5px
}

.nicetabs_nav li.active, .nicetabs_nav li:hover {
	/*border-bottom:1px solid #fff;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
}

.nicetabs_nav li:active {
	position: relative;
	top: 1px;
}

.icon-coins32 {
	width: 32px;
	height: 32px;
	background-image: url('/images/Coins-icon.png');
	padding-right: 10px;
}

.icon-edit-calendar {
	background-image: url('/images/Actions-view-calendar-day-icon.png');
}

.icon-play {
	background-image: url('/images/Play-icon.png');
}

.icon-history {
	background-image: url('/images/Internet-History-icon.png');
}

.icon-button-only {
	width: 34px;
	height: 35px;
}

.nice_visits {
	width: 32px;
	height: 32px;
	background-image: url('/images/User-Files-icon.png');
	padding-right: 10px;
}

.nice_stats {
	width: 32px;
	height: 32px;
	background-image: url('/images/k-chart-icon.png');
	padding-right: 10px;
}

.nice_export {
	width: 32px;
	height: 32px;
	background-image: url('/images/file-extension-xls-icon.png');
	padding-right: 10px;
}

.nice_trans {
	width: 32px;
	height: 32px;
	background-image: url('/images/creditcard-icon.png');
	padding-right: 10px;
}

.nice_calendar {
	width: 32px;
	height: 32px;
	background-image: url('/images/calendar.png');
	padding-right: 10px;
}

.hr {
	width: 98%;
	margin: 0 auto;
	height: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);

	-webkit-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	-moz-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
}

.ofc_green {
	color: #77CC6D;
}

.ofc_red {
	color: #FF5973;
}

.ofc_blue {
	color: #6D86CC;
}

p.info {
	font-style: oblique;
}

form dl {
	margin-left: 10px;
	background: #fafafa;
	padding: 10px;
}

form dt {
	margin: 10px 0 5px 20px;
}

form dd {
	margin-left: 30px;
}

.text-right {
	text-align: right;
}

table.thleft th, table.thleft td {
	padding: 0px 10px 10px 0;
}

table.thleft th {
	text-align: left;
}

table.thleft label {
	font-weight: bold;
	color: #232323;
}

#tabs {
	margin-bottom: 15px;
}

.nepo_block {
	margin: 25px 50px;
}

.nepo_question {
	padding: 8px;
	color: #000;
	font-weight: lighter;
	font-size: 17px;
	background: #eee;
}

.nepo_answer {
	padding: 8px;
	background: #fefefe;

}

.htmltooltip {
	border-bottom: 1px dotted #0080D4;
}

.ui-tooltip ul li {
	margin: 5px 0;
}

input[type=submit].icon {
	border: 0;
}

input[type=submit].icon:hover, input[type=submit].icon:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.eshop_catCol {
	float: left;
	min-width: 150px;
}

.eshop_wrapper {
	margin-top: 80px;
}

.eshop_categories {
	width: 15%;
	float: left;
	min-width: 180px;
}

.eshop_categories ul {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}

.eshop_categories ul li {
	margin: 2px;
	padding: 0;
}

.copy {
	font-size: 11px;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	float: left;
	margin: 10px 20px;
	color: #aaa;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	transition: color 1s ease;
}

.copy:hover {
	color: #000;
}

#content .eshop_categories ul li a {
	display: block;
	padding: 4px 10px;
	border: 1px solid #1B453A;
	background: #ededed;
	color: #000;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

#content .eshop_categories ul li a:hover {
	background: #BED1CC;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}

#content .eshop_categories ul li a.active {
	background: #D1D0BE;
}

#content .eshop_categories ul li.eshop_change_type a {
	background: #b00;
	color: #fff;
}

#content .eshop_categories ul li.eshop_change_type a:hover {
	background: #f00;
}

.eshop_content {
	width: 84%;
	float: left;
}

.eshop_basket .icon {
	margin-left: 18px;
}

.eshop_basket {
	float: left;
	width: 30%;
	min-width: 320px;
}

.eshop_basket a {
	display: block;
	padding: 6px 0px 6px 45px;
	margin: 0 10px;
	/*color:#fff!important;*/
	background: #FF9D00;
	border: 1px solid #2a2a2a;
	font-weight: bold;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.eshop_basket a:hover, #content .eshop_back:hover {
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-in;
	background: #FFCC00;
}

.eshop_search {
	width: 40%;
	float: left;
}

.eshop_search input[type=text] {
	padding: 8px 5px;
	width: 98%;
	margin-bottom: 30px;
}

.eshop_product {
	float: left;
	width: 170px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 5px;
	padding: 15px;
	min-height: 336px;
}

.eshop_product a.product_href {
	display: block;
	text-align: center;
	height: 150px;
}

.eshop_product p {
	margin: 2px 0;
	padding: 0;
}

.eshop_product:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
	transition-property: box-shadow;
	transition-duration: .5s;
	transition-timing-function: linear;
}

.eshop_product h2.smaller {
	font-size: 13px;
}

.eshop_product h2 {
	width: 150px;
	margin: 0px;
	padding: 0;
	font-size: 15px;
	min-height: 72px;
}

.eshop_product h2 a {
	color: #000;
}

.eshop_price {
	color: #d00;
	font-size: 18px;
	font-weight: bold;
}

.eshop_price_tax {
	font-size: 11px;
	color: #787878;
}

.eshop_buy {
	float: right;
	margin-top: 5px;
}

.eshop_product_detail {
	margin: 50px;
}

.eshop_product_gal {
	float: left;
	width: 170px;
}

.product_description {
	float: left;
}

.eshop_product_detail .eshop_buy {
	margin-left: 30px;
	float: left;
}

.eshop_back {
	display: block;
	float: left;
	padding: 6px;
	color: #fff !important;
	background: #2e2e2e;
	border: 1px solid #2a2a2a;
	font-weight: bold;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

.eshop_code {
	margin: 8px 0;
	color: #787878;
}

.eshop_code span {
	font-weight: bold;
}

input.amt.iplusminus {
	width: 50px;
}

td.eshop_amount div.plusminus {
	left: 65px;
}

.eshop_product .eshop_code {
	font-size: 11px;
	color: #787878;
}

.eshop_basket_cnt {
	margin: 50px;
	width: 90%;
}

.eshop_help {
	float: left;
	margin-top: 7px;
}

#content .eshop_help a {
	padding: 9px 12px;
	background: #b00;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

#content .eshop_help a:hover {
	background: #f00;
	transition-property: background;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}

.image_tools {
	padding: 10px 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	display: none;
}

#content .image_tools a {
	margin: 0 4px;
	padding: 2px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease-out;
}

#content .image_tools a:hover {
	color: gold;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: ease-in;
}

#content table.eshopsum {
	background: #d2d2d2;
}

.eshop_basket_cnt .row table {
	width: 100%
}

.eshop_basket_cnt form dl {
	padding: 0;
	margin: 0;
}

.eshop_textarea {
	width: 90%;
	height: 120px;
}

.eshop_basket_cnt form input[type=text] {
	width: 80%;
}

.text-left {
	text-align: left;
}

.row {
	margin-left: -15px;
	*zoom: 1;
}

.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}

.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

.col-visit_from {
	width: 110px;
}

.col-ctime {
	width: 80px;
}

.form-inline {
	clear: both;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group-addon {
	padding: 3px 7px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
}

.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.plupload_header .plupload_header_content {
	padding: 5px 160px 0 10px;
}

.plupload_logo {
	background: none !important;
	display: none !important;
}

td.visit_half {
	width: 50%;
}

td.visit_def {
	width: 70%;
}

td.visit_def textarea, td.visit_half textarea {
	width: 100%;
	height: 80px;
}

td.visit_def input[type=text] {
	width: 70%;
}

/** croll list (products, diets...) **/
.all_products, .all_diets {
	margin: 20px;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

div.scroll_list {
	height: 250px;
	overflow: auto;
}

div.all_diets div.scroll_list div.item .title {
	font: 12px/1.5 Helvetica, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

.diet_detail h1, .product_detail h1 {
	margin-top: 0;
	padding-top: 0;
}

div.scroll_list div.item .title {
	font: bold 18px/1.5 Helvetica, Verdana, sans-serif;
	color: #3f7a25;
	padding: 0;
	margin: 0;
}

div.scroll_list div.item .price {
	font-weight: bold;
	font-size: 13px;
}

div.scroll_list div.item img {
	float: left;
	margin: 0 15px 0 0;
}

div.scroll_list div.item p {
	font: 200 12px/1.5 Helvetica, Verdana, sans-serif;
}

div.scroll_list div.item {
	padding: 2px 10px;
	overflow: auto;
}

div.scroll_list div.item:hover, div.scroll_list div.selected {
	background: #eee;
	cursor: pointer;
}

.diet_body, .product_body {
	height: 350px;
	overflow: auto;
	border: 1px solid #e2e2e2;
	padding: 5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

div.custom_tab .ui-widget-content {
	background: none;
	padding-bottom: 0;
}

div.custom_tab .ui-tabs-panel {
	min-height: 300px;
	background: #fff url('/src/www/dist/css/images/lizzi.png') bottom right no-repeat;
}

div.custom_tab .ui-widget-header {
	border: none;
	background: none;
	margin-top: 10px;
}

.hline {
	line-height: 1px;
	height: 1px;
	width: 60%;
	background: linear-gradient(to right, #c9c9c9, white);
}

.timer {
	float: right;
	font-size: 32px;
	font-weight: bold;
}

.result_value {
	font-weight: bold;
}

.result_fat {
}

.result_no_fat {
}

.result_useless_watter {
	color: #4271f4;
}

.result_watter {
}

.result_useless_fat {
	color: #f4ac41;
}

.result_optimal_fat {
}

.result_muscleless {
}

.result_bmi {
	color: #d72c2c;
}

.result_optimal_weight {
	color: #41d62d;
}

.result_bazal {
	color: #432fd4;
}

input.client_email {
	width: 450px;
	border: 1px solid #efefef;
	background: #f8f8f8;
}

input.short {
	width: 80px;
	display: inline
}

input.supershort {
	width: 50px;
	display: inline
}

.product_name {
	font-weight: bold;
	font-size: 13px;
}

.product_price {
	font-size: 11px
}

.visit_visited br {
	display: none
}

.visit_visited label {
	margin-right: 8px;
	font-weight: bold
}

.visit_visited input:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.socket_dock {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #ccc;
	z-index: 999999;
}

#content div.socket_dock a.red {
	color: #d00;
}

#content div.socket_dock a.red:hover {
	color: #f00;
}
