/* External Notify */
    .modalPopupNotify{
    position: fixed;
    z-index: 1051;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    display: none;
	}
    .modalPopupNotify .modal-header {border-bottom: none;}
	.modalPopupNotify .modal-dialog {max-width: 620px;}

    .modalPopupNotify p{
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
     }
    .modalPopupNotify .dellemc-button{margin:0px;}
    .modalPopupNotify .dellemc-button > span:first-child{max-width:100% !important;}
	.modalPopupNotify .modal-header{font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif;}
	.modalPopupNotify .notetext{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    display: block;
	}
	.modalPopupNotify .modal-title{
	    font-weight: 700;
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 0.5rem;
	}

	.closeModalPopup{
    	float: right;
    	margin-top: 12px;
		margin-bottom: 20px;
        font-size:20px;
        font-weight: 700;
      }
    .closeModalPopup a{
    	padding: 5px 10px;
    	border: 2px solid #333;
    	font-weight: bold;
    	color: #333 !important;
    }
    .closeModalPopup a:hover{
    text-decoration: none !important;
    }
	
	@media only screen and (max-width: 980px){
		.modalPopupNotify{
			margin-top:49px;
		}
	}

    /* External Notify end */