@import url(http://fonts.googleapis.com/css?family=Autour+One);
@import url(/style/menu_default.css);

#tree_container{
/* border:solid 1px #b4b4b4; */
position:relative;
height:400px;
width:100%;
float: left;
}

.mini-logo {
	position: absolute; 
	top:3px; 
	left:6px;
	font-family: 'Autour One', cursive;
	font-size: 16px;
	color: #000;
	background:url('/images/logo.png') top left no-repeat;
	height: 33px;
	width: 118px;
	display: block;
}

/*@global*/

.mif-tree-wrapper{
position: absolute;
z-index:100;
width: 100%;
height:100%;
margin:0;
padding:0;
overflow:auto;
font-family:sans-serif;
font-size:11px;
line-height:18px;/******Tree node height******/
white-space:nowrap;
cursor:default;
}

.mif-tree-bg{
width:100%;
height:100%;
position:absolute;
overflow:hidden;
}

.mif-tree-bg-container{
width:100%;
display:none;
}

.mif-tree-bg-node{
width:100%;
height:18px;
}

.mif-tree-bg-selected{
background-color:#dcd7ab;
}

.mif-tree-wrapper:focus{
outline:0;
}

.mif-tree-wrapper span{
padding-bottom:2px;
padding-top:2px;
cursor:inherit;
}

.mif-tree-children{
padding-left:18px;
width:18px;
}

.mif-tree-node{
width:18px;
background:url('/images/tree/line.gif') repeat-y 8px 0px;
}

.mif-tree-node-last{
background:url('/images/tree/line.gif') no-repeat 8px 0px;
}

.mif-tree-name{
cursor: default;
overflow:hidden;
margin-left:4px;
}

.mif-tree-name a{
color:red;
}

.mif-tree-name a:hover{
color:blue;
}


.mif-tree-node-wrapper{
background:url('/images/tree/horizontal-line.gif') no-repeat 9px center;
}

/*@gadjets*/

.mif-tree-gadjet{
background-image:url('/images/tree/gadjets.gif');
padding-right: 16px;
z-index:1;
overflow:hidden;
background-repeat:no-repeat;
cursor:default;
}

.mif-tree-gadjet-none{
background:none;
}

.mif-tree-gadjet-minus{
background-position: 0px 50%;
}

.mif-tree-gadjet-plus{
background-position: -18px 50%;
}


.mif-tree-gadjet-hover .mif-tree-gadjet-minus{
background-position: -54px 50%;
}

.mif-tree-gadjet-hover .mif-tree-gadjet-plus{
background-position: -72px 50%;
}



/*.mif-tree-gadjet-hover{
background-image:url('/images/tree/gadjets-hover.gif');
}*/




/*@icons*/
.mif-tree-icon{
padding-right:18px;
background-position:0 50%;
background-repeat:no-repeat;
cursor:inherit;
}

.mif-tree-open-icon,.mif-tree-empty-icon{
background-image:url('/images/tree/openicon.gif')
}

.mif-tree-close-icon{
background-image:url('/images/tree/closeicon.gif')
}


.mif-tree-loader-open-icon,.mif-tree-loader-close-icon{
background-image:url('/images/tree/mootree_loader.gif');
}

.mif-tree-file-open-icon, .mif-tree-file-close-icon{
background:url('/images/tree/file.gif') no-repeat;
}


/*@selection*/

.mif-tree-node-selected .mif-tree-name{
background-color: #010161;
color:#fff;
text-transform:italic;
}

.mif-tree-highlighter{
height:18px;
overflow:hidden;
width:100%;
background:#b64553;
position:absolute;
}



/*@d'n'd*/
.mif-tree-pointer{
height:1px;
overflow: hidden;
position: absolute;
background-image:url('/images/tree/1.gif');
background-repeat:repeat-x;
background-color:#292fef;
}


.mif-tree-ghost{
background-color:#fff;
border:solid 2px #e8e8f7;
padding-left:2px;
}

