﻿.form-group span {
    padding-top: 7px;
}
a[id$=loginAccordionLink], a[id$=loginAccordionLink]:hover {
    text-decoration: none;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    display: table;
    content: " ";
}

.dl-horizontal dd:after {
    clear: both;
}

.panel-loginHeading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
}

.errorInput {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.error {
    color: #a94442 !important;
}

.wiz-nav {
    float: right;
}

.panel-login-body {
    background-image: none;
    background-color: #fff;
    border: none;
}

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    text-align: center !important;
    z-index: 99;
    margin: 250px auto;
    width: 120px;
    height: 100px;
    background-color: #FFF !important;
}

.overlayContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

/* Login Accordion Styles*/
#pnlLoginContainer .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}

#pnlLoginContainer .panel-title > a.accordion-toggle::before, #pnlLoginContainer a[data-toggle="collapse"]::before  {
    content:"\e082";
    float: left;
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
}
#pnlLoginContainer .panel-title > a.accordion-toggle.collapsed::before, #pnlLoginContainer a.collapsed[data-toggle="collapse"]::before  {
    content:"\e081";
}
.label-tripGivingNote {
    font-style:italic;
    margin: 5px 0px;
}