body {
    background-image: url(../images/background-gray-hue.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*font-size: .8em !important;*/
}
.table {
	font-size: .8em !important;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.autocomplete-suggestions { border: 1px solid #999; color: #fff; background: #101010; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #333; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.table-striped tbody tr:nth-child(odd):hover td.color-00,
.table-striped tbody tr:nth-child(even):hover td.color-00 {
	background: #d6d6d6;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-01,
.table-striped tbody tr:nth-child(even):hover td.color-01 {
	background: #a0bfcc;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-02,
.table-striped tbody tr:nth-child(even):hover td.color-02 {
	background: #90b6cc;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-03,
.table-striped tbody tr:nth-child(even):hover td.color-03 {
	background: #82adcc;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-04,
.table-striped tbody tr:nth-child(even):hover td.color-04 {
	background: #73a4cc;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-05,
.table-striped tbody tr:nth-child(even):hover td.color-05 {
	background: #709ac3;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-06,
.table-striped tbody tr:nth-child(even):hover td.color-06 {
	background: #7c8eb1;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-07,
.table-striped tbody tr:nth-child(even):hover td.color-07 {
	background: #88809d;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-08,
.table-striped tbody tr:nth-child(even):hover td.color-08 {
	background: #967187;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-09,
.table-striped tbody tr:nth-child(even):hover td.color-09 {
	background: #aa5c68;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-10,
.table-striped tbody tr:nth-child(even):hover td.color-10 {
	background: #b64548;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-11,
.table-striped tbody tr:nth-child(even):hover td.color-11 {
	background: #af393c;
	color: #000000;
}
.table-striped tbody tr:nth-child(odd):hover td.color-12,
.table-striped tbody tr:nth-child(even):hover td.color-12 {
	background: #a82d30;
	color: #FFFFFF;
}
.table-striped tbody tr:nth-child(odd):hover td.color-13,
.table-striped tbody tr:nth-child(even):hover td.color-13 {
	background: #9f2023;
	color: #FFFFFF;
}
.table-striped tbody tr:nth-child(odd):hover td.color-14,
.table-striped tbody tr:nth-child(even):hover td.color-14 {
	background: #961114;
	color: #FFFFFF;
}

.table-striped > tbody > tr:nth-child(odd) > td.color-01,
.table-striped > tbody > tr:nth-child(even) > td.color-01 {
	background: #c8efff;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-02,
.table-striped > tbody > tr:nth-child(even) > td.color-02 {
	background: #b5e4ff;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-03,
.table-striped > tbody > tr:nth-child(even) > td.color-03 {
	background: #a3d9ff;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-04,
.table-striped > tbody > tr:nth-child(even) > td.color-04 {
	background: #90ceff;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-05,
.table-striped > tbody > tr:nth-child(even) > td.color-05 {
	background: #8dc1f4;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-06,
.table-striped > tbody > tr:nth-child(even) > td.color-06 {
	background: #9bb2de;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-07,
.table-striped > tbody > tr:nth-child(even) > td.color-07 {
	background: #aaa1c5;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-08,
.table-striped > tbody > tr:nth-child(even) > td.color-08 {
	background: #bc8ea9;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-09,
.table-striped > tbody > tr:nth-child(even) > td.color-09 {
	background: #d57482;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-10,
.table-striped > tbody > tr:nth-child(even) > td.color-10 {
	background: #e4575a;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-11,
.table-striped > tbody > tr:nth-child(even) > td.color-11 {
	background: #db484c;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-12,
.table-striped > tbody > tr:nth-child(even) > td.color-12 {
	background: #d2393d;
	color: #FFFFFF;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-13,
.table-striped > tbody > tr:nth-child(even) > td.color-13 {
	background: #c7292c;
	color: #FFFFFF;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-14,
.table-striped > tbody > tr:nth-child(even) > td.color-14 {
	background: #bc161a;
	color: #FFFFFF;
}
/* Red to green to yellow to blue
.table-striped > tbody > tr:nth-child(odd) > td.color-01,
.table-striped > tbody > tr:nth-child(even) > td.color-01 {
	background: #008de1;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-02,
.table-striped > tbody > tr:nth-child(even) > td.color-02 {
	background: #2ba1be;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-03,
.table-striped > tbody > tr:nth-child(even) > td.color-03 {
	background: #81c878;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-04,
.table-striped > tbody > tr:nth-child(even) > td.color-04 {
	background: #56b49b;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-05,
.table-striped > tbody > tr:nth-child(even) > td.color-05 {
	background: #acdc55;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-06,
.table-striped > tbody > tr:nth-child(even) > td.color-06 {
	background: #d7ef32;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-07,
.table-striped > tbody > tr:nth-child(even) > td.color-07 {
	background: #ede721;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-08,
.table-striped > tbody > tr:nth-child(even) > td.color-08 {
	background: #eec424;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-09,
.table-striped > tbody > tr:nth-child(even) > td.color-09 {
	background: #efa027;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-10,
.table-striped > tbody > tr:nth-child(even) > td.color-10 {
	background: #f07c2a;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-11,
.table-striped > tbody > tr:nth-child(even) > td.color-11 {
	background: #f1592d;
	color: #000000;
}
.table-striped > tbody > tr:nth-child(odd) > td.color-12,
.table-striped > tbody > tr:nth-child(even) > td.color-12 {
	background: #f23530;
	color: #000000;
}
*/

.grayPicture
{
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.font-red {
	color: red;
}
.font-yellow {
	color: yellow;
}
.font-orange {
	color: orange;
}
.font-green {
	color: green;
}
.font-blue {
	color: blue;
}

.font-purple {
	color: purple;
}
