body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

/* Change Width Sidebar */
.main-sidebar {
  width: 200px;
}

.layout-navbar-fixed .wrapper .brand-link {
  width: 200px;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
  width: 200px;
}

.nav-treeview .nav-item {
  padding-left: 17px;
}
section .breadcrumb {
  height: 30px;
}

@media (min-width: 992px) {

  body:not(.sidebar-mini-md) .content-wrapper,
  body:not(.sidebar-mini-md) .main-footer,
  body:not(.sidebar-mini-md) .main-header {
    /* margin-left: 180px; */
    margin-left: 4.6rem;
  }

  body:not(.sidebar-collapse) .content-wrapper,
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 200px;
  }

}

@media (min-width: 992px) {

  .sidebar-mini.sidebar-collapse .main-sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 4.6rem;
  }

  body:not(.sidebar-collapse) .content-header {
    left: 200px;
  }
}

section.content-header {
  transition: left 0.3s ease-in-out;
  left: 0px;
  background-color: #fff;
  padding: 8px 15px 1px 15px;
  margin-bottom: 10px;
  background: #f5f7f9;
  border-bottom: solid 1px #cfd7df;
  position: fixed;
  right: 0;
  top: 57px;
  z-index: 999;
}


.sidebar-collapse section.content-header {
  left: 0px;
}

@media (min-width: 992px) {
  .sidebar-collapse section.content-header {
    left: 74px;
  }
}

.sidebar-mini.sidebar-collapse .main-sidebar {
  overflow-x: hidden;
}

