body{
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}

.header{
	padding-bottom:10px;
	background: #cedadf url(/system/images/fon_16-1.jpg);
	-webkit-background-size: 100% 100%;
	        background-size: 100% 100%;
	border-bottom: 1px solid silver;
}

.header table{
}

.header table td{
	padding: 5px 5px;
}

.header table td:nth-child(1){
	width: 5%;
}

.header table td:nth-child(2){
	width: 10%;
}

.header table td:nth-child(3){
	width: 75%;
}

.header table td:nth-child(4){
	width: 5%;
	text-align: right;
}

.header table td:nth-child(5){
	width: 5%;
}

.header table td:nth-child(2) img {
	width: 120px;
	border: none;
}

.resourcelist img.label {
	width:64px;
	float:left;
	border:1px gray solid;
	margin:0px 15px 0px 5px;
}

.header table td:nth-child(3) p{
	margin: 5px 0px;
	font-weight: bold;
	font-size: 32px;
	color: darkblue;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #bbb, 3px 3px 0px #fff;
}

.header table td:nth-child(3) p + p {
	font-size: 22px;
}

.header table td:nth-child(4) img {
	width: 23px;
	height: 15px;
	border: none;
}

.header table td:nth-child(4) p{
	margin: 1px 0px;
	font-size: 1px;
}

.menubar table{
	width: 100%;
}

.menubar{
	font-family: Calibri, Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.menubar table td{
	padding: 0px;
}

.menubar ul{
	height: auto;
}

.menubar ul ul{
	height: auto;
}

.menubar li a{
	line-height:150%;
}

.line > div {
	position: relative;
	height: 1px;
	padding: 5px;
}

.line > div div{
	background-color: silver;
	height: 1px;
}

#tdc > div:first-child {
	text-align: center;
	background-color: #f2f2f8;
}

div.blocklabel{
	background-image:url('/system/images/vertsplitter.gif');
	background-repeat:repeat-y;
	-webkit-background-size:cover;
	        background-size:cover;
	border-bottom:2px solid silver;
	font-weight:bold;
	font-size:16px;
	color:gray;
	white-space:nowrap;
	text-indent:5px;
}

div#search_block {
	border:1px solid black;
	padding:5px;
	min-width:155px;
	white-space:nowrap;
	font-size:16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
}

div#search_block input[type="text"] {
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family:inherit;
	font-size:inherit;
}

div#search_block div:nth-child(2) div{
	float:left;
}

div#search_block input[type="submit"] {
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family:inherit;
	font-size:inherit;
}

div#elab-entry-start{
	margin-top:10px;
	padding:5px;
	white-space:nowrap;
	font-size:16px;
	color:blue;
	font-weight:bold;
	text-decoration: underline;
	cursor:pointer;
}

div#elab-entry, div#elab-entry-end{
	margin-top:10px;
	padding:5px;
	min-width:155px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border:1px solid black;
	position:relative;
	white-space:nowrap;
	font-size:16px;
}

.error {
	white-space:normal;
	color:red;
}

div#elab-entry div.error {
	white-space:normal;
	color:red;
}

div#elab-entry table, div#elab-entry-end table {
	width: 100%;
	border-spacing:0px;
	border-width:0px;
}

div#elab-entry table  td:first-child{
	min-width:100px;
	width:100px;
}

div#elab-entry input, div#elab-entry-end input {
	width:100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family:inherit;
	font-size:inherit;
}

div#elab-entry img#captcha {
	width:98px;
	text-align:center;
}

div#elab-entry div[title]{
	cursor: pointer;
	padding:2px;
	white-space:nowrap;
}

div#elab-entry div[title] img{
	height:13px;
	vertical-align:sub;
	padding-right:3px;
}

div#elab-entry-end img[src$="/elab.ico"] {
	width:16px;
}

div#initiator_block {
	margin-top:10px;
	border:1px none black;
	min-width:155px;
	white-space:normal;
	font-size:14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
}

