﻿body {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 100%;
    background: #C29049;
}

table {
    width:100%;
}

tr.striped:nth-child(even) {
    background-color: #DBBE95;
}

.panel {
    border: 2px solid white;
    box-shadow: #000 2px 2px 2px;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 4px;
    overflow: auto;
    background-image: linear-gradient(to bottom right, #DBBE95, #C2B849);
}

.left-panel {
    float: left;
    overflow: auto;
    margin-right: 2px;
}

.right-panel {
    float: right;
    overflow: auto;
    margin-left: 2px;
}

.item-box-selected {
    border-radius: 4px;
    display: inline-block;
    border: 1px solid darkred;
    padding: 5px;
    background-color: antiquewhite;
    margin: 2px;
}

.item-box {
    border-radius: 4px;
    display: inline-block;
    border: 1px solid white;
    padding: 5px;
    margin: 2px;
}

.item-box:hover {
    background-color: yellow;
    border: 1px solid darkred;
}

.news {

}

    .news:hover {
        background-color: yellow;

    }


.user-image-big {
    height: 75px;
    width: 100px;
}

.user-image-small {
    height: 45px;
    width: 60px;
}

.user-image-extra-small {
    height: 22px;
    width: 30px;
}
.smile-image-small {
    height: 40px;
    width: 40px;
}


.invisible {
    display:none;
}

.center {
    text-align: center;
}

.push-button {
    border-radius: 4px;
    border: 1px solid white;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 3px;
    background-color: transparent;
}

.push-button-active {
    border-radius: 4px;
    border: 1px solid darkred;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 3px;
    background-color: yellow;
}

.push-button-waiting {
    border-radius: 4px;
    border: 1px solid darkred;
    padding: 3px;
    margin-bottom: 3px;
    background-color: white;
}

.input-text {
    height: 180px;
    width: 99%;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 100%;
    background-color: antiquewhite;
}

.webref-text {
    margin-top: 4px;
    height: 40px;
    width: 99%;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 100%;
    background-color: antiquewhite;
}

.edit-textarea {
    height: 180px;
    width: 99%;
    font-family: "Courier New", Courier, monospace;
    font-size: 120%;
    background-color:  antiquewhite;
}


#fanclub {
    text-transform: uppercase;
    font-size: 160%;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 5px 4px 2px #000;
    padding-bottom: 10px;
}

#footer {
    font-size:90%;
}

.kp-btn {
    border-radius: 4px;
    /*padding-top: 1px;
    padding-bottom: 2px;*/
    padding-left: 8px;
    padding-right: 8px;
    margin: 2px;
}

.kp-btn-passive {
    border: 1px solid white;
    background-color: transparent;
}

.kp-btn-active {
    background-color: yellow;
    border: 1px solid darkred;
}

.kp-btn-active:hover {
    background-color: antiquewhite;
    border: 1px solid darkred;
}

.kp-btn-clicked {
    background-color: white;
    border: 1px solid darkred;
}

.kp-text {
    width: 95%;
    background-color: antiquewhite;
}

.kp-edit {
    width: 95%;
    font-family: "Courier New", Courier, monospace;
    font-size: 120%;
    background-color: antiquewhite;
}

.kp-del-button {
    background: #FFFFFF url("https://fanclub.kollegapastor.nl/members/delete.png") no-repeat;
    background-position-x: 2px;
    background-position-y: 2px;
    width: 26px;
    height: 28px;
    vertical-align:bottom;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tree-level-1 {
    margin-left: 15px;
}
.tree-level-2 {
    margin-left: 30px;
}
.tree-level-3 {
    margin-left: 45px;
}
.tree-level-4 {
    margin-left: 60px;
}

.tree-item {
    border: 2px solid white;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 4px;
    background-color: #DBBE95;
}

.tree-item-selected {
    background-color: #C2B849;
}

/*.player-image {
    background-repeat: no-repeat;
    background-position: calc(50% - 50px) calc(50% + 50px);
    
    margin: 0 auto;
    height: 400px;
    width: 95%;
    max-width: 600px;
    animation: myanim 8s alternate infinite ease;
}*/

@keyframes myanim {
    from {
        /*background-position: -50px;*/
        background-size: 105%;
    }
    to {
        /*background-position: 50px;*/
        background-size: 140%;
    }
}
