.top{
	width:100%;	
}
.copyright{
	width:100%;
	height:30px;
	position:fixed;
	bottom:0px;
	left:0px;
	background-color: #F6F6F6;
	padding-top:5px;

}

.noMessage{
	margin-top:30%;
	margin-left:25%;
	font-size:3em;
}

.navbar-header a{
	color:#756d6d;
}

.navbar-nobottom{
	margin-bottom: 0px;
}
.tab-content{
	min-height: 400px;
}

#rootwizard{
	padding:20px;
	background-color: #fff;
	border: 3px solid rgba(0,0,0,.075);
	border-radius: 8px;
	padding-top:80px;
}

.rowList{
	background-color: #fff;
	border: 3px solid rgba(0,0,0,.075);
	border-radius: 8px;
}
.listContent{
	padding:20px;
}



.resourceRow{
	padding-left:20px;
	padding-right:20px;
}

.showOrHide{

	width:100%;
	height: 90px;
	text-align:center;
}

.bg-primary{
	background-color:white;
	box-shadow: 0 3px 1px #ebebeb;
}

.copyright a:hover{
	text-decoration: none;
}
.main{
	margin-top: 70px;
	padding-bottom:30px;
	width:100%;	
}
.btn-default{
	width:100px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
body{
	position:relative;
	width:100%;
	min-height:100%;
	background-color: #F6F6F6;
}
.inner-box{
	width:100%;
	height: 100%;
}



.rootNav{
	position:absolute;
	margin-top:50px;
	width:100%;
	left:0;
}

.rootNav li{
	list-style-type:none;
	display: inline-block;
	text-align: center;
	float: left;
	padding-left:0px;
	position: relative;
	overflow: hidden;
	padding:0px;
	margin:0px;
}
.rootNav ul{
	padding:0px;	
}
.glyphicon{
	color:rgb(116, 176, 240);
	font-size:2em;
	z-index:2;
}
.glyphicon-remove-sign{
	color:rgba(116, 176, 240, 0.38);
	font-size:2em;
}



.line-right{
	height:3px;
	background:#d9eaf3;
	display:inline-block;
	width:38%;
	top:13px;
	position:absolute;
	z-index:1;
	right:0;
}

.line-left{
	height:3px;
	background:#d9eaf3;
	display:inline-block;
	width:38%;
	top:13px;
	position:absolute;
	z-index:1;
	left:0;
}


.line-active{
	background-color: rgb(116, 176, 240);
}


.p-active{
	color:rgb(116, 176, 240);
	font-weight: 900;
}

li>p{
	color:rgba(116, 176, 240, 0.38);
	font-weight: 900;
}






.bar {
	height: 40px;
	width: 0;
	transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	position: absolute;
	margin: 0.5rem 0;
	border-radius: 4px;
	margin-top:63px;
	background-color: black;
}
@media(max-width: 350px) {
	.bar {
		margin: 2.5rem 0 0.5rem;
	}
}
.bar.mint {
	background-color:rgb(116, 176, 240);
	animation: barberpole 12s linear infinite;
}



.navbar-nav li a{
	cursor: pointer;
}

.navbar-nav li a:hover{
	background-color:white ;
}


.machine-click{
	position:absolute;
	top:102%;

}

#machine-info{
	position: absolute;
	z-index: 999;

	text-align: left;
	list-style-type: none;
	color:#6f6f6f;
	background-color: white;
	padding:0px;
	min-height:350px;
	width:150px;
	background-color:white;
	border: solid 1px #e0e0e0;
	border-top: 5px solid rgb(97, 166, 240);
	
}

#machine-info li{

	border-bottom: solid 1px #e0e0e0;
	cursor: pointer;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:13px;
	padding-right: 26px;
	background-color:white;
	color:#756d6d;

}
#machine-info li:hover{
	
	color:rgb(116, 176, 240);
}


.machine-more{

	
	color:#6f6f6f;
	display: none;
	position:absolute;
	background-color: white;
	left:100%;
	top:-5px;
	width:230px;
	min-height: 350px;
	padding-left:10px;
	padding-top: 12px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

.machine-more a:hover{
	text-decoration: none;
	color:rgb(97, 166, 240);
}



.machine-more span{

	float:left;
	height:30px;
	width:70px;
	line-height:22px;

}

.btn-link{
	outline:none!important;
}

.share-box{
	border: 1px solid #ebebeb;
	box-shadow: 13px 10px 12px #ebebeb;
	margin:0 auto;
	width:700px;
	height:620px;
	background-color: white;
	margin-top:3%;
}

.submit-box{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;


	margin:0 auto;
	width:170px;
	height:50px;
	background-color: rgb(116, 176, 240);
	cursor:pointer;
	text-align: center;
	color:white;
	font-size:1.6em;
	line-height: 50px;
	box-shadow:  1px 1px 1px rgb(116, 176, 240);

	float: left;

}
.return-box{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    border:1px rgb(116, 176, 240) solid;
    color:rgb(116, 176, 240);
	margin:0 auto;
	width:170px;
	height:50px;
	background-color: white;
	cursor:pointer;
	text-align: center;
	font-size:1.6em;
	line-height: 50px;
	box-shadow:  0.5px 0.5px 0.5px rgb(116, 176, 240);
}
.return-box:hover{
	color:rgba(116, 176, 240, 0.4);
	border:1px rgba(116, 176, 240, 0.4) solid;

}

.sub-btn{
	position: absolute;
	width:440px;
	height:40px;
	margin-left:92px;
	margin-top:14px;
	display: none;
}

.submit-box:hover{
	background-color: rgb(67, 144, 226);
}

.form-name{
	box-shadow: 1px 1px 1px 1px rgba(116, 176, 240, 0.52);
	margin:0 auto;
	width:700px;
	height:35px;
	background-color: rgb(116, 176, 240);
	text-align: center;
	color:white;
	font-size:2em;
	line-height: 50px;
	margin-bottom: 7%;
}

.help-block{
	padding-left: 20%;
}