/* When we have an activity list within a modal and within another activity list, remove the border and padding*/
.feed-activity-list .feed-element .feed-activity-list .feed-element:last-child, .modal-body .feed-activity-list .feed-element:last-child {
    border-bottom: 0px solid #e7eaec;
    padding-bottom: 0px;
}

.navbar-top-links {
    float: right;
}

.table-responsive {
    padding: 10px;
}

.form-control[readonly] {
    background-color: #FFFFFF;
}

.modal-title {
    text-align: center
}

#loading {
	display:none;
}
.loading {
    position: fixed;
    z-index: 3000;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.sk-spinner-wave.sk-spinner {
    margin: auto !important;
}

#packageTable > tbody > tr > td {
    padding: 0px;
}

.label-ro {
    background-color: #FFFFFF;
    color: #5E5E5E;
}

.label-state {
    display: inline;
    color: #FFFFFF;
    font-size: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    box-sizing: border-box;
    background-color: #111111;
}

.label-nsw {
    background-color: #40454D;
}
.label-qld {
    background-color: #2087C6;
}
.label-vic {
    background-color: #43BCD0;
}
.label-wa {
    background-color: #EFE7CB;
}
.label-sa {
    background-color: #EE824B;
}

@media (min-width: 1501px) {
    .modal-lg {
        width: 1500px;
    }
}