/* Design Mode */
.editor-panel {
    width:300px;
    padding:40px 10px 10px 20px;
    background:#ebebeb;
    position:fixed;
    left:-300px;
    top:0;
    height:100%;
    z-index:20;
    overflow: scroll;
}
.iestypetext {
    background-color: rgb(255, 179, 71);
}
#tempList {
    display:none;
}
#demo-list #tempList {
    display:inherit !important;
}
.nested a {
    /*cursor: none;*/
}
.handle {
    float:left;
    background: #ebebeb;
    border: 1px solid #cccccc;
    padding: 1px 3px;
    margin: 0 20px 0 0;
}
.temp-url {
    margin-left: 40px;
    z-index: 20;
    position: relative;
}
#demo-list li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #999;
}
#demo-list #tempList > li {
    border: 1px solid #ffb347;
}
#demo-list li > .dropdown-menu {
    display: none !important;
}
#tempList .control-group .editable-buttons{
    display: none;
}
.cls {
    margin-left: 184px;
}
#aux-links {
    position: absolute;
    top:0;
    right:0;
    background: #fafafa;
    width: 190px;
    display: none;
    z-index: 99;
}
#aux-links li {
    border: 1px solid #bcbcbc;
    padding: 14px 20px;
    list-style: none;
}
#aux-links li a{
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    text-decoration: none
}
#aux-links li a:hover {
    color: #68be57;
}
/*temporary hide contentbuilder opener*/
#lnkToolOpen {
    display: none;
    top: 130px;
}
.lobibox-body-text {
    font-size: 14px;
}
.pad-20 {
    padding: 20px 0;
}
.pad-25 {
    padding: 25px 0;
}
.iesbuilder {
    background-color: rgb(255, 179, 71);
}
.designModeHighlight {
    background-color: rgb(255, 179, 71);
}
.designModeHighlightTransparent {
    background-color: transparent;
}
[class^="cb-icon-"]:before, [class*=" cb-icon-"]:before {
    line-height: inherit;
}
.editor-panel-header {
    padding:10px;
}
.editor-panel-header a {
    float: right;
}
.editor-panel-header span {
    font-size: 22px;
    font-weight: 800;
    padding: 7px;
}
.rte-toolbar {
    top: 125px;
}
/*.editcontent {
    display: inline;
}*/
.handlefr.fa-trash {
    float: right;
}
.row-tool {
    left: auto;
    right: 0;
}
#tier2 a:hover{
    text-decoration: none;
}
#tier2 a{
    color: #555;
    cursor: default;
}
#tempList .fa-arrows-v {
    cursor: move;
}
.add50zindex {
    z-index:50 !important;
}
