﻿body
{
    background-color:White;
    margin-top:20px;
}
#contactButtons
{
    margin:15px;
}
#contactPanel
{
    width:auto;
}
.navbar-nav
{
    float:right;
}

.glyphicon
{
    color:#428bca;
}

.navbarTextRight
{
    color:#428bca; 
   /* position:absolute;
    top:12px;
    right:50px;*/
    float:right;
    padding-right:30px;
    padding-bottom:10px;
}
.btn, .form-control
{
    border-radius:4px;
}
.panelHeaderLinkRight
{
    float:right;
}

#logoutForm a
{
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    box-sizing: border-box;
    clear: both;
    color: rgb(255, 255, 255);
    cursor: auto;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 42px;
    line-height: 18.5714302062988px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: inherit;
}

#logoutForm a:hover
{
    background-image: linear-gradient(to bottom,#535353 0,#7A7A7A 100%);
    width:160px;
}

.panel
{
    border-radius:4px;
}

#homeAlert
{
    background-color:#5BC0DE;
}

.alert-info
{
    background-color:#008cba;
}

#logoutForm
{
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    display: list-item;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 42px;
    line-height: 17.142858505249px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    width: inherit; 
}
.glyphiconAlert
{
    color:White;
}
.Add
{
    display:inline-block;
    margin: 20px 0px 0px 20px;
    text-decoration: none;
}
.alert
{
    border-radius: 4px;
}
.alert a, .alert .alert-link
{ 
    text-decoration: none;
    font-size:16px;
}

#navbar 
{
    background:Black;
    border-radius: 4px;
}

#uploadForm
{
    display:inline-block;
}
  
.validation-summary-valid  
{
    display:none; 
}

img 
{
    display: inline-block;
    width: 5em;
}
#decryptButton
{
    float:right;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
    background-image: linear-gradient(to bottom,#535353 0,#7A7A7A 100%);
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th
{
    background-color: #EBEBEB;
}

#errorAlert
{
    display:none;
    padding:5px;
}

<!--[if !IE ]>     
#btnClipboard { display:none; }
<![endif]-->