/* CourtTracker CSS */
/* (c) 2005 Court Data Technologies LLC */

/* Link colors and attributes */
a.psf			{ text-decoration:	none; }
a.psf:link		{ color: #0066FF; background-color: transparent; }
a.psf:visited	{ color: #0066FF; background-color: transparent; }
a.psf:active	{ color: #3366CC; background-color: transparent; }
a.psf:hover		{ color: #000099; background-color: transparent; }

/* Body attributes B1BFE1*/

body {
    background: #fff;
    color: #222;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position:relative
}


/* CSS definitions for fonts */

.V9 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; }
.V10W 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.V10WB 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: 900; }
.V9G 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; }
.V10 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
p.demo	 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #5281EB; font-weight:bold; }
.V11 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.V12 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.V14 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.V9BOLD 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 900; }
.V10BOLD 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 900; color: #000000; }
.V10BOLDBL 		{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 900; color: #242F4B; }
.G10 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #0066FF; }
.G10B 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.G10BOLD 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 900; }
.G10G 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #A1A5A9; }
.H20 			{ font-family: Helvetica, sans-serif; font-size: 18px; color: #000000; }
.H16 			{ font-family: Helvetica, sans-serif; font-size: 16px; color: #000000; }
.eventfont 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.company 			{ font-family: Raleway, sans-serif; font-size: 40px; color: #000000; }
.company2 		{ font-family: Raleway, sans-serif; font-size: 32px; color: #000000; }
.title 				{ font-family: Monserrat, sans-serif; font-size:  1.6rem; color: #000000; padding:1.3rem; }



/* Length of the form drop downs */

.query_style 	{ font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 156px; margin-bottom: 0; }
.search_style 	{ font-size: 12px; font-family: verdana, geneva, arial, sans-serif; width: 134px; margin-bottom: 0; }
.login_style	{ font-size: 11px; font-family: verdana, geneva, arial, sans-serif; width: 80px; margin-bottom: 0; }

.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.BigListButton{
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #245c7a 5%, #0a2e47 100%);
	background-color:#245c7a;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.BigListButton:hover {
	background:linear-gradient(to bottom, #0a2e47 5%, #245c7a 100%);
	background-color:#0a2e47;
}
.BigListButton:active {
	position:relative;
	top:1px;
}
.ButtonLogout {
	box-shadow: 0px 0px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #59b1eb 5%, #54aeea 100%);
	background-color:#59b1eb;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	padding:6px 25px;
	text-decoration:none;
	text-shadow:2px 2px 5px #5b6178;
}
.ButtonLogout:hover {
	background:linear-gradient(to bottom, #54aeea 5%, #59b1eb 100%);
	background-color:#54aeea;
}
.ButtonLogout:active {
	position:relative;
	top:1px;
}

.center {
  text-align: center;
	}
	
.reportcol {
	min-width:150px;
	}

table {
    border-spacing: 10px;
}

/* Big List switch */
.onoffswitch {
    position: relative; width: 127px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 15px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 22px; padding: 0; line-height: 22px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "On Big List";
    padding-left: 10px;
    background-color: #2B75A6; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Add Big List";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 12px; margin: 5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 101px;
    border: 2px solid #999999; border-radius: 15px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/* eof Big List switch */

.EditBigList {
	box-shadow:inset 0px 0px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
}
.EditBigList:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.EditBigList:active {
	position:relative;
	top:1px;
}

/* radio buttons for Keep/Discard */

.radio-toolbar {
  margin: 50px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px dashed #bbb;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}

input.checkjgmt {
  width:24px;
  height:24px;
}

.events table {
    border-collapse: collapse;
    width: 90%;
    border: 1px solid black;
    margin: 0 auto;
}

.events td {
    text-align: left;
    padding: 8px;
	font-size:14px;
}

.events th {
    text-align: left;
    padding: 8px;
	font-size:14px;
	background-color: #EEEEEE;
}

.events tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.events caption {
    text-align: left;
    padding: 8px;
   	font-family:Arial;
	font-size:16px;
}

.charges table {
    border-collapse: collapse;
    width: 90%;
    border: 1px solid black;
    margin: 0 auto;
}

.charges td {
    text-align: left;
    padding: 8px;
	font-size:14px;
}

.charges th {
    text-align: left;
    padding: 8px;
	font-size:14px;
	background-color: #EEEEEE;
}

.charges tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.charges caption {
    text-align: left;
    padding: 8px;
	font-family: times;
    font-size: 1.05rem;
    border-left: 5px solid slategrey;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 60px;

}

.case-header {
    padding: 12px;
	font-size:20px;
	background-color: #3b6489;
	color:white;
	# display: flex;
    margin-left: 40px;
    margin-right: 40px;
	justify-content: space-around;
}

.case-header a{
	background-color: #3b6489;   /*334D64*/
	color:white;
	font-size:20px;
}

.save-button{
  	position: fixed;
  	right: 20px;
}
.save-button button{
	color:green;
	border: 3px solid green;
	font-size:0.9rem;
	border-radius: 5px;
	padding:0.6rem;
}

.save-button button:hover {
  background-color: green; /* Green 4CAF50*/
  color: white;
}

.user-options {
    text-align: center;
	font-size:16px;
}

.user-notes {
    text-align: center;
	font-size:12px;
}

.user-notes label{
    vertical-align: top;
	font-size:12px;
}

.cases-summary table {
    border-collapse: collapse;
    width: 40%;
    border: 1px solid black;
    margin: 0 auto;
}

.cases-summary td {
    text-align: left;
    padding: 8px;
	font-size:14px;
}

.cases-summary th {
    text-align: left;
    padding: 8px;
	font-size:14px;
	background-color: #EEEEEE;
}

.cases-summary tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.cases-summary caption {
    text-align: left;
    padding: 8px;
   	font-family:Arial;
	font-size:16px;
}

.suppress-text {
	font-weight:bold;
}
.motion-text {
	font-weight:bold;
}
.other-flag-text {
	color:red;
}
.denied-text {
	font-weight:bold;
	color:red;
}

.grant-text {
    font-weight:bold;
	color:green;
}
.evidence-text {
	color:green;
    font-weight:bold;
}
.case-link {
	text-decoration: none;
}
.case-link:hover {
	color:#75b9f7;
}
.case-status {
	font-size: 0.8rem;
	padding-left: 40px;
}

:root {
  --accent: #ff9800;
  --accent-2: #EC2F4B;
  --text: #003f66;
  --text-hover: var(--accent);
  --text-active: #FFFFFF;
  --border-width: 0.125em;
}

* {
  box-sizing: border-box;
}

.hidden-toggles {
	position: relative;
	border-radius: 999em;
	overflow: hidden;

	height: 2.15em;
	width: 20em;

	display: flex;
	flex-direction: row-reverse;

	> * {
		flex: 0 0 33.33%;
	}

	&:after {
		content: "";

		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		border: var(--border-width) solid var(--accent);
		border-radius: 999em;
		pointer-events: none;
	}
}

.hidden-toggles__input {
	display: none;

	&:checked + .hidden-toggles__label {
		background-color: var(--accent);
		color: var(--text-active);

		&:before {
			opacity: 1;
		}
		
	}
	
	&:nth-of-type(1) + label { order: 3 }
	&:nth-of-type(2) + label { order: 2 }
	&:nth-of-type(3) + label { order: 1 }
	
}

.hidden-toggles__label {
	display: flex;
	align-items: center;
	justify-content: space-around;

	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-out;
  color: var(--text);

	&:hover {
		color: var(--text-hover);
	}

	&:nth-of-type(2) {
		border-left: var(--border-width) solid var(--accent);
		border-right: var(--border-width) solid var(--accent);
	}
	
}

.zmdi-icons:before {
	font-size: 1.55rem;
	color: slategrey;
}

.ButtonViewDetails {
    box-shadow: 0px 0px 0px 0px #f0f7fa;
    background: linear-gradient(to bottom, #3c3c3d 5%, #3c3c3d 100%);
    background-color: #3c3c3d;
    border: 1px solid #555655;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 25px;
    text-decoration: none;
    text-shadow: 2px 2px 5px #5b6178;
}