@import url('/common/css');

span.warning {
    background: #000;
    color: #fff;
}

span.badge {
    background: #000;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 2px;
}

a {
    text-decoration:  none;
}

.control_dialog {
    background: rgba(0,0,0,0.5);
    z-index: 5000;
}

    .control_dialog > .dialog {
        width: 600px;
        height: 400px;
        background: #000;
        color: #fff;
        border-radius: 10px;
        font-weight: bold;
        top: 50%;
        left: 50%;
        margin: 0 auto;
        margin-top: -200px;
        margin-left: -300px;
        box-shadow: 0 0 20px #000;
        overflow: hidden;
    }

    .control_dialog .minimized {
        width: 0px;
        height: 0px;
    }

    .control_dialog > .dialog > header {
        display: block;
        padding: 0.5em;
        font-size: 2em;
        color: #f50;
        text-shadow: 0px 0px 10px;
        border-bottom: 2px solid #f50;
    }

    .control_dialog > .dialog > p {
        margin-left: 1em;
        font-size: 1.2em;
    }

    .control_dialog > .dialog > .buttons {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    .control_dialog > .dialog > .buttons a {
        display: block;
        padding: 0.5em;
        background-color: #f50;
        border-top: 2px solid #000;
        color: #000;
    }

    .control_dialog > .dialog > .buttons a:hover {
        background-color: #fff;
    }

    .control_dialog > .dialog > .buttons sup {
        color: #fa0;
    }
