/**
 *
 * Apply your custom CSS here
 *
*/

@media (min-width: 768px) {
  body .form-group {	
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  body .form-group .control-label {	
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}

.ui-lasso {
  z-index: 999;
}

.grid-view .button-column
{
  white-space: nowrap;
}

.grid-view .button-column img
{
  width: 26px;
  height: 26px;
}

.errorMessage, .errorSummary, .error {
  color: red;
}

.input-number input, .input-number-allow-negative input {
  text-align: right;
}

.no-wrap {
  white-space: nowrap;
}

.align-right {
  text-align: right;
}