
.indexPanel .panel-body {
    text-align: center;
}

.indexPanel A.btn {
    margin-top: 7px;
    margin-bottom: 7px;
}


.prevLink {
    float: left;
}

.nextLink {
    float: right;
}

/* Colour coded options for customers */

.opt-box {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 3px;
    border: solid 1px #ccc;
    vertical-align: middle;
    padding-top: 27px;
}

.options div.checkbox {
    text-align: left;
    padding-top: 0px;
}

.options .checkbox label + label {
    margin-left: 3px;
}

.options .checkbox input[type=checkbox] {
    position: static;
    margin-right: 10px;
}

/*  Bootstrap Theme Overrides  */

A, A:visited {
    color: #0c9d7e;
}

A:hover, A:active {
    color: #b50804;
}

A.btn {
    color: white;
}

A.btn-default {
    color: #0c9d7e;
}


/* Desktop Navbar */
.navbar-default {
    background-color: #0c9d7e;
}

.navbar-default .navbar-nav > LI > A {
    color: white;
}

.dropdown-menu {
    background-color: #0c9d7e;
}

/* Mobile Navbar */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #b50804;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}


.btn-primary {
    background-color: #0c9d7e;
    color: white;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #b50804;
}


#myTab A {
    color: black;
    font-weight: bold;
}

#signature {
    border: #ccc solid 1px;
}

/* ---- Sort ---- */

table.sortable>thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable th {
    position: relative;
}

table.sortable th a:hover, table.sortable th a:active {
    color: inherit;
    text-decoration-line: none;
}

table.sortable th.sorted:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;

    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    color: #bfbfc1;
}

table.sortable th.up:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}
