

/****** BODY AND LAYOUT ******/
body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 16px; /* If this changes, also change the normal-text class. */
	color: #212121;
	position: relative;
	height: 100%;
	line-height: 1.45;
	z-index: 1;
}

#outer {
	position: relative;
	padding-left: 200px;
	z-index: 5;
}

.container-fluid { /* Overwrite bootstrap container styles */
	padding: 24px;
}




/****** SIDE NAVIGATION ******/
#close-sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	color:#ffffff;
	font-size: 200%;
	line-height: 20px;
	cursor: pointer;
}



#open-sidebar {
	float: left;
	cursor: pointer;
	z-index: 15;
	display: none;
}

#side-menu {
	width: 200px;
	padding-top: 25px;
	background-color: #212121;
	position: fixed;
	top: 0;
	bottom:0;
	z-index: 10;
}

#side-menu ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
}

#side-menu .sub {
	display: none;
	background-color: #555555;
}

#side-menu li:hover {
	background-color: #666666;
}

#side-menu li.active {
	background-color: #888888;
}

#side-menu i {
	font-size: 20px;
	padding: 5px 0;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

#side-menu a {
	display: block;
	width: 100%;
	padding: 10px 5px 10px 8px;
	color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
}

#side-menu a:hover {
	text-decoration: none;
}

.side-menu-text {
	color: #ffffff;
	font-size: 90%;
}

.side-menu-text-highlight1 {
	color: lightblue;
}

.side-menu-text-highlight2 {
	color: #ddb356;
}




/****** TOP NAVIGATION ******/
#top-nav {
	min-height: 58px;
	position: relative;
}

#top-logo-tradogram {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
	width: 230px;
	height: 32px;
	background-image: url('/img/logo_full_212121.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#top-logo-company {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
	max-width: 230px;
	height: 32px;
}

#top-details {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

#top-actions {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	float: left;
}

#top-actions i {
	font-size: 150%;
}


/* top dropdown */
#top-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 20;
	margin: 0;
	font-size: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #ffffff;
	-webkit-border-radius: 2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
	-ms-border-radius: 2px 0 2px 2px;
	-o-border-radius: 2px 0 2px 2px;
	border-radius: 2px 0 2px 2px;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

#top-dropdown-menu li a {
	color: #333333;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
	padding: 5px;
}

#top-dropdown-menu li i {
	width: 20px;
	text-align: center;
	font-size: 110%;
}

#top-dropdown-menu li a:hover {
	color: #76C0CC;
}


/* top create dropdown */
#top-create-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 20;
	margin: 0;
	font-size: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #ffffff;
	-webkit-border-radius: 2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
	-ms-border-radius: 2px 0 2px 2px;
	-o-border-radius: 2px 0 2px 2px;
	border-radius: 5px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top:10px;
}

#top-create-dropdown-menu li a {
	color: #333333;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
	padding: 10px;
	padding-left: 15px;
}

#top-create-dropdown-menu li a i {
	margin-right: 8px;
}

@media (max-width: 600px) {
	#top-create-dropdown-menu li img {
		display: none;
	}
	
	#top-create-dropdown-menu li a {
		font-size: 90%;
	}
}

#top-create-dropdown-menu li a:hover {
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}


/* top branch dropdown */
#top-branch-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 20;
	margin: 0;
	font-size: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background: #ffffff;
	-webkit-border-radius: 2px 0 2px 2px;
	-moz-border-radius: 2px 0 2px 2px;
	-ms-border-radius: 2px 0 2px 2px;
	-o-border-radius: 2px 0 2px 2px;
	border-radius: 2px 0 2px 2px;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

#top-branch-dropdown-menu li a {
	color: #333333;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-size: 95%;
	padding: 5px;
}

#top-branch-dropdown-menu li a:hover {
	color: #76C0CC;
}


#top-names {
	display: inline-block;
	text-align: left;
	line-height: 12px;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 3px;
	font-size: 14px;
}

#top-names a,
#top-names span {
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
}

#top-names a:hover {
	color: #ddb356;
}

#top-avatar {
	display: inline-block;
	vertical-align: super;
	margin-left: 15px;
	margin-top: 2px;;
}

.navigation {
	margin-bottom: 10px;
	padding-left: 6px;
	padding-right: 15px;
}

.navigation a i {
	font-size: 150%;
	margin-right: 4px;
	vertical-align: middle;
}


/****** NPS SECTION ******/
.nps-container {
	width: fit-content;
    margin: 0 auto;
	padding: 20px 30px 20px 40px;
	border-radius: 10px;
}


/****** CONTENT SECTIONS ******/
.trad-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	text-align: left;
}

.trad-hdr {
	position: relative;
	background-color: #555555;
	width: 100%;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
}

