﻿/** Genral Layout and Styling for Admin Control Panel **/
.function-links {
    display: inline-block;
    font-size: 20px;
    padding: 25px 30px;
    color: #000;
    background-color: #d0d0d0;
    margin: 15px;
    border-radius: 5px;
}
#sys-date {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}
#to-dashboard {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
#userinfo {
    border-right: 3px groove #1c1c1c;
}
.blocked {
    color: #f00;
}
.pages {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.cur-pg {
    background-color: #1c1c1c;
}
.part-img {
    width: auto;
    height: 50px;
    max-width: 50px;
}
.stock{
    width:50px;
}
td .btn{
    margin-top: 2px;
}
.top-bg{
    background-color: #009900;
    background: -webkit-linear-gradient(left top, #009900, #0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #009900, #0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #009900, #0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #009900, #0f0); /* Standard syntax */
}