.mif-tree-ghost .mif-tree-node-wrapper{
background:none;
}

.mif-tree-ghost span.mif-tree-text{
padding-top:1px;
padding-bottom:1px;
}

.mif-tree-ghost-icon{
padding-left:16px;
background-color:#fff;
background-repeat:no-repeat;
background-image:url('/images/tree/dropzone.gif');
}

.mif-tree-ghost-after{
background-position:-64px 2px;
}

.mif-tree-ghost-before{
background-position:-48px 2px;
}

.mif-tree-ghost-between{
background-position:-16px 2px;
}

.mif-tree-ghost-inside{
background-position:-0px 2px;
}

.mif-tree-ghost-notAllowed{
background-position:-32px 2px;
}

.mif-tree-drag-current{
background-color:#cfcfd8;
}

.mif-tree-replace{
background-color:#99c8fb;
}


/*@checkbox*/
.mif-tree-checkbox{
padding-left:18px;
}

.mif-tree-node-checked, .mif-tree-node-checked .mif-tree-checkbox{
background:url('/images/tree/checked.gif') center 2px no-repeat;
}

.mif-tree-node-unchecked, .mif-tree-node-unchecked .mif-tree-checkbox{
background:url('/images/tree/unchecked.gif') center 2px no-repeat;
}

.mif-tree-node-checked-selected{
background:url('/images/tree/checked_selected.gif') center 2px no-repeat;
}

.mif-tree-node-unchecked-selected{
background:url('/images/tree/unchecked_selected.gif') center 2px no-repeat;
}

.locked {
	background:url('/images/tree/locked.gif') 0 2px no-repeat;
	padding-left: 18px;
}

/*@rename*/
.mif-tree-rename{
display: inline;
line-height: 14px;
height:14px;
cursor: default;
overflow:hidden;
font-family:sans-serif;
font-size:11px;
padding:1px 0;
border:solid 1px black;
}

#actions {
	height: 30px;
	line-height: 30px;
	padding: 5px;
	margin-left: 17px;
	margin-right: 10px;
}

.selected {
	font-weight: bold;
	color: RoyalBlue;
}

.clear {
	clear: both;
}

#status {
	font-weight: bold;
}

#editor-form {
	float: left;
	width: 100%;
	height: 550px;
	position: relative;
}

#editor {
	/*
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	*/
	width: 100%;
	height: 550px;
    background: white;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.select_fm {
	width: 300px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 0 10px;
}

#embedded-content {
	line-height: 28px;
	height: 315px;
	width: 220px;
	border: 1px solid #000;
	position: absolute;
	top: 33px;
	left: 25px;
	z-index: 100;
	background: #fff;
	padding: 5px 10px;
	
	-moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -khtml-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.hidden {
	display: none;
}

.input-prepend {
	display: inline-block;
	width: 220px;
}

#chooseFmList {
	margin: 0 auto;
}

.chooseContent {
	height: 250px;
	width: 250px;
	margin: 0 10px;
	border: 1px solid #000;
	padding: 10px;
}

#chooseFmList h2 {
	font-size: 16px;
}

.chooseFm img {
	max-height: 50px; 
}

.fmItem {
	margin: 5px;
	float: left;
}

.fmItem:hover {
	text-decoration: none;
	cursor: pointer;
}

.fmItem .frameName {
	font-size: 12px;
	text-decoration: none;
	width: 100px;
}

.chooseFm img {
	border: 2px solid transparent;
	padding: 2px;
}

.fmItem.active img {
	border: 2px solid blue;
}

.fmItem h3 {
	font-weight: normal;
	font-size: 12px;
}

.fmItem:hover h3 {
	font-weight: bold;
}

.editorPageWrp {
	width: 100%;
}

#contentPanel {
	float: left;
	min-width: 700px;
	overflow: hidden;
}