.trad-hdr-light {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	padding: 5px 10px 5px 10px;
	color: #000000;
}

.bg-trad-hdr {
	background-color: #555555;
}

.trad-subhdr {
	background-color: #dddddd;
	width: 100%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #AAAAAA;
}

.trad-content {
	background-color: #eeeeee;
	width: 100%;
	padding: 10px;
}

.trad-ftr {
	background-color: #dddddd;
	width: 100%;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #AAAAAA;
	clear: both;
}





/****** SIDEBARS ******/
.sidebar-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	color: #777777;
}

.sidebar-hdr {
	background-color: #eeeeee;
	border-width: 0px;
	border-top-width: 2px;
	border-style: solid;
	border-color: #dddddd;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 90%;
}

.sidebar-details {
	border-width: 0px;
	border-top-width: 2px;
	border-style: solid;
	border-color: #dddddd;
	font-size: 85%;
	margin-bottom: 10px;
}

.sidebar-details span {
	float: right;
}

.sidebar-details .drop-box span {
	float: none;
}

.sidebar-menu {
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
}

.sidebar-menu a i {
	width: 30px;
	text-align: center;
}

.sidebar-menu a {
	display: block;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

.sidebar-menu a:link, .sidebar-menu a:visited {
	color: #444444;
}

.sidebar-menu a:hover {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	background-color: #dddddd;
}

.sidebar-menu a.active {
	background-color: #dddddd;
}





/****** TAB BAR AND SORT BAR ******/
.tab-bar a {
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background-color: #333333;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: 2px;
}

.tab-bar a:link, .tab-bar a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.tab-bar a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #444444;
}

.tab-bar a.active {
	background-color: #555555;
}


.sort-bar {
	background-color: #555555;
	width: 100%;
	padding: 8px 10px 8px 10px;
	color: #ffffff;
	font-size: 90%;
	display: flex;
}

.sort-bar a:link, .sort-bar a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: 20px;
}

.sort-bar a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}




/****** MAIN FOOTER ******/
#main-footer {
	font-size: 80%;
	color: #AAAAAA;
	padding: 10px;
	border-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	margin-bottom: 20px;
}

#main-footer p {
	margin-bottom: 5px;
}

#main-footer a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

#main-footer a:hover {
	color: #333333;
}

#main-footer i {
	margin: 0px 6px 0px 6px;
}




/****** SIDE MENU SCROLLBAR STUFF ******/
.trad-scroll.viewport {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.trad-scroll.viewport .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.trad-scroll.scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 80;
	width: 10px;
}

.trad-scroll.scrollbar .track {
	background-color: #888;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
	height: 100%;
	width: 10px;
	position: relative;
}

.trad-scroll.scrollbar .thumb {
	background-color: #fff;
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.trad-scroll.scrollbar .end {
	background-color: #fff;
	overflow: hidden;
	height: 15px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
}

.trad-scroll.scrollbar.disable {
	display: none;
}





/****** CURTAIN AND POPUP STUFF ******/
#curtain {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	z-index: 15;
}

.pop-up {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #444444;
	z-index: 999;
	display: none;
	border-width: 3px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #222222;
	color: #ffffff;
	box-shadow: 3px 3px 17px #000000;
}

.pop-up header i {
	float: right;
	font-size: 150%;
	color: #ffffff;
}

.pop-up header {
	background-color: #222222;
}

#loadingDiv {
	position: fixed;
	bottom: 15px;
	width: 100%;
	z-index: 100;
	text-align: center;
}

#loadingDivInterior {
	display: inline-block;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	border: 2px solid #dddddd;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #888888;
}




/****** MEDIA DECLARATIONS ******/
@media (max-width: 1000px) {
	#top-logo-tradogram {
		background-image: url('/img/e_logo.png');
		width: 60px;
	}
}

@media (max-width: 900px) {
	#side-menu {
		display: none;
	}
	#open-sidebar {
		display: block;
	}
	#outer {
		padding-left: 0px;
	}
	.container-fluid {
		padding: 10px;
	}

	table img { display: none; }
}

/*
@media (max-width: 1300px) {
	table { font-size: 90%; }
}
*/

@media (max-width: 620px) {
	#btnCreate {
		display: none;
	}
	.hide-small {
		display: none;
	}
}

@media (max-width: 500px) {
	#top-names {
		display: none;
	}
	#top-avatar {
		display: none;
	}
}



/****** PRINT STYLES ******/
@media print {
	table { border: 1px solid black; }
	table td { border: 1px solid black; }
	.hide-print { display: none !important; }
	.navigation { display: none !important; }
	
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
}

/* new listing page styles*/

.trad-box-new{
	border: 0px;
	box-shadow: none !important;
	font-size: 20px;
}

.trad-hdr-spacing{
	padding: 0px 65px 5px 50px !important;
}

