.bootstrap-wrapper :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
}
.bootstrap-wrapper *,
.bootstrap-wrapper *::before,
.bootstrap-wrapper *::after {
box-sizing: border-box;
}
.bootstrap-wrapper {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bootstrap-wrapper article,
.bootstrap-wrapper aside,
.bootstrap-wrapper figcaption,
.bootstrap-wrapper figure,
.bootstrap-wrapper footer,
.bootstrap-wrapper header,
.bootstrap-wrapper hgroup,
.bootstrap-wrapper main,
.bootstrap-wrapper nav,
.bootstrap-wrapper section {
display: block;
}
.bootstrap-wrapper{
margin: 0; font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}
.bootstrap-wrapper [tabindex="-1"]:focus {
outline: 0 !important;
}
.bootstrap-wrapper hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
.bootstrap-wrapper p {
margin-top: 0;
margin-bottom: 1rem;
}
.bootstrap-wrapper abbr[title],
.bootstrap-wrapper abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
.bootstrap-wrapper address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
.bootstrap-wrapper ol,
.bootstrap-wrapper ul,
.bootstrap-wrapper dl {
margin-top: 0;
margin-bottom: 1rem;
}
.bootstrap-wrapper ol ol,
.bootstrap-wrapper ul ul,
.bootstrap-wrapper ol ul,
.bootstrap-wrapper ul ol {
margin-bottom: 0;
}
.bootstrap-wrapper dt {
font-weight: 700;
}
.bootstrap-wrapper dd {
margin-bottom: .5rem;
margin-left: 0;
}
.bootstrap-wrapper blockquote {
margin: 0 0 1rem;
}
.bootstrap-wrapper b,
.bootstrap-wrapper strong {
font-weight: bolder;
}
.bootstrap-wrapper small { }
.bootstrap-wrapper sub,
.bootstrap-wrapper sup {
position: relative; line-height: 0;
vertical-align: baseline;
}
.bootstrap-wrapper sub {
bottom: -0.25em;
}
.bootstrap-wrapper sup {
top: -0.5em;
}
.bootstrap-wrapper a {
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]):hover,
.bootstrap-wrapper a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
.bootstrap-wrapper a:not([href]):not([tabindex]):focus {
outline: 0;
}
.bootstrap-wrapper pre,
.bootstrap-wrapper code,
.bootstrap-wrapper kbd,
.bootstrap-wrapper samp { }
.bootstrap-wrapper pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
.bootstrap-wrapper figure {
margin: 0 0 1rem;
}
.bootstrap-wrapper img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
.bootstrap-wrapper svg {
overflow: hidden;
vertical-align: middle;
}
.bootstrap-wrapper table {
border-collapse: collapse;
}
.bootstrap-wrapper caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
.bootstrap-wrapper th {
text-align: inherit;
}
.bootstrap-wrapper label {
display: inline-block;
margin-bottom: 0.5rem;
}
.bootstrap-wrapper button {
border-radius: 0;
}
.bootstrap-wrapper button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-wrapper input,
.bootstrap-wrapper button,
.bootstrap-wrapper select,
.bootstrap-wrapper optgroup,
.bootstrap-wrapper textarea {
margin: 0;
font-family: inherit; line-height: inherit;
}
.bootstrap-wrapper button,
.bootstrap-wrapper input {
overflow: visible;
}
.bootstrap-wrapper button,
.bootstrap-wrapper select {
text-transform: none;
}
.bootstrap-wrapper select {
word-wrap: normal;
}
.bootstrap-wrapper button,
.bootstrap-wrapper [type="button"],
.bootstrap-wrapper [type="reset"],
.bootstrap-wrapper [type="submit"] {
-webkit-appearance: button;
}
.bootstrap-wrapper button:not(:disabled),
.bootstrap-wrapper [type="button"]:not(:disabled),
.bootstrap-wrapper [type="reset"]:not(:disabled),
.bootstrap-wrapper [type="submit"]:not(:disabled) {
cursor: pointer;
}
.bootstrap-wrapper button::-moz-focus-inner,
.bootstrap-wrapper [type="button"]::-moz-focus-inner,
.bootstrap-wrapper [type="reset"]::-moz-focus-inner,
.bootstrap-wrapper [type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
.bootstrap-wrapper input[type="radio"],
.bootstrap-wrapper input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
.bootstrap-wrapper input[type="date"],
.bootstrap-wrapper input[type="time"],
.bootstrap-wrapper input[type="datetime-local"],
.bootstrap-wrapper input[type="month"] {
-webkit-appearance: listbox;
}
.bootstrap-wrapper textarea {
overflow: auto;
resize: vertical;
}
.bootstrap-wrapper fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
.bootstrap-wrapper legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem; line-height: inherit;
color: inherit;
white-space: normal;
}
.bootstrap-wrapper progress {
vertical-align: baseline;
}
.bootstrap-wrapper [type="number"]::-webkit-inner-spin-button,
.bootstrap-wrapper [type="number"]::-webkit-outer-spin-button {
height: auto;
}
.bootstrap-wrapper [type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
.bootstrap-wrapper [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.bootstrap-wrapper ::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
.bootstrap-wrapper output {
display: inline-block;
}
.bootstrap-wrapper summary {
display: list-item;
cursor: pointer;
}
.bootstrap-wrapper template {
display: none;
}
.bootstrap-wrapper [hidden] {
display: none !important;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3,
.bootstrap-wrapper h4,
.bootstrap-wrapper h5,
.bootstrap-wrapper h6,
.bootstrap-wrapper .h1,
.bootstrap-wrapper .h2,
.bootstrap-wrapper .h3,
.bootstrap-wrapper .h4,
.bootstrap-wrapper .h5,
.bootstrap-wrapper .h6 {
margin-bottom: 0.5rem; line-height: 1.2;
}
.bootstrap-wrapper h1,
.bootstrap-wrapper .h1 { }
.bootstrap-wrapper h2,
.bootstrap-wrapper .h2 { }
.bootstrap-wrapper h3,
.bootstrap-wrapper .h3 { }
.bootstrap-wrapper h4,
.bootstrap-wrapper .h4 { }
.bootstrap-wrapper h5,
.bootstrap-wrapper .h5 { }
.bootstrap-wrapper h6,
.bootstrap-wrapper .h6 { }
.bootstrap-wrapper .lead { font-weight: 300;
}
.bootstrap-wrapper .display-1 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-2 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-3 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper .display-4 { font-weight: 300;
line-height: 1.2;
}
.bootstrap-wrapper hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0,0,0,0.4);
}
.bootstrap-wrapper small,
.bootstrap-wrapper .small {
font-size: 80%;
font-weight: 400;
}
.bootstrap-wrapper mark,
.bootstrap-wrapper .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.bootstrap-wrapper .list-unstyled {
padding-left: 0;
list-style: none;
}
.bootstrap-wrapper .list-inline {
padding-left: 0;
list-style: none;
}
.bootstrap-wrapper .list-inline-item {
display: inline-block;
}
.bootstrap-wrapper .list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.bootstrap-wrapper .initialism {
font-size: 90%;
text-transform: uppercase;
}
.bootstrap-wrapper .blockquote {
margin-bottom: 1rem; }
.bootstrap-wrapper .blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.bootstrap-wrapper .blockquote-footer::before {
content: "\2014\00A0";
}
.bootstrap-wrapper .img-fluid {
max-width: 100%;
height: auto;
}
.bootstrap-wrapper .img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.bootstrap-wrapper .figure {
display: inline-block;
}
.bootstrap-wrapper .figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.bootstrap-wrapper .figure-caption {
font-size: 90%;
color: #6c757d;
}
.bootstrap-wrapper code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word;
}
.bootstrap-wrapper a > code {
color: inherit;
}
.bootstrap-wrapper kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
.bootstrap-wrapper kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
.bootstrap-wrapper pre {
display: block;
font-size: 87.5%;
color: #212529;
}
.bootstrap-wrapper pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.bootstrap-wrapper .pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.bootstrap-wrapper .container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.bootstrap-wrapper .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .container {
max-width: 760px;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .container {
max-width: 990px;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .container,
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.page .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
max-width: 1200px;
}
}
@media (min-width: 1400px) {
.bootstrap-wrapper .container {
max-width: 1320px;
}
}
.bootstrap-wrapper .container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.bootstrap-wrapper .row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
margin-right: 0;
margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .col-1,
.bootstrap-wrapper .col-2,
.bootstrap-wrapper .col-3,
.bootstrap-wrapper .col-4,
.bootstrap-wrapper .col-5,
.bootstrap-wrapper .col-6,
.bootstrap-wrapper .col-7,
.bootstrap-wrapper .col-8,
.bootstrap-wrapper .col-9,
.bootstrap-wrapper .col-10,
.bootstrap-wrapper .col-11,
.bootstrap-wrapper .col-12,
.bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto,
.bootstrap-wrapper .col-sm-1,
.bootstrap-wrapper .col-sm-2,
.bootstrap-wrapper .col-sm-3,
.bootstrap-wrapper .col-sm-4,
.bootstrap-wrapper .col-sm-5,
.bootstrap-wrapper .col-sm-6,
.bootstrap-wrapper .col-sm-7,
.bootstrap-wrapper .col-sm-8,
.bootstrap-wrapper .col-sm-9,
.bootstrap-wrapper .col-sm-10,
.bootstrap-wrapper .col-sm-11,
.bootstrap-wrapper .col-sm-12,
.bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto,
.bootstrap-wrapper .col-md-1,
.bootstrap-wrapper .col-md-2,
.bootstrap-wrapper .col-md-3,
.bootstrap-wrapper .col-md-4,
.bootstrap-wrapper .col-md-5,
.bootstrap-wrapper .col-md-6,
.bootstrap-wrapper .col-md-7,
.bootstrap-wrapper .col-md-8,
.bootstrap-wrapper .col-md-9,
.bootstrap-wrapper .col-md-10,
.bootstrap-wrapper .col-md-11,
.bootstrap-wrapper .col-md-12,
.bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto,
.bootstrap-wrapper .col-lg-1,
.bootstrap-wrapper .col-lg-2,
.bootstrap-wrapper .col-lg-3,
.bootstrap-wrapper .col-lg-4,
.bootstrap-wrapper .col-lg-5,
.bootstrap-wrapper .col-lg-6,
.bootstrap-wrapper .col-lg-7,
.bootstrap-wrapper .col-lg-8,
.bootstrap-wrapper .col-lg-9,
.bootstrap-wrapper .col-lg-10,
.bootstrap-wrapper .col-lg-11,
.bootstrap-wrapper .col-lg-12,
.bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto,
.bootstrap-wrapper .col-xl-1,
.bootstrap-wrapper .col-xl-2,
.bootstrap-wrapper .col-xl-3,
.bootstrap-wrapper .col-xl-4,
.bootstrap-wrapper .col-xl-5,
.bootstrap-wrapper .col-xl-6,
.bootstrap-wrapper .col-xl-7,
.bootstrap-wrapper .col-xl-8,
.bootstrap-wrapper .col-xl-9,
.bootstrap-wrapper .col-xl-10,
.bootstrap-wrapper .col-xl-11,
.bootstrap-wrapper .col-xl-12,
.bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.bootstrap-wrapper .col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.bootstrap-wrapper .col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-sm-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-sm-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-sm-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-sm-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-sm-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-sm-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-sm-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-sm-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-sm-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-sm-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-sm-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-md-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-md-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-md-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-md-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-md-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-md-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-md-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-md-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-md-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-md-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-md-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-md-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-md-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-lg-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-lg-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-lg-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-lg-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-lg-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-lg-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-lg-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-lg-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-lg-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-lg-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-lg-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.bootstrap-wrapper .col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.bootstrap-wrapper .col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.bootstrap-wrapper .col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.bootstrap-wrapper .col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bootstrap-wrapper .col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.bootstrap-wrapper .col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.bootstrap-wrapper .col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bootstrap-wrapper .col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.bootstrap-wrapper .col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.bootstrap-wrapper .col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bootstrap-wrapper .col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.bootstrap-wrapper .col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.bootstrap-wrapper .col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bootstrap-wrapper .order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.bootstrap-wrapper .order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.bootstrap-wrapper .order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.bootstrap-wrapper .order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.bootstrap-wrapper .order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.bootstrap-wrapper .order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.bootstrap-wrapper .order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.bootstrap-wrapper .order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.bootstrap-wrapper .order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.bootstrap-wrapper .order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.bootstrap-wrapper .order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.bootstrap-wrapper .order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.bootstrap-wrapper .order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.bootstrap-wrapper .order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.bootstrap-wrapper .order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.bootstrap-wrapper .offset-xl-0 {
margin-left: 0;
}
.bootstrap-wrapper .offset-xl-1 {
margin-left: 8.333333%;
}
.bootstrap-wrapper .offset-xl-2 {
margin-left: 16.666667%;
}
.bootstrap-wrapper .offset-xl-3 {
margin-left: 25%;
}
.bootstrap-wrapper .offset-xl-4 {
margin-left: 33.333333%;
}
.bootstrap-wrapper .offset-xl-5 {
margin-left: 41.666667%;
}
.bootstrap-wrapper .offset-xl-6 {
margin-left: 50%;
}
.bootstrap-wrapper .offset-xl-7 {
margin-left: 58.333333%;
}
.bootstrap-wrapper .offset-xl-8 {
margin-left: 66.666667%;
}
.bootstrap-wrapper .offset-xl-9 {
margin-left: 75%;
}
.bootstrap-wrapper .offset-xl-10 {
margin-left: 83.333333%;
}
.bootstrap-wrapper .offset-xl-11 {
margin-left: 91.666667%;
}
}
.bootstrap-wrapper .table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.bootstrap-wrapper .table th,
.bootstrap-wrapper .table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.bootstrap-wrapper .table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.bootstrap-wrapper .table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.bootstrap-wrapper .table-sm th,
.bootstrap-wrapper .table-sm td {
padding: 0.3rem;
}
.bootstrap-wrapper .table-bordered {
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .table-bordered th,
.bootstrap-wrapper .table-bordered td {
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .table-bordered thead th,
.bootstrap-wrapper .table-bordered thead td {
border-bottom-width: 2px;
}
.bootstrap-wrapper .table-borderless th,
.bootstrap-wrapper .table-borderless td,
.bootstrap-wrapper .table-borderless thead th,
.bootstrap-wrapper .table-borderless tbody + tbody {
border: 0;
}
.bootstrap-wrapper .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,0.05);
}
.bootstrap-wrapper .table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-primary,
.bootstrap-wrapper .table-primary > th,
.bootstrap-wrapper .table-primary > td {
background-color: #b8daff;
}
.bootstrap-wrapper .table-primary th,
.bootstrap-wrapper .table-primary td,
.bootstrap-wrapper .table-primary thead th,
.bootstrap-wrapper .table-primary tbody + tbody {
border-color: #7abaff;
}
.bootstrap-wrapper .table-hover .table-primary:hover {
background-color: #9fcdff;
}
.bootstrap-wrapper .table-hover .table-primary:hover > td,
.bootstrap-wrapper .table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.bootstrap-wrapper .table-secondary,
.bootstrap-wrapper .table-secondary > th,
.bootstrap-wrapper .table-secondary > td {
background-color: #d6d8db;
}
.bootstrap-wrapper .table-secondary th,
.bootstrap-wrapper .table-secondary td,
.bootstrap-wrapper .table-secondary thead th,
.bootstrap-wrapper .table-secondary tbody + tbody {
border-color: #b3b7bb;
}
.bootstrap-wrapper .table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.bootstrap-wrapper .table-hover .table-secondary:hover > td,
.bootstrap-wrapper .table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.bootstrap-wrapper .table-success,
.bootstrap-wrapper .table-success > th,
.bootstrap-wrapper .table-success > td {
background-color: #c3e6cb;
}
.bootstrap-wrapper .table-success th,
.bootstrap-wrapper .table-success td,
.bootstrap-wrapper .table-success thead th,
.bootstrap-wrapper .table-success tbody + tbody {
border-color: #8fd19e;
}
.bootstrap-wrapper .table-hover .table-success:hover {
background-color: #b1dfbb;
}
.bootstrap-wrapper .table-hover .table-success:hover > td,
.bootstrap-wrapper .table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.bootstrap-wrapper .table-info,
.bootstrap-wrapper .table-info > th,
.bootstrap-wrapper .table-info > td {
background-color: #bee5eb;
}
.bootstrap-wrapper .table-info th,
.bootstrap-wrapper .table-info td,
.bootstrap-wrapper .table-info thead th,
.bootstrap-wrapper .table-info tbody + tbody {
border-color: #86cfda;
}
.bootstrap-wrapper .table-hover .table-info:hover {
background-color: #abdde5;
}
.bootstrap-wrapper .table-hover .table-info:hover > td,
.bootstrap-wrapper .table-hover .table-info:hover > th {
background-color: #abdde5;
}
.bootstrap-wrapper .table-warning,
.bootstrap-wrapper .table-warning > th,
.bootstrap-wrapper .table-warning > td {
background-color: #ffeeba;
}
.bootstrap-wrapper .table-warning th,
.bootstrap-wrapper .table-warning td,
.bootstrap-wrapper .table-warning thead th,
.bootstrap-wrapper .table-warning tbody + tbody {
border-color: #ffdf7e;
}
.bootstrap-wrapper .table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.bootstrap-wrapper .table-hover .table-warning:hover > td,
.bootstrap-wrapper .table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.bootstrap-wrapper .table-danger,
.bootstrap-wrapper .table-danger > th,
.bootstrap-wrapper .table-danger > td {
background-color: #f5c6cb;
}
.bootstrap-wrapper .table-danger th,
.bootstrap-wrapper .table-danger td,
.bootstrap-wrapper .table-danger thead th,
.bootstrap-wrapper .table-danger tbody + tbody {
border-color: #ed969e;
}
.bootstrap-wrapper .table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.bootstrap-wrapper .table-hover .table-danger:hover > td,
.bootstrap-wrapper .table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.bootstrap-wrapper .table-light,
.bootstrap-wrapper .table-light > th,
.bootstrap-wrapper .table-light > td {
background-color: #fdfdfe;
}
.bootstrap-wrapper .table-light th,
.bootstrap-wrapper .table-light td,
.bootstrap-wrapper .table-light thead th,
.bootstrap-wrapper .table-light tbody + tbody {
border-color: #fbfcfc;
}
.bootstrap-wrapper .table-hover .table-light:hover {
background-color: #ececf6;
}
.bootstrap-wrapper .table-hover .table-light:hover > td,
.bootstrap-wrapper .table-hover .table-light:hover > th {
background-color: #ececf6;
}
.bootstrap-wrapper .table-dark,
.bootstrap-wrapper .table-dark > th,
.bootstrap-wrapper .table-dark > td {
background-color: #c6c8ca;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th,
.bootstrap-wrapper .table-dark tbody + tbody {
border-color: #95999c;
}
.bootstrap-wrapper .table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.bootstrap-wrapper .table-hover .table-dark:hover > td,
.bootstrap-wrapper .table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.bootstrap-wrapper .table-active,
.bootstrap-wrapper .table-active > th,
.bootstrap-wrapper .table-active > td {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-hover .table-active:hover {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table-hover .table-active:hover > td,
.bootstrap-wrapper .table-hover .table-active:hover > th {
background-color: rgba(0,0,0,0.075);
}
.bootstrap-wrapper .table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.bootstrap-wrapper .table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.bootstrap-wrapper .table-dark {
color: #fff;
background-color: #343a40;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th {
border-color: #454d55;
}
.bootstrap-wrapper .table-dark.table-bordered {
border: 0;
}
.bootstrap-wrapper .table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255,255,255,0.05);
}
.bootstrap-wrapper .table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255,255,255,0.075);
}
@media (max-width: 575.98px) {
.bootstrap-wrapper .table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.bootstrap-wrapper .table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.bootstrap-wrapper .table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.bootstrap-wrapper .table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive-xl > .table-bordered {
border: 0;
}
}
.bootstrap-wrapper .table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.bootstrap-wrapper .table-responsive > .table-bordered {
border: 0;
}
.bootstrap-wrapper .form-control {
display: block;
width: 100%;
height: calc(4.25em);
padding: 0.375rem 0.75rem; font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .form-control {
transition: none;
}
}
.bootstrap-wrapper .form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.bootstrap-wrapper .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.bootstrap-wrapper .form-control:disabled,
.bootstrap-wrapper .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.bootstrap-wrapper select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.bootstrap-wrapper .form-control-file,
.bootstrap-wrapper .form-control-range {
display: block;
width: 100%;
}
.bootstrap-wrapper .col-form-label {
padding-top: calc(1.375rem);
padding-bottom: calc(1.375rem);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.bootstrap-wrapper .col-form-label-lg {
padding-top: calc(1.5rem);
padding-bottom: calc(1.5rem); line-height: 1.5;
}
.bootstrap-wrapper .col-form-label-sm {
padding-top: calc(1.25rem);
padding-bottom: calc(1.25rem); line-height: 1.5;
}
.bootstrap-wrapper .form-control-plaintext {
display: block;
width: 100%;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.bootstrap-wrapper .form-control-plaintext.form-control-sm,
.bootstrap-wrapper .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .form-control-sm {
height: calc(4em);
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .form-control-lg {
height: calc(4.5em);
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper select.form-control[size],
.bootstrap-wrapper select.form-control[multiple] {
height: auto;
}
.bootstrap-wrapper textarea.form-control {
height: auto;
}
.bootstrap-wrapper .form-group {
margin-bottom: 1rem;
}
.bootstrap-wrapper .form-text {
display: block;
margin-top: 0.25rem;
}
.bootstrap-wrapper .form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.bootstrap-wrapper .form-row > .col,
.bootstrap-wrapper .form-row > [class*="col-"] {
padding-right: 5px;
padding-left: 5px;
}
.bootstrap-wrapper .form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.bootstrap-wrapper .form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.bootstrap-wrapper .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
.bootstrap-wrapper .form-check-label {
margin-bottom: 0;
}
.bootstrap-wrapper .form-check-inline {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.bootstrap-wrapper .form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.bootstrap-wrapper .valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem; color: #28a745;
}
.bootstrap-wrapper .valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem; line-height: 1.5;
color: #fff;
background-color: rgba(40,167,69,0.9);
border-radius: 0.25rem;
}
.bootstrap-wrapper .was-validated .form-control:valid,
.bootstrap-wrapper .form-control.is-valid {
border-color: #28a745;
padding-right: calc(2.25em);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.5625em);
background-size: calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .form-control:valid:focus,
.bootstrap-wrapper .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .form-control:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-control:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-control.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-control.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated textarea.form-control:valid,
.bootstrap-wrapper textarea.form-control.is-valid {
padding-right: calc(2.25em);
background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrap-wrapper .was-validated .custom-select:valid,
.bootstrap-wrapper .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(3.0625em);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .custom-select:valid:focus,
.bootstrap-wrapper .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-select:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-select:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-select.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-control-file:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-control-file:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-control-file.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .form-check-label,
.bootstrap-wrapper .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label,
.bootstrap-wrapper .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-control-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-control-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .valid-feedback,
.bootstrap-wrapper .was-validated .custom-file-input:valid ~ .valid-tooltip,
.bootstrap-wrapper .custom-file-input.is-valid ~ .valid-feedback,
.bootstrap-wrapper .custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}
.bootstrap-wrapper .invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}
.bootstrap-wrapper .invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: .1rem; line-height: 1.5;
color: #fff;
background-color: rgba(220,53,69,0.9);
border-radius: 0.25rem;
}
.bootstrap-wrapper .was-validated .form-control:invalid,
.bootstrap-wrapper .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(2.25em);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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.5625em);
background-size: calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .form-control:invalid:focus,
.bootstrap-wrapper .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .form-control:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-control:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-control.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-control.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated textarea.form-control:invalid,
.bootstrap-wrapper textarea.form-control.is-invalid {
padding-right: calc(2.25em);
background-position: top calc(0.5625em) right calc(0.5625em);
}
.bootstrap-wrapper .was-validated .custom-select:invalid,
.bootstrap-wrapper .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(3.0625em);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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 1.75rem/calc(1.125em) calc(1.125em);
}
.bootstrap-wrapper .was-validated .custom-select:invalid:focus,
.bootstrap-wrapper .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-select:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-select:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-select.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-control-file:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-control-file:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-control-file.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .form-check-label,
.bootstrap-wrapper .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.bootstrap-wrapper .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.bootstrap-wrapper .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .invalid-feedback,
.bootstrap-wrapper .custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.bootstrap-wrapper .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.bootstrap-wrapper .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.25);
}
.bootstrap-wrapper .form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.bootstrap-wrapper .form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.bootstrap-wrapper .form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0;
}
.bootstrap-wrapper .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.bootstrap-wrapper .form-inline .form-control-plaintext {
display: inline-block;
}
.bootstrap-wrapper .form-inline .input-group,
.bootstrap-wrapper .form-inline .custom-select {
width: auto;
}
.bootstrap-wrapper .form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.bootstrap-wrapper .form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.bootstrap-wrapper .form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.bootstrap-wrapper .form-inline .custom-control-label {
margin-bottom: 0;
}
}
.bootstrap-wrapper .btn {
display: inline-block;
font-weight: 400;
color: #212529;
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 0.75rem; line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .btn {
transition: none;
}
}
.bootstrap-wrapper .btn:hover {
color: #212529;
text-decoration: none;
}
.bootstrap-wrapper .btn:focus,
.bootstrap-wrapper .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .btn.disabled,
.bootstrap-wrapper .btn:disabled {
opacity: 0.65;
}
.bootstrap-wrapper a.btn.disabled,
.bootstrap-wrapper fieldset:disabled a.btn {
pointer-events: none;
}
.bootstrap-wrapper .btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.bootstrap-wrapper .btn-primary:focus,
.bootstrap-wrapper .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
}
.bootstrap-wrapper .btn-primary.disabled,
.bootstrap-wrapper .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38,143,255,0.5);
}
.bootstrap-wrapper .btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.bootstrap-wrapper .btn-secondary:focus,
.bootstrap-wrapper .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}
.bootstrap-wrapper .btn-secondary.disabled,
.bootstrap-wrapper .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130,138,145,0.5);
}
.bootstrap-wrapper .btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.bootstrap-wrapper .btn-success:focus,
.bootstrap-wrapper .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72,180,97,0.5);
}
.bootstrap-wrapper .btn-success.disabled,
.bootstrap-wrapper .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72,180,97,0.5);
}
.bootstrap-wrapper .btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.bootstrap-wrapper .btn-info:focus,
.bootstrap-wrapper .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5);
}
.bootstrap-wrapper .btn-info.disabled,
.bootstrap-wrapper .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58,176,195,0.5);
}
.bootstrap-wrapper .btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.bootstrap-wrapper .btn-warning:focus,
.bootstrap-wrapper .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(222,170,12,0.5);
}
.bootstrap-wrapper .btn-warning.disabled,
.bootstrap-wrapper .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222,170,12,0.5);
}
.bootstrap-wrapper .btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.bootstrap-wrapper .btn-danger:focus,
.bootstrap-wrapper .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5);
}
.bootstrap-wrapper .btn-danger.disabled,
.bootstrap-wrapper .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225,83,97,0.5);
}
.bootstrap-wrapper .btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.bootstrap-wrapper .btn-light:focus,
.bootstrap-wrapper .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216,217,219,0.5);
}
.bootstrap-wrapper .btn-light.disabled,
.bootstrap-wrapper .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216,217,219,0.5);
}
.bootstrap-wrapper .btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.bootstrap-wrapper .btn-dark:focus,
.bootstrap-wrapper .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}
.bootstrap-wrapper .btn-dark.disabled,
.bootstrap-wrapper .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82,88,93,0.5);
}
.bootstrap-wrapper .btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:focus,
.bootstrap-wrapper .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .btn-outline-primary.disabled,
.bootstrap-wrapper .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:focus,
.bootstrap-wrapper .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .btn-outline-secondary.disabled,
.bootstrap-wrapper .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:focus,
.bootstrap-wrapper .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .btn-outline-success.disabled,
.bootstrap-wrapper .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:focus,
.bootstrap-wrapper .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .btn-outline-info.disabled,
.bootstrap-wrapper .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:focus,
.bootstrap-wrapper .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .btn-outline-warning.disabled,
.bootstrap-wrapper .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:focus,
.bootstrap-wrapper .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .btn-outline-danger.disabled,
.bootstrap-wrapper .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:focus,
.bootstrap-wrapper .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .btn-outline-light.disabled,
.bootstrap-wrapper .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:focus,
.bootstrap-wrapper .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .btn-outline-dark.disabled,
.bootstrap-wrapper .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active,
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active,
.bootstrap-wrapper .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bootstrap-wrapper .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.bootstrap-wrapper .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.bootstrap-wrapper .btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.bootstrap-wrapper .btn-link:focus,
.bootstrap-wrapper .btn-link.focus {
text-decoration: underline;
box-shadow: none;
}
.bootstrap-wrapper .btn-link:disabled,
.bootstrap-wrapper .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.bootstrap-wrapper .btn-lg,
.bootstrap-wrapper .btn-group-lg > .btn {
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper .btn-sm,
.bootstrap-wrapper .btn-group-sm > .btn {
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .btn-block {
display: block;
width: 100%;
}
.bootstrap-wrapper .btn-block + .btn-block {
margin-top: 0.5rem;
}
.bootstrap-wrapper input[type="submit"].btn-block,
.bootstrap-wrapper input[type="reset"].btn-block,
.bootstrap-wrapper input[type="button"].btn-block {
width: 100%;
}
.bootstrap-wrapper .fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .fade {
transition: none;
}
}
.bootstrap-wrapper .fade:not(.show) {
opacity: 0;
}
.bootstrap-wrapper .collapse:not(.show) {
display: none;
}
.bootstrap-wrapper .collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .collapsing {
transition: none;
}
}
.bootstrap-wrapper .dropup,
.bootstrap-wrapper .dropright,
.bootstrap-wrapper .dropdown,
.bootstrap-wrapper .dropleft {
position: relative;
}
.bootstrap-wrapper .dropdown-toggle {
white-space: nowrap;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .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; color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem;
}
.bootstrap-wrapper .dropdown-menu-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.bootstrap-wrapper .dropdown-menu-sm-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .dropdown-menu-md-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .dropdown-menu-lg-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .dropdown-menu-xl-left {
right: auto;
left: 0;
}
.bootstrap-wrapper .dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.bootstrap-wrapper .dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropright .dropdown-toggle::after {
vertical-align: 0;
}
.bootstrap-wrapper .dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.bootstrap-wrapper .dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.bootstrap-wrapper .dropleft .dropdown-toggle::after {
display: none;
}
.bootstrap-wrapper .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;
}
.bootstrap-wrapper .dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.bootstrap-wrapper .dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.bootstrap-wrapper .dropdown-menu[x-placement^="top"],
.bootstrap-wrapper .dropdown-menu[x-placement^="right"],
.bootstrap-wrapper .dropdown-menu[x-placement^="bottom"],
.bootstrap-wrapper .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.bootstrap-wrapper .dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.bootstrap-wrapper .dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.bootstrap-wrapper .dropdown-item:hover,
.bootstrap-wrapper .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.bootstrap-wrapper .dropdown-item.active,
.bootstrap-wrapper .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.bootstrap-wrapper .dropdown-item.disabled,
.bootstrap-wrapper .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent;
}
.bootstrap-wrapper .dropdown-menu.show {
display: block;
}
.bootstrap-wrapper .dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0; color: #6c757d;
white-space: nowrap;
}
.bootstrap-wrapper .dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.bootstrap-wrapper .btn-group,
.bootstrap-wrapper .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.bootstrap-wrapper .btn-group > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.bootstrap-wrapper .btn-group > .btn:hover,
.bootstrap-wrapper .btn-group-vertical > .btn:hover {
z-index: 1;
}
.bootstrap-wrapper .btn-group > .btn:focus,
.bootstrap-wrapper .btn-group > .btn:active,
.bootstrap-wrapper .btn-group > .btn.active,
.bootstrap-wrapper .btn-group-vertical > .btn:focus,
.bootstrap-wrapper .btn-group-vertical > .btn:active,
.bootstrap-wrapper .btn-group-vertical > .btn.active {
z-index: 1;
}
.bootstrap-wrapper .btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .btn-toolbar .input-group {
width: auto;
}
.bootstrap-wrapper .btn-group > .btn:not(:first-child),
.bootstrap-wrapper .btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.bootstrap-wrapper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .btn-group > .btn:not(:first-child),
.bootstrap-wrapper .btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.bootstrap-wrapper .dropdown-toggle-split::after,
.bootstrap-wrapper .dropup .dropdown-toggle-split::after,
.bootstrap-wrapper .dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.bootstrap-wrapper .dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.bootstrap-wrapper .btn-sm + .dropdown-toggle-split,
.bootstrap-wrapper .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.bootstrap-wrapper .btn-lg + .dropdown-toggle-split,
.bootstrap-wrapper .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.bootstrap-wrapper .btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.bootstrap-wrapper .btn-group-vertical > .btn,
.bootstrap-wrapper .btn-group-vertical > .btn-group {
width: 100%;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .btn-group-vertical > .btn:not(:first-child),
.bootstrap-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .btn-group-toggle > .btn,
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.bootstrap-wrapper .btn-group-toggle > .btn input[type="radio"],
.bootstrap-wrapper .btn-group-toggle > .btn input[type="checkbox"],
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bootstrap-wrapper .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0,0,0,0);
pointer-events: none;
}
.bootstrap-wrapper .input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.bootstrap-wrapper .input-group > .form-control,
.bootstrap-wrapper .input-group > .form-control-plaintext,
.bootstrap-wrapper .input-group > .custom-select,
.bootstrap-wrapper .input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.bootstrap-wrapper .input-group > .form-control + .form-control,
.bootstrap-wrapper .input-group > .form-control + .custom-select,
.bootstrap-wrapper .input-group > .form-control + .custom-file,
.bootstrap-wrapper .input-group > .form-control-plaintext + .form-control,
.bootstrap-wrapper .input-group > .form-control-plaintext + .custom-select,
.bootstrap-wrapper .input-group > .form-control-plaintext + .custom-file,
.bootstrap-wrapper .input-group > .custom-select + .form-control,
.bootstrap-wrapper .input-group > .custom-select + .custom-select,
.bootstrap-wrapper .input-group > .custom-select + .custom-file,
.bootstrap-wrapper .input-group > .custom-file + .form-control,
.bootstrap-wrapper .input-group > .custom-file + .custom-select,
.bootstrap-wrapper .input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.bootstrap-wrapper .input-group > .form-control:focus,
.bootstrap-wrapper .input-group > .custom-select:focus,
.bootstrap-wrapper .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.bootstrap-wrapper .input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.bootstrap-wrapper .input-group > .form-control:not(:last-child),
.bootstrap-wrapper .input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .form-control:not(:first-child),
.bootstrap-wrapper .input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .input-group > .custom-file:not(:last-child) .custom-file-label,
.bootstrap-wrapper .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .input-group-prepend,
.bootstrap-wrapper .input-group-append {
display: -ms-flexbox;
display: flex;
}
.bootstrap-wrapper .input-group-prepend .btn,
.bootstrap-wrapper .input-group-append .btn {
position: relative;
z-index: 2;
}
.bootstrap-wrapper .input-group-prepend .btn:focus,
.bootstrap-wrapper .input-group-append .btn:focus {
z-index: 3;
}
.bootstrap-wrapper .input-group-prepend .btn + .btn,
.bootstrap-wrapper .input-group-prepend .btn + .input-group-text,
.bootstrap-wrapper .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-wrapper .input-group-prepend .input-group-text + .btn,
.bootstrap-wrapper .input-group-append .btn + .btn,
.bootstrap-wrapper .input-group-append .btn + .input-group-text,
.bootstrap-wrapper .input-group-append .input-group-text + .input-group-text,
.bootstrap-wrapper .input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.bootstrap-wrapper .input-group-prepend {
margin-right: -1px;
}
.bootstrap-wrapper .input-group-append {
margin-left: -1px;
}
.bootstrap-wrapper .input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0; font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.bootstrap-wrapper .input-group-text input[type="radio"],
.bootstrap-wrapper .input-group-text input[type="checkbox"] {
margin-top: 0;
}
.bootstrap-wrapper .input-group-lg > .form-control:not(textarea),
.bootstrap-wrapper .input-group-lg > .custom-select {
height: calc(4.5em);
}
.bootstrap-wrapper .input-group-lg > .form-control,
.bootstrap-wrapper .input-group-lg > .custom-select,
.bootstrap-wrapper .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group-lg > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem; line-height: 1.5;
border-radius: 0.3rem;
}
.bootstrap-wrapper .input-group-sm > .form-control:not(textarea),
.bootstrap-wrapper .input-group-sm > .custom-select {
height: calc(4em);
}
.bootstrap-wrapper .input-group-sm > .form-control,
.bootstrap-wrapper .input-group-sm > .custom-select,
.bootstrap-wrapper .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group-sm > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem; line-height: 1.5;
border-radius: 0.2rem;
}
.bootstrap-wrapper .input-group-lg > .custom-select,
.bootstrap-wrapper .input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.bootstrap-wrapper .input-group > .input-group-prepend > .btn,
.bootstrap-wrapper .input-group > .input-group-prepend > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-wrapper .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-wrapper .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .input-group > .input-group-append > .btn,
.bootstrap-wrapper .input-group > .input-group-append > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-wrapper .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-wrapper .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-wrapper .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.bootstrap-wrapper .custom-control-inline {
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 1rem;
}
.bootstrap-wrapper .custom-control-input {
position: absolute;
z-index: -1;
opacity: 0;
}
.bootstrap-wrapper .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.bootstrap-wrapper .custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.bootstrap-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff;
}
.bootstrap-wrapper .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.bootstrap-wrapper .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.bootstrap-wrapper .custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.bootstrap-wrapper .custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 1% 50%;
}
.bootstrap-wrapper .custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-radio .custom-control-label::before {
border-radius: 50%;
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-switch {
padding-left: 2.25rem;
}
.bootstrap-wrapper .custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.bootstrap-wrapper .custom-switch .custom-control-label::after {
top: calc(2.25rem);
left: calc(-0.25rem);
width: calc(-3rem);
height: calc(-3rem);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: 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;
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;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .custom-switch .custom-control-label::after {
transition: none;
}
}
.bootstrap-wrapper .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.bootstrap-wrapper .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0,123,255,0.5);
}
.bootstrap-wrapper .custom-select {
display: inline-block;
width: 100%;
height: calc(4.25em);
padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-weight: 400;
line-height: 1.5;
color: #495057;
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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bootstrap-wrapper .custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.bootstrap-wrapper .custom-select[multiple],
.bootstrap-wrapper .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.bootstrap-wrapper .custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-select::-ms-expand {
display: none;
}
.bootstrap-wrapper .custom-select-sm {
height: calc(4em);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem; }
.bootstrap-wrapper .custom-select-lg {
height: calc(4.5em);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem; }
.bootstrap-wrapper .custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(4.25em);
margin-bottom: 0;
}
.bootstrap-wrapper .custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(4.25em);
margin: 0;
opacity: 0;
}
.bootstrap-wrapper .custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.bootstrap-wrapper .custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.bootstrap-wrapper .custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.bootstrap-wrapper .custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(4.25em);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.bootstrap-wrapper .custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(2.25em);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.bootstrap-wrapper .custom-range {
width: 100%;
height: calc(1.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bootstrap-wrapper .custom-range:focus {
outline: none;
}
.bootstrap-wrapper .custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .custom-range::-moz-focus-outer {
border: 0;
}
.bootstrap-wrapper .custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .custom-range::-webkit-slider-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .custom-range::-moz-range-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .custom-range::-ms-thumb {
transition: none;
}
}
.bootstrap-wrapper .custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.bootstrap-wrapper .custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.bootstrap-wrapper .custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.bootstrap-wrapper .custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.bootstrap-wrapper .custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-range:disabled::-moz-range-track {
cursor: default;
}
.bootstrap-wrapper .custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.bootstrap-wrapper .custom-control-label::before,
.bootstrap-wrapper .custom-file-label,
.bootstrap-wrapper .custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .custom-control-label::before,
.bootstrap-wrapper .custom-file-label,
.bootstrap-wrapper .custom-select {
transition: none;
}
}
.bootstrap-wrapper .nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.bootstrap-wrapper .nav-link {
display: block;
padding: 0.5rem 1rem;
}
.bootstrap-wrapper .nav-link:hover,
.bootstrap-wrapper .nav-link:focus {
text-decoration: none;
}
.bootstrap-wrapper .nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.bootstrap-wrapper .nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.bootstrap-wrapper .nav-tabs .nav-item {
margin-bottom: -1px;
}
.bootstrap-wrapper .nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .nav-tabs .nav-link:hover,
.bootstrap-wrapper .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap-wrapper .nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.bootstrap-wrapper .nav-tabs .nav-link.active,
.bootstrap-wrapper .nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap-wrapper .nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .nav-pills .nav-link {
border-radius: 0.25rem;
}
.bootstrap-wrapper .nav-pills .nav-link.active,
.bootstrap-wrapper .nav-pills .show > .nav-link {
color: #fff;
}
.bootstrap-wrapper .nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.bootstrap-wrapper .nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.bootstrap-wrapper .tab-content > .tab-pane {
display: none;
}
.bootstrap-wrapper .tab-content > .active {
display: block;
}
.bootstrap-wrapper .navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.bootstrap-wrapper .navbar > .container,
.bootstrap-wrapper .navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.bootstrap-wrapper .navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem; line-height: inherit;
white-space: nowrap;
}
.bootstrap-wrapper .navbar-brand:hover,
.bootstrap-wrapper .navbar-brand:focus {
text-decoration: none;
}
.bootstrap-wrapper .navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.bootstrap-wrapper .navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .navbar-nav .dropdown-menu {
position: static;
float: none;
}
.bootstrap-wrapper .navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.bootstrap-wrapper .navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.bootstrap-wrapper .navbar-toggler {
padding: 0.25rem 0.75rem; line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.bootstrap-wrapper .navbar-toggler:hover,
.bootstrap-wrapper .navbar-toggler:focus {
text-decoration: none;
}
.bootstrap-wrapper .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) {
.bootstrap-wrapper .navbar-expand-sm > .container,
.bootstrap-wrapper .navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.bootstrap-wrapper .navbar-expand-sm {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-sm > .container,
.bootstrap-wrapper .navbar-expand-sm > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.bootstrap-wrapper .navbar-expand-md > .container,
.bootstrap-wrapper .navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .navbar-expand-md {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-md > .container,
.bootstrap-wrapper .navbar-expand-md > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.bootstrap-wrapper .navbar-expand-lg > .container,
.bootstrap-wrapper .navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .navbar-expand-lg {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-lg > .container,
.bootstrap-wrapper .navbar-expand-lg > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.bootstrap-wrapper .navbar-expand-xl > .container,
.bootstrap-wrapper .navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .navbar-expand-xl {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand-xl > .container,
.bootstrap-wrapper .navbar-expand-xl > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand-xl .navbar-toggler {
display: none;
}
}
.bootstrap-wrapper .navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.bootstrap-wrapper .navbar-expand > .container,
.bootstrap-wrapper .navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0;
}
.bootstrap-wrapper .navbar-expand .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.bootstrap-wrapper .navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.bootstrap-wrapper .navbar-expand > .container,
.bootstrap-wrapper .navbar-expand > .container-fluid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.bootstrap-wrapper .navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.bootstrap-wrapper .navbar-expand .navbar-toggler {
display: none;
}
.bootstrap-wrapper .navbar-light .navbar-brand {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-brand:hover,
.bootstrap-wrapper .navbar-light .navbar-brand:focus {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,0.5);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link:hover,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0,0,0,0.7);
}
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0,0,0,0.3);
}
.bootstrap-wrapper .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-wrapper .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.show,
.bootstrap-wrapper .navbar-light .navbar-nav .nav-link.active {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-toggler {
color: rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0.1);
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .navbar-light .navbar-text {
color: rgba(0,0,0,0.5);
}
.bootstrap-wrapper .navbar-light .navbar-text a {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-light .navbar-text a:hover,
.bootstrap-wrapper .navbar-light .navbar-text a:focus {
color: rgba(0,0,0,0.9);
}
.bootstrap-wrapper .navbar-dark .navbar-brand {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-brand:hover,
.bootstrap-wrapper .navbar-dark .navbar-brand:focus {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,0.5);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:hover,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255,255,255,0.75);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255,255,255,0.25);
}
.bootstrap-wrapper .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-wrapper .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-wrapper .navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-toggler {
color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.1);
}
.bootstrap-wrapper .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");
}
.bootstrap-wrapper .navbar-dark .navbar-text {
color: rgba(255,255,255,0.5);
}
.bootstrap-wrapper .navbar-dark .navbar-text a {
color: #fff;
}
.bootstrap-wrapper .navbar-dark .navbar-text a:hover,
.bootstrap-wrapper .navbar-dark .navbar-text a:focus {
color: #fff;
}
.bootstrap-wrapper .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: 0.25rem;
}
.bootstrap-wrapper .card > hr {
margin-right: 0;
margin-left: 0;
}
.bootstrap-wrapper .card > .list-group:first-child .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.bootstrap-wrapper .card-title {
margin-bottom: 0.75rem;
}
.bootstrap-wrapper .card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.bootstrap-wrapper .card-text:last-child {
margin-bottom: 0;
}
.bootstrap-wrapper .card-link:hover {
text-decoration: none;
}
.bootstrap-wrapper .card-link + .card-link {
margin-left: 1.25rem;
}
.bootstrap-wrapper .card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0,0,0,0.03);
border-bottom: 1px solid rgba(0,0,0,0.125);
}
.bootstrap-wrapper .card-header:first-child {
border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.bootstrap-wrapper .card-header + .list-group .list-group-item:first-child {
border-top: 0;
}
.bootstrap-wrapper .card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0,0,0,0.03);
border-top: 1px solid rgba(0,0,0,0.125);
}
.bootstrap-wrapper .card-footer:last-child {
border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.bootstrap-wrapper .card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.bootstrap-wrapper .card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.bootstrap-wrapper .card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.bootstrap-wrapper .card-img {
width: 100%;
border-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-img-top {
width: 100%;
border-top-left-radius: calc(-0.75rem);
border-top-right-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-img-bottom {
width: 100%;
border-bottom-right-radius: calc(-0.75rem);
border-bottom-left-radius: calc(-0.75rem);
}
.bootstrap-wrapper .card-deck {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.bootstrap-wrapper .card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.bootstrap-wrapper .card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.bootstrap-wrapper .card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.bootstrap-wrapper .card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.bootstrap-wrapper .card-group > .card {
-ms-flex: 1 0 0%;
flex: 1 0 0%;
margin-bottom: 0;
}
.bootstrap-wrapper .card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-img-top,
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-img-bottom,
.bootstrap-wrapper .card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-img-top,
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-img-bottom,
.bootstrap-wrapper .card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.bootstrap-wrapper .card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.bootstrap-wrapper .card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.bootstrap-wrapper .card-columns .card {
display: inline-block;
width: 100%;
}
}
.bootstrap-wrapper .accordion > .card {
overflow: hidden;
}
.bootstrap-wrapper .accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.bootstrap-wrapper .accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.bootstrap-wrapper .accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.bootstrap-wrapper .accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.bootstrap-wrapper .accordion > .card .card-header {
margin-bottom: -1px;
}
.bootstrap-wrapper .breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.bootstrap-wrapper .breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.bootstrap-wrapper .breadcrumb-item.active {
color: #6c757d;
}
.bootstrap-wrapper .pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.bootstrap-wrapper .page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.bootstrap-wrapper .page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.bootstrap-wrapper .page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.bootstrap-wrapper .page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.bootstrap-wrapper .page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.bootstrap-wrapper .pagination-lg .page-link {
padding: 0.75rem 1.5rem; line-height: 1.5;
}
.bootstrap-wrapper .pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.bootstrap-wrapper .pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}
.bootstrap-wrapper .pagination-sm .page-link {
padding: 0.25rem 0.5rem; line-height: 1.5;
}
.bootstrap-wrapper .pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.bootstrap-wrapper .pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}
.bootstrap-wrapper .badge {
display: inline-block;
padding: 0.25em 0.4em; font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .badge {
transition: none;
}
}
.bootstrap-wrapper a.badge:hover,
.bootstrap-wrapper a.badge:focus {
text-decoration: none;
}
.bootstrap-wrapper .badge:empty {
display: none;
}
.bootstrap-wrapper .btn .badge {
position: relative;
top: -1px;
}
.bootstrap-wrapper .badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.bootstrap-wrapper .badge-primary {
color: #fff;
background-color: #007bff;
}
.bootstrap-wrapper a.badge-primary:hover,
.bootstrap-wrapper a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
.bootstrap-wrapper a.badge-primary:focus,
.bootstrap-wrapper a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5);
}
.bootstrap-wrapper .badge-secondary {
color: #fff;
background-color: #6c757d;
}
.bootstrap-wrapper a.badge-secondary:hover,
.bootstrap-wrapper a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
.bootstrap-wrapper a.badge-secondary:focus,
.bootstrap-wrapper a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108,117,125,0.5);
}
.bootstrap-wrapper .badge-success {
color: #fff;
background-color: #28a745;
}
.bootstrap-wrapper a.badge-success:hover,
.bootstrap-wrapper a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
.bootstrap-wrapper a.badge-success:focus,
.bootstrap-wrapper a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.5);
}
.bootstrap-wrapper .badge-info {
color: #fff;
background-color: #17a2b8;
}
.bootstrap-wrapper a.badge-info:hover,
.bootstrap-wrapper a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
.bootstrap-wrapper a.badge-info:focus,
.bootstrap-wrapper a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23,162,184,0.5);
}
.bootstrap-wrapper .badge-warning {
color: #212529;
background-color: #ffc107;
}
.bootstrap-wrapper a.badge-warning:hover,
.bootstrap-wrapper a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
.bootstrap-wrapper a.badge-warning:focus,
.bootstrap-wrapper a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255,193,7,0.5);
}
.bootstrap-wrapper .badge-danger {
color: #fff;
background-color: #dc3545;
}
.bootstrap-wrapper a.badge-danger:hover,
.bootstrap-wrapper a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
.bootstrap-wrapper a.badge-danger:focus,
.bootstrap-wrapper a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220,53,69,0.5);
}
.bootstrap-wrapper .badge-light {
color: #212529;
background-color: #f8f9fa;
}
.bootstrap-wrapper a.badge-light:hover,
.bootstrap-wrapper a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
.bootstrap-wrapper a.badge-light:focus,
.bootstrap-wrapper a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248,249,250,0.5);
}
.bootstrap-wrapper .badge-dark {
color: #fff;
background-color: #343a40;
}
.bootstrap-wrapper a.badge-dark:hover,
.bootstrap-wrapper a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
.bootstrap-wrapper a.badge-dark:focus,
.bootstrap-wrapper a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52,58,64,0.5);
}
.bootstrap-wrapper .jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.bootstrap-wrapper .jumbotron {
padding: 4rem 2rem;
}
}
.bootstrap-wrapper .jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.bootstrap-wrapper .alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.bootstrap-wrapper .alert-heading {
color: inherit;
}
.bootstrap-wrapper .alert-link {
font-weight: 700;
}
.bootstrap-wrapper .alert-dismissible {
padding-right: 4rem;
}
.bootstrap-wrapper .alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.bootstrap-wrapper .alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.bootstrap-wrapper .alert-primary hr {
border-top-color: #9fcdff;
}
.bootstrap-wrapper .alert-primary .alert-link {
color: #002752;
}
.bootstrap-wrapper .alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.bootstrap-wrapper .alert-secondary hr {
border-top-color: #c8cbcf;
}
.bootstrap-wrapper .alert-secondary .alert-link {
color: #202326;
}
.bootstrap-wrapper .alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.bootstrap-wrapper .alert-success hr {
border-top-color: #b1dfbb;
}
.bootstrap-wrapper .alert-success .alert-link {
color: #0b2e13;
}
.bootstrap-wrapper .alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.bootstrap-wrapper .alert-info hr {
border-top-color: #abdde5;
}
.bootstrap-wrapper .alert-info .alert-link {
color: #062c33;
}
.bootstrap-wrapper .alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.bootstrap-wrapper .alert-warning hr {
border-top-color: #ffe8a1;
}
.bootstrap-wrapper .alert-warning .alert-link {
color: #533f03;
}
.bootstrap-wrapper .alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.bootstrap-wrapper .alert-danger hr {
border-top-color: #f1b0b7;
}
.bootstrap-wrapper .alert-danger .alert-link {
color: #491217;
}
.bootstrap-wrapper .alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.bootstrap-wrapper .alert-light hr {
border-top-color: #ececf6;
}
.bootstrap-wrapper .alert-light .alert-link {
color: #686868;
}
.bootstrap-wrapper .alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.bootstrap-wrapper .alert-dark hr {
border-top-color: #b9bbbe;
}
.bootstrap-wrapper .alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
.bootstrap-wrapper from {
background-position: 1rem 0;
}
.bootstrap-wrapper to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
.bootstrap-wrapper from {
background-position: 1rem 0;
}
.bootstrap-wrapper to {
background-position: 0 0;
}
}
.bootstrap-wrapper .progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden; background-color: #e9ecef;
border-radius: 0.25rem;
}
.bootstrap-wrapper .progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .progress-bar {
transition: none;
}
}
.bootstrap-wrapper .progress-bar-striped {
background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
background-size: 1rem 1rem;
}
.bootstrap-wrapper .progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.bootstrap-wrapper .media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.bootstrap-wrapper .media-body {
-ms-flex: 1;
flex: 1;
}
.bootstrap-wrapper .list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.bootstrap-wrapper .list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.bootstrap-wrapper .list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.bootstrap-wrapper .list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.125);
}
.bootstrap-wrapper .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.bootstrap-wrapper .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.bootstrap-wrapper .list-group-item.disabled,
.bootstrap-wrapper .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.bootstrap-wrapper .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.bootstrap-wrapper .list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-horizontal .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bootstrap-wrapper .list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
.bootstrap-wrapper .list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bootstrap-wrapper .list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bootstrap-wrapper .list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bootstrap-wrapper .list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row;
}
.bootstrap-wrapper .list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.bootstrap-wrapper .list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.bootstrap-wrapper .list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
.bootstrap-wrapper .list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.bootstrap-wrapper .list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.bootstrap-wrapper .list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.bootstrap-wrapper .list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.bootstrap-wrapper .list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.bootstrap-wrapper .list-group-item-primary.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.bootstrap-wrapper .list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.bootstrap-wrapper .list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.bootstrap-wrapper .list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.bootstrap-wrapper .list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.bootstrap-wrapper .list-group-item-success.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.bootstrap-wrapper .list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.bootstrap-wrapper .list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.bootstrap-wrapper .list-group-item-info.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.bootstrap-wrapper .list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.bootstrap-wrapper .list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.bootstrap-wrapper .list-group-item-warning.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.bootstrap-wrapper .list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.bootstrap-wrapper .list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.bootstrap-wrapper .list-group-item-danger.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.bootstrap-wrapper .list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.bootstrap-wrapper .list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.bootstrap-wrapper .list-group-item-light.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.bootstrap-wrapper .list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.bootstrap-wrapper .list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.bootstrap-wrapper .list-group-item-dark.list-group-item-action:hover,
.bootstrap-wrapper .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.bootstrap-wrapper .list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.bootstrap-wrapper .close {
float: right; font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.bootstrap-wrapper .close:hover {
color: #000;
text-decoration: none;
}
.bootstrap-wrapper .close:not(:disabled):not(.disabled):hover,
.bootstrap-wrapper .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
.bootstrap-wrapper button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bootstrap-wrapper a.close.disabled {
pointer-events: none;
}
.bootstrap-wrapper .toast {
max-width: 350px;
overflow: hidden; background-color: rgba(255,255,255,0.85);
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.bootstrap-wrapper .toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.bootstrap-wrapper .toast.showing {
opacity: 1;
}
.bootstrap-wrapper .toast.show {
display: block;
opacity: 1;
}
.bootstrap-wrapper .toast.hide {
display: none;
}
.bootstrap-wrapper .toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255,255,255,0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.bootstrap-wrapper .toast-body {
padding: 0.75rem;
}
.bootstrap-wrapper .modal-open {
overflow: hidden;
}
.bootstrap-wrapper .modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.bootstrap-wrapper .modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.bootstrap-wrapper .modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.bootstrap-wrapper .modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0,-50px);
transform: translate(0,-50px);
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .modal.fade .modal-dialog {
transition: none;
}
}
.bootstrap-wrapper .modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.bootstrap-wrapper .modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(99%);
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-content {
max-height: calc(99vh);
overflow: hidden;
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-header,
.bootstrap-wrapper .modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.bootstrap-wrapper .modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(99%);
}
.bootstrap-wrapper .modal-dialog-centered::before {
display: block;
height: calc(99vh);
content: "";
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.bootstrap-wrapper .modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.bootstrap-wrapper .modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0.3rem;
outline: 0;
}
.bootstrap-wrapper .modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.bootstrap-wrapper .modal-backdrop.fade {
opacity: 0;
}
.bootstrap-wrapper .modal-backdrop.show {
opacity: 0.5;
}
.bootstrap-wrapper .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.bootstrap-wrapper .modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.bootstrap-wrapper .modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.bootstrap-wrapper .modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.bootstrap-wrapper .modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.bootstrap-wrapper .modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.bootstrap-wrapper .modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.bootstrap-wrapper .modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.bootstrap-wrapper .modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.bootstrap-wrapper .modal-dialog-scrollable {
max-height: calc(96.5%);
}
.bootstrap-wrapper .modal-dialog-scrollable .modal-content {
max-height: calc(96.5vh);
}
.bootstrap-wrapper .modal-dialog-centered {
min-height: calc(96.5%);
}
.bootstrap-wrapper .modal-dialog-centered::before {
height: calc(96.5vh);
}
.bootstrap-wrapper .modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .modal-lg,
.bootstrap-wrapper .modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .modal-xl {
max-width: 1140px;
}
}
.bootstrap-wrapper .tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto; word-wrap: break-word;
opacity: 0;
}
.bootstrap-wrapper .tooltip.show {
opacity: 0.9;
}
.bootstrap-wrapper .tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.bootstrap-wrapper .tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bootstrap-wrapper .bs-tooltip-top,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bootstrap-wrapper .bs-tooltip-top .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bootstrap-wrapper .bs-tooltip-top .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bootstrap-wrapper .bs-tooltip-right,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bootstrap-wrapper .bs-tooltip-right .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bootstrap-wrapper .bs-tooltip-right .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bootstrap-wrapper .bs-tooltip-bottom,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bootstrap-wrapper .bs-tooltip-bottom .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bootstrap-wrapper .bs-tooltip-bottom .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bootstrap-wrapper .bs-tooltip-left,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bootstrap-wrapper .bs-tooltip-left .arrow,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bootstrap-wrapper .bs-tooltip-left .arrow::before,
.bootstrap-wrapper .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.bootstrap-wrapper .tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.bootstrap-wrapper .popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto; word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,0.2);
border-radius: 0.3rem;
}
.bootstrap-wrapper .popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.bootstrap-wrapper .popover .arrow::before,
.bootstrap-wrapper .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bootstrap-wrapper .bs-popover-top,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bootstrap-wrapper .bs-popover-top > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc(-1.5rem);
}
.bootstrap-wrapper .bs-popover-top > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-top > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bootstrap-wrapper .bs-popover-right,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bootstrap-wrapper .bs-popover-right > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc(-1.5rem);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bootstrap-wrapper .bs-popover-right > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-right > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bootstrap-wrapper .bs-popover-bottom,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bootstrap-wrapper .bs-popover-bottom > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc(-1.5rem);
}
.bootstrap-wrapper .bs-popover-bottom > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-bottom > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bootstrap-wrapper .bs-popover-bottom .popover-header::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bootstrap-wrapper .bs-popover-left,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bootstrap-wrapper .bs-popover-left > .arrow,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc(-1.5rem);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bootstrap-wrapper .bs-popover-left > .arrow::before,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0,0,0,0.25);
}
.bootstrap-wrapper .bs-popover-left > .arrow::after,
.bootstrap-wrapper .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.bootstrap-wrapper .popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(-0.7rem);
border-top-right-radius: calc(-0.7rem);
}
.bootstrap-wrapper .popover-header:empty {
display: none;
}
.bootstrap-wrapper .popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}
.bootstrap-wrapper .carousel {
position: relative;
}
.bootstrap-wrapper .carousel.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bootstrap-wrapper .carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.bootstrap-wrapper .carousel-inner::after {
display: block;
clear: both;
content: "";
}
.bootstrap-wrapper .carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-item {
transition: none;
}
}
.bootstrap-wrapper .carousel-item.active,
.bootstrap-wrapper .carousel-item-next,
.bootstrap-wrapper .carousel-item-prev {
display: block;
}
.bootstrap-wrapper .carousel-item-next:not(.carousel-item-left),
.bootstrap-wrapper .active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.bootstrap-wrapper .carousel-item-prev:not(.carousel-item-right),
.bootstrap-wrapper .active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.bootstrap-wrapper .carousel-fade .carousel-item {
opacity: 0;
transition-listing: opacity;
-webkit-transform: none;
transform: none;
}
.bootstrap-wrapper .carousel-fade .carousel-item.active,
.bootstrap-wrapper .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-wrapper .carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.bootstrap-wrapper .carousel-fade .active.carousel-item-left,
.bootstrap-wrapper .carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-fade .active.carousel-item-left,
.bootstrap-wrapper .carousel-fade .active.carousel-item-right {
transition: none;
}
}
.bootstrap-wrapper .carousel-control-prev,
.bootstrap-wrapper .carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-control-prev,
.bootstrap-wrapper .carousel-control-next {
transition: none;
}
}
.bootstrap-wrapper .carousel-control-prev:hover,
.bootstrap-wrapper .carousel-control-prev:focus,
.bootstrap-wrapper .carousel-control-next:hover,
.bootstrap-wrapper .carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.bootstrap-wrapper .carousel-control-prev {
left: 0;
}
.bootstrap-wrapper .carousel-control-next {
right: 0;
}
.bootstrap-wrapper .carousel-control-prev-icon,
.bootstrap-wrapper .carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 0.5% 100%;
}
.bootstrap-wrapper .carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.bootstrap-wrapper .carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap-wrapper .carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.bootstrap-wrapper .carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.bootstrap-wrapper .carousel-indicators li {
transition: none;
}
}
.bootstrap-wrapper .carousel-indicators .active {
opacity: 1;
}
.bootstrap-wrapper .carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-webkit-keyframes spinner-border {
.bootstrap-wrapper to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner-border {
.bootstrap-wrapper to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.bootstrap-wrapper .spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}
.bootstrap-wrapper .spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
.bootstrap-wrapper 0% {
-webkit-transform: scale(0);
transform: scale(0);
}
.bootstrap-wrapper 50% {
opacity: 1;
}
}
@keyframes spinner-grow {
.bootstrap-wrapper 0% {
-webkit-transform: scale(0);
transform: scale(0);
}
.bootstrap-wrapper 50% {
opacity: 1;
}
}
.bootstrap-wrapper .spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}
.bootstrap-wrapper .spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.bootstrap-wrapper .align-baseline {
vertical-align: baseline !important;
}
.bootstrap-wrapper .align-top {
vertical-align: top !important;
}
.bootstrap-wrapper .align-middle {
vertical-align: middle !important;
}
.bootstrap-wrapper .align-bottom {
vertical-align: bottom !important;
}
.bootstrap-wrapper .align-text-bottom {
vertical-align: text-bottom !important;
}
.bootstrap-wrapper .align-text-top {
vertical-align: text-top !important;
}
.bootstrap-wrapper .bg-primary {
background-color: #007bff !important;
}
.bootstrap-wrapper a.bg-primary:hover,
.bootstrap-wrapper a.bg-primary:focus,
.bootstrap-wrapper button.bg-primary:hover,
.bootstrap-wrapper button.bg-primary:focus {
background-color: #0062cc !important;
}
.bootstrap-wrapper .bg-secondary {
background-color: #6c757d !important;
}
.bootstrap-wrapper a.bg-secondary:hover,
.bootstrap-wrapper a.bg-secondary:focus,
.bootstrap-wrapper button.bg-secondary:hover,
.bootstrap-wrapper button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bootstrap-wrapper .bg-success {
background-color: #28a745 !important;
}
.bootstrap-wrapper a.bg-success:hover,
.bootstrap-wrapper a.bg-success:focus,
.bootstrap-wrapper button.bg-success:hover,
.bootstrap-wrapper button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bootstrap-wrapper .bg-info {
background-color: #17a2b8 !important;
}
.bootstrap-wrapper a.bg-info:hover,
.bootstrap-wrapper a.bg-info:focus,
.bootstrap-wrapper button.bg-info:hover,
.bootstrap-wrapper button.bg-info:focus {
background-color: #117a8b !important;
}
.bootstrap-wrapper .bg-warning {
background-color: #ffc107 !important;
}
.bootstrap-wrapper a.bg-warning:hover,
.bootstrap-wrapper a.bg-warning:focus,
.bootstrap-wrapper button.bg-warning:hover,
.bootstrap-wrapper button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bootstrap-wrapper .bg-danger {
background-color: #dc3545 !important;
}
.bootstrap-wrapper a.bg-danger:hover,
.bootstrap-wrapper a.bg-danger:focus,
.bootstrap-wrapper button.bg-danger:hover,
.bootstrap-wrapper button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bootstrap-wrapper .bg-light {
background-color: #f8f9fa !important;
}
.bootstrap-wrapper a.bg-light:hover,
.bootstrap-wrapper a.bg-light:focus,
.bootstrap-wrapper button.bg-light:hover,
.bootstrap-wrapper button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bootstrap-wrapper .bg-dark {
background-color: #343a40 !important;
}
.bootstrap-wrapper a.bg-dark:hover,
.bootstrap-wrapper a.bg-dark:focus,
.bootstrap-wrapper button.bg-dark:hover,
.bootstrap-wrapper button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bootstrap-wrapper .bg-white {
background-color: #fff !important;
}
.bootstrap-wrapper .bg-transparent {
background-color: transparent !important;
}
.bootstrap-wrapper .border {
border: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-top {
border-top: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-right {
border-right: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-left {
border-left: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .border-0 {
border: 0 !important;
}
.bootstrap-wrapper .border-top-0 {
border-top: 0 !important;
}
.bootstrap-wrapper .border-right-0 {
border-right: 0 !important;
}
.bootstrap-wrapper .border-bottom-0 {
border-bottom: 0 !important;
}
.bootstrap-wrapper .border-left-0 {
border-left: 0 !important;
}
.bootstrap-wrapper .border-primary {
border-color: #007bff !important;
}
.bootstrap-wrapper .border-secondary {
border-color: #6c757d !important;
}
.bootstrap-wrapper .border-success {
border-color: #28a745 !important;
}
.bootstrap-wrapper .border-info {
border-color: #17a2b8 !important;
}
.bootstrap-wrapper .border-warning {
border-color: #ffc107 !important;
}
.bootstrap-wrapper .border-danger {
border-color: #dc3545 !important;
}
.bootstrap-wrapper .border-light {
border-color: #f8f9fa !important;
}
.bootstrap-wrapper .border-dark {
border-color: #343a40 !important;
}
.bootstrap-wrapper .border-white {
border-color: #fff !important;
}
.bootstrap-wrapper .rounded-sm {
border-radius: 0.2rem !important;
}
.bootstrap-wrapper .rounded {
border-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.bootstrap-wrapper .rounded-lg {
border-radius: 0.3rem !important;
}
.bootstrap-wrapper .rounded-circle {
border-radius: 50% !important;
}
.bootstrap-wrapper .rounded-pill {
border-radius: 50rem !important;
}
.bootstrap-wrapper .rounded-0 {
border-radius: 0 !important;
}
.bootstrap-wrapper .clearfix::after {
display: block;
clear: both;
content: "";
}
.bootstrap-wrapper .d-none {
display: none !important;
}
.bootstrap-wrapper .d-inline {
display: inline !important;
}
.bootstrap-wrapper .d-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-block {
display: block !important;
}
.bootstrap-wrapper .d-table {
display: table !important;
}
.bootstrap-wrapper .d-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .d-sm-none {
display: none !important;
}
.bootstrap-wrapper .d-sm-inline {
display: inline !important;
}
.bootstrap-wrapper .d-sm-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-sm-block {
display: block !important;
}
.bootstrap-wrapper .d-sm-table {
display: table !important;
}
.bootstrap-wrapper .d-sm-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-sm-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .d-md-none {
display: none !important;
}
.bootstrap-wrapper .d-md-inline {
display: inline !important;
}
.bootstrap-wrapper .d-md-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-md-block {
display: block !important;
}
.bootstrap-wrapper .d-md-table {
display: table !important;
}
.bootstrap-wrapper .d-md-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-md-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .d-lg-none {
display: none !important;
}
.bootstrap-wrapper .d-lg-inline {
display: inline !important;
}
.bootstrap-wrapper .d-lg-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-lg-block {
display: block !important;
}
.bootstrap-wrapper .d-lg-table {
display: table !important;
}
.bootstrap-wrapper .d-lg-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-lg-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .d-xl-none {
display: none !important;
}
.bootstrap-wrapper .d-xl-inline {
display: inline !important;
}
.bootstrap-wrapper .d-xl-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-xl-block {
display: block !important;
}
.bootstrap-wrapper .d-xl-table {
display: table !important;
}
.bootstrap-wrapper .d-xl-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-xl-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.bootstrap-wrapper .d-print-none {
display: none !important;
}
.bootstrap-wrapper .d-print-inline {
display: inline !important;
}
.bootstrap-wrapper .d-print-inline-block {
display: inline-block !important;
}
.bootstrap-wrapper .d-print-block {
display: block !important;
}
.bootstrap-wrapper .d-print-table {
display: table !important;
}
.bootstrap-wrapper .d-print-table-row {
display: table-row !important;
}
.bootstrap-wrapper .d-print-table-cell {
display: table-cell !important;
}
.bootstrap-wrapper .d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.bootstrap-wrapper .d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.bootstrap-wrapper .embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.bootstrap-wrapper .embed-responsive::before {
display: block;
content: "";
}
.bootstrap-wrapper .embed-responsive .embed-responsive-item,
.bootstrap-wrapper .embed-responsive iframe,
.bootstrap-wrapper .embed-responsive embed,
.bootstrap-wrapper .embed-responsive object,
.bootstrap-wrapper .embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.bootstrap-wrapper .embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.bootstrap-wrapper .embed-responsive-16by9::before {
padding-top: 56.25%;
}
.bootstrap-wrapper .embed-responsive-4by3::before {
padding-top: 75%;
}
.bootstrap-wrapper .embed-responsive-1by1::before {
padding-top: 100%;
}
.bootstrap-wrapper .flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.bootstrap-wrapper .flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.bootstrap-wrapper .flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.bootstrap-wrapper .flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bootstrap-wrapper .flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.bootstrap-wrapper .flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.bootstrap-wrapper .flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.bootstrap-wrapper .flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.bootstrap-wrapper .flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.bootstrap-wrapper .flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.bootstrap-wrapper .flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.bootstrap-wrapper .flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.bootstrap-wrapper .justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.bootstrap-wrapper .justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.bootstrap-wrapper .justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.bootstrap-wrapper .justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.bootstrap-wrapper .justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.bootstrap-wrapper .align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.bootstrap-wrapper .align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.bootstrap-wrapper .align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.bootstrap-wrapper .align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.bootstrap-wrapper .align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.bootstrap-wrapper .align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.bootstrap-wrapper .align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.bootstrap-wrapper .align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.bootstrap-wrapper .align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.bootstrap-wrapper .align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.bootstrap-wrapper .align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.bootstrap-wrapper .align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.bootstrap-wrapper .align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.bootstrap-wrapper .align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.bootstrap-wrapper .align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.bootstrap-wrapper .align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.bootstrap-wrapper .align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.bootstrap-wrapper .float-left {
float: left !important;
}
.bootstrap-wrapper .float-right {
float: right !important;
}
.bootstrap-wrapper .float-none {
float: none !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .float-sm-left {
float: left !important;
}
.bootstrap-wrapper .float-sm-right {
float: right !important;
}
.bootstrap-wrapper .float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .float-md-left {
float: left !important;
}
.bootstrap-wrapper .float-md-right {
float: right !important;
}
.bootstrap-wrapper .float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .float-lg-left {
float: left !important;
}
.bootstrap-wrapper .float-lg-right {
float: right !important;
}
.bootstrap-wrapper .float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .float-xl-left {
float: left !important;
}
.bootstrap-wrapper .float-xl-right {
float: right !important;
}
.bootstrap-wrapper .float-xl-none {
float: none !important;
}
}
.bootstrap-wrapper .overflow-auto {
overflow: auto !important;
}
.bootstrap-wrapper .overflow-hidden {
overflow: hidden !important;
}
.bootstrap-wrapper .position-static {
position: static !important;
}
.bootstrap-wrapper .position-relative {
position: relative !important;
}
.bootstrap-wrapper .position-absolute {
position: absolute !important;
}
.bootstrap-wrapper .position-fixed {
position: fixed !important;
}
.bootstrap-wrapper .position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.bootstrap-wrapper .fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.bootstrap-wrapper .fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.bootstrap-wrapper .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.bootstrap-wrapper .sr-only-focusable:active,
.bootstrap-wrapper .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.bootstrap-wrapper .shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.bootstrap-wrapper .shadow {
box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.bootstrap-wrapper .shadow-lg {
box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.bootstrap-wrapper .shadow-none {
box-shadow: none !important;
}
.bootstrap-wrapper .w-25 {
width: 25% !important;
}
.bootstrap-wrapper .w-50 {
width: 50% !important;
}
.bootstrap-wrapper .w-75 {
width: 75% !important;
}
.bootstrap-wrapper .w-100 {
width: 100% !important;
}
.bootstrap-wrapper .w-auto {
width: auto !important;
}
.bootstrap-wrapper .h-25 {
height: 25% !important;
}
.bootstrap-wrapper .h-50 {
height: 50% !important;
}
.bootstrap-wrapper .h-75 {
height: 75% !important;
}
.bootstrap-wrapper .h-100 {
height: 100% !important;
}
.bootstrap-wrapper .h-auto {
height: auto !important;
}
.bootstrap-wrapper .mw-100 {
max-width: 100% !important;
}
.bootstrap-wrapper .mh-100 {
max-height: 100% !important;
}
.bootstrap-wrapper .min-vw-100 {
min-width: 100vw !important;
}
.bootstrap-wrapper .min-vh-100 {
min-height: 100vh !important;
}
.bootstrap-wrapper .vw-100 {
width: 100vw !important;
}
.bootstrap-wrapper .vh-100 {
height: 100vh !important;
}
.bootstrap-wrapper .stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0,0,0,0);
}
.bootstrap-wrapper .m-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-0,
.bootstrap-wrapper .my-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-0,
.bootstrap-wrapper .mx-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-0,
.bootstrap-wrapper .my-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-0,
.bootstrap-wrapper .mx-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-1,
.bootstrap-wrapper .my-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-1,
.bootstrap-wrapper .mx-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-1,
.bootstrap-wrapper .my-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-1,
.bootstrap-wrapper .mx-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-2,
.bootstrap-wrapper .my-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-2,
.bootstrap-wrapper .mx-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-2,
.bootstrap-wrapper .my-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-2,
.bootstrap-wrapper .mx-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-3,
.bootstrap-wrapper .my-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-3,
.bootstrap-wrapper .mx-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-3,
.bootstrap-wrapper .my-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-3,
.bootstrap-wrapper .mx-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-4,
.bootstrap-wrapper .my-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-4,
.bootstrap-wrapper .mx-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-4,
.bootstrap-wrapper .my-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-4,
.bootstrap-wrapper .mx-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-5,
.bootstrap-wrapper .my-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-5,
.bootstrap-wrapper .mx-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-5,
.bootstrap-wrapper .my-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-5,
.bootstrap-wrapper .mx-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-0,
.bootstrap-wrapper .py-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-0,
.bootstrap-wrapper .px-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-0,
.bootstrap-wrapper .py-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-0,
.bootstrap-wrapper .px-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-1,
.bootstrap-wrapper .py-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-1,
.bootstrap-wrapper .px-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-1,
.bootstrap-wrapper .py-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-1,
.bootstrap-wrapper .px-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-2,
.bootstrap-wrapper .py-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-2,
.bootstrap-wrapper .px-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-2,
.bootstrap-wrapper .py-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-2,
.bootstrap-wrapper .px-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-3,
.bootstrap-wrapper .py-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-3,
.bootstrap-wrapper .px-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-3,
.bootstrap-wrapper .py-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-3,
.bootstrap-wrapper .px-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-4,
.bootstrap-wrapper .py-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-4,
.bootstrap-wrapper .px-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-4,
.bootstrap-wrapper .py-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-4,
.bootstrap-wrapper .px-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-5,
.bootstrap-wrapper .py-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-5,
.bootstrap-wrapper .px-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-5,
.bootstrap-wrapper .py-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-5,
.bootstrap-wrapper .px-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-n1,
.bootstrap-wrapper .my-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-n1,
.bootstrap-wrapper .mx-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-n1,
.bootstrap-wrapper .my-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-n1,
.bootstrap-wrapper .mx-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-n2,
.bootstrap-wrapper .my-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-n2,
.bootstrap-wrapper .mx-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-n2,
.bootstrap-wrapper .my-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-n2,
.bootstrap-wrapper .mx-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-n3,
.bootstrap-wrapper .my-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-n3,
.bootstrap-wrapper .mx-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-n3,
.bootstrap-wrapper .my-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-n3,
.bootstrap-wrapper .mx-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-n4,
.bootstrap-wrapper .my-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-n4,
.bootstrap-wrapper .mx-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-n4,
.bootstrap-wrapper .my-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-n4,
.bootstrap-wrapper .mx-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-n5,
.bootstrap-wrapper .my-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-n5,
.bootstrap-wrapper .mx-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-n5,
.bootstrap-wrapper .my-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-n5,
.bootstrap-wrapper .mx-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-auto,
.bootstrap-wrapper .my-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-auto,
.bootstrap-wrapper .mx-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-auto,
.bootstrap-wrapper .my-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-auto,
.bootstrap-wrapper .mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .m-sm-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-sm-0,
.bootstrap-wrapper .my-sm-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-sm-0,
.bootstrap-wrapper .mx-sm-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-sm-0,
.bootstrap-wrapper .my-sm-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-sm-0,
.bootstrap-wrapper .mx-sm-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-sm-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-sm-1,
.bootstrap-wrapper .my-sm-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-sm-1,
.bootstrap-wrapper .mx-sm-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-sm-1,
.bootstrap-wrapper .my-sm-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-sm-1,
.bootstrap-wrapper .mx-sm-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-sm-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-sm-2,
.bootstrap-wrapper .my-sm-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-sm-2,
.bootstrap-wrapper .mx-sm-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-sm-2,
.bootstrap-wrapper .my-sm-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-sm-2,
.bootstrap-wrapper .mx-sm-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-sm-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-sm-3,
.bootstrap-wrapper .my-sm-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-sm-3,
.bootstrap-wrapper .mx-sm-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-sm-3,
.bootstrap-wrapper .my-sm-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-sm-3,
.bootstrap-wrapper .mx-sm-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-sm-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-sm-4,
.bootstrap-wrapper .my-sm-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-sm-4,
.bootstrap-wrapper .mx-sm-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-sm-4,
.bootstrap-wrapper .my-sm-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-sm-4,
.bootstrap-wrapper .mx-sm-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-sm-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-sm-5,
.bootstrap-wrapper .my-sm-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-sm-5,
.bootstrap-wrapper .mx-sm-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-sm-5,
.bootstrap-wrapper .my-sm-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-sm-5,
.bootstrap-wrapper .mx-sm-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-sm-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-sm-0,
.bootstrap-wrapper .py-sm-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-sm-0,
.bootstrap-wrapper .px-sm-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-sm-0,
.bootstrap-wrapper .py-sm-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-sm-0,
.bootstrap-wrapper .px-sm-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-sm-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-sm-1,
.bootstrap-wrapper .py-sm-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-sm-1,
.bootstrap-wrapper .px-sm-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-sm-1,
.bootstrap-wrapper .py-sm-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-sm-1,
.bootstrap-wrapper .px-sm-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-sm-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-sm-2,
.bootstrap-wrapper .py-sm-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-sm-2,
.bootstrap-wrapper .px-sm-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-sm-2,
.bootstrap-wrapper .py-sm-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-sm-2,
.bootstrap-wrapper .px-sm-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-sm-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-sm-3,
.bootstrap-wrapper .py-sm-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-sm-3,
.bootstrap-wrapper .px-sm-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-sm-3,
.bootstrap-wrapper .py-sm-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-sm-3,
.bootstrap-wrapper .px-sm-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-sm-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-sm-4,
.bootstrap-wrapper .py-sm-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-sm-4,
.bootstrap-wrapper .px-sm-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-sm-4,
.bootstrap-wrapper .py-sm-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-sm-4,
.bootstrap-wrapper .px-sm-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-sm-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-sm-5,
.bootstrap-wrapper .py-sm-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-sm-5,
.bootstrap-wrapper .px-sm-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-sm-5,
.bootstrap-wrapper .py-sm-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-sm-5,
.bootstrap-wrapper .px-sm-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-sm-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-sm-n1,
.bootstrap-wrapper .my-sm-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-sm-n1,
.bootstrap-wrapper .mx-sm-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-sm-n1,
.bootstrap-wrapper .my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-sm-n1,
.bootstrap-wrapper .mx-sm-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-sm-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-sm-n2,
.bootstrap-wrapper .my-sm-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-sm-n2,
.bootstrap-wrapper .mx-sm-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-sm-n2,
.bootstrap-wrapper .my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-sm-n2,
.bootstrap-wrapper .mx-sm-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-sm-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-sm-n3,
.bootstrap-wrapper .my-sm-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-sm-n3,
.bootstrap-wrapper .mx-sm-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-sm-n3,
.bootstrap-wrapper .my-sm-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-sm-n3,
.bootstrap-wrapper .mx-sm-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-sm-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-sm-n4,
.bootstrap-wrapper .my-sm-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-sm-n4,
.bootstrap-wrapper .mx-sm-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-sm-n4,
.bootstrap-wrapper .my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-sm-n4,
.bootstrap-wrapper .mx-sm-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-sm-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-sm-n5,
.bootstrap-wrapper .my-sm-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-sm-n5,
.bootstrap-wrapper .mx-sm-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-sm-n5,
.bootstrap-wrapper .my-sm-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-sm-n5,
.bootstrap-wrapper .mx-sm-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-sm-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-sm-auto,
.bootstrap-wrapper .my-sm-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-sm-auto,
.bootstrap-wrapper .mx-sm-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-sm-auto,
.bootstrap-wrapper .my-sm-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-sm-auto,
.bootstrap-wrapper .mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .m-md-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-md-0,
.bootstrap-wrapper .my-md-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-md-0,
.bootstrap-wrapper .mx-md-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-md-0,
.bootstrap-wrapper .my-md-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-md-0,
.bootstrap-wrapper .mx-md-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-md-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-md-1,
.bootstrap-wrapper .my-md-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-md-1,
.bootstrap-wrapper .mx-md-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-md-1,
.bootstrap-wrapper .my-md-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-md-1,
.bootstrap-wrapper .mx-md-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-md-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-md-2,
.bootstrap-wrapper .my-md-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-md-2,
.bootstrap-wrapper .mx-md-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-md-2,
.bootstrap-wrapper .my-md-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-md-2,
.bootstrap-wrapper .mx-md-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-md-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-md-3,
.bootstrap-wrapper .my-md-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-md-3,
.bootstrap-wrapper .mx-md-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-md-3,
.bootstrap-wrapper .my-md-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-md-3,
.bootstrap-wrapper .mx-md-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-md-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-md-4,
.bootstrap-wrapper .my-md-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-md-4,
.bootstrap-wrapper .mx-md-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-md-4,
.bootstrap-wrapper .my-md-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-md-4,
.bootstrap-wrapper .mx-md-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-md-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-md-5,
.bootstrap-wrapper .my-md-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-md-5,
.bootstrap-wrapper .mx-md-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-md-5,
.bootstrap-wrapper .my-md-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-md-5,
.bootstrap-wrapper .mx-md-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-md-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-md-0,
.bootstrap-wrapper .py-md-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-md-0,
.bootstrap-wrapper .px-md-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-md-0,
.bootstrap-wrapper .py-md-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-md-0,
.bootstrap-wrapper .px-md-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-md-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-md-1,
.bootstrap-wrapper .py-md-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-md-1,
.bootstrap-wrapper .px-md-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-md-1,
.bootstrap-wrapper .py-md-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-md-1,
.bootstrap-wrapper .px-md-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-md-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-md-2,
.bootstrap-wrapper .py-md-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-md-2,
.bootstrap-wrapper .px-md-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-md-2,
.bootstrap-wrapper .py-md-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-md-2,
.bootstrap-wrapper .px-md-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-md-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-md-3,
.bootstrap-wrapper .py-md-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-md-3,
.bootstrap-wrapper .px-md-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-md-3,
.bootstrap-wrapper .py-md-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-md-3,
.bootstrap-wrapper .px-md-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-md-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-md-4,
.bootstrap-wrapper .py-md-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-md-4,
.bootstrap-wrapper .px-md-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-md-4,
.bootstrap-wrapper .py-md-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-md-4,
.bootstrap-wrapper .px-md-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-md-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-md-5,
.bootstrap-wrapper .py-md-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-md-5,
.bootstrap-wrapper .px-md-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-md-5,
.bootstrap-wrapper .py-md-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-md-5,
.bootstrap-wrapper .px-md-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-md-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-md-n1,
.bootstrap-wrapper .my-md-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-md-n1,
.bootstrap-wrapper .mx-md-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-md-n1,
.bootstrap-wrapper .my-md-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-md-n1,
.bootstrap-wrapper .mx-md-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-md-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-md-n2,
.bootstrap-wrapper .my-md-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-md-n2,
.bootstrap-wrapper .mx-md-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-md-n2,
.bootstrap-wrapper .my-md-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-md-n2,
.bootstrap-wrapper .mx-md-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-md-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-md-n3,
.bootstrap-wrapper .my-md-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-md-n3,
.bootstrap-wrapper .mx-md-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-md-n3,
.bootstrap-wrapper .my-md-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-md-n3,
.bootstrap-wrapper .mx-md-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-md-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-md-n4,
.bootstrap-wrapper .my-md-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-md-n4,
.bootstrap-wrapper .mx-md-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-md-n4,
.bootstrap-wrapper .my-md-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-md-n4,
.bootstrap-wrapper .mx-md-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-md-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-md-n5,
.bootstrap-wrapper .my-md-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-md-n5,
.bootstrap-wrapper .mx-md-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-md-n5,
.bootstrap-wrapper .my-md-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-md-n5,
.bootstrap-wrapper .mx-md-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-md-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-md-auto,
.bootstrap-wrapper .my-md-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-md-auto,
.bootstrap-wrapper .mx-md-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-md-auto,
.bootstrap-wrapper .my-md-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-md-auto,
.bootstrap-wrapper .mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .m-lg-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-lg-0,
.bootstrap-wrapper .my-lg-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-lg-0,
.bootstrap-wrapper .mx-lg-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-lg-0,
.bootstrap-wrapper .my-lg-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-lg-0,
.bootstrap-wrapper .mx-lg-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-lg-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-lg-1,
.bootstrap-wrapper .my-lg-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-lg-1,
.bootstrap-wrapper .mx-lg-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-lg-1,
.bootstrap-wrapper .my-lg-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-lg-1,
.bootstrap-wrapper .mx-lg-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-lg-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-lg-2,
.bootstrap-wrapper .my-lg-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-lg-2,
.bootstrap-wrapper .mx-lg-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-lg-2,
.bootstrap-wrapper .my-lg-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-lg-2,
.bootstrap-wrapper .mx-lg-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-lg-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-lg-3,
.bootstrap-wrapper .my-lg-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-lg-3,
.bootstrap-wrapper .mx-lg-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-lg-3,
.bootstrap-wrapper .my-lg-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-lg-3,
.bootstrap-wrapper .mx-lg-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-lg-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-lg-4,
.bootstrap-wrapper .my-lg-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-lg-4,
.bootstrap-wrapper .mx-lg-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-lg-4,
.bootstrap-wrapper .my-lg-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-lg-4,
.bootstrap-wrapper .mx-lg-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-lg-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-lg-5,
.bootstrap-wrapper .my-lg-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-lg-5,
.bootstrap-wrapper .mx-lg-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-lg-5,
.bootstrap-wrapper .my-lg-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-lg-5,
.bootstrap-wrapper .mx-lg-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-lg-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-lg-0,
.bootstrap-wrapper .py-lg-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-lg-0,
.bootstrap-wrapper .px-lg-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-lg-0,
.bootstrap-wrapper .py-lg-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-lg-0,
.bootstrap-wrapper .px-lg-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-lg-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-lg-1,
.bootstrap-wrapper .py-lg-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-lg-1,
.bootstrap-wrapper .px-lg-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-lg-1,
.bootstrap-wrapper .py-lg-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-lg-1,
.bootstrap-wrapper .px-lg-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-lg-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-lg-2,
.bootstrap-wrapper .py-lg-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-lg-2,
.bootstrap-wrapper .px-lg-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-lg-2,
.bootstrap-wrapper .py-lg-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-lg-2,
.bootstrap-wrapper .px-lg-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-lg-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-lg-3,
.bootstrap-wrapper .py-lg-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-lg-3,
.bootstrap-wrapper .px-lg-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-lg-3,
.bootstrap-wrapper .py-lg-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-lg-3,
.bootstrap-wrapper .px-lg-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-lg-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-lg-4,
.bootstrap-wrapper .py-lg-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-lg-4,
.bootstrap-wrapper .px-lg-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-lg-4,
.bootstrap-wrapper .py-lg-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-lg-4,
.bootstrap-wrapper .px-lg-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-lg-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-lg-5,
.bootstrap-wrapper .py-lg-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-lg-5,
.bootstrap-wrapper .px-lg-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-lg-5,
.bootstrap-wrapper .py-lg-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-lg-5,
.bootstrap-wrapper .px-lg-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-lg-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-lg-n1,
.bootstrap-wrapper .my-lg-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-lg-n1,
.bootstrap-wrapper .mx-lg-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-lg-n1,
.bootstrap-wrapper .my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-lg-n1,
.bootstrap-wrapper .mx-lg-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-lg-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-lg-n2,
.bootstrap-wrapper .my-lg-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-lg-n2,
.bootstrap-wrapper .mx-lg-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-lg-n2,
.bootstrap-wrapper .my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-lg-n2,
.bootstrap-wrapper .mx-lg-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-lg-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-lg-n3,
.bootstrap-wrapper .my-lg-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-lg-n3,
.bootstrap-wrapper .mx-lg-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-lg-n3,
.bootstrap-wrapper .my-lg-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-lg-n3,
.bootstrap-wrapper .mx-lg-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-lg-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-lg-n4,
.bootstrap-wrapper .my-lg-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-lg-n4,
.bootstrap-wrapper .mx-lg-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-lg-n4,
.bootstrap-wrapper .my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-lg-n4,
.bootstrap-wrapper .mx-lg-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-lg-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-lg-n5,
.bootstrap-wrapper .my-lg-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-lg-n5,
.bootstrap-wrapper .mx-lg-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-lg-n5,
.bootstrap-wrapper .my-lg-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-lg-n5,
.bootstrap-wrapper .mx-lg-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-lg-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-lg-auto,
.bootstrap-wrapper .my-lg-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-lg-auto,
.bootstrap-wrapper .mx-lg-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-lg-auto,
.bootstrap-wrapper .my-lg-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-lg-auto,
.bootstrap-wrapper .mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .m-xl-0 {
margin: 0 !important;
}
.bootstrap-wrapper .mt-xl-0,
.bootstrap-wrapper .my-xl-0 {
margin-top: 0 !important;
}
.bootstrap-wrapper .mr-xl-0,
.bootstrap-wrapper .mx-xl-0 {
margin-right: 0 !important;
}
.bootstrap-wrapper .mb-xl-0,
.bootstrap-wrapper .my-xl-0 {
margin-bottom: 0 !important;
}
.bootstrap-wrapper .ml-xl-0,
.bootstrap-wrapper .mx-xl-0 {
margin-left: 0 !important;
}
.bootstrap-wrapper .m-xl-1 {
margin: 0.25rem !important;
}
.bootstrap-wrapper .mt-xl-1,
.bootstrap-wrapper .my-xl-1 {
margin-top: 0.25rem !important;
}
.bootstrap-wrapper .mr-xl-1,
.bootstrap-wrapper .mx-xl-1 {
margin-right: 0.25rem !important;
}
.bootstrap-wrapper .mb-xl-1,
.bootstrap-wrapper .my-xl-1 {
margin-bottom: 0.25rem !important;
}
.bootstrap-wrapper .ml-xl-1,
.bootstrap-wrapper .mx-xl-1 {
margin-left: 0.25rem !important;
}
.bootstrap-wrapper .m-xl-2 {
margin: 0.5rem !important;
}
.bootstrap-wrapper .mt-xl-2,
.bootstrap-wrapper .my-xl-2 {
margin-top: 0.5rem !important;
}
.bootstrap-wrapper .mr-xl-2,
.bootstrap-wrapper .mx-xl-2 {
margin-right: 0.5rem !important;
}
.bootstrap-wrapper .mb-xl-2,
.bootstrap-wrapper .my-xl-2 {
margin-bottom: 0.5rem !important;
}
.bootstrap-wrapper .ml-xl-2,
.bootstrap-wrapper .mx-xl-2 {
margin-left: 0.5rem !important;
}
.bootstrap-wrapper .m-xl-3 {
margin: 1rem !important;
}
.bootstrap-wrapper .mt-xl-3,
.bootstrap-wrapper .my-xl-3 {
margin-top: 1rem !important;
}
.bootstrap-wrapper .mr-xl-3,
.bootstrap-wrapper .mx-xl-3 {
margin-right: 1rem !important;
}
.bootstrap-wrapper .mb-xl-3,
.bootstrap-wrapper .my-xl-3 {
margin-bottom: 1rem !important;
}
.bootstrap-wrapper .ml-xl-3,
.bootstrap-wrapper .mx-xl-3 {
margin-left: 1rem !important;
}
.bootstrap-wrapper .m-xl-4 {
margin: 1.5rem !important;
}
.bootstrap-wrapper .mt-xl-4,
.bootstrap-wrapper .my-xl-4 {
margin-top: 1.5rem !important;
}
.bootstrap-wrapper .mr-xl-4,
.bootstrap-wrapper .mx-xl-4 {
margin-right: 1.5rem !important;
}
.bootstrap-wrapper .mb-xl-4,
.bootstrap-wrapper .my-xl-4 {
margin-bottom: 1.5rem !important;
}
.bootstrap-wrapper .ml-xl-4,
.bootstrap-wrapper .mx-xl-4 {
margin-left: 1.5rem !important;
}
.bootstrap-wrapper .m-xl-5 {
margin: 3rem !important;
}
.bootstrap-wrapper .mt-xl-5,
.bootstrap-wrapper .my-xl-5 {
margin-top: 3rem !important;
}
.bootstrap-wrapper .mr-xl-5,
.bootstrap-wrapper .mx-xl-5 {
margin-right: 3rem !important;
}
.bootstrap-wrapper .mb-xl-5,
.bootstrap-wrapper .my-xl-5 {
margin-bottom: 3rem !important;
}
.bootstrap-wrapper .ml-xl-5,
.bootstrap-wrapper .mx-xl-5 {
margin-left: 3rem !important;
}
.bootstrap-wrapper .p-xl-0 {
padding: 0 !important;
}
.bootstrap-wrapper .pt-xl-0,
.bootstrap-wrapper .py-xl-0 {
padding-top: 0 !important;
}
.bootstrap-wrapper .pr-xl-0,
.bootstrap-wrapper .px-xl-0 {
padding-right: 0 !important;
}
.bootstrap-wrapper .pb-xl-0,
.bootstrap-wrapper .py-xl-0 {
padding-bottom: 0 !important;
}
.bootstrap-wrapper .pl-xl-0,
.bootstrap-wrapper .px-xl-0 {
padding-left: 0 !important;
}
.bootstrap-wrapper .p-xl-1 {
padding: 0.25rem !important;
}
.bootstrap-wrapper .pt-xl-1,
.bootstrap-wrapper .py-xl-1 {
padding-top: 0.25rem !important;
}
.bootstrap-wrapper .pr-xl-1,
.bootstrap-wrapper .px-xl-1 {
padding-right: 0.25rem !important;
}
.bootstrap-wrapper .pb-xl-1,
.bootstrap-wrapper .py-xl-1 {
padding-bottom: 0.25rem !important;
}
.bootstrap-wrapper .pl-xl-1,
.bootstrap-wrapper .px-xl-1 {
padding-left: 0.25rem !important;
}
.bootstrap-wrapper .p-xl-2 {
padding: 0.5rem !important;
}
.bootstrap-wrapper .pt-xl-2,
.bootstrap-wrapper .py-xl-2 {
padding-top: 0.5rem !important;
}
.bootstrap-wrapper .pr-xl-2,
.bootstrap-wrapper .px-xl-2 {
padding-right: 0.5rem !important;
}
.bootstrap-wrapper .pb-xl-2,
.bootstrap-wrapper .py-xl-2 {
padding-bottom: 0.5rem !important;
}
.bootstrap-wrapper .pl-xl-2,
.bootstrap-wrapper .px-xl-2 {
padding-left: 0.5rem !important;
}
.bootstrap-wrapper .p-xl-3 {
padding: 1rem !important;
}
.bootstrap-wrapper .pt-xl-3,
.bootstrap-wrapper .py-xl-3 {
padding-top: 1rem !important;
}
.bootstrap-wrapper .pr-xl-3,
.bootstrap-wrapper .px-xl-3 {
padding-right: 1rem !important;
}
.bootstrap-wrapper .pb-xl-3,
.bootstrap-wrapper .py-xl-3 {
padding-bottom: 1rem !important;
}
.bootstrap-wrapper .pl-xl-3,
.bootstrap-wrapper .px-xl-3 {
padding-left: 1rem !important;
}
.bootstrap-wrapper .p-xl-4 {
padding: 1.5rem !important;
}
.bootstrap-wrapper .pt-xl-4,
.bootstrap-wrapper .py-xl-4 {
padding-top: 1.5rem !important;
}
.bootstrap-wrapper .pr-xl-4,
.bootstrap-wrapper .px-xl-4 {
padding-right: 1.5rem !important;
}
.bootstrap-wrapper .pb-xl-4,
.bootstrap-wrapper .py-xl-4 {
padding-bottom: 1.5rem !important;
}
.bootstrap-wrapper .pl-xl-4,
.bootstrap-wrapper .px-xl-4 {
padding-left: 1.5rem !important;
}
.bootstrap-wrapper .p-xl-5 {
padding: 3rem !important;
}
.bootstrap-wrapper .pt-xl-5,
.bootstrap-wrapper .py-xl-5 {
padding-top: 3rem !important;
}
.bootstrap-wrapper .pr-xl-5,
.bootstrap-wrapper .px-xl-5 {
padding-right: 3rem !important;
}
.bootstrap-wrapper .pb-xl-5,
.bootstrap-wrapper .py-xl-5 {
padding-bottom: 3rem !important;
}
.bootstrap-wrapper .pl-xl-5,
.bootstrap-wrapper .px-xl-5 {
padding-left: 3rem !important;
}
.bootstrap-wrapper .m-xl-n1 {
margin: -0.25rem !important;
}
.bootstrap-wrapper .mt-xl-n1,
.bootstrap-wrapper .my-xl-n1 {
margin-top: -0.25rem !important;
}
.bootstrap-wrapper .mr-xl-n1,
.bootstrap-wrapper .mx-xl-n1 {
margin-right: -0.25rem !important;
}
.bootstrap-wrapper .mb-xl-n1,
.bootstrap-wrapper .my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.bootstrap-wrapper .ml-xl-n1,
.bootstrap-wrapper .mx-xl-n1 {
margin-left: -0.25rem !important;
}
.bootstrap-wrapper .m-xl-n2 {
margin: -0.5rem !important;
}
.bootstrap-wrapper .mt-xl-n2,
.bootstrap-wrapper .my-xl-n2 {
margin-top: -0.5rem !important;
}
.bootstrap-wrapper .mr-xl-n2,
.bootstrap-wrapper .mx-xl-n2 {
margin-right: -0.5rem !important;
}
.bootstrap-wrapper .mb-xl-n2,
.bootstrap-wrapper .my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.bootstrap-wrapper .ml-xl-n2,
.bootstrap-wrapper .mx-xl-n2 {
margin-left: -0.5rem !important;
}
.bootstrap-wrapper .m-xl-n3 {
margin: -1rem !important;
}
.bootstrap-wrapper .mt-xl-n3,
.bootstrap-wrapper .my-xl-n3 {
margin-top: -1rem !important;
}
.bootstrap-wrapper .mr-xl-n3,
.bootstrap-wrapper .mx-xl-n3 {
margin-right: -1rem !important;
}
.bootstrap-wrapper .mb-xl-n3,
.bootstrap-wrapper .my-xl-n3 {
margin-bottom: -1rem !important;
}
.bootstrap-wrapper .ml-xl-n3,
.bootstrap-wrapper .mx-xl-n3 {
margin-left: -1rem !important;
}
.bootstrap-wrapper .m-xl-n4 {
margin: -1.5rem !important;
}
.bootstrap-wrapper .mt-xl-n4,
.bootstrap-wrapper .my-xl-n4 {
margin-top: -1.5rem !important;
}
.bootstrap-wrapper .mr-xl-n4,
.bootstrap-wrapper .mx-xl-n4 {
margin-right: -1.5rem !important;
}
.bootstrap-wrapper .mb-xl-n4,
.bootstrap-wrapper .my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.bootstrap-wrapper .ml-xl-n4,
.bootstrap-wrapper .mx-xl-n4 {
margin-left: -1.5rem !important;
}
.bootstrap-wrapper .m-xl-n5 {
margin: -3rem !important;
}
.bootstrap-wrapper .mt-xl-n5,
.bootstrap-wrapper .my-xl-n5 {
margin-top: -3rem !important;
}
.bootstrap-wrapper .mr-xl-n5,
.bootstrap-wrapper .mx-xl-n5 {
margin-right: -3rem !important;
}
.bootstrap-wrapper .mb-xl-n5,
.bootstrap-wrapper .my-xl-n5 {
margin-bottom: -3rem !important;
}
.bootstrap-wrapper .ml-xl-n5,
.bootstrap-wrapper .mx-xl-n5 {
margin-left: -3rem !important;
}
.bootstrap-wrapper .m-xl-auto {
margin: auto !important;
}
.bootstrap-wrapper .mt-xl-auto,
.bootstrap-wrapper .my-xl-auto {
margin-top: auto !important;
}
.bootstrap-wrapper .mr-xl-auto,
.bootstrap-wrapper .mx-xl-auto {
margin-right: auto !important;
}
.bootstrap-wrapper .mb-xl-auto,
.bootstrap-wrapper .my-xl-auto {
margin-bottom: auto !important;
}
.bootstrap-wrapper .ml-xl-auto,
.bootstrap-wrapper .mx-xl-auto {
margin-left: auto !important;
}
}
.bootstrap-wrapper .text-monospace {
}
.bootstrap-wrapper .text-justify {
text-align: justify !important;
}
.bootstrap-wrapper .text-wrap {
white-space: normal !important;
}
.bootstrap-wrapper .text-nowrap {
white-space: nowrap !important;
}
.bootstrap-wrapper .text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bootstrap-wrapper .text-left {
text-align: left !important;
}
.bootstrap-wrapper .text-right {
text-align: right !important;
}
.bootstrap-wrapper .text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.bootstrap-wrapper .text-sm-left {
text-align: left !important;
}
.bootstrap-wrapper .text-sm-right {
text-align: right !important;
}
.bootstrap-wrapper .text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.bootstrap-wrapper .text-md-left {
text-align: left !important;
}
.bootstrap-wrapper .text-md-right {
text-align: right !important;
}
.bootstrap-wrapper .text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.bootstrap-wrapper .text-lg-left {
text-align: left !important;
}
.bootstrap-wrapper .text-lg-right {
text-align: right !important;
}
.bootstrap-wrapper .text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.bootstrap-wrapper .text-xl-left {
text-align: left !important;
}
.bootstrap-wrapper .text-xl-right {
text-align: right !important;
}
.bootstrap-wrapper .text-xl-center {
text-align: center !important;
}
}
.bootstrap-wrapper .text-lowercase {
text-transform: lowercase !important;
}
.bootstrap-wrapper .text-uppercase {
text-transform: uppercase !important;
}
.bootstrap-wrapper .text-capitalize {
text-transform: capitalize !important;
}
.bootstrap-wrapper .font-weight-light {
font-weight: 300 !important;
}
.bootstrap-wrapper .font-weight-lighter {
font-weight: lighter !important;
}
.bootstrap-wrapper .font-weight-normal {
font-weight: 400 !important;
}
.bootstrap-wrapper .font-weight-bold {
font-weight: 700 !important;
}
.bootstrap-wrapper .font-weight-bolder {
font-weight: bolder !important;
}
.bootstrap-wrapper .font-italic {
font-style: italic !important;
}
.bootstrap-wrapper .text-white {
color: #fff !important;
}
.bootstrap-wrapper .text-primary {
color: #007bff !important;
}
.bootstrap-wrapper a.text-primary:hover,
.bootstrap-wrapper a.text-primary:focus {
color: #0056b3 !important;
}
.bootstrap-wrapper .text-secondary {
color: #6c757d !important;
}
.bootstrap-wrapper a.text-secondary:hover,
.bootstrap-wrapper a.text-secondary:focus {
color: #494f54 !important;
}
.bootstrap-wrapper .text-success {
color: #28a745 !important;
}
.bootstrap-wrapper a.text-success:hover,
.bootstrap-wrapper a.text-success:focus {
color: #19692c !important;
}
.bootstrap-wrapper .text-info {
color: #17a2b8 !important;
}
.bootstrap-wrapper a.text-info:hover,
.bootstrap-wrapper a.text-info:focus {
color: #0f6674 !important;
}
.bootstrap-wrapper .text-warning {
color: #ffc107 !important;
}
.bootstrap-wrapper a.text-warning:hover,
.bootstrap-wrapper a.text-warning:focus {
color: #ba8b00 !important;
}
.bootstrap-wrapper .text-danger {
color: #dc3545 !important;
}
.bootstrap-wrapper a.text-danger:hover,
.bootstrap-wrapper a.text-danger:focus {
color: #a71d2a !important;
}
.bootstrap-wrapper .text-light {
color: #f8f9fa !important;
}
.bootstrap-wrapper a.text-light:hover,
.bootstrap-wrapper a.text-light:focus {
color: #cbd3da !important;
}
.bootstrap-wrapper .text-dark {
color: #343a40 !important;
}
.bootstrap-wrapper a.text-dark:hover,
.bootstrap-wrapper a.text-dark:focus {
color: #121416 !important;
}
.bootstrap-wrapper .text-body {
color: #212529 !important;
}
.bootstrap-wrapper .text-muted {
color: #6c757d !important;
}
.bootstrap-wrapper .text-black-50 {
color: rgba(0,0,0,0.5) !important;
}
.bootstrap-wrapper .text-white-50 {
color: rgba(255,255,255,0.5) !important;
}
.bootstrap-wrapper .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.bootstrap-wrapper .text-decoration-none {
text-decoration: none !important;
}
.bootstrap-wrapper .text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.bootstrap-wrapper .text-reset {
color: inherit !important;
}
.bootstrap-wrapper .visible {
visibility: visible !important;
}
.bootstrap-wrapper .invisible {
visibility: hidden !important;
}
@media print {
.bootstrap-wrapper *,
.bootstrap-wrapper *::before,
.bootstrap-wrapper *::after {
text-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-wrapper a:not(.btn) {
text-decoration: underline;
}
.bootstrap-wrapper abbr[title]::after {
content: " (" attr(title) ")";
}
.bootstrap-wrapper pre {
white-space: pre-wrap !important;
}
.bootstrap-wrapper pre,
.bootstrap-wrapper blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
.bootstrap-wrapper thead {
display: table-header-group;
}
.bootstrap-wrapper tr,
.bootstrap-wrapper img {
page-break-inside: avoid;
}
.bootstrap-wrapper p,
.bootstrap-wrapper h2,
.bootstrap-wrapper h3 {
orphans: 3;
widows: 3;
}
.bootstrap-wrapper h2,
.bootstrap-wrapper h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
.bootstrap-wrapper body {
min-width: 992px !important;
}
.bootstrap-wrapper .container {
min-width: 992px !important;
}
.bootstrap-wrapper .navbar {
display: none;
}
.bootstrap-wrapper .badge {
border: 1px solid #000;
}
.bootstrap-wrapper .table {
border-collapse: collapse !important;
}
.bootstrap-wrapper .table td,
.bootstrap-wrapper .table th {
background-color: #fff !important;
}
.bootstrap-wrapper .table-bordered th,
.bootstrap-wrapper .table-bordered td {
border: 1px solid #dee2e6 !important;
}
.bootstrap-wrapper .table-dark {
color: inherit;
}
.bootstrap-wrapper .table-dark th,
.bootstrap-wrapper .table-dark td,
.bootstrap-wrapper .table-dark thead th,
.bootstrap-wrapper .table-dark tbody + tbody {
border-color: #dee2e6;
}
.bootstrap-wrapper .table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}:root{
--btn-font-color:#ffffff;
--btn-small-font-color:#ffffff;
--btn-color-hover:#6d4bd3;
--title-color:#5b5b5b;
--content-color:#66789C;
--icon_color:#a0abb8;
--max-border-color:#E0E6F7;
--prime-color:#c57b57;	
--second-color:#EFD0B2;  
}
.bootstrap-wrapper .btn-custom {
color: var(--btn-font-color);
background: var(--prime-color);
border-radius: 8px!important;
padding: 14px 25px;
font-size: 18px;	
line-height: 1;
-webkit-transition: 0.2s;
transition: 0.2s;
}
#login-2 .form-control-solid {
background: #fff;
color: #A6B2BA;
border-radius: 8px;
outline: 0;
font-size: 14px;
padding: 10px 15px;
line-height: 15px;
height: calc(3.10em);
margin: 0;
box-shadow: none;
}
#login-2 .form-control-solid:focus{
border: 1px solid #ddd;
box-shadow: none;
}
#login-2 a{
border:none !important;
text-decoration: none;
}
#forget-password{
display: none;
}
#login-2 .content-real {
background-color: #fff;
border: thin solid var(--max-border-color);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 5px;
max-width: 400px;
margin: 40px auto 10px auto;
padding: 30px 22px 0;
padding-top: 10px;
overflow: hidden;
position: relative;
}
#login-2 h3 {
text-align: center;
font-size: 28px;
margin: 20px 0;
font-weight: 400 !important;
}
#login-2 .margin-b-30{
margin-bottom: 30px;
}
#login-2 .uppercase{
text-transform: uppercase;
outline: 0;
box-shadow: none;
border-radius: 0;
padding: 10px 25px;
}
#login-2 .social-icons {
margin-left: 0;
padding-top: 15px;
}
#login-2 .social-icons li {
list-style: none;
display: inline-block;
}
#login-2 .social-icon{
padding:10px;
border-radius: 50% !important;
margin-top: 10px;
}
#login-2  .googleplus{
background-color: #db4a37;
color: #fff;
border: 1px solid #db4a37;
}
#login-2  .facebook{
background-color: #4a6d9d;
color: #fff;
border: 1px solid #4a6d9d;
}
#login-2  .twitter{
background-color: #3bc1ed;
color: #fff;
border: 1px solid #3bc1ed;
}
#login-2  .linkedin{
background-color: #0b7bb5;
color: #fff;
border: 1px solid #0b7bb5;
}
#login-2 button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}
#login-2 .close {
display: inline-block;
margin-top: 0px;
margin-right: 0px;
width: 9px;
height: 9px;
background-repeat: no-repeat !important;
text-indent: -10000px;
outline: none;
}
#login-2 .close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgb(250, 255, 189);
background-image: none;
color: rgb(0, 0, 0);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
color: white;
background-color: #3b9c96;
border-color: #307f7a;
filter:none;
}
.btn-success{
color: white;
background-color: #44b6ae !important;
border: 1px solid #44b6ae !important;
filter:none;
} .page-spinner-bar > div,
.block-spinner-bar > div {
background: #da594a;
}
.login {
background-color: #364150 !important;
}
.login .logo {
margin: 0 auto;
margin-top: 60px;
padding: 15px;
text-align: center;
}
.login .content-real {
background-color: #eceef1;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
max-width: 400px;
margin: 40px auto 10px auto;
padding: 30px;
padding-top: 10px;
overflow: hidden;
position: relative;
}
.para{
font-size: 12px
}
.login .content-real h3 {
color: #6c7a89;
text-align: center;
font-size: 28px;
font-weight: 400 !important;
}
.login .content-real h4 {
color: #555;
}
.login .content-real .hint {
color: #999;
padding: 0;
margin: 15px 0 7px 0;
}
#login-2 .login-form{
margin-bottom: 0;
}
.login .content-real .login-form,
.login .content-real .forget-form {
padding: 0px;
margin: 0px;
}
.login .content-real .form-control {
border: none;
background-color: #dde3ec;
height: 43px;
color: #8290a3;
border: 1px solid #dde3ec;
}
.login .content-real .form-control:focus, .login .content-real .form-control:active {
border: 1px solid #c3ccda;
}
.login .content-real .form-control::-moz-placeholder {
color: #8290a3;
opacity: 1;
}
.login .content-real .form-control:-ms-input-placeholder {
color: #8290a3;
}
.login .content-real .form-control::-webkit-input-placeholder {
color: #8290a3;
}
.login .content-real select.form-control {
padding-left: 9px;
padding-right: 9px;
}
.login .content-real .forget-form {
display: none;
}
.login .content-real .register-form {
display: none;
}
.login .content-real .form-title {
font-weight: 300;
margin-bottom: 25px;
color: var(--title-color);
}
.login .content-real .form-actions {
clear: both;
border: 0px;
border-bottom: 1px solid #eee;
padding: 0px 30px 25px 30px;
margin-left: -30px;
margin-right: -30px;
}
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span
{
background-image: url(https://hill-brothers.com/wp-content/plugins/carspot/admin/files/css/img/bg-white.png);
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}
}
.login-options {
margin: 30px 0;
overflow: hidden;
}
.login .content-real .check {
color: #8290a3;
}
.login-options h4 {
float: left;
font-weight: 600;
font-size: 15px;
color: #7d91aa !important;
}
.login-options .social-icons {
float: right;
padding-top: 3px;
}
.login-options .social-icons li a {
border-radius: 15px 15px 15px 15px !important;
-moz-border-radius: 15px 15px 15px 15px !important;
-webkit-border-radius: 15px 15px 15px 15px !important;
}
.login .content-real .form-actions .checkbox {
margin-left: 0;
padding-left: 0;
}
.login .content-real .forget-form .form-actions {
border: 0;
margin-bottom: 0;
padding-bottom: 20px;
}
.login .content-real .register-form .form-actions {
border: 0;
margin-bottom: 0;
padding-bottom: 0px;
}
.login .content-real .form-actions .btn {
margin-top: 1px;
}
.login .content-real .form-actions .btn-success {
font-weight: 600;
padding: 10px 20px !important;
}
.login .content-real .form-actions .btn-default {
font-weight: 600;
padding: 10px 25px !important;
color: #6c7a8d;
background-color: #ffffff;
border: none;
}
.login .content-real .form-actions .btn-default:hover {
background-color: #fafaff;
color: #45b6af;
}
.login .content-real .forget-password {
font-size: 14px;
float: right;
display: inline-block;
margin-top: 10px;
}
.login .content-real .check {
color: #8290a3;
}
.login .content-real .rememberme {
margin-left: 8px;
margin-top: 10px;
}
.login .content-real .create-account {
margin: 0 -40px -40px -40px;
padding: 15px 0 17px 0;
text-align: center;
background-color: var(--second-color);
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
-ms-border-radius: 0 0 7px 7px;
-o-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}
#login-2 .content-real .create-account {
margin: 20px -40px 0;
padding: 10px 0 1px 0;
text-align: center;
border: thin solid var(--max-border-color);
-webkit-border-radius: 0 0 7px 7px;
-moz-border-radius: 0 0 7px 7px;
-ms-border-radius: 0 0 7px 7px;
-o-border-radius: 0 0 7px 7px;
border-radius: 0 0 7px 7px;
}
#login-2 .content-real .create-account p a {
font-weight: 600;
font-size: 14px;
color: var(--prime-color);
}
#login-2 .create-account a {
display: inline-block;
margin-top: 5px;
} .login .copyright {
text-align: center;
margin: 0 auto 30px 0;
padding: 10px;
color: #7a8ca5;
font-size: 13px;
} [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 25px;
cursor: pointer;
} [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content-real: '';
position: absolute;
left:0; top: 2px;
width: 17px; height: 17px;
border: 1px solid #aaa;
background: #f8f8f8;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
} [type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content-real: '✔';
position: absolute;
top: 0; left: 4px;
font-size: 14px;
color: #09ad7e;
transition: all .2s;
} [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
} [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
color: #999;
}
[type="checkbox"]:disabled + label {
color: #aaa;
} [type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
border: 1px dotted #ddd;
} label:hover:before {
border: 1px solid #ddd!important;
} .txtcenter {
margin-top: 4em;
font-size: .9em;
text-align: center;
color: #aaa;
}
.copy {
margin-top: 2em;
}
.copy a {
text-decoration: none;
color: #4778d9;
}
.margin-20{
margin: 10px 0 !important;
}
@media (max-width: 967px) {
.para{
font-size: 10px;
}
}
@media (max-width: 440px) { .login .logo {
margin-top: 10px;
}
.login .content-real {
width: 280px;
margin-top: 10px;
}
.login .content-real h3 {
font-size: 22px;
}
.forget-password {
display: inline-block;
margin-top: 20px;
}
.login-options .social-icons {
float: left;
padding-top: 3px;
}
.login .checkbox {
font-size: 13px;
}
}.vc_parallax-inner iframe,
.vc_video-bg iframe {
max-width: 1000%
}
.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
clear: both
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
content: " ";
display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
clear: both;
}
.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
speak: none;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.vc_row:after,
.vc_row:before {
content: " ";
display: table
} @media (max-width: 690px) {
.vc_hidden-xs {
display: none!important
}
.vc_el-clearfix-xs {
clear: both
}
}
@media (min-width: 691px) and (max-width: 999px) {
.vc_hidden-sm {
display: none!important
}
.vc_el-clearfix-sm {
clear: both
}
}
@media (min-width: 1000px) and (max-width: 1299px) {
.vc_hidden-md {
display: none!important
}
.vc_el-clearfix-md {
clear: both
}
}
@media (min-width: 1300px) {
.vc_hidden-lg {
display: none !important;
}
} .vc_row-fluid::before, .vc_row-fluid::after {
content: "";
display: table;
}
.vc_row-fluid::after {
clear: both;
}
.vc_pull-right {
float: right !important;
}
.vc_pull-left {
float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
content: " ";
display: table;
}
.vc_clearfix:after {
clear: both;
}
.vc_el-clearfix {
clear: both;
}
.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
position: relative;
min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-left: 2.1%;
}
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
float: left
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
width: calc(80%)
}
body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
width: calc(60%)
}
body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
width: calc(40%)
}
body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
width: calc(20%)
}
}
@media (max-width: 690px) {
body .vc_row-fluid .vc_col-xs-5\/5 {
width: 100%
}
body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
width: calc(80%)
}
body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
width: calc(60%)
}
body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
width: calc(40%)
}
body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
width: calc(20%)
}
}
@media (min-width: 1000px) and (max-width: 1300px) {
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5 {
float: left
}
body .vc_row-fluid .vc_col-md-5\/5 {
width: 100%
}
body .vc_row-fluid .vc_col-md-4\/5 {
width: 80%;
}
body .vc_row-fluid .vc_col-md-3\/5 {
width: 60%;
}
body .vc_row-fluid .vc_col-md-2\/5 {
width: 40%;
}
body .vc_row-fluid .vc_col-md-1\/5 {
width: 20%; 
}
}
@media (min-width: 1300px) {
.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5 {
float: left
}
body .vc_row-fluid .vc_col-lg-5\/5 {
width: 100%
}
body .vc_row-fluid .vc_col-lg-4\/5 {
width: 80%;
}
body .vc_row-fluid .vc_col-lg-3\/5 {
width: 60%;
}
body .vc_row-fluid .vc_col-lg-2\/5 {
width: 40%;
}
body .vc_row-fluid .vc_col-lg-1\/5 {
width: 20%; 
}
}
@media (max-width: 767px) {
.vc_el-clearfix-xs {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1000px) {
.vc_el-clearfix-sm {
clear: both;
}
}
@media (min-width: 1000px) and (max-width: 1199px) {
.vc_el-clearfix-md {
clear: both;
}
}
@media (min-width: 1200px) {
.vc_el-clearfix-lg {
clear: both;
}
}
.vc_visible {
display: block;
}
.vc_table {
width: 100%;
margin-bottom: 20px;
border-collapse: collapse;
}
.vc_button-2-wrapper,
.vc_pixel_icon {
display: inline-block;
vertical-align: middle
}
@font-face{
font-family:vcpb-plugin-icons;
src:url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);
src:url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
font-weight:400;
font-style:normal
}
.vc-composer-icon{
font-family:vcpb-plugin-icons!important;
speak:none;
font-style:normal;
font-weight:400;
font-variant:normal;
text-transform:none;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.vc-c-icon-minimize:before{
content:"\e91c"
}
.vc-c-icon-close:before{
content:"\e5cd"
}
.vc-c-icon-1-6_4-6_1-6:before{
content:"\e90e"
}
.vc-c-icon-add_template:before{
content:"\e903"
}
.vc-c-icon-arrow_back:before{
content:"\e5c4"
}
.vc-c-icon-arrow_drop_down:before{
content:"\e5c5"
}
.vc-c-icon-arrow_drop_up:before{
content:"\e5c7"
}
.vc-c-icon-arrow_forward:before{
content:"\e5c8"
}
.vc-c-icon-check:before{
content:"\e5ca"
}
.vc-c-icon-arrow_upward:before{
content:"\e5d8"
}
.vc-c-icon-arrow_downward:before{
content:"\e5db"
}
.vc-c-icon-sync:before{
content:"\e627"
}
.vc-c-icon-search:before{
content:"\e8b6"
}
.vc-c-icon-1-1:before{
content:"\e900"
}
.vc-c-icon-1-2_1-2:before{
content:"\e901"
}
.vc-c-icon-1-3_1-3_1-3:before{
content:"\e902"
}
.vc-c-icon-1-4_1-2_1-4:before{
content:"\e904"
}
.vc-c-icon-1-4_1-4_1-4_1-4:before{
content:"\e905"
}
.vc-c-icon-1-4_3-4:before{
content:"\e906"
}
.vc-c-icon-1-6_1-6_1-6_1-2:before{
content:"\e907"
}
.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{
content:"\e908"
}
.vc-c-icon-l_15_15_15_15_15:before{
content:"\e909"
}
.vc-c-icon-1-6_2-3_1-6:before{
content:"\e90a"
}
.vc-c-icon-2-3_1-3:before{
content:"\e90b"
}
.vc-c-icon-5-6_1-6:before{
content:"\e90c"
}
.vc-c-icon-add_element:before{
content:"\e90d"
}
.vc-c-icon-add:before{
content:"\e90f"
}
.vc-c-icon-cog:before{
content:"\e910"
}
.vc-c-icon-content_copy:before{
content:"\e911"
}
.vc-c-icon-delete_empty:before{
content:"\e912"
}
.vc-c-icon-dragndrop:before{
content:"\e913"
}
.vc-c-icon-fullscreen_exit:before{
content:"\e914"
}
.vc-c-icon-fullscreen:before{
content:"\e915"
}
.vc-c-icon-arrow_drop_right:before{
content:"\e916"
}
.vc-c-icon-layout_default:before{
content:"\e917"
}
.vc-c-icon-layout_landscape-smartphones:before{
content:"\e918"
}
.vc-c-icon-layout_landscape-tablets:before{
content:"\e919"
}
.vc-c-icon-layout_portrait-smartphones:before{
content:"\e91a"
}
.vc-c-icon-layout_portrait-tablets:before{
content:"\e91b"
}
.vc-c-icon-mode_edit:before{
content:"\e91d"
}
.vc-c-icon-row_default_fe:before{
content:"\e91e"
}
.vc-c-icon-text-block:before{
content:"\e91f"
}
.vc_txt_align_left {
text-align: left
}
.vc_txt_align_right {
text-align: right
}
.vc_txt_align_center {
text-align: center
}
.vc_txt_align_justify {
text-align: justify;
text-justify: inter-word
}
.vc_el_width_50 {
width: 50%
}
.vc_el_width_60 {
width: 60%
}
.vc_el_width_70 {
width: 70%
}
.vc_el_width_80 {
width: 80%
}
.vc_el_width_90 {
width: 90%
}
.vc_el_width_100 {
width: 100%
}
i.icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: text-top;
margin-left: 5px
}
.wpb_btn-large i.icon {
height: 19px;
margin-left: 9px
}
.wpb_btn-small i.icon {
height: 15px
}
.wpb_btn-mini i.icon {
display: none
}
.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
margin-top: 5px;
margin-bottom: 5px
}
#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
margin-bottom: 0
}
.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
font-size: 1.7em;
line-height: 1
}
.vc_message_box-icon>*,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%)
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 35px
}
.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
margin-bottom: 21.74px
}
.vc_parallax {
position: relative;
overflow: hidden
}
.vc_parallax>* {
position: relative;
z-index: 1
}
.vc_parallax .vc_parallax-inner {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
background-size: cover;
z-index: 0;
background-position: 50% 0
}
.vc_video-bg-container {
position: relative
}
.vc_video-bg {
height: 100%;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0
}
.vc_row[data-vc-full-width] {
-webkit-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
transition: opacity .5s ease;
overflow: hidden
}
.vc_row[data-vc-full-width].vc_hidden {
opacity: 0
}
.vc_empty-element>.vc_column-inner {
min-height: 100px
}
iframe.twitter-share-button {
margin: 0
}
.wpb_widgetised_column .wpb_wrapper>ul {
margin: 0
}
.wpb_widgetised_column .wpb_wrapper>ul>li {
margin-left: 0;
background-image: none;
list-style: none!important
}
.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
display: none!important
}
.wpb_button {
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
margin-top: 0;
font-size: 13px;
line-height: 18px;
color: #333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
vertical-align: middle;
cursor: pointer;
background-color: #f7f7f7;
border: 1px solid #ccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: rgba(0, 0, 0, .1)
}
.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
background-color: #eaeaea
}
.wpb_button:hover {
color: #333;
background-color: #e6e6e6;
-webkit-transition: background-color .1s linear;
-o-transition: background-color .1s linear;
transition: background-color .1s linear;
background-image: none
}
.wpb_button:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.wpb_button.active,
.wpb_button:active {
background-color: #e6e6e6;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}
button.wpb_btn-large,
span.wpb_btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px
}
button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
margin-top: 1px
}
button.wpb_btn-small,
span.wpb_btn-small {
padding: 5px 9px;
font-size: 11px;
line-height: 16px
}
button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
margin-top: -1px
}
button.wpb_btn-mini,
span.wpb_btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 14px
}
button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
padding: 0;
border: 0
}
a.wpb_button_a {
border: none
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
cursor: default
}
.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box
}
.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
border: none;
text-decoration: inherit;
color: inherit
}
.vc_custom_heading a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 1
}
.vc_custom_heading a:hover {
opacity: .85
}
#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
margin: 0;
padding-top: 0
}
.cta_align_bottom {
text-align: center
}
.cta_align_bottom .wpb_button {
position: static;
margin-top: 21.74px;
display: inline-block
}
.cta_no_button .wpb_call_text {
width: auto;
float: none
}
.wpb_gmaps_widget .wpb_wrapper {
background-color: #f7f7f7;
padding: 5px
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
margin-bottom: 0;
padding: 0;
display: block;
width: 100%;
border: none
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
position: relative;
padding-bottom: 56.25%;
height: 0
}
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
position: absolute;
top: 0;
left: 0;
height: 100%
}
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
outline: 0
}
.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
padding: 0
}
.wpb_content_element .wpb_tabs_nav {
margin: 0;
padding-left: 0!important;
text-indent: inherit!important
}
#content .wpb_content_element .wpb_tabs_nav {
margin: 0
}
.wpb_content_element .wpb_tabs_nav li {
background-color: #FFF;
white-space: nowrap;
padding: 0;
background-image: none;
list-style: none!important
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background-color: #f7f7f7
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
display: none!important
}
.wpb_content_element .wpb_accordion_header a  {
border-bottom: none;
text-decoration: none;
display: block;
padding: .5em 1em
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
padding: 1em
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
margin-bottom: 0
}
.wpb_tabs .wpb_tabs_nav li {
float: left;
margin: 0 1px 0 0
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
margin: 0 0 1px;
padding-top: 0;
position: relative;
text-transform: none;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
letter-spacing: inherit
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding-left: 1em
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
display: block;
width: 16px;
height: 16px;
background-image: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/images/toggle_open.png);
background-repeat: no-repeat;
position: absolute;
right: .7em;
top: .7em
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-image: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/images/toggle_close.png)
}
.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content:last-child {
margin-bottom: 0
}
.wpb_column .wpb_wrapper .wpb_teaser_grid {
float: none
}
body ul.wpb_thumbnails-fluid li {
padding: 0;
margin-left: 0;
background-image: none;
list-style: none!important
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
display: none!important
}
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
padding: 0;
overflow: visible!important
}
.wpb_image_grid .wpb_image_grid_ul a {
display: block
}
.wpb_image_grid .wpb_image_grid_ul img {
display: block;
max-width: 100%;
height: auto
}
.wpb_gallery .theme-default .nivoSlider {
margin-bottom: 0
}
.wpb_gallery .theme-default .nivo-controlNav {
padding: 10px 0 3px
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: auto;
top: 100%;
margin-top: 15px
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
line-height: 1
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
z-index: 10
}
#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
list-style: none;
padding: 0;
background-image: none;
margin: 0
}
.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
width: 10%
}
.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
width: 20%
}
.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
width: 30%
}
.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
width: 40%
}
.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
width: 50%
}
.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
width: 60%
}
.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
width: 70%
}
.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
width: 80%
}
.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
width: 90%
}
.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
width: 100%
}
.wpb_video_widget .wpb_video_wrapper {
padding-top: 56.25%;
position: relative;
width: 100%
}
.wpb_video_widget .wpb_video_wrapper>div {
padding-top: 0!important;
position: static
}
.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
padding-top: 56.25%
}
.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
padding-top: 75%
}
.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
padding-top: 42.55319149%
}
.wpb_video_widget.vc_video-align-left .wpb_wrapper {
float: left
}
.wpb_video_widget.vc_video-align-center .wpb_wrapper {
margin: 0 auto
}
.wpb_video_widget.vc_video-align-right .wpb_wrapper {
float: right
}
.wpb_video_widget .wpb_wrapper {
position: relative
}
.wpb_video_widget .wpb_wrapper iframe {
width: 100%;
height: 100%;
display: block;
position: absolute;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.wpb_video_wrapper .fluid-width-video-wrapper {
padding-top: 0!important;
position: static
}
.vc_pie_chart {
z-index: 0;
opacity: 0;
filter: alpha(opacity=0)
}
.vc_pie_chart.vc_ready {
opacity: 1;
filter: alpha(opacity=100)
}
.vc_pie_chart .vc_pie_wrapper {
position: relative;
margin: 0 auto
}
.vc_pie_chart canvas {
position: relative;
z-index: 1
}
.vc_pie_chart .vc_pie_chart_value,
.vc_pie_chart_back {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}
.vc_pie_chart .vc_pie_chart_value {
font-size: 200%;
text-align: center
}
.vc_pie_chart_back {
border: 6px solid #f7f7f7;
border-radius: 50%;
opacity: .3;
filter: alpha(opacity=30);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.vc_text_separator,
.wpb_separator {
border-bottom: 1px solid #EBEBEB;
clear: both;
height: 1px
}
.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
width: 100%
}
.vc_chart .vc_chart-legend {
font-size: 14px;
margin: 0;
padding: 0
}
.vc_chart .vc_chart-legend li {
line-height: 1.3em;
list-style: none;
margin: 0 0 .3em;
min-height: 1.3em
}
.vc_chart .vc_chart-legend span {
border-radius: .3em;
display: inline-block;
height: 1.3em;
left: 0;
margin-right: .5em;
vertical-align: middle;
width: 1.3em
}
@media (min-width:768px) {
.vc_chart .vc_chart-legend {
display: inline-block;
vertical-align: middle;
width: 40%
}
.vc_chart .vc_chart-legend li {
margin-left: 1em
}
.vc_chart .vc_chart-with-legend {
display: inline-block;
vertical-align: middle;
width: 60%
}
}
.vc_line-chart .vc_chart-with-legend {
width: 75%
}
.vc_line-chart .vc_chart-legend {
width: 25%
}
.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
border-radius: 0
}
.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
border-radius: 50%
}
.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
border-radius: 4px
}
.owl-carousel .owl-animated-out {
z-index: 0
}
.owl-carousel .owl-animated-in {
z-index: 1
}
@font-face {
font-family: vc_grid_v1;
src: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
src: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
font-weight: 400;
font-style: normal
}
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
font-family: vc_grid_v1;
font-style: normal;
font-weight: 400;
line-height: 1
}
.vc_arrow-icon-minus:before {
content: "\e61c"
}
.vc_arrow-icon-plus:before {
content: "\e61d"
}
.vc_arrow-icon-arrow_down:before {
content: "\e61e"
}
.vc_arrow-icon-arrow_up:before {
content: "\e61f"
}
.vc_arrow-icon-arrow_01_left:before {
content: "\e600"
}
.vc_arrow-icon-arrow_01_right:before {
content: "\e601"
}
.vc_arrow-icon-arrow_02_left:before {
content: "\e602"
}
.vc_arrow-icon-arrow_02_right:before {
content: "\e603"
}
.vc_arrow-icon-arrow_03_left:before {
content: "\e604"
}
.vc_arrow-icon-arrow_03_right:before {
content: "\e605"
}
.vc_arrow-icon-arrow_04_left:before {
content: "\e606"
}
.vc_arrow-icon-arrow_04_right:before {
content: "\e607"
}
.vc_arrow-icon-arrow_05_left:before {
content: "\e608"
}
.vc_arrow-icon-arrow_05_right:before {
content: "\e609"
}
.vc_arrow-icon-arrow_06_left:before {
content: "\e60a"
}
.vc_arrow-icon-arrow_06_right:before {
content: "\e60b"
}
.vc_arrow-icon-arrow_07_left:before {
content: "\e60c"
}
.vc_arrow-icon-arrow_07_right:before {
content: "\e60d"
}
.vc_arrow-icon-arrow_08_left:before {
content: "\e60e"
}
.vc_arrow-icon-arrow_08_right:before {
content: "\e60f"
}
.vc_arrow-icon-arrow_09_left:before {
content: "\e610"
}
.vc_arrow-icon-arrow_09_right:before {
content: "\e611"
}
.vc_arrow-icon-arrow_10_left:before {
content: "\e612"
}
.vc_arrow-icon-arrow_10_right:before {
content: "\e613"
}
.vc_arrow-icon-arrow_11_left:before {
content: "\e614"
}
.vc_arrow-icon-arrow_11_right:before {
content: "\e615"
}
.vc_arrow-icon-arrow_12_left:before {
content: "\e616"
}
.vc_arrow-icon-arrow_12_right:before {
content: "\e617"
}
.vc_arrow-icon-navicon:before {
content: "\f0c9"
}
.wpb_animate_when_almost_visible {
opacity: 0;
filter: alpha(opacity=0)
}
.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
-webkit-animation: none;
-o-animation: none;
animation: none
}
.top-to-bottom,
.wpb_top-to-bottom {
-webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}
.bottom-to-top,
.wpb_bottom-to-top {
-webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}
.left-to-right,
.wpb_left-to-right {
-webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}
.right-to-left,
.wpb_right-to-left {
-webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}
.appear,
.wpb_appear {
-webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
.wpb_start_animation {
opacity: 1;
filter: alpha(opacity=100)
}
@-webkit-keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_ttb {
0% {
-moz-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_ttb {
0% {
-o-transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_ttb {
0% {
-webkit-transform: translate(0, -10%);
-ms-transform: translate(0, -10%);
-o-transform: translate(0, -10%);
transform: translate(0, -10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-webkit-keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_btt {
0% {
-moz-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_btt {
0% {
-o-transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_btt {
0% {
-webkit-transform: translate(0, 10%);
-ms-transform: translate(0, 10%);
-o-transform: translate(0, 10%);
transform: translate(0, 10%);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-webkit-keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_ltr {
0% {
-moz-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_ltr {
0% {
-o-transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_ltr {
0% {
-webkit-transform: translate(-10%, 0);
-ms-transform: translate(-10%, 0);
-o-transform: translate(-10%, 0);
transform: translate(-10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-webkit-keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_rtl {
0% {
-moz-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-moz-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_rtl {
0% {
-o-transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-o-transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_rtl {
0% {
-webkit-transform: translate(10%, 0);
-ms-transform: translate(10%, 0);
-o-transform: translate(10%, 0);
transform: translate(10%, 0);
opacity: 0;
filter: alpha(opacity=0)
}
100% {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-webkit-keyframes wpb_appear {
0% {
-webkit-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-webkit-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-moz-keyframes wpb_appear {
0% {
-moz-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-moz-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@-o-keyframes wpb_appear {
0% {
-o-transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-o-transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
@keyframes wpb_appear {
0% {
-webkit-transform: scale(.5);
-ms-transform: scale(.5);
-o-transform: scale(.5);
transform: scale(.5);
opacity: .1;
filter: alpha(opacity=10)
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100)
}
}
.vc-spinner::before {
content: '';
width: 16px;
height: 16px;
display: inline-block;
pointer-events: none;
margin-top: 6px;
background: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/images/spinner.gif) no-repeat;
background-position-x: center;
background-position-y: center
}
.vc-spinner.vc-spinner-complete::before {
background-image: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/vc/tick.png)
}
.vc-spinner.vc-spinner-failed::before {
background-image: url(//hill-brothers.com/wp-content/plugins/js_composer_salient/assets/vc/remove.png)
}
.vc_row.vc_row-flex>.span_12 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media only screen and (max-width:999px) {
.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.vc_row.vc_row-flex>.span_12>.vc_vc_column,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
min-height: 1em
}
}
.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
}
.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 999px) { 
.vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container, 
.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner, 
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
display: block;
}
}
@media only screen and (max-width: 999px) and (min-width: 690px) {
.vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths,
.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height > .span_12 {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.vc_row.vc_row-o-columns-top.vc_row-o-full-height > .span_12 {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
-webkit-align-content: flex-end!important;
-ms-flex-line-pack: end!important;
align-content: flex-end!important;
}
.vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .span_12::after, .vc_row.vc_row-o-columns-middle > .span_12::after, .vc_row.vc_row-o-columns-top > .span_12::after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block;
}
.vc_row.vc_row-flex.vc_row-o-full-height > .span_12 {
display: -webkit-box!important;
display: -webkit-flex!important;
display: -ms-flexbox!important;
display: flex!important;
}body.compose-mode .vc-templatera .templatera_shortcode,
body.compose-mode .vc_templatera .templatera_shortcode {
opacity: 0.5;
filter: alpha(opacity=50);
}#header-outer[data-lhe=animated_underline] #top nav>ul>li>a{transition:color .2s ease}.sf-menu>li>a>.sf-sub-indicator i{transition:color .2s ease}.sf-shadow .sf-shadow-off{background:none repeat scroll 0 0 transparent}#header-outer:not([data-header-resize="1"]):not([data-format=left-header]) #logo img{transition:opacity .2s ease}#header-outer[data-using-secondary="1"]:not([data-format=left-header]){transition:transform .32s ease,background-color .3s ease 0s,box-shadow .3s ease 0s,margin .25s ease}#top nav ul #nectar-user-account a span,#top nav ul #search-btn a span{-webkit-transition:color .2s ease;transition:color .2s ease}#top ul .slide-out-widget-area-toggle a i.label{-webkit-transition:color .2s ease;transition:color .2s ease}#header-outer:not(.no-transition) .nectar-menu-icon.svg-icon svg path,#slide-out-width-area .nectar-menu-icon.svg-icon svg path{transition:fill .2s ease}#header-outer header .sf-menu>li.nectar-regular-menu-item>a>.nectar-menu-icon{transition:color .2s ease}#header-outer.slide-out-hover{transition:background-color .3s ease}#header-outer.slide-out-hover header,#header-outer.slide-out-hover>.cart-outer{transition:opacity .3s ease}body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true]{transition:transform .3s ease,box-shadow .3s ease,background .3s ease,opacity .3s ease,border-color .3s ease,backdrop-filter .3s ease}body[data-hhun="1"] #header-outer.detached,body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached{transition:transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}@media only screen and (max-width:999px){body[data-hhun="1"] #header-outer{transition:transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}}body[data-hhun="1"] #header-outer.transparent.at-top{transition:background-color .3s ease,box-shadow .3s ease,transform .3s ease,backdrop-filter .3s ease}.wpb_row .nectar-video-wrap .nectar-video-inner.transition,.wpb_row .row-bg-wrap .row-bg.transition{transition:transform .65s cubic-bezier(.05,.2,.1,1)}body[data-ajax-transitions=false] .top-level .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image{transition:opacity .55s ease-out}.column-image-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true],.row-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true]{transition:transform 1.3s cubic-bezier(.12,.75,.4,1),opacity .55s ease-out .2s}.column-image-bg-wrap .column-image-bg.loaded,.row-bg-wrap .row-bg.loaded,body[data-ajax-transitions] .parallax-layer.column-image-bg.loaded,body[data-ajax-transitions] .parallax_section .row-bg.loaded{transition:opacity .4s ease .1s}.flex-viewport{max-height:2000px;transition:all 1s ease}body[data-button-style*=rounded_shadow] .wp-block-button>.wp-block-button__link{transition:all .45s cubic-bezier(.25,1,.33,1)}#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap{transition:background-color .3s ease}.circle-border{transition-duration:225ms;transition-property:all;transition-timing-function:cubic-bezier(.5,-.7,.67,.7)}.img-with-aniamtion-wrap .color-overlay{transition:opacity .65s cubic-bezier(.2,1,.2,1)}.img-with-aniamtion-wrap .inner .hover-wrap[data-hover-animation]{transition:all .65s cubic-bezier(.05,.2,.1,1)!important}.scroll-down-wrap{transition:opacity .4s ease}.portfolio-items[data-ps="8"] .col .work-info .vert-center line,.portfolio-items[data-ps="8"] line{-webkit-transition:none;transition:none}.masonry.classic .post-featured-img img.nectar-lazy,.post-area.standard-minimal .post-featured-img img.nectar-lazy,.post-content.classic .post-featured-img img.nectar-lazy{transition:opacity .5s ease}#ajax-content-wrap .wpb_gallery_slidesimage_grid .portfolio-items img.nectar-lazy{transition:opacity .5s ease,transform .5s ease}#ajax-content-wrap .nectar-underline .post-heading{transition:background-size .55s cubic-bezier(.2,.75,.5,1)}.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap,.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated{transition:opacity .3s cubic-bezier(.3,.58,.55,1),transform .3s cubic-bezier(.3,.58,.55,1)}.posts-container[data-load-animation=perspective] article .inner-wrap,.posts-container[data-load-animation=perspective] article .inner-wrap.animated{transition:opacity .3s cubic-bezier(.1,.3,.2,1),transform .72s cubic-bezier(.1,.3,.27,1)}.post.quote .content-inner .quote-inner .whole-link{transition:all .45s cubic-bezier(.25,1,.33,1)}.blurred-wrap{transition:filter .45s linear}.slide-out-widget-area-toggle .lines-button.x2 .lines:after,.slide-out-widget-area-toggle .lines-button.x2 .lines:before{transition:transform .45s ease,background-color .2s ease,opacity .2s ease}.lines-button.x2 .lines{transition:background .2s ease,opacity .2s ease}.lines-button.x2 .lines:after,.lines-button.x2 .lines:before{transform-origin:50% 50%;transition:top .4s .45s ease,transform .3s ease,background-color .2s ease,opacity .2s ease}.slide-out-widget-area-toggle .closed>span{transition:transform .33s 0s ease}#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before,#header-outer[data-header-button_style=default].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before{opacity:.85!important}#header-outer #top .sf-menu>li[class*=button_solid_color].sfHover>a .sf-sub-indicator i,#header-outer #top .sf-menu>li[class*=button_solid_color]:hover>a .sf-sub-indicator,#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].sfHover:not(#social-in-menu)>a,#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover,body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color].sfHover>a{color:#fff!important}#header-outer.transparent.dark-slide>#top nav .sf-menu>li[class*=button_solid_color].sfHover>a,#header-outer.transparent.dark-slide>#top nav>ul>li[class*=button_solid_color]>a:hover,#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,#header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover,#header-outer[data-lhe=default].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover{color:#fff!important;opacity:1!important;padding-left:20px;padding-right:20px}#header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a:hover{padding-left:20px;padding-right:20px}#header-outer .sf-menu>.sfHover>ul,#header-outer .sf-menu>li:hover>ul{top:100%}.sf-vertical .sfHover ul,.sf-vertical li:hover ul{left:100%;top:0}.sf-menu .sfHover>ul,.sf-menu li:hover>ul{z-index:999;pointer-events:all}.sf-menu li li.sfHover{z-index:999}.sf-menu li .sfHover ul,.sf-menu li li .sfHover ul,.sf-menu li li li:hover ul,.sf-menu li li:hover ul{left:20em;top:0}#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active .widget a:hover{background-color:transparent!important}#header-outer .widget_shopping_cart.open .buttons,#header-outer .widget_shopping_cart.open .cart_list,#header-outer .widget_shopping_cart.open .total,#header-outer[data-format=centered-menu] #top nav>ul>.sfHover>ul>li,#header-secondary-outer .sf-menu>.sfHover>ul>li,#top nav>ul>.sfHover>ul>li{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}#top nav>ul>.megamenu:hover ul li{pointer-events:auto}#header-secondary-outer .sf-menu li .sfHover .on-left-side,#header-secondary-outer .sf-menu li li .on-left-side,.sf-menu li .sfHover .on-left-side,.sf-menu li li .on-left-side{right:20em;left:auto;margin-right:-20px;margin-left:0}.sf-menu .sfHover>.on-left-side{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a{display:inline-block;margin-right:0;margin-left:0;overflow:hidden}#header-outer #social-in-menu a:hover i,.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.col.boxed:not(.wpb_column):hover{top:-4px;box-shadow:0 2px 3px rgba(0,0,0,.3)}.nectar-button.see-through-2:hover,.nectar-button.see-through-3:hover{background-color:transparent}body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover{box-shadow:0 20px 38px rgba(0,0,0,.11)!important}body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover{transform:translateY(-3px)!important}body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover{-webkit-transform:none!important;transform:none!important}body .nectar-button.see-through:hover{border-color:#fff}.col.light .nectar-button.see-through:hover{border-color:#fff}.col.dark .nectar-button.see-through:hover{border-color:#000}body .col.dark .nectar-button.see-through-2:hover,body .col.dark .nectar-button.see-through-3:hover,body .nectar-button.see-through-2:hover,body .nectar-button.see-through-3:hover{color:#fff;opacity:1!important}.nectar-button.tilt:hover,.nectar-button.tilt:hover:after,.nectar-button.tilt:hover:before,.swiper-slide .button.solid_color_2 a:hover,.swiper-slide .button.solid_color_2 a:hover:after,.swiper-slide .button.solid_color_2 a:hover:before{transition:all .5s cubic-bezier(.25,1,.33,1)}.nectar-button.tilt:hover:after,.nectar-button.tilt:hover:before,.swiper-slide .button.solid_color_2 a:hover:after,.swiper-slide .button.solid_color_2 a:hover:before{opacity:1}.nectar-button.tilt:hover,.swiper-slide .button.solid_color_2 a:hover{transform:rotateX(20deg)}body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after,body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after{animation:portSliderLine .45s cubic-bezier(.15,.75,.5,1) forwards}.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after{transform:scale(.8);opacity:0}.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after,.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before{transform:scale(1,1) translateX(9px)}body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after{animation:none;transform:scaleX(0);transform-origin:right}.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg,.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg{animation:ctaArrowSVGEnd .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line,.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line{animation:ctaArrowLineEnd .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text,.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text{animation:ctaArrowTextEnd .45s cubic-bezier(.23,.46,.4,1) forwards}.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline,.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline{animation:ctaArrowStart .45s ease .25s forwards}.team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline,.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline{animation:ctaArrowStartTeam .8s ease forwards}#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap:hover{transition:background-color .5s cubic-bezier(.23,.46,.4,1)}@media only screen and (min-width:1000px){.menu-item-hover-text-reveal-wave .hover .char,.nectar-cta[data-style=text-reveal-wave] .link_text.hover .char,.nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap.hover .char{animation:nectar_cta_letter_animation .5s cubic-bezier(.46,.4,.56,.87) forwards;transform:translateY(110%);opacity:0}}@keyframes nectar_cta_letter_animation{0%{opacity:0;transform:translateY(115%)}30%{opacity:1}45%{opacity:1;transform:translateY(-25%)}100%{opacity:1;transform:translateY(0)}}.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before{opacity:1}.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered,.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered{background-color:rgba(0,0,0,.035)}.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered,.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered{background-color:rgba(0,0,0,.1)}#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style{background-color:rgba(0,0,0,.035)}#sidebar .widget:hover .circle-border,.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border{border:1px solid #000;transform:scale(1.18);transition-timing-function:cubic-bezier(.4,.25,.14,1.73)}#sidebar .widget:hover [class^=icon-].icon-3x,.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered,.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered{color:#fff;background-color:#000}#sidebar .widget:hover .extra-color-gradient-1 .circle-border,#sidebar .widget:hover .extra-color-gradient-2 .circle-border,.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border,.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border{transform:none;-webkit-transform:none}#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn,#page-header-bg .blog-title #single-meta .nectar-social.hover>div a{border:2px solid rgba(255,255,255,.4)}#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover,#page-header-bg .blog-title #single-meta .nectar-social.hover>div a:hover,.single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a,.single #page-header-bg .blog-title #single-meta>div>a:hover{border:2px solid #fff}body[data-button-style^=rounded] .section-down-arrow.hovered,body[data-button-style^=rounded] .section-down-arrow:hover{opacity:1}body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down,body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top,body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down,body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top{transform:translate(0,0)!important}.masonry.material .masonry-blog-item .grav-wrap a img.hovered,.masonry.material .masonry-blog-item .grav-wrap a:hover img,.nectar-recent-posts-single_featured a img.hovered,.nectar-recent-posts-single_featured a:hover img,.related-posts[data-style=material] .grav-wrap a img.hovered,.related-posts[data-style=material] .grav-wrap a:hover img{box-shadow:0 7px 20px rgba(0,0,0,.19)}.masonry.material .masonry-blog-item h3 a:hover,.related-posts[data-style=material] h3 a:hover{color:inherit!important}.post.format-link .post-content .link-inner:hover,.post.format-quote .post-content .quote-inner:hover,.post.link .classic .link-inner:hover,.post.quote .classic .quote-inner:hover{background-color:#333}.related-posts[data-style=material] .inner-wrap:hover .post-featured-img img{transform:scale(1.07)}.blog-recent .more-link span:hover,.post .more-link span:hover{background-color:#000}.post .post-header h2 a:hover{color:inherit}.post.quote .content-inner .quote-inner:hover .whole-link{background-color:#333}.post.link .post-content a:hover .link-inner,.post.quote .post-content a:hover .quote-inner{background-color:#333}.post .post-meta a:hover{color:#000}body #pagination>a.page-numbers:hover,body #pagination>a:hover,body nav#pagination a.page-numbers:hover,body nav#pagination a:hover,body nav.woocommerce-pagination li a:hover{background-color:transparent!important}#pagination .next a:hover,#pagination .prev a:hover,#pagination a.page-numbers:hover,#pagination span.page-numbers.current,.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,.woocommerce nav.woocommerce-pagination ul li a:hover{background-color:#000}body .widget_search .search-form button[type=submit]:hover{background-color:transparent!important}body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover{-webkit-transform:translateY(-50%);transform:translateY(-50%)}body #ajax-content-wrap .widget_search .search-form button[type=submit]:hover,body.search-no-results #search-results .search-form button[type=submit]:hover{box-shadow:none!important}body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover{top:auto;bottom:0;-webkit-transform:none;transform:none}#sidebar .widget .tagcloud a:hover,.post-tags a:hover{background-color:#000}body[data-form-submit=regular] button[type=submit]:hover,body[data-form-submit=regular] input[type=submit]:hover{opacity:.85}.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner{transition:transform .65s cubic-bezier(.05,.2,.1,1)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner{transform:scale(1.13)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover .hover-wrap-inner{transform:scale(1.15)}.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover{transform:scale(.95)!important}.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,.nectar-quick-view-box .flickity-page-dots .dot.is-selected:before,.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before{transform:scale(2);box-shadow:inset 0 0 0 1px #000;background-color:transparent}.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,.span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before{box-shadow:inset 0 0 0 1px #fff}#ajax-content-wrap .flickity-page-dots .dot.is-selected,.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch{opacity:1}.lines-button.close{transform:scale3d(.8,.8,.8)}.lines-button.arrow.close .lines:after,.lines-button.arrow.close .lines:before{top:0;width:1.11111rem}.slide-out-widget-area-toggle .lines-button.close .lines:before{transform:translateY(-6px) rotateZ(-45deg)}.slide-out-widget-area-toggle .lines-button.close .lines:after{transform:translateY(6px) rotateZ(45deg)}#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before{transform:translateY(-6px) rotateZ(-45deg)}#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after{transform:translateY(6px) rotateZ(45deg)}.slide-out-widget-area-toggle .lines-button.close:after{transform:scale(0,1)}.lines-button.minus.close .lines:after,.lines-button.minus.close .lines:before{transform:none;top:0;width:1.4rem}.lines-button.x.close .lines{background:0 0!important}.lines-button.x.close .lines:after,.lines-button.x.close .lines:before{transform-origin:50% 50%;top:0;width:1.4rem}.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in{transform:scale(1)}.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in,.row-bg-wrap[data-bg-animation=fade-in] .inner-wrap:not(.using-image).animated-in+.row-bg-overlay,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in{opacity:1}.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in,.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in{opacity:1}.nectar-waypoint-el:not([data-nectar-waypoint-el-stagger]).animated-in{transform:translate3d(0,0,0);opacity:1}.posts-container article.animated-in .inner-wrap,.posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated{opacity:1;transform:translateY(0);height:100%}.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated{transform:translateY(0) translateZ(0) rotateX(0);opacity:1}.nectar-view-indicator{position:fixed;z-index:400;left:-47px;top:-47px;pointer-events:none;width:94px;height:94px;mix-blend-mode:difference;will-change:transform}.nectar-drag-indicator{position:fixed;z-index:400;left:-26px;top:-26px;pointer-events:none;width:52px;height:52px;mix-blend-mode:difference;will-change:transform}.nectar-drag-indicator.color-dark,.nectar-drag-indicator.color-light{mix-blend-mode:normal}.nectar-drag-indicator.color-dark:before{border:2px solid #000}.nectar-drag-indicator.color-dark i{color:#000}.nectar-drag-indicator:before{border:2px solid #fff;width:100%;height:100%;display:block;content:"";position:absolute;left:-2px;top:-2px;transform:scale(.2);opacity:0;border-radius:50%}.nectar-drag-indicator span{position:absolute;top:50%;left:0;display:block;width:100%;text-align:center;transform:translateY(-50%)}.nectar-drag-indicator i{top:0;color:#fff;font-size:16px;opacity:0;position:absolute}.nectar-drag-indicator i.fa-angle-left{left:-22px;top:-9px;transform:translateX(17px)}.nectar-drag-indicator i.fa-angle-right{right:-22px;top:-9px;transform:translateX(-17px)}.nectar-drag-indicator:before,.nectar-view-indicator .color-circle{transition:transform .45s ease,opacity .3s ease}.nectar-drag-indicator i{transition:transform .2s ease,opacity .2s ease}.nectar-view-indicator span{transition:opacity .2s ease}.nectar-drag-indicator.visible i{transition:transform .45s ease,opacity .3s ease}.nectar-drag-indicator.visible i.fa-angle-left,.nectar-drag-indicator.visible i.fa-angle-right,.nectar-drag-indicator.visible:before,.nectar-view-indicator.visible .color-circle,.nectar-view-indicator.visible span{transform:scale(1);opacity:1}.nectar-drag-indicator.visible.pointer-down:before{transform:scale(.8);transition:transform .25s ease-out,opacity .3s ease}.nectar-view-indicator:not(.style-see-through){mix-blend-mode:normal}.nectar-drag-indicator.blurred-bg .color-circle,.nectar-view-indicator.blurred-bg .color-circle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nectar-view-indicator .color-circle{background-color:#000;width:100%;height:100%;display:block;content:"";position:absolute;left:-2px;top:-2px;transform:scale(.2);opacity:0;border-radius:50%}body .nectar-view-indicator span{opacity:0;font-size:16px;color:#fff;line-height:94px;text-align:center;width:100%;display:inline-block}.nectar-view-indicator.style-see-through .color-circle{background-color:transparent;border:2px solid #fff}.nectar-drag-indicator.in-boxed,.nectar-view-indicator.in-boxed{z-index:10000}.nectar-view-indicator.style-tooltip_text{left:12px;top:12px;width:auto;height:auto;line-height:1;padding:7px 14px}.nectar-view-indicator.style-tooltip_text .color-circle{width:100%;height:100%;display:block;position:absolute;left:0;top:0;opacity:0;border-radius:var(--nectar-border-radius);transform:scale(.65);transition:transform .2s ease-in-out,opacity .2s ease-in-out}.nectar-view-indicator.style-tooltip_text span{opacity:0;position:relative;top:0;left:0;line-height:1;font-size:14px;transform:none;transition:opacity .2s ease-in-out}.nectar-view-indicator.style-tooltip_text.visible .color-circle{transform:scale(1)}.nectar-view-indicator.style-tooltip_text.visible .color-circle,.nectar-view-indicator.style-tooltip_text.visible span{opacity:1}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.95;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@media only screen and (min-width:600px){body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar{top:32px}body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar{top:38px}}.fancybox-video{visibility:visible}.fancybox-bg{background-color:#000}body.compensate-for-scrollbar,html.compensate-for-scrollbar{margin-right:0!important}html.compensate-for-scrollbar{overflow-y:scroll!important}button.fancybox-button{background-color:#000}body[data-button-style*=slightly_rounded] button.fancybox-button,body[data-button-style^=rounded] button.fancybox-button{border-radius:0!important}button.fancybox-button--fsenter,button.fancybox-button--fsexit,html body[data-button-style*=slightly_rounded] button.fancybox-button--fsenter,html body[data-button-style^=rounded] button.fancybox-button--fsenter{border-radius:0 0 0 5px!important}.fancybox-navigation button{color:#fff;background-color:transparent}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:25px;width:40px;height:40px;border-radius:50px;background-color:rgba(25,25,25,.45);z-index:-1;transform:scale(.9);transition:all .25s cubic-bezier(.15,.2,.1,1)}.fancybox-navigation button.fancybox-button--arrow_right:before{right:5px}@media only screen and (min-width:691px){.fancybox-navigation button:hover:before{transform:scale(1.1);box-shadow:0 7px 18px rgba(0,0,0,.25)}}.fancybox-navigation .fancybox-button--arrow_left{left:20px}.fancybox-navigation .fancybox-button--arrow_right{right:20px}@media only screen and (max-width:690px){.fancybox-navigation button:before{transition:none}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}}@media only screen and (min-width:691px){#slide-out-widget-area .secondary-header-text{display:none}}@media only screen and (max-width:999px) and (min-width:691px){body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items{display:none}}#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon span:after,#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li a:after,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon span:after,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after{-webkit-transition:-webkit-transform .3s ease-out,border-color .3s ease-out;transition:transform .3s ease-out,border-color .3s ease-out;position:absolute;display:block;bottom:-6px;left:0;width:100%;-webkit-transform:scaleX(0);transform:scaleX(0);border-top:2px solid #000;content:'';padding-bottom:inherit}#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li .nectar-menu-item-with-icon,body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon,body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon{display:flex;align-items:center}body #slide-out-widget-area .inner .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc,body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li .nectar-menu-item-with-icon.nectar-menu-item-with-desc{align-items:flex-start}#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon.nectar-menu-item-with-desc span:after{bottom:0}#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after{border-color:inherit;transform-origin:left}body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon:after,body #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:after{display:none!important}#slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text{position:relative}#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a{position:relative}#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after,#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after,body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>.nectar-menu-item-with-icon .menu-title-text:after,body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after,body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after,body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after,body.material #slide-out-widget-area[class=slide-out-from-right] .off-canvas-menu-container li a:focus:after{backface-visibility:hidden;-webkit-transform:scaleX(1);transform:scaleX(1)}#slide-out-widget-area .off-canvas-menu-container ul .menu-item .widget-area-active .widget ul{max-height:none;padding-left:0}#header-outer #mobile-menu ul .menu-item .widget-area-active .widget ul,body #slide-out-widget-area .menu.subview .menu-item .widget-area-active .widget li{display:block!important}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget{text-align:left}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a{display:inline}#slide-out-widget-area .off-canvas-menu-container .widget-area-active .widget ul.product_list_widget li a:after{display:none}#slide-out-widget-area .widget-area-active .wp-caption .wp-caption-text{color:#000}#slide-out-widget-area .off-canvas-menu-container li>a>.sf-sub-indicator{display:none}#slide-out-widget-area .inner .off-canvas-menu-container li a{font-size:20px;line-height:30px;font-family:'Open Sans';font-weight:700}#slide-out-widget-area .menuwrapper li small,#slide-out-widget-area .off-canvas-social-links li a,#slide-out-widget-area.fullscreen .inner li a,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a{opacity:.7;transition:opacity .2s ease,color .2s ease;-webkit-transition:opacity .2s ease,color .2s ease}#slide-out-widget-area .inner .current-menu-ancestor>a,#slide-out-widget-area .inner .current-menu-item>a,#slide-out-widget-area .inner .current_page_ancestor>a,#slide-out-widget-area .inner .current_page_item>a,#slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li>a.hovered,#slide-out-widget-area .off-canvas-social-links li a:hover,#slide-out-widget-area.fullscreen .inner li a:hover,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus,#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover{opacity:1}#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li{position:relative}#slide-out-widget-area .ocm-dropdown-arrow{transition:transform .5s cubic-bezier(.215,.61,.355,1);position:absolute;right:-6px;top:10px;transform:translateY(-50%);cursor:pointer;height:28px;width:28px;line-height:0}#slide-out-widget-area .ocm-dropdown-arrow i{font-size:18px;height:28px;width:28px;line-height:28px;top:0}#slide-out-widget-area .open-submenu>.ocm-dropdown-arrow{transform:translateY(-50%) rotate(180deg)}#slide-out-widget-area .secondary-header-text,body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content{margin-bottom:35px;border-radius:6px;background-color:rgba(0,0,0,.1);padding:10px 15px}body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content *{color:inherit}body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content div>:last-child{margin-bottom:0}body #slide-out-widget-area .inner-wrap .inner .nectar-header-text-content{align-self:flex-start}#slide-out-widget-area .nectar-header-text-content>span>:last-child{margin-bottom:0}body #slide-out-widget-area .secondary-header-text{line-height:1.4em}#slide-out-widget-area,#slide-out-widget-area.slide-out-from-right-hover{overflow-y:scroll!important;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}#slide-out-widget-area::-webkit-scrollbar{display:none}#slide-out-widget-area .bottom-text{padding-bottom:0;font-size:12px}#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li{display:inline-block;padding:0 6px 6px 0}#slide-out-widget-area .off-canvas-social-links li i{background-color:transparent;font-size:18px;line-height:22px;top:0}.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a,body:not(.material) #slide-out-widget-area .off-canvas-social-links li a{padding:0 8px}.blurred-wrap.blurred{-webkit-filter:blur(5px);-moz-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px)}.msie .blurred-wrap.blurred{-ms-filter:none;filter:none}#slide-out-widget-area .widget h4{margin-bottom:8px}#slide-out-widget-area .inner>div{margin-bottom:25px}#slide-out-widget-area .inner>div:first-of-type{margin-top:-7px}#slide-out-widget-area .inner{width:100%;height:100%}#slide-out-widget-area,#slide-out-widget-area a,#slide-out-widget-area h3,#slide-out-widget-area h4{color:#fff}body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover{color:#fff}#slide-out-widget-area .nectar-menu-label:before{background-color:#fff}body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close{position:absolute;right:22px;top:22px}body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close{top:47px}body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close,body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close{z-index:100}body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close{display:block;transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;font-family:'Open Sans';font-weight:400}body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close{backface-visibility:hidden;-webkit-backface-visibility:hidden;width:34px;height:34px;transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;color:#ddd;font-size:18px;max-width:none;line-height:32px}body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-]{transform:rotate(90deg);-webkit-transform:rotate(90deg)}body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover{border-color:rgba(255,255,255,.7)}body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-]{-webkit-backface-visibility:hidden;font-size:18px;height:34px;left:-2px;line-height:32px;max-width:none;transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;-webkit-transition:all .47s cubic-bezier(.3,1,.3,.95) 0s;width:34px}body #slide-out-widget-area .slide_out_area_close .icon-default-style{color:#fff}#slide-out-widget-area .menuwrapper{position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-perspective-origin:center;perspective-origin:center;margin-right:0;display:block}#slide-out-widget-area .menuwrapper button{background:#ccc;border:none;width:48px;height:45px;text-indent:-900em;overflow:hidden;position:relative;cursor:pointer;outline:0}#slide-out-widget-area .menuwrapper button:after{content:'';position:absolute;width:68%;height:5px;background:#fff;top:10px;left:16%;box-shadow:0 10px 0 #fff,0 20px 0 #fff}#slide-out-widget-area .menuwrapper ul{padding:0;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}#slide-out-widget-area .menuwrapper li{position:relative}#slide-out-widget-area .menuwrapper li small{display:inline-block;text-transform:uppercase;font-size:15px;font-family:'Open Sans';font-weight:600;letter-spacing:2px;position:relative;top:-4px;opacity:.6}#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small{font-size:14px;display:block;font-family:'Open Sans';letter-spacing:inherit;margin-top:5px;font-weight:700}#slide-out-widget-area .no-touch .menuwrapper li a:hover{background:rgba(255,248,213,.1)}#slide-out-widget-area .menuwrapper .back>a{background:rgba(0,0,0,.13)}#slide-out-widget-area:not(.fullscreen) .menuwrapper .back>a,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back>a{padding-left:10px;padding-right:10px;margin-left:-10px}body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back,body #slide-out-widget-area .menuwrapper .back{display:inline-block;margin-bottom:20px!important}#slide-out-widget-area .menuwrapper .menu{margin:0;position:relative;width:100%;opacity:0;pointer-events:none;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-backface-visibility:hidden;backface-visibility:hidden}#slide-out-widget-area .menuwrapper .menu.menu-toggle{transition:all .25s ease}#slide-out-widget-area .menuwrapper .menu.menuopen{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}body #slide-out-widget-area .menuwrapper li .sub-menu{display:none}#slide-out-widget-area .menuwrapper>.sub-menu,body #slide-out-widget-area .menuwrapper li .sub-menu{margin:0!important;padding:0!important}#slide-out-widget-area .mobile-only,body #slide-out-widget-area .menu.subview .subview>a,body #slide-out-widget-area .menu.subview .subview>small,body #slide-out-widget-area .menu.subview .subviewopen>a,body #slide-out-widget-area .menu.subview .subviewopen>small,body #slide-out-widget-area .menu.subview li{display:none}body #slide-out-widget-area .menu.subview .subview>a,body #slide-out-widget-area .menu.subview .subviewopen>a{display:none!important}body #slide-out-widget-area .menu.subview .subview,body #slide-out-widget-area .menu.subview .subview .sub-menu,body #slide-out-widget-area .menu.subview .subviewopen,body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu,body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>li{display:block}#slide-out-widget-area .menuwrapper>.sub-menu{position:absolute;width:100%;top:0;left:0}.menu.dl-animate-out-5{-webkit-animation:MenuAnimOut5 .4s ease-in-out;animation:MenuAnimOut5 .4s ease-in-out}.menu.dl-animate-in-5{-webkit-animation:MenuAnimIn5 .4s ease-in-out;animation:MenuAnimIn5 .4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-in-5{-webkit-animation:SubMenuAnimIn5 .4s ease-in-out;animation:SubMenuAnimIn5 .4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-out-5{-webkit-animation:SubMenuAnimOut5 .4s ease-in-out;animation:SubMenuAnimOut5 .4s ease-in-out}@-webkit-keyframes MenuAnimOut5{100%{-webkit-transform:rotateY(-25deg) translateX(-300px);opacity:0}}@keyframes MenuAnimOut5{100%{-webkit-transform:rotateY(-25deg) translateX(-300px);transform:rotateY(-25deg) translateX(-300px);opacity:0}}@-webkit-keyframes MenuAnimIn5{0%{-webkit-transform:rotateY(-25deg) translateX(-300px);opacity:0}100%{-webkit-transform:rotateY(0) translateX(0);opacity:1}}@keyframes MenuAnimIn5{0%{-webkit-transform:rotateY(-25deg) translateX(-300px);transform:rotateY(-25deg) translateX(-300px);opacity:0}100%{-webkit-transform:rotateY(0) translateX(0);transform:rotateY(0) translateX(0);opacity:1}}@-webkit-keyframes SubMenuAnimIn5{0%{-webkit-transform:rotateY(25deg) translateX(300px);opacity:0}100%{-webkit-transform:rotateY(0) translateX(0);opacity:1}}@keyframes SubMenuAnimIn5{0%{-webkit-transform:rotateY(25deg) translateX(300px);transform:rotateY(25deg) translateX(300px);opacity:0}100%{-webkit-transform:rotateY(0) translateX(0);transform:rotateY(0) translateX(0);opacity:1}}@-webkit-keyframes SubMenuAnimOut5{0%{-webkit-transform:rotateY(0) translateX(0);opacity:1}100%{-webkit-transform:rotateY(25deg) translateX(300px);opacity:0}}@keyframes SubMenuAnimOut5{0%{-webkit-transform:rotateY(0) translateX(0);transform:rotateY(0) translateX(0);opacity:1}100%{-webkit-transform:rotateY(25deg) translateX(300px);transform:rotateY(25deg) translateX(300px);opacity:0}}.menu.dl-animate-out-4{-webkit-animation:MenuAnimOut4 .4s ease-in-out;animation:MenuAnimOut4 .4s ease-in-out}.menu.dl-animate-in-4{-webkit-animation:MenuAnimIn4 .4s ease-in-out;animation:MenuAnimIn4 .4s ease-in-out}.menuwrapper>.sub-menu.dl-animate-in-4{-webkit-animation:SubMenuAnimIn4 .4s ease;animation:SubMenuAnimIn4 .4s ease}.menuwrapper>.sub-menu.dl-animate-out-4{-webkit-animation:SubMenuAnimOut4 .4s ease;animation:SubMenuAnimOut4 .4s ease}@-webkit-keyframes MenuAnimOut4{100%{-webkit-transform:scale(1.2);opacity:0}}@keyframes MenuAnimOut4{100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes MenuAnimIn4{0%{-webkit-transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes MenuAnimIn4{0%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes SubMenuAnimIn4{0%{-webkit-transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@keyframes SubMenuAnimIn4{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes SubMenuAnimOut4{0%{-webkit-transform:scale(1);opacity:1}100%{-webkit-transform:scale(.8);opacity:0}}@keyframes SubMenuAnimOut4{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}}#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul,#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul{position:relative;max-height:0;box-sizing:content-box;-webkit-transition:max-height .5s cubic-bezier(.215,.61,.355,1),padding .25s cubic-bezier(.215,.61,.355,1);transition:max-height .5s cubic-bezier(.215,.61,.355,1),padding .25s cubic-bezier(.215,.61,.355,1);-ms-transform:none;-webkit-transform:none;transform:none;overflow:hidden}#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul{padding-left:20px}#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:first-child,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:first-child{margin-top:10px}#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child,.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:last-child{margin-bottom:0}.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a{font-size:16px;line-height:22px}.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children>a,body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a{margin-right:20px}body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child{margin-bottom:10px}#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span,#slide-out-widget-area .widget_recent_entries span{display:block;line-height:17px;color:#999;font-size:11px;margin-bottom:6px}#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span,#slide-out-widget-area .widget_recent_entries span{color:inherit}#slide-out-widget-area .widget_recent_entries span{opacity:.8}#slide-out-widget-area .widget_calendar table tbody td,#slide-out-widget-area .widget_calendar table th{color:inherit}#slide-out-widget-area .tagcloud a{padding:2px 11px;position:relative;border:1px solid #fff;background-color:transparent;margin:0 8px 8px 0;font-size:12px;display:block;float:left;text-transform:uppercase;transition:all .2s linear;-webkit-transition:all .2s linear}#slide-out-widget-area .tagcloud a:last-child:after,#slide-out-widget-area .tagcloud:after{display:block;content:' ';clear:both;height:1px}#slide-out-widget-area .recent_projects_widget img{height:auto;width:100%}body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-]{font-size:24px!important}@media only screen and (max-width :690px){body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items{display:block}}@media only screen and (min-width :1px) and (max-width :999px){body #slide-out-widget-area .slide_out_area_close{position:absolute;right:22px;top:22px;z-index:100}.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links,body #slide-out-widget-area.fullscreen .off-canvas-social-links,body #slide-out-widget-area.fullscreen-alt .off-canvas-social-links{position:relative;bottom:0;right:0;margin-top:70px}#slide-out-widget-area.fullscreen .off-canvas-social-links:after,#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after{display:block;height:1px;width:0;background-color:rgba(255,255,255,.6);content:' ';margin:0 auto;position:absolute;top:-40px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transition:all .5s cubic-bezier(.215,.61,.355,1);-webkit-transition:all .5s cubic-bezier(.215,.61,.355,1);-moz-transition:all .5s cubic-bezier(.215,.61,.355,1)}#slide-out-widget-area .mobile-only{display:block}#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container{top:0;position:relative}#slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after{width:100px}.admin-bar #slide-out-widget-area.fullscreen .bottom-text,.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text,body #slide-out-widget-area.fullscreen .bottom-text,body #slide-out-widget-area.fullscreen-alt .bottom-text{position:relative;bottom:0;left:0;margin-bottom:30px;margin-top:15px}#slide-out-widget-area.overflow-state,.admin-bar #slide-out-widget-area.overflow-state{padding-top:110px}#slide-out-widget-area.fullscreen .inner.overflow-state{margin-top:0;margin-bottom:130px}body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close{display:none}}body[data-full-width-header] #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style .slide_out_area_close{display:block;transform:scale(.75);top:-20px;right:-20px}#slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style .inner-wrap{width:100%;height:100%}body #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style{padding:40px}body.admin-bar #slide-out-widget-area.slide-out-from-right-hover.ios-ocm-style{padding-top:80px}.ios-ocm-style+#slide-out-widget-area-bg.slide-out-from-right{z-index:12}#slide-out-widget-area.slide-out-from-right .inner-wrap{opacity:0}body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap{opacity:1}#slide-out-widget-area.slide-out-from-right #slide-out-widget-area .inner>div,#slide-out-widget-area.slide-out-from-right .inner{width:auto}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li:first-child a{padding-left:0}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a i:after{z-index:10000}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li{padding:0}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li a{height:24px;display:block;width:auto;line-height:38px;opacity:1;padding:0 14px;box-sizing:content-box;text-align:center}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i:before{z-index:10;display:block;position:relative}body[data-slide-out-widget-area-style=slide-out-from-right].material #slide-out-widget-area .off-canvas-social-links li i{height:26px;width:auto}body.material[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i{font-size:20px}body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area .off-canvas-social-links li i{line-height:28px;display:block;position:relative;top:auto;backface-visibility:hidden;transition:color .2s ease;vertical-align:middle}@media only screen and (min-width:1000px){body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close{opacity:1;right:0;transform:translateY(-50%) translateX(-36.55vw)}}body[data-slide-out-widget-area-style=slide-out-from-right][data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close{top:50px}body[data-slide-out-widget-area-style=slide-out-from-right] #header-outer.side-widget-open{box-shadow:none}body[data-slide-out-widget-area-style=slide-out-from-right] .nectar-social.fixed{transition:transform .45s cubic-bezier(.15,.2,.1,1)}.ocm-effect-wrap.material-ocm-open .nectar-social.fixed{-webkit-transform:scale(0);transform:scale(0)}.ocm-effect-wrap.material-ocm-open .swiper-container .slider-next,.ocm-effect-wrap.material-ocm-open .swiper-container .slider-prev{transition:background-color .2s linear,opacity .45s cubic-bezier(.15,.2,.1,1);-webkit-transition:background-color .2s linear,opacity .45s cubic-bezier(.15,.2,.1,1)}.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-next,.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width=true] .swiper-container .slider-prev{opacity:0!important}#fp-nav.material-ocm-open li{-webkit-transform:scale(0);transform:scale(0)}body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item>a{opacity:1}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow{-ms-transition:transform .8s cubic-bezier(.15,.2,.1,1);-webkit-transition:transform .8s cubic-bezier(.15,.2,.1,1);transition:transform .8s cubic-bezier(.15,.2,.1,1);-ms-transform-origin:right;-webkit-transform-origin:right;transform-origin:right;position:fixed;left:0;top:0;width:100%;height:100%;content:'';display:block;z-index:1;box-shadow:0 80px 145px rgba(0,0,0,.33)}body.admin-bar.material-ocm-open{position:fixed;left:0;width:100%;height:100%;top:0}.material-ocm-open .container-wrap{pointer-events:none}.ocm-effect-wrap .ocm-effect-wrap-inner{backface-visibility:hidden}.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner{-webkit-transform:scale(1.007)!important;transform:scale(1.007)!important;-webkit-transform-origin:center;transform-origin:center}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open{-webkit-transition:transform .8s cubic-bezier(.15,.2,.1,1);transition:transform .8s cubic-bezier(.15,.2,.1,1);-webkit-transform:scale(.835) translateX(-466px) translateZ(0)!important;transform:scale(.835) translateX(-466px) translateZ(0)!important;height:100%}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open{-webkit-transition:transform .8s cubic-bezier(.15,.2,.1,1);transition:transform .8s cubic-bezier(.15,.2,.1,1);transform:scale(.825) translateX(-476px) translateZ(0)!important;height:100%}@media only screen and (max-width:450px){body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow{-webkit-transition:transform .8s cubic-bezier(.15,.2,.1,1);transition:transform .8s cubic-bezier(.15,.2,.1,1)}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open{-webkit-transform:scale(.84) translateX(-93vw) translateZ(0)!important;transform:scale(.84) translateX(-93vw) translateZ(0)!important}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open{-webkit-transform:scale(.83) translateX(-94vw) translateZ(0)!important;transform:scale(.83) translateX(-94vw) translateZ(0)!important}}@media only screen and (min-width:1000px){body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.8) translateX(-32vw) translateZ(0)!important;transform:scale(.8) translateX(-32vw) translateZ(0)!important}body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap-shadow.material-ocm-open{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.79) translateX(-33.6vw) translateZ(0)!important;transform:scale(.79) translateX(-33.6vw) translateZ(0)!important}body[data-slide-out-widget-area-style=slide-out-from-right] .follow-body.slide_out_area_close{-ms-transform:translateY(-50%) translateX(-35.55vw);-webkit-transform:translateY(-50%) translateX(-35.55vw);transform:translateY(-50%) translateX(-35.55vw)}body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open{-ms-transform-origin:center;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:scale(.85) translateX(-29.6vw) translateZ(0)!important;transform:scale(.85) translateX(-29.6vw) translateZ(0)!important}body[data-slide-out-widget-area-style=slide-out-from-right][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner{-webkit-transform:none!important;transform:none!important}}.material-ocm-open #ajax-content-wrap{cursor:pointer}#slide-out-widget-area.slide-out-from-right .nectar-global-section .full-width-content{width:100%!important;left:0!important;margin:0!important}#slide-out-widget-area.slide-out-from-right .bottom-meta-wrap,#slide-out-widget-area.slide-out-from-right .inner>div{-webkit-transform:translateX(110px);-webkit-transition:all .8s cubic-bezier(.15,.2,.1,1);transform:translateX(110px);transition:all .8s cubic-bezier(.15,.2,.1,1)}#slide-out-widget-area.slide-out-from-right.material-open .bottom-meta-wrap,#slide-out-widget-area.slide-out-from-right.material-open .inner>div{-ms-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}body[data-slide-out-widget-area-style=slide-out-from-right-hover] #header-outer{z-index:9995}#slide-out-widget-area.slide-out-from-right-hover{position:fixed;transform:translate3d(341px,0,0);-webkit-transform:translate3d(341px,0,0);-ms-transform:translate3d(341px,0,0);top:0;right:0;width:340px;height:100%;z-index:9999;padding:54px;padding-top:80px;overflow:hidden;-webkit-transition:transform .7s cubic-bezier(.25,1,.2,1);transition:transform .7s cubic-bezier(.25,1,.2,1)}#slide-out-widget-area.slide-out-from-right-hover .inner{opacity:0;margin-bottom:30px;transform:translateX(50px);-webkit-transition:-webkit-transform .45s cubic-bezier(.2,.75,.3,1) .22s,opacity .45s cubic-bezier(.2,.75,.3,1) .22s;-ms-transition:transform .45s cubic-bezier(.2,.75,.3,1) .22s,opacity .45s cubic-bezier(.2,.75,.3,1) .22s;transition:transform .45s cubic-bezier(.2,.75,.3,1) .22s,opacity .45s cubic-bezier(.2,.75,.3,1) .22s}.material #slide-out-widget-area.slide-out-from-right-hover .inner{margin-bottom:0}#slide-out-widget-area.slide-out-from-right-hover.open .inner{opacity:1;transform:translateX(0)}#slide-out-widget-area.slide-out-from-right-hover .bottom-meta-wrap{opacity:0;transform:translateX(50px);-webkit-transition:-webkit-transform .45s cubic-bezier(.2,.75,.3,1) .35s,opacity .45s cubic-bezier(.2,.75,.3,1) .35s;-ms-transition:transform .45s cubic-bezier(.2,.75,.3,1) .35s,opacity .45s cubic-bezier(.2,.75,.3,1) .35s;transition:transform .45s cubic-bezier(.2,.75,.3,1) .35s,opacity .45s cubic-bezier(.2,.75,.3,1) .35s;margin-top:50px}#slide-out-widget-area.slide-out-from-right-hover .nectar-global-section.nectar_hook_ocm_after_menu{margin-top:25px}#slide-out-widget-area.slide-out-from-right-hover .nectar-global-section.nectar_hook_ocm_bottom_meta{margin-bottom:25px}#slide-out-widget-area.slide-out-from-right-hover .nectar-global-section .full-width-content{width:100%!important;left:0!important;margin:0!important}#slide-out-widget-area.slide-out-from-right-hover .nectar-global-section .container{padding:0}#slide-out-widget-area.slide-out-from-right-hover.open .bottom-meta-wrap{opacity:1;transform:translateX(0)}#slide-out-widget-area.slide-out-from-right-hover .inner-wrap{margin:auto 0;position:relative}#slide-out-widget-area.slide-out-from-right-hover .inner{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;flex-wrap:wrap;height:auto}#slide-out-widget-area.slide-out-from-right-hover .bottom-text{margin-top:30px}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container{margin:auto 0;position:relative;width:100%;transform:none!important}#slide-out-widget-area.slide-out-from-right-hover .off-canvas-social-links{margin-top:30px}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a{font-size:24px;line-height:30px}body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a{word-break:break-word}body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,body #slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a{display:inline-block;position:relative;opacity:1;padding-left:0;padding-right:0}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a{color:rgba(255,255,255,.7)}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.no-pointer-events,#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li.no-pointer-events{pointer-events:none}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li,.material #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li li{margin:5px 0;line-height:1.2}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a{-webkit-transition:color .2s;transition:color .2s}#slide-out-widget-area.slide-out-from-right-hover .off-canvas-menu-container{min-width:190px}#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover{color:#fff}.admin-bar #slide-out-widget-area.slide-out-from-right-hover{padding-top:100px}#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container{position:relative;top:auto}#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .menuwrapper,#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container{display:inline-block}@media only screen and (min-width:1000px){#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container.mobile-only{display:none}}#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .inner>div.off-canvas-menu-container{margin:auto 0;position:relative;-ms-transform:none!important;-webkit-transform:none!important;transform:none!important}#slide-out-widget-area.slide-out-from-right-hover[data-dropdown-func=separate-dropdown-parent-link] .inner{display:-webkit-box;display:-webkit-flex;display:flex;height:auto;flex-wrap:wrap}body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.subview>a,body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.subviewopen>a{display:none}.admin-bar .slide-out-hover-icon-effect{top:32px}.slide-out-hover-icon-effect .lines{background-color:transparent}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after{top:0;-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform-origin:left;transform-origin:left;-webkit-transform-origin:left;border-radius:2px;background-color:#fff;opacity:1;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1) 70ms,opacity .4s cubic-bezier(.2,.01,.16,1) 70ms!important;transition:transform .4s cubic-bezier(.2,.01,.16,1) 70ms,opacity .4s cubic-bezier(.2,.01,.16,1) 70ms!important}.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after{top:0}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines{width:2em}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform-origin:left;transform-origin:left;-webkit-transform-origin:left;border-radius:2px;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1) .12s,opacity .4s cubic-bezier(.2,.01,.16,1) .12s!important;transition:transform .4s cubic-bezier(.2,.01,.16,1) .12s,opacity .4s cubic-bezier(.2,.01,.16,1) .12s!important}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after{-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform-origin:left;transform-origin:left;-webkit-transform-origin:left;border-radius:2px;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1) 20ms,opacity .4s cubic-bezier(.2,.01,.16,1) 20ms!important;transition:transform .4s cubic-bezier(.2,.01,.16,1) 20ms,opacity .4s cubic-bezier(.2,.01,.16,1) 20ms!important}#slide-out-widget-area.open .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,#slide-out-widget-area.open .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after,#slide-out-widget-area.open .slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{transition:transform 0s cubic-bezier(.2,.01,.16,1),opacity .4s cubic-bezier(.2,.01,.16,1) 20ms!important}body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines-button:after,body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after,body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before{height:2px!important}@media only screen and (min-width:1000px){body .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after,body .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after,body .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before{height:3px!important}}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay.lines-button:after{transition:transform .4s cubic-bezier(.2,.01,.16,1) 50ms!important;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1) 50ms!important}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay .lines:before{transition:transform .4s cubic-bezier(.2,.01,.16,1)!important;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1)!important}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay .lines:after{transition:transform .4s cubic-bezier(.2,.01,.16,1) .1s!important;-webkit-transition:-webkit-transform .4s cubic-bezier(.2,.01,.16,1) .1s!important}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{width:2rem;background-color:#fff}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:before,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line.lines-button:after{-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transform:scale(1,1);background-color:#fff}.slide-out-hover-icon-effect .lines:after{top:-8px}.slide-out-hover-icon-effect:not(.small) .lines:after{top:-9px}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{top:8px}@media only screen and (min-width:1000px){.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before{top:9px}}.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines-button:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before{width:1.4rem}.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .unhidden-line .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .unhidden-line .lines:before,.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .unhidden-line.lines-button:after{width:1.4rem;height:2px;-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transform:scale(1,1)}.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines{width:1.4rem}.slide-out-hover-icon-effect.small .lines:after{top:-6px}.slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before{top:6px}.admin-bar .slide-out-hover-icon-effect.small{top:32px}@media only screen and (max-width:999px){.slide-out-hover-icon-effect a{width:auto}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{width:1.4rem}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:after,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:before,.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line.lines-button:after{width:1.4rem;height:2px;-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transform:scale(1,1)}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after{top:0}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines{width:1.4rem}.slide-out-hover-icon-effect .lines:after,.slide-out-hover-icon-effect.small .lines:after,.slide-out-hover-icon-effect:not(.small) .lines:after{top:-6px}.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before{top:6px}.admin-bar .slide-out-hover-icon-effect{top:32px}.slide-out-hover-icon-effect{top:0;right:28px}}.slide-out-hover-icon-effect{position:fixed;right:30px;top:0;z-index:10000;pointer-events:none}.slide-out-hover-icon-effect.small{right:27px}.slide-out-hover-icon-effect a{display:block;pointer-events:none}