.nextArrow {
	background:url('/images/next_step.png') top left no-repeat;
	height: 24px;
	width: 33px;
	display: block;
	margin: 0 10px;
}

#actionsPanel  {
	/* margin-top: 7px; */
  	margin-right: 2px;
  	/* max-width: 400px; */
	float: left;
	width: 100%;
}

#actionsPanel i {
	margin-right: 5px;
}

 #actionsPanel h2 {
	/* background: #6B7B95; */
    color: black;
 	height: 30px;
 	border: 1px solid transparent;
 	line-height: 30px;
    cursor: pointer;
    font: 14px Helvetica, Arial, sans-serif;
    margin: 0 0 0 0;
    /* padding: 3px 5px 3px 25px; */
 }
 
 #actionsPanel h2:hover,
 #actionsPanel h2.active {
 	border: 1px solid #dae3e8;
 	
	/* background: #6B7BC5; */
 	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjVmN2ZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 1%, #f5f7fa 2%, #ebf1f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(2%,#f5f7fa), color-stop(100%,#ebf1f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#f5f7fa 2%,#ebf1f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#f5f7fa 2%,#ebf1f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#f5f7fa 2%,#ebf1f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#f5f7fa 2%,#ebf1f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf1f5',GradientType=0 ); /* IE6-8 */
 }
 
 #actionsPanel h2 div {
	line-height: 30px;
 	margin-left: 20px;
 	color: #000061;
 }
 
 .mif-tree-wrapper {
	overflow-x: hidden;
 }
 
 #actionsPanel .actionContent {
   /* background-color: #F4F5F5; */
 }
 #actionsPanel .actionContent .actionContentInner {
   /* margin: 0.5em 0; */
   /*padding: 0 6px 8px 6px;*/
 	padding: 5px;
 	margin: 0 5px 0 28px;
 }
 
 #actionsPanel .actionContent .actionContentInner#treeContentInner {
	margin: 0 0 0 10px;
 }
 
 #select-php-version label {
	float: left;
 	line-height: 26px;
 	margin-right: 5px;
 }
 
#menu-target{
	background:#6b1451;
	width:200px;
	height:200px;
	margin:20px;
}

#mainWrapper {
	overflow: hidden; 
}

#sidebar {
	float: left;
	width: 270px;
	height: 100%;
	display: block;
	overflow: hidden;
}

#mainContent {
	display: block;
	float: left;
	width: 1008px;
	height: 100%;
}

.mainTop {
	width: 100%;
	display: block;
	height: 40px;
	border-bottom: 1px solid #003882;
	/* background: #3d76d9; */
	
	background: #5086eb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwODZlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjZiY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #5086eb 0%, #326bcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5086eb), color-stop(100%,#326bcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5086eb 0%,#326bcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5086eb 0%,#326bcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5086eb 0%,#326bcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5086eb 0%,#326bcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5086eb', endColorstr='#326bcf',GradientType=0 ); /* IE6-8 */
		
}

.mainMiddle {
	width: 100%;
	display: block;
	height: 40px;
	border-bottom: 1px solid #cad3d9;
	background: #f0f4f7;
	position: relative;
}

.mainBottom {
	position: relative;
	width: 100%;
	display: block;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #f2f4f5;
}

#mainContent .mainBottom,
#resizerContainer .mainBottom {
	overflow: hidden;
}

#sidebarResizer {
	width: 2px;
	height: 400px;
	display: block;
	cursor: e-resize;
	
	border-left: 1px solid #CAD3D9;
	background: white;
}

#resizerContainer {
	float: left;
	width: 2px;
	height: 100%;
	display: block;
	overflow: hidden;
}

.ace-tm .ace_gutter {
	background: #f2f4f5 !important;	
}

#resizerContainer .mainMiddle {
	border-left: 1px solid #CAD3D9;
	background: white;
}

#resizerContainer .mainTop {
	background:url('/images/toppanelbg.png') bottom left no-repeat;
}

