@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3e3d40;
	font-size: 12px;
	min-width: 1000px;
	*min-width: 995px;
	min-height: 350px;
	height: 100%;
	position: absolute;
	width: 100%;
	background: url(../img/body_bg_streight.gif) repeat-x;
	/*
	scrollbar-base-color: white;
	scrollbar-face-color: #6c7eba;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: #6c7eba;
	scrollbar-track-color: #e9e9e9;
	scrollbar-arrow-color: white;
	scrollbar-shadow-color: #6c7eba;
	scrollbar-dark-shadow-color: #6c7eba;
*/
}

img.rich-calendar-button {
	display: inline !important;
}

.rich-mpnl-header,.rich-panelbar-header {
	text-transform: uppercase;
}

.rich-calendar-today {
	background: #FF7800;
	color: #fff;
}

.rich-calendar-date-layout {
	background: white;
}

.rich-calendar-select {
	background: #6c7eba;
	color: #fff;
}
.rich-calendar-time-layout {
	background: white;
}
img {
	display: block;
	border: 0px;
}

a {
	color: #2f499b;
}

input {
	outline: none;
}

* {
	outline: none;
}

.rich-tree input[type="checkbox"][disabled]{
    border-color: #eee;
    color: #eee;
    background-color: #eee !important;
}
.rich-tree input[type="checkbox"][disabled]:before {
	border-color: #eee;
	color: #eee;
}
.rich-tree input[type="checkbox"][disabled]:checked:before {
    border-color: #eee;
    background-image: url(../img/design/checkbox-checked-disabled.png);
}
.sequenceGridPanel {
	margin: 0 auto;
	padding-top: 30px;
}

