@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
*{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 100;
}

.example_a {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #d80e45;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.example_a:hover {
background: #434343;
/*letter-spacing: 1px;*/
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.example_b {
color: #fff !important;
text-decoration: none;
background: #d80e45;
padding: 6px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.example_b:hover {
background: #434343;
/*letter-spacing: 1px;*/
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 30px;
	-webkit-font-smoothing: auto;
	text-rendering: auto;
}

h2{
	display: block;
	font-size: 20px;
	font-weight: bold;
}

a{
	color: blue;
}

table, th, td{
	/*border: 2px solid #777;
	color: #777;*/
}

table{
	width: 100%;
}

th, td{
	text-align:center;
}

.top-links{
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.flex-container{
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	color: #777;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-container-column{
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	padding: 0px;
	margin: 0px;
	color: #777;
	justify-content: center;
}

.flex-container-footnotes{
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	padding: 0px;
	margin: 0px;
	color: #777;
	justify-content: center;
	font-size: 12px;
}

.flex-item-horizontal-align-center{
	align-self:center;
}

.top-padder{
	padding-top: 10px;
}

.ft-select{
	font-size: 12px;
}

.super-column{
	display: flex;
	flex-direction: column;
	width: 800px;
}

.row{
	display: flex;
	padding-bottom: 10px;
	flex-direction: row;
	
}

.column{
	display: flex;
	flex-direction: column;
}

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

.step-1-link{
	font-size: 12px;
}

.rotate{
	text-align:center;
	white-space:nowrap;
	transform-origin:50% 50%;
	/* FF3.5+ */
	-moz-transform: rotate(-90.0deg);
	/* Opera 10.5 */
	-o-transform: rotate(-90.0deg);
	/* Saf3.1+, Chrome */
	-webkit-transform: rotate(-90.0deg);
	/* IE6,IE7 */
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
	/* Standard */
	transform: rotate(-90.0deg);	
}

.rotate:before {
    content:'';
    padding-top:50%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

#divider{
	background-image: url("divider-gray.png");
	background-repeat: repeat;
	font-weight:bold;
	color:#bb0e3d;
	padding-top: 10px;
}

#subtype-predictor-form{
	background: #F9F9F9;
	padding: 25px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#subtype-predictor-form button[type="fake-submit"]{
	display: block;
	cursor: pointer;
	border: none;
	background: #bb0e3d;
	color: #FFF;
	margin-top: 30px;
	padding: 10px;
	font-size: 15px;
	position: relative;
}

#subtype-predictor-form button[type="fake-submit"]:hover {
  background: #d80e45;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#subtype-predictor-form button[type="fake-submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#subtype-predictor-form button[type="submit"]{
	display: block;
	cursor: pointer;
	border: none;
	background: #bb0e3d;
	color: #FFF;
	margin-top: 30px;
	padding: 10px;
	font-size: 15px;
	position: relative;
}

#subtype-predictor-form button[type="submit"]:hover {
  background: #d80e45;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#subtype-predictor-form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#loading-gif{
	display: none;
	margin-top: 30px;
}

#errorsdiv{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:16px;
	background-color: #f5dcdf;
	overflow:scroll;
	height:150px;
	width: 100%;
	display: none; /**Remove to show errors**/
}

#warningsdiv{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:16px;
	background-color: #f5f5dc;
	overflow:scroll;
	height:150px;
	width: 100%;
	display: none; /**Remove to show errors**/
}

#perfsummary{
	color: #777;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #dcf4f5;
	padding: 25px;
}

#step1OptionDiv{
	padding: 0;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
}

.userguidelink{
	font-size:12px;
}

.button-center-self{
	align-self: center;
}

/*start of scrollable table css*/
div.tableContainer {
	clear: both;
	border: 1px solid #000000;
	height: 333px;
	overflow: auto;
	width: 100%;
	text-align: center;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 100%
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	/* width: 740px */
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	/* width: 756px */
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */

thead.fixedHeader tr {
	/*position: relative;*/
	display: table;
	width: 100%;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */

/* make the TH elements pretty */
thead.fixedHeader th {
	background: #bb0e3d;
	color: #FFFFFF;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;*/
	font-weight: normal;
	padding: 4px 3px;
	text-align: center;
}

.first-row{
	font-weight: bold;
	padding: 4px 3px;
	text-align: center;
}

html>body tbody.scrollContent {
	display: block;
	height: 300px;
	overflow: auto;
	width: 100%
}

html>body thead.fixedHeader {
	display: table;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	width: 100%;
}

tbody.scrollContent tr.alternateRow td {
	background: #EEE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #DDD;
	padding: 2px 3px 3px 4px;
	width: 100%;
}

tbody.scrollContent tr{
	width: 100%;
	display: table;
}
/*end of scrollable table css*/

/*******/
.scrolltable {
	overflow-x: scroll;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.scrolltable > .header {
}
.scrolltable > .body {
	/*noinspection CssInvalidPropertyValue*/
	overflow-y: scroll;
	width: 100%;
	flex: 1;
	-webkit-flex: 1;
}


.tooltip{
	border: 1px solid black;
	color: yellow;
	font-size:12px;
	border-color:red;
	font-weight:bold;
	fill:white;

}


