body, html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #f5f5f5;
}

.block {
	display: block;
}

.red {
	color: red;
}

.strike-center {
    position: relative;
    white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
}

.gray {
	color: #888888;
}

.strike-center:after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top:50%;
    left: 0;
}

.line {
	border-top: 1px solid #bbbbbb;
	margin-bottom: 20px;
}

.node-color {
	background-color: #304365;
}

.nodes-color {
	background-color: #3a6997;
}

#footer {
	color: rgb(255, 255, 255);
	background-image: url("images/footer.png");
	min-height: 250px;
	margin-top: 100px;
	color: rgb(255, 255, 255);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.login-page-wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}

.login-page-wrapper > .container {
	margin: auto;
}

.form-col{
	background: #fff;
	border: 1px solid #bcbcbc;
	padding:0 25px;
}

.form-col-lg{
	background: #fff;
	border: 1px solid #bcbcbc;
	padding:0 0px;
}

.form-row{
	width: 100%;
}
.login-page-logo{
	max-width: 180px;
	width: 100%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.fa.divider {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	color:#7d8082;
	font-size: 1.1rem;
}

.btn-long {
	width: 100%;
#	max-width: 180px;
}
.login-footer-row{
	padding-top: 15px;
}
.login-footer-row p{
	color:#7d8082;
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.login-footer-row p .logo-footer{
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 480px) and (max-width: 767px){ 
#footer {
	margin-left: -20px;
	margin-right: -20px;
}
}

#footer .copyright .social {
	margin-top: 8px;
	margin-right: 10px;		
}

#footer .copyright .copy p {
	margin-top: 20px;
}

.hero {
	padding: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	}
	
.hero-embedded {
	margin-top:20px;
	}

.hero-image {
	padding-right: 25px;
}

.hero-background {
	background-image:url(images/body.png);
}

.hero-background2 {
	background-image:url(images/body_light.png);
}


.carousel-caption {
	background-color: rgba(0, 0, 0, 0.00);
}

.brand, .leftmargin {
margin-left: 10px;
}

.plans {
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.plan {
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
        margin-top: 10px;
        border: 1px solid #dddddd;
	border-radius: 10px;
	color: rgb(26, 82, 107);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.plan-title {
	color: #333333;
	background-color: #fff;
	border: 1px solid #dddddd;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
}

.plan-price {
	color: #333333;
	font-size: 18px;
	display: block;
}

.plan-price2 {
	color: #999999;
	display: block;
}

.plan-open {
	background-color: rgb(245, 245, 245);
}

.plan-commercial {
	background-color: rgb(255, 255, 255);
}

.plan-flat {
	background-color: rgb(200,225,225);
}

.limit-width {
	max-width: 800px;
	margin: 0 auto 20px;
}

.centered {
	text-align: center;
	margin: 0 auto 20px;
}

section {
	text-align: center;
	margin: 35px 0 45px 0;
}

.sidebar,.boxed {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.boxed-ext {
	max-width: 650px;
}

.shadow {
	padding: 0 0 10px 10px;
	margin: 5px;
	background-color: #f0f0f0;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.shadow-plain {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .10);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .10);
}

.nav { margin-top: 10px;}

.login-footer-row .logo-footer {
	height: 18px;
	width: auto;
}




