/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
/**
    Margin Section
*/
/**
    Padding Section
*/
/**
    Color section
*/
/**
    Info icon
*/
/**
    Font
*/
.gate-definition-menu-item {
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.gate-definition-menu-item .gate-definition-drop-down-item {
  cursor: pointer;
  padding: 0px 6px;
  text-decoration: none;
  height: auto;
  line-height: normal;
  border: none;
  background: none;
  height: 100% !important;
  max-width: 350px !important;
}

.gate-definition-menu-item .gate-definition-drop-down-item::-moz-focus-inner {
  border: 0;
}

.gate-definition-menu-item .gate-definition-drop-down-item {
  outline: transparent;
}

.gate-definition-menu-item .gate-definition-drop-down-item {
  position: relative;
}

.ms-Fabric.is-focusVisible .gate-definition-menu-item .gate-definition-drop-down-item:focus:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, .55);
  border: 1px solid var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.gate-definition-menu-item .gate-definition-drop-down-item:hover {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.gate-definition-menu-item .gate-definition-drop-down-item:focus {
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  outline: 0;
}

.vss-focus-visible .gate-definition-menu-item .gate-definition-drop-down-item:focus:focus {
  border:  1px solid;
  border-color: rgba( 0, 0, 0 ,  1 );
  border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.gate-definition-menu-item .definition-row td {
  vertical-align: top;
  padding: 5px 3px 5px 0px;
}

.gate-definition-menu-item .menu-item-image {
  height: 24px;
  width: 24px;
  margin-right: 4px;
  margin-top: 3px;
}

.gate-definition-menu-item .menu-item-image.gdmi {
  font-size: 28px;
}

.gate-definition-menu-item .gate-desc,
.gate-definition-menu-item .gate-name-text {
  line-height: normal;
}

.gate-definition-menu-item .gate-name-text {
  padding-bottom: 3px;
}

.gate-definition-menu-item .gate-desc {
  font-size: 11px;
  vertical-align: bottom;
}
