.min-width-80 {
min-width: 80px;
}
.min-width-150 {
min-width: 150px;
}
.min-width-300 {
min-width: 300px;
}
.max-width {
max-width: 100% !important;
}
.inline-block {
display: inline-block;
}
.top-align {
vertical-align: top;
}
.margin-top {
margin-top: 10px !important;
}
.margin-bottom {
margin-bottom: 10px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.more-margin-top {
margin-top: 40px !important;
}
.more-margin-bottom {
margin-bottom: 40px !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;
}
.no-padding {
padding: 0 !important;
}
.no-bg {
background: none !important;
}
.no-wrap {
white-space: nowrap !important;
}
.fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.content-scroll {
max-height: 120px;
overflow-y: auto;
}
.offscreen {
position: absolute;
top: auto;
left: -1000px;
width: 1px;
height: 1px;
overflow: hidden;
}
.note-bg {
background-color: #efefef;
}
.no-border-top {
border-top: none !important;
}
.smaller,
.smaller .well,
.smaller dl,
.smaller ol,
.smaller p,
.smaller ul {
font-size: 93.6% !important;
}
.bold {
font-weight: bold !important;
}
.border-bold {
border: solid 4px #4d4d4d !important;
}
.indent {
margin-left: 40px !important;
}
.width-xs-3 {
min-width: 25% !important;
}
.width-xs-4 {
min-width: 33.333333% !important;
}
.width-xs-6 {
min-width: 50% !important;
}
.width-xs-9 {
min-width: 75% !important;
}
XS Only
.pull-left-xs {
float: left !important;
}
.pull-right-xs {
float: right !important;
}
SM and up
.width-sm-3 {
min-width: 23% !important;
}
.width-sm-4 {
min-width: 31% !important;
}
.width-sm-6 {
min-width: 48% !important;
}
.width-sm-8 {
min-width: 65% !important;
}
.width-sm-9 {
min-width: 74% !important;
}
.pull-left-sm {
float: left !important;
}
.pull-right-sm {
float: right !important;
}
MD and up
.width-md-3 {
min-width: 25%;
}
.width-md-6 {
min-width: 50%;
}
.width-md-9 {
min-width: 75%;
}
LG and up
.width-lg-3 {
min-width: 25%;
}
.width-lg-6 {
min-width: 50%;
}
.width-lg-9 {
min-width: 75%;
}