
.monospaced {
    font-family: monospace !important; 
}

.tooltip, .inline-block {
	display: inline-block;
}

.input-validation-error {
	border: 1px solid red !important;
}

.tooltip-icon {
	background-image: url("img/ico_error_validation.png");
	width: 16px;
	height: 15px;
}

.tooltip-alert-icon {
	background-image: url("img/ico_alert_small.png");
	width: 15px;
	height: 15px;
}

.tooltip span {
	display: none;
	position: absolute;
	z-index: 10;
	margin-top:20px; 
	margin-left:-150px; 
	/*width:400px;*/
	box-shadow: 5px 5px 5px #999;
	padding:10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #E7E6DC;
	border: 1px solid #E7E6DC;
	border-radius: 3px;	
}

.tooltip:hover span  {
	display: inline;
}

.tooltip-error {
	margin-left: 0px;
	margin-right: 5px;
	vertical-align: middle;
	display: none;
}

.tooltip-error-icon {
	background-image: url("img/ico_error_validation.png");
	width: 16px;
	height: 16px;
}

.tooltip-error span {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top:20px; 
	margin-left:-150px; 
	width:400px;
	box-shadow: 5px 5px 5px #999;
	padding:10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #FD041B;
	border-radius: 3px;	
}

.tooltip-error-small-right span {
	margin-top:-22px; 
	margin-left:20px; 
	width:auto;
	padding:7px;
}

.tooltip-alert {
	margin-left: 5px;
	vertical-align: middle;
	display: none;
}

.tooltip-alert span {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top:20px; 
	margin-left:-150px; 
	width:400px;
	box-shadow: 5px 5px 5px #999;
	padding:10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #0669b4;
	border-radius: 3px;	
}

.tooltip-alert:hover span {
	display: inline;
}

.tooltip-large-error span {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top:20px; 
	margin-left:-150px; 
	width:450px;
	box-shadow: 5px 5px 5px #999;
	padding:10px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	border: 1px solid #FD041B;
	border-radius: 3px;	
}

.tooltip-error:hover span {
	display: inline;
}

.tooltip-large-error:hover span {
	display: inline;
}

.menu.right a.selected, .bold{
	font-weight: bold;
}

button.button{
	background-image: url("img/button_blue.png");
	border-radius: 5px;
	color:#fff;
	padding: 2px 10px;
	font-size: 12px;
	margin-right: 10px;
	border: 0;
	cursor: pointer;
}

.button{
	background-image: url("img/button_blue.png");
	border-radius: 5px;
	color:#fff !important;
	padding: 2px 10px;
	font-size: 12px;
	margin-right: 10px;
	cursor:pointer;
    white-space: nowrap;
}

.button.selected{
	background-image: url("img/button_orange.png");
}

.button-navigation {
	background-image: url("img/button_gray.png") !important;
}

.button-navigation:hover {
	background-image: url("img/button_blue.png") !important;
}

.button-navigation.selected {
	background-image: url("img/button_orange.png") !important;
}

.button.error{
	background-color: red;
	background-image: none;
}

.button-disabled {
	background-image: url("img/button_gray.png") !important;
	border-radius: 5px;
	color:#fff !important;
	padding: 2px 10px;
	font-size: 12px;
	margin-right: 10px;
	cursor: default;
}

.button-disabled:hover {
	text-decoration: none;
}

.ruleContainer {
    padding: 9px;
    border-bottom: 1px solid #E7E6DC;
}

.scrollableContainer {
    overflow-y: scroll;
    height: 500px;
}

.ruleDragIndicator {
	background-image: url("img/drag_indicator_black.png");
    background-repeat: no-repeat;
	width: 20px;
	height: 50px;
    opacity: 0.5;
    display: inline-block;
}

.statsToolTip {
    visibility: hidden;
    width: 240px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -120px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
}

.statsToolTip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}

.statsErrorBox:hover .statsToolTip {
	visibility: visible;
}

.statsValueDate {
    width: 120px;
    margin-left: 110px;
}

.statsValueBox {
	overflow: hidden;
	background-image: url("img/button_orange.png");
}

.statsErrorBox {
	background-image: url("img/button_blue.png");
}

.redundancy-set {
	border: 1px solid black;
	margin-bottom: 5px;
    font-weight: bold;
    color: black;
}

.primary-instance {
    height: 15px;
    width: 15px;
    background-color: green;
    border-radius: 50%;
}

[data-customTooltip]{
    cursor: pointer;
    position: relative;
}

[data-customTooltip]::after {
    background-color: #fff;
    color: #333;
    font-size:12px;
    font-weight:normal;
    padding: 10px;
    height: fit-content;
    width: 300px;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: attr(data-customTooltip);
    transform: translate(-50%, 110%) scale(0);
    transition: 0.14s;
    border: 1px solid #0669b4;
}

[data-customTooltip]:hover:after {
    display: block;
    transform: translate(-50%, 110%) scale(1);
}

.contentTitle {
	padding: 10px;
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E7E6DC;
	border-bottom: 1px solid #E7E6DC;
	text-transform: uppercase;
}

.redundancyTitle {
	padding: 10px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #E7E6DC;
	border-bottom: 1px solid #E7E6DC;
	text-align: center;
}

.setTitle {
	padding: 10px;
	display: block;
	color: #333;
	font-size: 12px;
	font-weight: mormal;
	color: #333333;
	text-align: center;
}

.activeSet {
    background-color: #beb;
}

.inactiveSet {
    background-color: #bbe;
}
