﻿.select_focus:focus {
    /*outline: medium dotted black;*/
    /*Start - Changed the color of the border to resolve color contrast issue in Accessibility 20-11-2020*/
     outline: medium dotted #bf5324;
      /*End - Changed the color of the border to resolve color contrast issue in Accessibility 20-11-2020*/
    outline-width: 3px;
}