.application_label_text {
	/*font-size: 12px;*/
	color: #999;
	letter-spacing: 0;
	margin-right: 4px;
}

.application_data_text {
	/*font-size: 12px;*/
	color: #333;
	letter-spacing: 0;
}

.application_bold_text {
	/*font-size: 12px;*/
	color: rgb(51, 51, 51); 
	font-weight: bold;
}

.navbar {
  padding: 0 10px;
}

*.icon-dark {
  color: grey;
}

.message {
  position: absolute;
  top: 40px;
  right:5px;
}

.search {
  position: relative;
}

.search input {
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 1px solid grey;
}

.search .fa-search {
  position: absolute;
  top: 12px;
  left: 10px;
}

.search button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  background: grey;
}

.btnLunoOval {
    display: inline-block;

    height: 39px;              /* fixed height */
    line-height: 39px;         /* vertically centers text */
    padding: 0 24px;           /* left/right padding only */

    font-size: 16px;
    color: #ffffff;
    background-color: #0069aa;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

/* bootstrap button color override */
.custom-search-btn {
  background-color: #0087eb !important; 
  color:#fff;
}
.custom-search-btn:hover {
  color: #fff;
}


/* CSS Button */
.button-9 {
  appearance: button;
  backface-visibility: hidden;
  background-color: #0087eb;  /* Original Blue -> #405cf5; */
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 200px;
}

.button-9:disabled {
  cursor: default;
}

.button-9:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}
