html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: auto;    
    color: #6a6a6a;
    background-color: #ddd;
    border-top: 1px solid #ddd;
    
}
.footer a {
    color: #6a6a6a;
}

.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: "\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: nowrap;
}

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

.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;
}



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

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


.member-registration-signup input{
    max-width: 400px;
}

.member-registration-signup select{
    max-width: 300px;
}
.member-registration-signup .xpanel .col-md-6 label{
    font-size: 13px;    
}



@media (min-width: 300px) {

    .member-registration-signup .member-type label{
        
        padding-left:10%;
    }
    .navbar-brand{
        background: url('../img/Logo_new_m.png');
        background-repeat: no-repeat;
        width: 158px;    
        height: 36px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-header{
        height: 40px;
        
    }
    
}

@media (min-width: 626px) {
    .member-registration-signup .panel-body{
        padding-left: 5%;    
    }
    .member-registration-signup .member-type label{
        
        padding-left:5%;
    }
    
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2px;
  }
  
}
@media (min-width: 1024px) {
    .navbar-brand{
        padding-top:5px;
        padding-bottom:30px;
        background: url('../img/Logo_new2.png');
        background-repeat: no-repeat;
        width: 276px;
        height: 63px;
        margin-bottom: 10px;
        margin-top:0px;
    }
    .navbar-header{
        height: 50px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .member-registration-signup .panel-body{
        padding-left: 10%;    
    }
    .member-registration-signup .col2-margin{
        margin-left: -6%;    
    }
    .member-registration-signup .member-type label{
        width: 80%;
        padding-left:5%;
    }
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }    
}
.member-registration-signup .member-type label{
    display:flex;border-radius:.25rem;border:1px solid #868686;
    font-size:1.25rem;line-height:1.5rem;text-shadow:0 1px 1px rgba(255,255,255,.5);cursor:pointer;
    
    
    padding-top: 2%;
    padding-bottom: 2%;
    
}

.radio .membertype{
    border:1px solid #868686;
    font-size:1.25rem;line-height:1.5rem;text-shadow:0 1px 1px rgba(255,255,255,.5);cursor:pointer;
    
    
    padding-top: 2%;
    padding-bottom: 2%;
    
}

.radio .membertype.active{
    border:1px solid #337ab7;
    background-color:  #eaf1f7;
    font-weight: bold;
    font-size:1.3rem;
    color:#000;
}

.member-type .radio{
    padding-bottom: 3px;
}



.navbar {
    background-color: #da0313;
}

.navbar-inverse{
    border-color: #fff;
    background-color: #da0313;
}

.navbar-inverse .navbar-nav > li > a{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}



.navbar-inverse .navbar-nav > li > a:hover{
    text-decoration: underline;
}

.navbar-inverse .navbar-nav > .active > a{
    text-decoration: underline;
    background-color: #da0313;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background-color: #da0313;
}

.panel-primary{
    border-color: #ccc;
}
.panel-primary > .panel-heading{
    background-color: #ccc;
    border-color: #ccc;
}
a.left-panel-links2 {
    font-size: 12px;
    font-weight: bold;
}
