.center{
text-align:center;
}

.hide{
dispay:none;
}

.left{
float:left;
}

.right{
folat:right;
}

.clear{
clear:both;
}

.updateMyInfoLabel
{ width:210px;
  text-align: right; 
  padding: 4px 5px 4px 0; 
  font-size: 16px;
  float: left;
  height: 18px;
border:1px solid black;
}

.updateMyInfoField
{
  font-size: 16px;
  float: left;
  padding: 4px 0 4px 0; 
  height: 18px;
border:1px solid blue;
}

#loading{
    display:none;
}

#loading1{
    background-color: black;
    opacity: 0.5;
    width:100%;
    height:100%;
    position:fixed;
    z-index:9998;
}

#loading2{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("../images/loading.gif") no-repeat center center rgba(0,0,0,0.25);
     background-size: 50%;
}

.flexWrapper{
  width:100%;
  display: flex;
  justify-content: center; 
}

.stackWrapper::before,.stackWrapper::after{
  content: " ";
  display:table; 
}

.stackWrapper::after{
  clear:both
}

.stackDiv{
  float:left;
}

.baseDate, .baseDate a{
    background: #FFFFFF !important;
    color: black !important;
}

.surchargeDate,.surchargeDate a {
    background: #B6D0E2 !important;
    color: black !important;
} 





/* Number Input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
