html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: space-between;
    }

        .main .top-row > h3 {
            margin-bottom: 0;
        }

        .main .top-row > a {
            margin-left: 1.5rem;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 1.2rem;
}

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        /*line-height: 3rem;*/
    }

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.content {
    padding-top: 4rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
/*@import url('https://fonts.googleapis.com/icon?family=Material+Icons');*/
.dropzone {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    font: 21pt bold consolas;
    color: #bbb;
    height: 75vh;
    margin-bottom: 0.5rem;
}

.is-koine-brand {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: white;
}

.can-drop {
    border: 2px dashed green;
}

.draggable {
/*    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #5c6b7f;
    color: #ffffff;
    border-radius: 5px;
    width: 250px;*/
}

.draggable:active {
    cursor: grabbing;
}

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: transparent;
    border: 1px solid #d5d5d5c9;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.card-body{
    padding:0.2rem;
    border: none;
}

.k-red-icon {
    color: #c31e25;
    font-size: 18px;
}

.k-btn-header {
    float: right;
    font-size: 12px;
}

.k-btn-red-icon {
    font-size: 18px;
    background-color: transparent;
    border-color: transparent;
}

    .k-btn-red-icon:hover, .k-btn-red-icon:active, .k-btn-red-icon:focus, .k-red-icon:hover {
        background-color: transparent;
        border: transparent;
    }

.k-trash-icon:hover {
    color: #c31e25;
}

.k-load-list {
    background-color: #6c757d;
}

.k-accordion-list{
    font-size: 15px;
}

.k-modal-landscape {
    width: 90vh;
    margin-left: -15vh;
}

.k-modal-portrait{
    width: 60vh;
   
}

.font-xs {
    font-size: smaller;
}

.btn-primary-k {
    background-color: #c31e25;
    border: 1px solid #c31e25;
    color: whitesmoke;
}

    .btn-primary-k:hover {
        background-color: #9b2321;
        border: 1px solid #9b2321;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: whitesmoke;
    }

@media (min-width: 992px) {
    .ScrollPhotoLoad {
        height: 58vh;
    }
    .dropzone{
        height:60vh;
    }
}

@media (min-width: 1200px) {
    .ScrollPhotoLoad {
        height: 58vh;
    }
    .dropzone {
        height: 60vh;
    }
}

@media (min-width: 1400px) {
    .ScrollPhotoLoad {
        height: 68vh;
    }
    .dropzone {
        height: 70vh;
    }
}