/*
   lib/products/rmb/styles.css - general CSS for the project and framework module overrides
   MKM UI Framework
   
   Created by Dave Waller on 2013-02-21.
   Copyright 2013 MyKnowledgeMap Ltd. All rights reserved.
*/

body{
	margin-top:50px;
	background-color: #eee;
	background-image: url('/assets/cbg.png');
	font: 13px/1.5 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
}
p{	font-size:14px; }
select {
    border: 1px solid #AAA;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
}
/* Blocked windows */
#emailform, #blocked, #ie-blocked{
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	margin-top:-20px;
}
.emailpanel{
	width:400px;
	background-color:#fff;
	border:6px solid #000;
	border-radius:8px;
	margin:100px auto;
	padding:20px;
}
.emailpanel p.small{
	font-size:12px;
}

/* Header */
header{
height: 49px;
background-color: #000;
border-bottom: 1px solid #0055CC;
line-height: 50px;
position: absolute;
display: block;
width: 100%;
width: 100%;
top: 0;
color: #FFF;
margin-bottom:0px;
background-image: none;
z-index: 7001;
}
header div.logo{
	float:left;
	height:40px;
	width:40px;
	display:none;
	background-image:url(images/logo.png);
	margin:5px;
}
header h1{
	font-size:22px;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
	float:left;
	font-weight:normal;
	font:'Trebuchet MS', 'Lucida Grande', Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
header h1 a{
	color:#e7e7e7;
	text-decoration:none;
}
header a:hover{
	color:#fff;
}
header menu{
	display:inline;
	float:right;
	text-align:right;
	margin:0px 20px 0px 0px;
	padding:0px;
	height:20px;
}
header menu a{
	color:#EEE;
	font-size:13px;
	text-decoration:none;
}
header menu a:hover{
	color:#0055CC;

}
#beta{
	position:absolute;
	left:0; top:0;
	width:60px;
	height:60px;
	background-image:url(images/beta.png);
}

/* Structural elements */	
#rmb-wrapper{
	margin:20px;
	margin-top:65px;
	padding-right:10px;
	/*height:500px;
	overflow-y:scroll;*/
	display:block;
	margin-right:242px;
}
#rmb-wrapper.zoom{
	margin-right:342px;
}
#rmb-left{
	width:100%;
	float:left;
	display:inline-block;
}
#rmb-right{
	width:202px;
	position:fixed;
	right:20px;
}
#rmb-wrapper.zoom #rmb-right{
	width:302px;
}
.home-panel{
	margin:20px 5%;
}
.home-panel.fixed{
	max-width:720px;
	margin:20px auto;
}
.home-left{
	width:50%;
	float:left;
}
.home-right{
	width:50%;
	float:right;
	position:relative;
}

