
.radio label, .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    font-size: 14px;
    line-height: normal;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}
.radio label:before, .checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    /*bottom: 1px;*/
    background-color: transparent;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
    border: 1px solid #aeb6be;
    background-color: #fff;
}

.aspNetDisabled .checkbox label:before {
    font-size: 14px !important;
    color: #717075 !important;
}


.checkTop.checkbox label::before {
    top: -5px !important;
}
    .radio label:before {
	border-radius: 50%;
}
.checkbox label {
	margin-bottom: 5px;
}
.checkbox label:before {
    border-radius: 3px;
}

input[type=radio]:checked + label:before {
    content: " " !important;
    color: #6c7a89 !important;
    font-size: 26px;
    line-height: 13px;
    text-align: center;
    background-color: #006642 !important;
    border-color: #006642;
    background-image: url(../../images/Brokerportalv2/dot.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    /*background-image: url(../images/radio-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;*/
}

input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #006642 !important;
    border: 1px solid #006642;
}

input[type=checkbox]:checked:disabled + label:before {
    background-color: #e9ecef !important;
    border: 1px solid #adb5bd;
    color: #adb5bd;
}
    .panel-heading-2 label {
        color: #fff;
        display: inline-block;
    }

.panel-heading-2 .checkbox{
	margin-top:0;
	margin-bottom:0
}

.panel-heading-2 .checkbox{
	display:inline-block
	
}


/***** Sohail ******/
.label-hidden .checkbox label:before{
	/*text-indent: -999px;		 */
	margin-top:-8px;
	
	
}