.sequenceTable {
	border: 1px solid #bebebe;
	margin: 20px auto 0px;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;
    min-height: 490px;*/
	position: relative;
	*behavior: none !important;
	width: 465px;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.sequenceHeader {
	background: #a7c833;
	color: #ffffff;
	font-size: 16px;
	height: 34px;
	padding: 10px 20px;
	display: block;
	width: 100%;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(stylesheet/PIE.htc)\0/;*/
	*behavior: none !important;
	margin: 0px;
	margin-left: -5px;
	margin-top: -5px;
	padding-top: 20px;
	z-index: 1;
}

.scrollable {
	overflow-y: scroll;
	overflow-x: hidden;
}

.centerTextSequence {
	margin-left: auto;
	margin-right: auto;
	color: #2f499b;
}

.selectBox-dropdown {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 18px;
	width: 55px;
}

.selectBox-dropdown.selectBox-menuShowing {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px !important;
	-webkit-border-radius: 0px 7px 0px 7px !important;
	border-radius: 0px 7px 0px 7px !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 55px;
}
.selectBox-dropdown .selectBox-label {
	min-width: 60px;
}
.selectBox-multi {
	height: 60px !important;
}

.row .value .selectBox-dropdown .selectBox-label {
	color: #6d6e71 !important;
}

.main-scroll-container,.tree-scroll-container {
	outline: none;
}

.main-scroll-container.scroll-pane-split2 {
	/*	width:100%;*/
	overflow: auto;
}

.rich-panel-body {
	padding: 0px;
}

.rich-panel {
	border: none;
	padding: 0px;
}

.rich-tabpanel-content {
	border: 0px;
	padding: 0px;
}

.rich-mpnl-mask-div-opaque {
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.messages {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1000;
	width: 200px;
}

.messages ul,.messages dl {
	background: #fff5e6;
	border: 1px solid #f99f1c;
	color: #F00;
	position: relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	padding: 10px 10px 5px 10px;
	margin: 0px;
	display: block;
	width: 180px;
	height: auto !important;
}

.messages ul li,.messages dl dt {
	list-style: none;
	padding: 0px 0 0 15px;
	margin: 0 0 5px;
	background: url(../img/message_bg.png) no-repeat left 1px;
	font-size: 11px;
}

.mainTable {
	width: 100%;
	height: 100%;
	border: none;
}

.mainTable td.tdWrap {
	vertical-align: top;
	padding: 0px;
	*height: 90%;
	background: url(../img/body_bg.png) no-repeat right top;
}

.mainTable .tdFooter {
	height: 54px;
	padding: 0px;
}

.tableControl,.actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.wrap {
	display: block !important;
	float: left;
	width: 100%;
	background: url(../img/body_bg_left_round.gif) no-repeat;
}

.wrap.internal {
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.contentBody {
	display: block;
	float: left;
	width: 100%;
}

.header {
	display: block;
	width: 100%;
	height: 138px;
	position: relative;
	background: url(../img/blue_line.png) repeat-x bottom left;
	z-index: 1;
}

.header .logo {
	display: block;
	float: left;
	margin: 28px 65px 29px;
	*margin-top: 0px;
}

.header .logo img {
	height: 61px;
}

.header .blue_line {
	display: block;
	width: 100%;
	float: left;
	height: 20px;
	background: url(../img/stripes.png) top right no-repeat;
}

/* top links */
.header .toolBar-top-links {
	display: block;
	float: right;
	background: #4f66ae;
	-moz-border-radius: 0px 0px 0px 40px;
	-webkit-border-radius: 0px 0px 0px 40px;
	border-radius: 0px 0px 0px 40px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 0 10px 0 20px;
	font-size: 11px;
	color: #FFF !important;
	width: auto !important;
	height: 31px;
}

.header .toolBar-top-links .rich-toolbar {
	height: 31px;
	_background-image: none;
}

.header .toolBar-top-links .loginDate {
	font-size: 10px;
}

.header .toolBar-top-links .rich-toolbar a {
	text-decoration: none;
	color: #ff9b0b;
	font-weight: bold;
	margin-top: 0px;
}

.header .toolBar-top-links .rich-toolbar,.header .toolBar-top-links .rich-toolbar td
	{
	border: 0px;
	width: auto !important;
}

.header .toolBar-top-links .rich-toolbar .rich-toolbar-item {
	padding: 2px 4px !important;
	text-align: center;
}

.header .toolBar-top-links .rich-toolbar .home-menuLocation {
	display: inline-block;
	_display: inline;
	white-space: nowrap;
	width: auto;
}

.header .toolBar-top-links .rich-toolbar .home-menuLocation img {
	display: block;
	float: left;
}

.header .toolBar-top-links .rich-toolbar .home-menuLocation a {
	display: block;
	float: left;
	padding: 0 0 0 5px;
}

/* central part */
.central_part {
	width: 100%;
	display: block;
	float: left;
}
/*.central_part .central_part_content,*/
.central_part .central_part_content form.edit {
	/*	height: 100%;*/
	
}

.main_body_table {
	width: 100%;
	/*	height: 100%;*/
}

.footer {
	display: block;
	float: left;
	width: 100%;
	height: 54px;
	background: url(../img/footer_bg.gif) repeat-x bottom left;
	/*position: relative;*/
	positon: absolute;
	bottom: 0px;
	margin-bottom: 0px;
}

.footer p {
	margin: 0px;
	padding-top: 37px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding-right: 10px;
}

.footer p a {
	color: #E1ECF4;
}

.footer .banners {
	position: absolute;
	display: inline-block;
	background: url(../img/footer_round.gif) no-repeat bottom left;
	height: 54px;
	width: 328px;
}

.footer .banners a {
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 13px;
}

.footer .banners .second_link {
	margin-left: 20px;
	margin-top: 18px;
}

.modal_close_button {
	float: right;
	margin-top: -10px;
	cursor: pointer;
}
/* login */
.central_part .base-box {
	background: #c7d6e9;
	margin: 100px auto 0;
	width: 350px;
	border-radius: 0px 20px 0px 20px;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 0px 20px;
	behavior: url(stylesheet/PIE.htc) \0/;
	/**behavior: none !important;*/
	position: relative;
}

.central_part .base-box.changePasswd {
	margin-bottom: 30px;
	margin-top: 50px;
}

.central_part .base-box .dialogHeader {
	background: url(../img/login_header.gif) repeat-x right bottom #30459e;
	width: 290px;
	padding: 5px 30px 15px;
	display: block;
	font-size: 18px;
	color: #FFF;
	-moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	behavior: url(stylesheet/PIE.htc) \0/;
	*behavior: none !important;
	position: relative;
}

.central_part .base-box .dialog-content {
	padding: 10px 30px 18px;
}

.central_part .base-box .rich-panel {
	border: 0px;
	padding: 0px;
	display: inline-block;
}

.central_part .base-box .error {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
	position: relative;
}

.central_part .base-box .error img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 0px !important;
}

.central_part .base-box .error span.errors {
	display: block;
	float: left;
	color: #F00;
	width: 100% !important;
}

.central_part .login-box .rich-panel .rich-panel-body {
	padding: 0px;
}

.central_part .login-box .loginErrorMesssage {
	display: block;
	float: left;
	padding: 10px;
	background: #fff5e6;
	color: #ff000b;
	border: 1px solid #f99f1c;
	*margin-top: 10px;
}

.registration .loginErrorMesssage {
	display: block;
	color: #ff000b;
	padding: 10px;
}

.central_part .login-box .loginErrorMesssage.captchaMessage {
	font-size: 13px;
	margin-bottom: 10px;
}

.central_part .login-box .registerBlock {
	display: block;
	float: right;
	width: 120px;
	font-size: 12px;
	background: #FFF;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 15px 10px;
	margin-top: 16px;
}

.central_part .login-box .registerBlock input {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	border: 1px solid #a7c732;
	background: #a7c732;
	padding: 3px 6px;
	margin-top: 7px;
	cursor: pointer;
	width: 400px;
}

.central_part .login-box .dialog {
	color: #2f499b;
	display: block;
	float: left;
	font-size: 16px;
	padding-bottom: 15px;
}

.central_part .login-box .dialog .changePasswdText2 {
	font-size: 12px;
}

.recoverAnswer {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

.captchaClass {
	height: 65px;
}

.central_part .login-box .dialog .error {
	*float: left;
	margin-top: -8px;
}

.central_part .login-box .dialog .error span.errors {
	width: 255px !important;
}

.central_part .login-box .login-label {
	display: block;
	float: left;
	font-size: 16px;
	width: 100%;
}

.central_part .login-box .dialog input {
	display: block;
	float: left;
	border: 1px solid #ffffff;
	background: #ffffff;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	width: 270px;
	padding: 6px;
	margin-bottom: 10px;
}

.central_part .login-box .dialog .selectBox-dropdown {
	background: #FFF;
	width: 370px !important;
	margin-bottom: 10px;
	padding: 5px;
}

.central_part .login-box .dialog .selectBox-dropdown .selectBox-arrow {
	background: url(../img/selectBox-arrow.png) no-repeat 3px 8px;
}

.central_part .login-box .dialog input.loginFormSubmit {
	width: auto;
	border: 1px solid #f9a01e;
	background: #f9a01e;
	font-size: 18px;
	padding: 3px 10px;
	cursor: pointer;
	color: #2d479c;
	margin-right: 5px;
}

input.errorSubmit {
	border: 1px solid #f9a01e;
	background: #f9a01e !important;
	font-size: 18px;
	padding: 3px 10px;
	cursor: pointer;
	color: #000 !important;
	margin: 15px !important;
	width: 80px;
}

.selectBox-dropdown .selectBox-arrow {
	height: 23px !important;
}

.central_part .login-box .dialog .captchaImage {
	float: left;
	margin-bottom: 5px;
}

.central_part .login-box .dialog .prop {
	display: inline-block;
	*margin-bottom: 10px;
	position: relative;
}

.central_part .login-box .login-link-line {
	display: block;
	float: left;
	width: 100%;
	*width: 284px;
	margin-bottom: 10px;
}

.central_part .login-box .login-link-line .login-link-button {
	display: block;
	float: left;
	font-size: 14px;
	width: 100%;
	*width: 284px;
	outline: none !important;
	text-decoration: none;
}

.central_part .login-box .login-link-line a {
	text-decoration: none;
}

.changePasswordForm p {
	color: #2d479c;
}

.changePasswordForm label {
	display: block;
	width: 100%;
	color: #2F499B;
	font-size: 16px;
}

.changePasswordForm .actionButtons {
	float: none;
	display: inline-block;
	padding: 0px;
	margin-top: 10px;
}

.changePasswordForm input[type="text"] {
	border: 1px solid #ffffff;
	background: #ffffff;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	width: 270px;
	padding: 6px;
}

.changePasswordForm table {
	border: none !important;
	padding: 0px;
}

.changePasswordForm td {
	padding: 0px !important;
}

.central_part_right .actionButtons a {
	display: block;
	float: left;
	background: #2d499c;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	text-decoration: none;
	color: #FFF;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	width: 96px;
	margin-right: 5px;
}

.central_part_right .actionButtons a:hover {
	background: #C8D6EA;
	color: #48484a;
}

.central_part_left .actionButtons a {
	display: block;
	float: left;
	background: #2d499c;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	text-decoration: none;
	color: #FFF;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	width: 96px;
	margin-right: 5px;
}

.central_part_left .actionButtons a:hover {
	background: #C8D6EA;
	color: #48484a;
}
.changePasswordForm .actionButtons input {
	width: auto;
	border: 1px solid #fcaf17;
	background: #fcaf17;
	font-size: 16px;
	padding: 3px 6px;
	cursor: pointer;
	color: #2d479c;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	margin-right: 5px;
	position: relative;
}

/* left part of content*/
.central_part .central_part_left {
	vertical-align: top;
	background: #e1ecf4;
	padding: 0px 10px 0 10px;
	margin: 0;
}

.central_part_left form#leftForm {
	/*	width: 233px;
	overflow: hidden;*/
	background: #e1ecf4;
	padding: 0 0 0 10px;
}

.central_part .central_part_left .actButtons {
	display: inline-block;
	margin: 13px 0 14px;
}

.central_part .central_part_left .search-string {
	border: none;
	background: #FFF;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	margin-right: 5px;
	padding: 5px;
	color: #9d9fa2;
	display: block;
	float: left;
	width: 165px;
	*width: 165px;
}

.central_part .central_part_left .search-button {
	background: url(../img/search_but.png) no-repeat;
	width: 28px;
	height: 27px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}

.central_part .clear-button {
	background: url(../img/cross.png) no-repeat;
	min-width: 28px;
	height: 16px;
	display: none;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}

.central_part .clear-button input[type="submit"]:hover:enabled,.central_part .clear-button input[type="button"]:hover:enabled
	{
	background: transparent;
}

.central_part .central_part_left .actButtons [type="checkbox"] {
	display: block;
	float: left;
	margin: 5px 10px 0px 5px !important;
	*margin: 2px 10px 0px 2px !important;
}

.central_part .central_part_left .actButtons span {
	display: block !important;
	*display: inline !important;
	float: left;
	*float: none;
	*padding-left: 10px;
	color: #9d9fa2 !important;
	margin-top: 5px !important;
}
.central_part .central_part_left .actButtons .searchBox span {
	margin-top: 0px !important;
}
.central_part .central_part_left .actButtons .searchBox {
	vertical-align: middle;
}

.central_part .central_part_left .actButtons .search{
	margin-left:5px;
	min-width:180px !important;
}

@media \0screen {
	.central_part .central_part_left .actButtons span {
		margin-top: 8px !important;
	}
}

.right-part-width {
	width: 0px !important;
}

.rich-tree-h-ic-line {
	background: transparent;
	/*url(../img/tree_line.gif) repeat-y !important;*/
}

.rich-tree-h-ic-line-last {
	background: transparent;
	/*url(../img/tree_line_last.gif) center center no-repeat !important;*/
}

.rich-tree-h-ic-line-node {
	background: transparent;
	/*url(../img/tree_line_each.gif) center center no-repeat !important;*/
}

p.rich-tree-last-node-marker+*+div.rich-tree-h-ic-line {
	background: none !important;
}

p.rich-tree-last-node-marker+* .rich-tree-h-ic-line-node {
	background: transparent;
	/*url(../img/tree_line_last.gif) center center no-repeat !important;*/
}

.rich-tree-node .rich-tree-node-text:hover {
	text-decoration: none;
}

.rich-tree-node .rich-tree-node-text .fixControls {
	padding-left: 5px;
}

.rich-tree-node .rich-tree-node-text .fixControls:hover {
	text-decoration: underline !important;
}

.rich-tree-node .rich-tree-node-text.selected {
	background-color: #6c7eba !important;
	color: #fff;
}

.dont-select .rich-tree-node .rich-tree-node-text.selected {
	background-color: #fff !important;
	color: #fff;
}

.tree-node-selected,.rich-tree-node-highlighted {
	/*background-color: #99CCFF;*/
	background-color: #6c7eba !important;
	color: #73B8BD !important;
	-webkit-border-radius: 2px;
	border: 0px;
}

.tree {
	margin-right: 20px;
}

.rich-tree-node-text.selected a:link,.rich-tree-node-highlighted a:link
	{
	color: #fff;
	text-decoration: none;
}

.rich-tree-node-text.selected a:visited,.rich-tree-node-highlighted a:visited
	{
	color: #fff;
	text-decoration: none;
}

.rich-tree-node-text.selected a:hover,.rich-tree-node-highlighted a:hover
	{
	color: #fff;
	text-decoration: none;
}

.rich-tree-node-text.selected a:active,.rich-tree-node-highlighted a:active
	{
	color: #fff;
	text-decoration: none;
}

.rich-tree-node-text div {
	display: inline !important;
}

.rich-tree-node-text.disabled div {
	color: #eee;
}

.central_part .central_part_right {
	vertical-align: top;
	padding: 10px 8px 0px;
}

/* content tabs */
.rich-tab-bottom-line {
	border-bottom: 0px;
	-moz-border-radius: 0px 7px 0px 0;
	-webkit-border-radius: 0px 7px 0px 0;
	border-radius: 0px 7px 0px 0px;
	background: url(../img/bg_tabs_cont.png);
}

.rich-tab-bottom-line table td {
	padding: 5px 3px;
	border: none;
}

.rich-tab-bottom-line table td table td {
	padding: 3px;
}

.rich-tab-bottom-line table td:last-child {
	width: 100%;
}

.rich-tab-bottom-line .rich-tabhdr-side-border {
	background: none;
}

.rich-tab-bottom-line .rich-tabhdr-cell-inactive table td,.rich-tab-bottom-line .rich-tabhdr-cell-active table td,.rich-tab-bottom-line .rich-tabhdr-cell-disabled table td
	{
	cursor: pointer;
	text-align: left;
}

.rich-tab-bottom-line .rich-tabhdr-cell-active table {
	background: #2d479d;
	color: #f9a01e;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 80px;
	top: 0 !important;
	font-size: 11px;
	white-space: nowrap;
}

.rich-tab-bottom-line .rich-tabhdr-cell-active table table {
	border-radius: none;
	background: none;
}

.rich-tab-bottom-line .rich-tabhdr-cell-active table .rich-tabhdr-side-cell
	{
	background: url(../img/orange_arr.png) no-repeat right center;
	padding-right: 20px
}

.rich-tab-bottom-line .rich-tabhdr-cell-inactive table {
	background: #a7c732;
	color: #3e3d40;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 80px;
	font-size: 11px;
	white-space: nowrap;
}

.rich-tab-bottom-line .rich-tabhdr-cell-inactive table table {
	border-radius: none;
	background: none;
}

.rich-tab-bottom-line .rich-tabhdr-cell-inactive table .rich-tabhdr-side-cell
	{
	background: url(../img/orange_arr.png) no-repeat right center;
	padding-right: 20px
}

.rich-tab-bottom-line .rich-tabhdr-cell-disabled table {
	background: #a7a9ac;
	color: #3e3d40;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 80px;
	font-size: 11px;
	white-space: nowrap;
}

.rich-tab-bottom-line .rich-tabhdr-side-border {
	width: 1px !important;
}

.rich-tab-bottom-line {
	height: 36px;
}
/* accountDetails */
.central_part_right .rich-tabpanel-content-position {
	background: url(../img/form_table_bg.png) repeat-x;
	width: 100%;
	*height: auto;
}

.central_part_right .rich-tabpanel-content-position .rich-tabpanel-content
	{
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
}

.central_part_right .accountDetails {
	/*	width: 100%;*/
	
}

.central_part_right .accountDetails td {
	vertical-align: top;
	padding: 10px;
}

.central_part_right .accountDetails td.mainBlockRight {
	position: relative;
}

.mainBlockLeft {
	width: 314px;
	/*padding-left: 8px;*/
}

.actionButtons {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}

.central_part_right .actionButtons .resetPermissionsButton {
	color: #A00000;
	width: 150px;
	margin-left: 30px;
}

.actionButtons input {
	float: left;
	min-width: 100px;
}

.row {
	width: 100%;
	display: inline-block;
	margin-bottom: 7px;
	position: relative;
}

.rowContainer {
	width: 100%;
	display: inline-block;
	margin-bottom: 7px;
	position: relative;
	margin: 10px 0px !important;
	padding: 0px;
}

.row.extended {
	margin-bottom: 50px;
}

.row.privacyNoticeBlock {
	width: 331px;
}

.row.privacyNoticeBlock input[type="button"] {
	width: auto !important;
}

.row .firstName,.row .lastName,.row .email,.row .phone,.row .area-code,.row .ext,.row .field
	{
	margin-top: 10px;
	margin-left: 0px;
}

.row .firstName .error,.row .lastName .error,.row .email .error,.row .area-code .error,.row .phone .error
	{
	width: 350px !important;
}

.row .ext .error {
	width: 25px;
}
/*
.row .error {
	display:block;
	width: 90%;
	padding: 2px 0 2px 20px;
	margin-top: 3px;
	background:url(../img/error.gif) no-repeat;
	}*/
.row .error {
	display: inline;
	width: 90% !important;
	padding: 2px 0 2px 20px;
	margin-top: 25px;
	left: 0px;
	position: absolute;
	background: url(../img/error.gif) no-repeat;
	color: red;
}

.row .error img {
	display: none;
}

.row .error textarea {
	margin-top: 90px;
}

.row .error span {
	font-size: 11px;
	color: #F00;
	width: 100% !important;
}

.twoCols .error {
	display: inline;
	width: 90% !important;
	padding: 2px 0 2px 20px;
	margin-top: 25px;
	left: 0px;
	position: absolute;
	background: url(../img/error.gif) no-repeat;
	color: red;
}

.twoCols .error img {
	display: none;
}

.twoCols .error span {
	font-size: 11px;
	color: #F00;
	width: 100% !important;
}

.row .halfWidth {
	display: block;
	float: left;
}

.detailsBlockLeft .row .halfWidth .selectBox-dropdown {
	width: 150px !important;
}

.detailsBlockLeft .row .countryWidth .selectBox-dropdown,.mainBlockLeft .row .countryWidth .selectBox-dropdown
	{
	width: 290px !important;
}

.mainBlockLeft .row .selectBox-dropdown {
	width: 320px !important;
}

.halfWidth.last {
	display: block;
	float: right;
}

.row .area-code,.row .phone {
	display: block;
	float: left;
	margin-right: 8px;
}

.row .ext {
	display: block;
	float: right;
	margin-right: 8px;
}

.row .lastField {
	margin-right: 0px;
}

.detailsBlockLeft .row .area-code input,.detailsBlockLeft .row .phone input,.detailsBlockLeft .row .ext input
	{
	width: 95px !important;
}

.dropDownMenuItem {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.row .multiSelect label {
	display: inline !important;
}


.row label {
	width: 100%;
	display: block !important;
	color: #2f499b;
}

.row .radio label {
	display: inline !important;
}

.row .value span {
	color: #a7a9ac !important;
	/*width:100% !important;*/
}

label .required {
	color: #F00;
}

.mainBlockLeft .row textarea,.mainBlockLeft .row input,.detailsBlockLeft .row input,.detailsBlockLeft .row .selectBox-dropdown,.detailsBlockRight .row .selectBox-dropdown,.detailsBlockRight .row textarea,.detailsBlockRight .row input
	{
	width: 321px !important;
	/*	width: 304px !important;*/
}

.userDetails .mainBlockLeft {
	width: 322px;
	padding-left: 8px;
}

.countryImageContainer {
	left: 310px;
}

.row.twoCols input {
	width: 151px !important;
}

.row.twoCols .firstName,.row.twoCols .lastName {
	float: left;
}

.row.twoCols .lastName {
	margin-left: 170px;
}

.row.twoCols .twoColFileds {
	float: left;
	margin-right: 8px;
}

.row.twoCols .twoColFieldsLast {
	margin-right: 0px;
}

.row.twoCols .twoColFileds .selectBox {
	width: 151px !important;
	*width: 150px !important;
}

.row.threeCols .selectBox {
	width: 120px !important;
	*width: 120px !important;
}

.row.userPhone .area-code,.row.userPhone .phone,.row.userPhone .ext,.row.userPhone .phoneType
	{
	display: block;
	float: left;
}

.row.userPhone .area-code .value,.row.userPhone .phone .value,.row.userPhone .ext .value,.row.userPhone .phoneType .value
	{
	display: block;
}

.row.userPhone .area-code input {
	width: 60px !important;
	direction: ltr;
}

.row.userPhone .area-code .error {
	width: 30px;
}

.row.userPhone .phone input {
	width: 110px !important;
	direction: ltr;
}

.row.userPhone .ext input {
	width: 40px !important;
	direction: ltr;
}

.row.userPhone .phoneType {
	margin-top: -1px;
}

.row.userPhone .phoneType label {
	height: 15px;
}

.row.accountPhone .area-code,.row.accountPhone .phone,.row.accountPhone .ext,.row.accountPhone .phoneType
	{
	display: block;
	float: left;
}

.row.accountPhone .area-code .value,.row.accountPhone .phone .value,.row.accountPhone .ext .value,.row.accountPhone .phoneType .value
	{
	display: block;
}

.row.accountPhone .area-code input {
	width: 85px !important;
	direction: ltr;
}

.row.accountPhone .area-code .error {
	width: 30px;
}

.row.accountPhone .phone input {
	width: 160px !important;
	direction: ltr;
}

.row.accountPhone .ext input {
	width: 40px !important;
	direction: ltr;
}

.row.accountPhone .phoneType {
	margin-top: -1px;
}

.row.examinee .phone input,.row.examinee .area-code input {
	direction: ltr;
}

.row.userPhone .phoneType .selectBox {
	width: 70px !important;
	min-width: 70px !important;
	height: 18px !important;
}

.row.examinee .phone_error {
	margin-left: 98px;
	margin-top: 45px !important;
}

input[type="submit"]:hover,input[type="button"]:hover {
	/*	background:#2d499c;*/
	color: #FFF;
}

.central_part_right input[type="submit"]:hover:enabled,.central_part_right input[type="button"]:hover:enabled
	{
	/*background: #2d499c;*/
	color: #FFF;
}

input[type="submit"],input[type="button"] {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	background: #c7d6e9;
	color: #3e3e3c;
	border: none;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 100px;
	width: auto;
}

input.buttonMain {
	background: #2d499c;
	color: #FFF;
}

input[type="submit"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner
	{
	border: 0;
}

input[type="button"]:disabled {
	background: #818284 !important;
	color: #FFF;
}

.button_inactive_red>input[type=button] { color:red }
.button_inactive_red>input[type=button]:hover { color:#FFF}

input.buttonMinor {
	background: #c7d6e9 !important;
	color: #3e3e3c !important;
}

input.buttonMinor[type="submit"]:hover:enabled,input.buttonMinor[type="button"]:hover:enabled
	{
	background: #2d499c !important;
	color: #FFF !important;
}

.imgDisabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.showHideDetailsLink.show {
	cursor: pointer;
	color: #3e3d40;
	background: url(../img/show_hide.png) no-repeat 0px 3px;
	padding-left: 15px;
}

.showHideDetailsLink.hide {
	cursor: pointer;
	color: #3e3d40;
	background: url(../img/show_hide.png) no-repeat 0px -11px;
	padding-left: 15px;
}

.row textarea,.row input[type="text"],.row .readOnly {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

.calendar {
	width: 70px !important;
}

.row .calendar input[type="text"] {
	display: inline;
	margin-right: 5px;
}

.row textarea {
	height: 77px;
}

textarea {
	overflow: auto;
	resize: none;
}

/* pop up */
.loginPrivacyNoticeDialog .rich-mpnl-content {
	box-shadow: none;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	background: #C7D6E9;
	border: none;
	padding: 0px;
}

.loginPrivacyNoticeDialog .rich-mpnl-content .privacyDialogHeader {
	border: none !important;
	background: url(../img/login_header.gif) repeat-x right bottom #30459E;
	-moz-border-radius: 0px 20px 0px 0px;
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 20px 0px 0px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 5px 30px 15px;
	position: relative;
}

.loginPrivacyNoticeDialog .rich-mpnl-content .rich-mpnl-body {
	padding: 20px;
	width: 400px;
}

.loginPrivacyNoticeDialog .rich-mpnl-content .loginPrivacyNoticeOutPanel hr
	{
	display: none;
}

.loginPrivacyNoticeDialog .rich-panel-body input[type="button"] {
	background: none repeat scroll 0 0 #F9A01E;
	border: 1px solid #F9A01E;
	color: #2D479C;
	cursor: pointer;
	font-size: 18px;
	padding: 3px 10px;
	width: auto;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	display: block;
}

.rich-mpnl-content {
	background-color: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	opacity: 1; 
	filter: alpha(opacity = 99); 
	zoom:1;
	border: 1px solid #e1ecf4;
	-moz-box-shadow: 0px 1px 5px #888;
	-webkit-box-shadow: 0px 1px 5px #888;
	box-shadow: 0px 1px 5px #888;
	position: relative;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*    behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	height: auto; /* !important*/
}

div#waitingPanelContentDiv.rich-mpnl-content {
	border-style: none;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.rich-mpnl-content {
	width: auto; /* don't use !important*/
}

.editVariablesPanel .rich-table {
	width: 100%;
	text-align: center;
}

.editVariablesPanel .rich-mpnl-content {
	width: 200px !important;
	height: auto !important;
	background: #E2E2E2 !important;
}

.privacyNoticeFieldTextSubject .mceToolbar {
	display: none !important;
}

.privacyNoticeFieldTextSubject .richfacesSkin table.mceLayout {
	height: 40px !important;
	margin-bottom: 10px;
}

.editPrivacyNoticePanel .rich-mpnl-content {
	width: 755px !important;
}

.editPrivacyNoticePanelBig .rich-mpnl-content {
	width: 775px !important;
	height: auto !important;
	padding-right: 20px;
}

.editPrivacyNoticePanelBig .privacyNoticeFieldTextSubject .richfacesSkin iframe
	{
	height: 45px !important;
}

.privacyNoticeFieldMiddleText{
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	  color: black;
}

.mceContentBody {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

.previewFormNote .rich-mpnl-content {
	width: 450px !important;
}

.previewFormNote .rich-panel-body {
	height: 400px;
	overflow-y: auto;
}

.editPrivacyNoticePanel .editorHelpPanel {
	left: 311px;
	position: absolute;
	top: 90px;
	z-index: 10;
}

.editPrivacyNoticePanel .buttonVariables {
	color: #2d499c !important;
	position: absolute;
	right: 198px;
	text-decoration: underline !important;
	top: 64px;
	z-index: 10;
}

.editPrivacyNoticePanelBig .logospanel {
	padding-bottom: 30px;
}

.editPrivacyNoticePanelBig .editorHelpPanel {
	float: right;
	margin-right: 40px;
}

.editPrivacyNoticePanelBig .editorBig {
	margin-left: 155px;
}

.formsLangTableStyle .rich-table-row {
	text-align: center;
}

.editPrivacyNoticePanelBig .buttonVariables {
	color: #2d499c !important;
	position: absolute;
	right: 210px;
	text-decoration: underline !important;
	top: 101px;
	z-index: 10;
}

.editPrivacyNoticePanel .rich-mpnl-content .label,.editPrivacyNoticePanelBig .rich-mpnl-content .label
	{
	font-size: 14px;
	color: #2d499c;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.editVariablesPanel .rich-mpnl-content .label {
	font-size: 14px;
	color: #2d499c;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	text-align: center;
}

.richfacesSkin .mceIframeContainer {
	border-color: #dbe9f2;
}

.richfacesSkin table.mceLayout {
	border-color: #dbe9f2 !important;
}

.richfacesSkin table.mceLayout tr.mceFirst td {
	border-color: #dbe9f2 !important;
	background: #e6f0f9;
	position: relative;
}

.editPrivacyNoticePanelBig .richfacesSkin table.mceLayout tr.mceFirst td
	{
	background: #FFFFFF !important;
}

.richfacesSkin .mceMenu {
	background: #FFF;
}

.richfacesSkin .mceListBox .mceText {
	background: #FFF;
}

.richfacesSkin .mceExternalToolbar {
	border-style: none !important;
	border-width: 0 !important;
	display: block !important;
	position: absolute;
	left: 566px !important;
	top: 0px !important;
	z-index: 10 !important;
}

.richfacesSkin .mceExternalClose {
	display: none !important;
}

.rich-mpnl-content  label {
	width: 100%;
	display: block;
}

.rich-mpnl-content .rich-table {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	position: relative;
	*position: inherit;
}

.rich-mpnl-content .rich-table td,.rich-mpnl-content .rich-table th {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.rich-mpnl-content .rich-table th {
	background: #a7c833;
}

.rich-mpnl-content .rich-table .even-row td {
	background: #e6f0f9;
}

.rich-mpnl-content .rich-table .odd-row td {
	background: #dbe9f2;
}

.addItemPanel .rich-mpnl-content {
	height: 500px !important;
	width: 700px !important;
}

.addItemPanel .rich-mpnl-content .rich-panel {
	height: 450px;
	overflow: auto;
}

.rich-mpnl-content .addItemDialogPanel .rich-table-cell .selectBox-dropdown
	{
	min-width: 100px;
}

.rich-mpnl-content .addItemDialogPanel .rich-table-cell a.button2 {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	*position: inherit !important;
	border: 1px solid #2d479d;
	background: #2d479d;
	color: #FFF;
	padding: 3px 6px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.buttonGreen {
	background: #a7c732 !important;
	border: 1px solid #a7c732 !important;
	color: #2d479d !important;
}

.addItemPanel .rich-mpnl-content .buttonsPanel {
	margin-top: 10px;
}

.addItemPanel .rich-mpnl-content .buttonsPanel input {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	border: 1px solid #2d479d;
	background: #2d479d;
	color: #FFF;
	padding: 3px 6px;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.addItemDialogTable .name {
	width: 270px !important;
}

.addItemDialogTable .type {
	width: 150px !important;
}

.addItemDialogTable .values {
	width: 110px !important;
}

.addItemDialogTable .button {
	width: 30px !important;
}

.rich-mpnl-content .rich-panel input {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	border: 0px solid #2d479d;
	background: #2d479d;
	color: #FFF;
	padding: 3px 6px;
	margin: 7px 5px 0 0;
	cursor: pointer;
}

.rich-mpnl-content .rich-panel .buttons {
	/*text-align: center;*/
	display: block;
	float: right;
	/*padding: 10px;*/
	margin-top: 40px;
}

.previewButtons {
	position: absolute;
	bottom: 15px;
}

.rich-mpnl-content .rich-panel .buttons input {
	min-width: 100px;
}

.rich-mpnl-content .rich-panel .buttons a.button2 {
	float: left !important;
	min-width: 100px;
}

.rich-mpnl-content .rich-panel .dialogText {
	display: inline-block;
	width: 100%;
	color: #284095;
	font-weight: bold;
}

.messageText {
	display: inline-block;
	width: 100%;
	color: #284095;
	font-weight: bold;
}

.rich-mpnl-content .rich-panel .buttons a.button2,.rich-mpnl-content .rich-panel .previewButtons a.button2
	{
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	display: block;
	float: right;
	position: relative\0/;
	border: 1px solid #2d479d;
	background: #2d479d;
	color: #FFF;
	padding: 3px 6px;
	margin: 7px 0 0 5px;
	cursor: pointer;
	text-decoration: none;
	width: 70px;
	text-align: center;
}

.cancelOperationPanel .rich-mpnl-content .rich-panel {
	height: auto;
	overflow: auto;
	/*	text-align:center;*/
	padding: 5px 0;
}

/* home page */
.home-likns {
	width: 724px;
	margin: 100px auto 0;
}

.home-likns .home-line {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
}

.home-likns .home-line a {
	display: block;
	float: left;
	font-size: 30px;
	text-decoration: none;
	background: #c8d6e8;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	width: 340px;
	padding: 12px 0;
	margin: 0 10px 0;
	text-align: center;
	border: 1px solid #FFF;
}

.home-likns .home-line a:hover {
	-moz-box-shadow: 0px 1px 5px #888;
	-webkit-box-shadow: 0px 1px 5px #888;
	box-shadow: 0px 1px 5px #888;
	position: relative;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
}

.home-likns .home-line a.home-link-rbuilder,.home-likns .home-line a.home-link-abuilder
	{
	color: #3e3d40;
	background: url(../img/builder_bg.png) no-repeat -6px -2px #a7c732;
}

.home-likns .home-line a.home-link-users {
	background: url(../img/user_bg.png) no-repeat 3px -3px #c8d6e8;
}

.home-likns .home-line a.home-link-reports {
	background: url(../img/reports_bg.png) no-repeat 10px -4px #c8d6e8;
}

.home-likns .home-line a.home-link-accounts {
	background: url(../img/accounts_bg.png) no-repeat -5px -7px #c8d6e8;
}

.home-likns .home-line a.home-link-projects {
	background: url(../img/projects_bg.png) no-repeat 6px -2px #c8d6e8;
}

/*main  menu */
.main_menu_container {
	/*z-index: 1000;*/
	position: absolute;
	*position: relative;
	display: inline-block;
	top: 80px;
	_top: 80px;
	left: 280px;
}

#mainMenu {
	z-index: 500;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	padding: 0px;
}

#mainMenu ul {
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	display: none;
	background: #2d479d;
	padding: 10px;
	min-width: 120px;
}

#mainMenu ul ul {
	left: 100%;
	top: 0;
}

#mainMenu li {
	position: relative;
	float: left;
	padding: 0 0px;
	white-space: nowrap;
}

#mainMenu li.sm-block {
	padding: 10px 0 0px;
}

#mainMenu ul li {
	float: none;
	padding: 0;
	vertical-align: bottom;
	font-weight: normal;
	color: #fcaf17;
	width: 100%;
}

#mainMenu li.sm span a {
	font-size: 12px;
	float: left;
	display: block;
	color: #2c479e;
	background: #c8d6e8;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 120px;
	*width: 118px;
	margin-right: 5px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
}

#mainMenu li.sm span a:hover {
	color: #fcaf17;
	background: #2d479d;
	position: relative;
	text-transform: uppercase;
}

#mainMenu li.sm.active span a {
	color: #fcaf17;
	background: #2d479d;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	-pie-lazy-init: true;
	outline: none;
}

#mainMenu li.sm2-block {
	padding: 10px 0 0px;
}

