/* Minification failed. Returning unminified contents.
(934,44): run-time error CSS1030: Expected identifier, found '&'
(934,45): run-time error CSS1031: Expected selector, found ')'
(934,45): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
  font-family: 'vision-font';
  src: url('../font/vision-font.eot?61682337');
  src: url('../font/vision-font.eot?61682337#iefix') format('embedded-opentype'),
       url('../font/vision-font.woff2?61682337') format('woff2'),
       url('../font/vision-font.woff?61682337') format('woff'),
       url('../font/vision-font.ttf?61682337') format('truetype'),
       url('../font/vision-font.svg?61682337#vision-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'vision-font';
    src: url('../font/vision-font.svg?61682337#vision-font') format('svg');
  }
}
*/
 
 [class^="vision-icon-"]:before, [class*=" vision-icon-"]:before {
  font-family: "vision-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.vision-icon-search:before { content: '\e800'; } /* '' */
.vision-icon-right-open:before { content: '\e801'; } /* '' */
.vision-icon-attention:before { content: '\e802'; } /* '' */
.vision-icon-cancel:before { content: '\e803'; } /* '' */
.vision-icon-warning:before { content: '\e804'; } /* '' */
.vision-icon-checkmark:before { content: '\e805'; } /* '' */
body {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #000000;
  background: #fcfcfc;
  margin: 8px;
}
input,
textarea,
button,
select {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
}
.app-clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.app-notextselect {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.app-hidden {
  display: none;
}
.app-master-login-frame {
  box-sizing: border-box;
  width: 800px;
  margin: auto;
}
.app-master-login-logo {
  background-image: url(../Images/crs-logo.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 72px;
  margin: 5px 0;
}
.app-master-login-content-bar {
  box-sizing: border-box;
  border-top: 5px solid #4e4d4f;
  padding: 10px;
  min-height: 300px;
}
.app-master-login-content-bar .app-centered-on-login {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.app-master-login-footer-bar {
  box-sizing: border-box;
  padding: 5px;
  margin-top: 24px;
  border-top: 2px solid #4e4d4f;
  font-size: 0.9em;
  clear: both;
}
.app-master-login-copyright-bar {
  box-sizing: border-box;
  padding: 5px;
  border-top: 2px solid #4e4d4f;
  font-size: 0.8em;
  text-align: center;
}
.app-master-frame {
  box-sizing: border-box;
  width: 1200px;
}
.app-master-left-bar {
  float: left;
  width: 230px;
}
.app-master-center-bar {
  float: left;
  width: 970px;
}
.app-master-logo {
  background-image: url(../Images/crs-logo.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 72px;
  margin: 5px 0;
}
.app-master-left-menu {
  margin: 25px 30px 0 0;
}
.app-master-left-menu ul.app-vert-menu {
  padding: 0;
  margin: 0;
}
.app-master-left-menu ul.app-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  padding: 0;
  margin: 0;
  border: 1px solid #4e4d4f;
  background: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 8px 0;
  z-index: 50000;
}
.app-master-left-menu li {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-master-left-menu li > a {
  display: block;
  padding: 6px 12px 6px 18px;
  color: #444;
  text-decoration: none;
}
.app-master-left-menu li.app-has-submenu > a {
  padding-right: 30px;
}
.app-master-left-menu li.app-has-submenu > a:before {
  font-family: "vision-font";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e801';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 12px 0 0;
}
.app-master-left-menu li.app-open-submenu > a {
  color: #eeeeee;
  background: #666567;
}
.app-master-left-menu li > a:hover {
  color: #eeeeee;
  background: #4e4d4f;
}
.app-master-top-bar {
  box-sizing: border-box;
  padding-left: 10px;
}
.app-master-top-bar > table {
  width: 100%;
  height: 50px;
}
td.app-master-job-info {
  vertical-align: bottom;
  padding-bottom: 10px;
}
td.app-master-job-search {
  vertical-align: bottom;
  width: 200px;
}
td.app-master-job-search > div {
  padding: 8px 8px 5px 10px;
  background: #4e4d4f;
  border-top-right-radius: 8px;
}
td.app-master-job-search input {
  box-sizing: border-box;
  width: 150px;
  height: 26px;
  background: none;
  border: 1px solid #cccccc;
  padding: 4px;
  margin: 0;
  color: #eeeeee;
}
td.app-master-job-search input::-webkit-input-placeholder {
  color: #cccccc;
  font-style: italic;
}
td.app-master-job-search input::-moz-placeholder {
  color: #cccccc;
  font-style: italic;
}
td.app-master-job-search input:-moz-placeholder {
  color: #cccccc;
  font-style: italic;
}
td.app-master-job-search input:-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
}
td.app-master-job-search input:focus {
  background: #3d3c3e;
}
td.app-master-job-search a {
  display: block;
  height: 26px;
  float: right;
  font-size: 19px;
  text-decoration: none;
  color: #cccccc;
}
td.app-master-job-search a:focus {
  color: #eeeeee;
  background: #3d3c3e;
}
td.app-master-job-search a:hover {
  color: #eeeeee;
}
.app-master-command-bar {
  background: #4e4d4f;
  padding: 8px 10px;
  color: #eeeeee;
}
.app-master-content-bar {
  box-sizing: border-box;
  min-height: 400px;
  padding: 10px 0;
}
.app-master-footer-bar {
  box-sizing: border-box;
  padding: 5px;
  margin-top: 24px;
  border-top: 2px solid #4e4d4f;
  font-size: 0.9em;
  clear: both;
  margin-left: 230px;
}
.app-master-copyright-bar {
  box-sizing: border-box;
  padding: 5px;
  border-top: 2px solid #4e4d4f;
  font-size: 0.8em;
  text-align: center;
  margin-left: 230px;
}
@media (min-width: 1446px) {
  .app-master-frame {
    width: 1430px;
    margin: auto;
  }
  .app-master-footer-bar,
  .app-master-copyright-bar {
    margin-right: 230px;
  }
}
.app-h1 {
  font-size: 1.5em;
  color: #888888;
  margin: 5px 0 16px 10px;
}
.app-h2 {
  font-size: 1.3em;
  color: #777777;
  margin: 12px 0 12px 10px;
}
.app-h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #888888;
  margin: 12px 0 8px 10px;
}
.app-error-text {
  color: #ff2233;
}
.app-warning-text {
  color: #ff8800;
}
.app-success-text {
  color: #008800;
}
.app-grayed-text {
  color: #888888;
}
.app-link {
  color: #3366cc;
  text-decoration: none;
}
.app-link:hover {
  text-decoration: underline;
}
.app-textbox {
  box-sizing: border-box;
  padding: 3px 4px 4px 4px;
  margin: 0;
  border: 1px solid #888888;
  background: #ffffff;
  outline: none;
}
input.app-textbox {
  height: 25px;
  width: 170px;
}
textarea.app-textbox {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  width: 170px;
  resize: none;
}
.app-textbox:hover {
  border-color: #706f71;
}
.app-textbox:focus {
  border-color: #4e4d4f;
}
.app-textbox[disabled] {
  color: #888888;
  border-color: #bbbbbb;
}
select.app-dropdownlist {
  box-sizing: border-box;
  padding: 3px 4px 4px 0;
  margin: 0;
  border: 1px solid #888888;
  background: #ffffff;
  outline: none;
  height: 25px;
  width: 170px;
}
select.app-dropdownlist:hover {
  border-color: #706f71;
}
select.app-dropdownlist:focus {
  border-color: #4e4d4f;
}
select.app-dropdownlist[disabled] {
  color: #888888;
  border-color: #bbbbbb;
}
.app-button {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #eeeeee;
  background: #4e4d4f;
  padding: 3px 14px 4px 14px;
  margin: 0;
  border: 2px solid #4e4d4f;
  outline: none;
  cursor: pointer;
  /*.app-button + & {
		margin-left: 8px;
	}*/
}
.app-button:hover {
  background: #706f71;
  border-color: #706f71;
  text-decoration: none;
}
.app-button:focus {
  border-color: #818082;
}
.app-button[disabled],
a.app-button.aspNetDisabled {
  color: #777777;
  background: #dddddd;
  border: 2px solid #dddddd;
  cursor: not-allowed;
}
.app-centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.app-full-width {
  width: 100%;
}
.app-flow {
  margin-left: -10px;
  margin-right: -10px;
}
.app-flow-item {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}
[class^="app-col-"],
[class*=" app-col-"] {
  box-sizing: border-box;
  float: left;
}
.app-row {
  margin: 0 -10px;
}
.app-row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.app-row > [class^="app-col-"],
.app-row > [class*=" app-col-"] {
  padding: 0 10px;
}
.app-row-forms {
  margin: 0 -25px;
}
.app-row-forms:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.app-row-forms > [class^="app-col-"],
.app-row-forms > [class*=" app-col-"] {
  padding: 0 25px;
}
.app-col-12 {
  width: 100%;
}
.app-col-11 {
  width: 91.66666667%;
}
.app-col-10 {
  width: 83.33333333%;
}
.app-col-9 {
  width: 75%;
}
.app-col-8 {
  width: 66.66666667%;
}
.app-col-7 {
  width: 58.33333333%;
}
.app-col-6 {
  width: 50%;
}
.app-col-5 {
  width: 41.66666667%;
}
.app-col-4 {
  width: 33.33333333%;
}
.app-col-3 {
  width: 25%;
}
.app-col-2 {
  width: 16.66666667%;
}
.app-col-1 {
  width: 8.33333333%;
}
.app-nodata {
  color: #888888;
  font-style: italic;
}
.app-label {
  color: #888888;
}
.app-flow-item .app-label {
  display: inline-block;
  margin-right: 8px;
}
.app-em-value {
  font-weight: bold;
  color: #cc7700;
}
.app-form {
  display: table;
}
.app-form > div {
  display: table-row;
}
.app-form > div > div {
  display: table-cell;
  box-sizing: border-box;
}
.app-form > div.app-form-col {
  display: table-column;
}
.app-form .app-form-label {
  padding: 2px 16px 3px 0;
  color: #888888;
  text-align: right;
  vertical-align: middle;
  height: 29px;
}
.app-form .app-form-label.app-valign-top {
  vertical-align: top;
  padding-top: 8px;
}
.app-form .app-form-value {
  padding: 7px 0 8px 0;
  vertical-align: middle;
}
.app-form .app-form-value.app-align-right {
  text-align: right;
}
.app-form .app-form-value.app-align-to-control {
  padding-left: 5px;
}
.app-form .app-form-control {
  padding: 3px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.app-form .app-form-control .app-button {
  vertical-align: top;
}
.app-form .app-form-value + .app-form-control {
  padding-left: 16px;
}
.app-form .app-form-command {
  padding: 12px 0 4px 0;
  vertical-align: middle;
}
.app-form-1c .app-form-label {
  width: 100px;
}
.app-form-1c5 .app-form-label {
  width: 150px;
}
.app-form-required:before {
  display: block;
  float: right;
  margin-right: -8px;
  color: #00aa00;
  content: '*';
}
.app-validator {
  vertical-align: top;
  font-size: 16px;
  color: #ff2233;
  cursor: default;
}
.app-validator:before {
  font-family: "vision-font";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e802';
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.app-validator span {
  display: none;
}
.app-validator-intext:before {
  padding-top: 0;
}
.app-control-hint {
  padding: 2px 0 3px 5px;
  font-size: 0.9em;
}
.app-error-page-header {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.app-error-page-subheader {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.app-form-value > .app-message-list-control {
  margin: -12px -6px;
}
.app-message-list-control > div {
  margin: 12px 6px;
}
.app-message-list-control > .app-error-message {
  color: #ff2233;
}
.app-message-list-control > .app-warning-message {
  color: #ff8800;
}
.app-message-list-control > .app-info-message {
  color: #008800;
}
.app-info-popup-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  margin-top: -6px;
}
.app-info-popup-box .app-alert {
  margin-bottom: 4px;
  display: none;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 8px 0;
}
.app-alert {
  position: relative;
  border-radius: 5px;
  padding: 16px 22px 16px 16px;
}
.app-alert-success {
  border: 2px solid #ccddcc;
  background: #ddeedd;
  color: #008800;
}
.app-alert-warning {
  border: 2px solid #ebe5cf;
  background: #fcf6e0;
  color: #886600;
}
.app-alert-error {
  border: 2px solid #e6c6c6;
  background: #f7d7d7;
  color: #990000;
}
.app-alert-info {
  border: 2px solid #cccccc;
  background: #dddddd;
  color: #444444;
}
.app-alert-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  cursor: pointer;
}
.app-alert-close:before {
  font-family: "vision-font";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e803';
}
.app-qmsg-buttons a {
  margin-left: 10px;
}
.app-tatbar {
  position: relative;
  height: 16px;
}
.app-tatbar-value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}
.app-tatbar-frame {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #4e4d4f;
  border-radius: 3px;
}
.app-current-job-buttons {
  width: 250px;
  text-align: right;
}
.app-current-job-buttons .app-button {
  width: 120px;
  margin-bottom: 4px;
}
.app-current-job-functions .app-button {
  min-width: 160px;
  margin-bottom: 4px;
  text-align: left;
}
.app-tatbar-jobprogress {
  width: 100%;
  height: 8px;
  margin: 3px 0;
}
.app-group-box {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #4e4d4f;
  border-radius: 4px;
  padding: 20px 24px 16px 24px;
  margin: 2em 0 16px 0;
}
td.app-group-box {
  vertical-align: top;
  margin: 0;
}
.app-group-header {
  display: block;
  position: absolute;
  top: -0.8em;
  left: 17px;
  font-size: 1.1em;
  font-weight: bold;
  color: #888888;
  background: #fcfcfc;
  padding: 0 6px;
}
.app-group-table {
  margin: 2em 0 16px 0;
}
.app-group-horz-space {
  width: 10px;
}
.app-group-vert-space {
  height: 2em;
}
.app-panel-12 {
  box-sizing: border-box;
  width: 700px;
}
.app-panel-123 {
  box-sizing: border-box;
  width: 970px;
}
.app-pad-left {
  padding-left: 10px;
}
.app-codeblock {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.app-codeblock > span {
  display: block;
  white-space: pre;
  overflow-x: auto;
  padding-bottom: 8px;
}
input[type=text].dxeEditAreaSys,
input[type=password].dxeEditAreaSys,
input[type=text].dxucEditArea_VRCRS {
  color: #000000 !important;
  padding: 3px 1px !important;
}
textarea.dxeMemoEditAreaSys {
  box-sizing: border-box !important;
  padding: 3px 4px !important;
}
span.dxichCellSys.dxeTAR {
  padding-left: 0 !important;
}
.app-dx-form-value {
  padding: 5px 0 5px 0;
}
.app-dx-form-value.app-align-to-control {
  padding-left: 5px;
}
.app-form-control .dxeButtonEdit_VRCRS,
.app-form-control .dxeTextBox_VRCRS,
.app-form-control .dxeMemo_VRCRS,
.app-form-control .dxeCheckBoxList_VRCRS,
.app-form-control .dxeRadioButtonList_VRCRS,
.app-form-control .dxucControl_VRCRS {
  display: inline-table !important;
  vertical-align: middle !important;
}
.app-form-control .dxeCheckBoxList_VRCRS td.dxe {
  padding: 2px 0 !important;
}
.app-form-control .dxeRadioButtonList_VRCRS td.dxe {
  padding: 4px 0 !important;
}
.dxeNullText_VRCRS input[type=text].dxeEditAreaSys {
  color: #888888 !important;
}
a.dxbButton_VRCRS,
.dxgvHeader_VRCRS a.dxgvCommandColumnItem_VRCRS,
.dxgvFilterBar_VRCRS a {
  color: #3366cc !important;
  text-decoration: none !important;
}
a.dxbButton_VRCRS:hover,
.dxgvHeader_VRCRS a.dxgvCommandColumnItem_VRCRS:hover,
.dxgvFilterBar_VRCRS a:hover {
  text-decoration: underline !important;
}
.dxeTextBox_VRCRS,
.dxeMemo_VRCRS {
  background-color: #ffffff !important;
  border-color: #888888 !important;
  width: 170px;
}
.dxgvTitlePanel_VRCRS .app-dxgv-title-buttons {
  float: right;
}
.dxgvTitlePanel_VRCRS .app-dxgv-title-buttons .app-link {
  font-size: 12px;
  margin: 0 10px;
  white-space: nowrap;
}
.dxgvFilterRow_VRCRS .dxeTextBox_VRCRS {
  border-color: #c0c0c0 !important;
}
.dxeTextBox_VRCRS.dxeFocused_VRCRS,
.dxeMemo_VRCRS.dxeFocused_VRCRS {
  border-color: #4e4d4f !important;
}
.dxeTextBox_VRCRS:not(.dxeFocused_VRCRS):not(.dxeDisabled_VRCRS):hover,
.dxeMemo_VRCRS:not(.dxeFocused_VRCRS):not(.dxeDisabled_VRCRS):hover {
  border-color: #706f71 !important;
}
.dxgvInlineEditRow_VRCRS .dxgvInlineEditCell_VRCRS .dxeTextBox_VRCRS.dxeReadOnly_VRCRS {
  border: none !important;
}
.dxgvInlineEditCell_VRCRS .app-dxgv-inline-edit-value {
  padding: 4px 5px 5px 5px;
}
.dxgvCommandColumn_VRCRS {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.dxgvControl_VRCRS a.app-link {
  color: #3366cc !important;
}
.dxucTextBox_VRCRS {
  padding: 1px 2px 2px 3px !important;
  border-color: #888888;
}
.dxucBrowseButton_VRCRS {
  border-color: #888888;
}
.dxucDisabled_VRCRS .dxucTextBox_VRCRS,
.dxucDisabled_VRCRS .dxucBrowseButton_VRCRS {
  color: #888888 !important;
  border-color: #bbbbbb !important;
}
.dxeButtonEdit_VRCRS {
  background-color: #ffffff !important;
  border-color: #888888 !important;
  width: 170px;
}
.dxgvFilterRow_VRCRS .dxeButtonEdit_VRCRS {
  border-color: #c0c0c0 !important;
}
.dxeButtonEdit_VRCRS.dxeFocused_VRCRS {
  border-color: #4e4d4f !important;
}
.dxeButtonEdit_VRCRS:not(.dxeFocused_VRCRS):not(.dxeDisabled_VRCRS):hover {
  border-color: #706f71 !important;
}
.dxeListBoxItem_VRCRS {
  padding: 3px 4px 4px 5px !important;
}
.dxeButtonEdit_VRCRS.dxeDisabled_VRCRS,
.dxeTextBox_VRCRS.dxeDisabled_VRCRS {
  border-color: #bbbbbb !important;
}
.dxeButtonEdit_VRCRS.dxeDisabled_VRCRS input[type=text].dxeEditAreaSys,
.dxeTextBox_VRCRS.dxeDisabled_VRCRS input[type=text].dxeEditAreaSys,
.dxeButtonEdit_VRCRS.dxeDisabled_VRCRS input[type=password].dxeEditAreaSys,
.dxeTextBox_VRCRS.dxeDisabled_VRCRS input[type=password].dxeEditAreaSys {
  color: #888888 !important;
}
.dxgvTitlePanel_VRCRS,
.dxgvTable_VRCRS caption {
  font-size: 1.25em !important;
  text-align: left !important;
  color: #777777 !important;
  background-color: #fcfcfc !important;
  padding: 5px 8px 6px 8px !important;
}
.dxgvHeader_VRCRS,
.dxtlHeader_VRCRS {
  color: #888888 !important;
  font-size: 1.1em !important;
}
.dxgvHeader_VRCRS.app-dxgv-command-header {
  font-size: 1em !important;
  text-align: center !important;
}
.dxgvDataRowAlt_VRCRS:not(.dxgvSelectedRow_&),
.dxtlAltNode_VRCRS {
  background-color: #f2f2f2 !important;
}
.dxgvDataRow_VRCRS td.dxgv,
.dxgvSelectedRow_VRCRS td.dxgv,
.dxgvEditFormDisplayRow_VRCRS td.dxgv {
  padding: 5px 6px 6px 6px !important;
}
.dxgvDataRow_VRCRS td.dxgv.app-dxgv-control-cell,
.dxgvSelectedRow_VRCRS td.dxgv.app-dxgv-control-cell,
.dxgvEditFormDisplayRow_VRCRS td.dxgv.app-dxgv-control-cell {
  padding: 1px !important;
}
.dxgvGroupRow_VRCRS td.dxgv {
  padding: 7px 6px 6px 6px !important;
  font-size: 1.1em !important;
}
.dxgvCommandColumn_VRCRS {
  width: 1px !important;
}
.dxpLite_VRCRS .dxp-num {
  padding: 3px 10px !important;
}
.dxpLite_VRCRS .dxp-num:hover:not(.dxp-current) {
  background-color: #eee !important;
}
.dxpLite_VRCRS .dxp-summary {
  color: #888888 !important;
}
.dxpLite_VRCRS .dxp-pageSizeItem label {
  color: #888888 !important;
}
.dxgvLoadingPanel_VRCRS td.dx,
.dxlpLoadingPanel_VRCRS td.dx {
  color: #888888 !important;
}
.dxpcLite_VRCRS .dxpc-header,
.dxdpLite_VRCRS .dxpc-header {
  font-size: 1.4em !important;
}
.dxgvPopupEditForm_VRCRS .dxflGroupCell_VRCRS {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.dxflCaptionCell_VRCRS {
  color: #888888 !important;
  text-align: right !important;
  vertical-align: middle !important;
}
.dxflCLLSys .dxflCaptionCell_VRCRS {
  padding-right: 10px !important;
}
.dxflCLTSys .dxflCaptionCell_VRCRS {
  text-align: left !important;
}
.dxflRadioButtonListItemSys .dxflVATSys.dxflCaptionCell_VRCRS {
  padding-top: 0 !important;
}
.dxflRequired_VRCRS {
  color: #00aa00 !important;
  padding-left: 2px !important;
}
.dxflGroupCell_VRCRS .dxflCommandItemSys {
  padding-top: 12px !important;
  padding-right: 26px !important;
}
.dxflGroupCell_VRCRS .dxflCommandItemSys a.dxbButton_VRCRS {
  box-sizing: border-box !important;
  display: inline-block !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #eeeeee !important;
  background: #4e4d4f !important;
  padding: 3px 14px 4px 14px !important;
  margin: 0 !important;
  border: 2px solid #4e4d4f !important;
  outline: none !important;
  cursor: pointer !important;
  /*.app-button + & {
		margin-left: 8px;
	}*/
  margin-left: 6px !important;
}
.dxflGroupCell_VRCRS .dxflCommandItemSys a.dxbButton_VRCRS:hover {
  background: #706f71 !important;
  border-color: #706f71 !important;
  text-decoration: none !important;
}
.dxflGroupCell_VRCRS .dxflCommandItemSys a.dxbButton_VRCRS:focus {
  border-color: #818082 !important;
}
.dxflGroupCell_VRCRS .dxflCommandItemSys a.dxbButton_VRCRS[disabled],
a.dxflGroupCell_VRCRS .dxflCommandItemSys a.dxbButton_VRCRS.aspNetDisabled {
  color: #777777 !important;
  background: #dddddd !important;
  border: 2px solid #dddddd !important;
  cursor: not-allowed !important;
}
.dxWeb_edtCheckBoxChecked_VRCRS,
.dxWeb_edtCheckBoxCheckedDisabled_VRCRS,
.dxWeb_edtCheckBoxGrayed_VRCRS,
.dxWeb_edtCheckBoxGrayedDisabled_VRCRS,
.dxWeb_edtCheckBoxUnchecked_VRCRS,
.dxWeb_edtCheckBoxUncheckedDisabled_VRCRS {
  box-sizing: border-box !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 0 !important;
  background: #fff !important;
  border: 1px solid #888888 !important;
  vertical-align: top !important;
  text-align: left !important;
  overflow: hidden !important;
}
.dxWeb_edtCheckBoxChecked_VRCRS:after,
.dxWeb_edtCheckBoxCheckedDisabled_VRCRS:after {
  font-family: "vision-font";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
  content: '\e805';
  color: #4e4d4f;
  position: relative;
  top: -1px;
  left: 1px;
}
.dxtlSelectionCell_VRCRS .dxWeb_edtCheckBoxChecked_VRCRS,
.dxtlSelectionCell_VRCRS .dxWeb_edtCheckBoxCheckedDisabled_VRCRS {
  line-height: 17px !important;
}
.dxWeb_edtCheckBoxGrayed_VRCRS:after,
.dxWeb_edtCheckBoxGrayedDisabled_VRCRS:after {
  content: ' ';
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: 4px;
  background: #4e4d4f;
}
.dxWeb_edtCheckBoxCheckedDisabled_VRCRS,
.dxWeb_edtCheckBoxGrayedDisabled_VRCRS,
.dxWeb_edtCheckBoxUncheckedDisabled_VRCRS {
  border-color: #bbbbbb !important;
}
.dxWeb_edtCheckBoxCheckedDisabled_VRCRS:after {
  color: #888888;
}
.dxWeb_edtCheckBoxGrayedDisabled_VRCRS:after {
  background: #888888;
}
td.dxgv > .dxWeb_edtCheckBoxChecked_VRCRS,
td.dxgv > .dxWeb_edtCheckBoxUnchecked_VRCRS,
td.dxtl > .dxWeb_edtCheckBoxChecked_VRCRS,
td.dxtl > .dxWeb_edtCheckBoxUnchecked_VRCRS {
  border-color: #bbbbbb !important;
}
.dxtcLite_VRCRS > .dxtc-content {
  background-color: #fcfcfc !important;
  padding: 12px 0 12px 10px !important;
}
.dxtcLite_VRCRS.app-dx-pc-details > .dxtc-content {
  min-height: 440px;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > .dxtc-content {
  padding: 0 0 10px 12px !important;
  overflow: visible !important;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > .dxtc-content > div {
  box-sizing: border-box;
  min-height: 300px;
  margin-top: -10px !important;
  padding-bottom: 45px !important;
  position: relative;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair .app-wizard-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-tab,
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-activeTab {
  text-align: right !important;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-tab .dxtc-link,
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-activeTab .dxtc-link {
  padding-right: 25px !important;
  position: relative;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-tab .app-validator,
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li.dxtc-activeTab .app-validator {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 8px 0 0;
}
.dxtcLite_VRCRS.app-dx-pc-wizard-repair > ul > li .app-dxtc-tab-text {
  display: inline-block;
  padding: 4px;
}
.dxtlNode_VRCRS,
.dxtlSelectedNode_VRCRS,
.dxtlIndent_VRCRS,
.dxtlIndentWithButton_VRCRS {
  background-color: #fcfcfc !important;
}
.app-dxtl-framed .dxtlNode_VRCRS,
.app-dxtl-framed .dxtlSelectedNode_VRCRS,
.app-dxtl-framed .dxtlIndent_VRCRS,
.app-dxtl-framed .dxtlIndentWithButton_VRCRS {
  background-color: #fff !important;
}
.app-dxtl-framed .dxtlControl_VRCRS {
  border-bottom: 1px solid #c0c0c0 !important;
}
.app-dxtl-framed .dxtlIndent_VRCRS:first-child,
.app-dxtl-framed .dxtlIndentWithButton_VRCRS:first-child {
  border-left: 1px solid #c0c0c0 !important;
}
.dxnbLite_VRCRS .dxnb-header,
.dxnbLite_VRCRS .dxnb-headerCollapsed {
  background-color: #fcfcfc !important;
  font-size: 1.3em !important;
  font-weight: normal !important;
  color: #888888 !important;
}
.dxnbLite_VRCRS .dxnb-btnLeft {
  margin-right: 8px !important;
}
.dxnbLite_VRCRS .dxnb-content {
  background-color: #fcfcfc !important;
  padding: 2px 0 12px 10px !important;
}
.dxeRadioButtonList_VRCRS,
.dxeCheckBoxList_VRCRS {
  border: none !important;
}
.dxeRadioButtonList_VRCRS .dxeBase_VRCRS.dxeTAR > label {
  display: inline-block;
  margin-top: -2px;
}
.dxeRadioButtonList_VRCRS .dxeBase_VRCRS.dxeTAR > label:after {
  content: ' ';
  display: inline-block;
  width: 10px;
}
.dxeRadioButtonList_VRCRS .dxeBase_VRCRS.dxeTAR > input[type=radio] {
  margin: 0 4px 0 0 !important;
  padding: 0;
}
.dxeCheckBoxList_VRCRS .dxeBase_VRCRS.dxeTAR > label:after {
  content: ' ';
  display: inline-block;
  width: 5px;
}
.dxeCheckBoxList_VRCRS .dxeBase_VRCRS.dxeTAR .dxichTextCellSys {
  padding-right: 16px;
}

