/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: unset;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: unset;
  direction: ltr;
}

.avatar {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 50%;
  border-color: #eeeeee;
  border-width: 4px;
  border-style: solid;
}

.btn {
  border-radius: 10px;
  margin-top: 2px;
}

aside {
  background-image: linear-gradient(
    to right,
    rgb(56, 91, 122) 93%,
    rgb(56, 91, 122) 100%
  );
}

body:not(.menu-on-top).desktop-detected {
  min-height: 600px !important;
}

#ribbon,
/* .login-info a, */
header.ui-sortable-handle {
  background: linear-gradient(
    to right,
    rgb(56, 91, 122) 93%,
    rgb(56, 91, 122) 100%
  );
  color: white;
}

.btn-primary {
  background-color: rgb(22, 165, 235);
}

.dropdown-menu {
  border-width: 0px;
  /* background-color: transparent; */
  /* box-shadow: unset; */
}

.no-shadow {
  box-shadow: unset;
}

.widget-toolbar {
  font-size: 16px;
}

.rounded {
  border-radius: 50%;
}

.chat-body,
.custom-scroll {
  background-color: unset;
  box-shadow: unset;
  background-image: unset;
  height: 159px;
}

legend {
  padding-left: 4px;
  color: rgb(51, 51, 51);
}

/* .form-control {
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-top: 0px;
} */

.datepicker {
  z-index: 1050 !important; /* has to be larger than 1050 */
}

nav ul li.active > a:before {
  color: rgb(22, 165, 235);
}

#map-canvas {
  min-height: 600px;
}

/* MODAL DIALOG */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 700px;
    margin: 30px auto;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 900px;
    margin: 30px auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 1100px;
    margin: 30px auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 1300px;
    margin: 30px auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1600px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 1500px;
    margin: 30px auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1800px) {
  .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 1600px;
    margin: 30px auto;
  }
}

.ng-select .ng-select-container {
  border-radius: unset;
}

.ng-select .ng-select-container {
  min-height: 32px;
}

.ng-select.ng-select-single .ng-select-container {
  height: 32px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  margin-left: 2px;
}

.ng-select .ng-select-container .ng-value-container .ng-input > input {
  margin-left: 2px;
}

.has-warning .ng-select .ng-select-container {
  border-color: #c09853;
}

.ng-value-container .ng-value {
  white-space: normal !important;
}

.ng-select.inside-childview .ng-select-container  {
  margin-left: -12px;
  margin-right: -12px;
  height: auto;
  width: auto;
  padding-bottom: 6px;
}

.jarviswidget > header,
.jarviswidget .widget-body {
  border-width: 0px;
  padding: 0px;
  background-color: white;
}

.form-actions,
.datatable-footer {
  background-color: white;
}

.jarviswidget > div {
  border-width: 0px;
}

.jarviswidget > header > :first-child.widget-icon {
  text-align: left;
  width: 20px;
}

.modal-content {
  padding: 13px;
}

/* .jarviswidget>div {
    padding-left: 0px; padding-right: 0px; padding-bottom: 0px; padding-top: 0px;
}

.jarviswidget .widget-body{
    padding-bottom: 0px;
} */

.checkbox {
  min-height: 32px;
}

.message-text {
  min-width: 50%;
  min-height: 35px;
}

.pink {
  background-color: pink;
  color: brown;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9f9;
}

/* Comments */
.no-padding-comments {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.chat-body li:first-child {
  margin-top: 0px;
}

.smart-timeline {
  padding: 20px;
}

/* .jarviswidget>header {
    border: 0px;
} */

/* .ngx-datatable .datatable-body-cell, .ngx-datatable .datatable-header-cell, .datatable-row-center .datatable-body-cell{
    border: 0px;
} */

.smart-style-2 nav > ul > li > a > i {
  font-size: 16px !important;
}

.org-tree-person {
  background: #3276b1;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;

  top: 10px;
  z-index: 100;
  padding: 2px;

  vertical-align: top;
  margin-top: 3px;
}

.smart-style-2 .minifyme {
  border-right-width: 1px;
  border-right-color: #d4d4d4;
  border-right-style: solid;
  background-color: unset;
  border-radius: unset;
  border-bottom-color: #f7f7f7;
  color: #3292e2;
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 992px) {
  .smart-style-2 #hide-menu a:hover i {
    color: #c5c6ca !important;
  }
}

.flag + span {
  margin-left: 2px;
}

@media (max-width: 979px) and (min-width: 768px) {
  .flag + span {
    max-width: 150px !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs-language {
    display: none !important;
  }
}

dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  margin-top: 0px;
}

dropzone > .dropzone.dz-wrapper .dz-message .dz-text:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f382 \00a0";
}

dropzone > .dropzone.dz-wrapper .dz-message {
  min-height: 50px !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #3276b1;
  color: white;
}

