﻿/*Buttom Colors*/


.grid_basic th, .grid_basic th a {
    background-color: #fff;
    font-weight: bold;
}


.grid_basic td span, .grid_basic td a, .grid_basic th,  .grid_basic th a, .gridPager
{
    font-size: 10pt;
    font-family: sans-serif;
}

    .grid_basic th, .grid_basic th a, a.gridAddContent, div.AlphaGridTdNoBdr > a, td.itemdatagridcrl > a {
        color: #00a9e2;
        transition: background-color 300ms;
    }

        .grid_basic th a:hover, div.AlphaGridTdNoBdr > a:hover, a.gridAddContent:hover {
            color: #f9a319;
        }


th.basic-grid-dynamic-th-headers {
    /*border-bottom: 2px solid #f5f5f5;
    background-color: #fff;
    font-weight: bold;*/
    padding-bottom:1.2%;
}

.overflow-table-section {
    width: 100%;
}

table.table > tbody > tr > td {
    border-top: 0px white;
    line-height: 1.42857;
    padding: 0px;
    vertical-align: top;
}

/* adds gray shade to every other row */
.grid_basic .alt td {
    background-color: #f5f5f5;
}

/*Bottom Border table*/
.table thead th {
    vertical-align: bottom;
    border-bottom: none;
}

/*Eliminates the border*/

.ItemDataGridBtn {
    font-size: 10pt;
    color: #0270c1;
}

.grid_basic {
    min-height: 0.01%;
    overflow-x: auto;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    line-height: normal;
}

    .grid_basic td span, .grid_basic td a, .grid_basic th, .grid_basic th a, .gridPager {
        font-size: 1.0rem;
        font-family: inherit;
    }


    .grid_basic a img, .itemdatagridcrl {
        text-align: center;
    }

.gridImgLink {
    text-align: center;
}


/* adds grey shade to every other row */
.grid_basic .alt td {
    background-color: #f5f5f5;
}

div.divGridFilter > .form-group.row {
    /*width: 85%;*/
}


/*.grid_basic tr td:first-child, .grid_basic tr th:first-child {
    text-align: left;
}*/


.grid_basic td span, .grid_basic td {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #777;
}

.grid_basic {
    border: 0px solid transparent;
    max-width: 100%;
}

.gridcontainer, .divProgramsGrid {
    margin-bottom: 15px;
}

    .gridcontainer div, .divProgramsGrid {
        border-radius: 10px;
        box-shadow: 0 0px 20px 0px #f5f5f5;
        -moz-box-shadow: 0 0px 20px 0px #f5f5f5;
        -ms-box-shadow: 0 0px 20px 0px #f5f5f5;
        -webkit-box-shadow: 0 0px 20px 0px #f5f5f5;
    }


.grid_basic td{
    padding: 5px 10px 5px 10px;
}

.grid_basic th{
    padding: 20px 10px 20px 10px;
    white-space: nowrap;
    text-transform: uppercase;
}



.grid_basic tbody {
    display: block;
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

.grid_basic td img, .gvimgLink {
    text-align: center;
}

.grid_basic thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.grid_basic tbody tr, .gridhdr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.grid_basic thead, .gridhdr {
    /*margin-bottom: 10px;*/
}

.grid_basic tbody::-webkit-scrollbar, .overflow-table-section::-webkit-scrollbar {
    width: 10px;
    z-index: 1;
}
/* Track */
.grid_basic tbody::-webkit-scrollbar-track, .overflow-table-section::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
    padding-top: 10px;
}

/* Handle */
.grid_basic tbody::-webkit-scrollbar-thumb, .overflow-table-section::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

thead tr:nth-child(1) th, .gridhdr th {
    position: sticky;
    top: 0;
    z-index: 0;
}

thead tr, .gridhdr {
    border-bottom: 2px solid #f5f5f5;
    /*box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.50);
    -ms-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.50);*/
}

.adminHdr, .itemdatagridcrl {
    text-align: center;
    width: 10% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.GridCtr {
    text-align: center !important;
}

.GridLft {
    text-align: left !important;
}

.GridRt{
	text-align: right !important;
}



@media only screen and (max-width: 767px) {
    a.AlphaLinkBtn.my-2 {
        margin: 0% 0%;
    }

    .grid_basic {
        font-size: 8pt;
        overflow-y: auto;
    }

        .grid_basic tbody {
        }

        .grid_basic th {
            padding: 10px 5px 10px 5px;
        }

        .grid_basic td {
            padding: 3px;
        }

    .overflow-table-section {
        overflow-x: scroll;
    }
}


@media only screen and (max-width: 568px) {
    .grid_basic {
        font-size: 7pt;
    }

    table.grid_basic {
        width: 768px;
    }

    .grid_basic th {
        padding: 10px 3px 10px 3px;
    }

    .grid_basic td {
        padding: 2px;
    }

    table.grid_basic {
        width: 750px;
    }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    table.grid_basic {
        width: 768px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    table.grid_basic {
        width: 999px;
    }

    a.AlphaLinkBtn.my-2 {
        margin: 0% 0.5%;
    }

    table.grid_basic {
        width: 950px;
    }

    .overflow-table-section {
        overflow-x: scroll;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /*a.AlphaLinkBtn.my-2 {
        margin: 0% 0.5%;
    }*/
    table.grid_basic {
        width: 100%;
    }

    .grid_basic tbody {
        display: block;
        max-height: 580px;
    }

    .overflow-table-section {
        overflow-x: hidden;
    }

        .overflow-table-section div {
            /*border-top: 1px solid #d1d4d7;
            border-bottom: 1px solid #d1d4d7;
            margin-top: 30px;*/
            /*padding: 20px 0px 20px 0px;*/
        }
}



/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
