.form-select {
	height: 3.125rem!important;
	font: .875rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    letter-spacing: 0!important;
    font-weight: 500!important;
}
.form-select option {
	height: 3.125rem!important;
	font: .875rem/1 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    letter-spacing: 0!important;
    font-weight: 500!important;
}

.breadcrumb li {
    color: #55565b!important;
    float: none!important;
    display: inline-block!important;
}
.breadcrumb li + li:before {
    display: inline-block!important;
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    color: #636c72!important;
    content: "/"!important;
}
.breadcrumb li a {
    color: #55565b!important;
}

.datepicker table tr td.active.active {
	background: #66B23B;
}

.info-list .text {
    margin-left:0px!important;
}

.caption-hover-full .figcaption {
    background:rgba(255,255,255,0.4)!important;
	left: 0rem;
    right: 0rem;
    top: 0rem;
    bottom: 0rem;
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s;
}

.navbar-brand img:last-child {
    display: block;
}

.navbar-brand img:first-child {
    display: none;
}

.message {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 300px;
  background: white;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  color: #2c2928;
  opacity: 1;
  transition: top 0.3s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.2s ease-in-out;
  z-index:999;
  border:1px solid #EEE;
}
.message .check {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 120px;
  height: 110px;
  background: #1b7e9b;
  color: white;
  font-size: 3.8rem;
  padding-top: -10px;
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
}
.message .scaledown {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.message .fadeout {
  opacity: 0;
}
.message p {
  font-size: 1.1rem;
  margin: 25px 0px;
  padding: 1;
}
.message p:nth-child(2) {
  font-size: 2.3rem;
  margin: 40px 0px 0px 0px;
}
.message #ok {
  position: relative;
  color: white;
  border: 0;
  background: #1b7e9b;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  font-size: 1.2rem;
  transition: background 0.2s ease;
  outline: none;
}
.message #ok:hover {
  background: #8ecf68;
}
.message #ok:active {
  background: #5a9f32;
}

.comein {
  top: 150px;
  opacity: 1;
}