#editor_container
{
	top:60px;
	position:relative;
}

.editor
{
	z-index:10;
	width:100%;
	
}
#header
{
	margin-bottom:0;
	background:#3d464d;
}
#customize_preview
{
	height:calc(100% - 34px);
	/*width:100%;*/
	margin-left: 50px;
    width: auto;
}
#customize_preview.design {
    margin-left: 250px;
    width: auto;
}

.leftPanel .main_menu,.leftPanel .ui_content_view
{
	position:absolute;
	left:0;
	top:0;
	background:#3d464d;
	overflow:auto;
	height:100%;
}
.template_item
{
	margin-bottom:10px;
	border:1px solid #ccc;
}
.leftPanel .ui_content_view
{
	width:250px;
}
.leftPanel .sidebar
{
	top:auto;
}
.leftPanel
{
	position:absolute;
	top:0;
	left:0;
}
.leftPanel .main_menu.text-hidden .text{display:none;}
.leftPanel .main_menu.text-hidden .icon{position:static;}
.leftPanel .main_menu.text-hidden a{margin-left:-50px;}
.css_content_menu
{
	display:none;
}

.css_content_menu.active
{
	display:block;
}

.ww_widget_drag_helper
{
	border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 100px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 100px;
	background:white;
	
}
.ww_widget_drag_helper_image
{
	background-repeat: no-repeat;
	background-position:center;
    display: block;
    height: 100px;
    width: 100%;
}
.ww_widget_drag_zone_helper
{
   
    width: 400px;
	height:auto;
	
}
.ww_widget_drag_zone_helper .ww_widget_drag_helper_image
{
	height:auto;
}
.tile {
    background-color: #279fe0;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 15px;
    transition: all 1s ease 0s;
}
.tile:hover {
    opacity: 0.95;
}
.tile a {
    color: #ffffff;
}
.tile-heading {
    background-color: #1e91cf;
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
}
.tile .tile-heading .pull-right {
    opacity: 0.7;
    transition: all 1s ease 0s;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    color: #ffffff;
    line-height: 48px;
    padding: 15px;
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s ease 0s;
}
.tile:hover .tile-body i {
    color: #ffffff;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
	color:inherit;
}
.tile-footer {
    background-color: #3da9e3;
    padding: 5px 8px;
}
.widget
{
	border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 100px;
    margin-bottom: 5px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    width: 150px;
    z-index: 12;
	
}
.widget_image
{
	background-repeat: no-repeat;
    display: block;
    height: 58px;
    width: 100%;
}
.widget-sss{
	height: 50px;
	 width: 75px;
}
.widget-sssm .widget_image
{
	height: 29px;
}
iframe#edit_page
{
	width:100%;
	height:100%;
	overflow:auto;
	right:0;
	border:none;
}


.container
{
	width:1225px;
}
.color_pallete
{
	width:270px;
	min-width:295px;
}
ul.color_pallete_list
{
	padding:0;
}
.color_pallete .color_pallete_list
{
	padding:0;
	margin:0;
	list-style:none;
}