div#legend {
	padding-top:5px;
	font-size:20px;
	font-weight:bold;
}

div#legend div:last-child {
	font-weight:normal;
}

div#pathname {
	font-size:14px;
	padding:5px 0px;
}
div#pathname span {
	white-space:nowrap;
}

.rspmenu {
	text-align:center;
	font-size:16px;
}

.rspmenu table {
	display:inline;
}

div#summary_block {
	border:1px none black;
	min-width:155px;
	white-space:normal;
	font-size:16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
}

div#summary {
	margin:10px 0px;
	padding:3px 0px 3px 5px;
	background-color:#dfdfff;
	border:1px solid gray;
}

div#options_block {
	border:1px none black;
	min-width:155px;
	white-space:normal;
	font-size:16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	margin-bottom:10px;
}

div.opts div:nth-child(3){
	padding:3px 0px;
}

div#set_pagesize, div#set_order, div#set_filter {
	padding:5px 2px;
	background-color:buttonface;
	border:1px solid gray;
}

div#set_pagesize > div{
	padding:0px 22px;
}

div#set_pagesize > div input{
	font-family:inherit;
	font-size:inherit;
}

.smap li {
	max-width:290px;
}

#rs .smap td {
	padding: 10px 30px;
	overflow:hidden;
}

input#pageSize{
	text-align:right;
}

div#set_pagesize > div + div{
	padding:5px 20px 0px 20px;
}

div#set_order > div input, div#set_filter > div input{
	font-family:inherit;
	font-size:inherit;
}

div#filter {
	white-space:normal;
}

div#sort + div, div#filter + div{
	padding:5px 20px 0px 20px;
}

#rs table.resourcelist tr:hover {
	background:none;
}

#sort select, #filter select, #columns select, #select_database select {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
}

#rsparams{
	font-size:16px;
}

#rsparams select{
	font-family: inherit;
	font-size: inherit;
}
.checkbox-hide{
	display: none;
}
#maintablemenu,#maintablekit{
	position: relative;
}
.hide-colums{
	display: none;
}
.toggle input{
	width:20px;
	height:20px;
}
@media (min-width: 981px){
.hide-colums{
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: -25px;
	border: 1px solid #ddd;
	border-left-color: #fff;
	-webkit-border-top-right-radius: 5px;
	        border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	        border-bottom-right-radius: 5px;
	cursor: pointer;
	z-index: 1;
	display: block;
}
.hide-colums:hover{
	border: 1px solid #999;
	border-left-color: #fff;
}
.hide-colums.right-col{
	left: -25px;
	border: 1px solid #ddd;
	border-right-color: #fff;
	-webkit-border-top-left-radius: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	        border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
}
.hide-colums.right-col:hover{
	border: 1px solid #999;
	border-right-color: #fff;
}
#left-menu:checked ~.width-wrapper-kontent #maintablemenu,
#right-col-men:checked ~.width-wrapper-kontent #maintablekit{
	max-width: 0;
}
#right-col-men:checked ~.width-wrapper-kontent #search_block,
#right-col-men:checked ~.width-wrapper-kontent #elab-entry-start,
#right-col-men:checked ~.width-wrapper-kontent #initiator_block
{
	display: none;
}
#right-col-men:checked ~.width-wrapper-kontent #maintablekit .hide-colums::before{
	display: block;
}
.hide-colums::before,
.hide-colums::after {
  position: absolute;
  display: block;
  left: 5px;
  width: 10px;
  height: 2px;
  background-color: #aaa;
  content: "";
  	-webkit-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
  	top: 9px;
}
.hide-colums::before{
/* top: 50%; */
-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
display: none;
}
.hide-colums::after {
/* bottom: -5px; */
}

.hide-colums:hover::before,
.hide-colums:hover::after {
	background-color: #777;
}
#left-menu:checked ~.width-wrapper-kontent #maintablemenu .hide-colums::before{
	display: block;
}
}