/***** Theme CSS *****/

@font-face {
  font-family: "Arial Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Regular"), url("../fonts/ARIAL.woff") format("woff");
}
@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Bold"), url("../fonts/ARIALBD.woff") format("woff");
}
@font-face {
  font-family: "Arial Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Arial Medium"), url("../fonts/ArialMdm.woff") format("woff");
}

body {
  font-family: "Arial Regular", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: 100% 100%;*/
  color: #333;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  
}
.visual {
  background-color: #fff;
}
a:hover {
  color: #fff;
  text-decoration:none;
}
.cwis-color
{
    color: #17a39b;
}
.cwis-color:hover
{
    color: #17a39b;
}
/**** Buttons CSS *****/
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*** Navigation Section ****/
.navbar {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-brand {
  color: #17a39b;
  font-weight: 900;
  font-size: 1.5rem;
}
.dropdown-menu {
  left: -10px;
  min-width: 8rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 0;
  top: 48px;
}
.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    /*content: "\f078" !important;*/
    /*border: 0 !important;*/
    vertical-align: initial;
    font-weight: 900;
    font-size: 1.7rem;
    color: #17a39b;
    margin-left: 10px;
}
.toggle-icon-wrapper {
  margin-right: 15px;
}
.nav-item {
  margin-left: 30px;
}
.navbar-toggler-humburger-icon {
  border: 0;
  background: transparent;
}
.dropdown-item:hover {
  color: #17a39b;
}
nav .dropdown-item {
    line-height: 1.3;
}
.fa-question-circle {
    position: absolute;
    right: 8%;
    color: #091da4;
    float: right;
    cursor: pointer;
}
.equi-wrap .equi-icon:hover .fa-question-circle {
    color: #a5eb3b;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%);
}
.modal-header {
    border-bottom: 0;
}

.sap-coverage .fa-question-circle, .sap-equity .fa-question-circle, .sap-sustainability .fa-question-circle, .sap-safety .fa-question-circle,
.sap-investment .fa-question-circle, .sap-subsidy .fa-question-circle, .sap-systemview .fa-question-circle {
    position: static;
    float: none;
    float: unset;
}

/* language switcher */

.dropdown-toggle.culture-toggle {
    padding: 0.5rem 0;
}

.dropdown-menu.culture-menu {
    min-width: unset;
    top: 20px;
    left: -5px;
    padding: 0.5rem 0;
    background-color: #fff;
    border: none;
}

.dropdown-menu.culture-menu:hover, .dropdown:hover > .dropdown-menu.culture-menu {
    margin-top: 0.125rem;
}

.dropdown-menu.culture-menu li a {
    display: inline-block;
    width: 50px;
    color: #212529;
    padding: 0.2rem 0.5rem;
}

.dropdown-menu.culture-menu li a:hover {
    color: #17a39b;
    background-color: #f8f9fa;
}


