﻿.liteUI > .liteUI ul, .liteUI > .liteUI ol { padding-bottom: 1px; }
.liteUI > .liteUI ul li, .liteUI > .liteUI ol li, ul.utilUL li ol li, ul.utilUL li ul li {
	position: relative; display: block;
	padding: 0 0 4px 15px;
	line-height: 1.6;
	list-style: none!important;
}
.liteUI > .liteUI ul li:before, .liteUI > .liteUI ol li:before,
ul.utilUL li ol li a:before, ul.utilUL li ul li a:after {
	content: '» ';
	vertical-align: text-bottom;
	position: absolute; display: block;
	left: 0px; top: 0px;
	color: #c56f02; font-size: 15px; line-height: 1;
	letter-spacing: .2em; 
}

.liteUI > .liteUI ul li {
	*background: url(http://deltadentalma.com/App_Themes/DentaQuest/library/images/ui/orangeArrow.png) 0 6px no-repeat;
}

.liteUI > .liteUI fieldset ul li {
    *background: none;
}

.orangeArrow {
    color: #C56F02;
    font-size: 14px;
    letter-spacing: 0.2em;
}
.liteUI > .liteUI ol li, ul.utilUL li ol li, ul.utilUL li ul li { color: #0070b0; }
.liteUI > .liteUI ol li:before, ul.utilUL li ol li a:before { color: #a8c535; }

/*big UI for ol */
.liteUI > .liteUI ol.bigUI { }
	.liteUI > .liteUI ol.bigUI li:before { content: ''; }
	.liteUI > .liteUI ol.bigUI li { padding-bottom: 15px; border-bottom: 1px solid #dfdfdf; margin-bottom: 20px; }
	.liteUI > .liteUI ol.bigUI.calc li { padding-bottom: 0px; margin-bottom: 25px; }
	.liteUI > .liteUI ol.bigUI li:last-child { margin-bottom: 0px; border-bottom: none; }
		ol.bigUI li > label { position: relative; display: block; cursor: default; line-height: 1.6; }
			ol.bigUI li label big { position: absolute; left: -60px; width: 34px; height: 34px; line-height: 34px;
				white-space: nowrap; text-align: center; border: 3px solid #fff; display: block;
				background: #40a01e url(../../../../App_Themes/DeltaMass/library/images/ui/greengradient.png) center top repeat-x;
				background-size: cover;
				border-radius: 20px; box-shadow: 2px 2px 4px -1px #aaa; color: #fff; font-size: 20px;
				behavior: url(../../../../App_Themes/DentaQuest/library/CSS3PIE/PIE.htc);
				font-family: "Georgia", ScalaOTRegular, "Times New Roman", Arial;
				font-weight: normal;
			}
			ol.bigUI li label big:active {
				background: #40a01e url(../../../../App_Themes/DeltaMass/library/images/ui/greengradient.png) center top repeat-x; }
		.liteUI > .liteUI ol.bigUI li a { }
/*liteUI fieldset parent */
.liteUI article > div > fieldset, .liteUI article > div > div > fieldset, .EditingFormTable {
	display: block; position: relative;
	background: #e9e9e9;
	padding: 25px 0 35px 0;
	margin: 12px 0;
}
	.liteUI article > div > fieldset > label, .liteUI article > div > div > fieldset > label {
		min-width: 200px; width: 26%; height: 39px;
		vertical-align: text-top;
		display: block; float: left; position: relative;
		color: #ffffff; text-transform: uppercase;
		font-size: 17px; font-weight: 700; line-height: 20px;
		background: #36bfd9 url(../../../../App_Themes/DentaQuest/library/images/ui/gradients.png) top left repeat-x;
		background-size: contain;
		box-shadow: 2px 2px 4px #bcbcbc;
		behavior: url(../../../../App_Themes/DentaQuest/library/CSS3PIE/PIE.htc);
		padding: 8px 10px 8px 60px;
		margin-bottom: 44px;
}

.bigUI ul, 
.bigUI ol { margin: 1em 0; padding: 0 0 0 40px; }


.widgetArea strong
{
    font-weight: bold;
}
.widgetArea .button
{
    margin-left: 40px;
}

.widgetArea ol li
{
    padding-bottom: 0px;
    margin-bottom: 25px;    
    border-bottom: 1px solid #DFDFDF;    
}

.widgetArea ol li:last-child
{
    margin-bottom: 0px;
    border-bottom: none;
}


.widgetArea .error
{
    position: relative;
    background: #67BB49;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
    display: inline-block;
    padding: 4px 10px;
    border-top: 1px solid #67BB49;
    border-bottom: 1px solid #67BB49;
    border-radius: 5px;
}

.widgetArea .error::before
{
    top: -7px;
    right: 75%;
    border-color: #67BB49 transparent;
    border-width: 0 7px 7px 7px;
    position: absolute;
    display: block;
    content: '';
    background: transparent;
    border-style: solid;
}

.widgetArea .answer {
    display: block;
    opacity: 1.0;
    position: relative!important;
    padding: 15px 5%;
    width: 80%;
    max-width: 560px;
    margin: 15px 0 30px 0;
    font-weight: normal;
    text-align: left;
    z-index: 112;
    min-width: 280px;    
    background-color: whiteSmoke;
    background-color: rgba(248, 248, 248, 0.9);
    border-radius: 7px;
    box-shadow: 0 0 25px #AAA;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.4);

}

.widgetArea .answer::after 
{
    content: '';
    display: block;
    position: absolute;
    left: 6%;
    top: -7px;
    border-style: solid;
    border-color: white transparent;
    border-width: 0 7px 7px 7px;
    background: transparent;
}
