
.fhg-header .logo {
	height: 5rem !important;
	width: auto !important;
	max-height: 5rem !important;
	max-width: auto !important;
}


/*
.fhg-header .section-search form input {
    font-size: 1.2rem;
    line-height: 1.5rem;
    letter-spacing: .075em;
    margin-top: 0rem !important;
    opacity: 1 !important;
	border: 1px solid #c7cacc !important;
}



.fhg-header .section-search form input,.fhg-header .section-search form button {
    color: #1f82c0;
    witdh: 3.5rem !important;

}

.fhg-header .section-search form button {
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    right: 2.5rem;
    top: 2.5rem;
	witdh: 100% !important;
}


button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}




.fhg-header .section-search form button:after {
    font-family: "icon-font";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f12a';
    font-size: 6.3rem;!important;
	
}


*/

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
