﻿/********************************************************************************/
/*********************** CUSTOM COLOR SCHEME FOR SUADEO DESIGNER **********************************************************/
/********************************************************************************/
:root {
  --suadeo-text-grey-1: #7b8190; /* used inside the context-menu for the sidebar */
  --suadeo-text-grey-2: #555b6d; /* used at the top menu for catalogue, admin etc*/
  --suadeo-text-grey-3: #7e93a0; /* used on hover of the sidebar */
  --suadeo-text-black: #383c40; /* used on hover of the context menu */
  --dashonic-bg-blue: #03314d;
}

.suadeo-text-grey-1 {
  color: var(--suadeo-text-grey-1) !important;
}

.suadeo-text-grey-2 {
  color: var(--suadeo-text-grey-2) !important;
}

.suadeo-base-color {
  color: var(--suadeo-base-color) !important;
}

.dashonic-bg-blue {
  background-color: var(--dashonic-bg-blue);
}
/********************************************************************************/
/*********************** CUSTOM COLOR SCHEME FOR SUADEO DESIGNER END **********************************************************/
/********************************************************************************/

/********************************************************************************/
/*********************** SIDEBAR MENU CSS **********************************************************/
/********************************************************************************/

/**SIDEBAR HIDDEN MENU CSS OVERRIDE **/
body[data-sidebar="dark"][data-sidebar-size="sm"],
body[data-topbar="dark"] {
  min-height: inherit;
}

.sidebar-enable .vertical-menu {
  display: none;
  top: 70px;
}

.sidebar-enable .main-content {
  margin-left: 0 !important;
}

.sidebar-enable #page-topbar,
.sidebar-enable .fixed {
  left: 0 !important;
}

.sidebar-enable #page-topbar .navbar-header .navbar-brand-box {
  display: inline-block;
  position: relative;
  width: auto !important;
}

.vertical-menu .navbar-brand-box {
  margin-top: 0;
}

.sidebar-enable #page-topbar .navbar-header .vertical-menu-btn {
  display: inline-block;
  padding-right: 1.05rem;
  padding-left: 0.92rem;
}

#sidebar-menu ul li a {
  font-size: 14px;
  word-break: break-word;
}

#sidebar-menu ul li a.context-menu.folder-icon {
  padding-right: 2.3rem;
}

#sidebar-menu ul li ul.sub-menu li a {
  font-size: 13px;
}

.vertical-menu .vertical-menu-btn {
  position: relative;
  float: right;
  height: 45px !important;
}

/**SIDEBAR CONTEXT MENU STYLING **/
#itemsMenu .dropdown-item:hover span,
#itemsMenu .dropdown-item:hover svg,
#itemsMenu .dropdown-item:hover i {
  color: var(--suadeo-text-black) !important;
}

#itemsMenu .dropdown-item svg {
  width: 1rem;
  height: 1rem;
}

#sidebar-menu ul li a:before,
#sidebar-menu ul li ul.sub-menu li a:before {
  content: none;
}

#sidebar-menu ul li a i.fa-circle {
  font-size: 0.4rem;
}

#sidebar-menu ul li a .fas.fa-circle,
#sidebar-menu ul li a:hover .far.fa-circle {
  display: none;
}

#sidebar-menu ul li a:hover .fas.fa-circle,
#sidebar-menu ul li a .far.fa-circle {
  display: block;
}

#sidebar-menu ul li a:hover .fas.fa-circle {
  color: #038edc;
}

#sidebar-menu ul li a span.sd-icon {
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding-left: 2.6rem !important;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding-left: 3.5rem !important;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a.context-menu.folder-icon {
  padding-left: 2.3rem;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
  padding-left: 4.5rem !important;
}

#sidebar-menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  a {
  padding-left: 5.5rem !important;
}

#sidebar-menu
  ul
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  ul.sub-menu
  li
  a {
  padding-left: 6.5rem;
}

#sidebar-menu .has-arrow + ul .has-arrow:after,
#sidebar-menu .has-arrow:after {
    right: 5px;
}
/********************************************************************************/
/*********************** SIDEBAR MENU CSS END **********************************************************/
/********************************************************************************/
/********************************************************************************/
/*********************** TOPBAR MENU CSS **********************************************************/
/********************************************************************************/
.navbar-header {
  height: 56px;
}

