/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    overflow-x: hidden;
    background: #0047b3;
    color: #000;
}

/* Header Image Background */

html {
    background: #0047b3 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar {
    background-color: #003380;
    border-color: #e7e7e7;
}

.help-modal {
    display: inline-flex;
}

.pdf-modal {
    display: none;
    float: right;
}

.creator-forms {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    background: #4d94ff;
}

#coach-creator, #group-creator {
    min-height: 50px;
    text-align: center;
    padding-top: 10px;
}

#left, #right {
	border: 2px solid #fff;
	height: 100%;
	padding: 10px;
    margin-bottom: 50px;
    /*margin: 10px;*/
    /*min-height: 200px;*/
}

#left {
	padding-right: 5px;
}

#right {
    display: table;
	padding-left: 5px;
}

h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#left .group {
    width: 70%;
}

.group {
    padding: 3px;
    margin-bottom: 3px;
    border: 2px solid gray;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.del-group {
    float: right;
}

.totals {
    display: none;
}

#exc-total, #remaining-total, #staff-total, #others-total {
    font-weight: bold;
    font-size: 1.8em;
}

/* Cheeky fix to remove del group option from groups already in coaches */
#right .del-group {
    display: none;
}

.coach-container {
    clear: both;
    float: left;
    width: 100%;
    border: 1px solid gray;
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
}

.coach {
    position: relative;
    width: inherit;
    min-height: 100px;
}

.coach-groups {
    min-height: 100px;
    width: 70%;
    float: left;
    border-right: 2px solid gray;
    padding-right: 15px;
}

.coach-id .id {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
}

.coach-pax span {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}

.coach-dest {
    font-weight: bold;
    font-size: 1.5em;
}

.capacity {
    font-weight: bold;
    font-style: none;
}

.capacity:before {
    content: "(";
}

.capacity:after {
    content: ")";
}

.coach-spaces span {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
}

.help-modal, .pdf-modal {
    margin-top: 7px;
}