.hidden {display: none !important;}
.dispNone {display: none !important;}
.disp-n {display: none;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.bold {font-weight: bold;}
.italic {font-style: italic;}

.marT-10 {margin-top:10px !important;}
.marT-15 {margin-top:15px !important;}
.marT-20 {margin-top:20px !important;}
.marT-40 {margin-top:40px !important;}

.marL-20 {margin-left:20px;}
.marR-10 {margin-right:10px;}
.marR-20 {margin-right:20px !important;}

.marB-10 {margin-bottom: 10px;}
.marB-15 {margin-bottom: 15px;}

.pad0 {padding: 0 !important;}

.padT-20 {padding-top: 20px;}
.padB-20 {padding-bottom: 20px;}

.padR-10 {padding-right: 10px !important;}
.padR-50 {padding-right: 50px !important;}

.noPadding {padding: 0 !important;}
.noMargin {margin: 0 !important;}

.cursorPointer {cursor: pointer;}
.cursorMove {cursor: move;}
.cursorText {cursor: text;}

.bgOrange {background-color: #f05f40 !important;}
.colorWhite {color: #ffffff !important;}

.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}

.w-auto {width: auto !important;}

.w-30 {width: 30px !important;}
.w-40 {width: 40px !important;}
.w-50 {width: 50px !important;}
.w-60 {width: 60px !important;}
.w-70 {width: 70px !important;}
.w-80 {width: 80px !important;}
.w-100 {width: 100px !important;}
.w-200 {width: 200px !important;}
.w-500 {width: 500px !important;}
.w-600 {width: 600px !important;}
.w-650 {width: 650px !important;}

.w100 {width: 100% !important;}

.h100 {height: 100% !important;}

.spaceAround {justify-content: space-around;}

.dispFlex {display: flex;}