@font-face {
	font-family: 'MagistralC';
    src: url('fonts/magistral/magistral-webfont.eot');
    src: url('fonts/magistral/magistral-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/magistral/magistral-webfont.woff') format('woff'),
         url('fonts/magistral/magistral-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Magistral Bold';
	src: url('fonts/magistral_bold/magistral_bold-webfont.eot');
	src: url('fonts/magistral_bold/magistral_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/magistral_bold/magistral_bold-webfont.woff') format('woff'),
		url('fonts/magistral_bold/magistral_bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body	{
	font: 16px/1.4 Calibri, Helvetica, sans-serif;
	/* font: 0.92em/1.4 Arial,sans-serif; */
	margin: 5px;
	/* overflow: hidden; */
}

body, .select_box ul	{
	background: url(../images/metal2.png) repeat;
}

textarea:focus, input:focus, button:focus, select:focus{
	outline: none;
}

input::-ms-clear {
	display: none;
}

input {
	outline: none;
}

select:focus, input:focus:not([readonly]),
textarea:focus	{
	outline-offset: 0;
	outline: 0;
	border: 1px solid #597490;
	box-shadow: 0 0 2px #87a9e0;
}

.center	{
	text-align: center;
	margin: 0 auto;
}

#content	{
/* 	width: 99%; */
/* 	border: 2px solid #777; */
	margin: 10px auto;
	position: relative;
	min-width: 1172px;
}

#page_header	{
	margin: 10px 0px;
	font-size: 18px;
	height: 78px;
	min-width: 1180px;
	font-family: MagistralC;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

#page_header div 	{
	float: left;
	height: 70px;
}

#head_info	{
	text-transform: uppercase;
	width: 277px;
	padding: 4px 5px;
}

#head_info .home_link	{
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
}

#head_main, #head_save, #head_help	{
	width: 268px;
	padding: 0px 5px 4px 15px
}

#head_main, #head_save	{
	border-right: 2px dotted #fff;
}

#head_info, #head_help	{
	border-right: 2px solid #fff;
}

#head_help	{
	width: 277px;
}

#head_main a, #head_save a	{
	width: 115px;
}

#head_help a	{
	width: 133px;
}

#head_help a#feedback_btn	{
	width: 110px;
}

.selection_text	{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding-bottom: 4px;
	/* margin-top: -2px; */
}

.transButton	{
	background-image: none;
	font-size: 11px;
	background-color: transparent;
	border: 1px solid #111;
	border-radius: 1px;
	margin: 2px 4px 2px 0px;
}

.transButton:hover	{
	background-color: #bbb;
}

.button_pict	{
	font-family: Helvetica;
	height: 14px;
	font-size: 10px;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	padding: 2px 3px;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
	border: 1px solid #DBDBDB;
	border-radius: 1px;
	/* color: #000; */
	margin: 3px 2px;
}

#page_header .button_pict	{
	color: #FFF;
}

.button_pict.activity	{
	background-color: rgba(53, 152, 219, 0.65);
}

/* .button_pict.activity:hover	{
	background-color: #2682C0;
} */

.button_pict.enabled_btn:hover, .select_box ul li:hover	{
	background-color: #3598DB;
	color: #fff;
}
  
.button_pict.enabled_btn:active, .select_box ul li:active	{
	box-shadow: inset rgba(0,0,0,0.4) 0px 0px 6px;
}

.button_pict.disabled_btn	{
	opacity: 0.35;
	cursor: default;
}

.button_pict .icon	{
	width: 16px;
	height: 13px;
	display: inline-block;
	margin: 0px 3px;
	vertical-align: middle;
}

.button_pict .icon_right	{
	width: 14px;
	height: 13px;
	margin: 1px 1px 0px 4px;
	float: right;
}

/* white pictogram */
.button_pict .check_icon_w	{background: url('../images/pict_w/check_btn.png') no-repeat;}
.button_pict .list_icon_w	{background: url('../images/pict_w/list_btn.png') no-repeat;}
.button_pict .load_icon_w	{background: url('../images/pict_w/load_btn.png') no-repeat;}
.button_pict .print_icon_w	{background: url('../images/pict_w/print_btn.png') no-repeat;}
.button_pict .points_icon_w	{background: url('../images/pict_w/points_btn.png') no-repeat;}
.button_pict .keys_icon_w	{background: url('../images/pict_w/keys_btn.png') no-repeat;}
.button_pict .sff_icon_w	{background: url('../images/pict_w/save_ff_btn.png') no-repeat;}
.button_pict .sfs_icon_w	{background: url('../images/pict_w/save_fs_btn.png') no-repeat;}
.button_pict .del_icon_w	{background: url('../images/pict_w/del_btn.png') no-repeat;}
.button_pict .change_icon_w	{background: url('../images/pict_w/change_btn.png') no-repeat;}
.button_pict .feedback_icon_w	{background: url('../images/pict_w/feedback_btn.png') no-repeat;}
.button_pict .info_icon_w	{background: url('../images/pict_w/info.png') no-repeat;}
.button_pict .arrow_icon_w	{background: url('../images/pict_w/arrow_down.png') no-repeat;}

