/*
 * BVFI Custom CSS
 */

/*Backend*/
.top-nav {
    max-width: unset !important;
}

.input.radio label:first-of-type {
    margin-bottom: 0 !important;
}

/*Frontend*/

/* Map */
.jqvmap-zoomin, .jqvmap-zoomout {
    padding: 0px !important;
}

/* Grid */
.bvfi-card {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.bvfi-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bvfi-card-margin {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.bvfi-avatar-small {
    max-height: 250px;
}

/* Modal */
.bvfi-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.bvfi-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.bvfi-modal-close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.bvfi-modal-close:hover,
.bvfi-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bvfi-modal-header {
    padding: 2px 16px;
    border-bottom: 1px solid black;
}

.bvfi-modal-body {
    padding: 2px 16px 16px 16px;
}

.bvfi-modal-a {
    display: inline-block;
    width: 100%;
}

.bvfi-headline {
    margin-top: 15px;
    width: 90%;
}

.bvfi-headline h2 {
    font-weight: bold;
}

.wks-disabled{
    pointer-events: none;
    color: gray;
    cursor:not-allowed;
}
