html, body{
   height: 100% !important;
   min-height: 100% !important;
}
p{
	text-align:justify;
}

header h1, header h2{
	text-align: center !important;
}


matilda_functionality a{
	text-decoration:none;
}

more_config_choice a{
	text-decoration:none;
	display:inline-block;
}
#footprint_form_container i{
	border: none;
}
/* input:read-only { background: silver !important; } */
select[disabled] { 
	background-color: silver !important;
	color: black; 
	border: 0px solid #006fdc !important;
}
input:disabled { 
	background-color: silver !important; 
	color:white;
	}
.left_title{
	font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: .125rem;
    font-weight: 700;
    text-transform: uppercase;
/* 	margin-left:240px; */
/* padding-left: .5rem; */
	float:left;
}

.left_title::after {
    margin-top: 3px !important;
    margin-bottom:12px;
    width: 80px;
    border-bottom: 2px solid #000;
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.no_underline{
	text-decoration:none !important;
	color: inherit;
}
h1.central_heading{
text-align: center;	
text-transform: uppercase;
text-decoration: underline;
}

.no_underline{
	text-decoration:none;
}

img.list_img{
	border-radius: 8px;
	width:100%;
	height:250px;
}

.hidden_div{
	display:none !important;
}

.display_div{
	display:inline-block;
}

.twocolumnform_firstcolumn{
	width:47%;
	float:left;
	clear:both;
	margin-right:5% !important;
}

.twocolumnform_secondcolumn{
	width:47%;
	float:left;
}
.threecolumndiv{
	width:33%;
	float:left;
}
.algoandfeature_div{
	height: 210px; 
	overflow-y: auto !important;
}

.full_available_width{
	width:100%;
}
#footprint_form fieldset input[type=radio]{
    position: relative !important;
}

.dashboard_full_available_width{
		width:100%;
}
#algorithms_div{
	overflow: hidden;
}
#advanced_settings label{
	margin-bottom: 10px;
}

#features_div{
	overflow: hidden;
}

#library_problems_div{
	width:100%;
	overflow:hidden;
}
.labels{
	margin-bottom:10px !important;
}

#custom_problem_fieldset{
	border: 3px solid lightgray;
	padding: 5px;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.fullwidth_input{
	width:100%;
}

.tooltip {
    position: relative;
    display: inline-block;
/*     border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #0c304a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

ul.verticalRadios {
  list-style-type: none !important;
}

.list_nobullets{
	list-style-type: none !important;
}
.bordered_fieldset{
	border:1px solid lightgray !important; 
	padding: 1em !important;
}

.bordered_legend{
	background-color: #0c304a; color: #fff; padding: 3px 6px;
}

.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  background-color: #1e90ff;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.error{
	color: red;
}

/* #new_algo_feature_div{ */
/* 	margin-top: 25px;  */
/* } */

#new_algo_feature_div span{
	margin-right: 30px; 
}
/* #close-execution{ */
/* /*     color: #d3d7cf; */ */
/*     float: right; */
/*     font-size: 28px; */
/*     font-weight: bold; */
/* } */

#close-execution:hover,
#close-execution:focus {
/*     color: #000; */
    text-decoration: none;
    cursor: pointer;
}


.progress{
  height: 40px;
  text-align: center;
  top: 50%;
  left: 50%;
/*   margin: -20px 0 0 -50px; */
	margin-top: 30px;
}
.progress span{
  transition: all 500ms ease;
  background: #4A72DA;
  box-shadow: 1px 2px 3px #999;
  height: 10px;
  width: 10px;  
  display: inline-block;
  border-radius: 10px;
  animation: wave 2s ease  infinite;
}  

.progress span:nth-child(1){  animation-delay: 0; }
.progress span:nth-child(2){  animation-delay: 100ms; }
.progress span:nth-child(3){  animation-delay: 200ms; }
.progress span:nth-child(4){  animation-delay: 300ms; }
.progress span:nth-child(5){  animation-delay: 400ms; }
.progress span:nth-child(6){  animation-delay: 500ms; }
.progress span:nth-child(7){  animation-delay: 600ms; }
.progress span:nth-child(8){  animation-delay: 700ms; }

