@charset "UTF-8";
@import 'fonts/prosto.css';
@import 'fonts/opengosta.css';
@import 'fonts/anahit.css';
@import 'fonts/ptsansnarrow.css';
@import 'fonts/bender.css';
@import 'fonts/roboto.css';
.d1 {
  width: 100%;
}

.text-indigo {
  color: #6610f2 !important;
}

.text-pink {
  color: #e83e8c !important;
}

.text-orange {
  color: #fd7e14 !important;
}

.text-green {
  color: #28a745 !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.border-indigo {
  border-color: #6610f2 !important;
}

/* хлебные крошки */
#breadcrumb ul {
  list-style: none;
  display: inline-table;
  margin-left: -2.5em;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li a {
  display: block;
  float: left;
  background: #ebecef;
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  margin: 0.1em 0.5em 0 0;
  line-height: 1em;
  font-size: 1em;
  text-decoration: none;
  color: #555555;
}
#breadcrumb ul li a:after {
  content: "";
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #ebecef;
  position: absolute;
  right: -1em;
  top: 0;
  z-index: 1;
}
#breadcrumb ul li a:before {
  content: "";
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

#breadcrumb ul li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 0.5em !important;
}

#breadcrumb ul li:first-child a:before {
  display: none;
}

#breadcrumb ul li:last-child a {
  padding-right: 0.5em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#breadcrumb ul li:last-child a:after {
  display: none;
}

#breadcrumb ul li a:hover {
  background: #555555;
  color: #F3F5FA;
}

#breadcrumb ul li a:hover:after {
  border-left-color: #555555;
  color: #F3F5FA;
}

.font-roboto {
  font-family: "Roboto";
}

.button {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0.1em;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.3s;
}
.button.button-blue:hover {
  color: #007bff !important;
}
.button.button-indigo:hover {
  color: #6610f2 !important;
}
.button.button-purple:hover {
  color: #6f42c1 !important;
}
.button.button-pink:hover {
  color: #e83e8c !important;
}
.button.button-red:hover {
  color: #dc3545 !important;
}
.button.button-orange:hover {
  color: #fd7e14 !important;
}
.button.button-yellow:hover {
  color: #ffc107 !important;
}
.button.button-green:hover {
  color: #28a745 !important;
}
.button.button-gray:hover {
  color: #6c757d !important;
}
.button.button-primary:hover {
  color: #007bff !important;
}
.button.button-success:hover {
  color: #28a745 !important;
}
.button.button-danger:hover {
  color: #dc3545 !important;
}
.button.button-light:hover {
  color: #f8f9fa !important;
}
.button.button-dark:hover {
  color: #343a40 !important;
}

.text-purple {
  color: #9400D3 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #BA55D3 !important;
}

.border-purple {
  border-color: #9400D3 !important;
}

.bg-purple {
  background-color: #9400D3 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #BA55D3 !important;
}

.link-purple {
  cursor: pointer;
  color: #9400D3;
  border-bottom: 1px dashed #9400D3;
}
.link-purple:hover {
  border-bottom: 1px solid;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #feefff;
}

.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #f8c0ff;
}

.table-hover .table-purple:hover {
  background-color: #fdeaff;
}

.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #fdeaff;
}

