﻿/*#region General */
/*#endregion */
/*#region Font */
/*#endregion */
/*#region Color */
/*#endregion */
/*#region FAQ Styles */
.section {
  cursor: pointer;
  padding: 10px;
}
.folder {
  padding: 10px;
  cursor: pointer;
}
.folder:hover {
  background-color: #f5f5f5;
}
.folder.active {
  background-color: #dcdcdc;
}
.solution {
  margin: 10px;
  margin-top: 0;
  padding: 10px;
  background-color: #fafafa;
}
.solution:hover {
  background-color: #cfcfcf;
}
.section:hover .kdb-command-container i,
.folder:hover .kdb-command-container i,
.solution:hover .kdb-command-container i,
.section.active .kdb-command-container i,
.folder.active .kdb-command-container i,
.solution.active .kdb-command-container i {
  color: inherit;
}
.section .kdb-command-container,
.folder .kdb-command-container,
.solution .kdb-command-container {
  text-align: left;
}
.section .kdb-command-container i,
.folder .kdb-command-container i,
.solution .kdb-command-container i {
  font-size: x-small;
  color: transparent;
}
.faqSubtitle {
  font-size: 14px;
  font-weight: bold;
}
.highlight {
  background-color: yellow;
}
/*#endregion */
/*#region Tab*/
.verticalTab-spaceRemover {
  margin-inline-start: -1px;
  margin-block-start: 2px;
}
.tab-header-section {
  cursor: pointer;
  padding: 11px 30px;
  /*&.active {
        background-color: #2b5797;
    }*/
}
@media screen and (max-width: 1024px) {
  .tab-header-section span {
    display: none;
  }
  .tab-header-section i {
    margin: 0;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1024px) {
  .tab-header-section i {
    margin-left: 15px !important;
    font-size: 1.4em;
  }
}
#tab-header-charm span {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .TabHeadersCharmBar {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .tab-header-section {
    padding: 10px;
  }
}
/*#endregion */
/*#region login*/
.login-password-bar {
  position: inherit;
  width: 20%;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-radius: 4px;
  background: rgba(211, 211, 211, 0.4);
  z-index: 1;
}
.overlay-blue-bg {
  background-image: url('../../Image/Overlay-BG.png');
  background-repeat: repeat-x;
  height: 270px;
  width: 100%;
  padding: 10px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  top: 35%;
}
.overlay-blue-bg.captcha {
  background-repeat: repeat;
  height: 410px;
}
.captcha-center .BDC_CaptchaDiv {
  margin: auto !important;
}
.login-app-name {
  position: absolute;
  top: 10%;
}
.login-app-name.captcha {
  top: 20%;
}
.login-app-name.right {
  right: 30px;
}
.login-app-name.left {
  left: 30px;
}
.login-info {
  position: absolute;
  left: 30px;
  top: 0;
  height: 220px;
  overflow: auto;
  text-align: justify;
  width: 35%;
}
.login-info h4 {
  color: #fdd835;
}
.login-info strong {
  font-size: medium;
  color: #fff59d;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .login-info {
    position: relative;
    margin: 30px;
    padding: 20px;
    width: 100%;
  }
  .login-info span,
  .login-info div,
  .login-info strong,
  .login-info h2,
  .login-info h3,
  .login-info h4,
  .login-info h5,
  .login-info h6 {
    color: #000000 !important;
  }
}
.owner-logo .bottom-left {
  position: fixed;
  bottom: 30px;
  left: 30px;
}
.owner-logo .bottom-right {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.login-img-responsive {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*#endregion login*/
/*#region Dashboard */
.gadget {
  margin-right: 0;
  margin-left: 0;
}
.gadget .tools {
  display: none !important;
}
.gadget:hover .tools {
  display: flex !important;
}
.gadget .header-title {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.gadget .tools > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.gadget .tools > ul .gadgetcolor {
  display: flex;
  cursor: pointer;
  padding: 3px 20px;
}
.gadget .tools > ul .gadgetcolor > div {
  margin: 2px 0 2px 4px;
  width: 15px;
  height: 15px;
}
.gadget .tools > ul .gadgetcolor > div:hover {
  border-style: outset;
}
.gadget .tools > ul .dropdown-menu {
  text-align: right;
  border-radius: 6px;
  font-size: 12px;
}
.gadget .tools > ul .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -6px;
  left: 5px;
}
.gadget .tools > ul .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -4px;
  left: 5px;
}
.gadget-body {
  max-height: 250px;
  overflow: auto;
}
.gadget .panel-heading {
  padding: 5px 5px;
  border-radius: 2px;
  cursor: move;
  opacity: 0.75;
}
.gadget-placeholder {
  border-style: dashed;
  border-color: darkkhaki;
  background-color: lightgoldenrodyellow;
  height: 50px;
}
.gadget-placeholder:before {
  display: block;
  text-align: center;
  font-family: IRANSans;
  font-size: 22px;
  color: darkkhaki;
  padding-top: 50px;
  content: attr(data-text);
}
.gadget-empty {
  border: medium dashed darkkhaki;
  background-color: #fcfae6;
  padding-top: 30px;
  text-align: center;
  margin-top: 15px;
  height: 300px;
}
.gadget-description img {
  width: 100px;
  height: 60px;
  border: 1px solid lightsteelblue;
}
.gadget-description button {
  display: none;
}
.gadget-description:hover {
  background-color: #e0e0e0;
}
.gadget-description:hover button {
  display: block;
}
.gadget .edit-container {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.gadget .inner-setting-title {
  min-height: 25px;
}
.gadget:hover .panel-heading {
  opacity: 1;
}
.dashboard-menu {
  display: inline-block;
}
.dashboard-menu > ul {
  float: right;
  list-style: none;
  left: initial;
}
.dashboard-menu > ul li {
  text-align: right;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}
.dashboard-menu > ul li > a {
  padding: 3px 10px;
  width: 100%;
}
.dashboard-container {
  overflow-x: hidden;
  overflow-y: hidden;
}
.dashboard-sortable-placeholder {
  list-style: none;
  border-style: dashed;
  border-color: darkkhaki;
  background-color: lightgoldenrodyellow;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.dashboard-sortable-placeholder:before {
  display: block;
  text-align: center;
  font-family: IRANSans;
  font-size: 16px;
  color: darkkhaki;
  content: "در اینجا رها نمایید";
}
.gadget-title {
  line-height: 1.5em;
  min-height: 3em;
  max-height: 4.5em;
}
.template-column {
  min-height: 200px;
}
/*#endregion */
/*#region ThemeSettings */
.ColorPaletteItem {
  display: inline-grid;
  float: right;
}
.ColorPaletteItem a {
  padding: 0 !important;
  margin: 1PX;
  width: 25px;
  height: 25px;
  border: 1px solid #cfd8dc;
}
/*#endregion */
/*#region Comment*/
.comment-cardview {
  border-bottom: 1px solid #b0bec5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-cardview.private {
  background: #cfd8dc;
}
.comment-cardview span {
  visibility: collapse;
}
.comment-cardview:hover {
  background: #eceff1;
}
.comment-cardview:hover span {
  visibility: visible;
}
/*#endregion */
/*#region InternalNotification*/
.internal-notification-body {
  max-height: 55vh;
  overflow: auto;
  line-height: 1.5;
}
/*#endregion*/