._src_ui__maindiv {
	display: block;
	overflow:hidden;
	height:100vh;
	width:100vw;
}
._src_MainPanel_MainPanel__mainpage {
	display: block;
	overflow:hidden;
	height:100%;
	width:100%;
}

._src_MainPanel_MainPanel__invisible {
	display: none;
}

._src_MainPanel_MainPanel__visible {
	display: block;
}

._src_MainPanel_MainPanel__panelright {
	height:100%;
}

._src_MainPanel_MainPanel__grouptitle {
	padding-left: 5%;
	background: hsl(0, 0%, 7%);
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
}

._src_MainPanel_MainPanel__listalgocontainer {
    background: hsl(0, 0%, 7%);
    width: 100%;
}

._src_MainPanel_MainPanel__listvisucontainer {
    background: hsl(0, 0%, 7%);
    height: 46vh;
}

._src_MainPanel_MainPanel__nodetext {
	width: 70%;
}

._src_MainPanel_MainPanel__metaalgocontainer {
	width: 100%;
	background: hsl(0, 0%, 7%);
	overflow-y: auto;
}
._src_Header_Header__header {
	height: 4%;
	width : 100%;
	background : hsl(0, 0%, 7%);
	display: block;
}

._src_Header_Header__headernav {
    float: left;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

._src_Header_Header__fullscreen {
    background: url(../images/workshop-sprite.png) -30px 0px;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    padding-right: 10px;
}

._src_Header_Header__fullscreen:hover {
	background-color: hsl(0, 0%, 30%);
}
._src_Login_Login__logincontainer {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: absolute;
    width: 400px;
    height: 575px;
	border-radius: 6px;
}

._src_Login_Login__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-top: 30px;
    padding-left: 15%;
}

._src_Login_Login__input {
	background-color: #ffffff;
    border: 2px solid #B5BFC8;
    color: #7c858e;
    font-family: Open Sans;
    height: 40px;
    font-size: 20px;
    margin: 0px;
    width:70%;
    margin-left:15%;
	-webkit-user-select: text;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: text;
}

._src_Login_Login__invisible {
	display: none;
}

._src_Login_Login__loginincorrect {
	float: right;
    font-size: 12px;
    margin-top: 12px;
    color: #cc0000;
    margin-right: 25%;
}

._src_Login_Login__signin {
	float: right;
    font-size: 12px;
    margin-top: 12px;
    color: #7c858e;
    margin-right: 35%;
}

._src_Login_Login__signin:hover {
	text-decoration: underline;
	color: #2653A7;
}

._src_Login_Login__logos
{
	clear: right;
	display: table;
	width: 100%;
	padding-top: 20px;
}

._src_Login_Login__logos > span
{
	display: table-cell;
  text-align: center;
	width: 20%;
}

._src_Login_Login__logos > span > img
{
	height: 65px;
}

._src_Login_Login__forgotpwd {
	float: right;
    font-size: 11px;
    margin-top: 2px;
    color: #7c858e;
    margin-right: 15%;
    margin-top:10px;
}

._src_Login_Login__forgotpwd:hover {
	text-decoration: underline;
	color: #2653A7;
}

._src_Login_Login__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
    margin-top: 65px;
}

._src_Login_Login__button:hover {
	background-color: #2653A7;
}

._src_Login_Login__title, ._src_Login_Login__subtitle, ._src_Login_Login__links, ._src_Login_Login__links > a, ._src_Login_Login__demo
{
  text-align: center;
  color: #7c858e;
  margin-top: 5px;
  margin-bottom: 5px;
}

._src_Login_Login__title
{
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

._src_Login_Login__subtitle
{
  font-size: 16px;
}

._src_Login_Login__links > a, ._src_Login_Login__links > span
{
  font-size: 14px;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}

._src_Login_Login__links > a:hover, ._src_Login_Login__links > span:hover
{
  text-decoration: underline;
  color: #2653A7;
}

._src_Login_Login__demo
{
  width: 300px;
  margin: auto;
}
._src_components_InformationDialog_InformationDialog__curtain {
    position: fixed;
    height:100vh;
	width:100vw;
    z-index: 1000;
    background-color: rgba(20, 23, 27, 0.5);
    top:0%;
    left:0%;
}

._src_components_InformationDialog_InformationDialog__curtaininvisible {
	display:none;
}

._src_components_InformationDialog_InformationDialog__yesnocontainer {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: absolute;
    width: 35%;
    height: 20%;
	border-radius: 6px;
}

._src_components_InformationDialog_InformationDialog__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #7c858e;
    width: 100%;
    padding-top: 3%;
}

