/*ECL+ Tool Components*/

.ey-btn-bg {
    color: #000; /*black color*/
    background-color: #FFE600;
    /* border-color: #FFE600; */
  }
  
  /* .ey-btn-bg:hover {
    color: #000;
    background-color: #FFE600;
    border-color: #FFE600;
  } */
  
  /* .ey-btn-bg:focus, .ey-btn-bg.focus {
    color: #000;
    background-color: #FFE600;
    border-color: #FFE600;
    box-shadow: 0 0 0 0.1rem rgba(5, 5, 5, 0.5); 
  } */
  
  .ey-btn-bg.disabled, .ey-btn-bg:disabled {
    color: #000;
    background-color: #FFE600;
    /* border-color: #FFE600; */
  }
  
  /* .ey-btn-bg:not(:disabled):not(.disabled):active, .ey-btn-bg:not(:disabled):not(.disabled).active,
  .show > .ey-btn-bg.dropdown-toggle {
    color: #000;
    background-color: #FFE600;
    border-color: #FFE600;
  } */
  
  .ey-btn-bg:not(:disabled):not(.disabled):active:focus, .ey-btn-bg:not(:disabled):not(.disabled).active:focus,
  .show > .ey-btn-bg.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.0rem rgba(23, 23, 24, 0.5);
  }
  
  /*large button*/
  .ey-btn-lg 
  {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  
  /*small button*/
  .ey-btn-sm 
  {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }

  /*form control for textboxes -- section start*/
  .ey-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .ey-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #070707;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(7, 7, 7, 0.25);
  }
  
  .ey-form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .ey-form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  /*text ey - ey yellow*/
  .text-ey {color: #ffe600 !important;}

  .bg-ey-dark {
    background-color: #2E2E38 !important; 
  }
  .bg-ey-dark-b {
    background-color: #1A1A24 !important; /**/
  }

  /* a.bg-ey-dark:hover, a.bg-ey-dark:focus,
button.bg-ey-dark:hover,
button.bg-ey-dark:focus {
  background-color: #1A1A24 !important;
} */



  /* .page-item.active .page-link {
    z-index: 3;
    color: #17070e;
    background-color: #FFE600;
    border-color: #dee2e6;
  } */

  .bg-blackt2 {
    background-color: #747480 !important;
  }

  .bg-ey-t5c3{background-color: #ffe600 !important;}


  /* .list-group-item1 {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #747480;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #ffe600;
  } */
  
  .list-group-item1:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .list-group-item1:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .list-group-item1.disabled, .list-group-item1:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  
  /* .list-group-item1.active {
    z-index: 2;
    color: #FFE600;
    background-color: #1A1A24;
  } */
  
  .list-group-item1 + .list-group-item1 {
    border-top-width: 0;
  }
  
  .list-group-item1 + .list-group-item1.active {
    margin-top: -1px;
    border-top-width: 1px;
  }

  .list-group-item-sidebar {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #2E2E38;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #ffe600;
  }

  .bb-bottom
  {
    border-bottom: 0;
  }