
.front-end-edit ul {
    padding: 0 !important;
}
.front-end-edit li {
    list-style: none;
    margin-bottom: 6px !important;
}
.front-end-edit label {
    margin-right: 10px;
    display: block;
    float: left;
    text-align: right;
    width: 100px !important;
}
.front-end-edit .radio label {
    float: none;
}
.front-end-edit .readonly {
    border: none !important;
    color: #666;
}    
.front-end-edit #editor-xtd-buttons {
    height: 50px;
    width: 600px;
    float: left;
}
.front-end-edit .toggle-editor {
    height: 50px;
    width: 120px;
    float: right;
}

#access-rules a:hover{
    background:#f5f5f5 url('../images/slider_minus.png') right  top no-repeat;
    color: #444;
}

fieldset.radio label{
    width: 50px !important;
}

form div.button-div{
    margin-left: 110px;
}



.handsontable_items_table{
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 18px;
}
.handsontable_items_table > tr{}
.handsontable_items_table > *  > tr > td{
    border-left: 1px solid #ddd;
}

.hide_debug{
	display:none !important;
}

/*
 rtl fix
 */
.front-end-edit label{margin-left:10px;float:right;text-align:left;}
.front-end-edit #editor-xtd-buttons{float:right;}
.front-end-edit .toggle-editor{float:left;}
form div.button-div{margin-right:110px;}
.handsontable_items_table{border-right:0;}
.handsontable_items_table > *> tr > td{border-right:1px solid #ddd;}