#sparks {
  background-color: initial;
}

#main {
  padding-bottom: 0px;
}

/* MBSC CALENDAR */

/* Switch view */

.md-switching-view-cont .mbsc-segmented {
  max-width: 350px;
  margin: 0 auto;
}

.md-switching-view-cont .mbsc-calendar-grid-item {
  height: 490px;
  box-sizing: border-box;
}

.mbsc-segmented {
  max-width: 350px;
  margin: 0 auto;
  padding: 1px;
}

.mbsc-windows.mbsc-segmented {
  padding: 0.75em;
}

.cal-header-picker {
  flex: 1 0 auto;
}

.cal-header-nav {
  width: 200px;
}

/* windows header order */

.mbsc-windows.cal-header-nav {
  order: 4;
}

.mbsc-windows.cal-header-prev {
  order: 1;
}

.mbsc-windows.cal-header-next {
  order: 2;
}

.mbsc-windows .cal-header-buttons {
  order: 5;
  flex-grow: 1;
}

.mbsc-windows .cal-header-picker {
  order: 6;
}

.mbsc-windows .cal-header-today {
  order: 7;
}

.mbsc-timeline-column,
.mbsc-timeline-header-column {
  width: 3em !important;
}

.md-custom-header .mbsc-timeline-resource,
.md-custom-header .mbsc-timeline-row {
  height: 4em !important;
}

app-tenant-absence .md-custom-header .mbsc-timeline-resource,
app-tenant-absence .md-custom-header .mbsc-timeline-row {
  height: 5em !important;
}

.height-extended .mbsc-timeline-resource,
.height-extended .mbsc-timeline-row {
  height: 7em !important;
}

/* worktime cell */
.mbsc-calendar-width-md .mbsc-schedule-event-all-day-inner{
  margin: 0px !important;
  text-align: center;
}

/* grid style for dates in the past */
.mbsc-schedule-color.past-date-event{
  background-image:
  linear-gradient(45deg, rgb(239,239,239) 25%, transparent 25%), 
  linear-gradient(135deg, rgb(239,239,239) 25%, transparent 25%),
  linear-gradient(45deg, transparent 75%, rgb(239,239,239) 75%),
  linear-gradient(135deg, transparent 75%, rgb(239,239,239) 75%);
  background-size:25px 25px; /* Must be a square */
  background-position:0 0, 12.5px 0, 12.5px -12.5px, 0px 12.5px; /* Must be half of one side of the square */
}

/* GRID BRANDING */

#content .e-checkbox-wrapper .e-frame.e-check,
#content .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #c01c6a;
}

#content #view-grid .e-rowcell.e-templatecell .e-checkbox-wrapper .e-frame.e-check,
#content #view-grid .e-rowcell.e-templatecell .e-css.e-checkbox-wrapper .e-frame.e-check {
  background-color: #3276b1;
}

#content .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
#content .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
#content #view-grid .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
#content #view-grid .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
#content #view-grid .e-rowcell.e-templatecell .e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check,
#content #view-grid .e-rowcell.e-templatecell .e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
  background-color: #bdbdbd;
}

#content .e-grid .e-frozenheader > .e-table,
#content .e-grid .e-frozencontent > .e-table,
#content .e-grid .e-frozencontent .e-virtualtable > .e-table,
#content .e-grid .e-frozenheader .e-virtualtable > .e-table {
  border-right-color: #3276b1;
}

#content .e-switch-wrapper.bar-color .e-switch-inner.e-switch-active,
#content .e-switch-wrapper.bar-color:hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: #95d3ea;
  border-color: #3b9ff3;
}

#content .e-switch-wrapper.bar-color .e-switch-inner,
#content .e-switch-wrapper.bar-color .e-switch-off {
  background-color: #ccc;
  border-color: #ccc;
}

#content .e-switch-wrapper.bar-color .e-switch-handle.e-switch-active,
#content .e-switch-wrapper .e-switch-handle.e-switch-active {
  background-color: #3b9ff3;
}

#content .e-switch-wrapper .e-switch-on,
#content .e-css.e-switch-wrapper .e-switch-on {
  background-color: #95d3ea;
}

#content .e-summarycell.e-templatecell {
  white-space: nowrap;
}

#content .e-pager .e-currentitem, .e-pager .e-currentitem:hover {
  background: #c01c6a;
}

/* VIEW */

#view-grid ejs-textbox .e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
#view-grid ejs-textbox .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left),
#view-grid ejs-textbox .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left)
#view-grid ejs-textbox .e-input-group.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
  border: none;
}

#view-grid ejs-textbox .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
#view-grid ejs-textbox .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
#view-grid ejs-textbox .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
#view-grid ejs-textbox .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
#view-grid ejs-textbox .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
#view-grid ejs-text#content #view-grid .e-checkbox-wrapper .e-frame.e-check, #content #view-grid .e-css.e-checkbox-wrapper .e-frame.e-checkbox .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
#view-grid ejs-textbox .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
#view-grid ejs-textbox .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
  background: transparent;
}

