/* Ensure table cells do not wrap */
#mainTable tbody td {
    white-space: nowrap;
}

/* Ensure table headers do wrap */
#mainTable thead th {
    white-space: normal;
}

#currentSheet {
	width:100%;
	text-align: center;
}

#createLabelButton {
	color:#fff;
	background-color: #6c757d;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
	min-width: 6.5cm;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Add this CSS to style the checkboxes next to each other */
#customCheckboxes {
    margin-bottom: 20px;
}
#customCheckboxes div {
    display: inline-block;
    margin-right: 10px;
}

#customCheckboxes p {
    display: inline-block;
    margin: 0 20px 10px 0;
}
#label {
    width: 6cm;
    font-size:12px;
    font-family:Time;
    padding:5px;
    background-color:white;
    border:2px solid black;
    overflow:hidden;
    overflow-wrap: break-word;
}
#customContent p {
    margin:0;
}
.process {
    border-bottom: 1px dashed black;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.customNotes  {
    border-style:none;
    width: 6cm;
    font-family:Time;
    font-size:12px;
    field-sizing: content;
}
#printButton {
	margin-top:10px;
	padding: 5px 10px 5px 10px;
}
.dataTables_length, #mainTable_filter {
	margin: 5px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
	background-color:gray;
}
.dtr-modal-content {
	overflow:hidden;
	overflow-wrap: break-word;
}
#toggleLinksContainer {
	margin-bottom: 20px;
	/*display:none;*/
	font-size:12px;
}
#toggleLinksContainer a {
	margin-left: 10px;
	text-decoration:none;
	color:#3174c7;
	cursor:pointer;
}
#toggleLinksContainer a:hover {
	text-decoration:underline;
	color:#3174c7;
}


tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }