.modal-backdrop.show {
    opacity: .5;
}
@font-face {
    font-family: 'IcoMoon';
    src: url('../fonts/IcoMoon.eot');
    src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
div.modal.fade {
    top: 0;
}
div.modal {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.jmodedit {
    display: none;
}
.jmodedit ~[role=tooltip] {
    display: none;
}
.steps .steps-container .step-block.step-active {
    background-color: #08c;
}
tr.mailbox-uread-message > td > label {
    display: none;
}
tr.mailbox-uread-message > td > input[type="checkbox"] {
    margin: 0;
}