﻿/* <copyright file="aw-dialog.css" company="Omnissa, LLC" >
 Copyright (c) Omnissa, LLC. All rights reserved.
 This product is protected by copyright and intellectual property laws in the United States and other countries as well as by international treaties.
 -- Omnissa Restricted
 </copyright >
*/

.action-dialog {
    display: flex;
    flex-direction: row;
    background: #cdd0d3;
    width: 300px;
    z-index: 110;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    border-radius: 3px;
    padding: 8px 11px;
    color: #3c4653;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.animated {
    animation-fill-mode: both;
    animation-duration: 0.25s !important;
}

.action-dialog .icon {
    font-size: 2rem;
}

.action-dialog .message {
    margin-left: 4px;
    margin-top: 1px;
    font-size: 1rem;
}

.action-dialog .im-close {
    font-size: 1.5rem;
    margin-left: auto;
    margin-top: -1px;
    color: #737373;
}

.im-close:before {
    content: "×";
}

.action-dialog .im-close:hover {
    cursor: pointer;
    color: #000000;
}
