﻿.lblstyle {
    width: 100px;
    height: 30px;
    font-style: normal;
    font-family: Calibri;
    font-size: x-large;
    font-weight: bold;
    font-variant: normal;
    background: linear-gradient(to top, #10b1f3 0%,black 30%,#073d53 60%,#0a3758 100%);
    color: cyan;
    text-align: left;
}

.dataviewstyle {
    width: 100px;
    height: 30px;
    font-style: normal;
    font-family: Calibri;
    font-size: x-large;
    font-weight: bold;
    font-variant: normal;
    background-color: lightgray;
    color: black;
    text-align: left;
}

.entrystyle {
    width: 100px;
    height: 30px;
    font-style: normal;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    font-variant: normal;
    background-color: lightgray;
    color: black;
    text-align: left;
}

.div-center {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.hdr_cell {
    background: linear-gradient(to top, #073c52 0%,#823b08 30%,#ae5312 60%,#e4f5fc 100%);
    font-size:large;
    text-align:center;
    color:white;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}


.btn_submit {
    width: 70px;
    height: 35px;
    border-radius: 12px;
    background-color: #0360df;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #8de3fc, transparent);
    box-shadow: inset 0 -2px 4px 1px rgba(17, 110, 231, 0.6), inset 0 -4px 4px 1px #8de3fc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #116ee7;
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
}

    .btn_submit:hover {
        background-color: cyan;
        color: black;
    }

.btn_submit:focus {
    background-color: darkgreen;
    color:lime;
}

.btn_menu {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    background-color: #0360df;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4feff, transparent), radial-gradient(75% 35% at 50% 85%, #8de3fc, transparent);
    box-shadow: inset 0 -2px 4px 1px rgba(17, 110, 231, 0.6), inset 0 -4px 4px 1px #8de3fc, inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #116ee7;
    transition-property: border-color, transform, background-color;
    transition-duration: 0.2s;
}

    .btn_menu:hover {
        background-color: cyan;
        color: black;
    }

    .btn_menu:focus {
        background-color: darkgreen;
        color: lime;
    }

.tableFixHead {
    overflow: auto;
    height: 500px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background: #eee;
        border: 1px solid black;
    }

    .tableFixHead tr td {
        border: 1px solid black;
        border-radius: 10px;
    }

    .tableDash {
        width:70%
    }
        .tableDash tr td {
            border: 1px solid black;
        }


.printcls 
thead
tbody
tfoot
tr
td
th {
    border-radius: 10px;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}
