html,
body {
    height: 100%;
}

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

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

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

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

.site-login{
    text-align: center;
}
.site-login{
    text-align: center;
}

.thumbnail{
    text-align: center;
}

.form-horizontal{
    background-color:#333;
    color: #FFF;
    padding: 30px;
    max-width: 60%;
    margin: auto;
}

#login-form.form-horizontal .control-label{
    display: none;
}

#login-form.form-horizontal .newLine{
    clear:left;
}
.thumbnail .fa{
    font-size: 100px;
}

.site-index .thumbnail .fa{
    font-size: 100px;
}
.full-width{
    width: 100%;
}

.parts-form .form-group {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.section{
    position: relative;
    clear:both;
}
.createassemblypart{
    /*display: none;*/
}
.removeassemblystyle{

}
.deleteassemblypart{
    /*display: none;*/
}
.kv-edit-mode .createassemblypart{
    display: block;
}
.kv-edit-mode .deleteassemblypart{
    display: block;
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.panel-primary {
    border-color: #000000;
}

a:hover, a:focus {
    color: #662D91;
    text-decoration: none;
}
a {
    color: #000;
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #662D91;
    border-color: #662D91;
}

.current-occupancy-totals{
    font-weight: bold;
    font-size:60px;
}

.timeslot{
    display: block;
    width: 100%;
    line-height: 50px;
    border: 1px solid black;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.row.current-occupancy-totals-row{
    width: 30%;
    float: left;
}

.row.times{
    width: 70%;
    margin: auto;
}

.timeslot .start_time{
    font-size: 18px;
    font-weight: 200;
}

.timeslot .end_time{
    float: right;
    font-size: 18px;
    font-weight: 200;
}

.timeslot.past{
    background: darkgrey;
}

.booking-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid black;
}
.timeslot .booked{
    text-align:center;
    margin: auto;
    position: absolute;
    left: 30%;
}
.timeslot .checkedin{
    text-align:center;
    margin: auto;
    position: absolute;
    left: 60%;
}
.booking-title.booking-title-button{
    border-bottom: none;
    float: right;
}

.row{
    margin-bottom: 10px;
}

.ani-label{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffff00;
    height: 100%;
    width: 20%;
    z-index: -1;
}

.childDetails{
    clear: both;
    padding-top: 3em;
}


.valid-waiver{
    background-color:#333;
    color: #FFF;
    padding: 30px;
    max-width: 100%;
    margin: auto;
}

#swimmers-gender{
    display: block;
}

.events-index .row{
    margin-left: 0px;
    margin-right: 0px;
}

.disabled{
    background-color: #4c4c4c;
}