#mainMenu li.sm2 span a {
	font-size: 12px;
	float: left;
	display: block;
	color: #2c479e;
	background: orange;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 120px;
	*width: 118px;
	margin-right: 5px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
}

#mainMenu li.sm2 span a:hover {
	color: #fcaf17;
	background: #2d479d;
	position: relative;
	text-transform: uppercase;
}

#mainMenu li.sm2.active span a {
	color: #2c479e;
	background: orange;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	border-radius: 0px 10px 0px 10px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	-pie-lazy-init: true;
	outline: none;
}
#mainMenu li .blue-spacer {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	background: #2d479d;
	top: -20px;
	left: -10px;
	*display: none;
}

#mainMenu ul li a {
	display: block;
	float: none;
	background: none;
	border: none;
	text-decoration: none;
	margin: 0px;
	border-radius: 0px;
	font-size: 12px;
	color: #ffffff;
}

#mainMenu ul li.active a,#mainMenu ul li a:hover {
	color: #a7c732;
}

#mainMenu ul li.active li a {
	color: #3c2248;
}

#mainMenu ul li.active li a:hover {
	color: #ffffff;
}

.tree-scroll-container-width {
	width: 253px !important;
}

.tree-scroll-container-width .tree-scroll-container {
	width: 242px !important;
}

