.flex{
	display:flex;
	flex-direction:row;
}
.flex-row{ flex-direction:row!important; }
.flex-column{ flex-direction:column!important; }
.flex-row-reverse{ flex-direction:row-reverse!important; }
.flex-column-reverse{ flex-direction:column-reverse!important; }
.flex-wrap{ flex-wrap:wrap;}
.flex-nowrap{ flex-wrap:nowrap;}
.justify-start{justify-content:flex-start;}
.justify-end{justify-content:flex-end;}
.justify-between{justify-content:space-between;}
.justify-center{justify-content:center;}
.align-center{ align-items: center; }
.align-stretch{ align-items: stretch; }
.align-start{ align-items: flex-start; }
.align-end{ align-items: flex-end; }
.content-start {align-content: flex-start;}
.content-end {align-content: flex-end;}
.content-center {align-content: center;}
.content-between {align-content: space-between;}
.content-around {align-content: space-around;}
.content-stretch {align-content: stretch;}
.flex-1{ flex: 1; }
.flex-2{ flex: 2; }
.flex-3{ flex: 3; }
.flex-4{ flex: 4; }
.flex-5{ flex: 5; }
.flex-shrink{ flex-shrink: 0; }

.container {
  padding-right: 20px;
  padding-left: 20px;
}

