div.modal-header,
button, .button,
.btn-primary,
th,
.startCountdown,
p.supersetnumber,
.input-group-text
{
	background-color: #01AEEA;
}

div.dropdown-menu
{
	backdrop-filter: blur(5px);
	background-color: rgba(0,0,0, .777);
	
	/*background-color: rgba(0.666, 115.884, 155.844, 0.750);*/
}

nav.navbar
{
	background-color: rgba(1, 174, 234, 1.00);
}

tbody.summary
{
	background-color: rgba(1, 174, 234, 0.666);
}

tbody.add-set {
	border-top-color: #01AEEA}

tr.isCurrent
{
	background-color: rgba(1, 174, 234, 0.250) !important;
}

p#invalid,
div.comment,
table,
td.rest hr,
td.setGroup,
tr.newSubgroup td,
div.container select,
div.container-fluid select,
.startCountdown,
.footer hr,
div.dropdown-menu,
div.modal-content,
td.rest span:before,
td.rest span:after,
div.block, div.superset,
.form-control, .form-control:focus
{
	border-color: #01AEEA}

button.navbar-toggler span.navbar-toggler-icon
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2301AEEA' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

a,
div.comment,
th .calculateOneRm,
td.rest,
td.setGroup,
#workoutSelection optgroup,
.footer a
{
	color: #01AEEA;
}

a:hover
{
	color: rgb(0.666, 115.884, 155.844);
}

#timer,
#recommendation
{
	background-color: rgba(1, 174, 234, 0.666);
}

tr.continueAt {
	background-color: rgba(1, 174, 234, 0.666) !important;
}

td.set-comment {
	color: #01AEEA}

/* SCROLLBAR */

::-webkit-scrollbar-button
{
	background-color: #01AEEA;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #01AEEA;
}

