html {
    height: auto !important;
}
  
body, p, td, th, li {
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif;
  font-size:14px;
  line-height:1.3;
  color: black;
}
body {
    top: 0 !important;
    position: static !important;
    min-height: 100vh !important;
}
section{
  background: white url('/images/top-background.png') repeat-x top left;
  background-size: auto 52px;
}
form{
  font-family: "Open Sans", sans-serif;
}

/* Headings */

h1,h2,h3 {
  line-height:1;
  margin-bottom:10px;
}
h1 {
  font-family:"Open Sans", sans-serif;
  font-size:18pt;
  color:#FF7E05;
  font-weight:bold;
}
h1 span {
  color: #444444;
  font-size:15pt;
  font-family:Open Sans
}
h2, h2 a, h3 {
  font-family:"Open Sans", sans-serif;
  font-size:15pt;
  color:#444444;
  margin-bottom:5px;
  font-weight:600;
}
h3 {
  font-size:12pt;
}
h3:not(.rubr-h3-small).orange, h3:not(.rubr-h3-small) span.orange {
  font-family:"Open Sans", sans-serif;
  font-size:14pt;
  font-weight: bold;
}
h4{
  font-family:"Open Sans", sans-serif;
  font-size:11pt;
  margin:0;
}
h6{
  font-family: sans-serif;
  font-size:8pt;
  font-weight:normal;
}

/* Links */

a {
  color: #0648b8;
  text-decoration:none;
  font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
  text-decoration:none;
  color: #2b00f7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;  
  transition: all 0.5s ease-in-out;
}
a.newslink:visited{
   color:#990099
}
*::selection{
  background-color: #ff9;
}

a.main {
  text-decoration:none;
  color:black;
}
a.main:hover  {
  text-decoration:none;
  color:#ff0000;
  border-bottom: 1px solid #FF7E05;
}
a.addres, a.dashed{
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed rgb(255, 126, 5);
}

/* Colors, Common styles */

.orange, .orange a, .free{
  color:#FF7E05;
  text-decoration:none;
}
.white{
  color:white !important;
}
.gray {
  color:#444444;
}
.black{
  color: black !important;
}
.underline{
  text-decoration: underline;
}
.red, a.red {
  color: red;
}
.green, a.green {
  color: green;
}
.nomargin, #footer p{
  margin:0
}
.nomargin-top{
  margin-top:0
}
.hide {
  display: none;
}
.pointer, .cursor-pointer{
   cursor: pointer;
}
.left{
  float: left;
}
.right{
  float: right;
}
.clear{
  clear: both;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* Images, Tables */

img {
  max-width:100%;
  height:auto;
}

.html_table, .wrap-super-table, div.wrap-super-table, div .wrap-super-table {
  max-width:900px;
  overflow-x:auto;
}
#news_list table, .small_p table {
    table-layout: fixed;
    max-width:900px;
    overflow-x: auto;
}
#news_list ul, #news_list ol{
  margin-top:0;
  margin-bottom: 0;
}

table{
  border-collapse: collapse;
}
table td{
  white-space: normal !important;
  border-collapse:collapse;
  width: auto !important;
}
table td p{
  white-space: normal !important;
}

table.outW, table.outtable, table.innertable, .scrolldiv{
  overflow-x: hidden !important;
}
table.innertable tr td:first-child{
  border-left:0;
}
table.innertable tr:last-child td{
  border-bottom:0;
}
table.outW td, table.outtable td{
  padding:0;
}
table.innertable td{
  padding:5px;
}
#news_list table, .small_p table{
  margin-top:5px;
  border-collapse:collapse;
  border: none;
  height: auto !important;
  width: auto !important;
}
#news_list td, .small_p td{
  border-collapse:collapse;
  border: 1px solid #e0e0e0;
  padding:2px;
}
#news_list td, #news_list td p, .small_p td, .small_p td p{
  font-family: sans-serif;
  font-size:10pt;
}
#news_list table.big td, table.big td p, .small_p table.big td, .small_p table.big td p{
  font-family: sans-serif;
  font-size:13px !important;
}
#news_list table.small td, table.small td p, .small_p table.small td, .small_p table.small td p{
  font-family: sans-serif;
  font-size:8px !important;
}

hr {
  border-width:0;
  color:#C0C0C0;
  background-color:#C0C0C0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px !important;
}

/* Font Sizes */
.small{
  font-size:8pt;
  font-family:"Open Sans", sans-serif;
}
.small9{
  font-size:9pt;
}

