﻿.Background-Color-Purpul {
    background-color: #800080 !important;
}

.Background-Color-White {
    background-color: white !important;
}

.OnButtonHover:hover {
    background-color: lightgray;
}

.Color-Purpul {
    color: #800080 !important;
}

.Color-White {
    color: white !important;
}

.Logo {
    margin-top: 70px;
}

.footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #800080;
    z-index: 2;
    text-align: center;
}

.MainMenu a:link {
    color: white;
}

.MainMenu a:visited {
    color: white;
}

.MainMenu a:hover {
    color: black;
}


.SideMenu .glyphicon {
    margin-right: 10px;
}

.SideMenu {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .SideMenu .panel-body {
        padding: 0px;
    }

        .SideMenu .panel-body table tr td {
            padding-left: 25px;
        }

        .SideMenu .panel-body .table {
            margin-bottom: 0px;
        }

.glyphicon-Margin {
    margin-right: 5px !important;
}

.PageHeader
{
    margin-top:0 !important;
}

.ModalMargin
{
    margin-top:200px;
}

.ControlMarginUp
{
     margin-top:40px;
}

.LabelMarginUp
{
     margin-top:20px;
}

.LabelMarginUpHalf
{
     margin-top:10px;
}

.AddonWidth
{
    width:150px !important;
}

.ButtonStyle:hover {
    background-color: white !important;
    color:purple !important;
}

.ButtonStyle
{
    color: white !important;
    background-color:purple !important;
    border-color:gray !important;
}

.ButtonStyleInverse:hover {
     color: white !important;
    background-color:purple !important;
    
}

.ButtonStyleInverse
{
     background-color: white !important;
    color:purple !important;
    border-color:gray !important;
   
}

#ContentPlaceHolder2_GridView3 th {
    text-align: center;
}