
body {
	font-size: 14px;
	background: white;
}

/*
.table-bordered td, .table-bordered th {
	border: 0.5px solid #dee2e6;
}
*/

.fade {
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
       -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
         -o-transition: opacity 0.25s linear;
            transition: opacity 0.25s linear;
}

.cpsAppTitle .title {
	margin-left: -1rem;
}
.cpsAppTitle .title-actions {
	margin-right: -.5rem;
}
.cpsAppTitle .title-actions .btn {
	outline: none;
	border: none;
}

.app-menu .dropdown-toggle::after {
	display: none !important;
}
.app-menu .dropdown-toggle {
	background-color: transparent;
	color: #212529;
	margin: auto .25rem;
	border-radius: 0;
	border: 1px solid transparent;
}
.app-menu .dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
	background-color: #f8f9fa;
	border: 1px solid #ccc;
	border-bottom: none;
}
.app-menu .btn i {
	padding-right: 0;
}
.app-menu .dropdown-menu {
	min-width: 12.5rem;
	border-radius: 0;
	margin-top: -.11rem !important;
}
.app-menu .dropdown-menu::before {
	content: '';
	position: absolute;
	top: -.11rem;
	left: 0;
	width: 40px;
	height: 1px;
	background: #fff;
}

/* revised */
.app-menu .dropdown-menu li {
	margin: 0;
}
.app-menu .dropdown-menu li:first-child {
	margin-top: .75rem;
}
.app-menu .dropdown-menu a {
	padding: 0.15rem 1rem;
}
.dropdown-menu a {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.dropdown-menu a:disabled {
	color: red;
}



.title-act, .title-add {
	display: inline-block;
}

.data-ctrl {
	float: right;
	text-align: right;
	padding-right: 0;
	margin-left: 1.5rem;
}

.table .thead-light th {
	color: #333;
	background-color: #f0f0f0;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
	border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
	border-left-width: 0;
}

.table-bordered {
	border: 1px solid #ddd;
	border-right: 1.5px solid #ddd;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table>thead>tr>th {
	border-bottom: 2px solid #ddd;
	text-align: center;
	vertical-align: top;
}

table.dataTable {
	margin-bottom: 6px !important;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom-width: 2px !important;
}

table.dataTable.no-footer {
	border-bottom: 2px solid #ddd !important;
}

.table-list-filter th {
	padding: 0 !important;
	margin: 0 !important;
}

.table-list-filter th input {
	margin: 0 !important;
}

.table-list-filter th select {
	width:100%;
	height: 2.2rem;
/*test	background-color:#fff; */
	border: 1px solid #aaa;
}

.dataTables_length {
	float: right !important;
	padding-right: 0;
}

.dataTables_length select {
	height: 36px;
}

.dataTables_filter {
	float: left !important;
	text-align: left !important;
	padding-left: 0;
	padding-right: 0;
}

div#tbDataList_wrapper {
	overflow: scroll;
}

.cursor-pointer {
	cursor: pointer;
	font-weight: 600;
}

div#filter_checkbox {
	display: inline-block;
	margin-left: 10px;
}


#dataModal .modal-header {
	padding: 1rem 2rem 0.75rem 2rem;
}

#dataModal .modal-body {
	padding: 1rem 2rem;
}

#dataModal .modal-footer {
	padding: 0 1rem;
}

#dataModal .close {
	min-width: 0;
}

#dataModal .data-status {
	font-weight: 800;
}

#dataModal input.error {
	margin-bottom: 0;
}
/*
#dataModal .btn {
	font-size: 1rem;
}
*/

.modal-upd-perm .modal-body {
	padding: 1.75rem;
}

#document {
	border-top:2px solid #ddd;
	padding-top:15px;
}
#document .panel-list-file {
	background-color: #f0f0f0;;
}
#document .parent-dir-dropdown {
	list-style:none;
}
#document .parent-dir-dropdown li {
	padding:8px;
}
#document .child-dir-dropdown {
	padding-left:15px;
	padding-right:15px;
	border-top:2px solid #ddd;
}
#document .child-dir-dropdown li {
	padding:8px;
}

.w-35 {
	width: 35%;
}
.w-20 {
	width: 20%;
}
.w-5 {
	width: 5%;
}

.toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.toast-message {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.3s, transform 0.3s;
    color: #fff;
    min-width: 280px;
    max-width: 350px;
}
.toast-icon {
    margin-right: 10px;
    font-size: 18px;
}
.toast-text {
    flex-grow: 1;
}
.toast-close {
    background: none;
    border: none;
    color: inherit;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.7;
    padding: 0 0 0 10px;
    line-height: 1;
    pointer-events: initial;
}
.toast-close:hover {
    opacity: 1;
}
.toast-message.show {
    opacity: 1;
    transform: translateX(0);
}
.toast-message.default {
    background-color: #6c757d; /* Grey */
}
.toast-message.success {
    background-color: #28a745; /* Green */
}
.toast-message.error {
    background-color: #dc3545; /* Red */
}
.toast-message.warning {
    background-color: #ffc107; /* Yellow */
    color: #212529;
}
.toast-message.warning .toast-close {
    color: #212529;
}
.toast-message.info {
    background-color: #17a2b8; /* Blue */
}
.toast-message.outline-default {
    background-color: #fff; /* transparent; */
    border: 1px solid #6c757d;
    color: #6c757d;
}
.toast-message.outline-success {
    background-color: #fff; /* transparent; */
    border: 1px solid #28a745;
    color: #28a745;
}
.toast-message.outline-error {
    background-color: #fff; /* transparent; */
    border: 1px solid #dc3545;
    color: #dc3545;
}
.toast-message.outline-warning {
    background-color: #fff; /* transparent; */
    border: 1px solid #ffc107;
    color: #ffc107;
}
.toast-message.outline-info {
    background-color: #fff; /* transparent; */
    border: 1px solid #17a2b8;
    color: #17a2b8;
}