﻿body {
}

div#login {
    margin: 0 auto;
    width: 300px;
    height: 320px;
    text-align: center;
    padding: 15px;
    border: 2px solid #969696;
    background-color: #efefef;
    box-shadow: 0px 0px 10px #868686;
    position: absolute;
    top: 50%;
    margin-top: -160px !important;
    left: 50%;
    margin-left: -150px !important;
}

.container {
    margin-top: 95px !important;
}

.btn_container {
    text-align: center;
    margin: 0 auto;
}

.home_button {
    float: left;
    width: 150px;
    height: 150px;
    border: 2px solid #c5c5c5;
    text-align: center;
    padding-top: 28px;
    background: #efefef;
    margin: 10px;
    box-shadow: 0px 0px 10px #c5c5c5;
}

    .home_button .glyphicon {
        display: block;
        font-size: 4.2em;
    }

.TableCSS {
    border-style: none;
    background-color: #f8f8f8;
    width: 100%;
}

.TableHeader {
    background-color: #f8f8f8;
    color: #777777;
    font-size: large;
    font-family: Verdana;
    height: 45px;
    text-align: left;
}

.ItemCSS {
    background-color: #777;
    color: Snow;
    font-family: Verdana;
    font-size: medium;
    height: 28px;
}

td {
    padding:0 8px !important;
}

.AlternatingItemCSS {
    background-color: Snow;
    color: #777;
    font-family: Verdana;
    font-size: medium;
    height: 28px;
}