html,
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 0;
}
.wrap > .container {
    padding: 65px 10px 10px;
}
ul.item-view {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.exampleModalcalendar {
    display: none;
}
#eventCalendar{
    padding-bottom: 60px;
}
ul.item-view li {
    display: inline-block;
    padding: 0px;
    margin: 0 -2px;
}
ul.item-view li a.first {
    border-radius: 5px 0 0 5px;
}
ul.item-view li a.last {
    border-radius: 0px 5px 5px 0px;
}
ul.item-view li a {
    border: 1px solid #afa7a7;
    color: #5a5555;
    padding: 7px 17px;
    background: #f9f2f2;
    display: block;
    margin-bottom: 10px;
}

.footer {
    height: 80px;
    background-color: #521F19;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    opacity: 1;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}

/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

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

.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 > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

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

.nav > li > form > button.logout:focus {
    outline: none;
}

form div.required label.control-label:after {
  content:" *";
  color:red;
}

.grid-img {
    max-width: 60px;
    max-height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
/*    cursor: pointer;*/
}
.nav > li > a.groupName > img {
    width: 30px !important;
    height: 20px !important;
    display: inline-block !important;
    cursor: pointer;
}
.nav > li > a.groupName > span {
    color: #fff;
    background-color: transparent;
    /*font-size: 16px;*/
    margin-left: 5px;
}
.popup-img {
    max-width: 100px;
    max-height: 120px;
    margin-bottom: 10px;
}
.footer-logo {
    margin: -10px 0 5px;
}
.footer-logo-img {
    max-width: 140px;
    max-height: 40px;
}
.select-expand-row {
    background-color: #F9F9D5 !important;
}
#eventCalendar {
    margin-right: -5px;
    margin-left: -5px;
}
#members-list-container tr.members-list.danger, #members-list-container tr.members-list.danger > td{
    background-color: #ddd !important;
}
.footer p {
    color: #fff;
}
@media(max-width:767px){
    .row.comment--section {
        margin-bottom: 90px;
    }

    body p.pull-right.footer-logo {
    text-align: center;
    float: none !important;
}

}