html,body {
    margin:0;
    padding:0;
    height: 100%;
}
body {
    color:#707070;
    font-family:Arial;
    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:7px;
}

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 li ul {
	margin-left: 20px;
}
#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;
}

.block {
	margin-bottom: 20px;
}
.merge_item {
	float: left;
	background: #ddd;
	padding: 10px;
	margin: 0 5px 5px 0;
	border-radius: 10px;
	position: relative;
}
.file_item {
	float: left;
	margin: 0 5px 5px 0;
	border-radius: 10px;
	border: 3px solid #ddd;
	width: 96px;
	overflow: hidden;
	padding: 10px 10px 10px 40px;
	color: #777;
	cursor: pointer;
	background: url(../images/arrow_download.png) 10px center no-repeat #fff;
	position: relative;
}
.file_item:hover {
	border-color: #D3D1D1;
	color: #363636;
}
.image_item {
	float: left;
	margin: 0 5px 5px 0;
	border: 3px solid #ddd;
	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: 125px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.49);
	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: 12px;
	height: 12px;
	background: url(../images/edit_icon.png) no-repeat;
	cursor: pointer;
}
.delete {
	width: 11px;
	height: 11px;
	background: url(../images/cancel_icon.png) no-repeat;
	cursor: pointer;
}
.tool1 .delete {
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
}
.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;
}
.add2 {
	background: url(../images/download_file.png) no-repeat !important;
}
.accept, .cancel {
	opacity: 0.7;
}
.accept:hover, .cancel:hover {
	opacity: 1;
}
.toolfile {
	float: left;
	width: 258px;
}
#breadcrumbs, .breadcrumbs {
	margin-bottom: 15px;
	color: #808080;
	font-size: 12px;
}
#wrapper {
    min-width:980px;
    min-height:100%;
    height:100%;
}
#container {
    width:90%;
    min-width:980px;
    margin:0 auto;
    min-height:100%;
    height:auto !important;
    height:100%;
}
#menu_container {
    min-height:36px;
}
#main_page
{
	float:left;
}
#menu {
    
}
#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%;
}

#language_select li {
    list-style:none;
    background: url(../images/lang_li.jpg) no-repeat left center;
    padding-left:20px;
    margin:5px 0;
}
#language_select {
    display:none;
}
#languages_block {
    float:right;
	min-width:14px;
}
#languages_block {
    height:36px;
}
.clear {
    clear:both;
}
#top_spacer {
    height:5px;
    width:100%;
}
#languages {
    /*z-index:2;*/
    position:relative;
    width:128px;
    height:21px;
    font-size:11px;
    color:#fff;
    font-family:Arial;
    font-weight:bold;
    margin-top:7px;
    margin-right:10px;
}

#languages span {
    position:absolute;
    cursor:pointer;
    /*z-index:2;*/
    top:4px;
    left:10px;
}
:focus {
    outline:none;
}
#languages a {
    font-size:11px;
    color:#fff;
    font-family:Arial;
    font-weight:bold;
    text-decoration:none;
}
#language_select {
    position:absolute;
    top:-1px;
    left:0px;
	z-index: 1;
}
#language_select ul {
    background: url(../images/lang_bg.png) repeat;
    padding:16px 10px 1px 10px;
}
#language_select a:hover {
    text-decoration:underline;
}

