 * {
            box-sizing: border-box;
        }
        body {
            margin: 0px;
            padding: 0px;
            font-family: arial;
        }
        .dialog-loading-icon h2 {
            background: #2394BC none repeat scroll 0 0;
            border-bottom: 1px solid #cccccc;
            /*border-radius: 13px 0 0;*/
            color: #fff;
            margin: 0;
            padding: 12px 10px;
        }
        .dialog-background {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
            height: 100%;
            left: 0;
            margin: 0;
            padding: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 100;
        }
        .dialog-loading-wrapper {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
           /* border: 0 none;
            left: 50%;
            margin-left: -300px;
            margin-top: -228px;
            position: fixed;
            top: 50%;
            z-index: 9999999;*/
             z-index: 9999999;
             width: 600px;
        }
        .dialog-loading-icon {
            background-color: #FFFFFF !important;
            /*border-radius: 13px;*/
            display: block;
            margin: 0 auto;
            text-align: center;
           
        }
        .reveal-modal {
            position: relative;
            z-index: 41;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        }
        .reveal-modaltwo {
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        }
        .close-reveal-modal {
            background-color: #333333;
            border: 2px solid #ffffff;
            border-radius: 50%;
            color: #ffffff;
            cursor: pointer;
            font-weight: bold;
            height: 30px;
            line-height: 27px;
            margin: 0;
            padding: 0;
            position: absolute;
            right: -10px;
            text-align: center;
            text-decoration: none;
            top: -10px;
            width: 30px;
        }
        .mdl_bdy {
            padding: 25px;
            height: auto;
            height: auto;
            max-height: 400px;
            overflow: auto;
            overflow-x: hidden;
        }
        .relativediv {
            position: relative;
        }
        .popupmodaltwo
        {
            display: none;
        }
        .popupmodalthree
        {
            display: none;
        }
        @media only screen and (max-width: 768px) {
            .dialog-loading-wrapper {
                width: 92%;
            }
            /*.dialog-loading-wrapper {
                margin-left: -50%;
                margin-top: -230px;
                width: 100%;
            }*/
        }