.listing-page-table {
	border-style: solid;
	border-width: 1px;
}

.listing-page-table tr td{
	cursor: pointer;
}

.listing-page-table-tab-bar {
	display: flex;
	justify-content: space-between;
}

.listing-page-table-tab-bar a.active {
	border-bottom-width: 0px;
}

.listing-page-table-tab-bar a{
	flex: 1;
	text-align: center;
    padding: 5px;
	box-sizing: border-box; 
    margin-top: 2px;
	font-weight: normal;
}

.listing-page-table-tab-bar .new-design-side-holders {
    flex: 0.1;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	cursor: default;
	border-bottom-width: 1px;
}

.listing-page-table-scroll {
	overflow: auto;
	max-height: 635px;
}

.listing-page-action-buttons {
	width: 110px; 
	padding:5px !important; 
	font-size:12px !important;
}

/* table style start*/
.listing-page-table-row {
    height: 55px;
    white-space: nowrap;
	position: relative;
}

.listing-page-table-head {
	padding: 6px 10px 6px 10px;
    height: 35px;
	text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
}

.listing-page-table-cell {
    /* padding: 8px 18px 8px 10px; */
    white-space: normal;
	font-size: 16px;
}

.listing-page-table-status-cell {
    text-align: center;
	
}

.listing-page-table-head > a.active-sort {
	border-bottom: 0px;
}

.listing-page-table-head:has(a.active-sort) {
	border-bottom: 0px;
	font-weight: bold ;
}

.listing-page-table-head-container {
	position: sticky;
	top: 0;
	z-index: 30;
}

.listing-page-table-head-container > :last-child {
    border-width: 0px;
}

.listing-page-table-head-container th a{
	font-weight: normal;
	font-size: 15px;
}

.listing-page-table-head-container th a.active-sort{
	font-weight: bold ;
}
  
/* search bar, date range, total transaction styles*/
.flex-center-layout {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.general-search-bar-layout {
    font-weight: bold;
    font-size: 14px;
    padding: 20px 10px;
}

.general-search-bar-layout a {
	text-transform: uppercase;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    width: 100px;
    transition: width 0.4s ease, background-color 0.4s ease;
}

.search-bar-go-btn {
	display: none;
}

.search-label {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 10px;
    transition: opacity 0.4s ease;
	font-weight: bold;
}

.search-label .search-icon {
    font-size: 16px;
    margin-left: 5px;
    transition: margin 0.4s ease;
}

.search-bar.active {
    width: 300px;
}

.search-bar.active .search-label span {
    opacity: 0;
}

.search-bar.active .search-icon {
    margin-left: -65px;
}

.search-bar.active .search-input {
    opacity: 1;
    width: 100%;
}

.search-bar.active .clear-icon {
    display: inline;
}

.search-input {
    border: none !important;
    padding-left: 30px !important;
    flex: 1;
    opacity: 0;
    width: 0;
    transition: opacity 0.4s ease, width 0.4s ease;
}

.clear-icon {
    cursor: pointer;
    display: none;
    margin-left: auto;
	right: 20px;
	position: relative;
}

.control-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

.date-range-container.active .search-bar-input,
.transaction-total-container.active .search-bar-input {
    opacity: 1;
    width: auto;
    max-width: 150px;
    margin-left: 10px;
}

.date-range-container,
.transaction-total-container {
    display: flex;
    align-items: center;
    position: relative;
    transition: width 0.4s ease, background-color 0.4s ease;
}

.date-range-link,
.transaction-total-link {
    cursor: pointer;
    padding: 7px 10px;
    transition: background-color 0.4s ease;
}

.date-range-container.active .date-range-link,
.transaction-total-container.active .transaction-total-link {
	display: none;
}

.search-bar-input {
    opacity: 0;
    width: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-width 0.4s ease, margin-left 0.4s ease;
    margin-left: 0;
}

.date-range-container .datepicker-container {
    display: inline-block;
}

.transaction-total-container .datepicker-container {
    display: inline-block;
    width: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-width 0.4s ease, margin-left 0.4s ease;
    margin-left: 0;
}

/*view filter styles*/
.dropdown-container, .approval-status-dropdown {
    position: relative;
    display: inline-block;
	min-width: 250px;
}

.dropdown-toggle {
    display: inline-block;
    padding: 7px 15px;
    cursor: pointer;
}

.views-dropdown-menu {
    display: none; 
    position: absolute;
    top: 100%; 
    left: 0;
    width: 300px;
    margin-top: 10px;
    z-index: 40;
}

.dropdown-container.active .views-dropdown-menu, .approval-status-dropdown.active .views-dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
}

.views-dropdown-menu a {
	text-transform: capitalize;
}

/*filters styles*/
.filter-link {
    padding: 10px 10px;
    cursor: pointer;
	display: inline-block;
}