/* Header */
#head1 {
  background-color:#ff7e00;
  background-image:url('/images/background_orange.png');
  background-repeat:no-repeat;
  background-size:100% 50px;
  border-top:none;
  border-bottom:5px solid #dee4e8;
  border-radius: 0;
  margin-bottom: 15px;
}
#head1 .pure-menu-link {
  color:white;
}
#head1 .pure-menu-link:hover {
  color:#ff0000;
}

/* Footer */

#footer{
  color:black;
  font-family:"Open Sans", sans-serif;
  font-weight:normal;
  text-decoration:none;
  border-top:4px solid #FF7E05;
  padding: 20px 20px 30px 20px;
  background-color:#edeff1;
}

#footer a b{
  font-family: "PT Serif",Georgia,'Times New Roman',serif;
  font-size: 14px;
  line-height: 1.3;
}
#footer a {
  color:black;
  font-family:"Open Sans", sans-serif;
  font-weight:normal;
  text-decoration:none;
  font-size:90%;
}
#footer a:hover{
  text-decoration:underline;
}

/* Buttons */

.bg_orange{
  background-color: #ffbb02;
}

.simplebutton, .simplebutton:hover {
  text-decoration:none;
  color:black;
  cursor:pointer;
}
.bold{
  border-bottom: 3px solid #FF7E05;
}
.buttons img{
  opacity: 0.5;
}
.buttons img:hover{
  opacity: 1;
}
.buttons img.dot_white{
  width:88px;
  height:31px;
  position:absolute;
  z-index:100;
  opacity:0.5
}
.buttons img.dot_white:hover{
  opacity:0;
}

/* Наш читатель */
table.stat {
    border-spacing: 0;
    width: 100%;    
}
table.stat {
    border: solid #ccc 1px;
    border-radius: 6px;
    box-shadow: 0 1px 1px #ccc;         
}
table.stat tr:hover {
    background: #fbf8e9;
    transition: all 0.1s ease-in-out;     
}
table.stat td, table.stat th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0 5px;
    text-align: left;    
}
table.stat th {
    background-color: #dce9f9;
    background-image: linear-gradient(top, #ebf3fc, #dce9f9);
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
table.stat td:first-child, table.stat th:first-child {
    border-left: none;
}
table.stat th:first-child {
    border-radius: 6px 0 0 0;
}
table.stat th:last-child {
    border-radius: 0 6px 0 0;
}
table.stat tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
table.stat tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}
table.stat td a {
  color:black;
  text-decoration:none;
}

/* Rubricator */

#form {
  background-color:#edeff1;
  padding:8px 10px 1px 10px !important;
  background-repeat:no-repeat;
  background-position:center right;
  border-radius: 7px;
}
.form1{
  border:1px solid #cdcdcd;
  margin-left:-8px;
  line-height: 1.5;
  margin-bottom: 2px;
}
.form1 #main{
  padding:1px 1px 1px 5px;
}

#form * {
  font-family: "Open Sans", sans-serif;
  font-size:10pt;
  line-height:1;
}
#form span.glyphicon {
  font-family: 'Glyphicons Halflings';
}

#form #submitbutton{
  font-family: "Open Sans", sans-serif;
  font-size:10pt !important;
  font-weight: bold;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color:white;
  background-color:#FF7E05;
  box-shadow: 0 0 10px white;
}
#form #submitbutton:hover{
  color:white;
  background-color:#6cc35d;
  box-shadow: 0 0 10px white;
  transition: all 0.5s ease-in-out;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

form input.date {
  border:1px solid #bcbcbc;
  background-color: transparent;
  border-radius: 3px;
}

#cnt, #cnt_2 {
  width:150px;
}

form input.selected {
  border-bottom:3px solid #FF7E05;
}

#submitbutton{
  padding: 0px 20px;
  margin-left: 15px;
}

#pl_info{
  display:block;
  font-style:italic;
  margin-top:5px;
}

.p-disabled{
  cursor: not-allowed !important;
  opacity: 0.5;
}
.pointer{
  opacity: 0.3;
  cursor: pointer !important;
}
.opacity-3{
  opacity: 0.3; 
}
.most{
  font-weight: bold !important;
  color: black;
}

/* Main Menu */

ul.menu a {
  font-family: "Open Sans", sans-serif !important;
  font-weight: bold;
}

li.small-menu a {
  font-family: "Open Sans", sans-serif !important;
}

/* Profiler */

