﻿.module-explorer {
    width: 100%; 
    height: 99%;
}

/*Loading popup*/
.modal-background-client {
    display: none;    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1000;
}

.modal-content-client {
    display: block;
    cursor: default;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;    
    background-color:white;    
    border: solid 4px silver;
}


    .modal-content-client.active, .modal-background-client.active {
        display: block;
    }

.modal-content-container-client {
    position: absolute;
    top: 50%;    
    width:100%;
    height:70px;
    margin-top: -30px;
}

.modal-block-client {
    height: 76px;
}

.modal-logo-client {
    height: 32px;
    width: 100%;  
    text-align:center;  
}

.modal-text-client {
    margin-top:10px;
    text-align:center;    
    color:#666;
}

.modal-text-area-client {
    float: left;
    font-size: 15px;
    height: 100%;
    width:300px;
    text-align: left;
    word-wrap: break-word;
    word-break:break-all;    
}

    .modal-text-area-client p {
        margin: 0;
    }

        .modal-text-area-client p b {
            font-size: 17px;
        }

.modal-loading {
    height: 40px;
    width: 100%;        
}