/*!
 * Project:   Patient registry
 * Date:      2011/08/15
/* ---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

.nice-sizing div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.w10, .w20, .w30, .w40, .w25, .w33, .w50, .w66, .w75 {
	display: inline-block;
}

.w10 {
	width: 10%;
}

.w20 {
	width: 20%;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.w25 {
	width: 25%;
}

.w33 {
	width: 33.333%;
}

.w50 {
	width: 50%;
}

.w66 {
	width: 66.666%;
}

.w75 {
	width: 75%;
}

html {
	height: 100%;
	margin: 0 0 1px;
	background: #eeefee url(../i/top-grad.png) 0 0 repeat-x;
	font-size: 100.01%;
}

body {
	background: url(../i/bg-logo.png) 0 100% no-repeat;
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
	overflow-y: scroll;
	z-index: -2;
}

time {
	display: inline-flex;
	flex-flow: row wrap;
}
time span:first-child {
	margin-right: 4px;
}

button.disabled {
	opacity: 0.3;
	pointer-events:none;
	text-decoration:none;
	cursor:default;
}

.rtl time span:first-child {
	margin-right: 0;
	margin-left: 4px;
}

.edt-couple pre.memo-read {
	font-size: inherit;
}

body, textarea, input, select, option, button, pre.memo-read {
	color: #3b3b3b;
	font-family: "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: normal;
}

li, dt, dd, p, figure, th, td, caption, pre {
	font-size: 1.2em;
}

li *, li p, li li, dt *, dd *, p *, figure *, th *, td * {
	font-size: 1em;
}

div, form, blockquote, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
}

a.link-danger {
	color: #F78;
}

:last-child {
	margin-bottom: 0 !important;
}

.last-child {
	margin-bottom: 0 !important;
}

noscript {
	display: block;
	color: mediumvioletred;
	background-color: #fff3fb;
	border: 1px solid #ffceed;
	padding: 0.5em;
	margin-bottom: 0.5em;
	font-size: large;
	text-align: center;
	position: relative;
	min-width: 240px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
	font-family: 'Swis721MdEUNormal';
	src: url('../i/fonts/0759eu27-webfont.eot');
	src: url('../i/fonts/0759eu27-webfont.eot?#iefix') format('embedded-opentype'), url('../i/fonts/0759eu27-webfont.woff') format('woff'), url('../i/fonts/0759eu27-webfont.ttf') format('truetype'), url('../i/fonts/0759eu27-webfont.svg#Swis721MdEUNormal') format('svg');
	font-weight: normal;
	font-style: normal;
}

::-webkit-calendar-picker-indicator {
	display: none;
}

@-moz-document url-prefix() {
  input.time, .edit input.time { line-height: 22px; height: 22px; }
}

/*! layout -------- */
.root-wrapper {
	position: relative;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

#root {
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../i/content-shadow-main.png) 50% 100% no-repeat;
	position: relative;
	z-index: 0;
}

#top {
	position: relative;
	display: block;
	padding: 20px 0 0;
	margin: 0;
}

#top section{
	display: flex;
	justify-content: space-between;
}

#logo {
	display: block;
	font-size: 2.8em;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#logo a {
	border: 0;
	color: #373d40;
	display: flex;
}

#logo a .cont {
	display: block;
	padding: 20px 10px 15px;
}

#logo a .cont .logo-header {
	display: block;
	line-height: 1;
}

#logo a .cont .logo-subheader {
	display: block;
	color: #7f898d;
	font-size: 0.5em;
	line-height: 1.5;
}

#skips, #skips ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#skips li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font: bold 5em/1 Calibri, Myriad Pro, Arial, Helvetica Neue, Helvetica, sans-serif;
}

#skips li a {
	display: -moz-inline-stack;
	display: inline-block;
	position: absolute;
	left: -10001px;
	top: 30px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px dotted #fff;
	border-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #333;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
}

#skips li a:focus, #skips li a:active {
	position: relative;
	left: 0;
}

#top-bar {
	width: 100%;
	display: inline-block;
	margin: 0 0 15px;
}

#top-bar .part-a {
	margin: 0;
	display: inline-block;
}

.rtl #top-bar .part-a {
	float: right;
}

#top-bar p {
	margin-bottom: 0;
	color: #556978;
	font-size: 1.4em;
	line-height: 1.286;
}

#top-bar a {
	border: 0;
}

#top-bar .working-type {
	display: inline-block;
	margin: -4px 10px 0;
}

#top-bar .part-b {
	display: inline-block;
	float: right;
	margin: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.rtl #top-bar .part-b {
	float: left;
}

#top-bar .part-a .welcome {
	display: inline-block;
	color: #556978;
	font-size: 1.4em;
	line-height: 1.286;
}

#top-bar .part-a .welcome span {
	color: #2e414f;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	line-height: 1.286em;
	vertical-align: bottom;
}

#top-bar .part-a .welcome a {
	color: #2e414f;
}

#top-bar .part-b .top-nav {
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
	text-align: right;
}

#top-bar .part-b .top-nav li {
	display: inline-block;
	font-size: 1.4em;
	line-height: 1;
}

#top-bar .part-b .top-nav li +li:before{
	color: #c4c4c4;
	content: '|';
	margin: 0 10px;
	font-size: 15px;
}

#top-bar .part-b .top-nav li a:before {
	content: '';
	padding: 0 0 0 11px;
	background: url(../i/arrow-c.gif) 5px 8px no-repeat;
}

#top-bar .part-b .top-nav li a + a:before {
	padding: 0 0 0 5px;
	background: none;
}

#top-bar .part-b .top-nav li a:hover,
#top-bar .part-b .top-nav li a:active,
#top-bar .part-b .top-nav li a:focus {
	color: #3b3b3b;
	background-position: 0 -290px;
}

#top-bar .part-b .top-nav li a span {
	color: #AAA;
}

#header-right {
	float: right;
	padding-top: 20px;
}

#nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline-block;
	padding: 0 0 8px;
	margin-left: 5px;
	font: normal 1.8em/1 Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#nav ul li a {
	display: inline-block;
	user-select: none;
	/*width: 100px;*/
	padding: 12px 12px 9px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b7b7b7;
	color: #373d40;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.75);
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #c5c5c5));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
	background: -o-linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#c5c5c5', GradientType=0);
	background: linear-gradient(top, #eaeaea 0%, #c5c5c5 100%);
}

.page-admin #nav ul li a {
	min-width: 20px;
}

#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	background: #c5c5c5;
	background: -moz-linear-gradient(top, #c5c5c5 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #c5c5c5 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #c5c5c5 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #c5c5c5 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#eaeaea', GradientType=0);
	background: linear-gradient(top, #c5c5c5 0%, #eaeaea 100%); /* W3C */
}

#nav ul li a:active {
	-moz-box-shadow: inset 0 0 2px 2px #cdcdcd;
	-webkit-box-shadow: inset 0 0 2px 2px #cdcdcd;
	box-shadow: inset 0 0 2px 2px #cdcdcd;
}

#nav ul li.active {
	background: url(../i/nav-active-bg.gif) 6px 100% no-repeat;
}

#nav ul li.active a {
	background: #fff;
	border-top-color: #dadada;
	border-bottom-color: #fff;
}

#nav ul li em {
	position: absolute;
	left: -10001px;
	top: -10001px;
}

#content {
	clear: both;
	width: 100%;
	overflow: visible;
}

#footer {
	clear: both;
	padding: 0 0 15px;
}

#footer p {
	color: #556978;
	font-size: 1.3em;
	line-height: normal;
	padding: 2px 6px;
margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer p.copy {
	display: inline-block;
	width: 30%;
}

#footer p.poli {
	display: inline-block;
	text-align: right;
	width: 70%;
}

#footer p.dev {
	font-size: 10px;
	text-align: right
}

#footer a {
	border-bottom: 1px dotted #556978;
	color: #556978;
	text-decoration: none;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	border-bottom: 0;
	color: #556978;
	text-decoration: none;
}

