.sec-logo
{
    max-width:250px;
    max-height:70px;
	margin:auto;
	text-align:center;
}

.sec-qrcode-128X128
 {
   width: 128px;
   height: 128px;
 }
 
 

.sec-label10
{
     font-size:10px;
}

.sec-label12
{
    font-size:12px;
}

.sec-label1
{
    font-size:14px;
   
}

.sec-label2
{
    font-size:16px;
}

.sec-label3
{
    font-size:18px;
   
}

.sec-label4
{
    font-size:20px;
   
}


.sec-inputTextBox
{
 	font-size: 13px;   
    min-width: 110px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    background-color: #F5F5F5;
    color: #000000;
    outline:none;
    border: none; 
	transition: none;
}

.sec-inputTextBox:hover 
{
    border: 1px solid #C8C8C8;
}

.sec-inputTextBox:focus
{
    border : 1px solid #FFC107;
	background-color:#f5f5f5;
    box-shadow:none;
}

.sec-inputnum-without-spinner::-webkit-inner-spin-button,.sec-inputnum-without-spinner::-webkit-outer-spin-button
{ 
  -webkit-appearance: none; 
  margin: 0; 
}
.sec-Button 
{
    font-size: 16px;
    min-width: 50px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #2bc0e4;
    border-color: #46b8da;
    outline: none;
    
}

.sec-Button:disabled
{
    font-size: 16px;
    min-width: 50px;
    height: 40px;
    padding:6px 15px 6px 15px;
    border-radius: 10px;
    color: #fff;
    background-color: #c8c8c8;
	border-color: #c8c8c8;
    outline: none;
    
}

.sec-processingicon
{
	width: 25px; 
	height: 25px; 
}

.sec-Link
{
    font-weight: normal;
    color: #141414;
    padding-bottom: 2px;
    background-image: linear-gradient(to right, #616161 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 7px 1px;
    background-repeat: repeat-x;
    cursor: pointer;
    margin-left:0px;
    margin-right:0px;
}


.sec-Link:hover,.sec-Link:focus 
{
    color: #50cce3;
    text-decoration : none;
    background-image:none;
    outline: none;
}

.sec-hr-seprator
{
	width:100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px dashed #ddd;
    border-style: dashed;
}

.sec-line-heightN
{
  line-height: normal;
}

.sec-div-description-grey
{
    background-color: #f5f5f5;
    border-radius: 10px;
}