/*
 * Toggle Demo
 */

.toggle-demo {
	position: absolute;
	top: 10px;
	right: -8px;
	display: block;
	width: 150px;
	height: auto;
	z-index: 99;
	opacity: .9;
	
}.toggle-demo:hover {
	opacity:1;
}

.toggle-demo .btn-group {
	width:100px;
	float:left;
}

.toggle-demo > span {
	display:inline-block;
	float:left;
	margin-right:5px;
	line-height: 21px;
	color: #757575;
}


/*
 * noUISlider vertical demo
 */
.demo-vertical-uislider {
	
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.demo-vertical-uislider > div {
	height:200px;
	margin: 0 0px 0 10px;
	display:inline-block;
}

.demo-vertical-uislider >:first-child {
	margin-left:15px;
}


/*
 * Knobs demo
 */

.knobs-demo > div {
	display:inline-block;
	margin-left:30px;
}
.knobs-demo >:first-child {
	margin-left:0;
} 

/*
 * DEMO INPUT
 */

.demo label input[type=radio].radiobox+span:before, .demo label input[type=checkbox].checkbox+span:before {
	border: 1px solid #5E5E5E;
}

.demo label:hover input[type=checkbox].checkbox+span:before {
border-color:#E77317;
}

/*
 * DEMO
 * Demo CSS only
 */	
.demo label {
	margin-bottom:4 !important;
}

.demo .checkbox i {
	border-color: #7A7A7A;
}

.demo .radio, .demo .checkbox {
 	padding-left:22px;
}

.demo.activate {
	right:0px !important;
	box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.2);
}

.demo {
	position:absolute; 
	top:5px; 
	right:-160px; 
	width:160px;
	z-index:5; 
	padding:5px 10px 10px; 
	background:#F1DA91;
	
	-moz-transition: right .1s ease-out;
	-ms-transition: right .1s ease-out;
	-o-transition: right .1s ease-out;
	-webkit-transition: right .1s ease-out;
	transition: right .1s ease-out;
}

.demo > span {
	position: absolute;
	left: -30px;
	top: 0px;
	display: block;
	height: 30px;
	width: 30px;
	border-radius: 5px 0 0 5px;
	background: #F1DA91;
	padding: 2px;
	text-align: center;
	line-height: 28px;
	cursor:pointer;
}

.demo > span i {
	font-size:17px;
}

.demo.activate > span i:before {
	content: "\f00d";
}

.demo > span:hover i {
	color:#333 !important;
}

.demo form section {
	margin:0 !important;
}

.demo .btn {
	font-size: 13px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
	padding: 3px 7px !important;
	height:auto !important;
}

.demo-liveupdate-1 {
	font-size: 12px !important;
	position: absolute !important;
	left: 33px;
	top: 15px;
	display: block;
	z-index: 2;
	font-weight: bold;
	padding: 1px 61px 3px 7px;
}

.demo-btns {
	margin:0;
	padding:0;
	list-style:none;
}
.demo-btns > li {
	display:inline-block;
	margin-bottom:7px;
}


.demo-icon-font {
	font-size: 14px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.demo-icon-font:hover {
	background-color: rgba(86, 61, 124, 0.1);
	text-decoration: none;
}

.demo-modal {
	width: auto;
	max-width:600px;
	z-index: 1;
}

.demo-red {
	color:#DF413E
}

.demo-orange {
	color:#DAA03E;
}

.demo-border {
	border:1px solid rgba(0,0,0,.2)
}

@media only screen and (max-width: 479px) and (min-width: 320px) {

	#login #header {
	    margin: 0;
	}

	#login #main {
	    background: url(../img/header_bg.jpg) no-repeat #fff;
	    /* background-size: 100%; */
	    background-position: top center;
	    padding-top: 29%;
	}

	.appContainer {
		padding: 0 !important;
	}

}

@media only screen and (min-width: 480px) {

	.appContainer {
	    padding: 0 !important;
	}

	#treeItems {
		padding: 3em;
	}

	#login #header {
	    margin: 0;
	}

	#login #main {
	    margin-top: 3%;
	}

}

@media (min-width: 768px) {

    .modal-lg {
	    max-width: 700px;
	    width: 700px;
	}

}

@media (min-width: 1024px) {

    .modal-lg {
	    max-width: 920px;
	    width: 920px;
	}

}


/* app */

.row2 {
	padding: 0;
	margin: 0;
}

.appContainer {
	text-align: center;
	padding: 0 200px;
	background: #FFF;
	overflow-y: auto;
}

.appContainer header {
	position: relative;
	border-bottom: 1px solid #000;
}

.appContainer #logo {
	width: 200px;
    margin: 0;
    padding: 10px;
}

.appContainer #menuBtn {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.5em;
}

.appContainer #menuBtn button {
	color: #FFF !important;
	-webkit-tap-highlight-color: #FFF !important;
	background: #006953;
}

.appContainer #logo img {
	width: 100%;
	padding: 0;
}

.finder {

}

#companyLogo {
	padding: 1em 0;
    color: #FFF;
    background: url(../img/head-bg.png);
}

.menuItemChoice {
	margin: 5em 3em;
}

#faq .heading, #menuTree .heading {
	padding: 1em;
    color: #FFF;
    background: url(../img/head-bg.png);
}

#faqitems {
	display: flex;
	padding: 1em;
	text-align: left;
}

.btnPadding {
	margin: 1em;
}

@media (max-width: 767px) {

	.login-panel {
		display: none !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {

	.tab-col-6 {
		display: block!important;
    	width: 50%;
	}

	.display-image {
		width: 130px !important;
	}
}