@charset "UTF-8";
.dsh-sidebar-list {
  padding-left: 0;
}
.dsh-sidebar-list li {
  list-style-type: none;
}

.dsh-sidebar-list svg {
  margin-right: 10px;
}

.dsh-svg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #4a5779;
}
.dsh-svg-icon:hover {
  color: #4755DC;
}
.dsh-svg-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}
.dsh-svg-icon.svg-warning path, .dsh-svg-icon.svg-warning rect, .dsh-svg-icon.svg-warning circle {
  fill: #fda600;
}

.dsh-sidebar-item-wrap {
  display: flex;
  flex-direction: column;
}

.dsh-sidebar-section-title {
  margin-bottom: 20px;
}
.dsh-sidebar-section-title .btn {
  padding: 0;
  background: none;
  color: #afafaf;
}
.dsh-sidebar-section-title .btn i {
  font-weight: bold;
}
.dsh-sidebar-section-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dsh-sidebar-section-title a:hover {
  text-decoration: none;
  color: #4755DC;
}

.card-body {
  position: relative;
  padding: 1.5rem;
}

.card {
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  margin-bottom: 30px;
  border-radius: 8px;
  border: 0;
}

.btn-light-light::before {
  border: 1px solid #fff;
  background-color: #fff;
}
.btn-light-light rect, .btn-light-light circle, .btn-light-light path {
  fill: #c1c1c1;
}

.dsh-file-box__informer {
  margin-right: 3rem;
  font-size: 2rem;
  opacity: 0.2;
}

.print-error {
  display: none;
}

@media print {
  .main-content__container {
    display: none;
  }

  .print-error {
    display: block;
    color: #000;
    font-size: 40px;
  }
  .print-error h1 {
    display: block;
  }
}
.btn-toolbar .btn {
  background: transparent;
  border-color: transparent;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  padding: 0.65rem 1rem;
}
.btn-toolbar .btn i {
  color: #0000006e;
  margin-right: 0;
  font-size: 16px;
}
.btn-toolbar .btn svg {
  width: 1.3rem;
  height: 1.3rem;
}
.btn-toolbar .btn:active::before {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-toolbar .btn.btn-move {
  padding: 5px 15px;
  color: #fff;
  background: #4755dc;
  border-radius: 5px;
  margin-left: 2rem;
}

.btn-primary-light::before, .btn-secondary-light::before, .btn-success-light::before, .btn-danger-light::before, .btn-warning-light::before, .btn-info-light::before, .btn-dark-light::before, .btn-light-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 1;
  z-index: -1;
  border-radius: 0.25rem;
}

.main-content__container .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  border-radius: 0.25rem;
  top: 110%;
  border: none;
  -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  min-width: 14rem;
}

.media i {
  margin-right: 15px;
  font-size: 16px;
}

.dropdown-item.media {
  padding: 0.5rem 1.5rem;
}

.media-body p {
  margin: 0;
  font-size: 12px;
}

.media-body h6 {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
}

.dsh-file-box--wrapper {
  display: flex;
  flex-wrap: wrap;
}
.dsh-file-box--wrapper .ui-state-highlight {
  background: #e0e0e0;
}
.dsh-file-box--wrapper.rows {
  flex-direction: column;
}
.dsh-file-box--wrapper.rows .dsh-icon-box {
  display: flex;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px 2rem 10px 10px;
  max-width: 100%;
}
.dsh-file-box--wrapper.rows .dsh-icon-box:last-child {
  border-bottom: none;
}
.dsh-file-box--wrapper.rows .dsh-icon-box:hover {
  box-shadow: none;
  background: #f9f9f9;
}
.dsh-file-box--wrapper.rows .dsh-icon-box.dsh-file-box {
  flex: 0;
}
.dsh-file-box--wrapper.rows .dsh-icon-box--text {
  width: 100%;
  display: flex;
  align-items: center;
}
.dsh-file-box--wrapper.rows .dsh-icon-box--text h6 {
  margin-bottom: 0;
}
.dsh-file-box--wrapper.rows .dsh-file-box__actions {
  order: 5;
  display: flex;
  align-items: center;
}
.dsh-file-box--wrapper.rows .dsh-link {
  display: flex;
  width: 100%;
  align-items: center;
  transition: all 0.4s;
}
.dsh-file-box--wrapper.rows .dsh-link.active {
  background: #f9f9f9;
}
.dsh-file-box--wrapper.rows .dsh-link svg {
  width: 30px;
  display: block;
  margin: 0 20px 0 10px;
}
.dsh-file-box--wrapper.rows img {
  margin: 0 20px 0 10px;
  width: 30px;
  display: block;
}
.dsh-file-box--wrapper.rows .dsh-folder-up-link {
  display: flex;
  width: 100%;
}
.dsh-file-box--wrapper.rows .dsh-folder-up {
  font-size: 17px;
  margin: 0 20px 0 10px;
  width: 30px;
  display: flex;
  justify-content: center;
}

