.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group {
  padding: 0.8rem 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0 1.6rem;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.list-group .list-group-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0.8rem 1.6rem;
  min-height: 4.8rem;
  line-height: 1.6rem;
  text-decoration: none;
  border: 1px solid #e4e4e4;
}

.list-group-item-primary {
  color: #1f222b;
  background-color: #c8cacf;
}

.list-group-item:first-child {
  border: none;
}

.pointer {
  cursor: pointer;
}

.avatar {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  line-height: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  /* background-color: #3C4252; */
}

.avatar.huge {
  width: 9.6rem;
  min-width: 9.6rem;
  height: 9.6rem;
  line-height: 9.6rem;
}

.btn-fab,
.btn-fab:focus {
  line-height: 2.6rem;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 2.6rem;
  min-height: 2.6rem;
  overflow: hidden !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
  color: #000;
  box-shadow: none;
  margin: 10px;
}

.btn-fab:hover {
  background-color: #2196f3;
  color: #fff;
}

.sidenav li.active a {
  background: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 80%;
  border: none;
}

.sidenav li.active {
  background: transparent;
}

a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.box {
  height: 500px;
}

.elipse {
  border-radius: 50px;
}

.link {
  font-weight: bold;
}

.inputbox {
  background-color: #e7ebeb;
}

.navbar {
  background-color: #e2001a;
}

.card-image {
  height: 10px;
  /* Your height here */
  overflow: hidden;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.switch label .lever.custom:after {
  background-color: #ffffff;
  -webkit-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);
  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);
}

.switch label input[type='checkbox']:checked+.lever.custom:after {
  background-color: #e2001a;
}

#switch-title {
  font-size: 14px;
}

label#condition {
  font-size: 14px;
}

.nav-wrapper.color-red {
  background: #e2001a;
}

.primary {
  background: #e2001a;
}

.each {
  border-bottom: 1px solid #e7ebeb;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.acItem .description {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans';
  color: #000000;
}

.acItem .type {
  font-size: 12px;
  margin-top: 10px;
  font-family: 'Open Sans';
  color: #e2001a;
}

nav {
  box-shadow: none !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .material-icons {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .material-icons {
  left: 0px;
}

.right-addon .material-icons {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

/* span#switch-title {
  font-size: 80px;
} */

.rounded-circle {
  border-radius: 50% !important;
}

div .font-gray {
  color: #888888;
}

@media screen and (min-width: 320px) {
  span#switch-title {
    font-size: 10px;
  }

  label#condition {
    font-size: 10px;
  }

  div#title {
    font-size: 10px;
  }
}

@media screen and (min-width: 360px) {
  span#switch-title {
    font-size: 12px;
  }

  label#condition {
    font-size: 12px;
  }

  div#title {
    font-size: 12px;
  }
}

header,
main {
  padding-left: 300px;
}

@media only screen and (max-width: 500px) {
  .container-functional {
    display: block;
  }

  #functional_areas_title {
    display: none;
  }
}

@media only screen and (max-width: 992px) {

  header,
  main,
  footer {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  nav {
    display: none;
  }

  nav.search-model {
    display: block;
  }

  .container-functional {
    display: none;
  }

  #functional_areas_title {
    display: block;
    padding-top: 5px;
  }
}

@media (max-height: 1080px) {
  #mobile-demo li:not(:first-child) {
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sidenav li>a {
    display: flex;
    align-items: center;
    height: 40px;
  }
}

.orange {
  background-color: #ec6717 !important;
}

.green {
  background-color: #13865f !important;
}

.col {
  flex: 1 0 0%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-sm-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-md-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.align-self-center {
  display: flex;
  align-items: center !important;
}

.align-items-center {
  align-items: center !important;
}

/* Tab View Css -------------------------- */
/* Style the tab */
.tabview {
  overflow: hidden;
  background-color: #fefefe;
}

.tabcenter {
  display: flex;
  align-self: flex-end;
}

/* Style the buttons that are used to open the tab content */
.tabview button {
  height: 100%;
  width: 100%;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  color: #888888;
  text-transform: uppercase;
}

/* Change background color of buttons on hover */
.tabview button:hover {
  /* background-color: #ddd; */
}

/* Create an active/current tabviewlink class */
.tabview button.active {
  /* background-color: #ccc; */
  color: black;
  font-weight: 500;
  border-bottom: 3px solid orangered;
}

/* Style the tabview content */
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  border-top: none;
}

/* End Tab View Css -------------------------- */
.primaryColor {
  background-color: #004985 !important;
}

.primaryColor-text {
  color: #004985 !important;
}

