﻿.publish {
    width: 100%;
}
.err {
    clear: both;
    display: none;
    padding: 3px 7px;
    width: 100%;
}
.panel-default {
    border-color: #ddd;
    float: left;
    width: 100%;
}

.overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    display: none;
    top: 0;
    z-index: +99999 !important;
}
.inner_overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: +99999 !important;
    background: url(/admin/assets/img/loader.gif) no-repeat center;
    background-size: 150px;
}