input {
	border: 0;
	margin: 0;
	padding: 6px;
	border: solid 1px #ccc;
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Button Styling */

input[type="submit"] {
	background:#25A6E1;
	padding:6px 10px;
	color:#fff;
	font-size:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9;
	-webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
	box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}

input[type="submit"]:hover {
	background-color:#5CCD00;
	padding:6px 10px;
	color:#fff;
	font-size:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #459A00;
	cursor: pointer;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}

@-webkit-keyframes pulsate{
	
	0%   { color: #ddd; text-shadow: 0 0 0 #fff; }
	50%  { color: #fff; text-shadow: 0 0 0 #fff, 0 0 5px #fff, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 0 0 #fff; }
}
		
@keyframes pulsate
{
	0%   { color: #ddd; text-shadow: 0 0 0 #fff; }
	50%  { color: #fff; text-shadow: 0 0 0 #fff, 0 0 5px #fff, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 0 0 #fff; }
}

input .placeholder {
	-webkit-box-sizing: border-box;
	overflow: hidden;
	padding-left: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

textarea {
	border: 0;
	margin: 0;
	padding: 6px;
	border: solid 1px #ccc;
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

select {
	border: 0;
	margin: 0;
	padding: 6px;
	border: solid 1px #ccc;
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}


.button {
 padding: 5px 5px;
	background: #4479BA;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px
		rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
 
 }
 .button:hover {
	background: #356094;
	border: solid 1px #2A4E77;
	text-decoration: none;
}

.button:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}

h1.form-header {
	color: #58656E;
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

table.form-table {
	/*padding: 15px 15px 15px 15px;*/
	padding: 5px;
	margin: 0px;
	background: url(../images/form-box-bg.png) repeat-x bottom;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px #dfdcdc solid;
	
}

/* --------------------------------------------------------------------------------------------------------------- */
/* View Page Design Related */

table.view-form label {
	font-weight: bold;
	font-style: normal;
	font-size: 11px ;
	color: black;
}

table.view-form td {
	padding: 6px;
	padding-right: 10px;
	color: black;
}

table.view-form .form-label {
	background-color: #E2E4FF;
}

table.view-form .form-value {
	background-color: rgb(244, 244, 255);
}

input[class="delete-button"] {
	background:rgb(255, 74, 29);
	padding:6px 10px;
	color:#fff;
	font-size:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid rgb(255, 56, 6);
	-webkit-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
	box-shadow: rgba(0, 0, 0, .75) 0 2px 6px;
}

input[class="delete-button"]:HOVER {
	background-color:#5CCD00;
	padding:6px 10px;
	color:#fff;
	font-size:15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #459A00;
	cursor: pointer;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
	
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}

table.form-table td {
	padding-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
}

table.form-table label{
	font-weight: bold;
	COLOR: #A31947;
}

.readonly-field{
	border-radius: 3px;
	 background-color:#E6E6E6;; 
}

table.view-form tr{
	height: 22px;
	}


.optional {
	color: #999999;
	font-size: x-small;
}

.myDialog.ui-dialog{
	box-shadow: 10px 10px 5px #888888;
}
.tooltip:hover:after {
	content: attr(data-tooltip);
	position: absolute;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.85);
	padding: 3px 17px 3px 17px;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 7px;
	margin-top: -3px;
}

.tooltip1:hover:after {
	content: "present";
	position: absolute;
	white-space: nowrap;
	background: rgba(0, 0, 0, 0.85);
	padding: 3px 17px 3px 17px;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 7px;
	margin-top: -3px;
}

.form-footer {
	text-align: center;
}

.required-class {
	font-size: 17px;
	/*vertical-align: middle;*/
	color: orangered;
}