html,body {
	margin:0;
	padding:0;
}
body {
	color:#777777;
	font-family:'Open Sans';
	font-size:13px;
}
img {
	border:none;
}
table th {
	position:relative;
	text-align: left;
}
table {
	border:none;
	border-collapse:collapse;
}
td,th {
	border-collapse:collapse;
	padding:10px;
}
th a {
	color: #424242;
	text-decoration: none;
}
p {
	margin-bottom:15px;
}
ul,li {
	margin:0;
	padding:0;
}
a {
	cursor: pointer;
}
.strong {
	font-weight: bold;
}
#sidebar_2 li ul {
	margin-left: 20px;
}
.autocomplete_input {
	position: relative;
}
.autocomplete-div {
	position: absolute;
	top: 30px;
	left: 5px;
	background: rgb(192, 192, 192);
	padding: 5px;
	min-width: 126px;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 5px rgb(139, 138, 138);
	z-index: 99999;
}
.autocomplete-div span {
	display: block;
	color: #777;
	cursor: pointer;
	border: 1px solid rgb(192, 192, 192);
	padding: 4px;
}
.autocomplete-div span:hover {
	border: 1px solid rgb(160, 155, 155);
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.09);
}
.single_table td {
	vertical-align: top;
}
.paging {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}
.paging a {
	color: #424242;
	text-decoration: none !important;
}
.paging a:hover {
	text-decoration: underline !important;
}
.paging a.active {
	font-weight: bold;
}
.paging a.no-active {
	color: #999 !important;
}
.paging a.no-active:hover {
	text-decoration: none !important;
}
.block {
	margin-bottom: 20px;
}
.file_item:hover {
	border-color: #D3D1D1;
	color: #363636;
}
.image_item {
	float: left;
	margin: 9px;
	box-shadow: 0 0px 6px rgba(0,0,0,0.5);
	overflow: hidden;
	position: relative;
}
.name_file {
	width: 106px;
	position: relative;
	white-space: nowrap;
}
.name_file .gimg {
	height: 100%;
	width: 31px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/gradient_white_vertical.png) repeat-y;
}
.versions {
	border: 1px solid #ddd;
	color: #9B9B9B;
	padding: 10px;
	float: left;
	background: #fff;
	box-shadow: 0px 1px 3px #7C7C7C;
	margin: 10px 0 5px 0;
}
.versions ul {
	margin: 0px !important;
	list-style: none;
}
.versions ul li {
	display: inherit;
}
.versions ul li:hover {
	background: #F3F3F3;
}
.field {
	overflow: auto;
	max-height: 300px;
	position: relative;
}
#tiny_paste_images{
	position: fixed;
	width: 240px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	display:none;
}
.field  img{
	max-width:100%;
}
.field_big_data {
	overflow: auto;
	max-height: 350px;
	display: block !important;
	border: 1px solid #A7A7A7;
	border-top: 2px solid #A7A7A7;
	border-bottom: 2px solid #A7A7A7;
}
.edit {
	width: 16px;
	height: 16px;
	background: url(../images/icons/edit.png) no-repeat;
	cursor: pointer;
}
.delete {
	width: 12px;
	height: 12px;
	background: url(../images/icons/close.png) no-repeat;
	cursor: pointer;
}
.tool1 {
	float: right;
	margin: 2px 0 0 5px;
}
.form {
	float: left;
}
.w100 {
	width: 100%;
}
.add {
	width: 24px;
	height: 24px;
	background: url(../images/icon-link.png) no-repeat;
	cursor: pointer;
}
.accept, .cancel {
	opacity: 0.7;
}
.accept:hover, .cancel:hover {
	opacity: 1;
}
#breadcrumbs, .breadcrumbs {
	margin-bottom: 15px;
	color: #808080;
	font-size: 12px;
}
#wrapper {
	min-width:980px;
	min-height:100%;
	height:100%;
}
#container {
	width:100%;
	min-width:980px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#main_page,#menu {
	float:left;
}
#menu li {
	list-style:none;
}
#menu > ul > li {
	float:left;
	position:relative;
	min-height:36px;
}
#menu  ul  li ul.submenu li.expandable2 {
	position:relative;
}
#menu  ul  li ul.submenu li.expandable2 ul.submenu2 {
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
}
.clear {
	clear:both;
}
#avatar {
	height: 96px;
	width: 96px;
	overflow: hidden;
	position: relative;
}
#avatar img {
	width: 96px;
}
#new-avatar {
	position: absolute;
	bottom: -50px;
	left: 0px;
	background: rgba(0, 0, 0, 0.59);
	width: 86px;
	text-align: center;
	padding: 10px 5px;
	cursor: pointer;
	color: #fff;
}
.buttons > div {
	margin-left:10px;
	display: inline;
	position: relative;
}
.cloud-gbmab, .cloud-gbmac {
	right: 101px;
	cursor: default;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -10px;
	z-index: 1000;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #bebebe;
}
.cloud-out {
	position: absolute !important;
	bottom: 33px;
	right: -85px;
	width: 220px;
	height: 100px;
}
#und-out, .cloud-out {
	z-index: 999;
	border: 1px solid #bebebe;
	background: #f5f5f5;
	-moz-box-shadow: -1px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
