body {
  /*background-color: #eee;*/
  font-family: Tahoma, Geneva, "DejaVu Sans Condensed", sans-serif;
  font-size: 14px;
  background: url(../images/bg.png) repeat-x left top #fff;
}

body:before {
  content: "";
  background: url(../images/light.png) no-repeat top left;
  position: fixed;
  height: 822px;
  width: 933px;
  top: 0px;
  left: 0;
  z-index: -102;
}

.view:after {
  content: "";
  background: url(../images/footer_bg2.png) no-repeat left bottom;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.view:before {
  content: "";
  background: url(../images/header_bg2.png) no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -101;
}

table.table.table-striped.table-products {
  margin-bottom: 0px;
}

table.table.table-striped.table-persons {
  margin-bottom: 0px;
}

div.panel-body.panel-with-table {
  padding: 0px;
}

td.button-cell {
  padding: 0px;
  width: 32px;
}

.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
}

span.required-field {
  color: darkred;
  font-size: 16px;
  font-weight: bold;
}

i.fa.fa-exclamation-triangle {
  color: orange;
}

div.search-box {
  width: 200px;
  float: right;
}


/*
a.navbar-brand {
  padding-top: 3px;
  padding-bottom: 0px;
}
*/

div.btn.btn-default.btn-select-files {
  margin-bottom: 8px;
}

a.btn.btn-link {
  padding: 0px;
}

table.table {
  margin-bottom: 0px;
}

td.delete-file-cell {
  width: 25px;
}

.progress {
  border-radius: 0px;
  height: 3px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
  margin-bottom: 0px;
}

div.file-name {
  padding: 6px;
}

a.btn.btn-link.pull-right.file-delete {
  padding: 6px;
  color: #738826;
}

div.file-row {
  width: 100%;
  display: table;
}

div.files-block {
  display: block;
}

div.col-sm-10.col-sm-offset-2.required-fields-exclamation-block {
  padding-right: 0px;
  padding-right: 0px;
  padding-bottom: 6px;
}

div.required-fields-exclamation {
  font-size: 13px;
}

table.table.table-striped.table-tasks {
  margin-bottom: 0px;
}

td.td-priority {
  text-align: center;
}

td span.label.priority {
  background-color: #ddd;
}

ul.pagination-sm {
  margin: 0px;
}

div.bottom-count-block {
  display: table;
}

span.rows-count {
  display: table-cell;
  border-right-width: 1px;
  border-right-color: lightgrey;
  border-right-style: solid;
  padding-right: 10px;
  padding-left: 10px;
  border-left-width: 1px;
  border-left-color: lightgrey;
  border-left-style: solid;
}

span.page-count-label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}

select.form-control.page-count {
  display: table-cell;
}

th.th-center-align {
  text-align: center;
}

td.td-center-align {
  text-align: center;
}

div.message {
  border-bottom: 1px solid lightgrey;
  margin-top: 10px;
}

div.row.row-show-all {
  text-align: center;
}