.tree-scroll-container {
	padding-bottom: 16px;
	/*	padding-right:16px;*/
}

.accountBreadcrumb {
	color: #FFF;
	display: block;
	float: left;
	margin: 3px 0 0 680px;
	font-size: 11px;
	background: url(../img/arrow_bread.png) no-repeat 0 3px;
	padding-left: 15px;
}

.countryImageContainer,.userDetails .mainBlockLeft .countryImageContainer
	{
	position: absolute;
	display: block;
	right: 0;
	top: 16px;
}

.createAccount {
	margin-top: 20px;
	text-align: justify;
	width: 493px;
}

.createAccount .pleaseSelect {
	font-size: 18px;
	color: #2d499c;
	display: block;
	font-weight: bold;
	background: url(../img/title_arr.png) no-repeat 0 2px;
	padding-left: 25px;
}

.createAccount  .pleaseNewAcccounCreated {
	color: #2d499c;
	display: block;
	margin-bottom: 30px;
	padding-left: 25px;
}

.createAccount .dearUser {
	font-weight: bold;
	color: #2d499c;
	padding-left: 25px;
}

.createAccount .mainText {
	padding-right: 25px;
	display: block;
}

.createAccount p {
	padding-left: 25px;
}

.registration,.catalog {
	padding: 20px 10px 10px;
}

.registration .defaultRegFormText {
	color: #2d499c;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.registration .defaultRegFormText.defaultCatalogFormText {
	padding-bottom: 15px;
	display: block;
}

.registration .defaultRegFormAccountName {
	font-weight: bold;
	color: #2d499c;
	width: 100%;
}

.registration .addItem {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
}

.registration .addItem .addItemButton,.registration .addItem .customizeItemButton
	{
	display: block;
	float: left;
	background: #a7c839;
	color: #3f3f41;
	font-weight: normal;
	margin-top: 35px;
}

.registration .addItem .addItemButton:hover,.registration .addItem .customizeItemButton:hover
	{
	background: #c7d6e9;
	color: #3E3E3C;
}

.registration .addItemEditPanel {
	display: block;
	float: left;
	width: 600px;
}

.registration .addItemEditPanel .errors {
	display: block;
	float: left;
	width: 100%;
	font-size: 11px;
	color: #F00;
	margin: 5px 0 0 0;
	padding: 0px;
}

.registration .addItemEditPanel .errors li {
	list-style: none;
	background: url(../img/error.gif) no-repeat;
	padding: 2px 0 2px 20px;
}

.registration .addItemEditPanel .createNewItemText {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #a7a8ac !important;
	margin-bottom: 5px;
}

.registration .addItemEditPanel .itemType,.registration .addItemEditPanel .currFieldName
	{
	display: block;
	float: left;
	margin-right: 10px;
}

.registration .addItemEditPanel .itemType label,.addItemEditPanel .currFieldName label
	{
	display: block;
	width: 100%;
	color: #2d499c;
}

.addItemEditPanel .currFieldName input {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	*padding: 6px 5px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 280px;
	outline: none;
	margin: 0px;
}

.addItemEditPanel input[type="button"] {
	display: block;
	float: left;
	margin-top: 15px;
	*padding: 3px 6px;
}

.addItemEditPanel input[type="button"]::-moz-focus-inner {
	border: 0;
}

.registration .defaultRegFormAdditionalText {
	color: #2d499c;
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
}

.registration .results table {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 100%;
}

.registration .results table th {
	background: #a7c833;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px 7px;
}

.registration .results table .fieldName,.registration .results table .fieldType
	{
	text-align: left;
}

.registration .results table .rich-table-cell.checkField {
	text-align: left;
	width: 20px;
}

.registration .results table .rich-table-cell.asName {
	text-align: left;
	width: 40%;
}

.registration .results table .rich-table-cell.asDescr {
	text-align: left;
	width: 60%;
}

.registration .results table .even-row {
	background: #e6f0f9;
}

.registration .results table .even-row td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 7px;
}

.registration .results table .odd-row {
	background: #dbe9f2;
}

.registration .results table .selected td {
	background: #6378b7 !important;
	color: #FFF;
}

.registration .results table .odd-row td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 7px;
}

.registration .results table .fieldRequired,.registration .results table .fieldMoveUp,.registration .results table .fieldMoveDown,.registration .results table .fieldRemove,.registration .results table .fieldActivated,.registration .results table .fieldValues
	{
	text-align: center;
}

.registration .results table .fieldValues {
	width: 110px !important;
}

.registration .results table td input {
	margin: 0;
}

