
html {
	box-sizing: border-box;
	background-color: none; /* warning: changing this effects the printview */
}

input[type="text"]::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	min-width: 375px;
	/* background-color: #EEF1F5; */
}
.outer-container{
	background-color: none;
}

.inner-container{
	background-color: #EEF1F5;
}
.inner-container-print{
	background-color: #ffffff;
}
.notes {color:red;}
.paper {height: 100%}
.filter-container {background-color: #F8F8F8; height: 100%;}
.mantine-1l8t95w {padding-top: 0px !important;}  /* mantine is adding 10px to the top of radiogroups.  this fixes that */
.radio-group .mantine-1l8t95w {justify-content: left !important;}

/* Drowdown Select Clone */

.annotation-text {
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.dropdownClone .Select-control {
	background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
    color: #333;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
	padding: 3px 5px;
    overflow: hidden;
}
.Select-placeholder {
	font-size: 14px;
}
.Select-value {
	font-size: 14px;
}
.Select--multi .Select-value {
    background-color: rgb(241, 243, 245);
    border: none;
    color: rgb(73, 80, 87);
    display: inline-block;
    font-size: 12px;
    line-height: 1.55;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top;
	padding: 3px 5px;
}
.VirtualizedSelectOption{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" ;
	font-size: 14px;
}
.Select-input{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" ;
	font-size: 14px;
}
.Select-menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" ;
	font-size: 14px;
}
.Select--multi .Select-value-icon {
	border: none;
	float: right;
}
.Select-arrow {
	content: url("select.svg");
	height: auto;
	width: auto;
	border: none;
}
.PrintLabel{
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	font-weight: 600;
}
.PrintCriteria {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}
.FilterList.mantine-1eg3th9 {
	border-left: 4px solid #228BE6;
	padding-left: 10px;
}
.widthfix {width: 100%;}

.ag-tooltip{
	background-color:#fafafa;
	color: #000000;
	border-radius: 4px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 320px;
 }
 .ag-header-icon {
	display: none;
 }

/* Component Styles */

.mantine-1wvsdi7 {background-color: #fafafa;}
.bartext-inside {font-weight: 500;}

/* .mantine-zgbgjr {
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 32px;
    border: 2px solid rgb(22, 112, 201);
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: -8.5px;
    right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
} */


.mantine-k6bcgd {background-color: #ffffff; border:none;}

.rangeslider {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} 
.rc-slider-track {
	background-color: #228BE6;
}
.rc-slider-handle {
	border: solid 2px #228BE6;
}
.rc-slider-dot-active {
	border-color: #228BE6;
}
.rc-slider-tooltip-inner {
	background-color: #fafafa;
	color: #212529;
	padding: 6px 6px;
	font-size: 12px;
	font-weight: 500;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" ; */
	height: auto;
}
.featured-filter{
	background-color: #ffffff !important;
	padding: 20px;
	width: 100% !important;
}
.checkbox-group-fix .mantine-1l8t95w{
	justify-content: flex-start !important;
}
.select-label{
	display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.more-filters{
	padding: 10px 10px 10px 10px
}
.more-filters-label{
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.slider-label{
	/* display: inline-block; */
	text-align: center;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(33, 37, 41);
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
/* .CasePhase .mantine-t4exvj:not(:first-of-type){
	margin-top: 16px;
}
.CasePhase .mantine-Timeline-itemTitle {
	padding-top: 4px;
} */

.CasePhase {
	position: relative;
}
.CasePhase::before {
	position: absolute;
	content: '';
	width: 2px;
	background-color: #D1D5D8;
	top: 0;
	bottom: 0;
	left: 11px;
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}
.PhaseIcon{
	z-index: 2;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.PhaseName {
	font-size: 14px;
	font-weight: 500;
	/* padding-left: 4px; */
}
.PhaseCount {
	font-size: 14px;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
}
/* .PhaseIcon::before {
	box-sizing: border-box;
	display: block;
    position: absolute;
    inset: 0px auto -24px -2px;
    border-left: 2px dashed rgb(222, 226, 230);
    content: "";
    
} */

.mantine-1dewtg3[data-with-child]{
	border-width: 0px;
	border-color: #008002;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 128, 2);

}
.mantine-1gnx8pd:not(:first-of-type){
	margin-top: 18px;
}
.DeterminationsNumber {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff; 
}
.HiddenDivFix {
	height: 100%;
}
.DeterminationBadge{
	min-width: 68px;
}

h1 {font-size: 30px !important;}

.mantine-1xpr3so{
	font-size: 14px;
	padding-top: 8px;
}
.ProfileLink {
	font-size: 14px;
	padding: 0px 0px 4px 0px;
	color:#222222 !important;
}
.ProfileLink:hover {
	color:#228BE6 !important;
	text-decoration: none;
	font-weight: 500;
}
.LinkedName {
	font-size: 14px;
}
.LinkedName a { 
	color:#222222 !important;
	text-decoration: none;
	font-size: 14px !important;
}
.LinkedName a:-webkit-any-link { 
	color:#222222 !important;
	font-size: 14px !important;
}
.LinkedName a:hover { 
	color:#228BE6 !important;
	text-decoration: none;
	font-weight: 500;
}
.ResultCount {
	font-size: 14px;
	color:#444444;
	font-weight: bold;
}

.FilterListName {
	font-size: 13px;
	font-weight: 700;
	color: #BABCBC;
	text-transform: uppercase;
	margin-top: 12px;
}
.FilterListItem{
	font-size: 14px;
	padding: 0px 18px;
	margin: 0px;
}
.RankingText {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #b6b6b6;
	line-height: 1.1em;
}
.RankingBadge{
	font-weight: 700;
	padding: 0px 8px; 
	/* min-width: 54px; */
	text-overflow:initial;
}
.mantine-h9iq4m {
    white-space: nowrap;
    overflow: visible;
}

.ForumWinRate tbody tr td{
	border-bottom: none;
	font-weight: 700;
	color: #808080;
}
.nav-numbers{
	font-weight: 800;
	font-size: 30px;
	color: #ffffff;
	padding: 10px;
	line-height: 20px;
	border-radius: 3px;
	background-color: #0068B1;
	min-width: 44px;
    text-align: center;
}
.nav-numbers:hover{
	color: #0068B1;
	background-color: #e1e1e1;
}
.mantine-Spoiler-control{
	font-size: 12px;
	padding-top: 10px;
}
.NumberBoxTitle {
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
    -webkit-tap-highlight-color: transparent;
    color: rgb(134, 142, 150);
    font-size: 12px;
    line-height: 1.55;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
	/* white-space: nowrap; */
	overflow: hidden;
}
.NumberBoxTitlePrint {
	font-size:12px;
	color: #969696;
	font-weight: 500;
}
.bignumlabel {
	color:#000000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 4px;
}
.ChartTitle { /* controls title style for cards */
	font-size:15px;
	text-transform: uppercase;
	color: #000000;
	font-weight:700;
}
.ChartSubtitle {
	font-size: 14px;
	color:#404040;
	font-weight:600;
}
.ChartDescription { /* controls subtext style for cards and filter descriptions */
	font-size: 14px;
	color: #404040
	
}
.AccordionTable tbody tr td{
	font-size:12px !important;
	vertical-align: top;
}
.PageSubtitle{
	text-transform: uppercase;
	color: #0068B1;
	font-size: 13px;
	font-weight: 500;
}
.natl {
	font-size: 13px;
	line-height:16px;
	color: #8FCAEE;
	font-weight: 500;
}
.pdf_link{
	vertical-align: middle;
}
.case-phase-slider {
	white-space: nowrap;
	font-family: "Inter", sans-serif;
}
.case-phase-slider .rc-slider-mark-text{
	font-size: 15px;
	color: #000000;
	padding-left: 10px;
	font-weight: 500;
}
.case-phase-slider .rc-slider-handle{
	width: 20px;
	height: 20px;
}
.case-phase-slider .rc-slider-dot {
	width: 14px !important;
	height: 14px !important;
}
.case-phase-slider .rc-slider-track {
	left: 7px;
	width: 5px;
}
.case-phase-slider .rc-slider-rail {
	width: 5px;
	left: 7px;
}


/* .ag-wrap-text{
	line-height: 1.2rem;
	padding-top:10px;
	padding-bottom: 6px;
} */
/* .hbar .ytick {
	transform: translateY(-22px);
	color: #222222;
}
.hbar .yaxislayer-above text {
	text-anchor: start;
	color: #222222;
} */





/* Layout */

.CardTitleGroup {
	align-items: start;
}

.linkList{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f2f2f2;
}
.linkListMini {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-transform: uppercase;
	max-width: 250px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.linkListHeader {
	font-size: 12px;
	font-weight: 500;
	color: #bbbbbb;
	text-transform: uppercase;
}

a:-webkit-any-link { /* This affects the link color for all list of parties, firms, courts, attorneys */
	color: #1E7ACB;
	text-decoration: none;
}

.natlgroup{
	vertical-align: middle;
}
.Card {
    -webkit-tap-highlight-color: transparent;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 3px, rgb(0 0 0 / 5%) 0px 10px 15px -5px, rgb(0 0 0 / 4%) 0px 7px 7px -5px;
    padding: 20px;
	height: 100%;
}
.cases-by-year-fix {
	display: flex;
	flex-wrap:nowrap;
	gap: 24px;
}
.logo {
	float: right;
}
.tooltip{
	max-width: 300px;
	box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px, rgb(0 0 0 / 10%) 0px 10px 15px -5px, rgb(0 0 0 / 8%) 0px 7px 7px -5px;
	border-radius: 3px;
	border: 1px solid #eeeeee !important;
	font-size: 14px !important;
	background-color: #fafafa !important;
}
.tooltip-text{
	font-size:14px;
	white-space: nowrap;
}
.tooltip-text-wrap{
	font-size: 14px;
}
.hover-content{
	white-space: normal !important;
}
.AffixControl {
	margin-top:auto;
	bottom:20px;
}
.TableNoWrapFix th {
	white-space: nowrap;
}

/* Mantine Overrides */
 .mantine-Switch-trackLabel{
	font-family: Arial, Helvetica, sans-serif;
}

.mantine-v4lv9f{
	border-bottom: none !important;
}
.mantine-1xa9lqx{
	border-bottom: none !important;
}
.mantine-9y67rq {
	padding-left: 0px !important;
}
.mantine-so4v13 {
	background-color: #EEF1F5;
}
.mantine-Timeline-itemTitle {
	font-size: 14px;
}
.mantine-10qmys3:not(:first-of-type) {
	margin-top:12px; /* overides default margins in timelineitem */
}
.mantine-vaqk1d {
	font-size: 14px; /* overides switch label text properties */
	font-weight: 500;
    color: rgb(33, 37, 41);
}
.mantine-1p4vowb tbody tr td {
    padding: 4px 10px;
    border-bottom: 1px solid rgb(222, 226, 230);
    font-size: 14px;
    vertical-align: top;
}


/* Printing Styles */
.PrintTooltip{
	font-size: 12px;
	color: #777777;
}

.print-description {
	width: 800px;
	vertical-align: middle;
	margin: auto;
	background-color: #FFFFFF;
}
.inner-container-print .LinkedName a {
	font-size: 13px !important;
}
.inner-container-print .LinkedName .mantine-ujvs0e {
	font-size: 13px !important;
}
.inner-container-print .linkList {
	padding-top: 2px;
	padding-bottom: 2px;
}
.inner-container-print .mantine-Container-root {
	padding-left: 0px;
	padding-right: 0px;
}

.surface {
	cursor: pointer;
	pointer-events:auto;
	}

.nsewdrag {
	cursor:default;
	}
.printhide{
	display: none;
}

/* Mobile Breakpoint */

@media only screen and (max-width: 700px) {
	.logo{display: none;}
	.CaseMetaData{display:none;}
	}	

@media print {
	input[type=checkbox], input[type=radio] {
		opacity: 1 !important;
	}
}

/* Hacks */

#ttt-boxplot-tooltip-1{
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}

#ttt-boxplot-tooltip-2{
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}

#ttt-boxplot-tooltip-3{
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}

#ttt-boxplot-tooltip-4{
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}

#ttt-boxplot-tooltip-5{
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}