.dropdown-menu.show {
  top: -9px !important;
}

#custom-app-display .dropdown-menu.show {
  max-width: 25rem;
}

#custom-app-display .card {
  max-height: 17rem;
}
#custom-app-display .card:nth-child(2) {
  max-height: 20rem;
}

#custom-app-display .card-body {
  min-width: 18rem;
  min-height: 5.8rem;
}

#custom-app-display .custom-app-logo {
  height: 3rem;
  width: 2.8rem;
}

.hover-bg-200:hover {
  background-color: #edf2f9;
}

/********************************************************************************/
/*********************** TOPBAR MENU CSS END **********************************************************/
/********************************************************************************/
/********************************************************************************/
/*********************** MAIN.ASPX CSS **********************************************************/
/********************************************************************************/
body.sidebar-enable .search-result-container {
  width: 100%;
}

.search-result-container {
    position: absolute;
    right: 0;
    top: 45px;
    width: Calc(100% - 255px);
    height: Calc(100vh - 45px);
    background: #fff;
    z-index: 999;
}

.search-result-container:hover .close-search-result-container,
.search-result-container:focus .close-search-result-container {
  opacity: 1;
}

.search-result-container .close-search-result-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #03314d;
  color: #f1f1f1;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 0.625rem 1rem 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms linear;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
}

#globalSearchTxtBox::placeholder {
  text-align: left;
}

.home-page-illustration {
  width: 100%;
  /*background-image: url(../../../../Images/home-all.svg);*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: Calc(100vh - 250px);
}
.fr .home-page-illustration {
  background-image: url(../../../../Images/home-all-fr.svg);
}
.en .home-page-illustration {
  background-image: url(../../../../Images/home-all-en.svg);
}

#home-page {
  position: relative;
  /* Uncommented to fix bug with boxed layout */
  height: Calc(100vh - 90px);
}

/********************************************************************************/
/***********************  MAIN.ASPX CSS END **********************************************************/
/********************************************************************************/

.card-user-domain-container .badge {
  padding: 0.6em 0.6em;
}

body[data-sidebar-size="sm"] .fixed {
  left: 0px;
}

.fixed {
  position: fixed;
  background: #fff;
  z-index: 999;
  padding: 10px calc(20px / 2) 0 calc(20px / 2);
  right: 0;
  left: 255px;
}

.user-data-search-bar.fixed {
  height: 55px;
}

.user-data-search-bar.fixed {
  top: 56px;
  padding-top: 10px !important;
  z-index: 998;
}

/*page title box customization*/

.page-title-box.fixed {
  top: 55px;
  padding-bottom: 3px;
  background: var(--bs-body-bg) !important;
}

.page-title-box {
  border-bottom: 0px solid #ddd;
}

.page-title-box h4 {
}
/*end page title box customization*/

.header-my-inbox-badge {
  top: 0.1rem !important;
  /*right: 0.4rem !important;*/
}

/* admin drop down icons*/
img.icon {
  width: 15px;
  height: 15px;
}

/*.dropdown-item > img {
    margin-right: 1rem;
}*/

.ctext-wrap-content .chatTime {
  display: none;
}

.form-group-feedback-right .form-control-feedback {
  right: 0;
}

.form-group-feedback {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  color: #333;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: 2.25003rem;
  min-width: 1rem;
}

.badge-light-blue {
  color: #3f64db;
  background-color: #d8e1f8;
  white-space: normal;
}

.hideDisplay {
  visibility: hidden;
  display: none;
}

.navbar-nav-link .badge {
  position: absolute;
  top: -4px;
  right: 0;
}

.nav-tabs-custom {
  border-bottom: 0px !important;
}

.btn-outline-light,
.border-grey-270 {
  border-color: var(--grey-270) !important;
}

.uniform-checker input[type="checkbox"],
.uniform-checker input[type="radio"],
.uniform-choice input[type="checkbox"],
.uniform-choice input[type="radio"] {
  border: 0;
  background: 0 0;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  visibility: visible;
  opacity: 0;
  z-index: 2;
}

.badge.badge-light-blue {
  font-size: 100%;
}

/*customize tabs*/
.nav-tabs-sd .nav-item .nav-link.active {
    color: var(--suadeo-primary-color);
}