/**** SIDE NAVIGATION ******/
#main {
  margin-top: 56px;
  margin-bottom: 100px;
  min-height: 600px;
}
@media (min-width: 900px) {
  .sideNav {
    height: 100%;
    background: #fff;
    padding: 8px 15px;
    float: left;
    color: #464646;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
.navbar-vertical-content .nav-item[aria-expanded="true"] .menu-arrow::after {
  content: "\f077" !important;
}
.navbar-vertical-content .nav-item[aria-expanded="false"] .menu-arrow::after {
  content: "\f078" !important;
}
.menu-arrow::after {
  position: absolute;
  right: 0px;
  font-family: "Font Awesome 5 Free";
  content: "\f078" !important;
  border: 0 !important;
  vertical-align: initial;
  font-weight: 900;
  color: #cdcdcd;
}
.navbar-vertical-content .nav-item {
  margin-left: 0;
  position: relative;
  counter-increment: my-awesome-counter;
}
.navbar-vertical-content .nav-item::before {
  content: counter(my-awesome-counter);
  color: #9a9a9b;
  font-size: 0.8rem;
  font-weight: 400;
  position: absolute;
  --size: 20px;
  left: 0px;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 10px;
  border: 1px solid #9a9a9b;
  border-radius: 50%;
  text-align: center;
}
.navbar-vertical-content .nav-item.active::before {
  color: #000;
  border: 1px solid #000;
}
.navbar-vertical-content .nav-item.completed::before {
    background-color: #a5eb3b;
    font-family: "Font Awesome 5 Free";
    content: "\f00c" !important;
    border: 0 !important;
    --size: 22px;
    width: var(--size);
    height: var(--size);
    vertical-align: initial;
    font-weight: 900;
    color: #fff;
    font-size: 0.6rem;
}
.navbar-vertical-content .nav-link-icon {
  margin-right: 1rem;
}

.navbar-vertical-content .navbar-nav :first-child .nav-link {
  border-top: 0;
}
.navbar-vertical-content .navbar-nav .nav-link.active,
.side-nav-second-level li a.active {
  color: #000;
  font-weight: 600;
}
.navbar-vertical-content .navbar-nav .nav-link {
  padding-left: 30px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #9a9a9b;
  border-top: 1px solid #ededed;
  font-size: 0.8rem;
}
.side-nav-second-level {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.side-nav-second-level li,
.side-nav-second-level li a {
  color: #9a9a9b;
  padding-bottom: 0.8rem;
  position: relative;
  list-style: none;
  font-size: 0.8rem;
}
.side-nav-second-level li a:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #848584;
  background: #fff;
  z-index: 9;
}
.side-nav-second-level li a.active:before {
  border: 2px solid #000;
}

.side-nav-second-level li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  left: -20px;
  width: 2px;
  height: 100%;
  background: #088565;
  opacity: 0.1;
  z-index: 0;
}

/*****CONTENT*****/

.pageHeading {
  color: #000;
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-family: "Arial Medium";
}
.viewContent {
  width: 100%;
  background: #fff;
  padding-top: 12px;
  color: #464646;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.accordionContent {
  padding: 0;
}
.card-header {
  padding: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion .card:not(:nth-child(1)) .card-header {
  border-radius: 0 !important;
}
.accordion-link[aria-expanded="true"]::after {
  position: absolute;
  right: 10px;
  padding: 12px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f077" !important;
  border: 0 !important;
  vertical-align: initial;
  font-weight: 900;
  color: #cdcdcd;
}
.accordion-link[aria-expanded="false"]::after {
  position: absolute;
  right: 10px;
  padding: 12px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f078" !important;
  border: 0 !important;
  vertical-align: initial;
  font-weight: 900;
  color: #cdcdcd;
}
.accordion-innerLink[aria-expanded="true"]::after {
  position: absolute;
  right: 0px;
  padding: 12px 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f068" !important;
  border: 0 !important;
  vertical-align: initial;
  font-weight: 900;
  color: #cdcdcd;
}
.accordion-innerLink[aria-expanded="false"]::after {
  position: absolute;
  right: 0px;
  padding: 12px 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067" !important;
  border: 0 !important;
  vertical-align: initial;
  font-weight: 900;
  color: #cdcdcd;
}
.accordionContent .card-header h5 {
  font-size: 1rem;
  color: #949696;
  font-family: "Arial Regular";
}

.border0 {
  border: 0;
}
.innerCards .card:not(:nth-child(1)) {
  border-top: 1px solid #cdcdcd;
  border-radius: 0;
}
.card-body {
  padding: 0.5rem;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.table thead th,
.table td,
.table th {
  border: 0;
  font-size: 0.8rem;
}
.table thead th {
  text-align: center;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #091da4;
  border: 1px solid #999;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.form-control {
  font-size: 0.8rem !important;
  /* padding: 0.5rem 0.75rem; */
}
.custom-control {
  line-height: 24px;
}
.table td {
  padding: 0.75rem 0.75rem 0.2rem 0.75rem;
}
.input {
  padding-top: 0 !important;
}
.inputPercent .input {
  position: relative;
}
.inputPercent .input::after {
  position: absolute;
 /* content: "%";*/
  right: 18px;
  top: 10px;
  color: #8c8d8c;
}

.kes .input {
  position: relative;
}
.kes .input::after {
  position: absolute;
  /*content: "KES";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.m3 .input {
  position: relative;
}
.m3 .input::after {
  position: absolute;
 /* content: "m3";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perm3 .input {
  position: relative;
}
.perm3 .input::after {
  position: absolute;
/*  content: "/m3";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perm2 .input {
  position: relative;
}
.perm2 .input::after {
  position: absolute;
  /*content: "/m2";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perkm .input {
  position: relative;
}
    .perkm .input::after {
        position: absolute;
        /* content: "/km";*/
        right: 18px;
        top: 12px;
        color: #8c8d8c;
    }
.perkg .input {
  position: relative;
}
.perkg .input::after {
  position: absolute;
 /*content: "/kg";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perunit .input {
  position: relative;
}
.perunit .input::after {
  position: absolute;
 /* content: "/unit";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perstation .input {
  position: relative;
}
.perstation .input::after {
  position: absolute;
 /* content: "/station";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.pertruck .input {
  position: relative;
}
.pertruck .input::after {
  position: absolute;
  /*content: "/truck";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perteam .input {
  position: relative;
}
.perteam .input::after {
  position: absolute;
  /*content: "/team";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perplant .input {
  position: relative;
}
.perplant .input::after {
  position: absolute;
/*  content: "/plant";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.pertrip .input {
  position: relative;
}
.pertrip .input::after {
  position: absolute;
 /* content: "/trip";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perpit .input {
  position: relative;
}
.perpit .input::after {
  position: absolute;
 /* content: "/pit";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.perevent .input {
  position: relative;
}
.perevent .input::after {
  position: absolute;
  /*content: "/event";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.peryear .input {
  position: relative;
}
.peryear .input::after {
  position: absolute;
 /* content: "/year";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.PeryearBig .input {
  position: relative;
}
.PeryearBig .input::after {
  position: absolute;
 /* content: "/Year";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.year .input {
  position: relative;
}
.year .input::after {
  position: absolute;
  /*content: "year";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.peryears .input {
  position: relative;
}
.peryears .input::after {
  position: absolute;
 /* content: "/year(s)";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.Peryears .input {
  position: relative;
}
.Peryears .input::after {
  position: absolute;
 /* content: "Year(s)";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.years .input {
  position: relative;
}
.years .input::after {
  position: absolute;
 /* content: "year(s)";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.Years .input {
  position: relative;
}
.Years .input::after {
  position: absolute;
 /* content: "Years";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}
.meter .input {
  position: relative;
}
.meter .input::after {
  position: absolute;
 /* content: "meter";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.permeter .input {
  position: relative;
}
.permeter .input::after {
  position: absolute;
/*  content: "/meter";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.percentofcapex .input {
  position: relative;
}
.percentofcapex .input::after {
  position: absolute;
 /* content: "% of capex";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.perconnection .input {
  position: relative;
}
.perconnection .input::after {
  position: absolute;
 /* content: "/Connection";*/
  right: 18px;
  top: 12px;
  color: #8c8d8c;
}

.addmore {
  color: #17a39b;
}
.addmore:hover {
  color: #17a39b;
  text-decoration: underline;
}
.accordionContent .card-header {
  position: relative;
}

.active .side-nav-second-level li.completed a:before {
  background-color: #17a39b;
  background-image: url("../images/check-icon-cwis.png");
  background-repeat: no-repeat;
  background-size: 6px 6px;
  background-position: center;
  content: "" !important;
  border: 0 !important;
  --size: 10px;
  width: var(--size);
  height: var(--size);
  vertical-align: initial;
  color: #fff;
}
.side-nav-second-level li.completed:not(:last-child):after {
  content: "";
  position: absolute;
  top: 4px;
  left: -20px;
  width: 1px;
  height: 100%;
  background: #088565;
  opacity: 1;
  z-index: 0;
}
.custom-select {
  background: #fff url("../images/icon-dropdown.svg") no-repeat right 0.75rem
    center !important;
  background-size: 10px 10px !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 14px;
  right: 40px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17a39b;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1849ab;
}

input:focus + .slider {
  box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
  outline: none;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.custom-control-label {
  font-weight: 700;
}
.custom-control-label::before {
  background-color: transparent;
  border: 2px solid #000;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a5eb3b !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/radio-button-inner-circle.png");
}
.pad0 td:nth-child(1) {
  padding-left: 0 !important;
  line-height: 22px;
}
.pad0 td:last-child {
  padding-right: 0;
}
.pad0 th:nth-child(1) {
  padding-left: 0 !important;
  line-height: 22px;
}
.pad0 th:last-child {
  padding-right: 0;
}

.table .pad0 td {
  padding: 0.1rem 0.2rem 0.5rem 0.5rem;
}
.transbg {
  background-color: transparent !important;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.transbg h5 span {
  color: #000 !important;
}
.form-group label span {
  color: #db2e28;
}
/****ADD CITY ******/
.formContent {
  width: 700px;
}
.addcity {
  color: #000;
}
.cityInfo {
  width: 500px;
  line-height: 26px;
}
.addcityInfo {
  line-height: 22px;
}
.addCity label {
  color: #000;
}
.addCity label span {
  color: #ce0000;
}
.color-red {
  color: #ce0000;
}

.radio-color {
  background-color: #17a39b !important;
  color: #17a39b !important;
}
.input-group-text {
  background: transparent;
  /* border-left: 0px; */
}
/* .input-group input
{
    border-right: 0;
} */
.form-control:focus
{
    border-color: #17a39b;
    box-shadow: none;
}
.form .form-control
{
    border-color: #ededed;
    font-size:0.8rem;
    padding: 0.5rem 0.75rem;
}
.custom-container {
  padding-left: 25px;
  padding-right: 25px;
}
.nav-pills {
  width: 100%;
}
.nav-pills .nav-item:first-child {
  margin-left: 0;
}
.nav-pills .nav-link.active {
  background-color: transparent;
  color: #17a39b;
  border-bottom: 1px solid #17a39b;
  border-radius: 0;
}
.nav-pills .nav-link {
  padding-left: 0;
  color: #000;
}
.vHeading {
  margin: 1rem 0;
}
.innerDetails div {
  position: relative;
}
.innerDetails div:not(:last-child) {
  margin-right: 3rem;
}
.innerDetails div > p {
  margin-bottom: 10px;
}
.innerDetails div:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background-color: #cdcdcd;
  top: 5px;
  right: -30px;
}
.profileDetails ul {
  list-style: none;
}
.profileDetails div {
  margin-right: 1rem;
}
.profileDetails div:not(:last-child) {
  border-right: 1px solid #cdcdcd;
  padding-right: 1rem;
}
.profileDetails div + div a {
  color: #17a39b;
}
.baseline div {
  margin-right: 3rem;
}
.baseline div p {
  margin-bottom: 0;
}
.baseline div a {
  color: #17a39b;
}

/* charts */
.sap-coverage .fa-question-circle {
    position: static;
    float: none;
    right: unset;
    left: unset;
}

/****** FOOTER *******/
.footer {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: right;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.btn {
  font-size: 0.8rem;
}
.btn-next {
  background-color: #17a39b;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-outline {
  border: 1px solid #17a39b;
  color: #17a39b;
  padding-left: 2rem;
  padding-right: 2rem;
}
/****MEDIA QUERIES******/
@media (max-width: 540px) {
  body {
    overflow: scroll;
  }
  .sideNav {
    display: none;
  }
  .pageTools {
    margin-top: 2rem;
  }
  .viewContent {
    padding: 0;
  }
  .pageHeading h2 {
    margin-right: 1rem;
  }
  .pageTools > div {
    margin-left: 0;
  }
  .pageTools > div + div {
    display: none;
    margin-left: 0;
  }
}
