.rule-config-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
 
}

.card-rule-selector {
  min-width: 200px;
  min-height: 400px;
  overflow: auto;
}

.card-rule-editor {
  min-width: 500px;
  min-height: 400px;
  overflow: auto;
}

.card-rule-selector md-card-header{
  min-height: 100px;
  max-height: 100px;
}

.card-rule-editor md-card-header {
    min-height: 100px;
    max-height: 100px;
}


.remove-rule-icon {
  color: rgb(255,82,82);
  margin-top: 8px;
}

.add-rule-icon {
  color: white;
  margin-top: 8px;
}

#loading-circle-rules {
  position: absolute;
  top: 50%;
  left: 60%;
  margin-top: -50px;
  margin-right: -50px;
}

.rule-button-container {
  min-width: 100px !important;
}

.rule-button-container .md-button {
  margin-right: 0px;
}

.card-rule-editor md-card-content {
  height: 100%;
}

.yaml-editor {
  min-height: 200px;
  height: 100%;
  /* width: 100%; */
}