﻿
.aqua {
    BACKGROUND-COLOR: #57c7d4;
}

.blue {
    BACKGROUND-COLOR: blue;
}

.chartreuse {
    BACKGROUND-COLOR: chartreuse;
}

.brown {
    BACKGROUND-COLOR: #a52a2ad4;
}

.greenyellow {
    BACKGROUND-COLOR: #58d8a3; /* #adff2f82;*/
}

.cornflowerblue {
    BACKGROUND-COLOR: #1300eed1; /*#6495edb3;*/
    color: #fff;
}

    .cornflowerblue a {
        color: #f46ab1;
    }

.crimson {
    BACKGROUND-COLOR: #E91E63;
}

.darkorange {
    BACKGROUND-COLOR: darkorange;
}

.darkslateblue {
    BACKGROUND-COLOR: darkslateblue;
}

.deeppink {
    BACKGROUND-COLOR: #e825ee;
}

.lime {
    BACKGROUND-COLOR: lime;
}

.gold {
    BACKGROUND-COLOR: gold;
}

.coral {
    BACKGROUND-COLOR: #f2a654;
}

.yellow {
    BACKGROUND-COLOR: #f6e84e;
}

.white {
    BACKGROUND-COLOR: white;
}

.red {
    BACKGROUND-COLOR: #ff1414;
}
    .red a {
        color: #d0dff0;
    }
.gray {
    background-color: #a6a6a6;
    color: #313233; /*#696969;*/
    font-style: italic;
    /*font-size: x-small;*/
    font-family: Tahoma;
}
    .gray a {
        color: #183791;
    }

.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type="text"], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type="number"], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    padding: 0.875rem 0.675rem;
 /*   display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}