.hide{display:none!important}
.hidden{visibility:hidden}
.show-rtl{display:none!important}
.pointer{cursor:pointer}
.circle{border-radius:500px}
.clear{display:block;overflow:hidden}
.flex{-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto}
.scrollable{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
.scrollable.hover{overflow-y:hidden}
.scrollable.hover>*{margin-top:-1px}
.scrollable.hover:active,.scrollable.hover:focus,.scrollable.hover:hover{overflow:visible;overflow-y:auto}
.touch .scrollable{overflow-y:auto!important}
.scroll-x,.scroll-y{overflow:hidden;-webkit-overflow-scrolling:touch}
.scroll-y{overflow-y:auto}
.scroll-x{overflow-x:auto}
.no-scroll{overflow:hidden}

.no-border{border-color:transparent!important;border-width:0!important}
.b{border-color:rgba(160,175,185,.15);background-clip:padding-box}
.b-a{border:1px solid rgba(160,175,185,.15)}
.b-t{border-top:1px solid rgba(160,175,185,.15)}
.b-r{border-right:1px solid rgba(160,175,185,.15)}
.b-b{border-bottom:1px solid rgba(160,175,185,.15)}
.b-l{border-left:1px solid rgba(160,175,185,.15)}
.b-1x{border-width:1px}
.b-2x{border-width:2px}
.b-3x{border-width:3px}
.b-4x{border-width:4px}
.b-5x{border-width:5px}
.b-t-2x{border-top-width:2px!important}
.b-t-3x{border-top-width:3px!important}
.b-t-4x{border-top-width:4px!important}
.b-t-5x{border-top-width:5px!important}
.b-r-2x{border-right-width:2px!important}
.b-r-3x{border-right-width:3px!important}
.b-r-4x{border-right-width:4px!important}
.b-r-5x{border-right-width:5px!important}
.b-b-2x{border-bottom-width:2px!important}
.b-b-3x{border-bottom-width:3px!important}
.b-b-4x{border-bottom-width:4px!important}
.b-b-5x{border-bottom-width:5px!important}
.b-l-2x{border-left-width:2px!important}
.b-l-3x{border-left-width:3px!important}
.b-l-4x{border-left-width:4px!important}
.b-l-5x{border-left-width:5px!important}
.b-light{border-color:#f5f5f6}
.b-white{border-color:#fff}
.b-primary{border-color:#448bff!important}
.b-t-primary{border-top-color:#448bff}
.b-r-primary{border-right-color:#448bff}
.b-b-primary{border-bottom-color:#448bff}
.b-l-primary{border-left-color:#448bff}
.b-warn{border-color:#907eec}
.b-t-warn{border-top-color:#907eec}
.b-r-warn{border-right-color:#907eec}
.b-b-warn{border-bottom-color:#907eec}
.b-l-warn{border-left-color:#907eec}
.b-success{border-color:#31c971!important}
.b-t-success{border-top-color:#31c971}
.b-r-success{border-right-color:#31c971}
.b-b-success{border-bottom-color:#31c971}
.b-l-success{border-left-color:#31c971}
.b-info{border-color:#14bae4!important}
.b-t-info{border-top-color:#14bae4}
.b-r-info{border-right-color:#14bae4}
.b-b-info{border-bottom-color:#14bae4}
.b-l-info{border-left-color:#14bae4}
.b-warning{border-color:#f4c414!important}
.b-t-warning{border-top-color:#f4c414}
.b-r-warning{border-right-color:#f4c414}
.b-b-warning{border-bottom-color:#f4c414}
.b-l-warning{border-left-color:#f4c414}
.b-danger{border-color:#f54394!important}
.b-t-danger{border-top-color:#f54394}
.b-r-danger{border-right-color:#f54394}
.b-b-danger{border-bottom-color:#f54394}
.b-l-danger{border-left-color:#f54394}
.b-light{border-color:#f5f5f6!important}
.b-t-light{border-top-color:#f5f5f6}
.b-r-light{border-right-color:#f5f5f6}
.b-b-light{border-bottom-color:#f5f5f6}
.b-l-light{border-left-color:#f5f5f6}
.b-dark{border-color:#192039!important}
.b-t-dark{border-top-color:#192039}
.b-r-dark{border-right-color:#192039}
.b-b-dark{border-bottom-color:#192039}
.b-l-dark{border-left-color:#192039}
.b-white{border-color:#fff!important}
.b-t-white{border-top-color:#fff}
.b-r-white{border-right-color:#fff}
.b-b-white{border-bottom-color:#fff}
.b-l-white{border-left-color:#fff}
.b-default{border-color:rgba(160,175,185,.15)!important}
.b-t-default{border-top-color:rgba(160,175,185,.15)}
.b-r-default{border-right-color:rgba(160,175,185,.15)}
.b-b-default{border-bottom-color:rgba(160,175,185,.15)}
.b-l-default{border-left-color:rgba(160,175,185,.15)}
.no-b-t{border-top-width:0}
.no-b-r{border-right-width:0}
.no-b-b{border-bottom-width:0}
.no-b-l{border-left-width:0}
.b-dashed{border-style:dashed!important}
.b-t-dashed{border-top-style:dashed!important}
.b-b-dashed{border-bottom-style:dashed!important}
.b-l-dashed{border-left-style:dashed!important}
.b-r-dashed{border-right-style:dashed!important}
.b-transparent{border-color:transparent!important}
@media (max-width:991.98px){
	.no-border-md{border-width:0}
}
@media (max-width:767.98px){
	.no-border-sm{border-width:0}
}
@media (max-width:575.98px){
	.no-border-xs{border-width:0}
}
.hover-show{display:none}
.hover-rotate{transition:all .2s ease-in-out .1s}
@media (prefers-reduced-motion:reduce){.hover-rotate{transition:none}
}
.hover-anchor:active .hover-show,.hover-anchor:hover .hover-show{display:inherit}
.hover-anchor:active .hover-rotate,.hover-anchor:hover .hover-rotate{transform:rotate(45deg)}
.hover-top:active,.hover-top:hover{position:relative;z-index:1000}
.r{border-radius:3px}
.r-t{border-top-left-radius:3px;border-top-right-radius:3px}
.r-r{border-top-right-radius:3px;border-bottom-right-radius:3px}
.r-b{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.r-l{border-top-left-radius:3px;border-bottom-left-radius:3px}
.r-2x{border-radius:6px}
.r-3x{border-radius:9px}
.r-auto{border-radius:inherit}
.no-radius{border-radius:0!important}
.no-r-t{border-top-left-radius:0;border-top-right-radius:0}
.no-r-r{border-top-right-radius:0;border-bottom-right-radius:0}
.no-r-b{border-bottom-right-radius:0;border-bottom-left-radius:0}
.no-r-l{border-top-left-radius:0;border-bottom-left-radius:0}

a.primary:hover{background-color:#3b85ff}
a.text-primary:hover{color:#3b85ff!important}
.text-hover-primary .active>a,.text-hover-primary a:hover,.text-primary{color:#448bff!important}
a.success:hover{background-color:#2fc26d}
a.text-success:hover{color:#2fc26d!important}
.text-hover-success .active>a,.text-hover-success a:hover,.text-success{color:#31c971!important}
a.info:hover{background-color:#13b3dc}
a.text-info:hover{color:#13b3dc!important}
.text-hover-info .active>a,.text-hover-info a:hover,.text-info{color:#14bae4!important}
a.warning:hover{background-color:#f4c20b}
a.text-warning:hover{color:#f4c20b!important}
.text-hover-warning .active>a,.text-hover-warning a:hover,.text-warning{color:#f4c414!important}
a.danger:hover{background-color:#f53b8f}
a.text-danger:hover{color:#f53b8f!important}
.text-danger,.text-hover-danger .active>a,.text-hover-danger a:hover{color:#f54394!important}
a.dark:hover{background-color:#161d33}
a.text-dark:hover{color:#161d33!important}
.text-dark,.text-hover-dark .active>a,.text-hover-dark a:hover{color:#192039!important}
a.blue:hover{background-color:#0077f6}
a.text-blue:hover{color:#0077f6!important}
.text-blue,.text-hover-blue .active>a,.text-hover-blue a:hover{color:#007bff!important}
.text-white{color:#fff!important}
.text-color{color:#5e676f}
.text-inherit a{color:inherit}
.text-fade{opacity:.65}
.text-gd{-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;text-fill-color:transparent}
.text{font-size:1rem}
.text-sm{font-size:.825rem}
.text-md{font-size:1.25rem}
.text-lg{font-size:2.5rem}
.text-2x{font-size:2em!important}
.text-3x{font-size:3em!important}
.text-4x{font-size:4em!important}
.l-h-0{line-height:0}
.l-h{line-height:1.4285714286}
.l-h-1x{line-height:1}
.l-h-2x{line-height:2em}
.l-s-1x{letter-spacing:1px}
.l-s-2x{letter-spacing:2px}
.l-s-3x{letter-spacing:3px}
.l-s-4x{letter-spacing:4px}
.l-s-n-1x{letter-spacing:-1px}
.l-s-n-2x{letter-spacing:-2px}
.l-s-n-3x{letter-spacing:-3px}
.l-s-n-4x{letter-spacing:-4px}
.h-1x{height:1.25rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.h-2x{max-height:2.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.h-3x{max-height:3.75rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.h-4x{max-height:5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.text-serif{font-family:Georgia,"Times New Roman",Times,serif}
.text-ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.text-shadow{text-shadow:0 1px 0 rgba(0,0,0,.1)}
.font-weight-100{font-weight:100!important}
.font-weight-300{font-weight:300!important}
.font-weight-500{font-weight:500!important}
.text-align-auto{text-align:inherit}
@media (max-width:991.98px){.display-1{font-size:3.5rem}
.display-2{font-size:3.25rem}
.display-3{font-size:3rem}
.display-4{font-size:1.5rem}
.text-lg{font-size:2rem}
}
.w-8{width:8px!important;height:8px!important}
.w-12{width:12px!important;height:12px!important}
.w-16{width:16px!important;height:16px!important}
.w-20{width:20px!important;height:20px!important;font-size:.6em}
.w-24{width:24px!important;height:24px!important;font-size:.7em}
.w-28{width:28px!important;height:28px!important;font-size:.8em}
.w-32{width:32px!important;height:32px!important;font-size:.85em}
.w-36{width:36px!important;height:36px!important;font-size:.875em}
.w-40{width:40px!important;height:40px!important}
.w-48{width:48px!important;height:48px!important}
.w-56{width:56px!important;height:56px!important}
.w-64{width:64px!important;height:64px!important}
.w-72{width:72px!important;height:72px!important}
.w-80{width:80px}
.w-96{width:96px}
.w-128{width:128px}
.w-xs{width:90px}
.w-sm{width:120px}
.w{width:190px}
.w-md{width:240px}
.w-lg{width:280px}
.w-xl{width:320px}
.w-auto{width:auto}
.h-auto{height:auto}
.hv{height:100vh}
.h-v{min-height:100vh}
.h-v-50{min-height:50vh}
@media (max-width:1199.98px){
	.w-auto-lg{width:auto!important}
	.w-100-lg{width:100%!important}
}
@media (max-width:991.98px){
	.w-auto-md{width:auto!important}
	.w-100-md{width:100%!important}
}
@media (max-width:767.98px){
	.w-auto-sm{width:auto!important}
	.w-100-sm{width:100%!important}
}
@media (max-width:575.98px){
	.w-auto-xs{width:auto!important}
	.w-100-xs{width:100%!important}
}
.primary{background-color:#2e93f9;color:#fff}
.red{background-color:#f44336;color:#fff}
.pink{background-color:#e91e63;color:#fff}
.purple{background-color:#9c27b0;color:#fff}
.deep-purple{background-color:#673ab7;color:#fff}
.indigo{background-color:#3f51b5;color:#fff}
.blue{background-color:#2196f3;color:#fff}
.light-blue{background-color:#03a9f4;color:#fff}
.cyan{background-color:#00bcd4;color:#fff}
.teal{background-color:#009688;color:#fff}
.green{background-color:#4caf50;color:#fff}
.light-green{background-color:#8bc34a;color:rgba(0,0,0,.85)}
.lime{background-color:#cddc39;color:rgba(0,0,0,.85)}
.yellow{background-color:#ffeb3b;color:rgba(0,0,0,.85)}
.amber{background-color:#ffc107;color:rgba(0,0,0,.85)}
.orange{background-color:#ff9800;color:rgba(0,0,0,.85)}
.deep-orange{background-color:#ff5722;color:#fff}
.brown{background-color:#795548;color:#fff}
.blue-grey{background-color:#607d8b;color:#fff}
.grey{background-color:#9e9e9e;color:#fff}


.img-xs{width:30px;height:30px;}
.img-sm{width:35px;height:35px;}
.img-md{width:55px;height:55px;}
.img-lg{width:100px;height:100px;}

.max-w-20{max-width:20px!important;}
.max-w-30{max-width:30px!important;}
.max-w-32{max-width:35px!important;}
.max-w-35{max-width:35px!important;}
.max-w-40{max-width:40px!important;}
.max-w-50{max-width:50px!important;}
.max-w-75{max-width:75px!important;}
.max-w-100{max-width:100px!important;}
.max-w-150{max-width:150px!important;}
.max-w-200{max-width:200px!important;}
//== Min/Max width/height

.l-height-10{line-height:10px !important;}
.l-height-11{line-height:11px !important;}
.l-height-12{line-height:12px !important;}
.l-height-13{line-height:13px !important;}
.l-height-14{line-height:14px !important;}
.l-height-15{line-height:15px !important;}
.l-height-16{line-height:16px !important;}
.l-height-17{line-height:17px !important;}
.l-height-18{line-height:18px !important;}
.l-height-19{line-height:19px !important;}
.l-height-20{line-height:20px !important;}
.l-height-21{line-height:21px !important;}
.l-height-22{line-height:22px !important;}
.l-height-23{line-height:23px !important;}
.l-height-24{line-height:24px !important;}
.l-height-25{line-height:25px !important;}
.l-height-26{line-height:26px !important;}
.l-height-27{line-height:27px !important;}
.l-height-28{line-height:28px !important;}
.l-height-29{line-height:29px !important;}
.l-height-30{line-height:30px !important;}
.l-height-35{line-height:35px !important;}
.l-height-40{line-height:40px !important;}
.l-height-45{line-height:45px !important;}
.l-height-50{line-height:50px !important;}
.l-height-55{line-height:55px !important;}
.l-height-60{line-height:60px !important;}
.l-height-65{line-height:65px !important;}
.l-height-70{line-height:70px !important;}
.l-height-75{line-height:75px !important;}
.l-height-80{line-height:80px !important;}
.l-height-85{line-height:85px !important;}
.l-height-90{line-height:90px !important;}
.l-height-95{line-height:95px !important;}
.l-height-100{line-height:100px !important;}
.l-height-105{line-height:105px !important;}
.l-height-110{line-height:110px !important;}
.l-height-120{line-height:120px !important;}
.l-height-130{line-height:130px !important;}
.l-height-140{line-height:140px !important;}
.l-height-150{line-height:150px !important;}


.max-h-100{max-height:100px!important;}
.max-h-200{max-height:200px!important;}
.max-h-250{max-height:250px!important;}
.max-h-300{max-height:300px!important;}
.max-h-350{max-height:300px!important;}
.max-h-375{max-height:300px!important;}
.max-h-400{max-height:400px!important;}
.max-h-450{max-height:450px!important;}
.max-h-500{max-height:500px!important;}
.max-h-600{max-height:600px!important;}
.max-h-650{max-height:650px!important;}
.max-h-700{max-height:700px!important;}
.max-h-800{max-height:800px!important;}
.max-h-900{max-height:900px!important;}
.max-h-1000{max-height:1000px!important;}
.min-h-0{min-height:0!important;}
.min-h-100{min-height:100px!important;}
.min-h-200{min-height:200px!important;}
.min-h-250{min-height:250px!important;}
.min-h-300{min-height:300px!important;}
.min-h-350{min-height:300px!important;}
.min-h-375{min-height:300px!important;}
.min-h-400{min-height:400px!important;}
.min-h-450{min-height:450px!important;}
.min-h-500{min-height:500px!important;}
.min-h-600{min-height:600px!important;}
.min-h-650{min-height:650px!important;}
.min-h-700{min-height:700px!important;}
.min-h-800{min-height:800px!important;}
.min-h-900{min-height:900px!important;}
.min-h-1000{min-height:1000px!important;}
//== width/height
.h-5{height:5px!important;}
.h-10{height:10px!important;}
.h-50{height:50px!important;}
.h-75{height:75px!important;}
.h-100{height:100px!important;}
.h-125{height:125px!important;}
.h-150{height:150px!important;}
.h-200{height:200px!important;}
.h-300{height:300px!important;}
.h-400{height:400px!important;}
.h-450{height:450px!important;}
.h-500{height:500px!important;}
.h-600{height:600px!important;}
.h-650{height:650px!important;}
.h-700{height:700px!important;}
.h-800{height:800px!important;}
.h-900{height:900px!important;}
.h-1000{height:1000px!important;}
.w-5{width:5px!important;}
.w-10{width:10px!important;}
.w-15{width:15px!important;}
.w-20{width:20px!important;}
.w-100p{width:100%;}
.h-100p{width:100%;}

.font-weight-100{font-weight:100!important}
.font-weight-200{font-weight:200!important}
.font-weight-300{font-weight:300!important}
.font-weight-400{font-weight:400!important}
.font-weight-500{font-weight:500!important}
.font-weight-600{font-weight:600!important}
.font-weight-700{font-weight:700!important}
.font-weight-800{font-weight:800!important}
.font-weight-900{font-weight:900!important}
.font-weight-light{font-weight:100!important}
.font-weight-normal{font-weight:300!important}
.font-weight-medium{font-weight:400!important}
.font-weight-bold{font-weight:500!important}
.font-size-0{font-size:0!important}
.font-size-10{font-size:10px!important}
.font-size-12{font-size:12px!important}
.font-size-14{font-size:14px!important}
.font-size-16{font-size:16px!important}
.font-size-18{font-size:18px!important}
.font-size-20{font-size:20px!important}
.font-size-24{font-size:24px!important}
.font-size-26{font-size:26px!important}
.font-size-30{font-size:30px!important}
.font-size-40{font-size:40px!important}
.font-size-50{font-size:50px!important}
.font-size-60{font-size:60px!important}
.font-size-70{font-size:70px!important}
.font-size-80{font-size:80px!important}

.no-bg{background:none!important}
.no-shadow{box-shadow:none!important}
.no-border{border:0 none!important}

.no-padding{padding:0!important}
.no-padding-top{padding-top:0!important}
.no-padding-right{padding-right:0!important}
.no-padding-bottom{padding-bottom:0!important}
.no-padding-left{padding-left:0!important}

.p-0{padding:0 !important;}
.p-5{padding:5px !important;}
.p-10{padding:10px !important;}
.p-15{padding:15px !important;}
.p-20{padding:20px !important;}
.p-25{padding:25px !important;}
.p-30{padding:30px !important;}
.p-40{padding:40px !important;}
.p-50{padding:50px !important;}
.p-75{padding:75px !important;}
.p-100{padding:100px !important;}
.p-l-0{padding-left:0 !important;}
.p-l-5{padding-left:5px !important;}
.p-l-10{padding-left:10px !important;}
.p-l-15{padding-left:15px !important;}
.p-l-20{padding-left:20px !important;}
.p-l-25{padding-left:25px !important;}
.p-l-30{padding-left:30px !important;}
.p-l-40{padding-left:40px !important;}
.p-l-50{padding-left:50px !important;}
.p-l-75{padding-left:75px !important;}
.p-l-100{padding-left:100px !important;}
.p-r-0{padding-right:0 !important;}
.p-r-5{padding-right:5px !important;}
.p-r-10{padding-right:10px !important;}
.p-r-15{padding-right:15px !important;}
.p-r-20{padding-right:20px !important;}
.p-r-25{padding-right:25px !important;}
.p-r-30{padding-right:30px !important;}
.p-r-40{padding-right:40px !important;}
.p-r-50{padding-right:50px !important;}
.p-r-75{padding-right:75px !important;}
.p-r-100{padding-right:100px !important;}
.p-b-0{padding-bottom:0 !important;}
.p-b-5{padding-bottom:5px !important;}
.p-b-10{padding-bottom:10px !important;}
.p-b-15{padding-bottom:15px !important;}
.p-b-20{padding-bottom:20px !important;}
.p-b-25{padding-bottom:25px !important;}
.p-b-30{padding-bottom:30px !important;}
.p-b-40{padding-bottom:40px !important;}
.p-b-50{padding-bottom:50px !important;}
.p-b-60{padding-bottom:60px !important;}
.p-b-70{padding-bottom:70px !important;}
.p-b-80{padding-bottom:80px !important;}
.p-b-90{padding-bottom:90px !important;}
.p-b-100{padding-bottom:100px !important;}
.p-t-0{padding-top:0 !important;}
.p-t-5{padding-top:5px !important;}
.p-t-10{padding-top:10px !important;}
.p-t-15{padding-top:15px !important;}
.p-t-20{padding-top:20px !important;}
.p-t-25{padding-top:25px !important;}
.p-t-30{padding-top:30px !important;}
.p-t-40{padding-top:40px !important;}
.p-t-50{padding-top:50px !important;}
.p-t-75{padding-top:75px !important;}
.p-t-100{padding-top:100px !important;}
.p-t-120{padding-top:120px !important;}
.p-t-130{padding-top:130px !important;}
.p-t-140{padding-top:140px !important;}
.p-t-150{padding-top:150px !important;}

.no-margin{margin:0!important}
.no-margin-top{margin-top:0!important}
.no-margin-right{margin-right:0!important}
.no-margin-bottom{margin-bottom:0!important}
.no-margin-left{margin-left:0!important}

.m-0{margin:0 !important;}
.m-5{margin:5px !important;}
.m-10{margin:10px !important;}
.m-15{margin:15px !important;}
.m-20{margin:20px !important;}
.m-30{margin:30px !important;}
.m-50{margin:50px !important;}
.m-100{margin:100px !important;}
.m-l-0{margin-left:0 !important;}
.m-l-5{margin-left:5px !important;}
.m-l-10{margin-left:10px !important;}
.m-l-15{margin-left:15px !important;}
.m-l-20{margin-left:20px !important;}
.m-l-30{margin-left:30px !important;}
.m-l-40{margin-left:40px !important;}
.m-l-50{margin-left:50px !important;}
.m-l-n-1{margin-left:-1px !important;}
.m-l-n-5{margin-left:-5px !important;}
.m-l-n-10{margin-left:-10px !important;}
.m-l-n-15{margin-left:-15px !important;}
.m-l-n-20{margin-left:-20px !important;}
.m-l-n-30{margin-left:-30px !important;}
.m-l-n-40{margin-left:-40px !important;}
.m-l-n-50{margin-left:-50px !important;}
.m-t-0{margin-top:0 !important;}
.m-t-1{margin-top:1px !important;}
.m-t-5{margin-top:5px !important;}
.m-t-10{margin-top:10px !important;}
.m-t-15{margin-top:15px !important;}
.m-t-20{margin-top:20px !important;}
.m-t-30{margin-top:30px !important;}
.m-t-40{margin-top:40px !important;}
.m-t-50{margin-top:50px !important;}
.m-t-75{margin-top:75px !important;}
.m-t-100{margin-top:100px !important;}
.m-t-120{margin-top:120px !important;}
.m-t-140{margin-top:140px !important;}
.m-t-n-1{margin-top:-1px !important;}
.m-t-n-5{margin-top:-5px !important;}
.m-t-n-10{margin-top:-10px !important;}
.m-t-n-15{margin-top:-15px !important;}
.m-t-n-20{margin-top:-20px !important;}
.m-t-n-30{margin-top:-30px !important;}
.m-t-n-40{margin-top:-40px !important;}
.m-t-n-50{margin-top:-50px !important;}
.m-r-0{margin-right:0 !important;}
.m-r-1{margin-right:1px !important;}
.m-r-5{margin-right:5px !important;}
.m-r-10{margin-right:10px !important;}
.m-r-15{margin-right:15px !important;}
.m-r-20{margin-right:20px !important;}
.m-r-30{margin-right:30px !important;}
.m-r-40{margin-right:40px !important;}
.m-r-50{margin-right:50px !important;}
.m-r-n-1{margin-right:-1px !important;}
.m-r-n-5{margin-right:-5px !important;}
.m-r-n-10{margin-right:-10px !important;}
.m-r-n-15{margin-right:-15px !important;}
.m-r-n-20{margin-right:-20px !important;}
.m-r-n-30{margin-right:-30px !important;}
.m-r-n-40{margin-right:-40px !important;}
.m-r-n-50{margin-right:-50px !important;}
.m-b-0{margin-bottom:0 !important;}
.m-b-1{margin-bottom:1px !important;}
.m-b-5{margin-bottom:5px !important;}
.m-b-10{margin-bottom:10px !important;}
.m-b-15{margin-bottom:15px !important;}
.m-b-20{margin-bottom:20px !important;}
.m-b-30{margin-bottom:30px !important;}
.m-b-40{margin-bottom:40px !important;}
.m-b-50{margin-bottom:50px !important;}
.m-b-n-1{margin-bottom:-1px !important;}
.m-b-n-5{margin-bottom:-5px !important;}
.m-b-n-10{margin-bottom:-10px !important;}
.m-b-n-15{margin-bottom:-15px !important;}
.m-b-n-20{margin-bottom:-20px !important;}
.m-b-n-30{margin-bottom:-30px !important;}
.m-b-n-40{margin-bottom:-40px !important;}
.m-b-n-50{margin-bottom:-50px !important;}