/*
 * Здесь расположены классы, связанные с классами от sitesoft (gpms-css-part-1.css) 
 * какие-то наши правки и коррективы.
 */
html {
    overflow: auto;
}

.inline-block {	
	*display: inline;
	display: inline-block;
	zoom: 1;
}

/* Исключения, когда ссылки не должны отличаться от простого текста. */ 
/* TODO после переделки панели навигации пересмотерть это правило. */
.mt-o a, /*.mt-o a:link, .mt-o a:active, .mt-o a:visited*/
td>a, /* td>a:link, td>a:active, td>a:visited, */
/* th>a, th>a:link, th>a:active, th>a:visited, */
.listHeader a, /*.listHeader:link a, .listHeader a:active, .listHeader a:visited,*/ 
.ls-folders a, .ls-folders a:link, .ls-folders a:active, .ls-folders a:visited,
.section_header a, /*.section_header a:link, .section_header a:active, .section_header a:visited*/
.mbm-item a,
.mbm-item
{
    color:#24549D;
    text-decoration: none;
}

.mt-selected .mbm-item a {
	color:#000000 !important;	
}
.mt-selected .mbm-item:hover a {
	color:#F84E00 !important;	
}

.mt-o a:hover, td>a:hover, th>a:hover, 
.navigatorLink a:hover,
.ls-folders a:hover, 
.section_header a:hover,
#ls_bottom a:hover,
.mbm-item:hover a
{
    color:#F84E00;
    border-color: #F84E00;
    text-decoration: none;
}

.table_menu {
    padding-left: 0px;
    margin-bottom: 0px;
}
/*
Уже не надо
a.pseudo:link, 
a.pseudo:visited,
a.pseudo:active{
    color: #24549D;
    text-decoration: none;
}


a.pseudo:hover {
    border-color: #F84E00;
    color: #F84E00;
}
*/

.overflow-hidden {
	overflow: hidden;
}

/* link - ссылка выглядит как ссылка */
a.link{
    color: #24549D;
    text-decoration: underline;
}

a.link:hover{
    text-decoration: underline;
}

body a:focus, body .pseudo:focus {
color: #F84E00;
border-color: #F84E00;
}

.pseudo_disabled {
    color: #B1B3B5;
    border-bottom: 1px dashed #B1B3B5;
    cursor: pointer;
}

.button_inner {
    text-shadow: 1px 1px 1px #405B78;
}

.button_disabled .invisible_input {
    display: none;
}

.crumbs a {
    color: #fff;
    text-decoration: underline;
}

.crumbs a:hover {
    color: rgb(203,255,255);
}

.crumbs {
    color: #fff;
    margin-bottom: 0px; 
    position: relative;
    padding: 1px 5px 4px 5px;
}

.crumbs-buttons {
    position: absolute;
}

.crumbs-buttons .button {
	float: left;
	top: 2px;
}

.crumbs-string {
    padding: 0px 140px 5px 155px;
    margin: 0px;
}

.crumbs-toolbar {
    float: right;
}

.crumbs-toolbar a {
	text-decoration: none;
	display: inline-block;
	margin: 0;
}

.margin-0 {
	margin: 0;
}

.margin-left-0 {
	margin-left: 0;
}

.margin-right-0 {
	margin-right: 0;
}