#profiler {
  padding: 5px; 
  background-color: #eeeeee; 
  position: absolute; 
  left: 850px; 
  top: 70px; 
  border: 1px solid; 
  display: none;
  font-size:8pt;
  opacity: 0.9;
}

#profiler div {
  font-size: 7pt;
  padding: 0px 15px; 
}

/* Rubricator, Favorites */

.badge{
  color: black;
  background-color:#edeff1;
}

#preloader {
  display:none;
  top:50%;
  left:50%;
  position:absolute;
}

/* Top Menu */
.option{
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-decoration:none;
  color:white;
  cursor: pointer;
  margin-left:10px;
  text-transform:uppercase;
  font-size:9pt;
  background-color:transparent;
  border:1px solid white;
  display: inline;
  border-radius: 5px;
}
.option:hover {
  text-decoration:none;
  background: white !important;
}
.navbar-nav {
  margin-top:10px;
  margin-left: 30px;
}
.navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 5px;
  line-height: 1;
}

.search{
  border: 1px solid white;
}
.search:hover{
  background-color: #ff0000;
  color:white; 
  transition: all 0.5s ease-in-out;
  border: 1px solid #ff0000;
}
#searchtext{
  border:none;
  vertical-align: bottom;
  margin:3px 3px 3px 1px;
  padding:3px 5px;
  line-height: 1.2;
}

/* Otr List */

.otr_link{
  font-family:"Open Sans", sans-serif;
  text-transform:uppercase;
  font-weight: bold;
}
.otr_link_lower{
  font-family:"Open Sans", sans-serif;
}
.didgit{
  font-family:sans-serif;
  font-size:9pt;
}
.didgit9{
  font-family:sans-serif;
  font-size:10pt;
}
.didgit_vuzy{
  font-size:9pt;  
}

.didgit_bold{
  font-family:sans-serif;
  font-size:8pt;
  color: #585858;
  font-weight:bold;
}

/* Persons */

.link_dots{
  border-bottom:1px dotted #0000f0;
}

/* Used for the Switch effect: */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
  max-width:210px;
  display: inline-block !important;
  cursor: pointer;
  font-weight:normal !important;
}
.cb-enable, .cb-disable {
  border:1px solid #999797;
  margin-bottom:-5px;
  position:relative;
  top:-3px;
}
.cb-enable span, .cb-disable span {
  line-height: 12px;
  display: block;
  font-family: "Open Sans", sans-serif;
  text-transform:uppercase;
  font-size:8pt; padding: 0 5px;
}
.cb-enable.selected span, .cb-disable.selected span {
  color: #FF7E05;
  font-family: "Open Sans", sans-serif;
}
.cb-enable.selected, .cb-disable.selected{
  background-color:white;
}

.cb-enable {
  margin-left:7px;
}
.cb-enable, .cb-enable span {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.cb-disable {
  border-left:none;
}
.cb-disable, .cb-disable span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.cb-solo {
  border-radius: 7px;
}
.cb-solo a{
  color: black;
  text-decoration: none;
}
.cb-solo-main{
  top: 1px;
  background-color: white;
  margin-left: 3px;
}
.cb-solo-right{
  float: right;
}
.cb-solo-main-inline{
  max-width:150px;
  display: inline-block !important;
  cursor: pointer;
  font-weight:normal !important;
  border:1px solid #e8e8e8;
  margin-bottom:-5px;
  position:relative;
  top:-3px;
  line-height: 12px;
  display: block;
  font-family: "Open Sans", sans-serif;
  text-transform:uppercase;
  font-size:8pt; padding: 0 5px;
  border-radius: 7px;
  margin-left:7px;
  top: 1px;
  background-color: white;
  margin-left: 3px;
  text-indent: 0;
  padding: 2px 5px;
}
.cb-solo-main-inline a{
  color: black;
}

.cb-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  border-right: 0;
}
.cb-middle {
  border-radius: 0;
  margin:0;
}
.cb-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-left: 0;
}

/* Tooltip */
  
.tooltip-inner{
  line-height: 1.3 !important;
  max-width: 300px !important;
  text-indent: none !important;
}
.tooltip-nowrap .tooltip-inner{
  white-space: nowrap;
}
.tooltip-200 .tooltip-inner{
  min-width: 200px;
}
.tooltip-350 .tooltip-inner{
  max-width: 350px !important;
}
.tooltip-270 .tooltip-inner{
  max-width: 270px !important;
}
.tooltip-550 .tooltip-inner{
  max-width: 550px !important;
}
.tooltip-550 .tooltip-inner:first-letter {
    text-transform: uppercase;
}

