/* Custom styles
  -------------------------------------------------- */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
  background-color: #fcfcfc;
}

legend {
	color: #000000;
}

.brand-header {
	margin-top: 70px;
	margin-bottom: 30px;
}

.section-header {
	margin-top: 100px;
	margin-bottom: 30px;
}

.invoice-header {
	margin-top: 20px;
}

#contact {
	margin-bottom: 150px;
}

img {
	max-width: 100%;
	width: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.scrollup {
    position: fixed;
    bottom: 2em;
    right: 0px;
    padding: 1em;
    display: none;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.section-extend {
	min-height: 350px;
}

footer {
	height: 150px;
}

#webapplication {
	background: url("../images/dashboard.png");
    background-size: cover;
    background-repeat: no-repeat;
    
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard.png',	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/dashboard.png',	sizingMethod='scale')";
}

#ecommerce {
	background: url("../images/ecommerce.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ecommerce.jpg',	sizingMethod='scale');

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ecommerce.jpg',	sizingMethod='scale')";
}

.light {
	color: #ffffff;
}

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid;
  }
}

.pricing-well
{
	padding:19px;
	margin: 20px;
	background-color: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	transition: all .5s ease-in-out;
	box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.pricing-list {
  list-style-type: circle;
}

.pricing-header {
	font-weight: bold;
	color: #4E4E4E;
	text-shadow: 1px 1px #FFFFFF;
}