#und-out {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 400px;
	height: 190px;
}
#und-out.user-login {
	width: 285px;
	height: 208px;
}
#und-out.user-login #und {
	height: 112px;
}
#und {
	background: #fff;
	border-bottom: 1px solid #bebebe;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
	padding: 20px;
	height: 96px;
}
#und #und-left {
	width: 116px;
	float: left;
	text-align: left;
}
#und #und-right {
	float: left;
	width: 194px;
	text-align: left;
}
#und .profile {
	margin: 37px 0 0 0;
}
#und .login_b {
	margin: 2px 3px 0 0;
}
.button_blue {
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ed !important;
	color: #fff!important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: default !important;
	display: inline-block;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	min-width: 54px;
	padding: 0 8px !important;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.button_blue:hover {
	border-color: #2f5bb7 !important;
}
#und-out .und-bl, #und-out .und-br {
	margin: 10px 20px;
}
#und-out .und-bl {
	float: left;
}
#und-out .und-br {
	float: right;
}
#und .name {
	font-size: 13px;
	color: #000;
}
.gbmab, .gbmac {
	right: 12px;
	border-style: dashed dashed solid;
	border-color: transparent;
	border-bottom-color: #bebebe;
	border-width: 0 10px 10px;
	cursor: default;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	top: -10px;
	width: 0;
	z-index: 1000;
}
.gbmac {
	border-bottom-color: #fff;
}
.grey_button {
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fbfbfb));
	background-image: -webkit-linear-gradient(top,#fff,#fbfbfb);
	background-image: -moz-linear-gradient(top,#fff,#fbfbfb);
	background-image: -ms-linear-gradient(top,#fff,#fbfbfb);
	background-image: -o-linear-gradient(top,#fff,#fbfbfb);
	background-image: linear-gradient(top,#fff,#fbfbfb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#fbfbfb');
	border: 1px solid #dcdcdc;
	border-color: rgba(0,0,0,.1);
	color: #444 !important;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: default !important;
	display: inline-block;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.grey_button:hover {
	border-color: #c6c6c6;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#fff,#f8f8f8);
	background-image: -moz-linear-gradient(top,#fff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#fff,#f8f8f8);
	background-image: -o-linear-gradient(top,#fff,#f8f8f8);
	background-image: linear-gradient(top,#fff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8');
}
#content ul {
	margin-left:30px;
}
#content {

}
#content a {
	font-family:'Open Sans';
	color:#0086db;
	text-decoration:underline;
}
#content a.bold {
	color:#404040;
	font-weight:bold;
}
#content a:hover {
	text-decoration:none;
}
h2.no_margin {
	margin-bottom:0px;
}
h2 {
	font-size:24px;
	text-transform: uppercase;
	font-weight:600;
	font-family:'Open Sans';
	margin:0 0 15px 0;
	color:#354e64;
}
h1 {
	margin:0 0 30px 0;
	font-family:'Open Sans';
	font-size:25px;
	font-weight:bold;
	color:#3c3c3c;
}
.block .row {
	margin-bottom:15px;
}
.block .date {
	color:rgb(134, 134, 134);
	font-size:11px;
	margin-bottom:5px;
}
.block .row-content {
	color:#404040;
	font-size:12px;
}
.block a {
	color:#367c93;
	font-size:11px;
	text-decoration:underline;
}
.block a:hover {
	text-decoration:none;
}
#sidebar_2 {
	width: 185px;
	padding: 10px;
	background: #fff;
	position: fixed;
	top: 50%;
	right: -205px;
	margin-top: -146px;
	min-height: 126px;
	box-shadow: 1px 1px 4px #818181;
}
#second_sidebar {
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -30px;
	width: 20px;
	height: 60px;
	cursor: pointer;
}
#user_edit {
	border:none;
	border-collapse:collapse;
}
#user_edit label {
	padding-right:15px;
}
#user_edit td {
	border:none;
	vertical-align: middle;
	border-collapse:collapse;
	padding:5px;
}
.width_100 {
	width:100%;
}
.submit-row td {
	text-align:center;
}
#user_edit input[type=text] {
	width:150px;
}
input[type=submit],input[type=button], button {
	border:none;
}
input.button_sq {
	background: url(../images/button_sq.jpg) no-repeat center top;
	font-family:'Open Sans';
	font-size:13px;
	padding:7px;
	color:#fff;
	cursor:pointer;
	width:102px;
	font-weight:bold;
}
input.button_sq:active {
	behavior: url(../js/PIE.htc);
	position:relative;
	color:#3a3a3a;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 0;
}
#content input[type=text]:focus, #content input[type=number]:focus, #content input[type=date]:focus,#offline input[type=text]:focus,#offline input[type=password]:focus {
	outline:none;
	border-color:#4487b3;
}
#content input[type=text], #content input[type=number], #content input[type=date], #content input[type=password], #content textarea,#offline input[type=text],#offline input[type=password] {
	behavior: url(../js/PIE.htc);
	position:relative;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	vertical-align: middle;
	padding: 6px 10px 5px 10px;
}
#content input[type=text], #content input[type=password] {
	/*width:225px;*/
}
.required_form input[type=text], .required_form input[type=date], .required_form select {
	border: 1px solid #FF0000 !important;
}
th.checkbox, td.checkbox {
	text-align: left;
}
table.align_middle th {
	text-align:center;
}
table.align_middle td {
	text-align:center;
	vertical-align:middle;
}
table td.align_left,table th.align_left  {
	text-align:left;
}
table thead {
	font-size:13px;
	font-family:'Open Sans';
}
.corners_container {
	position:relative;
	display: table-cell;
	vertical-align:middle;
}
.corner {
	position:absolute;
	background:none;
	padding:0;
	display: none !important;
}
th  {
	padding:10px;
	background: #eceff1;
	color:#777777;
	font-weight: normal;
	font-ize:13px;
}
th {
}
.t_l {
	top:0;
	left:0;
	width:4px;
	height:4px;
	background:url(../images/t_l.jpg) no-repeat;
}
.t_r {
	top:0;
	right:0;
	width:4px;
	height:4px;
	background:url(../images/t_r.jpg) no-repeat;
}
.b_l {
	bottom:0;
	left:0;
	width:4px;
	height:4px;
	background:url(../images/b_l.jpg) no-repeat;
}
.b_r {
	bottom:0;
	right:0;
	width:4px;
	height:4px;
	background:url(../images/b_r.jpg) no-repeat;
}
tr.even {
	background:#f4f6f8;
}
.quick-search {
	background: url(../images/qsearch.png) no-repeat center;
	width:13px;
	height:13px;
	display:inline-block;
}
.close-qs {
	background: url(../images/cancel_icon.png);
	width: 11px;
	height: 11px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.sort_asc {
	background: url(../images/icons/sort_top.png) no-repeat center;
	width:7px;
	height:6px;
	display:block;
}
.sort_desc {
	background: url(../images/icons/sort_bottom.png) no-repeat center;
	width:7px;
	height:6px;
	margin-bottom:-4px;
	padding-top:3px;
	display:block;
}
.sort_desc:hover,.sort_active_desc, .sort_desc.active {
	background: url(../images/icons/sort_bottom_a.png) no-repeat center;
}
.sort_asc:hover,.sort_active_asc, .sort_asc.active {
	background: url(../images/icons/sort_top_a.png) no-repeat center;
}
#user_info input[type=submit], #user_info .as_button {
	margin-top:5px;
	margin-bottom:5px;
}
.delete_link {
	background: url(../images/delete.png) no-repeat center;
	width:13px;
	height:14px;
	margin-left:4px;
	display:inline-block;
}
.export_button {
	font-family:'Open Sans';
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	background: url(../images/button_grey.png) no-repeat center top;
	color:#444;
	cursor:pointer;
}

