  .fosad {
    background-image: url("/foto/fosad.jpg");
    background-position: 50% 50%;
    background-size: auto 100%;
    text-shadow: -1px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0);
  }
  
  .anketa {
    display: block;
    text-decoration: none;
    padding: 3px 8px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: rgba(255, 209, 111, 0.9);
    margin: 5px 0px;
    font-size: 22px;
    border-radius: 2px;
    /*font-family: "Roboto Condensed",serif;*/
    color: #3673B9;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  
  .new_info_block {
    cursor: default;
    display: block;
    text-decoration: none;
    padding: 3px 8px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: rgba(206, 206, 206, 0);
    margin: 5px 0px;
    font-size: 22px;
    border-radius: 2px;
    /*font-family: "Roboto Condensed", serif;*/
    color: rgba(84, 84, 84, 0.9);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    overflow: hidden;
  }
    
  .new_info_block a {
    /*text-decoration: none;*/
    text-align: right;
    /*font-family: "Roboto Condensed", serif;*/
    /*font-size: 14px;/*
    font-style: italic;
    /*color: #000;*/
  }

  
  .gold:hover {
    background: rgba(255, 209, 111, 0.9);
    color: #3673B9;
  }
  .gold:hover h1 {
    color: #3673B9;
  }
  
  .konreg:hover {
    background: #3673B9;
    color: rgba(255, 209, 111, 0.9);
  }
  
  .disabled {
    display: none;
  }
  
  .new_info_block:hover {
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.61);
  }
  
  #InfNews > new {
    float: right;
    background: #FF5A00 none repeat scroll 0% 0%;
    height: 21px;
    line-height: 19px;
    font-stretch: expanded;
    font-size: 14px;
    padding: 0px 3px;
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(255, 209, 111, 0.9);
  }
  
  a.NewButton {
    color: #000;
    /*font-family: "Ubuntu Condensed", Arial; font-size: 20px;*/
    padding: 10px 20px;
    /*max-width: 140px;*/
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    /*color: rgba(0, 0, 0, 0.84);*/
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  a.NewButton:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.28);
  }
  
  a.NewButton:active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  
  .skoray {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(bg.png) repeat 0 0, url(http://dongb.hol.es/dongb/files/foto/SS100107.jpg) repeat 0 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(http://dongb.hol.es/dongb/files/foto/SS100107.jpg) repeat 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(http://dongb.hol.es/dongb/files/foto/SS100107.jpg) repeat 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(http://dongb.ru/foto/SS100107.jpg) repeat 0 0;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(http://dongb.hol.es/dongb/files/foto/SS100107.jpg) repeat 0 0;
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(http://dongb.hol.es/dongb/files/foto/SS100107.jpg) repeat 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%), url(/foto/SS100107.jpg) repeat 0 0;
    background-position: center center;
    /*background-size: auto 100%;*/
    color: #000;
  }
  
  .spravochnik {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-size: 12pt;
  }
  
  .spravochnik p {
    padding: 0 2px;
    margin: 0;
  }
  
  .spravochnik th p strong {
    font-size: 14pt;
  }
  
  .red {
    color: #FFE1E1;
    background-color: #FF4646;
    border-color: #F00;
  }
  .red h1{
    color: #FFE1E1;
  }
  
  .blue {
    background-color: rgb(76, 162, 230);
    color: gold;
  }
  .blue h1{
    color: gold;
  }
  
/*===========================*/
/*=                         =*/
/*=         ТОРГИ           =*/
/*=                         =*/
/*===========================*/

#file_json {
  display: none;
  height: 90px;
  overflow: hidden;
  line-height: 15px;
}

.container-fluid {
  /*max-width: 715px;*/
  margin: 0 auto 10px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 3px rgba(17, 78, 109, 0.35);
  background: url(/dongb/files/img/torgi_fon.png) no-repeat center 460px fixed;
  overflow: hidden;
}

.ttitle {
  background-color: #3180c2;
  color: #fff !important;
}

.ttitle a,
.ttitle h3 {
  color: #fff !important;
}

.torgiBox {
  background: rgba(255, 255, 255, 0.85);
}

.stage {
  padding: 8px 0 8px 32px;
  background: #d9edf7 url("http://zakupki.gov.ru/epz/order/extendedsearch/images/upload.png") no-repeat 8px 7px;
}

.customer {
  color: grey;
}

.torgi {
  font-size: 12px;
  background: #fff;
}

.torgi a {
  color: #6B6B6B;
}

.torgi h3 {
  font-size: 16px;
}

.torgi p {
  margin: 15px 0;
}

h3.price {
  font-size: 24px;
}

.date {
  background-color: #D9EDF7;
  padding: 6px;
  margin-left: 3px;
}

.name {
  color: #000;
  font-size: 14px;
}

.info_block {
  display: block;
  /*position: fixed;
 top: 3px;
 right: 3px;*/
  background-color: rgba(192, 192, 192, 0.57);
  padding: 3px 6px;
  font-size: 10px;
  opacity: 0.7;
  box-shadow: 1px 1px 3px rgba(29, 29, 29, 0.93);
}

.info_block b {
  color: black;
}

.torgiBox .g-block {
  padding: 0 3px;
}

.torgiBox h3 {
  margin: 6px 0 !important;
}


.torgiBox .reportBox {
  background-color: #e9e9e9;
  border-top: 1px solid #c6c6c6;
  padding: 2px 2px;
}

.torgiBox .reportBox ul,
.torgiBox .reportBox ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.torgiBox .reportBox li {
  display: inline;
  padding: 0px 6px 0px 0px;
}

/*===========================*/
/*=                         =*/
/*=        УЧАСТКИ          =*/
/*=                         =*/
/*===========================*/

.nBox div {
 display: block;
 float: left;
 width: 33%;
 padding: 0 2px;
 border-top: 1px dotted silver;
}
.nBox div:nth-child(1), 
.nBox div:nth-child(2), 
.nBox div:nth-child(3) {border: none;}
.nBox td:nth-child(1) {width: 45px;}
.nBox td:nth-child(2) {width: 45px;}
.nBox td:nth-child(3) {width: 45px;}
.nBox td:nth-child(4) {width: 450px;}
.nBox div:nth-child(3n+1) {clear: left;} 
.nBox div:nth-child(3n+2) {color: black;} 

/*===========================*/
/*=                         =*/
/*=         СЫЛКИ           =*/
/*=                         =*/
/*===========================*/

.ScanLic img {
margin: 4px 4px;
width: 30%;
border: 4px solid rgba(255, 255, 255, 0);
/*--------------------------*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eaeaea;
}

tr,
td,
th {
  vertical-align: top;
}

th {
  background: #f7f7f7;
  padding: 0.5rem;
  text-align: left;
}

td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
