﻿.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mini {
    font-size: 10pt;
}

.hideMe {
    display: none;
}

.badge-warning {
    background-color: #f39c12 !important;
}
.badge-danger {
    background-color: #e74c3c !important;
}
.badge-success {
    background-color: #18bc9c !important;
}
.badge-info {
    color: #fff !important;
    background-color: #3498db !important;
}
.badge-default {
    color: #fff !important;
    background-color: #95a5a6 !important;
}

/*.alert-warning a, .alert-danger a, .alert-success a {
    color: #90f0d0;
}
.alert-warning a:hover, .alert-danger a:hover, .alert-success a:hover {
    color: #bad8d9;
}*/

legend {
    border-width: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid transparent;
}

.table-underline > thead > tr > th,
.table-underline > tbody > tr > th,
.table-underline > tfoot > tr > th,
.table-underline > thead > tr > td,
.table-underline > tbody > tr > td,
.table-underline > tfoot > tr > td {
    border: 1px solid #ddd;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.label-primary a {
    color: #DFECF0;
}
.label-primary a:hover {
    color: #66CCFF;
}

.strikethrough {
    text-decoration: line-through; 
}