/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*, *::before, *::after{box-sizing: border-box}
/*Typeography*/
.k-h1, .k-h2, .k-h3, .k-h4, .k-h5, .k-h6{margin-bottom: 0.5rem; font-family: "Merriweather", "Times New Roman", Times, serif; font-weight: 400; line-height: 1.1; color: #000}
.k-h1{font-size:68px}
.k-h2{font-size:44px}
.k-h3{font-size:30px}
.k-h4{font-size:24px}
.k-h5{font-size:20px}
.k-h6{font-size:18px}
.k-lead{font-size: 1.25rem;font-weight: 300}
.k-display-1{font-size: 6rem;font-weight: 300;line-height: 1.2}
.k-display-2{font-size: 5.5rem;font-weight: 300;line-height: 1.2}
.k-display-3{font-size: 4.5rem;font-weight: 300;line-height: 1.2}
.k-display-4{font-size: 3.5rem;font-weight: 300;line-height: 1.2}
.k-hr{margin-top: 1rem;margin-bottom: 1rem;border: 0;border-top: 1px solid rgba(0, 0, 0, 0.1)}
.k-small{font-size: 80%;font-weight: 400}
.k-mark{padding: 0.2em;background-color: #fcf8e3}
/*Lists*/
.k-list-unstyled{padding-left: 0;list-style: none}
.k-list-inline{padding-left: 0;list-style: none}
.k-list-inline-item{display: inline-block}
.k-list-inline-item:not(:last-child){margin-right: 0.5rem}
/*Typeography Additional*/
.k-initialism{font-size: 90%;text-transform: uppercase}
.k-blockquote{margin-bottom: 1rem;font-size: 1.25rem}
.k-blockquote-footer{display: block;font-size: 80%;color: #e5e5e5}
.k-blockquote-footer::before{content: "\2014 \00A0"}
/*Images*/
.k-img-fluid{max-width: 100%;height: auto}
.k-img-thumbnail{padding: 0;background-color: #fff;border: 1px solid #dee2e6;border-radius: 5px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);max-width: 100%;height: auto}
.k-figure{display: inline-block}
.k-figure-img{margin-bottom: 0.5rem;line-height: 1}
.k-figure-caption{font-size: 90%;color: #6c757d}
/*Containers and Rows*/
.k-pre-scrollable{max-height: 340px;overflow-y: scroll}
.k-container{width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto}
@media (min-width: 480px){
	.k-container{max-width: 480px}}
@media (min-width: 768px){
	.k-container{max-width: 750px}}
@media (min-width: 992px){
	.k-container{max-width: 970px}}
@media (min-width: 1200px){
	.k-container{max-width: 1200px}}
.k-container-fluid{width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto}
.k-row{display: flex;flex-wrap: wrap;margin-right: -15px;margin-left: -15px}
.k-no-gutters{margin-right: 0;margin-left: 0}
.k-no-gutters > .k-col, .k-no-gutters > [class*="k-col-"]{padding-right: 0;padding-left: 0}
/*Columns*/
.k-col-1, .k-col-2, .k-col-3, .k-col-4, .k-col-5, .k-col-6, .k-col-7, .k-col-8, .k-col-9, .k-col-10, .k-col-11, .k-col-12, .k-col, .k-col-auto, .k-col-sm-1, .k-col-sm-2, .k-col-sm-3, .k-col-sm-4, .k-col-sm-5, .k-col-sm-6, .k-col-sm-7, .k-col-sm-8, .k-col-sm-9, .k-col-sm-10, .k-col-sm-11, .k-col-sm-12, .k-col-sm, .k-col-sm-auto, .k-col-md-1, .k-col-md-2, .k-col-md-3, .k-col-md-4, .k-col-md-5, .k-col-md-6, .k-col-md-7, .k-col-md-8, .k-col-md-9, .k-col-md-10, .k-col-md-11, .k-col-md-12, .k-col-md, .k-col-md-auto, .k-col-lg-1, .k-col-lg-2, .k-col-lg-3, .k-col-lg-4, .k-col-lg-5, .k-col-lg-6, .k-col-lg-7, .k-col-lg-8, .k-col-lg-9, .k-col-lg-10, .k-col-lg-11, .k-col-lg-12, .k-col-lg, .k-col-lg-auto, .k-col-xl-1, .k-col-xl-2, .k-col-xl-3, .k-col-xl-4, .k-col-xl-5, .k-col-xl-6, .k-col-xl-7, .k-col-xl-8, .k-col-xl-9, .k-col-xl-10, .k-col-xl-11, .k-col-xl-12, .k-col-xl, .k-col-xl-auto, .k-col-xxl-1, .k-col-xxl-2, .k-col-xxl-3, .k-col-xxl-4, .k-col-xxl-5, .k-col-xxl-6, .k-col-xxl-7, .k-col-xxl-8, .k-col-xxl-9, .k-col-xxl-10, .k-col-xxl-11, .k-col-xxl-12, .k-col-xxl, .k-col-xxl-auto{position: relative;width: 100%;min-height: 1px;padding-right: 15px;padding-left: 15px}
.k-col{flex-basis: 0;flex-grow: 1;max-width: 100%}
.k-col-auto{flex: 0 0 auto;width: auto;max-width: none}
.k-col-1{flex: 0 0 8.33333%;max-width: 8.33333%}
.k-col-2{flex: 0 0 16.66667%;max-width: 16.66667%}
.k-col-3{flex: 0 0 25%;max-width: 25%}
.k-col-4{flex: 0 0 33.33333%;max-width: 33.33333%}
.k-col-5{flex: 0 0 41.66667%;max-width: 41.66667%}
.k-col-6{flex: 0 0 50%;max-width: 50%}
.k-col-7{flex: 0 0 58.33333%;max-width: 58.33333%}
.k-col-8{flex: 0 0 66.66667%;max-width: 66.66667%}
.k-col-9{flex: 0 0 75%;max-width: 75%}
.k-col-10{flex: 0 0 83.33333%;max-width: 83.33333%}
.k-col-11{flex: 0 0 91.66667%;max-width: 91.66667%}
.k-col-12{flex: 0 0 100%;max-width: 100%}
/*Column Order*/
.k-order-first{order: -1} .k-order-last{order: 13} .k-order-0{order: 0} .k-order-1{order: 1} .k-order-2{order: 2} .k-order-3{order: 3} .k-order-4{order: 4} .k-order-5{order: 5} .k-order-6{order: 6} .k-order-7{order: 7} .k-order-8{order: 8} .k-order-9{order: 9} .k-order-10{order: 10} .k-order-11{order: 11} .k-order-12{order: 12}
/*Margins*/
.k-offset-1{margin-left: 8.33333%}
.k-offset-2{margin-left: 16.66667%}
.k-offset-3{margin-left: 25%}
.k-offset-4{margin-left: 33.33333%}
.k-offset-5{margin-left: 41.66667%}
.k-offset-6{margin-left: 50%}
.k-offset-7{margin-left: 58.33333%}
.k-offset-8{margin-left: 66.66667%}
.k-offset-9{margin-left: 75%}
.k-offset-10{margin-left: 83.33333%}
.k-offset-11{margin-left: 91.66667%}
@media (min-width: 480px){
	.k-col-sm{flex-basis: 0;flex-grow: 1;max-width: 100%}
	.k-col-sm-auto{flex: 0 0 auto;width: auto;max-width: none}
	.k-col-sm-1{flex: 0 0 8.33333%;max-width: 8.33333%}
	.k-col-sm-2{flex: 0 0 16.66667%;max-width: 16.66667%}
	.k-col-sm-3{flex: 0 0 25%;max-width: 25%}
	.k-col-sm-4{flex: 0 0 33.33333%;max-width: 33.33333%}
	.k-col-sm-5{flex: 0 0 41.66667%;max-width: 41.66667%}
	.k-col-sm-6{flex: 0 0 50%;max-width: 50%}
	.k-col-sm-7{flex: 0 0 58.33333%;max-width: 58.33333%}
	.k-col-sm-8{flex: 0 0 66.66667%;max-width: 66.66667%}
	.k-col-sm-9{flex: 0 0 75%;max-width: 75%}
	.k-col-sm-10{flex: 0 0 83.33333%;max-width: 83.33333%}
	.k-col-sm-11{flex: 0 0 91.66667%;max-width: 91.66667%}
	.k-col-sm-12{flex: 0 0 100%;max-width: 100%}
	.k-order-sm-first{order: -1}
	.k-order-sm-last{order: 13}
	.k-order-sm-0{order: 0}
	.k-order-sm-1{order: 1}
	.k-order-sm-2{order: 2}
	.k-order-sm-3{order: 3}
	.k-order-sm-4{order: 4}
	.k-order-sm-5{order: 5}
	.k-order-sm-6{order: 6}
	.k-order-sm-7{order: 7}
	.k-order-sm-8{order: 8}
	.k-order-sm-9{order: 9}
	.k-order-sm-10{order: 10}
	.k-order-sm-11{order: 11}
	.k-order-sm-12{order: 12}
	.k-offset-sm-0{margin-left: 0}
	.k-offset-sm-1{margin-left: 8.33333%}
	.k-offset-sm-2{margin-left: 16.66667%}
	.k-offset-sm-3{margin-left: 25%}
	.k-offset-sm-4{margin-left: 33.33333%}
	.k-offset-sm-5{margin-left: 41.66667%}
	.k-offset-sm-6{margin-left: 50%}
	.k-offset-sm-7{margin-left: 58.33333%}
	.k-offset-sm-8{margin-left: 66.66667%}
	.k-offset-sm-9{margin-left: 75%}
	.k-offset-sm-10{margin-left: 83.33333%}
	.k-offset-sm-11{margin-left: 91.66667%}
}
@media (min-width: 768px){
	.k-col-md{flex-basis: 0;flex-grow: 1;max-width: 100%}
	.k-col-md-auto{flex: 0 0 auto;width: auto;max-width: none}
	.k-col-md-1{flex: 0 0 8.33333%;max-width: 8.33333%}
	.k-col-md-2{flex: 0 0 16.66667%;max-width: 16.66667%}
	.k-col-md-3{flex: 0 0 25%;max-width: 25%}
	.k-col-md-4{flex: 0 0 33.33333%;max-width: 33.33333%}
	.k-col-md-5{flex: 0 0 41.66667%;max-width: 41.66667%}
	.k-col-md-6{flex: 0 0 50%;max-width: 50%}
	.k-col-md-7{flex: 0 0 58.33333%;max-width: 58.33333%}
	.k-col-md-8{flex: 0 0 66.66667%;max-width: 66.66667%}
	.k-col-md-9{flex: 0 0 75%;	max-width: 75%}
	.k-col-md-10{flex: 0 0 83.33333%;max-width: 83.33333%}
	.k-col-md-11{flex: 0 0 91.66667%;max-width: 91.66667%}
	.k-col-md-12{flex: 0 0 100%;max-width: 100%}
	.k-order-md-first{order: -1}
	.k-order-md-last{order: 13}
	.k-order-md-0{order: 0}
	.k-order-md-1{order: 1}
	.k-order-md-2{order: 2}
	.k-order-md-3{order: 3}
	.k-order-md-4{order: 4}
	.k-order-md-5{order: 5}
	.k-order-md-6{order: 6}
	.k-order-md-7{order: 7}
	.k-order-md-8{order: 8}
	.k-order-md-9{order: 9}
	.k-order-md-10{order: 10}
	.k-order-md-11{order: 11}
	.k-order-md-12{order: 12}
	.k-offset-md-0{margin-left: 0}
	.k-offset-md-1{margin-left: 8.33333%}
	.k-offset-md-2{margin-left: 16.66667%}
	.k-offset-md-3{margin-left: 25%}
	.k-offset-md-4{margin-left: 33.33333%}
	.k-offset-md-5{margin-left: 41.66667%}
	.k-offset-md-6{margin-left: 50%}
	.k-offset-md-7{margin-left: 58.33333%}
	.k-offset-md-8{margin-left: 66.66667%}
	.k-offset-md-9{margin-left: 75%}
	.k-offset-md-10{margin-left: 83.33333%}
	.k-offset-md-11{margin-left: 91.66667%}}
@media (min-width: 992px){
	.k-col-lg{flex-basis: 0;flex-grow: 1;max-width: 100%}
	.k-col-lg-auto{flex: 0 0 auto;width: auto;max-width: none}
	.k-col-lg-1{flex: 0 0 8.33333%;max-width: 8.33333%}
	.k-col-lg-2{flex: 0 0 16.66667%;max-width: 16.66667%}
	.k-col-lg-3{flex: 0 0 25%;max-width: 25%}
	.k-col-lg-4{flex: 0 0 33.33333%;max-width: 33.33333%}
	.k-col-lg-5{flex: 0 0 41.66667%;max-width: 41.66667%}
	.k-col-lg-6{flex: 0 0 50%;max-width: 50%}
	.k-col-lg-7{flex: 0 0 58.33333%;max-width: 58.33333%}
	.k-col-lg-8{flex: 0 0 66.66667%;max-width: 66.66667%}
	.k-col-lg-9{flex: 0 0 75%;max-width: 75%}
	.k-col-lg-10{flex: 0 0 83.33333%;max-width: 83.33333%}
	.k-col-lg-11{flex: 0 0 91.66667%;max-width: 91.66667%}
	.k-col-lg-12{flex: 0 0 100%;max-width: 100%}
	.k-order-lg-first{order: -1}
	.k-order-lg-last{order: 13}
	.k-order-lg-0{order: 0}
	.k-order-lg-1{order: 1}
	.k-order-lg-2{order: 2}
	.k-order-lg-3{order: 3}
	.k-order-lg-4{order: 4}
	.k-order-lg-5{order: 5}
	.k-order-lg-6{order: 6}
	.k-order-lg-7{order: 7}
	.k-order-lg-8{order: 8}
	.k-order-lg-9{order: 9}
	.k-order-lg-10{order: 10}
	.k-order-lg-11{order: 11}
	.k-order-lg-12{order: 12}
	.k-offset-lg-0{margin-left: 0}
	.k-offset-lg-1{margin-left: 8.33333%}
	.k-offset-lg-2{margin-left: 16.66667%}
	.k-offset-lg-3{margin-left: 25%}
	.k-offset-lg-4{margin-left: 33.33333%}
	.k-offset-lg-5{margin-left: 41.66667%}
	.k-offset-lg-6{margin-left: 50%}
	.k-offset-lg-7{margin-left: 58.33333%}
	.k-offset-lg-8{margin-left: 66.66667%}
	.k-offset-lg-9{margin-left: 75%}
	.k-offset-lg-10{margin-left: 83.33333%}
	.k-offset-lg-11{margin-left: 91.66667%}}
@media (min-width: 1200px){
	.k-col-xl{flex-basis: 0; flex-grow: 1; max-width: 100%}
	.k-col-xl-auto{flex: 0 0 auto; width: auto; max-width: none}
	.k-col-xl-1{flex: 0 0 8.33333%; max-width: 8.33333%}
	.k-col-xl-2{flex: 0 0 16.66667%; max-width: 16.66667%}
	.k-col-xl-3{flex: 0 0 25%; max-width: 25%}
	.k-col-xl-4{flex: 0 0 33.33333%; max-width: 33.33333%}
	.k-col-xl-5{flex: 0 0 41.66667%; max-width: 41.66667%}
	.k-col-xl-6{flex: 0 0 50%; max-width: 50%}
	.k-col-xl-7{flex: 0 0 58.33333%; max-width: 58.33333%}
	.k-col-xl-8{flex: 0 0 66.66667%; max-width: 66.66667%}
	.k-col-xl-9{flex: 0 0 75%; max-width: 75%}
	.k-col-xl-10{flex: 0 0 83.33333%; max-width: 83.33333%}
	.k-col-xl-11{flex: 0 0 91.66667%; max-width: 91.66667%}
	.k-col-xl-12{flex: 0 0 100%; max-width: 100%; }
	.k-order-xl-first{order: -1}
	.k-order-xl-last{order: 13}
	.k-order-xl-0{order: 0}
	.k-order-xl-1{order: 1}
	.k-order-xl-2{order: 2}
	.k-order-xl-3{order: 3}
	.k-order-xl-4{order: 4}
	.k-order-xl-5{order: 5}
	.k-order-xl-6{order: 6}
	.k-order-xl-7{order: 7}
	.k-order-xl-8{order: 8}
	.k-order-xl-9{order: 9}
	.k-order-xl-10{order: 10}
	.k-order-xl-11{order: 11}
	.k-order-xl-12{order: 12}
	.k-offset-xl-0{margin-left: 0}
	.k-offset-xl-1{margin-left: 8.33333%}
	.k-offset-xl-2{margin-left: 16.66667%}
	.k-offset-xl-3{margin-left: 25%}
	.k-offset-xl-4{margin-left: 33.33333%}
	.k-offset-xl-5{margin-left: 41.66667%}
	.k-offset-xl-6{margin-left: 50%}
	.k-offset-xl-7{margin-left: 58.33333%}
	.k-offset-xl-8{margin-left: 66.66667%}
	.k-offset-xl-9{margin-left: 75%}
	.k-offset-xl-10{margin-left: 83.33333%}
	.k-offset-xl-11{margin-left: 91.66667%}
}
@media (min-width: 1800px){
	.k-col-xxl{flex-basis: 0; flex-grow: 1; max-width: 100%}
	.k-col-xxl-auto{flex: 0 0 auto; width: auto; max-width: none}
	.k-col-xxl-1{flex: 0 0 8.33333%; max-width: 8.33333%}
	.k-col-xxl-2{flex: 0 0 16.66667%; max-width: 16.66667%}
	.k-col-xxl-3{flex: 0 0 25%; max-width: 25%}
	.k-col-xxl-4{flex: 0 0 33.33333%; max-width: 33.33333%}
	.k-col-xxl-5{flex: 0 0 41.66667%; max-width: 41.66667%}
	.k-col-xxl-6{flex: 0 0 50%; max-width: 50%}
	.k-col-xxl-7{flex: 0 0 58.33333%; max-width: 58.33333%}
	.k-col-xxl-8{flex: 0 0 66.66667%; max-width: 66.66667%}
	.k-col-xxl-9{flex: 0 0 75%; max-width: 75%}
	.k-col-xxl-10{flex: 0 0 83.33333%; max-width: 83.33333%}
	.k-col-xxl-11{flex: 0 0 91.66667%; max-width: 91.66667%}
	.k-col-xxl-12{flex: 0 0 100%; max-width: 100%}
	.k-order-xxl-first{order: -1}
	.k-order-xxl-last{order: 13}
	.k-order-xxl-0{order: 0}
	.k-order-xxl-1{order: 1}
	.k-order-xxl-2{order: 2}
	.k-order-xxl-3{order: 3}
	.k-order-xxl-4{order: 4}
	.k-order-xxl-5{order: 5}
	.k-order-xxl-6{order: 6}
	.k-order-xxl-7{order: 7}
	.k-order-xxl-8{order: 8}
	.k-order-xxl-9{order: 9}
	.k-order-xxl-10{order: 10}
	.k-order-xxl-11{order: 11}
	.k-order-xxl-12{order: 12}
	.k-offset-xxl-0{margin-left: 0}
	.k-offset-xxl-1{margin-left: 8.33333%}
	.k-offset-xxl-2{margin-left: 16.66667%}
	.k-offset-xxl-3{margin-left: 25%}
	.k-offset-xxl-4{margin-left: 33.33333%}
	.k-offset-xxl-5{margin-left: 41.66667%}
	.k-offset-xxl-6{margin-left: 50%}
	.k-offset-xxl-7{margin-left: 58.33333%}
	.k-offset-xxl-8{margin-left: 66.66667%}
	.k-offset-xxl-9{margin-left: 75%}
	.k-offset-xxl-10{margin-left: 83.33333%}
	.k-offset-xxl-11{margin-left: 91.66667%}
}
.k-table{width: 100%; margin-bottom: 1rem; background-color: transparent}
.k-table th, .k-table td{padding: 8px; vertical-align: top; border-top: 1px solid #ddd}
.k-table thead th{vertical-align: bottom; border-bottom: 2px solid #ddd}
.k-table tbody + tbody{border-top: 2px solid #ddd}
.k-table .k-table{background-color: #fff}
.k-table-sm th, .k-table-sm td{padding: 0.3rem}
.k-table-bordered{border: 1px solid #ddd}
.k-table-bordered th, .k-table-bordered td{border: 1px solid #ddd}
.k-table-bordered thead th, .k-table-bordered thead td{border-bottom-width: 2px}
.k-table-borderless th, .k-table-borderless td, .k-table-borderless thead th, .k-table-borderless tbody + tbody{border: 0}
.k-table-striped tbody tr:nth-of-type(odd){background-color: rgba(0, 0, 0, 0.05)}
.k-table-hover tbody tr:hover{background-color: rgba(0, 0, 0, 0.075)}
.k-table-primary, .k-table-primary > th, .k-table-primary > td{background-color: #b8daff}
.k-table-hover .k-table-primary:hover{background-color: #9fcdff}
.k-table-hover .k-table-primary:hover > td, .k-table-hover .k-table-primary:hover > th{background-color: #9fcdff}
.k-table-secondary, .k-table-secondary > th, .k-table-secondary > td{background-color: #d6d8db}
.k-table-hover .k-table-secondary:hover{background-color: #c8cbcf}
.k-table-hover .k-table-secondary:hover > td, .k-table-hover .k-table-secondary:hover > th{background-color: #c8cbcf}
.k-table-success, .k-table-success > th, .k-table-success > td{background-color: #c3e6cb}
.k-table-hover .k-table-success:hover{background-color: #b1dfbb}
.k-table-hover .k-table-success:hover > td, .k-table-hover .k-table-success:hover > th{background-color: #b1dfbb}
.k-table-info, .k-table-info > th, .k-table-info > td{background-color: #bee5eb}
.k-table-hover .k-table-info:hover{background-color: #abdde5}
.k-table-hover .k-table-info:hover > td, .k-table-hover .k-table-info:hover > th{background-color: #abdde5}
.k-table-warning, .k-table-warning > th, .k-table-warning > td{background-color: #ffeeba}
.k-table-hover .k-table-warning:hover{background-color: #ffe8a1}
.k-table-hover .k-table-warning:hover > td, .k-table-hover .k-table-warning:hover > th{background-color: #ffe8a1}
.k-table-danger, .k-table-danger > th, .k-table-danger > td{background-color: #f5c6cb}
.k-table-hover .k-table-danger:hover{background-color: #f1b0b7}
.k-table-hover .k-table-danger:hover > td, .k-table-hover .k-table-danger:hover > th{background-color: #f1b0b7}
.k-table-light, .k-table-light > th, .k-table-light > td{background-color: #fdfdfe}
.k-table-hover .k-table-light:hover{background-color: #ececf6}
.k-table-hover .k-table-light:hover > td, .k-table-hover .k-table-light:hover > th{background-color: #ececf6}
.k-table-dark, .k-table-dark > th, .k-table-dark > td{background-color: #c6c8ca}
.k-table-hover .k-table-dark:hover{background-color: #b9bbbe}
.k-table-hover .k-table-dark:hover > td, .k-table-hover .k-table-dark:hover > th{background-color: #b9bbbe}
.k-table-active, .k-table-active > th, .k-table-active > td{background-color: rgba(0, 0, 0, 0.075)}
.k-table-hover .k-table-active:hover{background-color: rgba(0, 0, 0, 0.075)}
.k-table-hover .k-table-active:hover > td, .k-table-hover .k-table-active:hover > th{background-color: rgba(0, 0, 0, 0.075)}
.k-table .k-thead-dark th{color: #fff; background-color: #212529; border-color: #32383e}
.k-table .k-thead-light th{color: #495057; background-color: #e9ecef; border-color: #ddd}
.k-table-dark{color: #fff; background-color: #212529}
.k-table-dark th, .k-table-dark td, .k-table-dark thead th{border-color: #32383e}
.k-table-dark.k-table-bordered{border: 0}
.k-table-dark.k-table-striped tbody tr:nth-of-type(odd){background-color: rgba(255, 255, 255, 0.05)}
.k-table-dark.k-table-hover tbody tr:hover{background-color: rgba(255, 255, 255, 0.075)}
@media (max-width: 479.98px){
	.k-table-responsive-sm{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
	.k-table-responsive-sm > .k-table-bordered{border: 0}
}
@media (max-width: 767.98px){
	.k-table-responsive-md{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
	.k-table-responsive-md > .k-table-bordered{border: 0}
}
@media (max-width: 991.98px){
	.k-table-responsive-lg{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
	.k-table-responsive-lg > .k-table-bordered{border: 0}
}
@media (max-width: 1199.98px){
	.k-table-responsive-xl{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
	.k-table-responsive-xl > .k-table-bordered{border: 0}
}
@media (max-width: 1799.98px){
	.k-table-responsive-xxl{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
	.k-table-responsive-xxl > .k-table-bordered{border: 0}
}
.k-table-responsive{display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar}
.k-table-responsive > .k-table-bordered{border: 0}
.k-form-input{display: block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #212121; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}
@media screen and (prefers-reduced-motion: reduce){
	.k-form-input{transition: none}
}
.k-form-input::-ms-expand{background-color: transparent; border: 0}
.k-form-input:focus{color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-form-input::placeholder{color: #6c757d; opacity: 1}
.k-form-input:disabled, .k-form-input[readonly]{background-color: #e9ecef; opacity: 1}
select.k-form-input:focus::-ms-value{color: #212121; background-color: #fff}
.k-form-input-file, .k-form-input-range{display: block; width: 100%}
.k-col-form-label{padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5}
.k-col-form-label-lg{padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 2rem; line-height: 1.5}
.k-col-form-label-sm{padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 1rem; line-height: 1.5}
.k-form-input-plaintext{display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0}
.k-form-input-plaintext.k-form-input-sm, .k-form-input-plaintext.k-form-input-lg{padding-right: 0; padding-left: 0}
.k-form-input-sm{height: calc(1.8125rem + 2px); padding: 0.25rem 0.5rem; font-size: 1rem; line-height: 1.5; border-radius: 0.2rem}
.k-form-input-lg{height: calc(2.875rem + 2px); padding: 0.5rem 1rem; font-size: 2rem; line-height: 1.5; border-radius: 0.3rem}
select.k-form-input[size], select.k-form-input[multiple]{height: auto}
textarea.k-form-input{height: auto}
.k-form-wrap{margin-bottom: 12px}
.k-form-text{display: block; margin-top: 0.25rem}
.k-form-row{display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px}
.k-form-row > .k-col, .k-form-row > [class*="col-"]{padding-right: 5px; padding-left: 5px}
.k-form-check{position: relative; display: block; padding-left: 1.25rem}
.k-form-check-input{position: absolute; margin-top: 0.3rem; margin-left: -1.25rem}
.k-form-check-input:disabled ~ .k-form-check-label{color: #b1b1b1}
.k-form-check-label{margin-bottom: 0}
.k-form-check-inline{display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem}
.k-form-check-inline .k-form-check-input{position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0}
.k-valid-feedback{display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745}
.k-valid-tooltip{position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.57143; color: #fff; background-color: #28a745; border-radius: 0.25rem}
.k-was-validated .k-form-input:valid, .k-form-input.k-isvalid{border-color: #28a745; padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right calc(2.25rem / 4); background-size: calc(2.25rem / 2) calc(2.25rem / 2); background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}
.k-was-validated .k-form-input:valid:focus, .k-form-input.k-isvalid:focus{border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)}
.k-was-validated .k-form-input:valid ~ .k-valid-feedback, .k-was-validated .k-form-input:valid ~ .k-valid-tooltip, .k-form-input.k-isvalid ~ .k-valid-feedback, .k-form-input.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated textarea.k-form-input:valid, textarea.k-form-input.k-isvalid{padding-right: 2.25rem; background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)}
.k-was-validated .k-custom-select:valid, .k-custom-select.k-isvalid{border-color: #28a745; padding-right: 2.25rem; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2)}
.k-was-validated .k-custom-select:valid:focus, .k-custom-select.k-isvalid:focus{border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)}
.k-was-validated .k-custom-select:valid ~ .k-valid-feedback, .k-was-validated .k-custom-select:valid ~ .k-valid-tooltip, .k-custom-select.k-isvalid ~ .k-valid-feedback, .k-custom-select.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated .k-form-input-file:valid ~ .k-valid-feedback, .k-was-validated .k-form-input-file:valid ~ .k-valid-tooltip, .k-form-input-file.k-isvalid ~ .k-valid-feedback, .k-form-input-file.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated .k-form-check-input:valid ~ .k-form-check-label, .k-form-check-input.k-isvalid ~ .k-form-check-label{color: #28a745}
.k-was-validated .k-form-check-input:valid ~ .k-valid-feedback, .k-was-validated .k-form-check-input:valid ~ .k-valid-tooltip, .k-form-check-input.k-isvalid ~ .k-valid-feedback, .k-form-check-input.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated .k-custom-control-input:valid ~ .k-custom-control-label, .k-custom-control-input.k-isvalid ~ .k-custom-control-label{color: #28a745}
.k-was-validated .k-custom-control-input:valid ~ .k-custom-control-label::before, .k-custom-control-input.k-isvalid ~ .k-custom-control-label::before{background-color: #71dd8a}
.k-was-validated .k-custom-control-input:valid ~ .k-valid-feedback, .k-was-validated .k-custom-control-input:valid ~ .k-valid-tooltip, .k-custom-control-input.k-isvalid ~ .k-valid-feedback, .k-custom-control-input.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated .k-custom-control-input:valid:checked ~ .k-custom-control-label::before, .k-custom-control-input.k-isvalid:checked ~ .k-custom-control-label::before{background-color: #34ce57}
.k-was-validated .k-custom-control-input:valid:focus ~ .k-custom-control-label::before, .k-custom-control-input.k-isvalid:focus ~ .k-custom-control-label::before{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25)}
.k-was-validated .k-custom-file-input:valid ~ .k-custom-file-label, .k-custom-file-input.k-isvalid ~ .k-custom-file-label{border-color: #28a745}
.k-was-validated .k-custom-file-input:valid ~ .k-custom-file-label::after, .k-custom-file-input.k-isvalid ~ .k-custom-file-label::after{border-color: inherit}
.k-was-validated .k-custom-file-input:valid ~ .k-valid-feedback, .k-was-validated .k-custom-file-input:valid ~ .k-valid-tooltip, .k-custom-file-input.k-isvalid ~ .k-valid-feedback, .k-custom-file-input.k-isvalid ~ .k-valid-tooltip{display: block}
.k-was-validated .k-custom-file-input:valid:focus ~ .k-custom-file-label, .k-custom-file-input.k-isvalid:focus ~ .k-custom-file-label{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)}
.k-invalid-feedback{display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545}
.k-invalid-tooltip{position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.57143; color: #fff; background-color: #dc3545; border-radius: 0.25rem}
.k-was-validated .k-form-input:invalid, .k-form-input.k-isinvalid{border-color: #dc3545; padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right calc(2.25rem / 4); background-size: calc(2.25rem / 2) calc(2.25rem / 2); background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}
.k-was-validated .k-form-input:invalid:focus, .k-form-input.k-isinvalid:focus{border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)}
.k-was-validated .k-form-input:invalid ~ .k-invalid-feedback, .k-was-validated .k-form-input:invalid ~ .k-invalid-tooltip, .k-form-input.k-isinvalid ~ .k-invalid-feedback, .k-form-input.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated textarea.k-form-input:invalid, textarea.k-form-input.k-isinvalid{padding-right: 2.25rem; background-position: top calc(2.25rem / 4) right calc(2.25rem / 4)}
.k-was-validated .k-custom-select:invalid, .k-custom-select.k-isinvalid{border-color: #dc3545; padding-right: 2.25rem; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem / 2) calc(2.25rem / 2)}
.k-was-validated .k-custom-select:invalid:focus, .k-custom-select.k-isinvalid:focus{border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)}
.k-was-validated .k-custom-select:invalid ~ .k-invalid-feedback, .k-was-validated .k-custom-select:invalid ~ .k-invalid-tooltip, .k-custom-select.k-isinvalid ~ .k-invalid-feedback, .k-custom-select.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated .k-form-input-file:invalid ~ .k-invalid-feedback, .k-was-validated .k-form-input-file:invalid ~ .k-invalid-tooltip, .k-form-input-file.k-isinvalid ~ .k-invalid-feedback, .k-form-input-file.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated .k-form-check-input:invalid ~ .k-form-check-label, .k-form-check-input.k-isinvalid ~ .k-form-check-label{color: #dc3545}
.k-was-validated .k-form-check-input:invalid ~ .k-invalid-feedback, .k-was-validated .k-form-check-input:invalid ~ .k-invalid-tooltip, .k-form-check-input.k-isinvalid ~ .k-invalid-feedback, .k-form-check-input.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated .k-custom-control-input:invalid ~ .k-custom-control-label, .k-custom-control-input.k-isinvalid ~ .k-custom-control-label{color: #dc3545}
.k-was-validated .k-custom-control-input:invalid ~ .k-custom-control-label::before, .k-custom-control-input.k-isinvalid ~ .k-custom-control-label::before{background-color: #efa2a9}
.k-was-validated .k-custom-control-input:invalid ~ .k-invalid-feedback, .k-was-validated .k-custom-control-input:invalid ~ .k-invalid-tooltip, .k-custom-control-input.k-isinvalid ~ .k-invalid-feedback, .k-custom-control-input.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated .k-custom-control-input:invalid:checked ~ .k-custom-control-label::before, .k-custom-control-input.k-isinvalid:checked ~ .k-custom-control-label::before{background-color: #e4606d}
.k-was-validated .k-custom-control-input:invalid:focus ~ .k-custom-control-label::before, .k-custom-control-input.k-isinvalid:focus ~ .k-custom-control-label::before{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25)}
.k-was-validated .k-custom-file-input:invalid ~ .k-custom-file-label, .k-custom-file-input.k-isinvalid ~ .k-custom-file-label{border-color: #dc3545}
.k-was-validated .k-custom-file-input:invalid ~ .k-custom-file-label::after, .k-custom-file-input.k-isinvalid ~ .k-custom-file-label::after{border-color: inherit}
.k-was-validated .k-custom-file-input:invalid ~ .k-invalid-feedback, .k-was-validated .k-custom-file-input:invalid ~ .k-invalid-tooltip, .k-custom-file-input.k-isinvalid ~ .k-invalid-feedback, .k-custom-file-input.k-isinvalid ~ .k-invalid-tooltip{display: block}
.k-was-validated .k-custom-file-input:invalid:focus ~ .k-custom-file-label, .k-custom-file-input.k-isinvalid:focus ~ .k-custom-file-label{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)}
.k-form-inline{display: flex; flex-flow: row wrap; align-items: center}
.k-form-inline .k-form-check{width: 100%}
@media (min-width: 480px){
	.k-form-inline label{display: flex; align-items: center; justify-content: center; margin-bottom: 0}
	.k-form-inline .k-form-wrap{display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0}
	.k-form-inline .k-form-input{display: inline-block; width: auto; vertical-align: middle}
	.k-form-inline .k-form-input-plaintext{display: inline-block}
	.k-form-inline .k-input-group, .k-form-inline .k-custom-select{width: auto}
	.k-form-inline .k-form-check{display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0}
	.k-form-inline .k-form-check-input{position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0}
	.k-form-inline .k-custom-control{align-items: center; justify-content: center}
	.k-form-inline .k-custom-control-label{margin-bottom: 0}
}
.k-btn{display: inline-block; font-weight: 700; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}
@media screen and (prefers-reduced-motion: reduce){.k-btn{transition: none}
}
.k-btn:hover, .k-btn:focus{text-decoration: none}
.k-btn:focus, .k-btn.k-focus{outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-btn.k-disabled, .k-btn:disabled{opacity: 0.65; box-shadow: none}
.k-btn:not(:disabled):not(.k-disabled){cursor: pointer}
.k-btn:not(:disabled):not(.k-disabled):active, .k-btn:not(:disabled):not(.k-disabled).k-active{box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)}
.k-btn:not(:disabled):not(.k-disabled):active:focus, .k-btn:not(:disabled):not(.k-disabled).k-active:focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125)}
a.k-btn.k-disabled, fieldset:disabled a.k-btn{pointer-events: none}
.k-btn-primary{color: #fff; background-color: #007bff; border-color: #007bff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-primary:hover{color: #fff; background-color: #0069d9; border-color: #0062cc}
.k-btn-primary:focus, .k-btn-primary.k-focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)}
.k-btn-primary.k-disabled, .k-btn-primary:disabled{color: #fff; background-color: #007bff; border-color: #007bff}
.k-btn-primary:not(:disabled):not(.k-disabled):active, .k-btn-primary:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-primary.k-dropdown-toggle{color: #fff; background-color: #0062cc; border-color: #005cbf}
.k-btn-primary:not(:disabled):not(.k-disabled):active:focus, .k-btn-primary:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-primary.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)}
.k-btn-secondary{color: #fff; background-color: #6c757d; border-color: #6c757d; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-secondary:hover{color: #fff; background-color: #5a6268; border-color: #545b62}
.k-btn-secondary:focus, .k-btn-secondary.k-focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)}
.k-btn-secondary.k-disabled, .k-btn-secondary:disabled{color: #fff; background-color: #6c757d; border-color: #6c757d}
.k-btn-secondary:not(:disabled):not(.k-disabled):active, .k-btn-secondary:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-secondary.k-dropdown-toggle{color: #fff; background-color: #545b62; border-color: #4e555b}
.k-btn-secondary:not(:disabled):not(.k-disabled):active:focus, .k-btn-secondary:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-secondary.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)}
.k-btn-success{color: #fff; background-color: #28a745; border-color: #28a745; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-success:hover{color: #fff; background-color: #218838; border-color: #1e7e34}
.k-btn-success:focus, .k-btn-success.k-focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)}
.k-btn-success.k-disabled, .k-btn-success:disabled{color: #fff; background-color: #28a745; border-color: #28a745}
.k-btn-success:not(:disabled):not(.k-disabled):active, .k-btn-success:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-success.k-dropdown-toggle{color: #fff; background-color: #1e7e34; border-color: #1c7430}
.k-btn-success:not(:disabled):not(.k-disabled):active:focus, .k-btn-success:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-success.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)}
.k-btn-info{color: #fff; background-color: #17a2b8; border-color: #17a2b8; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-info:hover{color: #fff; background-color: #138496; border-color: #117a8b}
.k-btn-info:focus, .k-btn-info.k-focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)}
.k-btn-info.k-disabled, .k-btn-info:disabled{color: #fff; background-color: #17a2b8; border-color: #17a2b8}
.k-btn-info:not(:disabled):not(.k-disabled):active, .k-btn-info:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-info.k-dropdown-toggle{color: #fff; background-color: #117a8b; border-color: #10707f}
.k-btn-info:not(:disabled):not(.k-disabled):active:focus, .k-btn-info:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-info.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)}
.k-btn-warning{color: #212529; background-color: #ffc107; border-color: #ffc107; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-warning:hover{color: #212529; background-color: #e0a800; border-color: #d39e00}
.k-btn-warning:focus, .k-btn-warning.k-focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)}
.k-btn-warning.k-disabled, .k-btn-warning:disabled{color: #212529; background-color: #ffc107; border-color: #ffc107}
.k-btn-warning:not(:disabled):not(.k-disabled):active, .k-btn-warning:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-warning.k-dropdown-toggle{color: #212529; background-color: #d39e00; border-color: #c69500}
.k-btn-warning:not(:disabled):not(.k-disabled):active:focus, .k-btn-warning:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-warning.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)}
.k-btn-danger{color: #fff; background-color: #dc3545; border-color: #dc3545; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-danger:hover{color: #fff; background-color: #c82333; border-color: #bd2130}
.k-btn-danger:focus, .k-btn-danger.k-focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)}
.k-btn-danger.k-disabled, .k-btn-danger:disabled{color: #fff; background-color: #dc3545; border-color: #dc3545}
.k-btn-danger:not(:disabled):not(.k-disabled):active, .k-btn-danger:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-danger.k-dropdown-toggle{color: #fff; background-color: #bd2130; border-color: #b21f2d}
.k-btn-danger:not(:disabled):not(.k-disabled):active:focus, .k-btn-danger:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-danger.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)}
.k-btn-light{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-light:hover{color: #212529; background-color: #e2e6ea; border-color: #dae0e5}
.k-btn-light:focus, .k-btn-light.k-focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)}
.k-btn-light.k-disabled, .k-btn-light:disabled{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa}
.k-btn-light:not(:disabled):not(.k-disabled):active, .k-btn-light:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-light.k-dropdown-toggle{color: #212529; background-color: #dae0e5; border-color: #d3d9df}
.k-btn-light:not(:disabled):not(.k-disabled):active:focus, .k-btn-light:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-light.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)}
.k-btn-dark{color: #fff; background-color: #343a40; border-color: #343a40; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-btn-dark:hover{color: #fff; background-color: #23272b; border-color: #1d2124}
.k-btn-dark:focus, .k-btn-dark.k-focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)}
.k-btn-dark.k-disabled, .k-btn-dark:disabled{color: #fff; background-color: #343a40; border-color: #343a40}
.k-btn-dark:not(:disabled):not(.k-disabled):active, .k-btn-dark:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-dark.k-dropdown-toggle{color: #fff; background-color: #1d2124; border-color: #171a1d}
.k-btn-dark:not(:disabled):not(.k-disabled):active:focus, .k-btn-dark:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-dark.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)}
.k-btn-outline-primary{color: #007bff; background-color: transparent; background-image: none; border-color: #007bff}
.k-btn-outline-primary:hover{color: #fff; background-color: #007bff; border-color: #007bff}
.k-btn-outline-primary:focus, .k-btn-outline-primary.k-focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)}
.k-btn-outline-primary.k-disabled, .k-btn-outline-primary:disabled{color: #007bff; background-color: transparent}
.k-btn-outline-primary:not(:disabled):not(.k-disabled):active, .k-btn-outline-primary:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-primary.k-dropdown-toggle{color: #fff; background-color: #007bff; border-color: #007bff}
.k-btn-outline-primary:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-primary:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-primary.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)}
.k-btn-outline-secondary{color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d}
.k-btn-outline-secondary:hover{color: #fff; background-color: #6c757d; border-color: #6c757d}
.k-btn-outline-secondary:focus, .k-btn-outline-secondary.k-focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)}
.k-btn-outline-secondary.k-disabled, .k-btn-outline-secondary:disabled{color: #6c757d; background-color: transparent}
.k-btn-outline-secondary:not(:disabled):not(.k-disabled):active, .k-btn-outline-secondary:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-secondary.k-dropdown-toggle{color: #fff; background-color: #6c757d; border-color: #6c757d}
.k-btn-outline-secondary:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-secondary:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-secondary.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)}
.k-btn-outline-success{color: #28a745; background-color: transparent; background-image: none; border-color: #28a745}
.k-btn-outline-success:hover{color: #fff; background-color: #28a745; border-color: #28a745}
.k-btn-outline-success:focus, .k-btn-outline-success.k-focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)}
.k-btn-outline-success.k-disabled, .k-btn-outline-success:disabled{color: #28a745; background-color: transparent}
.k-btn-outline-success:not(:disabled):not(.k-disabled):active, .k-btn-outline-success:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-success.k-dropdown-toggle{color: #fff; background-color: #28a745; border-color: #28a745}
.k-btn-outline-success:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-success:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-success.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)}
.k-btn-outline-info{color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8}
.k-btn-outline-info:hover{color: #fff; background-color: #17a2b8; border-color: #17a2b8}
.k-btn-outline-info:focus, .k-btn-outline-info.k-focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)}
.k-btn-outline-info.k-disabled, .k-btn-outline-info:disabled{color: #17a2b8; background-color: transparent}
.k-btn-outline-info:not(:disabled):not(.k-disabled):active, .k-btn-outline-info:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-info.k-dropdown-toggle{color: #fff; background-color: #17a2b8; border-color: #17a2b8}
.k-btn-outline-info:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-info:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-info.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)}
.k-btn-outline-warning{color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107}
.k-btn-outline-warning:hover{color: #212529; background-color: #ffc107; border-color: #ffc107}
.k-btn-outline-warning:focus, .k-btn-outline-warning.k-focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)}
.k-btn-outline-warning.k-disabled, .k-btn-outline-warning:disabled{color: #ffc107; background-color: transparent}
.k-btn-outline-warning:not(:disabled):not(.k-disabled):active, .k-btn-outline-warning:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-warning.k-dropdown-toggle{color: #212529; background-color: #ffc107; border-color: #ffc107}
.k-btn-outline-warning:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-warning:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-warning.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)}
.k-btn-outline-danger{color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545}
.k-btn-outline-danger:hover{color: #fff; background-color: #dc3545; border-color: #dc3545}
.k-btn-outline-danger:focus, .k-btn-outline-danger.k-focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)}
.k-btn-outline-danger.k-disabled, .k-btn-outline-danger:disabled{color: #dc3545; background-color: transparent}
.k-btn-outline-danger:not(:disabled):not(.k-disabled):active, .k-btn-outline-danger:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-danger.k-dropdown-toggle{color: #fff; background-color: #dc3545; border-color: #dc3545}
.k-btn-outline-danger:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-danger:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-danger.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)}
.k-btn-outline-light{color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa}
.k-btn-outline-light:hover{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa}
.k-btn-outline-light:focus, .k-btn-outline-light.k-focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)}
.k-btn-outline-light.k-disabled, .k-btn-outline-light:disabled{color: #f8f9fa; background-color: transparent}
.k-btn-outline-light:not(:disabled):not(.k-disabled):active, .k-btn-outline-light:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-light.k-dropdown-toggle{color: #212529; background-color: #f8f9fa; border-color: #f8f9fa}
.k-btn-outline-light:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-light:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-light.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)}
.k-btn-outline-dark{color: #343a40; background-color: transparent; background-image: none; border-color: #343a40}
.k-btn-outline-dark:hover{color: #fff; background-color: #343a40; border-color: #343a40}
.k-btn-outline-dark:focus, .k-btn-outline-dark.k-focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)}
.k-btn-outline-dark.k-disabled, .k-btn-outline-dark:disabled{color: #343a40; background-color: transparent}
.k-btn-outline-dark:not(:disabled):not(.k-disabled):active, .k-btn-outline-dark:not(:disabled):not(.k-disabled).k-active, .k-show > .k-btn-outline-dark.k-dropdown-toggle{color: #fff; background-color: #343a40; border-color: #343a40}
.k-btn-outline-dark:not(:disabled):not(.k-disabled):active:focus, .k-btn-outline-dark:not(:disabled):not(.k-disabled).k-active:focus, .k-show > .k-btn-outline-dark.k-dropdown-toggle:focus{box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)}
.k-btn-link{font-weight: 400; color: inherit; background-color: transparent}
.k-btn-link:hover{color: inherit; text-decoration: underline; background-color: transparent; border-color: transparent}
.k-btn-link:focus, .k-btn-link.k-focus{text-decoration: underline; border-color: transparent; box-shadow: none}
.k-btn-link:disabled, .k-btn-link.k-disabled{color: #6c757d; pointer-events: none}
.k-btn-lg, .k-btn-group-lg > .k-btn{padding: 0.5rem 1rem; font-size: 2rem; line-height: 1.5; border-radius: 0.3rem}
.k-btn-sm, .k-btn-group-sm > .k-btn{padding: 0.25rem 0.5rem; font-size: 1rem; line-height: 1.5; border-radius: 0.2rem}
.k-btn-block{display: block; width: 100%}
.k-btn-block + .k-btn-block{margin-top: 0.5rem}
input[type="submit"].k-btn-block, input[type="reset"].k-btn-block, input[type="button"].k-btn-block{width: 100%}
.k-fade{transition: opacity 0.15s linear}
@media screen and (prefers-reduced-motion: reduce){.k-fade{transition: none}
}
.k-fade:not(.k-show){opacity: 0}
.k-collapse:not(.k-show){display: none}
.k-collapsing{position: relative; height: 0; overflow: hidden; transition: height 0.35s ease}
@media screen and (prefers-reduced-motion: reduce){.k-collapsing{transition: none}
}
.k-dropup, .k-dropright, .k-dropdown, .k-dropleft{position: relative}
.k-dropdown-toggle::after{display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent}
.k-dropdown-toggle:empty::after{margin-left: 0}
.k-dropdown-menu{position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #888; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)}
.k-dropdown-menu-right{right: 0; left: auto}
.k-dropup .k-dropdown-menu{top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem}
.k-dropup .k-dropdown-toggle::after{display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent}
.k-dropup .k-dropdown-toggle:empty::after{margin-left: 0}
.k-dropright .k-dropdown-menu{top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem}
.k-dropright .k-dropdown-toggle::after{display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid}
.k-dropright .k-dropdown-toggle:empty::after{margin-left: 0}
.k-dropright .k-dropdown-toggle::after{vertical-align: 0}
.k-dropleft .k-dropdown-menu{top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem}
.k-dropleft .k-dropdown-toggle::after{display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""}
.k-dropleft .k-dropdown-toggle::after{display: none}
.k-dropleft .k-dropdown-toggle::before{display: inline-block; width: 0; height: 0; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent}
.k-dropleft .k-dropdown-toggle:empty::after{margin-left: 0}
.k-dropleft .k-dropdown-toggle::before{vertical-align: 0}
.k-dropdown-menu[x-placement^="top"], .k-dropdown-menu[x-placement^="right"], .k-dropdown-menu[x-placement^="bottom"], .k-dropdown-menu[x-placement^="left"]{right: auto; bottom: auto}
.k-dropdown-divider{height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #b1b1b1}
.k-dropdown-item{display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #434345; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0}
.k-dropdown-item:hover, .k-dropdown-item:focus{color: #434345; text-decoration: none; background-color: #f6f7f8}
.k-dropdown-item.k-active, .k-dropdown-item:active{color: #fff; text-decoration: none; background-color: #b80924}
.k-dropdown-item.k-disabled, .k-dropdown-item:disabled{color: #b1b1b1; background-color: transparent}
.k-dropdown-menu.k-show{display: block}
.k-dropdown-header{display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 1rem; color: #888; white-space: nowrap}
.k-dropdown-item-text{display: block; padding: 0.25rem 1.5rem; color: #434345}
.k-btn-group, .k-btn-group-vertical{position: relative; display: inline-flex; vertical-align: middle}
.k-btn-group > .k-btn, .k-btn-group-vertical > .k-btn{position: relative; flex: 0 1 auto}
.k-btn-group > .k-btn:hover, .k-btn-group-vertical > .k-btn:hover{z-index: 1}
.k-btn-group > .k-btn:focus, .k-btn-group > .k-btn:active, .k-btn-group > .k-btn.k-active, .k-btn-group-vertical > .k-btn:focus, .k-btn-group-vertical > .k-btn:active, .k-btn-group-vertical > .k-btn.k-active{z-index: 1}
.k-btn-group .k-btn + .k-btn, .k-btn-group .k-btn + .k-btn-group, .k-btn-group .k-btn-group + .k-btn, .k-btn-group .k-btn-group + .k-btn-group, .k-btn-group-vertical .k-btn + .k-btn, .k-btn-group-vertical .k-btn + .k-btn-group, .k-btn-group-vertical .k-btn-group + .k-btn, .k-btn-group-vertical .k-btn-group + .k-btn-group{margin-left: -1px}
.k-btn-toolbar{display: flex; flex-wrap: wrap; justify-content: flex-start}
.k-btn-toolbar .k-input-group{width: auto}
.k-btn-group > .k-btn:first-child{margin-left: 0}
.k-btn-group > .k-btn:not(:last-child):not(.k-dropdown-toggle), .k-btn-group > .k-btn-group:not(:last-child) > .k-btn{border-top-right-radius: 0; border-bottom-right-radius: 0}
.k-btn-group > .k-btn:not(:first-child), .k-btn-group > .k-btn-group:not(:first-child) > .k-btn{border-top-left-radius: 0; border-bottom-left-radius: 0}
.k-dropdown-toggle-split{padding-right: 0.5625rem; padding-left: 0.5625rem}
.k-dropdown-toggle-split::after, .k-dropup .k-dropdown-toggle-split::after, .k-dropright .k-dropdown-toggle-split::after{margin-left: 0}
.k-dropleft .k-dropdown-toggle-split::before{margin-right: 0}
.k-btn-sm + .k-dropdown-toggle-split, .k-btn-group-sm > .k-btn + .k-dropdown-toggle-split{padding-right: 0.375rem; padding-left: 0.375rem}
.k-btn-lg + .k-dropdown-toggle-split, .k-btn-group-lg > .k-btn + .k-dropdown-toggle-split{padding-right: 0.75rem; padding-left: 0.75rem}
.k-btn-group.k-show .k-dropdown-toggle{box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)}
.k-btn-group.k-show .k-dropdown-toggle.k-btn-link{box-shadow: none}
.k-btn-group-vertical{flex-direction: column; align-items: flex-start; justify-content: center}
.k-btn-group-vertical .k-btn, .k-btn-group-vertical .k-btn-group{width: 100%}
.k-btn-group-vertical > .k-btn + .k-btn, .k-btn-group-vertical > .k-btn + .k-btn-group, .k-btn-group-vertical > .k-btn-group + .k-btn, .k-btn-group-vertical > .k-btn-group + .k-btn-group{margin-top: -1px; margin-left: 0}
.k-btn-group-vertical > .k-btn:not(:last-child):not(.k-dropdown-toggle), .k-btn-group-vertical > .k-btn-group:not(:last-child) > .k-btn{border-bottom-right-radius: 0; border-bottom-left-radius: 0}
.k-btn-group-vertical > .k-btn:not(:first-child), .k-btn-group-vertical > .k-btn-group:not(:first-child) > .k-btn{border-top-left-radius: 0; border-top-right-radius: 0}
.k-btn-group-toggle > .k-btn, .k-btn-group-toggle > .k-btn-group > .k-btn{margin-bottom: 0}
.k-btn-group-toggle > .k-btn input[type="radio"], .k-btn-group-toggle > .k-btn input[type="checkbox"], .k-btn-group-toggle > .k-btn-group > .k-btn input[type="radio"], .k-btn-group-toggle > .k-btn-group > .k-btn input[type="checkbox"]{position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none}
.k-input-group{position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%}
.k-input-group > .k-form-input, .k-input-group > .k-custom-select, .k-input-group > .k-custom-file{position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0}
.k-input-group > .k-form-input + .k-form-input, .k-input-group > .k-form-input + .k-custom-select, .k-input-group > .k-form-input + .k-custom-file, .k-input-group > .k-custom-select + .k-form-input, .k-input-group > .k-custom-select + .k-custom-select, .k-input-group > .k-custom-select + .k-custom-file, .k-input-group > .k-custom-file + .k-form-input, .k-input-group > .k-custom-file + .k-custom-select, .k-input-group > .k-custom-file + .k-custom-file{margin-left: -1px}
.k-input-group > .k-form-input:focus, .k-input-group > .k-custom-select:focus, .k-input-group > .k-custom-file .k-custom-file-input:focus ~ .k-custom-file-label{z-index: 3}
.k-input-group > .k-custom-file .k-custom-file-input:focus{z-index: 4}
.k-input-group > .k-form-input:not(:last-child), .k-input-group > .k-custom-select:not(:last-child){border-top-right-radius: 0; border-bottom-right-radius: 0}
.k-input-group > .k-form-input:not(:first-child), .k-input-group > .k-custom-select:not(:first-child){border-top-left-radius: 0; border-bottom-left-radius: 0}
.k-input-group > .k-custom-file{display: flex; align-items: center}
.k-input-group > .k-custom-file:not(:last-child) .k-custom-file-label, .k-input-group > .k-custom-file:not(:last-child) .k-custom-file-label::after{border-top-right-radius: 0; border-bottom-right-radius: 0}
.k-input-group > .k-custom-file:not(:first-child) .k-custom-file-label{border-top-left-radius: 0; border-bottom-left-radius: 0}
.k-input-group-prepend, .k-input-group-append{display: flex}
.k-input-group-prepend .k-btn, .k-input-group-append .k-btn{position: relative; z-index: 2}
.k-input-group-prepend .k-btn + .k-btn, .k-input-group-prepend .k-btn + .k-input-group-text, .k-input-group-prepend .k-input-group-text + .k-input-group-text, .k-input-group-prepend .k-input-group-text + .k-btn, .k-input-group-append .k-btn + .k-btn, .k-input-group-append .k-btn + .k-input-group-text, .k-input-group-append .k-input-group-text + .k-input-group-text, .k-input-group-append .k-input-group-text + .k-btn{margin-left: -1px}
.k-input-group-prepend{margin-right: -1px}
.k-input-group-append{margin-left: -1px}
.k-input-group-text{display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #fff; text-align: center; white-space: nowrap; background-color: #212121; border: 1px solid #212121; border-radius: 5px}
.k-input-group-text input[type="radio"], .k-input-group-text input[type="checkbox"]{margin-top: 0}
.k-input-group-lg > .k-form-input, .k-input-group-lg > .k-input-group-prepend > .k-input-group-text, .k-input-group-lg > .k-input-group-append > .k-input-group-text, .k-input-group-lg > .k-input-group-prepend > .k-btn, .k-input-group-lg > .k-input-group-append > .k-btn{height: calc(2.875rem + 2px); padding: 0.5rem 1rem; font-size: 2rem; line-height: 1.5; border-radius: 0.3rem}
.k-input-group-sm > .k-form-input, .k-input-group-sm > .k-input-group-prepend > .k-input-group-text, .k-input-group-sm > .k-input-group-append > .k-input-group-text, .k-input-group-sm > .k-input-group-prepend > .k-btn, .k-input-group-sm > .k-input-group-append > .k-btn{height: calc(1.8125rem + 2px); padding: 0.25rem 0.5rem; font-size: 1rem; line-height: 1.5; border-radius: 0.2rem}
.k-input-group > .k-input-group-prepend > .k-btn, .k-input-group > .k-input-group-prepend > .k-input-group-text, .k-input-group > .k-input-group-append:not(:last-child) > .k-btn, .k-input-group > .k-input-group-append:not(:last-child) > .k-input-group-text, .k-input-group > .k-input-group-append:last-child > .k-btn:not(:last-child):not(.k-dropdown-toggle), .k-input-group > .k-input-group-append:last-child > .k-input-group-text:not(:last-child){border-top-right-radius: 0; border-bottom-right-radius: 0}
.k-input-group > .k-input-group-append > .k-btn, .k-input-group > .k-input-group-append > .k-input-group-text, .k-input-group > .k-input-group-prepend:not(:first-child) > .k-btn, .k-input-group > .k-input-group-prepend:not(:first-child) > .k-input-group-text, .k-input-group > .k-input-group-prepend:first-child > .k-btn:not(:first-child), .k-input-group > .k-input-group-prepend:first-child > .k-input-group-text:not(:first-child){border-top-left-radius: 0; border-bottom-left-radius: 0}
.k-custom-control{position: relative; display: block; min-height: 1.57143rem; padding-left: 1.5rem}
.k-custom-control-inline{display: inline-flex; margin-right: 1rem}
.k-custom-control-input{position: absolute; z-index: -1; opacity: 0}
.k-custom-control-input:checked ~ .k-custom-control-label::before{color: #fff; background-color: #007bff; box-shadow: none}
.k-custom-control-input:focus ~ .k-custom-control-label::before{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-custom-control-input:active ~ .k-custom-control-label::before{color: #fff; background-color: #b3d7ff; box-shadow: none}
.k-custom-control-input:disabled ~ .k-custom-control-label{color: #6c757d}
.k-custom-control-input:disabled ~ .k-custom-control-label::before{background-color: #e9ecef}
.k-custom-control-label{position: relative; margin-bottom: 0}
.k-custom-control-label::before{position: absolute; top: 0.28571rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; user-select: none; background-color: #dee2e6; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)}
.k-custom-control-label::after{position: absolute; top: 0.28571rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%}
.k-custom-checkbox .k-custom-control-label::before{border-radius: 0.25rem}
.k-custom-checkbox .k-custom-control-input:checked ~ .k-custom-control-label::before{background-color: #007bff}
.k-custom-checkbox .k-custom-control-input:checked ~ .k-custom-control-label::after{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}
.k-custom-checkbox .k-custom-control-input:indeterminate ~ .k-custom-control-label::before{background-color: #007bff; box-shadow: none}
.k-custom-checkbox .k-custom-control-input:indeterminate ~ .k-custom-control-label::after{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}
.k-custom-checkbox .k-custom-control-input:disabled:checked ~ .k-custom-control-label::before{background-color: rgba(0, 123, 255, 0.5)}
.k-custom-checkbox .k-custom-control-input:disabled:indeterminate ~ .k-custom-control-label::before{background-color: rgba(0, 123, 255, 0.5)}
.k-custom-radio .k-custom-control-label::before{border-radius: 50%}
.k-custom-radio .k-custom-control-input:checked ~ .k-custom-control-label::before{background-color: #007bff}
.k-custom-radio .k-custom-control-input:checked ~ .k-custom-control-label::after{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}
.k-custom-radio .k-custom-control-input:disabled:checked ~ .k-custom-control-label::before{background-color: rgba(0, 123, 255, 0.5)}
.k-custom-select{display: inline-block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.5; color: #495057; vertical-align: middle; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); appearance: none}
.k-custom-select:focus{border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5)}
.k-custom-select:focus::-ms-value{color: #212121; background-color: #fff}
.k-custom-select[multiple], .k-custom-select[size]:not([size="1"]){height: auto; padding-right: 0.75rem; background-image: none}
.k-custom-select:disabled{color: #6c757d; background-color: #e9ecef}
.k-custom-select::-ms-expand{opacity: 0}
.k-custom-select-sm{height: calc(1.8125rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem}
.k-custom-select-lg{height: calc(2.875rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem}
.k-custom-file{position: relative; display: inline-block; width: 100%; height: calc(2.25rem + 2px); margin-bottom: 0}
.k-custom-file-input{position: relative; z-index: 2; width: 100%; height: calc(2.25rem + 2px); margin: 0; opacity: 0}
.k-custom-file-input:focus ~ .k-custom-file-label{border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-custom-file-input:focus ~ .k-custom-file-label::after{border-color: #80bdff}
.k-custom-file-input:disabled ~ .k-custom-file-label{background-color: #e9ecef}
.k-custom-file-input:lang(en) ~ .k-custom-file-label::after{content: "Browse"}
.k-custom-file-label{position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)}
.k-custom-file-label::after{position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: 2.25rem; padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: 1px solid #ced4da; border-radius: 0 0.25rem 0.25rem 0}
.k-custom-range{width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; appearance: none}
.k-custom-range:focus{outline: none}
.k-custom-range:focus::-webkit-slider-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-custom-range:focus::-moz-range-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-custom-range:focus::-ms-thumb{box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-custom-range::-moz-focus-outer{border: 0}
.k-custom-range::-webkit-slider-thumb{width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #007bff; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none}
@media screen and (prefers-reduced-motion: reduce){.k-custom-range::-webkit-slider-thumb{transition: none}
}
.k-custom-range::-webkit-slider-thumb:active{background-color: #b3d7ff}
.k-custom-range::-webkit-slider-runnable-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)}
.k-custom-range::-moz-range-thumb{width: 1rem; height: 1rem; background-color: #007bff; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none}
@media screen and (prefers-reduced-motion: reduce){.k-custom-range::-moz-range-thumb{transition: none}
}
.k-custom-range::-moz-range-thumb:active{background-color: #b3d7ff}
.k-custom-range::-moz-range-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)}
.k-custom-range::-ms-thumb{width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #007bff; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none}
@media screen and (prefers-reduced-motion: reduce){.k-custom-range::-ms-thumb{transition: none}
}
.k-custom-range::-ms-thumb:active{background-color: #b3d7ff}
.k-custom-range::-ms-track{width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1)}
.k-custom-range::-ms-fill-lower{background-color: #dee2e6; border-radius: 1rem}
.k-custom-range::-ms-fill-upper{margin-right: 15px; background-color: #dee2e6; border-radius: 1rem}
.k-custom-range:disabled::-webkit-slider-thumb{background-color: #adb5bd}
.k-custom-range:disabled::-webkit-slider-runnable-track{cursor: default}
.k-custom-range:disabled::-moz-range-thumb{background-color: #adb5bd}
.k-custom-range:disabled::-moz-range-track{cursor: default}
.k-custom-range:disabled::-ms-thumb{background-color: #adb5bd}
.k-custom-control-label::before, .k-custom-file-label, .k-custom-select{transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}
@media screen and (prefers-reduced-motion: reduce){.k-custom-control-label::before, .k-custom-file-label, .k-custom-select{transition: none}
}
.k-nav{display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none}
.k-nav-link{display: block; padding: 0.5rem 1rem}
.k-nav-link:hover, .k-nav-link:focus{text-decoration: none}
.k-nav-link.k-disabled{color: #6c757d}
.k-nav-tabs{border-bottom: 1px solid #b1b1b1}
.k-nav-tabs .k-nav-item{margin-bottom: -1px}
.k-nav-tabs .k-nav-link{border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem}
.k-nav-tabs .k-nav-link:hover, .k-nav-tabs .k-nav-link:focus{border-color: #f9f9f9}
.k-nav-tabs .k-nav-link.k-disabled{color: #6c757d; background-color: transparent; border-color: transparent}
.k-nav-tabs .k-nav-link.k-active, .k-nav-tabs .k-nav-item.k-show .k-nav-link{color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff}
.k-nav-tabs .k-dropdown-menu{margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0}
.k-nav-pills .k-nav-link{border-radius: 4px}
.k-nav-pills .k-nav-link.k-active, .k-nav-pills .k-show > .k-nav-link{color: #fff; background-color: #007bff}
.k-nav-fill .k-nav-item{flex: 1 1 auto; text-align: center}
.k-nav-justified .k-nav-item{flex-basis: 0; flex-grow: 1; text-align: center}
.k-tab-content > .k-tab-pane{display: none}
.k-tab-content > .k-active{display: block}
.k-navbar{position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem}
.k-navbar > .k-container, .k-navbar > .k-container-fluid{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between}
.k-navbar-brand{display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap}
.k-navbar-brand:hover, .k-navbar-brand:focus{text-decoration: none}
.k-navbar-nav{display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none}
.k-navbar-nav .k-nav-link{padding-right: 0; padding-left: 0}
.k-navbar-nav .k-dropdown-menu{position: static; float: none}
.k-navbar-text{display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem}
.k-navbar-collapse{flex-basis: 100%; flex-grow: 1; align-items: center}
.k-navbar-toggler{padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem}
.k-navbar-toggler:hover, .k-navbar-toggler:focus{text-decoration: none}
.k-navbar-toggler:not(:disabled):not(.k-disabled){cursor: pointer}
.k-navbar-toggler-icon{display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%}
@media (max-width: 479.98px){
	.k-navbar-expand-sm > .k-container, .k-navbar-expand-sm > .k-container-fluid{padding-right: 0; padding-left: 0}
}
@media (min-width: 480px){
	.k-navbar-expand-sm{flex-flow: row nowrap; justify-content: flex-start}
	.k-navbar-expand-sm .k-navbar-nav{flex-direction: row}
	.k-navbar-expand-sm .k-navbar-nav .k-dropdown-menu{position: absolute}
	.k-navbar-expand-sm .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
	.k-navbar-expand-sm > .k-container, .k-navbar-expand-sm > .k-container-fluid{flex-wrap: nowrap}
	.k-navbar-expand-sm .k-navbar-collapse{display: flex !important; flex-basis: auto}
	.k-navbar-expand-sm .k-navbar-toggler{display: none}
}
@media (max-width: 767.98px){
	.k-navbar-expand-md > .k-container, .k-navbar-expand-md > .k-container-fluid{padding-right: 0; padding-left: 0}
}
@media (min-width: 768px){
	.k-navbar-expand-md{flex-flow: row nowrap; justify-content: flex-start}
	.k-navbar-expand-md .k-navbar-nav{flex-direction: row}
	.k-navbar-expand-md .k-navbar-nav .k-dropdown-menu{position: absolute}
	.k-navbar-expand-md .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
	.k-navbar-expand-md > .k-container, .k-navbar-expand-md > .k-container-fluid{flex-wrap: nowrap}
	.k-navbar-expand-md .k-navbar-collapse{display: flex !important; flex-basis: auto}
	.k-navbar-expand-md .k-navbar-toggler{display: none}
}
@media (max-width: 991.98px){
	.k-navbar-expand-lg > .k-container, .k-navbar-expand-lg > .k-container-fluid{padding-right: 0; padding-left: 0}
}
@media (min-width: 992px){
	.k-navbar-expand-lg{flex-flow: row nowrap; justify-content: flex-start}
	.k-navbar-expand-lg .k-navbar-nav{flex-direction: row}
	.k-navbar-expand-lg .k-navbar-nav .k-dropdown-menu{position: absolute}
	.k-navbar-expand-lg .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
	.k-navbar-expand-lg > .k-container, .k-navbar-expand-lg > .k-container-fluid{flex-wrap: nowrap}
	.k-navbar-expand-lg .k-navbar-collapse{display: flex !important; flex-basis: auto}
	.k-navbar-expand-lg .k-navbar-toggler{display: none}
}
@media (max-width: 1199.98px){
	.k-navbar-expand-xl > .k-container, .k-navbar-expand-xl > .k-container-fluid{padding-right: 0; padding-left: 0}
}
@media (min-width: 1200px){
	.k-navbar-expand-xl{flex-flow: row nowrap; justify-content: flex-start}
	.k-navbar-expand-xl .k-navbar-nav{flex-direction: row}
	.k-navbar-expand-xl .k-navbar-nav .k-dropdown-menu{position: absolute}
	.k-navbar-expand-xl .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
	.k-navbar-expand-xl > .k-container, .k-navbar-expand-xl > .k-container-fluid{flex-wrap: nowrap}
	.k-navbar-expand-xl .k-navbar-collapse{display: flex !important; flex-basis: auto}
	.k-navbar-expand-xl .k-navbar-toggler{display: none}
}
@media (max-width: 1799.98px){
	.k-navbar-expand-xxl > .k-container, .k-navbar-expand-xxl > .k-container-fluid{padding-right: 0; padding-left: 0}
}
@media (min-width: 1800px){
	.k-navbar-expand-xxl{flex-flow: row nowrap; justify-content: flex-start}
	.k-navbar-expand-xxl .k-navbar-nav{flex-direction: row}
	.k-navbar-expand-xxl .k-navbar-nav .k-dropdown-menu{position: absolute}
	.k-navbar-expand-xxl .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
	.k-navbar-expand-xxl > .k-container, .k-navbar-expand-xxl > .k-container-fluid{flex-wrap: nowrap}
	.k-navbar-expand-xxl .k-navbar-collapse{display: flex !important; flex-basis: auto}
	.k-navbar-expand-xxl .k-navbar-toggler{display: none}
}
.k-navbar-expand{flex-flow: row nowrap; justify-content: flex-start}
.k-navbar-expand > .k-container, .k-navbar-expand > .k-container-fluid{padding-right: 0; padding-left: 0}
.k-navbar-expand .k-navbar-nav{flex-direction: row}
.k-navbar-expand .k-navbar-nav .k-dropdown-menu{position: absolute}
.k-navbar-expand .k-navbar-nav .k-nav-link{padding-right: 0.5rem; padding-left: 0.5rem}
.k-navbar-expand > .k-container, .k-navbar-expand > .k-container-fluid{flex-wrap: nowrap}
.k-navbar-expand .k-navbar-collapse{display: flex !important; flex-basis: auto}
.k-navbar-expand .k-navbar-toggler{display: none}
.k-navbar-light .k-navbar-brand{color: rgba(0, 0, 0, 0.9)}
.k-navbar-light .k-navbar-brand:hover, .k-navbar-light .k-navbar-brand:focus{color: rgba(0, 0, 0, 0.9)}
.k-navbar-light .k-navbar-nav .k-nav-link{color: rgba(0, 0, 0, 0.5)}
.k-navbar-light .k-navbar-nav .k-nav-link:hover, .k-navbar-light .k-navbar-nav .k-nav-link:focus{color: rgba(0, 0, 0, 0.7)}
.k-navbar-light .k-navbar-nav .k-nav-link.k-disabled{color: rgba(0, 0, 0, 0.3)}
.k-navbar-light .k-navbar-nav .k-show > .k-nav-link, .k-navbar-light .k-navbar-nav .k-active > .k-nav-link, .k-navbar-light .k-navbar-nav .k-nav-link.k-show, .k-navbar-light .k-navbar-nav .k-nav-link.k-active{color: rgba(0, 0, 0, 0.9)}
.k-navbar-light .k-navbar-toggler{color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1)}
.k-navbar-light .k-navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
.k-navbar-light .k-navbar-text{color: rgba(0, 0, 0, 0.5)}
.k-navbar-light .k-navbar-text a{color: rgba(0, 0, 0, 0.9)}
.k-navbar-light .k-navbar-text a:hover, .k-navbar-light .k-navbar-text a:focus{color: rgba(0, 0, 0, 0.9)}
.k-navbar-dark .k-navbar-brand{color: #fff}
.k-navbar-dark .k-navbar-brand:hover, .k-navbar-dark .k-navbar-brand:focus{color: #fff}
.k-navbar-dark .k-navbar-nav .k-nav-link{color: rgba(255, 255, 255, 0.5)}
.k-navbar-dark .k-navbar-nav .k-nav-link:hover, .k-navbar-dark .k-navbar-nav .k-nav-link:focus{color: rgba(255, 255, 255, 0.75)}
.k-navbar-dark .k-navbar-nav .k-nav-link.k-disabled{color: rgba(255, 255, 255, 0.25)}
.k-navbar-dark .k-navbar-nav .k-show > .k-nav-link, .k-navbar-dark .k-navbar-nav .k-active > .k-nav-link, .k-navbar-dark .k-navbar-nav .k-nav-link.k-show, .k-navbar-dark .k-navbar-nav .k-nav-link.k-active{color: #fff}
.k-navbar-dark .k-navbar-toggler{color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1)}
.k-navbar-dark .k-navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
.k-navbar-dark .k-navbar-text{color: rgba(255, 255, 255, 0.5)}
.k-navbar-dark .k-navbar-text a{color: #fff}
.k-navbar-dark .k-navbar-text a:hover, .k-navbar-dark .k-navbar-text a:focus{color: #fff}
.k-card{position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem}
.k-card > hr{margin-right: 0; margin-left: 0}
.k-card > .k-list-group:first-child .k-list-group-item:first-child{border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem}
.k-card > .k-list-group:last-child .k-list-group-item:last-child{border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem}
.k-card-body{flex: 1 1 auto; padding: 1.25rem}
.k-card-title{margin-bottom: 0.75rem}
.k-card-subtitle{margin-top: -0.375rem; margin-bottom: 0}
.k-card-text:last-child{margin-bottom: 0}
.k-card-link:hover{text-decoration: none}
.k-card-link + .k-card-link{margin-left: 1.25rem}
.k-card-header{padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125)}
.k-card-header:first-child{border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}
.k-card-header + .k-list-group .k-list-group-item:first-child{border-top: 0}
.k-card-footer{padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125)}
.k-card-footer:last-child{border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}
.k-card-header-tabs{margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0}
.k-card-header-pills{margin-right: -0.625rem; margin-left: -0.625rem}
.k-card-img-overlay{position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem}
.k-card-img{width: 100%; border-radius: calc(0.25rem - 1px)}
.k-card-img-top{width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px)}
.k-card-img-bottom{width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px)}
.k-card-deck{display: flex; flex-direction: column}
.k-card-deck .k-card{margin-bottom: 15px}
@media (min-width: 480px){
	.k-card-deck{flex-flow: row wrap; margin-right: -15px; margin-left: -15px}
	.k-card-deck .k-card{display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px}
}
.k-card-group{display: flex; flex-direction: column}
.k-card-group > .k-card{margin-bottom: 15px}
@media (min-width: 480px){
	.k-card-group{flex-flow: row wrap}
	.k-card-group > .k-card{flex: 1 0 0%; margin-bottom: 0}
	.k-card-group > .k-card + .k-card{margin-left: 0; border-left: 0}
	.k-card-group > .k-card:first-child{border-top-right-radius: 0; border-bottom-right-radius: 0}
	.k-card-group > .k-card:first-child .k-card-img-top, .k-card-group > .k-card:first-child .k-card-header{border-top-right-radius: 0}
	.k-card-group > .k-card:first-child .k-card-img-bottom, .k-card-group > .k-card:first-child .k-card-footer{border-bottom-right-radius: 0}
	.k-card-group > .k-card:last-child{border-top-left-radius: 0; border-bottom-left-radius: 0}
	.k-card-group > .k-card:last-child .k-card-img-top, .k-card-group > .k-card:last-child .k-card-header{border-top-left-radius: 0}
	.k-card-group > .k-card:last-child .k-card-img-bottom, .k-card-group > .k-card:last-child .k-card-footer{border-bottom-left-radius: 0}
	.k-card-group > .k-card:only-child{border-radius: 0.25rem}
	.k-card-group > .k-card:only-child .k-card-img-top, .k-card-group > .k-card:only-child .k-card-header{border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem}
	.k-card-group > .k-card:only-child .k-card-img-bottom, .k-card-group > .k-card:only-child .k-card-footer{border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem}
	.k-card-group > .k-card:not(:first-child):not(:last-child):not(:only-child){border-radius: 0}
	.k-card-group > .k-card:not(:first-child):not(:last-child):not(:only-child) .k-card-img-top, .k-card-group > .k-card:not(:first-child):not(:last-child):not(:only-child) .k-card-img-bottom, .k-card-group > .k-card:not(:first-child):not(:last-child):not(:only-child) .k-card-header, .k-card-group > .k-card:not(:first-child):not(:last-child):not(:only-child) .k-card-footer{border-radius: 0}
}
.k-card-columns .k-card{margin-bottom: 0.75rem}
@media (min-width: 480px){
	.k-card-columns{column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1}
	.k-card-columns .k-card{display: inline-block; width: 100%}
}
.k-accordion .k-card:not(:first-of-type):not(:last-of-type){border-bottom: 0; border-radius: 0}
.k-accordion .k-card:not(:first-of-type) .k-card-header:first-child{border-radius: 0}
.k-accordion .k-card:first-of-type{border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0}
.k-accordion .k-card:last-of-type{border-top-left-radius: 0; border-top-right-radius: 0}
.k-breadcrumb{display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem}
.k-breadcrumb-item + .k-breadcrumb-item{padding-left: 0.5rem}
.k-breadcrumb-item + .k-breadcrumb-item::before{display: inline-block; padding-right: 0.5rem; color: #6c757d; content: "/"}
.k-breadcrumb-item + .k-breadcrumb-item:hover::before{text-decoration: underline}
.k-breadcrumb-item + .k-breadcrumb-item:hover::before{text-decoration: none}
.k-breadcrumb-item.k-active{color: #6c757d}
.k-pagination{display: flex; padding-left: 0; list-style: none; border-radius: 5px}
.k-page-link{position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #434345; background-color: transparent; border: 1px solid #dee2e6}
.k-page-link:hover{z-index: 2; color: #fff; text-decoration: none; background-color: #212121; border-color: #dee2e6}
.k-page-link:focus{z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)}
.k-page-link:not(:disabled):not(.k-disabled){cursor: pointer}
.k-page-item:first-child .k-page-link{margin-left: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px}
.k-page-item:last-child .k-page-link{border-top-right-radius: 5px; border-bottom-right-radius: 5px}
.k-page-item.k-active .k-page-link{z-index: 1; color: #fff; background-color: #b80924; border-color: #007bff}
.k-page-item.k-disabled .k-page-link{color: rgba(13, 45, 98, 0.7); pointer-events: none; cursor: auto; background-color: transparent; border-color: #dee2e6}
.k-pagination-lg .k-page-link{padding: 0.75rem 1.5rem; font-size: 2rem; line-height: 1.5}
.k-pagination-lg .k-page-item:first-child .k-page-link{border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem}
.k-pagination-lg .k-page-item:last-child .k-page-link{border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem}
.k-pagination-sm .k-page-link{padding: 0.25rem 0.5rem; font-size: 1rem; line-height: 1.5}
.k-pagination-sm .k-page-item:first-child .k-page-link{border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem}
.k-pagination-sm .k-page-item:last-child .k-page-link{border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem}
.k-badge{display: inline-block; padding: 0.25em 0.4em; font-size: 12px; font-weight: bold; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 10px}
.k-badge:empty{display: none}
.k-btn .k-badge{position: relative; top: -1px}
.k-badge-pill{padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem}
.k-badge-primary{color: #fff; background-color: #007bff}
.k-badge-primary[href]:hover, .k-badge-primary[href]:focus{color: #fff; text-decoration: none; background-color: #0062cc}
.k-badge-secondary{color: #fff; background-color: #6c757d}
.k-badge-secondary[href]:hover, .k-badge-secondary[href]:focus{color: #fff; text-decoration: none; background-color: #545b62}
.k-badge-success{color: #fff; background-color: #28a745}
.k-badge-success[href]:hover, .k-badge-success[href]:focus{color: #fff; text-decoration: none; background-color: #1e7e34}
.k-badge-info{color: #fff; background-color: #17a2b8}
.k-badge-info[href]:hover, .k-badge-info[href]:focus{color: #fff; text-decoration: none; background-color: #117a8b}
.k-badge-warning{color: #212529; background-color: #ffc107}
.k-badge-warning[href]:hover, .k-badge-warning[href]:focus{color: #212529; text-decoration: none; background-color: #d39e00}
.k-badge-danger{color: #fff; background-color: #dc3545}
.k-badge-danger[href]:hover, .k-badge-danger[href]:focus{color: #fff; text-decoration: none; background-color: #bd2130}
.k-badge-light{color: #212529; background-color: #f8f9fa}
.k-badge-light[href]:hover, .k-badge-light[href]:focus{color: #212529; text-decoration: none; background-color: #dae0e5}
.k-badge-dark{color: #fff; background-color: #343a40}
.k-badge-dark[href]:hover, .k-badge-dark[href]:focus{color: #fff; text-decoration: none; background-color: #1d2124}
.k-jumbotron{padding: 38px 19px; margin-bottom: 38px; background-color: #212121; border-radius: 0.3rem}
@media (min-width: 480px){
	.k-jumbotron{padding: 76px 38px}
}
.k-jumbotron-fluid{padding-right: 0; padding-left: 0; border-radius: 0}
.k-alert{position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 5px}
.k-alert-heading{color: inherit}
.k-alert-link{font-weight: bold}
.k-alert-dismissible{padding-right: 4rem}
.k-alert-dismissible .k-close{position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit}
.k-alert-primary{color: #004085; background-color: #cce5ff; border-color: #b8daff}
.k-alert-primary hr{border-top-color: #9fcdff}
.k-alert-primary .k-alert-link{color: #002752}
.k-alert-secondary{color: #383d41; background-color: #e2e3e5; border-color: #d6d8db}
.k-alert-secondary hr{border-top-color: #c8cbcf}
.k-alert-secondary .k-alert-link{color: #202326}
.k-alert-success{color: #155724; background-color: #d4edda; border-color: #c3e6cb}
.k-alert-success hr{border-top-color: #b1dfbb}
.k-alert-success .k-alert-link{color: #0b2e13}
.k-alert-info{color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb}
.k-alert-info hr{border-top-color: #abdde5}
.k-alert-info .k-alert-link{color: #062c33}
.k-alert-warning{color: #856404; background-color: #fff3cd; border-color: #ffeeba}
.k-alert-warning hr{border-top-color: #ffe8a1}
.k-alert-warning .k-alert-link{color: #533f03}
.k-alert-danger{color: #721c24; background-color: #f8d7da; border-color: #f5c6cb}
.k-alert-danger hr{border-top-color: #f1b0b7}
.k-alert-danger .k-alert-link{color: #491217}
.k-alert-light{color: #818182; background-color: #fefefe; border-color: #fdfdfe}
.k-alert-light hr{border-top-color: #ececf6}
.k-alert-light .k-alert-link{color: #686868}
.k-alert-dark{color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca}
.k-alert-dark hr{border-top-color: #b9bbbe}
.k-alert-dark .k-alert-link{color: #040505}
@keyframes progress-bar-stripes{from{background-position: 1rem 0}
	to{background-position: 0 0}
}
.k-progress{display: flex; height: 1rem; overflow: hidden; font-size: 13px; background-color: #f5f5f5; border-radius: 5px; box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1)}
.k-progress-bar{display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #b80924; transition: width 0.6s ease}
@media screen and (prefers-reduced-motion: reduce){.k-progress-bar{transition: none}
}
.k-progress-bar-striped{background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem}
.k-progress-bar-animated{animation: progress-bar-stripes 1s linear infinite}
.k-media{display: flex; align-items: flex-start}
.k-media-body{flex: 1}
.k-list-group{display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0}
.k-list-group-item-action{width: 100%; color: #495057; text-align: inherit}
.k-list-group-item-action:hover, .k-list-group-item-action:focus{color: #495057; text-decoration: none; background-color: #f9f9f9}
.k-list-group-item-action:active{color: #212529; background-color: #e9ecef}
.k-list-group-item{position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125)}
.k-list-group-item:first-child{border-top-left-radius: 4px; border-top-right-radius: 4px}
.k-list-group-item:last-child{margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px}
.k-list-group-item:hover, .k-list-group-item:focus{z-index: 1; text-decoration: none}
.k-list-group-item.k-disabled, .k-list-group-item:disabled{color: #e5e5e5; background-color: #f6f7f8}
.k-list-group-item.k-active{z-index: 2; color: #fff; background-color: #b80924; border-color: #007bff}
.k-list-group-flush .k-list-group-item{border-right: 0; border-left: 0; border-radius: 0}
.k-list-group-flush:first-child .k-list-group-item:first-child{border-top: 0}
.k-list-group-flush:last-child .k-list-group-item:last-child{border-bottom: 0}
.k-list-group-item-primary{color: #004085; background-color: #b8daff}
.k-list-group-item-primary.k-list-group-item-action:hover, .k-list-group-item-primary.k-list-group-item-action:focus{color: #004085; background-color: #9fcdff}
.k-list-group-item-primary.k-list-group-item-action.k-active{color: #fff; background-color: #004085; border-color: #004085}
.k-list-group-item-secondary{color: #383d41; background-color: #d6d8db}
.k-list-group-item-secondary.k-list-group-item-action:hover, .k-list-group-item-secondary.k-list-group-item-action:focus{color: #383d41; background-color: #c8cbcf}
.k-list-group-item-secondary.k-list-group-item-action.k-active{color: #fff; background-color: #383d41; border-color: #383d41}
.k-list-group-item-success{color: #155724; background-color: #c3e6cb}
.k-list-group-item-success.k-list-group-item-action:hover, .k-list-group-item-success.k-list-group-item-action:focus{color: #155724; background-color: #b1dfbb}
.k-list-group-item-success.k-list-group-item-action.k-active{color: #fff; background-color: #155724; border-color: #155724}
.k-list-group-item-info{color: #0c5460; background-color: #bee5eb}
.k-list-group-item-info.k-list-group-item-action:hover, .k-list-group-item-info.k-list-group-item-action:focus{color: #0c5460; background-color: #abdde5}
.k-list-group-item-info.k-list-group-item-action.k-active{color: #fff; background-color: #0c5460; border-color: #0c5460}
.k-list-group-item-warning{color: #856404; background-color: #ffeeba}
.k-list-group-item-warning.k-list-group-item-action:hover, .k-list-group-item-warning.k-list-group-item-action:focus{color: #856404; background-color: #ffe8a1}
.k-list-group-item-warning.k-list-group-item-action.k-active{color: #fff; background-color: #856404; border-color: #856404}
.k-list-group-item-danger{color: #721c24; background-color: #f5c6cb}
.k-list-group-item-danger.k-list-group-item-action:hover, .k-list-group-item-danger.k-list-group-item-action:focus{color: #721c24; background-color: #f1b0b7}
.k-list-group-item-danger.k-list-group-item-action.k-active{color: #fff; background-color: #721c24; border-color: #721c24}
.k-list-group-item-light{color: #818182; background-color: #fdfdfe}
.k-list-group-item-light.k-list-group-item-action:hover, .k-list-group-item-light.k-list-group-item-action:focus{color: #818182; background-color: #ececf6}
.k-list-group-item-light.k-list-group-item-action.k-active{color: #fff; background-color: #818182; border-color: #818182}
.k-list-group-item-dark{color: #1b1e21; background-color: #c6c8ca}
.k-list-group-item-dark.k-list-group-item-action:hover, .k-list-group-item-dark.k-list-group-item-action:focus{color: #1b1e21; background-color: #b9bbbe}
.k-list-group-item-dark.k-list-group-item-action.k-active{color: #fff; background-color: #1b1e21; border-color: #1b1e21}
.k-close{float: right; font-size: 1.5rem; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5}
.k-close:not(:disabled):not(.k-disabled){cursor: pointer}
.k-close:not(:disabled):not(.k-disabled):hover, .k-close:not(:disabled):not(.k-disabled):focus{color: #000; text-decoration: none; opacity: .75}
button.k-close{padding: 0; background-color: transparent; border: 0; -webkit-appearance: none}
.k-modal-open{overflow: hidden}
.k-modal-open .k-modal{overflow-x: hidden; overflow-y: auto}
.k-modal{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0}
.k-modal-dialog{position: relative; width: auto; margin: 0.5rem; pointer-events: none}
.k-modal.k-fade .k-modal-dialog{transition: transform 0.3s ease-out; transform: translate(0, -25%)}
@media screen and (prefers-reduced-motion: reduce){.k-modal.k-fade .k-modal-dialog{transition: none}
}
.k-modal.k-show .k-modal-dialog{transform: translate(0, 0)}
.k-modal-dialog-centered{display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2))}
.k-modal-dialog-centered::before{display: block; height: calc(100vh - (0.5rem * 2)); content: ""}
.k-modal-content{position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); outline: 0}
.k-modal-backdrop{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000}
.k-modal-backdrop.k-fade{opacity: 0}
.k-modal-backdrop.k-show{opacity: 0.5}
.k-modal-header{display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e5e5e5; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem}
.k-modal-header .k-close{padding: 1rem; margin: -1rem -1rem -1rem auto}
.k-modal-title{margin-bottom: 0; line-height: 1.57143}
.k-modal-body{position: relative; flex: 1 1 auto; padding: 15px}
.k-modal-footer{display: flex; align-items: center; justify-content: flex-end; padding: 15px; border-top: 1px solid #e5e5e5}
.k-modal-footer > :not(:first-child){margin-left: .25rem}
.k-modal-footer > :not(:last-child){margin-right: .25rem}
.k-modal-scrollbar-measure{position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll}
@media (min-width: 480px){
	.k-modal-dialog{max-width: 600px; margin: 1.75rem auto}
	.k-modal-dialog-centered{min-height: calc(100% - (1.75rem * 2))}
	.k-modal-dialog-centered::before{height: calc(100vh - (1.75rem * 2))}
	.k-modal-content{box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)}
	.k-modal-sm{max-width: 300px}
}
@media (min-width: 992px){
	.k-modal-lg{max-width: 900px}
}
@media (min-width: 1200px){
	.k-modal-xl{max-width: 1140px}
}
.k-tooltip{position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.57143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0}
.k-tooltip.k-show{opacity: 1}
.k-tooltip .k-arrow{position: absolute; display: block; width: 5px; height: 0.4rem}
.k-tooltip .k-arrow::before{position: absolute; content: ""; border-color: transparent; border-style: solid}
.k-tooltip-top, .k-tooltip-auto[x-placement^="top"]{padding: 0.4rem 0}
.k-tooltip-top .k-arrow, .k-tooltip-auto[x-placement^="top"] .k-arrow{bottom: 0}
.k-tooltip-top .k-arrow::before, .k-tooltip-auto[x-placement^="top"] .k-arrow::before{top: 0; border-width: 0.4rem 2.5px 0; border-top-color: #b80924}
.k-tooltip-right, .k-tooltip-auto[x-placement^="right"]{padding: 0 0.4rem}
.k-tooltip-right .k-arrow, .k-tooltip-auto[x-placement^="right"] .k-arrow{left: 0; width: 0.4rem; height: 5px}
.k-tooltip-right .k-arrow::before, .k-tooltip-auto[x-placement^="right"] .k-arrow::before{right: 0; border-width: 2.5px 0.4rem 2.5px 0; border-right-color: #b80924}
.k-tooltip-bottom, .k-tooltip-auto[x-placement^="bottom"]{padding: 0.4rem 0}
.k-tooltip-bottom .k-arrow, .k-tooltip-auto[x-placement^="bottom"] .k-arrow{top: 0}
.k-tooltip-bottom .k-arrow::before, .k-tooltip-auto[x-placement^="bottom"] .k-arrow::before{bottom: 0; border-width: 0 2.5px 0.4rem; border-bottom-color: #b80924}
.k-tooltip-left, .k-tooltip-auto[x-placement^="left"]{padding: 0 0.4rem}
.k-tooltip-left .k-arrow, .k-tooltip-auto[x-placement^="left"] .k-arrow{right: 0; width: 0.4rem; height: 5px}
.k-tooltip-left .k-arrow::before, .k-tooltip-auto[x-placement^="left"] .k-arrow::before{left: 0; border-width: 2.5px 0 2.5px 0.4rem; border-left-color: #b80924}
.k-tooltip-inner{max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #b80924; border-radius: 0.25rem}
.k-popover{position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1.57143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2)}
.k-popover .k-arrow{position: absolute; display: block; width: 10px; height: 0.5rem; margin: 0 0.3rem}
.k-popover .k-arrow::before, .k-popover .k-arrow::after{position: absolute; display: block; content: ""; border-color: transparent; border-style: solid}
.k-popover-top, .k-popover-auto[x-placement^="top"]{margin-bottom: 0.5rem}
.k-popover-top .k-arrow, .k-popover-auto[x-placement^="top"] .k-arrow{bottom: calc((0.5rem + 1px) * -1)}
.k-popover-top .k-arrow::before, .k-popover-auto[x-placement^="top"] .k-arrow::before, .k-popover-top .k-arrow::after, .k-popover-auto[x-placement^="top"] .k-arrow::after{border-width: 0.5rem 5px 0}
.k-popover-top .k-arrow::before, .k-popover-auto[x-placement^="top"] .k-arrow::before{bottom: 0; border-top-color: rgba(0, 0, 0, 0.25)}
.k-popover-top .k-arrow::after, .k-popover-auto[x-placement^="top"] .k-arrow::after{bottom: 1px; border-top-color: #fff}
.k-popover-right, .k-popover-auto[x-placement^="right"]{margin-left: 0.5rem}
.k-popover-right .k-arrow, .k-popover-auto[x-placement^="right"] .k-arrow{left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 10px; margin: 0.3rem 0}
.k-popover-right .k-arrow::before, .k-popover-auto[x-placement^="right"] .k-arrow::before, .k-popover-right .k-arrow::after, .k-popover-auto[x-placement^="right"] .k-arrow::after{border-width: 5px 0.5rem 5px 0}
.k-popover-right .k-arrow::before, .k-popover-auto[x-placement^="right"] .k-arrow::before{left: 0; border-right-color: rgba(0, 0, 0, 0.25)}
.k-popover-right .k-arrow::after, .k-popover-auto[x-placement^="right"] .k-arrow::after{left: 1px; border-right-color: #fff}
.k-popover-bottom, .k-popover-auto[x-placement^="bottom"]{margin-top: 0.5rem}
.k-popover-bottom .k-arrow, .k-popover-auto[x-placement^="bottom"] .k-arrow{top: calc((0.5rem + 1px) * -1)}
.k-popover-bottom .k-arrow::before, .k-popover-auto[x-placement^="bottom"] .k-arrow::before, .k-popover-bottom .k-arrow::after, .k-popover-auto[x-placement^="bottom"] .k-arrow::after{border-width: 0 5px 0.5rem 5px}
.k-popover-bottom .k-arrow::before, .k-popover-auto[x-placement^="bottom"] .k-arrow::before{top: 0; border-bottom-color: rgba(0, 0, 0, 0.25)}
.k-popover-bottom .k-arrow::after, .k-popover-auto[x-placement^="bottom"] .k-arrow::after{top: 1px; border-bottom-color: #fff}
.k-popover-bottom .k-popover-header::before, .k-popover-auto[x-placement^="bottom"] .k-popover-header::before{position: absolute; top: 0; left: 50%; display: block; width: 10px; margin-left: -5px; content: ""; border-bottom: 1px solid #f7f7f7}
.k-popover-left, .k-popover-auto[x-placement^="left"]{margin-right: 0.5rem}
.k-popover-left .k-arrow, .k-popover-auto[x-placement^="left"] .k-arrow{right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 10px; margin: 0.3rem 0}
.k-popover-left .k-arrow::before, .k-popover-auto[x-placement^="left"] .k-arrow::before, .k-popover-left .k-arrow::after, .k-popover-auto[x-placement^="left"] .k-arrow::after{border-width: 5px 0 5px 0.5rem}
.k-popover-left .k-arrow::before, .k-popover-auto[x-placement^="left"] .k-arrow::before{right: 0; border-left-color: rgba(0, 0, 0, 0.25)}
.k-popover-left .k-arrow::after, .k-popover-auto[x-placement^="left"] .k-arrow::after{right: 1px; border-left-color: #fff}
.k-popover-header{padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px)}
.k-popover-header:empty{display: none}
.k-popover-body{padding: 0.5rem 0.75rem; color: #212529}
.k-carousel{position: relative}
.k-carousel-inner{position: relative; width: 100%; overflow: hidden}
.k-carousel-item{position: relative; display: none; align-items: center; width: 100%; backface-visibility: hidden; perspective: 1000px}
.k-carousel-item.k-active, .k-carousel-item-next, .k-carousel-item-prev{display: block; transition: transform 0.6s ease}
@media screen and (prefers-reduced-motion: reduce){
	.k-carousel-item.k-active, .k-carousel-item-next, .k-carousel-item-prev{transition: none}
}
.k-carousel-item-next, .k-carousel-item-prev{position: absolute; top: 0}
.k-carousel-item-next.k-carousel-item-left, .k-carousel-item-prev.k-carousel-item-right{transform: translateX(0)}
@supports (transform-style: preserve-3d){
	.k-carousel-item-next.k-carousel-item-left, .k-carousel-item-prev.k-carousel-item-right{transform: translate3d(0, 0, 0)}
}
.k-carousel-item-next, .k-active.k-carousel-item-right{transform: translateX(100%)}
@supports (transform-style: preserve-3d){
	.k-carousel-item-next, .k-active.k-carousel-item-right{transform: translate3d(100%, 0, 0)}
}
.k-carousel-item-prev, .k-active.k-carousel-item-left{transform: translateX(-100%)}
@supports (transform-style: preserve-3d){.k-carousel-item-prev, .k-active.k-carousel-item-left{transform: translate3d(-100%, 0, 0)}
}
.k-carousel-fade .k-carousel-item{opacity: 0; transition-duration: .6s; transition-property: opacity}
.k-carousel-fade .k-carousel-item.k-active, .k-carousel-fade .k-carousel-item-next.k-carousel-item-left, .k-carousel-fade .k-carousel-item-prev.k-carousel-item-right{opacity: 1}
.k-carousel-fade .k-active.k-carousel-item-left, .k-carousel-fade .k-active.k-carousel-item-right{opacity: 0}
.k-carousel-fade .k-carousel-item-next, .k-carousel-fade .k-carousel-item-prev, .k-carousel-fade .k-carousel-item.k-active, .k-carousel-fade .k-active.k-carousel-item-left, .k-carousel-fade .k-active.k-carousel-item-prev{transform: translateX(0)}
@supports (transform-style: preserve-3d){
    .k-carousel-fade .k-carousel-item-next, .k-carousel-fade .k-carousel-item-prev, .k-carousel-fade .k-carousel-item.k-active, .k-carousel-fade .k-active.k-carousel-item-left, .k-carousel-fade .k-active.k-carousel-item-prev{transform: translate3d(0, 0, 0)}
}
.k-carousel-control-prev, .k-carousel-control-next{position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5}
.k-carousel-control-prev:hover, .k-carousel-control-prev:focus, .k-carousel-control-next:hover, .k-carousel-control-next:focus{color: #fff; text-decoration: none; outline: 0; opacity: .9}
.k-carousel-control-prev{left: 0}
.k-carousel-control-next{right: 0}
.k-carousel-control-prev-icon, .k-carousel-control-next-icon{display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%}
.k-carousel-control-prev-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}
.k-carousel-control-next-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}
.k-carousel-indicators{position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none}
.k-carousel-indicators li{position: relative; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; opacity: .5; transition: opacity 0.6s ease}
@media screen and (prefers-reduced-motion: reduce){
    .k-carousel-indicators li{transition: none}
}
.k-carousel-indicators li::before{position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""}
.k-carousel-indicators li::after{position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""}
.k-carousel-indicators .k-active{opacity: 1}
.k-carousel-caption{position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center}
.k-align-baseline{vertical-align: baseline !important}
.k-align-top{vertical-align: top !important}
.k-align-middle{vertical-align: middle !important}
.k-align-bottom{vertical-align: bottom !important}
.k-align-text-bottom{vertical-align: text-bottom !important}
.k-align-text-top{vertical-align: text-top !important}
.k-bg-primary{background-color: #007bff !important}
a.k-bg-primary:hover, a.k-bg-primary:focus, button.k-bg-primary:hover, button.k-bg-primary:focus{background-color: #0062cc !important}
.k-bg-secondary{background-color: #6c757d !important}
a.k-bg-secondary:hover, a.k-bg-secondary:focus, button.k-bg-secondary:hover, button.k-bg-secondary:focus{background-color: #545b62 !important}
.k-bg-success{background-color: #28a745 !important}
a.k-bg-success:hover, a.k-bg-success:focus, button.k-bg-success:hover, button.k-bg-success:focus{background-color: #1e7e34 !important}
.k-bg-info{background-color: #17a2b8 !important}
a.k-bg-info:hover, a.k-bg-info:focus, button.k-bg-info:hover, button.k-bg-info:focus{background-color: #117a8b !important}
.k-bg-warning{background-color: #ffc107 !important}
a.k-bg-warning:hover, a.k-bg-warning:focus, button.k-bg-warning:hover, button.k-bg-warning:focus{background-color: #d39e00 !important}
.k-bg-danger{background-color: #dc3545 !important}
a.k-bg-danger:hover, a.k-bg-danger:focus, button.k-bg-danger:hover, button.k-bg-danger:focus{background-color: #bd2130 !important}
.k-bg-light{background-color: #f8f9fa !important}
a.k-bg-light:hover, a.k-bg-light:focus, button.k-bg-light:hover, button.k-bg-light:focus{background-color: #dae0e5 !important}
.k-bg-dark{background-color: #343a40 !important}
a.k-bg-dark:hover, a.k-bg-dark:focus, button.k-bg-dark:hover, button.k-bg-dark:focus{background-color: #1d2124 !important}
.k-bg-default{background-color: #fff !important}
.k-bg-transparent{background-color: transparent !important}
.k-border{border: 1px solid #dee2e6 !important}
.k-border-top{border-top: 1px solid #dee2e6 !important}
.k-border-right{border-right: 1px solid #dee2e6 !important}
.k-border-bottom{border-bottom: 1px solid #dee2e6 !important}
.k-border-left{border-left: 1px solid #dee2e6 !important}
.k-border-0{border: 0 !important}
.k-border-top-0{border-top: 0 !important}
.k-border-right-0{border-right: 0 !important}
.k-border-bottom-0{border-bottom: 0 !important}
.k-border-left-0{border-left: 0 !important}
.k-border-primary{border-color: #007bff !important}
.k-border-secondary{border-color: #6c757d !important}
.k-border-success{border-color: #28a745 !important}
.k-border-info{border-color: #17a2b8 !important}
.k-border-warning{border-color: #ffc107 !important}
.k-border-danger{border-color: #dc3545 !important}
.k-border-light{border-color: #f8f9fa !important}
.k-border-dark{border-color: #343a40 !important}
.k-border-white{border-color: #fff !important}
.k-rounded{border-radius: 5px !important}
.k-rounded-top{border-top-left-radius: 5px !important; border-top-right-radius: 5px !important}
.k-rounded-right{border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important}
.k-rounded-bottom{border-bottom-right-radius: 5px !important; border-bottom-left-radius: 5px !important}
.k-rounded-left{border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important}
.k-rounded-circle{border-radius: 50% !important}
.k-rounded-0{border-radius: 0 !important}
.clearfix::after{display: block; clear: both; content: ""}
.k-d-none{display: none !important}
.k-d-inline{display: inline !important}
.k-d-inline-block{display: inline-block !important}
.k-d-block{display: block !important}
.k-d-table{display: table !important}
.k-d-table-row{display: table-row !important}
.k-d-table-cell{display: table-cell !important}
.k-d-flex{display: flex !important}
.k-d-inline-flex{display: inline-flex !important}
@media (min-width: 480px){
	.k-d-sm-none{display: none !important}
	.k-d-sm-inline{display: inline !important}
	.k-d-sm-inline-block{display: inline-block !important}
	.k-d-sm-block{display: block !important}
	.k-d-sm-table{display: table !important}
	.k-d-sm-table-row{display: table-row !important}
	.k-d-sm-table-cell{display: table-cell !important}
	.k-d-sm-flex{display: flex !important}
	.k-d-sm-inline-flex{display: inline-flex !important}
}
@media (min-width: 768px){
	.k-d-md-none{display: none !important}
	.k-d-md-inline{display: inline !important}
	.k-d-md-inline-block{display: inline-block !important}
	.k-d-md-block{display: block !important}
	.k-d-md-table{display: table !important}
	.k-d-md-table-row{display: table-row !important}
	.k-d-md-table-cell{display: table-cell !important}
	.k-d-md-flex{display: flex !important}
	.k-d-md-inline-flex{display: inline-flex !important}
}
@media (min-width: 992px){
	.k-d-lg-none{display: none !important}
	.k-d-lg-inline{display: inline !important}
	.k-d-lg-inline-block{display: inline-block !important}
	.k-d-lg-block{display: block !important}
	.k-d-lg-table{display: table !important}
	.k-d-lg-table-row{display: table-row !important}
	.k-d-lg-table-cell{display: table-cell !important}
	.k-d-lg-flex{display: flex !important}
	.k-d-lg-inline-flex{display: inline-flex !important}
}
@media (min-width: 1200px){
	.k-d-xl-none{display: none !important}
	.k-d-xl-inline{display: inline !important}
	.k-d-xl-inline-block{display: inline-block !important}
	.k-d-xl-block{display: block !important}
	.k-d-xl-table{display: table !important}
	.k-d-xl-table-row{display: table-row !important}
	.k-d-xl-table-cell{display: table-cell !important}
	.k-d-xl-flex{display: flex !important}
	.k-d-xl-inline-flex{display: inline-flex !important}
}
@media (min-width: 1800px){
	.k-d-xxl-none{display: none !important}
	.k-d-xxl-inline{display: inline !important}
	.k-d-xxl-inline-block{display: inline-block !important}
	.k-d-xxl-block{display: block !important}
	.k-d-xxl-table{display: table !important}
	.k-d-xxl-table-row{display: table-row !important}
	.k-d-xxl-table-cell{display: table-cell !important}
	.k-d-xxl-flex{display: flex !important}
	.k-d-xxl-inline-flex{display: inline-flex !important}
}
@media print{.k-d-print-none{display: none !important}
	.k-d-print-inline{display: inline !important}
	.k-d-print-inline-block{display: inline-block !important}
	.k-d-print-block{display: block !important}
	.k-d-print-table{display: table !important}
	.k-d-print-table-row{display: table-row !important}
	.k-d-print-table-cell{display: table-cell !important}
	.k-d-print-flex{display: flex !important}
	.k-d-print-inline-flex{display: inline-flex !important}
}
.k-embed-responsive{position: relative; display: block; width: 100%; padding: 0; overflow: hidden}
.k-embed-responsive::before{display: block; content: ""}
.k-embed-responsive .k-embed-responsive-item, .k-embed-responsive iframe, .k-embed-responsive embed, .k-embed-responsive object, .k-embed-responsive video{position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0}
.k-embed-responsive-21by9::before{padding-top: 42.85714%}
.k-embed-responsive-16by9::before{padding-top: 56.25%}
.k-embed-responsive-4by3::before{padding-top: 75%}
.k-embed-responsive-1by1::before{padding-top: 100%}
.k-flex-row{flex-direction: row !important}
.k-flex-column{flex-direction: column !important}
.k-flex-row-reverse{flex-direction: row-reverse !important}
.k-flex-column-reverse{flex-direction: column-reverse !important}
.k-flex-wrap{flex-wrap: wrap !important}
.k-flex-nowrap{flex-wrap: nowrap !important}
.k-flex-wrap-reverse{flex-wrap: wrap-reverse !important}
.k-flex-fill{flex: 1 1 auto !important}
.k-flex-grow-0{flex-grow: 0 !important}
.k-flex-grow-1{flex-grow: 1 !important}
.k-flex-shrink-0{flex-shrink: 0 !important}
.k-flex-shrink-1{flex-shrink: 1 !important}
.k-justify-content-start{justify-content: flex-start !important}
.k-justify-content-end{justify-content: flex-end !important}
.k-justify-content-center{justify-content: center !important}
.k-justify-content-between{justify-content: space-between !important}
.k-justify-content-around{justify-content: space-around !important}
.k-align-items-start{align-items: flex-start !important}
.k-align-items-end{align-items: flex-end !important}
.k-align-items-center{align-items: center !important}
.k-align-items-baseline{align-items: baseline !important}
.k-align-items-stretch{align-items: stretch !important}
.k-align-content-start{align-content: flex-start !important}
.k-align-content-end{align-content: flex-end !important}
.k-align-content-center{align-content: center !important}
.k-align-content-between{align-content: space-between !important}
.k-align-content-around{align-content: space-around !important}
.k-align-content-stretch{align-content: stretch !important}
.k-align-self-auto{align-self: auto !important}
.k-align-self-start{align-self: flex-start !important}
.k-align-self-end{align-self: flex-end !important}
.k-align-self-center{align-self: center !important}
.k-align-self-baseline{align-self: baseline !important}
.k-align-self-stretch{align-self: stretch !important}
@media (min-width: 480px){
	.k-flex-sm-row{flex-direction: row !important}
	.k-flex-sm-column{flex-direction: column !important}
	.k-flex-sm-row-reverse{flex-direction: row-reverse !important}
	.k-flex-sm-column-reverse{flex-direction: column-reverse !important}
	.k-flex-sm-wrap{flex-wrap: wrap !important}
	.k-flex-sm-nowrap{flex-wrap: nowrap !important}
	.k-flex-sm-wrap-reverse{flex-wrap: wrap-reverse !important}
	.k-flex-sm-fill{flex: 1 1 auto !important}
	.k-flex-sm-grow-0{flex-grow: 0 !important}
	.k-flex-sm-grow-1{flex-grow: 1 !important}
	.k-flex-sm-shrink-0{flex-shrink: 0 !important}
	.k-flex-sm-shrink-1{flex-shrink: 1 !important}
	.k-justify-content-sm-start{justify-content: flex-start !important}
	.k-justify-content-sm-end{justify-content: flex-end !important}
	.k-justify-content-sm-center{justify-content: center !important}
	.k-justify-content-sm-between{justify-content: space-between !important}
	.k-justify-content-sm-around{justify-content: space-around !important}
	.k-align-items-sm-start{align-items: flex-start !important}
	.k-align-items-sm-end{align-items: flex-end !important}
	.k-align-items-sm-center{align-items: center !important}
	.k-align-items-sm-baseline{align-items: baseline !important}
	.k-align-items-sm-stretch{align-items: stretch !important}
	.k-align-content-sm-start{align-content: flex-start !important}
	.k-align-content-sm-end{align-content: flex-end !important}
	.k-align-content-sm-center{align-content: center !important}
	.k-align-content-sm-between{align-content: space-between !important}
	.k-align-content-sm-around{align-content: space-around !important}
	.k-align-content-sm-stretch{align-content: stretch !important}
	.k-align-self-sm-auto{align-self: auto !important}
	.k-align-self-sm-start{align-self: flex-start !important}
	.k-align-self-sm-end{align-self: flex-end !important}
	.k-align-self-sm-center{align-self: center !important}
	.k-align-self-sm-baseline{align-self: baseline !important}
	.k-align-self-sm-stretch{align-self: stretch !important}
}
@media (min-width: 768px){
	.k-flex-md-row{flex-direction: row !important}
	.k-flex-md-column{flex-direction: column !important}
	.k-flex-md-row-reverse{flex-direction: row-reverse !important}
	.k-flex-md-column-reverse{flex-direction: column-reverse !important}
	.k-flex-md-wrap{flex-wrap: wrap !important}
	.k-flex-md-nowrap{flex-wrap: nowrap !important}
	.k-flex-md-wrap-reverse{flex-wrap: wrap-reverse !important}
	.k-flex-md-fill{flex: 1 1 auto !important}
	.k-flex-md-grow-0{flex-grow: 0 !important}
	.k-flex-md-grow-1{flex-grow: 1 !important}
	.k-flex-md-shrink-0{flex-shrink: 0 !important}
	.k-flex-md-shrink-1{flex-shrink: 1 !important}
	.k-justify-content-md-start{justify-content: flex-start !important}
	.k-justify-content-md-end{justify-content: flex-end !important}
	.k-justify-content-md-center{justify-content: center !important}
	.k-justify-content-md-between{justify-content: space-between !important}
	.k-justify-content-md-around{justify-content: space-around !important}
	.k-align-items-md-start{align-items: flex-start !important}
	.k-align-items-md-end{align-items: flex-end !important}
	.k-align-items-md-center{align-items: center !important}
	.k-align-items-md-baseline{align-items: baseline !important}
	.k-align-items-md-stretch{align-items: stretch !important}
	.k-align-content-md-start{align-content: flex-start !important}
	.k-align-content-md-end{align-content: flex-end !important}
	.k-align-content-md-center{align-content: center !important}
	.k-align-content-md-between{align-content: space-between !important}
	.k-align-content-md-around{align-content: space-around !important}
	.k-align-content-md-stretch{align-content: stretch !important}
	.k-align-self-md-auto{align-self: auto !important}
	.k-align-self-md-start{align-self: flex-start !important}
	.k-align-self-md-end{align-self: flex-end !important}
	.k-align-self-md-center{align-self: center !important}
	.k-align-self-md-baseline{align-self: baseline !important}
	.k-align-self-md-stretch{align-self: stretch !important}
}
@media (min-width: 992px){
	.k-flex-lg-row{flex-direction: row !important}
	.k-flex-lg-column{flex-direction: column !important}
	.k-flex-lg-row-reverse{flex-direction: row-reverse !important}
	.k-flex-lg-column-reverse{flex-direction: column-reverse !important}
	.k-flex-lg-wrap{flex-wrap: wrap !important}
	.k-flex-lg-nowrap{flex-wrap: nowrap !important}
	.k-flex-lg-wrap-reverse{flex-wrap: wrap-reverse !important}
	.k-flex-lg-fill{flex: 1 1 auto !important}
	.k-flex-lg-grow-0{flex-grow: 0 !important}
	.k-flex-lg-grow-1{flex-grow: 1 !important}
	.k-flex-lg-shrink-0{flex-shrink: 0 !important}
	.k-flex-lg-shrink-1{flex-shrink: 1 !important}
	.k-justify-content-lg-start{justify-content: flex-start !important}
	.k-justify-content-lg-end{justify-content: flex-end !important}
	.k-justify-content-lg-center{justify-content: center !important}
	.k-justify-content-lg-between{justify-content: space-between !important}
	.k-justify-content-lg-around{justify-content: space-around !important}
	.k-align-items-lg-start{align-items: flex-start !important}
	.k-align-items-lg-end{align-items: flex-end !important}
	.k-align-items-lg-center{align-items: center !important}
	.k-align-items-lg-baseline{align-items: baseline !important}
	.k-align-items-lg-stretch{align-items: stretch !important}
	.k-align-content-lg-start{align-content: flex-start !important}
	.k-align-content-lg-end{align-content: flex-end !important}
	.k-align-content-lg-center{align-content: center !important}
	.k-align-content-lg-between{align-content: space-between !important}
	.k-align-content-lg-around{align-content: space-around !important}
	.k-align-content-lg-stretch{align-content: stretch !important}
	.k-align-self-lg-auto{align-self: auto !important}
	.k-align-self-lg-start{align-self: flex-start !important}
	.k-align-self-lg-end{align-self: flex-end !important}
	.k-align-self-lg-center{align-self: center !important}
	.k-align-self-lg-baseline{align-self: baseline !important}
	.k-align-self-lg-stretch{align-self: stretch !important}
}
@media (min-width: 1200px){
	.k-flex-xl-row{flex-direction: row !important}
	.k-flex-xl-column{flex-direction: column !important}
	.k-flex-xl-row-reverse{flex-direction: row-reverse !important}
	.k-flex-xl-column-reverse{flex-direction: column-reverse !important}
	.k-flex-xl-wrap{flex-wrap: wrap !important}
	.k-flex-xl-nowrap{flex-wrap: nowrap !important}
	.k-flex-xl-wrap-reverse{flex-wrap: wrap-reverse !important}
	.k-flex-xl-fill{flex: 1 1 auto !important}
	.k-flex-xl-grow-0{flex-grow: 0 !important}
	.k-flex-xl-grow-1{flex-grow: 1 !important}
	.k-flex-xl-shrink-0{flex-shrink: 0 !important}
	.k-flex-xl-shrink-1{flex-shrink: 1 !important}
	.k-justify-content-xl-start{justify-content: flex-start !important}
	.k-justify-content-xl-end{justify-content: flex-end !important}
	.k-justify-content-xl-center{justify-content: center !important}
	.k-justify-content-xl-between{justify-content: space-between !important}
	.k-justify-content-xl-around{justify-content: space-around !important}
	.k-align-items-xl-start{align-items: flex-start !important}
	.k-align-items-xl-end{align-items: flex-end !important}
	.k-align-items-xl-center{align-items: center !important}
	.k-align-items-xl-baseline{align-items: baseline !important}
	.k-align-items-xl-stretch{align-items: stretch !important}
	.k-align-content-xl-start{align-content: flex-start !important}
	.k-align-content-xl-end{align-content: flex-end !important}
	.k-align-content-xl-center{align-content: center !important}
	.k-align-content-xl-between{align-content: space-between !important}
	.k-align-content-xl-around{align-content: space-around !important}
	.k-align-content-xl-stretch{align-content: stretch !important}
	.k-align-self-xl-auto{align-self: auto !important}
	.k-align-self-xl-start{align-self: flex-start !important}
	.k-align-self-xl-end{align-self: flex-end !important}
	.k-align-self-xl-center{align-self: center !important}
	.k-align-self-xl-baseline{align-self: baseline !important}
	.k-align-self-xl-stretch{align-self: stretch !important}
}
@media (min-width: 1800px){
	.k-flex-xxl-row{flex-direction: row !important}
	.k-flex-xxl-column{flex-direction: column !important}
	.k-flex-xxl-row-reverse{flex-direction: row-reverse !important}
	.k-flex-xxl-column-reverse{flex-direction: column-reverse !important}
	.k-flex-xxl-wrap{flex-wrap: wrap !important}
	.k-flex-xxl-nowrap{flex-wrap: nowrap !important}
	.k-flex-xxl-wrap-reverse{flex-wrap: wrap-reverse !important}
	.k-flex-xxl-fill{flex: 1 1 auto !important}
	.k-flex-xxl-grow-0{flex-grow: 0 !important}
	.k-flex-xxl-grow-1{flex-grow: 1 !important}
	.k-flex-xxl-shrink-0{flex-shrink: 0 !important}
	.k-flex-xxl-shrink-1{flex-shrink: 1 !important}
	.k-justify-content-xxl-start{justify-content: flex-start !important}
	.k-justify-content-xxl-end{justify-content: flex-end !important}
	.k-justify-content-xxl-center{justify-content: center !important}
	.k-justify-content-xxl-between{justify-content: space-between !important}
	.k-justify-content-xxl-around{justify-content: space-around !important}
	.k-align-items-xxl-start{align-items: flex-start !important}
	.k-align-items-xxl-end{align-items: flex-end !important}
	.k-align-items-xxl-center{align-items: center !important}
	.k-align-items-xxl-baseline{align-items: baseline !important}
	.k-align-items-xxl-stretch{align-items: stretch !important}
	.k-align-content-xxl-start{align-content: flex-start !important}
	.k-align-content-xxl-end{align-content: flex-end !important}
	.k-align-content-xxl-center{align-content: center !important}
	.k-align-content-xxl-between{align-content: space-between !important}
	.k-align-content-xxl-around{align-content: space-around !important}
	.k-align-content-xxl-stretch{align-content: stretch !important}
	.k-align-self-xxl-auto{align-self: auto !important}
	.k-align-self-xxl-start{align-self: flex-start !important}
	.k-align-self-xxl-end{align-self: flex-end !important}
	.k-align-self-xxl-center{align-self: center !important}
	.k-align-self-xxl-baseline{align-self: baseline !important}
	.k-align-self-xxl-stretch{align-self: stretch !important}
}
.k-float-left{float: left !important}
.k-float-right{float: right !important}
.k-float-none{float: none !important}
@media (min-width: 480px){
	.k-float-sm-left{float: left !important}
	.k-float-sm-right{float: right !important}
	.k-float-sm-none{float: none !important}
}
@media (min-width: 768px){
	.k-float-md-left{float: left !important}
	.k-float-md-right{float: right !important}
	.k-float-md-none{float: none !important}
}
@media (min-width: 992px){
	.k-float-lg-left{float: left !important}
	.k-float-lg-right{float: right !important}
	.k-float-lg-none{float: none !important}
}
@media (min-width: 1200px){
	.k-float-xl-left{float: left !important}
	.k-float-xl-right{float: right !important}
	.k-float-xl-none{float: none !important}
}
@media (min-width: 1800px){
	.k-float-xxl-left{float: left !important}
	.k-float-xxl-right{float: right !important}
	.k-float-xxl-none{float: none !important}
}
.k-position-static{position: static !important}
.k-position-relative{position: relative !important}
.k-position-absolute{position: absolute !important}
.k-position-fixed{position: fixed !important}
.k-position-sticky{position: sticky !important}
.k-fixed-top{position: fixed; top: 0; right: 0; left: 0; z-index: 1030}
.k-fixed-bottom{position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030}
@supports (position: sticky){
    .k-sticky-top{position: sticky; top: 0; z-index: 1020}
}
.k-sr-only{position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0}
.k-sr-only-focusable:active, .k-sr-only-focusable:focus{position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal}
.k-shadow-sm{box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important}
.k-shadow{box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important}
.k-shadow-lg{box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important}
.k-shadow-none{box-shadow: none !important}
.k-w-25{width: 25% !important}
.k-w-50{width: 50% !important}
.k-w-75{width: 75% !important}
.k-w-100{width: 100% !important}
.k-w-auto{width: auto !important}
.k-h-25{height: 25% !important}
.k-h-50{height: 50% !important}
.k-h-75{height: 75% !important}
.k-h-100{height: 100% !important}
.k-h-auto{height: auto !important}
.k-mw-100{max-width: 100% !important}
.k-mh-100{max-height: 100% !important}
.k-m-0{margin: 0 !important}
.k-mt-0, .k-my-0{margin-top: 0 !important}
.k-mr-0, .k-mx-0{margin-right: 0 !important}
.k-mb-0, .k-my-0{margin-bottom: 0 !important}
.k-ml-0, .k-mx-0{margin-left: 0 !important}
.k-m-1{margin: 0.25rem !important}
.k-mt-1, .k-my-1{margin-top: 0.25rem !important}
.k-mr-1, .k-mx-1{margin-right: 0.25rem !important}
.k-mb-1, .k-my-1{margin-bottom: 0.25rem !important}
.k-ml-1, .k-mx-1{margin-left: 0.25rem !important}
.k-m-2{margin: 0.5rem !important}
.k-mt-2, .k-my-2{margin-top: 0.5rem !important}
.k-mr-2, .k-mx-2{margin-right: 0.5rem !important}
.k-mb-2, .k-my-2{margin-bottom: 0.5rem !important}
.k-ml-2, .k-mx-2{margin-left: 0.5rem !important}
.k-m-3{margin: 1rem !important}
.k-mt-3, .k-my-3{margin-top: 1rem !important}
.k-mr-3, .k-mx-3{margin-right: 1rem !important}
.k-mb-3, .k-my-3{margin-bottom: 1rem !important}
.k-ml-3, .k-mx-3{margin-left: 1rem !important}
.k-m-4{margin: 1.5rem !important}
.k-mt-4, .k-my-4{margin-top: 1.5rem !important}
.k-mr-4, .k-mx-4{margin-right: 1.5rem !important}
.k-mb-4, .k-my-4{margin-bottom: 1.5rem !important}
.k-ml-4, .k-mx-4{margin-left: 1.5rem !important}
.k-m-5{margin: 3rem !important}
.k-mt-5, .k-my-5{margin-top: 3rem !important}
.k-mr-5, .k-mx-5{margin-right: 3rem !important}
.k-mb-5, .k-my-5{margin-bottom: 3rem !important}
.k-ml-5, .k-mx-5{margin-left: 3rem !important}
.k-p-0{padding: 0 !important}
.k-pt-0, .k-py-0{padding-top: 0 !important}
.k-pr-0, .k-px-0{padding-right: 0 !important}
.k-pb-0, .k-py-0{padding-bottom: 0 !important}
.k-pl-0, .k-px-0{padding-left: 0 !important}
.k-p-1{padding: 0.25rem !important}
.k-pt-1, .k-py-1{padding-top: 0.25rem !important}
.k-pr-1, .k-px-1{padding-right: 0.25rem !important}
.k-pb-1, .k-py-1{padding-bottom: 0.25rem !important}
.k-pl-1, .k-px-1{padding-left: 0.25rem !important}
.k-p-2{padding: 0.5rem !important}
.k-pt-2, .k-py-2{padding-top: 0.5rem !important}
.k-pr-2, .k-px-2{padding-right: 0.5rem !important}
.k-pb-2, .k-py-2{padding-bottom: 0.5rem !important}
.k-pl-2, .k-px-2{padding-left: 0.5rem !important}
.k-p-3{padding: 1rem !important}
.k-pt-3, .k-py-3{padding-top: 1rem !important}
.k-pr-3, .k-px-3{padding-right: 1rem !important}
.k-pb-3, .k-py-3{padding-bottom: 1rem !important}
.k-pl-3, .k-px-3{padding-left: 1rem !important}
.k-p-4{padding: 1.5rem !important}
.k-pt-4, .k-py-4{padding-top: 1.5rem !important}
.k-pr-4, .k-px-4{padding-right: 1.5rem !important}
.k-pb-4, .k-py-4{padding-bottom: 1.5rem !important}
.k-pl-4, .k-px-4{padding-left: 1.5rem !important}
.k-p-5{padding: 3rem !important}
.k-pt-5, .k-py-5{padding-top: 3rem !important}
.k-pr-5, .k-px-5{padding-right: 3rem !important}
.k-pb-5, .k-py-5{padding-bottom: 3rem !important}
.k-pl-5, .k-px-5{padding-left: 3rem !important}
.k-m-auto{margin: auto !important}
.k-mt-auto, .k-my-auto{margin-top: auto !important}
.k-mr-auto, .k-mx-auto{margin-right: auto !important}
.k-mb-auto, .k-my-auto{margin-bottom: auto !important}
.k-ml-auto, .k-mx-auto{margin-left: auto !important}
@media (min-width: 480px){
	.k-m-sm-0{margin: 0 !important}
	.k-mt-sm-0, .k-my-sm-0{margin-top: 0 !important}
	.k-mr-sm-0, .k-mx-sm-0{margin-right: 0 !important}
	.k-mb-sm-0, .k-my-sm-0{margin-bottom: 0 !important}
	.k-ml-sm-0, .k-mx-sm-0{margin-left: 0 !important}
	.k-m-sm-1{margin: 0.25rem !important}
	.k-mt-sm-1, .k-my-sm-1{margin-top: 0.25rem !important}
	.k-mr-sm-1, .k-mx-sm-1{margin-right: 0.25rem !important}
	.k-mb-sm-1, .k-my-sm-1{margin-bottom: 0.25rem !important}
	.k-ml-sm-1, .k-mx-sm-1{margin-left: 0.25rem !important}
	.k-m-sm-2{margin: 0.5rem !important}
	.k-mt-sm-2, .k-my-sm-2{margin-top: 0.5rem !important}
	.k-mr-sm-2, .k-mx-sm-2{margin-right: 0.5rem !important}
	.k-mb-sm-2, .k-my-sm-2{margin-bottom: 0.5rem !important}
	.k-ml-sm-2, .k-mx-sm-2{margin-left: 0.5rem !important}
	.k-m-sm-3{margin: 1rem !important}
	.k-mt-sm-3, .k-my-sm-3{margin-top: 1rem !important}
	.k-mr-sm-3, .k-mx-sm-3{margin-right: 1rem !important}
	.k-mb-sm-3, .k-my-sm-3{margin-bottom: 1rem !important}
	.k-ml-sm-3, .k-mx-sm-3{margin-left: 1rem !important}
	.k-m-sm-4{margin: 1.5rem !important}
	.k-mt-sm-4, .k-my-sm-4{margin-top: 1.5rem !important}
	.k-mr-sm-4, .k-mx-sm-4{margin-right: 1.5rem !important}
	.k-mb-sm-4, .k-my-sm-4{margin-bottom: 1.5rem !important}
	.k-ml-sm-4, .k-mx-sm-4{margin-left: 1.5rem !important}
	.k-m-sm-5{margin: 3rem !important}
	.k-mt-sm-5, .k-my-sm-5{margin-top: 3rem !important}
	.k-mr-sm-5, .k-mx-sm-5{margin-right: 3rem !important}
	.k-mb-sm-5, .k-my-sm-5{margin-bottom: 3rem !important}
	.k-ml-sm-5, .k-mx-sm-5{margin-left: 3rem !important}
	.k-p-sm-0{padding: 0 !important}
	.k-pt-sm-0, .k-py-sm-0{padding-top: 0 !important}
	.k-pr-sm-0, .k-px-sm-0{padding-right: 0 !important}
	.k-pb-sm-0, .k-py-sm-0{padding-bottom: 0 !important}
	.k-pl-sm-0, .k-px-sm-0{padding-left: 0 !important}
	.k-p-sm-1{padding: 0.25rem !important}
	.k-pt-sm-1, .k-py-sm-1{padding-top: 0.25rem !important}
	.k-pr-sm-1, .k-px-sm-1{padding-right: 0.25rem !important}
	.k-pb-sm-1, .k-py-sm-1{padding-bottom: 0.25rem !important}
	.k-pl-sm-1, .k-px-sm-1{padding-left: 0.25rem !important}
	.k-p-sm-2{padding: 0.5rem !important}
	.k-pt-sm-2, .k-py-sm-2{padding-top: 0.5rem !important}
	.k-pr-sm-2, .k-px-sm-2{padding-right: 0.5rem !important}
	.k-pb-sm-2, .k-py-sm-2{padding-bottom: 0.5rem !important}
	.k-pl-sm-2, .k-px-sm-2{padding-left: 0.5rem !important}
	.k-p-sm-3{padding: 1rem !important}
	.k-pt-sm-3, .k-py-sm-3{padding-top: 1rem !important}
	.k-pr-sm-3, .k-px-sm-3{padding-right: 1rem !important}
	.k-pb-sm-3, .k-py-sm-3{padding-bottom: 1rem !important}
	.k-pl-sm-3, .k-px-sm-3{padding-left: 1rem !important}
	.k-p-sm-4{padding: 1.5rem !important}
	.k-pt-sm-4, .k-py-sm-4{padding-top: 1.5rem !important}
	.k-pr-sm-4, .k-px-sm-4{padding-right: 1.5rem !important}
	.k-pb-sm-4, .k-py-sm-4{padding-bottom: 1.5rem !important}
	.k-pl-sm-4, .k-px-sm-4{padding-left: 1.5rem !important}
	.k-p-sm-5{padding: 3rem !important}
	.k-pt-sm-5, .k-py-sm-5{padding-top: 3rem !important}
	.k-pr-sm-5, .k-px-sm-5{padding-right: 3rem !important}
	.k-pb-sm-5, .k-py-sm-5{padding-bottom: 3rem !important}
	.k-pl-sm-5, .k-px-sm-5{padding-left: 3rem !important}
	.k-m-sm-auto{margin: auto !important}
	.k-mt-sm-auto, .k-my-sm-auto{margin-top: auto !important}
	.k-mr-sm-auto, .k-mx-sm-auto{margin-right: auto !important}
	.k-mb-sm-auto, .k-my-sm-auto{margin-bottom: auto !important}
	.k-ml-sm-auto, .k-mx-sm-auto{margin-left: auto !important}
}
@media (min-width: 768px){
	.k-m-md-0{margin: 0 !important}
	.k-mt-md-0, .k-my-md-0{margin-top: 0 !important}
	.k-mr-md-0, .k-mx-md-0{margin-right: 0 !important}
	.k-mb-md-0, .k-my-md-0{margin-bottom: 0 !important}
	.k-ml-md-0, .k-mx-md-0{margin-left: 0 !important}
	.k-m-md-1{margin: 0.25rem !important}
	.k-mt-md-1, .k-my-md-1{margin-top: 0.25rem !important}
	.k-mr-md-1, .k-mx-md-1{margin-right: 0.25rem !important}
	.k-mb-md-1, .k-my-md-1{margin-bottom: 0.25rem !important}
	.k-ml-md-1, .k-mx-md-1{margin-left: 0.25rem !important}
	.k-m-md-2{margin: 0.5rem !important}
	.k-mt-md-2, .k-my-md-2{margin-top: 0.5rem !important}
	.k-mr-md-2, .k-mx-md-2{margin-right: 0.5rem !important}
	.k-mb-md-2, .k-my-md-2{margin-bottom: 0.5rem !important}
	.k-ml-md-2, .k-mx-md-2{margin-left: 0.5rem !important}
	.k-m-md-3{margin: 1rem !important}
	.k-mt-md-3, .k-my-md-3{margin-top: 1rem !important}
	.k-mr-md-3, .k-mx-md-3{margin-right: 1rem !important}
	.k-mb-md-3, .k-my-md-3{margin-bottom: 1rem !important}
	.k-ml-md-3, .k-mx-md-3{margin-left: 1rem !important}
	.k-m-md-4{margin: 1.5rem !important}
	.k-mt-md-4, .k-my-md-4{margin-top: 1.5rem !important}
	.k-mr-md-4, .k-mx-md-4{margin-right: 1.5rem !important}
	.k-mb-md-4, .k-my-md-4{margin-bottom: 1.5rem !important}
	.k-ml-md-4, .k-mx-md-4{margin-left: 1.5rem !important}
	.k-m-md-5{margin: 3rem !important}
	.k-mt-md-5, .k-my-md-5{margin-top: 3rem !important}
	.k-mr-md-5, .k-mx-md-5{margin-right: 3rem !important}
	.k-mb-md-5, .k-my-md-5{margin-bottom: 3rem !important}
	.k-ml-md-5, .k-mx-md-5{margin-left: 3rem !important}
	.k-p-md-0{padding: 0 !important}
	.k-pt-md-0, .k-py-md-0{padding-top: 0 !important}
	.k-pr-md-0, .k-px-md-0{padding-right: 0 !important}
	.k-pb-md-0, .k-py-md-0{padding-bottom: 0 !important}
	.k-pl-md-0, .k-px-md-0{padding-left: 0 !important}
	.k-p-md-1{padding: 0.25rem !important}
	.k-pt-md-1, .k-py-md-1{padding-top: 0.25rem !important}
	.k-pr-md-1, .k-px-md-1{padding-right: 0.25rem !important}
	.k-pb-md-1, .k-py-md-1{padding-bottom: 0.25rem !important}
	.k-pl-md-1, .k-px-md-1{padding-left: 0.25rem !important}
	.k-p-md-2{padding: 0.5rem !important}
	.k-pt-md-2, .k-py-md-2{padding-top: 0.5rem !important}
	.k-pr-md-2, .k-px-md-2{padding-right: 0.5rem !important}
	.k-pb-md-2, .k-py-md-2{padding-bottom: 0.5rem !important}
	.k-pl-md-2, .k-px-md-2{padding-left: 0.5rem !important}
	.k-p-md-3{padding: 1rem !important}
	.k-pt-md-3, .k-py-md-3{padding-top: 1rem !important}
	.k-pr-md-3, .k-px-md-3{padding-right: 1rem !important}
	.k-pb-md-3, .k-py-md-3{padding-bottom: 1rem !important}
	.k-pl-md-3, .k-px-md-3{padding-left: 1rem !important}
	.k-p-md-4{padding: 1.5rem !important}
	.k-pt-md-4, .k-py-md-4{padding-top: 1.5rem !important}
	.k-pr-md-4, .k-px-md-4{padding-right: 1.5rem !important}
	.k-pb-md-4, .k-py-md-4{padding-bottom: 1.5rem !important}
	.k-pl-md-4, .k-px-md-4{padding-left: 1.5rem !important}
	.k-p-md-5{padding: 3rem !important}
	.k-pt-md-5, .k-py-md-5{padding-top: 3rem !important}
	.k-pr-md-5, .k-px-md-5{padding-right: 3rem !important}
	.k-pb-md-5, .k-py-md-5{padding-bottom: 3rem !important}
	.k-pl-md-5, .k-px-md-5{padding-left: 3rem !important}
	.k-m-md-auto{margin: auto !important}
	.k-mt-md-auto, .k-my-md-auto{margin-top: auto !important}
	.k-mr-md-auto, .k-mx-md-auto{margin-right: auto !important}
	.k-mb-md-auto, .k-my-md-auto{margin-bottom: auto !important}
	.k-ml-md-auto, .k-mx-md-auto{margin-left: auto !important}
}
@media (min-width: 992px){
	.k-m-lg-0{margin: 0 !important}
	.k-mt-lg-0, .k-my-lg-0{margin-top: 0 !important}
	.k-mr-lg-0, .k-mx-lg-0{margin-right: 0 !important}
	.k-mb-lg-0, .k-my-lg-0{margin-bottom: 0 !important}
	.k-ml-lg-0, .k-mx-lg-0{margin-left: 0 !important}
	.k-m-lg-1{margin: 0.25rem !important}
	.k-mt-lg-1, .k-my-lg-1{margin-top: 0.25rem !important}
	.k-mr-lg-1, .k-mx-lg-1{margin-right: 0.25rem !important}
	.k-mb-lg-1, .k-my-lg-1{margin-bottom: 0.25rem !important}
	.k-ml-lg-1, .k-mx-lg-1{margin-left: 0.25rem !important}
	.k-m-lg-2{margin: 0.5rem !important}
	.k-mt-lg-2, .k-my-lg-2{margin-top: 0.5rem !important}
	.k-mr-lg-2, .k-mx-lg-2{margin-right: 0.5rem !important}
	.k-mb-lg-2, .k-my-lg-2{margin-bottom: 0.5rem !important}
	.k-ml-lg-2, .k-mx-lg-2{margin-left: 0.5rem !important}
	.k-m-lg-3{margin: 1rem !important}
	.k-mt-lg-3, .k-my-lg-3{margin-top: 1rem !important}
	.k-mr-lg-3, .k-mx-lg-3{margin-right: 1rem !important}
	.k-mb-lg-3, .k-my-lg-3{margin-bottom: 1rem !important}
	.k-ml-lg-3, .k-mx-lg-3{margin-left: 1rem !important}
	.k-m-lg-4{margin: 1.5rem !important}
	.k-mt-lg-4, .k-my-lg-4{margin-top: 1.5rem !important}
	.k-mr-lg-4, .k-mx-lg-4{margin-right: 1.5rem !important}
	.k-mb-lg-4, .k-my-lg-4{margin-bottom: 1.5rem !important}
	.k-ml-lg-4, .k-mx-lg-4{margin-left: 1.5rem !important}
	.k-m-lg-5{margin: 3rem !important}
	.k-mt-lg-5, .k-my-lg-5{margin-top: 3rem !important}
	.k-mr-lg-5, .k-mx-lg-5{margin-right: 3rem !important}
	.k-mb-lg-5, .k-my-lg-5{margin-bottom: 3rem !important}
	.k-ml-lg-5, .k-mx-lg-5{margin-left: 3rem !important}
	.k-p-lg-0{padding: 0 !important}
	.k-pt-lg-0, .k-py-lg-0{padding-top: 0 !important}
	.k-pr-lg-0, .k-px-lg-0{padding-right: 0 !important}
	.k-pb-lg-0, .k-py-lg-0{padding-bottom: 0 !important}
	.k-pl-lg-0, .k-px-lg-0{padding-left: 0 !important}
	.k-p-lg-1{padding: 0.25rem !important}
	.k-pt-lg-1, .k-py-lg-1{padding-top: 0.25rem !important}
	.k-pr-lg-1, .k-px-lg-1{padding-right: 0.25rem !important}
	.k-pb-lg-1, .k-py-lg-1{padding-bottom: 0.25rem !important}
	.k-pl-lg-1, .k-px-lg-1{padding-left: 0.25rem !important}
	.k-p-lg-2{padding: 0.5rem !important}
	.k-pt-lg-2, .k-py-lg-2{padding-top: 0.5rem !important}
	.k-pr-lg-2, .k-px-lg-2{padding-right: 0.5rem !important}
	.k-pb-lg-2, .k-py-lg-2{padding-bottom: 0.5rem !important}
	.k-pl-lg-2, .k-px-lg-2{padding-left: 0.5rem !important}
	.k-p-lg-3{padding: 1rem !important}
	.k-pt-lg-3, .k-py-lg-3{padding-top: 1rem !important}
	.k-pr-lg-3, .k-px-lg-3{padding-right: 1rem !important}
	.k-pb-lg-3, .k-py-lg-3{padding-bottom: 1rem !important}
	.k-pl-lg-3, .k-px-lg-3{padding-left: 1rem !important}
	.k-p-lg-4{padding: 1.5rem !important}
	.k-pt-lg-4, .k-py-lg-4{padding-top: 1.5rem !important}
	.k-pr-lg-4, .k-px-lg-4{padding-right: 1.5rem !important}
	.k-pb-lg-4, .k-py-lg-4{padding-bottom: 1.5rem !important}
	.k-pl-lg-4, .k-px-lg-4{padding-left: 1.5rem !important}
	.k-p-lg-5{padding: 3rem !important}
	.k-pt-lg-5, .k-py-lg-5{padding-top: 3rem !important}
	.k-pr-lg-5, .k-px-lg-5{padding-right: 3rem !important}
	.k-pb-lg-5, .k-py-lg-5{padding-bottom: 3rem !important}
	.k-pl-lg-5, .k-px-lg-5{padding-left: 3rem !important}
	.k-m-lg-auto{margin: auto !important}
	.k-mt-lg-auto, .k-my-lg-auto{margin-top: auto !important}
	.k-mr-lg-auto, .k-mx-lg-auto{margin-right: auto !important}
	.k-mb-lg-auto, .k-my-lg-auto{margin-bottom: auto !important}
	.k-ml-lg-auto, .k-mx-lg-auto{margin-left: auto !important}
}
@media (min-width: 1200px){
	.k-m-xl-0{margin: 0 !important}
	.k-mt-xl-0, .k-my-xl-0{margin-top: 0 !important}
	.k-mr-xl-0, .k-mx-xl-0{margin-right: 0 !important}
	.k-mb-xl-0, .k-my-xl-0{margin-bottom: 0 !important}
	.k-ml-xl-0, .k-mx-xl-0{margin-left: 0 !important}
	.k-m-xl-1{margin: 0.25rem !important}
	.k-mt-xl-1, .k-my-xl-1{margin-top: 0.25rem !important}
	.k-mr-xl-1, .k-mx-xl-1{margin-right: 0.25rem !important}
	.k-mb-xl-1, .k-my-xl-1{margin-bottom: 0.25rem !important}
	.k-ml-xl-1, .k-mx-xl-1{margin-left: 0.25rem !important}
	.k-m-xl-2{margin: 0.5rem !important}
	.k-mt-xl-2, .k-my-xl-2{margin-top: 0.5rem !important}
	.k-mr-xl-2, .k-mx-xl-2{margin-right: 0.5rem !important}
	.k-mb-xl-2, .k-my-xl-2{margin-bottom: 0.5rem !important}
	.k-ml-xl-2, .k-mx-xl-2{margin-left: 0.5rem !important}
	.k-m-xl-3{margin: 1rem !important}
	.k-mt-xl-3, .k-my-xl-3{margin-top: 1rem !important}
	.k-mr-xl-3, .k-mx-xl-3{margin-right: 1rem !important}
	.k-mb-xl-3, .k-my-xl-3{margin-bottom: 1rem !important}
	.k-ml-xl-3, .k-mx-xl-3{margin-left: 1rem !important}
	.k-m-xl-4{margin: 1.5rem !important}
	.k-mt-xl-4, .k-my-xl-4{margin-top: 1.5rem !important}
	.k-mr-xl-4, .k-mx-xl-4{margin-right: 1.5rem !important}
	.k-mb-xl-4, .k-my-xl-4{margin-bottom: 1.5rem !important}
	.k-ml-xl-4, .k-mx-xl-4{margin-left: 1.5rem !important}
	.k-m-xl-5{margin: 3rem !important}
	.k-mt-xl-5, .k-my-xl-5{margin-top: 3rem !important}
	.k-mr-xl-5, .k-mx-xl-5{margin-right: 3rem !important}
	.k-mb-xl-5, .k-my-xl-5{margin-bottom: 3rem !important}
	.k-ml-xl-5, .k-mx-xl-5{margin-left: 3rem !important}
	.k-p-xl-0{padding: 0 !important}
	.k-pt-xl-0, .k-py-xl-0{padding-top: 0 !important}
	.k-pr-xl-0, .k-px-xl-0{padding-right: 0 !important}
	.k-pb-xl-0, .k-py-xl-0{padding-bottom: 0 !important}
	.k-pl-xl-0, .k-px-xl-0{padding-left: 0 !important}
	.k-p-xl-1{padding: 0.25rem !important}
	.k-pt-xl-1, .k-py-xl-1{padding-top: 0.25rem !important}
	.k-pr-xl-1, .k-px-xl-1{padding-right: 0.25rem !important}
	.k-pb-xl-1, .k-py-xl-1{padding-bottom: 0.25rem !important}
	.k-pl-xl-1, .k-px-xl-1{padding-left: 0.25rem !important}
	.k-p-xl-2{padding: 0.5rem !important}
	.k-pt-xl-2, .k-py-xl-2{padding-top: 0.5rem !important}
	.k-pr-xl-2, .k-px-xl-2{padding-right: 0.5rem !important}
	.k-pb-xl-2, .k-py-xl-2{padding-bottom: 0.5rem !important}
	.k-pl-xl-2, .k-px-xl-2{padding-left: 0.5rem !important}
	.k-p-xl-3{padding: 1rem !important}
	.k-pt-xl-3, .k-py-xl-3{padding-top: 1rem !important}
	.k-pr-xl-3, .k-px-xl-3{padding-right: 1rem !important}
	.k-pb-xl-3, .k-py-xl-3{padding-bottom: 1rem !important}
	.k-pl-xl-3, .k-px-xl-3{padding-left: 1rem !important}
	.k-p-xl-4{padding: 1.5rem !important}
	.k-pt-xl-4, .k-py-xl-4{padding-top: 1.5rem !important}
	.k-pr-xl-4, .k-px-xl-4{padding-right: 1.5rem !important}
	.k-pb-xl-4, .k-py-xl-4{padding-bottom: 1.5rem !important}
	.k-pl-xl-4, .k-px-xl-4{padding-left: 1.5rem !important}
	.k-p-xl-5{padding: 3rem !important}
	.k-pt-xl-5, .k-py-xl-5{padding-top: 3rem !important}
	.k-pr-xl-5, .k-px-xl-5{padding-right: 3rem !important}
	.k-pb-xl-5, .k-py-xl-5{padding-bottom: 3rem !important}
	.k-pl-xl-5, .k-px-xl-5{padding-left: 3rem !important}
	.k-m-xl-auto{margin: auto !important}
	.k-mt-xl-auto, .k-my-xl-auto{margin-top: auto !important}
	.k-mr-xl-auto, .k-mx-xl-auto{margin-right: auto !important}
	.k-mb-xl-auto, .k-my-xl-auto{margin-bottom: auto !important}
	.k-ml-xl-auto, .k-mx-xl-auto{margin-left: auto !important}
}
@media (min-width: 1800px){
	.k-m-xxl-0{margin: 0 !important}
	.k-mt-xxl-0, .k-my-xxl-0{margin-top: 0 !important}
	.k-mr-xxl-0, .k-mx-xxl-0{margin-right: 0 !important}
	.k-mb-xxl-0, .k-my-xxl-0{margin-bottom: 0 !important}
	.k-ml-xxl-0, .k-mx-xxl-0{margin-left: 0 !important}
	.k-m-xxl-1{margin: 0.25rem !important}
	.k-mt-xxl-1, .k-my-xxl-1{margin-top: 0.25rem !important}
	.k-mr-xxl-1, .k-mx-xxl-1{margin-right: 0.25rem !important}
	.k-mb-xxl-1, .k-my-xxl-1{margin-bottom: 0.25rem !important}
	.k-ml-xxl-1, .k-mx-xxl-1{margin-left: 0.25rem !important}
	.k-m-xxl-2{margin: 0.5rem !important}
	.k-mt-xxl-2, .k-my-xxl-2{margin-top: 0.5rem !important}
	.k-mr-xxl-2, .k-mx-xxl-2{margin-right: 0.5rem !important}
	.k-mb-xxl-2, .k-my-xxl-2{margin-bottom: 0.5rem !important}
	.k-ml-xxl-2, .k-mx-xxl-2{margin-left: 0.5rem !important}
	.k-m-xxl-3{margin: 1rem !important}
	.k-mt-xxl-3, .k-my-xxl-3{margin-top: 1rem !important}
	.k-mr-xxl-3, .k-mx-xxl-3{margin-right: 1rem !important}
	.k-mb-xxl-3, .k-my-xxl-3{margin-bottom: 1rem !important}
	.k-ml-xxl-3, .k-mx-xxl-3{margin-left: 1rem !important}
	.k-m-xxl-4{margin: 1.5rem !important}
	.k-mt-xxl-4, .k-my-xxl-4{margin-top: 1.5rem !important}
	.k-mr-xxl-4, .k-mx-xxl-4{margin-right: 1.5rem !important}
	.k-mb-xxl-4, .k-my-xxl-4{margin-bottom: 1.5rem !important}
	.k-ml-xxl-4, .k-mx-xxl-4{margin-left: 1.5rem !important}
	.k-m-xxl-5{margin: 3rem !important}
	.k-mt-xxl-5, .k-my-xxl-5{margin-top: 3rem !important}
	.k-mr-xxl-5, .k-mx-xxl-5{margin-right: 3rem !important}
	.k-mb-xxl-5, .k-my-xxl-5{margin-bottom: 3rem !important}
	.k-ml-xxl-5, .k-mx-xxl-5{margin-left: 3rem !important}
	.k-p-xxl-0{padding: 0 !important}
	.k-pt-xxl-0, .k-py-xxl-0{padding-top: 0 !important}
	.k-pr-xxl-0, .k-px-xxl-0{padding-right: 0 !important}
	.k-pb-xxl-0, .k-py-xxl-0{padding-bottom: 0 !important}
	.k-pl-xxl-0, .k-px-xxl-0{padding-left: 0 !important}
	.k-p-xxl-1{padding: 0.25rem !important}
	.k-pt-xxl-1, .k-py-xxl-1{padding-top: 0.25rem !important}
	.k-pr-xxl-1, .k-px-xxl-1{padding-right: 0.25rem !important}
	.k-pb-xxl-1, .k-py-xxl-1{padding-bottom: 0.25rem !important}
	.k-pl-xxl-1, .k-px-xxl-1{padding-left: 0.25rem !important}
	.k-p-xxl-2{padding: 0.5rem !important}
	.k-pt-xxl-2, .k-py-xxl-2{padding-top: 0.5rem !important}
	.k-pr-xxl-2, .k-px-xxl-2{padding-right: 0.5rem !important}
	.k-pb-xxl-2, .k-py-xxl-2{padding-bottom: 0.5rem !important}
	.k-pl-xxl-2, .k-px-xxl-2{padding-left: 0.5rem !important}
	.k-p-xxl-3{padding: 1rem !important}
	.k-pt-xxl-3, .k-py-xxl-3{padding-top: 1rem !important}
	.k-pr-xxl-3, .k-px-xxl-3{padding-right: 1rem !important}
	.k-pb-xxl-3, .k-py-xxl-3{padding-bottom: 1rem !important}
	.k-pl-xxl-3, .k-px-xxl-3{padding-left: 1rem !important}
	.k-p-xxl-4{padding: 1.5rem !important}
	.k-pt-xxl-4, .k-py-xxl-4{padding-top: 1.5rem !important}
	.k-pr-xxl-4, .k-px-xxl-4{padding-right: 1.5rem !important}
	.k-pb-xxl-4, .k-py-xxl-4{padding-bottom: 1.5rem !important}
	.k-pl-xxl-4, .k-px-xxl-4{padding-left: 1.5rem !important}
	.k-p-xxl-5{padding: 3rem !important}
	.k-pt-xxl-5, .k-py-xxl-5{padding-top: 3rem !important}
	.k-pr-xxl-5, .k-px-xxl-5{padding-right: 3rem !important}
	.k-pb-xxl-5, .k-py-xxl-5{padding-bottom: 3rem !important}
	.k-pl-xxl-5, .k-px-xxl-5{padding-left: 3rem !important}
	.k-m-xxl-auto{margin: auto !important}
	.k-mt-xxl-auto, .k-my-xxl-auto{margin-top: auto !important}
	.k-mr-xxl-auto, .k-mx-xxl-auto{margin-right: auto !important}
	.k-mb-xxl-auto, .k-my-xxl-auto{margin-bottom: auto !important}
	.k-ml-xxl-auto, .k-mx-xxl-auto{margin-left: auto !important}
}
.k-text-monospace{font-family: Menlo, Monaco, Consolas, "Courier New", monospace}
.k-text-justify{text-align: justify !important}
.k-text-nowrap{white-space: nowrap !important}
.k-text-truncate{overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.k-text-left{text-align: left !important}
.k-text-right{text-align: right !important}
.k-text-center{text-align: center !important}
@media (min-width: 480px){
	.k-text-sm-left{text-align: left !important}
	.k-text-sm-right{text-align: right !important}
	.k-text-sm-center{text-align: center !important}
}
@media (min-width: 768px){
	.k-text-md-left{text-align: left !important}
	.k-text-md-right{text-align: right !important}
	.k-text-md-center{text-align: center !important}
}
@media (min-width: 992px){
	.k-text-lg-left{text-align: left !important}
	.k-text-lg-right{text-align: right !important}
	.k-text-lg-center{text-align: center !important}
}
@media (min-width: 1200px){
	.k-text-xl-left{text-align: left !important}
	.k-text-xl-right{text-align: right !important}
	.k-text-xl-center{text-align: center !important}
}
@media (min-width: 1800px){
	.k-text-xxl-left{text-align: left !important}
	.k-text-xxl-right{text-align: right !important}
	.k-text-xxl-center{text-align: center !important}
}
.k-text-lowercase{text-transform: lowercase !important}
.k-text-uppercase{text-transform: uppercase !important}
.k-text-capitalize{text-transform: capitalize !important}
.k-font-weight-light{font-weight: 300 !important}
.k-font-weight-lighter{font-weight: lighter !important}
.k-font-weight-normal{font-weight: 400 !important}
.k-font-weight-bold{font-weight: 700 !important}
.k-font-weight-bolder{font-weight: bolder !important}
.k-font-italic{font-style: italic !important}
.k-text-white{color: #fff !important}
.k-text-primary{color: #007bff}
a.k-text-primary:hover, a.k-text-primary:focus{color: #001933}
.k-text-secondary{color: #6c757d}
a.k-text-secondary:hover, a.k-text-secondary:focus{color: #0d0f10}
.k-text-success{color: #28a745}
a.k-text-success:hover, a.k-text-success:focus{color: #010201}
.k-text-info{color: #17a2b8}
a.k-text-info:hover, a.k-text-info:focus{color: #000203}
.k-text-warning{color: #ffc107}
a.k-text-warning:hover, a.k-text-warning:focus{color: #3a2c00}
.k-text-danger{color: #dc3545}
a.k-text-danger:hover, a.k-text-danger:focus{color: #3b0a0f}
.k-text-light{color: #f8f9fa}
a.k-text-light:hover, a.k-text-light:focus{color: #8193a5}
.k-text-dark{color: #343a40}
a.k-text-dark:hover, a.k-text-dark:focus{color: #000}
.k-text-body{color: #888 !important}
.k-text-muted{color: #b1b1b1 !important}
.k-text-black-50{color: rgba(0, 0, 0, 0.5) !important}
.k-text-white-50{color: rgba(255, 255, 255, 0.5) !important}
.k-text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0}
.k-text-decoration-none{text-decoration: none !important}
.k-visible{visibility: visible !important}
.k-invisible{visibility: hidden !important}
@media print{
	*, *::before, *::after{text-shadow: none !important; box-shadow: none !important}
	a:not(.k-btn){text-decoration: underline}
	abbr[title]::after{content: " (" attr(title) ")"}
	pre{white-space: pre-wrap !important}
	pre, blockquote{border: 1px solid #adb5bd; page-break-inside: avoid}
	thead{display: table-header-group}
	tr, img{page-break-inside: avoid}
	p, h2, h3{orphans: 3; widows: 3}
	h2,h3{page-break-after: avoid}
	@page{size: a3}
	body{min-width: 992px !important}
	.k-container{min-width: 992px !important}
	.k-navbar{display: none}
	.k-badge{border: 1px solid #000}
	.k-table{border-collapse: collapse !important}
	.k-table td, .k-table th{background-color: #fff !important}
	.k-table-bordered th, .k-table-bordered td{border: 1px solid #dee2e6 !important}
	.k-table-dark{color: inherit}
	.k-table-dark th, .k-table-dark td, .k-table-dark thead th, .k-table-dark tbody + tbody{border-color: #ddd}
	.k-table .k-thead-dark th{color: inherit; border-color: #ddd}
}