/* black pictogram */
.button_pict .check_icon_b	{background: url('../images/pict_b/check_btn.png') no-repeat;}
.button_pict .list_icon_b	{background: url('../images/pict_b/list_btn.png') no-repeat;}
.button_pict .load_icon_b	{background: url('../images/pict_b/load_btn.png') no-repeat;}
.button_pict .print_icon_b	{background: url('../images/pict_b/print_btn.png') no-repeat;}
.button_pict .points_icon_b	{background: url('../images/pict_b/points_btn.png') no-repeat;}
.button_pict .sff_icon_b	{background: url('../images/pict_b/save_ff_btn.png') no-repeat;}
.button_pict .sfs_icon_b	{background: url('../images/pict_b/save_fs_btn.png') no-repeat;}
.button_pict .del_icon_b	{background: url('../images/pict_b/del_btn.png') no-repeat;}

.button_pict.big	{
	font-size: 13px;
	height: 16px;
	margin: 5px 15px;
	padding: 4px 8px;
	border-color: #777;
}

.button_pict.big .icon	{
	width: 20px;
	height: 17px;
}

#select_change_system	{
	width: 210px;
}

.select_box	{
	margin: 0px 5px 0px 2px;
	position: relative;
}

.select_box .select_head	{
	border-radius: 1px 1px 0px 0px;
	margin: 0px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.select_box .select_head .selected_text	{
	padding-left: 4px;
}

.select_box ul	{
	list-style: none;
	font-size: 10px;
	z-index: 10;
	position: relative;
	width: 100%;
	font-family: Helvetica;
	border: 1px solid #DBDBDB;
	border-top: none;
	border-radius: 0px 0px 1px 1px;
	padding: 0px;
	margin: 0px;
}

.select_box ul li	{
	cursor: pointer;
	padding: 3px 4px;
	border-top: 1px solid #868686;
}

.select_box ul li:first-child	{
	border: none;
}

#change_system	{
	padding: 1px 3px 3px;
	margin-right: 8px;
	background-color: #777;
	border: 1px solid #DBDBDB;
	color: #FFF;
    cursor:pointer;
}

#modal_window h1 a	{
	text-align: right;
	display: block;
	font: 19px MagistralC;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#modal_window h1 a:hover	{
	cursor: pointer;
	color: #777;
}

/* Notification classes */
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 2px;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFCDCD;
	background-image: url('../images/error.png');
}
/* ------------------- */
.warning_2	{
	color: #000;
	background-color: #D3D3D3;
	background-image: url('../images/warning_2.png');
	margin: 11px 0px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #C7C7C7;
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
	cursor: default;
}

.warning_2.clicked:hover	{
	cursor: pointer;
	background-color: #C7C7C7;
	border-color: #888;
}

.error_2	{
	color: #fff;
	background-color: #DC0024;
	background-image: url('../images/error_msg.png');
	margin: 5px 0px;
	padding-left: 105px;
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 40px;
	line-height: 40px;
	border: 1px solid #C7C7C7;
	text-align: left;
}

.error_2 a	{
	color: #fff;
}

#header_text	{
	color: #fff;
	text-transform: uppercase;
}

#header_text a	{
	text-decoration: underline;
}

#header_text a:hover	{
	cursor: help;
	text-shadow: 0px 0px 4px #eee,
				0px 0px 8px #ddd;
}

#left_bar	{
	width: 270px;
	float: left;
	/* padding: 10px 5px; */
	/* background-color: #FAFAFA; */
/* 	border-radius: 5px; */
	/* position: relative; */
	z-index: 3;
	display: none;
/* 	border: 1px solid #777; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

#accordion_main	{
	/* background-color: #7A7A7A; */
	height: 800px;
	border-radius: 1px;
	z-index: 5;
	/* position: relative; */
}

