/* Display */
.hidden { display: none; }

.responsive-wrap,
.table-wrap { width: 100%; max-width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; }

/* Positioning */
.nomargin { margin: 0 !important; }
.nopadding { padding: 0 !important; }

.datepicker { cursor: pointer; background: #fff url('../images/icon-calendar.png') no-repeat right 0.625rem center; }

/* Text Transformation */
.text-upper { text-transform: uppercase !important; }
.text-lower { text-transform: lowercase !important; }
.text-cap { text-transform: capitalize !important; }

