
/* This CSS file is for noscript code added on PRISM_STATIC_MAIN to get error message globally when javascript is disabled on browser */
/* noscript css starts */
.noscript {
    z-index: 8001;
    position: fixed;
	padding: 18px !important;
    min-width: 300px;
    background: rgb(255, 139, 25) !important;
}

.noscript .msgIcon {
    width: 50px;
    float: left;
    height: 50px;
	margin-right: 10px;
}

.noscript .msgIcon img {
    width: 50px;
}

.noscript .alertMsg {
    color: #FFF;
    font-size: 16px;
    padding: 5px 0 0 0px;
}

div.noscript div.alertMsg a, div.noscript div.alertMsg a:visited {
    color: black ;
	font-weight:normal;
    text-decoration: underline;
}

/* noscript css ends */