#accordion_main .accordion_nested	{
	padding: 5px;
}

.text_header	{
	font-family: MagistralC;
	text-transform: uppercase;
	color: #fff;
	background-color: #3598DB;
	font-size: 17px;
	text-align: center;
	padding: 4px 0px 3px;
	margin-bottom: 4px;
	border-radius: 1px;
}

#scheme_body	{
	padding: 5px;
	border-radius: 1px;
	/* margin-left: 310px; */
	border: 1px solid #F2F2F2;
	/* border-left: 2px solid #777; */
	height: 800px;
	background: #F7F7F7 url(../images/cell_bg.png) repeat;
/* 	border-radius: 5px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	position: relative;
	overflow: auto;
}

#scheme_container	{
	/* margin-left: 310px; */
	/* border-left: 2px solid #777; */
	/* border-radius: 5px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	/* position: relative; */
}

#scheme_head	{
/* 	margin: -28px -8px 0px;
	border: 1px solid #969696;
	padding: 4px 0px;
	margin-bottom: 8px;
	background-color: #FAFAFA;
	border-radius: 3px;
	box-shadow: 3px 3px 14px #ccc;
*/
}

#scheme_head a	{
	position: absolute;
	right: 8px;
	font-size: 12px;
	text-transform: none;
	line-height: 24px;
    color: #fff;
    text-decoration: none;
	transition: 0.5s;
}

#scheme_head a:hover	{
	text-shadow: 0px 0px 2px #CECECE;
}

#page_footer	{
	/* font-family: calibri; */
	/* position: absolute; */
	/* bottom: 0px; */
	/* margin-left: 8px; */
	/* font-size: 13px; */
	color: #FFF;
	z-index: 3;
	/* cursor: help; */
	margin-left: 290px;
}

#footer	{
	font-size: 12px;
}

#left_bar_info	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	width: 268px;
	border: 1px solid #eee;
	display: table;
}

#left_bar_info .info_block	{
	display: table-cell;
	vertical-align: middle;
	padding: 30px 15px;
}

#left_bar_info .info_block div	{
	background: url(../images/top_arrow.png) no-repeat;
	/* background-position: 0px center; */
	padding: 0px 0px 5px 45px;
	display: block;
	font-family: "Magistral Bold";
	/* margin: 30px 15px 5px; */
	border-bottom: 1px solid #eee;
}

#left_bar_info span	{
	/* margin: 0 15px 35px; */
	display: block;
	font-size: 14px;
}

/* #page_footer:hover	{
	color: #000;
} */

.check_btn	{
	position: absolute !important;
	left: 10px;
	bottom: 10px;
	font-size: 11px !important;
	z-index: 5;
}

.frames_in	{
	padding: 2px;
}

.frame_descr	{
	text-align: center;
	font-size: 15px;
	line-height: 1em;
	width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.frame_descr:first-letter	{
	text-transform: uppercase;
}

.frame_comp	{
	text-align: center;
	font-size: 15px;
	line-height: 1em;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#print_cancel	{
	left: 100px !important;
}

#next_page	{
	left: 195px !important;
}

/*Elements in Scheme*/
.element_in	{
	padding: 3px;
	border: 1px solid #555;
	border-radius: 2px;
	text-align: center;
	background-color: #f7f7f7;
	cursor: move;
	max-width: 150px;
	/* max-height: 150px; */
	min-width: 120px;
	box-shadow: 3px 3px 14px #ccc;
	z-index: 2;
}

.element_in_sbstr	{
	padding: 5px;
	border: 1px solid #555;
	border-radius: 2px;
	background-color: #fcfcfc;
	cursor: move;
	box-shadow: 3px 3px 14px #ccc;
	z-index: 1;
	width: 300px;
	height: 220px;
}

.element_in:hover	{
	background-color: #fcfcfc;
	box-shadow: 2px 2px 23px #888;
}

.is_legend	{
	z-index: 3;
}

/* .element_in.selected_el	{
	border: 2px dashed #0A5CFF;
	background-color: #C6D4F4;
} */

.block_in .delete_btn, .info_btn, .rotate_btn	{
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: absolute;
	top: 4px;
	opacity: 0;
	z-index: 2;
}

.block_in:active	{
	opacity: 0.8 !important;
	border-style: dashed;
}

.block_in .delete_btn	{
	background: url(../images/delete.png) no-repeat;
	right: 4px;
}

.info_btn	{
	background: url(../images/get_info.png) no-repeat;
	left: 4px;
}