.registration .results table td.info {
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.registration .results table td.info img {
	margin: 0 auto;
}

/* upload */
.logosFields {
	/*	position:relative;*/
	width: 310px;
}

.logoField {
	/*	position:absolute;
	top:0;
	left:0;*/
	display: block;
	float: left;
	width: 145px;
	margin: 0 20px 0 0px;
}

.logoField.cover {
	/*	left: 175px;*/
	margin: 0;
}

.logoField label {
	display: block;
	width: 100%;
	margin-bottom: 3px;
	margin-left: 10px;
}

.logoField img {
	width: 119px;
	height: 90px;
}

.logoField .uploadButtons {
	margin: 10px 0 10px 10px;
	min-height: 35px;
}

.logoField .uploadButtons .deleteImage {
	background: none;
	color: #a7a9ac;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 0 2px;
	border-radius: none;
	border-radius: none !important;
	text-decoration: none;
}

.logoField .uploadButtons .deleteImage:hover {
	background: none;
	text-decoration: none;
	color: #a7a9ac;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 0 2px;
	border-radius: none !important;
}

.logoField .uploadButtons .rich-fileupload-toolbar-decor {
	width: 100%;
}

.logoField .uploadButtons .rich-fileupload-ico-add {
	width: 100px;
	height: 14px;
}

.rich-fileupload-ico-stop {
	/*background-color: #c8d6e8;
	margin-top: 5px;
	-moz-border-radius: 0px 7px 0px 7px;
    -webkit-border-radius: 0px 7px 0px 7px;
    border-radius: 0px 7px 0px 7px;
    behavior: url(PIE.htc)\0/;
	*behavior: none !important;*/
	display: none;
}

.rich-fileupload-list-decor {
	border: none;
	width: auto !important;
}

.rich-fileupload-list-overflow .rich-fileupload-table-td {
	padding: 0px !important;
	border-bottom: 1px solid #cccdcf;
	display: none;
}

.rich-fileupload-list-overflow td.rich-fileupload-name {
	width: 105px !important;
	font-size: 11px !important;
	padding: 0px;
}

.rich-fileupload-list-overflow .rich-fileupload-del {
	width: 30px !important;
}

.rich-fileupload-toolbar-decor {
	border: none;
	padding: 0px;
	width: auto !important;
}

.rich-progress-bar-width {
	width: 90px !important;
	border: 1px solid #d3deee;
}

.rich-fileupload-list-overflow .rich-fileupload-del a {
	font-size: 11px;
	margin-top: 13px;
	display: block;
}

.rich-fileupload-list-overflow td.rich-fileupload-name .rich-fileupload-name-padding
	{
	width: 90px !important;
	font-size: 11px !important;
}

.central_part_right .rich-fileupload-toolbar-decor td {
	padding: 0px;
}

.rich-fileupload-button-border {
	border: none !important;
	margin: 0px;
	*display: block;
	*float: left;
}

.rich-fileupload-ico-add {
	background: none;
	padding: 0px;
}

.rich-fileupload-button {
	background: none;
	padding: 0px;
	margin: 0px;
	height: auto !important;
	font-size: 11px;
	font-weight: bold;
	color: #2f499b;
	width: 100%;
}

.rich-fileupload-button .rich-fileupload-button-content,.rich-fileupload-button-light .rich-fileupload-button-content
	{
	display: block;
	position: relative;
	color: #2f499b !important;
}

.rich-fileupload-button input {
	background: none;
	border-radius: 0px;
}

.rich-fileupload-button-light input {
	background: none;
	border-radius: 0px;
}

.rich-fileupload-button-press input {
	background: none !important;
}

.rich-fileupload-button-light {
	background: none;
	padding: 0px;
	margin: 0px;
	height: auto !important;
	font-size: 11px;
	font-weight: bold;
	color: #2f499b;
	width: 100%;
	border: none;
	text-decoration: underline;
}

.rich-fileupload-button-press {
	border: none;
	margin: 0px;
	padding: 0px;
	height: auto !important;
	width: auto !important;
	font-size: 11px;
	font-weight: bold;
	color: #2f499b;
	text-decoration: underline;
}

.rich-fileupload-list-overflow {
	height: auto !important;
	display: none;
}

.upploadLimitationsText {
	font-size: 11px;
	color: #a7a9ac;
	margin-left: 10px;
	display: block;
}

.custom {
	position: absolute;
	top: 130px;
	left: 5px;
	bottom: 5px;
	width: 100%;
}

.dialogPanel .rich-mpnl-header-cell {
	background: #a7c833;
	height: 40px !important;
}

.dialogPanel .rich-mpnl-header {
	border: none;
	padding: 0 10px;
	color: #fff;
	*background: #a7c833;
}

.dialogPanel .rich-mpnl-controls {
	margin-right: 10px;
	margin-top: 5px;
}

.dialogPanel a:link {
	color: #fff;
	text-decoration: none;
}

.dialogPanel a:visited {
	color: #fff;
	text-decoration: none;
}

.dialogPanel a:hover {
	color: #fff;
	text-decoration: none;
}

.dialogPanel a:active {
	color: #fff;
	text-decoration: none;
}

a.lnk:link {
	color: #2f499b;
	text-decoration: none;
	font-size: 11px;
}

a.lnk:visited {
	color: #2f499b;
	text-decoration: none;
	font-size: 11px;
}

a.lnk:hover {
	color: #2f499b;
	text-decoration: underline;
	font-size: 11px;
}

a.lnk:active {
	color: #2f499b;
	text-decoration: none;
	font-size: 11px;
}

.selectAccount .pleaseSelect {
	font-size: 14px;
	color: #2d499c;
	display: block;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.custom .examineeFilesTable {
	width: 100%;
}

.custom .rich-fileupload-button,.custom .rich-fileupload-button-light,.custom .rich-fileupload-button-press
	{
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	background: #c7d6e9;
	color: #3e3e3c;
	border: none;
	cursor: pointer;
	text-decoration: none;
	margin: 10px 0 0 0;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.custom
















 
















.rich-fileupload-button-light
,
{
color
































:
































#FFF
















 
















!
important
































;
text-decoration
































:none
































;
}
.custom .rich-fileupload-button-press {
	height: 100% !important;
	width: 100% !important;
	color: #fff;
	text-decoration: none;
}

.custom .rich-fileupload-button-content {
	width: 100%;
	text-align: center;
}

.custom .rich-fileupload-toolbar-decor {
	width: 100% !important;
}

.custom .rich-fileupload-button-border {
	margin-right: 50px;
}

.custom .deleteLnk {
	background: none;
	color: #a7a9ac;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	border-radius: none;
	border-radius: none !important;
	text-decoration: none;
	position: absolute;
	margin-left: 250px;
	margin-top: -20px;
}

.custom .deleteLnk:hover {
	background: none;
	text-decoration: none;
	color: #a7a9ac;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	border-radius: none !important;
}

.custom .rich-fileupload-ico {
	padding: 2px 6px;
}

.suggestionb {
	border: none !important;
	background: url(../img/selector_menu_bg.gif) repeat-x #FFFFFF;
	height: auto !important;
}

.suggestionb div {
	border: none;
}

.rich-sb-overflow {
	margin-top: -5px;
	margin-left: -1px;
}

.row.privacyNoticeBlock .prop>span.value {
	/*    height: 86px;
	overflow:auto;
	display:block;
	margin-bottom: 10px;*/
	
}

.row.privacyNoticeBlock .prop>span.value>div {
	height: 86px;
	overflow: auto;
	width: 450px;
	margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	body:first-of-type .row.privacyNoticeBlock .prop>span.value {
		height: 100px;
	}
}

.loginPrivacyNoticeDialog .rich-mpnl-content {
	width: auto !important;
	*width: 420px !important;
}

.loginPrivacyNoticeOutPanel {
	height: 300px;
	width: 400px;
	display: block;
	overflow: auto;
}

.dialogPanel.waitingPanel {
	display: block !important;
	margin: 10px auto;
	text-align: center;
}

.dialogPanel.waitingPanel {
	
}

.dialogPanel.waitingPanel .dialogText {
	font-size: 14px;
	background: url(../stylesheet/ajaxloading.gif) no-repeat;
	width: 30px;
	height: 30px;
	padding-left: 10px;
	color: transparent;
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);*/
	/*filter: alpha(opacity=0);*/
	/*font-size:0px\0/;*/
	color: white\0/; /* for ie 8 */
	/* IE9 only */
}

.whiteDialogPanel {
	color: #2f499b;
	text-decoration: none;
}

.whiteDialogPanel a:link {
	color: #2f499b;
	text-decoration: none;
}

.whiteDialogPanel a:visited {
	color: #2f499b;
	text-decoration: none;
}

.whiteDialogPanel a:hover {
	color: #2f499b;
	text-decoration: none;
}

.whiteDialogPanel a:active {
	color: #2f499b;
	text-decoration: none;
}

.rich-tabpanel {
	overflow: hidden;
}

/*.account1 .prop .login_url,*/
.account1 .prop .login_url span {
	width: 315px;
}

.account1 .prop .login_url textarea {
	height: 48px;
	background: none;
	color: #A7A9AC;
}

/* permissions */
.permissionsTable {
	margin-top: 15px;
}

.permissionsTable td {
	vertical-align: top;
	position: relative;
}

.permissionsTable .permissionGroup {
	border: 1px solid #bebebe;
	margin-right: 15px;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	position: relative;
	*behavior: none !important;
	width: 270px;
	display: block;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 5px;
	font-weight: bold;
}

.permissionsTable .permissionGroup.selected {
	background: #c7d6e9;
	color: #2d479d;
}

.permissionsTable .permissionHeader {
	background: #a7c833;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 10px;
	display: block;
	margin-bottom: 10px;
}

.permissionsTable .permissionButtons {
	padding: 0 10px 10px;
}

.permissionsTable .permissionLine {
	margin: 0 10px 14px;
	padding-left: 15px;
	background: url(../img/permiss_arr.png) no-repeat 0 2px;
}

.permissionsTable .permissionLine table td {
	padding: 0px;
}

.permissionsTable .permissionLine .halfpart2 {
	width: 170px;
	padding-left: 5px;
}

.permissionsTable .permissionDetails {
	font-size: 11px;
	display: block;
	font-weight: normal;
}

.permissionsTable .permissionDetails.editPosition {
	margin-left: 20px;
	margin-bottom: 10px;
}

.permissionsTable .permissionDetails.secondLine {
	margin-left: 55px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.permissionsTable input[type="button"],.permissionsTable input[type="submit"]
	{
	background: #c7d6e9;
	color: #2d479d;
}

.permissionsTable input[type="button"]:hover,.permissionsTable input[type="submit"]:hover
	{
	background: #2d479d;
	color: #ffffff;
}

.permissionsTable .permissionGroup.selected input[type="button"],.permissionsTable .permissionGroup.selected input[type="submit"]
	{
	background: #a8a8b0;
}

.permissionsTable .permissionGroup.selected input[type="button"]:hover,.permissionsTable .permissionGroup.selected input[type="submit"]:hover
	{
	background: #2d479d;
	color: #ffffff;
}

.permissionsTable .extendedPermissionLine {
	margin: 0 10px;
	padding-left: 15px;
}

.permissionsTable  .extendedPermissionsBlock {
	display: block;
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.permissionsTable  .extendedPermissionsBlock .extendedPermissionsText {
	color: #868686;
}

.registration .results table .permsText {
	display: block;
	float: left;
	width: 400px;
	margin-right: 10px;
}

.registration .results table .customCheckBox {
	display: block;
	float: right;
	margin-top: 7px !important;
}

.rich-tree-node-highlighted a {
	text-decoration: underline;
}

.rich-tree-node-highlighted {
	text-decoration: none;
}

.recoverMess {
	font-size: 14px;
}

.recoverMess.errorLink {
	COLOR: red;
}

.nav-last-button {
	background: none !important;
}

.uploadedImage {
	border: 1px solid #d1d2d4;
	border-radius: 0 10px 0 10px;
	padding: 1px;
	position: relative;
	height: 93px !important;
	width: 113px !important;
}

.uploadedImage1 {
	border: 1px solid #d1d2d4;
	border-radius: 0 8px 0 8px;
	padding: 1px;
	position: relative;
	height: 113px !important;
	width: 93px !important;
}

.uploadedImage1 img {
	behavior: url(-ms-transform.htc);
	/* Firefox */
	-moz-transform: rotate(45deg);
	/* Safari and Chrome */
	-webkit-transform: rotate(45deg);
	/* Opera */
	-o-transform: rotate(45deg);
	/* IE9 */
	-ms-transform: rotate(45deg);
	/* IE6,IE7 
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    */
	/* IE8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}

.central_part .base-box .dialog-content.error-content {
	padding-top: 0px;
	padding-left: 0px;
}

.registration .results .rich-dtascroller-table {
	border: 0px !important;
	padding: 0px;
	width: auto;
}

.registration .results .rich-dtascroller-table td {
	border: 0px;
}

.registration .results .rich-dtascroller-table .rich-datascr-inact {
	text-decoration: underline;
	font-size: 14px;
	color: #2F499B;
}

.registration .results .rich-dtascroller-table .rich-datascr-act {
	font-size: 14px;
}

.rich-datascr {
	text-align: left;
}

.central_part_right .table_without_float {
	float: none !important;
}

.clear {
	clear: both;
}

div.def {
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accLinkTable td {
	padding: 0;
}

table.accLinkTable {
	border-spacing: 0;
}

.errorRegName {
	color: red;
	width: 225px;
	display: block;
}

::-webkit-resizer {
	-webkit-border-radius: 4px;
	background-color: #6c7eba;
}

::-webkit-scrollbar-track {
	background: transparent;
}

::-webkit-scrollbar {
	width: 14px;
	background-color: transparent;
}

::-webkit-scrollbar:hover {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	min-height: 0.8em;
	min-width: 0.8em;
	-webkit-border-radius: 5px;
	background-color: #6c7eba;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #6c7eba;
}

::-webkit-scrollbar-thumb:active {
	background-color: #6c7eba;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment
	{
	height: 15px;
	width: 13px;
	display: block;
	background: #101211;
	background-repeat: no-repeat;
}

::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url(../img/ScrollArrowHorizontalLeft.png);
	background-position: 0px 0px;
}

::-webkit-scrollbar-button:horizontal:increment {
	background-image: url(../img/ScrollArrowHorizontalRight.png);
	background-position: 0px 0px;
}

::-webkit-scrollbar-button:vertical:decrement {
	background-image: url(../img/ScrollArrowVerticalTop.png);
	background-position: 0px 0px;
}

::-webkit-scrollbar-button:vertical:increment {
	background-image: url(../img/ScrollArrowVerticalBottom.png);
	background-position: 0px 0px;
}

BODY {
	margin: 0px;
}

.TableHeaderOrange {
	height: 35px;
	border-right: 0.5px solid #ffffff;
	border-bottom: 0.5px solid #ffffff;
	background-color: #fcaf17;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.TableSubHeaderOrange {
	height: 22px;
	border-right: 0.5px solid #ffffff;
	background-color: #fcaf17;
	padding-left: 5px !important;
	padding-right: 5px !important;
	vertical-align: middle;
	font-weight: bold;
	wrap:wrap;
}

.TableHeaderGreen {
	height: 35px;
	border-right: 0.5px solid #ffffff !important;
	border-bottom: 0.5px solid #ffffff;
	background-color: #a7c732;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.TableSubHeaderGreen {
	height: 22px;
	border-right: 0.5px solid #ffffff;
	background-color: #a7c732;
	padding-left: 5px !important;
	padding-right: 5px !important;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.TableHeaderBlue {
	height: 35px;
	border-right: 0.5px solid #ffffff;
	border-bottom: 0.5px solid #ffffff;
	background-color: #4fafdd;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.TableSubHeaderBlue {
	height: 22px;
	border-right: 0.5px solid #ffffff;
	background-color: #4fafdd;
	padding-left: 5px !important;
	padding-right: 5px !important;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

.TableHeaderPurple {
	height: 35px;
	border-bottom: 0.5px solid #ffffff;
	background-color: #a97fab;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.TableSubHeaderPurple {
	height: 22px;
	border-right: 0.5px solid #ffffff;
	background-color: #a97fab;
	padding-left: 5px !important;
	padding-right: 5px !important;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

.TableEvenRow {
	background-color: #e6f0f8;
	border-right: 0.5px solid #ffffff;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.TableOddRow {
	background-color: #dbe9f3;
	border-right: 0.5px solid #ffffff;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.TopMenuCheckbox {
	font-family: Arial;
	font-size: 11px;
	color: #3e3d40;
	font-weight: normal;
}

.CheckboxMenuTop {
	background-image: url(../img/TopMenuCheckboxButton.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 29px;
	border: 0px;
	vertical-align: middle;
}

.TopMenuBG {
	background-image: url(../img/TopMenuBG.png);
	background-repeat: no-repeat;
	width: 696px;
	height: 34px;
}

INPUT.MenuTopButton {
	background-image: url(../img/TopMenuButton.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 24px;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #3e3d40;
	padding-top: 5px;
}

TD.MenuTopButton {
	background-image: url(../img/TopMenuButtonBG.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 34px;
	border: 0px;
}

.selected-dt-row {
	background-color: gold !important;
}

/* Examinee */
.examinee .projects table {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 97%;
	margin: 5px 7px;
}

.examinee .projects table th {
	background: #a980ac;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px 2px;
}

.dataTable table .selected {
	background: #6378b7 !important;
	color: #fff;
}

table .rich-table-row {
	cursor: pointer;
}

table .even-row {
	background: #e6f0f9;
}

table .even-row td {
	border-bottom: 0.5px solid #FFF;
	border-right: 0.5px solid #FFF;
	padding: 4px;
}

table .odd-row {
	background: #dbe9f2;
}

table .odd-row td {
	border-bottom: 0.5px solid #FFF;
	border-right: 0.5px solid #FFF;
	padding: 4px;
}
.privacy {
	position: absolute;
	bottom: 35px;
	margin-right: 5px;
	margin-left: 1px;
}

.privacyNotes {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	behavior: url(PIE.htc) \0/;
	*behavior: none !important;
	position: relative;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	width: 100%;
}

.privacyText {
	display: block;
	width: 100%;
	height: 290px;
	padding: 0px;
	margin-top: -2px;
	overflow-y: scroll;
}


.examinee .projects table .rich-table-subheadercell {
	text-align: left;
}

.examinee .projects table .rich-table-subheadercell.projectName {
	width: 40% !important;
}

.examinee .projects table .rich-table-subheadercell.assessmentName {
	width: 27% !important;
}

.examinee .projects table .rich-table-subheadercell.testStatus {
	width: 22% !important;
}

.examinee .projects table .rich-table-subheadercell.testDate {
	width: 11% !important;
}

.permissionsTable .dataTable table {
    width: 100%;
}
.permissionsTable .dataTable table th {
    background: #a7c833;
    color: #fff;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 6px 6px;
}
.permissionsTable .dataTable table td {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 7px;
	color: #6c7eba;
}
.permissionsTable .dataTable table .selected {
	background: #6378b7 !important;
	color: #fff;
}
.permissionsTable .dataTable table .fieldName, .registration .results table .fieldType {
    text-align: left;
}
.permissionsTable .dataTable table td .icon-cell{
	width:15px;
	padding: 6px;
}
.intertable td {
    border-bottom: 0px solid red !important;
    border-right: 0px solid red !important;
    padding: 1px;
    vertical-align: middle;
}

.examineeFilesTable {
	width: 355px !important;
	margin: 0px;
	margin-top: 10px;
	overflow: auto;
	background: transparent;
}

.examineeFileRow {
	width: 350px !important;
	border: 1px solid #bebebe;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
}

.accountImportedRow {
	width: 350px !important;
	border: 1px solid #bebebe;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
}

.accountImportedRow td {
	padding: 5px 10px 5px 0px !important;
}

.rich-table-cell {
	padding: 0px;
	padding-top: -1px;
}

.examineeFileRow .icon {
	width: 26px !important;
}

.examineeFileRow .name {
	width: 220px !important;
}

.examineeFileRow .delete {
	width: 110px !important;
}

.examineeFileRow .date {
	width: 140px !important;
}

.examineeFileRow a:link {
	color: black;
	text-decoration: none;
}

.examineeFileRow a:visited {
	color: black;
	text-decoration: none;
}

.examineeFileRow a:hover {
	color: #4fafdd;
	text-decoration: none;
}

.examineeFileRow a:active {
	color: black;
	text-decoration: none;
}

#wrapper {
	display: inline-block;
}

.k-upload {
	border-width: 0;
}

.k-upload .k-dropzone {
	padding: 0;
}

.k-upload-status-total {
	display: none;
}

.examineeResultTable {
	width: 95%;
}

.examineeResultRow {
	margin: 3px;
}

.k-upload-files k-reset {
	display: none;
}
.examineeResultRow td,.examineeResultRow th {
	border-bottom: 1px solid #bebebe !important;
	padding: 3px;
}

.examineeResultRow .sign {
	width: 12px !important;
}

.examineeResultRow .label {
	width: 45%;
	font-family: Arial;
	font-size: 11px;
	color: #2f499b;
	font-weight: normal;
}

.examineeResultRow .value {
	width: 55%;
	font-weight: normal;
}

.examineeTable {
	border: 1px solid #bebebe;
	margin: 0 auto;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	position: relative;
	*behavior: none !important;
	width: 100%;
	height: 560px !important;
	display: block;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 0px;
	font-weight: bold;
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
}

.examineeHeader {
	background: #a7c833;
	color: #ffffff;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	font-size: 12px;
	/*height: 34px;*/
	padding: 5px 20px;
	display: block;
	/*margin:-5px 0px 0px -5px;*/
	width: 100%;
	text-transform: uppercase
}

.examineeTable .row {
	/*margin: 6px 8px;*/
	
}

.examineeResultPanel .ArrayLabel {
	margin-top: 10px;
}

.examineePanel .search-string {
	border: 1px solid #e1ecf4 !important;
	background: #e1ecf4 !important;
	color: #6c7eba !important;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	padding: 0px;
	display: inline;
	float: left;
}

.examineePanel .search-button {
	background: url(../img/search_but.png) no-repeat;
	width: 28px;
	height: 27px;
	display: inline;
	float: left;
	text-indent: -1000px;
	cursor: pointer;
}

.emailLink {
	float: right;
	margin-right: 10px;
	*margin-top: -15px;
	color: #a7a9ac;
	font-size: 11px;
	font-weight: bold;
}

.email a:link {
	color: #a7a9ac;
}

.email a:visited {
	color: #a7a9ac;
}

.email a:hover {
	color: #a7a9ac;
}

.email a:active {
	color: #a7a9ac;
}

.picButtons {
	width: 180px;
}

.picButtons .box {
	padding: 55px 7px 15px 7px;
}

.picButtons input[type="button"] {
	-moz-border-radius: 7px 0px 7px 0px;
	-webkit-border-radius: 7px 0px 7px 0px;
	border-radius: 7px 0px 7px 0px;
	position: relative;
	background: #a7c833;
	background-repeat: no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 0 5px 0 0;
	padding: 0px 5px 2px 35px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	min-width: 160px;
	height: 24px;
}

.picButtons input[type="button"]:disabled {
	background: #a5a5a4 !important;
}

.picButtons input[type="button"]:hover:enabled {
	color: #2d479d;
}

.EmailTestingButton input[type="button"] {
	background-image: url(../img/buttons/EmailTestingButton.jpg);
}

.EmailTestingButton input[type="button"]:disabled {
	background-image: url(../img/buttons/EmailTestingButton-disabled.jpg);
}

.LaunchTextButton input[type="button"] {
	background-image: url(../img/buttons/LaunchTextButton.jpg);
}

.LaunchTextButton input[type="button"]:disabled {
	background-image: url(../img/buttons/LaunchTextButton-disabled.jpg);
}

.SendMessageButton input[type="button"] {
	background-image: url(../img/buttons/SendMessageButton.jpg);
}

.SendMessageButton input[type="button"]:disabled {
	background-image: url(../img/buttons/SendMessageButton-disabled.jpg);
}

.UnussignedPositionButton input[type="button"] {
	background-image: url(../img/buttons/UnussignedPositionButton.jpg);
}

.UnussignedPositionButton input[type="button"]:disabled {
	background-image:
		url(../img/buttons/UnussignedPositionButton-disabled.jpg);
}

.AnaysisCheckonButton input[type="button"] {
	background-image: url(../img/buttons/AnaysisCheckonButton.jpg);
}


.UnlockedExaminee input[type="button"] {
	background-image: url(../img/buttons/UnlockedExaminee.jpg);
}

.UnlockedExaminee input[type="button"]:disabled {
	background-image: url(../img/buttons/UnlockedExaminee-disabled.jpg);
}

.AssignNewPositionButton input[type="button"] {
	background-image: url(../img/buttons/AssignNewPositionButton.jpg);
}

.AssignNewPositionButton input[type="button"]:disabled {
	background-image:
		url(../img/buttons/AssignNewPositionButton-disabled.jpg);
}

.AssignNewPositionButton {
	float: right;
	margin-left: 2px;
}

.buttonReport {
	margin: 0 0 0 10px;
}

.examineeDetails {
	width: 100%;
	margin-left: -3px;
	margin-top: -3px
}

.examinee .button-box {
	background: #c7d6e9;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 20px 0px 20px;
	border-radius: 0px 20px 0px 20px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	margin-bottom: 100%;
	margin-top: 5px;
	min-width: 180px;
}

.NewExamineeLabel {
	font-family: Arial;
	font-size: 11px;
	color: #2f499b;
	font-weight: normal;
}

.rich-panelbar {
	border: 0 !important;
}

.rich-panelbar-header,.rich-panelbar-header-act {
	color: #fff;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
}

.rich-panelbar-header {
	background: #fa9f18 url(../img/show_hide.png) no-repeat 4px 3px;
	padding-left: 20px;
	cursor: pointer;
}

.rich-panelbar-header-act {
	background: #fa9f18 url(../img/show_hide.png) no-repeat 4px -11px;
	padding-left: 20px;
}

.userPhone .selectBox-dropdown {
	width: 75px !important;
	height: 25px;
}

.examineeSelectBox {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 80px !important;
}

.personalDecisionSelectBox {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	width: 200px !important;
}

.recuiterRemarksTextarea {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	width: 320px;
}

.recuiterRemarksAllComments {
	display: block;
	border: none;
	background: #c8d6ea;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 315px !important;
	resize: none;
}

.recuiterRemarksAllCommentsInner {
	display: block;
	border: none;
	background: #c8d6ea;
	opacity: .6;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	padding-top: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	width: 320px !important;
	height: 200px;
	overflow-y: auto;
}

.recuiterRemarksAllCommentsRow table {
	padding-bottom: 10px;
}

.recuiterRemarksComments a:link {
	color: #6378b7;
	text-decoration: underline;
}

.recuiterRemarksComments a:visited {
	color: #6378b7;
	text-decoration: underline;
}

.recuiterRemarksComments a:hover {
	color: #6378b7;
	text-decoration: underline;
}

.recuiterRemarksComments a:active {
	color: #6378b7;
	text-decoration: underline;
}

.column-header a:link {
	color: black;
	text-decoration: none;
}

.column-header a:visited {
	color: black;
	text-decoration: none;
}

.column-header a:hover {
	color: blue;
	text-decoration: none;
}

.column-header a:active {
	color: black;
	text-decoration: none;
}

.column {
	text-align: left;
}

.filters-box {
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	border: 1px solid #c7d6e9;
	background: #c7d6e9;
	padding: 3px 6px;
	cursor: pointer;
}

.results-filter {
	background: #a7c732;
	color: #3e3d40;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
	*display: inline;
	padding: 5px;
	margin-right: 5px;
	*margin-left: 5px;
	min-width: 133px;
	*width: 150px;
	height: 18px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

.results-filter .span {
	white-space: nowrap;
	margin-left: 16px;
	margin-left: 20px\9;
	*margin-left: 16px;
	*display: inline;
	*margin-left: 0px;
}

.results-filter input[type="checkbox"] {
	margin-left: 0px;
	margin-bottom: -14px;
	margin-bottom: -17px\9;
	*margin-bottom: -16px;
	*display: inline;
}

.filters-box input[type="button"]:hover:enabled {
	color: #000;
}

.filters-box .checkboxOverlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.results-buttons {
	display: inline-block;
	*display: inline;
}

.drop-down {
	z-index: 100;
	padding: 5px 10px;
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
	background-color: #fff;
	border: 2px solid #c7d6e9;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #6c7eba;
}
.drop-down-sub {
	z-index: 100;
	padding: 5px 10px;
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
	background-color: #fff;
	border: 2px solid #c7d6e9;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	*behavior: none !important;
	position: relative;
	cursor: pointer;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #6c7eba;
}

.no_overlap {
	z-index: 1 !important;
}

.drop-down input[type="text"] {
	width: 150px;
}
#searchFilterDiv .drop-down input[type="text"] {
	width: 170px;
}
#searchFilterDiv .selectBox-dropdown {
	min-width: 170px;
}
#searchAccPrjFilterDiv .drop-down input[type="text"] {
	width: 170px;
}
#searchAccPrjFilterDiv .selectBox-dropdown {
	min-width: 170px;
}


.right-align {
	text-align: right;
}

.left-alignt {
	text-align: left;
}

.fullWidht-row {
	width: 100%;
}

.p_mainPanel  input[type="button"] {
	line-height: 20px;
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 5px;
	background-color: #fff;
}

.filters-box a {
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}

.rich-tree-node .selected {
	background: transparent !important;
}

.button-disabled {
	color: #a9a9a9;
	cursor: default;
	opacity: 0.7;
}

.button-enabled {
	color: #000;
	cursor: pointer;
	*background: #fff;
	*border: 1px solid #fff;
}

.input-data2 {
	background-color: #f0f;
}

.shadow .rich-mpnl-content {
	-moz-box-shadow: 0px 10px 15px #888;
	-webkit-box-shadow: 0px 10px 15px #888;
	box-shadow: 0px 10px 15px #888;
}

.hidden {
	display: none;
}

.clipped {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 80px;
}

.tooltippp {
	/*
    border-width:3px;
    border-color:#e5973e;
    padding:10px;
    */
	border: 1px solid #bebebe;
	margin: 5px auto 0px;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 10px 0px 10px;
	/*behavior: url(PIE.htc)\0/;*/
	position: relative;
	*behavior: none !important;
	/*height: 90px;*/
	display: block;
	overflow: hidden;
	font-weight: bold;
	background-color: #fff;
	color: #2f499b;
}

.tooltip-text {
	width: 350px;
	/*height:80px;*/
	cursor: arrow;
	border-width: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.tooltipData {
	font-weight: bold;
}

.alertDiv {
	border: 1px solid #bebebe;
	margin: 5px auto 0px;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	/*behavior: url(PIE.htc)\0/;*/
	position: relative;
	*behavior: none !important;
	width: 200px;
	height: 250px;
	display: block;
	overflow: hidden;
	font-weight: bold;
}

.smallText {
	font-size: 12px;
}

.noData {
	font-size: 18px;
	color: #2d499c;
	display: block;
	font-weight: bold;
	padding: 25px;
}

.title {
	font-size: 18px;
	color: #2d499c;
	display: block;
	font-weight: bold;
	padding: 15px auto 5px;
}

.subTitle {
	font-size: 14px;
	color: #2d499c;
	display: block;
	padding: 5px auto 0px;
}

.regularTable table {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	width: 100%;
}

.regularTable th {
	background: #a7c833;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 10px 7px;
}

.class_progress {
	position: relative;
	float: right;
	border: 1px solid #003B62;
	background-color: #eee;
	width: 200px;
	height: 20px;
	border-radius: 5px;
	margin-top: -2px;
	display: none;
}

.class_progress>div {
	background-color: #2D479C;
	width: 0%; /*Adjust with JavaScript */
	height: 20px;
	border-radius: 5px;
}

.class_progress>span {
	background-color: transparent;
	color: #000;
	height: 20px;
	margin: 0px 50%;
}

.alignTop {
	vertical-align: top;
}

.alignCenter {
	text-align: center;
}

.alignVCenter {
	margin-top: 15px;
}

.examinee_menu {
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
	border: 1px solid #bebebe;
	-moz-border-radius: 0px 7px 0px 7px;
	-webkit-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	width: 710px;
	height: 525px;
	padding: 10px;
}

.examinee_menu table {
	margin: 0px auto;
	width: 600px;
	border: 0px;
	background: transparent;
}

.examinee_menu_icon {
	width: 20px;
	vertical-align: top;
}

.examinee_menu_text {
	width: 280px !important;
	vertical-align: top;
}

.examinee_menu_link_title {
	font-size: 16px;
	font-weight: bold;
	color: #3e3d40
}

.examinee_menu .with_mouse_over:hover {
	color: #6C7EBA;
}

.examinee_menu_link_subtitle {
	font-size: 14px;
	font-weight: bold;
}

.examinee_menu_link_subtitle_text {
	color: #7E7C7C;
}

#centralMenu .title a:link {
	color: #555;
	text-decoration: none;
}
#centralMenu a:link {
	color: #AAA;
	text-decoration: none;
}