@keyframes wave{
  0%, 40%, 100% { 
    transform: translate(0, 0);
    background-color: #4A72DA;    
  }
  10% { 
    transform: translate(0, -15px); 
    background-color: red;    
  }  
}

.nextto_header{
	margin-top: 20px;
}
.tooltip img{
	margin-left: 5px;
}
.inline_h2{
	font-weight: 700;
    font-size: .9375rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    display:inline;
}
#diversity_div h2{
	display:inline;
}
.below_header_div{
	margin-top: 15px;
	text-align: justify;
}

.top_wrapper{
	width: 100%;
	text-align: center;
}

.submission_guidelines{
	width: 60%;
	display: inline-block;
	font-family: serif;
}
.our_methodology_wrapper{
	padding-left: 3%;
}

.our_methodology_wrapper p,
.our_methodology_wrapper ul,
.our_methodology_wrapper ol,
.our_methodology_wrapper h1,
.our_methodology_wrapper h2,
.our_methodology_wrapper h3
{
		width: 100% !important;
	max-width: 100% !important;
	text-align: left !important;
}

.our_methodology_text_container_two_columns{
	width: 100%;
	display: inline-block;
}

.our_methodology_text_container_first_columns{
	width: 60%;
	padding-left: 5%;
	padding-right: 5%;
	float:left;
}
.our_methodology_text_container_second_columns{
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	float:left;
}
#submission_guidelines_wrapper .submission_guidelines p, 
#submission_guidelines_wrapper .submission_guidelines h1, 
#submission_guidelines_wrapper .submission_guidelines h2, 
#submission_guidelines_wrapper .submission_guidelines h3, 
#submission_guidelines_wrapper .submission_guidelines ol, 
#submission_guidelines_wrapper .submission_guidelines ol, 
#submission_guidelines_wrapper .submission_guidelines li, 
#submission_guidelines_wrapper .submission_guidelines ul{
	width: 100% !important;
	max-width: 100% !important;
	text-align: left;
}
.shell-wrap {
/*   width: 800px; */
/* width:40%; */
  margin: 50px auto 100px auto;
  box-shadow: 0 0 30px rgba(0,0,0,0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.shell-top-bar {
/*   text-align: center; */
  color: #525252;
  padding: 5px 0;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  font-size: 0.85em;
  border: 1px solid #CCCCCC;
  border-bottom: none;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;

  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #B8B8B8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#B8B8B8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#B8B8B8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#B8B8B8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#B8B8B8',GradientType=0 ); /* IE6-9 */
}

.shell-body {
  margin: 0;
  padding-left: 10%;
  padding-right: 10%;
  list-style: none;
  background: #141414;
  color: #45D40C;
  font: 0.8em 'Andale Mono', Consolas, 'Courier New';
  line-height: 1.6em;
  text-align:left;
	border: 4px solid red;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: silver 4px solid;
  overflow-y:scroll; 
  height:600px; 
}


.log_header,
.log_header tr,
.log_header tbody td,
.log_header thead th,
.log_header tfoot th {
	border: none !important;
	margin: 0 !important;
	}
	
 .full_width_table{
	width: 100%;
	}

 .full_width_div{
	width: 100%;
	}
	
.full_width_center_align_div{
	width: 100%;
	text-align: center;
	}
.tutorial_video{
	width:240;
	height:240;
}
#users_list{
	display: inline-block;
 	width: 80%;
 	text-align: left;
}	

#users_list tr:hover {background-color:#f5f5f5;}
#users_list h2{
	text-align: center;
}
#performance_table {
/*   width: 100%   */
/*   max-width: 100%; */
  border-collapse: collapse;
} 
#svm_table_container td:nth-child(3) { 
	border-right: 3px double gray; 
	}
#svm_table_container td:nth-child(2) { 
	border-left: 3px double gray; 
	}
