.margBtm10{margin-bottom:10px; !important;}
.margBtm20{margin-bottom:20px; !important;}
.margTop5{margin-top:5px !important;}
.margTop20{margin-top: 20px !important;}
.margLeft10{margin-left:10px !important;}
.pad10{padding:10px !important;}

.defaultMargin{ margin-right: 15px; margin-left: 15px; }
.fontWeightNormal{font-weight: normal !important;}

.error{display:none; color:#f00;}

.nopad {padding:0 !important;}
.nomarg {margin:0 !important;}
.padRight0{padding-right: 0 !important;}

.spacer5{height:5px !important;}
.spacer10{height:10px !important;}
.spacer15{height:15px !important;}
.spacer20{height:20px !important;}
.clearBoth{clear:both !important;}

.tright{text-align:right !important;}
.tleft{text-align:left !important;}
.tcenter{text-align:center !important;}
.fleft{float:left !important;}
.fright{float:right !important;}

.dispNone{display:none !important;}
.width50{width:50% !important;}

.white{color:#ffffff !important;}
.black{color:#000000 !important;}
.red{color:#f00 !important;}
.green{color:#060 !important;}

.font10{font-size:10px;}
.font11{font-size:11px;}
.font12{font-size:12px;}
.font13{font-size:13px;}

.myBtn{ float: left; width: 235px; height: 50px; background: #ff880e; color: #ffffff; text-align: center; line-height: 50px; text-transform:uppercase; border: 1px solid transparent; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}
.myBtn:hover{ background: transparent; border: 1px solid #ff880e; color: #ff880e; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s;}

.faqli{display:block; padding:10px 0 10px 25px; background:url(../images/side.png) no-repeat 10px center #e7d7d7; font:bold 12px/20px verdana; margin-left:-15px; text-align:left; width:100%; border-radius:10px; margin-bottom:3px; vertical-align:top}
.faqliAns{display:block; padding:10px 0 10px 25px; background:url(../images/side.png) no-repeat 10px center #d7e7d7; font:bold 12px/20px verdana; margin-left:-15px; text-align:left; width:100%; border-radius:10px; margin-bottom:3px; vertical-align:top}
.faqDiv{margin-top:5px; padding-left:25px; display:none; color:#000000; margin:10px 10px 20px -10px; text-align:left; font:normal 13px/22px arial; }

.greenBullet{background-color: #d7e7d7; width: 10px;: 5px; border-radius: 100px; height: 11px;}
.redBullet{background-color: #e7d7d7; width: 10px;: 5px; border-radius: 100px; height: 11px;}
.no-print{display:none;}



.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 5px;
    border: 2px solid #444;
    border-radius: 4px;
    min-width: 100%;
    text-align: center;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #F00;
    min-width: 100%;
    text-align: center;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
    min-width: 100%;
    text-align: center;
}

.form-controlExtra{
  border-radius: 0px;
  -webkit-box-shadow:none;
  box-shadow:none
  -webkit-transition:none;
  -o-transition:none;
  transition:none;
}


.no-sort::after { display: none!important; }