._src_components_InformationDialog_InformationDialog__button {
	position:relative;
	float: left;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    margin-left: 40%;
    margin-top: 65px;
}

._src_components_InformationDialog_InformationDialog__button:hover {
	background-color: #2653A7;
}

._src_Visualisation_VisuFrame__visuframe {
	height:100%;
	width:100%;
	overflow-y:auto;
	background: hsl(0, 0%, 7%);
}
._src_Menu_Menu__menuul {
    float: left;
    margin: 0px;
    padding: 0px 60px;
    list-style: none;
    height: 100%;
}

._src_Menu_Menu__menuli {
    color: #fff;
    float: left;
    position: relative;
    height: 100%;
}

._src_Menu_Menu__menuspan {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: 100%;
    line-height: 2;
    padding: 0px 10px;
    text-decoration: none;
}

._src_Menu_Menu__menuspan:hover {
	background-color: hsl(0, 0%, 30%);
}

._src_Menu_Menu__invisible {
	display: none;
}
._src_Menu_MenuLogin__menuul {
    float: right;
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
}

._src_Menu_MenuLogin__menuli {
    color: #fff;
    float: left;
    position: relative;
}

._src_Menu_MenuLogin__menuspan {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    text-decoration: none;
}

._src_Menu_MenuLogin__menuspan:hover {
	background-color: hsl(0, 0%, 30%);
}

._src_Menu_MenuLogin__menuspanfixed {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    text-decoration: none;
}
._src_Login_Signin__signincontainer {
	top: 0;
    bottom:0;
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
	border-radius: 6px;
	overflow-y: auto;
	height: 60vh;
}

._src_Login_Signin__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-top: 7%;
    padding-left: 15%;
}

._src_Login_Signin__input {
	background-color: #ffffff;
    border: 2px solid #B5BFC8;
    color: #7c858e;
    font-family: Open Sans;
    height: 5%;
    font-size: 20px;
    margin: 0px;
    width:70%;
    margin-left:15%;
	-webkit-user-select: text;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: text;
}

._src_Login_Signin__inputerror {
	background-color: #ffffff;
    border: 2px solid #cc0000;
    color: #7c858e;
    outline: none;
    font-family: Open Sans;
    height: 5%;
    font-size: 20px;
    margin: 0px;
    width:70%;
    margin-left:15%;
	-webkit-user-select: all;  /* Chrome 49+ */
	-moz-user-select: all;     /* Firefox 43+ */
	-ms-user-select: all;      /* No support yet */
	user-select: all;
}

._src_Login_Signin__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
    margin-top: 65px;
}

._src_Login_Signin__button:hover {
	background-color: #2653A7;
}

._src_Login_Signin__invisible {
	display: none;
}

._src_Login_Signin__signinerror {
	float: right;
    font-size: 12px;
    margin-top: 12px;
    color: #cc0000;
    margin-right: 31%;
}

