<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">HTML, BODY
{
  height: 100%;
  margin: 0;
  font-family: Arial, Verdana;
}
.pagemain1
{
  min-height: 100%;
}
* html .pagemain1
{
  height: 100%;
}
.bottomplaceholder
{
  height: 30px;
  display: block;
  clear: both;
}
.bottom1
{
  height: 30px;
  width: 1108px;
  margin:0 auto;
  margin-top: -30px;
  background: #fff;
  color: #909090;
  position: relative;
}

body
{
	background:#fff;
}

 h4
 {
 	margin:3px 0 6px;
	font-size: 1em;
 }

form
{
	margin:0;
	padding:0;
}

img
{
  border:0;
}
a 
{
  color: #00437C;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
}
* html a:hover
{
  color: #0063B5;
}
a:hover
{
  color: #0063B5;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #ddd;
}
abbr
{
  cursor: help;
}
body i
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.pagemain1
{
  width:1108px;
  margin: 0 auto;
  background: #fff;
  position:relative;
  font-size:0.75em;
}
.page_inner
{
  padding:0px;
}
#overhead
{
  width:100%;
  height:46px;
  position:relative;
  overflow: hidden;
  background: #094b8b url(../img/header-top.png) repeat-x 0 0;
}
#overhead a#osulink
{
  top:4px;
  left:23px;
  position:absolute;
  cursor: pointer;
}
#overhead a#osulink span
{
  display: block;
  width: 131px;
  height: 35px;
  position: absolute;
  overflow:hidden;
}
#overhead a#osulink span.over
{
  background: transparent url(../img/header-top.png) no-repeat -23px -4px;
}
#overhead a#esdirlink
{
  top: 8px;
  left: 870px;
  position: absolute;
  cursor: pointer;
}
#overhead a#esdirlink span
{
  display: block;
  width: 152px;
  height: 25px;
  position: absolute;
  overflow:hidden;
}
#overhead a#esdirlink span.over
{
  background: transparent url(../img/ESDIR_Icon.png) no-repeat 0 0;
  *background: none;
  *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.osu.ru/iss/lks/img/ESDIR_Icon.png');
}
#overhead a#exit
{
  float: right;
  color: #8ea0ba;
  margin: 15px 18px;
}

#header
{
  height:110px;
  color:#fff;
  position:relative;
  overflow: hidden;
  background: #094b8b url(../img/header-x.png) repeat-x 0 0;
}
#header a#link
{
  top:21px;
  left:39px;
  position:absolute;
  cursor: pointer;
  color:#fffae5;
}


#header a#link span
{
  display: block;
  width:253px;
  height:51px;
  position: absolute;
  overflow:hidden;
}
#header a#link span.over
{
  background: transparent url(../img/head-logo.png) no-repeat 0 0;
}

 #fio_holder
 {
    position: relative;
    left: 77px;
    top: 72px;
	width:622px;
 }
div.fio a
{
  text-decoration: none;
}
 .subst
 {
   color:#ffcc00;
 }
 .clear
 {
     clear:both;
	 height: 0;
     overflow: hidden;
 }
 #menu_holder
 {
    background: #fff;
    margin:0  0 10px;
 }
 ul.menu
 {
     display:block;
     width:100%;
     list-style-type:none;
     margin: 0;
     padding:0;
 }
 ul.menu li
 {
     display:block;
     float:left;
     background:#fff;
     position: relative;
 }
 ul.menu li.fl_right
 {
     float:right;
 }
 ul.menu li a
 {
     display:block;
     margin: 0 0 0 1px; 
     padding: 7px 18px;
     color:#47362c;
     text-decoration: none;
 }
 ul.menu li.active a
 {
     display:block;
     float:left;
     background:#dfdddc;
     text-decoration: none;
 }
 ul.menu li a:hover
 {
     background:#efedec;
     text-decoration: none;
	 /*text-shadow:0 0 12px;*/
 }
 .bottom_inner
 {
   padding:9px 21px 0;
   font-size:0.75em;
 }
 .bottom_inner a
 {
      color:#bebebe;
 }
 .bottom_inner a:hover
 {
     text-decoration:none;
 }

 #ias_logo
 {
     float:right;
     height:21px;
     padding: 3px 0 0 42px;
     margin-top:-4px;
     background: transparent url(../img/ias_logo.png) 0 0 no-repeat;
 }

 .copyright
 {
     float:left;
     
 }
 
 #mainpage 
 {
   margin:0;
 }
 #mainpage.nomenu,
 div.nomenu
 {
   margin-top:25px;
 }
 #mainpage input.searchtext {
    background-color: white;
    border: 1px solid #63534a;
    font-size: 0.9em;
    width: 100%;
}
 #mainpage input.searchbutton {
    background-color: #CCCCCC;
    border: 1px solid;
    cursor: pointer;
    font-size: 10pt;
    margin: 0 0 0 8px;
    width: 5em;
}
 
 #mainpage h2 {
    color: #fbf7e9;
    display: table-cell;
    font-size: 1em;
    /*height: 1.6em;*/
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}



#mainpage div.block
{
  margin-bottom: 10px;
  background-color: #fff;
  padding:0;
  overflow:hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

div.block div.block_content
{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#mainpage div.block_header 
{
  text-align: left;
  display: block;
  height: 20px;
  padding: 6px 21px 1px;
  overflow: hidden;
  background:#2f76c5 url(../img/block-title-header.png) no-repeat right center;
  color:#fbf7e9;
  cursor: pointer;

}

#mainpage div.block.hidden div.block_header{
  background:#2f76c5 url(../img/block-title-header-down.png) no-repeat right center;
  /*height: 1.6em;*/
    
}

#mainpage div.block_header:hover
{
  background:#5c9dd8 url(../img/block-title-header-hover.png) no-repeat right center;
	color:#fdfbf4;
} 

#mainpage div.block.hidden div.block_header:hover {
  background:#5c9dd8 url(../img/block-title-header-down-hover.png) no-repeat right center;
	color:#fdfbf4;
}

#mainpage div.three_level_no_side_margin div.block_content div.block_header
{
  background:#e6e6e6 url(../img/block-3-title-header.png) no-repeat right center!important;
  color:#000000!important;
}

#mainpage div.three_level_no_side_margin div.block_content div.block_header:hover
{
  background:#f0f0f0 url(../img/block-3-title-header-hover.png) no-repeat right center!important;
	color:#000000!important;
}
#mainpage div.three_level_no_side_margin div.block_content .block.hidden div.block_header
{
  background:#e6e6e6 url(../img/block-3-title-header-down.png) no-repeat right center!important;
}

#mainpage div.three_level_no_side_margin div.block_content .block.hidden div.block_header:hover
{
  background:#f0f0f0 url(../img/block-3-title-header-down-hover.png) no-repeat right center!important;
	color:#000000!important;
}

#mainpage div.three_level_no_side_margin div.block_content
{
  background-color: #fafafa!important;
}

#mainpage div.block.hidden div.block_header h2{
  display:table-cell!important;
}

* html #mainpage div.block.hidden div.block_header h2{
  display:block;
}


