.ChannelDetails{
	margin-top: 3%;
}
.newChannelFee {
    float: right;
    margin-top: 2px;
}

.ChannelFeeCalc {
    color: #afca0b;
    font-weight: bold;
    font-size: 18px;
}
.ChannelFeeCalc span {
    float: right;
}
.ChannelFeeCalc .fa-plus-square {
    color: #28a745;
}
.ChannelFeeCalc .fa-minus-square {
    color: #dc3545;
}
.ChannelFeeCalc span i {
    padding-left: 5px;
    cursor: pointer;
}
.tbChannelFeeLog table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
  font-size:12px;
}

.feeCheckBox{
	margin-top: 27%;
}
.isInactive{
	margin-top: 27%;
}
#update{
	margin-top: 26px;
}

.displayinlineRemark{
	display: inline-flex;
	width : 400px;
}
.displayinlineRemark label{
	font-size:14px;
	width : 200px;
}