._src_Login_Signin__title {
	font-weight: 600;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #7c858e;
}
._src_components_css_close__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
._src_components_css_close__close:hover {
  opacity: 1;
}
._src_components_css_close__close:before, ._src_components_css_close__close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #333;
}
._src_components_css_close__close:before {
  transform: rotate(45deg);
}
._src_components_css_close__close:after {
  transform: rotate(-45deg);
}
._src_components_TreeView_TreeView__mtree {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._src_components_SelectableList_SelectableList__listcontainer {
	background: hsl(0, 0%, 10%);
	height: 100%;
	width: 100%;
	overflow:hidden;
}

._src_components_SelectableList_SelectableList__listitem {
	background: hsl(0, 0%, 10%);
	text-decoration: none;
	color: #fff;
	font: 400 14px 'Open Sans', sans-serif;
	cursor: default;
}

._src_components_SelectableList_SelectableList__listitemselected {
	background: #2653A7;
	text-decoration: none;
	color: #fff;
	font: 400 14px 'Open Sans', sans-serif;
	cursor: default;
}

._src_components_SelectableList_SelectableList__listitem:hover {
	background: hsl(0, 0%, 30%);
}

._src_components_SelectableList_SelectableList__listitemselected:hover {
	background: #6786c1;
}

._src_components_SelectableList_SelectableList__line {
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid white;
}
	
._src_components_Modal_Modal__curtain {
    position: fixed;
    height:100vh;
	width:100vw;
    z-index: 1000;
    background-color: rgba(20, 23, 27, 0.5);
    top:0%;
    left:0%;
}

._src_components_Modal_Modal__curtaininvisible {
	display:none;
}
._src_MainPanel_components_FileFilter_FileFilter__listvisucontainer {
    background: hsl(0, 0%, 7%);
    height:36vh;
    overflow-y: auto;
    width: 98%;
    margin-left: 1%;
}

._src_MainPanel_components_FileFilter_FileFilter__listfilecontainer {
    background: hsl(0, 0%, 7%);
    height:58vh;
    overflow-y: auto;
    width: 98%;
    margin-left: 1%;
}

._src_MainPanel_components_FileFilter_FileFilter__mainpage {
	overflow:hidden;
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
}

._src_MainPanel_components_FileFilter_FileFilter__grouptitle {
	padding-top: 5px;
	padding-left: 5%;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
}

._src_MainPanel_components_FileFilter_FileFilter__ordercontainer {
	height:2vh;
}

._src_MainPanel_components_FileFilter_FileFilter__button {
	font-size: 85%;
	border-radius:10px;
}

._src_MainPanel_components_FileFilter_FileFilter__buttonpressed {
	font-size: 85%;
	border-radius:10px;
	border-style:inset;
	color: #666666;
}

._src_MainPanel_components_FileFilter_FileFilter__buttonmargin {
	font-size: 85%;
	border-radius:10px;
	margin-left: 20px;
}

._src_MainPanel_components_FileFilter_FileFilter__buttonpressedmargin {
	font-size: 85%;
	border-radius:10px;
	border-style:inset;
	color: #666666;
	margin-left: 20px;
}
._src_MainPanel_components_Logger_Logger__logger {
	width:100%;
	height:100%;
    background: hsl(0, 0%, 10%);
    overflow-y: auto;
}

._src_MainPanel_components_Logger_Logger__textdiv {
	color:white;
	font-size: 14px;
}

._src_MainPanel_components_Logger_Logger__divcomputation {
	width:100%;
}

._src_MainPanel_components_Logger_Logger__divcomputationtext {
	display:inline;
	color:white;
	font-size: 14px;
}

._src_MainPanel_components_Logger_Logger__divcomputationbutton {
	display:inline;
	color:red;
	font-size:14px;
	font-weight: 600;
	cursor: pointer;
	margin-left: 15px;
}


._src_MainPanel_components_AlgoFrame_AlgoFrame__algoframe {
	width:100%;
	height: 100%;
	overflow-y:auto;
	background: hsl(0, 0%, 7%);
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__divparameter {
	width: 95%;
	height: 50%;
	padding-left:2%;
	padding-bottom:2%;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__divparameterfile {
	height: 10%;
	width: 95%;
	padding-left:2%;
	padding-bottom:2%;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__divfile {
    width: 90%;
	height: 10%;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__grouptitle {
	margin-top: 4px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__buttoncompute {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__buttoncompute:hover {
    background-color: #3e8e41;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__buttoncompute:focus {
	outline:0;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__stringinput {
	width: 99%;
    height: 55%;
    border-radius: 3px;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__invisible {
	display: none;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__msg {
  font-size: 14px;
  margin-top: 20px;
  color: white;
  text-align: center;
  clear: right;
}

._src_MainPanel_components_AlgoFrame_AlgoFrame__error {
  color: #cc0000;
}
._src_MainPanel_components_Helper_Helper__image {
	background-image: url('../images/iconhelp.png');
	background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

._src_MainPanel_components_Helper_Helper__cannotfound {
	color: black;
	text-align: center;
}

._src_MainPanel_components_ImportFrame_ImportFrame__importframe {
	width:100%;
	height: 100%;
	overflow-y:auto;
	background: hsl(0, 0%, 7%);
}

._src_MainPanel_components_ImportFrame_ImportFrame__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_MainPanel_components_ImportFrame_ImportFrame__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_MainPanel_components_ImportFrame_ImportFrame__button:hover {
    background-color: #3e8e41;
}

._src_MainPanel_components_ImportFrame_ImportFrame__button:focus {
	outline:0;
}

._src_MainPanel_components_ImportFrame_ImportFrame__invisible {
	display: none;
}

._src_MainPanel_components_ImportFrame_ImportFrame__filechooser {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

._src_MainPanel_components_ImportFrame_ImportFrame__filechooser + label {
    width: 60%;
    font-size: 13px;
	text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    margin-left:5%;
    margin-top: 5%;
    /* 10px 20px */
}

._src_MainPanel_components_ImportFrame_ImportFrame__filechooser + label {
    color: white;
    background-color: #676E75;
}

._src_MainPanel_components_ImportFrame_ImportFrame__filechooser:focus + label,
._src_MainPanel_components_ImportFrame_ImportFrame__filechooser._src_MainPanel_components_ImportFrame_ImportFrame__has-focus + label,
._src_MainPanel_components_ImportFrame_ImportFrame__filechooser + label:hover {
    background-color: #2653A7;
}

._src_MainPanel_components_ImportFrame_ImportFrame__svg {
	padding-right: 10px;
}
._src_Menu_components_AboutDialog_AboutDialog__aboutdialog {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 600px;
	border-radius: 6px;
	overflow-y: auto;
	top:0;
	bottom: 0;
	font-size: 14px;
}

._src_Menu_components_AboutDialog_AboutDialog__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
}

._src_Menu_components_AboutDialog_AboutDialog__button:hover {
	background-color: #2653A7;
}

._src_Menu_components_AboutDialog_AboutDialog__invisible {
	display: none;
}

._src_Menu_components_AboutDialog_AboutDialog__divtext {
	height: 80%;
	margin-top:5%;
}

._src_Menu_components_AboutDialog_AboutDialog__divtitle {
	font-size:130%;
	font-weight: bold;
	text-align: center;
}

._src_Menu_components_AboutDialog_AboutDialog__divsubtitle {
	font-weight: bold;
	text-align: center;
	margin-top:15px;
	margin-bottom:5px;
}

._src_Menu_components_AboutDialog_AboutDialog__divsubtitle a {
  color: #7c858e;
  text-decoration: none;
	font-weight: normal;
}

._src_Menu_components_AboutDialog_AboutDialog__divsubtitle a:hover {
  text-decoration: underline;
  color: #2653A7;
	font-weight: normal;
}

._src_Menu_components_AboutDialog_AboutDialog__divversion {
	font-size:85%;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:2px;
	text-align:right;
}

._src_Menu_components_AboutDialog_AboutDialog__petittexte{
	font-size:85%;
	}
	
ul {
	list-style:none;
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:20px;
}
._src_Visualisation_HeatMap_HeatMap__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_HeatMap_HeatMap__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_HeatMap_HeatMap__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

._src_Visualisation_HeatMap_HeatMap__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_HeatMap_HeatMap__divcanvas {
	width:95%;
	background: hsl(0, 0%, 7%);
	padding-left:2%;
}

._src_Visualisation_HeatMap_HeatMap__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_HeatMap_HeatMap__tooltiphidden {
	display: none;
}

._src_Visualisation_HeatMap_HeatMap__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}

._src_Visualisation_HeatMap_HeatMap__dropdownlist {
	width:40%;
	padding-left: 2%;
}

._src_Visualisation_HeatMap_HeatMap__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_Visualisation_HeatMap_HeatMap__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_HeatMap_HeatMap__button:focus {
	outline:0;
}

._src_Visualisation_HeatMap_HeatMap__axisWhite line{
  stroke: gray;
}

._src_Visualisation_HeatMap_HeatMap__axisWhite path{
  stroke: gray;
}

._src_Visualisation_HeatMap_HeatMap__axisWhite text{
  fill: gray;
}

._src_Visualisation_RawClusters_RawClusters__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_RawClusters_RawClusters__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_RawClusters_RawClusters__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_RawClusters_RawClusters__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_RawClusters_RawClusters__grid {
	background: white;
	width:90%;
	margin-left: 2%;
}

._src_Visualisation_RawClusters_RawClusters__headercell {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}

._src_Visualisation_RawClusters_RawClusters__cell {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

._src_Visualisation_RawClusters_RawClusters__listclustercontainer {
	width:90%;
    margin-bottom: 2%;
    background: hsl(0, 0%, 7%);
    padding-left: 2%;
    height:30%;
    overflow-y: auto;
}
._src_Visualisation_RawModels_RawModels__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_RawModels_RawModels__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_RawModels_RawModels__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_RawModels_RawModels__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_RawModels_RawModels__grid {
	background: white;
	width:90%;
	margin-left: 2%;
}

._src_Visualisation_RawModels_RawModels__headercell {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}

._src_Visualisation_RawModels_RawModels__cell {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
._src_Visualisation_GraphicalPCA_GraphicalPCA__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__dropdownlist {
	width:40%;
	padding-left: 2%;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__divcanvas {
	width:95%;
	background: hsl(0, 0%, 7%);
	padding-left:2%;
	padding-top:3%;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__tooltiphidden {
	display: none;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_GraphicalPCA_GraphicalPCA__button:focus {
	outline:0;
}
._src_Visualisation_ConfusionMatrix_ConfusionMatrix__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__dropdownlist {
	width:90%;
	padding-left: 2%;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__divcanvas {
	width:95%;
	background: hsl(0, 0%, 7%);
	padding-left:2%;
	padding-top:3%;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltiphidden {
	display: none;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__button:focus {
	outline:0;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__firstdropdown {
	width: 40%;
	float: left;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__seconddropdown {
	width: 40%;
	float: right;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltiphidden {
	display: none;
}

._src_Visualisation_ConfusionMatrix_ConfusionMatrix__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}

._src_Visualisation_DecisionTree_DecisionTree__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_DecisionTree_DecisionTree__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_DecisionTree_DecisionTree__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_DecisionTree_DecisionTree__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_DecisionTree_DecisionTree__divcanvas {
	width:95%;
	background: hsl(0, 0%, 7%);
	padding-left:2%;
	padding-top:3%;
}

._src_Visualisation_DecisionTree_DecisionTree__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_Visualisation_DecisionTree_DecisionTree__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_DecisionTree_DecisionTree__button:focus {
	outline:0;
}

._src_Visualisation_DecisionTree_DecisionTree__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_DecisionTree_DecisionTree__tooltiphidden {
	display: none;
}

._src_Visualisation_DecisionTree_DecisionTree__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}
._src_Visualisation_PCAModelSelection_PCAModelSelection__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__dropdownlist {
	width:40%;
	padding-left: 2%;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__divcanvas {
	width:95%;
	background: hsl(0, 0%, 7%);
	padding-left:2%;
	padding-top:3%;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__tooltip {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: white;
	padding-left:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__tooltiphidden {
	display: none;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__tooltipspan {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: right;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_PCAModelSelection_PCAModelSelection__button:focus {
	outline:0;
}
._src_Visualisation_ClusterBuilder_ClusterBuilder__mainframe {
	height:100%;
	width:100%;
	background: hsl(0, 0%, 7%);
	overflow: auto;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__bigtitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    height: 64px;
    line-height: 64px;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__smalltitle {
	padding-top: 5px;
	padding-left: 2%;
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    height: 10%;
    line-height: 40px;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__text {
	padding-bottom: 5px;
	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 2%;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__grid {
	background: white;
	width:90%;
	margin-left: 2%;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__headercell {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__cell {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__listclustercontainer {
	width:90%;
    margin-bottom: 2%;
    background: hsl(0, 0%, 7%);
    padding-left: 2%;
    height:100%;
    overflow-y: auto;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__blockmodelsets {
	width: 33%;
	float:left;
	height: 15%;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__blockbuttons {
	margin-top: 5%;
	width: 100%;
	float:left;
	height: 20%;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    margin-top:5%;
    float: left;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__button:hover {
    background-color: #3e8e41;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__button:focus {
	outline:0;
}

._src_Visualisation_ClusterBuilder_ClusterBuilder__input {
	background-color: #ffffff;
	-webkit-user-select: text;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: text;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
._src_components_DropDownMenu_DropDownMenu__dropmenu {
	background-color: rgba(233, 239, 244, 1);
	display: block;
	left: 0px;
    padding: 3px 0px;
    position: absolute;
    top: 30px;
    min-width: 200px;
    white-space: nowrap;
    z-index: 2;
}

._src_components_DropDownMenu_DropDownMenu__invisible {
	display:none;
}

._src_components_DropDownMenu_DropDownMenu__menuitem {
	color: #14171b;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px 0px 10px;
}

._src_components_DropDownMenu_DropDownMenu__menuitem:hover {
	background-color: hsl(0, 0%, 80%);
}
._src_components_TreeView_Node__mnode._src_components_TreeView_Node__placeholder > * {
  visibility: hidden;
}
._src_components_TreeView_Node__mnode._src_components_TreeView_Node__placeholder {
  border: 1px dashed #1385e5;
}
._src_components_TreeView_Node__inner {
  position: relative;
  cursor: pointer;
  padding-left: 10px;
  padding-top:2px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
._src_components_TreeView_Node__inner:hover {
  background-color: hsl(0, 0%, 30%);
}
._src_components_TreeView_Node__node {
  display: inline-block;
  width: 100%;
  padding: 4px 5px;
}

._src_components_TreeView_Node__collapse {
  position: absolute;
  left: 0;
  cursor: pointer;
}
._src_components_TreeView_Node__caretright:before {
  content: '\25B8';
}

._src_components_TreeView_Node__caretdown:before {
  content: '\25BE';
}
._src_Menu_components_OpenProject_OpenProject__openproject {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 500px;
	border-radius: 6px;
	overflow-y: auto;
	top:0;
	bottom: 0;
}

._src_Menu_components_OpenProject_OpenProject__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
}

._src_Menu_components_OpenProject_OpenProject__button:hover {
	background-color: #2653A7;    
}

._src_Menu_components_OpenProject_OpenProject__listcontainer {
	background: #e9eff4;
	height: 85%;
	width: 100%;
	overflow: hidden;
	border: 1px ridge hsl(0, 0%, 80%);
    margin-bottom: 15px;
}

._src_Menu_components_OpenProject_OpenProject__listitem {
	background: #e9eff4;
	text-decoration: none;
	color: #676E75;
	font: 600 16px 'Open Sans', sans-serif;
	cursor: default;
	padding-top:10px;
	padding-left:10px;
}

._src_Menu_components_OpenProject_OpenProject__listitemselected {
	background: #2653A7;
	text-decoration: none;
	color: #fff;
	font: 600 16px 'Open Sans', sans-serif;
	cursor: default;
	padding-top:10px;
	padding-left:10px;
}

._src_Menu_components_OpenProject_OpenProject__listitem:hover {
	background: hsl(0, 0%, 80%);
}

._src_Menu_components_OpenProject_OpenProject__invisible {
	display: none;
}
._src_Menu_components_UserRights_UserRights__userrights {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 600px;
	border-radius: 6px;
	overflow-y: auto;
	top:0;
	bottom: 0;
}

._src_Menu_components_UserRights_UserRights__button {
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    float: right;
}

._src_Menu_components_UserRights_UserRights__buttoninside {
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 20%;
    float: right;
}

._src_Menu_components_UserRights_UserRights__button:hover {
	background-color: #2653A7;    
}

._src_Menu_components_UserRights_UserRights__listcontainer {
	background: #e9eff4;
	height: 85%;
	width: 100%;
	overflow: hidden;
	border: 1px ridge hsl(0, 0%, 80%);
    margin-bottom: 15px;
}

._src_Menu_components_UserRights_UserRights__usercontainer {
	height: 10%;
}

._src_Menu_components_UserRights_UserRights__usernametext {
	float: left;
	font: 500 16px 'Open Sans', sans-serif;
	line-height: 20px;
	width: 20%;
	margin-top:3.5%;
	margin-left:25px;
}

._src_Menu_components_UserRights_UserRights__radiobutton {
	margin-top:4%;
}

._src_Menu_components_UserRights_UserRights__inputuser {
	height: 100%;
	width: 50%;
	float: left;
}

._src_Menu_components_UserRights_UserRights__addusercontainer {
	height: 5%;
}

._src_Menu_components_UserRights_UserRights__msg {
  font-size: 12px;
  margin-top: 12px;
  height: 0px;
  text-align: center;
}

._src_Menu_components_UserRights_UserRights__error {
  color: #cc0000;
}
._src_Menu_components_DeleteProject_DeleteProject__openproject {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 500px;
	border-radius: 6px;
	overflow-y: auto;
	top:0;
	bottom: 0;
}

._src_Menu_components_DeleteProject_DeleteProject__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
}

._src_Menu_components_DeleteProject_DeleteProject__button:hover {
	background-color: #2653A7;    
}

._src_Menu_components_DeleteProject_DeleteProject__listcontainer {
	background: #e9eff4;
	height: 85%;
	width: 100%;
	overflow: hidden;
	border: 1px ridge hsl(0, 0%, 80%);
    margin-bottom: 15px;
}

._src_Menu_components_DeleteProject_DeleteProject__listitem {
	background: #e9eff4;
	text-decoration: none;
	color: #676E75;
	font: 600 16px 'Open Sans', sans-serif;
	cursor: default;
	padding-top:10px;
	padding-left:10px;
}

._src_Menu_components_DeleteProject_DeleteProject__listitemselected {
	background: #2653A7;
	text-decoration: none;
	color: #fff;
	font: 600 16px 'Open Sans', sans-serif;
	cursor: default;
	padding-top:10px;
	padding-left:10px;
}

._src_Menu_components_DeleteProject_DeleteProject__listitem:hover {
	background: hsl(0, 0%, 80%);
}

._src_Menu_components_DeleteProject_DeleteProject__invisible {
	display: none;
}
._src_Menu_components_NewProject_NewProject__newproject {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 240px;
	border-radius: 6px;
	overflow-y:auto;
	top:0;
	bottom: 0;
}

._src_Menu_components_NewProject_NewProject__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-left: 15%;
}

._src_Menu_components_NewProject_NewProject__msg {
  font-size: 12px;
  margin-top: 12px;
  height: 0px;
  text-align: center;
}

._src_Menu_components_NewProject_NewProject__error {
  color: #cc0000;
}

._src_Menu_components_NewProject_NewProject__input {
	background-color: #ffffff;
    border: 2px solid #B5BFC8;
    color: #7c858e;
    font-family: Open Sans;
    height: 18%;
    font-size: 20px;
    margin: 0px;
    width:70%;
    margin-left:15%;
	-webkit-user-select: text;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: text;
}

._src_Menu_components_NewProject_NewProject__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
	font-size: 13px;
	white-space: nowrap;
	font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
}

._src_Menu_components_NewProject_NewProject__invisible {
	float: right;
    font-size: 12px;
    margin-top: 12px;
    color: #cc0000;
    margin-right: 20%;
	height: 0px;
	visibility: hidden;
}

._src_Menu_components_NewProject_NewProject__button:hover {
	background-color: #2653A7;
}

._src_Menu_components_NewProject_NewProject__filechooser {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

._src_Menu_components_NewProject_NewProject__filechooser + label {
    width: 40%;
    font-size: 13px;
	text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    margin-left:25%;
    margin-top: 5%;
    /* 10px 20px */
}

._src_Menu_components_NewProject_NewProject__filechooser + label {
    color: white;
    background-color: #676E75;
}

._src_Menu_components_NewProject_NewProject__filechooser:focus + label,
._src_Menu_components_NewProject_NewProject__filechooser._src_Menu_components_NewProject_NewProject__has-focus + label,
._src_Menu_components_NewProject_NewProject__filechooser + label:hover {
    background-color: #2653A7;
}
._src_components_YesNoDialog_YesNoDialog__curtain {
    position: fixed;
    height:100vh;
	width:100vw;
    z-index: 1000;
    background-color: rgba(20, 23, 27, 0.5);
    top:0%;
    left:0%;
}

._src_components_YesNoDialog_YesNoDialog__curtaininvisible {
	display:none;
}

._src_components_YesNoDialog_YesNoDialog__yesnocontainer {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: absolute;
    width: 35%;
    height: 20%;
	border-radius: 6px;
}

._src_components_YesNoDialog_YesNoDialog__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-top: 3%;
    padding-left: 25%;
}

._src_components_YesNoDialog_YesNoDialog__button1 {
	position:relative;
	float: left;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    margin-left: 10%;
    margin-top: 65px;
}

._src_components_YesNoDialog_YesNoDialog__button1:hover {
	background-color: #2653A7;
}

._src_components_YesNoDialog_YesNoDialog__button2 {
	position:relative;
	float: left;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    margin-left: 20%;
    margin-top: 65px;
}

._src_components_YesNoDialog_YesNoDialog__button2:hover {
	background-color: #2653A7;
}

._src_components_LoadingBox_LoadingBox__curtain {
    position: fixed;
    height:100vh;
	width:100vw;
    z-index: 1000;
    background-color: rgba(20, 23, 27, 0.5);
    top:0%;
    left:0%;
}

._src_components_LoadingBox_LoadingBox__curtaininvisible {
	display:none;
}

._src_components_LoadingBox_LoadingBox__yesnocontainer {
	background: #e9eff4;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: absolute;
    width: 30%;
    height: 20%;
	border-radius: 6px;
}

._src_components_LoadingBox_LoadingBox__loading {
	fill: rgb(68, 68, 68);
	height: 64px;
	margin: 0 auto;
	width: 64px;
}

._src_components_LoadingBox_LoadingBox__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #7c858e;
    width: 100%;
    padding-top: 10%;
}
._src_components_FileUploader_FileUploader__uploading {
	position: absolute;
	background: #e9eff4;
	width:30%;
	height:10%;
	margin:0;
	top:15%;
	left:35%;
	border-radius: 6px;
}

._src_components_FileUploader_FileUploader__divupload {
	font: 400 13px 'Open Sans', sans-serif;
	text-align: center;
	width: 100%;
    margin-bottom: 8px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #6f767e;
}
._src_components_css_previous__previous {
	position: absolute;
	top: 13px;
	opacity: 0.3;
}

._src_components_css_previous__previous:hover {
	opacity: 1;
}

._src_components_css_previous__previous:after {
	content: '';
	display: inline-block;
	color: #333;
	width: 0.8em;
	height: 0.8em;
	border-top: 0.3em solid #333;
	border-right: 0.3em solid #333;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

._src_MainPanel_components_ComputationGraph_ComputationGraph__informationcontainer {
	background: #e9eff4;
	overflow-y: auto;
	left: 20%;
	margin-top: 15%;
    position: absolute;
    width: 60%;
    height: 50%;
	border-radius: 6px;
}

._src_MainPanel_components_ComputationGraph_ComputationGraph__button {
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 5%;
    cursor: pointer;
    float: right;
}

._src_MainPanel_components_FileInformation_FileInformation__informationcontainer {
	background: #e9eff4;
	overflow-y: auto;
	left: 50%;
    margin: 100px -250px 0px -250px;
    padding: 35px 35px 10px 35px;
    position: fixed;
    width: 400px;
    height: 550px;
	border-radius: 6px;
}

._src_MainPanel_components_FileInformation_FileInformation__label {
	font-size: 13px;
    font-weight: 600;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-top: 5%;
    padding-left: 15%;
}

._src_MainPanel_components_FileInformation_FileInformation__labelparam {
	font-size: 12px;
    font-weight: 600;
    padding-bottom: 4px;
    text-transform: uppercase;
    color: #7c858e;
    width:80%;
    padding-top: 4px;
    padding-left: 15%;
}

._src_MainPanel_components_FileInformation_FileInformation__input {
	background-color: #ffffff;
    border: 2px solid #B5BFC8;
    color: #7c858e;
	font-size: 15px;
    font-weight: 600;
    margin: 0px;
    height:32px;
    width:70%;
    margin-left:15%;
	-webkit-user-select: text;  /* Chrome 49+ */
	-moz-user-select: text;     /* Firefox 43+ */
	-ms-user-select: text;      /* No support yet */
	user-select: text;
}

._src_MainPanel_components_FileInformation_FileInformation__componentDiv {
	width:70%;
    padding-left:15%;
    margin: 0px;
}

._src_MainPanel_components_FileInformation_FileInformation__invisible {
	display: none;
}

._src_MainPanel_components_FileInformation_FileInformation__button {
	position:relative;
	background-color: #676E75;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    margin-left: 20%;
    margin-top: 6%;
}

._src_MainPanel_components_FileInformation_FileInformation__button:hover {
	background-color: #2653A7;
}

._src_MainPanel_components_FileInformation_FileInformation__reflink {
	color: #2653A7;
	text-decoration: underline;
	cursor: pointer;
}
._src_components_ProgressBar_ProgressBar__progressbar {
	display: block; /* default: inline-block */
	width: 80%;
	height: 30%;
	margin: 1em auto;
	border: 0 none;
	color: #2653A7;
	border-radius: 6px;
	border-color: #6f767e #6f767e; 
	overflow:hidden;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
}

._src_components_ProgressBar_ProgressBar__progressbar::-webkit-progress-value {
	background: #2653A7;
	border-radius: 6px;
}

progress::-moz-progress-bar {
	background: #2653A7;
	border-radius: 6px;
}