.nav-tabs-sd .nav-item {
  position: relative;
  color: #343a40;
}

.nav-tabs-sd {
  border-bottom: 0px !important;
}

.nav-tabs-sd .nav-item .nav-link {
  border: none;
  background: transparent;
}

.nav-tabs-sd .nav-item .nav-link.active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-tabs-sd .nav-item .nav-link::after {
        content: "";
        background: var(--suadeo-primary-color) !important;       
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
        -webkit-transition: all 250ms ease 0s;
        transition: all 250ms ease 0s;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
/*END customize tabs*/

.navbar-light {
  color: rgba(51, 51, 51, 0.85);
  background-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.125) !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

legend {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
}

.list-icons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.text-slate-1100 {
  color: var(--slate-1100);
}

.border-grey-270 {
  border-color: var(--grey-270);
}

[class*="bg-"]:not(.bg-transparent):not(.bg-light):not(.bg-white):not(
    .btn-outline
  ):not(body) {
  color: #fff;
}

.card-header:not([class*="border-"]) {
  border-bottom-width: 0px;
}

.translation .content {
  margin-top: auto;
}

a.list-icons-item:not([class*="text-"]) {
  color: inherit;
}

.btn-outline-grey {
  border-color: #e2e5e8;
}

.vertical-divider {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--suadeo-base-color) !important;
}

.page-title-box.fixed .small {
  font-size: 0.6875rem;
}

.page-title-box.fixed .font-size-lg {
  margin-top: 0.25rem !important;
}

.page-title-box.fixed i {
  padding: 3px;
}

.badge-light-green {
  color: #3e8248;
  background-color: #aaede3;
}

.badge.badge-light-green {
  font-size: 100%;
}

.badge-sd-light-red {
  color: #383838;
  background-color: #e18e8e;
}

.badge.badge-sd-light-red {
  font-size: 100%;
}

.align-middle {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

.sd-slim-theme .sd-dxcustomization-popup-template-body,
.sd-slick-theme .sd-dxcustomization-popup-template-body,
.sd-slick-theme.sd-dxcustomization-popup-template-body {
  padding: 2em;
}

.dx-widget.form-control {
  /*padding: .47rem .75rem !important;*/
}

.border-indigo-400 {
  border-color: #5c6bc0;
}

textarea:focus {
  outline: unset;
}

/*IMG tag based SVG icons -- start*/

.custom-svg-icon.black path {
  fill: black !important;
}

.custom-svg-icon.light-grey path {
  fill: #b3b3b3 !important;
}

.custom-svg-icon.grey-250 path {
  fill: var(--grey-250) !important;
}

.custom-svg-icon.red path {
  fill: #ff0000;
}

.custom-svg-icon.light-white path {
  fill: white !important;
}

.custom-svg-icon.slate-600 path {
  fill: #00897b;
}

.custom-svg-icon.slate-1100 path {
  fill: var(--slate-1100);
}

.custom-svg-icon.teal-1000 path {
  fill: var(--teal-1000);
}

.custom-svg-icon.icon-xg {
  width: 2.2em;
  height: 2.2em;
}

.custom-svg-icon.icon-lg {
  width: 1.5em;
  height: 1.5em;
}

.custom-svg-icon.icon-md {
  width: 1.1em;
  height: 1.1em;
}

.custom-svg-icon.icon-sm {
  width: 0.8em;
  height: 0.8em;
}

/*IMG tag based SVG icons -- end*/

.fav-success-text {
  background-color: #ececec;
  color: var(--suadeo-base-color);
  padding: 2px 10px;
  border-radius: 3px;
}

/*Summernote-lite color dropdown design fix*/
.note-color .note-dropdown-menu .note-palette {
  margin-left: 0px !important;
}

/********************************************************************************/
/***********************  HEADINGS START **********************************************************/
/********************************************************************************/

.suadeo-heading-style-1 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: var(--slate-1100);
}

/********************************************************************************/
/***********************  HEADINGS END **********************************************************/
/********************************************************************************/

.ui-pnotify-text {
  overflow-y: auto;
  overflow-wrap: break-word;
  max-height: Calc(100vh - 6rem);
}

.modal.publish .wizard-tab {
  height: 375px;
  overflow: auto;
}

