﻿.card_input {
    /* Used for jQuery */
}

.linkish {
    /* Resemble a link */
    color: #217cbc;
    font-weight: 400;
    text-decoration: none;
}

    .linkish:hover {
        color: #cf4e16;
    }

input.inval, select.inval {
    background-color: #ffcccc !important;
    border: 1px solid #ff0000 !important;
}

label.inval {
    color: #ff0000 !important;
}

ul.inval > li > label {
    color: #ff0000 !important;
}

div.inval > div > input {
    background-color: #ffcccc !important;
    border: 1px solid #ff0000 !important;
}

.error {
    color: Red;
    font-weight: bold;
}

span.single-validator {
    display: none;
}

div.summary-validator {
    color: Red;
    font-weight: bold;
}

    div.summary-validator ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        div.summary-validator ul li {
            display: none;
        }

.simplePagerNav {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.pagi /* Pagination Buttons */ {
    margin: 0 !important;
    padding: 0 !important;
}

.pwreports_page_only {
    display: none;
}

.pwreports_header {
    text-transform: uppercase;
}

.bolder {
    font-weight: bolder;
}

.bold {
    font-weight: bold;
}

