/*.table-format {
	color: red;
	white-space: nowrap;
}*/
td {
	
	white-space: nowrap;
	font-size: 15px;
	padding: 2px!important;
}
tr {
	
	white-space: nowrap;
	font-size: 15px;
	padding: 2px !important;
}

/*.confirmed {
	background-color: green;
	color: white;
	padding: 2px;
}

.canceled {
	background-color: red;
	color: white;
	padding: 2px;
}
.quote {
	background-color: blue;
	color: white;
	padding: 2px;
}*/

.active {
/*double click*/
	color: #3c83bf;

}

.activee {
/*checkbox*/
	background-color: #87CEEB !important;
	
}

.active-select{
    background-color:#ced3ee;
    color: #010008;
}


th:nth-child(3), td:nth-child(3)
{
  position:sticky;
  left:0px;
  background-color:#f5f5f5;
}

td:nth-child(9) {
	color: black;
  	background-color:#ffff;
}

table.table>tbody>tr:hover td,
table.table>tbody>tr:hover th {
  background-color: #87CEEB !important;
}

.charge-inputs {
	display: inline-block;
	width: 100px;
	float: right;

}

.charge-spans {
	margin-top: 10px;
	display: inline-block;
	padding-right: 20px;
}

.div-charge-styles {
	float: right;
}





