/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
body {
	line-height: 1;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}

.header {
    background-color: #000C52;
    text-align: center;
}
.coat {
    background: url(../images/coat_rk.png);
    background-repeat: no-repeat;
    height: 28px;
    width: 30px;
}
.nameIAS {
    font-family: 'Times New Roman';
    color: #FFFFFF;
    font-size: 14pt;
    vertical-align: top;
    height: 14px;
    line-height: 14px; /*устанавливаем равное height чтобы текст выравнивался по центру*/
    padding-top: 8px;
}
.coat, .nameIAS {
    display: inline-block;
}
.footer {
    background-color: #000C52;
    text-align: center;
    line-height: 30px;
}
.tile {
    position: relative;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
    background-color: #fff;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    font-size: 12px;
    overflow: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.npa-stats {
    background: #eee none repeat scroll 0 0;
    padding: 10px;
    padding-bottom: 20px;
}

.npa-rate span {
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.npa-info {
    padding: 10px;
    min-height: 60px;
}

.four-rows {
    white-space: nowrap;
    height: 100%;
}

.info-row {
    padding-left: 10px;
    padding-top: 5px;
    background: #eee;
    position: relative;
}

.info-row:last-child {
    padding-bottom: 5px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media>.pull-left {
    padding-right: 40px;
}

.media-body {
    white-space: pre-wrap;
}

/*.media-body, .img-comment, .img-thumb {
    cursor: pointer;
}*/

table td.template-label-cell {
	color: #888;
	width: 115px;
	padding-bottom: 3px;
	vertical-align: top;
	white-space: nowrap;
}

table td.template-label-cell-2 {
	color: #888;
	width: 75px;
	padding-bottom: 3px;
	vertical-align: top;
	white-space: prewrap;
}

.template-table-2 td {
  vertical-align: top;
  padding: 3 6 3 3;
}

.progress-wrap {
    height: 15px;
    margin-bottom: 0;
}

.npa-progress {
    height: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.files-grid .x-panel-header-default, .comment-grid .x-panel-header-default {
    background-color: #999;
}

.comment-grid .x-panel-header-default .x-tool-img {
    background-color: #999;
}

.comment-grid .x-grid-cell-inner p {
    white-space: pre-wrap;
}

.comment-grid .x-tool-after-title {
    left: 140px !important;
}

.w-body {
    height: 100%;
    overflow: hidden;
}

.w-comments {
    float: left;
}

.talk-bubble {
	margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
	width: 70px;
	height: auto;
	background-color: #428bca;
}

.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent #428bca;
}

.round{
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
.talktext{
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 20px;
  color: #fff;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.w-comments, .w-comments-title {
    padding-top: 10px;
    white-space: normal;
}

.w-comments-message-block {
    position: relative;
    display: inline-block;
    min-width: 70px;
    background-color: #428bca;
    color: rgba(255,255,255,.9);
    border-radius: 12px;
    padding: 5px 10px 0;
    text-align: center;
}

.w-comments-message-block:after {
    position: absolute;
    top: 50px;
    left: 18px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #428bca transparent transparent transparent;
    content: "";
}

a.w-link {
    color: #000;
    text-decoration: none;
}

.popular .x-panel-header-default  {
    background-color: #fe8e8e;
    border: 1px solid #fe8e8e;
    background-image: none;
}

.popular .x-panel-body-default {
  border-color: #fe8e8e;
}

.news .x-panel-header-default  {
    background-color: #01b0b0;
    border: 1px solid #01b0b0;
    background-image: none;
}

.news .x-panel-body-default {
  border-color: #01b0b0;
}

.stat .x-panel-header-default  {
    background-color: #faba42;
    border: 1px solid #faba42;
    background-image: none;
}

.stat .x-panel-body-default {
  border-color: #faba42;
}

.stat .x-grid-cell-inner {
  cursor:pointer;
}

.comment-grid .x-grid-group-hd {
    white-space: normal !important;
}

.comment-grid .x-grid-group-title {
    background-image:none !important;
    padding-left: 0 !important;
}

.answer {
    position: relative;
    padding: 10px 15px;
}

.answer-row {
    position: relative;
    padding: 3px 5px;
}

.answer-content {
    margin-left: 5px;
}

.answer-header {
    font-size: 0.9em;
    font-weight: bold;
    cursor: default;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.answer-body {
    position: relative;
}

.answer-body .answer-message {
    border-left: 4px solid;
    padding-left: 6px;
    height: 100%;
    min-height: 36px;
/*    max-height: 350px;
    overflow-y: auto;
*/}

.answer-body .answer-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.answer-comment-header {
    font-size: 0.9em;
    font-weight: bold;
}

.answer-not-passed {
    font-size: 0.9em;
    font-weight: bold;
    color: #157FCC;
}

.answer-comment-body {
    background-color: #EEF7FF;
    padding: 4px 4px 4px 6px;
    border: 1px solid #DDEDFC;
    font-size: 0.95em;
    line-height: 1.25;
    color: #18466E;
}

.answer-message-body, .answer-comment-body {
    white-space: normal !important;
}

.answer .answer-body .answer-message {
    border-color: #157FCC;
}

.answer[status='Y'] .answer-footer .status {
    color: #5cb85c;
}

.answer[status='Y'] .answer-body .answer-message {
    border-color: #5cb85c;
}

.answer[status='P'] .answer-footer .status {
    color: #f0ad4e;
}

.answer[status='P'] .answer-body .answer-message {
    border-color: #f0ad4e;
}

.answer[status='N'] .answer-body .answer-message {
    border-color: #d9534f;
}

.answer[status='N'] .answer-footer .status {
    color: #d9534f;
}
.answer .answer-footer .status {
    font-size: 15px;
}
.copy-to-clipboard-icon {
    background-image: url(../images/copy24.png);
}
