﻿.ui-widget-header
{
    background: none;
    border: none;   
}

ul.customListAlerts
{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0 0;
}

li.liAlert { 
    height: 26px;
    margin-right: 10px;
}

li.liAlert.ww { 
    height: 56px;
    margin-right: 10px;
}

li.liCustomListAlert
{
    margin-left: 1px;
    position: relative;
    height: 26px;
}

/* MC - CRDEV-8827 - CNE Mobile - Fixing LI Scaling for multiline squashing of text to mobile */
@media only screen and (max-width: 750px) 
{
    li.liCustomListAlert 
    {
        margin-left: 1px;
        position: relative;
        height: 26px;
        display: table;
    }
}

li.liCustomListAlert input
{
    position: absolute; 
    top: 0; 
    left: 0; 
}
    
li.liCustomListAlert span
{
    position: absolute; 
    top: 4px; 
    left: 24px;
    width: 650px; 
}

/* MC - CRDEV-8827 - CNE Mobile - Fixing Text Spans */
@media only screen and (max-width: 750px) 
{
    li.liCustomListAlert span 
    {
        position: relative;
        top: 4px;
        left: 24px;
        width: 100%;
    }
}

/*mam dev-1626 - added this */
li.liCustomListAlertDisabled
{
    margin-left: 1px;
    position: relative;
    height: 26px;
}

/*mam dev-1626 - added this */
.liCustomListAlertDisabled .AlertText
{
    position: absolute; 
    top: 4px; 
    left: 40px;
    width: 650px; 
}

/*mam dev-1626 - added this */
.liCustomListAlertDisabled .AlertBullet
{
    position: absolute; 
    top: 4px; 
    left: 24px;
    font-size: 20pt;
    width:20px;
}

/*mam dev-1626 - added this */
.disabled{
    pointer-events:none;
    opacity:0.5;
}