html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

@font-face {
    font-family: Roboto Condensed; /* Гарнитура шрифта */
    src: url("../fonts/9L5AUyV7.ttf"); /* Путь к файлу со шрифтом */
   }
   
@font-face {
    font-family: Roboto; /* Гарнитура шрифта */
    src: url("../fonts/gi2XzrC5.ttf"); /* Путь к файлу со шрифтом */
   }
   
@font-face {
    font-family: "Helvetica Neue"; /* Гарнитура шрифта */
    src: url("../fonts/PCZFTrPx.ttf"); /* Путь к файлу со шрифтом */
   }
   
   
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -136px;
  /* Pad bottom by footer height */
  padding: 0 0 136px;
}

/* Set the fixed height of the footer here */
#footer {
  /*height: 136px;*/
  min-height: 136px;
}

* {
    padding: 0px;
    margin: 0px;
}

.clear {
	clear:both;
}

p.padding
{
    padding-left:30px;
    padding-right:30px;
}

a.button
{
    float:right;
 text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:14px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -webkit-box-shadow:2px 2px 12px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 2px 2px 12px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:2px 2px 12px #bababa, inset 0px 0px 1px #ffffff;   
  }


.stoneman-bg
{
    width:980px;
    height: 245px;
    border: 0px solid black;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    font-family: Roboto Condensed, sans-serif;
    font-weight: normal;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.75);
}

.headerNormal {
  font-family: Roboto Condensed, sans-serif;
  font-weight: normal;
}
.headerBold {
  font-family: Roboto Condensed, sans-serif;
  font-weight: bold;
}
.bodyNormal {
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
.bodyBold {
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* Actual styles */
body {
  font-family:Roboto, sans-serif;
  font-weight: normal;
  background-color: #cccccc;
  background: url(../images/bg.jpg);
}
h1,
h2,
h3,
h4,
h5 {
  color: #777;
  font-family: Roboto Condensed, sans-serif;
  font-weight: normal;
}
code {
  font-size: 80%;
}
input,
button,
select,
textarea {
  margin-bottom: 10px;
}
.navbar {
  box-shadow: 0px 5px 20px #888;
  margin-bottom: 0px;
  background-image: url('../images/grain.jpg');
  background-position: 0px 0px;
  background-repeat: repeat-x;
  background-color: black;
}
.navbar-nav {
  font-family: Roboto Condensed, sans-serif;
  font-weight: normal;
  font-size: 110%;
}
.tab-descr {
  margin: 20px 0;
}
#wrap > .tab-content {
  /*margin: 0 0 20px;*/
  border: 0px solid red;
}
#wrap > .tab-content > .tab-pane {
  background-color: #FFF;
  box-shadow: 0px 0px 12px #999;
  padding-bottom: 20px;
}
/* __res_res_res_res_res_res_res_res_res_res_resres */
.container .credit {
  margin: 20px 0;
}
#footer > .container {
  padding-left: 5px;
  padding-right: 5px;
}
.elar_res {
  margin: 10px 0;
  padding: 0 0 0 20px;
  border-left: 5px solid transparent;
}
.elar_res:hover {
  /*background-color: #f2f2f2;*/
  border-left: 5px solid #ccc;
}
.elar_res.active {
  background-color: #eee;
}
.elar_res div {
  padding: 0 10px 0 0;
  margin: 0;
  border: 0 dotted blue;
  overflow-x: hidden;
  font-size: 90%;
  color: #777;
  cursor: pointer;
}
.elar_res hr {
  padding: 0;
  margin: 0;
}
#responses p {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#people {
  padding-left: 0;
  padding-right: 0;
}
.page-header {
  border-bottom: none;
}
#wrap .container {
  max-width: 1000px;
}
.fill {
  min-height: 100%;
  /* real browsers */
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treated as min-height*/
  background-color: #fff;
}
.test {
  background-color: red;
  color: yellow;
}
.searchType {
  text-align: left;
  font-size: smaller;
  color: #888;
}
.voenkomat-section {
  border: 1px solid silver;
  background-color: #f5f5f5;
  padding: 10px 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*------------------------*/
.area {
  display: table;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: url(../images/back_0.png) transparent;
  /*background: transparent;*/
  /*border: 1px blue solid;*/
}
.area-arrow {
  display: none;
  color: white;
  vertical-align: middle;
  width: 50px;
  overflow: hidden;
  /*border: 1px red solid;*/
}
.area-arrow-glyph {
  font-size: 18px;
  overflow: hidden;
  position: absolute;
  margin-top: -10px;
  right: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000;
  /*border: 2px green solid;*/
}
.area-active .area-arrow,
.area-clicked .area-arrow {
  display: table-cell;
}
.area-active {
  background: url(../images/back_ff0000_03.png);
  /*background-color: rgba(255,0,0,0.3);*/
  /* back_ff0000_03.png */
}
.area-active:hover {
  background: url(../images/back_d03030_03.png);
  /*background-color: rgba(208,48,48,0.3);*/
  /* back_d03030_03.png */
}
.area-clicked {
  background: url(../images/back_ff0000_01.png);
  /*background-color: rgba(255,0,0,0.1);*/
  /* back_ff0000_01.png */
}
.area-clicked:hover {
  background: url(../images/back_a01010_01.png);
  /*background-color: rgba(160,16,16,0.1);*/
  /* back_a01010_01.png */
}
.area-passive:hover {
  background: url(../images/back_404040_01.png);
  /*background-color: rgba(64,64,64,0.1);*/
  /* back_404040_01.png */
}
/*------------------------*/
.col-sm-1,
.col-sm-2,
.col-sm-4 .col-sm-5 {
  font-size: 100%;
  color: #000;
}
#searchLoadingBar {
  padding: 0;
  margin: 0;
}
.show-more-btn {
  text-align: center;
  padding-top: 10px;
}
#people_search label,
#people_search select,
#geography_search label,
#geography_search select,
#searchGeography0 input,
#searchDocuments1 label,
#searchDocuments1 select,
#searchDocuments2 label,
#searchDocuments2 select {
  width: 100%;
}
#home .img-thumbnail {
  width: 220px;
  min-width: 220px;
  height: 220px;
}
#home .row {
  text-align: center;
}
.pd-search,
.pd-reset {
  margin-top: 10px;
}
.pd-reset {
  margin-right: 10px;
}
.tooltip-image {
  display: inline-block;
}
.elar_res .man-fio {
  font-weight: bold;
  color: #101010;
  vertical-align: top;
}
.version-information {
  font-size: 8px;
  color: #666;
}
.pictogram-1,
.pictogram-2,
.pictogram-3,
.pictogram-4 {
  background: url(../images/pictograms.png) no-repeat 0 0;
  width: 21px;
  height: 18px;
  display: inline-block;
}
.pictogram-2,
.pictogram-3 {
  background-position: -21px 0;
}
.pictogram-4 {
  background-position: -42px 0;
}
.search-string {
  border: 1px #428bca solid;
}
.b_print {
  margin: 0 10px;
}
.noRecordsFound {
  /* font-size: 30px;*/
  text-align: center;
}
.manRecordNumber {
  width: 30px;
  display: inline-block;
  overflow: hidden;
}
