﻿
    /* Master Page */

    body {
    
    height:100%;
    color  :Black;
    font-size: 12px;
    font-family:Verdana, Helvetica,Arial, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    
    }

    #sidebar {
    
    text-align:left;
    background-color: white;
    box-shadow: rgb(179, 172, 175) 0px 0px 1px, inset #04031433 -10px 0px 80px;
      
    }

    .master-header
    {
    padding:0 10px 0 10px;
    width:100%;
    position:fixed;
    background-color: white;
    box-shadow: rgb(179, 172, 175) 0px 0px 1px, inset #04031433 0px -5px 18px;
         
           
    }
    
   
    .home-main-body
    {
    background-color: white;
    background-size: cover;
    padding:0 0px 0 0px;
    width:100%;
       
           
    } 
    
    .default-body
    {
    background-color: #6BCDF1;
    background-image: radial-gradient(circle farthest-corner at center center ,#FBE768 15%, #6BCDF1 100%);
    background-position: center center;
    background-size: cover;
    padding:0 10px 0 10px;
    width:100%;
       
           
    }
    
 
    /* Transaction Page */
    
    .module-title {
    color:black;
    text-align:left;
    vertical-align:top;
    width:100%;
    background-color: white;
    box-shadow: rgb(179, 172, 175) 0px 0px 1px, inset rgba(183, 184, 185, 0.2) 0px 6px 18px;
  
    }
   
    .menu-div-style {
       
    text-decoration: none;
    text-align:left;
    vertical-align:top;
    margin-left: 0px;
    margin-top: 0px;
    padding-top:0px;
    padding-bottom:0px;
    width:100%;
    background-color: white;
    box-shadow: rgb(179, 172, 175) 0px 0px 1px, inset rgba(183, 184, 185, 0.2) 0px 6px 20px;
  
  
    }
   
    .menu-style {
   
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    height:25px;
  
    }
   
   
    .DynamicMenuStyle 
    {
    background-color: white;
    color: blue;
    box-shadow: rgb(179, 172, 175) 1px 1px 1px, inset rgba(194, 193, 189, 0.7) 0px 0px 10px;
    }
   
    