html,body{
	margin:0;
	padding:0;
	height:100%;
	/*background-color:#FFC;*/
}
.parent {
  position: relative;
}
.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -75%);
}
.right{
	text-align:right;
	padding-right:40px;
}
.center{
	text-align: center;
}
.head{
	padding-left:40px;
	color: #36F;
	font-weight:bolder;
}
.head a {
	color: #36F;
	font-weight:bolder;
	text-decoration:none;
}

#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	margin-top:0;
	padding-top:0;
	width:100%;
}
#content {
	margin-left:5%;
	margin-right:5%;
	padding-bottom:20px; /* Height of the footer element */
}
#footer {
	width:100%;
	text-align:center;	
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
}
.float-Submit{
	position:fixed;
	right:80px;
	top:260px;
	z-index:9000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.notify-window{
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:9000;
	width:auto;
}
.user-window{
	position:fixed;
	left:40px;
	bottom:40px;
	z-index:9000;
	max-height:80%;
	border:thin;
	border-color:#000;
    background: rgb(128,128, 128);
    background: rgba(128, 128, 128, .9);
	padding:4px;
	border-radius:6px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.btn-purp {
  background-color: #7200cc;
  border-color: #7200cc;
}
.btn-purp:hover,
.btn-purp:focus,
.btn-purp:active,
.btn-purp.active {
  background-color: #6400b3;
  border-color: #550099;
}
.btn-purp.disabled:hover,
.btn-purp.disabled:focus,
.btn-purp.disabled:active,
.btn-purp.disabled.active,
.btn-purp[disabled]:hover,
.btn-purp[disabled]:focus,
.btn-purp[disabled]:active,
.btn-purp[disabled].active,
fieldset[disabled] .btn-purp:hover,
fieldset[disabled] .btn-purp:focus,
fieldset[disabled] .btn-purp:active,
fieldset[disabled] .btn-purp.active {
  background-color: #7200cc;
  border-color: #7200cc;
}
.btn-yell {
  background-color: yellow;
  border-color: yellow;
}
.btn-yell:hover,
.btn-yell:focus,
.btn-yell:active,
.btn-yell.active {
  background-color: #e6e600;
  border-color: #cccc00;
}
.btn-yell.disabled:hover,
.btn-yell.disabled:focus,
.btn-yell.disabled:active,
.btn-yell.disabled.active,
.btn-yell[disabled]:hover,
.btn-yell[disabled]:focus,
.btn-yell[disabled]:active,
.btn-yell[disabled].active,
fieldset[disabled] .btn-yell:hover,
fieldset[disabled] .btn-yell:focus,
fieldset[disabled] .btn-yell:active,
fieldset[disabled] .btn-yell.active {
  background-color: yellow;
  border-color: yellow;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 10px;
    padding-bottom: 10px;
	  font-size: .8em;
  }
}
.red {
    color:darkred;
}
.green {
    color:forestgreen;
}
.blue {
	color: cornflowerblue;
}
.silver{
	color: darkgrey;
}
.yellow {
	color: goldenrod;
}
/*tr:nth-child(odd){
	background: #69F;
	color:#FFF;
}*/