﻿.container {
    display:grid;
    width: 300px;
    height: 200px;
    border: 1px solid #000;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo {
    display: table-cell;
    background-color: #92a7d0;
    width: 5%;
    vertical-align: top;
    text-align:left;
}

    .logo img {
        width: 100%;
        height: 20%;
        object-fit: cover;
        border-radius: 50px;
    }

.btnAdd {
    background-color: #415f9e;
    border: 2px solid #dce7fc; /* Green */
    border-color: #dce7fc;
    padding: 8px 15px;
    text-align: center;
    color: white;
    width: 150px;
}


.CS {
    font-weight: bold;
    color: dodgerblue;  
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}

.imgCell {
    background-image: url('Admin/images/TableBgImage.gif');
    font-family: Calibri;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    color: black;
    font-weight: bold;
    height: 20px; /* Set a height */
    width: 250px; /* Set a width */
}

    .Secondgrid-container {
        display: grid;
        background-color: #92a7d0;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 15px;
        padding: 0px;
        /*border: 1px solid;*/
    }


    .Table-Container {
        border: 1px solid;
        background-color: #92a7d0;
        width: 80%;
        padding: 10px;
        /*box-shadow: 1px 1px 1px 1px;*/
    }

.Table {
    display: table;
    background-color: #92a7d0;
    margin: auto;
    /*border: 1px solid;*/
    width: 100%;
}

    .center{
        margin-left:auto;
        margin-right:auto;
    }    
    .InnerTable {
        display: table;  
        width: 60%;
    }

    .InnerDateTable {
        display: table;
        width: 40%;
    }

    .InnerNameTable {
        display: table;
        width: 100%;
    }

    .Title {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }

    .Heading {
        display: table-row;
        font-weight: bold;
        height: 80px;
        background-color: #edeeef;
        vertical-align: middle;
        text-align: center;
    }

    .Row {
        display: table-row;
        /*border: 1px solid;*/
        background-color: #dce7fc;
    }
    .big {
        flex-basis: 110px;
    }

    .HeadingCell {
        display: table-cell;
        background-color: #dce7fc;
        font-family: Calibri;
        font-size: 16px;
        text-align: left;
        /*height: 40px;*/
        /*border: 1px solid;*/
        width: 20%;
    }
    .HCell {
        display: table-cell;
        font-family: Calibri;
        font-size: 16px;
        padding-right: 12px;
        background-color: #dce7fc;
        width: 2%;
    }
    .Cell {
        display: table-cell;
        background-color: #dce7fc;
        text-align: left;
        /*height: 40px;*/
        /*border: 1px solid;*/
        width: 40%;
    }
    .lbltxt {
        font-family: Calibri;
        font-size: 16px;
        padding-right: 2px;
        text-align:left;
        font-weight:bold;
    }
    .lbltext {
        font-family: Calibri;
        font-size: 16px;
        padding-right: 12px;
    }
    .txtbox {
        width: 31.5%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

.txtSku {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
    .drpdown {
        width: 50%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }
    .infoCell {
        display: table-cell;
        font-family: Calibri;
        font-size: 16px;
        background-color: #dce7fc;
        /*width: 30%;*/
    }
    .newtxtbox {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
        width:30%;
    }
.myTextBoxClass {
    background-color: #dce7fc;
    width: 10%;
    border: 0px solid #ccc;
}
    .smalltxtbox {
        width: 10%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }

    .mediumtxtbox {
        width: 98%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        resize: vertical;
    }
    .star {
        font-size: 30px;
        font-family: 'Bell MT';
        color: blue;
        animation: blink 1s infinite;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
.GridTable {
    display: table;
    width: 100%;
}
.GrdDescCell {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #dce7fc;
    width: 100%;
}

.GrdSkuCell {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #dce7fc;
    width: 350%;
}

.GrdCell {
    display: table-cell;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #dce7fc;
    width: 5%;
}

.Grdtxtbox {
    /*width: 60%;*/
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.responsive-gridview {
    width: 100%;
    overflow-x: auto;
}

    .responsive-gridview table {
        border-collapse: collapse;
    }

    .responsive-gridview th, .responsive-gridview td {
        /*padding: 12px;*/
        text-align: left;
        border: 1px solid #ccc;
    }

@media screen and (max-width: 768px) {
    .responsive-gridview table,
    .responsive-gridview thead,
    .responsive-gridview tbody,
    .responsive-gridview th,
    .responsive-gridview td,
    .responsive-gridview tr {
        display: block;
    }

        .responsive-gridview thead tr {
            display: none;
        }

    .responsive-gridview td {
        /*position: relative;*/
        padding-left: 10%;
    }

        .responsive-gridview td::before {
            position: absolute;
            left: 10px;
            width: 45%;
            /*white-space: nowrap;*/
            font-weight: bold;
            content: attr(data-label);
        }
}
        .ResultMsg
        {
            padding: 5px;
            color: red;
            background-color: #dce7fc;
            text-align: center;
            font-family: Calibri;
            font-size: 18px;
            font-weight: bold;
        }

        .FrmHeading{
            padding: 5px;
            color:white;
            background-color: #dce7fc;
            text-align: center;
            font-family: Calibri;
            font-size: 18px;
            font-weight: bold;
        }
   


/*Style Sheet for Location PopUp Window*/


.Location_Table {
    display: table;
    background-color: #92a7d0;
    margin: auto;
    /*border: 1px solid;*/
    width: 50%;
}

.Location_grid-container {
    display: grid;
    background-color: #92a7d0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 0px;
    /*border: 1px solid;*/
}

/*StyleSheet For AddClientInformation Form*/

.CTable {
    display: table;
    background-color: #92a7d0;
    margin:auto;
    width:100%;
}

.ClientGrid {
    display: grid;
    grid-template-columns: auto;
    background-color: dodgerblue;
    padding: 0px;
    width:90%;
   margin-left:-5px;
}
    .ClientGrid > table {
        background-color: #92a7d0;
        border: 0px solid black;
        padding: 0px;
        font-size: 30px;
        text-align: center;
        width: 100%;
    }

   
.Clogo {
    display: table-cell;
    background-color: #92a7d0;
    width: 15%;
    vertical-align: top;
    text-align: left;
}

    .Clogo img {
        width: 100%;
        height: 20%;
        object-fit: cover;
        border-radius: 50px;
    }
.CHeadingCell {
    display: table-cell;
    font-family: Calibri;
    font-size: 17px;
    background-color: #dce7fc;
    text-align: left;
}
.CCell {
    display: table-cell;
    font-family: Calibri;
    font-size: 16px;
    padding-right: 12px;
    background-color: #dce7fc;
    text-align:left;
}
.Ctxtbox {
   
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

/*style Sheet for Add PickUpInformation Form*/

.PickUpGrid {
    display: grid;
    grid-template-columns: auto;
    background-color: dodgerblue;
    padding: 0px;
    width: 70%;
    margin-left: -5px;
}
    .PickUpGrid > table {
        background-color: #92a7d0;
        border: 0px solid black;
        padding: 0px;
        font-size: 30px;
        text-align: center;
        width: 100%;
    }
.PHeadingCell {
    display: table-cell;
    font-family: Calibri;
    font-size: 17px;
    background-color: #dce7fc;
    text-align: left;
    width:30%;
}
.PCell {
    display: table-cell;
    font-family: Calibri;
    font-size: 16px;
    padding-right: 12px;
    background-color: #dce7fc;
    text-align: left;
}
.Ptxtbox {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
.HypLink {
    font-family: Calibri;
    font-size: 18px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    color:#0e67f3;
}