.print_button:disabled {
	color: #999;
}
.buttons {
	margin-top:20px;
	min-height: 40px;
}
input[type=submit]:disabled, button:disabled {
	background: #eceff1;
	color: rgb(167, 167, 167) !important;
	cursor: auto;
}
.as_button {
	behavior: url(../js/PIE.htc);
	padding:5px 10px;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.login_block .username {
	margin-bottom:3px;
}
.as_button:hover {
	text-decoration:none !important;
}
input[type=submit],input[type=file],input[type=button], a.button, button {
	padding:7px 15px 8px 15px;
	position:relative;
	text-decoration: none !important;
}
select {
	padding:7px;
	position:relative;
	border-color:#ccc;
}

.save_button,.add_button,.update_button,.red_button {
	font-family:'Open Sans';
	font-size:13px;
	cursor:pointer;
	color:#fff !important;
	font-weight:600;
	margin-top:10px;
	margin-bottom:10px;
}
table {
	margin:10px 0;
}
.print_button:active {
	behavior: url(../js/PIE.htc);
	color:#fff;
	position:relative;
	text-shadow: rgba(0,0,0,0.3) 1px 1px 0;
}
.update_button:disabled {
	background: #DDDDDD;
	color: #797777 !important;
}
.select_window {
	position:absolute;
	top:0px;
	width:356px;
	cursor:pointer;
	height:267px;
}
#user_window {
	left:120px;
	background: url(../images/user_login.png) no-repeat center;
}
#admin_window {
	right:120px;
	background: url(../images/admin_login.png) no-repeat center;
}
.login_page #central-page {
	min-height:450px;
}
.login h2, .register h2 {
	font-family:'Open Sans';
	font-size:15px;
	font-weight:bold;
}


