﻿a {
    text-decoration: none;
}

    a:hover {
        background-color: #fbdc30;
    }

th {
    background-color: #fbf7f7 !important;
}

/*datatable override*/
table.display tr:hover {
    background-color: papayawhip;
    /*color: black;*/
}

.frm label {
    /*margin-bottom: 0.25rem;*/
    /*font-size: 1rem;*/
    margin-bottom: 2px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}

.Approved {
    color: #029b00 !important;
}

.Rejected {
    color: #ff0000 !important;
}

.True {
    color: green !important;
}

.False {
    color: #ff0000 !important;
}

.Generic {
    background-color: #FFF2CC !important;
}

.Beauty {
    background-color: #fecefe !important;
}

.Hairdressing {
    background-color: #bdd6ee !important;
}

.Learner {
    background-color: antiquewhite;
}

.cb td label {
    padding-left: 5px;
}

.required:before {
    content: "*\00a0";
    color: red;
}


.orange {
    background-color: #FFA500 !important;
}

    .orange a {
        color: #444444;
    }

.yellow {
    background-color: #FFFF00 !important;
}

.green {
    background-color: #008000 !important;
    color: white !important;
}

    .green a {
        color: white !important;
    }

.silver {
    background-color: silver;
}

.red {
    background-color: red !important;
    color: white;
}

    .red a {
        color: white !important;
    }

.amber {
    background-color: orange !important;
    color: white !important;
}

    .amber a {
        color: white !important;
    }

.blue {
    background-color: #0082C8;
    color: white;
}

    .blue a {
        color: white;
    }

.black {
    background-color: #333333 !important;
    color: white;
}

    .black a {
        background-color: #333333 !important;
        color: white !important;
    }

.red-c {
    color: red !important;
}

    .red-c a {
        color: red;
    }

.green-c {
    color: #029b00 !important;
}

    .green-c a {
        color: #029b00;
    }

.grey-c {
    color: grey !important;
}

    .grey-c a {
        color: grey !important;
    }

.Pass {
    background-color: #86e186 !important;
    /*color: white !important;*/
}

.Ready {
    background-color: #FFA500 !important;
    /*color: white !important;*/
}

.Fail {
    background-color: red !important;
    color: white !important;
}

.Verified {
    background-color: #0082C8 !important;
    color: white !important;
}


/* Pivot
---------------------------*/

table.pvt {
    border-spacing: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
    font-family: Arial;
}

.pvt td {
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.pvt th {
    background-color: #C0C0C0;
    border: 1px solid #808080;
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.pvt a {
    text-decoration: none;
}

.pvt th.mandatory {
    color: red;
}

.pvt th.optional {
    color: green;
}


/*  Pager
---------------------------*/

.pager {
    padding: 4px;
    background: #FFA500;
    border-radius: 4px;
    text-align: center;
}

.pager-2 {
    background-color: #ECECEC;
    border-radius: 5px;
    color: #006699;
    font-size: 13px;
    padding: 2px 12px;
    border: 1px solid silver;
    text-align: center;
}

.page-index {
    background-color: #ECECEC;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    min-width: 14px;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0;
    border: 1px solid #585858;
}

    .page-index:hover {
        background-color: #0082C8;
        border-color: #444444;
        color: #FFFFFF;
    }

.pager-2 .current {
    background-color: #666666;
    border-color: #444444;
    color: #FFFFFF;
    cursor: default;
}

.select-row {
    background-color: orange !important;
}

    .select-row a {
        color: black;
    }
/*--------*/

.pger {
    padding: 4px;
    background: #ECECEC;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}
