.homeIndexBtn{
    background-color: #337ab7;
    color: white;
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
}
.homeIndexBtnLbl1{
    font-size: 20pt;
}
.homeTd1{
    border-right: 1px black solid;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.homeTd2{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.homeTd1Lbl{
    font-size: 10px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #3C8DBC;
    font-weight: 400;
}
.v2waybillLable{
  font-size: 12px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #3F69D8;
  font-weight: 400;
}
.customnavbar-right-header{
    font-size: 12px;
    margin: auto;
    line-height: 50px;
    padding-right: 10px;
    color: yellow;
}
.save-button {
    position: fixed;
    top: 90%;
    position: fixed;
    height: 80px;
    width: 80px;
    bottom: 20x;
    right: 20px;
    border-radius: 100%;
    background:#F44336;
    border:#F44336;
 
  }

  .save-button:hover {
    background:#af0f0f;
    border:#af0f0f;
    transition: 0.7s;
  }



.float-bar {
    position: fixed;
    top: 95%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .float-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .float-bar a:hover {
    background-color: #000;
  }

  #overlay {
    position: fixed; /* Sit on top of the page content */
    /* display: none; Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3); /* Black background with opacity */
    z-index: 1030; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    

  }

  .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 



  