.color_item
{
	padding:0;
	margin:5px 2px;
    display: inline-block;
	cursor:pointer;
}
.main_color
{
	padding-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
.color_item:hover .color_holder,.color_item.selected .color_holder,.color_pallete .color_pallete_list .selected .color_holder
{
	border: 1px solid #666666;
}
.color_item .color_holder
{
    display: inline-block;
	 background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
    border: 1px solid #DADADA;
	padding: 6px;
	border-radius: 0 2px 2px 0;
}
.color_item .color_holder .color_input
{
	display:inline-block;
	width:30px;
	height:30px;
}
ul.color_list li .name
{
	display: inline-block;
    padding: 14px;
    vertical-align: top;
	width:130px;
	font-weight:bold;
}
ul.color_list li .preview
{
	display: inline-block;
}
ul.color_list li .preview table
{
	margin:0;
}
ul.color_list li .preview .preview_item
{
	border: 3px solid;
    display: inline-block;
    height: 25px;
    width: 25px;
	
}
ul.color_list li .preview .preview_item:first-child
{
	margin-left:0;
}
ul.color_list li .preview .preview_item:last-child
{
}
#slideshow_image_list
{
	overflow-y:auto;
}
#slideshow_image_list .imgitem, .bgimage_list .item
{
	display:inline-table;
	margin-bottom:10px;
	margin-top: 10px;
	margin-right:10px;
	position:relative;
}
#slideshow_image_list .imgitem .button,.bgimage_list .item  .button
{
	visibility:hidden;
	display:inline-block;
	background-color:rgba(0,0,0, 0.5);
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	
}
#slideshow_image_list  .imgitem  .button a i,.bgimage_list .item  .button a i
{
	color:white;
	font-size:13px;
	font-weight:bold;
}
#slideshow_image_list .imgitem.editing .button,#slideshow_image_list  .imgitem:hover  .button,.bgimage_list .item.editing .button,.bgimage_list  .item:hover  .button
{
	visibility:visible;
}

#slideshow_image_list  .imgitem  a
{
	position: relative;
    top: 40%;
}
#slideshow_image_list  .imgitem  a.btn-delete
{
	position: relative;
    top: 0;
	right:-25px;
}
#slideshow_image_list  .imgitem .image, .bgimage_list .item .image
{
	width:80px;
	height:80px;
	background:#999999;
}
#slideshow_image_list  .imgitem .image img,  .bgimage_list .item .image img
{
	width:80px;
	height:80px;
}

.leftPane
{
	border: 1px solid #9e9e9e;
background-color: #f0f0f0;
background-image: -moz-linear-gradient(top,#fdfdfd,#ddd);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#ddd));
background-image: -webkit-linear-gradient(top,#fdfdfd,#ddd);
background-image: -o-linear-gradient(top,#fdfdfd,#ddd);
background-image: linear-gradient(to bottom,#fdfdfd,#ddd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd',endColorstr='#ffdddddd',GradientType=0);
zoom: 1;
overflow:auto;
}
.folist {
	width:auto;
}
.folist .fitem .padding_div
{
	padding-left:10px;
	display:inline-block;
}
.folist .fitem > .fitem
{
	padding-left:10px;
}
.folist .fitem.active > div
{
	color:#000;
	background:none;
}
.folist .fitem
{
white-space:nowrap;	
font-size:14px;
	cursor:pointer;
}
.folist .fitem > .fitem_inner > .fitem_bg
{
	padding:5px ;
}

.folist .fitem.active > .fitem_inner
{
	color:#000;
	background-color: #D9E8FB;

border-bottom: 1px solid #AACCF6 !important;
    border-top: 1px solid #AACCF6 !important;
}
.folist .fitem .fitem_bg
{
	padding:0 5px;
	display:inline-block;
}
i.folder {
	padding:0 2px;
	background:url(../images/icons/folder.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:top;
	
}

i.arrow {
	padding:0 2px;
	background:url(../images/icons/arrows.gif) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
i.arrow-open
{
	background-position:-16px 0;
}
i.arrow-hidden
{
	visibility:hidden;
}
i.arrow:hover
{
	background-position:-32px 0;
}
i.arrow-open:hover
{
	background-position:-48px 0;
}

.folist .fitem span {
	vertical-align:top;
	line-height:17px;
	
}
.item:hover
{

}
.item.selected 
{
	background-color:#4DA5FF;
	border:1px solid transparent;
	color:#ffffff;
}
.filist
{
	border:1px solid #E6E6E6;
	padding:10px;
}
.filist .item{
	width:223px;
	height:88px;
	float:left;
	border:1px solid transparent;
	padding:5px;
	margin-bottom:5px;
	margin-right:5px;
	box-sizing:content-box;
	cursor:pointer;
}
.im-toolbar
{
	background:#FAFAFA;
	padding:1em 0.5em;
}
.folder_item .thumb
{
	background:url(../images/icons/normal_folder.png) no-repeat;
	background-size:100% 100%;
	height:100px;
	width:80px;
	display:block;
}
.back_item .thumb
{
	background:url(../images/icons/old_go_previous.png) no-repeat;
	background-size:100% 100%;
	height:100px;
	width:80px;
}

.filist .item .thumb{
	width:88px;
	height:88px;
	float:left;
	margin: 4px 10px 0px 4px;

}
.filist .item img.thumb
{
	box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.filist .fi_name
{
	text-overflow:ellipsis;
	overflow:hidden;
	width:120px;
}
.filist .thumbnail
{
	height:100%;
	width:100%;
}
.item .image a
{
	float:left;
}
.item .image img
{
	width:80px;
	height:80px
}
.item .image a
{
	float:left;
}
.item .image img
{
	width:80px;
	height:80px
}
.item .deleteItem
{
	position:absolute;
	top:0;
}
.bg_item img
{
	width:100%;
	height:60px;
	margin-bottom:10px;
	border:1px solid transparent;
}
.bg_item img.selected
{
	border:1px solid #ccc;
}
.modal-body
{
	overflow:auto;
}
.image_placeholder
{
	height:100px;
}
#tab_list input[type="text"]
{
	width:90%;
}
#accordion_list ul
{
	list-style: none outside none;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
}
#accordion_list ul li input[type="text"]
{
	width:85%;
}
#accordion_list ul li
{
	margin: 5px 0;
    padding: 0;
    position: relative;
    width: 100%;
}
/* SkinManager Popup */


#skin_list .item-selectable
{
	margin-left: 50px;
	margin-bottom:10px;
	margin-top: 10px;
	padding:7px;
	display: inline-block;
}
#skin_list  .item
{
	margin-left: 30px;
	margin-bottom:10px;
	margin-top: 10px;
	border: 2px solid transparent;
	padding:7px;
	display:inline-block;
}
#skin_list .preview_wrapper
{
	position:relative;
	display: inline-block;
	padding:7px;
	background-image:url(../images/transparent_bg.jpg);
	background-repeat:repeat;
}
#skin_list .item .name
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	display:none;
}
#skin_list .item .preview
{
	width:200px;
	height:170px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center left;
	
}
#skin_list .item .btn
{
	visibility:hidden;
	display:none;
	
}

#skin_list  .selected .btn
{
	visibility:visible;
	position:absolute;
	
	display:block;
}

#skin_list .content .item .name
{
	display:none;
	width:80px;
	overflow:hidden;
}
#skin_list .item  span
{
	font-size:10px;
	color:#999999;
	width:80px;
	text-align:center;
	display:block;
}
#skin_list .item  span
{
	font-size:10px;
	color:#999999;
	width:80px;
	text-align:center;
	display:block;
}
#skin_list .item:hover,#skin_list  .selected
{
	border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px 2px #ccc;
	border:#000099 2px solid;

}
.retangle_input_container {
    border: 1px solid #666666;
	width:100%;
	margin-top:10px;
}
.retangle_input_container .retangle_input {
}
.retangle_input_container .retangle_input input
{
	width:60px;
}
.retangle_input_top input
{
	top:-15px;
	position:relative;
}
.retangle_input_bottom input
{
	bottom:-15px;
	position:relative;
}
.retangle_input_top,.retangle_input_bottom
{
	text-align:center;
	position:relative;
}
.retangle_input_middle
{
	display:inline-block;
	width:100%;
	text-align:center;
}

.retangle_input_left
{
	float:left;
	margin-left:-10px;
	margin-top:-10px;
}
.retangle_input_right 
{
	float:right;
	margin-right:-10px;
	margin-top:-10px;
}
.retangle_input_top_left
{
	float:left;
	margin-left:-10px;
	
}
.retangle_input_top_right 
{
	float:right;
	margin-right:-10px;
}
.retangle_input_bottom_left
{
	float:left;
	margin-left:-10px;
}
.retangle_input_bottom_right 
{
	float:right;
	margin-right:-10px;
}
.retangle_input_constraint
{
	display:inline;
}

.retangle_input_top_left input
{
	top:-15px;
	position:relative;
}
.retangle_input_bottom_left input
{
	bottom:-15px;
	position:relative;
}
.retangle_input_top_right input
{
	top:-15px;
	position:relative;
}
.retangle_input_bottom_right input
{
	bottom:-15px;
	position:relative;
}
.retangle_input_constraint input
{
	opacity:0;
}
.icon-unlock
{
	background:url('../images/icons/unlock.png');
}
.gradient_select_item
{
	height:40px;
	margin:5px;
	cursor:pointer;
	padding:5px;
	border:2px solid transparent;
}
.gradient_select_item:hover
{
	border-color:#666666;
}
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #3399FF;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}
.contextMenu LI.edit A { background-image: url(../images/icons/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(../images/icons/cut.png); }
.contextMenu LI.copy A { background-image: url(../images/icons/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(../images/icons/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(../images/icons/page_white_delete.png); }
.contextMenu LI.new_folder A { background-image: url(../images/icons/folder_new.png); }
ul.customize_buttons {
    -moz-user-select: none;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    overflow: auto;
    width: auto;
	height:300px;
}

ul.customize_buttons li {
    background-position: 15px 18px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;
    line-height: 50px;
    list-style: none outside none;
    margin: 0;
    padding: 0 5px;
    position: relative;
    text-align: left;
	font-size:16px;
}
ul.customize_buttons li.disabled {
    opacity: 0.5;
}
ul.customize_buttons li:hover {
    background: none no-repeat scroll 15px 18px / 16px auto #F6F6F6;
    cursor: move;
}
ul.customize_buttons li.disabled:hover {
    cursor: default;
}
ul.customize_buttons li .icon {
    background-image:url(../images/addthis/widget058.gif);
	background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px !important;
    overflow: hidden;
    width: 16px;
	margin-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
ul.customize_buttons li .close {
    display: none;
    float: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    padding-right: 10px;
    position: absolute;
    right: 0;
	color:#000000;
}

ul.jstree
{
	overflow:hidden;
}
.jstree ul
{
	list-style:none;
	padding:0;
	margin:0;
}
ul.jstree li ul
{
	margin-left:16px;
}
.jstree i, .jstree li
{
	background-image:url(../images/icons/d.png);
}
.jstree li
{
	background-position:-90px 0;
	background-repeat:repeat-y;
	display: block;
    line-height: 18px;
    margin-left: 0;
    min-height: 18px;
    min-width: 18px;
    white-space: nowrap;
}
.jstree i
{
	display: inline-block;
    height: 18px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 18px;
}
.jstree .jstree-icon
{
	background-position: -72px 0;
	
	background-repeat:no-repeat;
	cursor:pointer;
}
.jstree label
{
	margin:0;
}
.jstree-leaf > .jstree-icon
{
	background-position: -36px 0;
	cursor:none;
	
}
.jstree .jstree-cat-icon
{
	background-position:-56px -19px;
}
.jstree-close > ul
{
	display:none;
}
.jstree-close > .jstree-icon
{
	background-position:  -54px 0;
}
.jstree li:last-child
{
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ck_file_browser_bdr_class
{
	z-index:100012 !important;
}
.ck_file_browser_wnd_class
{
	z-index:100013 !important;
}
ul.list_none_list_style
{
	list-style:none;
	padding:0;
	margin:0;
}

ul.form_builder_block li .header {
    background: #e7e7e7;
    margin: 5px 0;
    padding: 10px;
}
ul.form_builder_block li .header button {
	float:right;
	margin-top:-5px;
	margin-left:3px;
}
ul.form_builder_block li .header input.name
{
	background:transparent;
	border:none;
}
ul.form_builder_block li .header input.name:hover,ul.form_builder_block li .header input.name:focus
{
	background:#FFF;
}
/* Tab editing */
table.ui_tab_editing
{
	margin-top:5px;
}
.ui_tab_editing .leftElement .list
{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	margin-left:1px;
}
.ui_tab_editing > tbody > tr > td
{
	padding:0;
}
.ui_tab_editing .leftElement
{
	width:20%;
	vertical-align:top;
	padding:0;
}
.ui_tab_editing .rightElement
{
	width:80%;
	border:1px solid #ccc;
	padding:8px;
}
.leftElement > table {
    margin-left: 1px;
}
.ui_tab_editing .leftElement > table > tr
{
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
}
.ui_tab_editing .leftElement > table > tr >td
{
	padding:7px;
}
.ui_tab_editing .leftElement > table > tr >td  > button.font-trash
{
	float:left;
}
.ui_tab_editing .leftElement > table > tr:last-child
{
	cursor:pointer;
}


.ui_tab_editing .leftElement > table > tr.active
{
	
	border-right:none;
	background:#FFFFFF;
}

.ui_tab_editing .rightElement .grid li td
{
	list-style:none;
	padding:0;
	margin:0;
	color:#000000;
	font-size:14px;
	padding:4px;
}

.ui_tab_editing .rightElement .grid_wrapper
{
	min-height:300px;
	display:block;
}
.ui_tab_editing .rightElement table.grid
{
	
	border:#999999 solid 1px;
}

.ui_tab_editing .rightElement table.grid tbody tr td.even
{
	background:#f3f3f3;
}
.ui_tab_editing .rightElement table.grid tbody tr td.odd
{
}
.ui_tab_editing .rightElement .grid .grid_inner
{	
	
}
.ui_tab_editing .rightElement table.grid tbody tr td
{
	padding:0;
	margin:0;
	color:#000000;
	padding:4px;
}
/* Category editing*/
ul.ui_category_edit_list
{
	list-style:none;
	padding:0;
}
ul.ui_category_edit_list li a
{
	color:#000;
}
ul.ui_category_edit_list li
{
	cursor:move;
}
ul.ui_category_edit_list li table
{
	table-layout:fixed;
}
.category_edit_header
{
	background:#e9e9e9 ;
}
ul.ui_category_edit_list li .wrap:hover tr,ul.ui_category_edit_list li .wrap.active tr
{
	background:#FAF9F5;
}
ul.ui_category_edit_list table td
{
	padding:15px 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul.ui_category_edit_list li .wrap tr:hover td.buttons .dropdown
{
	background:none;
}
ul.ui_category_edit_list li .buttons
{
	text-align:right;
}
ul.ui_category_edit_list li .buttons i
{
	margin-left:5px;
	cursor:pointer;
}
ul.ui_category_edit_list ul
{
	list-style:none;
	padding:0;
}
.page_list_wrap .wrap
{
	cursor:pointer;
}
.page_list_wrap .wrap:hover,.page_list_wrap .wrap.active
{
	background:#efefef;
}
.instant_css_editor .panel
{
	background:none;
	padding:0 10px;
	border:none;
}
.instant_css_editor .panel .panel-heading
{
	padding:0;
}
.instant_css_editor .panel .panel-title
{
	background:#58666e;
	color:#000;
	margin:0 -10px;
	padding:5px 20px;
	
}
.instant_css_editor .panel input,.instant_css_editor .panel select
{
	height:23px;
	padding:0;
	color:#000;
}
.table-layout
{
	width:100%;
	border:1px solid #ccc;
}

.table-layout > tbody >  tr > td.padding-left,.table-layout > tbody >  tr > td.margin-left,.table-layout > tbody >  tr > td.border-left {
    border-right: 1px solid #ccc;
}
.table-layout > tbody >  tr > td.margin-top,.table-layout > tbody >  tr > td.border-top {
    border-bottom: 1px solid;
}
.table-layout > tbody >  tr > td.margin-bottom ,.table-layout > tbody >  tr > td.border-bottom {
    border-top: 1px solid #ccc;
}
.table-layout > tbody >  tr > td.padding-right,.table-layout > tbody >  tr > td.border-right,.table-layout > tbody >  tr > td.margin-right {
    border-left: 1px solid #ccc;
}

.table-layout > tbody >  tr > td.padding-top,.table-layout > tbody >  tr > td.padding-bottom {
    border-bottom: 1px solid #ccc;
}
.table-layout > tbody >  tr > td
{
	border:none;
	height: 24px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 20px;
}
.table-layout input
{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100%;
	box-shadow:unset;
	
	z-index:2;
}
.table-layout input:hover,.table-layout input:focus
{
	background: white;
	color:#000;
}
.table-layout > tbody >  tr > td > span
{
	font-size: 10px;
    left: -5px;
    position: absolute;
    top: 0;
}
.colorpalette_dropdown
{
	padding:0;
}
.colorpalette_dropdown table >tbody > tr >td
{
	padding:3px;
}
.colorpalette_dropdown table  .color_item
{
	border:1px solid #ccc;
}
.colorpalette_dropdown table  .color_item:hover
{
	border:1px solid #000;
}
.dropdown-menu .color_item .color_holder
{
	 background: none;
    border: none;
}
.colorpalette_dropdown .color_input
{
	background:none;
}
.input-group-inline
{
	display:inline-table;
	vertical-align:top;
	width:200px;
}
.ul_widget_categories accordion .panel
{
	padding:10px;
}
.ul_widget_categories accordion .panel-heading
{
	padding:0;
}
.ul_widget_categories accordion .panel-title
{
	padding:0;
	margin:0;
	background:none;
}
.modal-nd.modal-dialog
{
	position:absolute;
	top:10px;;
	left:30px;
	width:370px;
}
ul.list
{
	list-style:none;
	padding:0;
}
.colorpalette_picker
{
	border:1px solid #dedede;
	padding:10px;
	display:inline-block;
	background:white;
}
.colorpalette_picker >a > i
{
	border-color: #dedede;
    border-radius: 3px;
    margin: 0 9px 0 1px;
    overflow: hidden;
    font-size: 15px;
}
.colorpalette_picker >a > span
{
	
}

ul.layer_list li .header,ul.layer_frame_list .frame {
    background: #ffffff;
	border:1px solid #e5e5e5;
    margin-top:-1px;
    padding: 10px;
}
.layer_frame_list.list {

}
ul.layer_list li.editing .header,ul.layer_frame_list li.editing .frame {
	border:1px solid #000;
}
.timeline_item
{
	height:10px;
}
.timeline_item
{
	height:10px;
	margin-right:1px;
	min-width:2px;
}
.timeline
{
	margin-left:20px;
}
.layer_frame_list li
{
	width:24080px;
}
.tl_delay
{
	background-color:#ccc;
}
.tl_hide_delay
{
	background-color:#fff3b6;
}
.tl_duration
{
	background-color:#33577b; 
}
.tl_hide_duration
{
	background-color:#ef4836; 
}
.timeline_item .ui-resizable-e
{
	background: transparent none repeat scroll 0 0;
    height: 10px;
    left: 0;
    top: 0;
    width: 100%;
}
.timeline_item_wrp
{
	display:inline-block;
}
.tl_control,.tl_ruler_wrapp
{
	background:#fafafa;
	border:1px solid #dedede;
	height:37px;
}
.tl_ruler_wrapp
{
	background:#fafafa;
}
.tl_ruler
{
	background:#fafafa  url(../images/icons/time-ruler.png) repeat-x bottom;
	width:24080px;
	height:35px;
	margin-left:30px;
}
.tl_rules_index
{
	display: inline-block;
    font-size: 11px;
    margin-left: -19px;
    margin-right: 59px;
    text-align: center;
    width: 40px;
}
.lf_col_right,.lf_col_left
{
	padding:0;
}
.lf_col_right
{
	overflow-x:auto;
}
.show-grid >  div {
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}
.form_builder_block
{}
.form_builder_block .header > span 
{
    display: inline-block;
    overflow: hidden;
    width: 347px;
}