.filter-dropdown {
    position: absolute;
    margin-top: 17px;
    width: 300px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 40;
}

.filter-link.active + .filter-dropdown {
    display: flex;
}

.header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
	padding: 10px 15px;
}

.filter-option {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
    cursor: pointer;
	padding: 10px 15px;
}

.filter-option i {
	font-weight: normal;
    font-size: 10px;
}

.submenu {
    display: none;
    position: absolute;
    left: 103%;
    top: 0;
    width: 200px;
    gap: 10px;
    z-index: 40;
	max-height: 300px;
	overflow: auto;
}

.submenu-left {
    left: auto;
    right: 103%;
}

.submenu div {
    padding: 10px;
    cursor: pointer;
}

.submenu.show {
    display: block;
}

.selected-filters {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    gap: 8px; 
}

.selected-filters div  {
    padding: 8px 10px;
    align-items: center;
}

.selected-filters i {
    margin-left: 5px;
    cursor: pointer;
}

.submenu input {
	margin-top: 0px !important;
}

/*results style*/
.results-per-page-container {
    font-size: 14px;
	padding-left: 12px;
}

.results-per-page-container select {
	width: 112px;
    padding: 4px;
    font-size: 14px;
    cursor: pointer;
}

/* empty state style*/
.empty-stat-button {
	justify-content: center;
    display: grid;
}
.empty-stat-container {
    text-align: center;
    margin: 100px auto;
}

.empty-stat-container a {
    margin: 0;
}

.empty-stat-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.empty-stat-text {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
}

.listing-page-container .paging-box{
	margin-top:5px;
}

.listing-page-table-status-cell span {
	margin: 0 auto;
	min-width: 160px;
}

.expanded-row-section {
    display: none;
	font-size:16px;
}

/* create pagea styles*/
.main-create-container{
	box-shadow: none !important;
	border-width: 1px !important;
	border-radius: 1px;
	border-style: solid;
	padding: 10px !important;
}

/* Main container */
.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; 
	justify-content: flex-start;
}
  
  /* Each flex item */
.flex-item {
	flex: 1 1 calc(33.333% - 20px);
	max-width: calc(33.333% - 20px);
	min-width: calc(380px  + 20px);
}

.create-process-container .flex-item {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: calc(415px  + 20px);
}

/* Adjust for medium screens */
@media (max-width: 1024px) {
    .flex-item {
        flex: 1 1 calc(50% - 20px); /* 2 columns */
        max-width: calc(50% - 20px);
		min-width: calc(380px  + 20px);
    }
}

/* Adjust for small screens */
@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 100%; /* 1 column */
        max-width: 100%;
		min-width: calc(380px  + 20px);
    }
}
  
  /* new input styles*/
.date-inputs {
	margin: 0px !important;
	padding-top:6px !important;
	padding-bottom:3px !important;
}

.select-inputs {
	margin: 0px !important;
	padding:6px;
	font-size:100%;
}
  
.choice-group {
	display: flex;
	gap: 10px;
}
  
.choice-item {
	display: flex;
	border: 1px solid;
	border-radius: 1px;
	padding: 5px 10px;
	min-width: 180px;
	max-width: 50%;
	width: 50%;
	cursor: pointer;
	align-items: center;
}
  
.choice-item span {
	font-size: 14px;
}

.choice-group .md-container {
	right: 10px;
	left: auto;
}

.choice-group .md-label {
	margin-left: 0px;
	margin-right: 20px;
}

.choice-group .box-link,
.create-process-edit-item-styles .box-link,
.flex-item .box-link {
	text-align: center;
	display: inline-flex;
	align-items: center;
	border-radius: 0px;	
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px;
}

.create-process-edit-item-styles .box-link {
	padding: 4px !important;
	margin-bottom: 5px;
}

.create-process-header {
	padding-top: 20px !important;
}

.create-process-title-container {
	display: inline-flex;
	padding-bottom: 30px;
}

