html,
body {
    height: 100%;
    font-family: 'PT Sans', sans-serif;
}
ul, ol {
    padding: 0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: url(../img/pattern.png)
}

.wrap > .top-container {
    padding-top: 20px;
}

.wrap > .main-container {
    background: white;
    min-height: 700px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
    padding: 15px 15px 20px;
}

.panel-collapse .main-container {
    width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 80%;
    }
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: normal !important;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

@media screen and (max-width: 480px) {
    .kv-table-wrap tr > td:first-child {
        font-size: initial !important;
    }
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.member-table td {
    white-space: normal !important;
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.register-member-search{
    background: #e7ebef;
    border-top: 2px solid #3f5a89;
    padding: 20px;
    margin-bottom: 30px
}

.summary {
    margin-bottom: 20px;
    text-align: right;
}

.member-table tr td:first-child{
    width: 30%;
    color:grey;
    padding-right: 25px;
}

.member-table td span,.member-table td b  {
    color: grey;
}

.ext-link {
    text-decoration: underline;
}

.panel-group .panel-body {
    padding: 0;
}

.off-member,.off-member a {
    color:rgb(211, 137, 109)
}

.panel-heading{
    padding: 0;
}

.panel-heading .panel-title .collapse-toggle{
    display: block;
    padding: 10px;
}

.panel-default > .panel-heading .badge {
    background-color: #777;
}

a.collapse-toggle {
    text-decoration: none;
}

.panel-heading:hover {
    background-color: #f5f5f5;
}

.info {
    font-size: 15px;
    padding: 10px;
}

.last-tr {
    text-align: center;
}

.show-archive {
    font-size: 15px;
    border-bottom: 2px dotted;
    text-decoration: none;
}

a.show-archive:hover, a.show-archive:focus {
    text-decoration: none;
}

.updated-by {
    font-size: 15px;
    font-style: italic;
}

.main-title {
    margin-top: 26px;
    text-transform: uppercase;
}

.logo {
    width: 75px;
    float: left;
    margin-bottom: 25px;
}

.pdf-download-link a {
    padding-left: 24px;
    display: block;
    background: url(../img/pdf_icon.png) no-repeat 0 0;
    background-size: 20px;
}