.feedback {
}
.feedback fieldset {
    border-bottom: none!important;
}

.feedback fieldset div label {
  width:150px;
}

.feedback fieldset .hint {
    margin:0;
}

.feedback select,
.feedback textarea,
.feedback input[type = text] {
  width:430px;
}

.feedback textarea {
    height:100px
}
.feedback p.request-fields{
}
* html .feedback p.request-fields{
	margin-left: 0;
}
.feedback p.privacy,
.feedback p.request-fields{
	font-size: 12px;
	color: #575757;
}
.feedback .wide {
    width:990px;
	border-bottom: none;
}

.feedback .wide input,
.feedback .wide textarea {
    width:640px!important;
}
.feedback .wide textarea {
    height: 205px;
}

.treats table{
    border-bottom: 1px solid #ccc;
}
.treats td{
    padding: 7px 9px;
}
.treats tbody td{
    border-top: 1px solid #ccc;
}
.treats td:last-child{
    text-align: right;
    width: 140px;
}
.treats td:first-child{
    width: 50px;
}
#treatlist{
    margin-bottom: 34px;
}
#treatlist td:nth-child(2),#treatoplist td:nth-child(3){
    width: 650px;
}
#treatoplist td:nth-child(2){
    text-align: right;
}
#treatoplist i{
    color: #b7aeae;
    font-style: normal;
}
#treatoplist td:nth-child(5) i,
#treatoplist td:nth-child(4) i{
    display: block;
    font-style: italic;
}
#treatoplist td:nth-child(7) b,
#treatoplist td:nth-child(8) b{
    display: block;
}

.treats thead, .treats thead a{
    color: #999;
    font-size: 14px;
}
.treats thead a{
    text-decoration: none;
    border-bottom: 1px solid #999;
}
.treats tbody a{
    text-decoration: none;
    color: #333;
}
.treats thead a:hover{
    border-bottom: 1px solid #d73d3d;
}
.treats tbody{
    color: #333;
}
.treats .treat-close{
    background-color: #999;
}
.treats-filter{
    float: right;
}
.treats-field{
    float: left;
    padding: 5px;
}
.treats-field input{
    border: 1px solid #999;
    height: 16px;
    padding: 2px 5px;
    color: #999;
    width: 235px;
}
.treats .pagination-mailbox{
    padding-bottom: 48px;
}
.treats-scfilter{
    background: url("/images/threatsdec.jpg") left bottom no-repeat;
    padding: 0 5px 25px;
    margin: 0 0 13px;
    clear: both;
    float: none;
    overflow: hidden;
}
.treats .popup{
    padding-bottom: 12px;
}
.treats .popup .popupContent{
    padding-bottom: 8px;
}
.treats .popup .popupCrn{
    background: url("/images/threatCorners.png") no-repeat;
    left: -15px;
    top: -12px;
}

.feedbackCrnLeft {
    /*background: url(/images/feedback_corners_left.gif) repeat-y left 0;*/
}
.feedbackCrnRight {
    /*background: url(/images/feedback_corners_right.gif) repeat-y right 0;*/
    overflow: hidden;
    -zoom: 1;
    padding: 12px 0px;
}
.feedbackUpLeft, .feedbackUpLeft div {
    height: 11px;
    /*background: url(/images/feedback_corners_up.gif) no-repeat 0 0;*/
}
.feedbackUpLeft div {
    width: 11px;
    float: right;
    background-position: right 0;
}
.feedbackBottomLeft, .feedbackBottomLeft div {
    height: 11px;
    /*background: url(/images/feedback_corners_bottom.gif) no-repeat 0 0;*/
}
.feedbackBottomLeft div {
    width: 11px;
    float: right;
    background-position: right 0;
}

.treats .msg.feedbackCrn{
    display: block;
    position: relative;
    z-index: 0 !important;
    margin: 0 0 6px 0;
    border-radius: 10px;
    border: 1px solid #aaa;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.treats .ans.feedbackCrn{
    display: block;
    position: relative;
    z-index: 0 !important;
    margin: 0 0 6px 98px;
    border-radius: 10px;
    border: 1px solid #aaa;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.threat-name{
    padding: 5px 0 20px 0;
    overflow: hidden;
    color: #999;
 }
.threat-mark-important{
	overflow: hidden;
}
.threat-mark-important label{
	float: right;
}
.threat-date{
     float: right;
}

.threat-date span{
     padding-right: 50px;
}