.create-process-tag {
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.notesContainer {
	width:25%;
	min-height: 150px !important;
}

.notesContainer .md-input {
	min-height: 140px;
	padding: 10px;
} 

.dotted-button {
	background-color: transparent !important; 
	box-shadow: none !important;
	border-style: dashed !important;
	border-width: medium;
	font-weight: 700;
}

.general-button-styles {
	font-weight: 700;
	box-shadow: none !important;
}

.main-create-container .trad-ftr {
	background-color: transparent !important;
	border-top: 0px;
}

.create-process-cancel-style {
	font-weight: 700;
}

.create-process-save-button  {
	font-weight: 700;
}

.general-input-styles {
	height: 35px !important;
	padding: 7px !important;
	margin: 0px !important;
}

.general-input-styles select{
	height: 37px !important;
}

.flex-item .md-input-invalid {
	padding: 0px !important;
}

.flex-item md-input-container {
	padding: 0px !important;
}

.flex-item .dropdown-toggle {
	height: 37px !important;
}

/* table styles*/
.create-process-table-style{
	border-style: solid;
	border-width: 1px;
}

.create-process-table-style th {
	border-right-width: 1px;
	border-right-style: solid;
	text-transform: uppercase;
	padding-left: 10px !important;
}

.create-process-table-style td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.create-process-supplier-popup-style {
	max-height:80vh;
	width: auto;
	margin: 0 auto;
}

.create-process-table-style th{
	border-bottom-style: none !important;
}

.supplier-pop-styles {
	display: flex;
	justify-content: space-between;
  }
  
.supplier-pop-styles > .pull-left {
	flex: 1;
	box-sizing: border-box;
}

.create-process-action-buttons {
	display: flex;
    gap: 10px;
}

.date-picker-input-icon-style {
	font-size: 22px;
	margin-left:-30px; 
	position:relative
}

.text-area-auto-resize {
	height: 100% !important;
	max-height: 300px !important;
}

.text-area-auto-resize .md-resize-wrapper {
	height: 100%;
}

.trad-hdr h2 {
	padding-top: 5px;
}

.more-actions-menu-buttons{
	display: flex;
	justify-content: center;
    align-items: center;
}






/* Minimized Sidebar */

#minimize-sidebar {
	position: absolute;
	right: 0px;
	color:#ffffff;
	font-size: 200%;
	line-height: 20px;
	cursor: pointer;
}

#minimize-sidebar.minimized {
	right: 20px;
}

#side-menu.minimized {
    width: 60px;
    overflow: visible;
}

#side-menu.minimized .trad-scroll.viewport{
    overflow: visible;
}

#side-menu.minimized a {
    padding: 10px 0; 
    text-align: center;
}

#side-menu.minimized i {
    margin: 0;
    font-size: 24px;
}

#side-menu.minimized .side-menu-text {
    display: none;
}

#side-menu.minimized .side-menu-text-highlight1,
#side-menu.minimized .side-menu-text-highlight2 {
    display: none;
}

.navbar-sidemenu {
	position: absolute;
	width: 150px;
	overflow-x: visible;
	left: 60px;
	margin-top: -54px;
	/* padding-top: 6px; */
	/* padding-bottom: 7px; */
	display: none;
}

#side-menu.minimized .navbar-sidemenu a{
	text-align: start;
	padding-left: 8px;
}


ul > li.drop.transactions:hover + .navbar-sidemenu {
    display: block;
}

/* style for transaction view pages*/

.transaction-page-view-layout {
	width: 80%;
	float:left;
}

.navigation a.exclude-link {
    color: inherit;
    text-decoration: none;
}

.tabs-container {
	display: flex;
	justify-content: space-between;
}

.transaction-view-tabs, .transaction-approval-tabs {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 7px 10px 5px 10px;
	cursor: pointer;
	border: 1px solid;
	border-right-width: 0;
	justify-content: space-between;
	position: relative;
}

.transaction-view-tabs i, .transaction-approval-tabs i {
	position: absolute;
	right: 10px;
}

.transaction-view-tabs:last-child {
	border-right-width: 1px;
}

.transaction-view-tabs.active, .transaction-approval-tabs.active {
	border: 1px solid;
	border-bottom: none;
}


.transaction-view-tabs-content {
	display: none;
	border-top: none;
	border-width: 1px;
	border-style: solid;
}

.transaction-view-tabs-content.active {
	display: block;
}

.transaction-view-back-button {
	margin: 0 15px 0 0 !important;
	font-size: 75% !important;
	padding-top: 10px !important;
	padding-bottom: 6px !important;
	min-height: 30px !important;
	height: 37px !important;
}

.transaction-view-table-borders {
	border-width: 1px;
}

/*action bar buttons style*/

.toolbar-actions {
    display: flex;
	align-items: center;
    gap: 10px;
	position: relative;
	flex-wrap: wrap;
	text-transform: uppercase;
}

.toolbar-action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 12px;
    border: 2px solid;
    border-radius: 1px;
    font-size: 14px;
    background-color: transparent;
    cursor: pointer;
	height: 28px;
	min-height: 28px;
	max-height: 28px;
	font-weight: bold;
	text-decoration: none !important;
	white-space: nowrap;
}

.toolbar-action-buttons i {
    font-size: 14px;
}

.toolbar-actions .trad-btn-pdf,
.toolbar-actions .trad-btn-messages {
    height: 28px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
	white-space: nowrap;
}

.toolbar-actions .trad-btn-pdf i,
.toolbar-actions .trad-btn-messages i {
    font-size: 14px;
}


