/**
 * Filename:    D:/Projects/saweb/7.0.21/work/runtime/web/root/inc/cmn/prompts/default.css
 * 
 * Description: Implementation of the default class.
 * 
 * Copyright © 1999-2018 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47/301
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

.prompt-element-fade
{
    display: inline-block !important;
    min-height: 35px !important;
    white-space: pre-wrap !important;
    z-index: 99999 !important;
    width: 85% !important;
    bottom: 25px !important;
    margin-left: 7% !important;
    position: fixed !important;
    text-align: center !important; 
}

.prompt-element-fade-label
{
    font-family: arial,sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    color: rgb(255,255,255) !important;
    font-weight: bold !important;
    white-space: pre-wrap !important;
    width: 100%;
    text-align: center;
}

.prompt-element-fade-icon
{
   padding-right: 10px !important;
   cursor: pointer !important;
}

@media( max-width: 768px )
{
    .prompt-element-fade-label
    {
        font-size: 4vw;
    }
}