#user_info {
    margin:6px 0;
    font-size:11px;
    font-family:Arial;
    color:#7f7f7f;
    text-align:right;
	position: relative;
}
.sidebar #user_info {
    padding-right:220px
}
#user_info a:hover {
    text-decoration:underline;
}
#avatar {
	height: 96px;
	width: 96px;
	overflow: hidden;
	position: relative;
}
#avatar img {
	width: 96px;
}
#new-avatar, .download-image {
	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 {
	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:Arial;
    color:#367c93;
    text-decoration:underline;
}
#content a.bold {
    color:#404040;
    font-weight:bold;
}
#content a:hover {
    text-decoration:none;
}
h2 {
    font-size:18px;
    font-weight:bold;
    font-family:Arial;
    margin:0 0 15px 0;
    color:#3c3c3c;
}
h1 {
    margin:0 0 30px 0;
    font-family:Arial;
    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;
}
#central-page {
    padding-top:25px;
    padding-bottom:56px;
}
#footer .left-block {
    color:#6f6f6f;
    font-size:11px;
    float:left;
}
#footer .right-block {
    float:right;
}
#footer .right-block li {
    float:left;
    margin-left:40px;
    list-style:none;
}
#footer .right-block li a {
    text-decoration:none;
    color:#646060;
    font-size:12px;
}
#footer .right-block li a:hover {
    color:#5996ce;
    text-decoration:underline;
}
.admin #footer {
    width:80%;
}
#footer {
    height:25px;
    padding-top:15px;
    margin:0 auto;
    margin-top:-41px;
    width:80%;
    min-width:980px;
    border-top: 1px solid #bbbbbb;
}
#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] {
    border:none;
}
input.button_sq {
    background: url(../images/button_sq.jpg) no-repeat center top;
    font-family:Arial;
    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 {
    outline:none;
    border-color:#4487b3;
}
#content input[type=text], #content input[type=number], #content input[type=date], #content input[type=password], #content textarea {
    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;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    padding: 4px 6px 3px 6px;
}
#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;
}
.submenu {
    position:absolute;
    top:36px;
    z-index:1;
    display:none;
	min-width: 120px;
}
.submenu a {
    font-family:'lucida';
    white-space:nowrap;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    display:block;
    padding:7px 20px 8px 20px;
}
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:Arial;
}
.corners_container {
    position:relative;
    display: table-cell;
    vertical-align:middle;
}
.corner {
    position:absolute;
    background:none;
    padding:0;
}
th  {
    padding:5px;
    background: url(../images/center_table.jpg) bottom repeat-x #dedede;
}
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:#efefef;
}
.quick-search {
    background: url(../images/qsearch.png) no-repeat center;
    width:13px;
    height:13px;
    display:inline-block;
	padding-left: 5px;
}
.close-qs {
	background: url(../images/cancel_icon.png);
	width: 11px;
	height: 11px;
	position: absolute;
	top: 2px;
	right: 2px;
}
.sort_asc {
    background: url(../images/arrow_up.png) no-repeat center;
    width:13px;
    height:13px;
    display:inline-block;
}
.sort_desc {
    background: url(../images/arrow_down.png) no-repeat center;
    width:13px;
    height:13px;
    display:inline-block;
}
.sort_desc:hover,.sort_active_desc, .sort_desc.active {
    background: url(../images/arrow_down_active.png) no-repeat center;
}
.sort_asc:hover,.sort_active_asc, .sort_asc.active {
    background: url(../images/arrow_up_active.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;
}
.print_button {
	font-family:Arial;
    font-size:13px;
    cursor:pointer;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    background: url(../images/button_grey.png) no-repeat center top;
    color:#444;
    cursor:pointer;
}
.export_button {
	font-family:Arial;
    font-size:13px;
    cursor:pointer;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    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 {
    background: url(../images/grad_grey.png) repeat-x center;
    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 {
    behavior: url(../js/PIE.htc);
    padding:5px 10px;
    position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	text-decoration: none !important;
}

.paging a{
	behavior: url(../js/PIE.htc);
	padding:5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;



	font-family:Arial;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	background: url(../images/grad_grey_r.png) ;
	color:#444!important;
	cursor:pointer;

}

.paging a.active {
	font-weight: bold;
}
.paging a.no-active {
	color: rgb(167, 167, 167) !important;
	background: url(../images/button_grey.png) repeat-x center;
}
.paging a.selected {
	color: #fff !important;
	background: url(../images/grad_green_r.png) repeat-x center;
	cursor: default;
}

.paging a.no-active:hover {
	text-decoration: none !important;
}

.paging {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}


.paging a.active {
	font-weight: bold;
}
.paging a.no-active {
	color: #999 !important;
	cursor: default;
}
.paging a.no-active:hover {
	text-decoration: none !important;
}

select {
    behavior: url(../js/PIE.htc);
    padding:5px;
    position:relative;
    border-color:#ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.save_button,.add_button,.update_button,.red_button {
    font-family:Arial;
    font-size:13px;
    cursor:pointer;
    color:#fff !important;
    font-weight:bold;
    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:active {
    background: url(../images/grad_sq_r.jpg) repeat-x center;
}
.update_button:disabled {
    background: #DDDDDD;
	color: #797777 !important;
}

.red_button:active {
    background: url(../images/grad_red_r.png) repeat-x center;
}
.save_button:active {
    background: url(../images/grad_blue_r.png) repeat-x center;
}
.add_button:active {
    background: url(../images/grad_green_r.png) repeat-x center;
}
.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:Arial;
    font-size:15px;
    font-weight:bold;
}


.login input, .register input {
    display:block;
    margin-bottom:10px;
    font-family:Arial;
    font-size:13px;
    color:#535353;
}
.login form > div, .register form > div {
    position:relative;
}
.login label {
    position:absolute;
    top:10px;
    left:30px;
    cursor: text;
    font-family:Arial;
    font-size:13px;
    color:#535353;
}
.username {
    width: 212px;
    border: none !important;
    outline:none;
    background: url(../images/login_input.jpg) no-repeat left top;
	padding: 10px 0 10px 30px !important;
}
.password {
    width: 212px;
    border: none;
    background: url(../images/password_input.jpg) no-repeat left top;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom:10px;
}
.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;
	border-radius: 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 {
	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:bold;
    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:#b8b8b8;
    font-size:12px;
}
.news_title {
    font-size:14px;
    font-weight:bold;
    color:#3c3c3c;
}
.news_item {
    margin-bottom:25px;
}
.pie_chart {
    width:152px;
    height:152px;
    background: url(../images/pie_bg2.png) no-repeat center;
	margin-top:20px;
}
.update_block{
	padding-left:30px;
	text-align: center;
}
.update_block_version{
	font-size: 25px;
	margin-top:-5px;
}
.update_block_date{
	color: #838383;
}
#sidebar .block a {
    font-size:13px;
}
.progress_round {
    width:152px;
    height:152px;
}
.chart_info {
    width:155px;
    font-size:12px;
    text-align: center;
}
.chart_bg span {
    font-size:32px;
}
.chart_bg {
    behavior: url(../js/PIE.htc);
    text-shadow: 1px 1px 0 #fff;
    width:153px;
    height:153px;
    background: url(../images/pie.png) no-repeat center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family:Arial;
    font-weight:bold;
    font-size:54px;
    color:#acadb0;

}
#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;
}
.hide-block {
	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);
	padding: 10px;
}
.qs-block {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 18px 20px 0px 5px;
}
.qs-block {
	min-width: 150px !important;
}
.qs-block input {
	width: 145px !important;
}
.qs-block input.hasDatepicker {
	width: 100px !important;
}
#newrow {
	width: 148px;
	position:absolute;
	top:-10px;
	right:90px;
}
.search-result {
	float: left;
	padding: 5px 10px;
	background: #EBEBEB;
	border-radius: 5px;
	margin: -2px 8px 0 0;
	color: #999;
}
#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%;
}
.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: 32px;
}
.news_form .form_element label {
    width:100px;
    display:inline-block;
}
.left-choice, .right-choice {
	display: block !important;
	float: left;
	width: 55px;
	height: 34px;
	padding: 14px 0 0 50px;
	margin-top: 25px;
	cursor: pointer;
}
.left-choice {
	background: url(../images/table_icon.png) no-repeat;
	margin-left: 5px;
}
.right-choice {
	background: url(../images/list_icon.png) no-repeat left center;
	margin-right: 5px;
}
.left-choice:hover, .right-choice:hover {
	background-color: #bebebe;
}
.data_tree_1, .data_tree_2, .data_tree_3 {
	margin-left: 20px;
}
#table_countrow {
	color: #B9B9B9;
	float: right;
	margin-top: -16px;
}
table.view_file {
	border: 1px solid #A0A0A0;
}
tr.vf_odd {
	background: #fff !important;
}
tr.vf_even {
	background: #efefef !important;
}
table.view_file tr.last-tr td {
	padding:0px;
}
.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
}
.insert-image {
    position: absolute;
    top: -50px;
    right: 0px;
    background: rgba(0, 0, 0, 0.59);
    width: 86px;
    text-align: center;
    padding: 10px 0;
    margin-right: 15px;
    cursor: pointer;
    color: #fff;
	display:none;
}
.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:180px;
	background:#fff;
	position:relative;
	margin:300px auto 0;
	padding:15px;
}

#resizeImageForTinyMCE input{
	width:30px;
}

#resizeImageForTinyMCE .exitResizeImageForTinyMCE{
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}

.disable_export{
	opacity: 0.3;
	cursor: default;
}
