html
{
	height:100%;		
}

body
{	
	background: #466368;
	background: linear-gradient(to right, #f6f1d3, #648880 100%, #293f50);
	border-radius: 6px;
}

/*******************TextBox Effect**********************/

.ManualText
{
	 padding: .5em .25em;	
	  font-size: 11pt;
	  border: 1px solid #FF9900;
	  outline: none;
	  -webkit-transition: all 0.25s;
	  -moz-transition: all 0.25s;
	  -ms-transition: all 0.25s;
	  -o-transition: all 0.25s;
	  transition: all 0.25s;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  font-family: Verdana;
}
.ManualText:focus
{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	border: 1px solid purple;	
}
.ManualText::-moz-placeholder
{
	color: #999;
	opacity: 1;
}
.ManualText:-ms-input-placeholder
{
	color: #999;
}
.ManualText::-webkit-input-placeholder
{
	color: #999;
}

.fontNew
{
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;	
	color:Black;
}

/*******************Button Effect**********************/

.btn1
{
	/* display: inline-block;*/
	height: 23px;
	padding: 2px 5px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn
{
	/* display: inline-block;*/
	height: 28px;
	padding: 3px 8px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus
{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus
{
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active
{
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.td-primary
{
	font-family: Verdana;
	color: White;
	font-size: 14px;
	background-color: #354354;	
}

.btn-primary
{
	font-family: Verdana;
	color: White;
	font-size: 14px;
	background-color: #354354;	
	width:100px;
	height:35px;
	border-radius:5px;
	
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
	color: Yellow;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active
{
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge
{
	color: #337ab7;
	background-color: #fff;
}

/*******************Panel Effect**********************/

.panel
{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent red;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body
{
	padding: 0px;
	width:100%;	
	height:645px;
	/*background: #466368;
	background: linear-gradient(to right, #f6f1d3, #648880 100%, #293f50);*/
}
.panel-heading
{
	padding: 5px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle
{
	color: inherit;
}
.panel-title
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a
{
	color: inherit;
}
.panel-footer
{
	width: 100%;	
	background-color: #354354;
	background-attachment: scroll;
	background-position: 0% 0%;
	position: fixed;
	bottom: 0pt;
	left: 0pt;
	vertical-align:middle;
}
.panel-footer .footertext
{
	font-size: 8pt; 
	font-family: Verdana; 
	color:White; 
	padding:5px;
}


.panel-primary
{
	border-color: #337ab7;
}
.panel-primary > .panel-heading
{
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body
{
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge
{
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body
{
	border-bottom-color: #337ab7;
}

.WaterMark { float: left; margin: 0px 3px 2px 0; padding: 4px; border: 1px solid #BEBEBE; background-color: #F0F8FF;color: gray; font-size: 14px; height:15px; width:200px; }
.WaterMark1{ float: left; margin: 0px 3px 2px 0; padding: 4px; border: 1px solid #BEBEBE; background-color: #F0F8FF;color: gray; text-align:left; width:200px;}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}


#grad1 {    
    text-shadow: 2px 2px 5px green;
    font-weight:bold; 
    font-size:x-large; 
    color:White; 
    font-family:Sitka Text
}

#grad2
{
	padding: 5px 10px;
	border-bottom: 1px solid transparent;
	background: #354354; 
	border-radius : 6px;
}

#grad3
{
	height:90px;
	border-bottom: 1px solid transparent;
	background: #354354; 
	border-radius : 0px;
}

.tbl
{		
	background: #278;
	border-radius : 6px;
	width:100%;
}

.hide-show {  
    
  display: none;
}
.hide-show span {
  background: #1fd100;
  font-size: 1em;
  padding: .5em;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.title-name
{	
	font-size: 10pt; 
	font-family: Verdana; 
	color:White; 
}

.divMain
{
	padding: 40px 10px 0 75px;
}
.divFiledset
{
	border-radius:5px; 
	border : 1px dotted yellow;
	text-align : left;
}

.flexBox {
	padding: 0;
	border-width: 1px 1px 1px 1px;
	border-color: Yellow;
	border-style: solid;
	text-align : center;
	font-size: 10pt; 
	font-family: Verdana;
	color:White; 
}