#mainpage div.block_content
{
  margin: 0;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
div.block_content div.block_content_inner
{
  padding: 9px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
}

#mainpage div.block.dbl
{
  border:none;
}

ul#menu
{
  display: inline-block;
  width: 100%;
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
  border:1px solid #bdbdbd;
  border-width:0 0 1px;
  box-shadow: 0px 2px 4px 0px #bdbdbd;
}
ul#menu li 
{
  padding: 5px 8px 3px;
  display:block;
  float:left;
  /*background: #fff;*/
  color:#3a3a3a;
  height: 32px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
  font-size: 1em;
  text-align: center;
  text-decoration: none !important;
}
ul#menu li.sel
{
  background: #2e74c3;
  color:#fff;
}
ul#menu li:hover
{
  background: #e4e4e4;
  color:#3a3a3a;
}
ul#menu li a
{
  color: inherit;
  text-decoration: none;
}
/* Маркер в главном меню "Новое" */
ul#menu li .new_menu_link
{
  color: #f00000;
  position: absolute;
  right: 0.5em;
  top: -0.25em;
  font-size: 8pt;
  font-weight: bold;
}
ul#menu li.sel .new_menu_link
{
  color: #ffcc00;
}

ul.maininfo
{
  list-style: none;
  list-style-position: outside;
  /*padding: 0 20px 10px 20px;*/
  padding: 0 0px 20px;
  margin: 0;
}
ul.maininfo li 
{
  padding: 3px 5px 0 18px;
}
table.blockdbl tr:first-child td:first-child ul
{
  padding: 0px 0 10px;
}
table.blockdbl tr:first-child td:first-child ul li
{
  padding: 3px 20px 0 0;
  border-style: none;
}

table.blockdbl td.left_block ul
{
  padding: 0px 10px 10px;
}
table.blockdbl td.left_block ul li
{
  padding: 3px 20px 0 0;
  border-style: none;
}
table.blockdbl td.left_block ul.maininfo li div
{
  border-style: none;
}
ul.maininfo li.alert
{
  background: transparent url(../img/alert.png) no-repeat 0 12px;
}

ul.maininfo li div
{
  border-style: dotted; 
  border-color: #b5b5b5; 
  border-width: 0px 0px 2px;
  *border-style: expression(this.nextSibling==null?'none':'dotted');
}
ul.maininfo li:last-child div
{
  border: none;
  padding-bottom: 1px;
}

ul.maininfo li div p
{
  margin: 0.5em;
}
ul.maininfo li div a
{
  text-decoration: none;
}
input.login
{
  height: 18px;
  width: 158px;
  margin-top: 5px;
  float: right;
}
div.loginform
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 30px;
  width: 230px;
}
div.loginmemo
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  border-style: dotted; 
  border-color: #b5b5b5; 
  border-width: 0px 0px 0px 2px; 
  padding: 0 30px 10px;
  width: 745px;
}
div.loginmemo p
{
  margin-top: 5pt;
  margin-bottom: 5pt;
  line-height: 13pt;
}
div.right {
  margin: 30px 20px 0 41%;
  text-align: right;
  /*font-size: 8pt;*/
  font-weight: none;
  position: relative;
  color:#fff;
}
div.right a {
  color:#dadada;
 }
div.right a.sel {
  font-weight: bold;
  color:#ffc600;
 }

/*Реклама ЛКО*/
div.lks_facilities_block
{
  margin: 27px 13px 70px 29px;
}
#mainpage div.lks_facilities_block&gt;div.lks_border
{
  height: 1px;
  border-top: 2px dotted #b5b5b5;
}
div.lks_facilities_block&gt;div.lks_facilities,
div.lks_facilities_block&gt;div.lks_facility_header,
div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
div.lks_facilities_block&gt;div.lks_facility_main
{
  padding-top: 20px;
  padding-left: 18px;
  padding-bottom: 55px;
  width: 85%;
}
div.lks_facilities_block&gt;div.lks_facilities
{
  width: 74%;
}
div.lks_facilities_block&gt;div.lks_facility_header
{
  width: 24%;
  padding-right: 1em;
}
div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility
{
  width: 41.5%;
  height: 300px;
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 26px;
}
div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility.lks_border
{
  border-bottom: 2px dotted #b5b5b5;
}
#mainpage div.lks_facilities_block&gt;div.lks_facility_main&gt;h3
{
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
  color: #2d73c1;
}
#mainpage div.lks_facilities_block&gt;div.lks_facility_main&gt;p
{
  font-family: Arial, sans-serif;
  font-size: 10.5pt;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
  color: #373737;
}
#mainpage div.lks_facilities_block&gt;div.lks_facility_header&gt;h2
{
  font-family: Arial;
  font-size: 19.5pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #2d73c1;
}
#mainpage div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility&gt;h3
{
  font-family: Arial;
  font-size: 18pt;
  font-weight: normal;
  color: #2d73c1;
  margin-top: 0;
  margin-bottom: 0;
}
#mainpage div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility&gt;h3&gt;span
{
  width: 54px;
  height: 54px;
  background: url("../img/lks-facility-circle.png") no-repeat;
  color: #fff;
  margin-right: 0.4em;
  margin-bottom: -8.5pt;
  padding-top: 9.5pt;
  font-size: 23pt;
  text-align: center;
  vertical-align: middle;
}
#mainpage div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility&gt;ul
{
  font-family: Arial, sans-serif;
  font-size: 10.5pt;
  margin-top: 7px;
  margin-bottom: 37px;
  padding-left: 18px;
  line-height: 1.375em;
  color: #373737;
}
#mainpage div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility&gt;ul.li
{
  
}
.icon.question
{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0px 5px 2px 5px;
  background-image: url("../img/iquestion.gif?timestep=201808291040");
  cursor: help;
}
/*Задел на случай резиновой верстки*/
/*
@media screen and (max-width:500px)
{
  div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility
    {
    width: auto;
    height: auto;
  }
  div.lks_facilities_block&gt;div.lks_facility_main
    {
    width: auto;
  }
  #mainpage div.lks_facilities_block&gt;div.lks_facility_header&gt;h2
    {
    text-align: left;
  }
  div.lks_facilities_block&gt;div.lks_facility_header
    {
    width: auto;
    padding-right: none;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility
    {
    border-bottom: 2px dotted #b5b5b5;
  }
  div.lks_facilities_block&gt;div.lks_facilities&gt;div.lks_facility:last-child
    {
    border-bottom: none;
  }
}
*/

ul#grplist
{
  list-style-type: none;
  display:block;
}
ul#grplist li
{
  display: inline;
  font-weight: bold;
  margin-left:4px;
  zoom: 1;
}
ul#grplist li a
{
  font-weight: normal;
  font-size: 10pt;
  color: #dadada; /*#6699cc;*/
  margin-left: 16px;
}

ul#grplist li a.sel {
  font-weight: bold;
  color:#ffc600;
  font-size: 13pt;
 }

div.group_alert
{
  background: rgba(0, 0, 0, 0) url("../img/bell_excl.png") no-repeat scroll left top;
  display: inline-block;
  height: 19px;
  margin-bottom: 1px;
  margin-left: 3px;
  width: 19px;
}

table {
  border-collapse: collapse;
  border-width: 0;
  font-size: 10pt;
}

td {
  vertical-align: middle;
}
table.blockdbl
{
  border-collapse: separate;
  border-spacing: 0;
  border-width: 0;
  width: 100%;
}
table.blockdbl td
{
  border: 1px solid #dfdfdf;
  vertical-align: top;
  width: 50%;
  padding: 5px 15px 15px;
}
table.blockdbl td.separator
{
  border: none;
  padding: 1px;
  width: 0;
}
table.blockdbl td div.separator
{
  border-color: #b5b5b5;
  border-style: dotted;
  border-width: 0 0 2px;
}

