.section-title{
  display: none !important;
}

.btn-default {
  color: #000000;
  background-color: #B0FBFF;
  border-color: #B0FBFF;
  border-radius: 2px;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: #B0FBFF;
  color: #000000; }
  .btn-default:hover {
    color: #000000;
    background-color: #97E2E6;
    border-color: #97E2E6; }
  .btn-default:active, .btn-default.active {
    color: #000000;
    background-color: #97E2E6;
    border-color: #97E2E6; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
      color: #000000;
      background-color: #97E2E6;
      border-color: #97E2E6; }
  .btn-default:focus, .btn-default.focus {
    color: #000000;
    background-color: #97E2E6;
    border-color: #97E2E6; }

    .btn-default.dropdown-toggle.show {
      color: #ffffff;
      background-color: #B0FBFF;
      border-color: #B0FBFF; }
      .btn-default.dropdown-toggle.show:hover, .btn-default.dropdown-toggle.show:focus, .btn-default.dropdown-toggle.show.focus {
        color: #000000;
        background-color: #97E2E6;
        border-color: #6ed7dc; }
        

.view-grid .dropdown.action>.btn { /*COR-1398 reszta kodu w dół */
    display: none;
}
.view-grid .dropdown.action .dropdown-menu {
    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;
    padding: 0px;
}
.view-grid .dropdown.action .dropdown-menu li {
    display: inline-block;
    text-align: center;
}
.view-grid .dropdown.action .dropdown-menu li a {
    text-decoration: none !important;
    font-size: 0;
    padding: 0px;
    margin: 0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
}
.view-grid .dropdown.action .dropdown-menu li a>img{
  width: 25px;
  margin-top: 2px;

}
.view-grid .dropdown.action .dropdown-menu li a:focus {
    background: transparent;
}
#WebResource_etapy_podrozy_information { /*COR-1412*/
    height: 100px;
    margin-top: 15px;
}
#WebResource_etapy_podrozy_transport_change_prevention { /*COR-1412*/
    height: 130px;
    display: none;
}
  .overlay-blocker { /*COR-1412*/
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1050;
    cursor: not-allowed;
  }