#centralMenu a:visited {
	color: #AAA;
	text-decoration: none;
}

#centralMenu a:hover {
	color: #6C7EBA;
	text-decoration: none;
}

#centralMenu a:active {
	color: #AAA;
	text-decoration: none;
}

.commandLink a:link {
	color: #6c7eba;
	text-decoration: none;
}

.commandLink a:visited {
	color: #6c7eba;
	text-decoration: none;
}

.commandLink a:hover {
	color: #6c7eba;
	text-decoration: none;
}

.commandLink a:active {
	color: #6c7eba;
	text-decoration: none;
}

.radio label {
	width: 100%;
	display: inline !important;
}

.ul_image {
	/*list-style-type: none;*/
	list-style-image: url(img/orange_arr.png);
	margin: 0px;
	padding-left: 20px
}

.emailLink {
	
}

.emailLinkHeader {
	text-align: left;
	color: #2f499b;
}

.emailLinkRow input[type="text"] {
	background: #c8d6ea;
	border: none;
	margin: 1px 10px 1px 0px;
	color: #000;
}

.result .rich-tree-node-selected {
	border: none;
}

.resultsDisplayType {
	margin-right: 40px;
	margin-top: -20px;
	float: right;
}

.login-box .rich-tab-bottom-line .rich-tabhdr-cell-active table .rich-tabhdr-side-cell{
	background: url(../img/orange_arrow.png) no-repeat left center !important;
}

