﻿body {
}

.card .card-body {
    font-family: "Open Sans";
    padding: 0.5rem!important;
}

.form-check-label {
    font-size: 0.75rem !important;
    
    margin-bottom: 0.5rem !important;
    color: #252f40 !important;
    margin-left: 0.25rem !important;
}
.logocar
{
    padding-left:10px;
}

.carplate
{
   
    max-width:300px;
}

.userinfo {
    font-size:0.8rem;
    color:red;
    font-weight:bold;
}

.ftpinfo{
    font-size: 0.5rem;
    color: red;
    
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    overflow: auto;
    height: calc(100vh - 200px)!important;
}

.snapshot{
    width:100%;
}

.badge {
    white-space: pre-wrap;
}


.gridrowalternalte, .gridrow {
    border-bottom: 1px solid #e5e5e5;
}

.username {
    color: dimgray;
    font-weight: bold;
    font-size: 14px;
}

.usernamexs {
    color: dimgray;
    font-size: 10px;
}

.userdata {
    color:cornflowerblue;
    font-size: 13px;
}


.useraddress {
    color: cornflowerblue;
    font-size: 12px;
}

.carplate {
    color: cornflowerblue;
    font-size: 14px;
    width: 200px;
}

.carplatelg {
    color: cornflowerblue;
    font-size: 30px;
    letter-spacing:1px;
    
}

.cardate {
    color: darkslateblue;
    font-size: 12px;
    vertical-align:top;
}


.gridheader {
    background-color: rgba(250,250,250,0.95);
    border-bottom: 1px solid #e5e5e5;
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
}

    .gridheader a {
        font-weight: bold;
        color: darkgray;
    }


.pagecurrent {
    font-size:12px;
    color: limegreen;
    font-weight: bold;
}

.pagetotal {
    font-size: 12px;
    color: cornflowerblue;
}

.imgmodal {
    cursor:pointer;
}


.gridpager {
    background-color: #fff; /*i.e White color*/
    padding: 5px;
    height: 50px;
}

    .gridpager a {
       
        border-radius: 50%;
        background-color: whitesmoke;
        padding: 5px 10px 5px 10px;
        color: #fff;
        text-decoration: none;
        font-size: 10px;
    }

        .gridpager a:hover {
            background-color: lightblue;
            color: #fff;
        }

    .gridpager span {
        background-color: cornflowerblue;
        color: #fff;
        border-radius: 50%; /*For Round Circle */
        padding: 5px 10px 5px 10px;
        font-size: 10px;
    }

    .company
    {
        color:cornflowerblue;
    }


.cartype
{
    width:28px;
}

.datecontrol {
    display: inline-block;
    width: 50%;
    font-size:12px;
}




.timecontrol {
    display: inline-block;
    width: 40%;
    font-size: 12px;
}


.navbar-vertical .navbar-brand-img, .navbar-vertical .navbar-brand > img {
    max-width: 100%;
    max-height: 4rem!important;
}

.card .card-header {
    padding-left: 0.75rem !important;
    padding-bottom: 0rem !important;
    padding-top: 0.5rem !important;
}

.eventdata {
    color: cornflowerblue;
    font-size: 13px;
    display:block;
}


.statusko{
    background-color:red;
}

.statusko p {
    color: white;
}