/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
/* --------------------- Dashboard Page ----------------------- */
.cTeam .text-success {
  color: #34b86c;
}

/* .cTeam .text-danger{color:#c00000;} */
.cTeam .text-cobalt {
  color: #29307d;
}

.cTeam .text-fuschia {
  color: #ec3e78;
}

.cTeam .text-info {
  color: #0a32b7;
}

.cTeam .bg-success {
  background: #34b86c;
}

/* .cTeam .bg-danger{background:#c00000;} */
.cTeam .bg-cobalt {
  background: #29307d;
}

.cTeam .bg-fuschia {
  background: #ec3e78;
}

.cTeam .bg-info {
  background: #0da5e6;
}

.cTeam .benDash-r-l, .cTeam .benDash-right {
  background: #f2f0ec;
}

.cTeam .bg-dark-grey {
  background: #a5a5a5;
}

.cTeam .fy-bar-pnb {
  width: 100%;
  position: static;
}

.cTeam .progress {
  height: 4px;
}

.cTeam .FItopBoxUl {
  margin-left: -8px;
  margin-right: -8px;
}

.cTeam .FItopBoxUl li {
  width: 23%;
  margin-right: 8px;
  margin-left: 8px;
}

.cTeam .FItopBoxUl li:last-child {
  margin-right: 0;
}

.cTeam .FItopBoxUl li a {
  display: inline-block;
  border-bottom: none;
}

.cTeam .FItopBoxUl li.active .bg-white {
  background: #f7f7f7;
}

.cteam-left ul li {
  color: #ffffff;
  opacity: 1;
}

.cteam-left ul li i {
  text-shadow: 0 3px 5px #666;
}

.cTeamTable .border-right {
  border-right: 1px solid #ffffff;
}

.cTeamTable .border-bottom {
  border-bottom: 1px solid #ffffff;
}

.cTeamTable {
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

.cTeamTable tbody tr td, .cTeamTable thead tr td {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.cTeamBreadcrumb {
  list-style-type: none;
  padding: 0;
}

.cTeamBreadcrumb li {
  display: inline-block;
  position: relative;
  min-width: 150px;
  text-align: center;
}

.cTeamBreadcrumb li:last-child a {
  cursor: default;
  color: #666;
}

.cTeamBreadcrumb li:not(:last-child):hover::before, .cTeamBreadcrumb li:not(:last-child):hover::after {
  background: lightsalmon;
}

.cTeamBreadcrumb li::before, .cTeamBreadcrumb li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 55%;
  width: 100%;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.cTeamBreadcrumb-success li::before, .cTeamBreadcrumb-success li::after {
  background: #34b86c;
}

.cTeamBreadcrumb-info li::before, .cTeamBreadcrumb-info li::after {
  background: #0da5e6;
}

.cTeamBreadcrumb-fuschia li::before, .cTeamBreadcrumb-fuschia li::after {
  background: #ec3e78;
}

.cTeamBreadcrumb-success li:last-child::before, .cTeamBreadcrumb-success li:last-child::after {
  background: #b0d597;
}

.cTeamBreadcrumb-info li:last-child::before, .cTeamBreadcrumb-info li:last-child::after {
  background: #a6c8e6;
}

.cTeamBreadcrumb-fuschia li:last-child::before, .cTeamBreadcrumb-fuschia li:last-child::after {
  background: #ec95a6;
}

.cTeamBreadcrumb li::before {
  top: -2px;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  border-top: 2px solid #ffffff;
}

.cTeamBreadcrumb li::after {
  bottom: -2px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-bottom: 2px solid #ffffff;
}

.cTeamBreadcrumb li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 6px 20px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

/* ---------------------- Responsive -------------------------- */

/*# sourceMappingURL=onPremInstance.css.map */
