ul {
  list-style-type: none;
}

.dark-half{
    background-color: #19a6b8;
}

.text-serrp{
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.text-serrp-small{
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.search-box{
    background-color: #18b7cc;
}

.btn-serrp{
    background-color: #19a6b8;
    border-radius: 0;
}

.btn-serrp:hover{
    background-color: #089db1;
}

.inpup-serrp{
    border-radius: 0;
}

.serrp-footer{
    font-size: 0.85rem;
}

.serrp-prim-head{
    font-size: 1.1rem;
}

h3.serrp-prim-head{
    font-size: 1.5rem;
    font-weight: normal;
}

h4.serrp-prim-head{
    font-size: 1.25rem;
    font-weight: normal;
}

.serrp-prim{
    font-size: 0.9rem;
}

.serrp-search-head {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.serrp-search-text {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

a.serrp-link-light, a.serrp-link-light:visited {
    color: #60f7ff;
}

a.serrp-link-dark, a.serrp-link-dark:visited{
    color: #19a6b8;
}

h4.serrp-h{
  font-size: 1.4rem;
  font-weight: normal;
}

.serrp-imb-border{
    border: 1px solid #19a6b8;
}

.text-serrp-accent{
    color: #b819a5;
}

.serrp-eprotocol-data-list li {
    position: relative;
}

.serrp-eprotocol-data-list li:before {
    display: inline-block;
    width: 7px;
    position: absolute;
    left: -8px;
    content: ')';
    background-color: #FFF;
    text-align: center;
}

.serrp-eprotocol-data-list ul {
    padding-left: 1rem;
}

.serrp-eprotocol-data-list ul li:before {
    content: '-';
}

.documents-menu li{
    margin-bottom: 0.5rem;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.btn-floating, [class*=btn-outline-].btn-floating {
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.vertical-center {
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}