.rotate_btn {
	display: none;
}

.block_in .rotate_btn	{
	background: url(../images/rotate.png) no-repeat;
	left: 4px;
	bottom: 4px;
	top: auto;
	display: block;
}

._jsPlumb_endpoint	{
	cursor: pointer;
	z-index: 2;
}

.element_in_resized	{
	max-width: 300px !important;
	max-height: 210px !important;
	min-width: 100px !important;
	min-height: 65px !important;
	height: auto !important;
}

.element_in img	{
	max-width: 95px;
	max-height: 45px;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

.el_header	{
	font-family: "Magistral Bold";
	letter-spacing: 1px;
}

.element_in .el_header	{
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px;
	display: block;
}

.element_in_sbstr  .el_header_sbstr	{
	font-weight: bold;
	padding: 1px 15px 2px;
	display: block;
	text-align: left;
	text-decoration: underline;
}

.element_in .el_descr	{
	font-size: 10px;
	padding-bottom: 2px;
	display: block;
}
/*----------------*/

/*Elements in List*/
.element	{
	margin: 5px auto 8px;
	padding: 5px;
	border: 1px solid #555;
	border-radius: 2px;
	position: relative;
	text-align: center;
	background-color: #fafafa;
	cursor: move;
	max-width: 205px;
	max-height: 140px;
	min-width: 180px;
	box-shadow: 3px 3px 13px #efefef;
	z-index: 2;
}

.element:hover	{
	background-color: #fcfcfc;
	box-shadow: 2px 2px 17px #aaa;
}

.element img	{
	max-width: 130px;
	max-height: 60px;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

.element .el_header	{
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px;
	display: block;
}

.element .el_header_sbstr	{
	text-align: left;
	text-decoration: underline;
	padding: 5px 2px 40px 15px !important;
}

.element .el_descr	{
	font-size: 11px;
	padding-bottom: 5px;
	display: block;
}
/*----------------*/

.el_text_header	{
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	color: #555;
	text-align: center;
	padding-bottom: 4px;
}

.color_map_source	{
	width: 22px;
	height: 22px;
	border: 1px solid #333;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.color_map_target	{
	width: 16px;
	height: 16px;
	border: 4px solid #333;
	border-radius: 16px;
}

#table_colorMap, #device_list_table, #shortcuts_table	{
	margin:0 auto;
	border: 2px solid #333;
	border-collapse: collapse;
}

#table_colorMap td, #device_list_table td, #shortcuts_table td	{
	border: 1px solid #333;
}

#device_list_table, #table_colorMap, #shortcuts_table	{
	text-align: center;
	background: #FDFDFD;
	width: 740px;
}

#table_colorMap th, #device_list_table th	{
	text-align: center;
	border: 1px solid #333;
	border-bottom: 2px solid #333;
}

#shortcuts_table	{
	text-align: left;
}

#shortcuts_table td[name=comb]	{
	font-weight: bold;
	text-align: center;
}

#device_list_table th	{
	background-color: #DCDCDC;
}

#price_block	{
	border-top: 2px solid #333;
}

#sert_block	{
	border-top: 1px solid #333;
}

#device_list_head, #table_colorMap th	{
	padding: 10px;
	color: #fff;
	background-color: #4D4D4D !important;
	font-size: 18px;
	line-height: 1.2em;
}

#device_list_table .pdl_name	{
	font-weight: bold;
	font-size: 14px;
	background-color: #ECECEC;
	padding: 3px 0px;
	border-top: 2px solid #333;
	text-decoration: underline;
}

tr.table_zebra	{
	background-color: #F1F2F3;
}

/*Clear scheme and color map button*/
/* #clear_scheme, #color_map	{
	position: absolute;
	top: 10px;
	font-size: 11px;
	color: #999;
	cursor: pointer;
	text-decoration: underline;
} */

/* #clear_scheme	{
	right: 10px;
	display: none;
} */

/* #color_map	{
	left: 324px;
} */

/* #clear_scheme:hover, #color_map:hover	{
	color: #000;
} */
/*----------------*/

/** DRAG/DROP CLASSES **/
.dragActive	{
	border:2px dotted #ff7518;
}

.dropHover	{
	border:2px solid #ff0000;
	box-shadow: 0px 0px 8px #FF5F5F;
}

.dropHover2	{
 	border:1px solid #f36223;
	box-shadow: 0px 0px 8px #ffa500;
}