.ace-tm .ace_print_margin {
	display: none;
}

#tabsList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#tabsList li {
	margin: 0 2px;
	height: 24px;
	line-height: 24px;
	padding: 3px 10px;
	display: inline-block;
	border: 1px solid #ccd7de;
	border-bottom: 1px solid #CAD3D9;
	/* background: #f0f4f7; */
	cursor: pointer;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmFmZGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZTRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #ffffff 1%, #fafdff 3%, #dfe4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(3%,#fafdff), color-stop(100%,#dfe4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#fafdff 3%,#dfe4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#fafdff 3%,#dfe4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#fafdff 3%,#dfe4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 1%,#fafdff 3%,#dfe4e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe4e8',GradientType=0 ); /* IE6-8 */
	
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#tabsList li:hover {
	background: white;
}

#tabsList li.active {
	border-bottom: 1px solid white;
	cursor: default;
	background: white;
}

#tabsContainer {
	padding-top: 9px;
	padding-right: 100px;
	margin-left: 46px;
}

.closeTab {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.clostTab:hover {
	font-weight: bold;
}

.buttonsList {
	list-style-type: none;
	margin-right: 20px;
	padding: 0;
	display: inline-block;
}

.buttonsList > li,
.buttonsListMerged > li {
	border: 1px solid #003882;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 5px 10px;
	/* float: left; */
	height: 17px;
	cursor: pointer;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px #222;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	background: #8eb4fa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlYjRmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNWQ5MmY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNjljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #8eb4fa 0%, #5d92f5 5%, #2f69cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8eb4fa), color-stop(5%,#5d92f5), color-stop(100%,#2f69cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8eb4fa 0%,#5d92f5 5%,#2f69cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8eb4fa 0%,#5d92f5 5%,#2f69cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8eb4fa 0%,#5d92f5 5%,#2f69cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8eb4fa 0%,#5d92f5 5%,#2f69cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb4fa', endColorstr='#2f69cc',GradientType=0 ); /* IE6-8 */		
}

.buttonsList > li i {
	margin-right: 5px;
}

.buttonsListMerged > li {
	float: left;
	border-top: 1px solid #003882;
	border-right: 1px solid #003882;
	border-bottom: 1px solid #003882;
	border-left: 0;
	
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.buttonsListMerged > li:first-child {
	border-left: 1px solid #003882;
	-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.buttonsListMerged > li:last-child {
	-moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.buttonsList > li:hover,
.buttonsListMerged > li:hover, 
.buttonsListMerged > li.active {
	background: #3e6bb8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNmJiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjNGI4MGRiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmNmJjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3e6bb8 0%, #4b80db 5%, #2f6bcc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e6bb8), color-stop(5%,#4b80db), color-stop(100%,#2f6bcc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e6bb8 0%,#4b80db 5%,#2f6bcc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e6bb8 0%,#4b80db 5%,#2f6bcc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e6bb8 0%,#4b80db 5%,#2f6bcc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e6bb8 0%,#4b80db 5%,#2f6bcc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e6bb8', endColorstr='#2f6bcc',GradientType=0 ); /* IE6-8 */
}

.buttonsList > li,
.buttonsListMerged > li {
	white-space: nowrap;
	overflow: hidden;
}

#embedded-btn {
	width: 70px;	
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#embedded-btn:hover {
	width: 70px;	
}

.button-white-caret {
	margin-top: 7px;
	margin-left: 0;
	
	border-top: 4px solid white !important;
	opacity: 1 !important;
}

#toastMessage {
	position: absolute;
	top: 6px;
	left: 50%;
	border: 1px solid #F0C36D;
	background: #F9EDBE;
	color: #000;
	padding: 5px 10px;
	display: none;
}

#messagePane p {
	padding: 0;
	margin: 0;
}

#messagePane {
	margin-bottom: 10px;
	border: 1px solid #F0C36D;
	background: #F9EDBE;
	color: #000;
	padding: 5px 10px;
}

