@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
    [Divided list]
----------------------------------------------------*/
.divided li:not(:first-child){
	border-right: 1px solid #000;
	line-height: 2rem;
	padding-right: 0.8rem;
}
/*--------------------------------------------------
    [Panels]
----------------------------------------------------*/
.panel.red{
    border: 1px solid #db2828;
}
.panel.red > .panel-heading{
	background: #db2828;
}
.panel.orange > .panel-heading{
	background: #bf5a14;
    border-color: #bf5a14;
    color: #fff;
}
.panel.orange{
    border: 1px solid #bf5a14;
}

/*--------------------------------------------------
    [Box Shadows]
----------------------------------------------------*/
.shadow-2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.shadow-4dp {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.shadow-6dp {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); }

.shadow-8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.shadow-16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.shadow-24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2); }

/*--------------------------------------------------
    [Font Sizes]
----------------------------------------------------*/
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-100 {
  font-size: 100px !important;
}

/*------------------------------------------------------------------
    [Font Sizes under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-font-size-10 {
    font-size: 10px !important;
  }
  .md-font-size-11 {
    font-size: 11px !important;
  }
  .md-font-size-12 {
    font-size: 12px !important;
  }
  .md-font-size-13 {
    font-size: 13px !important;
  }
  .md-font-size-14 {
    font-size: 14px !important;
  }
  .md-font-size-15 {
    font-size: 15px !important;
  }
  .md-font-size-16 {
    font-size: 16px !important;
  }
  .md-font-size-18 {
    font-size: 18px !important;
  }
  .md-font-size-20 {
    font-size: 20px !important;
  }
  .md-font-size-22 {
    font-size: 22px !important;
  }
  .md-font-size-24 {
    font-size: 24px !important;
  }
  .md-font-size-26 {
    font-size: 26px !important;
  }
  .md-font-size-28 {
    font-size: 28px !important;
  }
  .md-font-size-30 {
    font-size: 30px !important;
  }
  .md-font-size-32 {
    font-size: 32px !important;
  }
  .md-font-size-34 {
    font-size: 34px !important;
  }
  .md-font-size-36 {
    font-size: 36px !important;
  }
  .md-font-size-50 {
    font-size: 50px !important;
  }
  .md-font-size-60 {
    font-size: 60px !important;
  }
  .md-font-size-70 {
    font-size: 70px !important;
  }
  .md-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-font-size-10 {
    font-size: 10px !important;
  }
  .sm-font-size-11 {
    font-size: 11px !important;
  }
  .sm-font-size-12 {
    font-size: 12px !important;
  }
  .sm-font-size-13 {
    font-size: 13px !important;
  }
  .sm-font-size-14 {
    font-size: 14px !important;
  }
  .sm-font-size-15 {
    font-size: 15px !important;
  }
  .sm-font-size-16 {
    font-size: 16px !important;
  }
  .sm-font-size-18 {
    font-size: 18px !important;
  }
  .sm-font-size-20 {
    font-size: 20px !important;
  }
  .sm-font-size-22 {
    font-size: 22px !important;
  }
  .sm-font-size-24 {
    font-size: 24px !important;
  }
  .sm-font-size-26 {
    font-size: 26px !important;
  }
  .sm-font-size-28 {
    font-size: 28px !important;
  }
  .sm-font-size-30 {
    font-size: 30px !important;
  }
  .sm-font-size-32 {
    font-size: 32px !important;
  }
  .sm-font-size-34 {
    font-size: 34px !important;
  }
  .sm-font-size-36 {
    font-size: 36px !important;
  }
  .sm-font-size-50 {
    font-size: 50px !important;
  }
  .sm-font-size-60 {
    font-size: 60px !important;
  }
  .sm-font-size-70 {
    font-size: 70px !important;
  }
  .sm-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-font-size-10 {
    font-size: 10px !important;
  }
  .xs-font-size-11 {
    font-size: 11px !important;
  }
  .xs-font-size-12 {
    font-size: 12px !important;
  }
  .xs-font-size-13 {
    font-size: 13px !important;
  }
  .xs-font-size-14 {
    font-size: 14px !important;
  }
  .xs-font-size-15 {
    font-size: 15px !important;
  }
  .xs-font-size-16 {
    font-size: 16px !important;
  }
  .xs-font-size-18 {
    font-size: 18px !important;
  }
  .xs-font-size-20 {
    font-size: 20px !important;
  }
  .xs-font-size-22 {
    font-size: 22px !important;
  }
  .xs-font-size-24 {
    font-size: 24px !important;
  }
  .xs-font-size-26 {
    font-size: 26px !important;
  }
  .xs-font-size-28 {
    font-size: 28px !important;
  }
  .xs-font-size-30 {
    font-size: 30px !important;
  }
  .xs-font-size-32 {
    font-size: 32px !important;
  }
  .xs-font-size-34 {
    font-size: 34px !important;
  }
  .xs-font-size-36 {
    font-size: 36px !important;
  }
  .xs-font-size-50 {
    font-size: 50px !important;
  }
  .xs-font-size-60 {
    font-size: 60px !important;
  }
  .xs-font-size-70 {
    font-size: 70px !important;
  }
  .xs-font-size-100 {
    font-size: 100px !important;
  }
}
/*--------------------------------------------------------------------------------------
    [Background Colors]
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
    [Red]
----------------------------------------------------*/
.bg-red-50 {
	background: #ffebee !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-100 {
	background: #ffcdd2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-200 {
	background: #ef9a9a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-300 {
	background: #e57373 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-400 {
	background: #ef5350 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-500 {
	background: #f44336 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-600 {
	background: #e53935 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-700 {
	background: #d32f2f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-800 {
	background: #c62828 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-900 {
	background: #b71c1c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-a100 {
	background: #ff8a80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-a200 {
	background: #ff5252 !important;
	color: white !important;
}
.bg-red-a400 {
	background: #ff1744 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-red-a700 {
	background: #d50000 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.bg-pink-50 {
	background: #fce4ec !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-100 {
	background: #f8bbd0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-200 {
	background: #f48fb1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-300 {
	background: #f06292 !important;
	color: white !important;
}
.bg-pink-400 {
	background: #ec407a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-500 {
	background: #e91e63 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-600 {
	background: #d81b60 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-700 {
	background: #c2185b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-800 {
	background: #ad1457 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-900 {
	background: #880e4f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-a100 {
	background: #ff80ab !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-pink-a200 {
	background: #ff4081 !important;
	color: white !important;
}
.bg-pink-a400 {
	background: #f50057 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-pink-a700 {
	background: #c51162 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.bg-purple-50 {
	background: #f3e5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-100 {
	background: #e1bee7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-200 {
	background: #ce93d8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-300 {
	background: #ba68c8 !important;
	color: white !important;
}
.bg-purple-400 {
	background: #ab47bc !important;
	color: white !important;
}
.bg-purple-500 {
	background: #9c27b0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-600 {
	background: #8e24aa !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-700 {
	background: #7b1fa2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-800 {
	background: #6a1b9a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-900 {
	background: #4a148c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-a100 {
	background: #ea80fc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-purple-a200 {
	background: #e040fb !important;
	color: white !important;
}
.bg-purple-a400 {
	background: #d500f9 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-purple-a700 {
	background: #aa00ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.bg-deep-purple-50 {
	background: #ede7f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-100 {
	background: #d1c4e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-200 {
	background: #b39ddb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-300 {
	background: #9575cd !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-400 {
	background: #7e57c2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-500 {
	background: #673ab7 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-600 {
	background: #5e35b1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-700 {
	background: #512da8 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-800 {
	background: #4527a0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-900 {
	background: #311b92 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-a100 {
	background: #b388ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-purple-a200 {
	background: #7c4dff !important;
	color: white !important;
}
.bg-deep-purple-a400 {
	background: #651fff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-purple-a700 {
	background: #6200ea !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Indigo]
----------------------------------------------------*/
.bg-indigo-50 {
	background: #e8eaf6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-100 {
	background: #c5cae9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-200 {
	background: #9fa8da !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-300 {
	background: #7986cb !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-400 {
	background: #5c6bc0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-500 {
	background: #3f51b5 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-600 {
	background: #3949ab !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-700 {
	background: #303f9f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-800 {
	background: #283593 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-900 {
	background: #1a237e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a100 {
	background: #8c9eff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-indigo-a200 {
	background: #536dfe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a400 {
	background: #3d5afe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-indigo-a700 {
	background: #304ffe !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.bg-blue-50 {
	background: #e3f2fd !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-100 {
	background: #bbdefb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-200 {
	background: #90caf9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-300 {
	background: #64b5f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-400 {
	background: #42a5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-500 {
	background: #2196f3 !important;
	color: white !important;
}
.bg-blue-600 {
	background: #1e88e5 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-700 {
	background: #1976d2 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-800 {
	background: #1565c0 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-900 {
	background: #0d47a1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-a100 {
	background: #82b1ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-a200 {
	background: #448aff !important;
	color: white !important;
}
.bg-blue-a400 {
	background: #2979ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-a700 {
	background: #2962ff !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.bg-light-blue-50 {
	background: #e1f5fe !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-100 {
	background: #b3e5fc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-200 {
	background: #81d4fa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-300 {
	background: #4fc3f7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-400 {
	background: #29b6f6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-500 {
	background: #03a9f4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-600 {
	background: #039be5 !important;
	color: white !important;
}
.bg-light-blue-700 {
	background: #0288d1 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-800 {
	background: #0277bd !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-900 {
	background: #01579b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-blue-a100 {
	background: #80d8ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a200 {
	background: #40c4ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a400 {
	background: #00b0ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-blue-a700 {
	background: #0091ea !important;
	color: white !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.bg-cyan-50 {
	background: #e0f7fa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-100 {
	background: #b2ebf2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-200 {
	background: #80deea !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-300 {
	background: #4dd0e1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-400 {
	background: #26c6da !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-500 {
	background: #00bcd4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-600 {
	background: #00acc1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-700 {
	background: #0097a7 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-800 {
	background: #00838f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-900 {
	background: #006064 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-cyan-a100 {
	background: #84ffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a200 {
	background: #18ffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a400 {
	background: #00e5ff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-cyan-a700 {
	background: #00b8d4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.bg-teal-50 {
	background: #e0f2f1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-100 {
	background: #b2dfdb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-200 {
	background: #80cbc4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-300 {
	background: #4db6ac !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-400 {
	background: #26a69a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-500 {
	background: #009688 !important;
	color: white !important;
}
.bg-teal-600 {
	background: #00897b !important;
	color: white !important;
}
.bg-teal-700 {
	background: #00796b !important;
	color: white !important;
}
.bg-teal-800 {
	background: #00695c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-900 {
	background: #004d40 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-teal-a100 {
	background: #a7ffeb !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a200 {
	background: #64ffda !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a400 {
	background: #1de9b6 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-teal-a700 {
	background: #00bfa5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.bg-green-50 {
	background: #e8f5e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-100 {
	background: #c8e6c9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-200 {
	background: #a5d6a7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-300 {
	background: #81c784 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-400 {
	background: #66bb6a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-500 {
	background: #4caf50 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-600 {
	background: #43a047 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-700 {
	background: #388e3c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-800 {
	background: #2e7d32 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-900 {
	background: #1b5e20 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-green-a100 {
	background: #b9f6ca !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a200 {
	background: #69f0ae !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a400 {
	background: #00e676 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-green-a700 {
	background: #00c853 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [bg-light Green]
----------------------------------------------------*/
.bg-light-green-50 {
	background: #f1f8e9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-100 {
	background: #dcedc8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-200 {
	background: #c5e1a5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-300 {
	background: #aed581 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-400 {
	background: #9ccc65 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-500 {
	background: #8bc34a !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-600 {
	background: #7cb342 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-700 {
	background: #689f38 !important;
	color: white !important;
}
.bg-light-green-800 {
	background: #558b2f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-green-900 {
	background: #33691e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-light-green-a100 {
	background: #ccff90 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a200 {
	background: #b2ff59 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a400 {
	background: #76ff03 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-light-green-a700 {
	background: #64dd17 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.bg-lime-50 {
	background: #f9fbe7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-100 {
	background: #f0f4c3 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-200 {
	background: #e6ee9c !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-300 {
	background: #dce775 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-400 {
	background: #d4e157 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-500 {
	background: #cddc39 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-600 {
	background: #c0ca33 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-700 {
	background: #afb42b !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-800 {
	background: #9e9d24 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-900 {
	background: #827717 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-lime-a100 {
	background: #f4ff81 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a200 {
	background: #eeff41 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a400 {
	background: #c6ff00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-lime-a700 {
	background: #aeea00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.bg-yellow-50 {
	background: #fffde7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-100 {
	background: #fff9c4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-200 {
	background: #fff59d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-300 {
	background: #fff176 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-400 {
	background: #ffee58 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-500 {
	background: #ffeb3b !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-600 {
	background: #fdd835 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-700 {
	background: #fbc02d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-800 {
	background: #f9a825 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-900 {
	background: #f57f17 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a100 {
	background: #ffff8d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a200 {
	background: #ffff00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a400 {
	background: #ffea00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-yellow-a700 {
	background: #ffd600 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.bg-amber-50 {
	background: #fff8e1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-100 {
	background: #ffecb3 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-200 {
	background: #ffe082 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-300 {
	background: #ffd54f !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-400 {
	background: #ffca28 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-500 {
	background: #ffc107 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-600 {
	background: #ffb300 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-700 {
	background: #ffa000 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-800 {
	background: #ff8f00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-900 {
	background: #ff6f00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a100 {
	background: #ffe57f !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a200 {
	background: #ffd740 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a400 {
	background: #ffc400 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-amber-a700 {
	background: #ffab00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.bg-orange-50 {
	background: #fff3e0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-100 {
	background: #ffe0b2 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-200 {
	background: #ffcc80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-300 {
	background: #ffb74d !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-400 {
	background: #ffa726 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-500 {
	background: #ff9800 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-600 {
	background: #fb8c00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-700 {
	background: #f57c00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-800 {
	background: #ef6c00 !important;
	color: white !important;
}
.bg-orange-900 {
	background: #e65100 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-orange-a100 {
	background: #ffd180 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a200 {
	background: #ffab40 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a400 {
	background: #ff9100 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-orange-a700 {
	background: #ff6d00 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
/*--------------------------------------------------
    [bg-deep Orange]
----------------------------------------------------*/
.bg-deep-orange-50 {
	background: #fbe9e7 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-100 {
	background: #ffccbc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-200 {
	background: #ffab91 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-300 {
	background: #ff8a65 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-400 {
	background: #ff7043 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-500 {
	background: #ff5722 !important;
	color: white !important;
}
.bg-deep-orange-600 {
	background: #f4511e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-700 {
	background: #e64a19 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-800 {
	background: #d84315 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-900 {
	background: #bf360c !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-a100 {
	background: #ff9e80 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-a200 {
	background: #ff6e40 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-deep-orange-a400 {
	background: #ff3d00 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-deep-orange-a700 {
	background: #dd2c00 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.bg-brown-50 {
	background: #efebe9 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-100 {
	background: #d7ccc8 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-200 {
	background: #bcaaa4 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-brown-300 {
	background: #a1887f !important;
	color: white !important;
}
.bg-brown-400 {
	background: #8d6e63 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-500 {
	background: #795548 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-600 {
	background: #6d4c41 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-700 {
	background: #5d4037 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-800 {
	background: #4e342e !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-brown-900 {
	background: #3e2723 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.bg-grey-50 {
	background: #fafafa !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-100 {
	background: #f5f5f5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-200 {
	background: #eeeeee !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-300 {
	background: #e0e0e0 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-400 {
	background: #bdbdbd !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-500 {
	background: #9e9e9e !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-grey-600 {
	background: #757575 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-700 {
	background: #616161 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-800 {
	background: #424242 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-grey-900 {
	background: #212121 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.bg-blue-grey-50 {
	background: #eceff1 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-100 {
	background: #cfd8dc !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-200 {
	background: #b0bec5 !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-300 {
	background: #90a4ae !important;
	color: rgba(0, 0, 0, 0.87) !important;
}
.bg-blue-grey-400 {
	background: #78909c !important;
	color: white !important;
}
.bg-blue-grey-500 {
	background: #607d8b !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-600 {
	background: #546e7a !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-700 {
	background: #455a64 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-800 {
	background: #37474f !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-blue-grey-900 {
	background: #263238 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
/*--------------------------------------------------
    [Black & White]
----------------------------------------------------*/
.bg-black {
	background: #000000 !important;
	color: rgba(255, 255, 255, 0.87) !important;
}
.bg-white {
	background: #ffffff !important;
	color: rgba(0, 0, 0, 0.87) !important;
}

/*--------------------------------------------------
    [Border]
----------------------------------------------------*/
.border-1 {
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.border-top-1 {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.border-bottom-1 {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/*------------------------------------------------------------------
    [Border Colors]
------------------------------------------------------------------*/
.brd-red-50 {
	border-color: #ffebee !important;
}
.brd-red-100 {
	border-color: #ffcdd2 !important;
}
.brd-red-200 {
	border-color: #ef9a9a !important;
}
.brd-red-300 {
	border-color: #e57373 !important;
}
.brd-red-400 {
	border-color: #ef5350 !important;
}
.brd-red-500 {
	border-color: #f44336 !important;
}
.brd-red-600 {
	border-color: #e53935 !important;
}
.brd-red-700 {
	border-color: #d32f2f !important;
}
.brd-red-800 {
	border-color: #c62828 !important;
}
.brd-red-900 {
	border-color: #b71c1c !important;
}
.brd-red-a100 {
	border-color: #ff8a80 !important;
}
.brd-red-a200 {
	border-color: #ff5252 !important;
}
.brd-red-a400 {
	border-color: #ff1744 !important;
}
.brd-red-a700 {
	border-color: #d50000 !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.brd-pink-50 {
	border-color: #fce4ec !important;
}
.brd-pink-100 {
	border-color: #f8bbd0 !important;
}
.brd-pink-200 {
	border-color: #f48fb1 !important;
}
.brd-pink-300 {
	border-color: #f06292 !important;
}
.brd-pink-400 {
	border-color: #ec407a !important;
}
.brd-pink-500 {
	border-color: #e91e63 !important;
}
.brd-pink-600 {
	border-color: #d81b60 !important;
}
.brd-pink-700 {
	border-color: #c2185b !important;
}
.brd-pink-800 {
	border-color: #ad1457 !important;
}
.brd-pink-900 {
	border-color: #880e4f !important;
}
.brd-pink-a100 {
	border-color: #ff80ab !important;
}
.brd-pink-a200 {
	border-color: #ff4081 !important;
}
.brd-pink-a400 {
	border-color: #f50057 !important;
}
.brd-pink-a700 {
	border-color: #c51162 !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.brd-purple-50 {
	border-color: #f3e5f5 !important;
}
.brd-purple-100 {
	border-color: #e1bee7 !important;
}
.brd-purple-200 {
	border-color: #ce93d8 !important;
}
.brd-purple-300 {
	border-color: #ba68c8 !important;
}
.brd-purple-400 {
	border-color: #ab47bc;
	color: white !important;
}
.brd-purple-500 {
	border-color: #9c27b0 !important;
}
.brd-purple-600 {
	border-color: #8e24aa !important;
}
.brd-purple-700 {
	border-color: #7b1fa2 !important;
}
.brd-purple-800 {
	border-color: #6a1b9a !important;
}
.brd-purple-900 {
	border-color: #4a148c !important;
}
.brd-purple-a100 {
	border-color: #ea80fc !important;
}
.brd-purple-a200 {
	border-color: #e040fb !important;
}
.brd-purple-a400 {
	border-color: #d500f9 !important;
}
.brd-purple-a700 {
	border-color: #aa00ff !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.brd-deep-purple-50 {
	border-color: #ede7f6 !important;
}
.brd-deep-purple-100 {
	border-color: #d1c4e9 !important;
}
.brd-deep-purple-200 {
	border-color: #b39ddb !important;
}
.brd-deep-purple-300 {
	border-color: #9575cd !important;
}
.brd-deep-purple-400 {
	border-color: #7e57c2 !important;
}
.brd-deep-purple-500 {
	border-color: #673ab7 !important;
}
.brd-deep-purple-600 {
	border-color: #5e35b1 !important;
}
.brd-deep-purple-700 {
	border-color: #512da8 !important;
}
.brd-deep-purple-800 {
	border-color: #4527a0 !important;
}
.brd-deep-purple-900 {
	border-color: #311b92 !important;
}
.brd-deep-purple-a100 {
	border-color: #b388ff !important;
}
.brd-deep-purple-a200 {
	border-color: #7c4dff !important;
}
.brd-deep-purple-a400 {
	border-color: #651fff !important;
}
.brd-deep-purple-a700 {
	border-color: #6200ea !important;
}
/*--------------------------------------------------
    [Indigo]
----------------------------------------------------*/
.brd-indigo-50 {
	border-color: #e8eaf6 !important;
}
.brd-indigo-100 {
	border-color: #c5cae9 !important;
}
.brd-indigo-200 {
	border-color: #9fa8da !important;
}
.brd-indigo-300 {
	border-color: #7986cb !important;
}
.brd-indigo-400 {
	border-color: #5c6bc0 !important;
}
.brd-indigo-500 {
	border-color: #3f51b5 !important;
}
.brd-indigo-600 {
	border-color: #3949ab !important;
}
.brd-indigo-700 {
	border-color: #303f9f !important;
}
.brd-indigo-800 {
	border-color: #283593 !important;
}
.brd-indigo-900 {
	border-color: #1a237e !important;
}
.brd-indigo-a100 {
	border-color: #8c9eff !important;
}
.brd-indigo-a200 {
	border-color: #536dfe !important;
}
.brd-indigo-a400 {
	border-color: #3d5afe !important;
}
.brd-indigo-a700 {
	border-color: #304ffe !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.brd-blue-50 {
	border-color: #e3f2fd !important;
}
.brd-blue-100 {
	border-color: #bbdefb !important;
}
.brd-blue-200 {
	border-color: #90caf9 !important;
}
.brd-blue-300 {
	border-color: #64b5f6 !important;
}
.brd-blue-400 {
	border-color: #42a5f5 !important;
}
.brd-blue-500 {
	border-color: #2196f3 !important;
}
.brd-blue-600 {
	border-color: #1e88e5 !important;
}
.brd-blue-700 {
	border-color: #1976d2 !important;
}
.brd-blue-800 {
	border-color: #1565c0 !important;
}
.brd-blue-900 {
	border-color: #0d47a1 !important;
}
.brd-blue-a100 {
	border-color: #82b1ff !important;
}
.brd-blue-a200 {
	border-color: #448aff !important;
}
.brd-blue-a400 {
	border-color: #2979ff !important;
}
.brd-blue-a700 {
	border-color: #2962ff !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.brd-light-blue-50 {
	border-color: #e1f5fe !important;
}
.brd-light-blue-100 {
	border-color: #b3e5fc !important;
}
.brd-light-blue-200 {
	border-color: #81d4fa !important;
}
.brd-light-blue-300 {
	border-color: #4fc3f7 !important;
}
.brd-light-blue-400 {
	border-color: #29b6f6 !important;
}
.brd-light-blue-500 {
	border-color: #03a9f4 !important;
}
.brd-light-blue-600 {
	border-color: #039be5 !important;
}
.brd-light-blue-700 {
	border-color: #0288d1 !important;
}
.brd-light-blue-800 {
	border-color: #0277bd !important;
}
.brd-light-blue-900 {
	border-color: #01579b !important;
}
.brd-light-blue-a100 {
	border-color: #80d8ff !important;
}
.brd-light-blue-a200 {
	border-color: #40c4ff !important;
}
.brd-light-blue-a400 {
	border-color: #00b0ff !important;
}
.brd-light-blue-a700 {
	border-color: #0091ea !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.brd-cyan-50 {
	border-color: #e0f7fa !important;
}
.brd-cyan-100 {
	border-color: #b2ebf2 !important;
}
.brd-cyan-200 {
	border-color: #80deea !important;
}
.brd-cyan-300 {
	border-color: #4dd0e1 !important;
}
.brd-cyan-400 {
	border-color: #26c6da !important;
}
.brd-cyan-500 {
	border-color: #00bcd4 !important;
}
.brd-cyan-600 {
	border-color: #00acc1 !important;
}
.brd-cyan-700 {
	border-color: #0097a7 !important;
}
.brd-cyan-800 {
	border-color: #00838f !important;
}
.brd-cyan-900 {
	border-color: #006064 !important;
}
.brd-cyan-a100 {
	border-color: #84ffff !important;
}
.brd-cyan-a200 {
	border-color: #18ffff !important;
}
.brd-cyan-a400 {
	border-color: #00e5ff !important;
}
.brd-cyan-a700 {
	border-color: #00b8d4 !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.brd-teal-50 {
	border-color: #e0f2f1 !important;
}
.brd-teal-100 {
	border-color: #b2dfdb !important;
}
.brd-teal-200 {
	border-color: #80cbc4 !important;
}
.brd-teal-300 {
	border-color: #4db6ac !important;
}
.brd-teal-400 {
	border-color: #26a69a !important;
}
.brd-teal-500 {
	border-color: #009688 !important;
}
.brd-teal-600 {
	border-color: #00897b !important;
}
.brd-teal-700 {
	border-color: #00796b !important;
}
.brd-teal-800 {
	border-color: #00695c !important;
}
.brd-teal-900 {
	border-color: #004d40 !important;
}
.brd-teal-a100 {
	border-color: #a7ffeb !important;
}
.brd-teal-a200 {
	border-color: #64ffda !important;
}
.brd-teal-a400 {
	border-color: #1de9b6 !important;
}
.brd-teal-a700 {
	border-color: #00bfa5 !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.brd-green-50 {
	border-color: #e8f5e9 !important;
}
.brd-green-100 {
	border-color: #c8e6c9 !important;
}
.brd-green-200 {
	border-color: #a5d6a7 !important;
}
.brd-green-300 {
	border-color: #81c784 !important;
}
.brd-green-400 {
	border-color: #66bb6a !important;
}
.brd-green-500 {
	border-color: #4caf50 !important;
}
.brd-green-600 {
	border-color: #43a047 !important;
}
.brd-green-700 {
	border-color: #388e3c !important;
}
.brd-green-800 {
	border-color: #2e7d32 !important;
}
.brd-green-900 {
	border-color: #1b5e20 !important;
}
.brd-green-a100 {
	border-color: #b9f6ca !important;
}
.brd-green-a200 {
	border-color: #69f0ae !important;
}
.brd-green-a400 {
	border-color: #00e676 !important;
}
.brd-green-a700 {
	border-color: #00c853 !important;
}
/*--------------------------------------------------
    [brd-light Green]
----------------------------------------------------*/
.brd-light-green-50 {
	border-color: #f1f8e9 !important;
}
.brd-light-green-100 {
	border-color: #dcedc8 !important;
}
.brd-light-green-200 {
	border-color: #c5e1a5 !important;
}
.brd-light-green-300 {
	border-color: #aed581 !important;
}
.brd-light-green-400 {
	border-color: #9ccc65 !important;
}
.brd-light-green-500 {
	border-color: #8bc34a !important;
}
.brd-light-green-600 {
	border-color: #7cb342 !important;
}
.brd-light-green-700 {
	border-color: #689f38 !important;
}
.brd-light-green-800 {
	border-color: #558b2f !important;
}
.brd-light-green-900 {
	border-color: #33691e !important;
}
.brd-light-green-a100 {
	border-color: #ccff90 !important;
}
.brd-light-green-a200 {
	border-color: #b2ff59 !important;
}
.brd-light-green-a400 {
	border-color: #76ff03 !important;
}
.brd-light-green-a700 {
	border-color: #64dd17 !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.brd-lime-50 {
	border-color: #f9fbe7 !important;
}
.brd-lime-100 {
	border-color: #f0f4c3 !important;
}
.brd-lime-200 {
	border-color: #e6ee9c !important;
}
.brd-lime-300 {
	border-color: #dce775 !important;
}
.brd-lime-400 {
	border-color: #d4e157 !important;
}
.brd-lime-500 {
	border-color: #cddc39 !important;
}
.brd-lime-600 {
	border-color: #c0ca33 !important;
}
.brd-lime-700 {
	border-color: #afb42b !important;
}
.brd-lime-800 {
	border-color: #9e9d24 !important;
}
.brd-lime-900 {
	border-color: #827717 !important;
}
.brd-lime-a100 {
	border-color: #f4ff81 !important;
}
.brd-lime-a200 {
	border-color: #eeff41 !important;
}
.brd-lime-a400 {
	border-color: #c6ff00 !important;
}
.brd-lime-a700 {
	border-color: #aeea00 !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.brd-yellow-50 {
	border-color: #fffde7 !important;
}
.brd-yellow-100 {
	border-color: #fff9c4 !important;
}
.brd-yellow-200 {
	border-color: #fff59d !important;
}
.brd-yellow-300 {
	border-color: #fff176 !important;
}
.brd-yellow-400 {
	border-color: #ffee58 !important;
}
.brd-yellow-500 {
	border-color: #ffeb3b !important;
}
.brd-yellow-600 {
	border-color: #fdd835 !important;
}
.brd-yellow-700 {
	border-color: #fbc02d !important;
}
.brd-yellow-800 {
	border-color: #f9a825 !important;
}
.brd-yellow-900 {
	border-color: #f57f17 !important;
}
.brd-yellow-a100 {
	border-color: #ffff8d !important;
}
.brd-yellow-a200 {
	border-color: #ffff00 !important;
}
.brd-yellow-a400 {
	border-color: #ffea00 !important;
}
.brd-yellow-a700 {
	border-color: #ffd600 !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.brd-amber-50 {
	border-color: #fff8e1 !important;
}
.brd-amber-100 {
	border-color: #ffecb3 !important;
}
.brd-amber-200 {
	border-color: #ffe082 !important;
}
.brd-amber-300 {
	border-color: #ffd54f !important;
}
.brd-amber-400 {
	border-color: #ffca28 !important;
}
.brd-amber-500 {
	border-color: #ffc107 !important;
}
.brd-amber-600 {
	border-color: #ffb300 !important;
}
.brd-amber-700 {
	border-color: #ffa000 !important;
}
.brd-amber-800 {
	border-color: #ff8f00 !important;
}
.brd-amber-900 {
	border-color: #ff6f00 !important;
}
.brd-amber-a100 {
	border-color: #ffe57f !important;
}
.brd-amber-a200 {
	border-color: #ffd740 !important;
}
.brd-amber-a400 {
	border-color: #ffc400 !important;
}
.brd-amber-a700 {
	border-color: #ffab00 !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.brd-orange-50 {
	border-color: #fff3e0 !important;
}
.brd-orange-100 {
	border-color: #ffe0b2 !important;
}
.brd-orange-200 {
	border-color: #ffcc80 !important;
}
.brd-orange-300 {
	border-color: #ffb74d !important;
}
.brd-orange-400 {
	border-color: #ffa726 !important;
}
.brd-orange-500 {
	border-color: #ff9800 !important;
}
.brd-orange-600 {
	border-color: #fb8c00 !important;
}
.brd-orange-700 {
	border-color: #f57c00 !important;
}
.brd-orange-800 {
	border-color: #ef6c00 !important;
}
.brd-orange-900 {
	border-color: #e65100 !important;
}
.brd-orange-a100 {
	border-color: #ffd180 !important;
}
.brd-orange-a200 {
	border-color: #ffab40 !important;
}
.brd-orange-a400 {
	border-color: #ff9100 !important;
}
.brd-orange-a700 {
	border-color: #ff6d00 !important;
}
/*--------------------------------------------------
    [brd-deep Orange]
----------------------------------------------------*/
.brd-deep-orange-50 {
	border-color: #fbe9e7 !important;
}
.brd-deep-orange-100 {
	border-color: #ffccbc !important;
}
.brd-deep-orange-200 {
	border-color: #ffab91 !important;
}
.brd-deep-orange-300 {
	border-color: #ff8a65 !important;
}
.brd-deep-orange-400 {
	border-color: #ff7043 !important;
}
.brd-deep-orange-500 {
	border-color: #ff5722 !important;
}
.brd-deep-orange-600 {
	border-color: #f4511e !important;
}
.brd-deep-orange-700 {
	border-color: #e64a19 !important;
}
.brd-deep-orange-800 {
	border-color: #d84315 !important;
}
.brd-deep-orange-900 {
	border-color: #bf360c !important;
}
.brd-deep-orange-a100 {
	border-color: #ff9e80 !important;
}
.brd-deep-orange-a200 {
	border-color: #ff6e40 !important;
}
.brd-deep-orange-a400 {
	border-color: #ff3d00 !important;
}
.brd-deep-orange-a700 {
	border-color: #dd2c00 !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.brd-brown-50 {
	border-color: #efebe9 !important;
}
.brd-brown-100 {
	border-color: #d7ccc8 !important;
}
.brd-brown-200 {
	border-color: #bcaaa4 !important;
}
.brd-brown-300 {
	border-color: #a1887f !important;
}
.brd-brown-400 {
	border-color: #8d6e63 !important;
}
.brd-brown-500 {
	border-color: #795548 !important;
}
.brd-brown-600 {
	border-color: #6d4c41 !important;
}
.brd-brown-700 {
	border-color: #5d4037 !important;
}
.brd-brown-800 {
	border-color: #4e342e !important;
}
.brd-brown-900 {
	border-color: #3e2723 !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.brd-grey-50 {
	border-color: #fafafa !important;
}
.brd-grey-100 {
	border-color: #f5f5f5 !important;
}
.brd-grey-200 {
	border-color: #eeeeee !important;
}
.brd-grey-300 {
	border-color: #e0e0e0 !important;
}
.brd-grey-400 {
	border-color: #bdbdbd !important;
}
.brd-grey-500 {
	border-color: #9e9e9e !important;
}
.brd-grey-600 {
	border-color: #757575 !important;
}
.brd-grey-700 {
	border-color: #616161 !important;
}
.brd-grey-800 {
	border-color: #424242 !important;
}
.brd-grey-900 {
	border-color: #212121 !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.brd-blue-grey-50 {
	border-color: #eceff1 !important;
}
.brd-blue-grey-100 {
	border-color: #cfd8dc !important;
}
.brd-blue-grey-200 {
	border-color: #b0bec5 !important;
}
.brd-blue-grey-300 {
	border-color: #90a4ae !important;
}
.brd-blue-grey-400 {
	border-color: #78909c !important;
}
.brd-blue-grey-500 {
	border-color: #607d8b !important;
}
.brd-blue-grey-600 {
	border-color: #546e7a !important;
}
.brd-blue-grey-700 {
	border-color: #455a64 !important;
}
.brd-blue-grey-800 {
	border-color: #37474f !important;
}
.brd-blue-grey-900 {
	border-color: #263238 !important;
}
/*--------------------------------------------------
    [Black & White]
----------------------------------------------------*/
.brd-black {
	border-color: #000000 !important;
}
.brd-white {
	border-color: #ffffff !important;
}

/*------------------------------------------------------------------
    [Text Colors]
------------------------------------------------------------------*/
.red-50 {
	color: #ffebee !important;
}
.red-100 {
	color: #ffcdd2 !important;
}
.red-200 {
	color: #ef9a9a !important;
}
.red-300 {
	color: #e57373 !important;
}
.red-400 {
	color: #ef5350 !important;
}
.red-500 {
	color: #f44336 !important;
}
.red-600 {
	color: #e53935 !important;
}
.red-700 {
	color: #d32f2f !important;
}
.red-800 {
	color: #c62828 !important;
}
.red-900 {
	color: #b71c1c !important;
}
.red-a100 {
	color: #ff8a80 !important;
}
.red-a200 {
	color: #ff5252 !important;
}
.red-a400 {
	color: #ff1744 !important;
}
.red-a700 {
	color: #d50000 !important;
}
/*--------------------------------------------------
    [Pink]
----------------------------------------------------*/
.pink-50 {
	color: #fce4ec !important;
}
.pink-100 {
	color: #f8bbd0 !important;
}
.pink-200 {
	color: #f48fb1 !important;
}
.pink-300 {
	color: #f06292 !important;
}
.pink-400 {
	color: #ec407a !important;
}
.pink-500 {
	color: #e91e63 !important;
}
.pink-600 {
	color: #d81b60 !important;
}
.pink-700 {
	color: #c2185b !important;
}
.pink-800 {
	color: #ad1457 !important;
}
.pink-900 {
	color: #880e4f !important;
}
.pink-a100 {
	color: #ff80ab !important;
}
.pink-a200 {
	color: #ff4081 !important;
}
.pink-a400 {
	color: #f50057 !important;
}
.pink-a700 {
	color: #c51162 !important;
}
/*--------------------------------------------------
    [Purple]
----------------------------------------------------*/
.purple-50 {
	color: #f3e5f5 !important;
}
.purple-100 {
	color: #e1bee7 !important;
}
.purple-200 {
	color: #ce93d8 !important;
}
.purple-300 {
	color: #ba68c8 !important;
}
.purple-400 {
	color: #ab47bc !important;
}
.purple-500 {
	color: #9c27b0 !important;
}
.purple-600 {
	color: #8e24aa !important;
}
.purple-700 {
	color: #7b1fa2 !important;
}
.purple-800 {
	color: #6a1b9a !important;
}
.purple-900 {
	color: #4a148c !important;
}
.purple-a100 {
	color: #ea80fc !important;
}
.purple-a200 {
	color: #e040fb !important;
}
.purple-a400 {
	color: #d500f9 !important;
}
.purple-a700 {
	color: #aa00ff !important;
}
/*--------------------------------------------------
    [Deep Purple]
----------------------------------------------------*/
.deep-purple-50 {
	color: #ede7f6 !important;
}
.deep-purple-100 {
	color: #d1c4e9 !important;
}
.deep-purple-200 {
	color: #b39ddb !important;
}
.deep-purple-300 {
	color: #9575cd !important;
}
.deep-purple-400 {
	color: #7e57c2 !important;
}
.deep-purple-500 {
	color: #673ab7 !important;
}
.deep-purple-600 {
	color: #5e35b1 !important;
}
.deep-purple-700 {
	color: #512da8 !important;
}
.deep-purple-800 {
	color: #4527a0 !important;
}
.deep-purple-900 {
	color: #311b92 !important;
}
.deep-purple-a100 {
	color: #b388ff !important;
}
.deep-purple-a200 {
	color: #7c4dff !important;
}
.deep-purple-a400 {
	color: #651fff !important;
}
.deep-purple-a700 {
	color: #6200ea !important;
}
/*--------------------------------------------------
    [Indigo]
----------------------------------------------------*/
.indigo-50 {
	color: #e8eaf6 !important;
}
.indigo-100 {
	color: #c5cae9 !important;
}
.indigo-200 {
	color: #9fa8da !important;
}
.indigo-300 {
	color: #7986cb !important;
}
.indigo-400 {
	color: #5c6bc0 !important;
}
.indigo-500 {
	color: #3f51b5 !important;
}
.indigo-600 {
	color: #3949ab !important;
}
.indigo-700 {
	color: #303f9f !important;
}
.indigo-800 {
	color: #283593 !important;
}
.indigo-900 {
	color: #1a237e !important;
}
.indigo-a100 {
	color: #8c9eff !important;
}
.indigo-a200 {
	color: #536dfe !important;
}
.indigo-a400 {
	color: #3d5afe !important;
}
.indigo-a700 {
	color: #304ffe !important;
}
/*--------------------------------------------------
    [Blue]
----------------------------------------------------*/
.blue-50 {
	color: #e3f2fd !important;
}
.blue-100 {
	color: #bbdefb !important;
}
.blue-200 {
	color: #90caf9 !important;
}
.blue-300 {
	color: #64b5f6 !important;
}
.blue-400 {
	color: #42a5f5 !important;
}
.blue-500 {
	color: #2196f3 !important;
}
.blue-600 {
	color: #1e88e5 !important;
}
.blue-700 {
	color: #1976d2 !important;
}
.blue-800 {
	color: #1565c0 !important;
}
.blue-900 {
	color: #0d47a1 !important;
}
.blue-a100 {
	color: #82b1ff !important;
}
.blue-a200 {
	color: #448aff !important;
}
.blue-a400 {
	color: #2979ff !important;
}
.blue-a700 {
	color: #2962ff !important;
}
/*--------------------------------------------------
    [Light Blue]
----------------------------------------------------*/
.light-blue-50 {
	color: #e1f5fe !important;
}
.light-blue-100 {
	color: #b3e5fc !important;
}
.light-blue-200 {
	color: #81d4fa !important;
}
.light-blue-300 {
	color: #4fc3f7 !important;
}
.light-blue-400 {
	color: #29b6f6 !important;
}
.light-blue-500 {
	color: #03a9f4 !important;
}
.light-blue-600 {
	color: #039be5 !important;
}
.light-blue-700 {
	color: #0288d1 !important;
}
.light-blue-800 {
	color: #0277bd !important;
}
.light-blue-900 {
	color: #01579b !important;
}
.light-blue-a100 {
	color: #80d8ff !important;
}
.light-blue-a200 {
	color: #40c4ff !important;
}
.light-blue-a400 {
	color: #00b0ff !important;
}
.light-blue-a700 {
	color: #0091ea !important;
}
/*--------------------------------------------------
    [Cyan]
----------------------------------------------------*/
.cyan-50 {
	color: #e0f7fa !important;
}
.cyan-100 {
	color: #b2ebf2 !important;
}
.cyan-200 {
	color: #80deea !important;
}
.cyan-300 {
	color: #4dd0e1 !important;
}
.cyan-400 {
	color: #26c6da !important;
}
.cyan-500 {
	color: #00bcd4 !important;
}
.cyan-600 {
	color: #00acc1 !important;
}
.cyan-700 {
	color: #0097a7 !important;
}
.cyan-800 {
	color: #00838f !important;
}
.cyan-900 {
	color: #006064 !important;
}
.brd-cyan-a100 {
	color: #84ffff !important;
}
.cyan-a200 {
	color: #18ffff !important;
}
.cyan-a400 {
	color: #00e5ff !important;
}
.cyan-a700 {
	color: #00b8d4 !important;
}
/*--------------------------------------------------
    [Teal]
----------------------------------------------------*/
.teal-50 {
	color: #e0f2f1 !important;
}
.teal-100 {
	color: #b2dfdb !important;
}
.teal-200 {
	color: #80cbc4 !important;
}
.teal-300 {
	color: #4db6ac !important;
}
.teal-400 {
	color: #26a69a !important;
}
.teal-500 {
	color: #009688 !important;
}
.teal-600 {
	color: #00897b !important;
}
.teal-700 {
	color: #00796b !important;
}
.teal-800 {
	color: #00695c !important;
}
.teal-900 {
	color: #004d40 !important;
}
.teal-a100 {
	color: #a7ffeb !important;
}
.teal-a200 {
	color: #64ffda !important;
}
.teal-a400 {
	color: #1de9b6 !important;
}
.teal-a700 {
	color: #00bfa5 !important;
}
/*--------------------------------------------------
    [Green]
----------------------------------------------------*/
.green-50 {
	color: #e8f5e9 !important;
}
.green-100 {
	color: #c8e6c9 !important;
}
.green-200 {
	color: #a5d6a7 !important;
}
.green-300 {
	color: #81c784 !important;
}
.green-400 {
	color: #66bb6a !important;
}
.green-500 {
	color: #4caf50 !important;
}
.green-600 {
	color: #43a047 !important;
}
.green-700 {
	color: #388e3c !important;
}
.green-800 {
	color: #2e7d32 !important;
}
.green-900 {
	color: #1b5e20 !important;
}
.green-a100 {
	color: #b9f6ca !important;
}
.green-a200 {
	color: #69f0ae !important;
}
.green-a400 {
	color: #00e676 !important;
}
.green-a700 {
	color: #00c853 !important;
}
/*--------------------------------------------------
    [light Green]
----------------------------------------------------*/
.light-green-50 {
	color: #f1f8e9 !important;
}
.light-green-100 {
	color: #dcedc8 !important;
}
.light-green-200 {
	color: #c5e1a5 !important;
}
.light-green-300 {
	color: #aed581 !important;
}
.light-green-400 {
	color: #9ccc65 !important;
}
.light-green-500 {
	color: #8bc34a !important;
}
.light-green-600 {
	color: #7cb342 !important;
}
.light-green-700 {
	color: #689f38 !important;
}
.light-green-800 {
	color: #558b2f !important;
}
.light-green-900 {
	color: #33691e !important;
}
.light-green-a100 {
	color: #ccff90 !important;
}
.light-green-a200 {
	color: #b2ff59 !important;
}
.light-green-a400 {
	color: #76ff03 !important;
}
.light-green-a700 {
	color: #64dd17 !important;
}
/*--------------------------------------------------
    [Lime]
----------------------------------------------------*/
.lime-50 {
	color: #f9fbe7 !important;
}
.lime-100 {
	color: #f0f4c3 !important;
}
.lime-200 {
	color: #e6ee9c !important;
}
.lime-300 {
	color: #dce775 !important;
}
.lime-400 {
	color: #d4e157 !important;
}
.lime-500 {
	color: #cddc39 !important;
}
.lime-600 {
	color: #c0ca33 !important;
}
.lime-700 {
	color: #afb42b !important;
}
.lime-800 {
	color: #9e9d24 !important;
}
.lime-900 {
	color: #827717 !important;
}
.lime-a100 {
	color: #f4ff81 !important;
}
.lime-a200 {
	color: #eeff41 !important;
}
.lime-a400 {
	color: #c6ff00 !important;
}
.lime-a700 {
	color: #aeea00 !important;
}
/*--------------------------------------------------
    [Yellow]
----------------------------------------------------*/
.yellow-50 {
	color: #fffde7 !important;
}
.yellow-100 {
	color: #fff9c4 !important;
}
.yellow-200 {
	color: #fff59d !important;
}
.yellow-300 {
	color: #fff176 !important;
}
.yellow-400 {
	color: #ffee58 !important;
}
.yellow-500 {
	color: #ffeb3b !important;
}
.yellow-600 {
	color: #fdd835 !important;
}
.yellow-700 {
	color: #fbc02d !important;
}
.yellow-800 {
	color: #f9a825 !important;
}
.yellow-900 {
	color: #f57f17 !important;
}
.yellow-a100 {
	color: #ffff8d !important;
}
.yellow-a200 {
	color: #ffff00 !important;
}
.yellow-a400 {
	color: #ffea00 !important;
}
.yellow-a700 {
	color: #ffd600 !important;
}
/*--------------------------------------------------
    [Amber]
----------------------------------------------------*/
.amber-50 {
	color: #fff8e1 !important;
}
.amber-100 {
	color: #ffecb3 !important;
}
.amber-200 {
	color: #ffe082 !important;
}
.amber-300 {
	color: #ffd54f !important;
}
.amber-400 {
	color: #ffca28 !important;
}
.amber-500 {
	color: #ffc107 !important;
}
.amber-600 {
	color: #ffb300 !important;
}
.amber-700 {
	color: #ffa000 !important;
}
.amber-800 {
	color: #ff8f00 !important;
}
.amber-900 {
	color: #ff6f00 !important;
}
.amber-a100 {
	color: #ffe57f !important;
}
.amber-a200 {
	color: #ffd740 !important;
}
.amber-a400 {
	color: #ffc400 !important;
}
.amber-a700 {
	color: #ffab00 !important;
}
/*--------------------------------------------------
    [Orange]
----------------------------------------------------*/
.orange-50 {
	color: #fff3e0 !important;
}
.orange-100 {
	color: #ffe0b2 !important;
}
.orange-200 {
	color: #ffcc80 !important;
}
.orange-300 {
	color: #ffb74d !important;
}
.orange-400 {
	color: #ffa726 !important;
}
.orange-500 {
	color: #ff9800 !important;
}
.orange-600 {
	color: #fb8c00 !important;
}
.orange-700 {
	color: #f57c00 !important;
}
.orange-800 {
	color: #ef6c00 !important;
}
.orange-900 {
	color: #e65100 !important;
}
.orange-a100 {
	color: #ffd180 !important;
}
.orange-a200 {
	color: #ffab40 !important;
}
.orange-a400 {
	color: #ff9100 !important;
}
.orange-a700 {
	color: #ff6d00 !important;
}
/*--------------------------------------------------
    [deep Orange]
----------------------------------------------------*/
.deep-orange-50 {
	color: #fbe9e7 !important;
}
.deep-orange-100 {
	color: #ffccbc !important;
}
.deep-orange-200 {
	color: #ffab91 !important;
}
.deep-orange-300 {
	color: #ff8a65 !important;
}
.deep-orange-400 {
	color: #ff7043 !important;
}
.deep-orange-500 {
	color: #ff5722 !important;
}
.deep-orange-600 {
	color: #f4511e !important;
}
.deep-orange-700 {
	color: #e64a19 !important;
}
.deep-orange-800 {
	color: #d84315 !important;
}
.deep-orange-900 {
	color: #bf360c !important;
}
.deep-orange-a100 {
	color: #ff9e80 !important;
}
.deep-orange-a200 {
	color: #ff6e40 !important;
}
.deep-orange-a400 {
	color: #ff3d00 !important;
}
.deep-orange-a700 {
	color: #dd2c00 !important;
}
/*--------------------------------------------------
    [Brown]
----------------------------------------------------*/
.brown-50 {
	color: #efebe9 !important;
}
.brown-100 {
	color: #d7ccc8 !important;
}
.brown-200 {
	color: #bcaaa4 !important;
}
.brown-300 {
	color: #a1887f !important;
}
.brown-400 {
	color: #8d6e63 !important;
}
.brown-500 {
	color: #795548 !important;
}
.brown-600 {
	color: #6d4c41 !important;
}
.brown-700 {
	color: #5d4037 !important;
}
.brown-800 {
	color: #4e342e !important;
}
.brown-900 {
	color: #3e2723 !important;
}
/*--------------------------------------------------
    [Grey]
----------------------------------------------------*/
.grey-50 {
	color: #fafafa !important;
}
.grey-100 {
	color: #f5f5f5 !important;
}
.grey-200 {
	color: #eeeeee !important;
}
.grey-300 {
	color: #e0e0e0 !important;
}
.grey-400 {
	color: #bdbdbd !important;
}
.grey-500 {
	color: #9e9e9e !important;
}
.grey-600 {
	color: #757575 !important;
}
.grey-700 {
	color: #616161 !important;
}
.grey-800 {
	color: #424242 !important;
}
.grey-900 {
	color: #212121 !important;
}
/*--------------------------------------------------
    [Blue Grey]
----------------------------------------------------*/
.blue-grey-50 {
	color: #eceff1 !important;
}
.blue-grey-100 {
	color: #cfd8dc !important;
}
.blue-grey-200 {
	color: #b0bec5 !important;
}
.blue-grey-300 {
	color: #90a4ae !important;
}
.blue-grey-400 {
	color: #78909c !important;
}
.blue-grey-500 {
	color: #607d8b !important;
}
.blue-grey-600 {
	color: #546e7a !important;
}
.blue-grey-700 {
	color: #455a64 !important;
}
.blue-grey-800 {
	color: #37474f !important;
}
.blue-grey-900 {
	color: #263238 !important;
}
/*--------------------------------------------------
    [Black & White]
----------------------------------------------------*/
.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
	
}

/*--------------------------------------------------
    [Font Sizes]
----------------------------------------------------*/
.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

.font-size-60 {
  font-size: 60px !important;
}

.font-size-70 {
  font-size: 70px !important;
}

.font-size-100 {
  font-size: 100px !important;
}

/*------------------------------------------------------------------
    [Font Sizes under 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-font-size-10 {
    font-size: 10px !important;
  }
  .md-font-size-11 {
    font-size: 11px !important;
  }
  .md-font-size-12 {
    font-size: 12px !important;
  }
  .md-font-size-13 {
    font-size: 13px !important;
  }
  .md-font-size-14 {
    font-size: 14px !important;
  }
  .md-font-size-15 {
    font-size: 15px !important;
  }
  .md-font-size-16 {
    font-size: 16px !important;
  }
  .md-font-size-18 {
    font-size: 18px !important;
  }
  .md-font-size-20 {
    font-size: 20px !important;
  }
  .md-font-size-22 {
    font-size: 22px !important;
  }
  .md-font-size-24 {
    font-size: 24px !important;
  }
  .md-font-size-26 {
    font-size: 26px !important;
  }
  .md-font-size-28 {
    font-size: 28px !important;
  }
  .md-font-size-30 {
    font-size: 30px !important;
  }
  .md-font-size-32 {
    font-size: 32px !important;
  }
  .md-font-size-34 {
    font-size: 34px !important;
  }
  .md-font-size-36 {
    font-size: 36px !important;
  }
  .md-font-size-50 {
    font-size: 50px !important;
  }
  .md-font-size-60 {
    font-size: 60px !important;
  }
  .md-font-size-70 {
    font-size: 70px !important;
  }
  .md-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-font-size-10 {
    font-size: 10px !important;
  }
  .sm-font-size-11 {
    font-size: 11px !important;
  }
  .sm-font-size-12 {
    font-size: 12px !important;
  }
  .sm-font-size-13 {
    font-size: 13px !important;
  }
  .sm-font-size-14 {
    font-size: 14px !important;
  }
  .sm-font-size-15 {
    font-size: 15px !important;
  }
  .sm-font-size-16 {
    font-size: 16px !important;
  }
  .sm-font-size-18 {
    font-size: 18px !important;
  }
  .sm-font-size-20 {
    font-size: 20px !important;
  }
  .sm-font-size-22 {
    font-size: 22px !important;
  }
  .sm-font-size-24 {
    font-size: 24px !important;
  }
  .sm-font-size-26 {
    font-size: 26px !important;
  }
  .sm-font-size-28 {
    font-size: 28px !important;
  }
  .sm-font-size-30 {
    font-size: 30px !important;
  }
  .sm-font-size-32 {
    font-size: 32px !important;
  }
  .sm-font-size-34 {
    font-size: 34px !important;
  }
  .sm-font-size-36 {
    font-size: 36px !important;
  }
  .sm-font-size-50 {
    font-size: 50px !important;
  }
  .sm-font-size-60 {
    font-size: 60px !important;
  }
  .sm-font-size-70 {
    font-size: 70px !important;
  }
  .sm-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Font Sizes under 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-font-size-10 {
    font-size: 10px !important;
  }
  .xs-font-size-11 {
    font-size: 11px !important;
  }
  .xs-font-size-12 {
    font-size: 12px !important;
  }
  .xs-font-size-13 {
    font-size: 13px !important;
  }
  .xs-font-size-14 {
    font-size: 14px !important;
  }
  .xs-font-size-15 {
    font-size: 15px !important;
  }
  .xs-font-size-16 {
    font-size: 16px !important;
  }
  .xs-font-size-18 {
    font-size: 18px !important;
  }
  .xs-font-size-20 {
    font-size: 20px !important;
  }
  .xs-font-size-22 {
    font-size: 22px !important;
  }
  .xs-font-size-24 {
    font-size: 24px !important;
  }
  .xs-font-size-26 {
    font-size: 26px !important;
  }
  .xs-font-size-28 {
    font-size: 28px !important;
  }
  .xs-font-size-30 {
    font-size: 30px !important;
  }
  .xs-font-size-32 {
    font-size: 32px !important;
  }
  .xs-font-size-34 {
    font-size: 34px !important;
  }
  .xs-font-size-36 {
    font-size: 36px !important;
  }
  .xs-font-size-50 {
    font-size: 50px !important;
  }
  .xs-font-size-60 {
    font-size: 60px !important;
  }
  .xs-font-size-70 {
    font-size: 70px !important;
  }
  .xs-font-size-100 {
    font-size: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Margin]
------------------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}
.m-05 {
  margin: 0.5rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Top]
------------------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}
.mt-05 {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Right]
------------------------------------------------------------------*/
.mr-0 {
  margin-right: 0 !important;
}
.mr-05 {
  margin-right: 0.5rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Bottom]
------------------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Left]
------------------------------------------------------------------*/
.ml-0 {
  margin-left: 0 !important;
}
.ml-05 {
  margin-left: 0.5rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Top & Bottom]
------------------------------------------------------------------*/
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-05 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.my-3 {
  	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.my-4 {
  	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.my-5 {
  	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

/*------------------------------------------------------------------
    [Margin Left & Right]
------------------------------------------------------------------*/
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx-05 {
	margin-left: 0.5 !important;
	margin-right: 0.5 !important;
}
.mx-1 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.mx-2 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}
.mx-3 {
  	margin-left: 3rem !important;
	margin-right: 3rem !important;
}
.mx-4 {
  	margin-left: 4rem !important;
	margin-right: 4rem !important;
}
.mx-5 {
  	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding]
------------------------------------------------------------------*/
.p-0 {
  padding: 0 !important;
}
.p-05 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Top]
------------------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: 0.5rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Right]
------------------------------------------------------------------*/
.pr-0 {
  padding-right: 0 !important;
}
.pr-05 {
  padding-right: 0.5rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Bottom]
------------------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Left]
------------------------------------------------------------------*/
.pl-0 {
  padding-left: 0 !important;
}
.pl-05 {
  padding-left: 0.5rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Top & Bottom]
------------------------------------------------------------------*/
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-05 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-3 {
  	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-4 {
  	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.py-5 {
  	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

/*------------------------------------------------------------------
    [Padding Left & Right]
------------------------------------------------------------------*/
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-05 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.px-1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-3 {
  	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.px-4 {
  	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.px-5 {
  	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

/*--------------------------------------------------
    [Border radius]
----------------------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.radius-9 {
  border-radius: 9px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.radius-30 {
  border-radius: 30px !important;
}

.radius-40 {
  border-radius: 40px !important;
}

.radius-50 {
  border-radius: 50px !important;
}

.radius-circle {
  border-radius: 50% !important;
}

/*--------------------------------------------------
    [Border Top Left Radius]
----------------------------------------------------*/
.radius-t-l-0 {
  border-top-left-radius: 0 !important;
}

.radius-t-l-3 {
  border-top-left-radius: 3px !important;
}

.radius-t-l-5 {
  border-top-left-radius: 5px !important;
}

.radius-t-l-6 {
  border-top-left-radius: 6px !important;
}

.radius-t-l-7 {
  border-top-left-radius: 7px !important;
}

.radius-t-l-8 {
  border-top-left-radius: 8px !important;
}

.radius-t-l-9 {
  border-top-left-radius: 9px !important;
}

.radius-t-l-10 {
  border-top-left-radius: 10px !important;
}

.radius-t-l-20 {
  border-top-left-radius: 20px !important;
}

.radius-t-l-30 {
  border-top-left-radius: 30px !important;
}

.radius-t-l-40 {
  border-top-left-radius: 40px !important;
}

.radius-t-l-50 {
  border-top-left-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Top Right Radius]
----------------------------------------------------*/
.radius-t-r-0 {
  border-top-right-radius: 0 !important;
}

.radius-t-r-3 {
  border-top-right-radius: 3px !important;
}

.radius-t-r-5 {
  border-top-right-radius: 5px !important;
}

.radius-t-r-6 {
  border-top-right-radius: 6px !important;
}

.radius-t-r-7 {
  border-top-right-radius: 7px !important;
}

.radius-t-r-8 {
  border-top-right-radius: 8px !important;
}

.radius-t-r-9 {
  border-top-right-radius: 9px !important;
}

.radius-t-r-10 {
  border-top-right-radius: 10px !important;
}

.radius-t-r-20 {
  border-top-right-radius: 20px !important;
}

.radius-t-r-30 {
  border-top-right-radius: 30px !important;
}

.radius-t-r-40 {
  border-top-right-radius: 40px !important;
}

.radius-t-r-50 {
  border-top-right-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Bottom Left Radius]
----------------------------------------------------*/
.radius-b-l-0 {
  border-bottom-left-radius: 0 !important;
}

.radius-b-l-3 {
  border-bottom-left-radius: 3px !important;
}

.radius-b-l-5 {
  border-bottom-left-radius: 5px !important;
}

.radius-b-l-6 {
  border-bottom-left-radius: 6px !important;
}

.radius-b-l-7 {
  border-bottom-left-radius: 7px !important;
}

.radius-b-l-8 {
  border-bottom-left-radius: 8px !important;
}

.radius-b-l-9 {
  border-bottom-left-radius: 9px !important;
}

.radius-b-l-10 {
  border-bottom-left-radius: 10px !important;
}

.radius-b-l-20 {
  border-bottom-left-radius: 20px !important;
}

.radius-b-l-30 {
  border-bottom-left-radius: 30px !important;
}

.radius-b-l-40 {
  border-bottom-left-radius: 40px !important;
}

.radius-b-l-50 {
  border-bottom-left-radius: 50px !important;
}

/*--------------------------------------------------
    [Border Bottom Right Radius]
----------------------------------------------------*/
.radius-b-r-0 {
  border-bottom-right-radius: 0 !important;
}

.radius-b-r-3 {
  border-bottom-right-radius: 3px !important;
}

.radius-b-r-5 {
  border-bottom-right-radius: 5px !important;
}

.radius-b-r-6 {
  border-bottom-right-radius: 6px !important;
}

.radius-b-r-7 {
  border-bottom-right-radius: 7px !important;
}

.radius-b-r-8 {
  border-bottom-right-radius: 8px !important;
}

.radius-b-r-9 {
  border-bottom-right-radius: 9px !important;
}

.radius-b-r-10 {
  border-bottom-right-radius: 10px !important;
}

.radius-b-r-20 {
  border-bottom-right-radius: 20px !important;
}

.radius-b-r-30 {
  border-bottom-right-radius: 30px !important;
}

.radius-b-r-40 {
  border-bottom-right-radius: 40px !important;
}

.radius-b-r-50 {
  border-bottom-right-radius: 50px !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :before, :after]
----------------------------------------------------*/
.radius-ba-0:before, .radius-ba-0:after {
  border-radius: 0 !important;
}

.radius-ba-3:before, .radius-ba-3:after {
  border-radius: 3px !important;
}

.radius-ba-5:before, .radius-ba-5:after {
  border-radius: 5px !important;
}

.radius-ba-6:before, .radius-ba-6:after {
  border-radius: 6px !important;
}

.radius-ba-7:before, .radius-ba-7:after {
  border-radius: 7px !important;
}

.radius-ba-8:before, .radius-ba-8:after {
  border-radius: 8px !important;
}

.radius-ba-9:before, .radius-ba-9:after {
  border-radius: 9px !important;
}

.radius-ba-10:before, .radius-ba-10:after {
  border-radius: 10px !important;
}

.radius-ba-20:before, .radius-ba-20:after {
  border-radius: 20px !important;
}

.radius-ba-30:before, .radius-ba-30:after {
  border-radius: 30px !important;
}

.radius-ba-40:before, .radius-ba-40:after {
  border-radius: 40px !important;
}

.radius-ba-50:before, .radius-ba-50:after {
  border-radius: 50px !important;
}

.radius-ba-circle:before, .radius-ba-circle:after {
  border-radius: 50% !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :before]
----------------------------------------------------*/
.radius-b-0:before {
  border-radius: 0 !important;
}

.radius-b-3:before {
  border-radius: 3px !important;
}

.radius-b-5:before {
  border-radius: 5px !important;
}

.radius-b-6:before {
  border-radius: 6px !important;
}

.radius-b-7:before {
  border-radius: 7px !important;
}

.radius-b-8:before {
  border-radius: 8px !important;
}

.radius-b-9:before {
  border-radius: 9px !important;
}

.radius-b-10:before {
  border-radius: 10px !important;
}

.radius-b-20:before {
  border-radius: 20px !important;
}

.radius-b-30:before {
  border-radius: 30px !important;
}

.radius-b-40:before {
  border-radius: 40px !important;
}

.radius-b-50:before {
  border-radius: 50px !important;
}

.radius-b-circle:before {
  border-radius: 50% !important;
}

/*--------------------------------------------------
    [Border radius Pseudo :after]
----------------------------------------------------*/
.radius-a-0:after {
  border-radius: 0 !important;
}

.radius-a-3:after {
  border-radius: 3px !important;
}

.radius-a-5:after {
  border-radius: 5px !important;
}

.radius-a-6:after {
  border-radius: 6px !important;
}

.radius-a-7:after {
  border-radius: 7px !important;
}

.radius-a-8:after {
  border-radius: 8px !important;
}

.radius-a-9:after {
  border-radius: 9px !important;
}

.radius-a-10:after {
  border-radius: 10px !important;
}

.radius-a-20:after {
  border-radius: 20px !important;
}

.radius-a-30:after {
  border-radius: 30px !important;
}

.radius-a-40:after {
  border-radius: 40px !important;
}

.radius-a-50:after {
  border-radius: 50px !important;
}

.radius-a-circle:after {
  border-radius: 50% !important;
}