table.blockdbl td table.HistoryStudyTable
{
  width: 100%;
}
table.blockdbl td table.HistoryStudyTable th
{
  border: 1px solid #dfdfdf;
  padding: 3px;
}
table.blockdbl td table.HistoryStudyTable td
{
  width: auto;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
table.blockdbl td p
{
  margin: 1em 1.3em 0.5em;
}

.hoverable .hideable
{
  display:none;
}

.hoverable:hover .hideable
{
  display:block;
}

.balloon
{
  display: block;
  position: absolute;
  left: 12px;
  top: -6px;
  width: auto;
  height: auto;
  background: #fafafa;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 7px #bbb;
  -webkit-box-shadow: 0 0 7px #bbb;
  box-shadow: 0 0 7px #bbb;
  color: #000;
  font-weight: normal;
  z-index: 1000;
}
.balloon:before
{
  content: " ";
  position: absolute;
  left: -10px;
  top: 15px;
  margin-top: -10px;
  z-index: 1;
  display:block;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #fafafa;
}
.balloon:after
{
  content: " ";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px-;
  z-index: 0;
  display: block;
  width: 4px;
  height: 4px;
  -moz-box-shadow: -8px 0 7px #555;
  -webkit-box-shadow: -8px 0 7px #555;
  box-shadow: -8px 0 7px #555;
}
#news_lks_block table
{
  width: 100%;
}
#news_lks_block table tr
{
  border-bottom: 2px dotted #b5b5b5;
}
#news_lks_block table tr:last-child
{
  border-bottom: none;
}
#news_lks_block table tr td
{
  padding: 10px 0;
}
#news_lks_block table tr:first-child td
{
  padding-top: 0;
}
#news_lks_block table tr:last-child td
{
  padding-bottom: 0;
}
.otl
{
  color: green;
}
.hor
{
  color: #1e00ff;
}
.udovl
{
  color: #b9a102;
}
.neud
{
  color: red;
}
.exam_cell
{
  background: #eedeff none repeat scroll 0 0;
}
.green
{
 color:#3CAA3C;
 font-weight:bold;
}

.red
{
  color: #E90000;
  font-weight: bold;
}

.teach_bgcolor_educproc
{
  background-color: #ffffff;
}
.module_bgcolor_educproc
{
  background-color: #bcfbf7;
}
.sess_bgcolor_educproc
{
  background-color: #ddf1b6;
}
.usess_bgcolor_educproc
{
  background-color: #e0f9b9;
}
.zsess_bgcolor_educproc
{
  background-color: #b4ecb5;
}
.lsess_bgcolor_educproc
{
  background-color: #7fbf68;
}

.offset_bgcolor_educproc
{
  background-color: #D1DEFF;
}
.pract_bgcolor_educproc
{
  background-color: #FFF9AD;
}
.relax_bgcolor_educproc
{
  background-color: #fff0f0;
}
.nodata_bgcolor_educproc
{
  background-color: #C6C6C6;
}

.blue_row
{
  background-color: #e6f2ff;
}
.white_row
{
  background-color: #ffffff;
}
.red_background
{
  background-color: #FFC1C1;
}
.relative
{
  position:relative;
}
.absolute
{
  position:absolute;
}
.valign_middle
{
  vertical-align: middle !important;
}
.align_just
{
  text-align: justify !important;
}

ul.nomark
{
  margin:0;
  padding:0 0 0.5em 1em;
  list-style-position:outside;
  list-style-type:none;
}

/*.hidden *
{
 display:none;
}*/

div.dl_holder
{
	text-align: right; 
	height:19px;	
}
a.xls
{
  background-image:url(xls_dn.gif);
  background-position:3px 50%;
  background-repeat:no-repeat;
  padding:0 0 3px 22px;
}

span.error {
  color: red;
  font-weight: bold;
}


/*
exclamation
*/
.bell
{
  width: 27px;
  height: 27px;
  position: absolute; 
  top: -14px;
  right: -2px;
  background: transparent url(bell_excl.png) 50% 50% no-repeat;
  cursor: help;
}
.bell.text
{
  background-image: url(bell_text.png);
}
.alarm
{
    background: #FF0000;
    box-shadow: 1px 1px 2px #333;
    color: #FFFFFF;
    cursor: help;
    height: 15px;
    padding: 1px 3px;
    position: absolute;
    right: 4px;
    top: -10px;
    z-index: 1;
    font-size: 0.9em;
}
.mark
{
 /*background:#eedeff;*/
  
}
.otl
{
    color:green;
}
.hor
{
    color:#1e00ff;
}
.udovl
{
    color:#B9A102;
}
.neud
{
    color:red;
}
.dop
{
   font-weight:bold;
   cursor:pointer;
}

input.edit
{
  padding:0;
  border:0;
  text-align:center;
  background: transparent;
  color:#2121dc;
}

.photo
{
  padding: 10px;
  margin: 10px;
  border: 1px solid #E9E9E9;
}

div.left_block, div.right_block
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
div.right_block
{
  *padding-top: 10px;
  *padding-bottom: 10px;
}
div.right_block p
{
  line-height: 0.9em;
  *line-height: 0.3em;
}

table.wide td.nb_left
{
  padding-left: 0;
  width: 50px;
}
table.wide td.nb_right
{
  width: 150px;
}
table.wide td.nb_right_bottom input
{
  width: 125px;
  height: 26px;
  margin-top: 5px;
}
table.wide td.nb_forgot_pwd
{
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-size: 9pt;
}

.docs p
{
  line-height: 8pt;
  margin-left: 10px;
}
#mainpage div.three_level div.block_content
{
  border: none;
  background-color: #E6F2FF;
  margin: 0 15px 15px; 
}

div.three_level div.table_content, div.three_level div.simple_content
{
  background-color: white;
  padding: 15px 15px;
  margin: 0  15px 15px;
  border: 1px solid #c9c9c9;
}
div.three_level div.simple_content table td
{
  border: 1px solid #c9c9c9;
}
div.three_level div.table_content table th
{
  vertical-align: top;
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #dfdfdf;
  padding: 5px 12px;
}
div.three_level div.table_content table th:last-child
{
  border-width: 1px;
  border-style: none none solid solid;
  border-color: #dfdfdf;
}
div.three_level div.table_content table td
{
  width: auto;
  padding: 5px 7px;
  text-align: center;
  vertical-align: top;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #dfdfdf;
}
div.three_level div.table_content table td:first-child
{
  padding: 5px 15px;
  border-width: 1px;
  border-style: solid solid none none;
  border-color: #dfdfdf;
}

div.three_level div.table_content table td:last-child
{
  border-style: none;
  border-width: 1px;
  border-style: solid none none none;
  border-color: #dfdfdf;
}
div.three_level a
{
  text-decoration: none;
}
div.three_level a:hover
{
  text-decoration: underline;
}
#mainpage div.three_level p
{
  margin: 0 0 0 1em;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}
div.three_level div.table_content table td.align_left
{
  text-align: left;
  padding: 5px 10px;
}
div.three_level_no_side_margin div.block_content
{
  margin-left: 0 !important; 
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

div.three_level_no_side_margin div.block_content div.block_content
{
  background-color: white !important;
}

div.table_content table td.first_child, div.table_content table th.first_child
{
  border-left-width: 0;
  border-style: solid;
  border-color: #dfdfdf;
}
div.table_content table th
{
  padding: 5px 3px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dfdfdf;
}
div.table_content table td
{
  width: auto;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #dfdfdf;
}
div.table_content table
{
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
}
div.table_content table td.align_left
{
  text-align: left;
  padding: 5px 10px;
}
div.right_block p.p_tab
{
  padding-left: 15px;
}

p.visits_passdates
{
  margin-left: 15px;
}
div.visits_window
{
  margin: 10px;
}
div.visitsManInfo
{
  width: 685px;
}
p.visits_total_time
{
  font-size: 12px;
}

div.visits_table_area
{
  width: 685px;
}

div.visits_table table
{
  background: white none repeat scroll 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: #585858;
  font-size: 12px;
  text-align: center;
  width: auto;
}


div.visits_table .vis_col1
{
  width: 86px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
div.visits_table .vis_col2
{
  width: 60px;
}
div.visits_table .vis_col22
{
  border-top: 1px solid #aaa;
}
div.visits_table .vis_col3
{
  width: 120px;
  border-top: 1px solid #aaa;
}
div.visits_table .vis_col4
{
  width: auto;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
div.visits_table .vis_col1_
{
  width: 92px;
  *width: 79px;
  -o-width: 79px;
}
noindex:-o-prefocus, div.visits_table .vis_col1_
{
  width: 79px;
}
div.visits_table .vis_col2_
{
  width: 73px;
  *width: 60px;
}
noindex:-o-prefocus, div.visits_table .vis_col2_
{
  width: 60px;
}
div.visits_table .vis_col3_
{
  width: 133px;
  *width: 120px;
  -o-width: 120px;
}
noindex:-o-prefocus, div.visits_table .vis_col3_
{
  width: 120px;
}
div.visits_table .vis_col4_
{
  width: auto;
}
div.visits_table th
{
  background: #2f76c5 none repeat scroll 0 0;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 2px 6px;
}
div.visits_table td
{
  border: 1px solid #aaaaaa;
  padding: 2px 6px;
}
div.visitsManName
{
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px;
  text-align: center;
}
p.visits_table_dates
{
  font-size: 10pt;
  text-align: center;
}
.period_dates
{
  height: 16px;
}
#moder_portfolio_dates  .period_dates
{
  height: 23px;
}
.set_period_dates_but
{
  float: left;
  margin-left: 10px;
}
#set_visits_dates_but input
{
  margin-top: -1px;
}
.period_filter_str
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  line-height: 17pt;
}

/*следующие классы могут быть использованы для других диаграмм*/
.peaces-container
{
    position:relative; /*родитель отрезков с абсолютным позиционированием должен быть fixed, relative или absolute*/
    float:left;
    height:15px;
}
.peaces-container div
{
  height:15px;
  position:absolute; /*применено абсолютное позиционировании отрезков для того, чтобы длина всего контейнера "не скакала"*/
  float:left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}
.peaces-container div:hover
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.p-r { background:#E90000 }
.p-or { background:url("../img/or-bord1.gif") repeat-y scroll 0 0 #e99400 }
.p-g { background:#88c431 }
.p-lb2 { background:#9999cc }
.p-lb3 { background:url("../img/b-bord1.gif") repeat-y scroll 0 0 #7777ba }
.p-gr { background:#bbbbbb }

/*а эти классы используются конкретно для графика истории посещений*/
.visits_graph_container
{
  overflow: hidden;
}
.visits_graph
{
  background: url(../img/att_back.png) 7.3em 0% repeat-y;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 870px;
  float: left;
}
.visits_graph_legend
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 200px; 
  float: right;  
}
.visits_graph_legend div.legend_title
{
    font-weight:bold; 
    font-size:10px; 
}
.visits_graph_legend a
{
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 5px;
  width: 15px;
  height: 15px;
}
.visits_graph_legend p
{
  font-size: 10px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.visits_graph .width_block
{
  position: relative;
  width:870px;
}
.visits_graph .width_block div.pair_hint
{
  display: inline;
  height: 20px;
  width: 378px;
  margin-left: 310px;
  vertical-align: bottom;
}
div.pair_hint table
{
  display: inline-block;
  *display: inline;
  table-layout: fixed;
  width: 378px;
}
div.pair_hint table tr
{
  width: 100%;
  height: 18px;
}
div.pair_hint table td
{
  height: 18px;
  width: 41px;
}
div.pair_hint table td.pair_separator
{
  width: 4px;
  width: 2px\9;
  *width: 2px;
}

.visits_graph .top_graph
{
  height:18px; 
  background:url(../img/att_head.png) no-repeat scroll 7.3em 0% #FFFFFF;
  _background-position-y: 3px;
}
.visits_graph .bottom_graph
{
  height:18px; 
  background:url(../img/att_foot.png) no-repeat scroll 7.3em 0% #FFFFFF;
}
.visits_graph .title_time_osu
{
  display: inline;
  position: absolute;
  margin-left: 55px;
  font-weight: bold; 
  font-size: 10px; 
  width: 140px;
}
.visits_graph .bottom_graph .title_time_osu
{
  margin-top: 6px;
}
.visits_graph .day_graph
{
    opacity:0.95;
    height:20px;
}
.visits_graph .day_graph_last
{
    opacity:0.95;
    height:15px;
}
.visits_graph .date_visit
{
    clear:left; 
    font-weight:bold; 
    float:left; 
    display:block; 
    width:7.3em;
}
.visits_graph .day_off
{
    color:#999999;
}
.visits_graph .day_time_osu
{
    font-weight: bold;
    margin: 0 0 0 765px;
}
.visits_graph .bottom_string
{
    padding: 4px 0; 
    height:12px; 
    font-weight:bold; 
    background:#FFFFFF;
}
.alone_block
{
  border: 1px solid #dfdfdf;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.lks_table
{
  width: 100%;
}
.lks_table tbody tr th, .lks_table tbody tr td
{
  border: 1px solid #dfdfdf;
  padding: 3px 5px;
  text-align: center;
}
.lks_table tbody tr th
{
  background: #2f76c5 none repeat scroll 0 0;
  color: #ffffff;
}
.lks_table tbody tr td.align_left
{
  text-align: left;
}
.lks_table tbody tr td div.row_title
{
  font-size: 1.2em;
  font-weight: bold;
  margin: 5px;
}
.lks_table span.hint
{
  cursor: help;
  font-weight: bold;
}
.lks_table span.lect
{
  color: green;
}
.lks_table span.prakt
{
  color: #ffa500;
}
.lks_table span.lab
{
  color: red;
}
.lks_table span.egz
{
  background: #fdd none repeat scroll 0 0;
  color: black;
  padding: 0 3px;
}
.lks_table span.cons
{
  background: #dfd none repeat scroll 0 0;
  color: black;
  padding: 0 3px;
}
.lks_table tr.selected
{
  background-color: #d8ebff;
}
.progress_table
{
  border: none;
}
.progress_table tbody tr th.col2
{
  width: 300px;
}
.progress_table tbody tr th.col7
{
  width: 350px;
}
.progress_table tbody tr.sem_sum
{
  background: #fff1c2 none repeat scroll 0 0;
  font-weight: bold;
}
.progress_table tbody tr.sem_separator, .lks_table tbody tr.group_separator
{
  height: 25px;
  border-left: none;
  border-right: none;
}
.lks_table tbody td.group_name
{
  background: #D8EBFF none repeat scroll 0 0;
  font-weight: bold;
}
span.desc
{
  border: 1px solid #aaa;
  float: left;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.exam_cell
{
  background: #eedeff none repeat scroll 0 0;
}
.attendance_table tbody tr th.col_graph
{
  width: 200px;
}

div.block_content table.educproc_tab
{
  border-collapse: collapse;
  font-size: 95%;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
div.block_content table.educproc_tab tr.month
{
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
div.block_content table.educproc_tab tr td
{
  padding: 2px 4px;
}
div.block_content table.educproc_tab tr td.month
{
  border: 1px solid #cecece;
}
div.block_content table.educproc_tab tr td.weekname
{
  border: 1px solid #cecece;
  width: 50px;
}

div.block_content table.educproc_legend
{
  border: none;
  font-size: 95%;
}
div.block_content table.educproc_legend td
{
  padding-left: 3px;
}
div.block_content table.educproc_legend .educproc_legend_col_1
{
  width: 50px;
  text-align: center;
  border: 1px solid #cecece;
}
div.block_content table.educproc_legend .educproc_legend_col_2
{
  text-align: left;
}

.attendance_legend
{
  margin-top: 10px;
}

.attendance_legend a
{
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}

.brdlft
{
  border-left: 1px solid #cecece !important;
}
.brdup
{
  border-top: 1px solid #cecece !important;
}
.brddwn
{
  border-bottom: 1px solid #cecece !important;
}
.brdsemleft
{
  border-left: 1px solid #00AA00 !important;
}
.brdsemright
{
  border-right: 1px solid #00AA00 !important;
}
.brdsemtop
{
  border-top: 1px solid #00AA00 !important;
}
/*Для библиотечного описания изданий*/
.CardTable {
    width:100%;
}
div.vkrTable table td{
    text-align: left;
}
div.vkrTable a{
    margin-left: 25px;
}
.CodeShort
{
  width:70px;
}
.TitleCont
{
  padding:5px;
}

span.underline_inactive {
    border-bottom: 2px solid #2f76c5;
    padding-left: 5px;
    padding-right: 5px;
}
span.underline_inactive a
{
  color:#2f76c5;
  text-decoration: none;
}
span.underline_inactive a:hover
{
  color:#2f76c5;
  text-decoration: none;
  text-shadow: 0 0 12px;
}
span.underline_header {
    border-bottom: 2px solid #2f76c5;
    padding-left: 0px;
    padding-right: 10px;
}
span.underline_active {
    border-bottom: 2px solid #2f76c5;
    background-color: #2f76c5;
    padding-left: 5px;
    padding-right: 5px;
    color:#fff;
}
span.underline_active a, span.underline_active a:hover {
  color: white;
  text-decoration: none;
}
.imglinks
{
  margin-bottom: 12px;
}

div.portfolio_first_block
{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  height: 15px;
}

div.portfolio_first_block div
{
  display: inline-block;
}
div.portfolio_first_block .portfolio_title
{
  float: left;
}
div.portfolio_first_block .portfolio_field_of_activity
{
  margin-top: -5px;
}
div.portfolio_first_block .portfolio_field_of_activity form
{
  display: inline;
  margin-left: 5px;
}
div.portfolio_first_block .portfolio_field_of_activity select
{
 
}
div.portfolio_first_block .portfolio_anchors
{
  float: right;
  font-size: 8pt;
}
div.portfolio_first_block .portfolio_anchors a
{
  margin-left: 15px;
}
div.portfolio_text_rubrics
{
  border-color: black;
}
div.text_rub_block
{
  margin-bottom: 5px;
}
div.text_rub_content_block
{
}
div.text_rub_control_block
{
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
div.text_rub_control_block a
{
  margin-left: 10px;
  margin-right: 10px;
}
div.text_rub_status
{
  display: inline-block;
  *display: inline;
  float: left;
}
div.text_rub_inner_block
{
  display: inline-block;
  *display: inline;
  width: 1085px;
}
div.text_rub_status span
{
  display: block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
  margin: 2px 3px 10px;
}
div.text_rub_status span.accepted
{
  background: transparent url("../img/portf-status-accepted.png") no-repeat scroll 0 0;
}
div.text_rub_status span.decline
{
  background: transparent url("../img/portf-status-decline.png") no-repeat scroll 0 0;
}
div.text_rub_status span.waiting
{
  background: transparent url("../img/portf-status-waiting.png") no-repeat scroll 0 0;
}
div.text_rub_status span.changed
{
  background: transparent url("../img/portf-status-changed.png") no-repeat scroll 0 0;
}
div.text_rub_status span.private
{
  background: transparent url("../img/portf-status-private.png") no-repeat scroll 0 0;
}
div.text_rub_status span.archive
{
  background: transparent url("../img/portf-status-archive.png") no-repeat scroll 0 0;
}
div.text_rub_title_block
{ 
  font-size: 12pt;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 1px;
}
div.text_rub_text_block
{
  margin: 10px 20px;
}

div.portfolio_main_block
{
}
div.portfolio_left_block
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  width: 1090px;
}
div.portfolio_left_block div.block_content div.block_content_inner
{
}
div.portfolio_filter_block
{
  border-top: 1px solid #b5b5b5;
}
div.portfolio_filter_block a
{
  display: inline-block;
  text-decoration: none;
  border-right: 1px solid #b5b5b5;
  font-size: 1.15em;
  color: #505050;
  background-color: #eeeeee;
}
div.portfolio_filter_block a.current
{
  font-weight: bold;
  background-color: #ffffff;
}
div.portfolio_filter_block div
{
  margin: 4px 10px;
}
div.portfolio_content_block
{
  padding-top: 18px;
}
div.portfolio_right_block
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
div.portfolio_legend 
{
  vertical-align: top;
  margin-left: 15px;
  font-size: 9pt;
  text-align: left;
}
div.portfolio_legend  div.legend_title
{
  margin-bottom: 5px;
}
div.portfolio_legend p
{
  line-height: 2em;
  margin-bottom: 0;
  margin-top: -0.4em;
}
div.portfolio_legend a
{
  margin-right: 5px;
}
div.portfolio_legend a,
div.portfolio_subject_block div.status_icon,
div.table_content table td div.status_icon
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 15px;
  vertical-align: middle;
  width: 15px;
}
div.editform div.portfolio_subject_block div.notice
{
  margin-right: 30px;
}
div.portfolio_legend a.accepted,
div.portfolio_subject_block div.status_icon.accepted,
div.table_content table td div.status_icon.accepted
{
  background: transparent url("../img/portf-status-accepted.png") no-repeat scroll 0 0;
}
div.portfolio_legend a.waiting, 
div.portfolio_subject_block div.status_icon.waiting,
div.table_content table td div.status_icon.waiting
{
  background: transparent url("../img/portf-status-waiting.png") no-repeat scroll 0 0;
}
div.portfolio_legend a.declined,
div.portfolio_subject_block div.status_icon.declined,
div.table_content table td div.status_icon.declined
{
  background: transparent url("../img/portf-status-declined.png") no-repeat scroll 0 0;
}
div.portfolio_legend a.in_draft,
div.portfolio_subject_block div.status_icon.in_draft,
div.table_content table td div.status_icon.in_draft
{
  background: transparent url("../img/portf-status-indraft.png") no-repeat scroll 0 0;
}
div.portfolio_legend a.archive,
div.portfolio_subject_block div.status_icon.archive,
div.table_content table td div.status_icon.archive
{
  background: transparent url("../img/portf-status-archive.png") no-repeat scroll 0 0;
}

div.portfolio_content_block div.block
{
  margin-bottom: 20px !important;
}

div.portfolio_content_block  div.block_header
{
  background:#ececec url(../img/portf-block-title-header.png) no-repeat right center !important;
  font-weight: bold !important;
  color: #000 !important;
}
div.portfolio_content_block div.block_header:hover
{
  background:#F6F6F6 url(../img/portf-block-title-header-hover.png) no-repeat right center !important;
	color:#555 !important;
}
div.portfolio_content_block div.block.hidden div.block_header
{
  background:#ececec url(../img/portf-block-title-header-down.png) no-repeat right center !important;
	color:#000 !important;
}
div.portfolio_content_block div.block.hidden div.block_header:hover
{
  background:#F6F6F6 url(../img/portf-block-title-header-down-hover.png) no-repeat right center !important;
	color:#555 !important;
}
a.portf_add_subject,
a.portf_add_achi
{
  margin-left: 10px;
  color: #838383;
  font-size: 9pt;
}
div.portf_add_subject
{
}
div.portf_add_achi
{
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: -7px;
}
div.portfolio_subject_block
{
  margin-top: 10px;
}
div.portfolio_main_block.editform  div.portfolio_subject_block
{
  width: 1045px;
}
div.portfolio_subject_block .version
{
  background-color: #f8f8f8;
  padding: 10px;
}

div.portfolio_subject_block .version.public
{
  background-color: #ebf4ff;
}
div.portfolio_subject_block .version.private
{
  background-color: #f5f5f5;
}
div.portfolio_subject_block .version.alternative
{
  border: 1px dashed #838383;
  margin-top: -1px;
} 
div.portfolio_subject_block .first_line
{

}
div.portfolio_subject_block .status_text
{
  display: inline-block;
  *display: inline;
  float: left;
  height: 10px;
  font-size: 8pt;
  color: #838383;
}
div.portfolio_subject_block .control,
div.table_content table td .control,
div.portfolio_file_list .control
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  float: right;
  margin-left: 10px;
  cursor: pointer;
}
div.portfolio_subject_block .control.delete,
div.table_content table td .control.delete,
div.upload_file_list .control.delete,
div.portfolio_file_list .control.delete
{
  background: transparent url("../img/portf-control-delete.png") no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
}
div.portfolio_subject_block .control.delete:hover,
div.table_content table td .control.delete:hover,
div.upload_file_list .control.delete:hover,
div.portfolio_file_list .control.delete:hover
{
  background: transparent url("../img/portf-control-delete-hover.png") no-repeat scroll 0 0;
}
div.portfolio_subject_block .control.edit,
div.table_content table td .control.edit
{
  background: transparent url("../img/portf-control-edit.png") no-repeat scroll 0 0;
  width: 14px;
  height: 17px;
}
div.portfolio_subject_block .control.public-on,
div.table_content table td .control.public-on
{
  background: transparent url("../img/portf-control-public-on.png") no-repeat scroll 0 0;
  width: 17px;
  height: 16px;
  background-position-y: center;
}
div.portfolio_subject_block .control.public-off,
div.table_content table td .control.public-off
{
  background: transparent url("../img/portf-control-public-off.png") no-repeat scroll 0 0;
  width: 17px;
  height: 16px;
  background-position-y: center;
}
div.portfolio_subject_block .control.edit:hover,
div.table_content table td .control.edit:hover
{
  background: transparent url("../img/portf-control-edit-hover.png") no-repeat scroll 0 0;
}
div.portfolio_subject_block .control.accept,
div.table_content table td .control.accept
{
  background: transparent url("../img/portf-control-accept.png") no-repeat scroll 0 0;
  width: 23px;
  height: 23px;
  margin-top: -3px;
}
div.portfolio_subject_block .control.accept:hover,
div.table_content table td .control.accept:hover
{
  background: transparent url("../img/portf-control-accept-hover.png") no-repeat scroll 0 0;
}
div.portfolio_subject_block .control.decline,
div.table_content table td .control.decline
{
  background: transparent url("../img/portf-control-decline.png") no-repeat scroll 0 0;
  width: 23px;
  height: 23px;
  margin-top: -3px;
}
div.portfolio_subject_block .control.decline:hover,
div.table_content table td .control.decline:hover
{
  background: transparent url("../img/portf-control-decline-hover.png") no-repeat scroll 0 0;
}
div.portfolio_subject_block .header
{
}
div.portfolio_subject_block .status_icon
{
  margin: 5px 12px;
}
div.portfolio_subject_block .title
{
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  font-size: 10pt;
  font-weight: bold;
  *zoom: 1;
}
div.portfolio_subject_block .content
{
  margin-left: 50px;
  padding-right: 10px;
}
div.portfolio_subject_block .notice
{
  background-color: #dc9923;
  padding: 5px 10px;
  font-size: 8pt;
  color: #fff;
}
a.portf-public-link
{
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../img/portf-public-link.png) no-repeat center;
  width: 16px;
  height: 16px;
}
/*Форма выбора вида достижения*/
div.portfolio_main_block.editform fieldset.change_subj_type
{
  margin-left: -10px;
  border: medium none;
  *margin-bottom: 10px;
}
div.portfolio_main_block.editform fieldset.change_subj_type select
{
  width: 400px;
  max-width: 400px;
  padding-left: 15px;
}
/*Форма редактирования*/
div.portfolio_main_block.editform,
div.portfolio_main_block.user_settings
{
  margin: 0 15px;
  background-color: #f8f8f8;
}
div.portfolio_main_block.editform .portfolio_left_block
{
  width: auto;
}
div.portfolio_main_block.editform .header_form,
div.portfolio_main_block.user_settings .header_form
{
  font-size: 12pt;
  margin-bottom: 20px;
}
div.portfolio_main_block.editform .portfolio_content_block,
div.portfolio_main_block.user_settings .portfolio_content_block
{
  padding: 10px;
}
div.portfolio_main_block.editform .portfolio_right_block
{
  padding: 10px;
}
div.portfolio_main_block.editform div.portfolio_subject_block .version
{
  margin-right: 30px;
}
div.portfolio_main_block.editform div.portfolio_subject_block .version.current
{
  border: 2px dashed #BC4B00;
}
div.portfolio_main_block.editform form
{
  width: 980px;
}
div.portfolio_main_block.user_settings form,
div.portfolio_main_block.user_settings div.alert
{
  width: 1035px;
}
div.portfolio_main_block.user_settings div.alert
{
  padding-left: 15px;
  color: red;
  font-weight: bold;
}
/*рамки филдсетов без границ*/
div.portfolio_main_block.editform fieldset
{
  border: medium none;
  *margin-top: 12px;
  *margin-bottom: 12px;
}
@media \0screen
{
  div.portfolio_main_block.editform fieldset
   {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
div.portfolio_main_block.user_settings fieldset
{
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 16px;
  padding-left: 15px;
  padding-bottom: 12px;
  line-height: 30px;
}
div.portfolio_main_block.user_settings fieldset label
{
  display: block;
  line-height: 25px;
}
div.portfolio_main_block.user_settings fieldset label.for_fieldset
{
  line-height: 15px;
  vertical-align: top;
  position: absolute;
  margin-top: -26px;
  margin-left: -7px;
  background-color: #f8f8f8;
  padding-left: 3px;
  padding-right: 5px;  
}
div.portfolio_main_block.user_settings input[type="checkbox"]
{
  margin-top: 0;
}
div.portfolio_main_block.user_settings fieldset div.photo
{
  width: 100px;
}

/*высота всех select*/
div.portfolio_main_block.editform fieldset select
{
  height: 25px;
  padding-left: 15px;
}
div.portfolio_main_block.editform fieldset select option
{
  padding-left: 15px;
}
/*Общие свойства для всех legend*/
div.portfolio_main_block.editform legend
{
  background-color: #ffffff;
  font-size: 8pt;
  color: #838383;
  position: absolute;
  margin-top: -7px;
  margin-left: 15px;
}
/*Общие свойства для всех input*/
div.portfolio_main_block.editform input
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 23px;
  margin-top: 1px;
  padding-left: 15px;
  width: 1000px;
}
/*Общие свойства для всех textarea*/
div.portfolio_main_block.editform textarea
{
  height: 120px;
  resize: none;
  padding-left: 15px;
  padding-top: 5px;
  font-family: Arial, Verdana;
  font-size: 1em;
  width: 1000px;
}
div.portfolio_main_block.editform div.text_rubric_params table td.text_rub_location_select select
{
  height: 25px;
  width: 655px;
  max-width: 655px;
  padding-left: 15px;
}
div.portfolio_main_block.editform div.text_rubric_params table
{
  width: 990px;
}
div.portfolio_main_block.editform div.text_rubric_params table td.portfolio-form__checkboxes
{
  vertical-align: bottom;
}
div.portfolio_main_block.editform div.text_rubric_params table td.portfolio-form__checkboxes div.portfolio-form__checkboxes
{
  float: right;
  margin-bottom: 5px;
}
div.portfolio_main_block.editform div.text_rubric_params table td.portfolio-form__checkboxes div.portfolio-form__checkbox
{
  height: 20px;
}
div.portfolio_main_block.editform div.text_rubric_params table td.portfolio-form__checkboxes input
{
  margin-top: 0;
  vertical-align: middle;
  width: auto;
  margin-left: 0;
}
div.portfolio_main_block.editform div.text_rubric_params table td.portfolio-form__checkboxes label
{
  vertical-align: top;
}
/*Особые свойства для строки названия текстового поля*/
div.portfolio_main_block.editform div.text_rubric_title 
{
  margin-left: 0px;
}
div.portfolio_main_block.editform div.text_rubric_title input
{
  margin-left: 0;
  padding-left: 25px;
  width: 990px;
}
div.portfolio_main_block.editform div.text_rubric_title select
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-left: 0;
}
div.portfolio_main_block.editform div.select_arrow
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/portf-select-arrow.png) no-repeat right center;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 2px;
  position: absolute;
  z-index: 0;
}
div.portfolio_main_block.editform  div.select_arrow:hover
{
  background: url(../img/portf-select-arrow-hover.png) no-repeat right center;
}
/*Особые свойства для элементов текстового блока*/
div.portfolio_main_block.editform form.text_rubric fieldset.form_field,
div.portfolio_main_block.editform form.text_rubric div.text_rubric_params
{
  margin-left: 40px;
}
div.portfolio_main_block.editform form.text_rubric div.text_rubric_title input
{
  width: 940px;
}
div.portfolio_main_block.editform form.text_rubric textarea,
div.portfolio_main_block.editform form.text_rubric div.text_rubric_params table
{
  width: 950px;
}
div.portfolio_main_block.editform form.text_rubric div.text_rubric_params table td.text_rub_location_select select
{
  width: 625px;
}
/* Навигация по страницам списка */
.pagenavlist__block
{
  margin-top: 1em;
  margin-bottom: 1em;
}
.pagenavlist__list
{
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.pagenavlist__item
{
  margin: 0 2px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.pagenavlist__item.pagenavlist__item_current
{
  border-color: #ccc;
}
.pagenavlist__item.pagenavlist__item_current a
{
  pointer-events: none;
}
.pagenavlist__item.pagenavlist__item_current:hover a
{
  text-decoration: none;
}
.pagenavlist__item.pagenavlist__prev-item,
.pagenavlist__item.pagenavlist__next-item
{
}
.pagenavlist__item.pagenavlist__prev-item a,
.pagenavlist__item.pagenavlist__next-item a
{
}
.pagenavlist__item.pagenavlist__prev-item.pagenavlist__item_noactive a,
.pagenavlist__item.pagenavlist__next-item.pagenavlist__item_noactive a
{
  text-decoration: none;
  pointer-events: none;
  color: #aaa;
}
.pagenavlist__item.pagenavlist__prev-item:hover a,
.pagenavlist__item.pagenavlist__next-item:hover a
{
  text-decoration: none;
}
.pagenavlist__item:hover a
{
  text-decoration: underline;
}
.pagenavlist__item a
{
  display: block;
  min-width: 1em;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  transition: none;
}
.pagenavlist__dots
{
  cursor: default;
}
.pagenavlist__dots:before
{
  content: '...';
  display: block;
  padding: 5px;
  text-align: center;
}
.pagenavlist__counter
{
  display: inline-flex;
  margin-left: 10px;
}
/*Особые свойства формы темы НИР*/
table.portf_grad_work
{
  margin-left: 5px;
  margin-top: 5px;
  width: 99%;
}
table.portf_grad_work tr,
table.portf_conference tr
{
  border: 1px solid #dddddd;
}
table.portf_grad_work td,
table.portf_conference td
{
  border: 1px solid #dddddd;
  padding: 5px 15px;
}
div.portfolio_main_block.editform table.portf_grad_work,
div.portfolio_main_block.editform table.portf_conference
{
  margin-left: 50px;
  margin-top: 5px;
  width: 930px;
}

div.portfolio_main_block.editform form.grad_work fieldset.form_field,
div.portfolio_main_block.editform form.grad_work  div.text_rubric_params,
div.portfolio_main_block.editform form.conference  fieldset.form_field,
div.portfolio_main_block.editform form.conference  div.text_rubric_params,
div.portfolio_main_block.editform form.conference  div.conference_dates,
div.portfolio_main_block.editform form.publication  fieldset.form_field,
div.portfolio_main_block.editform form.publication  div.text_rubric_params
{
  margin-left: 210px;
}
div.portfolio_main_block.editform form.grad_work input,
div.portfolio_main_block.editform form.grad_work textarea,
div.portfolio_main_block.editform form.grad_work div.text_rubric_params table,
div.portfolio_main_block.editform form.conference input,
div.portfolio_main_block.editform form.conference textarea,
div.portfolio_main_block.editform form.conference div.text_rubric_params table,
div.portfolio_main_block.editform form.publication input,
div.portfolio_main_block.editform form.publication textarea,
div.portfolio_main_block.editform form.publication div.text_rubric_params table
{
  width: 755px;
}

/*Особые свойства для темы НИР, номер протокола*/
div.portfolio_main_block.editform table.grad_work_table fieldset.protocol_number input
{
  width: 195px;
}
/*Особые свойства для конференций: даты проведения, уровень, участие*/
div.portfolio_main_block.editform div.conference_dates div.conference_date
{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
div.portfolio_main_block.editform select.conference_select,
div.portfolio_main_block.editform form.conference div.text_rubric_params table td.text_rub_location_select select,
div.portfolio_main_block.editform form.publication div.text_rubric_params table td.text_rub_location_select select
{
  width: 448px;
}
div.portfolio_left_block div.table_content table tr.conf_separator
{
  height: 20px;
}
/*Особые свойства для публикаций, поля страниц публикаций*/
div.portfolio_main_block.editform  fieldset.form_field.pages input
{
  width: 45px;
}
div.portfolio_main_block.editform  fieldset.edition select#EditionSelect
{
  width: 775px;
}
div.portfolio_main_block.editform  fieldset.edition input.radio
{
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}
div.portfolio_main_block.editform  fieldset.form_field.edition_year input,
div.portfolio_main_block.editform  fieldset.form_field.edition_tome input
{
  width: 132px;
}
/*Особые свойства для календаря*/
div.portfolio_main_block.editform input.dateField
{
  border-color: #bbb;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  float: left;
  height: 23px;
  margin: 0 !important;
  padding: 0px 0px 0px 15px !important;
  width: 174px !important;
}
div.portfolio_main_block.editform div.text_rubric_params .Calendar table 
{
  width: 100% !important;
  margin: 0 !important;
}
div.portfolio_main_block.editform .calendar_arrow
{
  background: url(../img/portf-select-arrow.png) no-repeat right center;
  height: 23px;
}
div.portfolio_main_block.editform  .calendar_arrow:hover
{
  background: url(../img/portf-select-arrow-hover.png) no-repeat right center;
}
/*Свойства кнопок "Отправить", "Отмена"*/
div.portfolio_formedit_controls
{
  text-align: right;
  background-color: #e3e3e3;
  margin: 0 15px;
  padding: 10px 20px;
}
div.portfolio_formedit_controls div.lks_button
{
  width: 65px;
}
/**/
div.lks_button
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #2065ae;
  color: #ffffff;
  padding: 7px 20px;
  margin: 0 5px;
  text-align: center;
  border-style: solid;
  border-width: 1.5px;
  border-top-color: #72afef;
  border-left-color: #72afef;
  border-right-color: #1b5593;
  border-bottom-color: #1b5593;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
}
div.lks_button div
{
  vertical-align: middle;
}
div.lks_button:hover
{
  background-color: #467fcb;
  border-top-color: #8dcaff;
  border-left-color: #8dcaff;
  border-right-color: #3e6dad;
  border-bottom-color: #3e6dad;
}
div.lks_button.cancel,
div.lks_button.add_file_button
{
  background-color: #888888;
  border-top-color: #d1cfcf;
  border-left-color: #d1cfcf;
  border-right-color: #6e6e6e;
  border-bottom-color: #6e6e6e;
}
div.lks_button.cancel:hover,
div.file_button:hover div.add_file_button
{
  background-color: #a5a2a3;
  border-top-color: #edeaeb;
  border-left-color: #edeaeb;
  border-right-color: #848484;
  border-bottom-color: #848484;
}
div.lks_button.add_file_button
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  line-height: 20px;
  font-weight: bold;
}
div.lks_button span.preloader
{
  display: block;
  height: 16px;
  width: 16px;
  background: url(../img/ajax-loader.gif) no-repeat right center;
  margin-left: -16px;
  position: absolute;
}
div.table_content
{
  background-color: #f8f8f8;
  margin-top: 10px;
  padding: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
div.table_content table
{
  border: none;
}
div.table_content table tr
{
  border: none;
}
div.table_content table th
{
  border: 1px solid #ddd;
  background-color: #bbd3f0;
  vertical-align: top;
}
div.table_content table td
{
  border: 1px solid #ddd;
/*vertical-align: top;*/
  padding: 5px 3px 15px;
}
div.table_content table td.version.alternative
{
  border-top: 1px dashed #838383;
  border-bottom: 1px dashed #838383;
}
div.table_content table td.version.alternative.altleft
{
  border-left: 1px dashed #838383;
}
div.table_content table td.version.alternative.altright
{
  border-right: 1px dashed #838383;
}
div.table_content table td.version.altnext
{
  border-bottom: 1px dashed #838383;
}
div.table_content table td.status_td
{
  width: 120px;
  background-color: #fff6fd !important;
}
div.table_content table td.public
{
  background-color: #ebf4ff;
}
div.table_content table td.private
{
  background-color: #fff;
}
div.table_content table th.controls,
div.table_content table td.controls
{
  vertical-align: middle;
  padding-right: 15px;
  width: 50px;
}
div.table_content table td.controls&gt;div
{
  width: 100px;
  height: 15px;
}
#portfolio_frag_moder_block div.table_content table th.controls,
#portfolio_frag_moder_block div.table_content table td.controls
{
  width: 90px;
}
div.table_content table td.last_version
{
  border-bottom: 2px solid #707070 !important;
}
div.table_content table td .status_text
{
  color: #838383;
  font-size: 8pt;
}
/*Загрузка файлов достижений*/
div.upload_bar span
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 35px;
  font-size: 12pt;
}

div.upload_bar div.file_button
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
div.upload_bar div.file_button input
{
  position: absolute;
  margin-left: 5px;
  width: 140px !important;
  height: 35px !important;
  padding-left: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
div.upload_bar div.file_button input div.add_file_button
{
  position: absolute;
  vertical-align: top;
}
div.upload_bar div.file_statistics
{
  padding: 5px;
}
div.upload_bar div.file_statistics&gt;*
{
  display: block;
  font-size: 10pt;
  line-height: 18px;
}
fieldset.file_field div.uploadfiles_no_suppurt
{ 
  text-align: center;
  margin-top: 10px;
  color: red;
  font-size: 11pt;
  font-weight: bold;
}
div.upload_file_list table.upload_file_elem
{
  margin: 10px 0;
  height: 90px;
  width: 1015px;
  background-color: #fff;
}
div.upload_file_list table.upload_file_elem td
{
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}
div.upload_file_list table.empty_list td
{
  font-size: 12pt;
}
div.upload_file_list table.upload_file_elem div.file_doc_type,
div.upload_file_list table.upload_file_elem div.file_doc_type select
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 350px;
}
div.upload_file_list table.upload_file_elem div.file_page_count,
div.upload_file_list table.upload_file_elem div.file_page_count input
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
}
div.upload_file_list .control,
div.portfolio_file_list .control
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
div.upload_file_list table.upload_file_elem a.file_item
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-decoration: none;
}
div.upload_file_list table.upload_file_elem a.file_item img,
div.portfolio_file_list  a.file_item img
{
  max-width: 100px;
  max-height: 100px;
}
div.portfolio_file_list  a.file_item img
{
  margin-top: 5px;
}
div.upload_file_list table.upload_file_elem div.progress_bar
{
  width: 75px;
  height: 10px;
  border: 1px solid #a29d9d;
  background-color: #000;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
}
div.upload_file_list table.upload_file_elem div.progress_bar_value
{
  height: 10px;
  background-color: #5c9ee5;
  border-radius: 5px;
  width: 0;
}
div.upload_file_list table.upload_file_elem span.file_name,
div.portfolio_file_list table td.file_item span.file_name
{
  display: block;
  line-height: 20px;
}
div.portfolio_file_list table td.file_item a
{
  width: 100px;
}
div.upload_file_list table.upload_file_elem tr.error_upload
{
  background-color: #FFC1C1;
}
tr.attach_header_tr td
{
  vertical-align: top !important;
}
tr.attach_header_tr td div
{
 margin-top: 2px;
 margin-bottom: 2px;
}
tr.attach_header_tr td div img
{
  width: 50px;
  height: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .5s ease;
}
tr.attach_header_tr td div img:hover
{
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
tr.attach_header_tr td div span
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 10px;
}
tr.attach_header_tr td div a
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
/*Кнопка раскрытия ячейки с большим содержимым*/
div.table_content table td.td_short_column_text
{
  position: relative;
  background-color: transparent;
}
div.table_content table td div.short_column_text
{
  cursor: pointer;
}
div.table_content table td.public.td_short_column_text div.short_column_text
{
  background-color: #ebf4ff;
}
div.table_content table td.private.td_short_column_text div.short_column_text
{
  background-color: #fff;
}
div.short_column_text_container
{
  display: table;
  position: relative;
  overflow: hidden;
  height: 100%;
}
div.short_column_text_container div.short_column_text_inner
{
  display: table-cell;
  vertical-align: middle;
  padding: 3px;
}
div.short_column_text
{
  width: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.short_column_text_curtain
{
  background:url("../img/table_curtain.png") repeat-x;
  position: relative;
  width: 100%;
  height: 64px;
  margin-top: -64px;
  z-index: 0;
}

div.portfolio_subject_block label.radio
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-top: 5px;
}
div.portfolio_subject_block label.radio input
{
  width: auto;
  vertical-align: middle;
}
div.portfolio_subject_block label.radio span
{
  vertical-align: middle;
}
#ajax_auth_form_container
{
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.8);
}
#ajax_auth_form_inner
{
  display: table-cell;
  vertical-align: middle;
}
#ajax_auth_form_block
{
  margin: auto;
  background-color: #eee;
  padding: 10px;
  width: 280px;
}
#ajax_auth_form_block p.header
{
  margin-top: 0;
}
#ajax_auth_form_block p.comment
{
  font-size: 9pt;
}
#ajax_auth_form_block table
{
  width: 100%;
}
#ajax_auth_form_block table td
{
  padding-top: 2px;
  padding-bottom: 2px;
}
#ajax_auth_form_block input
{
  width: 220px;
}
#ajax_auth_form_block #ajax_auth_form_error_tr
{
  
}
#ajax_auth_form_block #ajax_auth_form_error_p
{
  color: red;
}
#ajax_auth_form_block input#ajax_auth_form_submit,
#ajax_auth_form_block input#ajax_auth_form_cancel
{
  width: auto;
  float: right;
}
#mainpage div.portfolio_user_manual h1
{
  color: #000;
  font-size: 16pt;
}
#mainpage div.portfolio_user_manual h2
{
  color: #000;
  font-size: 13pt;
  line-height: 30pt;
}
#mainpage div.portfolio_user_manual h3
{
  color: #000;
}
#mainpage div.portfolio_user_manual p
{
  margin-top: 2pt;
  margin-bottom: 2pt;
}
#mainpage div.portfolio_user_manual a p
{
  font-size: 10pt;
  margin-top: 2pt;
  margin-bottom: 2pt;
}
#mainpage div.portfolio_user_manual img.pic_manual
{
  
}


@-webkit-keyframes pulsate
{
 50% { box-shadow: 0 0 20px #ccd111cc; background: #ccd11150;} 
}
@keyframes pulsate
{
 50% { box-shadow: 0 0 20px #ccd111cc; background: #ccd11150;} 
}

.blinkinlink
{
  box-shadow: 0 0 0 #fff;
  /*text-shadow: 0 -1px rgba(0,0,0,.1);*/
  -webkit-animation: pulsate 1.8s linear 10;
  animation: pulsate 1.8s linear 10;
}

ol.vote {
	color: #3a3a3a;
}

/*#region Стили блоков с уведомлениями */

.notification {
  position: relative;
  padding: 16px 20px;
  margin: 14px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  max-height: 400px;
  overflow-y: auto;
}

.notification_small {
  max-height: 200px;
}

.notification p {
  margin: 4px 0;
}

.notification-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.notification-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.notification-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.notification-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.notification-waiting {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: transparent;
  background-color: #cce5ff;
  color: #004085;
  border-color: #b8daff;
}

.notification-waiting__text {
  
}

.notification-waiting__logo {
  margin-right: 20px;
}

.notification-link {
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
}

.notification-link:hover {
  text-decoration: underline;
  text-shadow: none;
}

.notification-success .notification-link {
  color: #0d441a;
}

.notification-warning .notification-link {
  color: #533f03;
}

.notification-danger .notification-link {
  color: #491217;
}

.notification-info .notification-link {
  color: #002752;
}

.notification hr {
  margin: 16px 0;
  border: 0;
}

.notification-success hr {
  border-top: 1px solid #619e6f;
}

.notification-warning hr {
  border-top: 1px solid #d2b665;
}

.notification-danger hr {
  border-top: 1px solid #c5868c;
}

.notification-info hr {
  border-top: 1px solid #709bca;
}

.notification::before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  width: 18px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
  vertical-align: baseline;
}

.notification-success::before {
  content: "\f00c";
}

.notification-warning::before {
  content: "\f071";
}

.notification-danger::before {
  content: "\f12a";
}

.notification-info::before {
  content: "\f129";
}

/*#endregion */

.italic {
  font-style: italic;
}

/*#region Раздел обращений */



/*#endregion */</pre></body></html>