@charset "utf-8";
/* CSS Document */
body { margin: 0px; font-family: sans-serif, Tahoma, Geneva; font-size: 14px; }
#txtcolor {
	color: #4169E1;
	font-weight:bold;
}
#whiteTxtColor {
	color: #FFF;
}
.manualTxtDefault {
	color: black;
}
.manualTxtDefault:hover {
	text-decoration: none;
}
#popupdivs {
background: #F0FFF0;
border: 1px solid DeepSkyBlue;
width: 95%;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#accessTable {
	background:#F0F8FF;
	width:800px;
	height:400px;
}
.table-sm{
  font-size: 11px;
  /*width: 90% !important;*/
}
#tmplink {
	color: RoyalBlue;
	text-decoration: none;
    border-bottom:none; 
	cursor: pointer;
	/** border-bottom: 1px #97C8E5 dotted **/;
}

#tmplink:hover {
	text-decoration: none;
	color: #005880;
}

.reviewContentContainer{

	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	float:right;
}

.m-progress-bar {
		min-height: 1em;
		background: #c12d2d;
		width: 5%;
	}

/*FAST SELECT*/
.fstElement { font-size: 1.2em; }
.fstToggleBtn { min-width: 16.5em; }

.submitBtn { display: none; }

.fstMultipleMode { display: block; }
.fstMultipleMode .fstControls { width: 100%; }
/*END FAST SELECT */

#pageContentDisplayTable {
    border-collapse: collapse;
    width: 100%;
	background-color:#F5F5F5;
	color:#696969;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	
}

#pageContentDisplayTable tr, #pageContentDisplayTable td {
	vertical-align:top;
	padding: 5px;
}




#pageContentDisplayTableForm
{
	width: 75%;
	border-collapse: collapse;
	text-align: left;
	background-color:#F5F5F5;
	color:#696969;
}

#pageContentDisplayTableForm td
{
	font-family: Arial, Verdana, Palatino, Tahoma, Helvetica, Courier New, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	padding-left: 4px;
}

.fmReview-style-2{
	max-width: 100%;
	padding: 10px 6px 5px 10px;
	color:#696969;
	font: 12px Arial, Verdana, Palatino, Tahoma, Helvetica, Courier New, sans-serif;
}
.fmReview-style-2-heading{
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	padding-bottom: 3px;
}
.fmReview-style-2 label{
	display: block;
	margin: 0px 0px 15px 0px;
}
.fmReview-style-2 label > span{
	width: 250px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
.fmReview-style-2 span.fmRequire{
	color:red;
}
.fmReview-style-2 .fmTel-number-field{
	width: 24%;
	text-align: center;
}
.fmReview-style-2 input.fmInput-field, .fmReview-style-2 .fmSelect-field{
	width: 48%;	
}
.fmReview-style-2 input.fmInput-field, 
.fmReview-style-2 .fmTel-number-field, 
.fmReview-style-2 .fmtextarea-field, 
 .fmReview-style-2 .fmSelect-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: 1px 1px 4px inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: 1px 1px 4px inset 0 1px 1px rgba(0,0,0,.075);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.fmReview-style-2 .fmInput-field:focus, 
.fmReview-style-2 .fmTel-number-field:focus, 
.fmReview-style-2 .fmtextarea-field:focus,  
.fmReview-style-2 .fmSelect-field:focus{
	border: 1px solid #66afe9;
}
.fmReview-style-2 .fmtextarea-field{
	height:100px;
	width: 100%;
}

.fmReview-style-2 input[type=submit],
.fmReview-style-2 input[type=button]{
	border: none;
	padding: 8px 15px 8px 15px;
	background: #FF8500;
	color: #696969;
	box-shadow: 1px 1px 4px #DADADA;
	-moz-box-shadow: 1px 1px 4px #DADADA;
	-webkit-box-shadow: 1px 1px 4px #DADADA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.fmReview-style-2 input[type=submit]:hover,
.fmReview-style-2 input[type=button]:hover{
	background: #EA7B00;
	color: #696969;
}