:root {
  --main-background-color: #f3f3f3;
  --alternative-background-color: #474544;
  --main-nav-color: #c0bbb7;
  --sub-nav-color: rgba(69, 69, 69, .6);
  --hover-nav-color: #fff;
}

body {
  direction: ltr;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

/* CUSTOM HEADER AND FOOTER FOR STATIC PAGES*/

.custom-header .page-content-wrapper {
  padding-left: unset !important;
}

.custom-header .page-header-custom {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 1000;
}

.custom-header.desktop .page-header-custom .container {
  margin: 0 !important;
}

.custom-footer .page-footer {
  left: 0 !important;
}

.custom-footer .page-footer.auth {
  z-index: 0 !important;
}

.custom-footer.desktop .page-footer .container {
  margin: 0 !important;
  max-width: unset !important;
}

/* END (HEADER AND FOOTER FOR STATIC PAGES)*/

/* OVERRIDE TO DELETE PADLOCK (NAV MENU BUTTON PADLOCK) */

.dropdown-icon-menu:hover>ul {
  height: 5.25rem !important;
}

/* END (NAV MENU BUTTON PADLOCK) */

#header {
  width: 100%;
  position: fixed;
  display: block;
  height: 50px;
  padding: 0 15px 0 0;
  background-color: var(--main-background-color);
  top: 0;
  z-index: 999;
}

#logo img {
  height: 39px;
  margin: 5px;
  float: left;
}

#header-actions {
  font-size: 19px;
  margin: 10px;
}

#left-panel {
  width: 220px;
  display: block;
  background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
  height: 100%;
  position: fixed;
  float: left;
}

#left-panel nav {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 49px;
}

#left-panel a {
  color: var(--main-nav-color);
  text-decoration: none;
  padding: 10px 10px 10px 11px;
  display: block;
  font-size: 14px;
}

#left-panel a>i {
  margin-right: 5px;

}

#left-panel a:hover {
  color: var(--hover-nav-color);
  text-decoration: none;
}

#left-panel em {
  font-size: 11px;
  position: absolute;
  left: 200px;
  margin-top: 7px;
}

#left-panel ul {
  list-style: none;
  padding: 0;
}

#left-panel ul ul {
  padding-left: 15px;
  background: rgb(69, 69, 69);
  display: none;
}

#desktop-container {
  /* margin-top: 65px; */
  font-size: 14px;
  min-height: 500px;
  position: relative;
}

#main-container {
  font-size: 14px;
  margin-top: 50px;
  margin-left: 220px;
  min-height: 500px;
  position: relative;
}

#login-info {
  min-height: 40px;
  border-bottom: 1px solid #525151;
  display: block;
}

#ribbon {
  min-height: 40px;
  background: var(--alternative-background-color);
  padding: 0 5px;
  display: block;
}

#content {
  padding: 10px 14px;
}

.alert {
  -webkit-border-radius: 0;
}

.card {
  -webkit-border-radius: 0;
}

.timeLine {

  /* background-color: #f5f5f5 !important; */
  padding: 10px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;

}

.badge {

  color: #fff;

}

.app-header-info {

  margin-right: 8px;
  font-size: 14px;
  padding-top: 3px;

}

h1,
h2,
h3,
h4 {

  margin: 0;
  font-weight: 300;
}

h1 {
  letter-spacing: -1px;
  font-size: 24px;
  margin: 10px 0;
  margin-top: 10px;
}

h2 {
  letter-spacing: -1px;
  font-size: 22px;
  margin: 20px 0;
  margin-top: 20px;
  line-height: normal;
}

h3 {
  display: block;
  font-size: 19px;
  margin: 20px 0;
  margin-top: 20px;
  line-height: normal;
}

h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0;
  margin-top: 10px;
  line-height: normal;
}

h4.card-title {
  margin-top: 0 !important;
}

h5 {
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0;
  margin-top: 10px;
  line-height: normal;
}

button.close {
  padding-top: .60rem !important;
}


/*
 * TIME LINE 
 * 
 */

.timeline-v2 {
  margin-bottom: 0;
  list-style: none;
  padding-left: 75px;
  padding-right: 20px;
  position: relative;
}

.timeline-v2 .media {
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.025);
}

.mod-skin-dark:not(.mod-skin-light) .timeline-v2 .media {
  background-color: #38393e;
}

