/**
 * Contains global definitions for Less variables
 */
/**
 * Fabric Fonts
 */
/**
 * Fabric Spacing and Dimensions
 */
/**
 * Z-Indexes
 */
/**
    OFFICIAL ALATION COLOR PALETTE. ANY COLORS MODIFIED OR ADDED MUST BE APPROVED BY AN ALATION DESIGNER.
*/
/*
  Alation Brand Colors

  Brand colors are the main colors of Alation; however, they should be used sparingly throughout the platform.
  Brand and Product have agreed that brand colors and product colors can differe for the time being.
*/
/**
 ALL COLORS BELOW THIS LINE HAVE BEEN DEPRECATED! PLEASE DO NOT USE ANY OF THE COLORS BELOW!
 PLEASE USE THE NEW COLOR PALETTE ABOVE!
 */
/**
 * Fabric Colors
 */
/**
 * Text Display
 */
.export-connection-modal .export-connection-modal-uri,
.export-connection-modal .export-connection-modal-user {
  margin-top: 10px;
}
.export-connection-modal .live-report-select-credential {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}
.export-connection-modal .test-connection {
  display: block;
  float: right;
}
.export-connection-modal .alert {
  margin-bottom: 10px;
}
.export-connection-modal .cancel-button,
.export-connection-modal .submit-button {
  float: right;
  margin-left: 8px;
}
.export-connection-modal .submit-button {
  background-color: #009283;
  color: #D2F7E6;
}
.export-connection-modal .submit-button:not(.disabled):hover {
  background-color: #00c5b1;
  color: #a7efce;
}
.export-connection-modal .modal-footer {
  border-top: 0px;
  background-color: #D2F7E6;
}
.export-connection-modal .modal-footer .ui-text-button {
  display: inline-block;
  width: 144px;
  border: 1px solid #009283;
  border-radius: 8px;
  height: 100%;
}
.export-connection-modal .modal-footer .ui-text-button.hidden {
  display: none;
}
.export-connection-modal .test-connection-button {
  float: left;
}