.msg .threat-name b{
    color: #996666;
}
.ans .threat-name b,.annonce .threat-name b, .preview-comments .threat-name b{
    color: #999966;
}
.msg .threat-date b,.ans .threat-date b,.annonce .threat-date b, .preview-comments .threat-date b{
    color: #333;
}
.threat-content{
    padding: 0 20px;
}
.threat-header{
     font: 16px "Times New Roman", Times, serif;
     padding-bottom: 10px;
}
.annonce .threat-header{
    color: #333;
}
.threat-header a,
.threat-header span.phone{
    font-family: "Times New Roman",Times,serif;
}
.threat-header span.phone{
    font-size: 14px;
    margin-left: 15px;
}
.thread-hlink{
    font-weight: bold;
    margin: 0 20px 0 0;
}
.threat-msg{
    font: 16px "Times New Roman", Times, serif;
    padding-bottom: 20px;
}
.threat-msg p{
    font-family: "Times New Roman", Times, serif;
}
.threat-grbox{
    background: #e4e9ee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin: 0 0 5px;
}
.threat-grbox.annonce{
    margin: 0 3px 8px 100px;
    padding: 5px 20px 15px;
}
.threat-grbox label{
    color: #333;
    font-size: 14px;
    font-weight: normal;
    padding: 0 0 2px 0;
    display: block;
}
.threat-annonce strong{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
.threat-grbox textarea{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 188px;
    border: 1px solid #999;
    display: block;
    padding: 10px;
    color: #333;
    font: 16px "Times New Roman", Times, serif;
    resize: none;
    margin: 0;
}
.threat-grbox .close{
    float: right;
    width: 132px;
}
.threat-grbox > div{
    content: "";
}
.threat-grbox select{
    margin: 0 0 20px;
}
.threat-grbox.msg{
    padding: 15px 23px;
    margin: 13px 3px 34px 3px;
}
.threat-fbox{
    padding: 15px 30px;
    margin: 10px 0 34px 100px;
}
.threat-content .threat-grbox{
    padding: 5px 10px;
    font-size: 12px;
}
.msg textarea{
    width: 916px;
}
.ans textarea{
    width: 100%;
}
.threat-infcat{
    float: left;
    width: 120px;
}
.threat-list{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.threat-list a,.threat-subcon a{
    margin-right: 10px;
    display: block;
    float: left;
}
.threat-infbox{
    padding: 0 0 0 20px;
    width: 100%;
    float: left;
}
.threat-infbox div{
    padding-top: 10px;
}
.threat-inf{
    margin: 0 0 -10px 125px;
    padding: 0 0 10px 0;
}
.threat-ready,.threat-process{
    font-style: normal;
    margin-left: 10px;
}
.threat-ready{
    color: #336600;
}
.threat-process{
    color: #666600;
}
.threat-subh{
    padding: 10px 0 6px;
}
.threat-subcon{
    padding: 0 0 6px;
    overflow: hidden;
}
.threat-subcon a:nth-child(1),
.threat-list a:nth-child(1){
    width: 150px;
}
.threat-list span.region-title{
    float: left;
    margin: 0 20px 0 10px;
}
.treats .threat-name a.fake-link{
	color: #999999;
	text-decoration: none;
}
.treats .threat-name a.fake-link b{
	color: #996666;
}
.threat-cbox .threat-name{
	padding: 0 0 0 10px;
}
.threat-cbox .threat-name  b,
.threat-cbox .threat-name  a.fake-link b{
	color: #999966;
}
.threat-cbox .threat-name .threat-date b{
	color: #333333;
}
i.mdash{
	padding: 0 5px;
}
#issueSendOk{
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 35px;
}
#issueSendOk .text{
	padding: 0 0 40px 0;
}
#issueSendOk .fio{
    font-weight: bold;
    color: #333;
}
#issueSendOk .institution{
    padding: 0 0 35px;
}
#threatRespons{
    float: left;
    margin: 0 30px 0 0;
}
#threatRespons select{
    width: 220px;
}
#thretClosed,
#thretImportant{
    float: left;
    margin: 0 20px 0 0;
}
#treatoplist td,
#treatlist tbody td{
    cursor: hand;
	cursor: pointer;
}
.admin-control  .treats-filter .buttons{
    width: auto !important;
}
#treatoplist tbody tr.hover a,
#treatlist tbody tr.hover a{
	color: #d73d3d;
}


.treats-back-forward{
    width: auto!important;
    padding: 0!important;
}
.treats-back-forward a{
    margin: 0 10px 0 0;
    padding: 4px 12px;
    background: #ccc;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
.treats-back-forward a:hover{
    border: 1px solid #979797;
}
.treats-back-forward a.disabled,
.treats-back-forward a.disabled:hover{
    color: #aba9a9!important;
    cursor: default;
    border: 1px solid #ccc;
    background: #ccc;
}

.datepicker{
    width: 90px;
}

.filter-section{
    margin-left: 30px !important;
    margin-bottom: 10px !important;
}
.filter-section.no-group-label{
	padding-top: 25px!important
}
#clear-filter{
    float: left;

}
#clear-filter a{
    float: left;
    text-decoration: none;
    background-color: #fff;
    padding: 0 5px;
}
#clear-filter label{
    padding: 0px;
}

.top-right{
    float: right;
}

.threat-grbox.preview-comments{
    background:none;
}
.preview-comments{
    border-radius: 5px;
    border: 2px solid #B1B1B1;
    padding: 5px 20px 15px;
    margin: 0 3px 8px 100px
}

.preview-comments .title .date{
    float: right;
}
.fileUploader{
    opacity: 0;
    position: absolute;
}

.fileUploader-list{
    margin-bottom: 10px;
}

.fileUploader-list li{
    margin-bottom: 10px;
    white-space: nowrap;
}
.file-uploader{
    /*width: 114px;*/
}

.fileUploader-list i.fa-times-circle:hover{
    cursor:pointer;
}

.fileUploader-list .uploaded-file-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   /* width:100px;*/
    float:left;
}

.remove{
    margin-left: 30px;
}
.remove:hover{
    cursor: pointer;
}

.error,
.error a{
    color: #a66;
}

#importantText {
	line-height: 30px;
	height: 30px;
	color: brown;
	font-weight: bold;
	font-size: 14px;
}
tr.treat-important{
	background: #fedbd2
}
tr.treat-important i{
	color: #b7aeae!important
 }