#FormHeader 
{
    top:0; 
    left:0; 
    display:block; 
    width:100%; 
    height:32px; 
    z-index:5; 
    overflow:hidden; 
    padding: 0px 6px 0px 6px; 
    background-color: #EFEFEF; 
    border-bottom: groove 2px; 
    border-top: groove 0px;
}



html, body, form {
    height:100%;
}


#divFormContentSection
{
	font-weight: normal !important;
/*	font-family: Verdana, Arial, sans-serif !important;
	font-size: 12px !important; */
}


.clsFormContentSection 
{
	overflow:hidden; 
   position:absolute;
	z-index:3; 
	top:44px;
   bottom:0px;
    left:0px;
    right:0px;
   
}
.clsDocPage {
	box-sizing: border-box;
	height:100%;
	overflow: auto;
	background:white;
 	scrollbar-color: #8f9096 #eaeaea;
	scrollbar-width: thin;
}


body
{
/* 	font-family: Verdana, Arial, sans-serif !important; */
    font-weight: normal !important;
}

p {
    /* font-size:12px; JAVAD >> disabled to let P inherit the font from parents base on their design in app builder */
    display: block;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: 0;
    margin-right: 0;
    min-height: 14px;
}

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0; 
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
}
.ui-button-icon-only .ui-icon[class*=" fa-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

/* Allow Material Design Icons in lieu of jQuery UI and only apply when using a MDI icon */
.ui-icon[class*=" mdi-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0; 
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
}
.ui-button-icon-only .ui-icon[class*=" mdi-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
    margin-top: -0.75em;
}

.grid-stack.grid-stack-one-column-mode>.grid-stack-item {  
    margin-bottom: 0px !important;   
}


/* Styling for progress bar element */
 div.progress {
    border-radius:25px;
    width:100%;
    position: relative;
    background-color:lightgrey;
    border: 1px solid black;
}
div.progress-bar {
    border-radius:25px;
    height:25px;
    background-color:#0080c0;
    text-align:center;
    line-height:25px;
    color:white;
}

/* Styling for rating element */
span.rating > span:not(.checked) {
	color:lightgrey;
}
span.rating > span.checked {
	color:orange;
}