.margin-top-0 {
	margin-top: 0;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.lsf-content {
    background-color: white;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
/*  overflow: hidden; */
    z-index: 0;
    overflow-y: auto;
    overflow-x: auto;
/*  padding-left: 6px; */
/*  padding-top: 3px; */
    padding: 2px;
}
.lsf-item .lsf-contextmenu_icon .mb-menu {
	display: none;
}
.lsf-item {
	position: relative;
}
.lsf-item .lsf-contextmenu_icon {
	position: absolute;
	display: none;
	z-index: 20;
	right: 4px;
	top: 4px;
}
.lsf-item:hover .lsf-contextmenu_icon {
	display: block;	
}
.lsf-contextmenu_icon.tree_lsfci_expanded {
	display: block !important;
}
/* увеличим ширину пунктов списков (кардлистов).*/
.dd-val, .dd-name {
    max-width: 220px;
}

.dd-val {
    max-width: 800px;
}

.textAlignRight{
    text-align: right;
}

/* исправление размера шрифта из css.css */
/* TODO Если css.css уйдёт, возможно объединить с другими селекторами */
td,input,th, .dialog td  {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px;
}

/* Панель навигатора */
.left_side {
	display: none;
}

/* Область основного содержимого */
.right_side {
	left: 0;
}

/* Стили для контекстного меню */

.main_table .lsf-contextmenu_icon {
    display: none;
    position: absolute;
    right: 3px;
    top: 1px;
    cursor: pointer;
    overflow: visible;
    z-index: 2;
}

/* Ховер таблиц */
/*
.main_table:not(.no-hover) tr:hover td,
.main_table:not(.no-hover) .ui-sortable-helper td
{
	background-color: #dfecff;
	border: 1px 0 solid #dfecff;
	border-bottom-color: #c3c2c3;
}
*/
.main_table .mt-hovered,
.main_table .mt-hovered td,
.main_table .mt-even.mt-hovered td
{
	background-color: #dfecff;
	/*border: 1px 0 solid #dfecff;
	border-bottom-color: #c3c2c3;*/
}

/*
tbody:nth-child(odd) {
  background: #CCC;
}

.main_table tbody:hover td[rowspan], tr:hover td {
   background: red; 
}*/

/*переписываем 1.css*/
/*.doc_section .main_table tr:last-child td{
    border-bottom: 1px solid #c3c2c3;
}*/

body .main_table .mt-selected td,
body .main_table .mt-selected:hover td {
	background-color: #DFECFF;
}
body .main_table .mt-selected.mt-selected_first td,
body .main_table .mt-selected.mt-selected_first:hover td {
/*
	border-top: 2px solid #FBA466;
	padding-top: 4px;
*/
}

.advlist-form-table-field td,
.main_table.advlist-form-table-field tr:hover td {
	border-top: 1px solid white;
	border-bottom: 0 none;
	border-left: 1px solid #B1B3B5;
	border-right: 0 none;
	background: #fff;
}
.advlist-form-table-field .mtsc-fakerow_selected td,
.main_table.advlist-form-table-field .mtsc-fakerow_selected:hover td  {
	border-left: 1px solid #fff;
	background: rgb(216,231,216);
}
.main_table th {
	position: relative;
}
.main_table th .blocked-icon {
	margin: 0 0 0 5px;
	border: 0 none;
	vertical-align: middle;
}	

.doc_section .main_table.bordered tr:last-child td {
	border: 1px dotted #7A7C7F;
}
.doc_section .main_table.bordered tr:first-child th {
	border-top: 0 none;
}
.main_table.bordered {
	border-collapse: collapse;
}
.main_table.bordered td {
	border: 1px dotted #7A7C7F;
}
.main_table.bordered th {
	border: 1px solid #7A7C7F;
}

/* подправим стили drop-down (контекстного) меню */
.mb-menu {
	width: auto;
}
.mbm-item {
	white-space: nowrap;
}

.lsf_context_current {
    display:block;
}
.lsf-contextmenu_icon .mb-menu {
    top: 13px;
}

/* класс для .lsf-contextmenu_icon открытого в таблицах drop-down menu */
.lsf-contextmenu_icon_active {
    display:block !important;
}

/* запрет выделения текста в контекстном меню */
.lsf-contextmenu_icon, .mbm-item {
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.mt-can_sort_asc,
.mt-can_sort.asc {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding-left: 13px;
    position: relative;
}

.mt-can_sort_asc .mt-can_sort_icon,
.mt-can_sort.asc .mt-can_sort_icon {
    left: 1px;
    position: absolute;
    top: 3px;
    background-position: -9px 0;
}
.mt-can_sort.asc:hover .mt-can_sort_icon {
    background-position: -9px -7px;	
}

.mh-small_text .mt-can_sort_asc,
 .tlg-right .mt-can_sort_asc,
 .mh-small_text .mt-can_sort.asc,
 .tlg-right .mt-can_sort.asc {
    color: #7D7C81;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.mh-small_text .mt-can_sort_asc:hover,
 .tlg-right .mt-can_sort_asc:hover,
 .mh-small_text .mt-can_sort.asc:hover,
 .tlg-right .mt-can_sort.asc:hover {
    color: #F84E00;
}

.tlic-progress .tlih-bar {
    background: none repeat scroll 0 0 #E6E7E9;
}

.tli-head {
    background: -moz-linear-gradient(center top , #F8F8F8 0%, #E0E1E3 100%) repeat scroll 0 0 transparent;
}

/**
 * Заголовок объекта
 */
.main_header {
	background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_header + .doc_section,
.main_header + .tab-buttons {
	margin-top: 20px;
}

.doc_content .main_header {
    margin-right: 106px;
}

.rs-scroll_content {
    position: relative;
}

.docv-item th {
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

.docv-item td {
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

.dvil-cbebfb {
    background: rgb(225, 243, 252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(225, 243, 252, 1) 0%, rgba(131, 208, 245, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 243, 252, 1) ), color-stop(100%, rgba(131, 208, 245, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(225, 243, 252, 1) 0%, rgba(131, 208, 245, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(225, 243, 252, 1) 0%, rgba(131, 208, 245, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(225, 243, 252, 1) 0%, rgba(131, 208, 245, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(225, 243, 252, 1) 0%, rgba(131, 208, 245, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f3fc', endColorstr='#83d0f5',GradientType=0 ); /* IE6-9 */
}

.dvil-cee9cc {
    background: rgb(229, 240, 222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 240, 222, 1) 0%, rgba(168, 215, 139, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 240, 222, 1) ), color-stop(100%, rgba(168, 215, 139, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 240, 222, 1) 0%, rgba(168, 215, 139, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 240, 222, 1) 0%, rgba(168, 215, 139, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 240, 222, 1) 0%, rgba(168, 215, 139, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(229, 240, 222, 1) 0%, rgba(168, 215, 139, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#e5f0de', endColorstr = '#a8d78b', GradientType = 0 ); /* IE6-9 */
}

.dvil-00c081 {
    background: rgb(220, 242, 235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(220, 242, 235, 1) 0%, rgba(139, 225, 197, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 242, 235, 1) ), color-stop(100%, rgba(139, 225, 197, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(220, 242, 235, 1) 0%, rgba(139, 225, 197, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(220, 242, 235, 1) 0%, rgba(139, 225, 197, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(220, 242, 235, 1) 0%, rgba(139, 225, 197, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(220, 242, 235, 1) 0%, rgba(139, 225, 197, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#dcf2eb', endColorstr = '#8be1c5', GradientType = 0 ); /* IE6-9 */
}

.dvil-da3b25 {
    background: rgb(245, 227, 225); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 227, 225, 1) 0%, rgba(220, 150, 149, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 227, 225, 1) ), color-stop(100%, rgba(220, 150, 149, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 227, 225, 1) 0%, rgba(220, 150, 149, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 227, 225, 1) 0%, rgba(220, 150, 149, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 227, 225, 1) 0%, rgba(220, 150, 149, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(245, 227, 225, 1) 0%, rgba(220, 150, 149, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#f5e3e1', endColorstr = '#dc9695', GradientType = 0 ); /* IE6-9 */
}

.dvil-474488 {
    background: rgb(228, 228, 236); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228, 228, 236, 1) 0%, rgba(166, 164, 197, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(228, 228, 236, 1) ), color-stop(100%, rgba(166, 164, 197, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228, 228, 236, 1) 0%, rgba(166, 164, 197, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228, 228, 236, 1) 0%, rgba(166, 164, 197, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228, 228, 236, 1) 0%, rgba(166, 164, 197, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(228, 228, 236, 1) 0%, rgba(166, 164, 197, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#e4e4ec', endColorstr = '#a6a4c5', GradientType = 0 ); /* IE6-9 */
}

.dvil-e4ae0f {
    background: rgb(251, 245, 227); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(251, 245, 227, 1) 0%, rgba(241, 215, 139, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 245, 227, 1) ), color-stop(100%, rgba(241, 215, 139, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(251, 245, 227, 1) 0%, rgba(241, 215, 139, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(251, 245, 227, 1) 0%, rgba(241, 215, 139, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(251, 245, 227, 1) 0%, rgba(241, 215, 139, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(251, 245, 227, 1) 0%, rgba(241, 215, 139, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#fbf5e3', endColorstr = '#f1d78b', GradientType = 0 ); /* IE6-9 */
}

.dvil-ff7701 {
    background: rgb(255, 239, 225); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 239, 225, 1) 0%, rgba(255, 189, 132, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 239, 225, 1) ), color-stop(100%, rgba(255, 189, 132, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 239, 225, 1) 0%, rgba(255, 189, 132, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 239, 225, 1) 0%, rgba(255, 189, 132, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 239, 225, 1) 0%, rgba(255, 189, 132, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(255, 239, 225, 1) 0%, rgba(255, 189, 132, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#ffefe1', endColorstr = '#ffbd84', GradientType = 0 ); /* IE6-9 */
}

.dvil-9b499a {
    background: rgb(242, 234, 242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242, 234, 242, 1) 0%, rgba(206, 167, 205, 1) 100% ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 234, 242, 1) ), color-stop(100%, rgba(206, 167, 205, 1) ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242, 234, 242, 1) 0%, rgba(206, 167, 205, 1) 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242, 234, 242, 1) 0%, rgba(206, 167, 205, 1) 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242, 234, 242, 1) 0%, rgba(206, 167, 205, 1) 100% ); /* IE10+ */
    background: linear-gradient(top, rgba(242, 234, 242, 1) 0%, rgba(206, 167, 205, 1) 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient (   startColorstr = '#f2eaf2', endColorstr = '#cea7cd', GradientType = 0 ); /* IE6-9 */
}



.dsh-expand {
	background-image: url($gpms/images/css/icon/25.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
.docm-ul a:hover {
	text-shadow: 0 0 2px #fff;
}

.dvil-3088bb,
.docm_3088bb:hover {
    background: #3088bb; /* Old browsers */	
    background: -moz-linear-gradient(top, #ffffff, #3088bb ); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #3088bb ) ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #3088bb 100% ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #3088bb 100% ); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #3088bb 100% ); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #3088bb 100% ); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3088bb',GradientType=0 ); /* IE6-9 */
}
.dsh_expanded .dsh_3088bb .dsh-expand {
	background-position: 0 0 !important;
}
.dsh_3088bb .dsh-expand {
	background-position: -18px 0 !important;
}

.dvil-b45814,
.docm_b45814:hover {
    background: #b45814; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #b45814 ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #b45814 ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #b45814 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #b45814 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #b45814 100% );
	background: linear-gradient(top, #ffffff 0%, #b45814 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b45814',GradientType=0 );
}
.dsh_expanded .dsh_b45814 .dsh-expand {
	background-position: 0 -18px !important;
}
.dsh_b45814 .dsh-expand {
	background-position: -18px -18px !important;
}

.dvil-41993f,
.docm_41993f:hover {
    background: #41993f; /* Old browsers */	
    background: -moz-linear-gradient(top, #ffffff, #41993f ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #41993f ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #41993f 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #41993f 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #41993f 100% );
	background: linear-gradient(top, #ffffff 0%, #41993f 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#41993f',GradientType=0 );	
}
.dsh_expanded .dsh_41993f .dsh-expand {
	background-position: 0 -36px !important;
}
.dsh_41993f .dsh-expand {
	background-position: -18px -36px !important;
}

.dvil-3f3c7c,
.docm_3f3c7c:hover {
    background: #3f3c7c; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #3f3c7c ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #3f3c7c ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #3f3c7c 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #3f3c7c 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #3f3c7c 100% );
	background: linear-gradient(top, #ffffff 0%, #3f3c7c 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3f3c7c',GradientType=0 );
}
.dsh_expanded .dsh_3f3c7c .dsh-expand {
	background-position: 0 -54px !important;
}
.dsh_3f3c7c .dsh-expand {
	background-position: -18px -54px !important;
}


.dvil-c03420,
.docm_c03420:hover {
    background: #c03420; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #c03420 ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #c03420 ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #c03420 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #c03420 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #c03420 100% );
	background: linear-gradient(top, #ffffff 0%, #c03420 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c03420',GradientType=0 );
}
.dsh_expanded .dsh_c03420 .dsh-expand {
	background-position: 0 -72px !important;
}
.dsh_c03420 .dsh-expand {
	background-position: -18px -72px !important;
}

.dvil-a98316,
.docm_a98316:hover {
    background: #a98316; /* Old browsers */	
    background: -moz-linear-gradient(top, #ffffff, #a98316 ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #a98316 ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #a98316 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #a98316 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #a98316 100% );
	background: linear-gradient(top, #ffffff 0%, #a98316 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a98316',GradientType=0 );	
}
.dsh_expanded .dsh_a98316 .dsh-expand {
	background-position: 0 -90px !important;
}
.dsh_a98316 .dsh-expand {
	background-position: -18px -90px !important;
}

.dvil-883e88,
.docm_883e88:hover {
    background: #883e88; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #883e88 ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #883e88 ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #883e88 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #883e88 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #883e88 100% );
	background: linear-gradient(top, #ffffff 0%, #883e88 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#883e88',GradientType=0 );
}
.dsh_expanded .dsh_883e88 .dsh-expand {
	background-position: 0 -108px !important;
}
.dsh_883e88 .dsh-expand {
	background-position: -18px -108px !important;
}

.dvil-29a070,
.docm_29a070:hover {
    background: #29a070; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #29a070 ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #29a070 ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #29a070 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #29a070 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #29a070 100% );
	background: linear-gradient(top, #ffffff 0%, #29a070 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#29a070',GradientType=0 );
}
.dsh_expanded .dsh_29a070 .dsh-expand {
	background-position: 0 -126px !important;
}
.dsh_29a070 .dsh-expand {
	background-position: -18px -126px !important;
}

.dvil-4f7d7d,
.docm_4f7d7d:hover {
    background: #4f7d7d; /* Old browsers */		
    background: -moz-linear-gradient(top, #ffffff, #4f7d7d ); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff ), color-stop(100%, #4f7d7d ) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #4f7d7d 100% );
	background: -o-linear-gradient(top, #ffffff 0%, #4f7d7d 100% );
	background: -ms-linear-gradient(top, #ffffff 0%, #4f7d7d 100% );
	background: linear-gradient(top, #ffffff 0%, #4f7d7d 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4f7d7d',GradientType=0 );
}
.dsh_expanded .dsh_4f7d7d .dsh-expand {
	background-position: -144px 0 !important;
}
.dsh_4f7d7d .dsh-expand {
	background-position: -144px -18px !important;
}


.container_right {
    float: right;
    padding-right: 8px;
}

.container_right .mb-menu {
    right: 0;
    left: auto;
}

/* пусть будет видимо по умолчанию */
.doc_menu {
	display:block;
	width: auto;
}
.doc_menu .docm-ul {
	display: block;	
	overflow: hidden;
	height: 0;
}
.doc_menu.opened .docm-ul {
	height: auto;	
}
.docm-title {
	padding: 5px 11px;
}
.docm-expand {
	background: none;
	position: relative;
}

/*Основной фон кнопки выпадающего меню*/
/*по умолчанию*/
.docm-expand-bg {
	background: url($gpms/images/css/docm_expand_h_sprite.png) 0 0 repeat-x;
	position: absolute;
	left: 3px;
	top: 0;
	right: 0;
	bottom: 0;
	height: 12px;
	z-index: 1;	
}

/*инвертирован*/
.doc_menu.opened .docm-expand-bg {
	background-position: 0 -12px;
}

/*при наведении*/
.doc_menu .docm-expand:hover .docm-expand-bg {
	background-position: 0 -24px;	
}

/*при наведении и инвертирован*/
.doc_menu.opened .docm-expand:hover .docm-expand-bg {
	background-position: 0 -36px;	
}

/*Левые уголки кнопки выпадающего меню*/
/*по умолчанию*/
.docm-expand-left-corners {
	background: url($gpms/images/css/docm_expand_sprite.png) 0 0 no-repeat;
	width: 3px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
/*инвертированы*/
.doc_menu.opened .docm-expand-left-corners {
	background-position: -3px 0;
}
/*при наведении*/
.doc_menu .docm-expand:hover .docm-expand-left-corners {
	background-position: -6px 0;
}
/*при наведении и инвертированы*/
.doc_menu.opened .docm-expand:hover .docm-expand-left-corners {
	background-position: -9px 0;
}

/*Иконка кнопки выпадающего меню*/
.docm-expand-icon {
	background: url($gpms/images/css/docm_expand_sprite.png) 0 -12px no-repeat;	
	width: 12px;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 2px;
	z-index: 3;
}
/*перевернута*/
.doc_menu.opened .docm-expand-icon {
	background-position: 0 -20px;	
}

/* видимость определяет inline style */
.doc_versions{
	display:block;
}

/* для карточки задачи */
.docm-no_title {
  /*  width: auto; */ /* TODO что же делать, как отрубить width ? */
}

/* кнопка сворачивания оглавления страницы */
.docm-expand-inverse{
	background-image:url('$gpms/images/css/docm_expand_inverse.png');
	display:none; /* по умолчанию скрыта */
}

/* Разынй фон для эл-тов компонента перехода по блокам карточки документа */
.docm-ul a.docm_f6f6f6:hover {
	background: rgb(246,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(223,224,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(223,224,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(223,224,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(223,224,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(223,224,225,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(223,224,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dfe0e1',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_cbebfb:hover {
	background: #cbebfb;
	background: -moz-linear-gradient(top,  rgba(238,248,253,1) 0%, rgba(180,226,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,248,253,1)), color-stop(100%,rgba(180,226,249,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,248,253,1) 0%,rgba(180,226,249,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,248,253,1) 0%,rgba(180,226,249,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,248,253,1) 0%,rgba(180,226,249,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,248,253,1) 0%,rgba(180,226,249,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef8fd', endColorstr='#b4e2f9',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_cee9cc:hover {
	background: #daeece;
	background: -moz-linear-gradient(top,  rgba(243,249,239,1) 0%, rgba(202,231,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,249,239,1)), color-stop(100%,rgba(202,231,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,249,239,1) 0%,rgba(202,231,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,249,239,1) 0%,rgba(202,231,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,249,239,1) 0%,rgba(202,231,184,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(243,249,239,1) 0%,rgba(202,231,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ef', endColorstr='#cae7b8',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_00c081:hover {
	background: rgb(238,250,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,250,246,1) 0%, rgba(180,236,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,250,246,1)), color-stop(100%,rgba(180,236,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,250,246,1) 0%,rgba(180,236,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,250,246,1) 0%,rgba(180,236,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,250,246,1) 0%,rgba(180,236,218,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(238,250,246,1) 0%,rgba(180,236,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eefaf6', endColorstr='#b4ecda',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_da3b25:hover {
	background: rgb(252,242,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,242,240,1) 0%, rgba(244,197,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,242,240,1)), color-stop(100%,rgba(244,197,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,242,240,1) 0%,rgba(244,197,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,242,240,1) 0%,rgba(244,197,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,242,240,1) 0%,rgba(244,197,191,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,242,240,1) 0%,rgba(244,197,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf2f0', endColorstr='#f4c5bf',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_474488:hover {
	background: rgb(242,242,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,247,1) 0%, rgba(201,200,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,247,1)), color-stop(100%,rgba(201,200,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,247,1) 0%,rgba(201,200,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,247,1) 0%,rgba(201,200,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,247,1) 0%,rgba(201,200,220,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(242,242,247,1) 0%,rgba(201,200,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f7', endColorstr='#c9c8dc',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_ff7701:hover {
	background: rgb(255,246,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,246,238,1) 0%, rgba(255,215,180,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,246,238,1)), color-stop(100%,rgba(255,215,180,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,246,238,1) 0%,rgba(255,215,180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,246,238,1) 0%,rgba(255,215,180,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,246,238,1) 0%,rgba(255,215,180,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,246,238,1) 0%,rgba(255,215,180,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6ee', endColorstr='#ffd7b4',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_e4ae0f:hover {
	background: rgb(253,249,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,249,239,1) 0%, rgba(247,231,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,249,239,1)), color-stop(100%,rgba(247,231,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,249,239,1) 0%,rgba(247,231,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,249,239,1) 0%,rgba(247,231,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,249,239,1) 0%,rgba(247,231,184,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(253,249,239,1) 0%,rgba(247,231,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf9ef', endColorstr='#f7e7b8',GradientType=0 ); /* IE6-9 */
}

.docm-ul a.docm_9b499a:hover {
	background: rgb(248,243,248); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(248,243,248,1) 0%, rgba(225,201,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,243,248,1)), color-stop(100%,rgba(225,201,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(248,243,248,1) 0%,rgba(225,201,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(248,243,248,1) 0%,rgba(225,201,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(248,243,248,1) 0%,rgba(225,201,225,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(248,243,248,1) 0%,rgba(225,201,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f3f8', endColorstr='#e1c9e1',GradientType=0 ); /* IE6-9 */
}

/*
 * Развернутый узел в дереве ajax-advanced-pub-obj-tree.
 */
.lsf-expanded-tree > .lsf-state
{
    background-position: 0 -13px;
}


.lsf-state:hover
{
	background-position: 0 -26px;
}

.lsf-expanded-tree > .lsf-state:hover,
.lsf-expanded .lsf-state:hover
{
    background-position: 0 -39px;
}

.lsf-expanded-tree > .lsf-state_active
{
    background-position: 0 -65px;
}
/* /Развернутый узел в дереве ajax-advanced-pub-obj-tree. */

/*
 * Загрузка узла в дереве ajax-advanced-pub-obj-tree.
 */
.lsf-expanding > .lsf-state
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 21px;
    left: 4px;
    width: 16px;
    height: 16px;
}

.lsf-expanding > .lsf-state:hover
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 21px;
    left: 4px;
    width: 16px;
    height: 16px;
}

.lsf-expanding > .lsf-state_active
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 21px;
    left: 4px;
    width: 16px;
    height: 16px;
}
/* /Загрузка узла в дереве ajax-advanced-pub-obj-tree. */

/*
 * Загрузка узла в дереве dms-ajax-tree.
 */
.lsf-tree-expanding > .lsf-state
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 3px;
    left: -16px;
    width: 16px;
    height: 16px;
}

.lsf-tree-expanding > .lsf-state:hover
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 3px;
    left: -16px;
    width: 16px;
    height: 16px;
}

.lsf-tree-expanding > .lsf-state_active
{
    background: url('$guic/images/indicator.gif') no-repeat;
    background-position: 0 0;
    top: 3px;
    left: -16px;
    width: 16px;
    height: 16px;
}
/* /Загрузка узла в дереве dms-ajax-tree. */

/* Корректное отображение указателя на wi-progress-bar (0% и 100%) */
.tlic-progress {
    overflow: hidden;
}

/* сокрытие идущих подряд разделителей в выпадающем списке */
div.mbm-hr+div.mbm-hr{
	display:none;
}

/* 
 * элемент получения очередной страницы компонента
 * UIAjaxAdvancedPublishableObjectList
 */
.next-page {
    height: 1px;
}

.next-page-process {
    background: url('$gpms/images/progress.gif') no-repeat 0 0;
    height: 24px;
    cursor: default;
}

/*
 * Индикация загрузки фильтров.
 */
.load-filters-process {
    position: relative;
    left: 0;
    right: 0;
    margin: -7px -20px;
    padding: inherit;
    z-index: 50;
    background: url('$gpms/images/progress.gif') no-repeat center center transparent;
    background-color: #FFFFFF;
    opacity: 0.45;
    filter: alpha(opacity=45);
    display: none;
}

/* Иконки для dms-ajax-tree */
.dms-folder_icon {
	background: url($gpms/images/folder_closed.png) no-repeat;
}

.lsf-expanded > .dms-folder_icon {
	background-image: url($gpms/images/folder_open.png);
}

.dms-favorities_icon{
	background: url($gpms/images/favorites.gif);
}

.green-circle_icon{
	background: url($gpms/images/green_circle_16.gif);
}

.dms-organization_icon{
	background: url($gpms/images/organization.png);
}

.dms-division_icon {
	background: url($gpms/images/subdivision.png);
}

.dms-orgstruct_icon{
	background: url($gpms/images/default.gif) no-repeat;
	background-position: center;
}

/* блок наcтройки фильтров таблиц свёрнут по умочанию */
.tf-content{
	display:none;
}

.tf-count{
	padding-left: 6px;
}

/*
 * Дерево ajax-advanced-pub-obj-tree.
 */

/* checkbox в корневом элементе компонента */
.tree-root-checkbox {
    vertical-align: middle;
}

/* свернутый корневой узел */
.tcp-head .dsh-expand
{
    background-position: -19px 0;
}

/* развернутый корневой узел */
.tcp_expanded .dsh-expand
{
    background-position: 0 0;
}

/* содержимое дочернего узла дерева ajax-advanced-pub-obj-tree
   скрыто по умолчанию */
.tcp-head + .tcp-body
{
    display: none;
}

/* содержимое дочернего узла дерева ajax-advanced-pub-obj-tree
   в развернутом состоянии */
.tcp_expanded + .tcp-body
{
    display: block;
}
/* /Дерево ajax-advanced-pub-obj-tree */

/* fix класса tlibb-context:
   используется в UIDropDownMenu вида MenuButtonKind#SHORT.
   при верстке sitesoft не был учтен вариант нахождения UIDropDownMenu на панели
   инструментов в одиночестве */
.tlibb-context {
    position: relative;
    left: -37px;
    top: 0px;
}

.in_row_buttons .tlibb-context {
    margin-right: -37px;	
}
/* /fix класса tlibb-context */

/* выделение элемента в дереве DMSAjaxTree */
.lsf-item_selected .lsf-wrap .lsf-name {
	color: #FFFFFF; 
}

.lsf-item:hover {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.lsf-item_selected:hover {
    border-bottom: 2px solid;
    margin-bottom: -1px;
}
/* /выделение элемента в дереве DMSAjaxTree */

/* стили для отображени истории обработки документа, связанного с задачей
   (см. WIDocuments.list.xml) */

/* блок истории */
.wi_doc_history-content td {
	background-color: #FFFFFF;
	color: #000000;
}

.wi_doc_history-content th {
    height: 25px;
    padding-top: 5px;
}

.wi_doc_history-content .listHeader {
    background-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.wi_doc_history-content td.listHeader {
    color: #FFFFFF;
}

.wi_doc_history-content .section_header {
    margin-top: 7px;
}

/* элемент отображения/сокрытия истории */
.wi_doc_history-control {
    background: url("$gpms/images/css/icon/2.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    vertical-align: middle;
	height: 14px;
    width: 14px;
    margin-right: 5px;
}

/* элемент отображения/сокрытия истории в "развернутом" состоянии */
.wi_doc_history-control-expanded {
    background-position: 0 -13px;
}
/* /стили для отображени истории обработки документа, связанного с задачей */

/* стили для приоритета и состояния задачи */

.low-priority_icon {
    background: url($gpms/images/css/icon/priority_low.png) 0 0 no-repeat;
}

.hight-priority_icon {
    background: url($gpms/images/css/icon/priority_high.png);
}

.wi-state-active_icon {
    background: url($gpms/images/css/icon/make.png);
}

.wi-state-assistants_icon {
    background: url($gpms/images/css/icon/assistant_make_inwork.png);
}

.wi-state-control_icon {
	background: url($gpms/images/css/icon/control.png);
}

.wi-state-undertest_icon {
    background: url($gpms/images/css/icon/oncheck.png);
}

.wi-state-reaction_icon {
    background: url($gpms/images/css/icon/reaction.png);
}

.wi-state-new_icon {
    background: url($gpms/images/css/icon/new.png);
}

.wi-state-waitingsubworkitems_icon {
    background: url($gpms/images/css/icon/subtasks_wait.png);
}

.wi-state-completed_icon {
    background: url($gpms/images/css/icon/complete_success.png);
}

.wi-state-project_icon {
    background: url($gpms/images/css/icon/make_inwork.png);
}

.wi-to-secretary_icon{
    background: url($gpms/images/css/icon/clerk.png);
}

/* /стили для приоритета и состояния задач */

/* Тень блока кастом-фрейма */
.dsh_expanded::after {
	z-index: -1;
	display: none; /*Убираю до исправления бага в safari и yandex.browser*/
}

/* В оверлеях слишком большой размер. */ 
body.form{
	min-width:670px;
	background-color: #EFEFEF;
}

/*
	(L-15422) на формах всплывающих в оферлее и содержащих treecontainer
	сделаем, чтобы скроллинг показывался только, если необходим
	(прежнее значение scroll - показывать всегда)
*/
body.form div.treecontainer {
	overflow-y: auto;	
}

.lsf-contextmenu_icon:hover
{
	background-position: -17px -30px;
	cursor: pointer;
}
.icon_button2:hover
{
	background-position: 0 -25px;
	cursor: pointer;
}
.button.button_disabled:hover .button_before
{
	background-position: 100% -84px;
}
.button.button_disabled:hover .button_after
{
	background-position: 0 -84px;
}

.button:hover .button_before
{
	background-position: 100% -28px;
	cursor: pointer;
}
.button:hover .button_after
{
	background-position: 0 -28px;
}
.button_serv.button:hover .button_before
{
	background-position: 100% -137px;
}
.button_serv.button:hover .button_after
{
	background-position: 0 -137px;
}
.button:hover .mb-icon
{
	background-position: 0 -7px;
}

/* Для отображения пустых узлов дерева.*/
.lsf-name {	
	min-height: 1em;
}

.task_card_process {
	z-index: 10;
}
.lsf-bottom_menu .lsm-ul a {	
	text-shadow: 1px 1px 1px #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lsf-bottom_menu .lsm-ul a.cur {
	text-shadow: none;
}
.ebf-enter_button .button_inner {
	text-shadow: -1px -1px 1px #000;
}

.lsf-bottom_menu .lsm-ul a.cur {
	background: transparent;
}
.lsf-bottom_menu .lsm-ul .cur-li {
	background: url($gpms/images/css/buttons.png) 100% -363px; no-repeat;
}
.lsm-ul a:hover
{
	background: #697a89;
	background: rgba(255,173,121,0.14);
	/*border-top: 1px solid #647b90;
	border-bottom: 1px solid #647b90;
	border-color: rgba(255,255,255,0.14);
	padding-top: 4px;
	padding-bottom: 4px;*/
	color: #fff;
}

.lsf-bottom_menu a:hover
{
	background: #eaedee;
	color: #000;
}
.lsm-ul a.cur:hover
{
	background: url($gpms/images/css/buttons.png) 0 -288px no-repeat;
	margin-left: 6px;
	margin-right: 25px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 47px;
	margin-bottom: -3px;
	border:0 none;
	z-index: 4;
	cursor: default;
	color: #000000;
}
.lsf-bottom_menu .lsm-ul a.cur:hover
{
	background-position: 0 -363px;
	color: #FFFFFF !important;
}

.menu_button_expanded_no_dinamic:before,.menu_button_expanded_no_dinamic .button_before,
.menu_button_expanded:before,.menu_button_expanded .button_before
{
	background-position: 100% -322px !important;
}
.menu_button_expanded_no_dinamic:after,.menu_button_expanded_no_dinamic .button_after,
.menu_button_expanded:after,.menu_button_expanded .button_after
{
	background-position: 0 -322px !important;
}
.menu_button_expanded .mb-icon,
.menu_button_expanded_no_dinamic .mb-icon,
{
	background-position: 0 -14px !important;
}
.menu_button_expanded_no_dinamic .button_inner,
.menu_button_expanded .button_inner
{
	color: #fff !important;	
	text-shadow: -1px -1px 1px #000;
}
.menu_button_expanded_no_dinamic {
	z-index: 1000;	
}
.lsfci_active,
.lsfci_expanded,
.lsf-contextmenu_icon_active,
.tree_lsfci_expanded
{
	background-position: -17px -45px !important;
}

.section_header,
.sh-right,
.custom_frame_header,
#transitions_outer .listHeader,
#form_body #DivisionsList_outer .listHeader {
	/*background: #fff url($gpms/images/css/dsh2.png) bottom repeat-x;*/
	background: #405B78;	
}

.header-bg-none .section_header,
.header-bg-none .sh-right,
.header-bg-none .custom_frame_header,
.dark-header .header-bg-none .section_header,
.dark-header .header-bg-none .sh-right,
.dark-header .header-bg-none .custom_frame_header {
	background: none;	
	color: #000;
	text-shadow:none;
}

.section_header,
.custom_frame_header,
#transitions_outer .listHeader,
#form_body #DivisionsList_outer .listHeader {
	padding: 5px 20px 7px;
	position: relative;
	border-radius: 5px;
	/* для отображения длинных названий (>1 строки) */
	min-height: 20px;
	line-height: 20px;
	z-index: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;	
	cursor: default;
}
.section_header a:hover,
.custom_frame_header a:hover {
	color: #000;
	cursor: pointer;
}
.custom_frame_header a{
	color: black;
	text-decoration: none;
}
.sh-right {
	height: 40px;
	display: none;
	position: absolute;
	background-position: 0 0;
	left: -32px;
	width: 32px;
	top: 0;
}
.dsh_expanded .section_header.dsh_expanded {
	box-shadow: none;
}
.dsh_expanded .section_header.dsh_expanded::after,
.dsh_expanded .custom_frame_header.cfh_expanded::after {
	display: none;	
}
.main_table_container.doc_section {
	width: auto !important;
}
.main_table_container.doc_section .mt-wrap,
.custom_frame.doc_section .mt-wrap,
.no-mt-wrap-top-margin.doc_section .mt-wrap {
	margin: 0;
}
.main_table_container.doc_section.margin-content .mt-wrap,
.custom_frame.doc_section.margin-content .mt-wrap {
	margin: 15px 0 0;
}
.padding-bottom-15px {	
	padding-bottom: 15px;
}
.padding-top-15px {
	padding-top: 15px;	
}
.padding-left-15px {	
	padding-bottom: 15px;
}
.section_header .cfh-expand,
.custom_frame_header .cfh-expand {
	position: absolute;
	left: 13px;
	top: 8px;
	z-index: 1;	
	vertical-align: middle;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url($gpms/images/css/icon/25.png) -18px 0 no-repeat;
}

.custom_frame_content {
	position: relative;
	z-index: 2;
/* Пока не актуально.Также, влияет на фон фильтров таблиц.*/
/*	background: white; */
}
.cfh-right {
	height: 40px;
	display: none;
	position: absolute;
	background-position: 0 0;
	left: -32px;
	width: 32px;
	top: 0;	
}
.padding-content {
	padding-top: 5px;
	padding-bottom: 5px;
}
.main_table_container .list-buttons,
.doc_section .list-buttons,
.custom_frame_buttons,
.doc_section .buttons {
	margin-left: 0;	
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}
tr:first-child .main_table_container.doc_properties {
	margin-top: 0;
}
.tab-buttons .button,
.main_table_container .list-buttons .button,
.doc_section .list-buttons .button,
.doc_section .list-buttons a,
.doc_section .buttons .button,
.doc_section .buttons a,
.custom_frame_buttons .button {
	margin: 0 4px 5px 0;
}
.list-buttons .dsb-label {	
	padding-top: 20px;
	padding-right: 10px;
}
.doc_section .list-buttons a,
.doc_section .buttons a {
	/*кроссбраузерный inline-block*/
	/* *display: inline;
	display: inline; */
	zoom: 1;
	/*----------------------------*/
	line-height: 28px;
	height: 28px;
}	
.doc_section .list-buttons .button a {
	margin: 0;	
}
.list-buttons a {
	color: #24549D;
    cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #24549d;
}
.doc_section {
	overflow: hidden;
}
.doc_section .main_table {
	border-top: 1px solid #B1B2B3;
}
.doc_section div:first-child + div .main_table,
.doc_section div:first-child .main_table {
	border-top: 0 none;
}

#reportCaption_root .section_header,
#documentSearchContainer .section_header {		
	box-shadow: 0 0px 6px rgba(147, 148, 150, 0.8);
	margin: 0 0 7px;
}

.contentprintform,
.printform {
	display: block;
	min-width: 800px;
	min-height: 300px;
	padding: 10px 0 !important;
}
.wlm-title-print {
	width: auto;
}


.contentprintform .section_header,  
.printform .custom_frame_header,
.contentprintform .custom_frame_header, 
.printform .section_header {
	position: relative;
	padding: 0 0 8px;
	height: 18px;
	margin: 0;
	line-height: 18px;
	background: none;
	font-size: 16px;
	font-weight: bold;
}
.doc_section {
	overflow: visible;
}

/* Форма выбора папки. */
.search_folder_window
{
	width: 500px;
	height: 450px;
	color: #353535;
}

.search_folder_window .ls-folders
{
    top: 48px;
    bottom: 75px;
}

.sfw-bottom
{
    bottom: 50px;
}

.search_folder_window .tb-search
{
	position: inherit;
	margin: 10px 30px;
}

.sfw-clear
{
    right: 30px;
    top: 19px;
}

.lsf-root .lsf-folder_icon:before {
	height: 0px;
}

.reload_tree {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 50;
	background: url('$gpms/images/progress.gif') no-repeat center center transparent;
	background-color: #FFFFFF;
	opacity: 0.45;
    filter: alpha(opacity=45);
}

.lsf-item_search_selected,
.lsf-item_search_selected:hover {
    background-color: #36648B;  
    border-bottom: 2px solid #104E8B;
    border-top: 2px solid #4F94CD;
    color: #FFFFFF;
    margin-bottom: -1px;
}

.lsf-item_search_selected .lsf-wrap {
    padding-bottom: 2px;
    padding-top: 1px;
}

.lsf-item_search_selected .lsf-folder_icon {
    top: 1px;
}

.lsf-item_search_selected .lsf-state {
    top: 2px;
}
/* /Форма выбора папки. */

.docv-item .dvi-content {
	padding-bottom: 14px;
	z-index: auto;
}
.docv-item .dvi-labels {
	position: absolute;
	right: 5px;
}
.docv-item .lsf-contextmenu_icon {
	left: 5px;
	right: auto;
}
.docv-item .lsf-contextmenu_icon.lsfci_expanded {
	display: block;
}

.attachments-list-wrapper {
	padding: 0;
}
.attachments-list-wrapper li {
	line-height: 16px;
	padding: 2px 0 2px;
}
.attachments-list-wrapper a {
	text-decoration: none !important;
	cursor: pointer;
	display: inline;
}
.attachments-list-wrapper a .title {
	display: inline;
	vertical-align: top;
}
.attachments-list-wrapper a:hover {
	overflow: visible;
}
.attachments-list-wrapper .icon {
	width: 16px;
	height: 16px;
	vertical-align: top;
}

/* Класс, задающий иконку кнопки массовых операций. 
Совместно с lsf-folder_icon и ib-icon*/
.mass-operation_icon{
	background-image:url($gpms/images/checked.png);
}

.button_disabled .mass-operation_icon{
	background-image: url($gpms/images/checked_off.png);
}
.button_loader_16x16 {
	width: 16px;
	height: 16px;
	margin-right: 2px;
	padding-bottom: 2px;
}

.dialog_window_title {
/*
	background: #eee;
	text-shadow: 1px 1px 1px #fff;
	color: #333;
	border-bottom: 1px solid #999;
	background: -webkit-linear-gradient(top, #eee, #e9e9e9);
	box-shadow: 0 0 2px #ccc;
	min-height: 18px;
*/
	font-size: 15px;
	background: none repeat scroll 0 0 #405B78;
	box-shadow: 0 0 3px #000;
	border: 0;
	padding: 6px;
	color: #fff;
	position: relative;
}
.dialog_window_close {
	top: 12px;
	right: 12px;
	position: absolute;
}
.dialog_window_content {
	/*padding: 10px;*/
    padding-top: 10px;
    padding-left: 5px;
	background: #EFEFEF;
}

.minWidth300px{
	min-width: 300px;
}/* check-permission.css*/
table#message{
	width:auto !important;
	min-width:300px;
}
.dms-textfield-label {
	margin: 0 5px 0 0;
	font-weight: bold;
}
.dms-textfield-label:after {
	content: ":"
}
.dms-button,
.dms-button * {
	cursor: pointer;
}
.dms-button.button_disabled,
.dms-button.button_disabled * {
	cursor: default;
}

.w49percent {
	width: 49%;
}
.tlic-events.w49percent {
	width: 49%;
	min-width: 210px;	
}
.tlic-wrap {
	max-width: none;
}
.tlic-descr-margin {
	float: left;
	width: 56px;
	height: 110px;
}
.tl-item_compact .tli-body {
	padding-left: 0px;	
}

.task_list_wrap_indent .task_list {
	margin-right: 246px;
}

.reports-tree-ico1{
	background: url($gpms/images/report_tree.png) no-repeat;
}

.reports-tree-ico2{
	background: url($gpms/images/green_folder_closed.png) no-repeat;
}

.person-cab-ico{
	background: url($gpms/images/black_personal_cab.png) no-repeat;
}

.boss-ico{
	background: url($gpms/images/boss.png) no-repeat;
}

.personal-ico{
	background: url($gpms/images/css/icon/personal.png) no-repeat;
}

.task-ico{
	background: url($gpms/images/task.png) no-repeat;
}

.task-in-ico{
	background: url($gpms/images/task_in.png) no-repeat;
}

.task-out-ico{
	background: url($gpms/images/task_out.png) no-repeat;
}

.deputy-ico{
	background: url($gpms/images/css/icon/deputy.png) no-repeat;
}

.black-storage-ico{
	background: url($gpms/images/black_storage.png) no-repeat;
}

.black-reports-ico{
	background: url($gpms/images/black_reports.png) no-repeat;
}

.mt-context_icon {
    background-image: url("$gpms/images/css/icon/table_edit.png");
}

.wi-document-content-wrapper,
.wi-document-files-wrapper {
	*display: inline;
	display: inline-block;
	zoom: 1;
	margin: 0 0 0 10px;
	vertical-align: top;
}
.wi-document-content-wrapper.active {
	display: block;
}
.wi-document-content {
	background: #fff;
	color: #000;
	padding: 10px;
}
.hide-wi-document-content {	
	margin: 10px 0 10px;
}
.wi-document-files-wrapper .wi-document-files,
.wi-document-files-wrapper.active .show-wi-document-files,
.wi-document-files-wrapper .hide-wi-document-files,
.wi-document-content-wrapper .wi-document-content,
.wi-document-content-wrapper.active .show-wi-document-content,
.wi-document-content-wrapper .hide-wi-document-content {
	display: none;
}
.wi-document-files-wrapper.active .wi-document-files,
.wi-document-content-wrapper.active .wi-document-content {
	display: block;
}

.wi-document-files-wrapper .show-wi-document-files,
.wi-document-files-wrapper.active .hide-wi-document-files,
.wi-document-content-wrapper.active .hide-wi-document-content,
.wi-document-content-wrapper .show-wi-document-content {
	*display: inline;
	display: inline-block;
	zoom: 1;
}
.wi-document-files a {
	color: #fff;	
	text-decoration: none;
}
.wi-document-files a:hover {
	color: #fff;	
	text-decoration: underline;
}
.wi-document-files img {
	margin: 0 5px 0 0;
}
.tl-item_compact .tlib-document {
	margin-left: 45px;	
}
/*убираем чёрточку слева от корня дерева*/
.lsf-content > .ul > .li > .lsf-item .lsf-wrap .lsf-folder_icon:before{
	background: none;
}
.tl-item_detailed .tlib-bottom {
	z-index: 5;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
* {
    outline: 0 none;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-move {
    cursor: move;
}
.dms-filter {
    background:  #D8E7D8;
    padding: 7px 20px 11px;
}
.dms-filter-item-group-tabs {
    margin: 10px 0 0;
}

.dms-filter .save-button,
.dms-filter .delete-button {
    float: right;
    margin: 0 0 0 10px;
    display: none;
}

.dms-filter .save-button,
.dms-filter.filter-unsaved .delete-button,
.dms-filter.filter-empty .delete-button {
    border: 1px solid #d3d3d3;
    background: #E6E6E6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
    cursor: default;
}

.dms-filter .save-button .ui-button-text,
.dms-filter.filter-unsaved .delete-button .ui-button-text,
.dms-filter.filter-empty .delete-button .ui-button-text {
    font-weight: normal;
    color: #555;
}
.dms-filter .save-button .ui-icon,
.dms-filter.filter-unsaved .delete-button .ui-icon,
.dms-filter.filter-empty .delete-button  .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png);
}

.dms-filter.filter-unsaved .save-button,
.dms-filter .delete-button {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: pointer;
}
.dms-filter.filter-opened .save-button,
.dms-filter.filter-opened .delete-button {
    display: block;
}
.dms-filter .delete-area,
.dms-filter .save-area {
    position: absolute;
    width: 50%;
    height: 68px;
    display: none;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.dms-filter .delete-area .icon,
.dms-filter .save-area .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
}
.dms-filter .delete-area {
    right: 0;
}
.dms-filter .save-area {
    left: 0;
}
.dms-filter.item-dragging .delete-area,
.dms-filter.items-set-dragging .delete-area {
    background: #faa;
    display: block;
}
.dms-filter.item-dragging .save-area {
    background: #afa;
    display: block;
}
.dms-filter.items-set-dragging .delete-area {
    width: 100%;
}
.dms-filter.item-dragging .delete-area.drag-hover,
.dms-filter.items-set-dragging .delete-area.drag-hover,
.dms-filter.item-dragging .save-area.drag-hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.dms-filter.filter-empty {
    background-color: #e3eaed;
}
.dms-filter.filter-empty.filter-unsaved,
.dms-filter.filter-unsaved{
    background-color: #ECD5C5;
}
.dms-filter .ui-tabs {
    font-size: 11px;
}

.switch-show-button,
.clear-filter-button,
.margin-left-20 {
    margin-left: 20px !important;
}

.empty-status,
.dms-filter .visible-when-opened,
.dms-filter .visible-when-opened.inline-block,
.dms-filter.filter-opened .hide-when-opened,
.dms-filter.filter-opened .hide-when-opened.inline-block,
.dms-filter .visible-when-empty {
    display: none;
}
.dms-filter.filter-empty .hide-when-empty {
    display: none;
}

.dms-filter.filter-opened .visible-when-opened,
.dms-filter .hide-when-opened,
.dms-filter.filter-empty .visible-when-empty,
.dms-filter.filter-opened.filter-empty .empty-status {
    display: block;
}

.dms-filter.filter-opened .visible-when-opened.inline-block,
.dms-filter .hide-when-opened.inline-block {
    /*display: inline; zoom: 1;*/
    display: inline-block;
}
.dms-filter-content,
.dms-filter-header,
.dms-filter-footer,
.empty-status {
    width: 700px;
}
.dms-filter-header {
    position: relative;
}
.dms-filter-content {
    margin: 10px 0 0;
}

.dms-filter-item {
    display: block;
    position: relative;
    /*Если назначить этому элементу z-index - будут проблемы с тем,
    что элемент в группе расположеной ранее второго элемента
    при драге будет залазить под него*/
}
.dms-filter-item.ui-draggable-dragging {
    z-index: 20;
}
.dms-filter-item.ui-draggable-dragging .filter-items-container{
    background: transparent !important;
}
.dms-filter-item-inner-wrapper {
    display: block;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    /*Если назначить этому элементу z-index - будут проблемы с тем,
     что элемент в группе расположеной ранее второго элемента
     при драге будет залазить под него*/
}
.dms-filter-item-group > .dms-filter-item-inner-wrapper {
    background: #f8f8f8;
}
.dms-filter-item-group .dms-filter-item-group > .dms-filter-item-inner-wrapper {
    background: #efefef;
}
.dms-filter-item-group .dms-filter-item-group .dms-filter-item-group > .dms-filter-item-inner-wrapper {
    background: #e8e8e8;
}
.dms-filter-item-group .dms-filter-item-group .dms-filter-item-group .dms-filter-item-group > .dms-filter-item-inner-wrapper {
    background: #dfdfdf;
}
.dms-filter-item-group .dms-filter-item-group .dms-filter-item-group .dms-filter-item-group .dms-filter-item-group > .dms-filter-item-inner-wrapper {
    background: #d8d8d8;
}

.dms-filter-item-remove,
.dms-filter-item-drag {
    width: 20px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.dms-filter-item-remove {
    right: 0;
}
.dms-filter-item-drag {
    left: 0;
}
.dms-filter-item-remove .ui-icon,
.dms-filter-item-drag .ui-icon {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -8px;
}
.dms-filter-item-content {
    margin: 0 20px;
    min-height: 20px;
    padding: 2px;
    position: relative;
    border-left: 1px solid #aaa !important;
    border-right: 1px solid #aaa !important;
}
.dms-filter-item-group > .dms-filter-item-inner-wrapper > .dms-filter-item-content {
    height: auto;
}
.dms-filter-item-right,
.dms-filter-item-middle {
    width: 33.33%;
}
.dms-filter-item-left {
    padding: 0 0 0 1%;
    width: 32.34%;
}

.columns-valign-by-right .dms-filter-item-right {
    margin-left: 66.7%;
}
.columns-valign-by-right .dms-filter-item-middle,
.columns-valign-by-right .dms-filter-item-left {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    height: 20px;
}
.columns-valign-by-right .dms-filter-item-middle {
    left: 33.3%;
}
.columns-valign-by-right .dms-filter-item-left {
    left: 0;
}

/*DMSFilter начало*/

.dms-filter-item-left {
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dms-filter-item-type {
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 3px;
    padding: 1px 2px 2px;
    -moz-border-radius: 3px;
    height: 16px;
    position: relative;
    z-index: 10;
}

.dms-filter-item-type.items-set {
    background: #efe;
}
.dms-filter-item-type.items-set.deleted {
    background: #fee;
}

.dms-filter-item-type-title {
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    padding: 2px 2px 3px 2px;
}
.filter-item-types-group .dms-filter-item-type {
    float: left;
    margin: 0 10px 10px 0;
}
.dms-filter .ui-tabs .ui-tabs-panel {
    padding: 15px 15px 0;
}

.dms-filter-item-after,
.dms-filter-item-before {
    height: 20px;
}
.dms-filter-item + .dms-filter-item > .dms-filter-item-before {
    display: none;
}

.empty-status {
    color: #000;
    padding: 10px 0;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin: 10px 0 0;
}
.dms-filter .saved-filters-selector-wrapper {
    float: left;
}
.filter-datapicker-wrapper {
    width: 200px;
}
.filter-dragging.dms-filter .filter-items-container {
    background: #eeffee;
}
.filter-dragging.dms-filter .filter-items-container.drag-hover{
    background: #7fff00;
}
.dms-filter-item:first-child + .dms-filter-item:last-child > .dms-filter-item-link,
.dms-filter-item:first-child > .dms-filter-item-link,
.dms-filter-item:first-child > .dms-filter-item-expression,
.filter-dragging.dms-filter .dms-filter-item-link,
.dms-filter-item-group.ui-draggable-dragging .dms-filter-item:first-child > .dms-filter-item-expression {
    display: none;
}

.dms-filter-item-link.gt-hidden,
.dms-filter-item-expression.gt-hidden {
	display: none !important;
}
.filter-dragging .dms-filter-item-link.gt-hidden,
.filter-dragging .dms-filter-item-expression.gt-hidden {
	display: block !important;
}

.filter-dragging .dms-filter-item:first-child > .dms-filter-item-expression,
.dms-filter-item.ui-draggable-dragging > .dms-filter-item-expression {
    display: block;
}
.dms-filter-item-expression {
    cursor: pointer;
    width: 100%;
    height: 14px;
    line-height: 14px;
    padding: 3px 0 1px;
    text-align: center;
    position: absolute;
    top: -23px;
    color: #24549D;
    left: 0;
    right: 0;
    z-index: 5;
}
.filter-dragging .dms-filter-item:first-child > .dms-filter-item-expression {
    top: -3px;
}
.filter-sprite,
.ui-icon.filter-sprite {
    background-image: url('$gpms/images/css/filter-sprite.png');
    background-color: transparent;
    background-repeat: no-repeat;
}
.diskette { width: 64px; height: 64px; background-position: 0 -82px; }
.trash { width: 64px; height: 64px; background-position: 0 -17px; }

.dms-filter-item-link {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-position: 0 0;
    line-height: 16px;
    padding: 0;
    position: absolute;
    top: -18px;
    left: 4px;
    z-index: 15;
}

.dms-filter-item-group-unlink {
    width: 16px;
    height: 16px;
    background-position: -17px 0;
    cursor: pointer;
    display: block;
}

.dms-filter .dashed-link {
    display: inline-block;
    /*display: inline; zoom: 1;*/
    color: #24549D;
    padding: 2px 0 1px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dashed #24549D;
    cursor: pointer;
}
.dms-filter .dashed-link:hover,
.dms-filter-item-expression:hover .dashed-link {
    border-bottom: 1px dashed #5484CD;
    color: #5484CD;
}
.ui-widget {
    font-size:11px !important;
}
.border-bottom-0 {
    border-bottom: 0 none;
}
#ui-datepicker-div,
.ui-autocomplete,
.ui-dialog {
    z-index: 9999 !important;
    display: none;
}

.dms-autocomplete-field-wrapper {
	/*min-width: 300px;*/
}
.hr-autocomplete-wrapper {
	min-width: 470px;
}

.filter-item-autocomplete-right .values,
.dms-autocomplete-field-wrapper .values {
    overflow: hidden;
}
.filter-item-autocomplete-right .value,
.dms-autocomplete-field-wrapper .value {
    border: 1px solid #ccc;
    margin: 2px;
    padding: 2px 20px 2px  2px;
    background: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

.filter-item-autocomplete-right .title,
.dms-autocomplete-field-wrapper .title {
    font-size: 11px;
    font-weight: normal;
    color: #000;	
}


.filter-item-autocomplete-right .remove-value,
.dms-autocomplete-field-wrapper .remove-value {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.dms-autocomplete-field-wrapper input {
    width: 466px;
}
/*DMSFilter конец*/

.in_row_buttons  .massive-operations-container {
	margin-right: 10px;
}
.advList-columns-ordering-header table {
	width: 50% !important;
}

#dmsAdvListCFrame_BPMNotificationsList .mt-o a {
	color: #24549D;
	text-decoration: underline;
}
#dmsAdvListCFrame_BPMNotificationsList .mt-o a:hover {
	color: #F84E00;
}

.dms-datefield-wrapper .ui-datepicker-trigger,
.dms-datetimefield-wrapper .ui-datepicker-trigger {
	border: 0 none;
	vertical-align: top;
	margin: 1px 2px 0 2px;
}

.my-profile-link {
	color: #000;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.dms-overlay-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11;
	overflow: auto;
	right: 0px;
	bottom: 0px;
	background: transparent url('$gpms/images/css/1x1px-opacity35.png') 0 0 repeat;
	filter: alpha(opacity = 100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;	
	width: auto;
	height: auto;
}

/*Скроллинг фреймов 1 пальцем, а не 2мя*/
div, iframe {
  -webkit-overflow-scrolling: touch;
}

.document-incoming-form #corr_altAddress {
	width: 100%;
}

.document-incoming-form select,
.document-incoming-form textarea {
	width: 450px !important;
}
.start-process-form select,
.start-process-form textarea {
	width: 450px !important;
}
.start-process-form select.paged-multi-select,
.start-process-form select[multiple] {
	width: 200px !important;;
}
 
.normilize-form-styles .sblc-children-wrapper {
	padding: 5px 0;	
}
.normilize-form-styles .big,
body .normilize-form-styles th.big,
#form_body .listHeader,
.form-caption-field-outer td {
	font-size: 15px;
	color: #292929;
	/*text-align: center;*/
	background: none;
	padding: 10px 0;
	border-top: 1px solid #dedede;
}
body .normilize-form-styles th.big {
	border-top: 0 none;	
}

#form_body .form-caption-field-outer td .listHeader:first-child {
	border-top: 0 none;	
}

.normilize-form-styles .last-container {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;	
}
 
.sblc-children-label {
	font-weight: bold;
}

.normilize-form-styles .sblc-children-wrapper.required,
.form-field-outer.required  .form-field-label{
	color: #353535;	
}
.normilize-form-styles,
.normilize-form-styles .sblc-children-wrapper.not-required,
.form-field-outer .form-field-label,
.form-field-outer.not-required .form-field-label,
#mandatory_fields_msg {
	color: #999;
}
.normilize-form-styles a {
	text-decoration: underline;
}
.normilize-form-styles a.pseudo {
	text-decoration: none;
}

.normilize-form-styles button:focus,
.normilize-form-styles .button.focus {
	box-shadow: 0 0 2px #F84E00;
}
.normilize-form-styles input:focus,
.normilize-form-styles textarea:focus {
	background: #FFFCED;	
}
.normilize-form-styles input[type="checkbox"]:focus,
.normilize-form-styles input[type="radio"]:focus {
	outline: 2px solid #FFDFBE;
}

.render-as-two-columns,
.render-as-two-columns .sblc-children-wrapper {
	overflow: hidden;
}
.render-as-two-columns .sblc-children-wrapper {
	width: 800px;
}

.render-as-two-columns.w600px .sblc-children-wrapper {
	width: 600px;
}


.search-incoming-container .sblc-children,
.search-outgoing-container .sblc-children {
	padding-left: 330px;
}
.render-as-two-columns .sblc-children-label,
#corr_appartmentType_outer {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}

.render-as-two-columns .simple-block-layout-container .sblc-children,
.render-as-two-columns .simple-block-layout-container .simple-block-layout-container .sblc-children  {
	width: auto;
	float: none;
}
.render-as-two-columns .sblc-children,
.simple-block-layout-container .render-as-two-columns .sblc-children,
.simple-block-layout-container .simple-block-layout-container .render-as-two-columns .sblc-children,
.simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .render-as-two-columns .sblc-children,
.simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .render-as-two-columns .sblc-children,
#corr_appartment_outer {
	float: left;
	width: 470px;
}

.render-as-two-columns.w600px .sblc-children,
.simple-block-layout-container .render-as-two-columns.w600px .sblc-children,
.simple-block-layout-container .simple-block-layout-container .render-as-two-columns.w600px .sblc-children,
.simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .render-as-two-columns.w600px .sblc-children,
.simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .simple-block-layout-container .render-as-two-columns.w600px .sblc-children
{
	width: 270px;	
}

.add-employee-form input[type="text"],
.add-employee-form input[type="password"],
.add-employee-form select {
	width: 266px;	
}
.add-employee-form .dms-datefield-wrapper input[type="text"] {
	width: 246px;
}

#corr_appartmentType {
	width: auto !important;
}
.correspondent-hint {
	font-weight: bold;
    font-size: Npx;
	text-align: center;
}
.correspondent-hint.required {
	color: #353535;	
}

#ui-datepicker-div .ui-datepicker-buttonpane .ui-priority-secondary,
#ui-datepicker-div .ui-datepicker-buttonpane .ui-priority-primary {
	opacity: 1;
	filter: Alpha(Opacity=100);
	font-weight: normal;
}

.correspondent-container .dms-autocomplete-field {
	width: 370px !important;
}
.correspondent-container .value {
	width: 322px !important;		
	padding: 2px 40px 2px 2px;
}
.correspondent-container .value .ui-icon-pencil {
	top: 0;
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

.document-incoming-form .add-corr-org,
.document-incoming-form .edit-corr-org,
.document-incoming-form .add-corr-person,
.document-incoming-form .edit-corr-person, 
.document-incoming-form .add-corr-employee,
.document-incoming-form .edit-corr-employee,
.flex-add-corr, 
.add-position-ci,
.add-division-ci,
.ajax-upload-files-field .upload-files {
	margin: 0 0 0 21px;
	vertical-align: top;
	position: relative;
	text-decoration: none;
}
.flex-add-corr,
.add-position-ci,
.add-division-ci {
	float: right;
}
.ajax-upload-files-field .upload-files {
	text-align: right;
	vertical-align: top;
	position: relative;
	text-decoration: none;	
}

.add-corr-org .ui-icon,
.edit-corr-org .ui-icon,
.add-corr-person .ui-icon,
.edit-corr-person .ui-icon,
.add-corr-employee .ui-icon,
.edit-corr-employee .ui-icon,
.add-position-ci .ui-icon,
.add-division-ci .ui-icon,
.ajax-upload-files-field .upload-files .ui-icon,
.flex-add-corr .ui-icon  {	
	position: absolute;
	left: -16px;
}

.ui-combobox {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.ui-combobox-toggle,
.ui-combobox-toggle:hover,
.ui-combobox-toggle:focus  {
	position: absolute !important;
	top: 0;
	bottom: 1px;
	background: #fff !important;
	border: 1px solid #ccc !important;
	border-top: 2px solid #666 !important;
	vertical-align: top;
	margin-left: -26px;
	padding: 0;
	cursor: pointer;
}

.ui-combobox-input {
	margin: 0;
}
.corr-type-options-wrapper {
	overflow: hidden;
	clear: both;
	padding-left: 330px;
}
.corr-type-options-wrapper .sblc-children-wrapper {
	width: 450px;	
	float: left;
}
.corr-type-options-wrapper .sblc-children-wrapper:first-child {
	width: 300px;
	margin: 0 30px 0 0;	
}
.corr-type-options {
	overflow: hidden;
}
.corr-type-options .sblc-children-wrapper,
.corr-type-options .sblc-children-wrapper:first-child {
	float: left;	
	width: 100px;
}

.document-incoming-form .files-container .sblc-children-label {
	text-align: center;
	font-size: 14px;
}
.color-353535 {
	color: #353535;
}

.hide-tcp-head-childs .tcp-head {
	display: none;
}

/*Поугараю за поиск*/
.search-menu-button {
	padding: 0 30px 0 0;
	vertical-align: top !important;
}
.search-menu-button .mb-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.search-menu-button .button_inner {
	border-right: 1px solid #aaa;
	text-shadow: 1px 1px 1px #fff;
	color: black !important;
	cursor: pointer;
	height: 27px;
	z-index: 3;
	line-height: 27px;
}

.search-menu-button .button_after {
	right: 30px;
	background-position: 0 0 !important;
	cursor: pointer;
}
.search-menu-button .button_before {
	width: 30px;
	background-position: 100% 0 !important;
}
.search-menu-button.menu_button_expanded .button_before {
	background-position: 100% -322px !important;
}
.menu_button_expanded:hover .mb-icon
{
	background-position: 0 -14px;
}
.button.pseudo {
	border-bottom: 0 none;
}

.query-count-and-render-time {
	display: none;
}

.underline-inner-links a,
.underline-inner-links .mt-o a {
	text-decoration: underline;
}

.workitem-solution,
.workitem-solution:first-child,
.awp-document-data:first-child,
.awp-document-data,
.workitem-fake-form,
.workitem-fake-form:first-child {
	margin-top: 27px;
}

.awp-workitem-document-list,
.awp-workitem-document-list:first-child {
	margin-bottom: 0;	
}

.workitem-fake-form {
	padding: 0 20px;
}
.workitem-fake-form textarea {
	resize: vertical;
	cursor: auto;
}
.workitem-fake-form .operations .button {
	margin-right: 10px;
	margin-top: 10px;
}
.mbm-disabled.mbm-item {
	color: #B1B3B5;
}

.awp-document-card,
.workitem-solution {
	font-size: 14px;
}

.awp-document-card .doc_section .main_table tr:last-child td {
	border-bottom: 0 none;
}
.fckeditor-readonly-container {
	padding: 10px;
}
.fckeditor-readonly-content,
.html-content-marking,
.html-content-wrapper,
.wi-document-content {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.wi-document-content {
	margin: 0;	
}

.collapse-content-buttons {
	text-align: center;
	margin: 10px auto 0;
	width: 600px;
}

/*НАЧАЛО! Нормализуем стили на печатных формах и элементах вывода html содержимого документа*/
.normal-styles p
 {
	display: block;
 	margin: 1em 0;
}

.normal-styles h1 {
	display: block;
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: bold;
}


.normal-styles h2 {
	display: block;
	font-size: 1.5em;
	margin: 0.83em 0;
	font-weight: bold;
}

.normal-styles h3 {
	display: block;
	font-size: 1.17em;
	margin: 1em 0;
	font-weight: bold;
}

.normal-styles h4 {
	display: block;
	font-size: 1.33em;
	margin: 1.33em 0;
	font-weight: bold;
}

.normal-styles h5 {
	display: block;
	font-size: 0.83em;
	margin: 1.67em 0;
	font-weight: bold;
}
.normal-styles h6 {
	display: block;
	font-size: 0.67em;
	margin: 2.33em 0;
	font-weight: bold;
}
.normal-styles ul {
	display: block;
	list-style-type: disc;
	margin-before: 1em 0;
	padding-left: 40px;
}
.normal-styles ol {
	display: block;
	list-style-type: decimal;
	margin-before: 1em 0;
	padding-left: 40px;
}
.normal-styles li {
	display: list-item;
} {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
.normal-styles .form-caption-field-outer td
{
	padding: 0;
	border: 0 none;
}
/*КОНЕЦ! Нормализуем стили на печатных формах и элементах вывода html содержимого документа*/

.big-tr-elements th .mt-can_resize {
    font-size: 14px;
	padding: 6px 3px 4px 4px;
	color: #fff;
}

.big-tr-elements {
}
.big-tr-elements:after {
	display: none;
}
.big-tr-elements th .mtcr-placeholder {
	display: none;
}
.big-tr-elements tr td {
	padding: 15px 4px;
	background: #fff;
    text-shadow: 1px 1px 1px #fff;
    font-size: 14px;
	background: #f9f9f9;
}
.big-tr-elements tr:nth-child(odd) td {
	background: #eee;
}
.header-20px .sh-title, 
.big-tr-elements .cfh-title {
	font-size: 18px;	
}
.awp-type-switch a img {
	margin: 0 0 5px;
}
.awp-type-switch {
	position: relative;
	height: 150px;
	z-index: 10;
}
.awp-type-switch div {
	width: 25%;
	height: 150px;
	float: left;
	position: relative;
}

.awp-type-switch a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	text-decoration: none;
	z-index: 10;
	border-left: 1px solid #999;
	display: block;
	color: #222;
    text-shadow: 1px 1px 1px #fff;
}
.awp-type-switch a img {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.awp-type-switch .link-with-icon:first-child a {
	border-left: 0 none;
}
.awp-type-switch a:hover,
.awp-type-switch a:active,
.awp-type-switch a:focus {
	border-color: #999;
	background: #cddce4;
	color: #222;
}
.link-with-icon.active {
	font-weight: bold;	
}
.awp-type-switch .link-with-icon.active,
.awp-type-switch .link-with-icon.active a:hover,
.awp-type-switch .link-with-icon.active a:active,
.awp-type-switch .link-with-icon.active a:focus {
	background: #becbd3;
	color: #111;
}

.awt-dms-contents-files-list .mt-wrap {
	margin-top: 0;
}

.button.ebf-enter_button:hover .button_before,
.ebf-enter_button:hover .button_before
{
	background-position: 100% -491px;
}
.button.ebf-enter_button:hover .button_after,
.ebf-enter_button:hover .button_after
{
	background-position: 0 -491px;
}
.button.ebf-enter_button.active .button_before,
.ebf-enter_button.active .button_before
{
	background-position: 100% -534px;
}
.button.ebf-enter_button.active .button_after,
.ebf-enter_button.active .button_after
{
	background-position: 0 -534px;
}

.dark-header .section_header,
.dark-header .sh-right,
.dark-header .custom_frame_header,
.big-tr-elements th {
	background: #405b78;
	background: -moz-linear-gradient(top, #7d9cad, #203b58);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16274a), color-stop(100%,#16274a));
    background: -webkit-linear-gradient(top, #7d9cad, #16274a);
    background: -o-linear-gradient(top, #7d9cad, #16274a);
    background: -ms-linear-gradient(top, #7d9cad, #16274a);
    background: linear-gradient(top, #7d9cad, #16274a);
	color: #fff;
	font-weight: bold;
	text-shadow: -1px -1px 1px #000;    
}

.big-tr-elements th td {
	text-align: left;
}

.dark-header .section_header,
.dark-header .sh-right,
.dark-header .custom_frame_header {
	padding: 8px 37px;	
}

.objects-this-doc-refers-on .mt-wrap {
	margin-top: 0;
}

.uuid-fakeobAWP_object #rs-content {
	background: #becbd3; 
}
.awp-assistant-wis-wrapper {
	background: #fff;
	border-radius: 5px;
}

/*НАЧАЛО! Комментирование HTML-содержимого*/

.html-content-marking-toolbar-space {
	height: 70px;	
	width: 622px;
	margin: 0 auto;
	display: block;
}
.html-content-marking-toolbar {
	height: 70px;
	width: 622px;
	background: #333;
	position: relative;
	display: block;
}
.html-content-marking-toolbar.fixed {
	position: fixed;
	z-index: 100;
	top: 0;
}
.marking-toolbar-button {	
	display: block;
	position: absolute;
	height: 30px;
	top: 0;
	left: 0;
	width: 50%;
	text-decoration: none;
	color: #000;
	font-size: 30px;
	line-height: 30px;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	display: block;
	cursor: pointer;
	text-shadow: -1px -1px 1px #000;
}
.marking-toolbar-button:hover {	
	background: #666;	
}

.marking-toolbar-button.left-button {
	border-right: 1px solid #fff;	
}
.marking-toolbar-button.right-button {
	border-left: 1px solid #fff;	
	left: 50%;
}

.html-content-marking.show-markers h1,
.html-content-marking.show-markers h2,
.html-content-marking.show-markers h3,
.html-content-marking.show-markers h4,
.html-content-marking.show-markers h5,
.html-content-marking.show-markers h6,
.html-content-marking.show-markers p {
	cursor: pointer;
}


.html-content-wrapper h1, 
.html-content-wrapper h2, 
.html-content-wrapper h3,
.html-content-wrapper h4,
.html-content-wrapper h5, 
.html-content-wrapper h6, 
.html-content-wrapper p,
.html-content-marking h1, 
.html-content-marking h2, 
.html-content-marking h3,
.html-content-marking h4,
.html-content-marking h5, 
.html-content-marking h6, 
.html-content-marking p {
	position: relative;
}
.dms-content-marker {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1000;
}

.text-marker textarea {
	width: 290px;
	font-size: 12px;
	font-family: 'Arial', 'Times New Roman';
	height: 90px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	overflow: auto;
	resize: none;
	outline: none;
	font-weight: none;
	display: none;
}

.text-marker .marker-icon {
	display: block;
	width: 16px;
	height: 16px;
	background: #c33;
	text-shadow: -1px -1px 1px #000;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.text-marker .marker-icon .ui-icon {
	display: none;
	position: absolute;
	right: 8px;
	top: 8px;
}

.text-marker.marker-opened textarea,
.html-content-marking .text-marker.marker-opened .marker-icon .ui-icon  {
	display: block;
}

.text-marker.marker-opened .marker-icon {
	width: 284px;
}

.html-content-marking.show-markers .dms-content-marker,
.html-content-wrapper.show-markers .dms-content-marker {
	display: block;
}
/*КОНЕЦ! Комментирование HTML-содержимого*/

.help-content {
	width: auto;
}

textarea,
textarea[onclick=""],
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="password"]
{
	cursor: text;
}
.document-incoming-form .addressee-doc-search-result select {
	width: auto !important;
}

.tlib-title {
	font-weight: bold;	
}

.tl-item_visited .tlib-title  {
	font-weight: normal;
}

.enter_body.in-overlay {
	min-width: 0;
}
.enter_body.in-overlay .enter_block {
	margin: 0;
}

.corr-type-radio-option {
	margin: 0 30px 0 0;
}

.form-caption-field-outer .section_header {
	background: none;
	padding: 0;
	color: #353535;
}

.form-field-outer .form-field-component-wrapper {
	padding: 5px 0;		
}

.form-field-label {
	font-weight: bold; 
	text-align: left; 
	overflow: hidden;
	/*white-space: nowrap; 
	text-overflow: ellipsis;
	vertical-align: top;*/
	padding: 5px 20px 0 0;
}

.form-field-label-inner {
}

.form-field-component-wrapper input,
.form-field-component-wrapper textarea,
.form-field-component-wrapper select {
	border: 1px solid #D4DBE4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 2px -1px #DBDBDB inset;
    box-sizing: border-box;
    font-family: Arial;
    padding: 1px 1px 1px 4px;
    text-align: left;
}

.form-field-component-wrapper input[type=text],
.form-field-component-wrapper input[type=password],
.form-field-component-wrapper select {
    height: 26px;
    line-height: 26px;
}

.ie .form-field-component-wrapper input[type=file] {
    line-height: 26px;
    height: 26px;
}

.form-field-component-wrapper input:focus,
.form-field-component-wrapper textarea:focus,
.form-field-component-wrapper select:focus {
	outline: 0;
	border: 1px solid #FB4E00 !important;
    box-shadow: 0 0 5px 0 #FB4E00 !important;
}

.form-field-component-wrapper .textarea-wrapper textarea,
.form-field-component-wrapper select,
.form-field-component-wrapper .simple-textfield,
.form-field-component-wrapper .ui-combobox-input,
.form-field-component-wrapper .ui-combobox {
	/*width: 100%;*/
	box-sizing: border-box;
}

.form-field-component-wrapper select[multiple] {
	width: auto;
	height: auto;	
}

.document-incoming-form .ui-combobox,
.document-incoming-form .ui-combobox-input {
	width: 450px;	
	box-sizing: border-box;
}

.ui-menu li.no-selectable,
.ui-autocomplete-category {
	font-weight: bold;
	padding: 4px;
	margin: 0;
	line-height: 1.25;    
	border-top: 1px solid #ddd;
	border-radius: 0;
	background: #eee;
}
.ui-menu li.tree-level-0.no-selectable { padding-left: 16px;  }
.ui-menu li.tree-level-1.no-selectable { padding-left: 26px;  }
.ui-menu li.tree-level-2.no-selectable { padding-left: 36px; }
.ui-menu li.tree-level-3.no-selectable { padding-left: 46px; }
.ui-menu li.tree-level-4.no-selectable { padding-left: 56px; }
.ui-menu li.tree-level-5.no-selectable { padding-left: 66px; }
.ui-menu li.tree-level-6.no-selectable { padding-left: 76px; }
.ui-menu li.tree-level-7.no-selectable { padding-left: 86px; }
.ui-menu li.tree-level-8.no-selectable { padding-left: 96px; }
.ui-menu li.tree-level-9.no-selectable { padding-left: 106px; }

.ui-menu li.tree-level-0 a { padding-left: 16px;  }
.ui-menu li.tree-level-1 a { padding-left: 26px;  }
.ui-menu li.tree-level-2 a { padding-left: 36px; }
.ui-menu li.tree-level-3 a { padding-left: 46px; }
.ui-menu li.tree-level-4 a { padding-left: 56px; }
.ui-menu li.tree-level-5 a { padding-left: 66px; }
.ui-menu li.tree-level-6 a { padding-left: 76px; }
.ui-menu li.tree-level-7 a { padding-left: 86px; }
.ui-menu li.tree-level-8 a { padding-left: 96px; }
.ui-menu li.tree-level-9 a { padding-left: 106px; }

.ui-menu li {
	position: relative;
}

.ui-menu li .ui-icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.ui-menu li.tree-level-1 .ui-icon { left: 10px; }
.ui-menu li.tree-level-2 .ui-icon { left: 20px; }
.ui-menu li.tree-level-3 .ui-icon { left: 30px; }
.ui-menu li.tree-level-4 .ui-icon { left: 40px; }
.ui-menu li.tree-level-5 .ui-icon { left: 50px; }
.ui-menu li.tree-level-6 .ui-icon { left: 60px; }
.ui-menu li.tree-level-7 .ui-icon { left: 70px; }
.ui-menu li.tree-level-8 .ui-icon { left: 80px; }
.ui-menu li.tree-level-9 .ui-icon { left: 90px; }

/*
Сделает ваши новые адачи зелененькими =) Оставлено на всякий случай.
.tlic-left, .tli-head {
	background: #cec;
	background: -moz-linear-gradient(top, #dfd 0%, #bdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfd), color-stop(100%,#bdb));
	background: -webkit-linear-gradient(top, #dfd 0%,#bdb 100%);
	background: -o-linear-gradient(top, #dfd 0%,#bdb 100%);
	background: -ms-linear-gradient(top, #dfd 0%,#bdb 100%);
	background: linear-gradient(top, #dfd 0%,#bdb 100%);
}

.tl-item_compact.tl-item_visited .tlic-left {
	background: #eee;	
}*/


/*CSS-LOADER НАЧАЛО*/
.loader-circular-64x64-wrapper{
    position:relative;
    width:64px;
    height:64px;
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -o-transform:scale(0.6);
    -ms-transform:scale(0.6);
    transform:scale(0.6);
}

.loader-circular-64x64{
    position:absolute;
    background-color:#FFFFFF;
    height:12px;
    width:12px;
    -moz-border-radius:6px;
    -moz-animation-name:loaderCircular64x64;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:6px;
    -webkit-animation-name:loaderCircular64x64;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -o-border-radius:6px;
    -o-animation-name:loaderCircular64x64;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -ms-border-radius:6px;
    -ms-animation-name:loaderCircular64x64;
    -ms-animation-duration:1.04s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    border-radius:6px;
    animation-name:loaderCircular64x64;
    animation-duration:1.04s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

.loader-circular-64x64_01{
    left:0;
    top:26px;
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    animation-delay:0.39s;
}

.loader-circular-64x64_02{
    left:8px;
    top:8px;
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    animation-delay:0.52s;
}

.loader-circular-64x64_03{
    left:26px;
    top:0;
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    animation-delay:0.65s;
}

.loader-circular-64x64_04{
    right:8px;
    top:8px;
    -moz-animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
    -o-animation-delay:0.78s;
    -ms-animation-delay:0.78s;
    animation-delay:0.78s;
}

.loader-circular-64x64_05{
    right:0;
    top:26px;
    -moz-animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
    -o-animation-delay:0.91s;
    -ms-animation-delay:0.91s;
    animation-delay:0.91s;
}

.loader-circular-64x64_06{
    right:8px;
    bottom:8px;
    -moz-animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
    -o-animation-delay:1.04s;
    -ms-animation-delay:1.04s;
    animation-delay:1.04s;
}

.loader-circular-64x64_07{
    left:26px;
    bottom:0;
    -moz-animation-delay:1.17s;
    -webkit-animation-delay:1.17s;
    -o-animation-delay:1.17s;
    -ms-animation-delay:1.17s;
    animation-delay:1.17s;
}

.loader-circular-64x64_08{
    left:8px;
    bottom:8px;
    -moz-animation-delay:1.3s;
    -webkit-animation-delay:1.3s;
    -o-animation-delay:1.3s;
    -ms-animation-delay:1.3s;
    animation-delay:1.3s;
}

@-moz-keyframes loaderCircular64x64{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-webkit-keyframes loaderCircular64x64{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-o-keyframes loaderCircular64x64{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}

@-ms-keyframes loaderCircular64x64{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes loaderCircular64x64{
    0%{
        background-color:#000000}

    100%{
        background-color:#FFFFFF}

}
/*LOADER КОНЕЦ*/


/*Стиль для алерт сообщений всех наследников extended-widget.js*/
.ui-widget.ui-alert {
    position: absolute;
    z-index: 1000;
    max-width: 300px;
}
.ui-widget.ui-alert p {
	margin: 1em 0;
}

.activiti-explorer-layout-container {
	padding: 20px;
}

#ProcessesFrame #processes {
	padding: 10px 0 0 5px;
}
#processesContainer_outer .task_card_process {
	padding: 0;
}
#ProcessesFrame #processes .button {
	margin: 0 0 10px 10px;
}

.up-arrow-button,
.down-arrow-button {
	padding: 0 2px;
}

.notifications-checkbox-column {
	width: 100px;
	text-align: center;
}
.notification-settings-header-table th {
	width: 100px;
	padding: 3px;
	text-align: center;
}
.notification-settings-header-table th:first-child {
	width: auto;
}
.section_header .dsh-expand {
	position: absolute;
	left: 13px;
	top: 8px;
	z-index: 1;
	cursor: pointer;
}

#parentFolder_outer .form-field-label {
	width: 300px;
	padding-right: 30px;
}

.common-settings-holder-list {
	margin-top: 15px !important; 
}

.hide-table-num-lines-childrens .table_num_lines {
	display: none;
}

.organization-form .title-field-wrapper input {
	width: 470px;
	box-sizing: border-box;
}

/*HRAutocomplete*/
.hr-autocomplete-wrapper .hr-types-wrapper  {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.hr-autocomplete-wrapper .hr-type-tab {
	float: left;
	display: block;
	margin: 0 0 0 5px;
}
.hr-autocomplete-wrapper .hr-type-tab.active {
	border: 0 none;
	font-weight: bold;
}
.hr-autocomplete-wrapper .hr-type-tab:first-child {
	margin: 0;
}
.hr-autocomplete-wrapper .hr-type-tab-separator {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	border: 0 none;
	border-left: 1px solid black;
	height: 16px;
}
.hr-autocomplete-wrapper .value {
  opacity: 0.60;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -khtml-opacity: 0.60;
  -moz-opacity: 0.60;
}

.hr-autocomplete-wrapper.active-hr-type-EMPLOYEES .value.EMPLOYEES-hr-type,
.hr-autocomplete-wrapper.active-hr-type-ORGSTRUCTURE .value.ORGSTRUCTURE-hr-type,
.hr-autocomplete-wrapper.active-hr-type-EXTORGSTRUCTURE .value.EXTORGSTRUCTURE-hr-type,
.hr-autocomplete-wrapper.active-hr-type-GROUPS .value.GROUPS-hr-type,
.hr-autocomplete-wrapper.active-hr-type-ALIASES .value.ALIASES-hr-type {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}

/*HRAutocomplete Сотрудники*/
.hr-autocomplete-wrapper .value.EMPLOYEES-hr-type {
	background: rgb(215, 255, 210);
	border-color: rgb(22, 185, 0);
}
.hr-autocomplete-wrapper .hr-type-tab.EMPLOYEES 
{
	color: rgb(22, 185, 0);
	border-color: rgb(22, 185, 0);
}

/*HRAutocomplete Оргструктура*/
.hr-autocomplete-wrapper .value.ORGSTRUCTURE-hr-type {
	background: rgb(229, 248, 255);
	border-color: rgb(0, 184, 255);
}
.hr-autocomplete-wrapper .hr-type-tab.ORGSTRUCTURE 
{
	color: rgb(0, 184, 255);
	border-color: rgb(0, 184, 255);
}

/*HRAutocomplete Внешние исполнители*/
.hr-autocomplete-wrapper .value.EXTORGSTRUCTURE-hr-type {
	background: rgb(225, 219, 255);
	border-color: rgb(129, 105, 255);
}
.hr-autocomplete-wrapper .hr-type-tab.EXTORGSTRUCTURE 
{
	color: rgb(129, 105, 255);
	border-color: rgb(129, 105, 255);
}

/*HRAutocomplete Группы*/
.hr-autocomplete-wrapper .value.GROUPS-hr-type {
	background: rgb(255, 237, 218);
	border-color: rgb(250, 170, 84);
}
.hr-autocomplete-wrapper .hr-type-tab.GROUPS 
{
	color: rgb(250, 170, 84);
	border-color: rgb(250, 170, 84);
}

/*HRAutocomplete Псевдонимы*/
.hr-autocomplete-wrapper .value.ALIASES-hr-type {
	color: rgb(240, 240, 240);
	border-color: rgb(126, 126, 126);
}
.hr-autocomplete-wrapper .hr-type-tab.ALIASES 
{
	color: rgb(126, 126, 126);
	border-color: rgb(126, 126, 126);
}

.form {
	margin: 0; padding: 0; width:100%;
}

.w600px,
.form.w600px  {
	width: 600px;
}

.lifecycle-settings-report .form-caption-field-outer td {
	border: 0 none;
	text-align: left;
	font-size: 12px;
	padding: 0;
	font-weight: none;
}

.lifecycle-settings-report .categor_title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.lifecycle-settings-report .form-field-outer,
.lifecycle-settings-report .form-field-outer.not-required .form-field-label 
{
	color: #000;
}
.lifecycle-settings-report .cap_categor {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	background: #666; 
	color: #fff;
	text-shadow: -1px -1px 0 #000;
}
.lifecycle-settings-report .cap_stage_header,
.lifecycle-settings-report .cap_transition_header {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: #999; 
	color: #fff;
	text-shadow: -1px -1px 0 #000;	
	margin: 0 0 10px;
}
.lifecycle-settings-report .cap_stage {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.lifecycle-settings-report #cap_stage_0 .cap_stage {
	margin-top: 10px;	
}
.lifecycle-settings-report .cap_transition {
	margin: 0 0 10px;
}
.lifecycle-settings-report .form-field-label {
	font-weight: normal;
}
.lifecycle-settings-report .cap_stage_auto {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}
.cap_stage_kriter_header {
	font-size: 14px;
	font-weight: bold;
}
.lifecycle-settings-report .cap_transition_header {
	margin: 30px 0 0;
}
.hidden-uuid-column {
	display: none;
}

.edit-core-root-form #companyName {
	width: 470px;
}

.document-incoming-form #DocumentKind { width: 447px; }
.document-incoming-form #DocumentKind_wrapper { width: 451px; }

.nav-string {
	left: 200px;
	right: 200px;
	position: absolute;
}

.nav-footer {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	color: #fff;
}

#nav-content {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 145px;
	left: 0;
	right: 0;
}

#rs-content {
	background: #EFEFEF;
	//background: #F6F5F3;
}

.shadowed-block {		
	box-shadow: 0 0px 6px rgba(147, 148, 150, 0.8);
	margin: 3px;
	margin-to: 0;
}

.holder-list-block {
	margin: 0 20px 20px 20px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px rgba(147, 148, 150, 0.8);
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.holder-list-block .holder-list-block,
.holder-list-block .holder-list-block.holder-list {
	box-shadow: none;
	margin: 0px;
	border: none;
}

.holder-list-block.holder-list {
	margin: 0 20px 20px 20px;
}

.holder-list {		
	margin-bottom: 20px;
}

.holder-list .holder-list {		
	margin: 0;
}

.holder-list .shadowed-block,
.holder-list-block .shadowed-block {		
	margin: 0 0 7px 0;
}

.dsh_expanded .shadowed-block,
.holder-list-block .shadowed-block,
.holder-list-block .doc_section {
	box-shadow: none;
	margin: 0px;
}

.holder-list .doc_section {
	margin-bottom: 0;
	/*margin-left: 15px;
	margin-right: 15px;*/
}

.required-star {
	color: #f00;
	margin: 0 0 0 2px;
}

.required .fieldLabel .fieldCaption:after,
label.required:after,
.titleColumnLabel.required:after
{
    color: #f00;
    content: "\00a0*";
}

.ls-indent {
	height: 90px;
}

.matrix {
	overflow-x: auto;
	padding: 5px;
}

.matrix .main_table {
	border-top: 0 none;
}

.matrix .matrix-th {
    padding: 5px 3px 5px 4px;
    vertical-align: top;
}

.login-error {
	margin-bottom: 10px;
}

.tb-logo {
	max-width: 280px;
    max-height: 80px;
}

.ls-menu-grey {
	background: rgb(248,248,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(224,225,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(224,225,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,225,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,225,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,225,226,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(224,225,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e0e1e2',GradientType=0 ); /* IE6-9 */
    padding: 0px 8px 0px 8px;
    margin-bottom: 11px;
}

.ls-menu-grey .lsm-ul a {
	color: #000;
}

.ls-menu-grey .lsm-ul a,
.ls-menu-grey .lsm-ul a:hover {
	padding-left: 10px;
}

fieldset {
	border-radius: 5px;
	border-color: #999999;
	border-width: 1px;
	padding-right: 7px;
	margin-bottom: 10px;
}

fieldset legend {
	color: #405B78;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 5px;
	margin-bottom: 10px;
}

fieldset legend input[type=checkbox] {
	margin-right: 5px;
}

a.action-link {
	border-bottom: 1px dashed #24549D;
    color: #24549D;
    cursor: pointer;
    display: inline;
}

a.action-link:hover {
    color: #FB4E00;
}

a.action-link-red {
	border-bottom: 1px dashed red;
    color: red;
    cursor: pointer;
    display: inline;
}

a.action-link-red:hover {
    color: #FB4E00;
}

div.exit {
    position: absolute;
    right: 10px;
    top: 8px;
    height: 16px;
    width: 16px;
    display: block;
	overflow: hidden;
    text-indent: -99999px;
    background: url('images/ui-icons_cd0a0a_256x240.png') -96px -128px no-repeat; 
}
div.exit a {
}

/* окно всплывающей подсказки, в котором возможно форматирование текста (например <b> и </br>) */
div#help_tooltip {
	position: absolute;
	background-color: #fffee2;
	color: #000;
	max-width: 300px;
	width: auto;
	border:1px double #000;
	font-size: 12px;
	padding: 2px 4px;
	z-index: 1000;
}

/* прогресс-бар */
.progress {
	position: relative;
	min-width: 300px;
}

.progress .item {
	clear: both;
	padding: 5px;    
	height: 16px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
 	margin: 5px 0 0;
 	background: #fff;
}

.progress .item .progress-indicator {
	display: none;
}
.progress .item.loading .progress-indicator {
	display: block;
	position: absolute;
	height: 26px;
	left: 0;
	width: 0;
	top: 0;
	z-index: 10;
	background: #cfc;
}
.progress .item .progress-ring {
	background-image: url($gpms/images/loading.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 5px;
	z-index: 20;
	height: 25px;
	width: 25px;
}
.progress .item .title {
	position: absolute;
	color: #333;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	left: 26px;
	top: 5px;
	z-index: 20;
}
.progress .item.loading,
.progress .item.loaded {
	border-color: #9c9;
}
.progress .item.loaded {
	background: #cfc;
}

.progress .item.error {
 	background: #fcc;
 	border-color: #f99;
}
.progress .item.error .title {
	left: 5px;
	top: 5px;
}

/* карточка с дувумя колонками */
.card_block_content
{
	position: relative;
}

.card_block_left
{
	width: 100%;
	float: left;
	/*margin-right: -250px;*/
}

.card_block_left > div
{
	/*margin-right: 250px;*/
}

.card_block_right
{
	/*width: 250px;*/
	float: right;
}

.highlight {
    background-color: rgba(255, 243, 77, 0.5);
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3-4 */
    border-radius: 2px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
    padding: 1px 1px;
    margin: 0 -1px;
}

.turn_button{
	background: #dddddd; 
	color: black; 
	padding: 2px 5px;
}

.turn_button:hover{
	background: #dddddd; 
	color: #F84E00; 
	padding: 2px 5px;
}

/* Notifications */
.system-notification {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 1100;
    width: 600px;

    -webkit-transition: right 1s ease-out 0s, bottom 1s ease-out 0s;
    -moz-transition: right 1s ease-out 0s, bottom 1s ease-out 0s;
    -o-transition: right 1s ease-out 0s, bottom 1s ease-out 0s;
    transition: right 1s ease-out 0s, bottom 1s ease-out 0s;
}

.system-notification.collapsed.warning {
    left: 0;
    bottom: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px 0 0 25px;
}

.system-notification.collapsed.warning.show-transition {
    bottom: 20px;
}

.system-notification.warning .collapsed.content {
    height: 100%;
    background-color: #577da5;
    color: white;
    border-radius: 25px 0 0 25px;
    text-align: center;
    cursor: pointer;
}

.system-notification.warning .collapsed.content img {
    margin-top: 8px;
}

.system-notification.message.hide-transition {
    z-index: 1100;
}

.system-notification.message.show-transition {
    display: none;
}

.system-notification.behind {
    left: 30px;
    bottom: 40px;
    z-index: 90;
}

.system-notification.hidden,
#system-notifications .messages.hidden
{
    display: none;
}

.notification-text,
.system-notification .button-bar a {
    font-size: 14px;
}

.notification-text pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.notification-text p {
    padding: 10px;
    opacity: 0.6;
    text-align: right;
}

.system-notification .button-bar a.postpone.base {
    cursor: default;
}

.system-notification h3.box-title {
    cursor: default !important;
}

.system-notification.message h3.box-title {
    padding: 10px;
    border-radius: 5px;
    background: #405b78;
    position: relative;
    border-radius: 5px;
    min-height: 20px;
    line-height: 20px;
    z-index: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.system-notification.warning h3.box-title {
    border-color: #ebccd1;
    color: #a94442;
    background: #f2dede;
}

.system-notification.warning.collapsed .collapsed.content {
    display: block;
}

.system-notification.warning .collapsed.content,
.system-notification.warning.collapsed .expanded.content
{
    display: none;
}

.system-notification .button-bar {
    margin-bottom: 10px;
    text-align: center;
    margin-top: 5px;
}

.system-notification .button {
    position: relative;
}


.system-notification .button .inner-menu {
    position: absolute;
    background-color: #577da5;
    width: 136px;
    bottom: 100%;
    left: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;

    -webkit-transition: opacity 0.25s ease-out, height 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out, height 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out, height 0.25s ease-out;
    transition: opacity 0.25s ease-out, height 0.25s ease-out;
}

.system-notification .inner-menu {
    opacity: 1;
    height: 104px;
}

.system-notification .inner-menu .menu-item a {
    padding: 6px 0 4px 13px;
    line-height: 14px;
    height: 16px;
    display: block;
    text-align: left;
}

.system-notification .inner-menu .menu-item:hover {
    background-color: #43658A;
}

.dialog-box {
    background: #fff;
    box-shadow: 1px 1px 5px #B0A9A9;
    border: 1px solid #D2CACA;
    border-radius: 5px;
}

.notification-text {
    overflow: auto;
    max-height: calc(50vh - 80px);
}

#system-notifications > div > div.message-header {
    height: 50%;
}

#system-notifications > div > div.system-notification.message.dialog-box
{
    max-height: 50vh;
}
/* end Notifications */
.minWidth
{
	width: 1%;
}

/* форма логина */
.loginPanelMenu
{
	border-bottom: 1px solid #D4DBE4;
	margin: 0 10px;
}

.loginPanelMenu table
{
    border-spacing: 0;
}

.loginPanelMenuItem
{
	cursor: pointer;
	padding: 8px 10px 6px;
	color: #24549D;
	border-bottom: 2px solid #fff;
}

.loginPanelMenuItem-selected
{
	color: #f84e00;
	border-bottom: 2px solid #7B7C7F;
}

.loginPanelMenuItem.active
{
	border-bottom: 2px solid #7B7C7F;
}

.eb-body .fieldValue
{
	padding-right: 0px !important;
}

.eb-body .fieldLabel
{
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	padding: 8px 4px 0 0;
}

.eb-body .captionField
{
	margin: 0 -5px;
}

.enter_block.wide
{
	width: 800px;
	margin-bottom: 60px;
}

.h-time
{
	float: left;
	margin-left: 5px;
	width: 125px;
	font-size: 12px;
	color: #272727;
}
.h-date
{
	margin-top: 5px;
	width: 110px;
    text-align: center;
}
.ht-num, .ht-location, .h-date
{
	vertical-align: middle;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	zoom: 1;
}
.ht-location
{
	position: relative;
	top: 1px;
}
.ht-num
{
	margin-right: 0.1em;
	margin-left: 18px;
}
.htn-text
{
    position: relative;
    color: #405b78;
    display: block;
    height: 20px;
    line-height: 20px;
}
.htn-item
{
	position: relative;
	background: #fff;
	font-size: 14px;
	width: 23px;
	height: 20px;
	line-height: normal;
	text-align: center;
	vertical-align: baseline;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	zoom: 1;
}

.expandable-block
{
	display: inline-block;
	position: relative;
}

.expandable-block::after
{
	position: absolute;
	right: -20px !important;
	margin-left: 0;
	top: 50%;
	bottom: auto;
	line-height: 10px;
	width: 10px !important;
	height: 10px !important;
	margin-top: -3.5px !important;
	transition: none;
	font-family: 'PT Sans', sans-serif !important;
	color: #24549D;
	content: "\25b6";
}
.expandable-block.expanded::after
{
	transform: rotate(90deg);
}

.expandable-block-small 
{
	font-size: 11px;
	display: inline-block;
	position: related;
}

.expandable-block-small .expandable-block 
{
	margin-right: 10px;
}

.expandable-block-small .expandable-block::after
{
	right: -10px !important;
	width: 8px !important;
	height: 8px !important;
	margin-top: -3.5px !important;
}

.attribute-title
{
	margin-left: 5px;
	display: inline-block;
}

.attribute-description
{
	display: inline-block;
	font-size: 11px;
	margin-left: 18px;
}

.attribute-description::before
{
	position: absolute;
	left: 5px !important;
	margin-left: 0;
	top: 50%;
	bottom: auto;
	line-height: 10px;
	width: 10px !important;
	height: 10px !important;
	margin-top: -5px !important;
	transition: none;
	font-family: 'PT Sans', sans-serif !important;
	color: gray;
	content: "∟";
}

.attribute-description-title
{
	font-size: 11px;
	color: gray;
}

.chosen-container-single .chosen-search input[type="text"] {
    padding: 0px 20px 0px 4px !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    padding: 0px 20px 0px 4px !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #7b9dae !important;
}

.chosen-container .chosen-drop {
    border-bottom: 1px solid #7b9dae !important;
    border-left: 1px solid #7b9dae !important;
    border-right: 1px solid #7b9dae !important;
    -webkit-box-shadow: 0 0 0px 1px #7b9dae !important;
    box-shadow: 0 0 0px 1px #7b9dae !important;
}

.chosen-container-active .chosen-single {
    border: 1px solid #7b9dae !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-top: 1px solid #7b9dae !important;
    border-left: 1px solid #7b9dae !important;
    border-right: 1px solid #7b9dae !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #7b9dae !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 0px 1px #7b9dae !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin-left: 3px !important;
    border: white !important;
    box-shadow: 0 0 5px 0 white !important;
}

.select2-container .select2-search__field {
  width: 100% !important;
}

.form-field-outer .select2-container--default .select2-selection--multiple {
    border: 1px solid #D4DBE4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 2px -1px #DBDBDB inset;
}

.form-field-outer .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #FB4E00 !important;
    box-shadow: 0 0 5px 0 #FB4E00 !important;
}

.select2-results .select2-highlighted {
    background: #7b9dae !important;
}

.form-control.select2-container .select2-choices {
    padding: 3px !important;
}

.chosen-container {
    margin-bottom: 0px !important;
    font-size: 13px !important;
}

/*select2 v3.5*/
/*.select2-container-multi .select2-choices .select2-search-choice {*/
    /*padding: 3px 20px 5px 3px;*/
/*}*/

/*.select2-container-multi .select2-search-choice-close {*/
    /*right: 3px;*/
    /*left: auto;*/
/*}*/

/*.select2-search-choice-close {*/
    /*height: 11px;*/
    /*margin-top: 2px;*/
    /*margin-right: 2px;*/
/*}*/

/*select2 v4*/
.select2-container--default .select2-search--inline .select2-search__field {
    border: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 3px 20px 5px 3px !important;
    position: relative !important;
    color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: block !important;
    position: absolute !important;
    right: 4px !important;
    font-size: 17px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7b9dae !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: inherit !important;
}

/*jquery autocomplete*/

/*Скролл внутри автокомплитов*/
.ui-autocomplete
{
	box-sizing: border-box;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ie7 .ui-autocomplete
{
	height: 200px;
}

/*Подгрузить еще в блоке Автокомплита*/
.load-more-autocomplete-items
{
	color: #eee;
	background: #fff;
}

/*Разделители для пунктов Автокомплита*/
.ui-autocomplete .ui-menu-item
{
	border-top: 1px solid #ddd;
}
.ui-autocomplete .ui-menu-item:first-child
{
	border-top: 1px solid #fff;
}
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active
{
	border-top: 1px solid #999999;
}
.ui-autocomplete.ui-menu .ui-state-focus,
.ui-autocomplete.ui-menu .ui-state-active
{
	margin: 0 !important;
}

.custom.ui-autocomplete .ui-menu-item
{
	border: 0 none !important;
	border-top: 0 none !important;
	padding: 0;
	line-height: 20px;
}

.custom.ui-autocomplete .ui-menu-item .ui-state-focus,
.custom.ui-autocomplete .ui-menu-item .ui-state-active
{
	color: #fff;
	border: 0 none !important;
	border-radius: 0;
	/*background: none !important;
	background-color: #7b9dae !important;*/
}

.query-field-layout
{
	margin-top: 10px;
}

.query-field-button
{
	margin-left: 10px;
}

.author-filter-field
{
	width: 422px;
	padding-left: 70px;
	padding-right: 6px;
}

.purchase-method-field
{
	padding-left: 32px;
    width: 378px;
}

.filters-title
{
	display: inline-block;
    padding-right: 5px;
    font-size: 13px;
    width: max-content;
}

.filter-checkbox
{
	display: inline-flex;
	width: 40px;
    justify-content: space-between;
    padding-right: 10px;
}

.filter-checkbox input
{
	margin-right: 5px;
}

.filters-layout
{
	width: 600px;
	margin-left: 70px;
	margin-top: 10px;
}

.filters-buttons
{
	margin-top: 10px;
	margin-right: 5px;
}

.offers-filter-layout
{
	padding-bottom: 10px;	
    margin-bottom: -5px;	
}

.offers-filter-panel
{
	margin: 5px 10px 5px 10px;
	display: inline-flex;
    align-items: center;
}

.query-panel
{
	margin-top: 10px;
}

.query-field-layout
{
	margin-top: 10px;
}

.filters-layout
{
	width: 600px;
	margin-left: 70px;
	margin-top: 10px;
}

.filters-buttons
{
	margin-top: 10px;
	margin-right: 5px;
}

.filters-first-level
{
	margin-top: 5px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.filter-item
{
	display: inline-block;
	height: 20px;
	background: #fff;
	border: 1px solid #D4DBE4;
	border-right: 0 none;
	border-collapse: collapse;
	cursor: pointer;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	white-space: nowrap;
	color: #405B78;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;	 /* Chrome/Safari/Opera */
	-khtml-user-select: none;	/* Konqueror */
	-moz-user-select: none;		/* Firefox */
	-ms-user-select: none;		 /* IE/Edge */
	user-select: none;			 /* non-prefixed version, currently not supported by any browser */
	font-size: 11px;
}
.filter-item.selected
{
	border: 1px solid #405B78;
	background-color: #405B78 !important;
	text-shadow: 1px 1px 1px #405B78;
	color: #fff;
}
.filter-item.selected + .filter-item
{
	border-left: 0 none;
}
.filter-item.selected + .filter-item.selected
{
	border-left: 1px solid #D4DBE4;
}
.filter-item:first-child
{
	border-radius: 4px 0 0 4px;
}
.filter-item:last-child
{
	border-radius: 0 4px 4px 0;
	border-right: 1px solid #D4DBE4;
}
.filter-item:last-child.selected
{
	border-right: 1px solid #405B78;
}
.filter-item.disabled
{
	background-color: #c3c3c3;
    cursor: auto;
    color: white;
}
.display-mode-selector
{
	margin-top: 8px;
}
.loading-indicator
{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	position: absolute;
	z-index: 10000;
}
.loading-indicator-back
{
	background-color: #000;
  	opacity: 0.1;
  	filter: alpha(opacity=10);
}
.relative
{
	position:  relative;
}
.round {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: red;
    margin: 1em;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 9px;
    position: absolute;
    bottom: 9px;
    right: -15px;
    z-index: 9999;
}

.offer-search-panel-round
{
	border: 1px solid #ff7300;
    background: #f5f5f6;
    color: #405B78;
}

.display-mode.compact
{
	background: url($gpms/images/black_list_view.png) no-repeat 4px 4px;
}
.display-mode.full
{
	background: url($gpms/images/black_block_view.png) no-repeat 4px 4px;
}
.display-mode.group
{
	background: url($gpms/images/black_group_view.png) no-repeat 4px 4px;
}

.filter-item.icon.selected
{
	background-color: #EFEFEF !important;
	border: 1px solid #D4DBE4 !important;
}
.filter-item.icon
{
	height: 32px;
    width: 32px;
    padding-left: 0px;
}

.catItemBackground 
{
	padding:0 4px;
	border-radius:3px;
	margin-right:2px;
	margin-bottom:1px;
	display:inline-block;
}

.catItemBackground.select
{
	background-color: #B2E8AC; 
	color: #000000;
}

.catItemBackground.not-select
{
	background-color: #F9D961; 
	color: #06269E;
}

.catItemBackground.renounced
{
	background-color: #DFE3EE; 
	color: #000000;
}

.rtsRequestInfo
{
	color: #24549D;
	text-align: center;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 16px;
}

.rtsRequestInfo a
{
	color: #E21E32;
	text-decoration: underline;
}

.justify-content-space
{
	justify-content: space-between;
}