﻿
.field-validation-error { color: #f00; }
.input-validation-error {
  border: 2px solid #f00 !important;
  background-color: #fee !important;
}

/*input[type="checkbox"].input-validation-error { outline: 2px solid #f00; }
input[type="text"] { -webkit-ime-mode: active; -moz-ime-mode: active; -ms-ime-mode: active; ime-mode: active; }
.readOnly { background-color: #efefef; }

.ui-datepicker-trigger { border: none; background-color:white; }


#DivCover { position: fixed; display: table-cell; text-align: center; vertical-align: middle; width: 100%; height: 100%; top: 0px; left: 0; background: rgba(0,0,0,0.5); z-index: 1000; display: none; }

.FileUpload {  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; position: relative; width: 49px; height: 19px; margin-right: -49px; opacity: 0; cursor: pointer; }*/