
.esi-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #555;
    margin: 16px 0;
    padding: 23px 10px 0;
}

.esi-status {
    font-size: 13px;
    line-height: 1.42857143;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 9px 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.esi-settings textarea {
    width: 100%;
    max-width: 650px;
}

.esi-connection {
    margin: 10px 0;
}

.esi-connection td {
    padding: 0 10px 0 0;
}

.esi-connection-ok {
    color: #3c763d
}

.esi-connection-warning {
    color: #aa6708
}

.esi-connection-error {
    color: #ce4844
}

.esi-indexer-message {
    margin-bottom: 23px;
}

.esi-indexer-progress {
    height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.esi-indexer-progress-bar {
    background-color: #00a0d2;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.esi-indexer-progress-bar.active {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
    from  { background-position: 40px 0; }
    to    { background-position: 0 0; }
}

.esi-box-footer {
    margin-bottom: 23px;
    text-align: center;
}

.button-primary.esi-reindex {
    padding: 6px 18px;
    height: auto;
    outline: none;
}
