:root {
    --switchx:#CC0066;
    --switchx_dark:#283036;
    --switchx-grey: 240 5.3% 26.1%;
    --switchx-bluegrey: #C5D7D7;
    --login-color-button: var(var(--switchx-grey));
    --card-border: #e5e7eb;
    --sidebar-text-color: #3f3f46;
    --sidebar-highlight-background: #F4F4F5;
    --sidebar-highlighted-text-color: #18181b;
    --font-body: "Roboto", "Roboto Fallback";
    --secondary: 210 9% 49%;
    --secondary-foreground: 0 0% 98%;
    --border: 180 20% 85%;

    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --muted: 180 20% 85%;
    --input: 180 20% 85%;
    --radius: 0.5rem;
}

body:not(.layout-fixed) .main-sidebar{
    left: 0;
}

.less-space{
        padding-bottom: 0 !important;
        margin-top: 0;
        .card-header{
                padding-bottom: 0;
                margin-bottom: 0;
        }
        .card-body {
                padding-top: 0;
        }
}

.table-header-inner {
	background-color: hsl(var(--border) /.3) !important;
	border: 1px solid var(--card-border);
	margin-left: 5px;
	margin-right: 5px;
	height: 34px;
	align-content: center;
	border-radius: 15px;
}

.bank_statement_field {
	min-width: 200px !important;
}

.btn-switchx:hover>*{
	color: white !important;
}

.table-entry {
	border: none !important;
}


.hide-button {
	background-color: hsl(var(--secondary)) !important;
	color: hsl(var(--secondary-foreground)) !important;
	font-size: .75rem;
	border: none !important;
    	line-height: 1rem;
	height: 2rem;
	font-family: var(--font-body);
	font-weight: 500;
	border: solid 1px hsl(var(--secondary)) !important;
}

.hide-button:hover{
	background-color: hsl(var(--secondary) / .8) !important;
}


.show-button {
	background-color: white !important;
	color: var(--sidebar-text-color) !important;
	font-size: .75rem;
	border: 1px solid var(--card-border);
    line-height: 1rem;
	height: 2rem;
	font-family: var(--font-body);
	font-weight: 500;
}

.show-button:hover{
	background-color: var(--switchx) !important;
	color: white !important;
}

.completed-button {
	background-color: var(--switchx);
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #e3e1e1;
	display: inline-block;
	font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color 100ms;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	
}


.uppy-c-btn-primary {
    background-color: var(--switchx) !important;
	margin-left: auto !important;
}

.page-header{
    margin-left: 20px;
    margin-top: 40px;
}

label > a{
	curser: pointer !important;
}

.content-wrapper  {
    background-color: white;

}

form {
    label {
        font-weight: 500;
        font-size: .875rem;
        color: var(--sidebar-text-color);
        font-family: var(--font-body);
    }
}


#toggle-sidebar-button{
	border-radius: 5px;
	width: 28px;
	height: 28px;
	background-color: white;
}

#toggle-sidebar-button:hover {
	background-color: var(--switchx) !important;
	color: white !important;
}

.dataTables_paginate{
    align-items: end !important;

}

.nav-sidebar{
    a {
        color: var(--sidebar-text-color) !important;
	font-weight: 100;
    }
    a:hover {
	color: var(--sidebar-highlighted-text-color) !important;
	font-weight: 300 !important;
    }
    .nav-link:hover {
	color: var(--sidebar-highlighted-text-color) !important;
	background-color: var(--sidebar-highlight-background) !important;
    }
    .nav-link {
	border: none !important;
    }
	
}

/*Remove the stripes from a SmartTable*/
.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-bg-type: none !important;
}

.nav-pills .nav-link.active {
    background-color: var(--switchx) !important;
    color: #FFFFFF !important; /* change text color if needed */
}

.pink-hover:hover {
	background-color: var(--switchx);
	color: white !important;
}

.nav-pills .nav-link{
	border: 1px solid var(--switchx-bluegrey);
	margin-left: 5px;
	margin-right: 5px;
	font-size: 15px;
	border-radius: 10px;
}