#svm_table_container tr:nth-last-child(1){
	border-bottom: 3px double gray;
}
#svm_table_container tr:nth-last-child(2){
	border-top: 3px double gray;
}
#graph_container{
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.metric_description {
    max-width: 100% !important; 
    resize: none;
}
#error_container{
	text-align: center;
	font-weight: bold;
}
.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#loader {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
#loader{
	position: absolute;
	top: 25%;
}

.highcharts_graphcontainer{
	width: 800px; 
	height: 850px; 
	margin-top: 50px;
}
#main_container{
	text-align: center;
}
#download_all{
	float: right;
}
.features_list{
	margin-left: auto;
}
.features_list ul li {
    display: block;
    width: 25%;
    float: left;
}
.problems_wrapper{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.problem_container{
	margin-bottom: 50px;
	width: 60%;
	margin: 0 auto;
	padding-top: 100px;
	display: inline-block;
}
.problem_container p{
	width: 100%;
	max-width: 100%;
	}

.problem_container h1, .problem_container h2, .problem_container h3{
	text-align: left;
	width: 100%;
	max-width: 100%;
	
}


.problem_container ol, .problem_container ol li,
.problem_container ul, .problem_container ul li{
	width: 100%;
max-width: 100%;
}
.problem_container table { 
  width: 100% !important; 
  max-width: 100% !important;
  border-collapse: collapse; 
}

	.gallery {
		width: 100%;
		position: relative;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	
	.gallery:after {
	  content: "";
	  display: block;
	  padding-bottom: 100%;
	}
	
	.gallery-image{
		cursor:pointer;
		position: relative;
		display: inblock;
	}

	.gallery-text{
	    position: absolute;
	    top: 50%;
	  	left: 50%;
	  	width: 100%;
	  	transform: translate(-50%, -50%);
	    text-align: center;
/* 	    background-color: rgba(255,255,255,0.5); */
	    opacity: 0;
	    -webkit-transition: opacity 0.6s;
	    -moz-transition: opacity 0.6s;
	    transition: opacity 0.6s;
       	vertical-align:middle;
       	line-height:50px;
	}

	.gallery-text:hover{
	    opacity: 1;      
	}

	.gallery-text h3{
  		text-align: center;
	    color: white;
	    display: inline-table;
       	vertical-align:middle;
       	line-height:100%;            
	}

/* Zebra striping */
.problem_container tr:nth-of-type(odd) { 
  background: #eee; 
}
.problem_container th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.problem_container td, .problem_container th { 
	white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cell_publication {
  width: 70%;
}
.cell_downloads {
  width: 15%;
}
.cell_instance_space {
  width: 15%;
}

.performance_table_container{
	display: inline-block;
}
.performance_table_container_width{
	width: 70%;
}
.performance_table_container table {
  width: 100% !important; 
  max-width: 100% !important;
  border-collapse: collapse; 
}
/* Zebra striping */
.performance_table_container tr:nth-of-type(odd) { 
  background: #eee; 
}
.performance_table_container th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
.performance_table_container td, .performance_table_container th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}
.table_header{
	background: #333; 
  	color: white; 
  	font-weight: bold; 
}
.scroll-touch {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.problem_container i, #dashboard_container i{
	border: none;
}

.problem_container img{
/* 	align: right; */
	width: 150px;
	height: 150px; 
	border: 0; 
	margin-right: 20px;
	float: left;
    vertical-align: top;
    margin: 7px 7px 7px 7px; 
}

.problem_container .tooltip img{
width: 15px;
height: 15px;
}
.problem_container a{
	text-decoration: none;
}
#footprint_form_container{
	width: 100%;
	max-width: 63.75rem important!;
}
#footprint_form{
	width: 100%;
}

#footprint_wrapper{
	text-align: center;
	width: 90%; 
	display: inline-block; 
}
.wrapper_div{
	text-align: center;
	display: inline-block;
}
.graph_side_navigator_style{
	float: left; 
	text-align: left; 
	padding-left: 5%;
	padding-right: 2%;
	margin-bottom: 3%;
	width: 25%; 
	
}
#graph_title{
	width: 50%;
	margin: 0 auto;
}
#graph_type_div div{
	margin-top: 10px;
}