.outbreak {
  animation-name: outbreak;
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

@keyframes outbreak {
  0% {
    background-color: #efefef;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
.hreh {
  text-decoration: underline !important;
}

.cursor {
  cursor: pointer;
}

.not-caret::after {
  display: none !important;
}

.bd-callout {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout-primary {
  border-left-color: #007bff;
}

.bd-callout-secondary {
  border-left-color: #6c757d;
}

.bd-callout-success {
  border-left-color: #28a745;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-dark {
  border-left-color: #343a40;
}

.btn-input {
  border: 1px solid #ced4da;
}

.form-control-edit {
  Border: none !important;
  outline: none !important;
  background: transparent !important;
}
.form-control-edit:focus {
  Border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-control-edit-dark {
  color: #000000 !important;
}
.form-control-edit-dark::-webkit-input-placeholder {
  color: #333333 !important;
}
.form-control-edit-dark::-moz-placeholder {
  color: #333333 !important;
}
.form-control-edit-dark::-ms-input-placeholder {
  color: #333333 !important;
}
.form-control-edit-dark::placeholder {
  color: #333333 !important;
}
.form-control-edit-dark:-ms-input-placeholder {
  color: #333333 !important;
}

.form-control-edit-white {
  color: #FFFFFF !important;
}
.form-control-edit-white::-webkit-input-placeholder {
  color: #dddddd !important;
}
.form-control-edit-white::-moz-placeholder {
  color: #dddddd !important;
}
.form-control-edit-white::-ms-input-placeholder {
  color: #dddddd !important;
}
.form-control-edit-white::placeholder {
  color: #dddddd !important;
}
.form-control-edit-white:-ms-input-placeholder {
  color: #dddddd !important;
}

.hierarchy {
  list-style-type: none;
  padding: 0;
}

.hierarchy li > div {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px;
  border: dotted rgba(200, 200, 200, 0.5);
  border-width: 1px;
}

.hierarchy .selected,
.selection .selected {
  background-color: #d9ffe6;
}

.selection .selected:hover,
.hierarchy .selected:hover {
  background-color: #adffca;
}

.hierarchy li > div:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.treeCSS,
.treeCSS ul,
.treeCSS li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.treeCSS ul {
  margin: 0 0 0 10px;
  /* вести линию вниз где-то с полбуквы родителя */
}

.treeCSS > li:not(:only-child),
.treeCSS li li {
  position: relative;
  padding: 0 0 0 1em;
  /* отступ до текста; для раскрывающегося списка в ряде случаев (в Хроме есть баг) padding-top (.2em) лучше указывать в px */
}

.treeCSS li:not(:last-child) {
  border-left: 1px dotted rgba(200, 200, 200, 0.5);
  /* толщина, цвет и стиль (вместо сплошной пунктирная или точечная) вертикальной линии */
}

.treeCSS li li:before,
.treeCSS > li:not(:only-child):before {
  /* горизонтальная линия */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  /* не более отступа до текста (1.2em) */
  height: 1.3em;
  /* начинается приблизительно с половины высоты буквы (.5em + .2em) */
  border-bottom: 1px dotted rgba(200, 200, 200, 0.5);
}

.treeCSS li:last-child:before {
  /* вертикальная линия последнего пункта в каждом списке */
  width: calc(1em - 1px);
  /* для перфекционистов */
  border-left: 1px dotted rgba(200, 200, 200, 0.5);
}

.td-icon {
  width: 1em;
}

.transparent75 {
  filter: alpha(Opacity=75);
  /* Полупрозрачность для IE */
  opacity: 0.75;
  /* Полупрозрачность для других браузеров */
}

.transparent50 {
  filter: alpha(Opacity=50);
  opacity: 0.5;
}

.transparent25 {
  filter: alpha(Opacity=25);
  opacity: 0.25;
}

.text-link {
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link:focus, .text-link:focus .focus {
  text-decoration: underline;
}
.text-link:disabled, .text-link:disabled .disabled {
  pointer-events: none;
}

.sidebar {
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 280px;
  z-index: 1000;
}
.sidebar .img-miniature {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .sidebar {
    left: -280px;
    width: 250px;
  }
}
.page-container {
  min-height: 100vh;
  padding-left: 280px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 991px) {
  .page-container {
    padding-left: 0;
  }
}
.main-content {
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .main-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.toggle-not-icon::after {
  display: none !important;
}

table .dropdown .dropdown-toggle::after {
  display: none !important;
}

.link-pass {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  position: relative;
  transition: all 0.6s;
}
.link-pass:before {
  content: "";
  width: 0;
  height: 0.05em;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s;
}
.link-pass:hover:before {
  width: 100%;
  left: 0;
  background: #6610f2;
}

.not-carriage::after {
  display: none !important;
}

.bg-desktop {
  background: #525252 !important;
}

.fon {
  /* Location of the image */
  background-image: url("/images/fon.jpg");
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
}

.poiner {
  cursor: pointer;
}

.text-description {
  font-size: 0.6rem;
}

.img-filter-black-and-white {
  filter: grayscale(100%);
}
.img-filter-black-and-white:hover {
  filter: none;
}

.selected {
  background: #d9ffe6 !important;
}
.selected:hover {
  background: #adffca !important;
}

.fff {
  color: #ad6e6e;
}

#dynamic-search {
  margin-top: 2px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#dynamic-search .result-dynamic-row {
  padding: 10px;
  border: 1px solid #e9ecef !important;
  cursor: pointer;
}
#dynamic-search .result-dynamic-row:hover {
  background-color: rgba(248, 249, 250, 0.4);
}
#dynamic-search .result-dynamic-row p {
  margin: 0;
  padding: 0;
}
#dynamic-search .result-dynamic-footer {
  padding: 0.375rem 0.75rem;
  border: 1px solid #e9ecef !important;
  background-color: #f8f9fa;
}

/* Блок поиска */
#block-search {
  position: relative;
}
#block-search #search-result {
  position: absolute;
  right: 0;
  min-width: 500px;
  max-width: 800px;
  top: calc(100% + 5px);
  z-index: 10;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#block-search #search-result .result-row {
  padding: 10px;
  border: 1px solid #e9ecef !important;
  cursor: pointer;
}
#block-search #search-result .result-row:hover {
  background-color: rgba(248, 249, 250, 0.4);
}
#block-search #search-result .result-row p {
  margin: 0;
  padding: 0;
}
#block-search #search-result .result-footer {
  padding: 0.375rem 0.75rem;
  border: 1px solid #e9ecef !important;
  background-color: #f8f9fa;
  text-align: right;
}
#block-search #search-result .result-footer span {
  color: #007bff;
  cursor: pointer;
}
#block-search #search-result .result-footer span:hover {
  color: #0056b3;
}