.login .links a, .register .links a {
	text-decoration:none;
}
.login .links a:hover, .register .links a:hover {
	text-decoration:underline;
}
.row {
	float: left;
	width: 100%;
}
#row1 div {
	background: rgb(243, 243, 243);
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {
	float: left;
	padding: 10px;
	border-bottom: 1px solid rgb(185, 185, 185);
	height: 25px;
}
.col1 {
	width: 20px;
}
.col2 {
	width: 120px;
}
.col3 {
	width: 150px;
}
.col4 {
	width: 90px;
}
.col4 input {
	width: 50px;
}
.col5 {
	width: 110px;
}
.col6 {
	width: 150px;
}
.col7 {
	width: 170px;
}
.col8 {
	width: 170px;
}
.is_translate {
	height: 25px;
	overflow: hidden;
	z-index: 9;
	position: relative;
}
.is_translate input {
	width: 80%;
	display: inline !important;
	margin: 2px 0 5px 0;
}
.is_translate.open {
	overflow: visible !important;
	background: rgb(243, 243, 243);
	border: 1px solid rgb(187, 185, 185);
	padding: 0 5px;
	box-shadow: 1px 1px 3px rgb(175, 175, 175);
	height: auto !important;
	z-index: 999 !important;
}
.lists_area,.dictionaries_area {
	display:none;
}
.inner .width_auto {
	width: auto;
}
.fields_positions {
	float:left;
	margin:0px 15px 30px 15px;
}
.fields_positions td {
	border-bottom: 1px solid #ccc;
}
.current_pos_element {
	background: #efefef;
}
.inner table {
	width:100%;
}
#close-message {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/close_icon.png);
	cursor: pointer;
}
.messages {
	background: rgba(0, 0, 0, 0.7);
	width: 230px;
	padding: 20px 10px;
	position: fixed;
	bottom: -2200px;
	left: 40px;
	margin-right: -480px;
	font-weight: bold;
	z-index: 9999;
	box-shadow: 0px 1px 5px rgba(104, 104, 104, 1);
	color: #fff !important;
}
.messages ul {
	list-style: none;
	margin: 0px !important;
}
.messages li {
	font-weight: 600;
	padding: 2px 0 2px 30px;
}
.messages .info {
	background: url(../images/info_icon.png) center left no-repeat;
}
.messages .error {
	background: url(../images/error_icon.png) center left no-repeat;
}
.messages .warning {
	background: url(../images/warning_icon.png) center left no-repeat;
}
.translate_region {
	position:relative;
}
.translates_area .save_button {
	margin-left:25px;
}
.translate_region .open {
	display:block;
}
.current_translate {
	cursor:pointer;
	font-weight:600;
	display: inline-block;
	padding: 2px 24px 2px 0;
	min-height:16px;
	background: url(../images/edit_icon.png) no-repeat center right;
}
.translates_area {
	width:190px;
	display:none;
	behaviour: url(../js/PIE.htc);
	position:absolute;
	background: rgb(243, 243, 243);
	border: 1px solid rgb(187, 185, 185);
	padding: 10px 5px 0 10px;
	box-shadow: 1px 1px 3px rgb(175, 175, 175);
	height: auto;
	z-index: 3;
}

.chart {
	width: 136px;
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	margin:5px 0 3px 0;
}
.chart .slider {
	background: url(../images/progress.png) no-repeat center left;
	height:6px;
	width:1%;
}
.bar_grey {
	background: url(../images/bar_grey.png) no-repeat top left;
}
.bar_orange {
	background: url(../images/bar_orange.png) no-repeat top left;
}
.bar_red {
	background: url(../images/bar_red.png) no-repeat top left;
}
.last_logs_block li {
	margin-bottom:10px;
	list-style-position: inside;
}

table.user_info td {
	vertical-align: top;
}
table.user_info td h3 {
	margin-top: 0px;
}
.user-info {
	background: #EBEBEB;
	width: 300px;
	border-radius: 10px;
	padding: 1px 15px 15px 15px;
	margin: 20px 0 0 0;
}
#user-avatar {
	border: 1px solid #eaeaea;
	text-align: center;
}
.statistic_block {
	width:155px;
	float:left;
	margin-right:100px;
	margin-bottom:100px;
}
.statistics_area {
	width:255px;
}
.admin_area td {
	text-align:left;
	vertical-align:top;
}
.news_date {
	color:#777777;
	font-size:13px;
}
.news_title,.news_title a {
	font-size:14px;
	color:#0086db;
	text-decoration: underline;
}
.news_item {
	margin-bottom:25px;
}
.update_block{
	padding-left:30px;
	text-align: center;
}
.update_block_version{
	color:#333333;
	font-weight: bold;
	margin-top:15px;
	font-size:18px;
}
.update_block_date{
	color: #777777;
}