#graph_type_div select{
/* 	width: 250px; */
}

.graph_side_navigator_style h2{
	text-align: center;
}
.graph_info_wrapper{
	width: 50%;
	float: left;
	display: inline-block;
}
.graph_inner_container{
	width: 100%; 
/* 	display: inline-block;  */
	float: left; 
	text-align: center;
	position: relative;
}
.graph_inner_container:after {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
}
.graph1 {
  position: absolute;
  width: 100%;
  height: 100%;
    top: 0;
  left: 0;
}
.highcharts-menu li{
	list-style-type: none !important;
	padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.graph_loader{
	position: absolute;
  width: 100%;
  height: 100%;
    top: 0;
  left: 0;
}
#logs_wrapper{
	width: 50%;
	display: inline-block;
}
.feature_algorithm_selector_container{
	text-align: left;
	margin-top: 20px;
	width: 100%;
}

#feature_selector_container div{
margin-top: 10px;	
}
#feature_select{
/* 	width: 250px; */
}
#algorithm_selector_container{
	text-align: left;
}
#algorithm_select{
/* 	width: 250px; */
}
#graph_features{
/* 	width: 45%; */
	float: left;
}
#graph_algorithms{
/* 	width: 45%; */
	float: left;
}

#bulk_downloads{
	width: 55%;
	float: left;
}
.bulk_downloads_buttons{
	float: left;
	padding-right: 10px;
}
#centeralign_header h1{
	text-align: center !important;
	margin-bottom: 10px;
}

#centeralign_header h2{
	text-align: center !important;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.indented_option{
	padding-left: 5px !important;
}
.buttonlike_link {
  font: normal 1em Arial;
  text-decoration: none !important;
  background-color: #EEEEEE;
  color: #000000;
  padding: 2px 6px 3px 6px;
  border-radius: 4px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}
.listing_image{
	max-width: none;
    margin-bottom: .50rem;
    background-position: 70%;
    background-size: cover;
    padding-top: 100%;
    border-radius: 10px;
}
.detail{
	color: blue !important;
}
/* #home_main_container{ */
/* 	text-align: center; */
/* 	font-size: 16px; */
/* } */
#content       
{
    width: 100%;
    text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: 3.84615384615385%; /* 25/650 */
}
/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */   
.columns
{   
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}
.border{
	border: 5px solid blue;
}
.border-red{
	border: 5px solid red;
}
.border-green{
	border: 5px solid green;
}
.border-gray{
	border: 5px solid gray;
}
.border-yellow{
	border: 5px solid yellow;
}
.border-blue{
	border:5px solid blue;
}
.images_container{
	max-width: 70rem; display: inline-block;
}
.image_container{
width: 47%; float: left; margin: 10px; position: relative;
}

.homepage_img{
	border-radius: 25px; 
	opacity: 1;
}
.homepage_img:hover{
	opacity: .5;
}
.foreground_text_div{
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	border: 1px solid black; 
	background: rgb(0,0,0, 0.6);
	opacity: 0.6; 
	color: white; 
/* 	border-radius: 25px; */
	width:100%;
}
.homepage_button{
	border: 2px solid white; 
	width: 24%;
	min-width: 200px;
	float: left; 
	border-radius: 10px;
	margin: 5px;
}

#homepage_center_container{
	height:60%; 
	width: 100%;
	text-align: center;
}
	#side_space_holder{
		width: 30%; 
		height: 100%; 
		float: left;
	}
#homepage_buttons_position{
	position: absolute; 
	bottom: 0;  
	width: 100%;	
}
.homepage_button h1, .homepage_button h2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: serif;
    font-size: 1rem;
}
.homepage_button:hover{
	color:white;
/* 	background-color: black; */
	font-weight: bolder;
}
.homepage_button a, .homepage_button a:link, .homepage_button a:visited, .homepage_button a:hover{
	color:white;
/* 	background-color: black; */
}
#homapage_sidenav_buttons_container{
    display:none; 
  	vertical-align: bottom;
  	height: 600px;
  	color: white;
}
#homapage_sidenav_buttons_container i{
	border: none;
}

