﻿
.pwcAlertMain
{
    box-sizing: border-box;
    width: 100%;
    border: 5px solid indianred;
    display: table;
}

.pwcAlertRow
{
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    padding-bottom: 10px;
    overflow: auto;
    border-bottom: 1px solid #dddddd;
}

.pwcAlertCol1
{
    float:left;
    width: 95%;
}
.pwcAlertCol2
{
    float:left;
    width: 5%;
}

.pwcAlertMessage
{
    color: #fff;
    font-weight: normal;
}

.pwcAlertClose
{
    color: #fff;
}

.ui-icon-loading
{
    display: none !important;
}

header #alert 
{
    height: auto !important;
    overflow: auto !important;
    padding: 0px;
}


