@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default_textBox{
     background : white url('scrollbarText.png') repeat-x;
     border-left : solid 1px #7EADD9 !important;
     border-right :  none;
     border-top :  none;
     border-bottom :  none;
     font-family     : 'Nunito', 'Roboto', 'Arial';
     font-size       : 12px;
     font-weight     : normal;
     color           : #15428B;
     padding-left    :2px;
     padding-top    :2px;
     padding-bottom    :2px;
}
.default_button {
   background : transparent url('scrollbarButton.png') no-repeat;
   border     : none;
   cursor     : hand;
   cursor     : pointer;
}
.default_button:hover {
   background : transparent url('scrollbarButton1.png') no-repeat;
}
.default_image{
   border :none;
   background-color    : transparent;
   background-position : center;
   cursor     : hand;
   cursor     : pointer;
}

.default_popup {
   border : solid 1px #7EADD9;
   background  : white;

}
.default_itemText {
   background      : transparent;
   font-family     : 'Nunito', 'Roboto', 'Arial';
   font-size       : 12px;
   font-weight     : normal;
   text-align      : left;
   color           : #15428B;
   border          : none;
   padding-right   : 2px;
   padding-left    : 1px;
   padding-top     : 2px;
   cursor     : hand;
   cursor     : pointer;
}

.default_selectedItem {
  background :  #DFE8F6;
  border     : dotted 1px #A3BAE9;
}

.default_unSelectedItem {
   background :  white;
   border     : none;
}