﻿body, h1, h2, h3, h4, p, ul, li, a, button {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background-color: #fff;
    color: #555;
    font: 400 13px Segoe UI, Arial, helvetica, sans-serif;
    position: relative;
}

body,
html {
    min-height: 100%;
    height: 100%;
}

img {
    border: 0;
}

a,
li > a,
h2 > a,
h3 > a,
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.nz-disable-selection {
    -webkit-touch-callout: none; *//* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
}


.nz-center-nointernet,
.nz-center-overlay,
.nz-center-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #e2e4e7;
    opacity: 0.9;
    z-index: 10;
    overflow: hidden;
    color: #495b63;
    -webkit-box-shadow: inset 0px 0px 43px 2px rgb(206, 207, 208);
    -moz-box-shadow: inset 0px 0px 43px 2px rgb(206, 207, 208);
    box-shadow: inset 0px 0px 43px 2px rgb(206, 207, 208);
}

.nz-center-nointernet > i,
    .nz-center-loader > i {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        margin: auto;
        height: 32px;
        font-size: 32px;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        cursor: default;
    }

    .nz-center-nointernet {
        
            opacity: 1;
        }
        .nz-center-nointernet >i{
    
            color:#ef593c;
        }

        .nz-center-nointernet > span {

            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 0px;
            margin: auto;
            height: 32px;
            width: 100%;
            text-align: center;
            vertical-align: middle;
            cursor: default;
            color: #ef593c;
            text-align: center;
            padding-top: 90px;
            }