.clear {
    clear: both;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.hidden {
    overflow: hidden;
    height: 0px;
    position: relative;
}

.heightAuto {
    height: auto !important;
}

.displayTable {
    display: table;
}

.displayTableRow {
    display:table-row;
}


.displayTableCell {
    display: table-cell;
    vertical-align: middle;
}

.displayInlineBlock {
    display: inline-block;
}

.fixed {
    position: fixed;
}

.noFloat {
    float: none;
}
.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0 !important;
}

.noMarginL {
    margin-left: 0 !important;
}

.noMarginR {
    margin-right: 0 !important;
}

.noMarginRNotImportant {
    margin-right: 0;
}

.noMarginT {
    margin-top: 0 !important;
}

.noMarginB {
    margin-bottom: 0 !important;
}

.marginB10 {
    margin-bottom: 20px !important;
}

.marginB20 {
    margin-bottom: 20px !important;
}

.marginB30 {
    margin-bottom: 30px !important;
}

.marginB40 {
    margin-bottom: 40px !important;
}

.marginB50 {
    margin-bottom: 50px !important;
}

.marginB60 {
    margin-bottom: 60px !important;
}

.marginB70 {
    margin-bottom: 70px !important;
}

.marginB80 {
    margin-bottom: 80px !important;
}

.marginT10 {
    margin-top: 10px !important;
}

.marginT20 {
    margin-top: 20px !important;
}

.marginT25 {
    margin-top: 25px !important;
}

.marginT30 {
    margin-top: 30px !important;
}

.marginT40 {
    margin-top: 40px !important;
}

.marginT50 {
    margin-top: 50px !important;
}

.marginT60 {
    margin-top: 60px !important;
}

.marginT70 {
    margin-top: 70px !important;
}

.marginT80 {
    margin-top: 80px !important;
}

.marginR5 {
    margin-right: 5px !important;
}

.marginR10 {
    margin-right: 10px !important;
}

.marginR15 {
    margin-right: 15px !important;
}

.marginR20 {
    margin-right: 20px !important;
}

.marginL5 {
    margin-left: 5px !important;
}

.marginL10 {
    margin-left: 10px !important;
}

.marginL20 {
    margin-left: 20px !important;
}

.marginL30 {
    margin-left: 30px !important;
}

.marginL60 {
    margin-left: 60px !important;
}

.marginL90 {
    margin-left: 90px !important;
}

.floatR {
    float: right !important;
}

.floatL {
    float: left !important;
}

.overflowHidden {
    overflow: hidden;
}

.hideByOverflow {
    overflow: hidden;
    height: 0px;
}

.height1px {
    height: 1px;
}
/* For Responsive */

.hideOnDesktop {
    display: none;
}

.hideOnMobile {
    display: block;
}
/* For Bootstrap */

.rowNoMargin {
    margin-left: 0;
    margin-right: 0;
}

.colNoPadding {
    padding-left: 0;
    padding-right: 0;
}