﻿.frm-inline {
	display: inline-block;
	color: white;
	font-weight: 700;
	cursor: pointer;
}

.spbilling {
	color: white;
	font-weight: 600;
	cursor: pointer;
}

.sptoken {
    color: black;
    font-weight: 700;
    cursor: pointer;
}

.frm-token {
    display: inline-block;
    color: black;
    font-weight: 700;
    cursor: pointer;
}

.text-underline {
	text-decoration: underline;
}

.text-red {
	color: red;
}

.marginless-125 {
	margin-left: -125px;
}

.tooltip-primary ~ .tooltip > .tooltip-inner {
	background-color: blue;
}

.tooltip-primary ~ .tooltip > .tooltip-arrow {
	border-bottom-color: blue;
}

.red-tooltip + .tooltip > .tooltip-inner {
	background-color: #f00;
}

.red-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color: #f00;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
	border-top-color: #7abcff;
}

.padding-10 {
	padding: 10px 10px 10px 10px;
}

.marginless-10 {
	margin-left : -10px;
}

.marginless-15 {
	margin-left: -15px;
}

.cursor {
	cursor: pointer;
}

/*label::after {
	content: ": "
}*/