#sidebar .block .menu_item_content a:hover{
	background: #2B9FC6;
}
.progress_round {
	width:128px;
	height:128px;
}
.chart_info {
	margin-top:15px;
	width:128px;
	font-size:13px;
	text-align: center;
}
.chart_info span {
	font-size:18px;
	font-weight: bold;
	color:#333;
}
.pie_chart {
	width:128px;
	height:128px;
	margin-top:20px;
	background: url(../images/new/chart_bg.png) no-repeat center;
}
.chart_bg {
	width:128px;
	height:128px;
	background: url(../images/new/pie_bg.png) no-repeat center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family:'Open Sans';
	font-weight:bold;
	font-size:26px;
	color:#005082;

}
#atable table td {
	width: 14%;
}
.ta50 textarea {
	width: 50%;
	height: 150px;
}
.ta100 textarea {
	width: 50%;
	height: 150px;
}
.name-page input {
	width: 400px;
}
.user-email input {
	width: 300px;
}
.table_ratio_input,.max_length_input {
	width:45px !important;
}
.field_native_id {
	width:30px !important;
}
.system_statistic table {
	display:none;
}
.system_statistic {
	margin:20px 20px 20px 20px;
}
.with_overflow {
	overflow-x:scroll;
}
.admin .breadcrumbs {
	margin-bottom:15px;
}
.export li ul {
	display:none;
}
.data_table_overflow {
	overflow-x: scroll;
}
.data_table_overflow .qs-block {
	bottom: auto;
	top: 30px;
}
.qs-block {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 18px;
}
.qs-block {
	min-width: 150px !important;
}
.qs-block input[type="submit"] {
	margin-bottom:0;
}
.qs-block input[type="text"] {
	max-width:150px;
}
.qs-block input.hasDatepicker {
	width: 100px !important;
}
#newrow {
	width: 148px;
	position:absolute;
	top:-10px;
	right:90px;
}
.search-result a {
	position: absolute;
	overflow: hidden;
	text-indent: -30px;
	display: block;
	width:12px;
	height:12px;
	background: url(../images/icons/close.png) no-repeat left top;
	right:7px;
	top:9px;
}
.search-result {
	float: left;
	position:relative;
	padding: 7px 28px 7px 10px;
	background: #e6e6e6;
	margin: 10px 10px 10px 0;
	color: #333;
	font-size: 12px;
}
#view_quick_edit > input {
	padding:7px 15px 8px 15px;
	color:#333;
}
#search-result {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.yellow {
	background: #FFE181;
}
.import h2, .export h2 {
	text-decoration:underline;
	cursor:pointer;
}
.import .ieblock,.export .ieblock {
	border:1px solid #ccc;
}
.import h2:hover, .export h2:hover {
	text-decoration:none;
}
.import form,.export form {
	padding:10px;
}
.import .ieblock,.export .ieblock {
	display:none;
}

.import_modes_region,.import_blocked {
	padding:10px;
}
.import_modes_region,.import_blocked {
	padding:10px;
}
.no-link {
	text-decoration: none !important;
	color: #999 !important;
	cursor: default;
}
#offline {
	background: url(../images/offline.png) repeat;
	position:absolute;
	z-index:99999;
	top:0;
	left:0;
	right:0;
	display:none;
}
#offline_block .inner {
	margin-right:0;
}
#offline_block {
	position:fixed;
	z-index:99999;
	top:50%;
	left:50%;
	margin-left:-143px;
	margin-top:-104px;
}
.offline_text {
	font-size:15px;
}
.load_digits {
	text-align:center;
}
.chart {
	background:url(../images/bar_grey.png) no-repeat top;
}
.load_digits {
	margin-top:5px;
}
.import_reject {
	margin-bottom:10px;
}
.import_reject span {
	font-weight:bold;
	color:red;
}
input[type="text"]:disabled {
	opacity:0.4;
}
.report_name {
	margin-bottom:10px;
}
.report_link {
	margin-bottom:10px;
}
.inside_repo  {
	padding:10px;
	border:1px solid #ccc;
}
.repo_line  {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #707070;
}
.repo_data tbody.hide {
	display:none;
}
.repo_data thead {
	cursor:pointer;
}
.translate_input {
	width:140px !important;
	margin:3px;
}
.line_some .report_element_block {
	float:left;
	margin-left:2%;
}
.repo_line2 .report_element_block {
	width: 49%;
}
.repo_line3 .report_element_block {
	width: 32%;
}
.repo_line4 .report_element_block {
	width: 23.5%;
}
.repo_line5 .report_element_block {
	width: 18.4%;
}

.line_some .report_element_block:first-child {
	margin-left:0;
}
.range_from, .range_to {
	width:70px !important;
}
.top-right {
	position: absolute;
	top: 2px;
	right: 2px;
}

#content_obfus{
	min-height:500px;
	position:relative;
	background-color:#FFF;
	padding:20px;
	box-shadow:0px 0px 5px #ccc;
	border-radius:10px;
	margin:0px;
	margin-right:400px;
}

#main_folder img{
	cursor:pointer;
}

