/*	
 * This file is subject to the terms and conditions defined in
 * 'Cabin4j Customer Agreement.docx', which is part of this package.
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--primary-color: #242a32;
	--hover-color: #5c5c5c;
	--dull-color: #92929278;
	--grey-color: #cdcdcd;
	--border-bottom: #888888;
}

body {
	font-family: "Poppins", sans-serif;
	background-color: #f9fafc;
	padding-right: 0 !important;
}

span {
	font-family: "Poppins", sans-serif;
}

table {
	table-layout: fixed;
	width: 100%;
}
table td {
 	/*font-family: "Roboto", sans-serif; */
 	font-family: "Poppins", sans-serif;
}
table td {
    width: 33.33%;
    white-space: normal !important;
    word-wrap: break-word;
    word-break: break-word;
} 
a {
  color: #444;
  font-family: "Poppins", sans-serif;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000
}
.skin-purple-light .main-header .logo {
    background-color: rgb(249, 250, 252);
}
.skin-purple-light .main-header .logo:hover {
	background-color: rgb(249, 250, 252);
}
.main-footer {
	background: #f9fafc;
}
.login-button-div {
	margin-top: 50px;
}
.login-button-div button {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}
.login-button-div button:hover, 
.login-button-div button:active, 
.login-button-div button:focus {
	background-color: var(--hover-color);
	color: #fff;
	border-color: var(--hover-color);
}
.info-box-icon {
	background: transparent;
    color: #605ca8;
}	
.panel-default>.panel-heading {
    color: #444;
    background-color: transparent;
    border-color: transparent;
    font-size: x-large;
}
.paginate_button, .pagination-anchor {
	padding: 2px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	color: #444 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}
.paginate_button.current, .entity-pagination b:hover {
	color: #663399 !important;
}
.paginate_button.current, .entity-pagination b {
	z-index: 3;
	color: #444 !important;
	cursor: default;
	position: relative;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
}
div.dataTables_filter input {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadowease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.dataTables_wrapper div.dataTables_length select {
	width: 75px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadowease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media ( min-width : 768px) {
}
.chat {
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
	margin-left: 60px;
}
.chat li.right .chat-body {
	margin-right: 60px;
}
.chat li .chat-body p {
	margin: 0;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}
.chat-panel .panel-body {
	height: 350px;
	overflow-y: scroll;
}
.login-page {
	background: linear-gradient(to right, #fff, #777, #2d2d30);
	background-size: cover;
}
.login-danger {
	color: red;
}
.login-panel {
	margin-top: 40%;
	box-shadow: 0 0 50px black;
}
.login-panel .panel-heading {
	color: #444;
	background-color: #fff;
	border-color: transparent;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
}
.flot-chart {
	display: block;
	height: 400px;
}
.flot-chart-content {
	width: 100%;
	height: 100%;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
	background: transparent;
}
table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	float: right;
	font-family: fontawesome;
}
table.dataTable thead .sorting:after {
	content: "\f0dc";
	float: right;
	font-family: fontawesome;
	color: rgba(50, 50, 50, 0.5);
}
.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.428571429;
}
.btn-circle.btn-lg {
	width: 50px;
	height: 50px;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.33;
}
.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}
.show-grid [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #eee !important;
}
.show-grid {
	margin: 15px 0;
}
.huge {
	font-size: 40px;
}
.panel-green {
	border-color: #5cb85c;
}
.panel-green>.panel-heading {
	border-color: #5cb85c;
	color: white;
	background-color: #5cb85c;
}
.panel-green>a {
	color: #5cb85c;
}
.panel-green>a:hover {
	color: #3d8b3d;
}
.panel-red {
	border-color: #d9534f;
}
.panel-red>.panel-heading {
	border-color: #d9534f;
	color: white;
	background-color: #d9534f;
}
.panel-red>a {
	color: #d9534f;
}
.panel-red>a:hover {
	color: #b52b27;
}
.panel-yellow {
	border-color: #f0ad4e;
}
.panel-yellow>.panel-heading {
	border-color: #f0ad4e;
	color: white;
	background-color: #f0ad4e;
}
.panel-yellow>a {
	color: #f0ad4e;
}
.panel-yellow>a:hover {
	color: #df8a13;
}
.timeline {
	position: relative;
	padding: 20px 0 20px;
	list-style: none;
}
.timeline:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	margin-left: -1.5px;
	background-color: #eeeeee;
}
.timeline>li {
	position: relative;
	margin-bottom: 20px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li>.timeline-panel {
	float: left;
	position: relative;
	width: 46%;
	padding: 20px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline>li>.timeline-panel:before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 26px;
	right: -15px;
	border-top: 15px solid transparent;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ccc;
}
.timeline>li>.timeline-panel:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -14px;
	border-top: 14px solid transparent;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
}
.timeline>li>.timeline-badge {
	z-index: 100;
	position: absolute;
	top: 16px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 50% 50% 50% 50%;
	text-align: center;
	font-size: 1.4em;
	line-height: 50px;
	color: #fff;
	background-color: #999999;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body>p, .timeline-body>ul {
	margin-bottom: 0;
}
.timeline-body>p+p {
	margin-top: 5px;
}
.linedwrap {
	border: 1px solid #c0c0c0;
	padding: 3px;
	max-width: 100%;
}
.linedtextarea {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}
.linedtextarea textarea, .linedwrap .codelines .lineno {
	font-size: 10pt;
	font-family: monospace;
	line-height: normal !important;
}
.linedtextarea textarea {
	padding-right: 0.3em;
	padding-top: 0.3em;
	border: 0;
}
.linedwrap .lines {
	margin-top: 0px;
	width: 50px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}
