
/*-------------------------*/
html {
   margin:0px;
   padding:0px;
   height:100%;
   min-height:100%;
   width:100%
}
body{
   margin:0px;
   padding:0px;
   height:100%;
   min-height:100%;
   width:100%
}
#maincontent {
   min-height:75%;
   height:75%;
}

#container {/* whole page */
   min-height:100%;
}

#mynetwork1 {
    margin:0px;
    padding:0px;
	border: 1px solid black;
	background: white; 
	height:100%;
    min-height:100%;
	width:100%;
}
table{
	border: 0px solid black;
	width:100%;
	height:100%;
}

#noborder{
	border: 0px solid black;
	width:100%;
	height:100%;
}
#noborder1{
	border: 0px solid black;
	width:10px;
	height:10px;
	padding-right: 40px;
	white-space: nowrap;
}

#header {
   padding:10px;
}
#body {
   padding:10px;
}

.footer-short {
  width: 100%;
  background-color: #5C5C5C;
}
.td_gray{
    font-size:14px; 
    color:white;
    background-color: #5C5C5C;
  padding-right: 10px;
  padding-left: 10px;
}
#footer {
   padding:0px;
   width:100%;
   background:#6cf;
}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.text-muted{
	color:#777;
	margin: 0px; 
	color:white;
	background-color: #5C5C5C;
}
.center-block{display:block;margin-right:auto;margin-left:auto}
.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}
.logo{
  padding-bottom: 0px !important;
  padding-top: 10px !important;
  padding-left: 0px;
}
nav {
    border-bottom: 1px solid #ccc !important;
    background-color: white;
}

.navbar{
  margin-bottom: 0px; 
}
.navbar-brand{
  font-size: 25px;
  font-weight: 900;
}
.dropdown {
  position: relative;
}

/* Style the dropdown button */
.dropbtn {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  right: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside dropdown content */
.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change background color of dropdown button on hover */
.dropdown:hover .dropbtn {
  background-color: grey;
}
.profile-img{
  text-align: right;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}
.submit_button{
  font-size: 1.5em;
 }