.dsh-icon-box {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0 15px 15px 0;
  text-align: center;
  background-color: #fff;
}
.dsh-icon-box:active, .dsh-icon-box.active {
  background: #efefef !important;
}
.dsh-icon-box a.dsh-link {
  color: #212529;
  display: block;
}
.dsh-icon-box a.dsh-link:hover {
  text-decoration: none;
}
.dsh-icon-box.dsh-file-box {
  flex: 0 0 180px;
  max-width: 180px;
}
.dsh-icon-box img {
  margin: 20px 0;
  max-height: 64px;
  width: auto;
  max-width: 60%;
}
.dsh-icon-box--text {
  text-align: left;
}
.dsh-icon-box--text h6 {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.dsh-icon-box:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
}
.dsh-icon-box .dropleft span {
  cursor: pointer;
}

.dsh-section-title {
  margin: 0 0 1.5rem 0;
}
.dsh-section-title .card-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.dsh-section-title .card-title .title-parent {
  margin-right: 1rem;
}
.dsh-section-title .card-title .title-parent:after {
  content: "";
  margin-left: 1rem;
  font: normal normal normal 1em/1 "LineIcons";
  font-size: 12px;
}

.card-title {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.card-title .dsh-file-box__informer {
  font-size: 17px;
  /* color: red; */
  opacity: 0.5;
  margin-left: 1rem;
  margin-right: 0;
}
.card-title [data-toggle=dropdown] {
  cursor: pointer;
}

.dsh-seperator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dsh-close {
  background: none;
  border: none;
  transition: all 0.4s;
}
.dsh-close:hover {
  transform: rotate(180deg);
  color: #0a6ebd;
}

.modal-content input.form-control, .modal-content textarea.form-control {
  width: 100%;
}

.dropdown-item {
  user-select: none;
}

.dropdown-item.active, .dropdown-item:active {
  background: #ececec;
  color: inherit;
}

svg.dsh-icon-img {
  max-width: 40%;
  margin: 20px 0;
}
svg.dsh-icon-img_directory path, svg.dsh-icon-img_directory circle, svg.dsh-icon-img_directory rect {
  fill: #fda600;
}

.dsh-folder-up-link {
  display: block;
  color: #212529;
}
.dsh-folder-up-link:hover {
  text-decoration: none;
  color: inherit;
}

.dsh-folder-up {
  font-size: 35px;
  margin: 33px 0;
  color: #373636;
}

.file-caption-main .btn {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px !important;
  margin-left: 1rem !important;
  border: none !important;
}
.file-caption-main .btn-secondary {
  background: #2d233f;
  border: none !important;
}
.file-caption-main .btn-secondary.fileinput-remove {
  background: #d44444;
}

.file-preview {
  border: none;
}

.file-drop-zone-title {
  font-family: "Open Sans";
  color: #5f5f5f;
  font-size: 15px;
}

.file-drop-zone {
  border: 2px dashed #eaeaea;
}

.kv-fileinput-caption {
  display: none;
}

.kv-hidden {
  display: none;
}

.file-input .input-group {
  justify-content: center;
}

.file-upload-indicator {
  display: none;
}

.file-actions {
  display: none;
}

.krajee-default.file-preview-frame {
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  border: none;
}
.krajee-default.file-preview-frame:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

.modal-content {
  border: none;
}

#uploadFiles .modal-dialog {
  max-width: 90%;
  max-height: 80vh;
  height: 80vh;
}