#homapage_sidenav_buttons_container a:hover{
	color: white;
/* 	font-weight: bolder; */
}
.homepage_sidenav_button{
	border-bottom: 2px solid white; 
	border-top: 2px solid white;
	padding-top: 15px;
	width: 95%;
	min-width: 200px;
	float: left; 
	text-align: left;
	font-family: serif;
	font-size: 20px;
	font-weight: bolder;
	min-height: 50px;
}
.homepage_sidenav_button ol li{
	color: white;
}
.homepage_sidenav_button ul li{
	color: white;
	list-style: none !important;
}
.left_padding{
	padding-left: 10%;
}
.content {
	vertical-align: bottom;
}
#homapage_mobile_sidenav_buttons_container{
	width: 60%;
	display: inline-block;
	padding-top: 5%;
	padding-bottom: 10%;
	float: left;
}
#homapage_mobile_videos_wrapper{
	width: 40%;
	float: left;
	font-weight: 300;
	font-family: serif;
	text-align: center;
	padding-top: 2%;
}
.homepage_mobile_video_width_controller{
	width: 50%; 
	display: inline-block;
}
.video_container{
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

.video_container_two_rows{
	width: 50%;
	text-align: center;
	padding: 5%; 
	display: inline-block;	
}

.video_container_two_column{
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	float: left;
	font-weight: 300;
	font-family: serif;
	width: 50%;
}

#homapage_mobile_sidenav_buttons_container i{
	border: none;
}
.homepage_mobile_sidenav_button{
	padding-left: 5%;
	width: 90%;
	float: left; 
	text-align: left;
	font-family: serif;
}
.homepage_mobile_sidenav_button ul li{
	list-style: none !important;
}
.homepage_header{
	display: inline-block;
	padding-top: 10px; 
	width: 100%;
	height: 20%;
}

.homepage_header h1{
	text-align: center !important;
	font-family: serif;
	font-size: 1.5 rem;
}

#non-homepage_header h1{
	text-align: center !important;
	font-family: serif;
	font-size: 1.5 rem;
	
}
.mobile_homepage_header{
	background-color: #0c304a;
	color: white;
}
.matilda_header{
	display: inline-block;
	padding-top: 10px; 
	width: 100%;
}
.matilda_header span{
	font-weight:300; 
	font-size:30px;
}
.no_top_padding_unimleb{
	padding-top: 0px !important;
}

#home_main_container{
	
	text-align: center !important; 
	background-size: 100% 100%; 
	color:white; 
	background-repeat: no-repeat; 
	width:100%; 
}
.main_container{
	width: 100%;
	display: inline-block;
	text-align: center;
}
#home_main_container h1{
	max-width: 100%;
	font-family: serif;
}

#home_main_container_1 i{
	border: none;
}

.problem_header{
	width: 100%;
	text-align: center;
}
.problem_header h1{
	width: 100%;
	max-width: 100% !important;
	text-align: center !important;
}
.message_div{
	width: 100%;
	text-align: center;
	height: 300px;
	top: 50%;
}
.dashboard_header{
	text-align: center;
	margin-bottom: 20px; 
}
.header_menu_container{
	width: 60%;
	text-align: center;
	display: inline-block;
}
.header_menu{
	width: 33.3%; 
	float: left;
}
.logo_div{
	display: inline-block; 
	width: 40%; 
/* 	text-align: center;  */
/* 	float: left; */
	height: 100%;
	
}

.logo_background{
	background:url("../../resources/images/southerncross-transparent.png") center center no-repeat;
}
.leftImage{
	background:url("../../resources/images/tsp-svm.png") center center no-repeat;
}
.logo_div img {
    vertical-align: middle;
}
#table_container{
	margin-bottom: 20px;
/* 	width: 50%; */
	display: inline-block;
	text-align: center;
}
#performance_table span
{
text-transform: uppercase;
}
/* #performance_table th{ */
/* text-transform: uppercase; */
/* } */

