/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.create-release-controller-view {
  overflow: auto;
}

.create-release-controller-view .create-release-panel-main-loading {
  margin-top: 60px;
}

.create-release-controller-view .create-release-environment-canvas {
  padding-top: 15px;
}

.create-release-controller-view .create-release-content-section {
  height: calc(100% - 50px);
  padding: 0 1px 0 1px;
  overflow-y: auto;
  -webkit-overflow-scrolling: initial;
  margin-top: -15px;
}

.create-release-controller-view .create-release-content-section .create-release-projects {
  padding-top: 15px;
}

.create-release-controller-view .create-release-content-section .create-release-projects .create-release-projects-drop-down {
  max-width: 800px;
}

.create-release-controller-view .create-release-content-section .create-release-definition-section {
  padding-top: 15px;
}

.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-definition-drop-down,
.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-panel-description-section,
.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-panel-artifact-section,
.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-environment-picklist {
  max-width: 800px;
}

.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-panel-description-section {
  margin-bottom: 20px;
}

.create-release-controller-view .create-release-content-section .create-release-definition-section .create-release-environment-picklist {
  margin-top: -15px;
}

.create-release-controller-view .create-release-footer-section .create-release-panel-footer {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
}

.create-release-controller-view .create-release-footer-section .create-release-panel-footer .create-release-cancel-button {
  margin-left: 10px;
}

.create-release-loading-component {
  position: absolute;
  left: 48%;
  top: 50%;
}

.create-release-panel-content {
  margin: 0;
  max-width: 100%;
}

.create-release-panel-content.cr-rel-xs {
  width: 630px;
}

.create-release-panel-content.cr-rel-s {
  width: 720px;
}

.create-release-panel-content.cr-rel-m {
  width: 1200px;
}

.create-release-panel-content.cr-rel-l {
  width: 1680px;
}