.dropHover3	{
	box-shadow: 0px 0px 0px 1px #f36223,
		0px 0px 10px #ffa500;
}

._jsPlumb_connector 	{
	z-index: 2;
}

._jsPlumb_hover svg circle, ._jsPlumb_hover path	{
	fill:red;
	cursor: pointer;
	z-index: 2;
}

/* ._jsPlumb_hover path	{
	stroke:red;
	/* stroke-width: 2px; */
/*} *!*/
/* svg path:hover	{
	stroke:red;
	fill:red;
} */
.ui-resizable-handle	{ 
	z-index: auto !important; 
}

.ui-draggable-dragging	{
	border-style: dashed;
}

.element_in .img_nobr	{
	vertical-align: bottom;
}

.element_in .img_nobr ~ .addit_options {
    margin-top: 2px;
}

.in_count_block	{
	min-height: 95px !important;
	min-width: 120px !important;
}

.count_el	{
	font-size: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.count_el:hover	{
	color: #E10037;
}

.count_block	{
	font-size: 11px;
	display: none;
}

.aLabel {
 	background-color: white; 
	padding: 2px; 
	font: 9px sans-serif; 
	color: #111;
	z-index: 2;
	border: 1px dotted gray;
	opacity: 0.85;
	filter:  alpha(opacity=90);
	cursor: pointer;
	opacity: 0;
	/* display: none; */
}

.aLabel._jsPlumb_hover {
	background-color: #FF6F6F;
	color: white;	
	border: 1px solid white;
}

#copyright	{
	text-align: center;
	width: 270px;
	float: left;
	color: #fff;
	/* font-size: 11px; */
	/* font-family: sans-serif; */
}

#copyright a	{
	color: #fff;
}

#copyright a:hover	{
	color: #fff;
	text-shadow: 0px 0px 4px #ddd;
}

#hide_list_btn, #hide_menu_btn, #hide_frames_btn	{
	position: absolute;
	cursor: pointer;
	z-index: 3;
}

/* #hide_frames_btn	{
	width: 92px;
	height: 19px;
	background-color: #3598DB;
	top: 47%;
	right: -37px;
	color: #fff;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	writing-mode: tb-rl;
	font-size: 12px;
	text-align: center;
	border: 1px solid #666;
	transition: 0.1s linear;
} */

#hide_frames_btn	{
	background-color: #3598DB;
	background-image: url('../images/hide_frame.png');
	background-position: 0px 0px;
	width: 18px;
	height: 91px;
	top: 40%;
	right: -1px;
	border: 1px solid #666;
	opacity: 0.7;
}

#hide_frames_btn:hover	{
	background-color: #276B9A;
}
  
#hide_frames_btn:active	{
	box-shadow: inset rgba(0,0,0,0.5) 0px 0px 20px;
}

#hide_list_btn	{
	background: url(../images/show_btn.png) no-repeat;
	top: 47%;
	margin-left: 0px;
	width: 14px;
	height: 33px;
}

#hide_menu_btn	{
	background: url(../images/hide_btn_hor.png) no-repeat;
	top: 22px;
	margin-left: 80px;
	width: 33px;
	height: 14px;
}

#hide_list_btn:hover, #hide_menu_btn:hover	{
	opacity: 0.9;
}

.complete_btns	{
	font-size: 12px !important;
	margin: 10px 25px 0px;
}

#act_indicator	{
	position: absolute;
	left: 49%;
	z-index: 10;
	top: 40%;
}

#act_indicator2_block 	{
	margin-top: 15px;
}

.load_indicator	{
	text-align: center;
	display: none;
	margin: 0 auto;
	padding: 3px 6px;
}

.load_indicator.indicator_bordered img	{
	padding-top: 5px;
    height: 25px;
    width: auto;
}

.indicator_bordered	{
	border: 1px dashed #777;
	border-radius: 2px;
	background-color: #F8F8F8;
}

.load_indicator span	{
	display: block;
	font-size: 12px;
	color: #333;
}

.table_form	{
	padding: 5px 45px;
}

.table_form.center_table{
	width: 650px;
	margin: 0 auto;
}

.table_form	td input{
	padding: 4px;
	border-radius: 2px;
	font-size: 15px;
	border: 1px solid #AAA;
}

.table_form td input[type="text"], .table_form td input[type="email"], .table_form td input[type="password"], .table_form td textarea, .table_form td select	{
	width: 97%;
	padding: 4px;
	box-sizing:content-box;
}

.table_form	td input[type="button"]	{
	padding: 7px 9px;
}

