﻿/* ADA Overrides Start */

/* Text */
.text-muted {
    color: #666666;
}

.text-dark {
    color: #12201E;
}

small.text-muted {
    color: #666666;
}

small.text-dark {
    color: #12201E;
}

strong.text-muted {
    color: #666666;
}

.btn-link {
    color: #2b669a;
}

/* Label - Default */
.label.label-default {
    background-color: #606060;
}

/* Label - Danger */
.label.label-danger {
    background-color: #983A37;
}

/* Label - Primary */
.label.label-primary {
    background-color: #00205B;
}

/* Label - Success */
.label.label-success {
    background-color: #356f35;
}

/* Label - Warning */
.label.label-warning {
    color: #12201E;
}

.has-error .input-group-addon {
    color: #5a1f1d;
}

strong.text-dark {
    color: #12201E;
}

/* Alert - Information */
.alert-info {
    color: #532220;
}

.alert.alert-info {
    color: #532220;
}

/* Alert - Danger */
.alert-danger {
    color: #76302E;
}

.alert.alert-danger {
    color: #76302E;
}

/* Alert - Success */
.alert-success {
    color: #366A37;
}

.alert.alert-success {
    color: #366A37;
}

/* Alert - Warning */
.alert-warning {
    color: #614C29;
}

.alert.alert-warning {
    color: #614C29;
}

/* Breadcrumb */
.breadcrumb > .active {
    color: #595959;
}

.breadcrumb-item.active {
    color: #595959;
}

/* Pagination */
.pagination > li > a {
    color: #0E587A;
}

.badge {
    background-color: #6b6b6b;
}


.list-group-item.disabled {
    color: #555;
}

.vessel-reg-tracker-section {
    background: rgba(0,0,0,.65);
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.vessel-reg-tracker-section h3,
.vessel-reg-tracker-section h1,
.vessel-reg-tracker-section p {
    color: #fff;
}

/* ADA Overrides End */
