

/* ------------------------------------------------------
 * Container for all pages
 */
.container {
    padding: 10px;
}

a.previous-page {
    padding-left: 20px;
}



/* ------------------------------------------------------
 * Navigation
 */



.navbar-default .navbar-nav>li>a.selected,
a.selected {
    color: red;
}


/* ------------------------------------------------------
 * Home page search box
 */

.home {
    background-image: url("../MissionControl.png");
    background-size: cover;
    color: white;
    height: 500px;
}

.no-results {
    color: red;
    font-weight: bold;
}

.loading {
    padding: 2em;
}


.optimised-message {
    font-size: 12px;
    color: #666666;
}



/* ------------------------------------------------------
 * Cards for events on the HuntTypeEvents page (view and edit)
 */

.clue {
    background: white;
    color: black;
}

.break {
    background: #b5daa2;
    color: black;
}

.jump {
    background: #70b2da;
    color: white;
}

.end {
    background: #ebebeb;
    color: black;
}

.flow {
    background: #bb5871;
    color: white;
}

.data-complete {
    background: white;
    color: black;
}

.data-missing {
    background: dodgerblue;
    color: white;
}

.skippable {
    background: white;
    color: black;
}

.not-skippable {
    background: dodgerblue;
    color: white;
}

.inactive-event {
    opacity: 0.3;
    background: white;
    color: black;
}


p.warning {
    color: red;
}


.card-order {
    color: darkred;
    font-size: smaller;
}

/* ------------------------------------------------------
 * Change sets page
 */


.change-set-live .panel-heading {
    background: #5cb85c !important;
    color: white !important;
}

.change-set-editing .panel-heading {
    background: #d9534f !important;
    color: white !important;
}
.change-set-draft .panel-heading {
    background: #f0ad4e !important;
    color: white !important;
}
.change-set-retired .panel-heading {
    background: #337ab7 !important;
    color: white !important;
    opacity: 0.8;
}
.change-set-abandoned .panel-heading {
    background: #5bc0de !important;
    color: white !important;
    opacity: 0.5;
}


/* ------------------------------------------------------
 * Custom text message template config pages
 */

.customTemplate {
    font-weight: bolder;
}

.defaultTemplate {
    color: #666666;
    font-weight: lighter;
}

.setupTemplate {
    background-color: #ee0000;
    font-weight: bolder;
}


/* ------------------------------------------------------
 * Override bootstrap
 */
h4.ng-binding {
    margin-top: 2px;
    margin-bottom: 2px;
}

div.well.well-sm.ng-scope {
    padding: 4px;
    margin-bottom: 6px;
}

p.ng-binding.ng-scope {
    margin: 0 0 2px;
    font-size: 13px;
}

h4.ng-binding {
    font-size: 14px;
    font-weight: bold;
}

.title-destination {
    background-color: #70b2da;
    color: white;
}

.edit-event-btn {
    padding: 2px;
    font-size: 13px;
}
