
.divTableCell, .divTableHead {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

#MyChart {
	width: 100%;
	background-color: white;
	color: black;
}

#MyChart a {
	color: black;
}

a {
	color: white;
}



textarea {
	width: 100%;
	overflow: auto;
	resize: vertical;
	text-align: center;
}

.btn-primary:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn-primary {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
	margin: 30px 0 15px 0;
	color: gray;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}



.btn-block {
	display: block !important;
	margin: 0 auto !important;
	text-transform: uppercase;
}


/* GRAPH */
.box {
	background: transparent;
	display: inline-block;
	padding: 20px;
	border-radius: 40px;
	border: 1px solid #e6e6e6;
	margin: 10px;
	width: 250px;
}


.line {
	color: white;
	margin: 1px;
	padding: 0;
	font-size: 16px;
}

red {
	color: red;
}

orange {
	color: orange;
}

green {
	color: limegreen;
}

gray {
	display: inline-block;
	width: 30px;
	color: gainsboro;
	text-align: center;
}

black {
	display: inline-block;
	width: 30px;
	color: black;
	background: gainsboro;
	text-align: center;
}

grayactive {
	display: inline-block;
	width: 30px;
	color: white;
	background: green;
	text-align: center;
}

grayerror {
	display: inline-block;
	width: 30px;
	color: white;
	background: red;
	text-align: center;
}

graywarning {
	display: inline-block;
	width: 30px;
	color: white;
	background: orange;
	text-align: center;
}

smal {
	font-size: 12px;
}




.graphrow {
	max-width: 900px;
	margin: 0 auto;
}



/* DivTable.com */
.divTable {
	display: table;
	width: 100%;
	padding: 33px 0 33px 0;
}
.divTableRow {
	display: table-row;
	font-size: 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 5px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#ajax {
	width: 100%;
	display: contents;
}