.left-section {
    display: flex;
    align-items: center;
    gap: 15px;
}
.action-buttons-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.toolbar-actions-left {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 100%;
}

.title-logo-container {
	display: flex;
	align-items: center;
	margin-top: 30px;
}


.title-status {
    display: flex;
    flex-direction: column;
	gap: 5px;
    align-items: flex-start;
}

.title-status .status{
	min-width: 65px;
}

.view-container {
	border-width: 1px !important;
	box-shadow: none !important;
	border-radius: 1px !important;
	border-style: solid;
	padding: 12px;
}

.view-container-margins {
	margin-top: 10px;
	margin-bottom: 10px;
}

.view-navigation {
	padding: 0px;
}

.more-actions-btn, .pdf-menu-btn, .send-to-supplier-btn, .resend-to-supplier-btn, .create-action-btn {
    position: relative;
}

.more-actions-btn:hover .more-action-button-menu,
.more-action-button-menu:hover,
.pdf-menu-btn:hover .pdf-menu,
.pdf-menu:hover,
.send-to-supplier-btn:hover .send-to-supplier-menu,
.send-to-supplier-menu:hover,
.resend-to-supplier-btn:hover .resend-to-supplier-menu, 
.resend-to-supplier-menu:hover {
    display: block;
}

.create-action-btn:hover .create-action-button-menu,
.create-action-button-menu:hover {
	display: flex;
}


.more-action-button-menu, .pdf-menu, .send-to-supplier-menu, .resend-to-supplier-menu {
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    border: 1px solid;
    min-width: 250px;
    z-index: 150;
    overflow-y: auto;
    max-height: 400px;
}

.pdf-menu {
	min-width: 100px;
}

.create-action-button-menu {
	display: none;
    position: absolute;
    top: 100%;
	transform: translateX(-49%);
    border: 1px solid;
	z-index: 150;
    overflow-y: auto;
    max-height: 400px;
	width: auto;
	padding: 10px;
	padding-top:20px;
}

.create-action-button-menu .create-action-button-menu-cont {
	display: flex;
	justify-content: center;
}

.create-action-button-menu .trad-btn-pdf {
	width: auto;
	display: inline-flex;
}

.send-to-supplier-menu, .resend-to-supplier-menu {
	min-width: 400px;
}

.more-action-button-menu a, .pdf-menu a, .send-to-supplier-menu a, .resend-to-supplier-menu a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.more-action-button-menu a:hover, .pdf-menu a:hover, .send-to-supplier-menu a:hover, .resend-to-supplier-menu a:hover {
    background-color: #f8f9fa;
}

.approval-message-sidebar .transaction-view-tabs-content {
	padding-left: 0px;
	padding-top: 0px;
}

.approval-message-sidebar {
	padding-left: 10px; 
	padding-right:10px; 
	width: 20%; 
	float:left
}

.request-suppliers-table-container {
	max-height: 300px;
	overflow-y: auto;
}

.request-suppliers-table th{
	border-style: hidden !important;
	border-width: 1px !important;
}

.request-suppliers-table thead {
	z-index: 10;
	position: sticky;
    top: 0;
}


/*approval table layout*/

.approval-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 5px;
}


.approval-header {
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 0px;
}

.approval-image img {
    width: 40px;
    height: 40px;
	object-fit: cover;
}

.approval-image {
    display: flex;
    align-items: center;
    gap: 5px;
}

.approval-info {
    display: flex;
}

.approval-actions {
    display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 10px;
}

.approval-actions i {
	margin-right: 10px;
}

.rejection-reason {
    margin-top: 10px;
    padding: 10px;
    background-color: #EDF4F8;
    font-size: 14px;
    color: #333;
}

.rejection-reason span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.auto-approved-message {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.approval-list .status {
	min-width: 60px;
}

.approval-actions .md-button {
	box-shadow: none !important;
}

.approval-item {
	border-bottom: solid 1px #E5EDF1;
}

.approval-btn-styles {
	height:34px !important; 
	width:47%;
	font-size: 13px !important;
}

.toolbar-menu-buttons {
	margin-top: 15px !important; 
	width:99%; 
	text-align:center !important;
	justify-content: center;
}

.approval-btns-styles {
	margin-left: 5px; 
	margin-bottom:10px; 
	margin-top:6px; 
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.approval-btns-styles a {
	font-size: 12px;
	padding: 5px;
	white-space: nowrap;
}

/*message section*/
.tab-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
	font-size: 18px;
}

.tab-title {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.tab-title:hover {
    background-color: #9ea2a7;
    color: #fff;
}

.tab-title.active {
    color: #fff;
}

.tab-item {
    display: none;
    border: 1px solid #ccc;
    background-color: #ffffff;
}

.tab-item.active {
    display: block;
}


.dashboard-card-container {
	display: flex;
	gap: 25px;
	margin-left: 30px;
	margin-right: 45px;
	margin-bottom: 15px;
}

.contract-view-information {
	width:68%; 
	float:left
}

.contract-view-graph {
	width: 32%; 
	float:left
}

@media (max-width: 860px) {
	.transaction-page-view-layout {
		width: 100%;
	}
	.approval-message-sidebar {
		width: 100%;
	}
	.contract-view-information {
		width: 100%;
	}
	.contract-view-graph {
		width: 100%;
	}
	#side-menu {
		display: block;
	}
	#open-sidebar {
		display: none;
	}
}