/* #save_scheme_table td input	{
	padding: 2px 4px;
} */

#tabs_load	{
	font-size: 12px;
}

#load_from_file, #load_from_server	{
	padding: 22px 60px 25px;
	/* height: 260px; */
	margin: 0 auto;
	text-align: center;
}

#load_from_file input	{
	font-size: 17px;
/* 	padding: 15px 20px; */
}

#load_from_file.hover_drag	{
	background-color: #C5F1BD;
	border: 2px dashed #777;
	padding: 20px 58px 23px;
}

#load_error_msg	{
	margin-top: 30px;
}

.errorMsg	{
	text-align: center;
	padding: 5px 2px;
	color: red;
	font-size: 18px;
	display: none;
}

.block_footer	{
	/* text-align: center; */
	padding: 10px 0px 5px;
}

.block_footer input	{
	font-size: 14px;
}

#lfs_table	{
	margin: 0 auto;
	padding: 5px 0px;
	font-size: 14px;
}

.ui-tooltip-content	{
	font-size: 14px;
	font-family: Helvetica;
}

.ui-tooltip	{
	padding: 5px !important;
	z-index: 100 !important;
}

.addit_options	{
	font-size: 10px;
}

.addit_options input, .addit_options select	{
	vertical-align: middle;
	font-size: 11px;
	margin: 1px;
}

.ui-effects-wrapper	{
	width: 100% !important;
	height: 100% !important;
}

.ui-effects-wrapper	#page_header	{
	margin: 0;
}

.frame_name, .frame_page	{
	font-size: 23px;
	font-family: Monospace;
	text-align: center;
}

.frame_name	{
	width: 270px;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
}

.frame_0_class.frame_name	{
	width: 470px;
}

.frame_page, .frame_count	{
	font-size: 14px;
}

.frame_dev	{
	width: 95px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
}

.ats_cu_option	{
	
}

.guide	{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#guide-h	{
	border-top: 1px dashed #55f;
	width: 100%;
}

#guide-v	{
	border-left: 1px dashed #55f;
	height: 100%;
}

.xselectable-glass 	{
	background-color: transparent;
	z-index: 1000;
	cursor: hand;
	cursor: pointer;
}

.xselectable-box {
	border: 1px dotted black;
	background-color: rgba(240, 248, 255, 0.5);
	cursor: hand;
	cursor: pointer;
}

.element_in.xselectable-selected {
    border: 1px dashed #3C5EF3;
    background-color: #D6E4F1 !important;
}

.grabbable	{
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active	{ 
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

/*	Border accordion	*/
#accordion_main .border_color_1	{
	border-left: 6px solid #4F7942;
}
#accordion_main .border_color_2	{
	border-left: 6px solid #6284C0;
}
#accordion_main .border_color_3	{
	border-left: 6px solid #B9A34E;
}
#accordion_main .border_color_4	{
	border-left: 6px solid #7E3E69;
}
#accordion_main .border_color_5	{
	border-left: 6px solid #56939B;
}
#accordion_main .border_color_6	{
	border-left: 6px solid #CA5F4B;
}
#accordion_main .border_color_7	{
	border-left: 6px solid #C59737;
}
#accordion_main .border_color_8	{
	border-left: 6px solid #C87ACC;
}
#accordion_main .border_color_9	{
	border-left: 6px solid #8F6CC4;
}
#accordion_main .border_color_10	{
	border-left: 6px solid #590066;
}
#accordion_main .border_color_11	{
	border-left: 6px solid #24638D;
}
#accordion_main .border_color_12	{
	border-left: 6px solid #6284C0;
}
#accordion_main .border_color_13	{
	border-left: 6px solid #CA5F4B;
}
#accordion_main .border_color_14	{
	border-left: 6px solid #248D7C;
}
#accordion_main .border_color_15	{
	border-left: 6px solid #7325B1;
}
#accordion_main .border_color_16	{
	border-left: 6px solid #7D811F;
}
#accordion_main .border_color_17	{
	border-left: 6px solid #C59737;
}
#accordion_main .border_color_18	{
	border-left: 6px solid #696251;
}
#accordion_main .border_color_19	{
	border-left: 6px solid #3E8B34;
}
#accordion_main .border_color_20	{
	border-left: 6px solid #5A6CC5;
}
#accordion_main .border_color_21	{
	border-left: 6px solid #99958C;
}
#accordion_main .border_color_22	{
	border-left: 6px solid #789BA1;
}
/*	---	*/