﻿

.textB {
    border-radius: 4px 0px;
    border: 1px solid rgba(0,0,0,0.25);
    height: 27px;
    margin-right: 5px;
}

    .textB:focus {
        box-shadow: 3px 0px 10px #ef7979;
        border: 1px solid #ff0000;
    }

.textBWidth {
    width: 182px;
    margin-bottom: 5px;
}

.VehicleGDV {
    background-color: white;
    margin-top: 0px;
    width:94%;
    border-radius: 10px;
    border-top: none;
    border-right: none;
    border-left: none;

    margin-left:5%;

    border-collapse:collapse;

    border-spacing:4px;


}

    .VehicleGDV tr {
        background-color: white;
        border-radius: 20px;


    }

        .VehicleGDV tr:nth-child(2n+1) {
            background-color: rgba(128, 128, 128, 0.11);
        }

        .VehicleGDV tr:first-child {
            background-color: #88173d;
            border-top: none;
            border-right: none;
            border-left: none;
            /*background-image: url('../images/absa_tile.jpg');*/
            background-repeat: repeat-x;
            color: #fff !important;
            padding: 10px;
            border: 1px solid #88173d;



            /*border:2px solid pink;*/
        }

        /*.VehicleGDV tr th {
            border-radius: 10px 0px 0px 0px;
        }*/

            /*.VehicleGDV tr th:last-child {
                border-radius: 0px 0px 10px 0px
            }*/

        .VehicleGDV tr td:last-child {
            text-align: center;
        }

        .VehicleGDV tr th {
            font-size: 12pt;
            /*color: black;*/
            text-wrap: none;
            text-align: right;
            padding: 10px;
            /*padding: 5px;
            padding-top: 0px;*/
            border-right: none;
            border-left: none;
            color:#fff;


        }

        .VehicleGDV tr td {
            padding: 5px;
            /*border: 2px solid green;*/
            text-align: right;
            border: 1px solid #000;
            border-collapse: collapse;
            border-spacing: 4px;



        }


        .VehicleGDV tr th:first-child {
            display: none;
        }

        .VehicleGDV tr td:first-child {
            display: none;
        }

        .VehicleGDV tr th:nth-child(4) {
            text-align: left;
        }

        .VehicleGDV tr td:nth-child(4) {
            text-align: left;
        }



        .VehicleGDV tr th:nth-child(2) {
            display: none;
        }

        .VehicleGDV tr td:nth-child(2) {
            display: none;
        }

        .VehicleGDV tr th:nth-child(3) {
            display: none;
        }

        .VehicleGDV tr td:nth-child(3) {
            display: none;
        }

        .VehicleGDV tr th:nth-child(5) {
            display: none;
        }

        .VehicleGDV tr td:nth-child(5) {
            display: none;
        }

/*.setFullWidth {
    border-radius: 0px;
    height: 30px;
    border:none;
    width:170%;
    padding:5%;
}*/


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4000px;
    z-index: 1100;
    background-color: rgba(80,17,41, 0.7); /*dim the background*/
    color:#4c1129
}

.overlayNew {
    position: fixed;
    top: 20%;
    left: 18%;
    width: 64%;
    height: auto;
    z-index: 1100;
    background-color: white; /*dim the background*/
    /*border:1px solid black;*/
    border-radius: 10px 10px;
    box-shadow: rgba(0,0,0, 0.5) 10px 30px 10px 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.Shadowless {
    box-shadow: none;
    width: 80%;
    left: 1%;
    overflow-y: scroll;
}

    .Shadowless div {
        box-shadow: none;
        width: 100%;
        left: 1%;
        overflow-x: hidden;
    }

        .Shadowless div div {
            left: 1%;
            overflow-x: hidden;
        }

/*.ajax__tab_container {
    border: 3px solid #790000;
}*/
