/*
Admin css
*/


.im_compression_notice {
    background: #ffc10794;
    color: #69510b;
    padding: 15px;
    border-radius: 5px;
    margin: 0px 0px 15px;
    display: none;
    width: calc(100% - 30px);
}

.im_compression_notice.im_success {
    background: #009688;
    color: #f7f7f7;
}

.im-panel {
    display: inline-block;
    background: #fff;
    margin: 20px;
    padding: 15px;
    border-radius: 5px;
    width: 45%;
    min-width: 320px;
}

.im-panel .im-panel-header {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-size: 22px;
    margin-bottom: 15px;
}

.im-panel .im-panel-message {
    background: #ffc10794;
    color: #69510b;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0 25px;
    display: inline-block;
    width: calc(100% - 30px);
}

.im-panel .im-panel-compress {
    float: right;
    margin: 15px 0 20px;
}

.im-panel-loader {
    background: #795548e3;
    color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 20px;
    display: none;
}

.im-panel-loader span {
    vertical-align: middle;
    font-size: 17px;
}

.im-panel-loader-icon {
    font-size: 35px !important;
    margin-right: 20px;
}

.im-panel-finished {
    background: #009688;
    color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0 20px;
    display: none;
}

.im-panel-finished span {
    vertical-align: middle;
    font-size: 17px;
}

.im-panel-finished-icon {
    font-size: 35px !important;
    margin-right: 20px;
}



.im-button {
    display: inline-block;
    color: #fff;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s linear;
}

.im-button:hover,
.im-button:focus,
.im-button:active {
    color: #fff;
}

.im-button-1 {
    background: #4caf50d4;
}

.im-button-1:hover {
    background: #2d6d2fe0;
}

.im-button-2 {
    background: #9352b3d4;
}

.im-button-2:hover {
    background: #5e3374;
}

.im-button-3 {
    background: #03A9F4d4;
}

.im-button-3:hover {
    background: #1976a0e6;
}