/**
 * Padding
 */

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-t10 {
  padding-top: 10px !important;
}

.padding-t20 {
  padding-top: 20px !important;
}

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

.padding-r20 {
  padding-right: 20px !important;
}

.padding-b10 {
  padding-bottom: 10px !important;
}

.padding-b20 {
  padding-bottom: 20px !important;
}

.padding-l10 {
  padding-left: 10px !important;
}

.padding-l20 {
  padding-left: 20px !important;
}

/**
 * Margin
 */

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

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

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

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

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

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

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

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

.margin-t5 {
  margin-top: 5px !important;
}

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

.margin-t15 {
  margin-top: 15px !important;
}

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

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

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

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

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

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

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

.margin-r30 {
  margin-right: 30px !important;
}

.margin-r40 {
  margin-right: 40px !important;
}

.margin-r50 {
  margin-right: 50px !important;
}

.margin-b5 {
  margin-bottom: 5px !important;
}

.margin-b10 {
  margin-bottom: 10px !important;
}

.margin-b15 {
  margin-bottom: 15px !important;
}

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

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

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

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

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

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

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

.margin-l40 {
  margin-left: 40px !important;
}

.margin-l50 {
  margin-left: 50px !important;
}

.max-height-200 {
  max-height: 200px !important;
  width: auto;
}

/**
 * Height
 */

.max-height-250 {
  max-height: 250px !important;
  width: auto;
}

.max-height-280 {
  max-height: 280px !important;
  width: auto;
}

.max-height-300 {
  max-height: 300px !important;
  width: auto;
}

.max-height-350 {
  max-height: 350px !important;
  width: auto;
}

.max-height-400 {
  max-height: 350px !important;
  width: auto;
}

/**
 * Background
 */
.no-bg {
  background: none !important;
  background-color: transparent !important;
}

/**
 * Text
 */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/**
 * Color - Bootflat
 */

.text-blue-jeans-light {
  color: #5D9CEC;
}

.text-blue-jeans-dark {
  color: #4A89DC;
}

.text-aqua-light {
  color: #4FC1E9;
}

.text-aqua-dark {
  color: #3BAFDA;
}

.text-mint-light {
  color: #48CFAD;
}

.text-mint-dark {
  color: #37BC9B;
}

.text-grass-light {
  color: #A0D468;
}

.text-grass-dark {
  color: #8CC152;
}

.text-sunflower-light {
  color: #FFCE54;
}

.text-sunflower-dark {
  color: #F6BB42;
}

.text-bittersweet-light {
  color: #FC6E51;
}

.text-bittersweet-dark {
  color: #E9573F;
}

.text-grapefruit-light {
  color: #ED5565;
}

.text-grapefruit-dark {
  color: #DA4453;
}

.text-lavender-light {
  color: #AC92EC;
}

.text-lavender-dark {
  color: #967ADC;
}

.text-pink-rose-light {
  color: #EC87C0;
}

.text-pink-rose-dark {
  color: #D770AD;
}

.text-light-gray-light {
  color: #F5F7FA;
}

.text-light-gray-dark {
  color: #E6E9ED;
}

.text-medium-gray-light {
  color: #CCD1D9;
}

.text-medium-gray-dark {
  color: #AAB2BD;
}

.text-dark-gray-light {
  color: #656D78;
}

.text-dark-gray-dark {
  color: #434A54;
}