/* general styles*/

.navbar-photo{
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	border-radius: 50%;
	object-fit: cover;
    position: relative;
}

.avatar-section{
	float: right;
	padding: 5px;
}

.container-border-style {
	border-width: 1px;
	border-style: solid;
}

.custom-hr-class {
    border: none;
    height: 1px;
}

.container-content-font-size {
	font-size: 16px;
}

.flex-item-four-column {
	flex: 1 1 calc((100% - 60px) / 4);
	max-width: calc((100% - 60px) / 4);
	min-width: calc(185px + 20px);
}

.flex-item-three-column {
	flex: 1 1 calc(33% - 20px);
	max-width: calc(33% - 20px);
	min-width: calc(185px + 20px);
}

.flex-item-two-column {
	flex: 1 1 calc(45% - 20px);
	max-width: calc(50% - 20px);
	min-width: calc(290px + 20px);
}

.flex-item-two-column-dashboard {
	flex: 1 1 calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);
	min-width: calc(290px + 20px);
}

.flex-item-three-column-dashboard {
	flex: 1 1 calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	min-width: calc(185px + 20px);
}


.font-size-control {
	font-size: 100% !important;
}

.approval-card.expandable-content {
    max-height: 680px;
    overflow-y: auto;
}

.list-group-item {
    top: 0;
}

@media (max-width: 1920px) {
	.list-group {
		max-height: 580px !important;
	}

	.approval-card.expandable-content {
		max-height: 610px;
	}

	.font-size-control{
		font-size: 12px !important;
	}
}

@media (max-width: 1680px) {
	.list-group {
		max-height: 500px !important;
	}

	.approval-card.expandable-content {
		max-height: 610px;
	}

	.font-size-control{
		font-size: 11px !important;
	}
}

@media (max-width: 1440px) {
	.list-group {
		max-height: 400px !important;
	}

	.approval-card.expandable-content {
		max-height: 510px;
	}

	.font-size-control{
		font-size: 10px !important;
	}
}

@media (max-width: 1360px) {
	.list-group {
		max-height: 400px !important;
	}

	.approval-card.expandable-content {
		max-height: 510px;
	}

	.font-size-control{
		font-size: 9px !important;
	}
}

@media (max-width: 1176px) {
	.list-group {
		max-height: 155px !important;
	}

	.approval-card.expandable-content {
		max-height: 340px;
	}

	.font-size-control{
		font-size: 8px !important;
	}
 }

@media (max-width: 1024px) {
	.list-group {
		max-height: 155px !important;
	}

	.approval-card.expandable-content {
		max-height: 340px;
	}

   .font-size-control{
		font-size: 8px !important;
    }
}

@media (max-width: 768px) {
	.list-group {
		max-height: 155px !important;
	}

	.approval-card.expandable-content {
		max-height: 340px;
	}


   .font-size-control{
		font-size: 8px !important;
    }
}