#right{
	background-color:#FFF;
	width:350px;
	height:400px;
	float:right;
	box-shadow:0px 0px 5px #ccc;
	border-radius:10px;
	padding:20px;
}
.export_form_el {
	margin-bottom:10px;
}
.export_form_el label {
	width:250px;
	display:inline-block;
}
.export_form_el input[type=text] {
	width:70px !important;
}
.export_stat table td {
	vertical-align: top;
}
.report_op_label {
	font-weight:bold;
	display:block;
	margin-bottom:4px;
}
.report_options {
	margin-bottom:2px;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
}
.report_options_last {
	border-bottom:none !important;
}
.range_from,.range_to {
	margin-bottom:5px;
}
.list_fields_area {
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #424242;
	float:left;
	margin-right:5px;
	margin-left:5px;
}
.list_fields_area .hidden {
	display:none;
	padding:0;
	margin:0;
}
.hovers {
	display:none;
}
.list_name {
	margin-bottom:10px;
}
#in_settings {
	position: absolute;
	top: 5px;
	right: 5px;
}
#in_settings img {
	width: 24px;
}
.news_form .form_element label {
	width:100px;
	display:inline-block;
}
.left-choice, .right-choice {
	display: block !important;
	float: left;
	margin-left:10px;
	height: 34px;
	padding: 14px 10px 0 50px;
	cursor: pointer;
}
.left-choice {
	background: url(../images/table2.png) no-repeat;
	background-position: 18px 15px;
}
.right-choice {
	background: url(../images/list.png) no-repeat left center;
	margin-right: 5px;
	background-position: 18px 15px;
}
.left-choice:hover, .right-choice:hover {
	background-color: #bebebe;
}
.data_tree_1, .data_tree_2, .data_tree_3 {
	margin-left: 20px;
}
.view_quick_edit_link {
	position: absolute;
	top:60px;
	padding-left:30px;
	right:100px;
	background: url(../images/icons/cog.png) no-repeat left center;
}
#content .view_quick_edit_link a {
	color:#00930a;
	font-weight:600;
	font-size:13px;
	text-decoration: underline;
}
#content .view_quick_edit_link a:hover {
	text-decoration: none;
}
.mp_item {
	width: 46%;
	margin-bottom: 20px;
	float: left;
}
.mp_item.mp_odd {
	margin-right: 3%;
}
.mp_item.mp_even {
	margin-left: 3%;
}
.mp_item.v_item {
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #ccc;
	border-radius: 10px;
}
.mp_item .mp_title {
	margin: 10px;
}


#extend_arrow:hover{
	opacity:1;
}

.dragandrophandler {
	border:2px dotted gray;
	color: gray;
	text-align: center;
	vertical-align: 40px;
	padding: 40px 40px 50px 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
}
#dragandrophandler {
	border:2px dotted gray;
	color: gray;
	text-align: center;
	vertical-align: 40px;
	padding: 40px 40px 50px 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 150%;
}
.progressBar {
	width: 250px;
	height: 22px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	display:inline-block;
	margin:0px 10px 5px 5px;
	vertical-align:top;
}

.progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #0ba1b5; border-radius: 3px;
}
.statusbar {
	border-top:1px solid #A9CCD1;
	min-height:25px;
	width:700px;
	padding:10px 10px 0px 10px;
	vertical-align:top;
}
.statusbar:nth-child(odd){
	background:#EBEFF0;
}
.filename {
	display:inline-block;
	vertical-align:top;
	width:250px;
}
.filesize {
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:100px;
	margin-left:10px;
	margin-right:5px;
}
.abort{
	background-color:#A8352F;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;display:inline-block;
	color:#fff;
	font-family:arial;font-size:13px;font-weight:normal;
	padding:4px 15px;
	cursor:pointer;
	vertical-align:top
}
.help{
	cursor: help;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(../images/grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.help:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: none;
}

#resizeImageForTinyMCE{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.28);
	z-index: 100;
	display:none;
}

#resizeImageForTinyMCE>div{
	width:252px;
	border-radius:5px;
	background:#fff;
	position:relative;
	margin:300px auto 0;
	padding:15px;
}

#resizeImageForTinyMCE input{
	width:30px;
}

#resizeImageForTinyMCE .exitResizeImageForTinyMCE{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.disable_export{
	opacity: 0.3;
	cursor: default;
}

#restore_session_form{

	padding: 10px;
	border-radius: 10px;
	border :1px solid black;
	text-align: center;
	background: #ffffff;
}

.menu_item_content{
	background: #2B9FC6;
	display: none;

}
.menu_item_content a:hover{
	background: #2B9FC6;
}
.menu_item_sub_link:hover{
	background: #0A8BB9;
}

.active_menu{
	background: #ffffff;
}
.active_menu .menu_item_root_link{
	color: #000000;
}

.active_menu .image_view_0{
	background-image: url("../images/icons/menu_table_blue.png");
}
.active_menu .image_list_0{
	background-image: url("../images/icons/menu_list_blue.png");
}
.active_content{
	display: block;
}
.sub_active_content{
	display: block;
}
.sub_active_menu{
	background: #0A8BB9;
}

