SlideShare a Scribd company logo
1 of 220
hotel-3/index.htmlNavbarHome
(current)AboutContactAboutEnjoy Your Stay
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolor,
eligendi laboriosam. Repellendus officia harum eaque.About
Our Hotel
The History Of Our Hotel
Lorem ipsum dolor, sit amet consectetur adipisicing
elit. Assumenda
aliquam dolor alias iste autem, quaerat magni unde
accusantium qui
fuga placeat quidem quo pariatur, voluptatum, ea sequi?
Corporis,
explicabo quisquam dolor placeat praesentium nesciunt
mollitia quos
nobis natus voluptatum asperiores!
Read MoreGreat Location
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut,
omnis?Free Meals
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut,
omnis?Fitness Room
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut,
omnis?
Hotel BT © 2019, All RIghts Reserved
__MACOSX/hotel-3/._index.html
hotel-3/about.htmlHBTHomeAboutContactAbout Hotel BT
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Exercitationem veritatis illo, similique labore voluptate nulla
animi dolorum eius laborum illum, nesciunt quod reprehenderit
dicta autem vel nobis minima sit deleniti!
Lorem ipsum dolor sit amet consectetur adipisicing elit. A velit
voluptatem impedit voluptate. Doloribus, voluptas dolore!
Cupiditate aliquid sequi deserunt.
What Our Guests Say
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Aperiam eligendi quibusdam, dolorum maxime cum numquam
quisquam, deleniti eum incidunt, velit non consectetur. Facere,
ipsa maxime, ullam id amet odio laboriosam sit iusto tempore
fugit exercitationem, a dolore quo maiores nisi!
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Aperiam eligendi quibusdam, dolorum maxime cum numquam
quisquam, deleniti eum incidunt, velit non consectetur. Facere,
ipsa maxime, ullam id amet odio laboriosam sit iusto tempore
fugit exercitationem, a dolore quo maiores nisi!
Hotel BT © 2019, All RIghts Reserved
__MACOSX/hotel-3/._about.html
hotel-3/css/style.css
/* Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Main-Styling */
html, body {
font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
line-height: 1.7em;
}
a {
color: #333;
text-decoration: none;
}
h1, h2, h3 {
padding-bottom: 20px;
}
p {
margin: 10px 0;
}
/* Utility Classes */
.container {
max-width: 960px;
margin: auto;
/* overflow: auto; */
padding: 0 20px;
}
#about-info .container {
display: flex;
}
.nav-text {
font-size: 1.5em;
}
.text-primary {
color: #c7cf30;
}
#showcase .btn {
display: inline-block;
font-size: 18px;
color: #fff;
background: #333;
padding: 13px 20px;
border: none;
cursor: pointer;
}
/* navbar */
#navbar {
background: #333;
color: #fff;
overflow: auto;
}
#navbar a {
color: #fff;
}
#navbar h1 {
float: left;
padding-top: 20px;
}
#navbar ul {
float: right;
list-style-type: none;
}
#navbar ul li {
float: left;
}
#navbar ul li a {
padding: 20px;
display: block;
text-align: center;
}
#navbar ul li a:hover,
#navbar ul li a.current{
background: #444;
color: #f7c80a;
}
/* showcase */
#showcase{
background: url('../img/showcase.jpg') no-repeat center
center/cover;
height: 600px;
}
#showcase .showcase-content {
color: #fff;
text-align: center;
padding-top: 170px;
}
#showcase .showcase-content h1 {
font-size: 60px;
line-height: 1.2em;
}
#showcase .showcase-content p {
padding-bottom: 20px;
line-height: 1.7em;
}
/* new section */
/* Home Info */
#home-info {
/* height: 400px; */
display: flex;
/* background: black; */
}
#home-info .info-img {
flex: 1;
/* float: left; */
/* width: 50%; */
/* flex-basis: 50%; */
background: url('../img/photo-1.jpg') no-repeat;
background-size: cover;
/* min-height: 100%; */
/* height: 600px; */
}
#wrapper{
/* width: 80%; */
flex:1;
/* flex-basis: 100%; */
display:flex;
/* margin: auto; */
}
#wrapper .info-content {
/* flex-basis: 50%; */
/* float: right; */
width: 70%;
/* flex-basis: 80%; */
/* height: 600px; */
/* text-align: center; */
padding: 50px 0px;
/* overflow: hidden; */
display: flex;
flex-direction: column;
margin: auto;
}
/* #home-info .info-content{
flex:1;
margin: auto;
padding-bottom: 30px;
}
#home-info .info-content {
flex:1;
margin: auto;
padding-bottom: 30px;
}
#home-info .info-content{
flex:1;
margin: auto;
padding-bottom: 30px;
} */
/* Features */
#features{
display: flex;
/* justify-content: space-between; */
}
.box {
/* float: left; */
flex: 1;
width: 33.3%;
padding: 50px;
text-align:center;
/* flex-basis: 30%;
justify-content: space-between; */
}
.box i {
margin-bottom: 10px;
}
/* About Info */
#about-info .info-right {
/* float: right; */
flex: 1;
width: 50%;
min-height: 100%;
}
#about-info .info-right img {
display: block;
margin: auto;
width: 70%;
border-radius: 50%;
}
#about-info .info-left {
flex: 1;
/* float: left; */
width: 50%;
min-height: 100%;
}
.clr {
clear: both;
}
/* Footer */
#main-footer {
text-align: center;
background: #444;
color: #fff;
padding: 20px;
}
.text-primary {
color: #f7c08a;
}
.lead {
font-size: 20px;
}
.btn {
display: inline-block;
font-size: 18px;
color: #fff;
background: #333;
padding: 13px 20px;
border: none;
cursor: pointer;
width: 30%;
margin: 0 auto;
}
.btn:hover {
background: #f7c08a;
color: #333;
}
.btn-light {
background: #f4f4f4;
color: #333;
}
#home-info.bg-dark {
background: #242323;
color: #fff;
}
.bg-primary {
background: #f7c08a;
color: #333;
}
.l-heading {
font-size: 40px;
flex: 1;
}
/* Testimonials */
#testimonials {
height: 600px;
background: url('../img/test-bg.jpg') no-repeat center
center/cover;
padding-top: 100px;
}
#testimonials .container{
display: flex;
/* flex-direction: column; */
flex-flow: column;
align-items: center;
justify-content: center;
}
#testimonials h2 {
color: #fff;
text-align: center;
padding-bottom: 40px;
}
#testimonials .testimonial {
display: flex;
flex-flow: row nowrap;
padding: 20px;
margin-bottom: 40px;
border-radius: 5px;
opacity: 0.9;
/* display: flex; */
}
#testimonials .testimonial > img {
width: 100px;
height: 100px;
/* flex-basis: 100px; */
/* flex: 1; */
/* float: left; */
margin-right: 20px;
border-radius: 50%;
}
#testimonials .testimonial p {
}
/* Contact Form */
#contact-form .form-group {
margin-bottom: 20px;
}
#contact-form label {
display: block;
margin-bottom: 5px;
}
#contact-form input,
#contact-form textarea {
width: 100%;
padding: 10px;
border: 1px #ddd solid;
}
#contact-form textarea {
height: 200px;
}
#contact-form input:focus,
#contact-form textarea:focus {
outline: none;
border-color: #f7c08a;
}
#contact-info .container {
display: flex;
}
/* Padding */
.py-1 { padding: 10px 0; }
.py-2 { padding: 20px 0; }
.py-3 { padding: 30px 0; }
__MACOSX/hotel-3/css/._style.css
hotel-3/css/cyborg/bootstrap.min.css
/*!
* Bootswatch v4.3.1
* Homepage: https://bootswatch.com
* Copyright 2012-2019 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT
(https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/@import
url("https://fonts.googleapis.com/css?family=Roboto:400,700");
:root{--blue: #2A9FD6;--indigo: #6610f2;--purple: #6f42c1;--
pink: #e83e8c;--red: #CC0000;--orange: #fd7e14;--yellow:
#FF8800;--green: #77B300;--teal: #20c997;--cyan: #9933CC;--
white: #fff;--gray: #555;--gray-dark: #222;--primary:
#2A9FD6;--secondary: #555;--success: #77B300;--info:
#9933CC;--warning: #FF8800;--danger: #CC0000;--light:
#222;--dark: #ADAFAE;--breakpoint-xs: 0;--breakpoint-sm:
576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--
breakpoint-xl: 1200px;--font-family-sans-serif: "Roboto", -
apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;--font-family-monospace:
SFMono-Regular, Menlo, Monaco, Consolas, "Liberation
Mono", "Courier New", monospace}*,*::before,*::after{-
webkit-box-sizing:border-box;box-sizing:border-box}html{font-
family:sans-serif;line-height:1.15;-webkit-text-size-
adjust:100%;-webkit-tap-highlight-
color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,
hgroup,main,nav,section{display:block}body{margin:0;font-
family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe
UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-
size:0.875rem;font-weight:400;line-height:1.5;color:#888;text-
align:left;background-color:#060606}[tabindex="-
1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-
box;box-sizing:content-
box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-
top:0;margin-bottom:0.5rem}p{margin-top:0;margin-
bottom:1rem}abbr[title],abbr[data-original-title]{text-
decoration:underline;-webkit-text-decoration:underline
dotted;text-decoration:underline dotted;cursor:help;border-
bottom:0;text-decoration-skip-ink:none}address{margin-
bottom:1rem;font-style:normal;line-
height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol
ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-
weight:700}dd{margin-bottom:.5rem;margin-
left:0}blockquote{margin:0 0 1rem}b,strong{font-
weight:bolder}small{font-
size:80%}sub,sup{position:relative;font-size:75%;line-
height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-
.5em}a{color:#2A9FD6;text-decoration:none;background-
color:transparent}a:hover{color:#1d7097;text-
decoration:underline}a:not([href]):not([tabindex]){color:inherit;
text-
decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]
):not([tabindex]):focus{color:inherit;text-
decoration:none}a:not([href]):not([tabindex]):focus{outline:0}p
re,code,kbd,samp{font-family:SFMono-Regular, Menlo,
Monaco, Consolas, "Liberation Mono", "Courier New",
monospace;font-size:1em}pre{margin-top:0;margin-
bottom:1rem;overflow:auto}figure{margin:0 0
1rem}img{vertical-align:middle;border-
style:none}svg{overflow:hidden;vertical-
align:middle}table{border-collapse:collapse}caption{padding-
top:0.75rem;padding-bottom:0.75rem;color:#555;text-
align:left;caption-side:bottom}th{text-
align:inherit}label{display:inline-block;margin-
bottom:0.5rem}button{border-
radius:0}button:focus{outline:1px dotted;outline:5px auto -
webkit-focus-ring-
color}input,button,select,optgroup,textarea{margin:0;font-
family:inherit;font-size:inherit;line-
height:inherit}button,input{overflow:visible}button,select{text-
transform:none}select{word-
wrap:normal}button,[type="button"],[type="reset"],[type="sub
mit"]{-webkit-
appearance:button}button:not(:disabled),[type="button"]:not(:di
sabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disab
led){cursor:pointer}button::-moz-focus-inner,[type="button"]::-
moz-focus-inner,[type="reset"]::-moz-focus-
inner,[type="submit"]::-moz-focus-inner{padding:0;border-
style:none}input[type="radio"],input[type="checkbox"]{-
webkit-box-sizing:border-box;box-sizing:border-
box;padding:0}input[type="date"],input[type="time"],input[typ
e="datetime-local"],input[type="month"]{-webkit-
appearance:listbox}textarea{overflow:auto;resize:vertical}fields
et{min-
width:0;padding:0;margin:0;border:0}legend{display:block;widt
h:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-
size:1.5rem;line-height:inherit;color:inherit;white-
space:normal}progress{vertical-
align:baseline}[type="number"]::-webkit-inner-spin-
button,[type="number"]::-webkit-outer-spin-
button{height:auto}[type="search"]{outline-offset:-2px;-
webkit-appearance:none}[type="search"]::-webkit-search-
decoration{-webkit-appearance:none}::-webkit-file-upload-
button{font:inherit;-webkit-
appearance:button}output{display:inline-
block}summary{display:list-
item;cursor:pointer}template{display:none}[hidden]{display:no
ne !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-
bottom:0.5rem;font-weight:500;line-
height:1.2;color:#fff}h1,.h1{font-size:4rem}h2,.h2{font-
size:3rem}h3,.h3{font-size:2.5rem}h4,.h4{font-
size:2rem}h5,.h5{font-size:1.5rem}h6,.h6{font-
size:0.875rem}.lead{font-size:1.09375rem;font-
weight:300}.display-1{font-size:6rem;font-weight:300;line-
height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-
height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-
height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-
height:1.2}hr{margin-top:1rem;margin-
bottom:1rem;border:0;border-top:1px solid
rgba(0,0,0,0.1)}small,.small{font-size:80%;font-
weight:400}mark,.mark{padding:0.2em;background-
color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-
inline{padding-left:0;list-style:none}.list-inline-
item{display:inline-block}.list-inline-item:not(:last-
child){margin-right:0.5rem}.initialism{font-size:90%;text-
transform:uppercase}.blockquote{margin-bottom:1rem;font-
size:1.09375rem}.blockquote-footer{display:block;font-
size:80%;color:#555}.blockquote-
footer::before{content:"201400A0"}.img-fluid{max-
width:100%;height:auto}.img-
thumbnail{padding:0.25rem;background-
color:#060606;border:1px solid #dee2e6;border-
radius:0.25rem;max-
width:100%;height:auto}.figure{display:inline-block}.figure-
img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-
size:90%;color:#555}code{font-
size:87.5%;color:#e83e8c;word-break:break-
word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-
size:87.5%;color:#fff;background-color:#212529;border-
radius:0.2rem}kbd kbd{padding:0;font-size:100%;font-
weight:700}pre{display:block;font-size:87.5%;color:inherit}pre
code{font-size:inherit;color:inherit;word-break:normal}.pre-
scrollable{max-height:340px;overflow-
y:scroll}.container{width:100%;padding-right:15px;padding-
left:15px;margin-right:auto;margin-left:auto}@media (min-
width: 576px){.container{max-width:540px}}@media (min-
width: 768px){.container{max-width:720px}}@media (min-
width: 992px){.container{max-width:960px}}@media (min-
width: 1200px){.container{max-width:1140px}}.container-
fluid{width:100%;padding-right:15px;padding-
left:15px;margin-right:auto;margin-left:auto}.row{display:-
webkit-box;display:-ms-flexbox;display:flex;-ms-flex-
wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-
15px}.no-gutters{margin-right:0;margin-left:0}.no-
gutters>.col,.no-gutters>[class*="col-"]{padding-
right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-
6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-
sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-
7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-
sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-
md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-
md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-
lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-
9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-
1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-
xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-
auto{position:relative;width:100%;padding-right:15px;padding-
left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-
box-flex:1;-ms-flex-positive:1;flex-grow:1;max-
width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0
auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-
box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0
8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-
box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0
16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-
box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-
4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0
33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-
box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0
41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-
box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-
7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-
box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0
66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-
box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-
10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0
83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-
box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0
91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-
box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-
width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-
order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-
flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-
ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-
ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-
ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-
ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-
ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-
ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-
ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-
ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-
ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-
group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-
ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-
box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-
webkit-box-ordinal-group:13;-ms-flex-
order:12;order:12}.offset-1{margin-
left:8.3333333333%}.offset-2{margin-
left:16.6666666667%}.offset-3{margin-left:25%}.offset-
4{margin-left:33.3333333333%}.offset-5{margin-
left:41.6666666667%}.offset-6{margin-left:50%}.offset-
7{margin-left:58.3333333333%}.offset-8{margin-
left:66.6666666667%}.offset-9{margin-left:75%}.offset-
10{margin-left:83.3333333333%}.offset-11{margin-
left:91.6666666667%}@media (min-width: 576px){.col-sm{-
ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-
flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-
webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0
auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-
flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0
8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-
box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0
16.6666666667%;max-width:16.6666666667%}.col-sm-3{-
webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-
width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0
33.3333333333%;flex:0 0 33.3333333333%;max-
width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-
flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-
width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-
flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-
box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
58.3333333333%;max-width:58.3333333333%}.col-sm-8{-
webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0
66.6666666667%;max-width:66.6666666667%}.col-sm-9{-
webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-
width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0
83.3333333333%;flex:0 0 83.3333333333%;max-
width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-
flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-
width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-
flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-
webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-
sm-last{-webkit-box-ordinal-group:14;-ms-flex-
order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-
ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-
group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-
ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-
box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-
webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-
5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-
sm-6{-webkit-box-ordinal-group:7;-ms-flex-
order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-
flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-
ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-
group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-
ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-
webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-
sm-12{-webkit-box-ordinal-group:13;-ms-flex-
order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-
1{margin-left:8.3333333333%}.offset-sm-2{margin-
left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-
4{margin-left:33.3333333333%}.offset-sm-5{margin-
left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-
7{margin-left:58.3333333333%}.offset-sm-8{margin-
left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-
10{margin-left:83.3333333333%}.offset-sm-11{margin-
left:91.6666666667%}}@media (min-width: 768px){.col-md{-
ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-
flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-
webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0
auto;width:auto;max-width:100%}.col-md-1{-webkit-box-
flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0
8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-
box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0
16.6666666667%;max-width:16.6666666667%}.col-md-3{-
webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-
width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0
33.3333333333%;flex:0 0 33.3333333333%;max-
width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-
flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-
width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-
flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-
box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
58.3333333333%;max-width:58.3333333333%}.col-md-8{-
webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0
66.6666666667%;max-width:66.6666666667%}.col-md-9{-
webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-
width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0
83.3333333333%;flex:0 0 83.3333333333%;max-
width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-
flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-
width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-
flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-
webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-
md-last{-webkit-box-ordinal-group:14;-ms-flex-
order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-
ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-
group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-
ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-
box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-
webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-
md-5{-webkit-box-ordinal-group:6;-ms-flex-
order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-
flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-
ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-
group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-
ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-
webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-
md-11{-webkit-box-ordinal-group:12;-ms-flex-
order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-
ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-
md-1{margin-left:8.3333333333%}.offset-md-2{margin-
left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-
md-4{margin-left:33.3333333333%}.offset-md-5{margin-
left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-
md-7{margin-left:58.3333333333%}.offset-md-8{margin-
left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-
md-10{margin-left:83.3333333333%}.offset-md-11{margin-
left:91.6666666667%}}@media (min-width: 992px){.col-lg{-
ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-
flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-
webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0
auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-
flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0
8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-
box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0
16.6666666667%;max-width:16.6666666667%}.col-lg-3{-
webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-
width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0
33.3333333333%;flex:0 0 33.3333333333%;max-
width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0
0 41.6666666667%;flex:0 0 41.6666666667%;max-
width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0
0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-
flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
58.3333333333%;max-width:58.3333333333%}.col-lg-8{-
webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0
66.6666666667%;max-width:66.6666666667%}.col-lg-9{-
webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-
width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0
83.3333333333%;flex:0 0 83.3333333333%;max-
width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-
flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-
width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-
flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-
webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-
lg-last{-webkit-box-ordinal-group:14;-ms-flex-
order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-
flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-
ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-
group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-
ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-
box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-
webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-
6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-
lg-7{-webkit-box-ordinal-group:8;-ms-flex-
order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-
flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-
ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-
group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-
ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-
webkit-box-ordinal-group:13;-ms-flex-
order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-
1{margin-left:8.3333333333%}.offset-lg-2{margin-
left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-
4{margin-left:33.3333333333%}.offset-lg-5{margin-
left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-
7{margin-left:58.3333333333%}.offset-lg-8{margin-
left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-
10{margin-left:83.3333333333%}.offset-lg-11{margin-
left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-
ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-
flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-
webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0
auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-
flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0
8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-
box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0
16.6666666667%;max-width:16.6666666667%}.col-xl-3{-
webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-
width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0
33.3333333333%;flex:0 0 33.3333333333%;max-
width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0
0 41.6666666667%;flex:0 0 41.6666666667%;max-
width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0
0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-
flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
58.3333333333%;max-width:58.3333333333%}.col-xl-8{-
webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0
66.6666666667%;max-width:66.6666666667%}.col-xl-9{-
webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-
width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0
83.3333333333%;flex:0 0 83.3333333333%;max-
width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-
flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-
width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-
flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-
webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-
xl-last{-webkit-box-ordinal-group:14;-ms-flex-
order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-
flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-
ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-
group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-
ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-
box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-
webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-
6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-
xl-7{-webkit-box-ordinal-group:8;-ms-flex-
order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-
flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-
ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-
group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-
ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-
webkit-box-ordinal-group:13;-ms-flex-
order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-
1{margin-left:8.3333333333%}.offset-xl-2{margin-
left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-
4{margin-left:33.3333333333%}.offset-xl-5{margin-
left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-
7{margin-left:58.3333333333%}.offset-xl-8{margin-
left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-
10{margin-left:83.3333333333%}.offset-xl-11{margin-
left:91.6666666667%}}.table{width:100%;margin-
bottom:1rem;color:#888}.table th,.table
td{padding:0.75rem;vertical-align:top;border-top:1px solid
#282828}.table thead th{vertical-align:bottom;border-
bottom:2px solid #282828}.table tbody+tbody{border-top:2px
solid #282828}.table-sm th,.table-sm td{padding:0.3rem}.table-
bordered{border:1px solid #282828}.table-bordered th,.table-
bordered td{border:1px solid #282828}.table-bordered thead
th,.table-bordered thead td{border-bottom-width:2px}.table-
borderless th,.table-borderless td,.table-borderless thead
th,.table-borderless tbody+tbody{border:0}.table-striped tbody
tr:nth-of-type(odd){background-
color:rgba(255,255,255,0.05)}.table-hover tbody
tr:hover{color:#888;background-
color:rgba(255,255,255,0.075)}.table-primary,.table-
primary>th,.table-primary>td{background-color:#c3e4f4}.table-
primary th,.table-primary td,.table-primary thead th,.table-
primary tbody+tbody{border-color:#90cdea}.table-hover .table-
primary:hover{background-color:#addaf0}.table-hover .table-
primary:hover>td,.table-hover .table-
primary:hover>th{background-color:#addaf0}.table-
secondary,.table-secondary>th,.table-secondary>td{background-
color:#cfcfcf}.table-secondary th,.table-secondary td,.table-
secondary thead th,.table-secondary tbody+tbody{border-
color:#a7a7a7}.table-hover .table-secondary:hover{background-
color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-
hover .table-secondary:hover>th{background-
color:#c2c2c2}.table-success,.table-success>th,.table-
success>td{background-color:#d9eab8}.table-success th,.table-
success td,.table-success thead th,.table-success
tbody+tbody{border-color:#b8d77a}.table-hover .table-
success:hover{background-color:#cee4a4}.table-hover .table-
success:hover>td,.table-hover .table-
success:hover>th{background-color:#cee4a4}.table-info,.table-
info>th,.table-info>td{background-color:#e2c6f1}.table-info
th,.table-info td,.table-info thead th,.table-info
tbody+tbody{border-color:#ca95e4}.table-hover .table-
info:hover{background-color:#d8b2ec}.table-hover .table-
info:hover>td,.table-hover .table-info:hover>th{background-
color:#d8b2ec}.table-warning,.table-warning>th,.table-
warning>td{background-color:#ffdeb8}.table-warning th,.table-
warning td,.table-warning thead th,.table-warning
tbody+tbody{border-color:#ffc17a}.table-hover .table-
warning:hover{background-color:#ffd29f}.table-hover .table-
warning:hover>td,.table-hover .table-
warning:hover>th{background-color:#ffd29f}.table-
danger,.table-danger>th,.table-danger>td{background-
color:#f1b8b8}.table-danger th,.table-danger td,.table-danger
thead th,.table-danger tbody+tbody{border-
color:#e47a7a}.table-hover .table-danger:hover{background-
color:#eda3a3}.table-hover .table-danger:hover>td,.table-hover
.table-danger:hover>th{background-color:#eda3a3}.table-
light,.table-light>th,.table-light>td{background-
color:#c1c1c1}.table-light th,.table-light td,.table-light thead
th,.table-light tbody+tbody{border-color:#8c8c8c}.table-hover
.table-light:hover{background-color:#b4b4b4}.table-hover
.table-light:hover>td,.table-hover .table-
light:hover>th{background-color:#b4b4b4}.table-dark,.table-
dark>th,.table-dark>td{background-color:#e8e9e8}.table-dark
th,.table-dark td,.table-dark thead th,.table-dark
tbody+tbody{border-color:#d4d5d5}.table-hover .table-
dark:hover{background-color:#dbdddb}.table-hover .table-
dark:hover>td,.table-hover .table-dark:hover>th{background-
color:#dbdddb}.table-active,.table-active>th,.table-
active>td{background-color:rgba(255,255,255,0.075)}.table-
hover .table-active:hover{background-
color:rgba(242,242,242,0.075)}.table-hover .table-
active:hover>td,.table-hover .table-
active:hover>th{background-
color:rgba(242,242,242,0.075)}.table .thead-dark
th{color:#060606;background-color:#888;border-
color:#757575}.table .thead-light
th{color:#282828;background-color:#e9ecef;border-
color:#282828}.table-dark{color:#060606;background-
color:#888}.table-dark th,.table-dark td,.table-dark thead
th{border-color:#757575}.table-dark.table-
bordered{border:0}.table-dark.table-striped tbody tr:nth-of-
type(odd){background-color:rgba(255,255,255,0.05)}.table-
dark.table-hover tbody tr:hover{color:#060606;background-
color:rgba(255,255,255,0.075)}@media (max-width:
575.98px){.table-responsive-
sm{display:block;width:100%;overflow-x:auto;-webkit-
overflow-scrolling:touch}.table-responsive-sm>.table-
bordered{border:0}}@media (max-width: 767.98px){.table-
responsive-md{display:block;width:100%;overflow-x:auto;-
webkit-overflow-scrolling:touch}.table-responsive-md>.table-
bordered{border:0}}@media (max-width: 991.98px){.table-
responsive-lg{display:block;width:100%;overflow-x:auto;-
webkit-overflow-scrolling:touch}.table-responsive-lg>.table-
bordered{border:0}}@media (max-width: 1199.98px){.table-
responsive-xl{display:block;width:100%;overflow-x:auto;-
webkit-overflow-scrolling:touch}.table-responsive-xl>.table-
bordered{border:0}}.table-
responsive{display:block;width:100%;overflow-x:auto;-webkit-
overflow-scrolling:touch}.table-responsive>.table-
bordered{border:0}.form-
control{display:block;width:100%;height:calc(1.5em + 0.75rem
+ 2px);padding:0.375rem 1rem;font-size:0.875rem;font-
weight:400;line-height:1.5;color:#282828;background-
color:#fff;background-clip:padding-box;border:1px solid
transparent;border-radius:0.25rem;-webkit-transition:border-
color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:border-color 0.15s ease-in-out, -webkit-box-
shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-
out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s
ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow
0.15s ease-in-out}@media (prefers-reduced-motion:
reduce){.form-control{-webkit-
transition:none;transition:none}}.form-control::-ms-
expand{background-color:transparent;border:0}.form-
control:focus{color:#282828;background-color:#fff;border-
color:#95cfeb;outline:0;-webkit-box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.25)}.form-control::-webkit-input-
placeholder{color:#555;opacity:1}.form-control::-ms-input-
placeholder{color:#555;opacity:1}.form-
control::placeholder{color:#555;opacity:1}.form-
control:disabled,.form-control[readonly]{background-
color:#ADAFAE;opacity:1}select.form-control:focus::-ms-
value{color:#282828;background-color:#fff}.form-control-
file,.form-control-range{display:block;width:100%}.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}.col-form-label-lg{padding-
top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem +
1px);font-size:1.09375rem;line-height:1.5}.col-form-label-
sm{padding-top:calc(0.25rem + 1px);padding-
bottom:calc(0.25rem + 1px);font-size:0.765625rem;line-
height:1.5}.form-control-
plaintext{display:block;width:100%;padding-
top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-
height:1.5;color:#888;background-color:transparent;border:solid
transparent;border-width:1px 0}.form-control-plaintext.form-
control-sm,.form-control-plaintext.form-control-lg{padding-
right:0;padding-left:0}.form-control-sm{height:calc(1.5em +
0.5rem + 2px);padding:0.25rem 0.5rem;font-
size:0.765625rem;line-height:1.5;border-radius:0.2rem}.form-
control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem
1rem;font-size:1.09375rem;line-height:1.5;border-
radius:0.3rem}select.form-control[size],select.form-
control[multiple]{height:auto}textarea.form-
control{height:auto}.form-group{margin-bottom:1rem}.form-
text{display:block;margin-top:0.25rem}.form-row{display:-
webkit-box;display:-ms-flexbox;display:flex;-ms-flex-
wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-
5px}.form-row>.col,.form-row>[class*="col-"]{padding-
right:5px;padding-left:5px}.form-
check{position:relative;display:block;padding-
left:1.25rem}.form-check-input{position:absolute;margin-
top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~
.form-check-label{color:#555}.form-check-label{margin-
bottom:0}.form-check-inline{display:-webkit-inline-
box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-
align:center;-ms-flex-align:center;align-items:center;padding-
left:0;margin-right:0.75rem}.form-check-inline .form-check-
input{position:static;margin-top:0;margin-
right:0.3125rem;margin-left:0}.valid-
feedback{display:none;width:100%;margin-top:0.25rem;font-
size:80%;color:#77B300}.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.765625rem;line-height:1.5;color:#fff;background-
color:#77b300;border-radius:0.25rem}.was-validated .form-
control:valid,.form-control.is-valid{border-
color:#77B300;padding-right:calc(1.5em +
0.75rem);background-image:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8
8'%3e%3cpath fill='%2377B300' 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");background-repeat:no-
repeat;background-position:center right calc(0.375em +
0.1875rem);background-size:calc(0.75em + 0.375rem)
calc(0.75em + 0.375rem)}.was-validated .form-
control:valid:focus,.form-control.is-valid:focus{border-
color:#77B300;-webkit-box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.25)}.was-validated .form-control:valid ~
.valid-feedback,.was-validated .form-control:valid ~ .valid-
tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-
valid ~ .valid-tooltip{display:block}.was-validated
textarea.form-control:valid,textarea.form-control.is-
valid{padding-right:calc(1.5em + 0.75rem);background-
position:top calc(0.375em + 0.1875rem) right calc(0.375em +
0.1875rem)}.was-validated .custom-select:valid,.custom-
select.is-valid{border-color:#77B300;padding-right:calc((1em +
0.75rem) * 3 / 4 +
2rem);background:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4
5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0
3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px
10px,url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8
8'%3e%3cpath fill='%2377B300' 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") #fff no-repeat center right
2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-
validated .custom-select:valid:focus,.custom-select.is-
valid:focus{border-color:#77B300;-webkit-box-shadow:0 0 0
0.2rem rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.25)}.was-validated .custom-select:valid ~
.valid-feedback,.was-validated .custom-select:valid ~ .valid-
tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-
select.is-valid ~ .valid-tooltip{display:block}.was-validated
.form-control-file:valid ~ .valid-feedback,.was-validated .form-
control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~
.valid-feedback,.form-control-file.is-valid ~ .valid-
tooltip{display:block}.was-validated .form-check-input:valid ~
.form-check-label,.form-check-input.is-valid ~ .form-check-
label{color:#77B300}.was-validated .form-check-input:valid ~
.valid-feedback,.was-validated .form-check-input:valid ~ .valid-
tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-
check-input.is-valid ~ .valid-tooltip{display:block}.was-
validated .custom-control-input:valid ~ .custom-control-
label,.custom-control-input.is-valid ~ .custom-control-
label{color:#77B300}.was-validated .custom-control-input:valid
~ .custom-control-label::before,.custom-control-input.is-valid ~
.custom-control-label::before{border-color:#77B300}.was-
validated .custom-control-input:valid ~ .valid-feedback,.was-
validated .custom-control-input:valid ~ .valid-tooltip,.custom-
control-input.is-valid ~ .valid-feedback,.custom-control-
input.is-valid ~ .valid-tooltip{display:block}.was-validated
.custom-control-input:valid:checked ~ .custom-control-
label::before,.custom-control-input.is-valid:checked ~ .custom-
control-label::before{border-color:#99e600;background-
color:#99e600}.was-validated .custom-control-input:valid:focus
~ .custom-control-label::before,.custom-control-input.is-
valid:focus ~ .custom-control-label::before{-webkit-box-
shadow:0 0 0 0.2rem rgba(119,179,0,0.25);box-shadow:0 0 0
0.2rem rgba(119,179,0,0.25)}.was-validated .custom-control-
input:valid:focus:not(:checked) ~ .custom-control-
label::before,.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before{border-color:#77B300}.was-
validated .custom-file-input:valid ~ .custom-file-label,.custom-
file-input.is-valid ~ .custom-file-label{border-
color:#77B300}.was-validated .custom-file-input:valid ~ .valid-
feedback,.was-validated .custom-file-input:valid ~ .valid-
tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-
file-input.is-valid ~ .valid-tooltip{display:block}.was-validated
.custom-file-input:valid:focus ~ .custom-file-label,.custom-file-
input.is-valid:focus ~ .custom-file-label{border-
color:#77B300;-webkit-box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.25)}.invalid-
feedback{display:none;width:100%;margin-top:0.25rem;font-
size:80%;color:#CC0000}.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.765625rem;line-height:1.5;color:#fff;background-
color:#cc0000;border-radius:0.25rem}.was-validated .form-
control:invalid,.form-control.is-invalid{border-
color:#CC0000;padding-right:calc(1.5em +
0.75rem);background-image:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' fill='%23CC0000'
viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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");background-repeat:no-
repeat;background-position:center right calc(0.375em +
0.1875rem);background-size:calc(0.75em + 0.375rem)
calc(0.75em + 0.375rem)}.was-validated .form-
control:invalid:focus,.form-control.is-invalid:focus{border-
color:#CC0000;-webkit-box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.25)}.was-validated .form-control:invalid ~
.invalid-feedback,.was-validated .form-control:invalid ~
.invalid-tooltip,.form-control.is-invalid ~ .invalid-
feedback,.form-control.is-invalid ~ .invalid-
tooltip{display:block}.was-validated textarea.form-
control:invalid,textarea.form-control.is-invalid{padding-
right:calc(1.5em + 0.75rem);background-position:top
calc(0.375em + 0.1875rem) right calc(0.375em +
0.1875rem)}.was-validated .custom-select:invalid,.custom-
select.is-invalid{border-color:#CC0000;padding-right:calc((1em
+ 0.75rem) * 3 / 4 +
2rem);background:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4
5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0
3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px
10px,url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' fill='%23CC0000'
viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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") #fff no-repeat center right
2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-
validated .custom-select:invalid:focus,.custom-select.is-
invalid:focus{border-color:#CC0000;-webkit-box-shadow:0 0 0
0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.25)}.was-validated .custom-select:invalid ~
.invalid-feedback,.was-validated .custom-select:invalid ~
.invalid-tooltip,.custom-select.is-invalid ~ .invalid-
feedback,.custom-select.is-invalid ~ .invalid-
tooltip{display:block}.was-validated .form-control-file:invalid
~ .invalid-feedback,.was-validated .form-control-file:invalid ~
.invalid-tooltip,.form-control-file.is-invalid ~ .invalid-
feedback,.form-control-file.is-invalid ~ .invalid-
tooltip{display:block}.was-validated .form-check-input:invalid
~ .form-check-label,.form-check-input.is-invalid ~ .form-check-
label{color:#CC0000}.was-validated .form-check-input:invalid
~ .invalid-feedback,.was-validated .form-check-input:invalid ~
.invalid-tooltip,.form-check-input.is-invalid ~ .invalid-
feedback,.form-check-input.is-invalid ~ .invalid-
tooltip{display:block}.was-validated .custom-control-
input:invalid ~ .custom-control-label,.custom-control-input.is-
invalid ~ .custom-control-label{color:#CC0000}.was-validated
.custom-control-input:invalid ~ .custom-control-
label::before,.custom-control-input.is-invalid ~ .custom-control-
label::before{border-color:#CC0000}.was-validated .custom-
control-input:invalid ~ .invalid-feedback,.was-validated
.custom-control-input:invalid ~ .invalid-tooltip,.custom-control-
input.is-invalid ~ .invalid-feedback,.custom-control-input.is-
invalid ~ .invalid-tooltip{display:block}.was-validated .custom-
control-input:invalid:checked ~ .custom-control-
label::before,.custom-control-input.is-invalid:checked ~
.custom-control-label::before{border-color:red;background-
color:red}.was-validated .custom-control-input:invalid:focus ~
.custom-control-label::before,.custom-control-input.is-
invalid:focus ~ .custom-control-label::before{-webkit-box-
shadow:0 0 0 0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0
0.2rem rgba(204,0,0,0.25)}.was-validated .custom-control-
input:invalid:focus:not(:checked) ~ .custom-control-
label::before,.custom-control-input.is-
invalid:focus:not(:checked) ~ .custom-control-
label::before{border-color:#CC0000}.was-validated .custom-
file-input:invalid ~ .custom-file-label,.custom-file-input.is-
invalid ~ .custom-file-label{border-color:#CC0000}.was-
validated .custom-file-input:invalid ~ .invalid-feedback,.was-
validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-
file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-
invalid ~ .invalid-tooltip{display:block}.was-validated .custom-
file-input:invalid:focus ~ .custom-file-label,.custom-file-
input.is-invalid:focus ~ .custom-file-label{border-
color:#CC0000;-webkit-box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.25)}.form-inline{display:-webkit-box;display:-
ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-
box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row
wrap;-webkit-box-align:center;-ms-flex-align:center;align-
items:center}.form-inline .form-check{width:100%}@media
(min-width: 576px){.form-inline label{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-
ms-flex-align:center;align-items:center;-webkit-box-
pack:center;-ms-flex-pack:center;justify-content:center;margin-
bottom:0}.form-inline .form-group{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-
flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-
webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-
flow:row wrap;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;margin-bottom:0}.form-inline
.form-control{display:inline-block;width:auto;vertical-
align:middle}.form-inline .form-control-
plaintext{display:inline-block}.form-inline .input-group,.form-
inline .custom-select{width:auto}.form-inline .form-
check{display:-webkit-box;display:-ms-flexbox;display:flex;-
webkit-box-align:center;-ms-flex-align:center;align-
items:center;-webkit-box-pack:center;-ms-flex-
pack:center;justify-content:center;width:auto;padding-
left:0}.form-inline .form-check-input{position:relative;-ms-
flex-negative:0;flex-shrink:0;margin-top:0;margin-
right:0.25rem;margin-left:0}.form-inline .custom-control{-
webkit-box-align:center;-ms-flex-align:center;align-
items:center;-webkit-box-pack:center;-ms-flex-
pack:center;justify-content:center}.form-inline .custom-control-
label{margin-bottom:0}}.btn{display:inline-block;font-
weight:400;color:#888;text-align:center;vertical-align:middle;-
webkit-user-select:none;-moz-user-select:none;-ms-user-
select:none;user-select:none;background-
color:transparent;border:1px solid
transparent;padding:0.375rem 1rem;font-size:0.875rem;line-
height:1.5;border-radius:0.25rem;-webkit-transition:color 0.15s
ease-in-out, background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:color 0.15s ease-in-out, background-color 0.15s
ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow
0.15s ease-in-out;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;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, -webkit-box-shadow
0.15s ease-in-out}@media (prefers-reduced-motion:
reduce){.btn{-webkit-
transition:none;transition:none}}.btn:hover{color:#888;text-
decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-
shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0
0.2rem
rgba(42,159,214,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}
a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-
primary{color:#fff;background-color:#2A9FD6;border-
color:#2A9FD6}.btn-primary:hover{color:#fff;background-
color:#2387b7;border-color:#2180ac}.btn-primary:focus,.btn-
primary.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(74,173,220,0.5);box-shadow:0 0 0 0.2rem
rgba(74,173,220,0.5)}.btn-primary.disabled,.btn-
primary:disabled{color:#fff;background-color:#2A9FD6;border-
color:#2A9FD6}.btn-
primary:not(:disabled):not(.disabled):active,.btn-
primary:not(:disabled):not(.disabled).active,.show>.btn-
primary.dropdown-toggle{color:#fff;background-
color:#2180ac;border-color:#1f78a1}.btn-
primary:not(:disabled):not(.disabled):active:focus,.btn-
primary:not(:disabled):not(.disabled).active:focus,.show>.btn-
primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(74,173,220,0.5);box-shadow:0 0 0 0.2rem
rgba(74,173,220,0.5)}.btn-secondary{color:#fff;background-
color:#555;border-color:#555}.btn-
secondary:hover{color:#fff;background-color:#424242;border-
color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-
webkit-box-shadow:0 0 0 0.2rem rgba(111,111,111,0.5);box-
shadow:0 0 0 0.2rem rgba(111,111,111,0.5)}.btn-
secondary.disabled,.btn-
secondary:disabled{color:#fff;background-color:#555;border-
color:#555}.btn-
secondary:not(:disabled):not(.disabled):active,.btn-
secondary:not(:disabled):not(.disabled).active,.show>.btn-
secondary.dropdown-toggle{color:#fff;background-
color:#3c3b3b;border-color:#353535}.btn-
secondary:not(:disabled):not(.disabled):active:focus,.btn-
secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-
secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(111,111,111,0.5);box-shadow:0 0 0 0.2rem
rgba(111,111,111,0.5)}.btn-success{color:#fff;background-
color:#77B300;border-color:#77B300}.btn-
success:hover{color:#fff;background-color:#5e8d00;border-
color:#558000}.btn-success:focus,.btn-success.focus{-webkit-
box-shadow:0 0 0 0.2rem rgba(139,190,38,0.5);box-shadow:0 0
0 0.2rem rgba(139,190,38,0.5)}.btn-success.disabled,.btn-
success:disabled{color:#fff;background-color:#77B300;border-
color:#77B300}.btn-
success:not(:disabled):not(.disabled):active,.btn-
success:not(:disabled):not(.disabled).active,.show>.btn-
success.dropdown-toggle{color:#fff;background-
color:#558000;border-color:#4d7300}.btn-
success:not(:disabled):not(.disabled):active:focus,.btn-
success:not(:disabled):not(.disabled).active:focus,.show>.btn-
success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(139,190,38,0.5);box-shadow:0 0 0 0.2rem
rgba(139,190,38,0.5)}.btn-info{color:#fff;background-
color:#9933CC;border-color:#9933CC}.btn-
info:hover{color:#fff;background-color:#822bad;border-
color:#7a29a3}.btn-info:focus,.btn-info.focus{-webkit-box-
shadow:0 0 0 0.2rem rgba(168,82,212,0.5);box-shadow:0 0 0
0.2rem rgba(168,82,212,0.5)}.btn-info.disabled,.btn-
info:disabled{color:#fff;background-color:#9933CC;border-
color:#9933CC}.btn-
info:not(:disabled):not(.disabled):active,.btn-
info:not(:disabled):not(.disabled).active,.show>.btn-
info.dropdown-toggle{color:#fff;background-
color:#7a29a3;border-color:#732699}.btn-
info:not(:disabled):not(.disabled):active:focus,.btn-
info:not(:disabled):not(.disabled).active:focus,.show>.btn-
info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(168,82,212,0.5);box-shadow:0 0 0 0.2rem
rgba(168,82,212,0.5)}.btn-warning{color:#fff;background-
color:#FF8800;border-color:#FF8800}.btn-
warning:hover{color:#fff;background-color:#d97400;border-
color:#cc6d00}.btn-warning:focus,.btn-warning.focus{-webkit-
box-shadow:0 0 0 0.2rem rgba(255,154,38,0.5);box-shadow:0 0
0 0.2rem rgba(255,154,38,0.5)}.btn-warning.disabled,.btn-
warning:disabled{color:#fff;background-color:#FF8800;border-
color:#FF8800}.btn-
warning:not(:disabled):not(.disabled):active,.btn-
warning:not(:disabled):not(.disabled).active,.show>.btn-
warning.dropdown-toggle{color:#fff;background-
color:#cc6d00;border-color:#bf6600}.btn-
warning:not(:disabled):not(.disabled):active:focus,.btn-
warning:not(:disabled):not(.disabled).active:focus,.show>.btn-
warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(255,154,38,0.5);box-shadow:0 0 0 0.2rem
rgba(255,154,38,0.5)}.btn-danger{color:#fff;background-
color:#CC0000;border-color:#CC0000}.btn-
danger:hover{color:#fff;background-color:#a60000;border-
color:#990000}.btn-danger:focus,.btn-danger.focus{-webkit-
box-shadow:0 0 0 0.2rem rgba(212,38,38,0.5);box-shadow:0 0 0
0.2rem rgba(212,38,38,0.5)}.btn-danger.disabled,.btn-
danger:disabled{color:#fff;background-color:#CC0000;border-
color:#CC0000}.btn-
danger:not(:disabled):not(.disabled):active,.btn-
danger:not(:disabled):not(.disabled).active,.show>.btn-
danger.dropdown-toggle{color:#fff;background-
color:#990000;border-color:#8c0000}.btn-
danger:not(:disabled):not(.disabled):active:focus,.btn-
danger:not(:disabled):not(.disabled).active:focus,.show>.btn-
danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(212,38,38,0.5);box-shadow:0 0 0 0.2rem
rgba(212,38,38,0.5)}.btn-light{color:#fff;background-
color:#222;border-color:#222}.btn-
light:hover{color:#fff;background-color:#0f0f0f;border-
color:#090808}.btn-light:focus,.btn-light.focus{-webkit-box-
shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0
0.2rem rgba(67,67,67,0.5)}.btn-light.disabled,.btn-
light:disabled{color:#fff;background-color:#222;border-
color:#222}.btn-light:not(:disabled):not(.disabled):active,.btn-
light:not(:disabled):not(.disabled).active,.show>.btn-
light.dropdown-toggle{color:#fff;background-
color:#090808;border-color:#020202}.btn-
light:not(:disabled):not(.disabled):active:focus,.btn-
light:not(:disabled):not(.disabled).active:focus,.show>.btn-
light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem
rgba(67,67,67,0.5)}.btn-dark{color:#fff;background-
color:#ADAFAE;border-color:#ADAFAE}.btn-
dark:hover{color:#fff;background-color:#9a9c9b;border-
color:#939695}.btn-dark:focus,.btn-dark.focus{-webkit-box-
shadow:0 0 0 0.2rem rgba(185,187,186,0.5);box-shadow:0 0 0
0.2rem rgba(185,187,186,0.5)}.btn-dark.disabled,.btn-
dark:disabled{color:#fff;background-color:#ADAFAE;border-
color:#ADAFAE}.btn-
dark:not(:disabled):not(.disabled):active,.btn-
dark:not(:disabled):not(.disabled).active,.show>.btn-
dark.dropdown-toggle{color:#fff;background-
color:#939695;border-color:#8d908e}.btn-
dark:not(:disabled):not(.disabled):active:focus,.btn-
dark:not(:disabled):not(.disabled).active:focus,.show>.btn-
dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(185,187,186,0.5);box-shadow:0 0 0 0.2rem
rgba(185,187,186,0.5)}.btn-outline-
primary{color:#2A9FD6;border-color:#2A9FD6}.btn-outline-
primary:hover{color:#fff;background-color:#2A9FD6;border-
color:#2A9FD6}.btn-outline-primary:focus,.btn-outline-
primary.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.5);box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.5)}.btn-outline-primary.disabled,.btn-
outline-primary:disabled{color:#2A9FD6;background-
color:transparent}.btn-outline-
primary:not(:disabled):not(.disabled):active,.btn-outline-
primary:not(:disabled):not(.disabled).active,.show>.btn-outline-
primary.dropdown-toggle{color:#fff;background-
color:#2A9FD6;border-color:#2A9FD6}.btn-outline-
primary:not(:disabled):not(.disabled):active:focus,.btn-outline-
primary:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0
0 0 0.2rem rgba(42,159,214,0.5);box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.5)}.btn-outline-
secondary{color:#555;border-color:#555}.btn-outline-
secondary:hover{color:#fff;background-color:#555;border-
color:#555}.btn-outline-secondary:focus,.btn-outline-
secondary.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem
rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-
secondary:disabled{color:#555;background-
color:transparent}.btn-outline-
secondary:not(:disabled):not(.disabled):active,.btn-outline-
secondary:not(:disabled):not(.disabled).active,.show>.btn-
outline-secondary.dropdown-toggle{color:#fff;background-
color:#555;border-color:#555}.btn-outline-
secondary:not(:disabled):not(.disabled):active:focus,.btn-
outline-
secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-secondary.dropdown-toggle:focus{-webkit-box-
shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0
0.2rem rgba(85,85,85,0.5)}.btn-outline-
success{color:#77B300;border-color:#77B300}.btn-outline-
success:hover{color:#fff;background-color:#77B300;border-
color:#77B300}.btn-outline-success:focus,.btn-outline-
success.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.5);box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.5)}.btn-outline-success.disabled,.btn-outline-
success:disabled{color:#77B300;background-
color:transparent}.btn-outline-
success:not(:disabled):not(.disabled):active,.btn-outline-
success:not(:disabled):not(.disabled).active,.show>.btn-outline-
success.dropdown-toggle{color:#fff;background-
color:#77B300;border-color:#77B300}.btn-outline-
success:not(:disabled):not(.disabled):active:focus,.btn-outline-
success:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0
0 0.2rem rgba(119,179,0,0.5);box-shadow:0 0 0 0.2rem
rgba(119,179,0,0.5)}.btn-outline-info{color:#9933CC;border-
color:#9933CC}.btn-outline-info:hover{color:#fff;background-
color:#9933CC;border-color:#9933CC}.btn-outline-
info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0
0.2rem rgba(153,51,204,0.5);box-shadow:0 0 0 0.2rem
rgba(153,51,204,0.5)}.btn-outline-info.disabled,.btn-outline-
info:disabled{color:#9933CC;background-
color:transparent}.btn-outline-
info:not(:disabled):not(.disabled):active,.btn-outline-
info:not(:disabled):not(.disabled).active,.show>.btn-outline-
info.dropdown-toggle{color:#fff;background-
color:#9933CC;border-color:#9933CC}.btn-outline-
info:not(:disabled):not(.disabled):active:focus,.btn-outline-
info:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(153,51,204,0.5);box-shadow:0 0 0 0.2rem
rgba(153,51,204,0.5)}.btn-outline-
warning{color:#FF8800;border-color:#FF8800}.btn-outline-
warning:hover{color:#fff;background-color:#FF8800;border-
color:#FF8800}.btn-outline-warning:focus,.btn-outline-
warning.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(255,136,0,0.5);box-shadow:0 0 0 0.2rem
rgba(255,136,0,0.5)}.btn-outline-warning.disabled,.btn-outline-
warning:disabled{color:#FF8800;background-
color:transparent}.btn-outline-
warning:not(:disabled):not(.disabled):active,.btn-outline-
warning:not(:disabled):not(.disabled).active,.show>.btn-outline-
warning.dropdown-toggle{color:#fff;background-
color:#FF8800;border-color:#FF8800}.btn-outline-
warning:not(:disabled):not(.disabled):active:focus,.btn-outline-
warning:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0
0 0 0.2rem rgba(255,136,0,0.5);box-shadow:0 0 0 0.2rem
rgba(255,136,0,0.5)}.btn-outline-danger{color:#CC0000;border-
color:#CC0000}.btn-outline-
danger:hover{color:#fff;background-color:#CC0000;border-
color:#CC0000}.btn-outline-danger:focus,.btn-outline-
danger.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.5);box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.5)}.btn-outline-danger.disabled,.btn-outline-
danger:disabled{color:#CC0000;background-
color:transparent}.btn-outline-
danger:not(:disabled):not(.disabled):active,.btn-outline-
danger:not(:disabled):not(.disabled).active,.show>.btn-outline-
danger.dropdown-toggle{color:#fff;background-
color:#CC0000;border-color:#CC0000}.btn-outline-
danger:not(:disabled):not(.disabled):active:focus,.btn-outline-
danger:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0
0 0.2rem rgba(204,0,0,0.5);box-shadow:0 0 0 0.2rem
rgba(204,0,0,0.5)}.btn-outline-light{color:#222;border-
color:#222}.btn-outline-light:hover{color:#fff;background-
color:#222;border-color:#222}.btn-outline-light:focus,.btn-
outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem
rgba(34,34,34,0.5)}.btn-outline-light.disabled,.btn-outline-
light:disabled{color:#222;background-color:transparent}.btn-
outline-light:not(:disabled):not(.disabled):active,.btn-outline-
light:not(:disabled):not(.disabled).active,.show>.btn-outline-
light.dropdown-toggle{color:#fff;background-
color:#222;border-color:#222}.btn-outline-
light:not(:disabled):not(.disabled):active:focus,.btn-outline-
light:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem
rgba(34,34,34,0.5)}.btn-outline-dark{color:#ADAFAE;border-
color:#ADAFAE}.btn-outline-
dark:hover{color:#fff;background-color:#ADAFAE;border-
color:#ADAFAE}.btn-outline-dark:focus,.btn-outline-
dark.focus{-webkit-box-shadow:0 0 0 0.2rem
rgba(173,175,174,0.5);box-shadow:0 0 0 0.2rem
rgba(173,175,174,0.5)}.btn-outline-dark.disabled,.btn-outline-
dark:disabled{color:#ADAFAE;background-
color:transparent}.btn-outline-
dark:not(:disabled):not(.disabled):active,.btn-outline-
dark:not(:disabled):not(.disabled).active,.show>.btn-outline-
dark.dropdown-toggle{color:#fff;background-
color:#ADAFAE;border-color:#ADAFAE}.btn-outline-
dark:not(:disabled):not(.disabled):active:focus,.btn-outline-
dark:not(:disabled):not(.disabled).active:focus,.show>.btn-
outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0
0.2rem rgba(173,175,174,0.5);box-shadow:0 0 0 0.2rem
rgba(173,175,174,0.5)}.btn-link{font-
weight:400;color:#2A9FD6;text-decoration:none}.btn-
link:hover{color:#1d7097;text-decoration:underline}.btn-
link:focus,.btn-link.focus{text-decoration:underline;-webkit-
box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-
link.disabled{color:#555;pointer-events:none}.btn-lg,.btn-
group-lg>.btn{padding:0.5rem 1rem;font-size:1.09375rem;line-
height:1.5;border-radius:0.3rem}.btn-sm,.btn-group-
sm>.btn{padding:0.25rem 0.5rem;font-size:0.765625rem;line-
height:1.5;border-radius:0.2rem}.btn-
block{display:block;width:100%}.btn-block+.btn-
block{margin-top:0.5rem}input[type="submit"].btn-
block,input[type="reset"].btn-block,input[type="button"].btn-
block{width:100%}.fade{-webkit-transition:opacity 0.15s
linear;transition:opacity 0.15s linear}@media (prefers-reduced-
motion: reduce){.fade{-webkit-
transition:none;transition:none}}.fade:not(.show){opacity:0}.co
llapse:not(.show){display:none}.collapsing{position:relative;he
ight:0;overflow:hidden;-webkit-transition:height 0.35s
ease;transition:height 0.35s ease}@media (prefers-reduced-
motion: reduce){.collapsing{-webkit-
transition:none;transition:none}}.dropup,.dropright,.dropdown,.
dropleft{position:relative}.dropdown-toggle{white-
space:nowrap}.dropdown-toggle::after{display:inline-
block;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}.dropdown-toggle:empty::after{margin-
left:0}.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:0.875rem;color:#888;text-align:left;list-
style:none;background-color:#282828;background-clip:padding-
box;border:1px solid rgba(0,0,0,0.15);border-
radius:0.25rem}.dropdown-menu-
left{right:auto;left:0}.dropdown-menu-
right{right:0;left:auto}@media (min-width: 576px){.dropdown-
menu-sm-left{right:auto;left:0}.dropdown-menu-sm-
right{right:0;left:auto}}@media (min-width:
768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-
menu-md-right{right:0;left:auto}}@media (min-width:
992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-
menu-lg-right{right:0;left:auto}}@media (min-width:
1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-
menu-xl-right{right:0;left:auto}}.dropup .dropdown-
menu{top:auto;bottom:100%;margin-top:0;margin-
bottom:0.125rem}.dropup .dropdown-
toggle::after{display:inline-block;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}.dropup .dropdown-toggle:empty::after{margin-
left:0}.dropright .dropdown-
menu{top:0;right:auto;left:100%;margin-top:0;margin-
left:0.125rem}.dropright .dropdown-
toggle::after{display:inline-block;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}.dropright .dropdown-
toggle:empty::after{margin-left:0}.dropright .dropdown-
toggle::after{vertical-align:0}.dropleft .dropdown-
menu{top:0;right:100%;left:auto;margin-top:0;margin-
right:0.125rem}.dropleft .dropdown-
toggle::after{display:inline-block;margin-left:0.255em;vertical-
align:0.255em;content:""}.dropleft .dropdown-
toggle::after{display:none}.dropleft .dropdown-
toggle::before{display:inline-block;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}.dropleft .dropdown-
toggle:empty::after{margin-left:0}.dropleft .dropdown-
toggle::before{vertical-align:0}.dropdown-menu[x-
placement^="top"],.dropdown-menu[x-
placement^="right"],.dropdown-menu[x-
placement^="bottom"],.dropdown-menu[x-
placement^="left"]{right:auto;bottom:auto}.dropdown-
divider{height:0;margin:0.5rem 0;overflow:hidden;border-
top:1px solid #222}.dropdown-
item{display:block;width:100%;padding:0.25rem
1.5rem;clear:both;font-weight:400;color:#fff;text-
align:inherit;white-space:nowrap;background-
color:transparent;border:0}.dropdown-item:hover,.dropdown-
item:focus{color:#fff;text-decoration:none;background-
color:#2A9FD6}.dropdown-item.active,.dropdown-
item:active{color:#fff;text-decoration:none;background-
color:#2A9FD6}.dropdown-item.disabled,.dropdown-
item:disabled{color:#555;pointer-events:none;background-
color:transparent}.dropdown-
menu.show{display:block}.dropdown-
header{display:block;padding:0.5rem 1.5rem;margin-
bottom:0;font-size:0.765625rem;color:#555;white-
space:nowrap}.dropdown-item-
text{display:block;padding:0.25rem 1.5rem;color:#fff}.btn-
group,.btn-group-vertical{position:relative;display:-webkit-
inline-box;display:-ms-inline-flexbox;display:inline-
flex;vertical-align:middle}.btn-group>.btn,.btn-group-
vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1
auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-
vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-
group>.btn:active,.btn-group>.btn.active,.btn-group-
vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-
vertical>.btn.active{z-index:1}.btn-toolbar{display:-webkit-
box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-
wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-
content:flex-start}.btn-toolbar .input-group{width:auto}.btn-
group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-
child){margin-left:-1px}.btn-group>.btn:not(:last-
child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-
child)>.btn{border-top-right-radius:0;border-bottom-right-
radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-
group:not(:first-child)>.btn{border-top-left-radius:0;border-
bottom-left-radius:0}.dropdown-toggle-split{padding-
right:0.75rem;padding-left:0.75rem}.dropdown-toggle-
split::after,.dropup .dropdown-toggle-split::after,.dropright
.dropdown-toggle-split::after{margin-left:0}.dropleft
.dropdown-toggle-split::before{margin-right:0}.btn-
sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-
toggle-split{padding-right:0.375rem;padding-
left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-
lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-
left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-
webkit-box-direction:normal;-ms-flex-direction:column;flex-
direction:column;-webkit-box-align:start;-ms-flex-
align:start;align-items:flex-start;-webkit-box-pack:center;-ms-
flex-pack:center;justify-content:center}.btn-group-
vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-
group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-
group:not(:first-child){margin-top:-1px}.btn-group-
vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-
vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-
radius:0;border-bottom-left-radius:0}.btn-group-
vertical>.btn:not(:first-child),.btn-group-vertical>.btn-
group:not(:first-child)>.btn{border-top-left-radius:0;border-top-
right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-
group>.btn{margin-bottom:0}.btn-group-toggle>.btn
input[type="radio"],.btn-group-toggle>.btn
input[type="checkbox"],.btn-group-toggle>.btn-group>.btn
input[type="radio"],.btn-group-toggle>.btn-group>.btn
input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0,
0);pointer-events:none}.input-group{position:relative;display:-
webkit-box;display:-ms-flexbox;display:flex;-ms-flex-
wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-
align:stretch;align-items:stretch;width:100%}.input-
group>.form-control,.input-group>.form-control-
plaintext,.input-group>.custom-select,.input-group>.custom-
file{position:relative;-webkit-box-flex:1;-ms-flex:1 1
auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-
group>.form-control+.form-control,.input-group>.form-
control+.custom-select,.input-group>.form-control+.custom-
file,.input-group>.form-control-plaintext+.form-control,.input-
group>.form-control-plaintext+.custom-select,.input-
group>.form-control-plaintext+.custom-file,.input-
group>.custom-select+.form-control,.input-group>.custom-
select+.custom-select,.input-group>.custom-select+.custom-
file,.input-group>.custom-file+.form-control,.input-
group>.custom-file+.custom-select,.input-group>.custom-
file+.custom-file{margin-left:-1px}.input-group>.form-
control:focus,.input-group>.custom-select:focus,.input-
group>.custom-file .custom-file-input:focus ~ .custom-file-
label{z-index:3}.input-group>.custom-file .custom-file-
input:focus{z-index:4}.input-group>.form-control:not(:last-
child),.input-group>.custom-select:not(:last-child){border-top-
right-radius:0;border-bottom-right-radius:0}.input-group>.form-
control:not(:first-child),.input-group>.custom-select:not(:first-
child){border-top-left-radius:0;border-bottom-left-
radius:0}.input-group>.custom-file{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-
ms-flex-align:center;align-items:center}.input-group>.custom-
file:not(:last-child) .custom-file-label,.input-group>.custom-
file:not(:last-child) .custom-file-label::after{border-top-right-
radius:0;border-bottom-right-radius:0}.input-group>.custom-
file:not(:first-child) .custom-file-label{border-top-left-
radius:0;border-bottom-left-radius:0}.input-group-
prepend,.input-group-append{display:-webkit-box;display:-ms-
flexbox;display:flex}.input-group-prepend .btn,.input-group-
append .btn{position:relative;z-index:2}.input-group-prepend
.btn:focus,.input-group-append .btn:focus{z-index:3}.input-
group-prepend .btn+.btn,.input-group-prepend .btn+.input-
group-text,.input-group-prepend .input-group-text+.input-group-
text,.input-group-prepend .input-group-text+.btn,.input-group-
append .btn+.btn,.input-group-append .btn+.input-group-
text,.input-group-append .input-group-text+.input-group-
text,.input-group-append .input-group-text+.btn{margin-left:-
1px}.input-group-prepend{margin-right:-1px}.input-group-
append{margin-left:-1px}.input-group-text{display:-webkit-
box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-
ms-flex-align:center;align-items:center;padding:0.375rem
1rem;margin-bottom:0;font-size:0.875rem;font-weight:400;line-
height:1.5;color:#fff;text-align:center;white-
space:nowrap;background-color:#282828;border:1px solid
transparent;border-radius:0.25rem}.input-group-text
input[type="radio"],.input-group-text
input[type="checkbox"]{margin-top:0}.input-group-lg>.form-
control:not(textarea),.input-group-lg>.custom-
select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-
control,.input-group-lg>.custom-select,.input-group-lg>.input-
group-prepend>.input-group-text,.input-group-lg>.input-group-
append>.input-group-text,.input-group-lg>.input-group-
prepend>.btn,.input-group-lg>.input-group-
append>.btn{padding:0.5rem 1rem;font-size:1.09375rem;line-
height:1.5;border-radius:0.3rem}.input-group-sm>.form-
control:not(textarea),.input-group-sm>.custom-
select{height:calc(1.5em + 0.5rem + 2px)}.input-group-
sm>.form-control,.input-group-sm>.custom-select,.input-group-
sm>.input-group-prepend>.input-group-text,.input-group-
sm>.input-group-append>.input-group-text,.input-group-
sm>.input-group-prepend>.btn,.input-group-sm>.input-group-
append>.btn{padding:0.25rem 0.5rem;font-
size:0.765625rem;line-height:1.5;border-radius:0.2rem}.input-
group-lg>.custom-select,.input-group-sm>.custom-
select{padding-right:2rem}.input-group>.input-group-
prepend>.btn,.input-group>.input-group-prepend>.input-group-
text,.input-group>.input-group-append:not(:last-
child)>.btn,.input-group>.input-group-append:not(:last-
child)>.input-group-text,.input-group>.input-group-append:last-
child>.btn:not(:last-child):not(.dropdown-toggle),.input-
group>.input-group-append:last-child>.input-group-
text:not(:last-child){border-top-right-radius:0;border-bottom-
right-radius:0}.input-group>.input-group-append>.btn,.input-
group>.input-group-append>.input-group-text,.input-
group>.input-group-prepend:not(:first-child)>.btn,.input-
group>.input-group-prepend:not(:first-child)>.input-group-
text,.input-group>.input-group-prepend:first-
child>.btn:not(:first-child),.input-group>.input-group-
prepend:first-child>.input-group-text:not(:first-child){border-
top-left-radius:0;border-bottom-left-radius:0}.custom-
control{position:relative;display:block;min-
height:1.3125rem;padding-left:1.5rem}.custom-control-
inline{display:-webkit-inline-box;display:-ms-inline-
flexbox;display:inline-flex;margin-right:1rem}.custom-control-
input{position:absolute;z-index:-1;opacity:0}.custom-control-
input:checked ~ .custom-control-
label::before{color:#fff;border-color:#2A9FD6;background-
color:#2A9FD6}.custom-control-input:focus ~ .custom-control-
label::before{-webkit-box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.25)}.custom-control-
input:focus:not(:checked) ~ .custom-control-
label::before{border-color:#95cfeb}.custom-control-
input:not(:disabled):active ~ .custom-control-
label::before{color:#fff;background-color:#c0e2f3;border-
color:#c0e2f3}.custom-control-input:disabled ~ .custom-
control-label{color:#555}.custom-control-input:disabled ~
.custom-control-label::before{background-
color:#ADAFAE}.custom-control-
label{position:relative;margin-bottom:0;vertical-
align:top}.custom-control-
label::before{position:absolute;top:0.15625rem;left:-
1.5rem;display:block;width:1rem;height:1rem;pointer-
events:none;content:"";background-color:#fff;border:#888 solid
1px}.custom-control-
label::after{position:absolute;top:0.15625rem;left:-
1.5rem;display:block;width:1rem;height:1rem;content:"";backgr
ound:no-repeat 50% / 50% 50%}.custom-checkbox .custom-
control-label::before{border-radius:0.25rem}.custom-checkbox
.custom-control-input:checked ~ .custom-control-
label::after{background-image:url("data:image/svg+xml,%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")}.custom-
checkbox .custom-control-input:indeterminate ~ .custom-
control-label::before{border-color:#2A9FD6;background-
color:#2A9FD6}.custom-checkbox .custom-control-
input:indeterminate ~ .custom-control-label::after{background-
image:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4
4'%3e%3cpath stroke='%23fff' d='M0
2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-
input:disabled:checked ~ .custom-control-
label::before{background-color:rgba(42,159,214,0.5)}.custom-
checkbox .custom-control-input:disabled:indeterminate ~
.custom-control-label::before{background-
color:rgba(42,159,214,0.5)}.custom-radio .custom-control-
label::before{border-radius:50%}.custom-radio .custom-control-
input:checked ~ .custom-control-label::after{background-
image:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8
8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-
radio .custom-control-input:disabled:checked ~ .custom-control-
label::before{background-color:rgba(42,159,214,0.5)}.custom-
switch{padding-left:2.25rem}.custom-switch .custom-control-
label::before{left:-2.25rem;width:1.75rem;pointer-
events:all;border-radius:0.5rem}.custom-switch .custom-
control-label::after{top:calc(0.15625rem + 2px);left:calc(-
2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem -
4px);background-color:#888;border-radius:0.5rem;-webkit-
transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-
box-shadow 0.15s ease-in-out;transition:background-color 0.15s
ease-in-out, border-color 0.15s ease-in-out, -webkit-transform
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:transform 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;transition:transform 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, -webkit-transform 0.15s
ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media
(prefers-reduced-motion: reduce){.custom-switch .custom-
control-label::after{-webkit-
transition:none;transition:none}}.custom-switch .custom-
control-input:checked ~ .custom-control-
label::after{background-color:#fff;-webkit-
transform:translateX(0.75rem);transform:translateX(0.75rem)}.c
ustom-switch .custom-control-input:disabled:checked ~
.custom-control-label::before{background-
color:rgba(42,159,214,0.5)}.custom-select{display:inline-
block;width:100%;height:calc(1.5em + 0.75rem +
2px);padding:0.375rem 2rem 0.375rem 1rem;font-
size:0.875rem;font-weight:400;line-
height:1.5;color:#282828;vertical-
align:middle;background:url("data:image/svg+xml,%3csvg
xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4
5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0
3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px
10px;background-color:#fff;border:1px solid
transparent;border-radius:0.25rem;-webkit-appearance:none;-
moz-appearance:none;appearance:none}.custom-
select:focus{border-color:#95cfeb;outline:0;-webkit-box-
shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0
0.2rem rgba(42,159,214,0.25)}.custom-select:focus::-ms-
value{color:#282828;background-color:#fff}.custom-
select[multiple],.custom-
select[size]:not([size="1"]){height:auto;padding-
right:1rem;background-image:none}.custom-
select:disabled{color:#555;background-color:#e9ecef}.custom-
select::-ms-expand{display:none}.custom-select-
sm{height:calc(1.5em + 0.5rem + 2px);padding-
top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-
size:0.765625rem}.custom-select-lg{height:calc(1.5em + 1rem
+ 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding-
left:1rem;font-size:1.09375rem}.custom-
file{position:relative;display:inline-
block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin-
bottom:0}.custom-file-input{position:relative;z-
index:2;width:100%;height:calc(1.5em + 0.75rem +
2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-
file-label{border-color:#95cfeb;-webkit-box-shadow:0 0 0
0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem
rgba(42,159,214,0.25)}.custom-file-input:disabled ~ .custom-
file-label{background-color:#ADAFAE}.custom-file-
input:lang(en) ~ .custom-file-
label::after{content:"Browse"}.custom-file-input ~ .custom-file-
label[data-browse]::after{content:attr(data-browse)}.custom-
file-label{position:absolute;top:0;right:0;left:0;z-
index:1;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem
1rem;font-weight:400;line-height:1.5;color:#fff;background-
color:#fff;border:1px solid #282828;border-
radius:0.25rem}.custom-file-
label::after{position:absolute;top:0;right:0;bottom:0;z-
index:3;display:block;height:calc(1.5em +
0.75rem);padding:0.375rem 1rem;line-
height:1.5;color:#fff;content:"Browse";background-
color:#282828;border-left:inherit;border-radius:0 0.25rem
0.25rem 0}.custom-range{width:100%;height:calc(1rem +
0.4rem);padding:0;background-color:transparent;-webkit-
appearance:none;-moz-
appearance:none;appearance:none}.custom-
range:focus{outline:none}.custom-range:focus::-webkit-slider-
thumb{-webkit-box-shadow:0 0 0 1px #060606,0 0 0 0.2rem
rgba(42,159,214,0.25);box-shadow:0 0 0 1px #060606,0 0 0
0.2rem rgba(42,159,214,0.25)}.custom-range:focus::-moz-
range-thumb{box-shadow:0 0 0 1px #060606,0 0 0 0.2rem
rgba(42,159,214,0.25)}.custom-range:focus::-ms-thumb{box-
shadow:0 0 0 1px #060606,0 0 0 0.2rem
rgba(42,159,214,0.25)}.custom-range::-moz-focus-
outer{border:0}.custom-range::-webkit-slider-
thumb{width:1rem;height:1rem;margin-top:-
0.25rem;background-color:#2A9FD6;border:0;border-
radius:1rem;-webkit-transition:background-color 0.15s ease-in-
out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s
ease-in-out;transition:background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-
in-out;transition:background-color 0.15s ease-in-out, border-
color 0.15s ease-in-out, box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-
shadow 0.15s ease-in-out;-webkit-
appearance:none;appearance:none}@media (prefers-reduced-
motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-
transition:none;transition:none}}.custom-range::-webkit-slider-
thumb:active{background-color:#c0e2f3}.custom-range::-
webkit-slider-runnable-
track{width:100%;height:0.5rem;color:transparent;cursor:pointe
r;background-color:#dee2e6;border-color:transparent;border-
radius:1rem}.custom-range::-moz-range-
thumb{width:1rem;height:1rem;background-
color:#2A9FD6;border:0;border-radius:1rem;-webkit-
transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-
shadow 0.15s ease-in-out;-moz-
appearance:none;appearance:none}@media (prefers-reduced-
motion: reduce){.custom-range::-moz-range-thumb{-webkit-
transition:none;transition:none}}.custom-range::-moz-range-
thumb:active{background-color:#c0e2f3}.custom-range::-moz-
range-
track{width:100%;height:0.5rem;color:transparent;cursor:pointe
r;background-color:#dee2e6;border-color:transparent;border-
radius:1rem}.custom-range::-ms-
thumb{width:1rem;height:1rem;margin-top:0;margin-
right:0.2rem;margin-left:0.2rem;background-
color:#2A9FD6;border:0;border-radius:1rem;-webkit-
transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-
shadow 0.15s ease-in-out;appearance:none}@media (prefers-
reduced-motion: reduce){.custom-range::-ms-thumb{-webkit-
transition:none;transition:none}}.custom-range::-ms-
thumb:active{background-color:#c0e2f3}.custom-range::-ms-
track{width:100%;height:0.5rem;color:transparent;cursor:pointe
r;background-color:transparent;border-color:transparent;border-
width:0.5rem}.custom-range::-ms-fill-lower{background-
color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-
upper{margin-right:15px;background-color:#dee2e6;border-
radius:1rem}.custom-range:disabled::-webkit-slider-
thumb{background-color:#888}.custom-range:disabled::-
webkit-slider-runnable-track{cursor:default}.custom-
range:disabled::-moz-range-thumb{background-
color:#888}.custom-range:disabled::-moz-range-
track{cursor:default}.custom-range:disabled::-ms-
thumb{background-color:#888}.custom-control-
label::before,.custom-file-label,.custom-select{-webkit-
transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-
out;transition:background-color 0.15s ease-in-out, border-color
0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-
shadow 0.15s ease-in-out}@media (prefers-reduced-motion:
reduce){.custom-control-label::before,.custom-file-
label,.custom-select{-webkit-
transition:none;transition:none}}.nav{display:-webkit-
box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-
wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-
link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-
link:focus{text-decoration:none}.nav-
link.disabled{color:#555;pointer-
events:none;cursor:default}.nav-tabs{border-bottom:1px solid
#282828}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs
.nav-link{border:1px solid transparent;border-top-left-
radius:0.25rem;border-top-right-radius:0.25rem}.nav-tabs .nav-
link:hover,.nav-tabs .nav-link:focus{border-
color:#282828}.nav-tabs .nav-
link.disabled{color:#555;background-color:transparent;border-
color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-
item.show .nav-link{color:#fff;background-
color:#282828;border-color:#282828}.nav-tabs .dropdown-
menu{margin-top:-1px;border-top-left-radius:0;border-top-
right-radius:0}.nav-pills .nav-link{border-radius:0.25rem}.nav-
pills .nav-link.active,.nav-pills .show>.nav-
link{color:#fff;background-color:#2A9FD6}.nav-fill .nav-
item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-
align:center}.nav-justified .nav-item{-ms-flex-preferred-
size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-
grow:1;text-align:center}.tab-content>.tab-
pane{display:none}.tab-
content>.active{display:block}.navbar{position:relative;display
:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-
wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;-webkit-box-pack:justify;-ms-
flex-pack:justify;justify-content:space-between;padding:0.5rem
1rem}.navbar>.container,.navbar>.container-fluid{display:-
webkit-box;display:-ms-flexbox;display:flex;-ms-flex-
wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-
align:center;align-items:center;-webkit-box-pack:justify;-ms-
flex-pack:justify;justify-content:space-between}.navbar-
brand{display:inline-block;padding-top:0.3359375rem;padding-
bottom:0.3359375rem;margin-right:1rem;font-
size:1.09375rem;line-height:inherit;white-
space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-
decoration:none}.navbar-nav{display:-webkit-box;display:-ms-
flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-
direction:normal;-ms-flex-direction:column;flex-
direction:column;padding-left:0;margin-bottom:0;list-
style:none}.navbar-nav .nav-link{padding-right:0;padding-
left:0}.navbar-nav .dropdown-
menu{position:static;float:none}.navbar-text{display:inline-
block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-
collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-
webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-
align:center;-ms-flex-align:center;align-items:center}.navbar-
toggler{padding:0.25rem 0.75rem;font-size:1.09375rem;line-
height:1;background-color:transparent;border:1px solid
transparent;border-radius:0.25rem}.navbar-
toggler:hover,.navbar-toggler:focus{text-
decoration:none}.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:
575.98px){.navbar-expand-sm>.container,.navbar-expand-
sm>.container-fluid{padding-right:0;padding-left:0}}@media
(min-width: 576px){.navbar-expand-sm{-webkit-box-
orient:horizontal;-webkit-box-direction:normal;-ms-flex-
flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-
ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm
.navbar-nav{-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-
direction:row}.navbar-expand-sm .navbar-nav .dropdown-
menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-
link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-
sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-
wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-
collapse{display:-webkit-box !important;display:-ms-flexbox
!important;display:flex !important;-ms-flex-preferred-
size:auto;flex-basis:auto}.navbar-expand-sm .navbar-
toggler{display:none}}@media (max-width: 767.98px){.navbar-
expand-md>.container,.navbar-expand-md>.container-
fluid{padding-right:0;padding-left:0}}@media (min-width:
768px){.navbar-expand-md{-webkit-box-orient:horizontal;-
webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-
flow:row nowrap;-webkit-box-pack:start;-ms-flex-
pack:start;justify-content:flex-start}.navbar-expand-md .navbar-
nav{-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-
direction:row}.navbar-expand-md .navbar-nav .dropdown-
menu{position:absolute}.navbar-expand-md .navbar-nav .nav-
link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-
md>.container,.navbar-expand-md>.container-fluid{-ms-flex-
wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-
collapse{display:-webkit-box !important;display:-ms-flexbox
!important;display:flex !important;-ms-flex-preferred-
size:auto;flex-basis:auto}.navbar-expand-md .navbar-
toggler{display:none}}@media (max-width: 991.98px){.navbar-
expand-lg>.container,.navbar-expand-lg>.container-
fluid{padding-right:0;padding-left:0}}@media (min-width:
992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-
webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-
flow:row nowrap;-webkit-box-pack:start;-ms-flex-
pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-
nav{-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-
direction:row}.navbar-expand-lg .navbar-nav .dropdown-
menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-
link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-
lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-
wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-
collapse{display:-webkit-box !important;display:-ms-flexbox
!important;display:flex !important;-ms-flex-preferred-
size:auto;flex-basis:auto}.navbar-expand-lg .navbar-
toggler{display:none}}@media (max-width:
1199.98px){.navbar-expand-xl>.container,.navbar-expand-
xl>.container-fluid{padding-right:0;padding-left:0}}@media
(min-width: 1200px){.navbar-expand-xl{-webkit-box-
orient:horizontal;-webkit-box-direction:normal;-ms-flex-
flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-
ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl
.navbar-nav{-webkit-box-orient:horizontal;-webkit-box-
direction:normal;-ms-flex-direction:row;flex-
direction:row}.navbar-expand-xl .navbar-nav .dropdown-
menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-
link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-
xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-
wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-
collapse{display:-webkit-box !important;display:-ms-flexbox
!important;display:flex !important;-ms-flex-preferred-
size:auto;flex-basis:auto}.navbar-expand-xl .navbar-
toggler{display:none}}.navbar-expand{-webkit-box-
orient:horizontal;-webkit-box-direction:normal;-ms-flex-
flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-
ms-flex-pack:start;justify-content:flex-start}.navbar-
expand>.container,.navbar-expand>.container-fluid{padding-
right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-
box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-
direction:row;flex-direction:row}.navbar-expand .navbar-nav
.dropdown-menu{position:absolute}.navbar-expand .navbar-nav
.nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-
expand>.container,.navbar-expand>.container-fluid{-ms-flex-
wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-
collapse{display:-webkit-box !important;display:-ms-flexbox
!important;display:flex !important;-ms-flex-preferred-
size:auto;flex-basis:auto}.navbar-expand .navbar-
toggler{display:none}.navbar-light .navbar-
brand{color:rgba(0,0,0,0.9)}.navbar-light .navbar-
brand:hover,.navbar-light .navbar-
brand:focus{color:rgba(0,0,0,0.9)}.navbar-light .navbar-nav
.nav-link{color:rgba(0,0,0,0.5)}.navbar-light .navbar-nav .nav-
link:hover,.navbar-light .navbar-nav .nav-
link:focus{color:rgba(0,0,0,0.7)}.navbar-light .navbar-nav .nav-
link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav
.show>.nav-link,.navbar-light .navbar-nav .active>.nav-
link,.navbar-light .navbar-nav .nav-link.show,.navbar-light
.navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.navbar-light
.navbar-toggler{color:rgba(0,0,0,0.5);border-
color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler-
icon{background-image:url("data:image/svg+xml,%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")}.navbar-light .navbar-
text{color:rgba(0,0,0,0.5)}.navbar-light .navbar-text
a{color:rgba(0,0,0,0.9)}.navbar-light .navbar-text
a:hover,.navbar-light .navbar-text
a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar-
brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark
.navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-
link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav
.nav-link:hover,.navbar-dark .navbar-nav .nav-
link:focus{color:#fff}.navbar-dark .navbar-nav .nav-
link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark
.navbar-nav .show>.nav-link,.navbar-dark .navbar-nav
.active>.nav-link,.navbar-dark .navbar-nav .nav-
link.show,.navbar-dark .navbar-nav .nav-
link.active{color:#fff}.navbar-dark .navbar-
toggler{color:rgba(255,255,255,0.5);border-
color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler-
icon{background-image:url("data:image/svg+xml,%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")}.navbar-dark .navbar-
text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text
a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark
.navbar-text a:focus{color:#fff}.card{position:relative;display:-
webkit-box;display:-ms-flexbox;display:flex;-webkit-box-
orient:vertical;-webkit-box-direction:normal;-ms-flex-
direction:column;flex-direction:column;min-width:0;word-
wrap:break-word;background-color:#282828;background-
clip:border-box;border:1px solid rgba(0,0,0,0.125);border-
radius:0.25rem}.card>hr{margin-right:0;margin-
left:0}.card>.list-group:first-child .list-group-item:first-
child{border-top-left-radius:0.25rem;border-top-right-
radius:0.25rem}.card>.list-group:last-child .list-group-item:last-
child{border-bottom-right-radius:0.25rem;border-bottom-left-
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You
hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You

More Related Content

Similar to hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You

Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
a5494535
 
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docxExpress HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
ssuser454af01
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
dickonsondorris
 
常用的CSS样式备份精华
常用的CSS样式备份精华常用的CSS样式备份精华
常用的CSS样式备份精华
wensheng wei
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
cori0506
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
philipnelson29183
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docx
ikirkton
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
gilpinleeanna
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
Eddy_TKJ
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
Rafaela Souza
 
lab5formform.htmlReader Subscription FormWhat is your na.docx
lab5formform.htmlReader Subscription FormWhat is your na.docxlab5formform.htmlReader Subscription FormWhat is your na.docx
lab5formform.htmlReader Subscription FormWhat is your na.docx
DIPESH30
 
HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219
GrezCZ
 
sitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docxsitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docx
maoanderton
 

Similar to hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You (20)

Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docxExpress HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
Express HolidaysExpress Holidaysabout.htmlHomeAbout UsDestin.docx
 
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docxuntitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
untitled folder 6.DS_Store__MACOSXuntitled folder 6._.DS_.docx
 
常用的CSS样式备份精华
常用的CSS样式备份精华常用的CSS样式备份精华
常用的CSS样式备份精华
 
Theme02
Theme02Theme02
Theme02
 
Theme03
Theme03Theme03
Theme03
 
Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2Corilennyg gmail-com-rsp2
Corilennyg gmail-com-rsp2
 
A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
autotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docxautotraderbackground115433.jpgautotraderbackgroundaction.docx
autotraderbackground115433.jpgautotraderbackgroundaction.docx
 
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
This is a test
This is a testThis is a test
This is a test
 
Doctype html publi
Doctype html publiDoctype html publi
Doctype html publi
 
Real-world component libraries at scale
Real-world component libraries at scaleReal-world component libraries at scale
Real-world component libraries at scale
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
lab5formform.htmlReader Subscription FormWhat is your na.docx
lab5formform.htmlReader Subscription FormWhat is your na.docxlab5formform.htmlReader Subscription FormWhat is your na.docx
lab5formform.htmlReader Subscription FormWhat is your na.docx
 
HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219
 
Xlrays online web tutorials
Xlrays online web tutorialsXlrays online web tutorials
Xlrays online web tutorials
 
sitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docxsitecssindex.css.version.index{color#0000F2;background-colo.docx
sitecssindex.css.version.index{color#0000F2;background-colo.docx
 

More from meagantobias

This discussion provides an opportunity to evaluate a variety of dig.docx
This discussion provides an opportunity to evaluate a variety of dig.docxThis discussion provides an opportunity to evaluate a variety of dig.docx
This discussion provides an opportunity to evaluate a variety of dig.docx
meagantobias
 
This debate is based on the following scenarioLyone, Inc. is a no.docx
This debate is based on the following scenarioLyone, Inc. is a no.docxThis debate is based on the following scenarioLyone, Inc. is a no.docx
This debate is based on the following scenarioLyone, Inc. is a no.docx
meagantobias
 
This case was written with generous financial assistance from the .docx
This case was written with generous financial assistance from the .docxThis case was written with generous financial assistance from the .docx
This case was written with generous financial assistance from the .docx
meagantobias
 
This assignment is worth up to 12 extra points. You have your choice.docx
This assignment is worth up to 12 extra points. You have your choice.docxThis assignment is worth up to 12 extra points. You have your choice.docx
This assignment is worth up to 12 extra points. You have your choice.docx
meagantobias
 
This assignment is for A-plus Writer......The distinction betw.docx
This assignment is for A-plus Writer......The distinction betw.docxThis assignment is for A-plus Writer......The distinction betw.docx
This assignment is for A-plus Writer......The distinction betw.docx
meagantobias
 

More from meagantobias (20)

This has to have references that have the web addresses. I need th.docx
This has to have references that have the web addresses. I need th.docxThis has to have references that have the web addresses. I need th.docx
This has to have references that have the web addresses. I need th.docx
 
THis doesnt necessarily refer to social culture as you know, rather.docx
THis doesnt necessarily refer to social culture as you know, rather.docxTHis doesnt necessarily refer to social culture as you know, rather.docx
THis doesnt necessarily refer to social culture as you know, rather.docx
 
This discussion is not a graded item but should be used to discuss a.docx
This discussion is not a graded item but should be used to discuss a.docxThis discussion is not a graded item but should be used to discuss a.docx
This discussion is not a graded item but should be used to discuss a.docx
 
This essay should be roughly 3-5 concise paragraphs. It should provi.docx
This essay should be roughly 3-5 concise paragraphs. It should provi.docxThis essay should be roughly 3-5 concise paragraphs. It should provi.docx
This essay should be roughly 3-5 concise paragraphs. It should provi.docx
 
This discussion provides an opportunity to evaluate a variety of dig.docx
This discussion provides an opportunity to evaluate a variety of dig.docxThis discussion provides an opportunity to evaluate a variety of dig.docx
This discussion provides an opportunity to evaluate a variety of dig.docx
 
This debate is based on the following scenarioLyone, Inc. is a no.docx
This debate is based on the following scenarioLyone, Inc. is a no.docxThis debate is based on the following scenarioLyone, Inc. is a no.docx
This debate is based on the following scenarioLyone, Inc. is a no.docx
 
This coures is Art history 222I am looking for someone know how to.docx
This coures is Art history 222I am looking for someone know how to.docxThis coures is Art history 222I am looking for someone know how to.docx
This coures is Art history 222I am looking for someone know how to.docx
 
This chapter explains how the emergent properties of water contribut.docx
This chapter explains how the emergent properties of water contribut.docxThis chapter explains how the emergent properties of water contribut.docx
This chapter explains how the emergent properties of water contribut.docx
 
This case was written with generous financial assistance from the .docx
This case was written with generous financial assistance from the .docxThis case was written with generous financial assistance from the .docx
This case was written with generous financial assistance from the .docx
 
This assignment need to be done Sunday 10, 2015 in APA format with r.docx
This assignment need to be done Sunday 10, 2015 in APA format with r.docxThis assignment need to be done Sunday 10, 2015 in APA format with r.docx
This assignment need to be done Sunday 10, 2015 in APA format with r.docx
 
This assignment is worth up to 12 extra points. You have your choice.docx
This assignment is worth up to 12 extra points. You have your choice.docxThis assignment is worth up to 12 extra points. You have your choice.docx
This assignment is worth up to 12 extra points. You have your choice.docx
 
This assignment is pertaining to Jamaica.  ( International busines.docx
This assignment is pertaining to Jamaica.  ( International busines.docxThis assignment is pertaining to Jamaica.  ( International busines.docx
This assignment is pertaining to Jamaica.  ( International busines.docx
 
This assignment is due saturday june 13th 2015 @ 1500 pacificTh.docx
This assignment is due saturday june 13th 2015 @ 1500 pacificTh.docxThis assignment is due saturday june 13th 2015 @ 1500 pacificTh.docx
This assignment is due saturday june 13th 2015 @ 1500 pacificTh.docx
 
This assignment is for A-plus Writer......The distinction betw.docx
This assignment is for A-plus Writer......The distinction betw.docxThis assignment is for A-plus Writer......The distinction betw.docx
This assignment is for A-plus Writer......The distinction betw.docx
 
This assignment is due today Saturday March 14th 2015. 1400 pacific.docx
This assignment is due today Saturday March 14th 2015. 1400 pacific.docxThis assignment is due today Saturday March 14th 2015. 1400 pacific.docx
This assignment is due today Saturday March 14th 2015. 1400 pacific.docx
 
This assignment is due on May 13. You may want to view some Yout.docx
This assignment is due on May 13. You may want to view some Yout.docxThis assignment is due on May 13. You may want to view some Yout.docx
This assignment is due on May 13. You may want to view some Yout.docx
 
This assignment is designed to integrate the reflection of persona.docx
This assignment is designed to integrate the reflection of persona.docxThis assignment is designed to integrate the reflection of persona.docx
This assignment is designed to integrate the reflection of persona.docx
 
This Assignment has two parts·Assignment C-pt 1 of 2   ( Di.docx
This Assignment has two parts·Assignment C-pt 1 of 2   ( Di.docxThis Assignment has two parts·Assignment C-pt 1 of 2   ( Di.docx
This Assignment has two parts·Assignment C-pt 1 of 2   ( Di.docx
 
This Assignment has two partsCS Powerpoint due 122514  @ no.docx
This Assignment has two partsCS Powerpoint due 122514  @ no.docxThis Assignment has two partsCS Powerpoint due 122514  @ no.docx
This Assignment has two partsCS Powerpoint due 122514  @ no.docx
 
This Assignment has two partsAssignment B-pt 1 of 2   ( Discuss.docx
This Assignment has two partsAssignment B-pt 1 of 2   ( Discuss.docxThis Assignment has two partsAssignment B-pt 1 of 2   ( Discuss.docx
This Assignment has two partsAssignment B-pt 1 of 2   ( Discuss.docx
 

Recently uploaded

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 

hotel-3index.htmlNavbarHome (current)AboutContactAboutEnjoy You

  • 1. hotel-3/index.htmlNavbarHome (current)AboutContactAboutEnjoy Your Stay Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolor, eligendi laboriosam. Repellendus officia harum eaque.About Our Hotel The History Of Our Hotel Lorem ipsum dolor, sit amet consectetur adipisicing elit. Assumenda aliquam dolor alias iste autem, quaerat magni unde accusantium qui fuga placeat quidem quo pariatur, voluptatum, ea sequi? Corporis, explicabo quisquam dolor placeat praesentium nesciunt mollitia quos nobis natus voluptatum asperiores! Read MoreGreat Location Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut, omnis?Free Meals Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut, omnis?Fitness Room Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ut, omnis? Hotel BT © 2019, All RIghts Reserved __MACOSX/hotel-3/._index.html hotel-3/about.htmlHBTHomeAboutContactAbout Hotel BT Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem veritatis illo, similique labore voluptate nulla animi dolorum eius laborum illum, nesciunt quod reprehenderit dicta autem vel nobis minima sit deleniti!
  • 2. Lorem ipsum dolor sit amet consectetur adipisicing elit. A velit voluptatem impedit voluptate. Doloribus, voluptas dolore! Cupiditate aliquid sequi deserunt. What Our Guests Say Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam eligendi quibusdam, dolorum maxime cum numquam quisquam, deleniti eum incidunt, velit non consectetur. Facere, ipsa maxime, ullam id amet odio laboriosam sit iusto tempore fugit exercitationem, a dolore quo maiores nisi! Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam eligendi quibusdam, dolorum maxime cum numquam quisquam, deleniti eum incidunt, velit non consectetur. Facere, ipsa maxime, ullam id amet odio laboriosam sit iusto tempore fugit exercitationem, a dolore quo maiores nisi! Hotel BT © 2019, All RIghts Reserved __MACOSX/hotel-3/._about.html hotel-3/css/style.css /* Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Main-Styling */
  • 3. html, body { font-family: 'Segoe UI', Tahoma, Verdana, sans-serif; line-height: 1.7em; } a { color: #333; text-decoration: none; } h1, h2, h3 { padding-bottom: 20px; } p { margin: 10px 0; }
  • 4. /* Utility Classes */ .container { max-width: 960px; margin: auto; /* overflow: auto; */ padding: 0 20px; } #about-info .container { display: flex; } .nav-text { font-size: 1.5em; } .text-primary {
  • 5. color: #c7cf30; } #showcase .btn { display: inline-block; font-size: 18px; color: #fff; background: #333; padding: 13px 20px; border: none; cursor: pointer; } /* navbar */ #navbar { background: #333; color: #fff; overflow: auto;
  • 6. } #navbar a { color: #fff; } #navbar h1 { float: left; padding-top: 20px; } #navbar ul { float: right; list-style-type: none; } #navbar ul li {
  • 7. float: left; } #navbar ul li a { padding: 20px; display: block; text-align: center; } #navbar ul li a:hover, #navbar ul li a.current{ background: #444; color: #f7c80a; } /* showcase */ #showcase{ background: url('../img/showcase.jpg') no-repeat center center/cover;
  • 8. height: 600px; } #showcase .showcase-content { color: #fff; text-align: center; padding-top: 170px; } #showcase .showcase-content h1 { font-size: 60px; line-height: 1.2em; } #showcase .showcase-content p { padding-bottom: 20px; line-height: 1.7em; }
  • 9. /* new section */ /* Home Info */ #home-info { /* height: 400px; */ display: flex; /* background: black; */ } #home-info .info-img { flex: 1; /* float: left; */ /* width: 50%; */ /* flex-basis: 50%; */ background: url('../img/photo-1.jpg') no-repeat; background-size: cover; /* min-height: 100%; */ /* height: 600px; */
  • 10. } #wrapper{ /* width: 80%; */ flex:1; /* flex-basis: 100%; */ display:flex; /* margin: auto; */ } #wrapper .info-content { /* flex-basis: 50%; */ /* float: right; */ width: 70%; /* flex-basis: 80%; */ /* height: 600px; */ /* text-align: center; */
  • 11. padding: 50px 0px; /* overflow: hidden; */ display: flex; flex-direction: column; margin: auto; } /* #home-info .info-content{ flex:1; margin: auto; padding-bottom: 30px; } #home-info .info-content { flex:1; margin: auto; padding-bottom: 30px;
  • 12. } #home-info .info-content{ flex:1; margin: auto; padding-bottom: 30px; } */ /* Features */ #features{ display: flex; /* justify-content: space-between; */ } .box { /* float: left; */ flex: 1; width: 33.3%;
  • 13. padding: 50px; text-align:center; /* flex-basis: 30%; justify-content: space-between; */ } .box i { margin-bottom: 10px; } /* About Info */ #about-info .info-right { /* float: right; */ flex: 1; width: 50%; min-height: 100%; }
  • 14. #about-info .info-right img { display: block; margin: auto; width: 70%; border-radius: 50%; } #about-info .info-left { flex: 1; /* float: left; */ width: 50%; min-height: 100%; } .clr { clear: both; } /* Footer */
  • 15. #main-footer { text-align: center; background: #444; color: #fff; padding: 20px; } .text-primary { color: #f7c08a; } .lead { font-size: 20px; } .btn { display: inline-block; font-size: 18px;
  • 16. color: #fff; background: #333; padding: 13px 20px; border: none; cursor: pointer; width: 30%; margin: 0 auto; } .btn:hover { background: #f7c08a; color: #333; } .btn-light { background: #f4f4f4; color: #333; }
  • 17. #home-info.bg-dark { background: #242323; color: #fff; } .bg-primary { background: #f7c08a; color: #333; } .l-heading { font-size: 40px; flex: 1; } /* Testimonials */ #testimonials {
  • 18. height: 600px; background: url('../img/test-bg.jpg') no-repeat center center/cover; padding-top: 100px; } #testimonials .container{ display: flex; /* flex-direction: column; */ flex-flow: column; align-items: center; justify-content: center; } #testimonials h2 { color: #fff; text-align: center;
  • 19. padding-bottom: 40px; } #testimonials .testimonial { display: flex; flex-flow: row nowrap; padding: 20px; margin-bottom: 40px; border-radius: 5px; opacity: 0.9; /* display: flex; */ } #testimonials .testimonial > img { width: 100px; height: 100px; /* flex-basis: 100px; */ /* flex: 1; */
  • 20. /* float: left; */ margin-right: 20px; border-radius: 50%; } #testimonials .testimonial p { } /* Contact Form */ #contact-form .form-group { margin-bottom: 20px; } #contact-form label { display: block; margin-bottom: 5px; }
  • 21. #contact-form input, #contact-form textarea { width: 100%; padding: 10px; border: 1px #ddd solid; } #contact-form textarea { height: 200px; } #contact-form input:focus, #contact-form textarea:focus { outline: none; border-color: #f7c08a; }
  • 22. #contact-info .container { display: flex; } /* Padding */ .py-1 { padding: 10px 0; } .py-2 { padding: 20px 0; } .py-3 { padding: 30px 0; } __MACOSX/hotel-3/css/._style.css hotel-3/css/cyborg/bootstrap.min.css /*! * Bootswatch v4.3.1 * Homepage: https://bootswatch.com * Copyright 2012-2019 Thomas Park * Licensed under MIT * Based on Bootstrap *//*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT
  • 23. (https://github.com/twbs/bootstrap/blob/master/LICENSE) */@import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); :root{--blue: #2A9FD6;--indigo: #6610f2;--purple: #6f42c1;-- pink: #e83e8c;--red: #CC0000;--orange: #fd7e14;--yellow: #FF8800;--green: #77B300;--teal: #20c997;--cyan: #9933CC;-- white: #fff;--gray: #555;--gray-dark: #222;--primary: #2A9FD6;--secondary: #555;--success: #77B300;--info: #9933CC;--warning: #FF8800;--danger: #CC0000;--light: #222;--dark: #ADAFAE;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;-- breakpoint-xl: 1200px;--font-family-sans-serif: "Roboto", - apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{- webkit-box-sizing:border-box;box-sizing:border-box}html{font- family:sans-serif;line-height:1.15;-webkit-text-size- adjust:100%;-webkit-tap-highlight- color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header, hgroup,main,nav,section{display:block}body{margin:0;font- family:"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font- size:0.875rem;font-weight:400;line-height:1.5;color:#888;text- align:left;background-color:#060606}[tabindex="- 1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content- box;box-sizing:content- box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin- top:0;margin-bottom:0.5rem}p{margin-top:0;margin- bottom:1rem}abbr[title],abbr[data-original-title]{text- decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border- bottom:0;text-decoration-skip-ink:none}address{margin- bottom:1rem;font-style:normal;line- height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-
  • 24. weight:700}dd{margin-bottom:.5rem;margin- left:0}blockquote{margin:0 0 1rem}b,strong{font- weight:bolder}small{font- size:80%}sub,sup{position:relative;font-size:75%;line- height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:- .5em}a{color:#2A9FD6;text-decoration:none;background- color:transparent}a:hover{color:#1d7097;text- decoration:underline}a:not([href]):not([tabindex]){color:inherit; text- decoration:none}a:not([href]):not([tabindex]):hover,a:not([href] ):not([tabindex]):focus{color:inherit;text- decoration:none}a:not([href]):not([tabindex]):focus{outline:0}p re,code,kbd,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}pre{margin-top:0;margin- bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border- style:none}svg{overflow:hidden;vertical- align:middle}table{border-collapse:collapse}caption{padding- top:0.75rem;padding-bottom:0.75rem;color:#555;text- align:left;caption-side:bottom}th{text- align:inherit}label{display:inline-block;margin- bottom:0.5rem}button{border- radius:0}button:focus{outline:1px dotted;outline:5px auto - webkit-focus-ring- color}input,button,select,optgroup,textarea{margin:0;font- family:inherit;font-size:inherit;line- height:inherit}button,input{overflow:visible}button,select{text- transform:none}select{word- wrap:normal}button,[type="button"],[type="reset"],[type="sub mit"]{-webkit- appearance:button}button:not(:disabled),[type="button"]:not(:di sabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disab led){cursor:pointer}button::-moz-focus-inner,[type="button"]::- moz-focus-inner,[type="reset"]::-moz-focus- inner,[type="submit"]::-moz-focus-inner{padding:0;border-
  • 25. style:none}input[type="radio"],input[type="checkbox"]{- webkit-box-sizing:border-box;box-sizing:border- box;padding:0}input[type="date"],input[type="time"],input[typ e="datetime-local"],input[type="month"]{-webkit- appearance:listbox}textarea{overflow:auto;resize:vertical}fields et{min- width:0;padding:0;margin:0;border:0}legend{display:block;widt h:100%;max-width:100%;padding:0;margin-bottom:.5rem;font- size:1.5rem;line-height:inherit;color:inherit;white- space:normal}progress{vertical- align:baseline}[type="number"]::-webkit-inner-spin- button,[type="number"]::-webkit-outer-spin- button{height:auto}[type="search"]{outline-offset:-2px;- webkit-appearance:none}[type="search"]::-webkit-search- decoration{-webkit-appearance:none}::-webkit-file-upload- button{font:inherit;-webkit- appearance:button}output{display:inline- block}summary{display:list- item;cursor:pointer}template{display:none}[hidden]{display:no ne !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin- bottom:0.5rem;font-weight:500;line- height:1.2;color:#fff}h1,.h1{font-size:4rem}h2,.h2{font- size:3rem}h3,.h3{font-size:2.5rem}h4,.h4{font- size:2rem}h5,.h5{font-size:1.5rem}h6,.h6{font- size:0.875rem}.lead{font-size:1.09375rem;font- weight:300}.display-1{font-size:6rem;font-weight:300;line- height:1.2}.display-2{font-size:5.5rem;font-weight:300;line- height:1.2}.display-3{font-size:4.5rem;font-weight:300;line- height:1.2}.display-4{font-size:3.5rem;font-weight:300;line- height:1.2}hr{margin-top:1rem;margin- bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font- weight:400}mark,.mark{padding:0.2em;background- color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list- inline{padding-left:0;list-style:none}.list-inline- item{display:inline-block}.list-inline-item:not(:last-
  • 26. child){margin-right:0.5rem}.initialism{font-size:90%;text- transform:uppercase}.blockquote{margin-bottom:1rem;font- size:1.09375rem}.blockquote-footer{display:block;font- size:80%;color:#555}.blockquote- footer::before{content:"201400A0"}.img-fluid{max- width:100%;height:auto}.img- thumbnail{padding:0.25rem;background- color:#060606;border:1px solid #dee2e6;border- radius:0.25rem;max- width:100%;height:auto}.figure{display:inline-block}.figure- img{margin-bottom:0.5rem;line-height:1}.figure-caption{font- size:90%;color:#555}code{font- size:87.5%;color:#e83e8c;word-break:break- word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font- size:87.5%;color:#fff;background-color:#212529;border- radius:0.2rem}kbd kbd{padding:0;font-size:100%;font- weight:700}pre{display:block;font-size:87.5%;color:inherit}pre code{font-size:inherit;color:inherit;word-break:normal}.pre- scrollable{max-height:340px;overflow- y:scroll}.container{width:100%;padding-right:15px;padding- left:15px;margin-right:auto;margin-left:auto}@media (min- width: 576px){.container{max-width:540px}}@media (min- width: 768px){.container{max-width:720px}}@media (min- width: 992px){.container{max-width:960px}}@media (min- width: 1200px){.container{max-width:1140px}}.container- fluid{width:100%;padding-right:15px;padding- left:15px;margin-right:auto;margin-left:auto}.row{display:- webkit-box;display:-ms-flexbox;display:flex;-ms-flex- wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:- 15px}.no-gutters{margin-right:0;margin-left:0}.no- gutters>.col,.no-gutters>[class*="col-"]{padding- right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col- 6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col- sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm- 7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col- sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-
  • 27. md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col- md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col- lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg- 9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl- 1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col- xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl- auto{position:relative;width:100%;padding-right:15px;padding- left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit- box-flex:1;-ms-flex-positive:1;flex-grow:1;max- width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit- box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit- box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit- box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col- 4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit- box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit- box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col- 7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit- box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit- box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col- 10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit- box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit- box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max- width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex- order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms- flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;- ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;- ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-
  • 28. ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;- ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;- ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;- ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;- ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;- ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;- ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal- group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box- ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit- box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{- webkit-box-ordinal-group:13;-ms-flex- order:12;order:12}.offset-1{margin- left:8.3333333333%}.offset-2{margin- left:16.6666666667%}.offset-3{margin-left:25%}.offset- 4{margin-left:33.3333333333%}.offset-5{margin- left:41.6666666667%}.offset-6{margin-left:50%}.offset- 7{margin-left:58.3333333333%}.offset-8{margin- left:66.6666666667%}.offset-9{margin-left:75%}.offset- 10{margin-left:83.3333333333%}.offset-11{margin- left:91.6666666667%}@media (min-width: 576px){.col-sm{- ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms- flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{- webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box- flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit- box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{- webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max- width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max- width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms- flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max- width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms- flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit- box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0
  • 29. 58.3333333333%;max-width:58.3333333333%}.col-sm-8{- webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{- webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max- width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max- width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms- flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max- width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms- flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{- webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order- sm-last{-webkit-box-ordinal-group:14;-ms-flex- order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;- ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal- group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box- ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit- box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{- webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm- 5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order- sm-6{-webkit-box-ordinal-group:7;-ms-flex- order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms- flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;- ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal- group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box- ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{- webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order- sm-12{-webkit-box-ordinal-group:13;-ms-flex- order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm- 1{margin-left:8.3333333333%}.offset-sm-2{margin- left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm- 4{margin-left:33.3333333333%}.offset-sm-5{margin- left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm- 7{margin-left:58.3333333333%}.offset-sm-8{margin- left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm- 10{margin-left:83.3333333333%}.offset-sm-11{margin- left:91.6666666667%}}@media (min-width: 768px){.col-md{-
  • 30. ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms- flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{- webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box- flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit- box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{- webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max- width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max- width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms- flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max- width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms- flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit- box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{- webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{- webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max- width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max- width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms- flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max- width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms- flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{- webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order- md-last{-webkit-box-ordinal-group:14;-ms-flex- order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;- ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal- group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box- ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit- box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{- webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order- md-5{-webkit-box-ordinal-group:6;-ms-flex- order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-
  • 31. flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;- ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal- group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box- ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{- webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order- md-11{-webkit-box-ordinal-group:12;-ms-flex- order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;- ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset- md-1{margin-left:8.3333333333%}.offset-md-2{margin- left:16.6666666667%}.offset-md-3{margin-left:25%}.offset- md-4{margin-left:33.3333333333%}.offset-md-5{margin- left:41.6666666667%}.offset-md-6{margin-left:50%}.offset- md-7{margin-left:58.3333333333%}.offset-md-8{margin- left:66.6666666667%}.offset-md-9{margin-left:75%}.offset- md-10{margin-left:83.3333333333%}.offset-md-11{margin- left:91.6666666667%}}@media (min-width: 992px){.col-lg{- ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms- flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{- webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box- flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit- box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{- webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max- width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max- width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max- width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box- flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{- webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{- webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-
  • 32. width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max- width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms- flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max- width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms- flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{- webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order- lg-last{-webkit-box-ordinal-group:14;-ms-flex- order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms- flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;- ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal- group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box- ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit- box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{- webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg- 6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order- lg-7{-webkit-box-ordinal-group:8;-ms-flex- order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms- flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;- ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal- group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box- ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{- webkit-box-ordinal-group:13;-ms-flex- order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg- 1{margin-left:8.3333333333%}.offset-lg-2{margin- left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg- 4{margin-left:33.3333333333%}.offset-lg-5{margin- left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg- 7{margin-left:58.3333333333%}.offset-lg-8{margin- left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg- 10{margin-left:83.3333333333%}.offset-lg-11{margin- left:91.6666666667%}}@media (min-width: 1200px){.col-xl{- ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms- flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{- webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-
  • 33. flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit- box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{- webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max- width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max- width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max- width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box- flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{- webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{- webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max- width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max- width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms- flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max- width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms- flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{- webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order- xl-last{-webkit-box-ordinal-group:14;-ms-flex- order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms- flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;- ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal- group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box- ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit- box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{- webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl- 6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order- xl-7{-webkit-box-ordinal-group:8;-ms-flex- order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms- flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;- ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-
  • 34. group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box- ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{- webkit-box-ordinal-group:13;-ms-flex- order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl- 1{margin-left:8.3333333333%}.offset-xl-2{margin- left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl- 4{margin-left:33.3333333333%}.offset-xl-5{margin- left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl- 7{margin-left:58.3333333333%}.offset-xl-8{margin- left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl- 10{margin-left:83.3333333333%}.offset-xl-11{margin- left:91.6666666667%}}.table{width:100%;margin- bottom:1rem;color:#888}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #282828}.table thead th{vertical-align:bottom;border- bottom:2px solid #282828}.table tbody+tbody{border-top:2px solid #282828}.table-sm th,.table-sm td{padding:0.3rem}.table- bordered{border:1px solid #282828}.table-bordered th,.table- bordered td{border:1px solid #282828}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table- borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background- color:rgba(255,255,255,0.05)}.table-hover tbody tr:hover{color:#888;background- color:rgba(255,255,255,0.075)}.table-primary,.table- primary>th,.table-primary>td{background-color:#c3e4f4}.table- primary th,.table-primary td,.table-primary thead th,.table- primary tbody+tbody{border-color:#90cdea}.table-hover .table- primary:hover{background-color:#addaf0}.table-hover .table- primary:hover>td,.table-hover .table- primary:hover>th{background-color:#addaf0}.table- secondary,.table-secondary>th,.table-secondary>td{background- color:#cfcfcf}.table-secondary th,.table-secondary td,.table- secondary thead th,.table-secondary tbody+tbody{border- color:#a7a7a7}.table-hover .table-secondary:hover{background-
  • 35. color:#c2c2c2}.table-hover .table-secondary:hover>td,.table- hover .table-secondary:hover>th{background- color:#c2c2c2}.table-success,.table-success>th,.table- success>td{background-color:#d9eab8}.table-success th,.table- success td,.table-success thead th,.table-success tbody+tbody{border-color:#b8d77a}.table-hover .table- success:hover{background-color:#cee4a4}.table-hover .table- success:hover>td,.table-hover .table- success:hover>th{background-color:#cee4a4}.table-info,.table- info>th,.table-info>td{background-color:#e2c6f1}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#ca95e4}.table-hover .table- info:hover{background-color:#d8b2ec}.table-hover .table- info:hover>td,.table-hover .table-info:hover>th{background- color:#d8b2ec}.table-warning,.table-warning>th,.table- warning>td{background-color:#ffdeb8}.table-warning th,.table- warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffc17a}.table-hover .table- warning:hover{background-color:#ffd29f}.table-hover .table- warning:hover>td,.table-hover .table- warning:hover>th{background-color:#ffd29f}.table- danger,.table-danger>th,.table-danger>td{background- color:#f1b8b8}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border- color:#e47a7a}.table-hover .table-danger:hover{background- color:#eda3a3}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#eda3a3}.table- light,.table-light>th,.table-light>td{background- color:#c1c1c1}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#8c8c8c}.table-hover .table-light:hover{background-color:#b4b4b4}.table-hover .table-light:hover>td,.table-hover .table- light:hover>th{background-color:#b4b4b4}.table-dark,.table- dark>th,.table-dark>td{background-color:#e8e9e8}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#d4d5d5}.table-hover .table-
  • 36. dark:hover{background-color:#dbdddb}.table-hover .table- dark:hover>td,.table-hover .table-dark:hover>th{background- color:#dbdddb}.table-active,.table-active>th,.table- active>td{background-color:rgba(255,255,255,0.075)}.table- hover .table-active:hover{background- color:rgba(242,242,242,0.075)}.table-hover .table- active:hover>td,.table-hover .table- active:hover>th{background- color:rgba(242,242,242,0.075)}.table .thead-dark th{color:#060606;background-color:#888;border- color:#757575}.table .thead-light th{color:#282828;background-color:#e9ecef;border- color:#282828}.table-dark{color:#060606;background- color:#888}.table-dark th,.table-dark td,.table-dark thead th{border-color:#757575}.table-dark.table- bordered{border:0}.table-dark.table-striped tbody tr:nth-of- type(odd){background-color:rgba(255,255,255,0.05)}.table- dark.table-hover tbody tr:hover{color:#060606;background- color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive- sm{display:block;width:100%;overflow-x:auto;-webkit- overflow-scrolling:touch}.table-responsive-sm>.table- bordered{border:0}}@media (max-width: 767.98px){.table- responsive-md{display:block;width:100%;overflow-x:auto;- webkit-overflow-scrolling:touch}.table-responsive-md>.table- bordered{border:0}}@media (max-width: 991.98px){.table- responsive-lg{display:block;width:100%;overflow-x:auto;- webkit-overflow-scrolling:touch}.table-responsive-lg>.table- bordered{border:0}}@media (max-width: 1199.98px){.table- responsive-xl{display:block;width:100%;overflow-x:auto;- webkit-overflow-scrolling:touch}.table-responsive-xl>.table- bordered{border:0}}.table- responsive{display:block;width:100%;overflow-x:auto;-webkit- overflow-scrolling:touch}.table-responsive>.table- bordered{border:0}.form- control{display:block;width:100%;height:calc(1.5em + 0.75rem
  • 37. + 2px);padding:0.375rem 1rem;font-size:0.875rem;font- weight:400;line-height:1.5;color:#282828;background- color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:0.25rem;-webkit-transition:border- color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:border-color 0.15s ease-in-out, -webkit-box- shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in- out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{-webkit- transition:none;transition:none}}.form-control::-ms- expand{background-color:transparent;border:0}.form- control:focus{color:#282828;background-color:#fff;border- color:#95cfeb;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25)}.form-control::-webkit-input- placeholder{color:#555;opacity:1}.form-control::-ms-input- placeholder{color:#555;opacity:1}.form- control::placeholder{color:#555;opacity:1}.form- control:disabled,.form-control[readonly]{background- color:#ADAFAE;opacity:1}select.form-control:focus::-ms- value{color:#282828;background-color:#fff}.form-control- file,.form-control-range{display:block;width:100%}.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}.col-form-label-lg{padding- top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.09375rem;line-height:1.5}.col-form-label- sm{padding-top:calc(0.25rem + 1px);padding- bottom:calc(0.25rem + 1px);font-size:0.765625rem;line- height:1.5}.form-control- plaintext{display:block;width:100%;padding- top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line- height:1.5;color:#888;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-
  • 38. control-sm,.form-control-plaintext.form-control-lg{padding- right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font- size:0.765625rem;line-height:1.5;border-radius:0.2rem}.form- control-lg{height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:1.09375rem;line-height:1.5;border- radius:0.3rem}select.form-control[size],select.form- control[multiple]{height:auto}textarea.form- control{height:auto}.form-group{margin-bottom:1rem}.form- text{display:block;margin-top:0.25rem}.form-row{display:- webkit-box;display:-ms-flexbox;display:flex;-ms-flex- wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:- 5px}.form-row>.col,.form-row>[class*="col-"]{padding- right:5px;padding-left:5px}.form- check{position:relative;display:block;padding- left:1.25rem}.form-check-input{position:absolute;margin- top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#555}.form-check-label{margin- bottom:0}.form-check-inline{display:-webkit-inline- box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box- align:center;-ms-flex-align:center;align-items:center;padding- left:0;margin-right:0.75rem}.form-check-inline .form-check- input{position:static;margin-top:0;margin- right:0.3125rem;margin-left:0}.valid- feedback{display:none;width:100%;margin-top:0.25rem;font- size:80%;color:#77B300}.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.765625rem;line-height:1.5;color:#fff;background- color:#77b300;border-radius:0.25rem}.was-validated .form- control:valid,.form-control.is-valid{border- color:#77B300;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2377B300' 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-
  • 39. .43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no- repeat;background-position:center right calc(0.375em + 0.1875rem);background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form- control:valid:focus,.form-control.is-valid:focus{border- color:#77B300;-webkit-box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid- tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is- valid ~ .valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is- valid{padding-right:calc(1.5em + 0.75rem);background- position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom- select.is-valid{border-color:#77B300;padding-right:calc((1em + 0.75rem) * 3 / 4 + 2rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2377B300' 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") #fff no-repeat center right 2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was- validated .custom-select:valid:focus,.custom-select.is- valid:focus{border-color:#77B300;-webkit-box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25)}.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid- tooltip,.custom-select.is-valid ~ .valid-feedback,.custom- select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form- control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~
  • 40. .valid-feedback,.form-control-file.is-valid ~ .valid- tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check- label{color:#77B300}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid- tooltip,.form-check-input.is-valid ~ .valid-feedback,.form- check-input.is-valid ~ .valid-tooltip{display:block}.was- validated .custom-control-input:valid ~ .custom-control- label,.custom-control-input.is-valid ~ .custom-control- label{color:#77B300}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#77B300}.was- validated .custom-control-input:valid ~ .valid-feedback,.was- validated .custom-control-input:valid ~ .valid-tooltip,.custom- control-input.is-valid ~ .valid-feedback,.custom-control- input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control- label::before,.custom-control-input.is-valid:checked ~ .custom- control-label::before{border-color:#99e600;background- color:#99e600}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is- valid:focus ~ .custom-control-label::before{-webkit-box- shadow:0 0 0 0.2rem rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25)}.was-validated .custom-control- input:valid:focus:not(:checked) ~ .custom-control- label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#77B300}.was- validated .custom-file-input:valid ~ .custom-file-label,.custom- file-input.is-valid ~ .custom-file-label{border- color:#77B300}.was-validated .custom-file-input:valid ~ .valid- feedback,.was-validated .custom-file-input:valid ~ .valid- tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom- file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file- input.is-valid:focus ~ .custom-file-label{border- color:#77B300;-webkit-box-shadow:0 0 0 0.2rem
  • 41. rgba(119,179,0,0.25);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.25)}.invalid- feedback{display:none;width:100%;margin-top:0.25rem;font- size:80%;color:#CC0000}.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.765625rem;line-height:1.5;color:#fff;background- color:#cc0000;border-radius:0.25rem}.was-validated .form- control:invalid,.form-control.is-invalid{border- color:#CC0000;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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");background-repeat:no- repeat;background-position:center right calc(0.375em + 0.1875rem);background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form- control:invalid:focus,.form-control.is-invalid:focus{border- color:#CC0000;-webkit-box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid- feedback,.form-control.is-invalid ~ .invalid- tooltip{display:block}.was-validated textarea.form- control:invalid,textarea.form-control.is-invalid{padding- right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom- select.is-invalid{border-color:#CC0000;padding-right:calc((1em + 0.75rem) * 3 / 4 + 2rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0
  • 42. 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23CC0000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23CC0000' 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") #fff no-repeat center right 2rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was- validated .custom-select:invalid:focus,.custom-select.is- invalid:focus{border-color:#CC0000;-webkit-box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25)}.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid- feedback,.custom-select.is-invalid ~ .invalid- tooltip{display:block}.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid- feedback,.form-control-file.is-invalid ~ .invalid- tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check- label{color:#CC0000}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid- feedback,.form-check-input.is-invalid ~ .invalid- tooltip{display:block}.was-validated .custom-control- input:invalid ~ .custom-control-label,.custom-control-input.is- invalid ~ .custom-control-label{color:#CC0000}.was-validated .custom-control-input:invalid ~ .custom-control- label::before,.custom-control-input.is-invalid ~ .custom-control- label::before{border-color:#CC0000}.was-validated .custom- control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control- input.is-invalid ~ .invalid-feedback,.custom-control-input.is- invalid ~ .invalid-tooltip{display:block}.was-validated .custom- control-input:invalid:checked ~ .custom-control-
  • 43. label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:red;background- color:red}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is- invalid:focus ~ .custom-control-label::before{-webkit-box- shadow:0 0 0 0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25)}.was-validated .custom-control- input:invalid:focus:not(:checked) ~ .custom-control- label::before,.custom-control-input.is- invalid:focus:not(:checked) ~ .custom-control- label::before{border-color:#CC0000}.was-validated .custom- file-input:invalid ~ .custom-file-label,.custom-file-input.is- invalid ~ .custom-file-label{border-color:#CC0000}.was- validated .custom-file-input:invalid ~ .invalid-feedback,.was- validated .custom-file-input:invalid ~ .invalid-tooltip,.custom- file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is- invalid ~ .invalid-tooltip{display:block}.was-validated .custom- file-input:invalid:focus ~ .custom-file-label,.custom-file- input.is-invalid:focus ~ .custom-file-label{border- color:#CC0000;-webkit-box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.25)}.form-inline{display:-webkit-box;display:- ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit- box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align- items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit- box;display:-ms-flexbox;display:flex;-webkit-box-align:center;- ms-flex-align:center;align-items:center;-webkit-box- pack:center;-ms-flex-pack:center;justify-content:center;margin- bottom:0}.form-inline .form-group{display:-webkit- box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms- flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;- webkit-box-direction:normal;-ms-flex-flow:row wrap;flex- flow:row wrap;-webkit-box-align:center;-ms-flex- align:center;align-items:center;margin-bottom:0}.form-inline
  • 44. .form-control{display:inline-block;width:auto;vertical- align:middle}.form-inline .form-control- plaintext{display:inline-block}.form-inline .input-group,.form- inline .custom-select{width:auto}.form-inline .form- check{display:-webkit-box;display:-ms-flexbox;display:flex;- webkit-box-align:center;-ms-flex-align:center;align- items:center;-webkit-box-pack:center;-ms-flex- pack:center;justify-content:center;width:auto;padding- left:0}.form-inline .form-check-input{position:relative;-ms- flex-negative:0;flex-shrink:0;margin-top:0;margin- right:0.25rem;margin-left:0}.form-inline .custom-control{- webkit-box-align:center;-ms-flex-align:center;align- items:center;-webkit-box-pack:center;-ms-flex- pack:center;justify-content:center}.form-inline .custom-control- label{margin-bottom:0}}.btn{display:inline-block;font- weight:400;color:#888;text-align:center;vertical-align:middle;- webkit-user-select:none;-moz-user-select:none;-ms-user- select:none;user-select:none;background- color:transparent;border:1px solid transparent;padding:0.375rem 1rem;font-size:0.875rem;line- height:1.5;border-radius:0.25rem;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;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;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, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{-webkit- transition:none;transition:none}}.btn:hover{color:#888;text- decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box- shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem
  • 45. rgba(42,159,214,0.25)}.btn.disabled,.btn:disabled{opacity:0.65} a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn- primary{color:#fff;background-color:#2A9FD6;border- color:#2A9FD6}.btn-primary:hover{color:#fff;background- color:#2387b7;border-color:#2180ac}.btn-primary:focus,.btn- primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(74,173,220,0.5);box-shadow:0 0 0 0.2rem rgba(74,173,220,0.5)}.btn-primary.disabled,.btn- primary:disabled{color:#fff;background-color:#2A9FD6;border- color:#2A9FD6}.btn- primary:not(:disabled):not(.disabled):active,.btn- primary:not(:disabled):not(.disabled).active,.show>.btn- primary.dropdown-toggle{color:#fff;background- color:#2180ac;border-color:#1f78a1}.btn- primary:not(:disabled):not(.disabled):active:focus,.btn- primary:not(:disabled):not(.disabled).active:focus,.show>.btn- primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(74,173,220,0.5);box-shadow:0 0 0 0.2rem rgba(74,173,220,0.5)}.btn-secondary{color:#fff;background- color:#555;border-color:#555}.btn- secondary:hover{color:#fff;background-color:#424242;border- color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{- webkit-box-shadow:0 0 0 0.2rem rgba(111,111,111,0.5);box- shadow:0 0 0 0.2rem rgba(111,111,111,0.5)}.btn- secondary.disabled,.btn- secondary:disabled{color:#fff;background-color:#555;border- color:#555}.btn- secondary:not(:disabled):not(.disabled):active,.btn- secondary:not(:disabled):not(.disabled).active,.show>.btn- secondary.dropdown-toggle{color:#fff;background- color:#3c3b3b;border-color:#353535}.btn- secondary:not(:disabled):not(.disabled):active:focus,.btn- secondary:not(:disabled):not(.disabled).active:focus,.show>.btn- secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(111,111,111,0.5);box-shadow:0 0 0 0.2rem rgba(111,111,111,0.5)}.btn-success{color:#fff;background-
  • 46. color:#77B300;border-color:#77B300}.btn- success:hover{color:#fff;background-color:#5e8d00;border- color:#558000}.btn-success:focus,.btn-success.focus{-webkit- box-shadow:0 0 0 0.2rem rgba(139,190,38,0.5);box-shadow:0 0 0 0.2rem rgba(139,190,38,0.5)}.btn-success.disabled,.btn- success:disabled{color:#fff;background-color:#77B300;border- color:#77B300}.btn- success:not(:disabled):not(.disabled):active,.btn- success:not(:disabled):not(.disabled).active,.show>.btn- success.dropdown-toggle{color:#fff;background- color:#558000;border-color:#4d7300}.btn- success:not(:disabled):not(.disabled):active:focus,.btn- success:not(:disabled):not(.disabled).active:focus,.show>.btn- success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(139,190,38,0.5);box-shadow:0 0 0 0.2rem rgba(139,190,38,0.5)}.btn-info{color:#fff;background- color:#9933CC;border-color:#9933CC}.btn- info:hover{color:#fff;background-color:#822bad;border- color:#7a29a3}.btn-info:focus,.btn-info.focus{-webkit-box- shadow:0 0 0 0.2rem rgba(168,82,212,0.5);box-shadow:0 0 0 0.2rem rgba(168,82,212,0.5)}.btn-info.disabled,.btn- info:disabled{color:#fff;background-color:#9933CC;border- color:#9933CC}.btn- info:not(:disabled):not(.disabled):active,.btn- info:not(:disabled):not(.disabled).active,.show>.btn- info.dropdown-toggle{color:#fff;background- color:#7a29a3;border-color:#732699}.btn- info:not(:disabled):not(.disabled):active:focus,.btn- info:not(:disabled):not(.disabled).active:focus,.show>.btn- info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(168,82,212,0.5);box-shadow:0 0 0 0.2rem rgba(168,82,212,0.5)}.btn-warning{color:#fff;background- color:#FF8800;border-color:#FF8800}.btn- warning:hover{color:#fff;background-color:#d97400;border- color:#cc6d00}.btn-warning:focus,.btn-warning.focus{-webkit- box-shadow:0 0 0 0.2rem rgba(255,154,38,0.5);box-shadow:0 0
  • 47. 0 0.2rem rgba(255,154,38,0.5)}.btn-warning.disabled,.btn- warning:disabled{color:#fff;background-color:#FF8800;border- color:#FF8800}.btn- warning:not(:disabled):not(.disabled):active,.btn- warning:not(:disabled):not(.disabled).active,.show>.btn- warning.dropdown-toggle{color:#fff;background- color:#cc6d00;border-color:#bf6600}.btn- warning:not(:disabled):not(.disabled):active:focus,.btn- warning:not(:disabled):not(.disabled).active:focus,.show>.btn- warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,154,38,0.5);box-shadow:0 0 0 0.2rem rgba(255,154,38,0.5)}.btn-danger{color:#fff;background- color:#CC0000;border-color:#CC0000}.btn- danger:hover{color:#fff;background-color:#a60000;border- color:#990000}.btn-danger:focus,.btn-danger.focus{-webkit- box-shadow:0 0 0 0.2rem rgba(212,38,38,0.5);box-shadow:0 0 0 0.2rem rgba(212,38,38,0.5)}.btn-danger.disabled,.btn- danger:disabled{color:#fff;background-color:#CC0000;border- color:#CC0000}.btn- danger:not(:disabled):not(.disabled):active,.btn- danger:not(:disabled):not(.disabled).active,.show>.btn- danger.dropdown-toggle{color:#fff;background- color:#990000;border-color:#8c0000}.btn- danger:not(:disabled):not(.disabled):active:focus,.btn- danger:not(:disabled):not(.disabled).active:focus,.show>.btn- danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(212,38,38,0.5);box-shadow:0 0 0 0.2rem rgba(212,38,38,0.5)}.btn-light{color:#fff;background- color:#222;border-color:#222}.btn- light:hover{color:#fff;background-color:#0f0f0f;border- color:#090808}.btn-light:focus,.btn-light.focus{-webkit-box- shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.btn-light.disabled,.btn- light:disabled{color:#fff;background-color:#222;border- color:#222}.btn-light:not(:disabled):not(.disabled):active,.btn- light:not(:disabled):not(.disabled).active,.show>.btn-
  • 48. light.dropdown-toggle{color:#fff;background- color:#090808;border-color:#020202}.btn- light:not(:disabled):not(.disabled):active:focus,.btn- light:not(:disabled):not(.disabled).active:focus,.show>.btn- light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5);box-shadow:0 0 0 0.2rem rgba(67,67,67,0.5)}.btn-dark{color:#fff;background- color:#ADAFAE;border-color:#ADAFAE}.btn- dark:hover{color:#fff;background-color:#9a9c9b;border- color:#939695}.btn-dark:focus,.btn-dark.focus{-webkit-box- shadow:0 0 0 0.2rem rgba(185,187,186,0.5);box-shadow:0 0 0 0.2rem rgba(185,187,186,0.5)}.btn-dark.disabled,.btn- dark:disabled{color:#fff;background-color:#ADAFAE;border- color:#ADAFAE}.btn- dark:not(:disabled):not(.disabled):active,.btn- dark:not(:disabled):not(.disabled).active,.show>.btn- dark.dropdown-toggle{color:#fff;background- color:#939695;border-color:#8d908e}.btn- dark:not(:disabled):not(.disabled):active:focus,.btn- dark:not(:disabled):not(.disabled).active:focus,.show>.btn- dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(185,187,186,0.5);box-shadow:0 0 0 0.2rem rgba(185,187,186,0.5)}.btn-outline- primary{color:#2A9FD6;border-color:#2A9FD6}.btn-outline- primary:hover{color:#fff;background-color:#2A9FD6;border- color:#2A9FD6}.btn-outline-primary:focus,.btn-outline- primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(42,159,214,0.5);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.5)}.btn-outline-primary.disabled,.btn- outline-primary:disabled{color:#2A9FD6;background- color:transparent}.btn-outline- primary:not(:disabled):not(.disabled):active,.btn-outline- primary:not(:disabled):not(.disabled).active,.show>.btn-outline- primary.dropdown-toggle{color:#fff;background- color:#2A9FD6;border-color:#2A9FD6}.btn-outline- primary:not(:disabled):not(.disabled):active:focus,.btn-outline-
  • 49. primary:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(42,159,214,0.5);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.5)}.btn-outline- secondary{color:#555;border-color:#555}.btn-outline- secondary:hover{color:#fff;background-color:#555;border- color:#555}.btn-outline-secondary:focus,.btn-outline- secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline- secondary:disabled{color:#555;background- color:transparent}.btn-outline- secondary:not(:disabled):not(.disabled):active,.btn-outline- secondary:not(:disabled):not(.disabled).active,.show>.btn- outline-secondary.dropdown-toggle{color:#fff;background- color:#555;border-color:#555}.btn-outline- secondary:not(:disabled):not(.disabled):active:focus,.btn- outline- secondary:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-secondary.dropdown-toggle:focus{-webkit-box- shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline- success{color:#77B300;border-color:#77B300}.btn-outline- success:hover{color:#fff;background-color:#77B300;border- color:#77B300}.btn-outline-success:focus,.btn-outline- success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(119,179,0,0.5);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.5)}.btn-outline-success.disabled,.btn-outline- success:disabled{color:#77B300;background- color:transparent}.btn-outline- success:not(:disabled):not(.disabled):active,.btn-outline- success:not(:disabled):not(.disabled).active,.show>.btn-outline- success.dropdown-toggle{color:#fff;background- color:#77B300;border-color:#77B300}.btn-outline- success:not(:disabled):not(.disabled):active:focus,.btn-outline- success:not(:disabled):not(.disabled).active:focus,.show>.btn-
  • 50. outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(119,179,0,0.5);box-shadow:0 0 0 0.2rem rgba(119,179,0,0.5)}.btn-outline-info{color:#9933CC;border- color:#9933CC}.btn-outline-info:hover{color:#fff;background- color:#9933CC;border-color:#9933CC}.btn-outline- info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(153,51,204,0.5);box-shadow:0 0 0 0.2rem rgba(153,51,204,0.5)}.btn-outline-info.disabled,.btn-outline- info:disabled{color:#9933CC;background- color:transparent}.btn-outline- info:not(:disabled):not(.disabled):active,.btn-outline- info:not(:disabled):not(.disabled).active,.show>.btn-outline- info.dropdown-toggle{color:#fff;background- color:#9933CC;border-color:#9933CC}.btn-outline- info:not(:disabled):not(.disabled):active:focus,.btn-outline- info:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(153,51,204,0.5);box-shadow:0 0 0 0.2rem rgba(153,51,204,0.5)}.btn-outline- warning{color:#FF8800;border-color:#FF8800}.btn-outline- warning:hover{color:#fff;background-color:#FF8800;border- color:#FF8800}.btn-outline-warning:focus,.btn-outline- warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,136,0,0.5);box-shadow:0 0 0 0.2rem rgba(255,136,0,0.5)}.btn-outline-warning.disabled,.btn-outline- warning:disabled{color:#FF8800;background- color:transparent}.btn-outline- warning:not(:disabled):not(.disabled):active,.btn-outline- warning:not(:disabled):not(.disabled).active,.show>.btn-outline- warning.dropdown-toggle{color:#fff;background- color:#FF8800;border-color:#FF8800}.btn-outline- warning:not(:disabled):not(.disabled):active:focus,.btn-outline- warning:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,136,0,0.5);box-shadow:0 0 0 0.2rem rgba(255,136,0,0.5)}.btn-outline-danger{color:#CC0000;border-
  • 51. color:#CC0000}.btn-outline- danger:hover{color:#fff;background-color:#CC0000;border- color:#CC0000}.btn-outline-danger:focus,.btn-outline- danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(204,0,0,0.5);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.5)}.btn-outline-danger.disabled,.btn-outline- danger:disabled{color:#CC0000;background- color:transparent}.btn-outline- danger:not(:disabled):not(.disabled):active,.btn-outline- danger:not(:disabled):not(.disabled).active,.show>.btn-outline- danger.dropdown-toggle{color:#fff;background- color:#CC0000;border-color:#CC0000}.btn-outline- danger:not(:disabled):not(.disabled):active:focus,.btn-outline- danger:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(204,0,0,0.5);box-shadow:0 0 0 0.2rem rgba(204,0,0,0.5)}.btn-outline-light{color:#222;border- color:#222}.btn-outline-light:hover{color:#fff;background- color:#222;border-color:#222}.btn-outline-light:focus,.btn- outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.btn-outline-light.disabled,.btn-outline- light:disabled{color:#222;background-color:transparent}.btn- outline-light:not(:disabled):not(.disabled):active,.btn-outline- light:not(:disabled):not(.disabled).active,.show>.btn-outline- light.dropdown-toggle{color:#fff;background- color:#222;border-color:#222}.btn-outline- light:not(:disabled):not(.disabled):active:focus,.btn-outline- light:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5);box-shadow:0 0 0 0.2rem rgba(34,34,34,0.5)}.btn-outline-dark{color:#ADAFAE;border- color:#ADAFAE}.btn-outline- dark:hover{color:#fff;background-color:#ADAFAE;border- color:#ADAFAE}.btn-outline-dark:focus,.btn-outline- dark.focus{-webkit-box-shadow:0 0 0 0.2rem
  • 52. rgba(173,175,174,0.5);box-shadow:0 0 0 0.2rem rgba(173,175,174,0.5)}.btn-outline-dark.disabled,.btn-outline- dark:disabled{color:#ADAFAE;background- color:transparent}.btn-outline- dark:not(:disabled):not(.disabled):active,.btn-outline- dark:not(:disabled):not(.disabled).active,.show>.btn-outline- dark.dropdown-toggle{color:#fff;background- color:#ADAFAE;border-color:#ADAFAE}.btn-outline- dark:not(:disabled):not(.disabled):active:focus,.btn-outline- dark:not(:disabled):not(.disabled).active:focus,.show>.btn- outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(173,175,174,0.5);box-shadow:0 0 0 0.2rem rgba(173,175,174,0.5)}.btn-link{font- weight:400;color:#2A9FD6;text-decoration:none}.btn- link:hover{color:#1d7097;text-decoration:underline}.btn- link:focus,.btn-link.focus{text-decoration:underline;-webkit- box-shadow:none;box-shadow:none}.btn-link:disabled,.btn- link.disabled{color:#555;pointer-events:none}.btn-lg,.btn- group-lg>.btn{padding:0.5rem 1rem;font-size:1.09375rem;line- height:1.5;border-radius:0.3rem}.btn-sm,.btn-group- sm>.btn{padding:0.25rem 0.5rem;font-size:0.765625rem;line- height:1.5;border-radius:0.2rem}.btn- block{display:block;width:100%}.btn-block+.btn- block{margin-top:0.5rem}input[type="submit"].btn- block,input[type="reset"].btn-block,input[type="button"].btn- block{width:100%}.fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced- motion: reduce){.fade{-webkit- transition:none;transition:none}}.fade:not(.show){opacity:0}.co llapse:not(.show){display:none}.collapsing{position:relative;he ight:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced- motion: reduce){.collapsing{-webkit- transition:none;transition:none}}.dropup,.dropright,.dropdown,. dropleft{position:relative}.dropdown-toggle{white- space:nowrap}.dropdown-toggle::after{display:inline-
  • 53. block;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}.dropdown-toggle:empty::after{margin- left:0}.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:0.875rem;color:#888;text-align:left;list- style:none;background-color:#282828;background-clip:padding- box;border:1px solid rgba(0,0,0,0.15);border- radius:0.25rem}.dropdown-menu- left{right:auto;left:0}.dropdown-menu- right{right:0;left:auto}@media (min-width: 576px){.dropdown- menu-sm-left{right:auto;left:0}.dropdown-menu-sm- right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown- menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown- menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown- menu-xl-right{right:0;left:auto}}.dropup .dropdown- menu{top:auto;bottom:100%;margin-top:0;margin- bottom:0.125rem}.dropup .dropdown- toggle::after{display:inline-block;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}.dropup .dropdown-toggle:empty::after{margin- left:0}.dropright .dropdown- menu{top:0;right:auto;left:100%;margin-top:0;margin- left:0.125rem}.dropright .dropdown- toggle::after{display:inline-block;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}.dropright .dropdown- toggle:empty::after{margin-left:0}.dropright .dropdown- toggle::after{vertical-align:0}.dropleft .dropdown-
  • 54. menu{top:0;right:100%;left:auto;margin-top:0;margin- right:0.125rem}.dropleft .dropdown- toggle::after{display:inline-block;margin-left:0.255em;vertical- align:0.255em;content:""}.dropleft .dropdown- toggle::after{display:none}.dropleft .dropdown- toggle::before{display:inline-block;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}.dropleft .dropdown- toggle:empty::after{margin-left:0}.dropleft .dropdown- toggle::before{vertical-align:0}.dropdown-menu[x- placement^="top"],.dropdown-menu[x- placement^="right"],.dropdown-menu[x- placement^="bottom"],.dropdown-menu[x- placement^="left"]{right:auto;bottom:auto}.dropdown- divider{height:0;margin:0.5rem 0;overflow:hidden;border- top:1px solid #222}.dropdown- item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#fff;text- align:inherit;white-space:nowrap;background- color:transparent;border:0}.dropdown-item:hover,.dropdown- item:focus{color:#fff;text-decoration:none;background- color:#2A9FD6}.dropdown-item.active,.dropdown- item:active{color:#fff;text-decoration:none;background- color:#2A9FD6}.dropdown-item.disabled,.dropdown- item:disabled{color:#555;pointer-events:none;background- color:transparent}.dropdown- menu.show{display:block}.dropdown- header{display:block;padding:0.5rem 1.5rem;margin- bottom:0;font-size:0.765625rem;color:#555;white- space:nowrap}.dropdown-item- text{display:block;padding:0.25rem 1.5rem;color:#fff}.btn- group,.btn-group-vertical{position:relative;display:-webkit- inline-box;display:-ms-inline-flexbox;display:inline- flex;vertical-align:middle}.btn-group>.btn,.btn-group- vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1
  • 55. auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group- vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn- group>.btn:active,.btn-group>.btn.active,.btn-group- vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group- vertical>.btn.active{z-index:1}.btn-toolbar{display:-webkit- box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex- wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify- content:flex-start}.btn-toolbar .input-group{width:auto}.btn- group>.btn:not(:first-child),.btn-group>.btn-group:not(:first- child){margin-left:-1px}.btn-group>.btn:not(:last- child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last- child)>.btn{border-top-right-radius:0;border-bottom-right- radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn- group:not(:first-child)>.btn{border-top-left-radius:0;border- bottom-left-radius:0}.dropdown-toggle-split{padding- right:0.75rem;padding-left:0.75rem}.dropdown-toggle- split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn- sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown- toggle-split{padding-right:0.375rem;padding- left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group- lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding- left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;- webkit-box-direction:normal;-ms-flex-direction:column;flex- direction:column;-webkit-box-align:start;-ms-flex- align:start;align-items:flex-start;-webkit-box-pack:center;-ms- flex-pack:center;justify-content:center}.btn-group- vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn- group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn- group:not(:first-child){margin-top:-1px}.btn-group- vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group- vertical>.btn-group:not(:last-child)>.btn{border-bottom-right- radius:0;border-bottom-left-radius:0}.btn-group- vertical>.btn:not(:first-child),.btn-group-vertical>.btn- group:not(:first-child)>.btn{border-top-left-radius:0;border-top-
  • 56. right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn- group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:- webkit-box;display:-ms-flexbox;display:flex;-ms-flex- wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex- align:stretch;align-items:stretch;width:100%}.input- group>.form-control,.input-group>.form-control- plaintext,.input-group>.custom-select,.input-group>.custom- file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input- group>.form-control+.form-control,.input-group>.form- control+.custom-select,.input-group>.form-control+.custom- file,.input-group>.form-control-plaintext+.form-control,.input- group>.form-control-plaintext+.custom-select,.input- group>.form-control-plaintext+.custom-file,.input- group>.custom-select+.form-control,.input-group>.custom- select+.custom-select,.input-group>.custom-select+.custom- file,.input-group>.custom-file+.form-control,.input- group>.custom-file+.custom-select,.input-group>.custom- file+.custom-file{margin-left:-1px}.input-group>.form- control:focus,.input-group>.custom-select:focus,.input- group>.custom-file .custom-file-input:focus ~ .custom-file- label{z-index:3}.input-group>.custom-file .custom-file- input:focus{z-index:4}.input-group>.form-control:not(:last- child),.input-group>.custom-select:not(:last-child){border-top- right-radius:0;border-bottom-right-radius:0}.input-group>.form- control:not(:first-child),.input-group>.custom-select:not(:first- child){border-top-left-radius:0;border-bottom-left- radius:0}.input-group>.custom-file{display:-webkit- box;display:-ms-flexbox;display:flex;-webkit-box-align:center;- ms-flex-align:center;align-items:center}.input-group>.custom- file:not(:last-child) .custom-file-label,.input-group>.custom-
  • 57. file:not(:last-child) .custom-file-label::after{border-top-right- radius:0;border-bottom-right-radius:0}.input-group>.custom- file:not(:first-child) .custom-file-label{border-top-left- radius:0;border-bottom-left-radius:0}.input-group- prepend,.input-group-append{display:-webkit-box;display:-ms- flexbox;display:flex}.input-group-prepend .btn,.input-group- append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input- group-prepend .btn+.btn,.input-group-prepend .btn+.input- group-text,.input-group-prepend .input-group-text+.input-group- text,.input-group-prepend .input-group-text+.btn,.input-group- append .btn+.btn,.input-group-append .btn+.input-group- text,.input-group-append .input-group-text+.input-group- text,.input-group-append .input-group-text+.btn{margin-left:- 1px}.input-group-prepend{margin-right:-1px}.input-group- append{margin-left:-1px}.input-group-text{display:-webkit- box;display:-ms-flexbox;display:flex;-webkit-box-align:center;- ms-flex-align:center;align-items:center;padding:0.375rem 1rem;margin-bottom:0;font-size:0.875rem;font-weight:400;line- height:1.5;color:#fff;text-align:center;white- space:nowrap;background-color:#282828;border:1px solid transparent;border-radius:0.25rem}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form- control:not(textarea),.input-group-lg>.custom- select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form- control,.input-group-lg>.custom-select,.input-group-lg>.input- group-prepend>.input-group-text,.input-group-lg>.input-group- append>.input-group-text,.input-group-lg>.input-group- prepend>.btn,.input-group-lg>.input-group- append>.btn{padding:0.5rem 1rem;font-size:1.09375rem;line- height:1.5;border-radius:0.3rem}.input-group-sm>.form- control:not(textarea),.input-group-sm>.custom- select{height:calc(1.5em + 0.5rem + 2px)}.input-group- sm>.form-control,.input-group-sm>.custom-select,.input-group- sm>.input-group-prepend>.input-group-text,.input-group-
  • 58. sm>.input-group-append>.input-group-text,.input-group- sm>.input-group-prepend>.btn,.input-group-sm>.input-group- append>.btn{padding:0.25rem 0.5rem;font- size:0.765625rem;line-height:1.5;border-radius:0.2rem}.input- group-lg>.custom-select,.input-group-sm>.custom- select{padding-right:2rem}.input-group>.input-group- prepend>.btn,.input-group>.input-group-prepend>.input-group- text,.input-group>.input-group-append:not(:last- child)>.btn,.input-group>.input-group-append:not(:last- child)>.input-group-text,.input-group>.input-group-append:last- child>.btn:not(:last-child):not(.dropdown-toggle),.input- group>.input-group-append:last-child>.input-group- text:not(:last-child){border-top-right-radius:0;border-bottom- right-radius:0}.input-group>.input-group-append>.btn,.input- group>.input-group-append>.input-group-text,.input- group>.input-group-prepend:not(:first-child)>.btn,.input- group>.input-group-prepend:not(:first-child)>.input-group- text,.input-group>.input-group-prepend:first- child>.btn:not(:first-child),.input-group>.input-group- prepend:first-child>.input-group-text:not(:first-child){border- top-left-radius:0;border-bottom-left-radius:0}.custom- control{position:relative;display:block;min- height:1.3125rem;padding-left:1.5rem}.custom-control- inline{display:-webkit-inline-box;display:-ms-inline- flexbox;display:inline-flex;margin-right:1rem}.custom-control- input{position:absolute;z-index:-1;opacity:0}.custom-control- input:checked ~ .custom-control- label::before{color:#fff;border-color:#2A9FD6;background- color:#2A9FD6}.custom-control-input:focus ~ .custom-control- label::before{-webkit-box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-control- input:focus:not(:checked) ~ .custom-control- label::before{border-color:#95cfeb}.custom-control- input:not(:disabled):active ~ .custom-control- label::before{color:#fff;background-color:#c0e2f3;border-
  • 59. color:#c0e2f3}.custom-control-input:disabled ~ .custom- control-label{color:#555}.custom-control-input:disabled ~ .custom-control-label::before{background- color:#ADAFAE}.custom-control- label{position:relative;margin-bottom:0;vertical- align:top}.custom-control- label::before{position:absolute;top:0.15625rem;left:- 1.5rem;display:block;width:1rem;height:1rem;pointer- events:none;content:"";background-color:#fff;border:#888 solid 1px}.custom-control- label::after{position:absolute;top:0.15625rem;left:- 1.5rem;display:block;width:1rem;height:1rem;content:"";backgr ound:no-repeat 50% / 50% 50%}.custom-checkbox .custom- control-label::before{border-radius:0.25rem}.custom-checkbox .custom-control-input:checked ~ .custom-control- label::after{background-image:url("data:image/svg+xml,%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")}.custom- checkbox .custom-control-input:indeterminate ~ .custom- control-label::before{border-color:#2A9FD6;background- color:#2A9FD6}.custom-checkbox .custom-control- input:indeterminate ~ .custom-control-label::after{background- image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control- input:disabled:checked ~ .custom-control- label::before{background-color:rgba(42,159,214,0.5)}.custom- checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background- color:rgba(42,159,214,0.5)}.custom-radio .custom-control- label::before{border-radius:50%}.custom-radio .custom-control- input:checked ~ .custom-control-label::after{background- image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8
  • 60. 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom- radio .custom-control-input:disabled:checked ~ .custom-control- label::before{background-color:rgba(42,159,214,0.5)}.custom- switch{padding-left:2.25rem}.custom-switch .custom-control- label::before{left:-2.25rem;width:1.75rem;pointer- events:all;border-radius:0.5rem}.custom-switch .custom- control-label::after{top:calc(0.15625rem + 2px);left:calc(- 2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#888;border-radius:0.5rem;-webkit- transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit- box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:transform 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;transition:transform 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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom- control-label::after{-webkit- transition:none;transition:none}}.custom-switch .custom- control-input:checked ~ .custom-control- label::after{background-color:#fff;-webkit- transform:translateX(0.75rem);transform:translateX(0.75rem)}.c ustom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background- color:rgba(42,159,214,0.5)}.custom-select{display:inline- block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 2rem 0.375rem 1rem;font- size:0.875rem;font-weight:400;line- height:1.5;color:#282828;vertical- align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23222' d='M2 0L0 2h4zm0 5L0
  • 61. 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;background-color:#fff;border:1px solid transparent;border-radius:0.25rem;-webkit-appearance:none;- moz-appearance:none;appearance:none}.custom- select:focus{border-color:#95cfeb;outline:0;-webkit-box- shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-select:focus::-ms- value{color:#282828;background-color:#fff}.custom- select[multiple],.custom- select[size]:not([size="1"]){height:auto;padding- right:1rem;background-image:none}.custom- select:disabled{color:#555;background-color:#e9ecef}.custom- select::-ms-expand{display:none}.custom-select- sm{height:calc(1.5em + 0.5rem + 2px);padding- top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font- size:0.765625rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:0.5rem;padding-bottom:0.5rem;padding- left:1rem;font-size:1.09375rem}.custom- file{position:relative;display:inline- block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin- bottom:0}.custom-file-input{position:relative;z- index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom- file-label{border-color:#95cfeb;-webkit-box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-file-input:disabled ~ .custom- file-label{background-color:#ADAFAE}.custom-file- input:lang(en) ~ .custom-file- label::after{content:"Browse"}.custom-file-input ~ .custom-file- label[data-browse]::after{content:attr(data-browse)}.custom- file-label{position:absolute;top:0;right:0;left:0;z- index:1;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 1rem;font-weight:400;line-height:1.5;color:#fff;background- color:#fff;border:1px solid #282828;border- radius:0.25rem}.custom-file- label::after{position:absolute;top:0;right:0;bottom:0;z-
  • 62. index:3;display:block;height:calc(1.5em + 0.75rem);padding:0.375rem 1rem;line- height:1.5;color:#fff;content:"Browse";background- color:#282828;border-left:inherit;border-radius:0 0.25rem 0.25rem 0}.custom-range{width:100%;height:calc(1rem + 0.4rem);padding:0;background-color:transparent;-webkit- appearance:none;-moz- appearance:none;appearance:none}.custom- range:focus{outline:none}.custom-range:focus::-webkit-slider- thumb{-webkit-box-shadow:0 0 0 1px #060606,0 0 0 0.2rem rgba(42,159,214,0.25);box-shadow:0 0 0 1px #060606,0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-range:focus::-moz- range-thumb{box-shadow:0 0 0 1px #060606,0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-range:focus::-ms-thumb{box- shadow:0 0 0 1px #060606,0 0 0 0.2rem rgba(42,159,214,0.25)}.custom-range::-moz-focus- outer{border:0}.custom-range::-webkit-slider- thumb{width:1rem;height:1rem;margin-top:- 0.25rem;background-color:#2A9FD6;border:0;border- radius:1rem;-webkit-transition:background-color 0.15s ease-in- out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease- in-out;transition:background-color 0.15s ease-in-out, border- color 0.15s ease-in-out, box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box- shadow 0.15s ease-in-out;-webkit- appearance:none;appearance:none}@media (prefers-reduced- motion: reduce){.custom-range::-webkit-slider-thumb{-webkit- transition:none;transition:none}}.custom-range::-webkit-slider- thumb:active{background-color:#c0e2f3}.custom-range::- webkit-slider-runnable- track{width:100%;height:0.5rem;color:transparent;cursor:pointe r;background-color:#dee2e6;border-color:transparent;border- radius:1rem}.custom-range::-moz-range-
  • 63. thumb{width:1rem;height:1rem;background- color:#2A9FD6;border:0;border-radius:1rem;-webkit- transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box- shadow 0.15s ease-in-out;-moz- appearance:none;appearance:none}@media (prefers-reduced- motion: reduce){.custom-range::-moz-range-thumb{-webkit- transition:none;transition:none}}.custom-range::-moz-range- thumb:active{background-color:#c0e2f3}.custom-range::-moz- range- track{width:100%;height:0.5rem;color:transparent;cursor:pointe r;background-color:#dee2e6;border-color:transparent;border- radius:1rem}.custom-range::-ms- thumb{width:1rem;height:1rem;margin-top:0;margin- right:0.2rem;margin-left:0.2rem;background- color:#2A9FD6;border:0;border-radius:1rem;-webkit- transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box- shadow 0.15s ease-in-out;appearance:none}@media (prefers- reduced-motion: reduce){.custom-range::-ms-thumb{-webkit- transition:none;transition:none}}.custom-range::-ms- thumb:active{background-color:#c0e2f3}.custom-range::-ms- track{width:100%;height:0.5rem;color:transparent;cursor:pointe r;background-color:transparent;border-color:transparent;border-
  • 64. width:0.5rem}.custom-range::-ms-fill-lower{background- color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill- upper{margin-right:15px;background-color:#dee2e6;border- radius:1rem}.custom-range:disabled::-webkit-slider- thumb{background-color:#888}.custom-range:disabled::- webkit-slider-runnable-track{cursor:default}.custom- range:disabled::-moz-range-thumb{background- color:#888}.custom-range:disabled::-moz-range- track{cursor:default}.custom-range:disabled::-ms- thumb{background-color:#888}.custom-control- label::before,.custom-file-label,.custom-select{-webkit- transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in- out;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box- shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file- label,.custom-select{-webkit- transition:none;transition:none}}.nav{display:-webkit- box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex- wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav- link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav- link:focus{text-decoration:none}.nav- link.disabled{color:#555;pointer- events:none;cursor:default}.nav-tabs{border-bottom:1px solid #282828}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left- radius:0.25rem;border-top-right-radius:0.25rem}.nav-tabs .nav- link:hover,.nav-tabs .nav-link:focus{border- color:#282828}.nav-tabs .nav- link.disabled{color:#555;background-color:transparent;border- color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-
  • 65. item.show .nav-link{color:#fff;background- color:#282828;border-color:#282828}.nav-tabs .dropdown- menu{margin-top:-1px;border-top-left-radius:0;border-top- right-radius:0}.nav-pills .nav-link{border-radius:0.25rem}.nav- pills .nav-link.active,.nav-pills .show>.nav- link{color:#fff;background-color:#2A9FD6}.nav-fill .nav- item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text- align:center}.nav-justified .nav-item{-ms-flex-preferred- size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex- grow:1;text-align:center}.tab-content>.tab- pane{display:none}.tab- content>.active{display:block}.navbar{position:relative;display :-webkit-box;display:-ms-flexbox;display:flex;-ms-flex- wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex- align:center;align-items:center;-webkit-box-pack:justify;-ms- flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:- webkit-box;display:-ms-flexbox;display:flex;-ms-flex- wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex- align:center;align-items:center;-webkit-box-pack:justify;-ms- flex-pack:justify;justify-content:space-between}.navbar- brand{display:inline-block;padding-top:0.3359375rem;padding- bottom:0.3359375rem;margin-right:1rem;font- size:1.09375rem;line-height:inherit;white- space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text- decoration:none}.navbar-nav{display:-webkit-box;display:-ms- flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box- direction:normal;-ms-flex-direction:column;flex- direction:column;padding-left:0;margin-bottom:0;list- style:none}.navbar-nav .nav-link{padding-right:0;padding- left:0}.navbar-nav .dropdown- menu{position:static;float:none}.navbar-text{display:inline- block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar- collapse{-ms-flex-preferred-size:100%;flex-basis:100%;- webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box- align:center;-ms-flex-align:center;align-items:center}.navbar-
  • 66. toggler{padding:0.25rem 0.75rem;font-size:1.09375rem;line- height:1;background-color:transparent;border:1px solid transparent;border-radius:0.25rem}.navbar- toggler:hover,.navbar-toggler:focus{text- decoration:none}.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: 575.98px){.navbar-expand-sm>.container,.navbar-expand- sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box- orient:horizontal;-webkit-box-direction:normal;-ms-flex- flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;- ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box- direction:normal;-ms-flex-direction:row;flex- direction:row}.navbar-expand-sm .navbar-nav .dropdown- menu{position:absolute}.navbar-expand-sm .navbar-nav .nav- link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand- sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex- wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar- collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred- size:auto;flex-basis:auto}.navbar-expand-sm .navbar- toggler{display:none}}@media (max-width: 767.98px){.navbar- expand-md>.container,.navbar-expand-md>.container- fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;- webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex- flow:row nowrap;-webkit-box-pack:start;-ms-flex- pack:start;justify-content:flex-start}.navbar-expand-md .navbar- nav{-webkit-box-orient:horizontal;-webkit-box- direction:normal;-ms-flex-direction:row;flex- direction:row}.navbar-expand-md .navbar-nav .dropdown- menu{position:absolute}.navbar-expand-md .navbar-nav .nav- link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-
  • 67. md>.container,.navbar-expand-md>.container-fluid{-ms-flex- wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar- collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred- size:auto;flex-basis:auto}.navbar-expand-md .navbar- toggler{display:none}}@media (max-width: 991.98px){.navbar- expand-lg>.container,.navbar-expand-lg>.container- fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;- webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex- flow:row nowrap;-webkit-box-pack:start;-ms-flex- pack:start;justify-content:flex-start}.navbar-expand-lg .navbar- nav{-webkit-box-orient:horizontal;-webkit-box- direction:normal;-ms-flex-direction:row;flex- direction:row}.navbar-expand-lg .navbar-nav .dropdown- menu{position:absolute}.navbar-expand-lg .navbar-nav .nav- link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand- lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex- wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar- collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred- size:auto;flex-basis:auto}.navbar-expand-lg .navbar- toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand- xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box- orient:horizontal;-webkit-box-direction:normal;-ms-flex- flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;- ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box- direction:normal;-ms-flex-direction:row;flex- direction:row}.navbar-expand-xl .navbar-nav .dropdown- menu{position:absolute}.navbar-expand-xl .navbar-nav .nav- link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand- xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex- wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-
  • 68. collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred- size:auto;flex-basis:auto}.navbar-expand-xl .navbar- toggler{display:none}}.navbar-expand{-webkit-box- orient:horizontal;-webkit-box-direction:normal;-ms-flex- flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;- ms-flex-pack:start;justify-content:flex-start}.navbar- expand>.container,.navbar-expand>.container-fluid{padding- right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit- box-orient:horizontal;-webkit-box-direction:normal;-ms-flex- direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar- expand>.container,.navbar-expand>.container-fluid{-ms-flex- wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar- collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred- size:auto;flex-basis:auto}.navbar-expand .navbar- toggler{display:none}.navbar-light .navbar- brand{color:rgba(0,0,0,0.9)}.navbar-light .navbar- brand:hover,.navbar-light .navbar- brand:focus{color:rgba(0,0,0,0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,0.5)}.navbar-light .navbar-nav .nav- link:hover,.navbar-light .navbar-nav .nav- link:focus{color:rgba(0,0,0,0.7)}.navbar-light .navbar-nav .nav- link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav- link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,0.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,0.5);border- color:rgba(0,0,0,0.1)}.navbar-light .navbar-toggler- icon{background-image:url("data:image/svg+xml,%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
  • 69. 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar- text{color:rgba(0,0,0,0.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,0.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,0.9)}.navbar-dark .navbar- brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav- link{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav- link:focus{color:#fff}.navbar-dark .navbar-nav .nav- link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav- link.show,.navbar-dark .navbar-nav .nav- link.active{color:#fff}.navbar-dark .navbar- toggler{color:rgba(255,255,255,0.5);border- color:rgba(255,255,255,0.1)}.navbar-dark .navbar-toggler- icon{background-image:url("data:image/svg+xml,%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")}.navbar-dark .navbar- text{color:rgba(255,255,255,0.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:- webkit-box;display:-ms-flexbox;display:flex;-webkit-box- orient:vertical;-webkit-box-direction:normal;-ms-flex- direction:column;flex-direction:column;min-width:0;word- wrap:break-word;background-color:#282828;background- clip:border-box;border:1px solid rgba(0,0,0,0.125);border- radius:0.25rem}.card>hr{margin-right:0;margin- left:0}.card>.list-group:first-child .list-group-item:first- child{border-top-left-radius:0.25rem;border-top-right- radius:0.25rem}.card>.list-group:last-child .list-group-item:last- child{border-bottom-right-radius:0.25rem;border-bottom-left-