@charset "UTF-8";
/* CSS Document */

body, div, iframe, a {box-sizing: border-box}

body {
	margin: 0px;
	color: white;
	font-family: helvetica;
}
body, html, #shell_sidebar {
	height: 100%
}
#shell_menu_wrapper {
	position:fixed;
	padding: 50px 0 0 10px;
	background-color: #2e2e2e;
	height: 100%;
	overflow: visible !important;
	width: 250px
}
#shell_toggle {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000
}
	.shell-open a { color:white; font-family: helvetica; font-size:11px; text-decoration: none }
	.shell-close img {width:60px;margin:10px}
	.shell-close {display: block}
	.shell-open {display:none; background: rgba(100, 100, 100, 0.5) repeat scroll 0 0; padding: 5px}
	.shell-open:hover {background: rgba(0, 0, 0, 0.5) }

h3.tree-header {font-size: 16px; letter-spacing: 0.05em; font-weight: normal; border-bottom: solid 1px #666; padding-bottom:7px}


#device_buttons {position:absolute; bottom:0px;left:0px; padding-left: 10px; z-index: 20; background-color: #2e2e2e }
#device_buttons img {height:32px !important; width: auto !important; opacity:.5}


#device_canvas { width: 100%; height: 100%; background: #efefef}
#device_wrapper, #iframe_wrapper {height: 100%}
iframe {box-shadow:0px 0px 10px #666; width: 100%;}

#device_canvas.device-mode #device_wrapper {margin: auto;position: relative;}
#device_canvas.device-mode #iframe_wrapper {overflow: inherit !important;position: absolute;top: 50%; 	}


#device_canvas.iphone-5 #device_wrapper {width: 320px;}
#device_canvas.iphone-5 #iframe_wrapper {   margin:-284px auto 0 auto;width: 320px;height: 568px; }


#device_canvas.iphone-6 #device_wrapper {width: 375px;}
#device_canvas.iphone-6 #iframe_wrapper {   margin:-333px auto 0 auto;width: 375px;height: 666px; }



#device_canvas.ipad-landscape #device_wrapper {width: 1024px;}
#device_canvas.ipad-landscape #iframe_wrapper {   margin:-384px auto 0 auto;width: 1024px;height: 768px; }



#device_canvas.ipad #device_wrapper {width: 768px;}
#device_canvas.ipad #iframe_wrapper {   margin:-512px auto 0 auto;width: 768px;height: 1024px; }