.image_menu_item{
	padding-left: 25px;
	margin-left: 5px;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left center;
}

.image_list_0{
	background-image: url("../images/icons/menu_list_white.png");
}
#sidebar .block a:hover .image_list_0 {
	background-image: url("../images/icons/menu_list_blue.png");
}
#sidebar .block a:hover .image_view_0 {
	background-image: url("../images/icons/menu_table_blue.png");
}
#sidebar .block a:hover .image_view_0_plus {
	background-image: url("../images/icons/menu_table_plus_blue.png");
}
#sidebar .block a:hover .image_page_0 {
	background-image: url("../images/icons/menu_file_blue.png");
}
.image_view_0_plus{
	background-image: url("../images/icons/menu_table_plus_white.png");
}
.active_menu .image_view_0_plus{
	background-image: url("../images/icons/menu_table_plus_blue.png");
}
.active_menu .image_page_0{
	background-image: url("../images/icons/menu_file_blue.png");
}
.image_page_0{
	background-image: url("../images/icons/menu_file_white.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.image_view_0{
	background-image: url("../images/icons/menu_table_white.png");
}
.image_view{
	background-image: url("../images/icons/menu_table_black.png");
}
.image_view_plus{
	background-image: url("../images/icons/menu_table_plus_black.png");
}
.image_page{
	background-image: url("../images/icons/menu_file_black.png");
}
.image_list{
	background-image: url("../images/icons/menu_list_black.png");
}
.image_search{
	background-image: url("../images/icons/menu_loop_black.png");
}
.image_search_advanced{
	background-image: url("../images/icons/menu_loop_plus_black.png");
}
.image_groped{
	background-image: url("../images/icons/menu_hierarchy_black.png");
}
.image_statistic{
	background-image: url("../images/icons/menu_chart_black.png");
}
#sidebar .block .menu_item_content a:hover{
	background: #0A8BB9;
}
.image_grouping{
	background-image: url("../images/icons/menu_hierarchy_black.png");
}
.image_add_record{
	background-image: url("../images/icons/menu_table_plus_black.png");
}
.grouping_content{
	padding-left: 5px;
	/*margin-left: 10px;*/
	display: none;
}
.active_grouping_content {
	display: block;
}
#sidebar .block .active_grouping_content  .active_grouping_item   {
	color: #ffffff;
}
#sidebar .block .active_default_elements .active_grouping .menu_item_sub_link_grouping {
	font-weight: bold;
	/*  background: #0A8BB9;*/
}

#sidebar .block .active_default_elements .default_elements_link .table_active
{
	/*  font-weight: bold; */
	/* background: #0A8BB9;*/
}
.table_active
{
	font-weight: bold;
}
#sidebar .block .grouping_link {
	color: #d3d3d3;
}
#sidebar .block .menu_item_sub_link_grouping:hover{
	color: #ffffff;
}
#sidebar .block .menu_item_sub_link:hover
{
	color: #ffffff;

}
.default_content{
	margin-left: 15px;
	display: none;
}
.default_elements_link{
	margin-left: 15px;
}
.active_default_content{
	display: block;
}
#sidebar .block .grouping_link{
	color:#d3d3d3 ;
}
.active_default_elements .default_elements_link .grouping_link{
	color: #ffffff;
	background:  #0A8BB9;
}
#sidebar .block .active_default_elements  .active_grouping_item
{
	background:  #0A8BB9;
}
.grouping_link{
	margin-left: 15px;
}

#sidebar .block .grouping_link
{
	padding-left: 25px;
}

.menu_item_sub{
	margin-left: 15px;
}
.menu_item_root_link span{
	vertical-align: top;
}
.menu_item_sub_link span{
	vertical-align: top;
}
.menu_item_sub_link_grouping span
{
	vertical-align: top;
}
.active_search{
	font-weight: bold;
	/* background: #0A8BB9;*/

}
.grouping_indicator{
	width:15px;
	height: 15px;
}
.hideGrouping{
	display: none;
}
#sidebar .block .grouping_link:hover{
	background: #0A8BB9;
	color: #ffffff;
}
.grouping_indicator{
	padding-left:  20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 35%;
}
.grouping_open{
	background-image: url("../images/icons/group_open.png") ;
}

