/* Review Questionnaires - Index Page Styles */

.review-questionnaires-search-input-group {
	width: 250px;
}

.review-questionnaires-file-link {
	color: #337ab7;
	text-decoration: none;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}

.review-questionnaires-file-link:hover {
	color: #23527c;
	text-decoration: underline;
}

.review-questionnaires-pdf-icon {
	color: #d9534f;
	margin-left: 5px;
}

.review-questionnaires-doc-icon {
	color: #5bc0de;
	margin-left: 5px;
}

.review-questionnaires-edit-btn,
.review-questionnaires-delete-btn {
	margin-right: 5px;
}

#questionnaires-table td {
	vertical-align: middle;
}

/* Table styling for Review Questionnaires module */
.cs_br_1{
    border-radius: 10px;
}

/* Adjust the table layout */
.table {
    table-layout: fixed; /* Ensures fixed column widths */
    width: 100%; /* Makes sure the table spans the full container */
}

/* Adjust individual column widths */
.cstm_w_7 {
    width: 7%; /* Adjust as per your design */
}

.cst_w_150 {
    width: 150px; /* Define the width for this column */
}

.cst_txt_left {
    text-align: left; /* Ensures text is aligned to the left */
}

.text-center {
    text-align: center; /* Center-aligned text */
}

.text-right {
    text-align: right; /* Right-aligned text */
}



/* Social share buttons */
.social-share-btns-container {
    margin-top: 1rem;
}

.social-share-btns .btn {
    margin: 0 2px;
}

/* Responsive table adjustments */
@media screen and (max-width: 767px) {
    div.dt-container div.dt-length, 
    div.dt-container div.dt-search, 
    div.dt-container div.dt-info, 
    div.dt-container div.dt-paging {
        text-align: left;
    }
}