.card{
	border-radius: 10px;
	border: 1px solid var(--switchx-bluegrey) !important;
  margin-left: 20px;
  margin-right: 20px;
}
.card-header{
	border-radius: 20px !important;
}

td{
	border-left: none !important;
	border-right: none !important;
}

.sidebar_element {
  color: var(--sidebar-foreground);
  padding-left: 20px;
}

.sidebar-toggle-button:hover{
  color: var(--switchx);
}

.card-header-text{
	font-weight: 550;
	margin-bottom: 0px;
	
}

.card-header{
  border-bottom: none;
}

.main-sidebar{
	box-shadow: none !important;
	border-right: var(--switchx-bluegrey);
	border-right-style: solid;
	border-right-width: 1px;
}

.switchx-button, .btn-switchx {
	background-color: white;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: black;
	cursor: pointer;
	display: inline-block;
	font-family: var(--font-body);
	font-size: 0.75rem;
	font-weight: 500;
	height: 40px;
	line-height: 20px;
	list-style: none;
	margin: 0;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: color 100ms;
	vertical-align: baseline;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	border: 1px solid hsl(var(--border)) !important; 
}

.btn-switchx>label {
	color: black;
}

.btn-switchx:hover, .switchx-button:hover {
	font-weight: bolder !important;
	color: white !important;
	background-color: var(--switchx) !important;
}

.btn-switchx>label:hover, .btn-switchx>label>p:hover{
	color: white;
	cursor: pointer !important;
}

.dropdown-menu{
    position: absolute !important;
}

.explorationContainer .exploreCanvas .canvasFlexBox .displayAreaContainer .displayAreaViewport {
   background: #C5D7D7 !important;
}

.navbar-nav{
  flex-direction: row !important;
}

.bg-pink{
  background-color: var(--switchx) !important;
}

.box{
  min-width: 100% !important;
  width: 100%;
  background-color: #C5D7D7 !important;
}

.bg-switchx {
    background: var(--switchx);
    color: white;
}


outspace-pane{
  display: none !important;
}

.outspacePane[_ngcontent-ng-c3517654065] {
  display: none !important;
}

.bg-switchx_dark {
    background: var(--switchx_dark);
    color: white;
}

.axionreport_form {
    margin-top: 0 !important;

}

.card{
  border: 0 solid var(--card-border);
}

.card-header{
   /*background: var(--switchx) !important;*/
   background-color: white !important;
   color: black !important;
}


.main-sidebar{
  min-height: inherit !important;
}


.box{
  background-color: white !important;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    background: #636363;
    color: white;

    padding: .5rem 0;
}

h1 {
  font-family: "Jura", sans-serif;
  font-size: 50px;
  font-weight: bolder;
  font-style: normal;
}

h2 {
  font-family: "Jura", sans-serif;
  font-size: 35px;
  font-weight: bolder;
  font-style: normal;
}
h3 {
  font-family: "Jura", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
}
h4 {
  font-family: "Jura", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.label{
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
}

.embed-container{
  min-width: 100% !important;
  height: 52vw !important;
}


.hamburger-menu {
    display: none; /* Hidden by default for larger screens */
    cursor: pointer;
}

/*@media (max-width: 700px) {


}*/



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.nav-pills{
  --bs-nav-pills-link-active-bg: #cc0066 !important;

}


.white-text{
  color:white !important;

}

td:first-child{
	max-width:150px;
	overflow:hidden;
}

td{
	border: 1px solid #ddd;
}

.btn-transpose{
	border: 1px solid #ddd;
	max-width: 0;

}

.btn{
	min-width:100px;
  /*background-color: #CC0066;*/
  color: white;
}

.tablesearchL{
	display: block;
	width: 100%;
	font-size: 16px;
	
}

.tablesearch{
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 20px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

thead > tr > th{
	border-top: 0 !important
}

thead > tr :nth-child(1){
	border-top-left-radius: 10px !important;
}


thead > tr :last-of-type{
	border-top-right-radius: 10px !important;
}

.right-align{
  text-align: right !important;
  font-variant-numeric: tabular-nums;
}
