.report-when-where {
    color: #908B88;
    margin-bottom: 10px;
}
.r_date {
    background: transparent url(../images/reports/icon_sprite.png) -4px -133px no-repeat;
}
.report-when-where span {
    padding: 3px 5px 3px 18px;
}
.r_location {
    background: transparent url(../images/reports/icon_sprite.png) -5px -163px no-repeat;
}
.report-when-where span {
    padding: 3px 5px 3px 18px;
}
.report_detail .r_verified {
    background: #368C00;
}
.r_verified {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Tahoma, Arial;
    font-weight: bold;
    display: block;
    float: right;
    margin: 4px 0 0 18px;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.r_verified {
    background: #368C00;
}
.r_unverified {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Tahoma, Arial;
    font-weight: bold;
    display: block;
    float: right;
    margin: 4px 0 0 18px;
    padding: 3px 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.r_unverified {
    background: #A60003;
}

div.report-media {
    padding: 10px 0;
}
div.report-description-text {
    padding: 10px 0;
    margin-bottom: 18px;
}
div.report-description-text h5 {
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
div.credibility {
   /* margin-top: 10px;
    padding: 3px;
    border-top: 1px dotted #C0C2B8;*/
}
.info-report {
    margin-top: 261px;
    position: absolute;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 12px 15px;
    background: -moz-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%);
    background: rgba(0, 0, 0, 0.77);
    background: -o-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%);
    background: -ms-linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#B9B9B9', endColorstr = '#9D9D9D', GradientType = 0);
    background: linear-gradient(top, #B9B9B9 0%, #9D9D9D 100%);
    -moz-border-radius: 5px;
    behavior: url(/js/PIE.htc);
    cursor: pointer;
    border: none;
    overflow: visible;
    z-index: 999;
    width: 394px;
}
.rb_report {
    position: relative;
    overflow: auto;
    padding-left: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
    border-top: 1px solid #FFFFFF;
}
.rb_report a {
        color: #0F5CAC;
    font-weight: bold;
    font-size: 13px;
}
div.rb_report h5 {
    font-size: 16px;
    margin: 4px 120px 2px 0;
}
div.rb_report .r_date {
    font-size: 11px;
    background: #E1E1E1 url(../images/reports/icon_sprite.png) 0px -133px no-repeat;
}
p.r_date {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 5px 4px 23px;
    background: #e3e3e3 url(../images/reports/icon_sprite.png) 0px -133px no-repeat;
    color: #908b88;
}
div.rb_report .r_location {
    font-size: 12px;
    padding: 1px 0 3px 18px;
    color: #828784;
}
.report_detail .r_location {
    background: transparent url(../images/reports/icon_sprite.png) -5px -163px no-repeat;
}
/*Форма добавления проблемы*/
.report-control {
  display: block;
  width: 257px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.report-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.report-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.report-control:-ms-input-placeholder {
  color: #999;
}
.report-control::-webkit-input-placeholder {
  color: #999;
}
.report-control[disabled],
.report-control[readonly],
fieldset[disabled] .report-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
/*Вторые списки*/
.report-control2 {
  display: block;
  width: 239px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.report-control2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.report-control2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.report-control2:-ms-input-placeholder {
  color: #999;
}
.report-control2::-webkit-input-placeholder {
  color: #999;
}
.report-control2[disabled],
.report-control2[readonly],
fieldset[disabled] .report-control2 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
/*Третьи списки*/
.report-control3 {
  display: block;
  width: 373px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.report-control3:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.report-control3::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.report-control3:-ms-input-placeholder {
  color: #999;
}
.report-control3::-webkit-input-placeholder {
  color: #999;
}
.report-control3[disabled],
.report-control3[readonly],
fieldset[disabled] .report-control3 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.f-required {
    color: red;
    font-family: Tahoma,Arial,sans-serif;
}
.report-form {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 0 0px 0px;
    font-size: 12px;
}
.report-items-group {
    /*margin-left: -29px;*/
    margin-bottom: 14px;
}
textarea#obj_dop {
    height: 69px;
}
/*Загрузка файла*/
.contakt {
	display:inline-block;
	position:relative;
	vertical-align:top;
	width:351px;
	margin:0 0 22px 34px;;
	font-size:14px;
}

.contakt-input-block {
	display:block;
	position:relative;
	height:32px;
	margin-top:5px;
	background:#fff;
	border:1px solid #ccc3b6;
}

.contakt-input-block > input {
	display:block;
	width:287px;
	height:32px;
	padding-left:46px;
	background:none;
	border:0;
	font:13px/32px Arial;
	color:#647271;
	outline:none !important;
}

.contakt-input-item.block {
	display:block;
	width:auto;
	margin-left:0;
	margin-bottom:12px;
}

.f_input:focus,
 textarea:focus {
	border: 2px solid #f8f3de;
}
.report-title {
font-size: 13px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    padding: 7px 15px 8px 15px;
    margin: 0px 0px 15px 0px;
    zoom: 1;
    background-color: #CBDFE8;
}
.green-box {
    background: #d8f1d8;
    border: 1px solid #a7d1a7;
}
.green-box {
    margin: 5px 0 10px 0;
    padding: 5px 0 5px;
    clear: both;
    overflow: hidden;
}
.green-box h3 {
    margin: 0;
    padding: 0 10px 0 9px;
    font-size: 11px;
    color: #555;
    font-weight: normal;
}
#map-canvas { width: 100%; height: 550px; margin: 0px; padding: 0px }
.mapscanvas ul {
margin-left: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #CCCCCC;
}

.mapscanvas li {
list-style:none;
margin-top: 5px;
}
.span4 {
    width: 370px;
	    float: left;
    margin-left: 30px;
}

/*Выводим количество*/
.themeProblemResult {
    border-bottom: 0;
    padding: 0 0 25px 0;
	    padding-top: 13px;
}
.table-block.fixed {
    table-layout: fixed;
}
.table-block {
    display: table;
    width: 100%;
}
.table-row {
    display: table-row;
}
.table-block .grid {
    display: table-cell;
    vertical-align: top;
}
.data.first {
    color: #705257;
}
.themeProblemResult .data {
    font-size: 2.1em;
    padding-bottom: 8px;
    padding-top: 6px;
}
.themeProblemResult .txt, .themeProblemResult .data {
    text-align: center;
    /*font-size: 1.1em;*/
    padding: 3px 0;
    padding-left: 5px;
    padding-right: 5px;
}
.resultsIcons.marker {
    background-image: url(../images/reports/map.svg);
}

.resultsIcons {
    vertical-align: top;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.data.five {
    color: #ff6666;
}
.resultsIcons.publicDec {
    background-image: url(../images/reports/warn.svg);
}
.data.forth {
    color: #1abc9c;
}
.resultsIcons.checkedProblem {
    background-image: url(../images/reports/ok.svg);
}
.spasibo {
    color: aliceblue;
    font-size: 13px;
    font-weight: bold;
}

/*Скрываем мешающие нам логотипы и копирайты*/
.ymaps-copyrights-pane {
display: none;
}

/*Стили комментариев к проблеммам*/
.NewsComm {margin-top: 10px;} 
.Level {opacity: .5; 
-webkit-transition: all 200ms ease; 
-moz-transition: all 200ms ease; 
-o-transition: all 200ms ease; 
} 
.Level:hover {opacity: 1;} 
td.CommAva {vertical-align: top;} 
td.CommAva img {
    width: 75px;
  height: 75px;
  border-right: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 50%;
  padding: 3px;
  background-color: rgba(224, 224, 224, 0.24);
}
td.CommArrow { 
width: 9px; 
vertical-align: top; 
} 
td.CommArrow img {padding: 6px 0 0 5px;} 
td.CommMess {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
  vertical-align: top;
  -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,.5);
  -moz-text-shadow: 1px 1px 0 rgba(255,255,255,.5);
  text-shadow: 1px 1px 0 rgba(255,255,255,.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-right: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
div.CommInf { 
border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #888;
} 
div.CommInf font {font-weight: bold; text-decoration: underline;} 
.CommAnswer {text-decoration: none; color: inherit;} 
.CommAnswer:hover {color: darkblue; cursor: pointer;}

/* COMMENTS */
.addcomment{
padding:0;
text-align:center;
margin:10px 10px 10px 0;
background:#f5f5f5;
}
.title{
line-height: 20px;
padding: 3px 18px;
color: #505050;
/* border-top: 1px solid #303030; */
font-size: 16px;
font-weight: bold;
/* text-align: center; */
}
.addcomment-post{
padding:0 10px;
}



/* Стили комментариев */
.block_comments_img {
    width: 35px; 
    height: 35%;
}

.block_out_comm {
    margin-top: 10px; 
    margin-bottom: 10px;
}

.block_in_comm {
    width:100%; 
    float: left; 
    margin-top: 5px; 
    border: solid 1px #faf9c0; 
    border-radius: 5px; 
    background: #faf9c0; 
    padding: 2px;
}

.comm_img {
    float:left;
}

.comm_name {
  float:left; 
  padding-top: 10px; 
  margin-left: 10px; 
  font-size: 11px;  
}

.comm_rating {
    float:left; 
    padding-top: 10px; 
    color: #000; 
    margin-left: 10px; 
    font-size: 11px;
}

.comm_color_span {
    color: #666;
}

.comm_date {
    float:left; 
    padding-top: 10px; 
    margin-left: 10px; 
    color: #000;  
    font-size: 11px;
}

.comm_text {
    width:100%; 
    float:left; 
    font-size: 13px; 
    font-weight: normal; 
    color: #666; 
    padding: 10px;
}

.comm_form {
width: 98%;
height: 82px;
}

.comm_tt {
    width: 100%; 
    font-size: 12px; 
    color: #666; 
    float:left;
	  margin-top: 40px;
}

.comm_tt hr {
    border: solid 1px #999;
	width: 96%;
}

.coment_one {
    border-bottom: dashed 1px #F0EEEE;
    padding: 5px 15px;
}

.coment_one:hover {
    background: #e6e6e6;
}
.review_ava {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 10px 5px 0;
    overflow: hidden;
    border-radius: 3px;
}
.comment_user, .comment_user > a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.review_user {
    margin-top: 0 !important;
}
.comment_item_title, .comment_item_title a {
    color: #000;
    line-height: 1.2;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

/*Блок последние комменты*/
.testi-container {
  width: 98%;
  margin-bottom: 14px;
  padding: 5px 6px 3px 0px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: left;
  z-index: 998;
}
.testi-container:before {
    width: 25px;
    height: 17px;
    background: #fafafa;
    content: '';
    position: absolute;
    z-index: -1;
    left: 42px;
    bottom: 0px;
    margin-left: -7px;
}
.testi-text {
  float: left;
  margin: 0px;
  padding: 1px 0px 0px 9px;
  font-weight: 200;
}
.testi-container:after {
    width: 17px;
    height: 17px;
    background: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    content: '';
    position: absolute;
    z-index: -2;
    left: 45px;
    bottom: -5px;
    margin-left: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/*Информационное сообщение к проблеме*/
.alert {
        color: #FFFFFF;
}
.alert {
padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    background-color: #ee5f5b;
    border: 1px solid #c43c35;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	    margin-top: 12px;
}