/* These styles are generated from project.scss. */

.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;
}

.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;
}


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

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

.fa.fa-navicon {
  color: black;
  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;
}



.profilepic {
  width: 49px;
  height: 49px;
  margin-right: 10px;
  border-radius: 12%;
}

.uptic-form-field input{
  width:100%;
}

.uptic-form-field select{
  width: 100%;
}

.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
html * {
  font-family: 'Source Sans Pro', sans-serif;
}
