/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.toplevel_page_fraudradar:hover .dashicons-admin-fraudradar, .current.toplevel_page_fraudradar .dashicons-admin-fraudradar {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none
}

.fraudradar-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.fraudradar-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%
}

.text-danger {
    color: #cc0000
}

.line {
    display: block;
    border-top: 1px solid #6162AC;
    margin-top: -2.8em;
    margin-bottom: 50px
}

.dismiss-button {
    float: right;
    border: none;
    padding: 0;
    background: none;
    font-size: 16px;
    color: grey;
}