.m-0 { margin: 0; }
.m-auto{ margin: auto; }
.m-1 { margin: 10px; }
.m-2 { margin: 20px; }
.m-3 { margin: 30px; }
.m-4 { margin: 40px; }
.m-5 { margin: 50px; }
.mt-0 { margin-top: 0; }
.mt-auto { margin-top: auto; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mb-0 { margin-bottom: 0; }
.mb-auto { margin-bottom: auto; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.ml-0 { margin-left: 0; }
.ml-auto { margin-left: auto; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-3 { margin-left: 3px; }
.ml-4 { margin-left: 4px; }
.ml-5 { margin-left: 5px; }
.mr-0 { margin-right: 0; }
.mr-auto { margin-right: auto; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.my-0 { margin-top: 0; margin-bottom: 0; }
.my-auto { margin-top: auto; margin-bottom: auto; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.my-20 { margin-top: 20px; margin-bottom: 20px; }
.my-30 { margin-top: 30px; margin-bottom: 30px; }
.my-4 { margin-top: 4px; margin-bottom: 4px; }
.my-5 { margin-top: 5px; margin-bottom: 5px; }
.my-10 {margin-top: 10px; margin-bottom: 10px;}
.my-20 {margin-top: 20px; margin-bottom: 20px;}
.my-30 {margin-top: 30px; margin-bottom: 30px;}
.mx-40 { margin-left: 40px; margin-right: 40px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-1 { margin-left: 1px; margin-right: 1px;}
.mx-10 { margin-left: 10px; margin-right: 10px;}
.mx-20 { margin-left: 20px; margin-right: 20px;}
.mx-30 { margin-left: 30px; margin-right: 30px;}
.mx-40 { margin-left: 40px; margin-right: 40px;}
.mx-50 { margin-left: 50px; margin-right: 50px;}

.p-0 { padding: 0; }
.p { padding: 5px; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.p-50 { padding: 50px; }
.pt-0 { padding-top: 0; }
.pt { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pb-0 { padding-bottom: 0; }
.pb-1 { padding-bottom: 1px; }
.pb { padding-bottom: 5px; }
.pb-2 { padding-bottom: 2px; }
.pb-3 { padding-bottom: 3px; }
.pb-4 { padding-bottom: 4px; }
.pb-5 { padding-bottom: 5px; }
.pl-0 { padding-left: 0; }
.pl { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 4px; }
.pl-50 { padding-left: 5px; }
.pr-0 { padding-right: 0; }
.pr { padding-right: 5px; }
.pr-1 { padding-right: 1px; }
.pr-2 { padding-right: 2px; }
.pr-3 { padding-right: 3px; }
.pr-4 { padding-right: 4px; }
.pr-5 { padding-right: 5px; }
.py-0 { padding-top: 0; padding-bottom: 0; }
.py { padding-top: 10px; padding-bottom: 10px; }
.py-1 { padding-top: 1px; padding-bottom: 1px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-20 { padding-top: 20px; padding-bottom: 30px; }
.py-2 { padding-top: 2px; padding-bottom: 2px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.py-40 { padding-top: 4px; padding-bottom: 40px; }
.py-5 { padding-top: 5px; padding-bottom: 5px; }
.px-0 { padding-left: 0; padding-right: 0; }
.px-1 { padding-left: 1px; padding-right: 1px;}
.px-10 { padding-left: 10px; padding-right: 10px;}
.px-20 { padding-left: 20px; padding-right: 20px;}
.px { padding-left: 5px; padding-right: 5px;}
.px-30 { padding-left: 30px; padding-right: 30px;}
.px-40 { padding-left: 40px; padding-right: 40px;}
.px-50 { padding-left: 50px; padding-right: 50px;}

.font-smaller { font-size: 8px;}
.font-small { font-size: 10px;}
.font-sm { font-size: 12px;}
.font { font-size: 14px;}
.font-md { font-size: 16px;}
.font-lg { font-size: 18px;}
.font-big { font-size: 22px; }
.font-h1 { font-size: 32px; }
.font-h2 { font-size: 28px; }
.h1{font-size:80px; line-height:1.8;}
.h2{font-size:60px; line-height:1.8;}
.h3{font-size:45px; line-height:1.8;}
.h4{font-size:32px; line-height:1.8;}
.h5{font-size:30px; line-height:1.8;}
.h6{font-size:2upx; line-height:1.8;}

.text-indent{text-indent:2;}

.text-through{text-decoration:line-through;}

.text-left { text-align: left;}
.text-right { text-align: right;}
.text-center { text-align: center;}

.text-ellipsis {
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	lines: 1;
}

.font-weight-light {font-weight: 300;}      
.font-weight-lighter {font-weight: 100;}
.font-weight-normal { font-weight: 400;}    
.font-weight-bold { font-weight: 700;}      
.font-weight-bolder { font-weight: bold;} 
.font-italic { font-style: italic;} 

.text-white {color: #ffffff;}
.text-primary {color: #007bff;}
.text-hover-primary { color: #0056b3;}
.text-secondary {color: #6c757d;}
.text-hover-secondary { color: #494f54;}
.text-success {color: #28a745;}
.text-hover-success{color: #19692c;}
.text-info { color: #17a2b8;}
.text-hover-info {color: #0f6674;}
.text-warning {color: #ffc107;}
.text-warning-mute {color: #F36d24}
.text-hover-warning { color: #ba8b00;}
.text-danger { color: #dc3545;}
.text-hover-danger { color: #a71d2a;}
.text-light { color: #f8f9fa;}
.text-hover-light { color: #cbd3da;}
.text-dark { color: #343a40;}
.text-hover-dark{ color: #121416;}
.text-body { color: #212529;}
.text-muted { color: #6c757d;}
.text-light-muted { color: #A9A5A0;}
.text-light-black { color: rgba(0, 0, 0, 0.5);}
.text-light-white { color: rgba(255, 255, 255, 0.5);}


.bg-primary { background-color: #007bff;}
.bg-hover-primary:hover{ background-color: #0062cc;}
.bg-secondary { background-color: #6c757d;}
.bg-hover-secondary:hover{ background-color: #545b62;}
.bg-success { background-color: #28a745;}
.bg-hover-success { background-color: #1e7e34;}
.bg-info { background-color: #17a2b8;}
.bg-hover-info { background-color: #117a8b;}
.bg-warning { background-color: #ffc107;}
.bg-hover-warning { background-color: #d39e00;}
.bg-danger { background-color: #dc3545;}
.bg-hover-danger{ background-color: #bd2130;}
.bg-light { background-color: #F7F9FC;}
.bg-hover-light{ background-color: #dae0e5;}
.bg-dark { background-color: #343a40;}
.bg-hover-dark { background-color: #1d2124;}
.bg-white { background-color: #ffffff;}
.bg-f5 {background-color: #f5f5f5;}
.bg-transparent { background-color: transparent;}

.border { border-width: 1px;border-style: solid;border-color: #f5f7f9;}
.border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f5f7f9;
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f5f7f9;
}
.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f5f7f9;
}
.border-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f5f7f9;
}
.border-e5 {border-color: #e5e5e5;}
.border-e0 {border-color: #e0e0e0;}
.border-0 { border-width: 0!important;}
.border-top-0 { border-top-width: 0!important;}
.border-right-0 {border-right-width: 0!important;}
.border-bottom-0 {border-bottom-width: 0!important;}
.border-left-0 {border-left-width: 0!important;}
.border-primary { border-color: #007bff;}
.border-secondary {border-color: #6c757d;}
.border-light-secondary {border-color: #E9E8E5;}
.border-success {border-color: #28a745;}
.border-info {border-color: #17a2b8;}
.border-warning {border-color: #ffc107;}
.border-danger {border-color: #dc3545;}
.border-light {border-color: #f8f9fa;}
.border-dark {border-color: #343a40;}
.border-white {border-color: #FFFFFF;}

.rounded-sm { border-radius: 5px;}
.rounded { border-radius: 20px;}
.rounded-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.rounded-bottom {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
 }
.rounded-circle { border-radius: 200px;}
.rounded-0 { border-radius: 0;}


.d-none{ display: none; }
.d-inline-block{ display: inline-block; }
.d-block{ display: block; }


.overflow-hidden { overflow: hidden;}

.position-relative { position: relative;}
.position-absolute { position: absolute;}
.position-fixed { position: fixed;}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }

.scale8{transform: scale(0.8);


.shadow { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);}
.shadow-lg { box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.175);}
.shadow-none { box-shadow: none !important;}