/* CUSTOM ROUND CORNER */
.cu-round {
	border-radius: 30px !important;
}

.cu-round-left {
	border-radius: 30px 0px 0px 30px !important;
}

.cu-round-right {
	border-radius: 0px 30px 30px 0px !important;
}
/* CUSTOM ROUND CORNER */

/* CUSTOM INPUT FIELD */
.cu-input-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cu-input-field {
	position: relative;
}

.cu-field {
	border: 1px solid #e6e6e6 !important;
	width: initial !important;
	height: initial !important;
	padding: 7px !important;
	margin: 0 !important;
}

.cu-field:focus {
	border: 1px solid #e6e6e6 !important;
	box-shadow: none !important;
}

.cu-input-suffix {
	border: 1px solid #e6e6e6 !important;
	background-color: white;
}

.cu-input-suffix button {
	border: none;
	background-color: transparent;
	border-radius: 30px;
	font-size: 10px;
	margin-right: 10px;
	padding: 5px 10px;

	transition: background 0.2s ease-out, color 0.2s ease-out;
}

.cu-input-suffix button.selected {
	background-color: #Ba0000;
	color: white;
}

.cu-input-suffix button.active {
	border: none;
	background-color: #Ba0000;
	color: white;
}

.cu-input-suffix button:hover {
	cursor: pointer;
}

.cu-input-suffix svg.feather {
	width: 16px;
    height: 16px;
    vertical-align: unset;
}

.cu-field-prefix {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 16px !important;
    height: 16px !important;
	font-size: 20px !important;
}

.cu-field-prefix + .cu-field, 
.cu-field-prefix + .cu-field-suffix + .cu-field {
	padding-left: 40px !important;
}

.cu-field-suffix {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 16px !important;
    height: 16px !important;
	font-size: 20px !important;
}

.cu-field-suffix + .cu-field {
	padding-right: 40px !important;
}
/* CUSTOM INPUT FIELD */

/* CUSTOM PAGE HEADER */
.cu-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
}

.cu-header > h6 {
	margin: 0px;
}
/* CUSTOM PAGE HEADER */

/* CUSTOM DATATABLES STYLE */
.dataTables_wrapper thead th,
.dataTables_wrapper thead td,
.dataTables_wrapper .dataTables_scrollBody {
    border-bottom-color: #ddd !important;
}

.cu-datatables-toolbar {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.cu-datatables-toolbar .cu-datatables-toolbar-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cu-datatables-toolbar .cu-datatables-toolbar-item a {
	color: #3B2F16;
	padding: 12px 15px;
}

.cu-datatables-toolbar .cu-datatables-toolbar-item a svg.feather:first-child {
	stroke: #b71c1c;
    margin: -2px 16px 0 0;
	vertical-align: middle;
}

.cu-datatables-toolbar .cu-datatables-toolbar-item a:hover {
	background-color: #f7f7f7;
}

.cu-datatables-toolbar .cu-datatables-toolbar-item a i {
	color: #b71c1c;
	font-size: 22px;
}

.cu-datatables-toolbar .tabs {
	height: 46px;
}

.cu-datatables-toolbar .tabs li.tab {
	line-height: 25px;
	height: 46px;
}

.cu-datatables-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 20px;
}

.cu-datatables-footer-container .dataTables_paginate {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cu-datatables-footer-container .dataTables_paginate .paginate_button {
    padding: 0px 10px;
}

.cu-datatables-footer-container .dataTables_paginate .paginate_button.current {
    background: #b71c1c !important;
    border-color: #b71c1c !important;
    color: white !important;
}

.cu-datatables-footer-container .dataTables_paginate .paginate_button:hover,
.cu-datatables-footer-container .dataTables_paginate .paginate_button.current:hover,
.cu-datatables-footer-container .dataTables_paginate .paginate_button.disabled:hover {
    background: #b71c1c !important;
    border-color: #b71c1c !important;
    color: white !important;
}

.cu-datatables-footer-container .dataTables_info {
	float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.dataTables_wrapper td.details-control {
    background: url('/triples/assets/images/datatables/details_open.png') no-repeat center center;
    cursor: pointer;
}

.dataTables_wrapper tr.shown td.details-control {
    background: url('/triples/assets/images/datatables/details_close.png') no-repeat center center;
}

.cu-datatables-row-detail,
.cu-datatables-row-detail tr,
.cu-datatables-row-detail tr td {
	border: none !important;
	background: transparent !important;
}

.cu-datatables-row-detail tr td {
	padding: 4px 5px !important;
}
/* CUSTOM DATATABLES STYLE */

/* CUSTOM CHIPS */
.cu-chips .dropdown-content {
	width: 60% !important;
}
/* CUSTOM CHIPS */

/* CUSTOM TOAST */
#toast-container:has(> div.cu-toast-center) {
	top: 50% !important;
	right: 50% !important;
	/*left: auto !important;*/
}

.toast {
 	display: block;
 	align-items: unset; 
 	justify-content: unset;
}
/* CUSTOM TOAST 

/* CUSTOM DATEPICKER */
.datepicker-date-display {
	background-color: #Ba0000 !important;
}

.datepicker-table td.is-selected {
	background-color: #Ba0000 !important;
	color: white !important;
}

.datepicker-table td.is-today {
	color: #Ba0000;
}

.datepicker-day-button:focus {
	background-color: rgba(186, 0, 0, 0.25) !important;
}

.datepicker-controls button:focus {
	background-color: #Ba0000 !important;
}

.datepicker-controls button:focus svg {
	fill: white !important;
}

.datepicker-done,
.datepicker-cancel {
	color: #Ba0000;
}
/* CUSTOM DATEPICKER */

/* CUSTOM BUTTON */
a[class*=btn] {
	text-transform: initial;
}

.btn-extra-small {
    height: 23.4px;
    line-height: 25.4px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
}

.btn-extra-small i {
	font-size: 1.2rem;
}

.btn-extra-small i.left {
	margin-right: 5px;
}

.btn-extra-small i.right {
	margin-left: 5px;
}

.btn-flat svg.feather {
	width: 16px;
    height: 16px;
    margin: 0px !important;
}
/* CUSTOM BUTTON */

/* IMAGE DND */
.image-dnd-container {
	position: relative;
    padding: 15px;
	border: 2px dashed lightgray;
}

.image-dnd-container > input[type=file] {
	display: none;
}

.image-dnd-container > .image-dnd-delete {
	display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 21px;
    border-radius: 30px;
    color: white;
    background-color: #Ba0000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.image-dnd-container > .image-dnd-display {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.image-dnd-container > .image-dnd-display:empty:before {
	content: "Drag & Drop Image Here";
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: lightgray;
}
/* IMAGE DND 