.checkboxFix
{
background-image: url(https://cdn.hsystemcontent.com/images/42740.png);
background-repeat: no-repeat;
display:inline-block;
width: 22px;
height: 22px;
}
.checkboxChecked
{
background-position: 0px -24px;
cursor:pointer;
}
.checkboxUnChecked
{
background-position: 0px 0px;
cursor:pointer;
}
.checkboxDisabled
{
background-position: 0px -47px;
cursor:not-allowed;

}




#divLayout5BaseDiv
{
    
       margin-bottom:50px;
    
    
    
}


#divPriceFixed
{
    
    position:fixed;
    top:0;
    left:0;
    height:50px;
    padding:10px;
    z-index:3;
    background-color:rgba(255,555,555,0.9);
    border-bottom:1px solid gray;
    width:100%;
    font-size:18px;
    
}
#priceHolderFixed
{
  float:right;
  font-weight:bold;

}



.systemErrorMess
{

    color:red;
    display:none;
    padding:15px;
}
.headerValidSpan
{
    
    
    padding-left:15px;
    
}
.valueHeader
{
    
    
    
     margin-top:35px;
    
}
.btn-notselected
{
    margin-right:4px;
    color: #000 !important;
    background-color: white;
    border-color: #269abc;
  
    
    
}
.btn-selected
{
    margin-right:4px;
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #269abc;
  
    
    
}







