
a[href^="#error:"] {
    background: red;
    color: white;
}

form .required label {
    font-weight: bold;
}

.error{
    /*font-size: 14px;*/
    color: red;
    font-weight: bold;
}

.fadeout {

    -webkit-animation: fadeout 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeout 0.5s; /* Firefox < 16 */
    -ms-animation: fadeout 0.5s; /* Internet Explorer */
    -o-animation: fadeout 0.5s; /* Opera < 12.1 */
    animation: fadeout 0.5s;
}


@keyframes fadeout {
    from {
	background-color: lightgreen;
    }
    to   {
	background-color: transparent;
    }
}


.shortinfo {
    opacity: 0;
    animation: fadeout2 2s linear;
}


@keyframes fadeout2 {
    from {
	opacity: 1
    }
    to {
	opacity: 0
    }
}

#ajax-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    background: white url('../images/spinner.gif') no-repeat 50% 50%;
    background-size: 30px 30px;
    display: none;
    z-index: 123456;
}

/* Pagination links */
div.pagination{
    margin: 10px auto;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
    background-color: #f28500;
    color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {
    background-color: #ddd;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

.main-menu li.active, button.active{
    background-color: #d37400;
}

#listapenzion{
    background-color: #F6F3EC;
    margin: 10px auto;
    padding: 8px 10px;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

#listapenzionmobile{
    margin: 15px auto;    
    width: auto;
}

#listapenzionmobile>a{
    text-decoration: none;
}

#listapenzionmobile>a>span{
    background-color: #F6F3EC;
    padding: 15px 40px;
    justify-content: center;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    color: black;
    width: auto;
    display: inline-block;
}