.dsh-file-box__actions {
  display: flex;
  align-items: center;
}

.dsh-file-box__actions {
  justify-content: flex-end;
}

.grid .dsh-file-box__actions .dsh-file-box__informer {
  margin-right: auto;
  font-size: 20px;
}

.modal.loading .modal-content:before {
  content: "Загрузка...";
  text-align: center;
  line-height: 155px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #EEE;
  z-index: 1000;
}

.tippy-content {
  font-size: 12px !important;
}

.field-planingnew-date label {
  display: block;
}
.field-planingnew-date input {
  width: auto;
}

#video {
  width: 100%;
  position: relative;
}
#video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
#video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}
#video-play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  border-right-width: 0;
  transition: transform 0.2s ease;
}
#video-play:hover::before {
  transform: scale(1.2);
}
#video video {
  width: 100%;
  display: block;
}
#video.video-is-playing #video-over {
  display: block;
}
#video.video-is-playing #video-play {
  opacity: 0;
  visibility: hidden;
}

.dropdown-menu.show {
  min-width: 100%;
}

.btn-group_groups .btn {
  background: #fff;
  color: #525252;
  font-size: 12px;
  border: 1px solid #ECECEC;
}
.btn-group_groups .btn.active {
  background: #4755DC;
  color: #fff;
}

.order-comments .img img {
  border-radius: 50%;
}

.program-comments .field-commentform-text {
  width: 100%;
}
.program-comments .img {
  flex-shrink: 0;
}
.program-comments textarea {
  width: 100%;
  height: 48px;
}

.program-access-form {
  width: 250px;
}

.program-access-form .dropdown-toggle, .program-access-form input, .program-access-form textarea {
  width: 250px;
}

.modal__event input {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 0.8rem 1.1rem;
  font-size: 14px;
}

.material-radio .form-check-input {
  display: none;
}
.material-radio .form-check {
  margin-bottom: 10px;
  padding-left: 0;
}
.material-radio .form-check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.material-radio .form-check-label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #0a6ebd;
  display: block;
  margin-right: 1rem;
  border-radius: 50%;
}
.material-radio input:checked ~ .form-check-label:before {
  background: url("../images/icons/check-solid.svg") center no-repeat, #0a6ebd;
}

body .modal-footer .btn-default {
  color: #0A0A0A;
  background: none;
}
body .modal-footer .btn-default:hover {
  background: #0a0a0a08;
}

.modal-rounded .modal-content {
  border-radius: 15px;
}

.add-program-files__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.add-program-files-button {
  cursor: pointer;
  padding-bottom: 1rem;
}
.add-program-files-button:hover {
  color: #0a6ebd;
}

.selected-file {
  padding: 0.6rem 0.8rem;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1rem;
}
.selected-file i {
  margin-left: 1rem;
  color: #c3bfbf;
}
.selected-file i:hover {
  color: #0a6ebd;
}
.selected-file img {
  width: 20px;
  margin-right: 1rem;
}

.popover {
  border: none;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

a.selected-file {
  color: #0A0A0A;
}
a.selected-file:hover {
  text-decoration: none;
  color: #0a6ebd;
}

body .popover__card > .title {
  font-size: 18px;
  margin-bottom: 1.5rem !important;
}

.popover__detail {
  border-radius: 5px;
  color: #9c9c9c;
}

.popover__detail:empty {
  display: none;
}

.popover_program_type {
  color: #888888;
  font-size: 13px;
}

.popover .selected-file {
  padding: 0;
  border: none;
  margin-top: 7px;
}

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