﻿.formviewer-default-flaggedstyle {
	outline: 3px solid yellow;
}

.formviewer-default-validationError {
	outline: 4px solid red;
    outline-style: solid !important;
}

.formviewer-validation-error {
    outline: 4px solid red;   
    outline-style: solid !important;
}

.formviewer-fieldlocks-on
{
	background-image: url(../images/formviewer/Forms-Locked.gif) !important;
	background-repeat: no-repeat;
	background-position:center;
	border-top:none;
	border-bottom:none;
	border-right:1px solid lightgray;
	border-left:1px solid lightgray;
	width: 40px !important;
	height: 28px !important;
	position: relative !important; 
}

.formviewer-fieldlocks-off 
{
	background-image: url(../images/formviewer/Forms-Unlocked.gif) !important;
	background-repeat: no-repeat;
	background-position:center;
	border-top:none;
	border-bottom:none;
	border-right:1px solid lightgray;
	border-left:1px solid lightgray;
	width: 40px !important;
	height: 28px !important;
	position: relative !important; 
}

.formviewer-navmainmenu-right-column
{
	height: 28px; 
	margin-left:-4px !important; 
	background-image: none, linear-gradient(to bottom, #F6F6F6 0px, #EAEAEA 100%); 
	border-bottom-style:solid;  
	border-top-style:solid; 
	border-width:1px; 
	border-color: #C5C5C5;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	color: #2E2E2E; 
}

.ui-datepicker-trigger
{
	display: none !important;
}
.tester {    
  
  background:url(../images/formviewer/ajax-loader.gif) repeat center center !important;
  width: 100%;
  height: 100%;
  cursor: progress;
}

.formviewer-revalidate {
    background-image: url(../images/formviewer/arrow_right.gif) !important;
    background-position: 0 -64px;
}

.formviewer-revalidate-from-beginning {
    background-image: url(../images/formviewer/arrow_up.gif) !important;
    background-position: 0 -64px;
}

.formviewer-contextArea {
    height: auto;
    background-color: blue;
}

.formviewer-validation-context {
    background-color: lightgray;    
    border: 2px solid red;        
}

.formviewer-validation-context-content{
    margin: 5px 5px 5px 5px;
}

.formviewer-validation-navbuttons{
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

.formviewer-lastSaved{
    float: right;
    position: relative;  
    margin-top:7px; 
    margin-right:10.8px; 
    text-align:right;
}

.formviewer-textbox-calcoverride{
    background-color: orange !important;
}