.fs-30{
    font-size: 30px;
}

.text-bold{
    font-weight: bold;
}

/* common search input */
.lodur-search-input {
    background: #ffffff url(../../../../bilder/icons/search-white.png) no-repeat scroll 10px 6px;
    border: 1px solid #a0a0a0!important;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #999999;
    padding: 6px 15px 6px 30px!important;
    transition: all 0.7s ease 0s;
    min-width: 250px;
}

/*general form fields definitions*/
.fld_err{
    background-color: #EB8181 !important;
    border: 2px solid #EB8181 !important;
}