/**
 * PW UI Custom Override
 * (2020) Adnet Communications Inc.
 */
 ​
 /* asm Select bar - default state */
 .content li.ui-state-default, .content .ui-widget-content li.ui-state-default, .pw-content li.ui-state-default, .pw-content .ui-widget-content li.ui-state-default {
   background-color: #3c95cd;
   border-color: #3c95cd;
 }
 ​
 /* asm Select bar - hover state */
 .content li.ui-state-hover, .content .ui-widget-content li.ui-state-hover, .pw-content li.ui-state-hover, .pw-content .ui-widget-content li.ui-state-hover {
   background-color: #24597B !important;
   border-color: #24597B;
 }
 ​
 /* Repeater asm Select */
 .Inputfields .InputfieldRepeater > .InputfieldContent .InputfieldRepeaterItem > .InputfieldHeader {
   background-color: #3c95cd !important;
 }
 ​
 /* button Select bar - default state */
 .ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
   background-color: #3c95cd;
   border-color: inherit;
 }
 ​
 /* button Select bar - hover state */
 .ui-button, button.ui-button.ui-state-hover, .ui-button.ui-state-hover {
   background-color: #24597B;
   border-color: #24597B;
 }
 ​
 #checkAllCheckboxes i::before {
   color: #3c95cd;
 }
 ​
 #checkAllCheckboxes:hover {
   background-color: #24597B;
 }

 #sidebar #main-nav a.current:not(.parent) {
    background-color: #3c95cd;
  }