.navbar-inverse {
  background: #fdfdfd;
  background-image: linear-gradient(rgb(253, 253, 253) 0%, rgb(218, 218, 218) 100%);
  border-radius: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom-color: #738826;
  border-bottom-width: 4px;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus {
  color: #555;
}

.navbar-brand:focus:hover {
  color: white;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #555;
}

.navbar-inverse .navbar-nav>li>a:focus:hover {
  color: white;
}

a {
  color: #738826;
}

a:hover,
a:focus {
  color: #737826;
}

.navbar-inverse .navbar-nav > li.new-nav > a {
  font-weight: bold;
}

.navbar-inverse .navbar-nav>li.active>a,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-brand:hover {
  background: #bfcc7c;
  background: -moz-linear-gradient(top, #bfcc7c 0%, #738826 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfcc7c), color-stop(100%, #738826));
  background: -webkit-linear-gradient(top, #bfcc7c 0%, #738826 100%);
  background: -o-linear-gradient(top, #bfcc7c 0%, #738826 100%);
  background: -ms-linear-gradient(top, #bfcc7c 0%, #738826 100%);
  background: linear-gradient(to bottom, #bfcc7c 0%, #738826 100%);
}

/*--------------- Окно авторизации ---------------*/

.login-container {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-top: calc(50vh - 150px);
  margin-bottom: calc(50vh - 200px)
}

.form-signin {
  max-width: 300px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ---------------------------------------------- */


/*--------------------FOOTER----------------------*/

.cite-footer {
  font-size: 12px;
  text-align: center;
}

/* ---------------------------------------------- */


/*--------------------Загрузка--------------------*/

.loading {
  width: 100px;
  height: 100px;
  overflow: auto;
  margin: 0 auto;
  margin-top: calc(50vh - 50px);
  margin-bottom: calc(50vh - 150px);
}

/* ---------------------------------------------- */

.panel.panel-default>.panel-heading {
  background: #fdfdfd;
  background-image: linear-gradient(rgb(253, 253, 253) 0%, rgb(218, 218, 218) 100%);
}

.panel.panel-default>.panel-footer {
  background: #fdfdfd;
  background-image: linear-gradient(rgb(253, 253, 253) 0%, rgb(218, 218, 218) 100%);
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
  background: #fdfdfd;
}

.btn.btn-primary,
tags-input .tags .tag-item {
  background: #738826;
  border-color: #737826;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #737826;
  border-color: #737826;
}

.btn.btn-xs.btn-link,
.pagination>li>a,
.pagination>li>a:hover,
.pagination>li>a:focus,
.btn.btn-link {
  color: #738826;
}

.pagination>.active>a {
  background: #738826;
  border-color: #738826;
}

.pagination>.active>a:hover,
.pagination>.active>a:focus {
  background: #737826;
  border-color: #737826;
}

.messages-box {
  border-top: 1px solid #ccc;
}

.progress-bar-success {
  background: #738826;
}


/* Цвета звезд для оценки задачи*/

.glyphicon-star,
.glyphicon-star-empty {
  color: orange;
}

.custom-tags.ng-pristine .tags {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border: 1px solid #ccc
}

.custom-tags .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}

.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:focus {
  background-color: #737826;
  border-color: #737826;
}

.panel-filter>.panel-body {
  padding-bottom: 0px;
}

.col-sm-11.filter-item {
  width: calc(100% - 38px);
}

.col-sm-1.filter-remove-btn {
  width: 38px;
}

.form-group.filter-template,
.input-group.filter-template {
  margin-bottom: 0px;
}

.task-warning {
  font-size: 18px;
  text-align: center;
}

.manual-button {
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #a94442;
}

/* список приоритетов */

ul.priority-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.priority-list > li {
  border-bottom: 1px solid #bfcc7c;
  padding: 5px;
  display: table;
  content: ' ';
  width: 100%;
  position: relative;
}

ul.priority-list > li > * {
  float: left;
}

ul.priority-list > li > .right {
  float: right;
}

ul.priority-list > li > span.label {
  background-color: #ddd;
  cursor: move;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  padding: 10px 0;
}

ul.priority-list > li > span.reg-no {
  display: inline-block;
  width: 100px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
}

ul.priority-list > li span.reg-date {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  color: #555;
}

ul.priority-list > li div.type {
  font-size: 80%;
  color: #ccc;
}

ul.priority-list > li div.names {
  width: calc(100% - 220px);
}

.priority-change-info {
  color: #737373;
  padding: 10px;
  border-bottom: 1px solid #bfcc7c;
}

/* оценка внедрения */

ul.introduction-items {
  /* list-style: decimal; */
  list-style: none;
  font-weight: bold;
  font-size: 16px;
}

ul.introduction-items ul {
  list-style: circle;
  font-weight: normal;
  font-size: 14px;
}

ul.introduction-items li {
  margin-bottom: 5px;
}

ul.introduction-items li .disabled {
  color: #979797;
}

/* Перенос для блоков текста */
pre {
  white-space: pre-wrap;
  word-break: keep-all;
}

/* Панель с кнопками действий по уведомлениям */
.action-buttons {
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 1px solid lightgrey;
}

/* Тело модального окна со список задач, переведенных в статус "Выполнено" */
.accept-tasks-modal .modal-body {
  padding: 0px;
}

/* Список задач, переведенных в статус "Выполнено" */
ul.accept-tasks-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.accept-tasks-list > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
  display: table;
  content: ' ';
  width: 100%;
  position: relative;
}

ul.accept-tasks-list > li:last-of-type {
  border-bottom: none;
}

ul.accept-tasks-list > li > * {
  float: left;
}

ul.accept-tasks-list > li > .right {
  float: right;
}

ul.accept-tasks-list > li > span.reg-no {
  display: inline-block;
  width: 100px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  color: #738826;
}

ul.accept-tasks-list > li span.reg-date {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  color: #555;
}

ul.accept-tasks-list > li div.type {
  font-size: 80%;
  color: #ccc;
}

ul.accept-tasks-list > li div.names {
  width: calc(100% - 185px);
}

/* Закрытие обращения */
.close-task-modal .modal-body {
  padding: 0px;
}

.close-task-modal .help-block {
  text-align: center;
}

.close-task-modal .help-block.comment-help {
  text-align: right;
  margin-right: 15px;
  font-size: 12px;
}

.close-task-modal .rating {
  font-size: 30px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

.close-task-modal .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.close-task-modal .form-horizontal .form-group label {
  padding-right: 0px;
}

/* групповое закрытие обращений */

ul.close-tasks-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.close-tasks-list > li {
  border-bottom: 1px solid #bfcc7c;
  padding: 5px;
  display: table;
  content: ' ';
  width: 100%;
  position: relative;
}

ul.close-tasks-list > li > * {
  float: left;
}

ul.close-tasks-list > li > .right {
  float: right;
}

ul.close-tasks-list > li > span.check {
  line-height: 1;
  padding: 10px 5px;
}

ul.close-tasks-list > li > span.check > input[type="checkbox"] {
  margin: 0px;
}

ul.close-tasks-list > li > span.reg-no {
  display: inline-block;
  width: 100px;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
}

ul.close-tasks-list > li span.reg-date {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 10px 5px;
  text-align: center;
  color: #555;
}

ul.close-tasks-list > li div.type {
  font-size: 80%;
  color: #ccc;
}

ul.close-tasks-list > li div.names {
  width: calc(100% - 220px);
}

.group-close-info {
  border-bottom: 1px solid #bfcc7c;
  display: table;
  content: ' ';
  width: 100%;
}

.group-close-info > span.message {
  color: #737373;
  padding: 10px;
  float: left;
}

.group-close-info > span.allcheck {
  padding: 10px;
  border-right: 1px solid #bfcc7c;
  float: left;
}

.form-group.comment-form-group .alert.alert-success {
  margin-bottom: 0px;
}

.small-checkbox {
  width : 20px;
  height : 20px;
}

.help-container table td, .help-container table th {
  padding: 5px;
  border: 1px solid black;
}

.help-container a {
  cursor: pointer !important;
}

.help-container img {
  border: 1px solid rgb(153, 153, 153)
}

.help-container h4 {
  font-weight: bold;
  padding-top: 10px;
}

.help-container h2 {
  margin-top: 45px;
}
/*красный цвет - #738826*/


/*красный цвет темнее - #737826*/


/*красный градиент - linear-gradient(rgb(174, 53, 53) 0%, rgb(130, 17, 17) 100%);*/
