/*
Þetta er client css skráinn
*/

#fps{
    left:3px;
    top:130px;
    position: absolute;
}

.header_logo {
    left: 10px; 
    max-height: unset !important;
    max-width: 160px !important;
    position: absolute;
    top: 2px;
    z-index: 900;
}

.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.skra_holu_button {
    border-radius: 10px;
    border: none;
    padding: 6px 13px 4px 10px;
    background-color: #333333;
    margin: 13px;
    color: #DDDDDD;
    font-size: 10px;
    font-weight: 700;
    
}
.skra_holu_button :hover {
    background-color: #555555;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 10px;
}

.skra_holu_icon {
    height: 24px;
    padding-right: 6px;
    top: -1px;
    position: relative;
    margin: 2px;
}

.treeMenuItem {
    font-size: 14px;
    font-weight: 600;
}

#mapislogo_small {
    width: 79px;
    height: auto;
    position: absolute;
    bottom: 26px;
    cursor: pointer;
    right: 51px;
    filter:  opacity(75%);
}