.landing .summary-row {
    cursor: pointer;
}

#landings {
    padding-bottom: 100px;
}

.ui-tooltip-content {
    white-space: pre-wrap;
}

.ss-arrow {
    width: 20px;
    text-align: center;
    float:left;
}

.ss-row {
    width: 110px;
}

.ss-raw {
    width: 110px;
    text-align: right;
    float:left;
}

.ss-match {
    width: 120px;
    float: left;
    margin-left: 0px;
}

.ss-match select {
    width: 132px;
    padding-left: 6px;
    padding-right: 6px;
}

.ss-match input {
    width: 120px;
}
.parsed-landing {
    background-color: #e5e5e5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    margin: 0 0 20px;
}

.field-name, .catch-header {
    font-weight: bold;
}

.field-select select {
    margin-bottom: 1px;
    width: 300px;
}

.field-select .datepick {
    margin-bottom: 1px;
    width: 286px;
}

span.status {
    width: 100%;
    text-align: center;
}

/* Needed to keep scroll bar around, otherwise jumping centered content is annoying */
html {
    overflow-y: scroll
}

table.catch-view {
    margin-left: auto;
    margin-right: auto;
}

.catch-view:nth-child(odd) {
    background-color: #C3C3C3;
}

.catch-view {
    background-color: #A3A3A3;
    /*border: 1px solid #e5e5e5;*/
}

div.details {
    border: 1px solid #A3A3A3;
}

form.landing-details .error {
    color: red;
}

form.landing-details label {
    width: 50px;
}

div.row .middle {
    display: block;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

body.logo {
    background-color: #142963;
}

select.disabled {
    background-color: rgb(209, 209, 209);
}

div.landing-divider {
    height: 5px;
    margin-top: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQImWNgQAX/yeAAAIHCA/0RE2WAAAAAAElFTkSuQmCC) repeat;
}

div.stipple {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAEklEQVQImWNob2//z0B9QJmxABeMBSl7Bn4UAAAAAElFTkSuQmCC) repeat;
}

#catches .status.changeable {
    cursor: pointer;
}

#catches {
    padding-bottom: 100px;
}


tr.identified {
    color: #ffffff;
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
}

.label.status {
    cursor: pointer;
}

div.row div.news {
    background-color: #0044CC;
    background-image: linear-gradient(to bottom, #888888, #88FF88);

}

span.label-identified {
    background-color: #F89406;
}

span.label-clarified {
    background-color: #3a87ad;
}

span.label-selected {
    background-color: #B94A48;
}

span.label-confirmed {
    background-color: #468847;
}

span.label-sampled {
    background-color: rgb(255, 247, 44);
    color: rgb(0, 0, 0);
    text-shadow: none;
    font-weight: normal;
}

span.label-cancelled {
    background-color: rgb(188, 0, 0);
}

span.label-help {
    background-color: rgb(19, 114, 255);
}

i.sample-indicator {
    margin-left: -20px;
    margin-top: 3px;
    float: left;
}

.summary-row .tooltip-inner, .catches strong .tooltip-inner {
    white-space: pre-wrap;
}

#landings-header .tooltip-inner {
    white-space: pre-wrap;
}
#catches-header {
    clear: both;
}

.change-status {
    position: absolute;
    background-color: #fff;
    margin-left: 75px;
    margin-top: -75px;
    padding: 7px;
    height: 140px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding;
            background-clip: padding-box;
}

.change-status span.label {
    text-align: center;
    width: 80px;
}
span.label-disabled {
    opacity: .4;
}
span.label-enabled {
    cursor: pointer;
}
.change-status .status-buttons {
    width: 110px;
}
.change-status form {
    text-align: center;
    width: 170px;
}
.change-status input[type=text] {
    width: 150px;
}
.change-status form label {
    margin: 10px 0 5px;
}
.change-status input[type=button] {
    width: 80px;
    margin: 3px 0;
}

.load-status {
    width: 100%;
    height: 35px;
}

.loading-page {
    width: 140px;
    padding: 0 5px;
    text-align: center;
    float: right;
    background-color: #fcf8e3;
}

#landings-pagination, #catches-pagination {
    text-align: center;
    margin: auto;
}
#landings-pagination .pagination,
#catches-pagination .pagination {
    margin: 0;
}

.sampling-catch-view td {
    border: 0;
    padding: 0 5px;
}

.audit-result {
    border: 1px solid #ccc;
    width: .9em;
    height: 1em;
    line-height: 1em;
    margin-left: .5em;
    display: inline-block;
}
.audit-pass {
    color: #468847;
}
.audit-fail {
    color: #b94a48;
}
.audit-result:hover {
    cursor: pointer;
}

.validation-summary-list dt {
    clear: left;
    float: left;
    width: 200px;
}
.validation-summary-list dd {
    float: left;
}
.validation-summary-list {
    margin: .5em 0 2em;
}

.validation-summary-table {
    width: 80%;
    clear: left;
    margin: 5px 0;
}
.validation-summary-table th, .validation-summary-table td {
    border: 0;
    padding: 0;
}
.validation-summary-table td.n-right {
    text-align: right;
    padding-right: 2em;
}
.validation-summary-table td.m-right {
    text-align: right;
    padding-right: 4em;
}