.navTabsButton {
	background: transparent;
}

.grandma .selectBox-dropdown {
	width: 450px !important;
}

.textAlign {
	text-align: left;
}

.import .fileName {
	margin-left: -200px;
	margin-right: -100px;
}

.import .accountText {
	margin-left: 200px;
}

.sequenceGridPanel .row {
	margin-left: 10px;
}

.sequenceTable hr {
	float: left;
}

.sequenceTable .buttons {
	right: 10px;
	left: auto;
}

.sequenceTable .buttonsSeq {
	margin-right: 10px;
	float: right;
}

.sequenceTable .lastNameAdv {
	margin-left: 80px !important;
}

.formsDiv {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 400px;
}

.formsTableStyle .name {
	
}

.formsTableStyle .link {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.languages_bar {
	height: 450px;
	overflow-y: scroll;
}

.buttonSelected {
	background: #2d499c !important;
	color: #FFF !important;
}

.editPanelText {
	padding: 10px;
	font-size: 12px !important;
}

.editPanelText a {
	color: #2f499b !important;
}

.subjectDiv {
	border-bottom: 1px #000000 solid;
	margin-bottom: 10px;
}

.topMenu {
	line-height: 20px;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	color: #3e3e3c !important;
	margin-right: 5px !important;
	background-color: #fff !important;
	*border: 1px solid #fff;
	min-width: 110px !important;
	*width: 140px;
}

.topMenuDropDown {
	padding-top: 2px;
	*padding-top: 38px;
	_padding-top: 32px;
	position: absolute;
	background: transparent;
	display: none;
}

.topMenu input[type="submit"]:hover,.topMenu input[type="button"]:hover
	{
	color: #000 !important;
}

.accountImportedRow .icon {
	width: 26px !important;
}

.accountImportedRow .name {
	width: 250px !important;
}

.examinee-error-box {
	background: transparent;
	border: 1px solid red;
	padding: 4px;
	margin-left: 10px;
	margin-top: -100px;
	width: 186px;
	border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	behavior: url(stylesheet/PIE.htc) \0/;
	/**behavior: none !important;*/
	position: relative;
}

.mRow {
	line-height: 30px;
}

.mRow a {
	color: #2f499b !important;
	text-decoration: none;
}

.mRow input {
	display: inline !important;
}

.mRow label {
	width: 120px !important;
}
.mRow1 {
	line-height: 20px;
}
.mRow a:link {
	color: #2f499b !important;
	text-decoration: none;
}
.mRow1 a:link {
	color: #2f499b !important;
	text-decoration: none;
	font-weight: 600;
}
.mRow1 a:visited {
	color: #2f499b !important;
}
#ranges {
	width: 82%;
	float: right;
	position: relative;
	top: -30px;
}

.wait {
	min-height: 200px;
	background: url("ajaxloading.gif") no-repeat center;
}

a.noLimitLink {
	text-decoration: underline !important;
}

.modalRow {
	line-height: 35px;
}

.removeRange {
	background: url(../img/false.png) no-repeat;
	width: 12px;
	height: 14px;
	float: right;
	position: relative;
	top: 7px;
}

.main_part {
	padding: 7px;
}

.mRow .error {
	float: left;
	background: none;
	margin-top: 0;
	position: inherit;
	width: inherit !important;
}

.datepicker-days .range {
	float: none;
}

.modal500 {
	width: 700px;
	height: auto;
}

input.ng-invalid {
	border: red solid 1px !important;
}

.orange_arrow {
	list-style-image: url(img/orange_arr.png);
}

