.table>tbody>tr.cancel>td,.table>tbody>tr.cancel>th,.table>tbody>tr>td.cancel,.table>tbody>tr>th.cancel,.table>tfoot>tr.cancel>td,.table>tfoot>tr.cancel>th,.table>tfoot>tr>td.cancel,.table>tfoot>tr>th.cancel,.table>thead>tr.cancel>td,.table>thead>tr.cancel>th,.table>thead>tr>td.cancel,.table>thead>tr>th.cancel {
	background-color:#ccc;
	color:#555;
}
.table-hover>tbody>tr.cancel:hover>td,.table-hover>tbody>tr.cancel:hover>th,.table-hover>tbody>tr:hover>.cancel,.table-hover>tbody>tr>td.cancel:hover,.table-hover>tbody>tr>th.cancel:hover {
	background-color:#ccc
}
.table-collapse tbody > tr > td.collapse-toggle {
  display: none;
  padding: 4px 4px 0 0;
}

@media (max-width: 768px) {
  .table-collapse {
    display: block;
  }
  .table-collapse caption {
    display: block;
  }
  .table-collapse thead,
  .table-collapse tfoot {
    /* display: none; */
  }
  .table-collapse tbody, .table-collapse thead{
    display: block;
  }
  .table-collapse tbody > tr {
    display: block;
    border-top: 1px solid #dddddd;
  }
  .table-collapse tbody > tr:first-child {
    border-top: none;
  }
  .table-collapse thead > tr > th:first-child {
    display: none;
  }
  .table-collapse tbody > tr > td, .table-collapse thead > tr > th {
    display: block;
    border: none;
  }
  .table-collapse tbody > tr > td.collapse-toggle {
    display: block;
    float: right;
  }
  .table-collapse thead > tr > th.collapse-toggle {
    display: block;
    float: right;
  }
  .table-collapse tbody > tr > td.collapse {
    display: none;
  }
  .table-collapse tbody > tr > td[data-caption]:before {
    display: block;
    float: left;
    width: 160px;
    padding-right: 20px;
    overflow: hidden;
    clear: left;
    font-weight: bold;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    content: attr(data-caption);
  }
  .table-collapse.table-bordered {
    border: none;
  }
  .table-collapse.table-bordered tbody {
    border: 1px solid #dddddd;
  }
}
.table-requests thead > tr {
	background: #9999cc;
    font-weight: bold;
}
.table-requests > thead > tr > th {
    vertical-align: middle;
}
.table-requests > thead > tr > th.reqnumber{
	width: 110px;
}
.table-requests > thead > tr > th.reqstatus{
	width: 220px;
}
hr.style15 {
	border-top: 3px solid #9999cc;
	text-align: center;
width: 50%;
}
hr.style15:after {
	content: '\2666';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #fff;
	color: #9999cc;
	font-size: 18px;
}
@media (min-width: 768px) {
.dl-horizontal dt {
	width:inherit;
}
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb div {
	display: initial;
}
.requestop .props, .requestclient .props {
	list-style-type: none;
    padding-inline-start: 10px;
}
.table>thead>tr>th {
	vertical-align: middle;
}
.btn {
	white-space: normal;
}

.banner__main {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.banner__main img {
    max-width: 750px;
}

@media (max-width: 480px) {
    #logo {
        display: flex;
        justify-content: center;
    }
    .banner__main img {
        max-width: 100%;
    }
}
