/*<style type="text/css">*/

/*
* {
  box-sizing: border-box;
}
*/

html {
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

body {
	color: #0F0000;
	background-color: #ffffff;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12pt;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

h1  {
		color: #0F0000;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
}
h1.t2s {
	font-family: Nixie One;
	color: #595959;
	font-size: 35px;
	text-shadow: 1px 2px 2px #cccccc;
}
h2  {
	font-family: Nixie One;
		color: #ff8000;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 25px;
}
h3  {
		color: #0F0000;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
}
h4  {
		color: #0F0000;
		font-size: 14px;
		/*
		font-weight: bold;
		text-align: center;
		*/
}
h5  {
		color: #0F0000;
		font-size: 12px;
		/*
		font-weight: bold;
		text-align: center;
		*/
}



#dbform { 
  display: none;
}

.outerwrapper {
	min-height: 100%;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	left: 0;
	top: 0;
}

.innerwrapper {
	top: 0;
	left: 0;
	padding-top: 0px;		/* Match navbar height */
	padding-bottom: 65px;	/* Match footer height */
	/*position: absolute;*/
    z-index: -1;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: auto;
}


a {
		cursor: pointer;
		text-decoration: underline;
}
a:link    {color:#ff8000;text-decoration:underline}
a:visited {color:#ff8000;text-decoration:underline}
a:hover   {color:#ff9900;text-decoration:underline}
a:active  {color:#ff9900;text-decoration:underline}


.topbar {
	overflow: hidden;
	color: #f2f2f2;
	background-color: #404040; /*#333;*/	
	font-size: 20px;
	padding: 2px 0;
}

/* Style the topbar links */
.topbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topbar a.t2slogo  {
	font-family: Nixie One;
	padding: 6px 16px;
	font-size:  30px;
	text-shadow: 2px 2px 4px #000000;
}

.topbar a.logoff  {
	float: right;
	display: block;
	color: white;
	text-align: center;
	padding: 7px 11px;
	margin: 7px 15px;
	text-decoration: none;

	font-size: 14px;
	
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-radius: 5px;

	background-color: #404040;	
}

.topbar .olabimg {
	float: right;
	/*
	border-color: red;
	border-style: solid;
	border-width: 1px;
	*/
	padding: 7px 15px 2px 7px;
}

.navbar  {
	overflow: hidden;
	color: #f2f2f2;
	background-color: #404040;	
	font-size: 15px;
}

.navbar a {
	font-family: Nixie One, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 8px 16px;
	text-decoration: none;
}


.myfooter {
	position: absolute;
	bottom: 0;
	left: 0;

	overflow: hidden;
	width: 100%;
	height: 50px;	/* Must match content padding */
	color: #FFFFFF;
	background-color: #404040;;
	
	font-family: Nixie One, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
}

.footer-left {
	float: left;
	/*width: 50.0%;*/
	padding-top: 5px;
}
.footer-right {
	float: right;
	/*width: 50.0%;*/
	padding-top: 10px;
	padding-right: 40px;
}


div.subtitle {
	left: 0;
	/*width: 935px;*/
	float: left;
    overflow-x: hidden;
    z-index: -1;	
	/*margin: auto;*/
	/*position: absolute;*/
	padding: 10px;
	clear: both;
}

.panel {
	/*float: top;*/
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	margin: 10px 10px 30px 10px;
	border-radius: 5px;
	background-color: #e6e6e6;
	overflow: auto;
	box-sizing: border-box;
	
}

textarea  {  
   font-family:"Courier New", Courier, monospace;  
   font-size: 10pt;
   color: black;
   width: 100%;
 	box-sizing: border-box;
  	border: 2px solid #ccc;
  	border-radius: 4px;
   resize: none;
}




.cPanel {
	float: left;
	width: 100%;
	padding: 10px;
	/*background-color: blue;*/
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;	
}

.lIntroPanel {
	float: left;
	width: 67%;
	/*
	min-width: 68px;
	max-width: 650px;
	*/
	padding: 10px;
	/* background-color: blue;*/
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;	
}

.rLoginPanel, .profpanel {
	float: right;
	width: 33%;
	/*background-color: green;*/
	text-align: center;
	margin: auto;
	box-sizing: border-box;	
}

.topLoginPanel {
	width: 100%;
	text-align: center;
	padding: 7px 0;
	box-sizing: border-box;	
}

div.rLoginTinyPanel  {
	width: 100%;
	text-align: center;
	/*background-color: pink;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}




a.topLoginButton  {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	width: 80%;
	display: inline-block;
	color: #ff8000;
	text-align: center;
	padding: 7px 11px;
	margin: 7px 5px;
	text-decoration: none;

	font-size: 16px;
	font-weight: bold;
	
	border-style: solid;
	border-width: 3px;
	border-color: #ff8000;
	border-radius: 10px;

	background-color: white; /*#404040;	*/
}

a.topSignupButton  {
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;

	width: 80%;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 7px 11px;
	margin: 7px 5px;
	text-decoration: none;

	font-size: 16px;
	font-weight: bold;
		
	border-style: solid;
	border-width: 3px;
	border-color: #ff8000;
	border-radius: 10px;

	background-color: #ff8000;	
}


div.subpanel {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	margin: 20px 10px 20px 20px;
	border-radius: 5px;
	border-color: #808080;
	background-color: #e6e6e6;
	overflow: auto;
	box-sizing: border-box;
}

div.tinysubpanel {
	padding: 1px;
	border-style: solid;
	border-width: 1px;
	margin: 20px 20px 20px 20px;
	border-radius: 5px;
	background-color: #e6e6e6;
	overflow: auto;
	box-sizing: border-box;
}


.myContent  {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	/*background-color: red;*/
	padding: 0;
	clear: both;
	box-sizing: border-box;	
}

/* tex2solver main form */
.divSelSmall  {
	left: 0;
	max-width: 400px;
	float: left;
    /*overflow-x: scroll;*/
	/*margin: auto;*/
	/*position: absolute;*/
	padding-left: 10px;
	clear: both;
}

.divTextarea  {
	left: 0;
	/* max-width: 1200px; */
	
	/*width: 860px;*/
	width: 100%;

	float: left;
    /*overflow-x: scroll;*/
	/*margin: auto;*/
	/*position: absolute;*/
	padding-left: 10px;
	padding-right: 10px;
	clear: left;
	box-sizing: border-box;	
}

.divRendered  {
	left: 0;
	max-width: 100%;
	float: left;
    overflow-x: scroll;
	/*margin: auto;*/
	/*position: absolute;*/
	padding-left: 10px;
	padding-right: 40px;
	/*clear: right;*/
	clear: both;
}

.renderParentDiv  {
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	box-sizing: border-box;
}

.mySubDiv  {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#profOptionsDiv  {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

p {
	line-height: 21px;
}
p.secTitle  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
}

p.secTitleSteps  {
	font-family: Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px; 
	margin-top: 8px;
	margin-left: 0px;
	letter-spacing: 1px;
}

p.profTitle  {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
	text-align: left;
}

p.rpanelTitle  {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: center;
}

p.rpanelLabel {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
}

p.rpanelInput  {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 2px;
	text-align: left;
}

p.rpanelValue  {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 0;
	text-align: left;
}


.regResponse {
	display: none;
	margin: 20px;
	color: #009933;
}

.logResponse {
	display: none;
	margin: 20px;
	color: #009933;
}

. profileStatusMsg {
	display: none;
	margin: 20px;
	color: #009933;
}

.renderErrors {
	display: none;
	color: #cc2900; /* #cc6600;	*/
	margin: 20px 40px;
	padding: 10px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #cc2900;  /* #cc6600; */
	/*background-color:#bfbfbf;*/
	box-sizing: border-box;
	overflow: auto;
}

.outputMessages {
	display: none;
	/*color: #cc6600;*/	
	margin: 20px 40px;
	padding: 10px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf;
	/*background-color:#bfbfbf;*/
	box-sizing: border-box;
	overflow: auto;
}

table.rpanelContent  {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 9px;
}

p.rpanelContent  {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 9px;
}

.loader {
  border: 13px solid #e6e6e6; /* grey */
  border-top: 13px solid #ff9900;  /* orange */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

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


input[type=text] {
  width: 100%;
  padding: 4px 4px;
  margin: 2px 0 7px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type=password] {
  width: 100%;
  padding: 4px 4px;
  margin: 2px 0 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

input[type="file"] {
	display: none;
}

.custom-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #ff8000;
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 9px;
	white-space: nowrap;
	display: inline-block
	text-decoration: none;
	display: inline-block;
}


button.login  {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: white;	
	background-color: #ff8000;
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 0;
	white-space: nowrap;
	display: inline-block
}

button.reset, button.render, button.submt, button.inputLoad {
	font-family: Arial, Helvetica, sans-serif;
	color: white;	
	background-color: #ff8000;
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 9px;
	white-space: nowrap;
	display: inline-block
}

button.cancl, button.inputCancl {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff8000;
	background-color: white; /*#404040;	*/
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 9px;
	white-space: nowrap;
	display: inline-block
}

button.closex {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 12px;
	overflow: hidden;
	border-style: none;
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 2px;
	position: fixed;
	cursor: pointer;
	background-color: #8c8c8c;
}	

button:disabled  {
	color: #808080;
	background-color: #ffe6cc; /*#cccccc;*/
	border-color: #ff8000; /*#8c8c8c;*/
	cursor: not-allowed;
}


/*
input[type=button] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
*/

input[type=submit]:hover {
  background-color: #45a049;
}



.teammember {
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	width: 280px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	/* float: left; */
	background-color: #808080; /*#f2f2f2;*/
	border-color: #666666;
	display: inline-block;
}

a.mbrLink:link    {color:white;text-decoration:underline;font-weight:bold;}
a.mbrLink:visited {color:white;text-decoration:underline;font-weight:bold;}
a.mbrLink:hover   {color:#ff8000;text-decoration:underline;font-weight:bold;}
a.mbrLink:active  {color:#ff8000;text-decoration:underline;font-weight:bold;}

.mbrName { 
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	color: #ff8000;
}

.mbrTitle {
	color: #e6e6e6;
	padding: 4px 0px 8px 2px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.mbrDescr {
	color: #e6e6e6;
	padding: 2px 0px 2px 2px;
	margin: 0px;
	font-size: 10pt;
}

code {
    background-color: #cccccc;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
}

#imageWrapperDiv, #modelsWrapperDiv, #examplesWrapperDiv, #inputPopupHelpWrapper, #saveModelWrapperDiv {
	position: fixed; /*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 50, 50, 0.8);
	z-index: 20;
	display: none;
	/*You can add anything else to this like image, background-color, etc.*/
	box-sizing: border-box;
}

#imageEditorDiv, #imageStatusDiv {
	padding-top:  5px;
	background-color: #333333;
	margin: auto;
	/*width: 370px;*/
	width: 90%;
	border: 3px solid black;
	overflow: auto;
	text-align: center;
	color: white;
	box-sizing: border-box;
}

#savedModelsEditorDiv, #examplesDisplayDiv, #saveDiv {
	/*padding: 5px 15px;*/
	padding: 10px 40px 15px 25px;
	background-color: #e6e6e6;
	border-radius: 5px;
	border-color: #808080;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 90%;
	border: 1px solid;
	/*overflow: auto;*/
	overflow-y: scroll;
	max-height: 90%;
	/*text-align: center;*/
	box-sizing: border-box;
	color: black;
	position: relative;
}

.inputPopupHelp {
	padding: 10px 40px 15px 25px;
	background-color: white;
	border-radius: 5px;
	border-color: #808080;
	margin: auto;
	margin-top: 40px;
	max-width: 90%;
	max-height: 70%;
	border: 1px solid;
	/*overflow: auto;*/
	overflow-y: scroll;
	/*text-align: center;*/
	box-sizing: border-box;
	color: black;
	position: relative;
}

.popupDivCloser {
	position:relative; 
	top: 0px;
	height: 40px;
	box-sizing: border-box;
	text-align: right;
	margin: 0 0;
	padding: 0 0;
	width: 100%;
	overflow: hidden;
}	


/* Styling for ads */
.mainads {
	padding: 10px;
	margin: 30px 10px 30px 10px;
	box-sizing: border-box;
	text-align: center;
}
.adsrightmargin {
	padding: 0;
	margin: 30px 10px 30px 20px;
	border-style: solid;
	border-width: 0px;
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
}
.adstext {
	background-color: #e6e6e6;
	padding: 2px 15px;
	margin: 30px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	border-radius: 15px;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
}

/* small screens */
@media screen and (max-width: 600px) {
  .topbar .olabimg {
  	display: none;
  }
  .rLoginPanel {
  	display: none;
  }
  .topLoginPanel {
  	display: inline-block;
  }
  .lIntroPanel {
  	width: 100%;  
  }
  .profpanel {
  	width: 100%;
  	margin: auto;
  } 
  /* 
  .footer-right {
  	display: none;
  }
  */
  .mySubDiv {
  	padding-left: 0;
  	padding-right: 0;
  }
  .renderParentDiv  {
	margin-left: 0;
	margin-right: 0;  
  }
  button.inputLoad, button.inputCancl  {
	width: 45%;
	margin: 5px;
	box-sizing: border-box;  
  }
}

@media screen and (min-width: 601px)  {
  .rLoginPanel {
  	display: block;
  }
  .topLoginPanel {
  	display: none;
  }
}

/*</STYLE>*/