.admin_panel {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background-color: #2c2c2c;
    background-image: -moz-linear-gradient(top, #333, #222);
    background-image: -ms-linear-gradient(top, #333, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-image: -o-linear-gradient(top, #333, #222);
    background-image: linear-gradient(top, #333, #222);
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999999;
    width: 100%;
    font-size: 1em

}

@media (max-width: 767px) {
    .admin_panel {
        display: none;
    }
}

.admin_panel li {
    height: 40px;
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none
}

.admin_panel li.splitter {
    width: 1px;
    overflow: hidden;
    background-color: #222;
    border-right: 1px solid #333;
    padding: 0
}

.admin_panel li .add_page {
    font-size: .85em
}

.admin_panel li.dop_actions {
    background: #000;
    margin: 0;
    margin: 0 0 0 0
}

.admin_panel li.dop_actions._first {
    border-radius: 10px 0 0 0;
    padding-left: 10px;
    border-left: 1px solid #333
}

.admin_panel li.dop_actions._last {
    border-right: 1px solid #333;
    padding-right: 15px
}

.admin_panel li.dop_actions a {
    margin-top: 14px;
    display: inline-block
}

.admin_panel li.dop_actions.live_editor a, .admin_panel li.dop_actions.go_to_site a {
    color: #eff5ff !important;
    background: #19a903;
    background: -moz-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #19a903), color-stop(44%, #159002), color-stop(100%, #0f6e00));
    background: -webkit-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -o-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -ms-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: linear-gradient(to bottom, #19a903 0, #159002 44%, #0f6e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a903', endColorstr='#0f6e00', GradientType=0);
    display: inline-block;
    height: 40px;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px
}

.admin_panel li.dop_actions.live_editor a:hover, .admin_panel li.dop_actions.go_to_site a:hover {
    background: #039305;
    background: -moz-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #039305), color-stop(44%, #027e04), color-stop(100%, #006002));
    background: -webkit-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -o-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -ms-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: linear-gradient(to bottom, #039305 0, #027e04 44%, #006002 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039305', endColorstr='#006002', GradientType=0)
}

.admin_panel li.dop_actions.live_editor a:active, .admin_panel li.dop_actions.go_to_site a:active {
    -webkit-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 7px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.admin_panel li.dop_actions.live_editor.active a, .admin_panel li.dop_actions.go_to_site.active a {
    background: #93030d;
    background: -moz-linear-gradient(top, #93030d 0, #7e020a 44%, #600006 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93030d), color-stop(44%, #7e020a), color-stop(100%, #600006));
    background: -webkit-linear-gradient(top, #93030d 0, #7e020a 44%, #600006 100%);
    background: -o-linear-gradient(top, #93030d 0, #7e020a 44%, #600006 100%);
    background: -ms-linear-gradient(top, #93030d 0, #7e020a 44%, #600006 100%);
    background: linear-gradient(to bottom, #93030d 0, #7e020a 44%, #600006 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93030d', endColorstr='#600006', GradientType=0)
}

.admin_panel a {
    display: inline-block;
    margin: 12px;
    color: #bebebe;
    text-decoration: none
}

.admin_panel a:hover {
    color: #fff !important
}

.admin_panel .submenu {
    display: none;
    position: absolute;
    width: 150px;
    top: 40px;
    left: -11px;
    background: #343434;
    margin: 0;
    padding: 5px;
    border-radius: 0 0 3px 3px
}

.admin_panel .submenu li {
    float: none;
    height: auto;
    margin: 0
}

.admin_panel .submenu li a {
    margin: 0 !important;
    display: block;
    padding: 5px
}

.admin_panel .submenu li a:hover {
    background: #000
}

.admin_panel .submenu._actions {
    left: 10px
}

.editable.inline {
    display: inline-block
}

.editable {
    min-width: 10px;
    min-height: 5px
}

[id^='header_block_'] p {
    margin: 0;
    padding: 0
}

.content_editable, .slider_editable {
    outline: 1px dotted #f00 !important
}


.el_config {
    display: none;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
    color: #eff5ff;
    background: #19a903;
    background: -moz-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #19a903), color-stop(44%, #159002), color-stop(100%, #0f6e00));
    background: -webkit-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -o-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: -ms-linear-gradient(top, #19a903 0, #159002 44%, #0f6e00 100%);
    background: linear-gradient(to bottom, #19a903 0, #159002 44%, #0f6e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a903', endColorstr='#0f6e00', GradientType=0);
    border-radius: 5px;
    padding: 5px;
    font-size: 11px
}

.el_config:hover {
    color: #fff !important;
    background: #039305;
    background: -moz-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #039305), color-stop(44%, #027e04), color-stop(100%, #006002));
    background: -webkit-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -o-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: -ms-linear-gradient(top, #039305 0, #027e04 44%, #006002 100%);
    background: linear-gradient(to bottom, #039305 0, #027e04 44%, #006002 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#039305', endColorstr='#006002', GradientType=0)
}

.ap-message {
    position: fixed;
    right: 20px;
    color: #fff;
    border-radius: 3px;
    display: none;
    width: 150px;
    z-index: 10000000;
    top: 50px;
    padding: 5px;
    text-align: center
}

.ap-message.success {
    background: #008000
}

.ap-message.error {
    background: #f00
}