@media (max-width: 576px) {
    .notification-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .notification-header-right {
        width: 100%;
        justify-content: flex-start;
    }

    .list-group-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.dash-container h2 {
	font-weight: bold;
}


.home-navigation-component .tabs-container {
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.dash-permission-type-dropdown {
	border-radius: 6px;
	cursor: pointer;
	width: auto;
}

.dash-tab {
	padding: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.dash-badge {
	border-radius: 4px;
	padding: 2px 10px;
	font-size: 12px;
	margin-left: 6px;
}

.dash-tab-alt-container {
	display: flex; 
	gap: 10px; 
	padding-bottom: 2px; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px;
}

.dash-tab-alt {
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: normal !important;
}

.dash-tab-alt.active {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.dashboard-analytics-cards-container{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.analytics-card-style {
	min-height: 140px;
}

/*alerts page css*/
.notification-header {
    display: flex;
    margin-bottom: 1rem;
	justify-content: space-between;
}
.notifications-container .list-group .list-group-item {
	height: 80px;
	border-radius: 10px;
}

.notification-header-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.notification-header-left {
    flex-grow: 1;
}

.notification-header-right input,
.notification-header-right select {
    height: 41px;
    padding-left: 32px;
    width: 330px;
}

.position-relative .fa-search {
    position: absolute;
    padding: 15px;
}

.list-group {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 5px;
}

.list-group-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.notification-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-wrap: auto;
}

.new-badge {
    padding: 6px 10px;
    margin-right: 10px;
}

.overdue-box {
	padding: 20px;
}

.overdue-tabs {
	display: flex;
	margin-bottom: 20px;
	font-weight: bold;
}

.overdue-tabs .dash-tab {
	border-radius: 6px;
}

.overdue-tabs a {
	text-decoration: none;
}

.items-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.item-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.item-date {
	font-weight: bold;
	margin-bottom: 4px;
}

.item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tag {
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 6px;
	font-weight: bold;
	border-style: solid;
    border-width: 1px;
}

/* approvals css*/

.expandable-content {
	transition: all 0.3s ease;
	display: none;
}

.approval-buttons {
	display: flex;
	gap: 10px;
}

.btn-approve, .btn-reject {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 10px 20px;
	border: none;
}

.btn-approve {
	background-color: rgb(92 190 201);
	color: white;
}

.btn-reject {
	background-color: hsl(204deg 33.33% 94.12%);
	color: #333;
}

.btn-approve:hover {
	background-color: #36a9a6;
}

.btn-reject:hover {
	background-color: #dcdcdc;
}

.approval-entry {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.entry-title {
	font-weight: bold;
	margin-bottom: 4px;
}

.entry-actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	height: 100%;
}

.arrow-icon {
	margin-left: 8px;
	transition: transform 0.2s;
}

.new-badge {
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: bold;
}

.load-more-btn {
	width: 100%;
}

.text-muted a {
	font-weight: normal;
}

.analytics-header {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-bottom: 8px;
	cursor: pointer;
  }
  
  .analytics-value {
	font-size: 28px;
	font-weight: 700;
  }
  
  .analytics-subtext {
	font-size: 13px;
	margin-top: 6px;
  }
  
  .flex-container .dropdown-menu {
	border-radius: 6px;
	top: 45px;
	width: 220px;
	left: 5px;
	padding: 0px;
  }
  
  .dropdown-item {
	padding: 8px 16px;
	cursor: pointer;
  }
  
  .dropdown-icon {
	font-size: 12px;
	margin-left: 8px;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid;
	border-bottom: 1.5px solid;
	transform: rotate(45deg);
	transition: transform 0.3s;
  }

  .analytics-header.open .dropdown-icon {
	transform: rotate(180deg);
  }
  
  .analytics-header.open .dropdown-icon {
	transform: rotate(225deg);
  }

  /*new chart csss*/
  .spend-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 20px;
}

.spend-list-column {
    width: 48%;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.spend-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.spend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.dash-welcome-text .create-process-tag {
	display: initial;
}

table.lined-light-same-color {
	border-width: 0 0 1px 1px;
	border-style: solid;
}

table.lined-light-same-color th {
	font-weight: bold;
}

table.lined-light-same-color td, table.lined-light-same-color th {
	border-width: 1px 1px 0 0;
	border-style: solid;
}

table.no-internal-borders td, table.no-internal-borders th {
	border-left-width: 0px;
	border-right-width: 0px;
}

table.no-internal-borders td:last-child, table.no-internal-borders th:last-child {
	border-right-width: 1px;
}

table.lined-bottom-light-same-color td, table.lined-bottom-light-same-color th {
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.lined-bottom-light-same-color tr:last-child td {
	border-bottom: none;
}

table.celled-light-same-color {
	border-collapse: separate;
	border-spacing: 5px;
}

table.celled-light-same-color td {
	border-width: 1px !important;
	border-style: solid !important;
}

.built-in-message-icon{
	width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 999px;
	justify-content: center;
    display: flex;
	align-items: center;
}

.content-header {
	display: flex; 
	gap: 10px; 
	justify-content: flex-end;
}

.content-header .search-bar {
	width: 200px;
}

.content-header .search-bar .search-input {
	opacity:1;
	margin: 0px;
}

.results-per-page-container-alt select {
	background-color: initial !important;
	font-weight: bold;
}

.group-channel-icon {
	color: rgb(42, 90, 94);
	font-size: 150%;
}

td.listing-page-table-cell a {
	color: inherit !important;
	font-weight: inherit !important;
	display: block;
    width: 100%;
    height: 100%;
}

td.listing-page-table-cell a:not(.full-link-override) {
	padding: 8px 18px 8px 10px;
}

tr.listing-page-table-row td:last-of-type {
  	padding: 8px 18px 8px 10px;
}

#side-menu.minimized li.drop:hover + .navbar-sidemenu,
#side-menu.minimized .navbar-sidemenu:hover {
    display: block !important;
}

#side-menu.minimized .navbar-sidemenu {
    display: none;
}