.hidden {
  display: none !important;
}

.title {
  font-size: 90%;
  line-height: 1em;
}

.description {
  font-size: 70%;
  line-height: 0.9em;
  margin: 0;
  color: #6c757d;
}

.dropdown-item-description {
  font-size: 70%;
  margin: 0;
  color: #6c757d;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}
.dropdown-item.active .dropdown-item-description,
.dropdown-item:active .dropdown-item-description {
  color: #fff;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.sticky {
  position: sticky;
  top: 1em;
  min-height: 2em;
}

.opacity {
  opacity: 0.4;
  transition: opacity 0.5s;
}
.opacity:hover {
  opacity: 1;
}

.form-text-sm {
  font-size: 60%;
  font-weight: 400;
}

.form-text-md {
  font-size: 70%;
  font-weight: 400;
}

fieldset.fieldset {
  border: solid 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
fieldset.fieldset legend {
  font-size: 0.7rem;
  padding: 0 0.4em;
  width: auto;
  margin-bottom: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.sticky-toolbar {
  position: sticky;
  z-index: 1000;
  top: 57px;
  min-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

#condition {
  z-index: 10000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.container-loader {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: #93bfec;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
}

.question {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.question .question-dialog {
  position: absolute;
  display: block;
  padding: 20px;
  min-width: 300px;
  min-height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border: 1px solid #CCC;
}
.question .question-dialog .question-header h4 {
  color: #555 !important;
}
.question .question-dialog .question-footer {
  text-align: center;
}

.message {
  opacity: 0;
  position: fixed;
  right: -100%;
  bottom: 15px;
  padding: 0.5rem 1rem;
  margin-left: 15px;
  background-color: #1f1f1f;
  color: #fff;
  border: 1px solid #484848;
  z-index: 1150;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.message .message-content {
  display: flex;
}
.message .message-content .message-icon {
  margin-right: 15px;
}
.message .message-content .message-text .message-title {
  color: #fff;
  font-size: 1.5rem;
}
.message .message-content .message-text .message-description {
  color: #fff;
  font-size: 1rem;
}

.continuous-operation .bar {
  background: #333 !important;
}

.cssload-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.5);
}
.cssload-container .cssload-speeding-wheel {
  position: absolute;
  right: 15px;
  top: 70px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid #0275d8;
  border-radius: 50%;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  animation: cssload-spin 0.5s infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.card-blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}
.card-blur:hover {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
}

.card-hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.5s ease-in-out;
}
.card-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.1s ease-in-out;
}

.card-desktop {
  height: 200px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.5s ease-in-out;
}
.card-desktop:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.1s ease-in-out;
}

.btn-standart {
  color: #353535;
  background-color: #dcdbdb;
  border-color: #9e9e9e;
}
.btn-standart:hover {
  color: #353535;
  background-color: #bdbcbc;
  border-color: #9e9e9e;
}

.shadow-hover {
  transition: all 0.5s;
}
.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-hover-sm {
  transition: all 0.5s;
}
.shadow-hover-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-hover-lg {
  transition: all 0.5s;
}
.shadow-hover-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*# sourceMappingURL=template.css.map */
