@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext");
html {
  min-height: 100%;
  overflow: auto; }

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  background-color: #e7e7e7;
  min-height: 100%;
  overflow: auto;
  font-size: 0.87rem; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #000; }

a:not(.btn) {
  color: #973f39; }
  a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    color: #823631; }

label {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: #737373;
  font-weight: 500;
  font-size: 0.87rem; }
  label.col-form-label {
    font-weight: 500; }
  label.label-static {
    margin-bottom: 0;
    color: #737373;
    font-weight: 400;
    font-size: 0.72rem; }

small, .small {
  font-size: 85%;
  font-weight: 400; }

#submitResponse {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
  padding: 15px;
  font-size: 0.72rem;
  display: none; }

.form-control::placeholder {
  color: #c7c7c7;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #c7c7c7; }

.form-control::-ms-input-placeholder {
  color: #c7c7c7; }

.form-control {
  background-color: #f7f7f7;
  color: #000;
  font-size: 0.87rem; }
  .form-control.form-control-lg {
    font-size: 1.15rem; }

.btn {
  font-size: 0.77rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2rem; }

.btn-light, .btn-primary, .btn-secondary, .btn-dark, .btn-warning, .btn-danger, .btn-success, .btn-info {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b94e46;
  border-color: #823631; }

.btn-xs {
  padding: 0.15rem 0.5rem;
  font-size: 0.63rem; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  white-space: normal; }

.lds-ring {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  margin-top: 150px;
  margin-left: -32px;
  width: 64px;
  height: 64px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #333333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333333 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 0;
  margin-top: 50px;
  margin-left: -32px;
  width: 64px;
  height: 64px; }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #333333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
.icon-light {
  color: rgba(0, 0, 0, 0.4); }

.modal-xl {
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px; }

.card {
  margin-bottom: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none; }
  .card.card-no-header {
    border-top: 3px solid #333333; }
    .card.card-no-header .card-header {
      background-color: #f7f7f7; }
  .card .card-header {
    position: relative;
    padding: 0.92rem 1.25rem;
    background-color: #fff; }
    .card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
      color: inherit;
      font-size: 0.72rem;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 900; }
    .card .card-header .card-header-buttons {
      display: inline-block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 50%;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      margin-right: 15px; }
      .card .card-header .card-header-buttons a {
        color: rgba(0, 0, 0, 0.5); }
        .card .card-header .card-header-buttons a:hover, .card .card-header .card-header-buttons a:active, .card .card-header .card-header-buttons a:focus, .card .card-header .card-header-buttons a.active {
          color: black; }
  .card .card-footer {
    padding: 1.25rem 1.25rem;
    background-color: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-title {
  font-size: 0.87rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #b94e46;
  color: #973f39; }

.card-title-lg {
  font-size: 1.15rem;
  letter-spacing: 0.25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #973f39; }

.app-accordion .card {
  margin-bottom: 15px; }
  .app-accordion .card .card-header h3 {
    text-transform: none;
    font-size: 1.15rem;
    letter-spacing: 0;
    font-weight: 500; }

.profile-img {
  max-width: 90px; }
  @media (min-width: 768px) {
    .profile-img {
      max-width: 160px; } }
  .profile-img img {
    background: #fff;
    max-width: 100%;
    border: 1px solid #d7d7d7;
    padding: 5px;
    border-radius: 4px; }

.field-static {
  font-size: 0.87rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #c7c7c7; }

.custom-checkbox {
  line-height: 1.7;
  padding-top: 2px; }

.table-align-middle td {
  vertical-align: middle; }
  .table-align-middle td .profile-inline {
    display: inline-block;
    vertical-align: middle; }
    .table-align-middle td .profile-inline span {
      height: 36px;
      width: 36px;
      display: inline-block; }
    .table-align-middle td .profile-inline img {
      height: 36px;
      width: 36px;
      border-radius: 18px; }
  .table-align-middle td img.table-img {
    height: 36px;
    border-radius: 18px;
    margin-right: 10px; }
    .table-align-middle td img.table-img.table-img-sm {
      height: 28px;
      border-radius: 14px; }
    .table-align-middle td img.table-img.table-img-solo {
      margin-right: 0;
      float: none;
      vertical-align: middle;
      display: inline-block; }
  .table-align-middle td small {
    display: block; }

.avatar {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  cursor: default;
  font-weight: 500; }
  .avatar.avatar-nav {
    background-color: #070707;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    margin-left: 15px;
    z-index: 1;
    font-size: 1.15rem; }
  .avatar.avatar-lg {
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 21px; }
  .avatar.avatar-user-card {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin: 10px auto;
    display: block;
    font-size: 1.25rem; }

a > .avatar {
  cursor: pointer; }

table thead > tr > th {
  border-bottom: 2px solid #d7d7d7;
  color: #000;
  background-color: #f7f7f7; }

table tfoot > tr > th {
  border-top: 2px solid #d7d7d7;
  color: #000; }

table a:not(.btn) {
  color: #823631; }
  table a:not(.btn):hover, table a:not(.btn):focus, table a:not(.btn):active {
    color: #973f39; }

table {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7; }

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
  color: #000000; }

.table-responsive > .table-bordered {
  border: 1px solid #dedede; }

.pagination {
  font-size: 0.72rem; }

.widget-stat {
  overflow: hidden;
  position: relative; }
  .widget-stat .stat-content {
    padding: 15px; }
    .widget-stat .stat-content .stat-values {
      font-size: 2.3rem;
      color: #000;
      font-weight: 600; }
      .widget-stat .stat-content .stat-values small {
        font-size: 0.87rem;
        color: #878787; }
    .widget-stat .stat-content .stat-title {
      text-transform: uppercase;
      font-size: 0.72rem;
      color: #000;
      font-weight: 500; }
  .widget-stat .stat-icon {
    font-size: 4rem;
    line-height: 0;
    color: #e7e7e7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 15px; }
  .widget-stat .stat-progress {
    padding: 15px;
    border-top: 1px solid #e7e7e7; }
  .widget-stat.widget-stat-small .stat-content {
    padding: 10px; }
    .widget-stat.widget-stat-small .stat-content .stat-values {
      font-size: 1.3rem;
      font-weight: 400; }
      .widget-stat.widget-stat-small .stat-content .stat-values span {
        font-weight: 800; }
  .widget-stat.widget-stat-small .stat-icon {
    font-size: 2rem; }
  .widget-stat.widget-stat-xsmall .stat-content {
    padding: 10px;
    line-height: 1; }
    .widget-stat.widget-stat-xsmall .stat-content .stat-values {
      font-size: 1.3rem;
      font-weight: 400; }
      .widget-stat.widget-stat-xsmall .stat-content .stat-values span {
        font-weight: 800; }
    .widget-stat.widget-stat-xsmall .stat-content .stat-title {
      line-height: 1.3; }
  .widget-stat.widget-stat-xsmall .stat-icon {
    font-size: 1.5rem; }
  .widget-stat.widget-stat-info {
    background-color: #235a94; }
    .widget-stat.widget-stat-info .stat-content .stat-values {
      color: #fff; }
      .widget-stat.widget-stat-info .stat-content .stat-values small {
        color: #cae0f3; }
    .widget-stat.widget-stat-info .stat-content .stat-title {
      color: #cae0f3; }
    .widget-stat.widget-stat-info .stat-icon {
      color: #2d73bd; }
  .widget-stat.widget-stat-success {
    background-color: #2ea743; }
    .widget-stat.widget-stat-success .stat-content .stat-values {
      color: #fff; }
      .widget-stat.widget-stat-success .stat-content .stat-values small {
        color: #e9ffe5; }
    .widget-stat.widget-stat-success .stat-content .stat-title {
      color: #e9ffe5; }
    .widget-stat.widget-stat-success .stat-icon {
      color: #3eca56; }
  .widget-stat.widget-stat-warning {
    background-color: #ffc107; }
    .widget-stat.widget-stat-warning .stat-content .stat-values {
      color: #000; }
      .widget-stat.widget-stat-warning .stat-content .stat-values small {
        color: #fff2db; }
    .widget-stat.widget-stat-warning .stat-content .stat-title {
      color: #1a1a1a; }
    .widget-stat.widget-stat-warning .stat-icon {
      color: #d39e00; }
  .widget-stat.widget-stat-danger {
    background-color: #dc3545; }
    .widget-stat.widget-stat-danger .stat-content .stat-values {
      color: #fff; }
      .widget-stat.widget-stat-danger .stat-content .stat-values small {
        color: #efc4cb; }
    .widget-stat.widget-stat-danger .stat-content .stat-title {
      color: #efc4cb; }
    .widget-stat.widget-stat-danger .stat-icon {
      color: #e4606d; }

.user-list-wrap {
  display: block;
  border: 1px solid #e7e7e7;
  margin-bottom: 15px; }
  .user-list-wrap .user-list-item {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    line-height: 1; }
    .user-list-wrap .user-list-item:after {
      display: block;
      height: 0;
      content: "";
      clear: both; }
    .user-list-wrap .user-list-item:hover, .user-list-wrap .user-list-item:focus, .user-list-wrap .user-list-item:active {
      background-color: #f7f7f7;
      text-decoration: none; }
    .user-list-wrap .user-list-item:last-of-type {
      border-bottom: none; }
    .user-list-wrap .user-list-item .user-list-photo {
      height: 36px;
      float: left; }
      .user-list-wrap .user-list-item .user-list-photo img {
        height: 36px;
        border-radius: 18px;
        margin-right: 10px; }
    .user-list-wrap .user-list-item .user-list-content {
      color: #737373;
      padding: 3px 0; }
      .user-list-wrap .user-list-item .user-list-content h5 {
        font-size: 0.87rem;
        font-weight: 500;
        color: #000;
        margin: 0; }
    .user-list-wrap .user-list-item .user-list-status {
      position: absolute;
      height: 24px;
      line-height: 24px;
      z-index: 1;
      top: 50%;
      right: 0;
      margin-top: -12px;
      margin-right: 10px;
      display: inline-block;
      font-size: 0.72rem; }

.fc-toolbar h2 {
  font-size: 1.15rem;
  font-weight: 700; }

.fc-day-grid-event {
  padding: 5px 8px; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  padding-right: 8px; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  padding-left: 8px; }

.fc-unthemed td.fc-today {
  background: #c6cdd4; }

.fc button {
  font-size: 0.77rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2rem;
  height: auto;
  padding: 0.475rem 0.75rem; }

.daterangepicker td.in-range {
  background-color: #d2dde2; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.gantt .bar-wrapper .bar-label {
  font-size: 13px;
  font-weight: 500; }
  .gantt .bar-wrapper .bar-label.big {
    fill: #000 !important;
    text-anchor: start !important; }
.gantt .bar-wrapper.bg-warning .bar-progress {
  fill: #ffc107; }
  .gantt .bar-wrapper.bg-warning .bar-progress:hover {
    fill: #edb100; }
.gantt .bar-wrapper.bg-warning .bar-label {
  fill: #000; }
.gantt .bar-wrapper.bg-success .bar-progress {
  fill: #2ea743; }
  .gantt .bar-wrapper.bg-success .bar-progress:hover {
    fill: #28933b; }
.gantt .bar-wrapper.bg-success .bar-label {
  fill: #fff; }
.gantt .bar-wrapper.bg-info .bar-progress {
  fill: #235a94; }
  .gantt .bar-wrapper.bg-info .bar-progress:hover {
    fill: #1e4d7f; }
.gantt .bar-wrapper.bg-info .bar-label {
  fill: #fff; }
.gantt .bar-wrapper.bg-danger .bar-progress {
  fill: #dc3545; }
  .gantt .bar-wrapper.bg-danger .bar-progress:hover {
    fill: #d32535; }
.gantt .bar-wrapper.bg-danger .bar-label {
  fill: #fff; }
.gantt .bar-wrapper.bg-primary .bar-progress {
  fill: #494949; }
  .gantt .bar-wrapper.bg-primary .bar-progress:hover {
    fill: #3c3c3c; }
.gantt .bar-wrapper.bg-primary .bar-label {
  fill: #fff; }
.gantt .tick {
  stroke: #333333;
  stroke-width: 0.35; }
  .gantt .tick.thick {
    stroke-width: 0.7; }

.gantt-container .popup-wrapper .pointer {
  border-top-color: transparent; }

.gantt .today-highlight {
  fill: #235a94;
  opacity: 0.3; }

.content-nav {
  height: 100%;
  background-color: #f7f7f7; }
  .content-nav > nav {
    display: block; }
    .content-nav > nav .content-nav-title {
      display: block;
      padding: 5px 15px;
      font-size: 0.72rem;
      background-color: #737373;
      color: #fff;
      margin: 0; }
    .content-nav > nav > ul {
      display: block;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .content-nav > nav > ul > li {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #e7e7e7; }
        .content-nav > nav > ul > li.active a {
          background-color: #e7e7e7;
          text-decoration: none;
          font-weight: 500; }
          .content-nav > nav > ul > li.active a:before {
            content: "\f07c";
            color: #b94e46; }
        .content-nav > nav > ul > li > ul {
          display: block;
          list-style-type: none;
          padding: 0;
          margin: 0;
          border-top: 1px solid #c7c7c7; }
          .content-nav > nav > ul > li > ul li {
            display: block;
            list-style-type: none;
            padding: 0;
            margin: 0;
            border-bottom: 1px solid #c7c7c7; }
            .content-nav > nav > ul > li > ul li:last-of-type {
              border-bottom: none; }
            .content-nav > nav > ul > li > ul li.active a {
              background-color: #e7e7e7;
              text-decoration: none;
              font-weight: 500; }
              .content-nav > nav > ul > li > ul li.active a:before {
                content: "\f07c";
                color: #b94e46; }
            .content-nav > nav > ul > li > ul li a {
              display: block;
              padding: 5px 15px 5px 25px;
              color: #000; }
              .content-nav > nav > ul > li > ul li a:hover, .content-nav > nav > ul > li > ul li a:focus, .content-nav > nav > ul > li > ul li a:active {
                background-color: #e7e7e7;
                text-decoration: none; }
        .content-nav > nav > ul > li > a {
          display: block;
          padding: 10px 15px 10px 35px;
          color: #000;
          position: relative; }
          .content-nav > nav > ul > li > a:hover, .content-nav > nav > ul > li > a:focus, .content-nav > nav > ul > li > a:active {
            background-color: #e7e7e7;
            text-decoration: none; }
          .content-nav > nav > ul > li > a:before {
            content: "\f07b";
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            font-weight: 900;
            margin-right: 10px;
            position: absolute;
            z-index: 1;
            left: 10px;
            color: rgba(0, 0, 0, 0.2); }

.custom-select {
  background-image: none; }

.table-sm th, .table-sm td {
  padding: 0.3rem 0.6rem;
  font-size: 0.83rem; }
  .table-sm th a.table-main-item, .table-sm td a.table-main-item {
    font-weight: 600; }

.table-success, .table-success > th, .table-success > td {
  background-color: #e4f5e7; }

.user-photo-inline img {
  margin-top: -3px;
  height: 36px;
  border-radius: 18px;
  display: inline-block; }
.user-photo-inline span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  margin: 0 10px 10px 0; }
.user-photo-inline > .user-list-item {
  display: inline-block; }
  .user-photo-inline > .user-list-item:hover, .user-photo-inline > .user-list-item:active, .user-photo-inline > .user-list-item:focus {
    text-decoration: none; }

.team-card .team-card-img {
  display: block;
  margin: 15px auto;
  height: 96px;
  width: 96px; }
  .team-card .team-card-img .avatar {
    height: 96px;
    width: 96px;
    border-radius: 48px;
    font-size: 1.55rem;
    line-height: 96px; }
  .team-card .team-card-img img {
    max-width: 100%;
    border-radius: 64px;
    display: inline-block; }
.team-card .team-card-content {
  text-align: center; }
  .team-card .team-card-content h3 {
    font-size: 1.15rem;
    margin: 0; }

.table .badge {
  padding: 0.44em 0.4em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1; }

.notification-nav-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 90px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  color: #000;
  margin-right: -300px;
  transition: all 300ms; }
  @media (min-width: 768px) {
    .notification-nav-wrapper {
      margin-left: -250px; } }
  .notification-nav-wrapper.opened {
    margin-right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  .notification-nav-wrapper nav {
    border-bottom: 1px solid #d7d7d7; }
    .notification-nav-wrapper nav a {
      color: rgba(0, 0, 0, 0.5);
      border-right: 1px solid #d7d7d7; }
      .notification-nav-wrapper nav a:last-of-type {
        border-right: none; }
      .notification-nav-wrapper nav a i {
        display: block;
        padding: 5px 0;
        font-size: 1.25rem; }
      .notification-nav-wrapper nav a span {
        padding: 5px 0;
        display: block;
        text-transform: uppercase;
        font-size: 0.63rem;
        font-weight: 600; }
  .notification-nav-wrapper .tab-content .notification-item {
    padding: 20px;
    border-bottom: 1px solid #d7d7d7; }
    .notification-nav-wrapper .tab-content .notification-item .notification-item-img {
      display: block;
      width: 36px;
      height: 36px;
      float: left;
      margin-right: 10px; }
      .notification-nav-wrapper .tab-content .notification-item .notification-item-img img {
        width: 36px;
        height: 36px;
        border-radius: 18px; }
    .notification-nav-wrapper .tab-content .notification-item .notification-item-time {
      font-size: 0.72rem; }
    .notification-nav-wrapper .tab-content .notification-item .notification-item-title {
      font-size: 0.87rem;
      font-weight: 600; }
    .notification-nav-wrapper .tab-content .notification-item .notification-item-description {
      font-size: 0.63rem; }

.progress-percentage {
  position: absolute;
  display: block;
  width: 30px;
  height: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 0.63rem;
  left: 50%;
  margin-left: -15px;
  top: 0;
  margin-top: 8px; }

.subtask-wrapper ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 500; }
  .subtask-wrapper ol li {
    list-style-type: none;
    padding: 10px 10px 10px 35px;
    border: 1px solid #d7d7d7;
    margin: 0 0 5px 0;
    position: relative; }
    .subtask-wrapper ol li:before {
      content: "\f068";
      position: absolute;
      font-family: "Font Awesome 5 Free";
      left: 0;
      top: 0;
      margin: 10px 0 0 10px;
      font-weight: 800;
      color: #878787; }
    .subtask-wrapper ol li.strike {
      background-color: #defee6;
      color: #53a023; }
      .subtask-wrapper ol li.strike:before {
        content: "\f00c";
        color: #53a023; }

.comments-wrapper {
  padding: 10px;
  overflow-y: auto;
  max-height: 450px; }
  .comments-wrapper .comments-item {
    padding: 15px 0 15px 60px;
    position: relative;
    margin-bottom: 4px; }
    .comments-wrapper .comments-item .comments-image {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 36px;
      height: 36px;
      margin: 15px 0; }
      .comments-wrapper .comments-item .comments-image span {
        display: inline-block;
        width: 36px;
        height: 36px; }
      .comments-wrapper .comments-item .comments-image img {
        width: 36px;
        height: 36px;
        border-radius: 18px; }
    .comments-wrapper .comments-item .comments-content .comments-date {
      font-size: 0.72rem;
      font-weight: 400;
      margin-bottom: 2px;
      color: #434343; }
    .comments-wrapper .comments-item .comments-content .comments-text {
      margin-top: 5px;
      color: #000;
      font-weight: 400;
      padding: 8px 12px;
      background-color: #eff6fb;
      border: 1px solid #adcfec;
      border-radius: 6px; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 14px;
  left: 6px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #494949; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  font-weight: 700;
  border-radius: 0;
  box-shadow: none;
  line-height: 1rem;
  font-size: 10px;
  background-color: #171717;
  border: 1px solid #fff; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  font-family: "Font Awesome 5 Free";
  content: '\f068';
  font-weight: 700; }

.jq-toast-wrap {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto;
  margin: 0 !important; }

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 15px 25px;
  margin: 0 0 0px;
  border-radius: 0;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff; }

.jq-has-icon {
  padding: 15px 25px 15px 60px;
  background-repeat: no-repeat;
  background-position: 10px; }

.jq-toast-single h2 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal; }

.close-jq-toast-single {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 24px;
  cursor: pointer; }

.pm-reply-box {
  display: block;
  padding: 15px 15px 15px 50px;
  position: relative;
  border-bottom: 1px solid #d7d7d7; }
  .pm-reply-box:last-of-type {
    border-bottom: none; }
  .pm-reply-box .pm-reply-photo {
    position: absolute;
    left: 0;
    z-index: 1; }

.dropzone {
  min-height: 350px;
  border: 2px dashed #555;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: all 300ms ease-in-out; }
  .dropzone.active {
    background-color: rgba(169, 223, 180, 0.63);
    border: 2px dashed #2EA743; }
  .dropzone.dropzone-mini {
    min-height: 150px; }

.big-status-badge {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 0.87rem;
  font-weight: 700;
  margin: 15px 0 0 0; }
  .big-status-badge.big-status-badge-warning {
    background-color: #ffc107; }
  .big-status-badge.big-status-badge-success {
    background-color: #2ea743;
    color: #fff; }
  .big-status-badge.big-status-badge-info {
    background-color: #235a94;
    color: #fff; }
  .big-status-badge.big-status-badge-danger {
    background-color: #dc3545;
    color: #fff; }
  .big-status-badge.big-status-badge-primary {
    background-color: #434343;
    color: #fff; }

.table-danger, .table-danger > th, .table-danger > td {
  background-color: #ffe8ea; }

.nav-link {
  padding: 0.65rem 1rem; }

.select2-container .select2-search--inline .select2-search__field {
  background-color: #f7f7f7; }

.ftype-pdf {
  color: #bd2130;
  font-size: 22px;
  vertical-align: middle; }

.ftype-word {
  color: #0f54bd;
  font-size: 22px;
  vertical-align: middle; }

.ftype-powerpoint {
  color: #bd7142;
  font-size: 22px;
  vertical-align: middle; }

.ftype-archive {
  color: #a97d00;
  font-size: 22px;
  vertical-align: middle; }

.ftype-image {
  color: #129ee0;
  font-size: 22px;
  vertical-align: middle; }

.ftype-excel {
  color: #208523;
  font-size: 22px;
  vertical-align: middle; }

ul.sortable-steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto; }
  ul.sortable-steps li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #c7c7c7;
    display: table;
    width: 100%;
    margin-bottom: 2px;
    background-color: #f7f7f7;
    position: relative; }
    ul.sortable-steps li .step-item {
      padding: 15px 15px 15px 0;
      display: table-cell; }
    ul.sortable-steps li .handle {
      display: none;
      cursor: move;
      width: 32px;
      text-align: center;
      background-color: rgba(215, 215, 215, 0.4);
      border-right: 1px solid #d7d7d7;
      padding: 15px;
      height: 100%;
      vertical-align: middle; }
      ul.sortable-steps li .handle:hover, ul.sortable-steps li .handle:active, ul.sortable-steps li .handle:focus {
        background-color: rgba(167, 167, 167, 0.4); }
      @media (min-width: 768px) {
        ul.sortable-steps li .handle {
          display: table-cell; } }
      ul.sortable-steps li .handle i {
        color: #737373; }
    ul.sortable-steps li .custom-control-inline {
      display: table-cell;
      margin-right: 0;
      padding-left: 35px;
      height: 100%;
      width: 40px; }
    ul.sortable-steps li .custom-control-label::before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      user-select: none;
      background-color: #a7a7a7; }
    ul.sortable-steps li .custom-control-label::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
      cursor: pointer; }
      ul.sortable-steps li .custom-control-label::after:hover, ul.sortable-steps li .custom-control-label::after:active, ul.sortable-steps li .custom-control-label::after:focus {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
    ul.sortable-steps li .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      background-color: #2ea743; }
    ul.sortable-steps li.step-done {
      background-color: #e9ffe5; }
      ul.sortable-steps li.step-done .step-item {
        text-decoration: line-through;
        color: #2ea743; }
    ul.sortable-steps li .step-delete {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -7px;
      height: 14px;
      color: rgba(167, 167, 167, 0.5);
      line-height: 0;
      cursor: pointer; }
      ul.sortable-steps li .step-delete:hover, ul.sortable-steps li .step-delete:active, ul.sortable-steps li .step-delete:focus {
        color: #dc3545; }
  ul.sortable-steps .ui-state-highlight {
    display: table;
    width: 100%;
    margin-bottom: 2px;
    background-color: #cae0f3;
    border: 1px dashed #235a94;
    height: 50px; }

.task-content {
  display: block;
  font-size: 0.943rem; }

.note-toolbar.card-header {
  padding: 0 0 5px 5px; }

.note-frame.card {
  box-shadow: none; }

table a.table-main-item {
  font-weight: 700;
  color: #973f39;
  display: inline-block; }

.tooltip-wrap {
  display: inline-block; }

.table-bordered th, .table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.2); }

.user-tier-box {
  display: table;
  width: 100%;
  max-height: 42px;
  margin-bottom: 5px; }
  .user-tier-box span {
    height: 42px;
    width: 42px;
    line-height: 42px;
    margin-right: 3px;
    border-radius: 0;
    text-align: center;
    display: inline-block; }
    .user-tier-box span img {
      margin-top: -2px;
      height: 42px;
      width: 42px;
      line-height: 42px;
      border-radius: 0; }
  .user-tier-box .user-tier-box-data {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 7px;
    max-height: 42px;
    text-align: center;
    font-weight: 500;
    line-height: 1.25; }
    .user-tier-box .user-tier-box-data small {
      display: block;
      font-size: 0.63rem; }
    .user-tier-box .user-tier-box-data.success {
      background-color: #2ea743;
      color: #fff; }
    .user-tier-box .user-tier-box-data.info {
      background-color: #235a94;
      color: #fff; }
    .user-tier-box .user-tier-box-data.danger {
      background-color: #dc3545;
      color: #fff; }
    .user-tier-box .user-tier-box-data.warning {
      background-color: #ffc107;
      color: #000; }

.hiding-section {
  display: none; }

.user-tier-assign-box {
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #999;
  padding: 10px; }
  .user-tier-assign-box.success {
    border-color: #2ea743;
    background-color: #e9ffe5; }
    .user-tier-assign-box.success .user-tier-assign-box-data {
      background-color: #2ea743;
      color: #fff; }
  .user-tier-assign-box.info {
    border-color: #235a94;
    background-color: #cae0f3; }
    .user-tier-assign-box.info .user-tier-assign-box-data {
      background-color: #235a94;
      color: #fff; }
  .user-tier-assign-box.danger {
    border-color: #dc3545;
    background-color: #efc4cb; }
    .user-tier-assign-box.danger .user-tier-assign-box-data {
      background-color: #dc3545;
      color: #fff; }
  .user-tier-assign-box.warning {
    border-color: #ffc107;
    background-color: #fff2db; }
    .user-tier-assign-box.warning .user-tier-assign-box-data {
      background-color: #ffc107;
      color: #000; }
  .user-tier-assign-box span {
    height: 42px;
    width: 42px;
    line-height: 42px;
    margin-right: 3px;
    border-radius: 21px;
    text-align: center;
    display: inline-block; }
    .user-tier-assign-box span img {
      margin-top: -2px;
      height: 42px;
      width: 42px;
      line-height: 42px;
      border-radius: 21px; }
  .user-tier-assign-box .user-tier-assign-box-data {
    padding: 10px;
    font-weight: 500;
    text-align: center;
    float: right; }
    .user-tier-assign-box .user-tier-assign-box-data small {
      display: block;
      font-size: 0.63rem; }

.custom-control {
  position: relative;
  min-height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 1.5rem; }
  .custom-control label {
    cursor: pointer; }

.profile-crop-wrap {
  max-height: 600px; }
  .profile-crop-wrap .cropper-crop-box, .profile-crop-wrap .cropper-view-box {
    border-radius: 50%; }
  .profile-crop-wrap .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0; }

input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px; }

input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 0 0 0 50px;
  line-height: 2.0em;
  cursor: pointer; }

input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 40px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #e7e7e7;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="checkbox"].ios8-switch:checked + label {
  color: #070707; }

input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 16px; }

input[type="checkbox"].ios8-switch:checked + label:before {
  background: #2ea743; }

/* SMALL */
input[type="checkbox"].ios8-switch-sm {
  margin: 5px 0 0 10px; }

input[type="checkbox"].ios8-switch-sm + label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em; }

input[type="checkbox"].ios8-switch-sm + label:before {
  width: 25px;
  /* x*5 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:after {
  width: 15px;
  /* x*3 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-sm + label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-sm:checked + label:after {
  margin-left: 10px;
  /* x*2 */ }

/* LARGE */
input[type="checkbox"].ios8-switch-lg {
  margin: 10px 0 0 20px; }

input[type="checkbox"].ios8-switch-lg + label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em; }

input[type="checkbox"].ios8-switch-lg + label:before {
  width: 50px;
  /* x*5 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:after {
  width: 30px;
  /* x*3 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */ }

input[type="checkbox"].ios8-switch-lg + label:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

input[type="checkbox"].ios8-switch-lg:checked + label:after {
  margin-left: 20px;
  /* x*2 */ }

.modal-header-icon {
  font-size: 4rem;
  text-align: center;
  color: #c7c7c7;
  margin-bottom: 15px; }

.content-canvas {
  display: block;
  padding: 15px 15px;
  background-color: #eff6fb;
  border: 1px dashed #adcfec; }
  .content-canvas h4 {
    font-size: 1.15rem; }

.fixed-columns {
  display: block; }
  .fixed-columns.left {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .fixed-columns.left {
        float: left;
        width: 180px; } }
    @media (min-width: 1200px) {
      .fixed-columns.left {
        float: left;
        width: 280px; } }
  .fixed-columns:after {
    content: "";
    display: block;
    height: 0;
    float: none;
    clear: both; }

.column-layout {
  display: block; }
  .column-layout.left {
    float: none;
    width: auto;
    text-align: center;
    position: relative;
    margin: -30px 0 30px 0; }
    @media (min-width: 576px) {
      .column-layout.left {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 220px;
        margin: -30px 0 -30px 0; } }
    @media (min-width: 1200px) {
      .column-layout.left {
        width: 280px; } }
  .column-layout.right {
    position: relative; }
    @media (min-width: 576px) {
      .column-layout.right {
        margin-left: 220px; } }
    @media (min-width: 1200px) {
      .column-layout.right {
        margin-left: 280px; } }
  .column-layout:after {
    content: "";
    display: block;
    height: 0;
    float: none;
    clear: both; }

.folders-wrap {
  position: relative;
  padding: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  height: 70px;
  white-space: nowrap; }
  @media (min-width: 576px) {
    .folders-wrap {
      height: auto;
      white-space: initial; } }

a.folder-item {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 30px;
  margin: 0 10px 0 0;
  border-right: 1px solid #c7c7c7;
  color: #878787;
  font-weight: 500; }
  a.folder-item:last-of-type {
    border-right: none;
    margin: 0; }
  @media (min-width: 576px) {
    a.folder-item {
      display: block;
      height: auto;
      padding: 15px 10px 15px 30px;
      margin: 0;
      border-bottom: 1px solid #c7c7c7;
      border-right: none; } }
  a.folder-item.selected {
    color: #070707;
    cursor: default;
    pointer-events: none; }
    a.folder-item.selected:before {
      content: "\f07c";
      color: #b94e46;
      font-weight: 800; }
  a.folder-item:hover, a.folder-item:active, a.folder-item:focus {
    text-decoration: none;
    color: #000; }
    a.folder-item:hover:before, a.folder-item:active:before, a.folder-item:focus:before {
      content: "\f07c";
      color: #000; }
  a.folder-item:before {
    content: "\f07b";
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    color: #535353; }

.fc-title {
  font-weight: 500; }

.fc-day-grid-event .fc-time {
  font-weight: 800; }

.fc-event {
  border-radius: 14px; }

.fc-day-grid-event .fc-content {
  line-height: 1.4; }

.fc-time-grid-event {
  padding: 10px; }

.calendar-table td.today:not(.active) {
  background-color: #e6d7b7;
  font-weight: 700; }

input.form-control.daterangereport {
  background: #fff; }

.daterangepicker .ranges {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
  .daterangepicker .ranges li.active {
    background-color: #973f39; }

.clone-group {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 5px 0 0 0; }
  .clone-group .delete-row {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    font-size: 1rem; }
    .clone-group .delete-row:hover, .clone-group .delete-row:focus, .clone-group .delete-row:active {
      color: #dc3545; }

body.app-login, html.app-login {
  height: 100%;
  min-height: 600px;
  background-color: #333;
  background: url(../img/bcg3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  body.app-login .flex-center, html.app-login .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100%; }
    body.app-login .flex-center .login-card, html.app-login .flex-center .login-card {
      width: 310px;
      max-width: 100%;
      margin-top: -60px; }
      @media (min-width: 576px) {
        body.app-login .flex-center .login-card, html.app-login .flex-center .login-card {
          width: 400px;
          margin-top: -90px; } }
      body.app-login .flex-center .login-card .card, html.app-login .flex-center .login-card .card {
        border-radius: 5px; }
      body.app-login .flex-center .login-card .card-body, html.app-login .flex-center .login-card .card-body {
        padding: 40px; }
        @media (min-width: 576px) {
          body.app-login .flex-center .login-card .card-body, html.app-login .flex-center .login-card .card-body {
            padding: 40px; } }
      body.app-login .flex-center .login-card form, html.app-login .flex-center .login-card form {
        padding: 15px 0; }
      body.app-login .flex-center .login-card .form-group.input-icon, html.app-login .flex-center .login-card .form-group.input-icon {
        position: relative; }
        body.app-login .flex-center .login-card .form-group.input-icon:before, html.app-login .flex-center .login-card .form-group.input-icon:before {
          display: inline-block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          color: rgba(0, 0, 0, 0.4);
          position: absolute;
          z-index: 1;
          left: 10px;
          top: 8px;
          line-height: 26px;
          border-right: 1px solid rgba(0, 0, 0, 0.25);
          padding-right: 10px; }
        body.app-login .flex-center .login-card .form-group.input-icon.input-icon-user:before, html.app-login .flex-center .login-card .form-group.input-icon.input-icon-user:before {
          content: "\f007"; }
        body.app-login .flex-center .login-card .form-group.input-icon.input-icon-password:before, html.app-login .flex-center .login-card .form-group.input-icon.input-icon-password:before {
          content: "\f084"; }
        body.app-login .flex-center .login-card .form-group.input-icon input, html.app-login .flex-center .login-card .form-group.input-icon input {
          padding-left: 50px; }

/*# sourceMappingURL=app_front.css.map */
