
div#header {
	background-color:#FCECC0;height:45px;border:0px;border-bottom:1px solid #ccc;position:fixed;top:0;left:0;right:0;z-index:2000;box-sizing:border-box;margin:0;padding:0;outline:0;display:block;
	font-weight:bold;
	color:black;cursor:pointer;
}

div#settings {
	float:right;
}

div#logo {
	float:left;
}

div#org {
	float:left;
}

div#expand {
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;display:block;padding:15px 30px 6px 10px;cursor:pointer;
}

div#expand2 {
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;display:block;padding:7px 25px 6px 15px;cursor:pointer;

}

div#expand3 {
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;display:block;padding:6px 10px 0px 0px;cursor:default;
}

span#expandDisplayName {
	font-weight:bold;
	font-size:13px;
}

div#icon-caret {
	float:right;
	margin-top:0;
	display: inline-block;
	width:12px;
	height:12px;
	margin:0;
	padding:0;
	vertical-align:middle;
	opacity:.75;
	font-size:12px;
}

div#content-wrapper {
	position:absolute;height:100%;width:100%;overflow-x:hidden;padding-top:45px;box-sizing:border-box;
}

div#content {
	position:relative;height:100%;width:100%;
}

div#app-navigation {
	background-color:white;width:250px;height:100%;float:left;box-sizing:border-box;padding-bottom:44px;user-select:none;border-right:1px solid #ccc;
}

div#app-content {
	overflow-x:hidden;position:relative;height:600px;
	height:100%;overflow-y:auto;
	background-color:blue;
/*	

	background-image:url('../images/call_back.jpg');
		background-color:white;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:260px 0px;*/
}

@media only screen and (max-width: 768px){
	#app-navigation {
		width: 250px !important;
	}
}

@media only screen and (max-width: 768px) {
#app-navigation, #app-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
}

div#divForm {
	top:5px;
}