/* News Control Panel */

#newscommands {
  width:100%;
  border-bottom:1px solid #e0e0e0;
  padding: 8px 0 0 0;
  height:35px;
  background-color:white;
  margin-bottom:0;
  clear:both;
}

#newscommands .icon {
  height:20px;
  margin:0 4px;
  vertical-align:middle;
}

#newscommands .icon-sx {
  height:12px;
  margin:0 4px;
  vertical-align:middle;
}

.a10, .a15, .a20, .a30, .a40 {
  display:inline;
  float: left;

  text-align:center;
  border-right:1px solid #e0e0e0;
}
.a10 {width:10%}
.a15 {width:15%; text-align:left}
.a20 {width:20%}
.a40 {width:39%}
.a30 {width:30%}

.noborder {
  border:none;
}

/* Electronic resources */

.vertical {
  transform: rotate(-90deg);
  width:15px;
  white-space:nowrap;
  margin-top:150px;
  margin-bottom:15px;
}
@media screen and (max-width: 1170px) {
  .vertical {
    width:15px;
  }
}
.top1, .text-bold{
  font-weight:bold;
}
.top1:after, .top2:after{
  content: "\25B8"
}
.vertical1 {
  transform: rotate(-90deg);
}
}
.didgit_er{
  cursor:pointer;
  font-weight:bold;
}
.er_tbl_libname{
  width:300px;
  max-width:300px;
  min-width:300px;
}

/* Остатки прошлого */

div.small_p p{
  margin: 0;
  text-indent: 2em;
}
div.small_p p img{
  margin-left: -2em;
}

div.small_p td p {text-indent: 0 !important;}
.newFFFb{
  font-weight:bold;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 3px 7px;
    font-size: 12px
}

a.scroller {color:black !important; font-family: sans-serif;}
a.scrolsel {font-family: sans-serif; color:black !important; background-color: #eeeeee}
li a.scrolsel {font-family: sans-serif; background-color: #eeeeee}

.rukovodstvo kbd{
  color:black;
  background-color:#edeff1;
  box-shadow:none;
}

.chiefs_comments p{
  text-indent: 25px;
  margin: 0px;
}
.chiefs_comments ul, .chiefs_comments ul li, .chiefs_comments ol{
  margin-left: 22px;
}
.chiefs_comments h3{
  margin-bottom: 0;
}
.chiefs_comments h5{
  margin-bottom: 0;
  margin-top: 12px !important;
  text-transform: uppercase;
  font-family: 'PT Serif', Georgia, Times New Roman, serif !important;
  font-size:14px;
  font-weight: bold;
  color:#FF7E05;
}

/* First Letter*/

p.newsn{
  margin:0px;
  padding:0px;
  margin-top:5px;
  color: black;
  text-indent:0 !important;
  text-indent:0;
}
p.newsn>p span {
  background-color: none !important;
}
p.newsn:first-letter, div.newsn:first-letter{
  margin:0px;
  color:#ffffff;
  background-color:#FF7E05;
  text-indent:0;
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}

/* Ежегодники */
#ifr{
    top: 0;
    left: 0;
      width: 100px;
      height: 100px;
      position: absolute;
      z-index: 1;
    }


DIV.inner 
{POSITION: relative;Z-INDEX:110;
margin-right:0px; margin-bottom:4px; margin-left:-4px;margin-top:-4px;
BORDER:#434343 1px solid; BACKGROUND:#ffffff url(../images/index/podlozka1.png);width:100%;height:100%;}
.non-fiction DIV.inner{
  padding:0 10px 0 10px;
}
.non-fiction DIV.inner h1, .non-fiction DIV.inner h2, .non-fiction DIV.inner h2 a, .non-fiction DIV.inner p, .non-fiction DIV.inner li{
  font-family: "Open Sans", sans-serif !important;
  font-size:14px; 
  margin-top: 5px;
  margin-left: 0;
}
.non-fiction DIV.inner li{
  list-style: none; 
}

DIV.menu {
border:0px #c6c6c6 solid;position:absolute;
background: url(../images/index/podlozka2.png);
width: 180px; visibility: visible;
z-index:100;text-align:left;
margin-top:-55px;margin-left:79px;
}

DIV.menu {z-index:8;padding: 0px; visibility: hidden; position: absolute; top: 0px;}

DIV.menu_n {
border:1px #c6c6c6 solid;
position:absolute;
background: url(../images/index/podlozka2.png);
width: 182px;
z-index:100;
text-align:left;
padding: 0px;
display: none;
}

div.gray_div {
  background-color:#d6d6d6;
}

div.menu_n li {
  margin-left:10px;
}

/**/

tr.main td span.top1, tr.main td span.top2{
/*text-decoration:underline; color:#FF7E05;*/
border-bottom: 2px solid #FF7E05;
}
span.month{
  font-size: 12px;
  white-space: nowrap;
}

div.er_list p, div.er_list li {
  margin: 0;
}
div.er_list ul {
  padding-left:40px;
}
.er_list_info {
/*  color:#b03a00;*/
}
.er_list_info_2, .er_list_info_2 p , .er_list_info_2 p span{
  font-family: sans-serif !important;
  font-size:10pt !important;
}
.inline { display:inline-block }
.inbp a {text-decoration: underline}

.so {
  padding: 2px;
  overflow: auto;
  width: 146px;
  height: 200px;
  min-width: 100px;
  overflow-x:hidden;
}
.ff {
  padding: 2px;
  overflow: auto;
  width: 250px;
  height: 300px;
  min-width: 100px;
  overflow-x:hidden;
}
.ff-lang{
  width:100px;
  height:70px;
/*  margin-left: -27px;*/
}
.ff input{
  margin-right:3px;
}

/* Favorites and Personal Lists */

.sel_info {
  margin: 2px;
  padding: 2px;
  background-color:#ffffff;
  border-radius: 5px;
}
#selinfo{
  font-size:10pt;
  margin-top:-5px;
  padding-bottom:3px;
}

.pulse{
  background-color: #6cc35d;
  box-shadow: 0 0 5px white;
  border:1px solid white;
  color: white;
}
.pulse:hover{
  color: red;
  border: 1px solid white;
  box-shadow: 0 0 5px white;
}
#mylogin{
  border:1px solid transparent !important;
  color: white !important;
  background-color: #6cc35d !important;
}

