﻿ /* ------------------------------------------ LUBIS ------------------------------------------*/ 
 
 
  .selected, .selected:hover {background-color: #A6A6A6 !important; color: #fff;}
  
 .centerFlex {
  align-items: center;
  display: flex;
  justify-content: center;
}



.myheader
{
   background-color:White;
    background-image:url(../IMAGES/bgheader.jpg);
    width:100%;
    height : 135px;
    position:fixed;
    top:0px;
    margin:0px auto;
    padding:0px ;
    z-index: 999;
    
}



.mybar
{
    width:100%;	
	background-image:url(../images/bar.jpg);
	background-repeat:repeat;    
    padding:12px; 
 }
 
 
 .myfooterLogin 
 {
    color: Lavender;
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    background-image :url(../images/bgfooter.jpg)  ;
    background-repeat  :repeat;
}


 .myfooter
 {
  color: Lavender;
  position: relative;
  width:100%;	
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
  background-image :url(../images/bgfooter.jpg)  ;
  background-repeat :repeat;
}



.InitialTab
{
min-width : 153px;
height : 25px;
display: block;
float: left;
background: url("../IMAGES/TabOn.png") no-repeat right top;
}
     
.InitialTab:hover{
background: url("../IMAGES/TabOff.png") no-repeat right top;
}
  
.ClickedTab{
min-width : 153px;
height : 25px;
float: left;
display: block;
background: url("../IMAGES/TabOff.png") no-repeat right top;
}


.InitialBtn{background: url("../IMAGES/btnOn.png") no-repeat right top;}     
.InitialBtn:hover{background: url("../IMAGES/btnOff.png") no-repeat right top;}



.dropdown-submenu {
    position: relative ;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}

#myBtnUp {
    display: none; 
    position: fixed;
    bottom: 50%; 
    right: 0px; 
    z-index: 999; 
    border: none; 
    outline: none; 
    background-color: Steelblue ; 
    color: white; 
    cursor: pointer; 
    padding: 8px; 
    border-radius: 30%; }
#myBtnUp:hover {background-color: Teal;}



.text-block {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
  
}


  /* HEADER GRID */
.THStyle TH 
{
    background-color: #e5ebe7;
    height: 25px;
    font-weight: bold;
    text-align: center;
 
}

.THStyleMarger TH 
{
    background-color: #e5ebe7;
 }

  /* ROW GRID */
.TDStyle TD {
   text-align: left;
    border-bottom: solid 2px #bbd9ee;
    position: relative;
     }
    
    
     /* STYLE ALIGN TABLE ROWS */
    .TDStyleLeft TD {
   text-align: left;
    border-bottom: solid 2px #bbd9ee;
    position: relative;
     }
     
     .TDStyleCenter TD {
   text-align: center;
    border-bottom: solid 2px #bbd9ee;
    position: relative;
     }
     
        .TDStyleRight TD {
   text-align: right;
    border-bottom: solid 2px #bbd9ee;
    position: relative;
     }



  /* FOOTER GRID */
.pagination-ys {
  
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 6px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 6px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}


  /* LABEL */
.myLbl{
color: Green;
font-weight: bold;    
}


  /* LOADER */
#myloader{
color: Green;
font-weight: bold;    
}

.myLblLeft
{
color: #333333;
font-weight: bold;    
}


#SubHeaderBox{
	width:300px;
	height:22px;
	float:right;	
	background-image:url(../IMAGES/loginbox.png);
	background-repeat:no-repeat;
	text-align:right;
}

