	/*initially we show nothing but the login page*/
	div#page-incidentmanagement-documents {
		display: none;
	}

#incidentdocuments-upload-section {
    background-color: #ffffff;
    font-size: 12px;
    padding: 20px;
    margin: 20px;
    margin-right: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

div.listofdocuments {
    margin-right: 10px;
}

#incidentdocuments-upload-section input, 
#incidentdocuments-upload-section button {
    width: 98%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#incidentdocuments-upload-section button {
	width:25%;
}

div#incidentdocumentsmaxtext {
	padding-bottom: 10px;
	padding-top: 10px;
}

#incidentmanagement-document-list {
	padding: 20px;
}

.incidentdocument-item {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    position: relative;
}

.incidentdocument-description {
	font-family: hmed;
	font-size: 18px;
	font-weight: 600;
	color: #1e2d24;
	padding-bottom: 10px;
}

.incidentdocuments-upload-date {
	font-family: hroman;
	color: #6a706e;
	font-size: 16px;
}


.incidentdocument-name {
	font-family: hroman;
	font-size: 16px;
	color: #6a706e;
	padding-top: 7px;
}

.incidentdocument-download-btn, .incidentdocument-delete-btn {
	margin-top: 10px;
	margin-right: 7px;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.incidentdocument-download-btn {
	background-color: #007bff;
	color: white;
}

.incidentdocument-delete-btn {
    background-color: #dc3545;
    color: white;
}

.incidentdocument-download {
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
}

div#incidentdocumentsstext {
	font-family: hroman;
	font-size: 16px;
	color: #000000;
}
div#incidentdosumentssmaxtext {
	font-family: hroman;
	font-size: 16px;
	color: #000000;
}
