/* $Id: content_request_jsaction.css $ */

div#popup-operations {
    float: right;
}

div#modal {
    margin: 12px 0 0;
    padding: 20px 25px 15px;
    border: 1px solid #E5E5E5;
    border: 0;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    background-clip: padding-box;
    border: solid transparent;
    min-height: 28px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    border-width: 0 0 0 7px;
}

div#modal_message {
}

div#modal_message p {
    text-align: left;
    text-indent: 2em;
}

div#modal_message form {
}

div#modal_buttons {
    text-align: center;
}

div#modal_buttons a {
    text-decoration: none;
    display: inline-block;
    min-width: 46px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -webkit-user-select: none;
    cursor: default;
    border: 1px solid transparent;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background-color: #3648D1;
    background-image: -webkit-linear-gradient(top,#394bdd,#3648D1);
    background-image: -moz-linear-gradient(top,#394bdd,#3648D1);
    background-image: -ms-linear-gradient(top,#394bdd,#3648D1);
    background-image: -o-linear-gradient(top,#394bdd,#3648D1);
    background-image: linear-gradient(top,#394bdd,#3648D1);
    position: relative;
    top: -1px;
    margin: 0 0 0 1em;
}

div#loadingOP {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1b1b1b91;
    display:none;
}
div#loadingOP img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
}