html, body{
	background-color: #FCFCFC;
	height: 100%;
  margin: 0;
}

html{
  scroll-behavior: smooth;
}

/*@media (min-width: 600px) {
    .container{
        max-width: 1400px;
    }
}
*/
/*@media (min-width: 100%) {
    .container{
        max-width: 100%;
    }
}*/

.container-fluid{
	background-color: #FFF;
	height: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left:0px;
}
/*.container{
  background-color: #FFF;
  height: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left:0px;
}*/

.row{
  width:100%;
  /*height: 100%;
  min-height: 100%;
  min-width: 100%;*/
  padding-right: 20px;
  padding-left: 20px;
}

.noselect{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*#main, #side {
  display: inline-block;
	vertical-align: top;
}
*/

textarea[type=text]:disabled{
  background:none;
}

.searchBox{
	margin-top: 20px;
	padding: 1em 1em 1em 1em;
	border: 1px solid grey;
	border-radius: 5px;
	vertical-align: top;
}

#para{
  resize:none;
}

#startupBtnGroup{
  text-align:center;
}

#startBtn, #helpBtn, #searchBtn_graph, #resetBtn_graph{
  display:inline-block;
}

.searchText{
 background: transparent;
 border:none;
 resize:none;
 box-shadow: none;
}

.searchBtn{
	background-color: #2196F3;
	color: white;
	font-weight: 600;
}

.resetBtn{
  background-color: #DA5A3F;
  color: white;
  font-weight: 600;
  margin-left: 20px;
}

#navigation{
	margin-top: 20px;
	padding: 0.5em 0 0.5em 0;
	border: 1px solid grey;
	border-radius: 5px;
}

#resultsContainer{
	margin-top: 1em;
	padding: 1em 1em 1em 1em;
	border: 1px solid grey;
	border-radius: 5px;
}

#resultsBox{
	width:100%;
	max-height: 55vh;
	overflow-y: scroll;
}

#iterationHistoryBtn{
	margin-left: 1em;
	background-color: #CFD8DC;
	color: black;
	font-weight: 600;

}

.searchItem{
  display: inline-block;
	background-color: #B3E5FC;
	padding: 0.1em 0.25em 0.1em 0.25em;
	margin: 0.1em 0.1em 0.1em 0.1em;
	border-radius: 0.2em;
	cursor: pointer;

}

.searchItem:hover{
	opacity: 0.5;
}

.resultItem{
  display: block;
	cursor: pointer;
}

.resultItem:hover{
  background-color:#E1F5FE;
}

.prevItem{
  display: inline-block;
	background-color: #B3E5FC;
	padding: 0.1em 0.25em 0.1em 0.25em;
	margin: 0.1em 0.1em 0.1em 0.1em;
	border-radius: 0.2em;

}


[hidden]{
  display:none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* LOADING MODAL CSS HERE */

/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

.modal-content {
  border-radius: 10px;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.loader-txt {
  p {
    font-size: 13px;
    color: #666;
    small {
      font-size: 11.5px;
      color: #999;
    }
  }
}

#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  p.subtle {
    color: #555;
    font-style: italic;
  }
  h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
  }
  p {
    font-size: 0.9em;
    b {
      text-transform: uppercase;
      text-decoration: underline;
    }
  }
}


.panel {
    border: none;
    background: none;
    box-shadow: none;
}
.panel-rightbody {
  /*padding-left:10px;*/
    border: none;
    background: none;
    box-shadow: none;
}

#info{
  background-color: #bfefec;

}

#section1{
  background-image: url('tech-net_background.jpg');
}

#opening{
  /*background-image: url('tech-net_background.jpg');*/
  text-align:center;
  color: white;
  background-size: 100% 100%
  /*background-color: #bfefec;*/
  width:100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#opening p{
  font-size:100%;
}

.link {
  stroke: #aaa;
}

.node text {
stroke:#333;
cursos:pointer;
}

.node circle{
stroke:#fff;
stroke-width:3px;
fill:#555;
}

.links line {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nodes circle {
  stroke: #fff;
  stroke-width: 1.5px;
}

.nodes text {
  font-family: sans-serif;
  font-size: 12px;
}

.links line {
  stroke: #76963e;
  stroke-width: 1.0px;
  stroke-opacity: 1.5;
}

.nodes circle {
  stroke: green;
  stroke-width: 0.5px;
}

#d3ADJ_mtx{
  text-align: center;
}
#d3Graph {
  height: 80%;
  width: 100%;
  padding-right:0px;
  padding-left: 10px;
  text-align: center;
/*  border:1px solid;
  border-radius: 5px;
  overflow: visible;*/
}
  
#testSvgId {
  height: 100%;
  width: 100%;
  /*height: 1024px;
  width: 1024px;*/
}
  
#backgroundId {
  height: 100%;
  width: 100%;
  /*height: 1024px;
  width: 1024px;*/
}

#section2Btn{
  text-align: center;
}

text {
  font: bold 12px monospace;
}


