
.cms-page-header {
	width: 100%;
	display: flex;
	justify-content: center;
	/*text-align: center;*/
	font-size: 2em;
	margin: 12px;
	padding: 0;
}
.cms-doc-wrapper {
	padding: 30px;
	min-width: 21cm;
	background-color: #efefef;
}

.cms-doc {
	min-width: 21cm;
	max-width: 30cm;
	background-color: white;
	margin: auto;
	text-align: left;
	padding: 1cm 2cm;
	line-height: 1.6;
}
.cms-container-margin {
	margin-top: 3%;
	margin-bottom: 2%;
}

.cms-modal-body-content{
	margin: 10px 30px;
}

.cms-scroll-bar{
	max-height: 500px;
	overflow-y: scroll;
	padding: 14px;
}

.cms-error-shadow{
	box-shadow:0px 0px 4px 1px #ff0000;
}

textarea.cms-error-shadow:focus{
 outline: none;
 box-shadow:0px 0px 4px 1px #ff0000;
}

.page-help{
 	padding: 2px 8px;
	cursor: pointer;
}

.label{
	padding: .3em .2em .2em .2em;
}

.link_move_btn{
	font-size: 8px;
	font-weight: bolder;
	padding: 3px;
}

ul > li.user_link_bookmark div.btn_move_container {
   display:none;
}

ul > li.user_link_bookmark:hover div.btn_move_container {
    display: inline !important;
}

ul > li.user_link_bookmark:hover:first-child div.btn_move_container .link_up{
    display: none;
}

ul > li.user_link_bookmark:hover:last-child div.btn_move_container .link_down{
    display: none;
}

/* Resource Tables - shared styles for My Resources and Controlled Documents */
.cms-resource-table {
	background: #f8fafc;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	margin-bottom: 1em;
}

.cms-resource-table th,
.cms-resource-table td {
	padding: 14px 22px;
	vertical-align: middle;
}

.cms-resource-table th {
	background: #e9ecef;
	font-weight: 600;
	border-bottom: 2px solid #dee2e6;
}

.cms-resource-table tr {
	transition: background 0.2s;
}

.cms-resource-table tr:hover {
	background: #f1f3f6;
}

.cms-resource-table .file-link {
	color: #007bff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.cms-resource-table .file-link:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

/* Status badges for controlled documents */
.cms-status-badge {
	padding: 0.3em 0.6em;
	font-size: 0.85em;
	border-radius: 0.25rem;
}

.cms-status-badge.badge-secondary {
	background-color: #6c757d;
	color: white;
}

.cms-status-badge.badge-warning {
	background-color: #ffc107;
	color: #212529;
}

.cms-status-badge.badge-success {
	background-color: #28a745;
	color: white;
}

.cms-status-badge.badge-danger {
	background-color: #dc3545;
	color: white;
}

.cms-status-badge.badge-info {
	background-color: #17a2b8;
	color: white;
}

/* Navbar search bar styling */
.ps-nav-links-right .input-group {
	display: flex !important;
	flex-direction: row;
	align-items: stretch;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: visible;
}

.ps-nav-links-right .input-group input {
	display: block !important;
	border: none;
	border-radius: 0;
	flex: 1;
	min-width: 120px;
}

.ps-nav-links-right .input-group input:focus {
	outline: none;
	box-shadow: none;
}

.ps-nav-links-right .input-group-btn {
	display: flex !important;
	margin-left: -1px;
}

.ps-nav-links-right .input-group-btn .btn {
	border-radius: 0;
	margin: 0;
	white-space: nowrap;
}

@media screen {
	.no-print {
		display: inherit;
	}
}


@media print {
	.no-print {
		display: none;
	}
}




.sheet-tabs-wrapper {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 16px;
    background: #f8f9fa;
}

.sheet-tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 0 8px;
    scrollbar-width: thin;
}

.sheet-tab {
    padding: 10px 22px;
    min-width: 90px;
    text-align: center;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #495057;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.sheet-tab:hover {
    background: #e9ecef;
    color: #212529;
}

.sheet-tab.active {
    background: #fff;
    border-color: #0d6efd;
    color: #0d6efd;
    font-weight: 600;
    box-shadow: 0 -2px 0 #fff;
    position: relative;
    z-index: 1;
}

/*# sourceMappingURL=app.css.map */