label {
	display: block;
}

#issi-wrap {
	padding: 5%;
	width: 100%;
	min-height: 80vh;
}
#issi-date {
	/* box-sizing: content-box; */
	border: 0px;
	border-radius: 1px;
	border-bottom: 1px dashed;
	background-image: url('../img/date-input.svg');
	background-position: right center; 
	background-repeat: no-repeat;
	background-size: 20px;
	width: 14ch;
}

#issi-hall {
	border: 0px;
	border-radius: 1px;
	border-bottom: 1px solid;
}

#issi-department {
	border: 0px;
	border-radius: 1px;
	border-bottom: 1px solid;
}

.datatable-dropdown {
	float: right !important;
}

.issi-modal-popup {
	background-image: url('../img/calendar-symbol.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.issi-protocol {
	background-image: url('../img/calendar-symbol.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	/* width: 20px; */
	height: 20px;
	cursor: pointer;
}

.issi-modal-body {
	min-width: 40vw;
	max-width: 90vw;
	min-height: 60vh;
	max-height: 90vh;
	overflow: auto;
	text-align: center;
}

.table tr:nth-child(even) {
  	background-color: #f0f0f0;
}
