/**
    Padding
*/
/**
    Margin Section
*/
/**
    Font Section
*/
/*
    Canvas Element Colors
*/
@media screen and (-ms-high-contrast: white-on-black) {
  .is-selected .high-contrast-is-selected {
    color: rgba( 0, 69, 120 ,  1 );
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .is-selected .high-contrast-is-selected {
    color: rgba( 255, 255, 255 ,  1 );
  }
}

@media screen and (-ms-high-contrast: white-on-black) {
  .is-selected .combo-box-container .combo-box-input {
    color: rgba( 0, 69, 120 ,  1 );
  }
}

@media screen and (-ms-high-contrast: black-on-white) {
  .is-selected .combo-box-container .combo-box-input {
    color: rgba( 255, 255, 255 ,  1 );
  }
}