.bigagency{
  font-weight:bold;
}

#prv_list_wdg{
  padding-top: 2px;
  display: none;
}

span.del{
  color: red;
  cursor: pointer;
  display: none;
  margin-left: -10px;
  margin-top: -4px;
  padding-right: 3px;
}

.form-reg{
  width:245px !important;
  margin-bottom: 3px;
}

#personal_lists [contenteditable] {
  display:block;
  margin: 2px 0px 2px 2px;
  padding: 5px;
  border: 1px dashed #FF7E05;
  font: 90% normal helvetica, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff5d7;
  color: #666666;
}
#personal_lists [contenteditable]:focus {
border: 1px solid #FF7E05;
background: #fff;
}
#personal_lists .style[contenteditable]:before {content: "\3cstyle\3e"; color: #FF7E05;}
#personal_lists .style[contenteditable]:after {content: "\3c\2fstyle\3e"; color: #FF7E05;}

ul.ff.dropdown-menu li input{
  vertical-align: bottom;
}

.anim{
  animation: pulse 500ms infinite;
}

div.list {
line-height: 1.2 !important;
}

@keyframes pulse {
  0% {
    background-color: #ffffff;
  }
  100% {
    background-color: #FF7E05;
  }
}

.real-hint{
margin-left:-150px !important;
}

/* Footer */

div#footers a{
  white-space:nowrap;
}
div#footers p{
  margin-top:0;
  margin-bottom:10px;
}
#footers p.footer-p{
   margin: 0px;
}
.footer-p-indent, .rukovodstvo-p-indent{
  display: inline-block;
  width: 25px;
}
.tooltip-no-indent{
  display: inline-block;
  text-indent:-25px;
}
.tooltip-zero-indent{
  display: inline-block;
  text-indent:0;
}

/* Tensar */

div#tensar-info{
  right:0;
  float:right;
  background-color:white;
  position:absolute;
  z-index:300;
  top:180px;
}
div#tensar-info:hover{
    height:auto;
    width:190px;
  border:1px solid #e21e3c;
  transition: all 0.5s ease !important;
}
div#tensar-info:hover div{
    display: block !important;
}
div#tensar-info:hover img{
     transform:scale(1.3);
     transform-origin: top right;
}
img.tensar{
  margin: 0 0 5px 10px;
  float:right;
  width:145px;
  height:60px;
  transition: all .2s ease-in-out;
}
img.tensar-hidden{
  margin: 0 0 5px 10px;
  float:right;
  width:145px;
  height:60px;
  visibility: hidden;
}
div.tensar-p{
  display:none;
  background-color:white;
  margin-top:85px;
  margin-left:5px;
  margin-bottom:10px;
  margin-right:5px;
}
div.tensar-p p{
  margin-bottom:5px;
  line-height:1.2;
}