.sidebar-mini .main-sidebar .has-treeview.menu-open .nav-treeview {
  display: block !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .has-treeview.menu-open .nav-treeview {
  display: none !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .has-treeview.menu-open .nav-treeview {
  display: block !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .has-treeview.menu-open .nav-treeview {
  display: block !important;
}

.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link,
.layout-navbar-fixed .wrapper .main-sidebar.sidebar-focused .brand-link {
  width: 200px;
}

.sidebar-mini.sidebar-collapse .sidebar .user-panel>.info,
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .brand-text {
  margin-left: -10px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused {
  width: 200px;
}


.sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel>.info,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar:hover .logo-xl,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .user-panel>.info,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar .nav-link p,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-text,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .logo-xl {
  display: inline-block;
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar>.nav-header,
.sidebar-mini .nav-sidebar .nav-link {
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  /*   body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
      transition: margin-left 0.3s ease-in-out;
      margin-left: 180px;
  } */
}

/* -------------------- */


:not(.layout-fixed) .main-sidebar {
  position: fixed;
}

.layout-navbar-fixed .wrapper .control-sidebar {
  bottom: 0;
  position: fixed;
}

/* Full Page */
.layout-navbar-fixed .wrapper .content-wrapper {
  margin-top: 0px;
  padding-top: calc(3.5rem + 1px);
  /* margin-bottom: calc(3.5rem + 1px); */
}

.sidebar-collapse .brand-link img {
  max-width: 106px;
  padding-top: 5px;
}
.sidebar-collapse .brand-link svg {
  max-width: 106px;
}
.content-header {
  padding-left: 15px;
  padding-right: 15px;
}

.content-header.status_1 {
  border-bottom: 3px solid #17a2b8;
}

.content-header.status_2 {
  border-bottom: 3px solid #28a745;
}

.content-header.status_3 {
  border-bottom: 3px solid #6c757d;
}

.content-wrapper>.content {
  padding-left: 10px;
  padding-right: 10px;
}

.fullview-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.fullview-logo a {
  color: #495057;
}

.fullview-page {
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecef;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.select2-dropdown {
  box-shadow: 2px 2px 5px grey;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 9px;
}

.am-deny {
  color: red
}

.card-title {
  font-size: 1.3rem;
}

.fullview-box {
  width: 360px;
}

@media (max-width: 576px) {
  .fullview-box {
    margin-top: 20px;
    width: 90%;
  }
}


input:not([type="file"]).error,
textarea.error,
select.error {
  border: 1px solid red !important;
}

input:not([type="file"]).no-error,
textarea.no-error,
select.no-error {
  border: 1px solid green !important;
}

div.error-field {
  color: red;
  font-size: small;
}


.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.select2-result-repository__meta {
  /* margin-left: 70px; */
}

.select2-result-repository__title {
  color: black;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}

.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 1em;
}

.select2-results__option--highlighted .select2-result-repository__title {
  color: white;
}

.select2-results__option--highlighted .select2-result-repository__description {
  color: white;
}

.select2-results__option--highlighted .select2-result-repository__forks {
  color: white;
}

.select2-results__option--highlighted .select2-result-repository__stargazers {
  color: white;
}

.select2-results__option--highlighted .select2-result-repository__watchers {
  color: white;
}

.input-no-border {
  border: 0px;
}

td.td-note {
  border: 0px;
  padding-top: 0;
}

.code {
  letter-spacing: 1.2px;
}

.brand-image {
  /* max-height: 25px !important; */
  max-width: 120px !important;
}

.brand-link {
  padding: 17px;
}

.custom-control-label {
  font-weight: inherit !important;
}

.disabled .spinner-border {
  display: inline-block !important;
}

.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

.wrapper-popup {
  margin-top: -8px;
}

.wrapper-popup .content-wrapper {
  padding-top: 8px;
}

.card.hover_up {
  transition: 0.3s;
}

.card.hover_up:hover {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.card-primary:not(.card-outline) .note-toolbar.card-header {
  background-color: inherit;
}

.card-primary:not(.card-outline) .note-toolbar.card-header,
.card-primary:not(.card-outline) .note-toolbar.card-header a {
  color: inherit;
}

.datepicker.dropdown-menu {
  z-index: 999 !important;
}

.font-bold {
  font-weight: bold;
}


.projects .list-inline {
  margin-bottom: 0;
}

.list-inline {
  display: flex;
  align-items: center;
}

.list-inline-item {
  margin-bottom: .3rem;
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .3rem;
}

.projects .table-avatar img,
.projects img.table-avatar {
  border-radius: 50%;
  display: inline;
  width: 2rem;
}

.avatar-block {
  display: flex;
  max-width: 120px;
  align-items: center;
}

.avatar-block span {
  font-size: 12px;
  padding-left: 5px;
}

.avatar-block img {
  float: left;
  height: 40px;
  width: 40px;
  background-color: #FFF;
}

.avatar-block.small img {
  height: 25px;
  width: 25px;
  background-color: #FFF;
}

.avatar-leader img {
  border: 2px solid #6610f2;
  padding: 0px;
}

.img-bordered-xs {
  padding: 0px;
}

.img-p2-xs {
  padding: 2px;
}

.btn-above-right {
  position: relative;
}

.btn-above-right button {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
  transition: 0.3s;
  padding: 1px 5px;
}

.btn-above-right:hover button {
  opacity: 1;
}

.btn-above-left {
  position: relative;
}

.btn-above-left button {
  position: absolute;
  top: 0px;
  left: -25px;
  opacity: 0;
  transition: 0.3s;
  padding: 1px 5px;
}

.btn-above-left:hover button {
  opacity: 1;
}

.div-above-right {
  position: relative;
}

.div-above-right:hover {
  background-color: #f8f8f8;
}

.div-above-right .button-above {
  position: absolute;
  top: -12px;
  right: 5px;
  opacity: 0;
  transition: 0.3s;
  padding: 3px;
  background-color: #FFF;
  z-index: 9;
  border-radius: 3px;
}

.div-above-right:hover .button-above {
  opacity: 1;
}

.text-align-right {
  text-align: right;
}


.class-above-right {
  position: relative;
}

.class-above-right .dropdown {
  position: absolute;
  top: -5px;
  right: -5px;
  opacity: 0;
  transition: 0.3s;
}

.class-above-right:hover .dropdown {
  opacity: 1;
}

.class-btn-right {
  position: relative;
}

.class-btn-right .dropdown {
  opacity: 0;
  transition: 0.3s;
}

.class-btn-right:hover .dropdown {
  opacity: 1;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .class-btn-right .dropdown {
    opacity: 1;
  }
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.logo-per-nav {
  display: none;
}

.sidebar-collapse .logo-per-nav {
  display: block
}

.nav-link img {
  /* max-width: 25px; */
  max-height: 25px;
}

.main-header .nav-link i {
  font-size: 1.1rem;
}

.main-header .nav-link .navbar-badge {
  right: 5px;
  top: 3px;
}


.layout-top-nav .fixed-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-iframe {
  border-radius: 5px;
}

.fancybox-slide--iframe .fancybox-content {
  transition: 0.1s;
}

.fancybox-is-open .fancybox-bg {
  background-color: rgba(39, 50, 64, .6)
}

.fancybox-slide.fancybox-slide--iframe {
  padding: 5px;
  overflow: hidden;
}

.fancybox-slide--iframe .fancybox-content.box-show {
  left: 0px;
}

.task_title_input {
  font-size: 24px;
  font-weight: 600;
  margin-left: -0.375rem;
  padding-left: 0.25rem;
}

.border_hover {
  border: 1px solid rgba(0, 0, 0, 0);
}

.border_hover:focus,
.border_hover:hover {
  border: 1px solid #ced4da;
}

.border_hover_select2 .select2-container--bootstrap4 .select2-selection {
  border: 1px solid rgba(0, 0, 0, 0);
}

.border_hover_select2:hover .select2-container--bootstrap4 .select2-selection {
  border: 1px solid #ced4da;
}

.note-editor {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 5px;
  margin-left: -5px;
  height: 100%;
  min-height: 50px;
  overflow: hidden;
}

.note-editor:hover {
  border: 1px solid #ced4da;
}

.note-editor img {
  max-width: 100%;
}

.note-status-output {
  display: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgba(0, 0, 0, 0);
}


.job-info li {
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.list-inline.staff li {
  float: left;
}

ul.list-inline .btn-add-staff {
  opacity: 0;
  transition: 0.3s;
}

ul.list-inline:hover .btn-add-staff {
  opacity: 1;
}

#team-container button {
  opacity: 0;
  transition: 0.3s;
}

#team-container:hover button {
  opacity: 1;
}

#team-container button.show {
  opacity: 1;
}

.overlay {
  min-height: 50px;
}

.staff_remove_icon,
.team_remove_icon {
  position: relative;
}

.staff_remove_icon i,
.team_remove_icon i {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FFF;
  color: red;
  display: block;
  padding: 2px;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
}

.staff_remove_icon:hover i,
.team_remove_icon:hover i {
  opacity: 1;
}


.hover_show_button .btn_show_at_hide {
  opacity: 0;
  transition: 0.3s;
}

.hover_show_button:hover .btn_show_at_hide {
  opacity: 1;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .hover_show_button .btn_show_at_hide {
    opacity: 1;
  }
}

.btn.btn-xs.btn-icon {
  width: 19px;
  height: 20px;
  line-height: 14px;
}

.tooltip-inner {
  text-align: left;
}

/* Timeline */
.fc-ltr .fc-timeline-event {
  border-radius: 10px;
  padding-left: 4px;
}

.fc-ltr .fc-timeline-event i {
  margin-top: 3px;
}

/* Month View */
.fc-day-grid-event {
  display: flex
}

.fc-day-grid-event i {
  margin-top: 3px;
  margin-right: 2px;
}


.content-header .project_title {
  font-size: 1.4rem;
}

li.no-bullet {
  list-style-type: none;
}

.list-stack-staff span {
  float: right;
  margin-left: -15px;
}

.list-stack-staff h6 {
  float: right;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 5px;
}

.date-range-months {
  width: 180px;
}

.btn-badge.btn-xs {
  position: relative;
}

.btn-badge.btn-xs .badge {
  position: absolute;
  top: -5px;
  right: -5px;
}

.callout a.btn {
  text-decoration: none;
  color: inherit;
}

.callout a.btn.btn-outline-success {
  color: #28a745;
}

.callout a.btn.btn-outline-success:hover {
  color: #fff;
}

.callout a.btn.btn-outline-info {
  color: #17a2b8;
}

.callout a.btn.btn-outline-info:hover {
  color: #fff;
}

.datepicker-inline {
  width: 195px;
  margin: auto;
}

/* Mobile */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  .datepicker-inline {
    margin-left: 0;
  }
}



@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.table-responsive>.table-bordered {
  border: 1px solid #dee2e6;
}

/* .content-wrapper-popup {
  background: #f4f6f9;
} */

/* CRM  */
.divider-vertical {
  width: 1px;
  height: 30px;
  margin: 0 0.5rem;
  overflow: hidden;
  border-left: 1px solid #e9ecef;
}

.divider-hoz {
  width: 100%;
  height: 1px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.empty-list {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  height: 100%;
  text-align: center;
  background: #fff;
  justify-content: flex-start;
  padding: 30px 0;
}


.table-container {
  /* overflow-y: scroll; */
}

.bullet {
  color: #c5c5c5;
  padding: 0 2px;
}

.bullet:before {
  content: "\2022";
  font-size: 16px;
  line-height: 1;
  text-transform: none;
  font-smoothing: antialiased;
  speak: none;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.text-overflow {
  overflow: hidden;
  display: block;
}

.h5 {
  font-size: 14px;
}

.h4 {
  font-size: 16px;
}

a.h5,
a.h4 {
  color: #2c5cc5;
}

a.h5:hover,
a.h4:hover {
  color: #2f80eb;
}

.dropdown-item i {
  width: 14px;
  text-align: center;
  margin-right: 2px;
}

table.table .col-checkbox {
  width: 30px;
  padding: 0.75rem 0;
}

.table-sm th {
  font-size: 11px;
}

.table-enclosure {
  margin: auto -20px;
}

.table-enclosure td,
.table-enclosure th {
  padding: 10px 10px;
}

.dropdown-sm .dropdown-item {
  font-size: 0.8rem;
}

.right-sidebar {
  width: 200px;
  position: absolute;
  right: 0px;
  z-index: 99;
  margin-right: -200px;
  transition: 0.2s;
}

.right-sidebar.show {
  margin-right: 0px;
}

.customer-name {
  width: 95%;
  margin-bottom: 0px;
}

.container-table-fullview {
  /* overflow-x: auto;
  height: 100%; */
}

.container-table-fullview th {
  white-space: nowrap;
  height: 48px;
}

.container-table-fullview td {
  height: 82px;
  vertical-align: middle;
}

.fix-height td {
  height: 82px;
  vertical-align: middle;
}

.container-table-fullview .table {
  table-layout: fixed;
  /* width: max-content; */
}

.container-table {
  overflow-x: scroll;
  padding-bottom: 12px;
}
.container-table .table {
  table-layout: fixed;
  /* width: max-content; */
}

.min-1024 {
  min-width: 1024px;
  overflow-x: auto;
}

.elevation0 {
  box-shadow: none;
}

.elevation1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.elevation2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.elevation3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.no_scroll {
  overflow: hidden;
}

/* Customer View */
.container_main {
  /* margin-right: 80px; */
  width: calc(75% - 87px);
}

.container_main_body {
  width: calc(75% - 30px);
  overflow-y: auto;
}

.right_nav_icons {
  position: fixed;
  /* top: 115px; */
  top: 73px;
  right: 0;
  width: 55px;
}

.right_container {
  top: 73px;
  position: fixed;
  /* top: 115px; */
  right: 55px;
  width: calc(25% - 50px);
  overflow-y: auto;
  height: 100%;
  padding-right: 5px;
}

.avatar-container {
  position: relative;
  background-color: #e1e1e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

.avatar-container img {
  width: 100%;
  background-color: #F8f8f8;
}

.avatar-badge {
  font-size: 1rem;
  font-weight: 300;
  padding: 7px;
  position: absolute;
  right: -10px;
  top: -10px;
  border: 3px solid white;
}

.avatar-container .avatar-txt {
  color: #FFF;
  font-size: 21pt;
}

.avatar-container .avatar-edit {
  position: absolute;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 5px;
}

.avatar-container:hover .avatar-edit {
  opacity: 1;
}

.square-75px {
  width: 75px;
  height: 75px;
}

.square-50px {
  width: 50px;
  height: 50px;
}



.strip-stages-controls-wrapper {
  display: flex;
  width: 100%;
}

.strip-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  /* overflow: hidden; */
  width: 100%;
}

.strip-stage:first-child {
  border-radius: 25px 0 0 25px;
}

.strip-stage {
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 25px;
  min-width: 100px;
}

.strip-stage,
.strip-stage::after {
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  color: #999;
  background: #ebeff3;
}

.strip-stage.stage-completed,
.strip-stage.stage-current {
  background: #12344d;
  color: #fff;
}

.strip-stage>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 5px 0 17px;
}

.strip-stage.stage-completed:after,
.strip-stage.stage-current:after {
  background: #12344d;
}

.strip-stage::after {
  -webkit-box-shadow: 1px -1px 0 1px #fff, 1px -1px 0 1px #fff;
  box-shadow: 1px -1px 0 1px #fff, 1px -1px 0 1px #fff;
  content: '';
  position: absolute;
  top: 50%;
  right: -7px;
  width: 17px;
  height: 17px;
  z-index: 1;
  border-radius: 0 0 0 25px;
  transform: translateY(-50%) rotate(45deg);
}

.insights-lead {
  width: 92px;
  height: 92px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.radial-progress {
  background-color: #999;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  text-align: center;
  z-index: 10;
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 30px;
  right: -10px;
  top: -5px;
}

.radial-progress-lg {
  width: 92px;
  height: 92px;
  font-size: 30.67px;
  line-height: 86px;
  right: 0;
  top: 0;
}

.bg-leadscore--hot-inverse {
  background-color: #fff;
  border-color: #f26b21;
  color: #f26b21;
}

.timeline>div>.fas {
  background: #dfe1e4;
}

.timeline {
  margin: 0 0 15px;
}

.sidebar-mini.sidebar-collapse .control-sidebar .nav-sidebar .nav-link p {
  margin-left: 0px;
  opacity: 1;
  visibility: visible;
}


.bg-gray-light {
  background-color: #f6f6f6 !important;
}

.bg-gray-light,
.bg-gray-light>a {
  color: #505050 !important;
}

.bg-gray-light.btn:hover {
  border-color: #f6f6f6;
  color: #505050;
}

.bg-gray-light.btn:not(:disabled):not(.disabled):active,
.bg-gray-light.btn:not(:disabled):not(.disabled).active,
.bg-gray-light.btn:active,
.bg-gray-light.btn.active {
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6;
  color: #505050;
}

.pipeline-col {
  width: 280px;
  margin-right: 20px;
}

.list-pipeline-item-stages {
  height: 320px;
  list-style: none;
  overflow-y: auto;
  padding: 0;
}

.list-pipeline-item-stages>li {
  margin: 0 0 10px;
}

.list-pipeline-item-stages>li .stage-wrapper .arrow-shape-wrapper {
  display: table;
  position: relative;
}

.list-pipeline-item-stages>li .stage-wrapper .arrow-shape-wrapper .arrow-shape {
  background: #fff;
  min-width: 208px;
  height: 52px;
  position: relative;
  border: 1px solid #ebeff3;
}

.list-pipeline-item-stages>li .stage-wrapper .arrow-shape-wrapper::after {
  content: '';
  width: 0;
  border: 25.5px solid transparent;
  position: absolute;
  right: -42px;
  top: 0;
  height: 100%;
  border-left-width: 17px;
  border-left-color: #ebeff3;
}

.list-pipeline-item-stages>li .stage-wrapper .arrow-shape-wrapper .arrow-shape .text-stage {
  font-size: 14px;
  margin-right: 10px;
}

.hover-shadow .btn {
  opacity: 0;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(39, 49, 58, .2);
  box-shadow: 0 2px 10px 0 rgba(39, 49, 58, .2);
  z-index: 1;
}

.hover-shadow:hover .btn {
  opacity: 1;
}

.text-120 {
  font-size: 120%;
}
.text-80 {
  font-size: 80%;
}


.btn-app-icon {
  padding: 10px 10px;
  margin: 0 10px 0px 0px;
}

.btn-app-icon i {
  padding-bottom: 5px;
}


.cf-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.cf-container li {
  background-color: white;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  margin-bottom: 10px;
}

.cf-container .cf-group {
  position: relative;
}

.cf-container .cf-group.cf-group-txt {
  padding: 5px;
}

.cf-container .cf-row1 {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}

.cf-container .cf-col1 {
  width: 30px;
  text-align: center;
  padding: 5px;
}

.cf-container .cf-col2 {
  width: 50px;
  text-align: center;
  padding: 5px;
}

.cf-container .cf-col3 {
  width: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cf-container .cf-col4 {
  width: 15%;
}

.cf-container .cf-col5 {
  width: 10%;
}

.cf-container .cf-col6 {
  flex: 1
}

.cf-container .cf-col6 .badge {
  font-size: 100%;
  font-weight: normal;
}

.cf-container .collapse {
  padding-bottom: 5px;
}


[class*=icheck-]>input:first-child+label::before {
  border-radius: 3px;
}

[class*=icheck-]>input.small-check:first-child+label::before {
  height: 18px;
  width: 18px;
}

[class*=icheck-]>input.small-check:first-child:checked+label::after {
  height: 9px;
  transform: translate(5.5px, 2.2px) rotate(45deg);
  -ms-transform: translate(5.5px, 2.2px) rotate(45deg);
}

.btn-box-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.badge-light {
  color: #424242;
  background-color: #ebeff3;
  font-weight: normal;
}

.badge-1x {
  font-size: 100%;
}

.badge-2x {
  font-size: 120%;
}

.ui-sortable-placeholder {
  height: 40px;
  background-color: #fdffe8 !important;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 2;
}

.no-sort::after,
.no-sort::before {
  display: none !important;
}

.no-sort {
  pointer-events: none !important;
  cursor: default !important;
}

.btn-drag-icon {
  cursor: move !important;
}

.svg-lg svg {
  width: 18px;
  height: 18px;
}


/* Upload box */
.box {
  font-size: 1rem;
  /* 20 */
  background-color: #c8dadf;
  position: relative;
  padding: 50px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;

  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #fff;
}

.box__dragndrop,
.box__icon {
  display: none;
}

.box.has-advanced-upload .box__dragndrop {
  display: inline;
}

.box.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
  visibility: hidden;
}

.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box__uploading {
  font-style: italic;
}

.box__success {
  -webkit-animation: appear-from-inside .25s ease-in-out;
  animation: appear-from-inside .25s ease-in-out;
}

@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }

  75% {
    -webkit-transform: translateY(-50%) scale(1.1);
  }

  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }

  75% {
    transform: translateY(-50%) scale(1.1);
  }

  to {
    transform: translateY(-50%) scale(1);
  }
}

.box__restart {
  font-weight: 700;
}

.box__restart:focus,
.box__restart:hover {
  color: #39bfd3;
}

.js .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.js .box__file+label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.js .box__file+label:hover strong,
.box__file:focus+label strong,
.box__file.has-focus+label strong {
  color: #39bfd3;
}

.js .box__file:focus+label,
.js .box__file.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.js .box__file+label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.no-js .box__file+label {
  display: none;
}

.no-js .box__button {
  display: block;
}

.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: block;
  padding: 8px 16px;
  margin: 40px auto 0;
}

.box__button:hover,
.box__button:focus {
  background-color: #0f3c4b;
}

.fancybox-thumb {
  position: relative;
}
.fancybox-thumb .badge{
  position: absolute;
  right: 0;
  z-index: 9;
}

.schedule-info{
  position: relative;
}
.schedule-info a.btn {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.schedule-info:hover a.btn {
  display: block;
}
.schedule-info .txt {
  display: block;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  padding: 5px;
  background-color: #FFF;
  color: #373737;
  border-top: 2px solid #979797;
}
.schedule-info .txt.status-1 {
  border-top: 2px solid #288f4a;
  background-color: #a8fdc4;
}
.schedule-info .txt.status-2 {
  border-top: 2px solid #ddc01a;
  background-color: #f5fdc5;
}
.schedule-info .txt.status-3 {
  border-top: 2px solid #c01f1f;
  background-color: #ff9d9d;
}
.schedule-info .txt:hover {
  background-color: #f8f8f8;
  color: #000;
}
.card-body.p-0 .table tbody > tr > td:first-of-type {
  padding-left: 1rem;
}

.sidebar-dark-info  {
  background-color: #002665;
}

.layout-navbar-fixed .wrapper .sidebar-dark-info .brand-link:not([class*="navbar"]) {
  background-color: #002665;
}
.brand-link .brand-image {
  margin-left: 0.3rem;
  margin-top: -6px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
.blink_me_screen {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
