﻿#ctl00_MsgBox_panelMessageBox
{
    width: 340px;
    position: fixed;
    z-index: 10001;
    left: 700px;
    top: 189.5px;
    height: 120px;
}


#ctl00_MsgBox_panelHeader
{
    height: 25px;
    padding-top: 0px;
    background: #016aa7!important;
}

#ctl00_MsgBox_imgCloseButton
{
    right: 4px;
    cursor: hand;
    position: absolute;
    top: -5px !important;
    background: border-box;
}


#ctl00_MsgBox_lblMessageDisplay
{
    display: inline-block;
    width: 260px;
 font-size:14px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}


#ctl00_MsgBox_btnOk
{
    padding: 0px 0px 0px 0px;
    font: bold 10px Verdana;
    text-align: center;
    color: #000000;
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
    top: 1;
    background: #016aa7!important;
    border-radius: 4px;
    color: #fff;
}

#ctl00_MsgBox_panelFooter
{
    padding: 3px 0px;
}

#ctl00_MsgBox_panelFooter .right
{
    background-color: #ffffff00 !important;
}


.confirmBox .footer .right
{
    /* background-color: #F2F9FF; */
    float: right;
    text-align: right;
    padding-bottom: 6px;
    padding-right: 6px;
}

#ctl00_MsgBox_panelBody
{
    
    }