﻿.form-group.required label:after { 
   content:" *";
   color:red;
}

.form-group.required .rblist label:after { 
   content:"";
}

.rblist label,
.chkTree label
{
    font-weight: normal;
}

/* Multichoice selection list tree */
ul.chkTree, ul.chkTree ul
{
	margin: 0; padding: 0;
	list-style-type: none;
}

ul.chkTree li ul li
{
	margin: 0 0 0 10px;
	color: #555555;
}


span.chkTreeHeading 
{
	
}

label.Error		{ color: #FF0000; }


div#overlaySaving 
{

	position: fixed; top: 0; left: 0; bottom: 0; right: 0;
	z-index: 1001;
	background-color: #BBB;
	opacity:0.90; filter:alpha(opacity=90);
}
    
    div.overlaySavingMessage
{
	position: absolute;
	top: 10%; left: 10%; right: 10%; height: 230px;
	background-color: #fff;
	text-align: center;
}
    
    
    
.tooltip-inner {
    max-width: 200px;
    /* If max-width does not work, try using width instead */
    width: 200px; 
}

@media (min-width: 576px) {
	.accordion-after-delete::after {
		display: none;
	}
}