/* Covers */

.obl{
  position:absolute;
  top:5px;
  right:0;
  z-index:100;
  transition: all .2s ease-in-out;
  width:120px;
  height: auto;
  cursor: pointer;
}
.obl:hover{
     transform:scale(2);
     transform-origin: top right;
     cursor: pointer;
     z-index: 1000;
}
.obl_cover{
  float:right;
  width:130px;
  height:170px;
  position:relative;
  cursor: pointer;
  margin-bottom:5px;
}
.obl.source{
  border:1px solid #999999;
}
.obl.source:hover{
     transform:scale(4);
     transform-origin: top right;
     cursor: pointer;
}
.obl.source.kp:hover{
  transform: scale(1.8);
}
.obl.source:hover{
     z-index:1000;
}
.obl.source1{
  top:180px;
}
.obl_cover.source{
  height:530px;
}
.obl.source2{
  top:350px;
}
.obl-first, .obl-first-x2{
  transition: all .2s ease-in-out;
  position:relative;
}
.obl-first:hover{
  transform:scale(2.5);
  z-index: 1000;
  cursor: pointer;
  position:relative;
}
.obl-first-x2:hover{
  transform:scale(3);
  z-index: 1000;
  cursor: pointer;
  position:relative;
}
.obl-left-top:hover{
  transform-origin: top left !important;
}
.obl-left-center:hover{
  transform-origin: center left !important;
}
.obl-30-center:hover{
  transform-origin: 30% center !important;
}
.obl-right-top:hover{
  transform-origin: top right !important;
}
.obl-right-center:hover{
  transform-origin: center right !important;
}
.obl-70-center:hover{
  transform-origin: 70% center !important;
}
.o_cover .obl-first:hover{
  border:1px solid #FF7E05;
}
.o_rukvo{
  float:right;
  width: 200px;
  height:auto;
  margin-left:15px;
  margin-bottom:10px;
  border:1px solid #FF7E05;
}
.o_rukvo img{
  width:200px;
  height:auto;
}
.o_rukvo .rukvo_comment{
  font-family: sans-serif;
  font-size:8pt;
  color: white;
  background-color: #FF7E05;
  margin: 0;
  padding: 3px 0;
  text-align: center;
}
.obl-o{
  transition: all .2s ease-in-out;
  transform-origin: top right !important;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  position:absolute;
}
.obl-o:hover{
  transform:scale(3);
  transform-origin: top right !important;
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
  z-index: 1000;
  cursor: pointer;
}
.obl-o-3:hover{
  transform:scale(4);
}
.obl-o-28:hover{
  transform:scale(3.1);
}
.obl-o-27:hover{
  transform:scale(2.9);
}
.obl-scale-3:hover{
  transform:scale(3);
}
.obl-scale-2:hover{
  transform:scale(2);
}
.obl-scale-35:hover{
  transform:scale(3.5);
}
.obl-scale-4:hover{
  transform:scale(4);
}
.obl-scale-45:hover{
  transform:scale(4.5);
}
.obl-scale-5:hover{
  transform:scale(5);
}

#searchtext{
  width:680px;
  max-height: 200px;
  min-height: 21px;
}
#searchtext_top{
  width:580px
}
#sortby{
  margin:0px 15px;
  display:inline-block
}
#searchform_top{
  float:right;
  margin-top:-5px;
}

/* Тур */

