﻿html,
body {
    height: 100%;

}

body {
    border-top: solid 8px #808080ff;
}

header {
    padding-top: 20px;
    padding-bottom: 10px;
}

footer {
    
}

#app-menu {
    background-color: #808080ff;
    margin-bottom: 10px;
    padding: 10px;
}

.wide-box {
    background-color: #ffffff;
    padding: 60px !important;
}

.form-signin {
    max-width: 480px;
  

}
.separator-vert {
    border-right: solid 2px #E1E1E1;
    padding-right: 24px;
    
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input {
    margin-bottom: 10px;
}
.form-signin input[type="email"] {
    margin-bottom: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.user-info {

}

.logout-icon {
height:60px;
}

.userdisplayname {
}

.personname {
    font-weight: bold;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    font-size: 19px;
}

.personcategory {
    color: #8B8B8B;
    margin-top: -7px;
}

#mainlogout {
}

.images-placeholder {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.images-placeholder p {
    opacity: 0.7;
}

.images-placeholder .fa-2x {
    font-size: 6em !important;
    opacity: 0.5;
}

    .row-equal-height {
        display: flex;
        flex-wrap: wrap;
    }

.row-equal-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.info-box {
    flex: 1; /* This will make the divs expand to fill the available space */
    padding-bottom:15px;
}


.k-input-label {
    font-weight: 700 !important;
}

.k-checkbox-list-item {
    padding-block: 0.2em !important;
}

.k-messagebox{
    line-height:1.5em;
}


.fs-6 {
    font-size: 1.1rem !important;
}

.picture-preview {
    width: 120px;
    padding:4px;
    margin: 10px;
    border: solid 1px #c0c0c0
}

.k-listview  {
    border:none !important;
}


.navbar-expand-lg .navbar-nav {
    font-size: 1.5em;
}


.nav-item {
    margin-right: 10px;
}

/*.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
.car-pictures {
    float: left;
    position: relative;
    padding: 0;
}



noRows, norows {
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: center !important;
    font-size: 1.25rem !important;
    opacity: 0.7;
    width:100%;
    display:block;
}


.app-toast {
    text-align: center;
    font-size: 1.3em;
}
.k-notification-content {
    color:#ffffff !important;
}