.modal.publish .card {
  width: 200px;
  height: 100px;
}

.modal.publish .app-icon {
  height: 65%;
  background-repeat: no-repeat;
  background-position: center;
}

.modal.publish .app-icon.cover {
  background-size: cover;
}

.sd-login-bg,
.client_logo .file-preview {
  background: url(../../../../Layouts/defaultLayout/assets/images/Background/sd-login-bg.jpg);
  background-position: center center;
  background-size: cover;
}

#client_logo.sd-login-bg .sd-logo {
  max-width: 200px;
  max-height: 70px;
  padding: 10px;
}

/********************************************************************************/
/***********************  TEXT STYLES START **********************************************************/
/********************************************************************************/

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ellipsis:hover {
  overflow: visible;
  white-space: normal;
  height: auto;
}

/********************************************************************************/
/***********************  TEXT STYLES END **********************************************************/
/********************************************************************************/

.btn-file-upload {
  opacity: unset;
  background: #009e9ae6 0% 0% no-repeat padding-box;
  color: white;
  border-radius: 6px;
}
.file-preview {
  border: none !important;
}

.file-drop-zone {
  background-color: rgba(183, 183, 183, 0.1) !important;
  border: 2px dashed #ddd !important;
}

.file-drop-zone .file-desc {
  padding: 5rem;
}

.hidden-file-uploader
  > .dx-fileuploader-wrapper
  > .dx-fileuploader-container
  > .dx-fileuploader-content
  > .dx-fileuploader-input-wrapper {
  display: none !important;
}

.hidden-file-uploader
  > .dx-fileuploader-wrapper
  > .dx-fileuploader-container
  > .dx-fileuploader-content
  > .dx-fileuploader-upload-button {
  display: none !important;
}

.hidden-file-uploader
  > .dx-fileuploader-wrapper
  > .dx-fileuploader-container
  > .dx-fileuploader-content
  > .dx-fileuploader-files-container
  > .dx-fileuploader-file-container
  > .dx-fileuploader-button-container
  > .dx-fileuploader-upload-button {
  display: none !important;
}
.hidden-file-uploader
  > .dx-fileuploader-wrapper
  > .dx-fileuploader-container
  > .dx-fileuploader-content
  > .file-missing-error {
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  color: #d9534f;
  text-align: left;
}

/*MENU NAVIGATION AND HEADER STYLE CHANGES*/

#page-topbar .navbar-header {
  height: 45px !important;
}

#page-topbar .navbar-header .navbar-brand-box {
  height: 36px;
}

@media (max-width: 991.98px) {
  #page-topbar .navbar-header .navbar-brand-box {
    height: 2.45rem;
  }
}

.vertical-menu .vertical-menu-btn {
  /*top: -11px;*/
  /*top: -7px;*/
}
.vertical-menu .vertical-menu-btn {
}
.vertical-menu .navbar-brand-box .logo {
  line-height: 45px;
}
.logo {
  line-height: 45px;
  max-width: 155px;
}

body.en .suadeo-home-logo .logo.fr {
  display: none;
}
body.fr .suadeo-home-logo .logo.en {
  display: none;
}

.navbar-brand-box {
  margin-top: 0px;
  height: 56px;
}

.vertical-menu .navbar-brand-box {
  /*height: 2.8rem;*/
  height: 45px !important;
}

#page-topbar .navbar-brand-box .suadeo-home-logo img,
.vertical-menu .navbar-brand-box .suadeo-home-logo img {
  max-height: 25px !important;
}
.page-content {
  padding: calc(70px + 0px) calc(20px / 2) 60px calc(20px / 2);
}
#suadeoversion {
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
}

.header-item {
  height: 45px !important;
  /*border: 1px solid black !important;*/
}

.pointer{
    cursor:pointer;
}

.wizard-nav .step-icon {
    width: 40px;
    height: 38px;
    line-height: 28px;
    padding: 2px 32px 36px 8px;
}

    .wizard-nav .step-icon:has(.fas) {
        line-height: 34px;
    } 
    
    .wizard-nav .step-icon:has(.fa-check-circle) {
        padding: 2px 30px 36px 10px;
    } 
    
    .wizard-nav .step-icon:has(.fa-sitemap) {
        padding: 2px 33px 36px 7px;
    }