.titlefilterby {
  background-color: #cccccc;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.filterby {
  /* display: flex; */
  background-color: #fefefe;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.titlemaintenance {
  /* background-color: #cccccc; */
  padding-left: 20px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.lightgrey {
  background-color: #dbdbdb !important;
}

.card-progress {
  /* Add shadows to create the "card" effect */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: solid 1px lightgrey;
  transition: 0.3s;
  border-radius: 8px;
}

.card-progress .progress {
  margin-top: 0px;
  height: 8px;
  border-radius: 10px;
}

.card-step {
  /* Add shadows to create the "card" effect */
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(128, 128, 128, 0.466);
  transition: 0.3s;
  border-radius: 8px;
}

/* On mouse-over, add a deeper shadow */
.card-step:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-form-categories {
  /* Add shadows to create the "card" effect */
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border-radius: 8px;
}

/* On mouse-over, add a deeper shadow */
.card-form-categories:hover {
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-form-generalinfo {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 8px;
}

/* On mouse-over, add a deeper shadow */
.card-form-generalinfo:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.border-rounded {
  border-radius: 8px;
}

.border-circle {
  border-radius: 100px !important;
}

.form-generalinfo {
  width: 100%;
  background-color: #fefefe;
  color: white;
  padding: 0px 20px;
  border: solid 1px lightgray;
  cursor: pointer;
  border-radius: 8px;
}

.form-generalinfo:hover {
  background-color: #eaeaea;
}

@media only screen and (max-width: 600px) {
  @media only screen and (max-height: 680px) {
    .carousel {
      min-height: 50vh !important;
    }

    .card-step {
      overflow-y: scroll !important;
      min-height: 14vh !important;
      max-height: 44vh !important;
      overflow-x: unset !important;
      overflow-x: hidden !important;
    }

    .carousel .indicators {
      margin-bottom: 10px;
    }
  }

  @media only screen and (min-height: 681px) and (max-height: 740px) {
    .carousel {
      min-height: 55vh !important;
    }

    .card-step {
      overflow-y: scroll !important;
      min-height: 14vh !important;
      max-height: 48vh !important;
      overflow-x: unset !important;
      overflow-x: hidden !important;
    }

    .carousel .indicators {
      bottom: -35px;
    }
  }

  @media only screen and (min-height: 741px) {
    .carousel {
      min-height: 60vh !important;
    }

    .card-step {
      overflow-y: scroll !important;
      min-height: 14vh !important;
      max-height: 54vh !important;
      overflow-x: unset !important;
      overflow-x: hidden !important;
    }

    .carousel .indicators {
      bottom: -38px;
    }
  }

  .img-step {
    width: 100%;
    object-fit: cover;
  }

  .whiteBgBtnSave {
    height: 148px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0px !important;
    border-top: solid 1px #eaeaea;
  }

  .whiteBgBtnSendReport {
    height: 200px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0px !important;
    border-top: solid 1px #eaeaea;
  }

  .btnSaveChecklist {
    position: fixed;
    width: 100%;
    bottom: 60px !important;
  }

  .btnSaveStep {
    display: flex;
    position: relative;
    /* bottom: 56px !important; */
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .btnStepBack {
    width: 98% !important;
  }

  .btnStepSave {
    width: 98% !important;
    float: right;
  }

  .btnFooterReport {
    position: fixed;
    width: 100%;
    bottom: 50px !important;
  }
}

@media (min-width: 600px) {
  .carousel {
    height: 55vh !important;
  }

  .card-step {
    overflow-y: scroll !important;
    height: 48vh;
  }

  .img-step {
    width: 100%;
    object-fit: cover;
  }

  .whiteBgBtnSave {
    height: 90px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0px !important;
    /* border-top: solid 1px #eaeaea; */
  }

  .whiteBgBtnSendReport {
    height: 170px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0px !important;
    border-top: solid 1px #eaeaea;
  }

  .btnSaveChecklist {
    position: fixed;
    width: 100%;
    bottom: 50px !important;
  }

  .btnSaveStep {
    position: relative;
    bottom: 10px !important;
  }

  .carousel .indicators {
    bottom: -40px;
  }

  .modal .modal-footer {
    text-align: left !important;
    padding-left: 20px;
  }

  .colBtnSave {
    margin-left: 10px !important;
    margin-right: 0px !important;
  }

  .btnFooterReport {
    position: sticky;
    width: 100%;
    bottom: 30px !important;
  }
}

@media (min-width: 993px) {
  .min-space {
    min-height: 50vh;
  }

  .btnSaveChecklist {
    position: sticky;
    width: 100%;
    bottom: 20px !important;
  }
}

.carousel .indicators .indicator-item {
  background-color: #aaaaaa;
}

.carousel .indicators .indicator-item.active {
  background-color: #000000;
}

.cardListImageStep {
  background-color: #f2f2f2;
  border: 1px solid #696969;
  border-radius: 5px;
}

.statusStepActive1 {
  color: white !important;
  background-color: #13865f !important;
}

.statusStepActive0 {
  color: white !important;
  background-color: #eb5757 !important;
}

.statusStepActive2 {
  color: white !important;
  background-color: #929292 !important;
}