.linedwrap .codelines {
	padding-top: 5px;
}
.linedwrap .codelines .lineno {
	color: #AAAAAA;
	padding-right: 0.5em;
	padding-top: 0.0em;
	text-align: right;
	white-space: nowrap;
}
.linedwrap .codelines .lineselect {
	color: red;
}
@media ( max-width : 767px) {
	ul.timeline:before {
		left: 40px;
	}
	ul.timeline>li>.timeline-panel {
		width: calc(10%);
		width: -moz-calc(10%);
		width: -webkit-calc(10%);
	}
	ul.timeline>li>.timeline-badge {
		top: 16px;
		left: 15px;
		margin-left: 0;
	}
	ul.timeline>li>.timeline-panel {
		float: right;
	}
	ul.timeline>li>.timeline-panel:before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}
	ul.timeline>li>.timeline-panel:after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}
}
@media ( min-width : 768px) {
}
.loader {
	background-image:url("../images/spinner.gif");
	background-size: 35px !important;
	background-position: center;
	background-repeat: no-repeat;
}
#processingModal .loader {
	background-size: 25px 25px;
}
.modal-dialog-form {
	max-width: 75%;
	width: 75% !important;
	display: inline-block;
}
.modal.in {
	text-align: center;
	background-color: rgba(192, 192, 192, 0.8)
}
.modal-open {
	overflow: scroll;
}
button.close {
	color: #fff;
	opacity: 1;
}
.paginate_button {
	padding: 2px;
}
.entity-table-back {
	padding: 0px 0px 20px 0px;
	font-size: large !important;
	color: black;
	text-decoration: none !important;
}
.modal-status-success {
	background-color: #dff0d8;
	color: #3c763d;
	font-size: x-large;
}
.modal-status-error {
	background-color: #f2dede;
	color: #a94442;
	font-size: x-large;
}
.modal-status-warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
	font-size: x-large;
}
.modal-dialog-form .modal-header {
	background-color: #605ca8;
	color: #ffff;
	font-size: x-large;
	border: 1px solid #605ca8;
}
.modal-dialog-form .modal-content {
	border: 2px solid #000;
}
.entity-page {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}
.entity-pagesize {
	margin: 0px 5px;
	display: inline-block;
}
.entity-pagesize input {
	margin: 0px 5px;
	max-width: 70px;
	text-align: center;
}
.entity-pagination {
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.entity-pagination a {
	color: black;
	float: left;
	padding: 0px 8px;
	text-decoration: none;
}
.import-console-log label {
	font-family: monospace;
	font-size: x-large;
	margin-top: 15px;
}
.import-console-log textarea {
	display: none;
}
.entity-table-selected {
	background: #e6e8fa !important;
}
.disable-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.insight-logs {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.insight-logs-header {
	padding: 10px;
	margin-bottom: 10px;
}
.insight-logs-content {
	flex: 1;
	overflow: auto;
	height: calc(100vh - 50px);
	font-size: small;
	font-family: monospace;
}
.dropdown-menu {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.dropdown-menu a{
   	padding: 5px;
 	border-bottom: 1px solid #ccc;
  	display: inline-block;
  	width: 100%;
  	text-align: left;
}
/* .form-group>label {
	//text-align: right;
	float: left;
} */
.primitive-collection>table {
	width: 35% !important;
}
@media ( min-width : 768px) {
	.primitive-collection>.col-sm-10 {
		width: 35%;
	}
}
.dropdown>a.btn {
	padding: 0px !important;
}
.drpdwn-arrw::after, .srch-cross-icon::after {
	content: "\f0d7";
	display: inline-block;
	font-family: 'FontAwesome';
	padding-left: 5px;
}
.timeline>li:after, .timeline>li:after, .btn-wrap {
	clear: both;
}
.btn-wrap>.btn {
	padding: 5px 10px;
	margin: 0 5px;
}
.searchable-attributes {
	padding: 10px 0px;
}
.entity-search-row:last-child::after {
	border-bottom: none;
	padding: 0;
}
.select-options {
	width: 100%;
}
.searched-value {
	width: 90%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px
}
.date-type-attribute .col-sm-10 {
	text-align: left;
}
.date-type-attribute .col-sm-3, .date-type-attribute .col-sm-2 {
	padding-left: 0;
}
.date-type-attribute input {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px
}
.srch-cross-icon::after {
	content: "\f00d";
}
table.table-bordered thead th, th .drpdwn-arrw {
	text-align: center;
	background: #666 !important;
	color: #fff;
}
.add-attribute-box>.dropdown-menu {
	min-width: auto;
	padding: 10px;
	max-height: 300px;
	overflow-y: auto;
}
.add-attribute-box>.dropdown-menu a.dropdown-item.searchable-select {
	padding: 7px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	text-align: left;
}
.entity-search-row option {
	background: #f8f8f8;
	color: #337ab7;
}
.file-attribute img {
	float: left;
	max-width: 100%;
	height: auto;
	width: 50%;
	border: 5px solid #ccc;
}
.file-attribute a {
	float: left;
}
.file-attribute>.col-sm-4 {
	text-align: left;
}
::-webkit-scrollbar {
	width: .5em;
	height: 0em;
}
::-webkit-scrollbar-button {
	background: #ddd;
}
::-webkit-scrollbar-track-piece {
	background: #ddd;
}
::-webkit-scrollbar-thumb {
	background: #666;
}
.searchable-attr-header {
	overflow: hidden;
	margin: 0 10px;
	clear: both;
	text-align: left;
}
.searchable-attr-header span:after {
	content: "\f0d8";
	display: inline-block;
	border-radius: 20px;
	width: 20px;
	text-align: center;
	color: #444;
	font-family: 'FontAwesome';
}
.searchable-attr-wrap.toggl-arrw .searchable-attr-header span:after {
	content: "\f0d7";
}
​.searchable-attr-header.expnd-tbl+.searchable-attributes {
	display: none;
}
.searchable-attr-header h4 {
	width: auto;
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}
.searchable-attr-wrap {
	margin: 0px auto;
	background: #f5f5f5;
	width: auto;
	float: none;
}
.add-attribute-box {
	border: 1px solid #ccc;
	width: max-content;
	padding: 7px;
	margin: 0 0 25px 0;
}
.entity-search-row {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-bottom: 5px;
}
.searchable-btn-wrap {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin: 0px auto;
}
#imageModal img {
	max-width: 100%;
	height: auto;
	border: 5px solid white;
}
.sidebar-mini:not(.sidebar-mini-expand-feature ).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container{
	top: -4px !important;
}
.treeview-menu {
    max-height: 300px;
    overflow: scroll;
}
/* Notification Box CSS starts*/
.notifications-header {
	margin: 10px 10px -5px 10px;
    padding: 10px 0px;
    font-weight: bolder;
    border: 1px solid;
    color: #444;
}
.notifications-footer {
	margin: auto;
    color: #3c8dbc;
    padding: 5px 0px;
}
.notifications-footer a{
	border-bottom: none;
	margin-left: 35%;
}
.divider {
	color: transparent;
}
.notifications-box {
	max-height: 250px;
	overflow-y: auto;
	margin: 10px 10px -10px 10px;
	padding: 5px;
}
.notifications-box .notification-item {
	border: 2px solid #444;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 5px 0px;
}
.notifications-box .notification-item.not-seen{
	border: 1px solid #444;
}
.notifications-box .item-date {
	text-align: right;
    font-size: x-small;
    margin-bottom: 0px;
    margin-right: 10px
}
.notifications-box .item-message {
	margin-top: 5px;
}
/* Notification Box CSS ends*/
label {
   float: left;
}
.compatible-browser {
	border: 1px solid aliceblue;
    background: aliceblue;
}
.journal-subject {
	font-size: 1.8rem;
    color: #000;
}
.journal-row {
	margin-bottom: 5px;
    text-align: left;
    margin-top: 5px;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 15px;
}
.journal-description {
	margin-top: 10px;
}
.journal-date {
	text-align: right;
    font-size: 1.3rem;
    color: #777;
}
.resizable-panel {
	height:300px;
	margin-bottom:10px;
}


/* New Changes */


.btn:active:focus, .btn:focus{
	outline: unset !important;
	outline-offset: unset !important;
}

.form-group .text_inputwide .form-control {
	border: none;
}

.form-group .text_inputwide {
	border: 1px solid #cdcdcd;
    border-radius: 7px;
    position: relative;
    padding-top: 8px;
    width: 100%;
    box-sizing: border-box;
}


.form-group .text_inputwide label {
	font-weight: 500;
}

.form-group .text_inputwide .form-control {
	border: none;
	margin-bottom: 3px;
	padding-top: 10px;
} 

.text_inputwide textarea {
    resize: both;
    width: 100% !important;
    box-sizing: border-box;
}

.text_inputwide label {
	position: absolute;
	top: -23%;
	left: 4%;
	background: #fff;
	padding: 0 10px;
}

.text_inputwide .textarea-label {
	top: -4% !important;
}

.linedtextarea textarea {
    width: 100% !important;
}

.text_inputwide .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fff;
}

.text-dateinput label {
	top: -52%;
}

.btnentity {
	display: flex;
	justify-content: end;
}

.btnentity button {
	margin-right: 8px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b8b8b8;
    background: #fff;
    /* border-radius: 35px; */
}

.btnentity button span {
    margin-right: 10px;
}

.btnentity button p {
	margin: 0;
    margin: 0;
    position: relative;
    width: fit-content;
    font-size: initial;
}

.d-warpentity {
	display: flex;
	flex-wrap: wrap;
}


.btn-bottomfxd {

	padding-right: 8px;
	height: 80vh;
    overflow: auto;
}

.btn-bottomfxd::-webkit-scrollbar {
    background-color: red;
}

.btn-bottomfxd button {
	font-weight: 300;
}

.btn-bottomfxd>* {
	background: #fff !important;
	color: #000 !important;
	border: 1px solid #9a9a9a !important;
	font-weight: 600;
	font-size: 16px;
	width: fit-content;
	padding: 6px 24px;
	border-radius: 8px;
	white-space: normal;
}


/* navigation */
.skin-purple-light .main-header .navbar {
    background-color: var(--primary-color);
}

.main-header nav.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-header nav.navbar .side_inputbar {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
}

.main-header nav.navbar .navbar-custom-menu {
	display: flex;
	width: 100%;
	justify-content: end;
	align-items: center;
}


.skin-purple-light .main-header .navbar .sidebar-toggle {
	margin-right: 12px;
}

.sidebar-forminput .input-group span button {
	background: #fff;
	position: relative;
}

.sidebar-forminput .input-group span button:before {
	position: absolute;
	content: "";
	background: #eee;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
}

.sidebar-forminput .input-group input {
	border: 1px solid #fff;
}

.sidebar-forminput .input-group span button i {
	color: #747474;
}

.sidebar-forminput .input-group {
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
}



.main-sidebar .sidebar .tree li.treeview a {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 18px;
	/* padding: 6px !important; */
	border-left: 3px solid var(--primary-color);
	/* height: 60px; */
}

.main-sidebar .sidebar .tree li.treeview span {
    font-size: 15px;
    font-weight: 500;
}

.main-sidebar .sidebar .tree li.treeview i {
	/* font-size: 22px; */
	color: #b1b1b1;
}

.treeview-menu::-webkit-scrollbar {
	display: none;
}

.main-sidebar .sidebar .tree li.treeview .treeview-menu {
	padding: 0;
}

.main-sidebar .sidebar .tree li.treeview ul.treeview-menu li a {
	border-left: 3px solid #bc2626;
}

.main-sidebar .sidebar .tree li.treeview ul.treeview-menu li a:hover {
	border-left: 3px solid var(--primary-color);
}

.main-sidebar .sidebar .tree li.treeview ul.treeview-menu li a {
	border-left: 3px solid var(--dull-color);
}


.info-box-icon {
	color: var(--primary-color);
}

.skin-purple-light .main-header .navbar {
	background-color: var(--primary-color)
}

.skin-purple-light .main-header .navbar .sidebar-toggle:hover {
	background-color: var(--hover-color)
}

.nav-tabs>li.active>a:after {
	background-color: var(--primary-color);
}

.form-horizontal ul.nav-justified li:hover a,
.form-horizontal ul.nav-justified li:hover a:after {
	background: var(--primary-color) !important;
}


.skin-purple-light .main-header .navbar .nav>li>a:hover,
.skin-purple-light .main-header .navbar .nav>li>a:active,
.skin-purple-light .main-header .navbar .nav>li>a:focus,
.skin-purple-light .main-header .navbar .nav .open>a,
.skin-purple-light .main-header .navbar .nav .open>a:hover,
.skin-purple-light .main-header .navbar .nav .open>a:focus,
.skin-purple-light .main-header .navbar .nav>.active>a {
	background: var(--hover-color);
}


.info-box:hover span.info-box-icon {
    color: var(--hover-color);
}

.treeview a:hover i {
    color: black !important;
}

#page-wrapper h1.page-header {
    padding: 0 15px 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.page-header p {
    display: inline-block;
    font-size: 34px;
    margin-bottom: 0;
}

.importentity .btn-round {
    border: 1px solid #b0b0b0;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 5px 15px;
}

.importentity input {
    border: 1px solid #b0b0b0;
    padding: 5px 15px;
    border-radius: 40px;
    font-size: 14px;
}

.btn-round {
   /* border-radius: 40px; */
       border-radius: 8px;
}

.add-attribute-box {
    width: max-content;
    padding: 7px;
    margin: 0 0 25px 0;
    border: none;
    border-bottom: 1px solid #a1a1a1;
}
.dropdown .drpdwn-arrw {
    border-bottom: none;
    font-weight: 700;
}


.content-header > .breadcrumb li {
    font-size: 16px;
}

.searchable-btn-wrap{
	border-top: none !important;
}

.searchable-btn-wrap button p {
    margin: 0;
    position: relative;
    text-align: center;
    width: 75px;
    font-size: initial;
    display: inline-block;
}

.searchable-btn-wrap .btn-wrap button {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b8b8b8;
    background: #fff;
}

.searchable-btn-wrap .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch:first-child {
    border: none;
    margin-right: 0;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch {
    border-radius: 26px;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch:first-child p {
    display: inline-block;
    font-weight: bold;
    color: black;
    font-weight: 400;
}
.entitywidesrch p {
    margin: 0;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch input {
    max-width: 45px;
    border: 1px solid #848484;
    border-radius: 6px;
}

element.style {
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch a {
    width: fit-content;
    padding: 3px 10px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
    font-weight: 600;
    border: 1px solid #b0b0b0;
}

.searchable-entity-div .entity-page .entity-pagesize {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 5px;
    margin-bottom: 1rem;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch a p {
    margin: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch a span {
    margin-left: 10px;
}
.searchable-entity-div .entity-page .entity-pagesize .entitywidesrch {
    margin-right: 10px;
    border-radius: 26px;
}

table.table-bordered thead th, th .drpdwn-arrw {
    text-align: center;
    /*background: #ccf0fd !important; */
    background: var(--grey-color) !important;
    color: #000;
    /* border-bottom: 3px solid #91bad9; */
    border-bottom: 3px solid var(--border-bottom);
}
.searchable-entity-div .entity-page .entity-pagination{
	    margin-bottom: 1rem;

}
.entity-pagination {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.entity-page .entity-pagination a.pagination-anchor {
    position: relative;
    margin-right: 6px;
}
.paginate_button.current, .entity-pagination b {
    padding: unset;
    font-weight: 600;
}
.entity-pagination b:before {
    content: "";
    position: absolute;
   /* background: #caf1fc; */
   background: var(--grey-color);
    width: 26px;
    height: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}
.searchable-entity-div .entity-pagination b u {
    text-decoration: none;
}
th .dropdown .drpdwn-arrw {
    border-bottom: none;
    font-weight: 600;
    color: #000;
}
.dropdown .drpdwn-arrw {
    font-weight: 500;
}
.searchable-entity-div .entity-page .entity-pagesize {
    display: flex;
    justify-content: start;
    align-items: center;
}
.recordsfounds_input {
    border: 1px solid #848484;
    border-radius: 6px;
    background: none;
}
.searchable-btn-wrap {
    padding-top: 5px;
    margin: 0px auto;
    margin-bottom: 1rem;
}
.add-attribute-box .drpdwn-arrw {
    font-weight: 500;
}

.nav-tabs.nav-justified>li>a{
	white-space: nowrap;
}
.nav-tabs.nav-justified>li:hover a {
    color: #fff;
}

.modal .modal-dialog.modal-dialog-status {
    width: 400px;
}

.modal-content .modal-status-success {
    background-color: #ffffff;
    color: #3c763d;
    font-size: 22px;
    border-bottom: none;
    border-top: 2px solid #377644;
}

.modal-dialog-status .modal-content .modal-body {
    font-size: 18px;
    padding: 0;
    color: #777;
}
.modal-content .modal-footer {
    border-top: none;
}
.modal-content .modal-status-error {
    background-color: #ffffff;
    color: #a94442;
    font-size: 22px;
    border-top: 2px solid #ac4344;
    border-bottom: none;
}
.modal-dialog-status .modal-content {
   /* border-top: 3px solid #05bdff; */
    border-radius: 7px;
    box-shadow: 1px 1px 9px 1px #a6a6a6;
}	
.modal-status-warning {
    background-color: #ffffff;
    color: #05bdff;
    font-size: 22px;
    border-bottom: none;
    border-top: 2px solid #05bdff;
}
.modal-dialog-form .modal-header {
    background-color: #ffffff;
    color: #000;
    font-size: x-large;
    border: none;
    border-bottom: 1px solid #000000;
}
button.close {
    color: #000;
    opacity: 1;
}

.mr_Sde {
    margin-left: 0px;
    margin-right: 0px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    /* background: #caf1fc; */
    background: var(--grey-color);
}

.box-tools button.btn-box-tool {
    color: black;
}

.panel-body{
	padding-top: 0;
}

.modal-footer button {
    background: #fff;
    border: 1px solid #b0b0b0;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) , .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu{
  width: 200px !important;
}

.mr_Sde .row {
    margin-right: 0;
    margin-left: 0;
}

.skin-purple-light .main-header li.user-header{
	background-color: #ffffff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
	color: #000;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu{
	overflow: hidden;
    border-radius: 0px 0px 12px 12px;
}

.pull-right .btn-default {
    background-color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
	border-top: 1px solid #dedede;
}

.entity-search-row{
    align-items: center;
    display: flex;
}

.entity-search-row label {
    margin-bottom: 0;	
    font-weight: 500;
}

.entity-search-row span label {
    display: flex;
    gap: 6px;
}

.thirdinputcolmn {
    display: flex;
    align-items: center;
}

.import-console-log label {
    padding: 12px 23px 4px;
    font-size: 23px;
    font-weight: 400;
}

.tab-pane .import-console-log {
    width: 97%;
}

.import-console-log textarea {
    margin: 0 23px;
}

.btn-block {
    display: block;
    width: 100%;
}

.nav-tabs.nav-justified>.active>a:hover{
	border: 1px solid #eee;
}

 ul.nav-justified li.active {
    border-bottom: 1px solid #eee;
}

.nav-tabs>li.active>a{
	background-color: var(--primary-color) !important;

	border-bottom: none !important;
}

.import-container .content-wrapper{
  background-color: #ffffff;
} 

.box{
   margin-bottom: 11px;
}	

.importfile li {
   width: 200px !important;
   text-align: center;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #908f8f;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #3b3b3b;
}

.form-horizontal .form-group{
	margin-bottom: 50px;
}

/* width full modal */
.modal-full .modal-dialog {
    min-width: 100%;
    margin: 0;
}

.modal-dialog-form {
    max-width: 100%;
    width: 100% !important;
    display: inline-block;
}
.modal-full .modal-content {
    min-height: 100vh;
    border: 0;
    border-radius: 0;
}
.modal-content {
    max-height: 100vh;
    overflow: scroll;
}

.form-horizontal ul.nav-justified li.active a{
	background: var(--primary-color) !important;
	color: #fff;
}

.form-horizontal ul.nav-justified li a.form-tab{
	border: 1px solid #eee;
}

.nav-tabs>li.active>a:after{
	    background-color: var(--primary-color);
}

.nav-tabs>li.active>a:after{
    right: -25px;
    width: 50px;
    z-index: 1;
}

.nav-tabs>li>a:after{
	content: " ";
    position: absolute;
    right: -20px;
    background-color: #ffffff;
    top: 0;
    height: 100%;
    width: 40px;
    transform: skewX(35deg);
    box-shadow: 1px 0px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* images css */ 

.image_input {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

.image_input .text_inputwides label {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
}

.text_textwides .btn-default {
    background-color: #fff;
    padding-top: 10px;
    border-radius: 8px;
    padding-bottom: 10px;
    border: 1px solid #cdcdcd;
    width: 100%;
}

.image_input .text_inputwides label {
    position: absolute;
    z-index: 9;
    top: -8px;
    left: 8%;
    background: #fff;
    padding: 0 10px;
    font-weight: 500;
}

.image_entity {
    margin-top: 2rem;
    margin-right: 0px;
    margin-left: 0px;
}

.importentity #fileToLoadInput {
    margin-right: 15px;
}

.importentity > div {
    display: flex;
    align-items: center;
}	
.importentity .entityimport-button {
    display: flex;
    gap: 10px;
}

.linedtextarea textarea:focus-visible {
    outline: none;
}

.info-box-icon{
	font-size: 30px;
}

.form-horizontal .importfile {
    padding-left: 15px;
}

.dropdown-menu{
	left: 50%;
    transform: translateX(-50%);
}

.searched-value{
  border-radius: 8px;
}

.form-control{
	border-radius: 8px;
}

.linedwrap {
    width: 100% !important;
    border-radius: 8px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu{
   left: 0;
}
.importentity input:focus-visible {
    outline: none;
}
.add-attribute-box>.dropdown-menu{
	width: 100%;
}
.main-header .navbar .nav > li > a > .label{
	background: #838383;
}
.form-control:focus{
	border-color: unset;
}

/*.modal-content::-webkit-scrollbar {
    display: none;
}*/

.form-modal {
    overflow-y: hidden !important;
}

.modaltabform {
    overflow-y: auto;
    height: 80vh;
    border-right: 1px solid #80808047;
}	

.nav-tabs.nav-justified>li b {
    margin-left: 49px;
}

.nav-tabs>li.active>a:after{
    width: 39px;
}

.nav-tabs>li>a:after{
	transform: skewX(17deg);
	width: 27px;
}


.nav-tabs-scrollable {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.nav-tabs-scrollable > li {
    display: inline-block;
    float: none;
}

.nav-tabs-scrollable > li > a {
    white-space: normal;
}

/* Customize the scrollbar appearance */
.nav-tabs-scrollable::-webkit-scrollbar {
    height: 12px; /* Adjust the height of the scrollbar */
}

.nav-tabs-scrollable::-webkit-scrollbar-thumb {
    background: #888; /* Adjust the color of the scrollbar thumb */
    border-radius: 6px; /* Adjust the shape of the scrollbar thumb */
}

.nav-tabs-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555; /* Adjust the color of the scrollbar thumb on hover */
}

.nav-tabs-scrollable {
    scrollbar-color: #888 #f1f1f1; /* Customize scrollbar colors for Firefox */
    scrollbar-width: thin; /* Set the scrollbar width to thin for Firefox */
}
.sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}
.actions-header {
	width: 100%;
    border: 1px solid black !important;
    border-radius: 0;
    background: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    margin-bottom: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.table-bordered > tbody > tr > td{
      vertical-align: middle;
}
.nav-tabs>li:last-child>a:after{
	content: none !important;
}
.nav-tabs>li:last-child b {
	 margin-right: 49px !important;
}


.text_textwides .image-link {
    height: 45px;
    align-items: center;
    display: flex;
}

.text_textwides .download-image {
    background-color: #fff;
    padding-top: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.text_textwides .download-image {
    background-color: #fff;
    padding-top: 10px;
    border-radius: 8px;
    height: 45px;
    border: 1px solid #cdcdcd;
}

.text_textwides label {
    font-weight: 400;
}

.d-warpentity .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.text_inputwide .custom-external-link {
    border-color: #fff;
    background-color: #ffffff;
}

/* bootstrap-select css starts */
.bootstrap-select .dropdown-menu.inner {
	position: relative;	
}
.bootstrap-select.reference-select {
	margin: 0px;
}
.bootstrap-select.reference-select > button.btn-default {
	padding-top: 0px;
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove box-shadow (if present) */
    background-color: transparent; /* Optional: Ensure a transparent background */
}
.bootstrap-select.reference-select > button.btn-default,
.bootstrap-select.reference-select > button.btn-default:focus,
.bootstrap-select.reference-select > button.btn-default:active,
.bootstrap-select.reference-select > button.btn-default:hover,
.bootstrap-select.reference-select > button.btn-default:visited {
	padding-top: 0px;
    border: none !important; /* Remove the border in all states */
    box-shadow: none !important; /* Remove focus/active box-shadow */
    outline: none !important; 
    background-color: transparent !important; /* Ensure transparency */
}
/* bootstrap-select css ends */