/* Hero unit */
#hero-unit{
	background-color:#0C5B7A;
	text-align:center;
	background-image:url(images/signin-header.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#hero-unit h1{
	margin-left:5%%;
	margin-right:5%;
	line-height:120px;
	font-size:64px;
	text-shadow:0px 1px 0px rgba(255,255,255,0.8);
	color:#121212;
}
#hero-unit h2{
	margin:-10px 5% 20px 5%;
	line-height:26px;
	font-size:18px;
	color:#fff;
	text-shadow:0px 1px 1px rgba(0,0,0,0.7);
	letter-spacing:1px;
}
p.ie{
	margin:10px 100px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	padding:30px 60px;
	font-size:14px;
	text-shadow:0px 1px 0px #fff;
}
p.ie span.sad{
	display:block;
	font-size:46px;
	font-weight:bold;
	margin:-10px 0px 20px 0px;
}
span.addthis_intro{
	text-shadow:0px 1px 0px rgba(0,0,0,0.6);
	font-size:19px;
	font-weight:bold;
	color:#fafafa;
	display:inline-block;
	float:left;
	height:32px !important;
	width:80px !important;
	line-height:32px !important;
}
a.social{
	display:inline-block;
	-webkit-opacity:0.8;-moz-opacity:0.8;-o-opacity:0.8;opacity:0.8;
	width:32px;
	height:32px;
	text-indent:-9999px;
	margin:2px;
	background-image:url(https://ct1.addthis.com/static/r07/widget011_32x32_top.gif);
}
a.social.email{		background-position: 0px -128px; }
a.social.web{		background-position: 0px -192px; }
a.social.twitter{	background-position: 0px -704px; }
a.social.facebook{	background-position: 0px -160px; }
a.social.google{	background-position: 0px -288px; }
a.social.linkedin{	background-position: 0px -320px; }
a.social:hover{	-webkit-opacity:1;-moz-opacity:1;-o-opacity:1;opacity:1;}

/* Counter */
.counterHolder{
	 background-color:#121212;
	 padding-bottom:0px;
	 margin-bottom:20px;
	 border:1px solid #121212;
	 background-image:url(images/starburst.gif);
	 background-position:center;
	 box-shadow:inset 0px 0px 22px #000;
}
.counter{
	box-shadow:inset 0px 1px 4px #000, 0px 0px 22px #fff;
	margin:20px;
	display:inline-block;
	background-color: #454545;
	*background-color: #454545;
	background-image: -ms-linear-gradient(top, #454545, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#000000));
	background-image: -webkit-linear-gradient(top, #454545, #000000);
	background-image: -o-linear-gradient(top, #454545, #000000);
	background-image: -moz-linear-gradient(top, #454545, #000000);
	background-image: linear-gradient(top, #454545, #000000);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#454545', endColorstr='#000000', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	height:65px;
	line-height:65px;
	color:#fff;
	text-shadow:0px -1px 0px #000;
}
.counter p{
	background-image:url(images/counter.png);
	height:65px;
	font-size:42px;
}
.counter p span{
	display:inline-block;
	height:65px;
	width:40px;
}
.counterHolder p.large{
	color:#fff;
	text-shadow:0px -1px 0px #000;
}
/* Homepage text */
p.large{
	font-size:22px;
	margin-left:20px;
	margin-right:20px;
}
.home-left p{
	padding-left:70px;
	padding-right:30px;
	background-position:top left;
	background-repeat:no-repeat;
}
p.html5{	background-image:url(images/html5.png); }
p.int{		background-image:url(images/integrate.png); }
p.act{		background-image:url(images/activity.png); }
p.fbk{		background-image:url(images/feedback.png); }

div.moz{		padding-top:90px;background-position:top;background-repeat:no-repeat;background-image:url(images/mozilla.png); }
div.how{		padding-top:90px;background-position:top;background-repeat:no-repeat;background-image:url(images/how_works.png); }
div.plugin{		padding-top:90px;background-position:top;background-repeat:no-repeat;background-image:url(images/wordpress.png); }

form{
	margin-bottom:30px;
}
form input[type="text"],
.emailpanel input{
	margin:8px 8px 14px 8px;
	padding:8px;
	width:340px;
	border:1px solid #AAA;
	font-size:18px;
}

/* API docs styles */
.home-panel.fixed pre ol li{
	list-style-type:decimal !important;
	margin-left:40px;
}
.home-panel.fixed code{
	background-color:rgba(68,102,255,0.2);
	padding:2px 5px;
	border-radius:6px;
	font-size:12px;
}
.home-panel.fixed td,th{
	min-width:120px;
	padding:6px;
	font-size:13px;
	line-height:17px;
	border:1px solid #aaa;
}
.home-panel.fixed th{
	font-weight:bold;
	background-color:#aaa;
	color:#fff;
}
.home-panel.fixed table ul{
	margin:10px 0px;
}
.home-panel.fixed table ul li{
	min-height:17px;
	margin-bottom:7px;
	list-style-type:circle;
}

/* Latest badges */
#home-latest{
	clear:both;
	background-color:#E7E7E7;
	padding:10px 10px;
	margin:20px 5% 40px 5%;
	border:1px solid #DEDEDE;
	
}
#home-latest div{
	clear:both;
}
#home-latest img{
	width:8%;
	margin:2px 6px 12px 6px;
}
.showcase img{
	max-width:30%;
	margin:10px 1%;
}
#allBadges div{
	max-width:30%;
	margin:10px 1%;
	display:inline-block;
}
#allBadges div img{
	max-width:100%;
	margin-bottom:4px;
}

/* Panel */
.rmb-panel{
	clear:both;
	margin-bottom:10px;
	display:block;
}
.rmb-panel:active {
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	}
.rmb-panel h3{
	font-weight:bold;
	color:#fff;
	background-color:#aaa;
	margin:0px;
	font-size:16px;
	height:30px;
	line-height:30px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

.rmb-panel h3 a{
	display:inline-block;
	height:30px;
	width:100%;
	text-decoration:none;
	color:#fff;
}
a.min{
	/*background-image:url(images/minmax.png);
	background-position:top;*/
}
a.max{		background-position:bottom; }
.rmb-panel h3 a:hover{
	background-color:rgba(0,0,0,0.05);
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.rmb-panel h3 a span{
	display:block;
	padding-left:10px;
	height:30px;
	border-bottom: 2px solid #666;
	
}
.panel-inner{
	border-top:none;
	border:1px solid #aaa;
	background-color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.panel-inner-scroll{
	height:168px;
	overflow-y:scroll;
	padding:5px;
}
.panel-inner-toolbox{
	height:168px;
	padding:5px;
	background-color:#e7e7e7;
	border-left:1px solid #acacac;
	width:175px;
	float:right;
	display:inline-block;
	text-shadow:0px 1px 0px #fff;
	border-bottom-right-radius:5px;
}
.tool-bar{
	display:block;
	height:38px;
	border-bottom:1px solid #acacac;
	background-color:#e7e7e7;
	margin:0px;
}
.tool-bar input.search{
	box-shadow:inset 0px 0px 6px rgba(0,0,0,0.15);
	color:#666;
	float:right;
	margin:8px 10px;
	height:20px;
	font-size:13px;
	line-height:20px;
	padding:0px 20px 0px 20px;
	border:1px solid #acacac;
	border-radius:10px;
	outline:none;
	background-image:url(images/search.png);
	background-position:left;
	background-repeat:no-repeat;
	z-index:0;
	max-width:85px;
}
.tool-bar a{
	float:right;
	display:inline-block;
	width:22px;
	height:22px;
	margin:7px 10px 0px 5px;
	background-color: #fafafa;
	*background-color: #fafafa;
	background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fafafa));
	background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
	background-image: -o-linear-gradient(top, #ffffff, #fafafa);
	background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
	background-image: linear-gradient(top, #ffffff, #fafafa);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	box-shadow:inset 0px 1px 1px rgba(255,255,255,0.8);
	border:1px solid #acacac;
	border-radius:5px;
	text-decoration:none;
}
.tool-bar a.align{		background-image:url(images/align.png); }
.tool-bar a.align.top{	background-position:top; }
.tool-bar a.align.mid{	background-position:center; }
.tool-bar a.align.bot{	background-position:bottom; }
.tool-bar a.upload{		background-image:url(images/upload.png); }
.tool-bar a span{
	display:block;
	border-radius:5px;
	width:22px;
	height:22px;
	margin:0px;
}
.tool-bar a:hover span{
	background-color:rgba(0,0,0,0.05);
}
.advanced-button {
	float:left;
	margin-right:0px;
	width:67px !important;
	text-decoration:none !important;
	}
.advanced-button p {
	padding:0px !important;
	padding-left:5px !important;
	margin:0px !important;
	line-height:20px !important;
	color:#333 !important;
	text-decoration:none !important;
	}
.hide-button {
	float:left;
	margin-right:0px;
	width:40px !important;
	text-decoration:none !important;
	}
.hide-button p {
	padding:0px !important;
	padding-left:5px !important;
	margin:0px !important;
	line-height:20px !important;
	color:#333 !important;
	text-decoration:none !important;
	}
a.toolbar-button{
	float:left;
	margin-right:0px;
}
a.toolbar-button span{
	text-indent:-9999px;
	background-image:url(images/toolbar-buttons.png);
}
	a.toolbar-button.blank span{		background-position:0px 0px; }
	
	a.toolbar-button.circles span{		background-position:-22px 0px; }
	a.toolbar-button.squares span{		background-position:-44px 0px; }
	a.toolbar-button.diamonds span{		background-position:-66px 0px; }
	a.toolbar-button.polygons span{		background-position:-88px 0px; }
	a.toolbar-button.stars span{		background-position:-110px 0px; }
	a.toolbar-button.shields span{		background-position:-132px 0px; }
	a.toolbar-button.special span{		background-position:-154px 0px; }

	a.toolbar-button.numbers span{		background-position:-22px -22px; }
	a.toolbar-button.objects span{		background-position:-44px -22px; }
	a.toolbar-button.food span{			background-position:-66px -22px; }
	a.toolbar-button.nature span{		background-position:-88px -22px; }
	a.toolbar-button.travel span{		background-position:-110px -22px; }
	a.toolbar-button.technology span{	background-position:-132px -22px; }
	a.toolbar-button.people span{		background-position:-154px -22px; }
	a.toolbar-button.audio span{		background-position:-176px -22px; }
	a.toolbar-button.business span{		background-position:-198px -22px; }
	a.toolbar-button.other span{		background-position:-220px -22px; }
	
	a.toolbar-button.flat span{			background-position:-22px -44px; }
	a.toolbar-button.ribbon span{		background-position:-44px -44px; }
	a.toolbar-button.threed span{		background-position:-66px -44px; }
	a.toolbar-button.help span{			background-position:-88px -44px; }

.tool-bar a.searchClear{
	position:relative;
	background-image:none;
	background-color:rgba(255,255,255,0);
	border:1px solid transparent;
	box-shadow:none;
	margin-left:-50px;
	z-index:1 !important;
	text-align:center;
	line-height:22px;
	font-size:15px;
	font-weight:bold;
	color:#666;
}
input[type='file']{
	line-height:34px;
	margin-left:10px;
	margin-top: 8px;
}		
.tool-bar select{
	color:#333;
	float:right;
	margin:10px 10px 0px 0px;
	height:20px;
	font-size:13px;
	outline:none;
}
.tool-bar input.picker,
.panel-inner-toolbox input.picker{
	padding:0px 0px 0px 24px;
	float:left;
	height:20px;
	margin:8px 0px 8px 8px;
	width:60px;
	color:#333;
	border:1px solid #acacac;
	background-image:url(images/picker.gif);
}
.panel-inner-toolbox input.picker{
	float:none;
}
div.slidercurve{
	width:140px;
	padding-left:5px;
	display:inline-block;
	float:right;
	height:26px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/radius-slider.png);
	margin-right:20px;
	
}
div.slidercurve.left{
	float:left;
	margin-left:4px;
	margin-right:4px;
}
div.slidercurve.position{
	background-position:left center;
}
div.slidercurve.positionX{
	background-position:left bottom;
}
div.sliderHolder{
	width:140px;
	padding-left:10px;
	display:inline-block;
	float:right;
	height:39px;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(images/slidericons.gif);
	margin-right:20px;
}
div.sliderHolder.left{
	float:left;
	margin-left:0px;
	margin-right:4px;
}
div.sliderHolder.position{
	background-position:left center;
}
div.sliderHolder.positionX{
	background-position:left bottom;
}
div.slider{
	width:120px;
	display:inline-block;
	float:right;
	margin:12px 0px 0px 0px;
}
div.slider a{
	outline:none;
	margin-top:0px;
}
a.component{
	text-decoration:none;
	margin:5px;
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #e7e7e7;
	background-color:#fff;
	padding:2px;
}
a.component span{
	display:none;
}
a.component.selected{
	border-color:#81B7E7;
	background-color:#C0DBF3;
}
.panel-inner p{
	margin:0px;
	padding:10px;
	line-height:50px;
}
.panel-inner p input{
	height:35px;
	border:1px solid #acacac;
	box-shadow:inset 0px 0px 6px rgba(0,0,0,0.15);
	width:100%;
	font-size:18px;
	margin:0px;
}

/* Preview */
#rmb-preview,
#rmb-original,
#rmb-final{
	border:1px solid #acacac;
	height:200px;
	width:200px;
	background-image:url(images/photoshop.png);
	background-position:top left;
}
#rmb-preview {
margin-top:38px;
width: 200px;
height: 200px;
display: inline-block;
box-shadow: 0px 1px 2px rgba(0,0,0,0.33);
text-align: left;
overflow: hidden;
position: relative;
}
#rmb-preview canvas,
#rmb-original img{
	position:absolute;
	text-shadow:none;
}

#rmb-wrapper.zoom #rmb-preview,
#rmb-wrapper.zoom #rmb-preview canvas{
	width:300px;
	height:300px;
}
a.zoom{
	text-decoration:none;
	display:inline-block;
	height:16px;
	font-size:13px;
	line-height:16px;
	padding-left:20px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/zoom.gif);
	color:#00BFFF;
}
#rmb-wrapper.zoom a.zoom{
	background-position:bottom left;
}
a.noanimate{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#advancedTab {
	display:none;
	}
/* Actions */		
#rmb-actions{
	text-align:center;
	margin-top:20px;
}
.fa a {
	text-decoration:none;
}
.fa {
	padding-left:7px;
	color:#333 !important;
}
/* Footer */
footer{
	position:relative;
	padding:0px;
	border-top:1px solid #000000;
	background-color: #333333;
	*background-color: #333333;
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	margin-top:30px;
	clear:both;
}
footer p{
	color:#e7e7e7;
	font-size:11px;
	line-height:14px;
	padding:6px 10px 10px 10px;
	margin:0px;
}
footer p a{
	color:#fff;
}