﻿body.navbar-cms {
  padding-top: 60px;
}
.k-i-custom {
  background-position: -288px -49px !important;
}
.kendo-bs [class*="col-"],
.kendo-bs .form-control {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
div.rich-text,
div.multi-line-text {
  min-height: 20px;
}
.dialogelfinder.elfinder {
  z-index: 1055 !important;
  box-shadow: 0 0 15px 5px #428BCA;
}
.document-multi .input-group .input-group-btn {
  vertical-align: top;
}
.document-multi li.k-button img {
  display: none;
}
.document-multi li.k-button > span:first-of-type {
  padding-left: 15px;
  font-weight: 700;
}
.document-multi.stacked li.k-button {
  float: left;
  clear: left;
}
.document-multi.img-preview li.k-button img {
  display: inline-block;
}
.k-multiselect.no-input .k-multiselect-wrap > input {
  display: none;
}
.k-editor img {
  max-width: 100%;
}
.table-sortable .table-placeholder {
  background-color: #add8e6 !important;
  color: #add8e6;
}
.table-sortable .table-placeholder td {
  background-color: inherit !important;
}
.editable-field {
  position: relative;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  z-index: 1;
  min-height: 40px;
  min-width: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.editable-field:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.editable-field:hover .edit-button {
  visibility: visible;
  opacity: 0.9;
}
.editable-field .edit-button {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  top: 5px;
  left: 5px;
  background: #337ab7;
  color: #fff;
  padding: 5px 10px 7px 10px;
  border-radius: 5px;
  border: 1px solid #2e6da4;
  font-size: 13px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.editable-field .edit-button:hover {
  opacity: 1;
}
div.k-editor-inline.k-editor {
  border-color: #ccc;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
}
.gallery-list > div {
  position: relative;
  flex: 0 0 25%;
  padding: 20px;
}
.gallery-list > div img {
  max-width: 100%;
  margin-bottom: 5px;
}
.gallery-list > div label {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.gallery-list > div span {
  cursor: pointer;
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}