.grouping_close{
	background-image: url("../images/icons/group_close.png") ;
}
.clear_filter{
	background-image: url("../images/clear_filter.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
	padding-left: 20px;
	cursor: pointer;
}
div.as_table { display:table; }
div.as_table > form { display:table-row; }
div.as_table > form > div.as_cell { display:table-cell; }
.cronjob_form label,.cronjob_form button {
	display:block;
}
.cronjob_form td > div {
	padding-bottom:5px;
}
.cronjob_delete_protected {
	background: #eceff1 !important;
	color: rgb(167, 167, 167) !important;
	cursor: auto;
}
#all_csv{
	width: 80px;
	margin-right: 10px;
}
.modal-pdf-images{
	width: 80%;
}
.modal-body .image_item{
	float: none;
	display: inline-block;
}
.modal-body .image_item .download-image{
	width: 100%;
}
.progress-bar.animate {
	width: 100%;
}
#admin_login form#loginForm input{
	width: 100%;
}
.search-result sup{
	position: absolute;
	right: 1px;
	top: 1px;
}
.lg-img-wrap{
	background-color: rgba(0,0,0,0.9);
}
.file_item {
	margin: 0 5px 5px 0;
	overflow: hidden;
	color: #777;
	cursor: pointer;
	position: relative;
}
.tool1 .delete {
	position: absolute;
	top: 4px;
	right: 4px;
}
.show-pdf-button{
	font-size: 10px;
	padding: 2px;
	border-radius: 0;
	position: absolute;
	display: block;
	z-index: 10;
	height: 20px;
}
.file_item .field{
	overflow: hidden;
	overflow-x: inherit;
}
.file_item .field .name_file {
	padding-left: 25px;
	width: 100%;
	color: #0086db;
	text-decoration: underline;
}
.file_item .field .name_file .gimg{
	background: none;
}
.empty-white-button{
	height: 0;
}
.file_item .field .name_file.file-icon-pdf{
	background: url(../images/icons/file-pdf-icon.png) 0 center no-repeat;
}
.file_item .field .name_file.file-icon-text{
	background: url(../images/icons/file-text-icon.png) 0 center no-repeat;
}
.file_item .field .name_file.file-icon-table{
	background: url(../images/icons/file-table-icon.png) 0 center no-repeat;
}
.file_item .field .name_file.file-icon-image{
	background: url(../images/icons/file-image-icon.png) 0 center no-repeat;
}
.file_item .field .name_file.file-icon-archive{
	background: url(../images/icons/file-archive-icon.png) 0 center no-repeat;
}
.file_item .field .name_file.file-icon-audio{
	background: url(../images/icons/file-audio-icon.png) 4px center no-repeat;
}
.file_item .field .name_file.file-icon-video{
	background: url(../images/icons/file-video-icon.png) 0 center no-repeat;
}
.file-list-block{
	max-height: 170px;
	overflow: inherit;
}
.modal-pdf-images .demo-gallery ul.list-unstyled{
	margin: 35px 0!important;
}
.show-pdf-button{
	font-size: 10px;
	padding: 0 12px ;
	border-radius: 0;
	z-index: 10;
	background: url(../images/icons/eye-icon.png) 0 center no-repeat;
	position: relative;
	width: 27px;
	height: 17px;
	border: none;
	display: inline;
	background-size: 16px 14px;
}
.show-pdf-button:hover{
	background-color: #eceff1;
}
.file_item .field .name_file .file-name-text{
	display: inline;
	padding-right: 5px;
}
.demo-gallery .one-pdf-image{
	padding: 5px;
}
.demo-gallery .one-pdf-image .one-pdf-image-inner-block{
	border: 1px solid #ece0e0;
	padding: 15px;
}
.demo-gallery .one-pdf-image .one-pdf-image-inner-block img{
	height: auto;
	max-height: 275px;
	margin: 0 auto;
}
.main-logs-block .mp_item .mp_even{
	margin-left: 0;
}
.main-logs-block .mp_item{
	width: 100%;
	float: none;
	margin-left: 0;
}

.last_change_table tr{
	height: 68px;
}

.last_change_table .change_status{
	padding-right: 12px;
}

.last_change_table_avatar {
	padding-right: 9px;
}

.last_change_table_description {
	font-size: 13px;
	color: rgb(51, 51, 51);
}

.last_change_table_date {
	font-size: 13px;
	color: rgb(119, 119, 119);
}

input[type="checkbox"].ios8-switch {
	position: absolute;
	margin: 8px 0 0 16px;
}
input[type="checkbox"].ios8-switch + label {
	position: relative;
	padding: 5px 0 0 50px;
	line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + label:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 47px; /* x*5 */
	height: 24px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: #ccd6d3;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
	content: "";
	position: absolute;
	display: block;
	left: 3px;
	top: 3px;
	width: 18px; /* x*3 */
	height: 18px; /* x*3 */
	border-radius: 16px; /* x*2 */
	background: #fff;
	border: 1px solid #d9d9d9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
	margin-left: 24px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
	background: #ccd6d3;
}
.ios_checkbox label {
	background-image: none;
}
.ios_checkbox span {
	font-size: 13px;
}
.ios_checkbox {
	margin-left: 50px;
}
.ios_checkbox_left_title {
	margin-right: 19px;
}
.ios_checkbox_right_title {
	margin-left: 45px;
}
.mailing-form .checkbox-container .one-tag-box label{
	font-weight: normal;
}
.mailing-form #add_new_tag{
	display: inline-block;
	padding: 7px 15px 8px 15px;
	position: relative;
	text-decoration: none !important;
	margin-top: 5px;
}
.sub_perm_block label, .role_checkbox label{
	font-weight: 400;
}