﻿body {
}



.css_transparent_bg 
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
   /* padding-top: 100px; */  /*Location of the box */
    padding-top: 1%;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.header_modal_bg
{
    width:100%;
    height:50px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background-color:#373940;
}

.loding_dialog_css
{
    z-index:1;
    position:relative;  
    width:270px;
    height:280px;

    background-color:#ffffff;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    box-shadow: 0px 10px 50px rgba(0,0,0,5);
}


.dialog_header_bg_css
{
    position:absolute;
    width:100%;
    height:36px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    /*background-color:#9370db;*/
    background-color:#373940;
}

.dialog_bg_css
{
    z-index:1;
    position:relative;  
    width:98%;
    height:98%;
    /*overflow-y: auto;*/ 
    background-color:#ffffff;
    border-radius:5px;
    box-shadow: 0px 10px 50px rgba(0,0,0,5);
}


