

.btn{cursor:pointer; }
.btnActive{padding:7px;width:125px;color:black;border:1px solid;border-radius:10px;filter:drop-shadow(2px 2px);background-color:#c0c0c0!important;}
.btnInactive{padding:7px;width:125px;color:white!important;border:1px solid;border-radius:10px;background:#404040!important;}
.btnColor{color:#1779BA!important;}

.noListStyle{list-style-type: none;}

/* display */

.displayNone{display:none!important;}
.displayBlock{display:block!important;}

/* borders */

.bTop1{border-top:1px solid;}
.bAll1{border:1px solid;}

.textRight{text-align:right;}
.textLeft{text-align:left;}
.textWhite{color:white!important;}
.minHeight150{min-height:150px;}
.ltGreyBackground{background:#e6e6e6!important;}
.dkGreyBackground{background:#404040!important;}
.whiteBackground{background:#FFFFFF;}

/* margins */

.mAuto{margin:auto!important;object-position:center;}

.mLeftNeg15{margin-left:-15px;}
.mLeft0{margin-left:0px}
.mLeft1{margin-left:1px}
.mLeft2{margin-left:2px}
.mLeft5{margin-left:5px}
.mLeft10{margin-left:10px!important;}
.mLeft15{margin-left:15px!important;}
.mLeft25{margin-left:25px!important;}
.mLeft50{margin-left:50px!important;}
.mLeft55{margin-left:55px!important;}
.mLeft75{margin-left:75px!important;}
.mLeft100{margin-left:100px!important;}
.mLeft125{margin-left:125px!important;}
.mLeft150{margin-left:150px!important;}
.mLeft80pct{margin-left:80%!important;}

.mRight0{margin-left:1px}
.mRight1{margin-left:1px}
.mRight2{margin-left:2px}
.mRight10{margin-right:10px!important;}
.mRight15{margin-right:15px!important;}
.mRight25{margin-right:25px!important;}
.mRight50{margin-right:50px!important;}
.mRight75{margin-right:75px!important;}
.mRight100{margin-right:100px!important;}
.mRight125{margin-right:125px!important;}
.mRight150{margin-right:150px!important;}

.mTop5{margin-top:5px!important;}
.mTop10{margin-top:10px!important;}
.mTop22{margin-top:2px!important;}
.mTop20{margin-top:20px!important;}
.mTop25{margin-top:25px!important;}
.mTop50{margin-top:50px!important;}
.mTop75{margin-top:75px!important;}
.mTop100{margin-top:100px!important;}
.mTop125{margin-top:125px!important;}
.mTop150{margin-top:150px!important;}

.mBottom5{margin-Bottom:5px!important;}
.mBottom10{margin-Bottom:10px!important;}
.mBottom20{margin-Bottom:20px!important;}
.mBottom25{margin-Bottom:25px!important;}
.mBottom50{margin-Bottom:50px!important;}
.mBottom75{margin-Bottom:75px!important;}
.mBottom100{margin-Bottom:100px!important;}
.mBottom125{margin-Bottom:125px!important;}
.mBottom150{margin-Bottom:150px!important;}

.mTopBottom10{margin:10px 0 10px 0;}


/* padding */

.padding0{padding:0 0 0 0;}
.padding5{padding:5px 5px 5px 5px;}
.padding10{padding:10px 10px 10px 10px;}
.padding25{padding:25px 25px 25px 25px;}
.padding50{padding:50px 50px 50px 50px;}
.pLeft10{padding-left:10px!important;}
.pLeft25{padding-left:25px!important;}
.pLeft50{padding-left:50px!important;}
.pLeft75{padding-left:75px!important;}
.pLeft100{padding-left:100px!important;}
.pLeft125{padding-left:125px!important;}
.pLeft150{padding-left:150px!important;}

.pRight10{padding-right:10px!important;}
.pRight25{padding-right:25px!important;}
.pRight50{padding-right:50px!important;}
.pRight65{padding-right:65px!important;}
.pRight75{padding-right:75px!important;}
.pRight100{padding-right:100px!important;}
.pRight125{padding-right:125px!important;}
.pRight150{padding-right:150px!important;}

.pTop5{padding-top:5px!important;}
.pTop10{padding-top:10px!important;}
.pTop20{padding-top:20px!important;}
.pTop25{padding-top:25px!important;}
.pTop50{padding-top:50px!important;}
.pTop75{padding-top:75px!important;}
.pTop100{padding-top:100px!important;}
.pTop125{padding-top:125px!important;}
.pTop150{padding-top:150px!important;}

.pBottom5{padding-Bottom:5px!important;}
.pBottom10{padding-Bottom:10px!important;}
.pBottom20{padding-Bottom:20px!important;}
.pBottom25{padding-Bottom:25px!important;}
.pBottom50{padding-Bottom:50px!important;}
.pBottom75{padding-Bottom:75px!important;}
.pBottom100{padding-Bottom:100px!important;}
.pBottom125{padding-Bottom:125px!important;}
.pBottom150{padding-Bottom:150px!important;}

/* widths */

.widthPct100{width:100%;}
.widthPct90{width:90%;}
.widthPct80{width:80%;}
.widthPct60{width:60%;}
.widthPct50{width:50%;}
.widthPct25{width:25%;}
.width20{width:20px;}
.width25{width:25px;}
.width30{width:30px;}
.width40{width:40px;}
.width80{width:80px;}
.width120{width:120px;}
.width125{width:125px;}
.width130{width:130px;}
.width150{width:150px;}
.width900{width:900px;}
.maxWidth900{max-width:900px!important;}
.maxWidth1005{max-width:1005px!important;}
.maxWidth1012{max-width:1012px!important;}

.maxWidth1125{max-width:1125px!important;} 
.maxWidth700{max-width:700px!important];}
.maxWidth100pct{max-width:100%!important];}

/* Height */

.nHeight175{min-height:175px;}
.height80{height:80px;}
.height200{height:200px!important;}
.em8{font-size:.8em;}
.em7{font-size:.7em;}

/* text */
.textCenter{text-align:center;}
.textRight{text-align:right;}
.textLeft{text-align:left;}
.bold{font-weight:bold;}
.noBullets{list-style:none;}

/* floats */

.floatLeft{float:left;}
.floatRight{float:Right;}
.aOverflow{overflow:auto;}

