
/* Customized CSS for additional formating for new UI Design */

body { 
	margin: 0; 
	padding: 0; 
	background-image: url('/openj/template/default/images/login_background.png') !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
img{
	max-width:100%;
	vertical-align: middle;
    border-style: none;
}
.logo-container img {
    width: 180px;
}
.img-circle {
    border-radius: 50%;
}
.user-panel img {
    height: auto;
    width: 2.1rem;
}
.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
}
/* body { margin: 0; padding: 0; background-color: #dee4d9; } */

/* body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #e8f5e9; } */

.c-container { display: flex; flex-direction: column; max-width: none; min-height: 100vh; background-color: #ebebeb !important; width:100%}
.content-container {background: #ebebeb;}
.sidebar { 
		background: #0F1755; 
		padding: 20px 10px; 
		transition: width 0.3s ease-in-out; 
		position: fixed;
        top: 0;
		top: 78px;
        height: 100%;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
		border-top-right-radius: 37px;
		}
.sidebar.expanded {
    width: 220px;
}
.body-container{
	padding-top: 30px;
	margin-top: 70px;
}
/* 
.sidebar a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	display: flex;
	align-items: center;
}

.sidebar a:hover {
	background-color: #4a773c
}
*/

.sidebar ul { list-style-type: none; padding: 0; margin:0; height: 80vh; overflow-y: scroll; overflow-x: hidden;}
.sidebar li:not(.treeview) {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
}
.sidebar li:not(.treeview):hover, .sidebar li:not(.treeview).active { background: #ffffff; cursor: pointer;}
.sidebar li:not(.treeview):hover>a span, .sidebar li:not(.treeview):hover>a i, .sidebar li:not(.treeview).active >a span, .sidebar li:not(.treeview).active>a i{color: #070765;}
.sidebar li i { margin-right: 10px; font-size: 18px; color: #ffffff;}
.sidebar.expanded li span { display: inline; font-family: 'Poppins', sans-serif !important; }
.sidebar li span { display: none; color: whitesmoke;}
.sidebar li:first-child:not(.treeview)hover {
    background: none !important;
}
.sidebar li span:first-child:hover, .sidebar li:hover>a span:first-child:hover{
	color:#ffffff !important;
}
.sidebar li span:first-child {
    font-size: 14px !important;
}
.sidebar li a{
	text-decoration:none;
}
.sidebar li span{
	vertical-align:middle;
}
.toggle-sidebar {
    border: none;
    height: 15px;
    cursor: pointer;
    background: none !important;
    color: white;
    font-size: 20px;
	width:100%;
	text-align:left;
}
.fnt-14{
	line-height:20px;
}
/*
.content { flex: 1; padding: 20px; background: #f1f8e9; }
*/
.content { flex: 1; background: yellowgreen; padding: 0px; }
.clear{
	 clear: both;
}
#masthead {
    width: 100%;
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    background: #ffffff;
	z-index: 99999999
}
.site-header .header-container {
    position: relative;
    padding: 20px 20px;
}
.header-container {
    margin: 0 auto;
    max-width: 100%;
	padding: 0 40px 20px 40px;
}
.headwelcome {
    font-size: 18px;
    margin-top: 10px !important;
    padding-left: 80px !important;
}
.site-branding img {
    width: 200px;
    height: auto;
    vertical-align: middle;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.site-branding {
    margin: 0;
    text-align: center;
    margin-bottom: 0;
}
.pr-40{
	padding-right:40px
}
.position-relate{
	position:relative;
}
.d-flex{
	display: flex;
    align-items: center;
    gap: 20px;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.SearchStyle{
	position:absolute;
}
.form-control-nav {
    display: block;
    width: 276px;
    height: 20px;
    background-color: #f2f2f2 !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.SearchStyle {
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 11px;
    color: #a3a3a3;
}
.form-control-nav::placeholder {
    color: #a3a3a3 !important;
	position:absolute;
	left:35px;
	top:10px;
	font-size:12px;
}
.fa.fa-angle-down{
	font-size:16px;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.user-panel{position:relative;}
.dropdown-content { display: none; position: absolute; background: white; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; top: 30px; right: -25px;border-radius: 10px;}
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }
.dropdown-content a:hover { background: #4a773c; color:#ffffff}
.user-panel:hover .dropdown-content { display: block; }
.user-panel:hover .dropbtn { background: #4a773c; }

.footer { background: #c8e6c9; padding: 10px; text-align: center; }

.menu-toggle { display: none; border: none; cursor: pointer; margin-top: 4px; margin-right: 10px;}


table { width: 100%; border-collapse: collapse; background-color: #ffffff;}
th {background-color:  #0F1755; color:#ffffff}
th, td { padding: 10px; text-align: left; }
tr:nth-child(even) { background-color: #e2e2e2 !important; }
tr:nth-child(odd) { background-color: #ffffff; }
table.table.di-table.TransTable {
	margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0;
    /* border-radius: 8px; */
    overflow: hidden;
}
.TransTable th, .TransTable td {
    border-left: 1px solid #0F1755;
}
.TransTable tr:nth-child(1) td {
    border-top: 1px solid #0F1755 !important;
}
.TransTable tr:last-child td{
	border-bottom: 1px solid #0F1755 !important;
}
.TransTable th, .TransTable td:last-child {
    border-right: 1px solid #0F1755;
}
/*
.dashboard { margin-top: 10px; padding: 10px; background: #ebebeb; border-radius: 8px; }
*/

.dashboard { background: violet; border-radius: 8px; }
.dashboard h4 { margin-top: 0; }

.dashboard .stats { display: flex; justify-content: space-between; background: olive}
.dashboard .stat { background: red; padding: 10px; border-bottom-right-radius: 30px; 
	border-top-left-radius: 30px; text-align: center; flex: 1; margin: 0 10px; }


.shell { background: yellow; display: contents; }

/*
.stats { display: flex; justify-content: space-between; background: blue}
*/

.stats { display: flex; justify-content: space-between; background: none; margin: 0 10px; padding: 10px rowCls0px; }

.stat { 
	background: white ! Important;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    text-align: center;
    flex: 1;
    margin: 0 10px;
    position: relative;
    border: 1px solid #9ee745;
	}
.StatsParaCls{
	color: #000000;
    font-size: 13px;
    font-weight: 500;
}
.bg-warning .StatsParaCls{
	color: #000000;
}
ul.currency-list {
    margin: 0 25px 10px 25px;
    list-style: none;
}
.currency-list li .currency {
	font-weight: 600;
    font-size: 13px;
    color: #000;
    line-height: 25px;
}
.bg-warning .currency-list li .currency {
	color:#000000;
}
.currency-list li .amount {
	font-size: 13px;
    font-weight: 500;
    line-height: 25px;
	color: #1f4e21;
}
.bg-warning .currency-list li .amount{
	 color: #000000;
}
.scroll {
    min-height: auto ! Important;
    max-height: 80px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
.scroll li {
    display: flex;
    justify-content: space-between;
	line-height: 20px;
}
.scroll::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 8px
}
.sidebar ul::-webkit-scrollbar {
    width: 6px; /* Slim scrollbar */
    background: transparent; /* Invisible when not in use */
}

/* Style scrollbar when user interacts with it */
.sidebar ul:hover::-webkit-scrollbar-thumb,
.sidebar ul:focus-within::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.7); /* Slightly visible on hover */
    border-radius: 10px;
}

/* Hover effect for better visibility */
.sidebar ul:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(85, 85, 85, 0.9);
}

.stattitle h4 {
    margin: 0;
    padding: 11px 20px 4px 8px;
    text-align: center;
    line-height: 24px;
	color: #000000;
}
.bg-warning .stattitle h4 {
	color: #000000;
}
.iconwrapper-dash {
    position: absolute;
	top: 2px;
    left: 4px;
	background: linear-gradient(5deg, #bbe588, #1f4e21);
    color: #ffffff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 1;
}
.action-icon {
	cursor: pointer;
	width: 20px;
	height: auto;
	transition: opacity 0.3s;
	margin-right: 5px;
}
.action-icon:hover {
	opacity: 0.7;
}
.chart-container {
	padding:0px 20px;
}

.kpiicon {
	align-items: left ;
}

.stattitle {
	position: relative;
	padding-left: 50px;
}

.stattitle img {
		position: absolute;
		top: 0;
		left: 0;
		width:30px; 
		height:30px
	  }
	  
.stattitlebig {
	position: absolute;
	top: 0;
	left: 0;
	width:40px; 
	height:40px
}


.profile {
/*	padding: 8px; */
    border: 1px solid lightgrey;
    /* border-left: none; */
    border-radius: 10px 10px 10px 10px;
    /* background: #4a773c; */
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    cursor: pointer;
}
.Adminsidebar-mini.Adminsidebar-collapse .sidebar{
    margin-left: -250px !important;
}
.marquee-container {
    width: 330px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.marquee {
	display: inline-block;
	white-space: nowrap; /* Prevent text wrapping */
	animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
	from {
	  transform: translateX(100%);
	}
	to {
	  transform: translateX(-100%);
	}
}

.NoOddEvenform tr {
    background-color: #fff;
}
.NoOddEvenform tr:nth-child(even) {
    background: #fff !important;
}
.NoOddEvenform tr td{
   padding:20px !important;
}
textarea.remarks-p.Foremark {
	border-radius: 15px;
    border: 1px solid #0f1755;
	width:90%;
}
textarea.remarks-p.viewtextarea {
	padding:0px;
}
/* Responsive design for iPad and above */
		
	@media (min-width: 769px) and (max-width: 1024px) {
	.sidebar{
		top: 74px;
	}
	.stat {
		width: 15%;
	}
	.iconwrapper-dash {
		width: 35px;
		height: 35px;
	}
	.stattitle {
		padding-left: 30px;
	}
	.stattitle h4 {
		font-size: 14px;
	}
	ul.currency-list {
		margin: 5px;
		margin-top: 0px;
		justify-content: center;
	}
	.currency-list li .currency, .currency-list li .amount {
		font-size: 11px;
	}
	.site-branding img {
		width: 150px;
	}
	.headwelcome {
        margin-top: 4px !important;
		padding-left: 30px !important;
    }
	.form-control-nav{
		width: 200px;
	}
}
@media only screen and (min-width: 992px) {
    .Adminsidebar-mini.Adminsidebar-collapse .body-container, .Adminsidebar-mini.Adminsidebar-collapse.body-container.Bodyexpanded {
        margin-left: 4.6rem !important;
    }
	div#demoss1, div#upgradePopup {
		width:350px;
	}
}
@media only screen and (min-width: 768px) {
		body:not(.Adminsidebar-collapse) .body-container{
        transition: margin-left .3sease-in-out;
        margin-left: 230px;
    }	
}
@media only screen and (max-width: 768px) {
	.toggle-sidebarLi {
		display: none;
	}
	.menu-toggle { display: block; }
	.Outerwarapper {
		padding: 0px 19px;
	}	
	.sidebar{
		top: 63px;
	}
	.body-container{
		padding-top: 10px;
	}
	.headwelcome img {
		width: 18px !important;
        height: 17px !important;
	}
	.user-panel img {
		width: 1.4rem;
	}
	.site-branding img {
		width: 115px;
	}
	.form-control-nav {
		width: 115px;
        height: 10px !important;
    }
	.form-control-nav::placeholder {
		left:35px;
		top:3px;
		font-size:9px;
	}	
	.headwelcome {
		font-size: 12px;
		margin-top: 0px !important;
		padding-left: 15px !important;
	}
	.SearchStyle {
		top: 7px;
		left: 19px;
		font-size: 9px;
	}
	.pr-40 {
		padding-right: 20px;
	}
	img {
		width: 1.5rem;
	}
	.fa.fa-angle-down {
		font-size: 12px;
	}
	.header { padding: 10px; }
	.content { padding: 10px; }
	.stats { flex-direction: column; }
	.stat { margin: 10px 0;  padding: 10px;  }
	.sidebar li span, .sidebar li i {
		font-size: 12px !important;
	}
	.sidebar li{
		margin-bottom: 0px;
	}
	.site-header .header-container {
		padding: 20px 10px;
	}
	.stats{
		margin: 0px !important;
		padding: 10px 10px;
	}
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 570px) {
	.btn.btn-transparent{
		margin:0 10px;
	}
	.SubLabel {
		display:block;
	}
	.SearchformBtn {
		display: block;
		text-align: center;
		margin: auto;
		margin: 15px auto;
	}
	button.btn.btn-primary.innerbtn {
        display: block;
        margin: auto;
    }
	.body-container {
		padding-top: 0px !important;
    }
	.sidebar{
		padding: 20px 7px;
		top: 59px;
	}
   .sidebar li{
	   padding: 10px 10px;
   }   
   .sidebar li i{
		margin-right: 4px;
   }
   .toggle-sidebar i {
		margin-right: 0px !important;
	}
	.sidebar li i, .sidebar li span{
		font-size: 11px !important
	}
   .site-header .header-container {
		padding: 20px 10px;
	}
	.headwelcome {
		display:none;
		padding-left: 12px !important;
	}
	.headwelcome img {
		width: 13px !important;
		height: 13px !important;
	}
	.form-control-nav {
		width: 90px;
		height: 5px !important;
	}
	.pr-40 {
		padding-right: 12px;
	}
	.user-panel img {
		width: 1.1rem;
	}
	.fa.fa-angle-down {
        font-size: 10px;
    }
	.dropdown-content {
		min-width: 120px;
		z-index: 1;
		top: 30px;
		right: -10px;
	}
	.dropdown-content a {
		padding: 1px 16px;
		font-size: 9px;
	}
	.SearchStyle {
        top: 5px;
    }
  }



  /* iPads (portrait and landscape) ----------- 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.sidebar { width: 50px; }
	.sidebar.expanded { width: 150px; }
	.content { padding: 5px; }
	.header h1 { font-size: 1.2em; }
	.chart-container { width: 100%; }
	.dashboard .stat { padding: 10px; margin: 5px 0; }
  }

*/

/* Desktops and laptops -----------
@media only screen and (min-width: 1224px) {

  }

*/

/* Large screens ----------- 
@media only screen and (min-width: 1824px) {

  }

*/
.border-0 {
    border: 0 !important;
}
.rowCls {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
	margin: 0 10px;
    padding: 10px 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
	box-sizing: border-box;
}
.cardCls {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
	border: 1px solid #9ee745;
}
@media (min-width: 992px) {
	.col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
	.col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
	.col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
	.col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
	.col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
	.col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
	.col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
	.col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
	.col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-md-6 {
    flex: 0 0 50%; /* Ensures two columns take equal space */
    max-width: 50%;
}
.dropdown-menu.dropdown-content.quick-menu > li > a {
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    color: black;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu.dropdown-content.quick-menu > li > a:hover, ..dropdown-menu.dropdown-content.quick-menu > li > a:focus {
	background-image: unset !important;
	background: #4a773c !important;
    color: #fff !important;
}
div#demoss1, div#upgradePopup {
    top: 100px !important;
	width:500px;
}
label.form-control-label {
    display: inline;
    font-size: 14px;
    float: left;
	font-weight: 500;
}
textarea.substext-area {
    width: 410px !important;
}
.edit-form.qe-form input.subsinput-class {
    width: 300px !important;
}
.role-lable.form-control-label {
    width: 22%;
    text-align: left;
}
.scrollstar {
    background-color: #0F1755;
    bottom: 25px;
    color: #ffffff !important;
    float: right;
    line-height: 1.2;
    padding: 8px 11px;
    right: 32px;
    text-align: center;
    z-index: 999;
    border-radius: 22px;
    font-size: 24px;
    position: fixed;
}
.sidebar .has-submenu .submenu {
  display: none;
  list-style: none;
  padding-left: 20px;
}

.sidebar .has-submenu.open .submenu {
  display: block;
}

.sidebar .has-submenu > a::after {
  float: right;
}
li.has-submenu.treeview.active.menu-open.open {
    padding: 0px 10px;
}