/*! headers ------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

.header-a {
	border-bottom: 1px solid #e6e6e6;
	color: #3b3b3b;
}

.header-b {
	border-bottom: 1px solid #7bc6e6;
	color: #fff;
}

.header-c {
	width: 100%;
	padding: 4px 0 4px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	position: relative;
}

.header-c * {
	position: relative;
	z-index: 2;
}

.header-c h2 {
	display: block;
	margin: 0px;
	padding: 1px 10px 0;
	vertical-align: middle;
	height: 1.3em;
}

.header-c h2 span {
}

.header-c h2.topic-title {
	max-width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
}

.header-c header.nowrap {
	display: block;
	text-align: left;
	-moz-box-flex: 2;
	-webkit-box-flex: 2;
	box-flex: 2;
	margin-bottom: 0px;
}

.header-c header.nowrap h2 {
	overflow: hidden;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rtl .header-c header.nowrap h2 {
	text-align: right;
}

.header-c h2 .swrap {
	opacity: 0.75;
}

.header-c p {
	display: block;
	vertical-align: middle;
	margin: 0 10px;
}

.header-c h2.link-a {
	font-size: 2.1em;
	line-height: normal;
}

.header-c h2.link-a a {
	border: none;
}

.header-c .additional-info {
	display: block;
	margin: 0;
	padding: 0px 38px 0 10px;
	border-left: 1px solid #8cd0ec;
	font-size: 1.6em;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.rtl .header-c .additional-info {
	padding: 0.55em 10px 0 38px;
	border-right: 1px solid #8cd0ec;
	border-left: none;
}

.header-c .additional-info.narrow {
	display: inline-block;
}

/*FIX*/
.header-c .additional-info {
	line-height: 1em;
	padding-top: 0.55em;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-c .additional-info .swrap {
	font-weight: normal;
}

/*.header-c.dyn {*/
/*	background: #5ab2d7 url(../i/header-c-bg-dyn.png) 100% 50% no-repeat;*/
/*}*/

.header-c:before,
.bttn-b .swrap:before,
.forum .attachments-a .attachments-list .attachment > div:last-of-type:before,
.link-bttn-a.b a .wrap:before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.rtl .header-c:before{
	transform: scaleX(-1);
}
.header-c:before {
	border-radius: 4px;
}
.header-c.a:before {
	background: #5ab2d7 url(../i/header-c-bg-a.png) 100% 50% no-repeat;
}

.header-c.b:before {
	background: #5ab2d7 url(../i/header-c-bg-a-b.png) 100% 50% no-repeat;
}

.header-c.c:before {
	background: #5ab2d7 url(../i/header-c-bg-a-c.png) 100% 50% no-repeat;
}

.header-c.d:before {
	background: #5ab2d7 url(../i/header-c-bg-a-d.png) 100% 50% no-repeat;
}

.header-c.e:before {
	background: #5ab2d7 url(../i/header-c-bg-a-e.png) 100% 50% no-repeat;
}

.header-c.f:before {
	background: #5ab2d7 url(../i/header-c-bg-a-f.png) 100% 50% no-repeat;
}

.header-c.g:before {
	background: #5ab2d7 url(../i/header-c-bg-a-g.png) 100% 50% no-repeat;
}

.header-c.g {
	margin-bottom: 24px;
}

.header-c .patient-name span {
	display: block;
	max-width: 565px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-c .link-a.patient-name span {
	max-width: 450px;
}

.edit .header-c.g, .edit .header-form.g {
	margin-bottom: 0;
}

.header-c.g h2 {
	max-width: 720px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-c.h:before {
	background: #5ab2d7 url(../i/header-c-bg-a-h.png) 100% 50% no-repeat;
}

.header-c.i:before {
	background: #5ab2d7 url(../i/header-c-bg-a-i.png) 100% 50% no-repeat;
}

.header-c.j {
	background: #5ab2d7 url(../i/header-c-bg-a-j.png) 100% 50% no-repeat;
}

.header-c.k:before {
	background: #5ab2d7 url(../i/header-c-bg-a-k.png) 100% 50% no-repeat;
}

.header-c.l:before {
	background: #5ab2d7 url(../i/header-c-bg-a-l.png) 100% 50% no-repeat;
}

.header-c.m:before {
	background: #5ab2d7;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
}

.header-d {
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	-webkit-box-pack: end;
	-moz-box-pack: end;
}

.header-d h3 {
	margin: 0;
	padding: 1px 10px 0;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
}

.header-d h3.ico-attachment {
	padding-left: 45px;
	background: url(../i/ico-attachment-b.png) 17px 50% no-repeat;
}
.rtl .header-d h3.ico-attachment {
	padding-left: 0;
	padding-right: 45px;
	background-position-x: calc(100% - 17px);
}

.header-d .add-info, .header-form .add-info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	padding: 6px 0 0;
	margin: 0;
	color: #979797;
	font-size: 1.2em;
	font-style: italic;
}

.header-d .link {
	padding: 5px 10px;
}

.header-d.a h3 {
	line-height: 1.444;
}

.header-d.b {
	border: 0;
}

.header-d.b > p {
	margin: 0;
}

.edit .header-d, .edit .header-form {
	background: #f6f6f6;
	border: 0;
}

.edit .header-d .section-options, .edit .header-form .section-options, .edit .header-g .section-options, .edit .header-f .section-options  {
	padding: 0 7px;
}

.header-e {
	margin: 0 0 5px;
	padding: 4px 0;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E4E4E4));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2fbff', endColorstr='#d7eaf2', GradientType=0);
	background: linear-gradient(top, #FFFFFF 0%, #E4E4E4 100%);
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.header-e h3 {
	padding: 0 13px;
	margin: 0;
	font-size: 1.8em;
	line-height: 1.556;
}

.header-e .link-bttn-f {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.header-e .section-options {
	margin: 0 5px !important;
}

.header-f {
	width: 100%;
	padding: 0;
	margin: 0 0 6px;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.header-f h4 {
	padding-top: 4px;
	margin-right: 19px;
}
.rtl .header-f h4 {
	margin-left: 19px;
	margin-right: 0;
}

.header-f .link-bttn-f {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.header-g {
	margin: 0 0 6px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.header-g h5 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.header-g .section-options li {
	font-size: 1.2em;
}

.header-g .section-options li a {
	padding: 4px 0 0;
}

.header-g .section-options li.link-bttn-e a {
	padding: 4px 9px 3px;
}

.header-h {
	color: #3b3b3b;
	border-top: 2px solid #5ab2d7;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: normal;
}

.header-h h3 span {
	color: #a7a7a7;
}

.edited-header-wrap {
	width: 100%;
	overflow: hidden;
	padding: 17px 0 0;
	position: relative;
	margin-bottom: 0;
}

.edited-header-wrap header {
	padding-top: 4px;
	background: #f6f6f6;
}

.edited-header-wrap .add-info {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
	padding: 6px 0 0;
	margin: 0;
	color: #979797;
	font-size: 1.2em;
	font-style: italic;
}

.edited-header-wrap .header-d h3 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
}

.edited-header-wrap .header-g h5 {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	box-flex: 0;
	margin-right: 15px;
}

.card-message {
	color: #BF4F7F;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.card-message .field-name, .message .field-name {
	font-style: italic;
}

/*! columns ------- */

.container {
	clear: both;
}

.primary-a {
	display: table-cell;
	width: 76.5%;
	vertical-align: top;
}

.sidebar-a {
	display: table-cell;
	width: 21.5%;
	min-width: 210px;
	padding-right: 10px;
	vertical-align: top;
}

.primary-b {
	display: table-cell;
	width: 66.3%;
	margin: 0 0 38px;
	padding: 0 0 27px;
	vertical-align: top;
}

.sidebar-b {
	display: table-cell;
	min-width: 311px;
	width: 31.6%;
	margin: 0 0 38px;
	padding: 0 0 27px 18px;
	vertical-align: top;
}
.rtl .sidebar-b {
	padding-right: 18px;
	padding-left: 0;
}

.primary-b.a {
	min-width: 611px;
	background: url(../i/container-shaddow-a.png) 50% 100% no-repeat;
}

.sidebar-b.a {
	background: url(../i/container-shaddow-b.png) 50% 100% no-repeat;
}

.primary-l.a {
	padding: 0 0 50px;
}

/*! containers ---- */

.switch {
	display: block;
	border: 1px solid #b3b3b3;
	width: 60px;
	height: 21px;
	border-radius: 4px;
	background: #ccc;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch.on {
	background: #5ab2d7;
}

.del-btn.disabled,
.switch.disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.del-btn.disabled > *,
.switch.disabled > * {
	pointer-events: none;
}

.switch > .switcher {
	position: absolute;
	top: -4px;
	background: #e6e6e6;
	width: 40px;
	height: 30px;
	transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	border: 1px solid #b3b3b3;
	transition: left 0.2s;
	-webkit-transition: left 0.2s;
	-moz-transition: left 0.2s;
}

.switch.on > .switcher {
	left: 28px;
}

.switch.on > span.on {
	display: inline-block;
}

.switch.on > span.off {
	display: none;
}

.switch > .switcher {
	left: -10px;
	-webkit-backface-visibility: hidden;
}

.switch > span.on {
	display: none;
}

.switch.on > span.off {
	display: inline-block;
}

.switch > span {
	line-height: 0.8em;
	height: 0.8em;
	font-size: 0.8em;
	font-weight: bold;
}

.switch > span.on {
	position: absolute;
	left: 6px;
	top: 6px;
	color: #FFF;
}

.switch > span.off {
	position: absolute;
	right: 6px;
	top: 6px;
	color: #808080;
}

.info-box {
	display: block;
	width: 99.4%;
	border: 3px solid #5ab2d7;
	padding: 12px 0px 12px 0px;
	margin: 12px 0px;
	border-radius: 6px;
	background: url('../i/ico-info.png') no-repeat;
	background-position: 15px 15px;
}

.info-box p {
	margin: 0px 0px 0px 60px;
	font-size: 1.3em;
	padding: 0px 15px 0px 0px;
}

.info-box.warning {
	border: 3px solid #BF4F7F;
	background: url('../i/ico-error-a.png') no-repeat;
	background-position: 15px 20px;
}

.info-box.warning p {
	color: #BF4F7F;
}

.cont-box-a {
	display: block;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}

.cont-box-b {
	display: block;
	border-bottom: 1px solid #4da4c9;
	background: #5ab2d7;
}

.cont-box-a,
.cont-box-b {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cont-box-a.b {
	min-height: 255px;
	padding: 25px 18px 20px 333px;
	background: #fff url(/sys/main) left center no-repeat;
	background-size: contain;
}

.cont-box-b.a {
	min-height: 275px;
	padding: 25px 20px 0;
	background: #5ab2d7 url(../i/cont-bg-a.png) 0 100% no-repeat;
}

.doctor-panel .cols-cont{
	display: flex;
	justify-content: space-between;
}

.cols-2a {
	width: 100%;
}

.cols-2a .col {
	display: inline-block;
	width: 475px;
	padding: 0;
}

.cols-2a .col:first-child {
	margin-right: 10px;
}

.doctor-panel .cols-2a .col:first-child{
	margin-right: 0;
}

.cols-2b {
	display: table;
	width: 100%;
}

.cols-2b .col {
	display: table-cell;
	width: 49%;
	padding: 0 0 0 10px;
}

.cols-2b .col:first-child {
	padding: 0 10px 0 0;
}

.edit .cols-2b {
	border: 2px solid #f6f6f6;
	border-top: 0;
	padding: 11px 0 8px;
}

.edit .cols-2b .col {
	width: 48.1%;
}

.cols-2c {
	display: table;
	width: 100%;
	padding: 15px 0 12px;
}

.cols-2c .col {
	display: table-cell;
	width: 49%;
	padding: 0 0 0 10px;
}

.cols-3c {
	display: table;
	width: 100%;
	padding: 15px 0 12px;
}

.cols-3c .col {
	display: table-cell;
	width: 10%;
	padding: 0 0 0 10px;
}

.display-item {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.display-item .thumb {
	width: 70px;
	margin: 3px 15px 0 0;
}

.display-item h4 {
	margin: 0;
	color: #3b3b3b;
	font-size: 1.3em;
}

.display-item .opts {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
}

.display-item .opts li {
	display: inline-block;
	padding: 0 8px;
	margin: 0;
	border-left: 1px solid #e6e6e6;
}

.display-item .opts li:first-child {
	border: 0;
	padding: 0 8px 0 0;
}

.display-item .details-info {
	color: #666;
	font-size: 1.2em;
}

.display-item .details-info .part {
	display: block;
	margin: 0 0 3px;
}

.display-item .details-info .label {
	padding: 0;
	color: #3b3b3b;
}

.content-a {
	clear: both;
}

.content-a.a .header-c {
	/*background: #62ba8c url(../i/header-c-bg-b.png) 100% 50% no-repeat;*/
}
.content-a.a .header-c::before {
	background: #62ba8c url(../i/header-c-bg-b.png) 100% 50% no-repeat;
}

.content-a.a .table-a tbody td a {
	border-color: #4fa376;
	color: #4fa376;
}

.content-a.a .table-a tbody td a:hover,
.content-a.a .table-a tbody td a:active,
.content-a.a .table-a tbody td a:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.content-a.a .table-a tbody td a.link-more {
	background: url(../i/arrow-d.gif) 50% 50% no-repeat;
}

.content-a.a table.table-a tbody td .td-opt .opt-change {
	background: #62ba8c;
}

.content-a.a table.table-a tbody td .td-opt .opt-change li a {
	color: #3b3b3b;
}

.content-a.a table.table-a tbody td .td-opt .opt-change li.selected a {
	color: #4fa376;
}

.content-a.a table.table-a tbody td .td-opt .opt-date-change {
	background-color: #81c8a3;
}

.content-a.a .link-bttn-c a {
	border-color: #49a574;
	text-shadow: #63ba8c 0 -1px 0;
}

.content-a.a .link-bttn-c a .wrap {
	background: url(../i/arrow-a.png) 100% 50% no-repeat;
	padding-right: 15px;
}

.content-a.a .link-bttn-c a { /* green button */
	background: #80c8a3;
	background: -moz-linear-gradient(top, #80c8a3 0%, #63ba8c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80c8a3), color-stop(100%, #63ba8c));
	background: -webkit-linear-gradient(top, #80c8a3 0%, #63ba8c 100%);
	background: -o-linear-gradient(top, #80c8a3 0%, #63ba8c 100%);
	background: -ms-linear-gradient(top, #80c8a3 0%, #63ba8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80c8a3', endColorstr='#63ba8c', GradientType=0);
	background: linear-gradient(top, #80c8a3 0%, #63ba8c 100%);
	box-shadow: inset 0 -1px 0 #49a574;
}

.content-a.a .link-bttn-c a:hover,
.content-a.a .link-bttn-c a:focus,
.content-a.a .link-bttn-c a:active {
	background: #63ba8c;
	background: -moz-linear-gradient(top, #63ba8c 0%, #80c8a3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63ba8c), color-stop(100%, #80c8a3));
	background: -webkit-linear-gradient(top, #63ba8c 0%, #80c8a3 100%);
	background: -o-linear-gradient(top, #63ba8c 0%, #80c8a3 100%);
	background: -ms-linear-gradient(top, #63ba8c 0%, #80c8a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63ba8c', endColorstr='#80c8a3', GradientType=0);
	background: linear-gradient(top, #63ba8c 0%, #80c8a3 100%);
}

.content-a.a .link-bttn-c a:active {
	-moz-box-shadow: inset 0 0 2px 2px #49a574;
	-webkit-box-shadow: inset 0 0 2px 2px #49a574;
	box-shadow: inset 0 0 2px 2px #49a574;
}

.content-a.b .header-c {
	position: relative;
	background: transparent;
}
.content-a.b .header-c::before {
	background: #c95788 url(../i/header-c-bg-c.png) 100% 50% no-repeat;
}

.rtl #main-content .header-c {
	background-position-x: 0;
}
.rtl .content-a.b .header-c::before {
	transform: scaleX(-1);
}

.content-a.b tbody td .td-opt .opt-date-change {
	background-color: #C95888;
}

.content-a.b .table-a tbody td a {
	border-color: #bf4f7f;
	color: #bf4f7f;
}

.content-a.b .table-a tbody td a:hover,
.content-a.b .table-a tbody td a:active,
.content-a.b .table-a tbody td a:focus {
	border-color: #3b3b3b;
	color: #3b3b3b;
}

.content-a.b .table-a tbody td a.link-more {
	background: url(../i/arrow-e.gif) 50% 50% no-repeat;
}

.content-a.b table.table-a tbody td .td-opt .opt-change {
	background: #c95788;
}

.content-a.b table.table-a tbody td .td-opt .opt-change li a {
	color: #3b3b3b;
}

.content-a.b table.table-a tbody td .td-opt .opt-change li.selected a {
	color: #bf4f7f;
}

.content-a.b table.table-a tbody td .td-opt .opt-date-change {
	background-color: #c95788;
}

.content-a.b .link-bttn-c a {
	border-color: #ad4370;
	text-shadow: #c95888 0 -1px 0;
}

.content-a.b .link-bttn-c a .wrap {
	background: url(../i/arrow-a.png) 100% 50% no-repeat;
	padding-right: 15px;
}

.content-a.b .link-bttn-c a { /* magenta button */
	background: #d479a0;
	background: -moz-linear-gradient(top, #d479a0 0%, #c95888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d479a0), color-stop(100%, #c95888));
	background: -webkit-linear-gradient(top, #d479a0 0%, #c95888 100%);
	background: -o-linear-gradient(top, #d479a0 0%, #c95888 100%);
	background: -ms-linear-gradient(top, #d479a0 0%, #c95888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d479a0', endColorstr='#c95888', GradientType=0);
	background: linear-gradient(top, #d479a0 0%, #c95888 100%);
	box-shadow: inset 0 -1px 1px #ad4370;
}

.content-a.b .link-bttn-c a:hover,
.content-a.b .link-bttn-c a:focus,
.content-a.b .link-bttn-c a:active {
	background: #c95888;
	background: -moz-linear-gradient(top, #c95888 0%, #d479a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c95888), color-stop(100%, #d479a0));
	background: -webkit-linear-gradient(top, #c95888 0%, #d479a0 100%);
	background: -o-linear-gradient(top, #c95888 0%, #d479a0 100%);
	background: -ms-linear-gradient(top, #c95888 0%, #d479a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c95888', endColorstr='#d479a0', GradientType=0);
	background: linear-gradient(top, #c95888 0%, #d479a0 100%);
}

.content-a.b .link-bttn-c a:active {
	-moz-box-shadow: inset 0 0 2px 2px #ad4370;
	-webkit-box-shadow: inset 0 0 2px 2px #ad4370;
	box-shadow: inset 0 0 2px 2px #ad4370;
}

.content-b {
	display: block;
	clear: both;
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #d5d6d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content-b.a {
	padding-top: 38px;
}

.content-b .section-cont {
	padding-bottom: 0px;
}

.content-l {
	display: block;
	text-align: right;
	margin-top: 15px;
}

.content-l > div {
	display: inline-block;
}

.content-l > div > p {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	width: 70px;
	padding: 0px 20px;
}

.content-l > div > p > span {
	display: block;
	text-align: center;
	font-weight: bold;
}

.content-l > div > p > span.caption {
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
}

.content-c {
	clear: both;
	margin: 15px 0 0;
	padding: 0 0 0px;
	border-top: 2px solid #5ab2d7;
}

.content-c.edited {
	position: relative;
	border-top: 0;
	padding: 17px 0 16px;
	margin: 0;
}

.content-c.edited .header-d {
	background: #f6f6f6;
	border: 0;
}

.content-c.edited .header-d .section-options {
	padding: 0 7px 0 0;
}

.content-c.edited .cols-2b {
	width: 100%;
}

.content-c.edited .table-c th,
.content-c.edited .table-c td {
	border-width: 0;
}

.content-c.edited .table-c th {
	line-height: 30px;
}

.content-c.edited .table-c td {
	line-height: 24px;
}

.content-c.b {
	padding: 0 0 20px;
	margin: 0;
}

.content-c.b .section-content {
	padding: 15px 10px 0;
}

.edit .content-c, .edit .content-form {
	position: relative;
	border-top: 0 !important;
	margin: 0;
}

.generate-report input {
	margin: 0 .5em;
}

.generate-report .content-c.b {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.generate-report .content-c.b:nth-of-type(2n) {
	margin-left: 2%;
}

.report-type {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3em;
	padding: .5em;
}

.report-type span {
	display: block;
	padding: 6px 2px;
}

.content-e {
	border-top: 2px solid #5AB2D7;
	clear: both;
	margin: 15px 0 0;
	padding: 0 0 0px;
}

.content-e ul {
	display: block;
	text-indent: 0;
	padding: 0;
	overflow: auto;
}

.content-e ul li {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	padding-left: .7em;
	padding: .5em 0;
	border-spacing: 0em 1em;
	width: 100%;
	-webkit-box-align: center;
	-moz-box-align: center;
	-box-align: center;
}

.content-e ul li div {
	margin: 0;
	display: block;
	vertical-align: middle;
}

.content-e ul li > div:first-of-type {
	text-align: right;
	padding-right: 1em;
	width: 277px;
}

.content-e ul li > div:last-of-type {
	text-align: left;
	padding-left: 1em;
}

.content-e ul li h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 600;
}

.content-e .switch {
	display: inline-block;
}

.attachments-list {
	border-top: 1px solid #E6E6E6;
	font-size: 1.1em;
}

.attachments .attachments-list {
	border-top: none;
}

.attachments-list > div {
	width: 49%;
	display: inline-block;
	margin: 0;
	border-bottom: 1px solid #E6E6E6;
	padding-top: 1px;
}

.attachments-list > div:nth-of-type(odd) {
	margin-right: 1%;
}

.attachments-list > div:nth-of-type(even) {
	margin-left: 1%;
}

.attachments-list .attachment {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	width: 97%;
	height: 3em;
}

.attachments-list .attachment > * {
	padding: 6px;
	margin: 0px;
	word-wrap: normal;
	white-space: nowrap;
}

.attachments-list .attachment > .link-bttn-h {
	padding: 3px 7px 3px 7px;
}

.attachments-list .attachment > .size {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	min-width: 4em;
	text-align: center;
}

.attachments-list .attachment > .name {
	width: 180px;
	max-width: 180px;
	overflow: hidden;
}

.attachments-list .attachment > .name > div {
	display: block;
	line-height: 1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px;
	color: #5AB2D7;
}

.attachments-list .attachment > .name > div > span {
	border-bottom: 1px dotted #5AB2D7;
}

.attachments-list .empty {
	width: 100%;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	color: #999;
	border-color: #E6E6E6;
	line-height: 5em;
}

.attachments-list > div > * {
	display: inline-block;
}

.attachments-list > div > a {
	width: 92%;
	margin-right: 3%;
	border-bottom: none;
	color: #3B3B3B;
}

.attachments-list > div > a:hover {
	background: #FBFBFB;
	cursor: pointer;
}

td.post-edition > div > div.attachments-list > div > a {
	width: 89%;
	font-size: 0.8em
}

td.post-edition > div > div.attachments-list .attachment > .name {
	width: 160px;
	max-width: 160px;
}

td.post-edition > div > div.attachments-list .attachment > .name > div {
	width: 160px;
}

td.post-edition > div > div.attachments-list .attachment > .created {
	display: none;
}

td.post-edition > div > div.attachments-list .attachment span.swrap-a {
	min-width: 24px;
	min-height: 20px;
}

.forum .attachments-a .attachments-list {
	font-size: 0.8em;
	border-top: 1px solid #E6E6E6;
}

.forum .attachments-a .attachments-list > a {
	display: inline-block;
	width: 100%;
	border-bottom: none;
	color: #3B3B3B;
}

.forum .attachments-a .attachments-list > a:hover {
	background: #FBFBFB;
	cursor: pointer;
}

.forum .attachments-a .attachments-list .attachment {
	width: 100%;
	height: 2.5em;
	border-bottom: 1px solid #E6E6E6;
}
.forum .attachments-a .attachments-list .attachment > div:last-of-type{
	position: relative;
}
.forum .attachments-a .attachments-list .attachment > div:last-of-type:before {
	background: url(../i/arrow-i.png) 100% 5px no-repeat;
}
.rtl .forum .attachments-a .attachments-list .attachment > div:last-of-type:before {
	transform: scaleX(-1);
}

.forum .attachments-a .attachments-list .attachment .name {
	width: 75%;
	max-width: 75%;
}

.forum .attachments-a .attachments-list .attachment .name > div {
	width: 490px;
}

.forum .attachments-a .attachments-list .attachment .size {
	color: black;
}

.forum .attachments-a .attachments-list .attachment .link-bttn-h {
	padding: 3px 5px;
	line-height: 1.4em;
}

.forum .attachments-a .attachments-list .attachment .swrap {
	background: none;
	padding: 0px;
}

.forum .attachments-a .attachments-list .attachment .swrap > .swrap-a {
	min-width: 30px;
	min-height: 16px;
}

.content-b .status {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
}

.rtl .content-b .status {
	text-align: left;
}

.content-b .status > * {
	display: inline-block;
	font-size: 1.2em;
	line-height: 45px;
	height: 45px;
	margin: 0px 3px;
}

section.attachments {
	position: relative;
	font-size: 1.2em;
}

section.attachments div.noaccess {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-style: italic;
	font-size: 2em;
	line-height: 4em;
	color: #888;
	overflow: hidden;
	z-index: 100;
}

section.attachments-a {
	padding: 5px;
}

section.attachments div.noaccess-a {
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
}

.offline input[type=file] {
	opacity: 0.3;
}

input[type=file] {
	border: 0 !important;
}

input[type=file].hidden-input {
	display: block;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.no-records {
	text-align: center;
	padding: 5px 10px 5px;
	font-size: 1.3em;
	background-color: #FBFBFB;
	font-style: italic;
	color: #999;
	line-height: 27px;
}

.content-d {
	margin: 6px 0 10px;
	padding: 1px 1px 5px;
	border-top: 4px solid #5ab2d7;
	/*border-bottom: 1px solid #d5d6d5;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.content-d > .section-content {
	padding: 0 4px;
}

.content-x {
	width: 100%;
	padding: 46px 0 0 108px;
	margin: 0 0 0 -108px;
	overflow: visible;
}

.content-b + .content-x {
	margin-top: -15px;
}

.content-info-a {
	text-align: center;
}

.content-info-a p {
	margin: 0 0 8px;
	font-size: 1.3em;
}

.section-content {
	background-color: #fff;
}

.section-content-a {
	margin: 5px 0 0;
	padding: 9px 10px 12px;
	border-bottom: 1px solid #d5d6d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.section-content-b {
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.section-content.c {
	padding: 10px 0;
}

.section-content.c > h3 {
	margin: 0 0 8px;
	padding: 0 10px;
}

.section-head-info {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0 0 7px;
	margin: 0;
	background: url(../i/bar-a.png) 50% 100% no-repeat;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}

.section-head-info .swrap {
	padding: 3px 18px 0;
	background: #454545;
}

.items-a {
	width: 100%;
	overflow: hidden;
}

.items-a  .item {
	clear: both;
	padding: 5px;
	margin: 0 0 10px;
	background: #f6f6f6;
	border-top: 2px solid #5ab2d7;
}

.items-a h4 {
	margin-bottom: 0;
	font-size: 1.6em;
}

.items-a .collapsed .link-item-expand-a a {
	background-position: 0 5px;
}

.items-a .item .item-cont {
	border-top: 1px solid #e6e6e6;
	background: #fff;
	padding: 5px;
	overflow: hidden;
}

.items-a  .item .item-cont:last-child {
	border-top: 0px;
}

.items-a .item > form {
	margin-bottom: 0;
}

.items-b {
	width: 100%;
	overflow: hidden;
}

.items-b > .item {
	clear: both;
	margin: 0 0 5px;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

.items-b >  .item p {
	margin-left: -5px;
}

.items-b h5 {
	margin: 0;
	font-size: 1.3em;
}

.items-b >  .hidden .item-cont {
	display: none;
}

.items-b >  .expanded {
	border-color: #5ab2d7;
}

.items-b >  .expanded .item-cont {
	display: block;
}

.items-b >  .expanded .link-item-expand-b a .swrap {
	background-position: 0 -398px;
}

.items-b >  .item .cols-2b {
	border-top: 1px solid #e6e6e6;
}

.items-b > .hidden header ul {
	display: none;
}

.filter-bar {
	padding: 12px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 1px solid #d9d9d9;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d9d9d9));
	background: -webkit-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d9d9d9', GradientType=0);
	background: linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.filter-bar .wrap {
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.filter-bar h3 {
	margin: 0 10px;
	color: #494949;
	font-size: 1.4em;
	line-height: 2.154;
	vertical-align: middle;
}

.advanced-search .filter-bar h3 {
	margin-bottom: 10px;
	font-size: initial;
	border-bottom: 1px solid silver;
}

.filter-bar .part {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: 0;
	padding: 0 10px;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.filter-bar .part .duplicates {
	margin: 0 10px;
}

.filter-bar .part a {
	color: #2294c3;
	border: 0;
}

.filter-bar .part a .swrap {
	border-bottom: 1px dotted #5AB2D7;
}

.filter-bar .part a:hover,
.filter-bar .part a:active,
.filter-bar .part a:focus {
	color: #3b3b3b;
}

.filter-bar .part a:hover .swrap,
.filter-bar .part a:active .swrap,
.filter-bar .part a:focus .swrap {
	border-color: #3b3b3b;
}

.filter-bar .part-a,
.filter-bar .part-b {
	margin: 0;
}

.filter-bar .part-a {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.filter-bar .part-a p,
.filter-bar .part-b p {
	line-height: 2.154;
}

.filter-bar .part-b p label, .filter-bar .part-b p label select{
	display: inline-block;
}

.filter-bar .part-b select {
	margin: 0 5px;
	padding: 0 10px;
	width: 60px;
	height: 22px;
	border: 1px solid #cecece;
}

.filter-bar .list-letters {
	list-style: none;
	padding: 0;
	padding: 0 10px;
	width: 300px;
	line-height: 2.1;
}

.filter-bar .list-letters li {
	display: inline-block;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.65em;
}

.filter-bar .list-letters li a, .filter-bar .list-letters li a:hover,
.filter-bar .list-letters li a:focus, .filter-bar .list-letters li a:active {
	color: #ccc;
	cursor: default;
	padding: 0 1px;
	display: none;
}

.filter-bar .list-letters li a[onclick] {
	color: #2294c3;
	cursor: pointer;
	padding-bottom: 1px;
	display: inline-block;
}

.filter-bar .list-letters li a[onclick]:hover,
.filter-bar .list-letters li a[onclick]:active,
.filter-bar .list-letters li a[onclick]:focus {
	color: #3b3b3b;
	border-bottom: 1px dotted #3b3b3b;
	padding-bottom: 0px;
}

.filter-bar .list-letters li.current a[onclick] {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 1.2em;
}

.filter-bar .fields {
	margin: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.filter-bar .fields .row {
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px;
	font-size: 1.3em;
	line-height: 24px !important;
}

.filter-bar .fields .row > *, .filter-bar .fields .row .cont > * {
	display: inline-block;
	vertical-align: initial;
}

.filter-bar .fields .row label {
	min-width: 40px;
}

.filter-bar .fields .row input[type=radio] {
	margin: 5px 5px 0;
}

.filter-bar .fields .row .cont {
	display: inline-block;
}

.filter-bar .fields .row .cont input {
	margin: 0 5px 0;
	padding: 0 8px;
	border: 1px solid #cecece;
	background: #fff;
}

.filter-bar .fields .row input[disabled=disabled] {
	background: #f1f1f1;
	color: #666;
}

.filter-bar .fields .row input.input-xs {
	height: 24px;
	width: 40px;
}

.filter-bar .fields .row input.input-m {
	height: 24px;
	width: 105px;
}

.filter-bar .fields .row input:placeholder-shown {
	font-style: italic;
	opacity: 0.5;
}

.filter-bar .fields .row select {
	width: 90px;
	height: 26px;
	line-height: 22px;
	border: 1px solid #cecece;
}

.filter-bar .fields .row label.ico-callendar {
	margin: 0 5px 0 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	padding: 0;
	border: 1px solid transparent;
	background: url(../i/ico-callendar-b.png) 50% 5px no-repeat;
	text-indent: -1000001em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.filter-bar .fields .row label.ico-callendar:hover,
.filter-bar .fields .row label.ico-callendar:active,
.filter-bar .fields .row label.ico-callendar:focus {
	background-color: #fff;
}

.filter-bar .fields .row label.ico-callendar:active {
	border-top-color: #d1d1d1;
	background-position: 50% 6px;
}

.filter-bar .fields .row .sep {
	margin: 0 5px;
}

.filter-bar .fields .row-a select {
	height: auto;
}

.filter-bar.a {
	padding: 6px 0 4px;
	margin: 0;
}

.filter-bar.a .part-a {
	margin: 0 9px;
}

.filter-bar.a .part-b {
	margin: 0 9px;
}

.filter-bar.b {
	border-bottom: 1px solid #dfe0df;
	background: #eeefee;
	background: -moz-linear-gradient(top, #eeefee 0%, #e4e5e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeefee), color-stop(100%, #e4e5e4));
	background: -webkit-linear-gradient(top, #eeefee 0%, #e4e5e4 100%);
	background: -o-linear-gradient(top, #eeefee 0%, #e4e5e4 100%);
	background: -ms-linear-gradient(top, #eeefee 0%, #e4e5e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefee', endColorstr='#e4e5e4', GradientType=0);
	background: linear-gradient(top, #eeefee 0%, #e4e5e4 100%);
}

.filter-bar.b .wrap {
	padding: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.filter-bar.b h3 {
	margin: 0 9px;
	color: #494949;
	font-size: 1.5em;
	line-height: 28px;
	vertical-align: top;
}

.filter-bar.b .search-container {
	padding: 0 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.filter-bar.b form {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.filter-bar.b .row-submit {
	padding: 15px 0 0;
}

.filter-bar.b .row-submit button{
	margin: 0 3px;
}

.filter-bar.c {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
}

.filter-bar.c .tabs {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.filter-bar.c .tabs ul {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.filter-bar.c .tabs li {
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

.filter-bar.c .tabs a {
	display: inline-block;
	min-width: 120px;
	padding: 6px;
	text-align: center;
	border: 1px solid #fff;
	border-left: 0;
	color: #666;
}

.filter-bar.c .tabs a {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#cccccc', GradientType=0);
	background: linear-gradient(top, #eaeaea 0%, #cccccc 100%);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.filter-bar.c .tabs a:hover,
.filter-bar.c .tabs a:active,
.filter-bar.c .tabs a:focus {
	color: #3b3b3b;
	background: #cccccc;
	background: -moz-linear-gradient(top, #cccccc 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #cccccc 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #cccccc 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #cccccc 0%, #eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eaeaea', GradientType=0);
	background: linear-gradient(top, #cccccc 0%, #eaeaea 100%);
}

.filter-bar.c .tabs a:active {
	-moz-box-shadow: inset 0 2px 2px 0 #a6a6a6;
	-webkit-box-shadow: inset 0 2px 2px 0 #a6a6a6;
	box-shadow: inset 0 2px 2px 0 #a6a6a6;
}

.filter-bar.c .tabs .active a {
	border-right: 1px solid #c9c9c9;
	color: #3b3b3b;
	background: #fcfcfc;
}

.rtl .filter-bar.c .tabs .active a {
	border-right: none;
	border-left: 1px solid #c9c9c9;
}

.filter-bar.c .tabs.doctors-tabs {
	margin-top: 20px;
}

.filter-bar.c .tabs.doctors-tabs .pages-info .part-a {
	margin: 9px;
}

.filter-bar.c .tabs.doctors-tabs .pages-info .part-b {
	margin: 9px;
}

.filter-bar.d {
	border: 0;
	border-top: 1px solid #e6e6e6;
	background: #f5f5f5;
	width: 100%;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-bar.d .wrap {
	padding: 0 10px;
}

.filter-bar.advanced-search {
	display: none;
	background: #eeefee;
	background: -moz-linear-gradient(top, #eeefee 0%, #eeefee 70%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeefee), color-stop(70%, #eeefee), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #eeefee 0%, #eeefee 70%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #eeefee 0%, #eeefee 70%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #eeefee 0%, #eeefee 70%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeefee', endColorstr='#e0e0e0', GradientType=0);
	background: linear-gradient(top, #eeefee 0%, #eeefee 70%, #e0e0e0 100%);
}

.filter-bar.simple-search + table.table-a {
	margin-top: -15px;
}

.filter-bar.f {
	background: none;
	border: none;
	font-size: 1.2em;
	margin-bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
}

.filter-bar.f .inline-pagination {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
	margin-bottom: 0px;
}

.filter-bar.f > * {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	display: block;
}

.pages-info {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 4px 0 6px;
	background: #fcfcfc;
	border-bottom: 1px solid #d3d3d3;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pages-info .part-a {
	margin: 0 9px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.pages-info .part-a a {
	height: 20px;
	margin: 0 5px;
	display: inline-block;
}

.pages-info .part-b {
	margin: 0 9px;
}

.box-s {
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-s .wrap {
	padding: 12px;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-s h3 {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #3b3b3b;
	font-family: "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.box-s p {
	margin: 0 0 20px;
	font-size: 1.3em;
	color: #666;
}

.box-info {
	clear: both;
	padding: 10px;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-info h3 {
	margin: 0 -10px 15px;
	padding: 0 10px;
	border-bottom: 1px solid #e6e6e6;
	color: #3b3b3b;
	font-size: 1.8em;
	line-height: normal;
}

div.part p.clear {
	display: inline-block;
	margin-left: 5px;
}

div.part p.clear a {
	color: #aaa;
}

.primary-content .scrollable-content-wrapper {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

/* splits a container with two divs left and right, split-lr-a moves 10px from left border to match up with the grid */
.split-lr, .split-lr-a {
	clear: both;
	position: relative;
	margin-bottom: 15px !important;
}

.split-lr div:first-child {
	position: relative;
	left: 0;
	top: 0;
}

.split-lr-a div:first-child {
	position: relative;
	left: 10px;
	top: 0;
}

.split-lr div:last-child, .split-lr-a div:last-child {
	position: absolute;
	right: 0;
	top: 0;
}

/*! forms --------- */

.error-global-mssg {
	margin: 0 0 20px;
	padding: 5px;
	background: #a6a7a6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.error-global-mssg .wrap {
	padding: 18px 55px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(../i/ico-error-a.png) 13px 50% no-repeat;
}
.rtl .error-global-mssg .wrap {
	background-position-x: calc(100% - 13px);
}

.error-global-mssg p {
	font-size: 1.8em;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
}

.error-global-mssg a {
	color: #5ab2d7;
}

.error-global-mssg.a .wrap {
	padding: 0;
	background: #fff;
}

.error-global-mssg.a .head {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 18px 0 15px;
	background: url(../i/ico-error-a.png) 13px 50% no-repeat;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.error-global-mssg.a .head h2 {
	margin: 0 0 0 55px;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.error-global-mssg.a .head p.opt-show-hide {
	margin: 0;
	padding: 3px 55px 0 0;
	font-size: 1.2em;
	line-height: normal;
}

.error-global-mssg.a .head p.opt-show-hide a {
	padding: 0 14px 0 0;
	background: url(../i/arrows-up-down.gif) 100% 5px no-repeat;
	border: 0;
}

.error-global-mssg.a .head p.opt-show-hide a .swrap {
	border-bottom: 1px dotted #a3bccf;
}

.error-global-mssg.a .head p.opt-show-hide a:hover,
.error-global-mssg.a .head p.opt-show-hide a:active,
.error-global-mssg.a .head p.opt-show-hide a:focus {
	color: #3b3b3b;
	border: 0;
}

.error-global-mssg.a .head p.opt-show-hide a:hover .swrap,
.error-global-mssg.a .head p.opt-show-hide a:active .swrap,
.error-global-mssg.a .head p.opt-show-hide a:focus .swrap {
	border-color: #3b3b3b;
}

.error-global-mssg.a .head p.opt-show-hide a.expanded,
.error-global-mssg.a.expanded .head p.opt-show-hide a {
	background: url(../i/arrows-up-down.gif) 100% -294px no-repeat;
}

.error-global-mssg.a .cont {
	clear: both;
	display: block;
	padding: 18px 55px 15px;
	border-top: 1px dotted #e6e6e6;
}

.error-global-mssg.a .cont p {
	font-size: 1.3em;
	line-height: 1.615;
}

.error-global-mssg.a .cont {
	display: none;
}

.error-global-mssg.a.expanded .cont {
	display: block !important;
}

.error-global-mssg .progress-bar{
	display: inline-block;
	width: 150px;
	height: 18px;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	margin: -5px 0;
}

form {
}

textarea {
	overflow: auto;
	border: 1px solid #CECECE;
	padding: 3px 9px;
	line-height: 18px;
}

button {
	overflow: visible;
	padding: 0 10px;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}

span.req-hint {
	color: #aaaaaa;
	font-size: 14px;
}

p.req-hint {
	text-align: center;
}

.required-mark-before::before,
.edit th.required.label::before,
section.meta tr.required > th::before,
form tr.required > th > label::before,
form tr.required th.label::before,
form.edit .required label[for]::before,
/*.form .row.required label[for]::before,*/
.input .row.required label[for]::before
{
	content: "*";
	margin: 0 0.2em;
	font-size: 120%;
	color: #ff9933;
	position: relative;
	top: 0.15em;
	line-height: 0;
}

.edit input[type=text],
.edit input[type=date],
.edit input[type=custom-date],
.edit input[type=email],
.edit input[type=tel],
.edit input[type=url],
.edit input[type=number] {
	width: 228px;
	height: 22px;
	padding: 0 8px;
	border: 1px solid #cecece;
	background: #fff;
	line-height: 22px;
}

.edit input[type=number] {
	padding: 0 0 0 8px;
}
.rtl .edit input[type=number] {
	padding: 0 8px 0 0;
}

label.custom-date, .edit label.custom-date, label.custom-obj, .edit label.custom-obj   {
	display: inline-block;
	position: relative;
}
label.custom-date input, label.custom-obj input {
	padding-right: 25px;
}
.rtl label.custom-date input, .rtl label.custom-obj input {
	padding-right: 9px;
	padding-left: 25px;
}
label.custom-date a.close, label.custom-obj a.close {
	position: absolute;
	display: block;
	height: 27px;
	width: 20px;
	border-bottom: none;
	cursor: pointer;
	top: 2px;
	right: 0;
	color: #b4b4b4;
	font-size: 14px;
}
.rtl label.custom-date a.close, .rtl label.custom-obj a.close {
	right: auto;
	left: 0;
}
.form-a label.custom-date a.close, .form-a label.custom-obj a.close {
	top: -5px;
}
.search-expanded label.custom-date a.close, .search-expanded label.custom-obj a.close {
	top: -1px;
}
a.close:after {
	content: '\d7';
	font-size: 1.5em;
}
.field-wrap.onedit a.close:after {
	position: relative;
	top: -24%;
}
.table-c.single-col.tree .field-wrap.onedit a.close {
	top: 2px;
	right: 10px;
}
.rtl .table-c.single-col.tree .field-wrap.onedit a.close {
	right: unset;
	left: 5px;
}

label a.close:hover, label a.close:hover {
	color: #3b3b3b;
}
.edit textarea {
	width: 228px;
}

.edit select {
	border: 1px solid #cecece;
	max-width: 246px;
	height: 24px;
	width: 100%;
}

.edit select option {
	padding: 0 0.5em;
}

.edit select[multiple] {
	height: auto;
	max-height: 5em;
}

.edit label {
	display: block;
}

.edit td {
	line-height: 30px;
}

input[type=file].hidden-input {
	display: block;
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.form-a {
	padding: 5px 0 0;
}

.form-a table {
	width: 100%;
	border-collapse: collapse;
}

.form-a table th,
.form-a table td {
	border: 0;
	padding: 0 0 4px;
	margin: 0;
}

.form-a table thead th {
	margin: 0 0 5px;
	padding: 0 0 4px 14px;
	color: #a2a2a2;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}

.rtl .form-a table thead th{
	text-align: right;
}

.form-a table thead .th-a {
	padding-top: 8px;
}

.form-a table tfoot tr.tr-submit td {
	margin: 16px 0 0;
	padding: 5px 0 5px;
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	font-size: 1.8em;
}

.form-a table tfoot tr.tr-submit td.password-change {
	background: none;
	text-align: right;
	padding-right: 20px;
}
.rtl .form-a table tfoot tr.tr-submit td.password-change {
	text-align: left;
}

.form-a table tbody th {
	width: 32%;
	text-align: right;
	vertical-align: middle;
}
.rtl .form-a table tbody th {
	text-align: left;
}

/*FIX*/
.form-a table tbody th {
	line-height: normal;
}

.form-a table tbody td {
	width: 68%;
}

/*FIX*/
.form-a table tbody td {
	width: auto;
	padding: 5px;
}

.form-a table tbody tr.tr-last-row td {
	padding-bottom: 15px;
}

.form-a label {
	color: #3b3b3b;
}

.form-a table td label {
	display: inline-block;
	padding-top: 0;
	height: auto;
	line-height: normal;
}

.form-a table td.block label{
	display: block;
}

.form-a .field-wrap {
	clear: both;
	margin: 0 6px;
	padding: 3px;
	background: transparent url(../i/ico-error-b.png) -1000001em 50% no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
	vertical-align: middle;
}

/*FIX*/
.form-a .field-wrap {
	display: inline-block;
}

.form-a input {
	display: inline-block;
	border: 1px solid #cecece;
	width: 300px;
	height: auto;
	padding: 2px 9px;
	line-height: 18px;
}

.edit input[type=image],
.form-a input[type=image] {
	width: auto;
	border: none;
	vertical-align: text-bottom;
}

.form-a input[type=radio],

.form-a input[type=checkbox] {
	display: inline-block;
	width: auto;
	padding: 0;
	line-height: 18px;
	margin: 0;
	vertical-align: middle;
}

.form-a input[type=radio] + label {
	margin-right: 20px;
}

.form-a input[type=checkbox] + label {
	margin-left: 10px;
}

.form-a select option:first-child[value=""] {
	color: #cecece;
}

/*FIX*/
.form-a input[type=radio] {
	margin: 0 5px;
}

/*FIX*/
.form-a input[type=date] {
	width: 9.6em !important;
}

/*FIX*/
.form-a input.time {
	width: 5em;
}

.form-a input.input-xs {
	width: 21px;
}

.form-a input.input-s {
	width: 41px;
}

.form-a input:invalid {
	-moz-box-shadow: none;
}

.form-a select {
	display: inline-block;
	border: 1px solid #cecece;
	width: 320px;
	padding: 2px 9px;
	color: #707070;
	line-height: 26px;
}

.form-a select:not([multiple]) {
	height: 26px;
}

.form-a textarea {
	display: inline-block;
	border: 1px solid #cecece;
	max-width: 301px;
	width: 301px;
	height: 108px;
	padding: 3px 9px;
	line-height: 18px;
}

.form-a .tr-inputs input {
	margin-right: 5px;
}

.form-a .tr-submit button {
	line-height: 25px;
	font-size: 0.8em;
}

.form-a .ico-callendar {
	display: inline-block;
	margin: 0 5px 0 0;
	min-width: 23px;
	width: 23px;
	height: 23px;
	padding: 0;
	border: 1px solid transparent;
	background: url(../i/ico-callendar-b.png) 50% 5px no-repeat;
	text-indent: -1000001em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-a .ico-callendar:hover,
.form-a .ico-callendar:active,
.form-a .ico-callendar:focus {
	background-color: #e9e9e9;
}

.form-a .ico-callendar:active {
	border-top-color: #d1d1d1;
	background-position: 50% 6px;
}

.form-a .link-hint {
	display: inline-block;
	vertical-align: middle;
}

.form-a .error label {
	color: #c95788;
}

.form-a .error .field-wrap {
	background-color: #c95788;
	background-position: 100% 50%;
}

.form-a .error .field-wrap input,
.form-a .error .field-wrap select {
	border-color: #fff;
}

.form-a .error .field-wrap label {
	color: #fff;
}

.form-a .link-add {
	padding: 8px 0 0;
	clear: both;
	display: block;
	font-size: 1em;
}

.form-a.a {
	padding: 0;
}

.form-a.a .row {
	margin: 0 0 8px;
	font-size: 1.3em;
	line-height: normal;
}

.form-a.a .row input[type=checkbox] {
	margin: 1px 0 0;
}

.form-a.a .row.a label {
	color: #a2a2a2;
}

.form-a.a .row-submit {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 8px;
	background: #f5f5f5;
	font-size: 1.8em;
	text-align: center;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-a.a .row-submit .bttn-b {
	display: inline-block;
	font-weight: normal;
}

.form-a.b {
	padding: 15px 0 0;
}

.form-a.b .tr-submit td {
	font-size: 1.8em;
}

.form-a.b .tr-submit button {
	font-size: 1;
	line-height: 1.2;
	font-weight: normal;
}

.form-a.b input.input-xs {
	width: 35px;
}

.form-a.b input.input-s {
	width: 54px;
}

.form-a.c table tbody th {
	width: 49%;
	font-weight: normal;
}

/*FIX*/
.form-a.c table tbody th {
	width: auto;
}

.form-a.c table tbody td {
	width: 51%;
	padding-left: 9px;
}

/*FIX*/
.form-a.c table tbody td {
	width: auto;
}

.form-a.c input {
	width: 234px;
}

.form-a.c .tr-submit td {
	margin: 0;
	padding-left: 9px;
	background: none;
	text-align: right;
	font-size: 1.3em;
}

.form-a.c .tr-submit button {
	margin-right: 57px;
	line-height: normal;
}

.form-a.d {
	padding: 15px 0 0;
}

.form-a.d table {
	margin: 0;
}

.form-a.d table tbody th {
	width: 30%;
}

.form-a.d table tbody td {
	width: 70%;
}

.form-a.d table .tr-b th,
.form-a.d table .tr-b td {
	padding: 0;
	line-height: 18px;
	height: 18px;
}

.form-a.d table .tr-b td label {
	height: 18px;
	line-height: 18px;
}

.form-a.d table .tr-b td input {
	height: 14px;
	line-height: 14px;
}

.form-a.d table .tr-c th,
.form-a.d table .tr-c td {
	padding-bottom: 25px;
}

.form-a.d table th label {
	font-weight: normal;
}

.form-a.d  table tfoot tr.tr-submit td {
	padding-left: 38% !important;
	font-size: 1.8em;
	text-align: left;
}

.form-a.d table tfoot tr.tr-submit button {
	display: inline-block;
	padding-right: 15px;
	font-size: 1;
	line-height: 1.2;
	font-weight: normal;
}

.form-a.d table tfoot tr.tr-submit .bttn-b span {
	padding-right: 25px;
}

.form-a.d table tfoot tr.tr-submit .opt-rest {
	display: inline-block;
	margin: 10px 0 0 15px;
	font-size: 0.722em;
	vertical-align: top;
}

.form-a.d table tfoot tr.tr-submit .opt-rest.l2 {
	margin-top: 0;
}

.form-a.d table tfoot tr.tr-submit .opt-rest a {
	clear: both;
	display: block;
	border: 0;
	text-align: left;
}

.form-a.d table tfoot tr.tr-submit .opt-rest a .swrap {
	display: inline-block;
	border-bottom: 1px dotted #5ab2d7;
	line-height: 18px;
}

.form-a.d table tfoot tr.tr-submit .opt-rest a:hover .swrap,
.form-a.d table tfoot tr.tr-submit .opt-rest a:focus .swrap,
.form-a.d table tfoot tr.tr-submit .opt-rest a:active .swrap {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.form-a.d .header-d {
	margin: 0 0 15px;
}

.form-a.d .add-info {
	display: inline-block;
	margin: 0 0 0 3px;
}

.form-a.d .add-info.note {
	color: #a2a2a2;
	font-style: italic;
}

.form-a.d .field-wrap {
	padding-right: 3px;
}

.form-a.d .field-wrap + .field-wrap {
	margin-top: 5px;
}

.form-a.d .error .field-wrap {
	padding-right: 30px;
}

.form-a.ac table tbody th {
	width: 25%;
}

.form-a.ac textarea {
	width: 500px;
}

.form-a.ac tfoot {
	font-size: 0.6em;
}

.form-a.ac tfoot td > div {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	line-height: 4em;
}

.form-a.ac tfoot td .button-wrapper {
	display: block;
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	box-flex: 2;
	text-align: right;
	padding: 0px 5px;
}
.rtl .form-a.ac tfoot td .button-wrapper {
	text-align: left;
}

.form-a.ac tfoot button {
	font-weight: normal;
	font-size: 1.8em;
}

.form-a.ac tfoot a {
	font-size: 1.3em;
	margin: 0 10px;
	/*display: inline-block; (deletion by Max)*/
}

.form-b .field-wrap {
	display: inline-block;
	margin-left: 6px;
	padding: 3px 30px 3px 3px;
	background: transparent url(../i/ico-error-b.png) -1000001em 50% no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 24px;
}

.form-b input {
	width: 228px;
	height: 22px;
	padding: 0 8px;
	border: 1px solid #cecece;
	background: #fff;
	line-height: 22px;
}

.form-b input:disabled {
	color: #666;
	background: #f6f6f6;
}

.form-b .error label {
	color: #c95788;
}

.form-b .error .field-wrap {
	background-color: #c95788;
	background-position: 100% 50%;
}

.form-b .error .field-wrap input,
.form-b .error .field-wrap select {
	border-color: #fff;
}

form.edit .content-c .content, form.edit .section-content {
	border: 2px solid #f6f6f6;
	border-top: 0;
	padding: 11px 0 8px;
}

.form-c .row {
	padding: 10px;
	margin: 0 0 10px;
	background: #f2f2f2;
}

.form-c .row label {
	display: inline-block;
	margin-right: 5px;
}

.form-c .row input {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	width: 327px;
	padding: 0 10px;
	border: 1px solid #cecece;
}

.form-c .row select {
	margin: 0 5px;
	width: 365px;
	padding: 3px 3px;
}

.form-c .row option {
	padding-left: 5px;
}

.form-c .row-submit {
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.form-c.b .row-submit {
	background: #F2F2F2;
	text-align: right;
	position: relative;
	margin-top: 0.5em;
	width: 100%;
	padding: 10px 0px;
	font-size: 1em;
}
.rtl .form-c.b .row-submit {
	text-align: left;
}

.form-c.b .row-submit > button {
	margin: 0px 10px;
}

.form-c.b .row-submit > a {
	position: absolute;
	left: 14px;
	top: 15px;
}
.rtl .form-c.b .row-submit > a {
	right: 14px;
	top: 15px;
	left: unset;
}

.form-c.b.a {
	font-size: 1.3em;
}

.form-c.b.a label {
	display: block;
	line-height: 2em;
}

.form-c.b.a .field-wrap {
	width: 100%;
}

.form-c.b.a textarea, .form-c.b.a input, .form-c.b.a select {
	width: 97.5%;
}

.form-c.b.a textarea {
	height: 6em;
}

.form-d {
	padding: 5px 0 4px 0;
}

.form-d p {
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	font-size: 0.923em;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.form-d p span {
	display: block;
}

.form-d input {
	width: 20px;
	height: 20px;
	padding: 0 4px 0 3px;
	margin: 2px 3px;
	border: 0;
	line-height: 20px !important;
}

.form-d input.input-4d {
	width: 39px;
}

.form-d input.time {
	border: none;
}

.form-d button {
	display: block;
}

.form-e p {
	color: #666;
	font-size: 1.2em;
}

.form-e label {
	margin: 0 2px 0 0;
}

.form-e input {
	width: 40px;
	height: 21px;
	padding: 0 5px;
	margin: 0 0 0 4px;
	border: 1px solid #cecece;
}

.form-s .row {
	margin: 0 0 10px;
	font-size: 1.4em;
	line-height: normal;
}

.form-s label {
	display: block;
	color: #fff;
	font-weight: bold;
}

.form-s .field-wrap {
	display: block;
	background: url(../i/ico-error-b.png) -1000001em 50% no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-s input {
	display: block;
	padding: 0 10px;
	height: 31px;
	width: 250px;
	border: 0;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-s input:invalid {
	-moz-box-shadow: none;
}

.form-s .row-submit {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
	font-size: 1.2em;
	color: #fff;
	text-align: right;
}

.form-s .row-submit a {
	padding: 6px 0 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #bfecff;
}

.form-s .row-submit a:hover,
.form-s .row-submit a:active,
.form-s .row-submit a:focus {
	border-bottom: 0;
	text-decoration: none;
}

.form-s .row-submit button {
	margin: 0 0 0 17px;
}
.rtl .form-s .row-submit button {
	margin: 0 17px 0 0;
}

.form-s .row-submit button span {
	margin: 0;
}

.form-s .error .field-wrap {
	margin-right: -30px;
	padding-right: 30px;
	background-color: #c95788;
	background-position: 100% 50%;
}

.form-search {
	width: 100%;
	overflow: hidden;
}

.form-search table tbody th {
	padding-top: 0px;
}

.form-search p {
	font-size: 1.3em;
	line-height: 2.154;
}

.form-search label,
.form-search input,
.form-search .bttn-c,
.form-search a,
.form-search .label {
	display: inline-block;
}

.form-search label {
	color: #3b3b3b;
	font-weight: normal;
}

.form-search input {
	width: 200px;
	padding: 3px 10px;
	border: 1px solid #cecece;
	line-height: 20px;
}

.form-search input.time {
	padding: 3px 8px;
	line-height: 20px;
}

.form-search .bttn-c {
	margin: 0 8px;
}

.form-search .label {
	margin: 0;
	font-size: 1.3em;
	line-height: 2.1;
	vertical-align: middle;
}

.form-search span.label {
	margin-top: 8px !important;
	font-size: 1em;
}

.advanced-search .form-search {
	padding-top: 0px;
}

.advanced-search input[type=text],
.advanced-search input[type=email],
.advanced-search select {
	width: 305px;
}

.advanced-search input.time {
	width: 5em;
}

.advanced-search div.filter-bar {
	display: none;
}

.advanced-search div.advanced-search {
	display: block;
}

.advanced-search label.custom-obj input[type="text"] {
	width: 265px !important;
}

.custom-obj input.co-label.rdonly {
	padding-right: 0.5em;
}

.form-search .search-expanded {
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.form-search .link-hide-advanced {
	position: absolute;
	top: 0px;
	right: 14px;
	font-size: 1.2em;
	line-height: normal;
}
.rtl .form-search .link-hide-advanced {
	right: unset;
	left: 14px;
}

.form-search .link-hide-advanced a {
	padding: 0 15px 0 0;
	background: url(../i/arrow-up.gif) 100% 50% no-repeat;
	border: 0;
}

.form-search .link-hide-advanced a .swrap {
	border-bottom: 1px dotted #5ab2d7;
}

.form-search .link-hide-advanced a:hover .swrap,
.form-search .link-hide-advanced a:focus .swrap,
.form-search .link-hide-advanced a:active .swrap {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.form-search .search-expanded table {
	/*margin-top: -35px;*/
}

.form-search table tbody th {
	width: 219px !important;
	text-align: right;
}

.form-search table tbody td {
	width: auto !important;
}

.form-search table tbody th label,
.form-search table tbody th .label {
	margin: 2px 8px 0;
	display: inline-block;
	line-height: 26px;
	color: #3b3b3b;
}

.form-search table tbody td label {
	color: #777777 !important;
	line-height: 26px;
}

.form-search table tbody td label,
.form-search table input {
	display: inline-block;
}

.form-search table input.input-s {
	width: 22px !important;
}

.form-search table select {
	width: 327px;
}

.form-search table tr.submit-row td {
	padding: 0 0 0 427px;
}

.form-search table tr.submit-row td a {
	margin-right: 10px;
}

.ico-wizard {
	background: url(/i/ico-wizard.png) 50% 100% no-repeat;
	margin-left: 0.2em;
	margin-right: 0.2em;
	width: 18px;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	overflow: hidden;
	height: 1.5em;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.touch-device .form-search table tr.submit-row td {
	padding: 0 0 0 423px;
}

.preloader {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}

.preloader table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.preloader table th, .preloader table td {
	border: 0;
	border-top: 1px solid #e6e6e6;
	text-align: left;
	vertical-align: top;
}

.preloader table tr:first-child th, .preloader table tr:first-child td {
	border-top: 0;
}

.preloader table th {
}

.preloader table td {
	border-left: 1px dotted #eeeeee;
}

.preloader .label {
	width: 5%;
}

.preloader .info-filename {
}

.preloader .data-left {
	width: 15%;
}

.preloader .progress {
	width: 40%;
}

.preloader .link {
	width: 5%;
}

.preloader .link .link-bttn-h a {
	display: block;
}

.progress-bar {
	display: block;
	width: 100%;
	height: 16px;
	position: relative;
	margin: 2px 0 0;
	background-color: #e0e0e0;
	border: 1px solid #bfbfbf !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.progress-bar > span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #5ab2d7;
}

.progress-bar > span > span {
	text-indent: 100001em;
	overflow: hidden;
}

.progress-bar > span:after, .progress-animate > span > span {
	content: "";
	z-index: 1;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
	-webkit-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
}

.progress-animate > span:after {
	display: none;
}

@-webkit-keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

.file-loader th {
	width: 40%;
	border-width: 0 0 1px 0;
}

.file-loader progress {
	width: 100%
}

.file-loader .cancel {
	width: 80px;
}

.file-loader .cancel .swrap {
	background: none;
	padding: 3px;
	font-size: 0.8em;
}

/* buttons */

.bttn-a {
	padding: 0 10px;
	border: 0;
	color: #3094be;
	border-bottom: 1px solid #1d83ad;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d9f4ff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9f4ff', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
}

.bttn-a .swrap {
	display: inline-block;
	padding: 6px 15px 6px 0;
	background: url(../i/arrow-b.png) 100% 50% no-repeat;
}

.bttn-a:hover,
.bttn-a:focus,
.bttn-a:active {
	background: #d9f4ff;
	background: -moz-linear-gradient(top, #d9f4ff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9f4ff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #d9f4ff 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #d9f4ff 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #d9f4ff 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9f4ff', endColorstr='#ffffff', GradientType=0);
	background: linear-gradient(top, #d9f4ff 0%, #ffffff 100%);
}

.bttn-a:active {
	border: 0;
	border-top: 1px solid #429bc0;
}

.bttn-b {
	display: inline-block;
	padding: 0 10px;
	border: 0;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.bttn-b .swrap {
	display: inline-block;
	padding: 8px 15px 10px 0;
	position: relative;
}
.bttn-b .swrap:before {
	background: url(../i/arrow-a.png) 100% 50% no-repeat;
}
.rtl .bttn-b .swrap:before {
	transform: scaleX(-1);
}
.rtl .bttn-b .swrap {
	padding: 8px 0 10px 15px;
	background-position-x: 0;
}

.bttn-b:hover,
.bttn-b:focus,
.bttn-b:active {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.bttn-b:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.bttn-c {
	margin: 0;
	padding: 0 7px 0 10px;
	border: 0;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.bttn-c .swrap {
	display: block;
	padding: 4px 4px 4px 0;
}

.bttn-c[type=submit] .swrap {
	padding-right: 22px;
	background: url(../i/ico-scope.gif) 100% 50% no-repeat;
}

.rtl .bttn-c[type=submit] .swrap {
	padding-right: 4px;
	padding-left: 22px;
	background-position-x: 0;
}

.bttn-c:hover,
.bttn-c:focus,
.bttn-c:active {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.bttn-c:active {
	-moz-box-shadow: inset 0 0 2px 2px #449dc2;
	-webkit-box-shadow: inset 0 0 2px 2px #449dc2;
	box-shadow: inset 0 0 2px 2px #449dc2;
}

.bttn-d {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border: 0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #454545;
	background: -moz-linear-gradient(top, #454545 0%, #242424 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #454545), color-stop(100%, #242424));
	background: -webkit-linear-gradient(top, #454545 0%, #242424 100%);
	background: -o-linear-gradient(top, #454545 0%, #242424 100%);
	background: -ms-linear-gradient(top, #454545 0%, #242424 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#242424', GradientType=0);
	background: linear-gradient(top, #454545 0%, #242424 100%);
}

.bttn-d .swrap {
	display: inline-block;
	padding: 4px 0 6px 0;
}

.bttn-d:hover,
.bttn-d:focus,
.bttn-d:active {
	text-decoration: none;
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #454545 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(100%, #454545));
	background: -webkit-linear-gradient(top, #242424 0%, #454545 100%);
	background: -o-linear-gradient(top, #242424 0%, #454545 100%);
	background: -ms-linear-gradient(top, #242424 0%, #454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#454545', GradientType=0);
	background: linear-gradient(top, #242424 0%, #454545 100%);
}

.bttn-d:active {
	-moz-box-shadow: inset 0 0 2px 2px #000;
	-webkit-box-shadow: inset 0 0 2px 2px #000;
	box-shadow: inset 0 0 2px 2px #000;
}

.bttn-e {
	padding: 7px 10px 6px;
	border: 0;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.bttn-e:hover,
.bttn-e:focus,
.bttn-e:active {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.bttn-e:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.bttn-f {
	padding: 0 10px;
	border: 0;
	background: #1079A3;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.bttn-f:hover,
.bttn-f:focus,
.bttn-f:active {
	text-decoration: none;
	background: #04678E;
}

.bttn-f:active {
	-moz-box-shadow: inset 0 0 2px 2px #01374C;
	-webkit-box-shadow: inset 0 0 2px 2px #01374C;
	box-shadow: inset 0 0 2px 2px #01374C;
}

.content-a.a .bttn-f {
	text-shadow: #5ab2d7 0 -1px 0;
	background: #40a36f;
}

.content-a.a .bttn-f:hover,
.content-a.a .bttn-f:focus,
.content-a.a .bttn-f:active {
	background: #389d68;
}

.content-a.a .bttn-f:active {
	-moz-box-shadow: inset 0 0 2px 2px #2f895a;
	-webkit-box-shadow: inset 0 0 2px 2px #2f895a;
	box-shadow: inset 0 0 2px 2px #2f895a;
}

.content-a.b .bttn-f {
	text-shadow: #600028 0 -1px 0;
	background: #88335a;
}

.content-a.b .bttn-f:hover,
.content-a.b .bttn-f:focus,
.content-a.b .bttn-f:active {
	background: #990c46;
}

.content-a.b .bttn-f:active {
	-moz-box-shadow: inset 0 0 2px 2px #840037;
	-webkit-box-shadow: inset 0 0 2px 2px #840037;
	box-shadow: inset 0 0 2px 2px #840037;
}

.bttn-g {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #eeefee;
	background: #d5d6d5;
	color: #787878;
	text-decoration: none;
	font-weight: normal;
	line-height: 21px;
}

.bttn-g .swrap {
	display: block;
	padding: 0 8px;
	border: 1px solid #d5d6d5;
}

.bttn-g,
.bttn-g .swrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #ececec 100%);
}

.bttn-g:hover .swrap,
.bttn-g:focus .swrap,
.bttn-g:active .swrap {
	text-decoration: none;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
	background: linear-gradient(top, #ececec 0%, #ffffff 100%);
}

.bttn-g:active .swrap {
	-moz-box-shadow: inset 0 0 2px 2px #d5d6d5;
	-webkit-box-shadow: inset 0 0 2px 2px #d5d6d5;
	box-shadow: inset 0 0 2px 2px #d5d6d5;
}

/*! tables -------- */

table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
}

table.empty th.sortable a {
	background-image: none;
	cursor: default;
	padding: 0;
}

th a {
	border-bottom: 0;
	cursor: pointer;
}

th span.hint {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	background: none;
	min-height: 0;
	padding: 0;
}

th.sortable a {
	padding: 0 20px 0 0;
	background: url(../i/filter-icons.png) 100% -100001em no-repeat;
	border: 0 !important;
	color: #666;
}
.rtl th.sortable a {
	padding: 0 0 0 20px;
}

th.sortable:hover a,
th.sortable a:focus,
th.sortable a:active {
	background-position: 100% -684px;
}

th.sorted a {
	background-position: 100% 0;
}

th.sorted:hover a,
th.sorted a:focus {
	background-position: 100% -114px;
}

th.sorted a:active {
	background-position: 100% -228px;
}

th.sorted.desc a {
	background-position: 100% -342px;
}

th.sortable.desc:hover a,
th.sortable.desc a:focus {
	background-position: 100% -456px;
}

th.sortable.desc a:active {
	background-position: 100% -570px;
}
.rtl th.sortable:hover a,
.rtl th.sortable a:focus,
.rtl th.sortable a:active,
.rtl th.sorted a,
.rtl th.sorted:hover a,
.rtl th.sorted a:focus,
.rtl th.sorted a:active,
.rtl th.sorted.desc a,
.rtl th.sortable.desc:hover a,
.rtl th.sortable.desc a:focus,
.rtl th.sortable.desc a:active {
	background-position-x: 0;
}

.td-opt {
	position: relative;
	cursor: auto;
}

.td-opt .opt-change {
	text-align: left;
	position: absolute;
	top: -2px;
	left: -10px;
	z-index: 100;
	padding: 0 3px 3px;
	background: #5ab2d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
}

.opt-change.dt-status {
	top: 5px;
	left: -78px;
}

.td-opt .opt-change .label {
	color: #fff;
	margin: 0;
	font-size: 1.3em;
	line-height: 2.077;
}

.td-opt .opt-change .label span {
	display: block;
	margin: 0 5px;
	padding: 0 20px 0 0;
	background: url(../i/arrow-down-a.gif) 100% 50% no-repeat;
}
.rtl .td-opt .opt-change .label span {
	padding: 0 0 0 20px;
	background-position-x: 0;
	text-align: right;
}

.td-opt .opt-change ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.td-opt .opt-change li {
	display: block;
	border-top: 1px solid #e4e4e4;
	font-size: 1.3em;
	line-height: 2.077;
}

.td-opt .opt-change li:first-child {
	border-top: 0;
}

.td-opt .opt-change li a {
	display: block;
	min-width: 96px;
	border: 0;
	padding: 1px 7px 2px;
	color: #3b3b3b;
}
.rtl .td-opt .opt-change li a {
	text-align: right;
}

.td-opt .opt-change li.selected a {
	color: #2193c2;
}

.td-opt .opt-change li a:hover,
.td-opt .opt-change li a:active,
.td-opt .opt-change li a:focus {
	background: #f4f4f4;
	text-decoration: none;
}

.td-opt .opt-change li a:active {
	padding: 2px 7px 1px;
	-moz-box-shadow: inset 0 -1px 1px #dedede;
	-webkit-box-shadow: inset 0 -1px 1px #dedede;
	box-shadow: inset 0 -1px 1px #dedede;
}

.td-opt .opt-date-change {
	z-index: 1;
	position: absolute;
	top: -5px;
	left: -10px;
	padding: 0 6px 0 0;
	background: #5ab2d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content-a.b .opt-date-change .form-d {
	padding: 2px 0;
}

.opt-date-change a.icon {
	display: inline-block;
	padding: 0 5px;
	border: 0;
}

.opt-date-change a.icon img {
	vertical-align: -4px;
}

table td a .tooltip-content {
	top: 32px;
}

div.td-opt {
	margin: 0;
}

.table-a {
	width: 100%;
}

.table-a th,
.table-a td {
	line-height: 1;
}

.table-a th {
	padding: 11px 10px 10px;
	color: #666;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
}

.table-a td {
	z-index: 1;
	padding: 5px 10px 5px;
	color: #3b3b3b;
	font-size: 1.3em;
}

.table-a td td {
	font-size: 1em;
	padding: 5px;
}

.table-a thead th {
	border: 0;
	/*white-space: nowrap;*/
}

.rtl .table-a thead th {
	text-align: right;
}

.table-a thead th.th-m-a {
	width: 67px;
}

.table-a thead th.th-m-b {
	width: 70px;
}

.table-a thead th.th-m-c {
	width: 85px;
}

.table-a thead th.th-m-d {
	width: 60px;
}

.table-a thead th.th-m-e {
	width: 62px;
}

.table-a thead th.th-m-f {
	width: 78px;
}

.table-a thead th.th-m-g {
	width: 90px;
}

.table-a thead th.th-m-h {
	width: 80px;
}

.table-a thead th.th-s-b {
	width: 18px;
}

.table-a thead th.th-s-a {
	width: 8px;
}

.table-a thead th.th-s-c {
	width: 23px;
}

.table-a thead th.th-l-a {
	width: 135px;
}

.table-a thead th.th-l-b {
	width: 152px;
}

.table-a thead th.th-l-c {
	width: 140px;
}

.table-a thead th.th-l-d {
	width: 161px;
}

.table-a tfoot td {
	padding-right: 0;
	border: 0;
}

.table-a tfoot td.td-submit {
	text-align: right;
}

.table-a tfoot .link-bttn-c {
}

.table-a tbody td {
	border: 0;
	border-bottom: 1px solid #d5d6d5;
	background: #fff;
	cursor: pointer;
	line-height: 27px;
}

.empty tr td {
	text-align: center;
	color: #999;
	font-style: italic;
}

.table-a.empty tr td {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.table-a tbody td:first-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.rtl .table-a tbody td:first-child {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.table-a tbody td:last-child {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.rtl .table-a tbody td:last-child {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.table-a tbody tr:hover td {
	background: #fbfbfb;
}

.table-a tbody tr:hover td a.link-more {
	background: url(../i/arrow-f.gif) 50% 50% no-repeat !important;
}

.table-a .tr-a th,
.table-a .tr-a td {
	border-bottom: 0;
}

.table-a tbody td.td-a {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #ececec;
	width: 30px;
}

.table-a tbody td.td-b {
	border-left: 1px solid #ececec;
	text-align: center;
	width: 60px;
}

.table-a tbody td a.link-more {
	display: block;
	width: 28px;
	height: 27px;
	overflow: hidden;
	background: url(../i/arrow-b.png) 50% 50% no-repeat;
	text-indent: -100001em;
	border: 0;
}
.rtl .table-a tbody td a.link-more{
	transform: scaleX(-1);
}

/*FIX*/
.table-a tbody td a.link-more {
	width: auto;
}

.table-a tbody td a.link-more:hover,
.table-a tbody td a.link-more:active,
.table-a tbody td a.link-more:focus {
	background: url(../i/arrow-f.gif) 50% 50% no-repeat;
}

.table-a tbody td a.ico-attachment {
	display: block;
	width: 27px;
	height: 27px;
	background: url(../i/ico-attachment.png) 50% 50% no-repeat;
	border: 0;
}

.table-a tbody td a.ico-attachment:hover,
.table-a tbody td a.ico-attachment:active,
.table-a tbody td a.ico-attachment:focus {
	background-color: #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.table-a tbody td a.ico-attachment:active {
	-moz-box-shadow: inset 0 1px 1px #c9c3c3;
	-webkit-box-shadow: inset 0 1px 1px #c9c3c3;
	box-shadow: inset 0 1px 1px #c9c3c3;
}

.table-a tbody td span {
	line-height: 27px;
}

.table-a tbody td span[style="visibility: hidden"] {
	line-height: 28px;
}

.table-a tbody td .name {
	margin-bottom: 0px;
	line-height: 1em;
	margin-top: 0.7em;
}

.table-a tbody td .desc {
	color: #AAA;
	font-size: 0.95em;
}

.table-a.b {
	margin: 0;
	z-index: 1;
}

.table-a.b thead th {
	border: 0;
}

.table-a.b tbody td {
	z-index: 1;
	border-color: #e6e6e6;
}

.table-a.dt tbody td:first-of-type {
	width: 70%;
}

.table-a.dt.pr tbody td:first-of-type {
	width: 50%;
}

.table-a.dtp tbody td:first-of-type {
	width: 53%;
}

.table-a.c {
	margin-bottom: 0px;
}

.table-a.c tr td h4 {
	font-size: 1em;
	width: 420px;
	line-height: 1.2em;
	height: 1.2em;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	margin-bottom: 5px;
}

.table-a.c td.text {
	max-width: 500px;
}

.table-a.c td.datetime {
	font-size: 1.1em;
	line-height: 1.1em;
	padding-top: 1em;
	max-width: 100px;
	overflow: hidden;
	word-wrap: break-word;
}

.table-a.c td.datetime time {
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	height: 1.2em;
}

.table-a.c td.datetime span {
	color: #AAA;
}

.forum .table-a.c tr td:first-of-type {
	text-align: center;
}

.forum .table-a.c tr td:first-of-type div {
	width: 27px;
	height: 28px;
	display: inline-block;
}

.forum .table-a.c tr td.author {
	max-width: 80px;
}

.forum .table-a.c tr td div.unread {
	background: url(../i/ico-post-unread.png) no-repeat;
	background-position: center;
}

.forum .table-a.c tr td div.read {
	background: url(../i/ico-post-read.png) no-repeat;
	background-position: center;
}

.forum .attachments.empty {
	display: none;
}

.forum .attachments-list > .empty {
	display: none;
}

.topic .content-a div {
	margin-bottom: 0px;
	word-break: break-word;
}

.forum .edited-header-wrap {
	font-size: 0.8em;
	padding: 28px 0 0;
}

.forum .edited-header-wrap .add-info {
	padding-left: 16px;
}

.forum .edited-header-wrap .section-head-info {
	padding: 0 0 6px;
}

.forum .edited-header-wrap .section-options {
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.table-b {
	margin: 12px 0 16px;
	border: 0;
	width: 100%;
}

.table-b th,
.table-b td {
	padding: 5px 14px;
	border: 0;
	vertical-align: top;
}

.table-b th {
	width: 20%;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.65;
	text-align: right;
}
.rtl .table-b th {
	text-align: left;
}

.table-b td {
	line-height: 1.615;
}

.table-b td li {
	font-size: 1em !important;
}

.table-b textarea {
	width: 80%;
	height: 10em;
}

.table-c {
	width: 100%;
}

.table-c th,
.table-c td {
	border-width: 0 0 1px;
	max-width: 300px;
	vertical-align: top;
	font-size: 1.3em;
	padding: 2px 10px;
	line-height: 1.538;
}

.table-c th {
	width: 20%;
	color: #666;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.538;
	text-align: right;
}
.rtl .table-c th {
	text-align: left;
}

.table-c.single-col th {
	width: auto;
}

.table-c td {
	width: 30%;
}

.table-c td span {
	word-wrap: break-word;
}

.table-c .tr-a th,
.table-c .tr-a td {
	border-bottom: 0;
}

.table-s td {
	width: 60px;
	padding: 11px 25px;
	text-align: center;
	vertical-align: middle;
}

.table-s td:first-of-type {
	width: 125px;
	text-align: left;
}

.table-s td:first-of-type span {
	font-size: 1.1em;
	display: block;
	width: 126px;
}

.table-s th {
	width: 90px;
	text-align: right;
	vertical-align: middle;
}

.table-s .switch {
	margin-bottom: 0px;
}

.form-b .table-c th,
.form-b .table-c td {
	padding: 0 10px 1px;
	vertical-align: top;
}

.table-c.a {
	margin-top: 15px;
}

.table-c .opts-list {
	display: block;
	color: #838383;
}

/*FIX*/
.edit .table-c th,
.edit .table-c td {
	border-width: 0;
}

.edit .table-c th {
	line-height: normal;
	padding-top: 7px;
}

.meta-name span{
	display: inline-block;
	margin: 0 2px;
}

.table-c.single-col tbody th {
	width: 20%;
	vertical-align: middle;
}

.table-c.single-col th, .table-c.single-col td {
	border: none;
}

.table-c.single-col td {
	vertical-align: middle;
	width: auto;
}

.table-c.single-col table {
	width: 100%;
}

.table-c.single-col td {
	max-width: none;
}

.table-c.single-col table td label {
	display: inline-block;
	text-align: right;
}

.table-c.single-col table td label input[type="number"] {
	width: 60px;
}

.table-c.single-col table td .custom-date input, .table-c.single-col table td input.time, .table-c.single-col table td input[type="number"] {
	margin: 0 5px;
}

.table-c.single-col textarea {
	width: 400px;
}

.table-c.single-col p.link-bttn-f {
	margin: 0 10px;
}

.single-col .field-wrap {
	display: block;
}

.single-col .row-options {
	text-align: right;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-pack: end;
	-webkit-box-align: center;
	-moz-box-pack: end;
	-moz-box-align: center;
	box-pack: end;
	box-align: center;
}

.single-col ul {
	display: block;
}

.table-c.single-col .add-row td {
	padding-top: 10px;
	height: 36px;
}

.table-c.single-col .add-row label {
	margin-right: 2%;
}

.table-c .tr-submit td {
	text-align: center;
	background: #F6F6F6;
	padding: 10px;
}

.table-c .read .onedit {
	display: none;
}

.table-c.single-col.tree tbody tbody tr:hover {
	background: #fbfbfb;
}

.info-block {
	padding: 8px;
	color: #A2A2A2;
}

.table-c.single-col .add-row {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f1f1f1));
	background: -o-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	background: linear-gradient(top, #f9f9f9 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f1f1f1', GradientType=0);
}

p.link-bttn-f {
	display: inline-block;
	width: auto;
	font-size: 1em;
}

.table-d {
	width: 100%;
}

.table-d tr:last-child td {
	border: 0;
}

.table-a .table-d td {
	color: #666;
	font-size: 0.923em;
	white-space: nowrap;
}

.row-edited td,
.row-edited th {
	background: #fbfbfb;
	border: 1px solid #e6e6e6;
}

.row-edited td {
	border-left: 0;
}

.row-edited th {
	border-right: 0;
}

.row-edited .info-ico {
	display: inline-block;
}

.row-edited .info-ico img {
	vertical-align: middle;
}

.row-edited .label {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.row-edited .value {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.row-edited .row-options {
	display: table-cell;
	text-align: right;
	width: 50%;
}

.row-edited .row-options ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}

.row-edited .row-options ul li {
	display: inline-block;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	border-left: 1px solid #d2d2d2;
	vertical-align: middle;
}

.row-edited .row-options ul li:first-child {
	border-left: 0;
}

.row-edited .row-options ul a {
	display: inline-block;
}

.row-edited .row-options ul li.grab {
	color: #a8a8a8;
	font-size: 0.846em;
	line-height: 1;
	font-style: italic;
}

.row-edited .row-options ul li.grab a {
	min-height: 25px;
	padding: 0 20px 0 0;
	background: url(../i/ico-drag.gif) 100% 50% no-repeat;
	color: #a8a8a8;
	border: 0;
	white-space: auto;
}

.table-e {
	width: 100%;
	margin: 0 0 10px;
}

.table-e th,
.table-e td {
	white-space: nowrap;
	width: 15%;
	padding: 5px 4px 5px 3px;
	border: 0;
	font-size: 1.2em;
	color: #b3b3b3;
	font-weight: normal;
	text-align: left;
}

.table-e th {
	white-space: nowrap;
	padding-left: 10px;
	color: #666;
	border-left: 1px solid #e6e6e6;
}

.table-e th, .table-e td {
	width: auto;
	text-align: center;
}

.table-e tr th:first-child {
	border: 0;
	padding-left: 3px;
}

.nowrap, td.datetime, td.date {
	white-space: nowrap;
}

td.text {
	word-wrap: break-word;
}

/*! navs ---------- */

.nav-sub {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-sub ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-sub > ul {
	border-bottom: 1px solid #d5d6d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.nav-sub > ul > li {
	border-top: 1px solid #d5d6d5;
	font-size: 1.8em;
	font-family: Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.nav-sub > ul > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav-sub > ul > li:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav-sub ul li:first-child {
	border-top: 0;
}

.nav-sub > ul > li > a {
	display: block;
	padding: 0 10px 0 16px;
	border: 0;
	color: #373d40;
}

.nav-sub > ul > li > a > span {
	display: block;
	padding: 17px 0 12px;
	background: url(../i/arrow-k.png) 100% 22px no-repeat;
}

.nav-sub a[href]:hover,
.nav-sub a[href]:active,
.nav-sub a[href]:focus {
	background: #fbfbfb;
}

.nav-sub a[href]:hover span,
.nav-sub a[href]:active span,
.nav-sub a[href]:focus span {
	background-position: 100% -778px;
}

.nav-sub a[href]:active,
.nav-sub a[onclick]:active {
	-moz-box-shadow: inset 0 0 2px 0 #e0e0e0;
	-webkit-box-shadow: inset 0 0 2px 0 #e0e0e0;
	box-shadow: inset 0 0 2px 0 #e0e0e0;
}

.nav-sub a[href]:active span,
.nav-sub a.new-frame:active span {
	padding: 18px 0 11px;
}

.nav-sub li.expanded {
	border-left: 3px solid #5ab2d7;
}

.nav-sub li.expanded > a {
	padding-left: 10px;
}

.nav-sub li.expanded > a span {
	background-position: 100% -1575px;
}

.nav-sub li.expanded.nochildren > a span {
	background: url(../i/arrow-b.png) 100% 22px no-repeat;
}

.nav-sub ul ul {
	display: none;
	list-style: none;
	padding: 0 5px 10px;
	margin: 0;
}

.nav-sub ul ul li {
	margin: 0 0 1px;
	font-size: 0.722em;
	font-family: "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.923;
}

.nav-sub ul ul li a {
	position: relative;
	display: block;
	padding: 0 24px 1px 24px;
	color: #2294c3;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../i/arrow-l.gif) 13px 11px no-repeat !important;
}

.nav-sub ul ul li a[href]:hover,
.nav-sub ul ul li a[href]:active,
.nav-sub ul ul li a[href]:focus,
.nav-sub ul ul li a.new-frame:hover,
.nav-sub ul ul li a.new-frame:active,
.nav-sub ul ul li a.new-frame:focus {
	background-color: #eeefee !important;
	background-position: 13px -789px !important;
	color: #373d40;
}

.nav-sub ul ul li a[href]:active {
	padding: 1px 10px 0 24px;
	-moz-box-shadow: inset 0 0 3px 0 #ddd;
	-webkit-box-shadow: inset 0 0 3px 0 #ddd;
	box-shadow: inset 0 0 3px 0 #ddd;
}

.nav-sub ul ul li.selected a {
	background-color: #5ab2d7 !important;
	background-position: 13px -1589px !important;
	color: #fff;
}

.nav-sub ul ul li a:not([href]):not([onclick]) {
	opacity: 0.3;
}

/* visibility icons */
.nav-sub ul ul li a.ico-viz:after,
.nav-sub ul ul li a.ico-hid:after {
	position: absolute;
	right: 10px;
}

.nav-sub ul ul li a.ico-viz:after {
	content: url(../i/ico-vis-small.png);
}

.nav-sub ul ul li.selected a.ico-viz:after {
	content: url(../i/ico-vis-small-a.png);
}

.nav-sub ul ul li a.ico-hid:after {
	content: url(../i/ico-hid-small.png);
}

.nav-sub ul ul li.selected a.ico-hid:after {
	content: url(../i/ico-hid-small-a.png);
}

.nav-sub ul li.expanded ul {
	display: block;
}

.pagination {
	width: 100%;
	padding: 4px 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #d9d9d9));
	background: -webkit-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -o-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d9d9d9', GradientType=0);
	background: linear-gradient(top, #ececec 0%, #d9d9d9 100%);
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.pagination ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.pagination li {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.2em;
	line-height: 1.750;
	color: #9a9a9a;
}

.pagination li:first-child {
	margin: 0;
}

.pagination a {
	display: inline-block;
	border-bottom: 1px solid #eeefee;
	color: #787878;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination a > span {
	display: inline-block;
	min-width: 22px;
	border: 1px solid #d5d6d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #ececec 100%);
	text-align: center;
}

.pagination a > span > span {
	display: inline-block;
	line-height: 1;
	padding: 0;
}

.pagination a[onclick]:hover,
.pagination a[onclick]:active,
.pagination a[onclick]:focus {
	color: #787878;
	border-bottom: 1px solid #eeefee;
}

.pagination a[onclick]:hover > span,
.pagination a[onclick]:active > span,
.pagination a[onclick]:focus > span {
	background: #ececec;
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
	background: linear-gradient(top, #ececec 0%, #ffffff 100%);
}

.pagination a[onclick]:active > span {
	-moz-box-shadow: inset 0 0 2px 2px #d5d6d5;
	-webkit-box-shadow: inset 0 0 2px 2px #d5d6d5;
	box-shadow: inset 0 0 2px 2px #d5d6d5;
}

.pagination a.page-first > span > span,
.pagination a.page-prev > span > span,
.pagination a.page-next > span > span,
.pagination a.page-last > span > span {
	width: 32px;
}

.pagination a.page-active {
	color: #fff;
}

.pagination a.page-active > span {
	background: #565656;
}

.pagination a.page-prev {
	margin-right: 15px;
}

.pagination a.page-next {
	margin-left: 15px;
}

.pagination a:not([onclick]), .pagination a:not([onclick]):hover,
.pagination a:not([onclick]):active, .pagination a:not([onclick]):focus {
	border: 0;
}

.pagination a:not([onclick]):not(.page-active), .pagination a:not([onclick]):not(.page-active):hover,
.pagination a:not([onclick]):not(.page-active):active, .pagination a:not([onclick]):not(.page-active):focus {
	color: #aaa;
}

.pagination .jump-to-page {
	display: table-cell;
	padding: 0 6px;
}

.inline-pagination {
	line-height: 1em;
	font-size: 0.9em;
	color: #AAA;
}

.inline-pagination p {
	display: inline-block;
	margin: 0px;
}

.inline-pagination ul {
	display: inline-block;
	padding-left: 6px;
}

.inline-pagination li {
	display: inline-block;
}

.inline-pagination li:after {
	content: ",";
	color: #000;
}

.inline-pagination li:last-of-type:after {
	content: "";
}

/*! lists --------- */

ul, ol, dd, blockquote {
	padding-left: 40px;
}
.rtl ul, .rtl ol, .rtl dd, .rtl blockquote {
	padding-left: 0;
	padding-right: 40px;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

.list-a {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.list-a li {
	margin: 0 0 12px;
	padding: 0 0 0 15px;
	background: url(../i/dot-a.png) 0 6px no-repeat;
	color: #3b3b3b;
	font-size: 1.4em;
	line-height: normal;
}
.rtl #login-left .list-a li {
	background-position-x: 100%;
	padding: 0 15px 0 0;
}
.rtl #login-left ul{
	padding-right: 0;
}

.list-b {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.list-b li {
	margin: 0;
	padding: 0 0 0 9px;
	background: url(../i/arrow-j.png) 0 7px no-repeat;
	color: #3b3b3b;
	line-height: normal;
}

.expandable-list-a ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.expandable-list-a li {
	margin: 0 0 2px;
}

.expandable-list-a .link-more a {
	padding: 0 14px 0 0;
	background: url(../i/arrows-up-down.gif) 100% -294px no-repeat;
	color: #2193c2;
	border: 0;
}

.expandable-list-a .link-more a span {
	border-bottom: 1px dotted #a3bccf;
}

.expandable-list-a .link-more a:hover,
.expandable-list-a .link-more a:active,
.expandable-list-a .link-more a:focus {
	color: #3b3b3b;
	border: 0;
}

.expandable-list-a .link-more a:hover span,
.expandable-list-a .link-more a:active span,
.expandable-list-a .link-more a:focus span {
	border-color: #3b3b3b;
}

.expandable-list-a .link-more a.expanded,
.expandable-list-a.expanded .link-more a {
	background: url(../i/arrows-up-down.gif) 100% 5px no-repeat;
}

.section-options {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.section-options li {
	margin-left: 20px;
	font-size: 1.3em;
}
.rtl .section-options li {
	margin-left: 0;
	margin-right: 20px;
}

.section-options li a {
	display: inline-block;
	padding: 5px 0 0;
	color: #2193c2;
}

.section-options li a:hover,
.section-options li a:active,
.section-options li a:focus {
	color: #3b3b3b;
}

.section-options li.link-bttn-e a {
	padding: 5px 10px 5px;
	color: #fff;
}

.section-options.a {
	margin: 0;
}

.section-options.a li {
	margin-left: 15px;
}
.rtl .section-options.a li {
	margin-left: 0;
	margin-right: 15px;
}

.nav-pages {
	list-style: none;
	margin: 0 0 3px;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
}

.nav-pages li {
	font-size: 1.3em;
	margin-right: 4px;
}

.nav-pages li a {
	display: inline-block;
	padding: 0 10px;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
}

.nav-pages li a .swrap {
	display: inline-block;
	padding: 6px 15px 6px 0;
	background: url(../i/arrow-a.png) 100% 9px no-repeat;
}

.nav-pages li.prev a .swrap {
	padding: 6px 0 6px 15px;
	background: url(../i/arrow-h.png) 0 9px no-repeat;
}

.nav-pages li a:hover, .nav-pages li a:active, .nav-pages li a:focus {
	text-decoration: none;
}

.nav-pages li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.nav-pages li a:hover,
.nav-pages li a:focus,
.nav-pages li a:active {
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.nav-pages li a:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.nav-pages li a:not(:link) {
	background: #d9d9d9;
	border-color: #c7c7c7;
	text-shadow: none;
}

.nav-pages li a:not(:link):active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ico-legend {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ico-legend li {
	clear: both;
	width: 100%;
	color: #666;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 2px 0 1px;
	margin: 0;
}

.ico-legend li img {
	vertical-align: bottom;
	margin-right: 8px;
}

.posts-list {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
}

.posts-list > li {
	display: block;
	background: #FFF;
	border-radius: 3px;
	border-bottom: 1px solid #d5d6d5;
	font-size: 1.3em;
}

.posts-list .attachments ul li {
	word-break: break-word;
}

.posts-list li article {
	padding: 10px;
	width: 98%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-pack: end;
}

.posts-list li article > * {
	padding: 3px 10px 3px 3px;
}

.posts-list li article > div {
	width: 227px;
	overflow: hidden;
	max-width: 227px;
	word-break: break-word;
	white-space: wrap;
}

.posts-list li article > section {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	padding-left: 10px;
	border-left: 1px solid #ececec;
	line-height: 1em;
}
.rtl .posts-list li article > section {
	border-right: 1px solid #ececec;
	border-left: none;
}

.posts-list li article > section p {
	margin-top: 10px;
	line-height: 1.4em;
	word-wrap: break-word;
	white-space: normal;
	width: 100%;
}

.posts-list li article > section > time > span {
	color: #a7a7a7;
}

.posts-list li article > section > div.actions {
	display: inline-block;
	border-left: 1px solid #3b3b3b;
	margin: 0 5px;
}
.rtl .posts-list li article > section > div.actions {
	border-right: 1px solid #3b3b3b;
	border-left: 0;
}

.posts-list li article > section > div.actions:empty {
	border-left: none;
}

.posts-list li article > section > div.actions > a {
	margin: 0 4px;
}

.posts-list .attachments ul {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}

.posts-list .attachments li {
	line-height: 1.2em;
	list-style: disc;
	color: #5AB2D7;
}

.posts-list .attachments li a {
	font-size: 0.8em;
	border-bottom: none;
}

.posts-list .attachments li a:hover {
	border-bottom: 1px dotted;
}

/*! paragraphs ---- */

.txt-offset {
	text-indent: -1000000em;
}

.text-a a {
	color: #3b3b3b;
	border: 0;
}

.text-a a:hover,
.text-a a:active,
.text-a a:focus {
	border-bottom: 1px dotted #3b3b3b;
}

.text-a .add-info {
	color: #666;
}

.text-b {
	color: #6f6f6f;
}

p.preload {
	padding: 2em 0;
	font-size: 2em;
	text-align: center;
}

p.errors {
	font-weight: bold;
	color: red;
}

p.empty {
	text-align: center;
	color: #999;
	font-style: italic;
	padding: 10px;
}

/*! links --------- */

a {
	color: #5ab2d7;
	text-decoration: none;
	border-bottom: 1px dotted #5ab2d7;
}

a:hover, a:focus, a:active {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.link-a {
	font-size: 1.3em;
	line-height: 1.95;
}

.link-a a {
	color: #fff;
	border-color: #bfecff;
}

.link-a a:hover,
.link-a a:active,
.link-a a:focus {
	border: 0;
}

.a-link-b {
	color: #bf4f7f;
	border-bottom: 1px dotted #d594b0;
}

.a-link-b:hover,
.a-link-b:active,
.a-link-b:focus {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.a-link-c {
	color: #3b3b3b;
	border-bottom: 1px dotted #b3b3b3;
}

.a-link-c:hover,
.a-link-c:active,
.a-link-c:focus {
	color: #3b3b3b;
	border: 0;
}

.a-link-d {
	color: #3b3b3b;
	border: 0;
}

.a-link-d:hover,
.a-link-d:active,
.a-link-d:focus {
	color: #3b3b3b;
	border-bottom: 1px dotted #3b3b3b;
}

.a-link-e {
	color: #4FA376;
	border-bottom: 1px dotted #4FA376;
}

.a-link-e:hover,
.a-link-e:active,
.a-link-e:focus {
	color: #4FA376;
	border-bottom: 1px dotted #4FA376;
}

.link-bttn-a {
	width: 100%;
	overflow: hidden;
	font-size: 1.4em;
	font-weight: bold;
}

.link-bttn-a a {
	display: inline-block;
	padding: 0 10px;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.link-bttn-a a .wrap {
	display: inline-block;
	padding: 6px 15px 6px 0;
	background: url(../i/arrow-a.png) 100% 50% no-repeat;
}

.link-bttn-a a:hover, .link-bttn-a a:active, .link-bttn-a a:focus {
	text-decoration: none;
}

.link-bttn-a a:hover,
.link-bttn-a a:focus,
.link-bttn-a a:active {
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.link-bttn-a a:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.link-bttn-a.b {
	font-size: 1.3em;
	font-weight: normal;
}

.link-bttn-a.b a {
	padding: 0 10px;
}

.link-bttn-a.b a .wrap {
	display: inline-block;
	padding: 7px 0 6px 18px;
	position: relative;
	background: none;
}
.link-bttn-a.b a .wrap:before {
	background: url(../i/arrow-h.png) 0 10px no-repeat;
}
.rtl .link-bttn-a.b a .wrap {
	padding: 7px 18px 6px 0;
}
.rtl .link-bttn-a.b a .wrap:before {
	transform: scaleX(-1);
}

.link-bttn-b {
	width: 100%;
	overflow: hidden;
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
}

.link-bttn-b a {
	display: block;
	padding: 0 20px;
	border-bottom: 1px solid #449dc2;
	background: #5ab2d7;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.link-bttn-b a .wrap {
	display: block;
	padding: 10px 15px 9px 0;
	background: url(../i/arrow-a.png) 100% 50% no-repeat;
}

.link-bttn-b a .wrap .mark {
	display: block;
	font: normal 1.385em/normal Swis721MdEUNormal, "Segoe UI", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.link-bttn-b a:hover,
.link-bttn-a a:active,
.link-bttn-a a:focus {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #71c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #71c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #71c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #71c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #71c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#71c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #71c2e4 100%);
}

.link-bttn-b a:active {
	-moz-box-shadow: inset 0 0 2px 2px #59b0d4;
	-webkit-box-shadow: inset 0 0 2px 2px #59b0d4;
	box-shadow: inset 0 0 2px 2px #59b0d4;
}

.link-bttn-c {
	display: inline-block;
	margin: 0;
	font-size: 1em;
}

.link-bttn-c a {
	display: inline-block;
	padding: 0 12px;
	border: 0;
	box-shadow: inset 0px -1px 1px #1D83AD;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.link-bttn-c a .wrap {
	display: inline-block;
	padding: 4px 0px 4px 0;
	font-size: small;
}

.link-bttn-c a:hover,
.link-bttn-c a:focus,
.link-bttn-c a:active {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.link-bttn-c a:active {
	-moz-box-shadow: inset 0 0 2px 2px #449dc2;
	-webkit-box-shadow: inset 0 0 2px 2px #449dc2;
	box-shadow: inset 0 0 2px 2px #449dc2;
}

.link-bttn-d {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
}

.link-bttn-d a.junk {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 5px 0 12px;
	border: 0;
	box-shadow: inset 0px -1px 1px #1D83AD;
	color: #3094be;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d9f4ff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9f4ff', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #d9f4ff 100%);
}

.link-bttn-d a {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 5px 0 12px;
	border: 0;
	box-shadow: inset 0px -1px 1px #00000069;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc73 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc73));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc73 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc73 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc73', GradientType=0);
	background: linear-gradient(top, #ffffff 0%, #cccccc73 100%);
}

.header-c.b .link-bttn-d span>a, .header-c.d .link-bttn-d span>a{
	padding: 5px 12px;
}
.link-bttn-f.dyn.add>a {
	font-size: small;
	margin: 1px 2px;
}

/*FIX*/
.link-bttn-d a {
	padding-right: 12px;
	margin-top: 1px;
}

.link-bttn-d a .wrap,  .link-bttn-d a .btn{
	display: inline-block;
	padding: 4px 0 5px 0;
}

.link-bttn-d a:hover,
.link-bttn-d a:focus,
.link-bttn-d a:active {
	text-decoration: none;
	background: #ffffff73;
	background: -moz-linear-gradient(top, #ffffff73 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff73), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff73 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff73 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff73 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff73', endColorstr='#ffffff', GradientType=0);
	background: linear-gradient(top, #ffffff73 0%, #ffffff 100%);
}

.link-bttn-d a:active {
	border-bottom: 0;
	box-shadow: inset 0px 1px 1px #ffffff;
}

/*FIX*/
p.link-bttn-d + a {
	color: inherit;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 1em;
}

/*.link-bttn-d.add a .wrap {*/
/*	padding-right: 25px;*/
/*	background: url(../i/ico-plus.png) 100% 50% no-repeat;*/
/*}*/

.link-bttn-d.pass a .wrap {
	padding-right: 25px;
	background: url(../i/ico-pass.png) 100% 50% no-repeat;
}

.link-bttn-d.edit a .wrap {
	padding-right: 25px;
	background: url(../i/ico-edit.png) 100% 50% no-repeat;
}

.link-bttn-d.point a .wrap {
	padding-right: 25px;
	background: url(../i/ico-point.png) 100% 50% no-repeat;
}

.link-bttn-d.reply a .wrap {
	padding-right: 25px;
	background: url(../i/ico-reply.png) 100% 50% no-repeat;
}
.rtl .link-bttn-d.reply a .wrap {
	padding-right: 0;
	padding-left: 25px;
	background-position-x: 0;
}

.link-bttn-d.start a .wrap {
	padding-right: 25px;
	background: url(../i/ico-pass.png) 100% 50% no-repeat;
}
.link-bttn-d.start.hide {
	display: none;
}

.link-bttn-d.invite.hide {
	display: none;
}

.link-bttn-d.sync a .wrap {
	padding-right: 25px;
	background: url(../i/ico-callendar-b.png) 100% 50% no-repeat;
}
.link-bttn-d.sync {
	display: none;
}
.link-bttn-d.sync.show {
	display: block;
}

.link-bttn-e {
	font-size: 1.2em;
}

.link-bttn-e a {
	display: inline-block;
	padding: 6px 10px 6px;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.link-bttn-e a .wrap {
	padding: 0 10px;
}

.link-bttn-e a:hover,
.link-bttn-e a:focus,
.link-bttn-e a:active {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.link-bttn-e a:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.link-bttn-f {
	display: inline-block;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	/*margin: auto;*/
}

.link-bttn-f a {
	display: inline-block;
	padding: 0 10px 0 12px;
	border: 0;
	border-bottom: 1px solid #449dc2;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: #5ab2d7 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #72c2e4;
	background: -moz-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72c2e4), color-stop(100%, #5ab2d7));
	background: -webkit-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -o-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	background: -ms-linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c2e4', endColorstr='#5ab2d7', GradientType=0);
	background: linear-gradient(top, #72c2e4 0%, #5ab2d7 100%);
}

.link-bttn-f a .wrap {
	display: inline-block;
	padding: 4px 22px 5px 0;
	font-size: small;
}

.rtl .link-bttn-f a .wrap {
	padding: 4px 0 5px 22px;
}

.link-bttn-f.dyn a .wrap {
	padding-right: 0;
}

.link-bttn-f a:hover,
.link-bttn-f a:active,
.link-bttn-f a:focus {
	text-decoration: none;
	background: #5ab2d7;
	background: -moz-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ab2d7), color-stop(100%, #72c2e4));
	background: -webkit-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -o-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	background: -ms-linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab2d7', endColorstr='#72c2e4', GradientType=0);
	background: linear-gradient(top, #5ab2d7 0%, #72c2e4 100%);
}

.link-bttn-f a:active {
	-moz-box-shadow: inset 0 0 2px 2px #4ca0c4;
	-webkit-box-shadow: inset 0 0 2px 2px #4ca0c4;
	box-shadow: inset 0 0 2px 2px #4ca0c4;
}

.link-bttn-f.r {
	width: 100%;
	margin: 0 0 22px;
	text-align: right;
}

.link-bttn-f.add a.save-layout .wrap {
	background: none;
	padding-right:0;
}
.link-bttn-f.add a.save-layout {
	border-left: 8px solid #ff3300;
	padding-left: 8px;
	cursor: pointer;
	display: none;
}
.dirty .link-bttn-f.add a.save-layout {
	display: inline-block;
}
.link-bttn-f.add a .wrap {
	background: url(../i/ico-plus-a.png) 100% 50% no-repeat;
}
.rtl .link-bttn-f.add a .wrap {
	background-position-x: 0;
}
.link-bttn-f.add.dyn a .wrap {
	background: none;
	padding-left: 0;
}
.link-bttn-f.edit a .wrap {
	background: url(../i/ico-edit.png) 100% 50% no-repeat;
}
.wrap.horz {
	display: block;
}
.wrap.horz div {
	vertical-align: top;
	margin-bottom: 0;
}
a.link-bttn-g {
	display: inline-block;
	padding: 0 6px 0 8px;
	color: #5e5d5d;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#d8d8d8', GradientType=0);
	background: linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	line-height: 1.750;
}

a.link-bttn-g .swrap {
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(../i/arrow-i.png) 100% 5px no-repeat;
}

a.link-bttn-g .swrap .swrap-a {
	display: inline-block;
	min-width: 38px;
	min-height: 21px;
	padding: 0 0 0 16px;
	background: url(../i/ico-attachment.png) 0 50% no-repeat;
}

a.link-bttn-g:hover,
a.link-bttn-g:active,
a.link-bttn-g:focus {
	background: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#e6e6e6', GradientType=0);
	background: linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
}

a.link-bttn-g:active {
	-moz-box-shadow: inset 0 0 2px 2px #bfbfbf;
	-webkit-box-shadow: inset 0 0 2px 2px #bfbfbf;
	box-shadow: inset 0 0 2px 2px #bfbfbf;
}

.link-bttn-h {
	display: inline-block;
	padding: 0 6px 0 8px;
	color: #5e5d5d;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #bfbfbf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#d8d8d8', GradientType=0);
	background: linear-gradient(top, #e6e6e6 0%, #d8d8d8 100%);
	line-height: 1.750;
}

.link-bttn-h .swrap {
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(../i/arrow-i.png) 100% 5px no-repeat;
}

.link-bttn-h .swrap .swrap-a {
	display: inline-block;
	min-width: 38px;
	min-height: 21px;
	padding: 0 0 0 16px;
	background: url(../i/ico-attachment.png) 0 50% no-repeat;
}

.link-bttn-h:hover,
.link-bttn-h:active,
.link-bttn-h:focus {
	background: #d8d8d8;
	background: -moz-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8', endColorstr='#e6e6e6', GradientType=0);
	background: linear-gradient(top, #d8d8d8 0%, #e6e6e6 100%);
}

.link-bttn-h:active {
	-moz-box-shadow: inset 0 0 2px 2px #bfbfbf;
	-webkit-box-shadow: inset 0 0 2px 2px #bfbfbf;
	box-shadow: inset 0 0 2px 2px #bfbfbf;
}

.link-item-expand-a {
	padding: 0 0 0 7px;
}

.link-item-expand-a a {
	display: inline-block;
	padding: 0 0 0 13px;
	background: url(../i/arrow-g.png) 0 -397px no-repeat;
	color: #3b3b3b;
	border: 0;
}
.rtl .link-item-expand-a a {
	background-position-x: 100%;
	padding: 0 13px 0 0 ;
}

.link-item-expand-a a .swrap {
	display: inline-block;
	border-bottom: 1px dotted #bcbcbc;
}

.link-item-expand-a a:hover, .link-item-expand-a a:focus, .link-item-expand-a a:active {
	color: #3b3b3b;
}

.link-item-expand-b a {
	display: inline-block;
	background: url(../i/ico-small-bttn.png) 0 0 no-repeat;
	border: 0;
	color: #2193c2;
}
.rtl .link-item-expand-b a {
	background-position-x: 100%;
}

.link-item-expand-b .swrap {
	display: inline-block;
	padding: 4px 0 0 30px;
	min-height: 20px;
}
.rtl .link-item-expand-b .swrap {
	padding: 4px 30px 0 0;
}

.link-item-expand-b .swrap-a {
	height: auto;
	border-bottom: 1px dotted #a3bccf;
}

.link-item-expand-b a .swrap {
	background: url(../i/ico-plus-minus.gif) 0 0 no-repeat;
}
.rtl .link-item-expand-b a .swrap {
	background-position-x: 100%;
}

.link-item-expand-b a:hover,
.link-item-expand-b a:focus,
.link-item-expand-b a:active {
	color: #3b3b3b;
	background-position: 0 -400px;
}

.link-item-expand-b a:active {
	background-position: 0 -800px;
}

.link-item-expand-b a:hover .swrap-a,
.link-item-expand-b a:focus .swrap-a,
.link-item-expand-b a:active .swrap-a {
	border-color: #3b3b3b;
}

.link-add a.addnew {
	display: inline-block;
	margin-left: 9px;
	padding-left: 22px;
	background: url(../i/ico-plus.png) 0 50% no-repeat;
	border: 0;
	text-decoration: none;
}

.link-add a span {
	display: inline-block;
	border-bottom: 1px dotted #5ab2d7;
	line-height: 18px;
}

.link-add a:hover span,
.link-add a:focus span,
.link-add a:active span {
	color: #3b3b3b;
	border-color: #3b3b3b;
}

.add-options-label {
	margin: 0;
	font-size: 80%
}

.link-delete {
	color: #5ab2d7;
}

.attachments-list div.link-delete {
	display: inline-block;
	padding: 2px;
}

.hint {
	display: inline-block;
	min-height: 15px;
	padding: 0;
	/*background: url(../i/ico-hint.png) 0 50% no-repeat;*/
	border: 0;
	color: #bbbbbb;
	text-decoration: none;
	font-style: italic;
}

.hint.onedit {
	white-space: pre-line;
}

.backlink:before {
	content: "< ";
}

/*! admin common -- */

.table-view tr:hover .row-options, *:hover > .row-options,
.table-c tr:hover .row-options, body.touch-device tr .row-options,
body.touch-device .row-options {
	visibility: visible;
}

.table-c td > div {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	width: 100%;
}

.row-options ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}

.row-options ul li {
	display: inline-block;
	padding: 0 0 0 8px;
	margin: 0 0 0 4px;
	border-left: 1px solid #d2d2d2;
	vertical-align: middle;
}
.rtl .row-options ul li {
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	border-left: none;
	border-right: 1px solid #d2d2d2;
}

.row-options ul li:first-child {
	border-left: 0;
}
.rtl .row-options ul li:first-child {
	border-right: 0;
}

.row-options ul a {
	display: inline-block;
}

.row-options ul li.grab {
	color: #a8a8a8;
	font-size: 0.846em;
	line-height: 1;
	font-style: italic;
}

.row-options ul li.grab a {
	min-height: 25px;
	padding: 0 20px 0 0;
	background: url(../i/ico-drag.gif) 100% 50% no-repeat;
	color: #a8a8a8;
	border: 0;
	white-space: auto;
}

li:first-child > .row-options li.up, li:last-child > .row-options li.down,
tr:first-child td > div > .row-options li.up, tr:last-child td > div > .row-options li.down {
	display: none;
}

div.row-options {
	visibility: hidden;
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

/*! images -------- */

img {
	border-width: 0;
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

/*! other --------- */

.read .onedit,
.edit .onread {
	display: none;
}

pre {
	font-family: Consolas, Monaco, Courier New, monospace;
	white-space: pre-wrap;
}

hr, div.hr {
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin: 15px 0;
	border: none;
	border-top: 1px solid #eee;
	background: none;
	font-size: 0;
}

div.hr * {
	display: none;
}

*[onclick], .switch-to-edit, .switch-to-read {
	cursor: pointer;
}

.onlimited {
	display: none;
}

.limited .onlimited {
	display: block;
}

.limited tfoot.onlimited {
	display: table-footer-group;
}

.empty .onfull, .onempty {
	display: none;
}

.empty .onempty {
	display: inline-block;
	position: relative;
}

.onfull a.link-delete {
	display: inline-block;
}

.onempty a.link-delete {
	display: inline-block;
}

.onempty a.hidden, .onfull a.hidden {
	display: none;
}

.onempty .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	opacity: 0;
}

table + div.pagination {
	display: none;
}

table.limited + div.pagination {
	display: -webkit-box;
	display: -moz-box;
	display: box;
}

/*! helpers ------- */

.offset {
	display: none;
}

/*! mobile -------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
	body {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
}

/*! specific ------ */

.tooltip {
	position: relative;
	display: block;
}

.tooltip a.link-bttn-g {
	color: #5e5d5d !important;
	border-bottom: 1px solid #bfbfbf !important;
}

.tooltip .tooltip-content {
	z-index: 1;
	display: block;
	position: absolute;
	left: -1000001em;
	background: #fff;
	border: 2px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tooltip .tooltip-content .wrapper {
	z-index: 1;
	display: block;
	width: auto;
	overflow: hidden;
	padding: 25px 34px 9px 19px;
	margin: -8px 0 0;
	background: url(../i/tooltip-gfx-left.png) 20px 0 no-repeat;
}

.tooltip .tooltip-content.a .wrapper {
	padding: 10px 2px 0;
}

.tooltip .tooltip-content p {
	font-size: 1em;
	line-height: 1.385;
	background: #fff;
}

.tooltip.right .tooltip-content .wrapper {
	background: url(../i/tooltip-gfx-right.png) 100% 0 no-repeat;
}

.tooltip:hover .tooltip-content {
	left: -11px;
	z-index: 1000;
}

.tooltip.right:hover .tooltip-content {
	left: auto;
	right: -9px;
}

.touch-device .tooltip-visible .tooltip-content {
	left: -11px;
	z-index: 1000;
}

.touch-device .tooltip-visible.right .tooltip-content {
	left: auto;
	right: -9px;
}

body.reflow-class {
	background-color: transparent;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	display: table-cell;
	z-index: 10;
}

.overlay .overlay-screen {
	position: fixed;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background: rgba(20, 43, 65, 0.4);
	margin: 0;
}

.overlay .overlay-box {
	position: relative;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.3);
	margin: 140px auto 20px;
}

.overlay .overlay-box.configure-box {
	width: 700px;
}

.overlay .overlay-wrap {
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.overlay header {
	padding: 15px 20px 18px;
	border-bottom: 1px solid #e6e6e6;
}

.overlay header h2 {
	margin: 0;
	color: #3b3b3b;
	font-size: 1.8em;
}

.overlay header h2.ico-ok {
	padding: 0 0 0 40px;
	background: url(../i/ico-ok.gif) 0 50% no-repeat;
	line-height: 27px;
}

.overlay header p {
	color: #6f6f6f;
	font-size: 1.3em;
}

.overlay .content {
	padding: 0 20px;
}

.overlay .content p {
	font-size: 1.3em;
}

.overlay .content .link-bttn-e {
	text-align: right;
}

div.overlay div.content.no-head {
	padding-top: 15px;
}

div.confirm p.message, .stats p.message {
	font-weight: bold;
	font-size: 1.8em;
	word-wrap: break-word;
	white-space: pre-line;
}
.stats p.message {
	text-align: center;
}

div.overlay div.overlay-box div.confirm p {
	text-align: center;
}

div.overlay div.confirm a {
	margin: 0 1em;
}

.stats header {
	padding: 5px 0px 10px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}

.stats header > * {
	padding-right: 1em;
}
.rtl .stats header > * {
	padding-right: 0;
	padding-left: 1em;
}

.stats header > *:last-child:not(:first-child) {
	text-align: right;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.rtl .stats header > *:last-child:not(:first-child) {
	text-align: left;
}

.stats > div {
	padding: 1px;
}

.stats {
	padding-bottom: 15px;
}

.stats .table-c {
	margin-bottom: 15px;
}

.stats .table-c tr > td:first-child {
	margin-left: 0;
	padding-left: 0;
}

.stats .table-c td {
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	width: 15%;
	padding: 2px;
}

.stats .table-c td:first-child {
	width: 50%;
}

.stats .table-c td:last-child {
	width: 20%;
}

.stats .table-c td.label {
	font-weight: bold;
	text-align: left;
}
.rtl .stats .table-c td.label {
	text-align: right;
}

.stats .table-c th {
	width: 15%;
	text-align: center;
	padding: 2px;
}

.stats .table-c th:first-child {
	width: 50%;
}

.stats .table-c th:last-child {
	width: 20%;
}

.stats .title {
	font-size: 1.2em;
}

.stats .search-info tr {
	font-size: 0.9em;
	margin: 2px 2px 2px 0px;
}

.stats .search-info tr > td:first-child {
	font-weight: normal;
	margin: 0;
	text-align: right;
}

.stats .search-info tr > td {
	font-weight: bold;
	margin-left: 5px;
	border: 0;
}

.stats .info {
	display: block;
	font-size: 11px;
	color: #666;
	margin-top: -5px;
	font-weight: normal;
}

.content.notifications {
	padding: 0px 20px;
}

.notifications .form-c select {
	padding: 3px;
	width: 248px;
}

.notifications .form-c select option {
	padding: 3px;
}

.notifications .form-c > ul {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
}

.notifications .form-c > ul > li {
	padding: 4px 0px;
	list-style-image: url('../i/bullet.png');
}

.notifications .form-c .row {
	background: none;
	margin-bottom: 0px;
}

.notifications .form-c .error label {
	color: #BF4F7F;
}

.notifications .form-c .error input, .notifications .form-c .error textarea {
	border-color: #BF4F7F;
}

.notifications .form-c .row-submit {
	background: #f2f2f2;
	text-align: right;
	padding: 10px;
	position: relative;
	margin-top: 0.5em;
	width: 650px;
}

.notifications .form-c .row-submit > a {
	position: absolute;
	left: 14px;
	top: 15px;
}

.notifications .form-c input {
	width: 498px;
}

.notifications .form-c label {
	width: 100px;
	padding: 6px 10px 0px 0px;
	text-align: right;
	vertical-align: top;
	font-size: 1.2em;
}

.notifications .form-c textarea {
	width: 500px;
	padding: 9px;
	height: 160px;
}

.notifications .form-c.set-mail input {
	width: 248px;
	padding: 3px;
	margin-left: 10px;
}

.notifications .form-c.set-mail .row-submit {
	width: 510px;
}

.notifications .form-c .info-block {
	margin-top: 15px;
}

.notification-form-error {
	border: 1px solid #BF4F7F;
	padding: 20px 40px 20px 90px;
	width: 513px;
	background: url(../i/ico-error-a.png) 30px 33px no-repeat;
}

.notification-form-error p {
	color: #BF4F7F;
}

.append-content {
	color: #3B3B3B;
	border-bottom: 1px #BF4F7F dotted;
	text-decoration: none;
}

.notifications .form-c > ul.meta-data {
	padding: 0px;
	margin: 0px;
}

.notifications .form-c > ul.meta-data > li {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 6px;
	padding: 0px;
	position: relative;
}

.notifications .form-c > ul.meta-data > li > a {
	margin: 0px 12px 0px 35px;
	line-height: 32px;
}

.notifications .form-c > ul.meta-data > li > a.expander {
	margin: 0px;
	display: block;
	position: absolute;
	top: 4px;
	left: 6px;
	width: 19px;
	height: 19px;
	text-decoration: none;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-image: linear-gradient(top, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	padding: 3px 0px 0px 0px;
	line-height: 1.3em;
	text-align: center;
	color: #888;
	text-shadow: 0px 1px 1px #FFF;
}

.notifications .form-c > ul.meta-data > li > a.expander:hover {
	background-image: linear-gradient(bottom, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EFF0EF 100%, #EFF0EF 100%);
}

.notifications .form-c > ul.meta-data > li > ul {
	padding: 0px;
	margin: 0px;
	display: none;
}

.notifications .form-c > ul.meta-data > li.expanded > ul {
	display: block
}

.notifications .form-c > ul.meta-data > li > ul {
	padding-bottom: 10px;
}

.notifications .form-c > ul.meta-data > li > ul > li {
	display: inline-block;
	width: 309px;
	margin: 0px 6px;
	padding: 6px 3px;
}

.notifications .form-c > ul.meta-data > li > ul > li > span {
	width: 130px;
	display: inline-block;
	word-wrap: break-word;
}

.notifications .form-c > ul.meta-data > li > ul > li > span.label {
	text-align: right;
	padding-right: 12px;
	font-weight: 550;
}

.notifications .form-c > ul.meta-data > li > ul > li > span.meta {
	text-align: left;
	padding-left: 12px;
}

.notifications .form-c > ul.meta-data > li.expanded > a.expander {
	display: block;
}

.notifications .form-c > ul.meta-data > li.expanded > a.expander.onexpand {
	display: none;
}

.notifications .form-c ul li.mandatory {
	display: none;
}

.notifications .form-c ul li.not-mandatory {
	display: list-item;
}

.notifications .form-c ul.ismandatory li.mandatory {
	display: list-item;
}

.notifications .form-c ul.ismandatory li.not-mandatory {
	display: none;
}

.notifications .form-c input.specify-email {
	display: none;
}

.notifications .form-c.specified input.specify-email {
	display: inline-block;
}

.notifications .form-c.specified ul {
	display: none;
}

.notifications .form-c .info-block {
	display: none;
}

.notifications .form-c.specified .info-block {
	display: block;
}

.notifications .form-c p.invalid-email {
	display: none;
	border: 1px solid #BF4F7F;
	padding: 15px 10px 15px 55px;
	width: 463px;
	background: url(../i/ico-error-a.png) 15px 10px no-repeat;
}

.notifications .form-c.error p.invalid-email {
	display: block;
}

noscript i.fab {
	color: mediumvioletred;
}

.link-close {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.rtl .link-close {
	left: 10px;
	right: unset;
}

.link-close a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 0;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding-top: 0.2em;
    /*color: #b4b4b4;*/
}

.link-close a:before {
	content: "\d7"
}

.notifications-readonly .content-l > div > p {
	width: 97px;
	text-align: center;
}

.notifications-readonly .table-s td {
	padding: 11px 15px;
}

.notifications-readonly .table-s td:nth-of-type(n+2) span {
	color: #bf4f7f;
	display: block;
	clear: both;
}

.notifications-readonly .table-s td.on span {
	color: #4fa376;
}

.notifications-readonly .info-box {
	background-position: 15px 8px;
}

.counter-hidden {
	display: none;
}

.notifications-readonly.hidden {
	display: none;
}

.overlay-box .field-header {
	display: none;
}

.overlay-box .object-header {
	display: block;
}

.overlay-box.field .field-header {
	display: block;
}

.overlay-box.field .object-header {
	display: none;
}

.field-types .example {
	display: block;
	font-style: italic;
	color: #666;
}

.field-types p.link-bttn-e {
	text-align: center !important;
}

div.decision-tree-choice {
	position: relative;
	margin: 0;
}

div.decision-tree-choice > a {
	display: block;
	width: 120px;
	background: url(../i/rolldown.png) no-repeat right 10px top 8px;
	height: 29px;
	line-height: 29px;
	padding: 0px 18px;
	font-size: 1.4em;
	color: #FFF;
	border-bottom: none;
	border-radius: 4px;
}
.rtl div.decision-tree-choice > a {
	background-position-x: 10px;
}
div.decision-tree-choice.prediction-algorithm > a {
	width: 165px;
}

div.decision-tree-choice > a > span {
	border-bottom: 1px dotted #FFF;
}

div.decision-tree-choice.open > a {
	border-radius: 4px 4px 0px 0px;
	background: #469ec3 url('../i/rollup.png') no-repeat 130px 10px;
}
.rtl div.decision-tree-choice.open > a {
	background-position-x: 5px;
}

div.decision-tree-choice.prediction-algorithm.open > a {
	background-position-x: 175px;
}

div.decision-tree-choice.open > a > span {
	border-bottom: none;
}

div.decision-tree-choice ul {
	position: absolute;
	background: #FFF;
	display: block;
	margin: 0px;
	padding: 0px 12px 12px 12px;
	border: 3px solid #469ec3;
	border-radius: 0px 0px 4px 4px;
	width: 126px;
}

div.decision-tree-choice.prediction-algorithm ul {
	width: 171px;
}

div.decision-tree-choice li {
	display: block;
	padding-top: 12px;
}

div.decision-tree-choice li:hover .name {
	color: #5AB2D7;
}

div.decision-tree-choice .name {
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 1.2em;
	white-space: nowrap;
}

div.decision-tree-choice .author {
	color: #AAA;
	font-size: 0.9em;
	margin-right: 0px;
}

div.decision-tree-choice:not(.open) ul {
	display: none;
}

table.dt-patient tr:not(.invalid) img.invalid {
	display: none;
}

table.dt-patient tr.invalid img:not(.invalid) {
	display: none;
}

table.dt-patient td, table.dt-patient th {
	border: none;
}

table.dt-patient th {
	text-align: right;
	min-width: 170px;
	padding-right: 10px;
	color: #777;
}

table.dt-patient tr.invalid td:nth-of-type(n+2) {
	color: #BF4F7F;
}

div.dt-patient:not(.valid) .onvalid {
	display: none;
}

div.dt-patient:not(.invalid) .oninvalid {
	display: none;
}

section.analysis-section .oninvalid, section.analysis-section .onvalid, .prediction-analysis{
	font-size: 1.1em;
}

.pre-analysis{
	margin: 0;
	padding: 8px 11px 0;
	font-size: 1.1em;
}

div.dt-patient .onvalid, div.dt-patient .oninvalid, div.dt-patient .prediction-analysis {
	padding: 8px 11px;
}

div.dt-patient p.details-link {
	padding: 0 11px;
}

div.dt-patient .section-content-b {
	border-bottom: none;
}

div.dt-patient .additional-info a {
	border-bottom: none;
	font-size: 1.2em;
}

li:first-child > .row-options li.up, li:last-child > .row-options li.down,
tr:first-child td > .row-options li.up, tr:last-child td > .row-options li.down {
	display: none;
}

.links tbody tr:last-child .row-options, .links tbody tr:nth-last-child(2) .row-options .down {
	display: none;
}

/* date pickers */

input[type=date], .edit input[type=date], input[type=number] {
	width: 8.8em;
}
input[type=custom-date], .edit input[type=custom-date] {
	width: 8.0em;
}

input.time, .edit input.time {
	width: 5em;
	border: 1px solid #cecece;
}

select[multiple] {
	min-width: 150px;
}

/* report */

.report-buttons {
	background-color: whiteSmoke;
	padding: 4px 1px;
}

.report-buttons button {
	margin: 0 3px;
}

table td.score {
	padding: 0px;
	text-align: center;
}

table th.score {
	text-align: center;
}

table td.score > img {
	vertical-align: middle;
}

table.survey {
	margin: 5px 0;
	font-size: 1.1em;
}

table.survey th {
	width: 15%;
}

table.survey tr td:nth-of-type(2) {
	white-space: nowrap;
}

.table-a tbody td div.schedule > span, div.schedule > span {
	display: block;
	line-height: 20px;
}

ol.question-list > li {
	padding: 10px;
}

ol.question-list > li > span {
	font-weight: bold;
}

.error {
 	width: 20px;
	height: 20px;
	background: red;
	display: inline-block;
	border-radius: 500px;
	text-align: center;
}

.emails {
	margin: 20px;
	width: 353px;
	height: 119px;
}

/* truncate content */
.trunc {
	white-space: nowrap;
	max-width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* geolocation */
.geo-icon {
	margin-right: 7px;
}
.rtl .geo-icon {
	margin-left: 7px;
}
.map-canvas {
	height: 300px;
}

.pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin: 12px;
	padding: 5px 11px 5px 13px;
	text-overflow: ellipsis;
	width: 150px;
}

.geo-form th {
	width: 25%;
	line-height: 1.65;
	text-align: right;
	vertical-align: middle;
}

.rtl .geo-form th {
	text-align: left;
}

.geo-form input:not([type=checkbox]):not([type=file]):not([type=radio]), .geo-form select {
	width: 45%;
}

.geo-form button[type="submit"] {
	margin: 0 10px;
}
.geo-form footer {
	margin: auto;
	width: 200px;
}

.gmnoprint div, .gmnoprint {
	margin: 0;
}
.gm-style-cc {
	margin: 10px 0 0 0;
}

/* BARCODE FIELD */
.barcode-busy, .barcode-result, .barcode-error {
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
	word-wrap: break-word;
	margin: 10px;
}

.barcode-busy {
	background-color: #999999;
}

.barcode-result {
	background-color: #5cb85c;
}

.barcode-error {
	background-color: #F44336;
}

.barcode img {
	width:250px;
	margin: auto;
	display: block;
}
.attachments-list .test-file > a {
	width: 80%;
}

.attachments-list .test-file .link-bttn-h .swrap .swrap-a {
	width: 12em;
}

/* chat */
.talk-rcvd,.talk-sent {
	border-left: 0 !important;
}
.talk-rcvd {
	text-align: left;
}

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

/* API, API Doc */

.red-border {
	border: 1px solid red;
}

.required-before:before,
.required-after:after {
	content: "*";
	font-size: 120%;
	color: #ff9933;
	top: 0.15em;
	position: relative;
}

.required-after:after {
	margin-left: 0.3em;
}

.required-before:before {
	margin-right: 0.3em;
}

.doc-soc-tab, .doc-ajx-tab {
	padding: 4px 12px 4px 12px;
	color: #999;
	border: 1px solid #999;
	border-radius: 40px;
	margin-left: 0.5em;
	cursor: pointer;
}

.doc-tab-active {
	color: #000;
	border: 1px solid #000;
	cursor: default;
}

tr td.thin-roof, tr th.thin-roof, div.thin-roof {
	border-top: 1px solid #e6e6e6;
}

tr td.thin-floor, tr th.thin-floor , div.thin-floor {
	border-bottom: 1px solid #e6e6e6;
}

.pale {
	opacity: 0.2;
}

.tgap { margin-top: 0.5em !important; }
.rgap { margin-right: 0.5em !important; }
.bgap { margin-bottom: 0.5em !important; }
.lgap { margin-left: 0.5em !important; }

.to-top, .slider-box .value {
	vertical-align: top;
}

input.checkbox {
	width: 16px;
	margin: 0 5px;
}

/* helper icon */
img.helper-icon {
	width: auto;
	border: none;
	margin-left: 0.5em;
	/*vertical-align: text-top;*/
	cursor: pointer;
}

.with-helper-icon {
	width: 190px !important;
}

span.with-helper-icon {
	height: 1.4em;
	vertical-align: middle;
	background-color: #F4F4F4;
	border: 1px solid silver;
	display: inline-block;
	padding: 2px 8px;
}

.rdonly {
	background-color: #F4F4F4 !important;
}

/* Patient cloning */
.clone-deep {
	margin-left: 2em;
}

.clone-deep * {
	font-size: 12px;
}

/* new Online/Offline indicator */
.online-indicator {
	/*background: url(/i/ico-disconnected.png) no-repeat fixed 100% 100%;*/
	color: #CCCCCC;
}
.online .online-indicator {
	font-weight: bold;
	color: #2dce35;
}
.online-indicator:before {
	content: url(/i/ico-disconnected.png);
	margin-left: 0.3em;
	margin-right: 0.3em;
	position: relative;
	top: 0.2em;
}
.online .online-indicator:before {
	content: url(/i/ico-connected.png);
}
.if-online,
.online .if-offline,
.page-admin .if-offline{
	display: none;
}
.online .if-online {
	display: initial;
}

/* Limited view */
div.table-c {
	display: flex;
	flex-wrap: wrap;
}
div.edt-couple {
	border: 0 0 1px 0 solid #e6e6e6;
	display: inline-block;
	margin: 0;
	width: 49%;
	min-width: 49%;
	font-size: 1.3em;
}

/*.edt-couple span.hint.onedit {*/
/*	background: none;*/
/*	font-size: 85%;*/
/*	color: #5ab2d7;*/
/*	padding: 0 0 0 20px;*/
/*}*/

form.edit div.edt-couple {
	border-width: 0;
}

form.read div.edt-couple.no-view {
	display: none;
}

div.edt-label-cell, div.edt-value-cell {
	display: inline-block;
	vertical-align: top;
	padding: 4px 10px;
	margin: 0;
}

div.edt-label-cell {
	width: 35%;
	text-align: right;
	color: #999999;
	/*font-style: italic;*/
}
.rtl div.edt-label-cell {
	text-align: left;
}

div.edt-value-cell {
	width: 55%;
}


/* hint poppable with button */

.hint-button:before {
	content: url(/i/ico-hint.png);
	margin-left: 0.2em;
	cursor: pointer;
}

.hint-row {
	display: none;
}

.hint-row.hint-show {
	display: initial;
}

form table>tbody tr.hide {
	display: none !important;
}

/* report manager */

div.rep-mgr.none .rep-mgr-save,
div.rep-mgr.none .rep-mgr-remove {
	display: none;
}

div.rep-mgr input[type=text] {
	padding: 0 4px 0 4px;
	border: 1px solid #bebebe;
	border-radius: 3px;
}

textarea:placeholder-shown,
input:placeholder-shown {
	font-style: italic;
}

textarea:placeholder-shown {
	opacity: 0.66;
}

input:placeholder-shown+a.if-noempty {
	display: none;
}


/* attachments */
.attachments-list .swrap-a {
	overflow: hidden;
}

/* */

.section-options li a.hide {
	display: none;
}

/* magic onload DIV */
div[onload] {
	display: none;
}

.mini-editor.edit>.view,
.mini-editor.view>.edit {
	display: none;
}

.mini-editor.edit .mini-editor-label:before {
	content: "Done"
}

.mini-editor.view .mini-editor-label:before {
	content: "Edit"
}

.mini-editor.edit>input.edit {
	width: initial;
}

.layer .meta img {
	vertical-align: middle;
}

tr td span.helper-icon, span.helper-icon,
tr td div.helper-icon, div.helper-icon {
	display: inline-block;
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin: 0 0.5em;
	vertical-align: text-top;
}

div.helper-icon.picker {
	background: url("/i/ico-picker.png") center no-repeat;
	margin-bottom: 0;
}
.fake-off-picker {
	background: url("/i/ico-picker-offline-cache.png");
}

.offline div.helper-icon.picker, div.helper-icon.picker.offline {
	background: url("/i/ico-picker-offline-cache.png") center no-repeat;
}

div.view-more {
	background: url("/i/ico-more.png") center no-repeat;
}

div.view-more[data-value="undefined"] {
	display: none !important;
}

/* enumerator, etc. */
span.helper-icon,
div.helper-icon {
	display: inline-block !important;
	height: 18px !important;
	width: 18px !important;
	cursor: pointer;
	margin-left: 0.5em;
	vertical-align: text-top;
	background-position-x: 0px;
	background-position-y: 0px;
}

div.helper-icon.counter {
	background-image: url("/i/ico-counter2.png");
}

.offline div.helper-icon.counter {
	background-position-x: 18px;
}

/*Custom object picker */
/*----------------------------------------------*/
.search-result-record {
	padding: 5px;
	margin: 0;
	border: solid thin #ccc;
	margin-bottom: 1px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

div.search-result-record.selected {
	background-color: #5ab2d7;
}

.custom-object-search.results {
	margin-bottom: 0;
}
.search-result-record:nth-child(even) {
    background-color: #f8f8f8;
}

div.search-result-record.selected:hover {
	background-color: #8bb0bf;
}

.search-result-record:hover {
	background-color: #dddddd;
}

.search-result-field .label {
	display: inline-block;
}

.search-result-field .value {
	display: inline-block;
}

.search-result-field .label, .search-result-field .value {
	width: 45%;
}

.search-result-record  div {
	margin: 0;
}

.wide {
	width: 100%;
}
.header-row {
	background: #EEE;
}

.hide{
	display: none !important;
}

select:required:invalid {
	color: gray;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: black;
}
.fields-wrapper .match-name{
	padding: 5px 10px;
}
.fields-wrapper .match-name label{
	margin-right: 10px;
}
.fields-wrapper.xml .collection-group td div{
    display: none;
}
.fields-wrapper.xml .collection-group[data-value] td div{
    display: block;
}
.fields-wrapper.xml button{
    margin: 0 10px;
}
.fields-wrapper form .collection{
	 display: none;
}
.fields-wrapper form .collection.patient,
.fields-wrapper form .collection.padd,
.fields-wrapper form .collection.show
{
	display: block;
}
table.matches th, table.matches td{
	vertical-align: top;
}
table.matches tr.row{
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
}
table.matches .example-table table tr{
    border-bottom: 1px solid #e6e6e6;
}
table.matches .example-table table tr:last-child{
    border-bottom: none;
}
.collection h2 .path{
    font-size: 12px;
}
.tree-view ul{
    list-style-type: none;
}
.tree-view > ul, .tree-view li.invisible > ul{
	padding: 0;
}
.tree-view li.invisible li.visible > ul ul{
    padding-left: 40px;
}
.tree-view ul li.invisible > span, .tree-view ul li.invisible > input{
    display: none;
}
.tree-view ul li.visible span, .tree-view ul li.visible input{
    display: inline-block;
}
.tree-view ul li > span:before{
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 20px;
    content: "\2022";
}
.tree-view ul li > input[type="radio"]{
    margin-left: 6px;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.tree-view ul li.hasChild > span{
    cursor: pointer;
}
.tree-view ul li.hasChild > span:before{
    content: "\2212";
}
.tree-view ul li.hasChild.close > span:before{
    content: "+";
}
.tree-view .close ul{
	display: none;
}
.match-btn{
	cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
    border: none;
    margin: 0px 10px
}
.match-btn.map{
    background-image: url("/i/map.png");
    margin-bottom: -5px;
}
.match-btn.clear{
	 background-image: url("/i/clear.png");
	 height: 12px;
	 width: 18px;
	 background-size: contain;
 }
.match-btn.filter{
	margin-left: 0;
	margin-bottom: -5px;
	/*background-image: url("/i/filter.png");*/
	height: 16px;
	width: 18px;
	background-size: contain;
}

/* diagnosis */

form.treatment>header>h4 {
	max-width: 56%;
	/*-webkit-box-flex: 1;*/
}

form.treatment.collapsed>header>h4 {
	max-width: initial;
}

section.diag>header>h3 {
	max-width: 56%;
}

section.diag.collapsed>header>h3 {
	max-width: initial;
}


.collapsed form.diag,
.collapsed .section-content,
.fake,
form.treatment.collapsed .treatment-body,
form.treatment.collapsed+.items-a-item-add-cont,
form.treatment.collapsed header p.link-bttn-f,
form.treatment.collapsed header ul,
div.cycle.collapsed div.cycle-body,
div.cycle.collapsed header ul{
	display: none;
}

.collapsed .fake {
	display: initial;
}

h3.dyn,
h3.diag {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h3.dyn.short,
h3.diag.short {
	max-width: 60%;
}

section.collapsible>form>header>h3.dyn.short,
section.diag header>h3 {
	margin-right: 1em;
	padding: 2px 2px 2px 0.5em;
}

.rtl section.collapsible>form>header>h3.dyn.short,
.rtl section.diag header>h3 {
	margin-right: 0;
	margin-left: 1em;
	padding: 2px 0.5em 2px 2px;
}

section.collapsible.diag>header>h3:before,
section.collapsible.diag>form.diag>header>h3:before {
	color: #5ab2d7;
}

/* folding patient, padd */

.collapsible.collapsed form.dyn,
form.collapsible.collapsed>section>div,
form.collapsible.collapsed>section>header>p {
	display: none;
}

form.collapsible>section>header>h3 {
	background-color: #5ab2d7;
	padding: 2px 2px 3px 0.5em;
	margin: 0 0.2em;
	border-radius: 3px;
	color: white;
}

.collapsible.collapsed>header>h2:before,
.collapsible.collapsed>header>h3:before,
form.collapsible.collapsed>section>header>h3:before {
	display: inline-block;
	width: 1em;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	/*content: "\f105";*/
	content: "\f054";
	margin-right: 0.3em;
}

section.collapsible>form>header>h3.dyn.short:before,
section.collapsible.diag>form.diag>header>h3:before,
.collapsible>header>h2:before,
.collapsible>header>h3:before,
form.collapsible>section>header>h3:before {
	display: inline-block;
	width: 1em;
	text-align: center;
	font-family: 'Font Awesome 5 Free';
	/*content: "\f107";*/
	content: "\f078";
	margin: 0 0.3em;
}

.collapsible>header>h2,
.collapsible>header>h3 {
	padding: 2px 2px 2px 0.5em;
	margin-right: 0.5em;
	border-radius: 3px;
}

section.collapsible.collapsed>header p,
section.collapsible.collapsed>div,
section.collapsible.collapsed>table {
	display: none;
}

section.collapsible.off,
.hide-survey .survey,
.hide-visit .visit,
.hide-test .test,
.hide-diagnosis .diagnosis,
.hide-caregiver .caregiver,
.hide-discussion .discussion,
.hide-patient .patient {
	display: none;
}

div.disabler {
	font-size: medium;
	font-weight: normal;
	user-select: none;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 6px 6px;
	margin: 0 0 4px 0;
	background: white;
}

div.disabler>span {
	display: inline-block;
	padding: 2px 6px;
	margin: 2px 4px;
	border: 1px solid #bbbbbb;
	border-radius: 2em;
	background: #c7e7f5;
	color: black;
	font-size: small;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.15);
}

div.disabler>span.off,
.hide-survey div.disabler>span#hide-survey,
.hide-visit div.disabler>span#hide-visit,
.hide-test div.disabler>span#hide-test,
.hide-diagnosis div.disabler>span#hide-diagnosis,
.hide-caregiver div.disabler>span#hide-caregiver,
.hide-discussion div.disabler>span#hide-discussion,
.hide-patient div.disabler>span#hide-patient,
.hide-all div.disabler>span#hide-all {
	border: 1px solid #dddddd;
	background: transparent;
	color: darkgrey;
	box-shadow: none;
	display: initial;
}

.nest-box {
	font-size: 95%;
}

.half {
	display: inline-block;
	width: 50%;
}

.right {
	text-align: right;
}

.dyn-frame.info {
	font-size: small;
	padding: 0.3em;
}

.danger-link {
	color: #ff9933;
	border-bottom: 1px dotted #ff9933;
}

.danger-link:hover {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

.gold {
	color: #ffcc00;
}

.bold {
	font-weight: bold;
}

.shake {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.mono {
	font-family: monospace;
}

a.disabled {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

form.read label[for], form.edit label[for] {
	pointer-events: none;
}

.hollow {
	visibility: hidden;
}

.prediction-header, .decision-tree-header {
	width: 76%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.date-format .button-group{
	display: none;
}
.date-format.custom .button-group{
	display: table-row;
}
.date-format.custom select{
	display: none;
}
.date-format .custom-input{
	display: none;
}
.date-format.custom .custom-input{
	 display: inline-block;
 }
.date-format .button-group button {
	margin-right: 5px;
}

a.pic {
	border: 0;
}

.pre-line {
	white-space: pre-line;
}

div.chart-box {
	font-size: small;
	position: absolute;
	border: 1px solid gray;
	width: fit-content;
	height: fit-content;
	padding-bottom: 4px;
	background-color: white;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

div.chart-box>canvas {
	width: 640px;
	height: 320px;
}

.fa.disabled {
	opacity: 0.3;
}

.dyn-indent {
	margin-left: 1%;
	width: 98.9%;
}
.rtl .dyn-indent {
	margin-left: 0;
	margin-right: 1%;
}

.dyn-hint {
	display: inline-block;
}

.dyn-top-bar {
	margin: 0;
	padding: 6px;
}

.dyn-top-bar>.hdr {
	font-size: large;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
}

.collapsed header.dyn i.fa.dyn-hint {
	display: block;
}

header.dyn i.fa.dyn-hint {
	display: none;
	font-size: small;
}

i.fa.dyn-hint {
	color: #ffb100;
	text-shadow: rgb(0, 0, 0) 0px 0px 2px;
	margin-top: auto;
	margin-bottom: auto;
}

.dyn-hint-box {
	border-top: 1px dotted gray;
	font-size: small;
}

form.dyn {
	margin: 0;
}

i.fa.btn:hover {
	color: black;
}

i.fa.btn {
	font-size: large;
	color: #5AB2D7;
	cursor: pointer;
}

a.img {
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.3);
}

.custom-object-form .more-btn {
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	display: block;
	border: none;
}

.custom-object-form .more-btn:hover {
	background: #dddddd;
}
.custom-object-count {
	font-size: 12px;
	font-weight: normal;
	float: left;
	margin: 5px;
}

div.custom-object.container {
	text-align: center;
	min-height: 3em;
	border-bottom: 1px solid lightgray;
	padding-bottom: 10px;
}

div.custom-object.container input#query {
	text-align: center;
	padding: 2px 10px;
}

div.results-container.busy .custom-object-search.results {
	display:none;
}

div.results-container.busy div.tiny-wheel{
	display: block;
	margin: 0 auto;
}

.busy div.tiny-wheel {
	display: inline-block;
}

.reporting-content {
	display: flex;
	justify-content: space-between;
}

.reporting-content .sidebar-a {
	margin: 0;
}

.barcode-form span {
	margin: 0 8px;
}

.bttn-popup {
	margin: 0 10px;
}

div.tiny-wheel {
	position: relative;
	top: 0.1em;
	display: none;
	width: 1.2em;
	height: 1.2em;
	margin: 0;
	border: 0.4em solid #5ab2d7;
	border-top-color: rgba(0,0,0,0);
	border-bottom-color: rgba(0,0,0,0);
	border-radius: 50%;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.closed .closable {
	display: none;
}

a.audit-link>span {
	display: inline-block;
	padding: 4px 0 5px 0;
}

a.audit-link {
	margin-right: 0.3em;
}

.audit-header {
	padding-top: 20px;
}
.audit-header span {
	display: inline-block;
}
.audit-header .email {
	font-size: 10px;
}

/***********/
/* big switch */
/***********/

.bean-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
}

.bean-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.bean-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.bean-switch .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 4px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.bean-switch:disabled .slider {
	opacity: 0.1;
}

.bean-switch input:checked + .slider {
	background-color: #5ab2d7;
}

.bean-switch input:focus + .slider {
	box-shadow: 0 0 1px #ff0000;
}

.bean-switch input:checked + .slider:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

.content-b .header-c.d,
.content-b .header-c.b,
.content-a .header-c.d {
	padding-right: 10em;
	padding-left: 0;
}
.rtl .content-b .header-c.d,
.rtl .content-b .header-c.b,
.rtl .content-a .header-c.d {
	padding-right: 0;
	padding-left: 10em;
}

.container * {
	box-sizing: border-box;
}

.on-dark {
	color: #f5f2ef;
}

tbody>tr.locked {
	background-image: url(../i/stripes-white-gray.png);
}

tbody>tr.locked * {
	background-color: transparent !important;
}

.locked a.link-edit, .locked a.link-remove {
	display: none;
}

.locked .td-opt a {
	color: #b3b3b3;
	cursor: not-allowed;
	pointer-events: none;
	border-bottom: none;
}

.td-opt a.onread {
	color: #b3b3b3;
	border-bottom: none;
}

form.locked .link-bttn-d.onread.edit,
form.locked li.link-bttn-e.edit,
form.locked .link-bttn-e .edit,
form.locked .remove-btn,
form.locked .remove,
.freeze .link-bttn-f.add,
.freeze .link-bttn-d.add {
	opacity: 0.35;
	cursor: not-allowed;
	pointer-events: none;
}

.freeze .toReview {
	display: none;
}

.offline .toReview, .edit .toReview {
	display: none;
}

.dep-section .row {
	margin: 0;
}
.dep-section .dep-list {
	margin: 0;
}
.dep-section .row .col {
	margin: 0;
	padding: 4px 4px;
}
.dep-section .row .col:first-child {
	text-align: right;
}
.dep-section .row .col.eq,
.dep-section .row .col.del {
	text-align: center;
}
.dep-section .row .col.del a i {
	display: initial;
}
.dep-section .row .col.del a {
	color: #f5b47c;
}
.dep-section .row .col.del a:hover {
	color: black;
}
.dep-section .row .col.eq a i {
	display: initial;
}

.dep-section .row.or .col.op a span.or {
	display: initial;
}
.dep-section .row .col.op a span.and {
	display: initial;
}
.dep-section .row.or .col.op a span.and {
	display: none;
}
.dep-section .row .col.op a span.or {
	display: none;
}

.dep-section .row.neg .col.eq a i.not-eq {
	display: initial;
}
.dep-section .row.neg .col.eq a i {
	display: none;
}
.dep-section .row .col.eq a i.not-eq {
	display: none;
}
.dep-section .row .col.eq a i {
	cursor: pointer;
}
.dep-section .row .col select {
	margin: 0;
	width: 100%;
}
.dep-section .row:first-child .col.op a {
	display: none;
}
.dep-section .row.or .col.op a {
	background-color: cadetblue;
}
.dep-section .row .col.op a {
	font-size: small;
	font-weight: bold;
	color: white;
	background-color: #678ca5;
	border-radius: 1em;
	padding: 0 4px;
}

footer#footer p.clam-ver {
	font-size: 90%;
	color: green;
}

.quill-content {
	width: 100%;
	margin: 0 9px;
}
.quill-content div.ql-toolbar {
	margin: 0;
}
.quill-conent #editor-container {
	min-height: 200px;
}