/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  
}

.jumbotron
{	
	background:#3F51B5;	
	color:#ffffff;
	padding: 20px;
}
.panel
{
background:#3F51B5;	
}

.panel-default>.panel-heading
{
	background:#3F51B5;
	color: #ffffff;
}

#uppart h1,h2,h3
{
	margin-top: 0px;
}

#divForms.tab-content
{
	margin: 5px;
}

#qrColumn
{
	padding:18px;	
}

#uppart
{
	background:#303F9F;
	color: #ffffff;
	padding-top: 40px;
}

#qrCodeGenerator
{
	padding-top: 20px;
}

label {    
    font-weight: 400;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    font-weight: 700;
    background-color: #337ab7;
}

.nav>li>a
{
	color: #ffffff;
}

.whiteText{
	color: #ffffff;
}

select{
	
	color: #000000;
}

#playstoreImage{
	width: 200px;
	height: 77.299px;
}

.iconImage
{
	width: 20px;
	height: 20px;
	margin: 2px;
}

#divForms{
	margin-top: 30px;
}

#divQRInfo{
		margin-top: 40px;
}

#downloadButton{
	margin-top:20px;	
}

#extensionIcon48
{
	width: 48px;
	height: 48px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*popover*/
.popover{
	color:#000000;
}

#formWithLabel
{
	display:none;
}

#formWithImage
{
	display:none;
}

#dummyImg
{
	display:none;
}

.warning{
	font-size: 11px;	
}
