html, body {
    height: 100%;
    margin: 0;
}

.disabled-pointer{
    pointer-events: none;
}

#mi-loading {
    z-index:9999;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-height: 100%;
    background: #EDF0F2;
}

#mi-loading img{
    position: absolute;
    top: 48%;
    left: 48%;
}

.license-msg-cont {
    position: absolute !important;
    z-index: 10;
    background-color: #e01e1e;
    color:white;
    font-size:16px !important;
}

.word-break {
    word-break: break-word !important;
}

.license-login-banner {
    top:50px;
    width: 98%;
    margin:10px !important;
    border-radius: 5px;
    padding:10px;
}

.license-main-banner {
    top: 46px;
    width: 100%;
    padding-left: 10px;
    line-height: 20px;
    height: 25px;
}
.license-main-banner-secondary {
    top: 62px;
    width: 100%;
    padding-left: 10px;
    line-height: 18px;
    height: 22px;
}

.customer-alert-msg {
    width: 90%;
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    white-space: nowrap;
}

.license-msg-link {
    font-weight:bold;
    color:#092d75;
    margin-right: 10px;
    cursor: pointer;
}
.license-show-more {
    width: 10%;
    margin-top: 0px;
    text-align: center;
}
.right {
    float:right;
}
.left {
    float:left;
}
.clear {
    clear: both;
}
