﻿
/*** Table Styles **/
.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    animation: float 5s infinite;
}


.mvc-grid > table > thead > tr > th {
    font-size: 14px;
    /* font-weight: 100; */
    /* padding: 24px; */
    /* text-align: left; */
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
    /* vertical-align: middle; */
}

    /*   th:first-child {
        border-top-left-radius: 3px;
    }
     */

.mvc-grid > table > thead > tr > th th:last-child {
        width: 100px
        /*  border-top-right-radius: 3px;
        border-right: none;*/
    }

.mvc-grid > table > thead > tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    /*    font-size: 16px;*/
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.mvc-grid > table > thead > tr:hover td {
        background: #4E5066;
        color: #FFFFFF;
        border-top: 1px solid #22262e;
    }


.mvc-grid > table > tbody > tr > td {
    font-weight: 300;
    font-size: 14px;
}

  

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}
