h1, h2 {color: #006D98 !important;}
#csckbstatusversion {
    text-align: right;}
#paramerror {
    font-weight: bold;
    background-color: #ffd0d0;}
#operationOK {
    font-weight: bold;
    background-color: #d2fcd6;}
.advise {
    background-color: #d0ffd0;}
.reserve {
    background-color: #ffffc0;}
.dns {
    background-color: #ffd0d0;}
.boatlisttitle {
    color: #292d96;}
.boattypelist {
    float: right;
    text-align: left;}
.selectboattype {
    background-color: #ffffff;
    border-color: #2384d3;
    border-width: 2px;
    border-style: solid;}
.boatlistadvice {
    background-color: #d0ffd0;}
.boatlistreserved, .notification-warning {
    background-color: #ffffc0;}
.notification-warning {display: none;}
.boatlistdns {
    background-color: #ffd0d0;}
.boatlisttop {
    border-top-style: solid;
    border-top-width: 3px;}
.boatlistheader-id {
    width: 30px;
    text-align: center;}
.boatlistheader-boat {
    width: 140px;
    text-align: left;}
.boatlistheader-openissues {
    width: 105px;
    text-align: center;}
.boatlistheader-dns {
    width: 40px;
    text-align: center;}
.boatissuefixed {
    background-color: #d0ffd0;}
.boatissuenotfixed {
    background-color: #ffffc0;}
.boatissuedns {
    background-color: #ffd0d0;}
.boatissueheader-id {
    width: 30px;
    text-align: center;}
.boatlistheader-button {
    width: 50px;}
.boatissuetop {
    border-top-style: solid;
    border-top-width: 2px;}
.issuesummary {
    border-style: solid;
    border-width: 2px;
    border-color: #2384d3;}
.info-image {
    cursor: pointer;}
.notification-details {
    width: 500px;
    height: 75px;}
.notification-label {
    font-weight: bold;}
.space-above {
    margin-top: 50px;}

.yesno {
    width: 70px;}
.table-left {
    text-align: left;}

.display-boat-modal.complete {
    background-color: #e7ffff !important;
    }

#display-edit-notification {
    border-style: solid;
    border-width: 2px;
    border-color: #2384d3;}

/* The standalone checkbox square*/
.checkboxissue {
    width:15px;
    height:15px;
    border: 1px solid #000;
    display: inline-block;
}

/* This is what simulates a checkmark icon */
.checkboxissue.checkedissue:after {
    content: '';
    display: block;
    width: 4px;
    height: 7px;

    /* "Center" the checkmark */
    position:relative;
    top:2px;
    left:3px;

    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
div.issue-data{
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}

/* Disable the Display Limit in the Footer Pagination */
.limit {
    display: none;}