#messagePane.alert-message {
	background: #F3A0A0;
}

.mif-menu-default .mif-menu-icon {
	display: none;
}

.mif-menu-default .mif-menu-list li {
	padding-left: 5px;
}

.gotoDecleration {
	text-decoration: underline;
	cursor: pointer;
}

#tipBox {
	width: 200px;
	max-height: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#tipBox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#tipBox ul li {
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
}

#tipBox ul li:hover {
	background: #e6e4e3;
	border: 1px solid #c5d5e6;
}

#tipBox ul li.active {
	background: #e6fbff;
	border: 1px solid #c5d5e6;
}

/* autocompleter */
div.mui-autocompleter {
	/*
    left: 0px;
	position: absolute;
    top: 0px;
	*/
	position: absolute;
	z-index: 99999;
}

div.mui-autocompleter div.mui-autocompleter-menu {
    -webkit-border-radius: 6px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    max-height: 130px;
    overflow-y: auto;
    width: 300px;
}

div.mui-autocompleter div.mui-autocompleter-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.mui-autocompleter div.mui-autocompleter-menu ul li {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ffffff;
    color: #9f9f9f;
    line-height: 20px;
    padding: 3px;
}

div.mui-autocompleter div.mui-autocompleter-menu ul li:first-child {
    border-top: 0px none;
}

div.mui-autocompleter div.mui-autocompleter-menu ul li:last-child {
    border-bottom: 0px none;
}

div.mui-autocompleter div.mui-autocompleter-menu ul li.active,
div.mui-autocompleter div.mui-autocompleter-menu ul li:hover {
	background: #fff;
	color: #434343;
}
/* autocompleter end */

.icon-blue {
	background-image: url(../images/glyphicons-halflings-blue.png) !important;
}

.editor-error {
	background-image: url(../images/warning_icon.png);
	height: 9px;
	width: 9px;
	display: inline-block;
	
	position: absolute;
	top: 4px;
	left: 2px;
}

.ace_gutter-cell {
	position: relative;
}

#revision-history-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#revision-history-list li a {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;	
	display: inline-block;
}

.not-saved:before {
	content: "*";
}

#preview-screen {
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: #fff;
}

.SplitMode {
	width: 50% !important;
}

#only-code {
	margin-right: 10px;
	float: left;
}

#facebook-like-label {
	float: left;
	margin: 10px 10px 0 9px;
}

#facebook-like-btn {
	display: inline-block;
	margin-top: 7px;
}

.user_silhouette {
	background:url('/images/user_silhouette.png') center right no-repeat;
	padding-right: 25px !important;
	text-decoration: none;
}

.user_silhouette:hover {
	text-decoration: none;
}

.mif-menu-name i {
	margin-right: 3px;
}

.mif-menu-selected .mif-menu-name i {
	background-image: url(../images/glyphicons-halflings-white.png);	
}

.hidden {
	display: none;
}

.peek-wrapper {
	overflow: hidden;
	display: inline-block;
	background: rgb(235, 235, 235);
	margin: 5px;
	width: 30%;
	padding: 10px;
	text-align: center;

	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.peek-wrapper h2 {
	height: 36px;
	white-space: nowrap;
}

.peek-wrapper .description {
	height: 28px;
	white-space: nowrap;
}

.peek-wrapper:hover {
	box-shadow: 2px 2px 2px #888;
}

#add-to-gallery-btn {
	width: 90%;
	margin-buttom: 10px;
}

#feature-apps-title {	
	line-height: 26px;
	height: 26px;
	font-size: 19px;
	text-align: center;
	clear: both;
	background: #0088cc;
	width: 30%;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: rgb(255, 255, 255);	
}

#sharePopup form p {
	width: 130px;
	display: inline-block;
}

#sharePopup form input {
	display: inline-block;
	max-width: 200px;
}