/* These styles are generated from project.scss. */
body {
  background-color: #edf1f5 !important;
}
.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #eb7371;
  background-color: #f2dede;
  border-color: #eed3d7;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}

.square-service-block {
  position: relative;
  overflow: hidden;
  margin: 15px auto;
  height: 215px;
  width: 250px;
}

.square-service-block a {
  background-color: #5D7975;
  border-radius: 5px;
  display: block;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
}

.square-service-block a:hover {
  background-color: #92c01f;
  border-radius: 5px;
}

#fab {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.navbar {
  background-color: white;
  border-bottom: 1px solid grey;
}

html {
}

.navbar ul li a {
  font-size: 24px !important;
  font-weight: 600;
  color: grey !important;
}

.ssb-icon {
  color: #fff;
  display: inline-block;
  font-size: 42px;
  margin: 0 0 20px;
}

h2.ssb-title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: black;
}

h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

h4 {
  color: black;
  font-weight: norma;
}

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

.nav-link {
  text-transform: capitalize !important;
}

#nav-link {
  color: white !important;
}

.fa.fa-navicon {
  color: white;
  font-size: 36px;
}

.table .thead-uptic th {
  color: #fafafa;
  background-color: #5D7975;
  border-color: #5D7975;
}

.form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.tile > div {
  padding: 0;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .tile > div {
    padding-right: 5px;
  }
}

.tile > .col-md-3 > div {
  background: white;
  height: 250px;
  background-size: 100% 50%;
  background-position: top;
  background-repeat: no-repeat;
}

.tile > .col-md-6 > div {
  background: orange;
  height: 505px;
}

.tile h4 {
  position: relative;
  top: 120px;
  font-weight: 600;
  margin-top: 0;
  padding-left: 10px;
  padding-top: 32px;
  font-family: 'Source Sans Pro', sans-serif;
  color: black;
}

.tile p {
  position: relative;
  top: 120px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5D7975;
}

/* Steps */

.step {
  list-style: none;
  margin: 0;
}

.step-element {
  display: flex;
  padding: 1rem 0;
}

.step-number {
  position: relative;
  width: 7rem;
  flex-shrink: 0;
  text-align: center;
}

.step-number .number {
  color: #bfc5ca;
  background-color: #eaeff4;
  font-size: 1.5rem;
}

.step-number .number {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  border-radius: 10rem;
}

.step-number::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: -2rem;
  margin-left: -1px;
  border-left: 2px dashed #eaeff4;
}

.step .step-element:last-child .step-number::before {
  bottom: 1rem;
}

.paid {
  background-color: rgb(25, 135, 84) !important;
}

.pending {
  background-color: rgb(255, 193, 7) !important;
}

.overdue {
  background-color: rgb(220, 53, 69) !important;
}