/* @media screen and (max-height: 450px) { */
/*   .sidenav {padding-top: 15px;} */
/*   .sidenav a {font-size: 18px;} */
/* } */

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: black;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
#equation_container{
	width: 100%;
	max-width: 100%; 
	display: inline-block;
	text-align: center;
	overflow-x: auto;
}
#equation{
	text-align: center; 
	display: inline-block;
}
.mobile_equation{
	overflow-x: scroll; 
	scrollbar-width: thin;
}
#equation p{
	margin: 0px;	
	max-width:100%;
}
#table_header h2{
text-align: center;	
}
.message-container{
height: 400px;
text-align: center;
vertical-align: middle;	
}
#dashboard_container{
	width: 100%;
	padding-left: 10%;
	padding-right:5%;
	padding-top: 10px;
	text-align: center;
	display: inline-block;
}
#dashboard_summary{
	width: 25%;
/* 	border-right: 3px solid gray; */
	text-align: left;
	display: inline-block;
	height: 100% !important;
	float: left;
}
#dashboard_summary h1{
	text-transform: uppercase;
	font-weight: bold;
}
#user_jobs{
	width: 70%;
	display: inline-block;
	float: left;
	display: inline-block;
	padding-left: 5%;
}
#user_jobs tr:nth-of-type(odd) { 
  background: #eee; 
}
#user_jobs h1{
	text-transform: uppercase;
	font-weight: bold;
}
#user_jobs h2{
	text-align: left;
}
#user_jobs ol li{
	text-align: left;
}
#user_jobs a{
	text-decoration: none;
}
#dashboard_container ul li{
	list-style: none !important;
	text-align: left;
/* 	padding-left: 20px; */
}
#about-matilda{
	width: 100%;
	display: inline-block;
	
	text-align: center;
	
}
#about-matilda-wrapper{
	width: 60%;
	margin: 0 auto;
	
}
#about-matilda p, #about-matilda h2, #about-matilda ul{
	width: 100%;
	max-width: 100%;
	text-align: left;

}

#about-matilda ul li{
	width: 100%;
	max-width: 100%;

}
#our_logo_wrapper{
		width: 100%;
	    display: inline-block;
}
#our_logo_text{
	width: 60%;
	text-align: left;
	float: left;
}
#our_logo_image{
	width:40%;
	float: left;
}
#our_logo_image img{
	width: 90%;
/* 	height: 50%; */
}
.display_message_page_div
{
padding-left: 20%;
padding-right: 20%;
height: 200px;	
width: 100%;
text-align: center;
}

	.home_main_bg{
		background-image: url("../../resources/images/background-matilda.jpg");
	}
	#homapage_buttons_container{
		color:white; 
		width:60%;
		display: inline-block; 
		text-align: center;
		height: 17%; 
		position: relative;
	}
	#homapage_buttons_container i{
		border: none;
	}
	#side_space_holder{
		width: 30%; 
		height: 100%; 
		float: left;
	}

	.container_height{
		height: 850px;
	}

	/* CSS for tutorial page */
	
	.left_right_image{
		width: 500px; 
		height: 400px;
	}
	.left_right_sticky_div{
		width: 25%; 
		float: left; 
		margin: 2%; 
		margin-top:7%; 
		height:350px; 
		position: -webkit-sticky; 
		position: sticky; 
		top: 15%;
	}
	.central_text_div{
		width: 40%; 
		float: left;
	}
	#tutorial_wrapper{
		width: 100%; 
		text-align: center; 
		display: inline-block; 
		margin: 2%;
	}
	#tutorial_wrapper a{
		text-decoration: none !important;
	}
	i{
	border: none !important;
	}
	#tutorial_wrapper h1{
		text-align: center;
		text-transform: capitalize;
	}
	#tutorial_wrapper p{
		width: 100% !important;
		text-align: justify;
	}
	#tutorial_wrapper h2{
		text-align: left !important;
	}
	#tutorial_wrapper ol li{
		text-align: left !important;
	}
	.note{
	color: red;
	font-size: small;
	}
/* CSS for tutorial page end*/