.timeline-v2 .media-object {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

/* .timeline-v2 .media-body[data-time]::after {
  content: attr(data-time);
  position: absolute;
  top: 0;
  right: -10px;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  background-color: var(--theme-primary);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
} */

.timeline-v2 .media-data {
  /* content: attr(data-time); */
  position: absolute;
  top: 0;
  right: -10px;
  padding: 5px 10px;
  font-size: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.timeline-v2 .media-body p:last-child {
  margin-bottom: 0;
}

.timeline-v2>li {
  position: relative;
}

.timeline-v2>li[data-date]::before {
  content: attr(data-date);
  position: absolute;
  top: 44px;
  right: 100%;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 12px;
  color: #777;
}

.timeline-v2>li[data-date]>div .media::before {
  content: "";
  position: absolute;
  top: 47px;
  left: -25px;
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
  border: 2px solid var(--theme-primary);
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: top, left, width, height, border-color;
  transition-property: top, left, width, height, border-color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.mod-skin-dark:not(.mod-skin-light) .timeline-v2>li[data-date]>div .media::before {
  background-color: #38393e;
}

.timeline-v2>li[data-date]>div+div .media::before {
  border-color: #4caf50;
}

/* .timeline-v2>li[data-date]>div .media:hover::before,
.timeline-v2>li[data-date]>div+div .media:hover::before {
  border-color: #f44336;
} */

.timeline-v2>li[data-date]>div .media:hover::before,
.timeline-v2>li[data-date]>div+div .media:hover::before {
  border-color: var(--theme-primary-800);
}

.timeline-v2>li:not(:last-child)>div:before,
.timeline-v2>li:last-child>div:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 53px;
  left: -20px;
  height: 100%;
  border: 1px solid #e8e8e8;
}

.mod-skin-dark:not(.mod-skin-light) .timeline-v2>li:not(:last-child)>div:before,
.mod-skin-dark:not(.mod-skin-light) .timeline-v2>li:last-child>div:not(:last-child)::before {
  border: 1px solid #38393e;
}

.timeline-v2>li:not(:last-child)>div:not(:last-child):before,
.timeline-v2>li:last-child>div:not(:last-child)::before {
  border-style: dashed;
}

.timeline-v2>li>div {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.timeline-v2>li>div::after {
  content: "";
  position: absolute;
  top: 47px;
  left: -6px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}

.mod-skin-dark:not(.mod-skin-light) .timeline-v2>li>div::after {
  border-color: transparent #38393e transparent transparent;
}

/* .timeline-v2>li>div:hover .media-body[data-time]::after {
  background-color: #f44336;
} */

.timeline-v2>li>div:hover .media-data {
  background-color: var(--theme-primary-800) !important;
}

@media (max-width: 989px) {
  .timeline-v2 {
    padding-left: 30px;
  }

  .timeline-v2>li[data-date]::before {
    margin-right: auto;
    -webkit-transform: rotate(-90deg) translate(50%, -20px);
    transform: rotate(-90deg) translate(50%, -20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* @media (max-width: 767px) {
  .timeline-v2 {
    padding-left: 30px;
  }

  .timeline-v2>li[data-date]::before {
    margin-right: auto;
    -webkit-transform: rotate(-90deg) translate(50%, -20px);
    transform: rotate(-90deg) translate(50%, -20px);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
} */

/*
 * 
 * SMARTADMIN COLORS
 * 
 */

.txt-color-blue {
  color: #57889c !important
}

.txt-color-blueLight {
  color: #92a2a8 !important
}

.txt-color-blueDark {
  color: #4c4f53 !important
}

.txt-color-green {
  color: #356e35 !important
}

.txt-color-greenLight {
  color: #71843f !important
}

.txt-color-greenDark {
  color: #496949 !important
}

.txt-color-red {
  color: #a90329 !important
}

.txt-color-yellow {
  color: #b09b5b !important
}

.txt-color-orange {
  color: #b19a6b !important
}

.txt-color-orangeDark {
  color: #a57225 !important
}

.txt-color-pink {
  color: #ac5287 !important
}

.txt-color-pinkDark {
  color: #a8829f !important
}

.txt-color-purple {
  color: #6e587a !important
}

.txt-color-darken {
  color: #404040 !important
}

.txt-color-lighten {
  color: #d5e7ec !important
}

.txt-color-white {
  color: #fff !important
}

.txt-color-grayDark {
  color: #525252 !important
}

.txt-color-magenta {
  color: #6e3671 !important
}

.txt-color-teal {
  color: #568a89 !important
}

.txt-color-redLight {
  color: #a65858 !important
}

.bg-color-blue {
  background-color: #57889c !important
}

.bg-color-blueLight {
  background-color: #92a2a8 !important
}

.bg-color-blueDark {
  background-color: #4c4f53 !important
}

.bg-color-green {
  background-color: #356e35 !important
}

.bg-color-greenLight {
  background-color: #71843f !important
}

.bg-color-greenDark {
  background-color: #496949 !important
}

.bg-color-red {
  background-color: #a90329 !important
}

.bg-color-yellow {
  background-color: #b09b5b !important
}

.bg-color-orange {
  background-color: #c79121 !important
}

.bg-color-orangeDark {
  background-color: #a57225 !important
}

.bg-color-pink {
  background-color: #ac5287 !important
}

.bg-color-pinkDark {
  background-color: #a8829f !important
}

.bg-color-purple {
  background-color: #6e587a !important
}

.bg-color-darken {
  background-color: #404040 !important
}

.bg-color-lighten {
  background-color: #d5e7ec !important
}

.bg-color-white {
  background-color: #fff !important
}

.bg-color-grayDark {
  background-color: #525252 !important
}

.bg-color-magenta {
  background-color: #6e3671 !important
}

.bg-color-teal {
  background-color: #568a89 !important
}

.bg-color-redLight {
  background-color: #a65858 !important
}