/* 
    Document   : common
    Created on : May 13, 2013, 5:11:46 PM
    Author     : Beny Setioko
    Description:
        This stylesheet contains style for all elements in (almost) every page of the application
*/

body {
    color: #212529;
    background-color: #f8fafc;
    font-size: 14.4px;
    font-weight: 400;
    overflow-y: scroll;
}

#screen-cover {
    background-color: #000000;
    opacity: 0.8;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9900;
    width: 100%;
    height: 100%;
}


/* ----------------------------------------------- FULLSCREEN PROCESS LOADER ------------------------------------------- */

#fullscreen-loader-box {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    position: fixed;
    top: 30px;
    left: 50%;
    min-width: 750px;
    min-height: 200px;
    transform: translate(-50%, 0);
    padding: 20px 20px;
    margin: 0 0 5px 0;
    text-align: center;
    z-index: 9901;
    display: none;
}

#fullscreen-loader-ctn {
    text-align: center;
    border: 1px solid #666666;
}

#fullscreen-loader-title {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding: 4px 0 4px 0;
    background-color: #aaaaaa;
    cursor: default;
}

#fullscreen-loader-msg {
    box-sizing: border-box;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 18px;
    color: #666666;
    display: inline-block;
    text-align: center;
    padding: 30px 10px 20px 10px;
    width: 100%;
    cursor: default;
}

#fullscreen-loader-img {
    margin: 20px 0 20px 0;
}

/* -------------------------------------------- END OF FULLSCREEN PROCESS LOADER ------------------------------------------- */

#dl-box {
    display: none;
    visibility: hidden;
}