.k-window-titlebar {
	background: #a7c833 none repeat scroll 0 0 !important;
	border-bottom: 1px solid #e5e5e5 !important;
	color: #ffffff !important;
	height: 20px !important;
	min-height: 16.4286px !important;
	text-transform: uppercase;
}
.customStyle.k-window-titlebar {
    background: #122235 none repeat scroll 0 0 !important;
	border-bottom: 0px solid #e5e5e5 !important;    
}
.customStyle.k-window-titlebar .k-i-close,
.k-i-costumclose {
	content: 'x';
	color: #fff;
	font-weight: 300;
	font-family: Arial, sans-serif;
	background: none;
}
.customStyle.k-window-titlebar .k-i-close:before,
.k-i-costumclose:before {
	content: 'x';
	font-size: 16px;
	display:block;
	line-height: 1;
}
.titlebar {
	background: #a7c833 none repeat scroll 0 0 !important;
	color: #ffffff !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	height: 20px !important;
	min-height: 16.4286px !important;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0 18px 0 10px;
}
.login-title {
    background: none  !important;
    height: auto !important;
    font-size: 2em;
    text-align: center;
    color: navy;
    padding-bottom: 5px;
    border-radius: 0;
}
.k_close {
	color: #ffffff;
	font-size: 12px;
	left: -32px;
	position: relative;
	text-transform: none;
	top: 2px;
}

.k-state-hover {
	background-image: none !important;
	background: none !important;
	border-color: #a7c833 !important;
}

.k-window-actions a {
	text-decoration: none !important;
}

.rich-stglpanel-header {
	background-image: none;
}

.rich-stglpanel-header {
	border-width: 0px;
	border-style: none;
	cursor: pointer;
	padding: 2px;
	background-position: top left;
	background-repeat: repeat-x;
}

.rich-stglpanel {
	border-width: 0px;
	border-style: none;
	padding: 1px;
	background-position: top right;
	background-repeat: no-repeat;
}

.rich-stglpanel-marker {
	float: left;
}

.rich-stglpnl-marker {
	padding-right: 3px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 20px;
	margin-top: -4px;
}

.rich-stglpanel-body {
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	margin-left: 8px;
}

.selectAcc a {
	color: #fff !important;
}

.cloudinaryImage {
	width: 250px;
}

.webcamLabel {
	color: #2f499b;
	font-weight: bold;
}

.webcamRow {
	margin-bottom: 5px;
	margin-top: 5px;
}

.webcamNoticeDiv h3 {
	margin-bottom: 3px;
	margin-top: 5px;
}

.webcamNotice {
	font-weight: normal;
}

.webcamImageDesc {
	padding-top: 4px;
	padding-bottom: 12px;
}

.message-box {
	color: #2f499b;
	background-color: transparent;
	width: 450px;
	display: none;
	float: right;
}

.message-box .msg-title {
	color: red;
}

.message-box .msg-text {
	font-size: 15px;
	margin-left: -25px;
}

.progressBarImages {
	margin: 50px auto;
}

.second_validation_box {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/form_table_bg_bottom.gif) repeat-x bottom;
	border: 2px solid #d1d1d1;
	border-radius: 0 20px 0 10px;
	margin: 50px auto 0;
	width: 430px;
}

.row input.second_validation_user_radiobox {
	float: left;
	margin-right: 10px;
	width: 20px !important;
}

.verification_desc {
	margin-top: 15px;
	margin-bottom: 15px;
}

.dropdownCountry {
	min-width: 100px !important;
	width: 100px;
	border-radius: 0 7px;
	border: none;
	background: #c8d6ea;
	padding: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px !important;
	border: none
}

.textCode {
	background: #c8d6ea none repeat scroll 0 0;
	border: none;
	border-radius: 0 7px;
	font-size: 12px;
	padding: 5px;
}
.textCodePanel{
	display: inline-block;
	direction: ltr;
}

.phoneCode {
	margin-right: 2px;
	margin-left: 2px;
}

.textCodeAM {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.phoneNumberField {
	width: 150px;
	border-bottom: 1px solid #c8d6ea !important;
}

.phoneNumberFieldAM {
	position: relative;
	top: -16px;
}

.codeNumberField {
	width: 240px;
}

.marginSides {
	margin-left: 8px;
	margin-right: 8px;
}

.middleElem {
	margin: 0 auto;
}

.verificationContentPanel {
	padding: 7px;
}

.errorMessage {
	color: #FF0000;
}

.cancel_verification {
	float: right;
	position: relative;
	top: 10px;
}

.secondVerificationBlock {
	border: 2px solid #c8d6ea;
	margin-top: 3px;
	padding: 3px 5px 35px;
}
.checkboxLabel{
	position: relative;
	top: 2px;
}
.button-clear {
	/*border: 1px solid red;*/
    background-image: url('../img/false.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    /*border: 1px red dotted;*/
    padding-right: 10px !important;	
	color: red !important;
}
.rich-mpnl-panel{
	position: relative;
}
.yellow_button{
	display:block !important;
	border: 1px solid #f9a01e !important;
	border-radius: 0px 7px 0px 7px !important;
	background: url(../img/orange_arr.png) no-repeat right center !important;
	background-color: #f9a01e !important;
	color:#fff !important;
	padding: 2px 5px !important;
	padding-right:20px !important;
	margin:5px 0 !important;
}
.requiredBorder{
	border: 1px solid red;
}
.simple-list{
	list-style: none;
	border: 0px !important;
	padding: 0px;
	margin: 0px;
}
.border-top-gray{
	border-top: 1px solid #d5d5d5;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.breadcrumb a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}
.assessmentFilter a {
	padding: 4px 5px !important;
	assessmentFilter: min-width: 250px !important;
}
.assessmentFilter span {
}
.calendarPicker input[type="text"]{
	display: inline !important;
	width: 120px !important;
}
.rich-calendar-spinner-input-container input[type="text"]{
	width: 20px !important;
}
.rich-calendar-editor-btn-selected {
	background: #6c7eba;
	color: #fff;
}
.second {
	margin-left:175px !important;
	margin-top:-38px !important;
}
.window-footer-report{
	position: absolute;
	bottom: 0;
	width: 95%;
	padding: 10px 0 6px;
	text-align: right;
}
.window-footer-button {
	display: inline-block;
	width: 107.23px;
	line-height: 33.7px;
	border-radius: 22px;
	opacity: 0.49;
	box-shadow: 0 2px 4px rgba(70,144,146,0.4);
	font-size: 17px;
	text-align: center;
	background-color: #72B7BD;
	color: #fff;
	font-weight: 600;
	margin-top: 8.55px;
	transition: 1s;
	cursor: pointer;
}
.k-button{
	border-radius: 2px;
    border-color: #fafafa;
    color: #444;
    background-color: #e5e5e5;
    background-position: 50% 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
    background-image: none;
}
.k-button:hover{
    background-image: none;
    background-color: white;
}
.k-dropdown .k-icon, .k-dropdown, .k-selectbox .k-icon {
    margin-top: 7px;
    text-align: left;
}
.k-dropdown .k-state-hover {
    border-color: #bcb4b0 !important;
}
.k-dropdown .k-state-focused {
	background: none;
}
.k-dropdown .k-state-focused.k-state-selected {
	background-color: #bcb4b0;
    border-color: #bcb4b0;
}
.reportWaitIndicator {
	font-size: 14px;
	background: url(/am/stylesheet/ajaxloading.gif) no-repeat;
	color: transparent;
	color: white\0/; /* for ie 8 */
	z-index: 2;
	margin-left: 50%;
}
.timeOut {
	z-index: 99999999 !important;
}
#p_TimeoutCDiv {
	z-index: 10009 !important;
}
.recognitionApprove {
	vertical-align: top;
	margin: 3px 0 0 0;
	color: red;
	font-weight: bold;
}
.privacyRadio {
	width: 100%;
	padding: 10px 30px 18px;
	text-align: left;
    vertical-align: middle;
}
.privacyPanel {
	text-align: center;
}
.privacyNoticeBlock {
    padding: 10px 30px 18px;
    text-align: left;
    vertical-align: middle;
    display: inline-table;
}
.userPrivacyDialogText{
	width: 900px;
}
#privacyNoticePanelContentTable .rich-mpnl-header-cell {
    background: #3d54a2;
}
.bottom-button {
    margin-top: 15px;
    text-align: center;
}
.smallTextRadioButtons {
	font-size: 12px;
}
#privacyNoticePanelCDiv #bottom-close-privacyNoticePanel {
    background-color: #3d54a2;
    display: inline-block;
    padding: 0.3em 1.5em;
    border-radius: 16px;
    color: #fff;
}
#privacyNoticePanelCDiv .rich-mpnl-controls a:visited,
#privacyNoticePanelCDiv .rich-mpnl-controls a:link{
    color: #fff;
}
#privacyNoticePanelCDiv a:visited ,
#privacyNoticePanelCDiv a:link {
    color: #3d54a2; 
}
.central_part .login-box .dialog input.loginFormSubmit:disabled {
    border: 1px solid #a7a9ac;
    background: #a7a9ac;
}

.central_part .login-box .dialog input[type="radio"] {
    width: 20px;
    padding-top: 0;
    margin-top: 0;
}

/* checkbox */
.toggle-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.rich-mpnl-content .toggle-wrapper label {
    display: inline-block;
    width: auto;
}
.toggle-wrapper input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.rich-mpnl-content .toggle-wrapper label.check-trail {
	display: flex;
	align-items: center;
	width: 5em;
	height: 2em;
	background: #a9a9a9;
	border-radius: 1em;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
    position: relative;
    margin-left: 0.5em;    
}

.check-handler {
	display: flex;
	margin-left: 0.25em;
	justify-content: center;
	align-items: center;
	width: 1.75em;
	height: 1.75em;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.check-handler:before {
	content: "\00D7";
	color: white;
	font-size: 2em;
	font-weight: bold;
}
.check-trail .handle-text.handle-off{
    opacity: 1;
    right: 0.5em;    
}
.check-trail .handle-text.handle-on{
    opacity: 0;
    left: 0.5em;
}
.check-trail .handle-text {
    position: absolute;
    display: block;
    font-size: 1em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.toggle-wrapper input[type="checkbox"]:checked + .check-trail .handle-on {
    opacity: 1;
}
.toggle-wrapper input[type="checkbox"]:checked + .check-trail .handle-off {
 	opacity: 0;
}

.toggle-wrapper input[type="checkbox"]:checked + .check-trail {
	background: #a7c833;
}
.toggle-wrapper input[type="checkbox"]:checked + .check-trail .check-handler {
	margin-left: 3em;
	background: #fff;
}
.toggle-wrapper input[type="checkbox"]:checked + .check-trail .check-handler::before {
	content: "✔";
	font-size: 1em;
}
.examinee .button-box {
    margin-bottom: 35px;
}
img.imglink {
	display: inline;
	margin: 0 2px -2px 2px;
}
.linkLikeDisableText {
    border: none;
    text-decoration: none;
    color: #555;
    cursor: help;
}

a#userReporALink {
    display: block;
    background-color: #4f66ae;
    color: #fff;
    text-decoration: none;
    margin-top: -3px;
    padding: 5px 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    align-items: center;
}
a#userReporALink span{
    /* vertical-align: middle; */
    display: inline-block;
}
a#userReporALink img {
    max-width: 30px;
}
div#downloadedReportsDiv {
    transform: translateX(-50%);
    z-index: 99;
}
.disabled {
	color: #7a7a7a !important;
}
.inline {
	display: inline-block !important;
}
.horizontal th, td {
  padding-left: 5px;
  padding-right: 5px;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #73b8bd;
    cursor: pointer;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #73b8bd;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    cursor: default;
}
input[type="radio"]+label{
	cursor: pointer;
}
#uploadFiles .k-button, .internal input[type="submit"], #uploadFiles .internal input[type="button"]:not(.clear-button,.topMenu) {
    background: #2f4050!important;
}
#uploadFiles input#file {
    width: 115px;
    height: 40px;
}
#uploadFiles span {
    color: #fff !important;
}
#uploadFiles .k-dropzone {
    background-color: white;
}
#uploadFiles .k-upload-files {
    border-width: 0;
}
#uploadedFiles td, #uploadedFiles th {
    padding: 1px;
}
#uploadFiles .k-upload-files {
    display: none;
}
.loginLink {
    font-size: 1.5em;
    text-transform: none;
    color: white;
    width:370px; 
    margin-top:-64px;
}