﻿.fa-red {
    color: #CC293D;
}

.hidden, .not-authorized {
    display: none !important;
}

nav ul li ul li {
    margin-left: 10px;
}

.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 300px;
    height: 58px;
    text-align: center;
}

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 18px;
    line-height: 1.2em;
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    padding-top: 15px;
}

.dropImageHereText {
    color: #c7c7c7;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar {
    max-height: 875px;
}
.content-header {
    padding: 0;
    margin: 0;
}

.wrapper:after {
    content: ".";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-wrapper {
    min-height: 850px!important;
}

.main-header {
    padding: 0;
    margin: 0;
}

.main-footer {
    height: 15px;
}

#container {
    width: 1000px;
    height: 660px;
    background-image: url(/Images/veld.png);
    background-size: cover;
}

.draggable, .nondraggable {
    width: 290px;
    height: 32px;
    padding: 0.5em;
    border: 1px solid black!important;
    font-family: 'Courier new';
}

.draggable {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}

.draggable p {
    margin-top: 15px;
}

.nondraggable p {
    top: -5px;
    position: relative;
    white-space: nowrap;
}

.nondraggable p:nth-child(2) {
    top: -20px;
    font-size: 12px;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

#RapportScoresGrid .k-grid-content.k-auto-scrollable {
    height: 420px!important;
}

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
}

.foto {
    float: left;
    position: relative;
    width: 111px;
    height: 170px;
    margin: 0 5px;
    padding: 0;
}

    .foto img {
        width: 110px;
        height: 110px;
    }

    .foto h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 96px;
        overflow: hidden;
        line-height: 1.1em;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

    .foto p {
        visibility: hidden;
    }

    .foto:hover p {
        visibility: visible;
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-state-selected {
    background-color: lightblue;
}

.btn-delete {
    color: #ffffff;
    background-color: red;
    border-color: red;
    box-shadow: none;
}

.k-colorpicker .k-selected-color {
    width: 143px;
}
