.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-title {
    top: 0px !important;
}

.t-Header-branding {
    height: 0px
}


.Parameter
{
    background-color: antiquewhite;
    box-shadow: 10px 10px darkcyan;
}

.Parameter .t-Region-title {
    font-size: 25px;   
}
 
.RgnMidHead  .t-Region-headerItems--title {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    text-align: center;
    padding: 0.8rem;
    display: block;
    align-items: center;
    font-weight : 600;
}

.RgnTitleHover  .t-Region-headerItems--title:hover {
    
    background-color :orange;
    color : white;
}



/* Dashboard Menu */
.t-Header-nav-list {
    background-color: #46fcb9;
}


.t-PageBody .t-Body {
    background: url(#APP_IMAGES#Pic_1.jpg);
    width: 100%;
  
 /* background-size: 100% auto; */
    background-size: cover;  

}

.t-Body
{
        font-family: cambria, georgia;
}

body
{
	    font-family:cambria, georgia;
	
}

.t-Body-title
{
     font-family:cambria, georgia;;
 
}

/* Custom Scrollbar */
/*

::-webkit-scrollbar{
  background: #b6d9ef;
  width: 14px;
}
::-webkit-scrollbar-track{
  box-shadow: inset 0 0 10px #00000070;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(125deg,white, #02629f);
  border-radius: 10px;
}

*/
/* Header Icon */
.t-HeroRegion--featured .t-HeroRegion-icon {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 64px;
    text-align: center;
    font-size: 32px;
}

/* Header Title */
.t-HeroRegion-title {
    font-size: 2.2rem;
    line-height: 1rem;
    margin: 0;
    font-weight: 100;
}

/* Heaer Padding */

.t-HeroRegion-wrap {
    padding: 10px;
    display: flow-root;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0px;
}

/*  Custom Footer */

.befooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

/* Branch Login Button Float */
.float{
  z-index:100;
  position:fixed;
  width:100px;
  height:30px;
  bottom:30px;
  right:40px;
  background-color: rgba(55, 76, 139, 0.81);
  color:#FFF;
  border-radius:5px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}
.my-float{
  margin-top:22px;
}



.button {
  padding: 10px 15px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


.t-Button--simple.t-Button--hot {
    box-shadow: 0 0 0 1px #0076df inset;
    background-color: transparent;
}
/* ------------------------------------------------------ */
/* Button Region CSS (Parameter Region) 

.t-ButtonRegion {
    background-color: #b4ff9b;
    color: #262626;
    border-radius: 5px;
    border-color: rgba(0,0,0,.075);
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}
*/
/* Interactive Grid Scrollbar */

.a-GV-w-hdr{
overflow: auto !important;
}