/* VIEW END */

/* GRID BRANDING END */

/* DOCUMENTS PLAN */

.minified nav>ul>div>app-documents-plan-tree>ul {
  min-height: 100px!important;
  max-height: 180px!important;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ed1c24!important
}

.minified nav>ul>div>app-documents-plan-tree>li,.minified nav>ul>div>app-documents-plan-tree>li a {
  position: relative
}

.minified nav ul>li>a {
  padding: 10px 11px;
  display: block
}

.minified nav>ul>div>app-documents-plan-tree>li>a .fa.fa-fw {
  display: block;
  width: auto;
  text-align: center;
  padding: 0
}

.minified nav>ul>div>app-documents-plan-tree>li>a>i {
  text-align: center;
  margin: 0;
  display: block
}

.minified nav>ul>div>app-documents-plan-tree>li.active>a::before {
  content: "\f0d9"
}

.minified nav ul ul li a {
  padding-left: 14px
}

.minified nav ul ul li li a {
  padding-left: 25px
}

.minified nav>ul ul li::before,.minified nav>ul>div>app-documents-plan-tree>li>ul::before {
  left: 12px
}

.minified nav>ul>div>app-documents-plan-tree>li>a .menu-item-parent,.minified nav>ul>div>app-documents-plan-tree>li>a>b {
  display: none
}

.minified nav>ul>div>app-documents-plan-tree>li>a>.menu-item-parent {
  display: none;
  position: absolute;
  left: 40px;
  top: -3px;
  width: 186px;
  height: 38px;
  line-height: 38px;
  background-color: #f5f5f5;
  color: #333;
  z-index: 3;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  box-shadow: 2px 1px 2px 0 rgba(0,0,0,.2);
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #D8D4D4;
  border-bottom: 1px solid #fff;
  padding-left: 12px
}

.minified nav>ul>div>app-documents-plan-tree>li>ul {
  display: none!important;
  position: absolute;
  left: 40px;
  width: 199px;
  z-index: 5;
  border: 1px solid #bfbfbf;
  min-height: 180px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
  background: #454545;
  margin-top: -3px;
  overflow: hidden
}

.minified nav ul>nav>ul>div>app-documents-plan-tree>li>ul>nav>ul>div>app-documents-plan-collection-item>li>ul {
  position: relative;
  left: 13px;
  border: none;
  margin-left: -12px;
  width: 197px
}

.minified nav>ul>div>app-documents-plan-tree>li:hover>a>.menu-item-parent,.minified nav>ul>div>app-documents-plan-tree>li:hover>ul {
  display: block!important
}

.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li {
  background-color: rgba(69,69,69,.9)
}

.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li>ul>div>app-documents-plan-folder-item>li {
  background-color: #484B50
}

.minified nav>ul>div>app-documents-plan-tree>li {
  border-bottom: 1px solid #1A1817;
  border-top: 1px solid #525151
}

.minified nav>ul>div>app-documents-plan-tree>li>ul::before {
  border-left: none
}

.minified nav>ul ul li::before {
  border: none
}

.slimScrollDiv,.slimScrollDiv>:first-child {
  overflow: hidden
}

.minified .slimScrollDiv,.minified .slimScrollDiv>:first-child {
  overflow: visible!important
}

.minified .slimScrollBar,.minified .slimScrollRail {
  display: none
}

.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li>a,.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li>ul>div>app-documents-plan-folder-item>li>a {
  padding-top: 7px;
  padding-bottom: 7px
}

.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li>ul>div>app-documents-plan-folder-item>li a {
  padding-top: 6px;
  padding-bottom: 6px
}

.minified.smart-style-2 nav ul ul ul ul li a {
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 6px
}

.minified nav ul ul ul ul li a {
  padding-left: 45px
}

.minified nav ul ul ul ul ul li a {
  padding-left: 62px
}

.minified nav ul ul ul ul ul ul li a {
  padding-left: 82px
}

.smart-style-2.minified nav ul li.active>a:before {
  height: 23px;
  right: -19px;
  top: 7px;
  font-size: 20px;
  color: #FFF
}

.smart-style-2.minified nav>ul>div>app-documents-plan-tree>li {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #FFF
}

.smart-style-2.minified nav>ul>div>app-documents-plan-tree>li>a>i {
  font-size: 18px!important
}

.smart-style-2.minified nav>ul>div>app-documents-plan-tree>li>ul,.smart-style-2.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li,.smart-style-2.minified nav>ul>div>app-documents-plan-tree>li>ul>div>app-documents-plan-collection-item>li>ul>div>app-documents-plan-folder-item>li {
  background: #fff!important
}

/* DOCUMENTS PLAN END */