.cancel-template {

}

.cancel-template .header {
	position: relative;
	padding: 10px 20px;
	background-color: #1867aa;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 15px;
}

.cancel-template .header .list-office-info-new {
	position: absolute;
	opacity: 1;
	right: 0;
	top: 98%;
	width: 600px;
	background-color: #cccccc;
	border-radius: 0;
	padding: 0 5px;
	color: #000000;
	z-index: 10;
}

.cancel-template .header .list-office-info-new table {
	font-size: 12px;
	margin-bottom: 5px;
}

.cancel-template .header .list-office-info-new table td {
	text-align: left;
}

.cancel-template .header .list-office-info-new table td p:last-child {
	margin: 0;
}

.cancel-template .header .close {
	position: absolute;
	right: 12px !important;
	top: 7px !important;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
	opacity: 1;
	z-index: 1;
}

.cancel-template .body {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}

.cancel-template .body .table-field {
	width: 100%;
	margin: 0;
}

.cancel-template .body .table-field td {
	padding: 8px 0;
}

.cancel-template .body .table-field td.bold {
	font-weight: bold;
}

.cancel-template .body .table-field tr td:first-child {
	width: 40%;
	padding-right: 10px;
}

.cancel-template .body .table-field tr td:last-child {
	width: 60%;
	text-align: right;
}

.cancel-template-row {
	padding-top: 10px;
	padding-bottom: 20px;
}

.cancel-template-row .form-group {
	margin-bottom: 0;
}

.cancel-template .body .table-cancel-policy {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	overflow: hidden;
}

.cancel-template .body .table-cancel-policy tr th {
	padding: 10px;
	background-color: #f8f9fa;
	border-bottom: 2px solid #dee2e6;
	color: #495057;
	font-weight: 600;
}

.cancel-template .body .table-cancel-policy tr td {
	padding: 8px 10px;
	vertical-align: middle;
}

.selected,
.active-rule {
	background-color: lightgoldenrodyellow;
	font-weight: 700;
}

.cancel-template .body .table-cancel-policy .group-header {
	cursor: pointer;
    transition: background-color 0.2s;
}

.cancel-template .body .table-cancel-policy .group-header:hover {
	background-color: #e9ecef;
}

.cancel-template .body .table-cancel-policy tbody tr:not(.group-header):hover {
	background-color: #f8f9fa;
}

.cancel-template .body .table-cancel-policy tr:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}

.cancel-template .body .table-detail {
	width: 100%;
	margin: 0;
}

.cancel-template .body .table-detail td {
	padding: 8px 0;
}

.cancel-template .body .table-detail tr td:first-child {
	width: 40%;
	padding-right: 10px;
}

.cancel-template .body .table-detail tr td:last-child {
	width: 60%;
	text-align: right;
}


