<style TYPE="text/css">
<!--

.fake {}


.flag {}


.snapcode {
	font-size: 24px;
}


body {
    background-color: #FFFFFF;
	position: relative;
 	margin: 0;
	min-height: 100%;
	overflow: scroll;
	max-height: calc(100vh - 80px);
}


hr {
	border-top:2px solid #C0C0C0;
}


iframe:focus { 
    outline: none;
}

iframe[seamless] { 
    display: block;
}





@font-face {
    font-family: ldfont;
    src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: ldfont-semibold;
    src: url(../fonts/open-sans/OpenSans-Semibold.ttf);
}

.reg_bold { font: 9pt ldfont-semibold; }
.subtitle31 { font: 12pt ldfont-semibold; font-weight: bold; color: #FF6252; }
.subtitle2 { font: 14pt ldfont-semibold; font-weight: bold; }
.table_inner { font: 9pt ldfont; background-color: #FFFFFF; }
.tablehigh_on { font: 9pt ldfont; background-color: #f1f1f1; }
.tablehigh_off { font: 9pt ldfont; }
.tablehigh_on:hover { background-color:#ffbab3; }
.tablehigh_off:hover { background-color:#ffbab3; }
.rabbit_link { color: #D3D3D3; }


.gold {
   color: #cccc00;
}




.medium {
	font-size: 16px;
	font-weight: bold;
}

.big {
	font-size: 20px;
	font-weight: bold;
}

.justbig {
	font-size: 40px;
	font-weight: bold;
}

.reallybig {
	font-size: 80px;
}

.superbig {
	font-size: 120px;
}

.justreallyreallybig {
	font-size: 200px;
}



.bottomshadow {
	background-color: #F8F8F8;
	position: relative;
	z-index: 10;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}


.starthidden {
	display: none;
}


.savets {
	border: 2px solid #3333ff;
    background-color: #e6e6ff;  
    padding: 12px 32px;
    color: #000;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	max-width: 300px;
}


.exceptionarea {
	border: 2px solid #d50000;
    background-color: #f3c4be;  
    padding: 10px 10px;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	max-width: 300px;
}


.exceptionarearesolved {
	border: 2px solid #3333ff;
    background-color: #e6e6ff;  
    padding: 10px 10px;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	max-width: 300px;
}

.resub {
	background-color: #f3c4be;
	text-align: center;
}

.resubimg {
	border: 5px solid #f3c4be;
	text-align: center;
}


.pointer {cursor: pointer;}


.border_thin {
	border: 1px solid #BEBEBE;
	border-radius: 6px;
}


.text {
	color: #383838;
}

.formtext {
	font-size: 14px;
	color: #000;
}

.sectionheading {
	font-size: 24px;
	color: #000;
}

.sectionheading3 {
	font-size: 24px;
	color: #FFF;
}

.sectionheading2 {
	font-size: 24px;
	color: #000;
	background: #F5F5F5;
	padding-top:20px;
	padding-bottom:20px;
}

.noticeme {
	color: #000;
	background: #FF6252;
}

.noticeme2 {
	color: #FFF;
	background: #FF6252;
}

.technosalmon {
	color: #FF6252;
}

.exception_text {
	color: #FFF;
	background: #d50000;
}

.dashboard_column_header {
	color: #C0C0C0;
	font-weight: bold;
}

.blacktext {
	color: #000;
	font-size: 14px;
}

.bigger_blacktext {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.greytext {
	color: #8c8c8c;
	font-size: 14px;
}


.lightgreyback {
  background: rgba(168,168,168,0.5);
}

.cancelgreytext {
	color: #8c8c8c;
}


.viewtext {
	color: #a8a8a8;
}


.goodasgreen {
	color: #009900;
}


.reddanger {
	color: #d50000;
}

.bluegood {
	color: #0099FF;
}


.superscript {
	font-size: 16px;
}

.justbold {
	font-weight: bold;
}



.header {
  margin: 0;
  background: #F0F0F0;
  color: #f1f1f1;
  position: relative;
  z-index: 11;
}

.subheader {
  margin: 0;
  background: #F0F0F0;
  color: #f1f1f1;
}

.footnote {
	color: #A9A9A9;
	font-size: 10px;
}


.centerme {
	position: absolute;
	left: 50%;
}


.goleft {
	text-align: left;
}
.goright {
	text-align: right;
}



.topitup {
	vertical-align: top;
}
.tothefloor {
	vertical-align: bottom;
}



.case-card-pro-nopadding.mdl-card {
	width: 100%;
	padding: 0px 0px 20px 0px;
}


.case-card-pro.mdl-card {
	width: 100%;
	padding: 0px 20px 20px 20px;
}


.case-card-pro-head.mdl-card {
	width: 100%;
	padding: 20px 20px 20px 20px;
}

.widetextarea {
	width: 98%;
	font-size: 14px;
	color: #4d4d4d;
	padding: 0px 10px 20px 3px;
}

.widetextfield {
	width: 95%;
}



.case-card-square.mdl-card {
	width: 200px;
	height: 180px;
}
.case-card-squaresub.mdl-card {
	width: 200px;
	height: 110px;
}
.case-card-square > .mdl-card__title {
	color: #000;
	background: #F8F8F8;
}
.secondary {
	color: #000;
	background: #F8F8F8;
	padding: 6px 6px 6px 6px;
}
.exception {
	color: #FFF;
	background: #d50000;
	padding: 6px 6px 6px 6px;
}
.subdate {
	color: #909090;
	font-size: 12px;
	line-height: .96;
}
.subdate_exception {
	color: #FFF;
	font-size: 12px;
	line-height: .96;
}

.listheader {
	color: #000;
	font-size: 16px;
}
.listexception {
	border: 2px solid #d50000;
    border-style:double;
    background: #f3c4be;
}




.case-card-header.mdl-card {
	width: 100%;
	min-height: 30px;
	padding: 0px 10px 0px 10px;
}
.case-card-squaresearchpat.mdl-card {
	width: 230px;
	height: 160px;
}
.case-card-squaresearchcase.mdl-card {
	width: 230px;
	height: 160px;
}
.search {
	color: #000;
	font-size: 14px;
	background: #FFF;
	padding: 10px;
}
.search:hover {
	color: #000;
	font-size: 14px;
	background: rgba(0,102,255,.2);
	padding: 10px;
}
.searchfind {
	background-color: #ccff99;

}


.duplicate {
	color: #000;
	font-size: 14px;
	background: #FFF;
	padding: 10px;
}


.listelement {
	background-color: #FFF;
}
.listelement:hover {
	background-color: #F5F5F5;
}

.listhighlight {
	background-color: #d9d9d9;
}



.mdl-grid {
	margin: 0px;
}



.mdh-expandable-search {
  margin: 0 50px;
  align-items: center;
  justify-content: center;
}

.mdh-expandable-search form {
  max-width: 600px;
}

.mdh-expandable-search,
.mdh-expandable-search form,
.mdh-expandable-search input {
  /* Cross browser flex-grow */
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mdh-expandable-search,
.mdh-expandable-search form {
  /* Cross browser inline-flex */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Position search icon */
.mdh-expandable-search .material-icons {
  position: relative;
  right: -40px;
  margin-left: -24px; /* Remove the blank space left behind by the icon being relatively positioned */
}

.mdh-expandable-search input {
  outline: none;
  border: none;
  font-size: 16px;
  color: #C0C0C0;
  background-color: #FFF;
  padding: 0px 35px 0px 70px;
  height: 40px;
  
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.mdh-expandable-search input::-webkit-input-placeholder { /* WebKit browsers */
    color:   #C0C0C0;
}
.mdh-expandable-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #C0C0C0;
   opacity:  1; /* Firefox gives the placeholder a reduced opacity so we have to increase it */
}
.mdh-expandable-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #C0C0C0;
   opacity:  1; /* Firefox gives the placeholder a reduced opacity so we have to increase it */
}
.mdh-expandable-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #C0C0C0;
}


/* Bug fix: https://github.com/google/material-design-lite/issues/1078
 * To much padding on the left of header when the menu button is hidden */
@media screen and (min-width: 851px) {
  .mdl-layout__header-row {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .mdl-layout__header-row {
    padding: 0;
  }
}

/* Bug fix for badges being in the wrong location */
.mdl-badge[data-badge]:after {
  right: -10px;
  top: -8px;
}



.mdl-badge-cap {
  right: 100px;
}
.mdl-badge-refix {
  right: 20px;
}



.table-responsive {
    min-height: .01%;
    overflow-x: auto;
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table {
	margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
.table-responsive > .table-bordered {
	border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}




.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}





.flexverticalonly {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}


.flexstretch {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: stretch; /* Safari 7.0+ */
    display: flex;
    align-items: stretch;
    height: 100%;
}


.flexstart {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: flex-start; /* Safari 7.0+ */
    display: flex;
    align-items: flex-start;
    height: 100%;
}


.flexjustifycenter {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: center; /* Safari 7.0+ */
    display: flex;
    justify-content: center;
}


#wideButton {
  width: 226px;
  min-width: initial;
}


.widerButton {
  width: 300px;
  min-width: initial;
}


.bigButton {
  width: 200px;
  height: 60px;
  min-width: initial;
}

.readyButton {
	color: #FFF;
	background: #666666;
}






.loginpadding {
	padding: 24px;
	flex: none;
}


.homenav {
	position: relative;
	padding-top: 22px;
	padding-right: 30px;
	float: right;
}


.dialog-container,
.loading-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
	background: rgba(0, 0, 0, 0.4);
	z-index: 550;
	opacity: 0;
	transition: opacity 400ms ease-in;
}


@media screen and (min-width: 851px) {
	.dialog-container > div {
		position: relative;
		width: 90%;
		max-width: 1500px;
		min-height: 25px;
		margin: 5% auto;
		z-index: 555;
		padding: 16px 16px 0;
	}
}
@media screen and (max-width: 850px) {
	.dialog-container > div {
		position: relative;
		width: 100%;
		max-width: 1500px;
		min-height: 25px;
		margin: 0;
		z-index: 555;
		padding: 0;
	}
}


.dialog-button-bar {
    text-align: right;
    margin-top: 8px;
}

.loading-container > div {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10% auto;
    z-index: 550;
}

.loading-container > div > div {
    width: 100%;
    height: 100%;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch !important;
  	overflow-y: scroll !important;
}







/* this is for AS uploader header dropdown */
select.btn-mini {
    height: auto;
    line-height: 14px;
}

/* this is optional (see below) */
select.btn {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    padding-right: 16px;
}

select.btn-mini + .caret {
    margin-left: -12px;
    margin-top: 5px;
}







/* this is for AS auto-minimize after upload, callout http://www.cssarrowplease.com */
.arrow_box {
	position: absolute;
	top: 154px;
	left: 120px;
	width: 500px;
	background: #c2dcff;
	border: 4px solid rgb(62,107,251);
	padding: 10px;
	z-index: 3333333;
	opacity: 0.9;
	display: none;
	border-radius:8px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(194, 220, 255, 0);
	border-bottom-color: #c2dcff;
	border-width: 40px;
	margin-left: -40px;
}
.arrow_box:before {
	border-color: rgba(43, 135, 255, 0);
	border-bottom-color: rgb(62,107,251);
	border-width: 46px;
	margin-left: -46px;
}

.calloutclose {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
}







/* this is for send to mobile, callout */
.stm_arrow_box {
	position: relative;
	top: -75px;
	left: 40%;
	width: 340px;
	height: 140px;
	background: #c2dcff;
	border: 4px solid rgb(62,107,251);
	padding: 10px;
	z-index: 3333333;
	opacity: 0.9;
	border-radius:8px;
}
.stm_arrow_box:after, .stm_arrow_box:before {
	right: 100%;
	top: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stm_arrow_box:after {
	border-color: rgba(194, 220, 255, 0);
	border-right-color: #c2dcff;
	border-width: 20px;
	margin-top: -20px;
}
.stm_arrow_box:before {
	border-color: rgba(43, 135, 255, 0);
	border-right-color: rgb(62,107,251);
	border-width: 26px;
	margin-top: -26px;
}




.stm_arrow_box5 {
	position: relative;
	top: -75px;
	left: 65%;
	width: 340px;
	height: 140px;
	background: #c2dcff;
	border: 4px solid rgb(62,107,251);
	padding: 10px;
	z-index: 3333333;
	opacity: 0.9;
	border-radius:8px;
}
.stm_arrow_box5:after, .stm_arrow_box5:before {
	right: 100%;
	top: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.stm_arrow_box5:after {
	border-color: rgba(194, 220, 255, 0);
	border-right-color: #c2dcff;
	border-width: 20px;
	margin-top: -20px;
}
.stm_arrow_box5:before {
	border-color: rgba(43, 135, 255, 0);
	border-right-color: rgb(62,107,251);
	border-width: 26px;
	margin-top: -26px;
}




.stm_calloutclose {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
}






/* this is for Trial user 'get started here' callout */
.arrow_boxfte {
	position: relative;
	width: 175px;
	background: #c2dcff;
	border: 4px solid rgb(62,107,251);
	padding: 10px;
	z-index: 3333333;
	opacity: 0.8;
	border-radius:8px;
}
.arrow_boxfte:after, .arrow_boxfte:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_boxfte:after {
	border-color: rgba(194, 220, 255, 0);
	border-bottom-color: #c2dcff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_boxfte:before {
	border-color: rgba(43, 135, 255, 0);
	border-bottom-color: rgb(62,107,251);
	border-width: 26px;
	margin-left: -26px;
}


/* for trial email */

.signupdiv {
	border: 2px solid #66ff66; 
    padding: 10px 10px;
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}




/* for dashboard message */
.dashmessage {
	border: 2px solid #000;
	border-radius: 8px;
	background-color: #ffff99;
	max-height: 500px;
	max-width: 700px;
	padding: 20px;
	position: relative;
	z-index: 12;
}

.messageheader {
	font-size: 24px;
}






.inputnone {
    display: none;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    background-color: #FFF;
    display: inline-flex;
    padding: 36px 42px;
    border-radius: 10px;
    cursor: pointer;
}
.custom-file-upload1 {
    border: 1px solid #ccc;
    background-color: #FFF;
    display: inline-flex;
    padding: 10px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.custom-file-upload2 {
    border: 1px solid #ccc;
    background-color: #0099FF;
    display: inline-flex;
    padding: 16px 16px;
    border-radius: 10px;
    cursor: pointer;
}
.custom-file-upload3 {
    border: 1px solid #ccc;
    background-color: #D50000;
    display: inline-flex;
    padding: 16px 16px;
    border-radius: 10px;
    cursor: pointer;
}




dialog {
  position: absolute;
  left: 0; right: 0;
  transform: translate(0, 120%);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
}

dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}








.switch1 {
	position: relative;
	display: block;
	vertical-align: top;
	width: 60px;
	height: 20px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 10px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch1-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch1-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #99cc00;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.switch1-label:before, .switch1-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch1-label:before {
	content: attr(data-off);
	right: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.switch1-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch1-input:checked ~ .switch1-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch1-input:checked ~ .switch1-label:before {
	opacity: 0;
}
.switch1-input:checked ~ .switch1-label:after {
	opacity: 1;
}
.switch1-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch1-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch1-input:checked ~ .switch1-handle {
	left: 44px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch1-label, .switch1-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}




/**
 * Stripe styling
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}















.admin_grid {
	 background-color: #404040;

}

.admin_section_header {
	font-size: 22px;
}

.admin_table_header {
	font-size: 14px;
	font-weight: bold;
}

th {
	border-bottom: 1px solid #D3D3D3;
}

.admin_select {
	color: #666;
}

.admin_highlight {
	background-color: #505050;
	font-weight: bold;
}

.admin_inactive {
	color: #808080;
}

.case:hover {
	color: rgb(64,196,255);
	text-decoration: underline;
}

.exp_link {
	color: #FF0000;
}




.task_view_table {
	padding: 5px 5px;
}









-->
</style>