/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 31, 2020, 11:23:30 AM
    Author     : budisetiawan.eko@gmail.com
*/


.screen-cover {
    background-color: #000000;
    opacity: 0.8;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9900;
    width: 100%;
    height: 100%;
}

.confir-box {
    background-color: #ffffff;
    opacity: 1;
    position: fixed;
    top: 30px;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, 0);
    z-index: 9901;
    display: none;
    border-radius: 7px;
}

.confir-head {
    background-color: #2e99a5;
    border-radius: 8px 8px 0 0;
    min-height: 40px;
    padding: 12px;
    border-bottom: 4px solid #42d4d0;
}

.xconfir {
    float: right;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -5px;
}

.confir-body {
    height: 400px;
    padding: 10px 10px 15px;
    box-sizing: border-box;
}

.tb-gray {    
    font-family: Tahoma;
    color: #555;
    width: 100%;
    margin: 0;
    background: #f9f9f9;
}

.tb-gray thead tr th {
    background: #f3f3f3;
    font-size: 11px;
    border: #fff 1px solid;
    text-shadow: 0 -1px 0 #ccc;
    padding: 4px;
    text-align: center;
}

.tb-gray tbody tr td {
    border: #fff 1px solid;
    font-size: 12px;
    vertical-align: top;
    padding: 4px;
}

.tb-gray tr:hover {
    background: #eee;
    cursor: pointer;
}