﻿/*Style for modal page on campign redirection*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/global/img/icons/loadingAnimation.gif') 50% 50% no-repeat;
}


/*Style for JavaScript disabled on master page */
#noScript {
    background-color: #e88c1a;
    color: #fff;
    height: auto;
    line-height: 16px;
    font-size: 12px;
}

    #noScript span {
        display: block;
        text-align: center;
    }

    #noScript a {
        color: #0074e6;
        text-decoration: underline;
    }