.popover {
  border: 0px solid #ff9933;
  outline: 3px solid white;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.popover.right {
  margin-left: -20px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color:#ff0000;
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color:#ff0000;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color:#ff0000;
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color:#ff0000;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color:#ff0000;
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color:#ff0000;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color:#ff0000;
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color:#ff0000;
}
.popover a{
  cursor:pointer;
}

@keyframes border-pulsate {
    0%   { border-color: rgba(255, 0, 0, 1); }
    50%  { border-color: rgba(255, 0, 0, 0); }
    100% { border-color: rgba(255, 0, 0, 1); }
}

.blinking {
    border: 5px solid red !important;
    animation: border-pulsate 1s 10;
}
.advert-image{
  box-shadow: 0px 5px 26px -8px rgba(0,0,0,0.3);
}

.news_breadcrumbs{
  font-size: 9pt;
}
.small_news_breadcrumbs{
  font-size: 8pt;
}
.small_news_breadcrumbs i{
/*  font-style: normal;
  font-family: sans-serif;
*/
}
.small_news_breadcrumbs a:not(.edit){
  color: black;
}
.small_news_breadcrumbs a.edit{
  
}
.small_news_breadcrumbs a:hover{
  color:#ff0000; 
  transition: all 0.5s ease-in-out;
}

/* three screens */
img.demo_otr{
  height:180px;
  width:auto;
  position:absolute;
  border:1px solid #999999;
  z-index:200;
  top:85px;
}
img.demo_otr:nth-child(1),#demo_link_1{
  position: absolute;
  left:0;
  width:280px;
  height:180px;
}
img.demo_otr:nth-child(2),#demo_link_2{
  position: absolute;
  left:300px;
  width:340px;
  height:180px;
}
img.demo_otr:nth-child(3),#demo_link_3{
  position: absolute;
  left:600px;
  width:322px;
  height:180px;
}
#demo_pic_2:hover{
  margin-left:-150px;
}
#demo_pic_3:hover{
  margin-left:-322px;
}
#demo_pic_3r:hover{
  margin-left:-400px;
}
img.demo_otr:hover, #demo_link_1:hover, #demo_link_2:hover, #demo_link_3:hover{
  width: 700px;
  z-index:300;
  height:auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
#demodemo{
  width: 200px;
  float: right;
  margin-left:20px;
}
.yellow{
  background-color: yellow;
}
.ha-header-small{
  position: fixed;
  font-size:20px;
}
#source-header{
  float:right;
  font-size:8pt;
  line-height:1.2;
  margin-top:3px;
  -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
#source-header.sticky {
  position: fixed;
    font-size: 10pt;
    padding-top:5px;
    height: 27px;
    background: white;
    text-align: center;
    top:0;
    z-index: 10000;
    margin: 0;
    width: 100%;
    float:none;
    padding-right: 190px;
    border-bottom: 1px solid #e0e0e0;
}
#announce-header{
  float:right;
  font-size:10pt;
  line-height:1.2;
  margin-top:3px;
  -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
#announce-header.sticky {
  position: fixed;
    font-size: 10pt;
    padding-top:5px;
    height: 27px;
    background: white;
    text-align: center;
    top:0;
    z-index: 10000;
    margin: 0;
    width: 100%;
    float:none;
    padding-right: 190px;
    border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
    #source-header.sticky{
      display: none;
    }
}
#rukovodstvo-header{
  font-size:8pt;
  line-height:1.1;
  margin-top:-5px;
  transition: height 0.3s;
  height:auto;
  margin-bottom: 7px;
}
#rukovodstvo-header p{
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: -0.1px;
}
#rukovodstvo-header.stat-header{
  width:100%;
  height:auto;
  padding-right: 130px;
  float:none;
}
#rukovodstvo-header.sticky{
  padding-right: 220px;
}
#rukovodstvo-header.sticky {
  position: fixed;
    font-size: 10pt;
    padding-top:5px;
    padding-bottom: 5px;
    min-height: 20px;
    background: white;
    text-align: center;
    top:0;
    z-index: 10000;
    margin: 0;
    width: 100%;
    float:none;
    padding-right: 320px;
    border-bottom: 1px solid #e0e0e0;
    height:auto;
}
h3.rubr-h3-small{
  font-family: 'PT Serif', Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 768px) {
    #source-header.sticky{
      display: none;
    }
    #rukovodstvo-header.sticky{
    display: none;
  }
}
.rukovodstvo h3:before {
    display: block;
    content: " ";
    height: 70px;  /* Give height of your fixed element */
    margin-top: -70px; /* Give negative margin of your fixed element */
    visibility: hidden;
}

table.stat{
  border-collapse: collapse;
  width: 100%;
  margin-bottom:20px;
  width:auto;
  clear:both;
}
table.stat td, table.stat th{
  padding:3px;
  font-family: sans-serif;
  font-size: 9pt;
}
table.stat th{
  padding: 4px;
}
div#stat_cover{
  padding-right: 130px; 
}

#agency_list_all2 .big{
  font-weight: bold;
}

.external_link{
  display:inline-block;
  color:gray;
  vertical-align: super;
  font-size: 11px;
  margin-left:2px;
}
.external_link_inline{
  display:inline; 
}

