﻿.app {
    padding-top: 0;
}

.app-content {
    margin-left: 0;
}

.theme-collapse-btn {
    display: none;
}

/*.row.justify-content-center {
            background: linear-gradient( #001c5a,#00539c);
            padding-bottom: 60px;
            border-radius: 0 0px 30px 30px;
            box-shadow: 2px 7px 7px rgba(0,0,0,0.7);
            color: #fff;
            margin: 0px -20px;
        }*/

.card-body {
    background-color: #F3F2F2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px -2px 8px rgba(0,0,0,0.5);
}

.card {
    background-color: #F3F2F2;
    border-radius: 5px 5px 5px 5px;
}

body {
    background-color: white;
}

.dt-buttons {
    margin-bottom: 10px;
}

.titletruck {
    font-size: xxx-large;
    padding-left: 70px;
    padding-top: 20px;
}

.banner-img {
    background-image: url('/img/Truckstatus-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 360px;
    border-radius: 10px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
}
#titletruck {
    font-size: 50px;
    /* padding-left: 70px; */
    color: #FF6A00;
    font-weight: 600;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
}
/*#titletruck {
    font-size: 50px;*/
    /*padding-left: 70px;*/
    /*padding-top: -10px;*/
    /*color: #FF6A00;
    font-weight: 600;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.3);
}*/
.text-banner {
    position: absolute;
    top: 30px;
    background-color: #fff;
    border-radius: 0 0 10px 0;
    padding: 10px 15px;
}
#footer{
    display:none;
}
@media (max-width:666px) {
    .banner-img {
        background-size: cover;
        background-position: unset;
        width: 100%;
        height: 212px;
    }
}

@media (max-width: 991px) {
    .text-banner {
        top: 8px;
    }
    .btn-sm {
        width: 46px !important;
    }
    table{
        width:260% !important;
    }
}