.formHeader{
	margin-bottom: 20px;
    border-color: #ba9a3a;
}
.form-icon{
	background:#ba9a3a;
	font-size: 15px;
	padding: 10px;
	color: #fff;
	margin-left: 5px;
	border-radius: 3px;
}
input[type="text"],input[type="password"],input[type="email"],input[type="number"],input[type="search"],input[type="date"],textarea,select,input[type="file"]{
	display: block;
    width: 100%;
    height: 34px;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
} 

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color:#ba9a3a;
  outline: 0 none;
}

input[type="submit"],.btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    cursor: pointer;
    background-color: #ba9a3a;
    color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}


.error, .field-validation-error {
    color: #ec3131;
    padding: 5px;
 
    font-size: 12px;
 
    margin-bottom: 10px;
    border-radius: 3px;
    
}
 .inputblock{
 	position:relative;
    margin-bottom: 20px;
 }
html[dir='ltr'] .required-star{
    position: absolute;
    right: 16px;
    top: 7px;
    color: #ec3131;
    font-size: 12px;
    font-weight: 100;
}
html[dir='rtl'] .required-star{
    position: absolute;
    left: 16px;
    top: 7px;
    color: #ec3131;
    font-size: 12px;
    font-weight: 100;
}



.grid {
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-collapse: collapse;
    color: #000;
    width: 100%;
}

.Grid {
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-collapse: collapse;
    color: #000;
    width: 100%;
}

.Grid td {
    padding: 5px;
    border: solid 1px #c1c1c1;
}

.Grid th {
    padding: 5px;
    color: #fff;
    background: #ba9a3a;
    font-size: 14px;
    white-space: nowrap;
    font-weight: normal;
}

.Grid .alt {
    background: #ba9a3a;
}

.Grid .PagerStyle {
    background: #ba9a3a;
}

.Grid .PagerStyle {
    margin: 3px 0;
}

.Grid .PagerStyle td {
    border-width: 0;
    padding: 6px;
    border-left: solid 1px #fff;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.Grid .PagerStyle a {
    color: #fff;
    text-decoration: none;
    padding: 3px !important;
    min-width: inherit;
}

.Grid .PagerStyle a:hover {
    color: #fff;
    text-decoration: none;
}

.Grid a {
    margin: 0 !important;
}


.blockUI {
    z-index: 2000 !important;
}