.box {
     display:none;
     position: absolute;
     z-index: +100;

}
a:hover + .box {
     display:block;   
}

.fill-yellow{
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #fff9cd;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  margin: 10px 0;
  padding: 12px 15px 13px;
}
.fill-yellow-light{
  margin: 0;
  padding: 1px;
  border: none;
  width: auto;
  box-shadow: none;
}

button.clipboard{
  margin-bottom: 5px;
}

.obl-first:hover > #o-desc{
  display: none;
}

.auth{
  padding:5px 5px 5px 10px;
  background-color:#ebebeb;
}
.footer_reference{
  background-color: #fff9cd;
  font-weight: 600;
  border-radius: 3px;
  padding: 0 2px;
  margin-right: 5px;
}
.footer_reference-orange{
  color: white;
  background-color: #FF7E05;
}
.popover-title{
  text-transform: uppercase;
  color: white;
  background-color: #f86d31;
  border-radius: 0;
}
.popover-navigation .btn-group button{
  border-color: #f86d31;
}
.popover{
  border: 1px solid #f86d31;
  padding: 0;
}
table.tablesorter{
  max-width: 800px;
}

.test_access{
  background-color: #ffffb2;
}
.test_question{
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 4px;
  text-indent: 0;
  border-radius: 2px;
}
.test_question a, #menu .test_question a{
  color: black;
  padding: 0;
  font-weight: normal;
}

h2.booklet{
  font-size: 12pt;
  margin-bottom: 0;
}
h2.booklet > p{
  margin-top:0;
  margin-bottom: 5px;
}

/* Statistics */

#stat-visits .btn-primary, #stat-visits .btn-success, #stat-visits .btn-danger{
  border-color: #eeeeee;
  padding: 2px 12px;
  font-family: sans-serif !important;
  font-size: 10pt;
}
#myTable-sticky{
  margin-top: 28px !important;
}
table.tablesorter:not(.subscription) tr:nth-child(20){
  border-bottom: 3px solid #FF7E05;
}

.subscribe_alert{
  width: 200px;
  float:right;
  margin-top:20px;
  margin-left:15px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #FF7E05;
  display: block;
}

.demo{
  cursor: default;
  background-color: gray;
  opacity: 0.7;
}

/* Others */

.printonly {display: none;}
@media print {
  .printonly {display: block;}
}

.kw_info{
  margin-bottom: 5px;
}

/* Vuzy */

#vuzyrf{
  display: inline;
}
#vuzyrf_fo{
  display: none;
}
#vuzyrf_profile{
  display: none;
}

.vuzy-info{
  padding: 10px;
}
.vuzy-info p{
  margin:0;
  text-indent: 20px;
}
.vuzy-info p:nth-child(1){
  text-indent: 0;
}



#george-lenta{
  position:absolute;
  top:0;
  left:0;
  z-index: 10000;
}

.fakea{
  cursor: pointer;
  color: #0648b8;
}
.nmvid.text-bold{
  border-bottom: 2px solid darkorange;
}
#newsmakers_list nav ul li .fakea{
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
#newsmakers_list select{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border: 1px solid lightgray;
}
#search_nm{
  max-width:180px;
  margin-top:5px;
  float: left;
  margin-right: 5px;
  height:25px;
}
#search_nm::placeholder{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5)  
}
.nm_cnt_sel{
  width: 150px;
}

.orgname_current{
  border-bottom: 2px solid #FF7E05;
}

.cnt_item, .vuzyrf_item{
  white-space: nowrap;
}
.theader{
  font-weight: normal;
  font-size: 9pt;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.hidenews{
  font-size:8pt;
  cursor:pointer;
  font-style: italic;
  color: rgb(6, 72, 184);
}
.lsp-1{
  letter-spacing: -0.5px; 
}

.sb{
  font-family: 'PT Serif', Georgia, 'Times New Roman', serif;
  font-size:14px;
}
a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}
a.ui-corner-all[title]:hover::after {
  display: none;
}

.vuzy-close-button{
  display: block;
  margin:5px auto 0 auto;
}
.star{
  height: 12px;
  width: auto;
  margin-left:1px;
  margin-top: -2px;
}
span.china_list span:first-child{
  border-bottom: 1px solid orange;
}

/* Translate */
.goog-te-banner-frame{
  display: none !important; 
}
.skiptranslate{
  visibility: hidden !important;
}
.language__img{
  cursor: pointer;
}
.language__img_main{
  margin-right:3px;
  margin-left: 2px;
}
.language__name{
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}