

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.site-login {
    margin-bottom: 108px;
}

.col-lg-5 .mb-3 {
    margin: 10px 0;
    font-size: 14px;
}

.col-lg-5 .mb-3 label{
    font-size: 16px;
}

.mb-3 input{
    border: 1px solid #15417c ;
    margin-left: 10px;
}

.button.button__login {
    border: 2px solid #15417c;
    color: #15417c;
}

.button.button__login:hover {
    background-color: #15417c;
    /*box-shadow: 0 0 40px 40px rgb(122 192 223 / 92%) inset;*/
    /*border: 2px rgb(122 192 223 / 92%);*/
    box-shadow: none;
    transition: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.form__button.dont-click{
    pointer-events: none;
    opacity: 0.5;
}

.gallery {
    margin-top: 30px;
}

.gallery__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.gallery__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.gallery__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc((100% / 3) - 30px);
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}

.gallery__item-delete {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.gallery__item:hover .gallery__item-delete {
    display: block;
}

.flex-shrink-0 h1 {
    margin-top: 30px;
}