Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
25964 righe
558 KiB
25964 righe
558 KiB
/** |
|
* Bootstrap Italia è un tema Bootstrap 4 per la creazione di applicazioni web nel pieno rispetto delle Linee guida di design per i servizi web della PA |
|
* @version v1.2.4 |
|
* @link https://italia.github.io/bootstrap-italia/ |
|
* @license BSD-3-Clause |
|
*/ |
|
|
|
@charset "UTF-8"; |
|
@import url("https://fonts.googleapis.com/css?family=Lora:400,700"); |
|
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700"); |
|
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700"); |
|
.bootstrap-select>select.bs-select-hidden, |
|
select.bs-select-hidden, |
|
select.selectpicker { |
|
display: none!important |
|
} |
|
|
|
.bootstrap-select { |
|
vertical-align: middle |
|
} |
|
|
|
.bootstrap-select>.dropdown-toggle { |
|
position: relative; |
|
width: 100%; |
|
z-index: 1; |
|
text-align: right; |
|
white-space: nowrap |
|
} |
|
|
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover { |
|
color: rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bootstrap-select>select { |
|
position: absolute!important; |
|
bottom: 0; |
|
left: 50%; |
|
display: block!important; |
|
width: .5px!important; |
|
height: 100%!important; |
|
padding: 0!important; |
|
opacity: 0!important; |
|
border: none |
|
} |
|
|
|
.bootstrap-select>select.mobile-device { |
|
top: 0; |
|
left: 0; |
|
display: block!important; |
|
width: 100%!important; |
|
z-index: 2 |
|
} |
|
|
|
.bootstrap-select.is-invalid .dropdown-toggle, |
|
.error .bootstrap-select .dropdown-toggle, |
|
.has-error .bootstrap-select .dropdown-toggle, |
|
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle { |
|
border-color: #b94a48 |
|
} |
|
|
|
.bootstrap-select.is-valid .dropdown-toggle, |
|
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle { |
|
border-color: #28a745 |
|
} |
|
|
|
.bootstrap-select.fit-width { |
|
width: auto!important |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle:focus, |
|
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle { |
|
outline: #333 dotted thin!important; |
|
outline: -webkit-focus-ring-color auto 5px!important; |
|
outline-offset: -2px |
|
} |
|
|
|
.bootstrap-select.form-control { |
|
margin-bottom: 0; |
|
padding: 0; |
|
border: none |
|
} |
|
|
|
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) { |
|
width: 100% |
|
} |
|
|
|
.bootstrap-select.form-control.input-group-btn { |
|
z-index: auto |
|
} |
|
|
|
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn { |
|
border-radius: 0 |
|
} |
|
|
|
.bootstrap-select:not(.input-group-btn), |
|
.bootstrap-select[class*=col-] { |
|
float: none; |
|
display: inline-block; |
|
margin-left: 0 |
|
} |
|
|
|
.bootstrap-select.dropdown-menu-right, |
|
.bootstrap-select[class*=col-].dropdown-menu-right, |
|
.row .bootstrap-select[class*=col-].dropdown-menu-right { |
|
float: right |
|
} |
|
|
|
.form-group .bootstrap-select, |
|
.form-horizontal .bootstrap-select, |
|
.form-inline .bootstrap-select { |
|
margin-bottom: 0 |
|
} |
|
|
|
.form-group-lg .bootstrap-select.form-control, |
|
.form-group-sm .bootstrap-select.form-control { |
|
padding: 0 |
|
} |
|
|
|
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, |
|
.form-group-sm .bootstrap-select.form-control .dropdown-toggle { |
|
height: 100%; |
|
font-size: inherit; |
|
line-height: inherit; |
|
border-radius: inherit |
|
} |
|
|
|
.bootstrap-select.form-control-lg .dropdown-toggle, |
|
.bootstrap-select.form-control-sm .dropdown-toggle { |
|
font-size: inherit; |
|
line-height: inherit; |
|
border-radius: inherit |
|
} |
|
|
|
.bootstrap-select.form-control-sm .dropdown-toggle { |
|
padding: .25rem .5rem |
|
} |
|
|
|
.bootstrap-select.form-control-lg .dropdown-toggle { |
|
padding: .5rem 1rem |
|
} |
|
|
|
.form-inline .bootstrap-select .form-control { |
|
width: 100% |
|
} |
|
|
|
.bootstrap-select.disabled, |
|
.bootstrap-select>.disabled { |
|
cursor: not-allowed |
|
} |
|
|
|
.bootstrap-select.disabled:focus, |
|
.bootstrap-select>.disabled:focus { |
|
outline: 0!important |
|
} |
|
|
|
.bootstrap-select.bs-container { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
height: 0!important; |
|
padding: 0!important |
|
} |
|
|
|
.bootstrap-select.bs-container .dropdown-menu { |
|
z-index: 1060 |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle:before { |
|
content: ''; |
|
display: inline-block |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle .filter-option { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
height: 100%; |
|
width: 100%; |
|
text-align: left; |
|
padding: inherit |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle .filter-option-inner { |
|
padding-right: inherit |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle .filter-option-inner-inner { |
|
overflow: hidden |
|
} |
|
|
|
.bootstrap-select .dropdown-toggle .caret { |
|
position: absolute; |
|
top: 50%; |
|
right: 12px; |
|
margin-top: -2px; |
|
vertical-align: middle |
|
} |
|
|
|
.input-group .bootstrap-select.form-control .dropdown-toggle { |
|
border-radius: inherit |
|
} |
|
|
|
.bootstrap-select[class*=col-] .dropdown-toggle { |
|
width: 100% |
|
} |
|
|
|
.bootstrap-select .dropdown-menu { |
|
min-width: 100%; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
.bootstrap-select .dropdown-menu>.inner:focus { |
|
outline: 0!important |
|
} |
|
|
|
.bootstrap-select .dropdown-menu.inner { |
|
position: static; |
|
float: none; |
|
border: 0; |
|
padding: 0; |
|
margin: 0; |
|
border-radius: 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li { |
|
position: relative |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li.active small { |
|
color: rgba(255, 255, 255, .5)!important |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li.disabled a { |
|
cursor: not-allowed |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li a { |
|
cursor: pointer; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li a.opt { |
|
position: relative; |
|
padding-left: 2.25em |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li a span.check-mark { |
|
display: none |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li a span.text { |
|
display: inline-block |
|
} |
|
|
|
.bootstrap-select .dropdown-menu li small { |
|
padding-left: .5em |
|
} |
|
|
|
.bootstrap-select .dropdown-menu .notify { |
|
position: absolute; |
|
bottom: 5px; |
|
width: 96%; |
|
margin: 0 2%; |
|
min-height: 26px; |
|
padding: 3px 5px; |
|
background: #f5f5f5; |
|
border: 1px solid #e3e3e3; |
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
|
pointer-events: none; |
|
opacity: .9; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
.bootstrap-select .no-results { |
|
padding: 3px; |
|
background: #f5f5f5; |
|
margin: 0 5px; |
|
white-space: nowrap |
|
} |
|
|
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option { |
|
position: static; |
|
display: inline; |
|
padding: 0 |
|
} |
|
|
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, |
|
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner { |
|
display: inline |
|
} |
|
|
|
.bootstrap-select.fit-width .dropdown-toggle .caret { |
|
position: static; |
|
top: auto; |
|
margin-top: -1px |
|
} |
|
|
|
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { |
|
position: absolute; |
|
display: inline-block; |
|
right: 15px; |
|
top: 5px |
|
} |
|
|
|
.bootstrap-select.show-tick .dropdown-menu li a span.text { |
|
margin-right: 34px |
|
} |
|
|
|
.bootstrap-select .bs-ok-default:after { |
|
content: ''; |
|
display: block; |
|
width: .5em; |
|
height: 1em; |
|
border-style: solid; |
|
border-width: 0 .26em .26em 0; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg) |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, |
|
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle { |
|
z-index: 1061 |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before { |
|
content: ''; |
|
border-left: 7px solid transparent; |
|
border-right: 7px solid transparent; |
|
border-bottom: 7px solid rgba(204, 204, 204, .2); |
|
position: absolute; |
|
bottom: -4px; |
|
left: 9px; |
|
display: none |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after { |
|
content: ''; |
|
border-left: 6px solid transparent; |
|
border-right: 6px solid transparent; |
|
border-bottom: 6px solid #fff; |
|
position: absolute; |
|
bottom: -4px; |
|
left: 10px; |
|
display: none |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before { |
|
bottom: auto; |
|
top: -4px; |
|
border-top: 7px solid rgba(204, 204, 204, .2); |
|
border-bottom: 0 |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after { |
|
bottom: auto; |
|
top: -4px; |
|
border-top: 6px solid #fff; |
|
border-bottom: 0 |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before { |
|
right: 12px; |
|
left: auto |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after { |
|
right: 13px; |
|
left: auto |
|
} |
|
|
|
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, |
|
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, |
|
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, |
|
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before { |
|
display: block |
|
} |
|
|
|
.bs-actionsbox, |
|
.bs-donebutton, |
|
.bs-searchbox { |
|
padding: 4px 8px |
|
} |
|
|
|
.bs-actionsbox { |
|
width: 100%; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
.bs-actionsbox .btn-group button { |
|
width: 50% |
|
} |
|
|
|
.bs-donebutton { |
|
float: left; |
|
width: 100%; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
.bs-donebutton .btn-group button { |
|
width: 100% |
|
} |
|
|
|
.bs-searchbox+.bs-actionsbox { |
|
padding: 0 8px 4px |
|
} |
|
|
|
.bs-searchbox .form-control { |
|
margin-bottom: 0; |
|
width: 100%; |
|
float: none |
|
} |
|
|
|
.owl-carousel { |
|
display: none; |
|
width: 100%; |
|
-webkit-tap-highlight-color: transparent; |
|
position: relative; |
|
z-index: 1 |
|
} |
|
|
|
.owl-carousel .owl-stage { |
|
position: relative; |
|
-ms-touch-action: pan-Y; |
|
touch-action: manipulation; |
|
-moz-backface-visibility: hidden |
|
} |
|
|
|
.owl-carousel .owl-stage:after { |
|
content: "."; |
|
display: block; |
|
clear: both; |
|
visibility: hidden; |
|
line-height: 0; |
|
height: 0 |
|
} |
|
|
|
.owl-carousel .owl-stage-outer { |
|
position: relative; |
|
overflow: hidden; |
|
-webkit-transform: translate3d(0, 0, 0) |
|
} |
|
|
|
.owl-carousel .owl-item, |
|
.owl-carousel .owl-wrapper { |
|
-webkit-backface-visibility: hidden; |
|
-moz-backface-visibility: hidden; |
|
-ms-backface-visibility: hidden; |
|
-webkit-transform: translate3d(0, 0, 0); |
|
-moz-transform: translate3d(0, 0, 0); |
|
-ms-transform: translate3d(0, 0, 0) |
|
} |
|
|
|
.owl-carousel .owl-item { |
|
position: relative; |
|
min-height: 1px; |
|
float: left; |
|
-webkit-backface-visibility: hidden; |
|
-webkit-tap-highlight-color: transparent; |
|
-webkit-touch-callout: none |
|
} |
|
|
|
.owl-carousel .owl-item img { |
|
display: block; |
|
width: 100% |
|
} |
|
|
|
.owl-carousel .owl-dots.disabled, |
|
.owl-carousel .owl-nav.disabled { |
|
display: none |
|
} |
|
|
|
.owl-carousel .owl-dot, |
|
.owl-carousel .owl-nav .owl-next, |
|
.owl-carousel .owl-nav .owl-prev { |
|
cursor: pointer; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none |
|
} |
|
|
|
.owl-carousel .owl-nav button.owl-next, |
|
.owl-carousel .owl-nav button.owl-prev, |
|
.owl-carousel button.owl-dot { |
|
background: 0 0; |
|
color: inherit; |
|
border: none; |
|
padding: 0!important; |
|
font: inherit |
|
} |
|
|
|
.owl-carousel.owl-loaded { |
|
display: block |
|
} |
|
|
|
.owl-carousel.owl-loading { |
|
opacity: 0; |
|
display: block |
|
} |
|
|
|
.owl-carousel.owl-hidden { |
|
opacity: 0 |
|
} |
|
|
|
.owl-carousel.owl-refresh .owl-item { |
|
visibility: hidden |
|
} |
|
|
|
.owl-carousel.owl-drag .owl-item { |
|
-ms-touch-action: pan-y; |
|
touch-action: pan-y; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none |
|
} |
|
|
|
.owl-carousel.owl-grab { |
|
cursor: move; |
|
cursor: -webkit-grab; |
|
cursor: grab |
|
} |
|
|
|
.owl-carousel.owl-rtl { |
|
direction: rtl |
|
} |
|
|
|
.owl-carousel.owl-rtl .owl-item { |
|
float: right |
|
} |
|
|
|
.no-js .owl-carousel { |
|
display: block |
|
} |
|
|
|
.owl-carousel .animated { |
|
-webkit-animation-duration: 1s; |
|
animation-duration: 1s; |
|
-webkit-animation-fill-mode: both; |
|
animation-fill-mode: both |
|
} |
|
|
|
.owl-carousel .owl-animated-in { |
|
z-index: 0 |
|
} |
|
|
|
.owl-carousel .owl-animated-out { |
|
z-index: 1 |
|
} |
|
|
|
.owl-carousel .fadeOut { |
|
-webkit-animation-name: fadeOut; |
|
animation-name: fadeOut |
|
} |
|
|
|
@-webkit-keyframes fadeOut { |
|
0% { |
|
opacity: 1 |
|
} |
|
100% { |
|
opacity: 0 |
|
} |
|
} |
|
|
|
@keyframes fadeOut { |
|
0% { |
|
opacity: 1 |
|
} |
|
100% { |
|
opacity: 0 |
|
} |
|
} |
|
|
|
.owl-height { |
|
-webkit-transition: height .5s ease-in-out; |
|
transition: height .5s ease-in-out |
|
} |
|
|
|
.primary-bg { |
|
background-color: #06c |
|
} |
|
|
|
.primary-color { |
|
color: #06c |
|
} |
|
|
|
.primary-border-color, |
|
.primary-border-color.border { |
|
border-color: #06c!important |
|
} |
|
|
|
.white-bg { |
|
background-color: #fff |
|
} |
|
|
|
.white-color { |
|
color: #fff |
|
} |
|
|
|
.white-border-color-, |
|
.white-border-color-.border { |
|
border-color: #fff!important |
|
} |
|
|
|
.primary-bg-a1 { |
|
background-color: #bfdfff |
|
} |
|
|
|
.primary-color-a1 { |
|
color: #bfdfff |
|
} |
|
|
|
.primary-border-color-a1, |
|
.primary-border-color-a1.border { |
|
border-color: #bfdfff!important |
|
} |
|
|
|
.primary-bg-a2 { |
|
background-color: #93c4f5 |
|
} |
|
|
|
.primary-color-a2 { |
|
color: #93c4f5 |
|
} |
|
|
|
.primary-border-color-a2, |
|
.primary-border-color-a2.border { |
|
border-color: #93c4f5!important |
|
} |
|
|
|
.primary-bg-a3 { |
|
background-color: #6aaaeb |
|
} |
|
|
|
.primary-color-a3 { |
|
color: #6aaaeb |
|
} |
|
|
|
.primary-border-color-a3, |
|
.primary-border-color-a3.border { |
|
border-color: #6aaaeb!important |
|
} |
|
|
|
.primary-bg-a4 { |
|
background-color: #4392e0 |
|
} |
|
|
|
.primary-color-a4 { |
|
color: #4392e0 |
|
} |
|
|
|
.primary-border-color-a4, |
|
.primary-border-color-a4.border { |
|
border-color: #4392e0!important |
|
} |
|
|
|
.primary-bg-a5 { |
|
background-color: #207bd6 |
|
} |
|
|
|
.primary-color-a5 { |
|
color: #207bd6 |
|
} |
|
|
|
.primary-border-color-a5, |
|
.primary-border-color-a5.border { |
|
border-color: #207bd6!important |
|
} |
|
|
|
.primary-bg-a6 { |
|
background-color: #06c |
|
} |
|
|
|
.primary-color-a6 { |
|
color: #06c |
|
} |
|
|
|
.primary-border-color-a6, |
|
.primary-border-color-a6.border { |
|
border-color: #06c!important |
|
} |
|
|
|
.primary-bg-a7 { |
|
background-color: #0059b3 |
|
} |
|
|
|
.primary-color-a7 { |
|
color: #0059b3 |
|
} |
|
|
|
.primary-border-color-a7, |
|
.primary-border-color-a7.border { |
|
border-color: #0059b3!important |
|
} |
|
|
|
.primary-bg-a8 { |
|
background-color: #004d99 |
|
} |
|
|
|
.primary-color-a8 { |
|
color: #004d99 |
|
} |
|
|
|
.primary-border-color-a8, |
|
.primary-border-color-a8.border { |
|
border-color: #004d99!important |
|
} |
|
|
|
.primary-bg-a9 { |
|
background-color: #004080 |
|
} |
|
|
|
.primary-color-a9 { |
|
color: #004080 |
|
} |
|
|
|
.primary-border-color-a9, |
|
.primary-border-color-a9.border { |
|
border-color: #004080!important |
|
} |
|
|
|
.primary-bg-a10 { |
|
background-color: #036 |
|
} |
|
|
|
.primary-color-a10 { |
|
color: #036 |
|
} |
|
|
|
.primary-border-color-a10, |
|
.primary-border-color-a10.border { |
|
border-color: #036!important |
|
} |
|
|
|
.primary-bg-a11 { |
|
background-color: #00264d |
|
} |
|
|
|
.primary-color-a11 { |
|
color: #00264d |
|
} |
|
|
|
.primary-border-color-a11, |
|
.primary-border-color-a11.border { |
|
border-color: #00264d!important |
|
} |
|
|
|
.primary-bg-a12 { |
|
background-color: #001a33 |
|
} |
|
|
|
.primary-color-a12 { |
|
color: #001a33 |
|
} |
|
|
|
.primary-border-color-a12, |
|
.primary-border-color-a12.border { |
|
border-color: #001a33!important |
|
} |
|
|
|
.primary-bg-b1 { |
|
background-color: #06c |
|
} |
|
|
|
.primary-color-b1 { |
|
color: #06c |
|
} |
|
|
|
.primary-border-color-b1, |
|
.primary-border-color-b1.border { |
|
border-color: #06c!important |
|
} |
|
|
|
.primary-bg-b2 { |
|
background-color: #1262b3 |
|
} |
|
|
|
.primary-color-b2 { |
|
color: #1262b3 |
|
} |
|
|
|
.primary-border-color-b2, |
|
.primary-border-color-b2.border { |
|
border-color: #1262b3!important |
|
} |
|
|
|
.primary-bg-b3 { |
|
background-color: #1f5c99 |
|
} |
|
|
|
.primary-color-b3 { |
|
color: #1f5c99 |
|
} |
|
|
|
.primary-border-color-b3, |
|
.primary-border-color-b3.border { |
|
border-color: #1f5c99!important |
|
} |
|
|
|
.primary-bg-b4 { |
|
background-color: #265380 |
|
} |
|
|
|
.primary-color-b4 { |
|
color: #265380 |
|
} |
|
|
|
.primary-border-color-b4, |
|
.primary-border-color-b4.border { |
|
border-color: #265380!important |
|
} |
|
|
|
.primary-bg-b5 { |
|
background-color: #294766 |
|
} |
|
|
|
.primary-color-b5 { |
|
color: #294766 |
|
} |
|
|
|
.primary-border-color-b5, |
|
.primary-border-color-b5.border { |
|
border-color: #294766!important |
|
} |
|
|
|
.primary-bg-b6 { |
|
background-color: #26394d |
|
} |
|
|
|
.primary-color-b6 { |
|
color: #26394d |
|
} |
|
|
|
.primary-border-color-b6, |
|
.primary-border-color-b6.border { |
|
border-color: #26394d!important |
|
} |
|
|
|
.primary-bg-b7 { |
|
background-color: #1f2933 |
|
} |
|
|
|
.primary-color-b7 { |
|
color: #1f2933 |
|
} |
|
|
|
.primary-border-color-b7, |
|
.primary-border-color-b7.border { |
|
border-color: #1f2933!important |
|
} |
|
|
|
.primary-bg-b8 { |
|
background-color: #12161a |
|
} |
|
|
|
.primary-color-b8 { |
|
color: #12161a |
|
} |
|
|
|
.primary-border-color-b8, |
|
.primary-border-color-b8.border { |
|
border-color: #12161a!important |
|
} |
|
|
|
.primary-bg-c1 { |
|
background-color: #dce9f5 |
|
} |
|
|
|
.primary-color-c1 { |
|
color: #dce9f5 |
|
} |
|
|
|
.primary-border-color-c1, |
|
.primary-border-color-c1.border { |
|
border-color: #dce9f5!important |
|
} |
|
|
|
.primary-bg-c2 { |
|
background-color: #c4dcf5 |
|
} |
|
|
|
.primary-color-c2 { |
|
color: #c4dcf5 |
|
} |
|
|
|
.primary-border-color-c2, |
|
.primary-border-color-c2.border { |
|
border-color: #c4dcf5!important |
|
} |
|
|
|
.primary-bg-c3 { |
|
background-color: #abd0f5 |
|
} |
|
|
|
.primary-color-c3 { |
|
color: #abd0f5 |
|
} |
|
|
|
.primary-border-color-c3, |
|
.primary-border-color-c3.border { |
|
border-color: #abd0f5!important |
|
} |
|
|
|
.primary-bg-c4 { |
|
background-color: #93c4f5 |
|
} |
|
|
|
.primary-color-c4 { |
|
color: #93c4f5 |
|
} |
|
|
|
.primary-border-color-c4, |
|
.primary-border-color-c4.border { |
|
border-color: #93c4f5!important |
|
} |
|
|
|
.primary-bg-c5 { |
|
background-color: #7ab8f5 |
|
} |
|
|
|
.primary-color-c5 { |
|
color: #7ab8f5 |
|
} |
|
|
|
.primary-border-color-c5, |
|
.primary-border-color-c5.border { |
|
border-color: #7ab8f5!important |
|
} |
|
|
|
.primary-bg-c6 { |
|
background-color: #62abf5 |
|
} |
|
|
|
.primary-color-c6 { |
|
color: #62abf5 |
|
} |
|
|
|
.primary-border-color-c6, |
|
.primary-border-color-c6.border { |
|
border-color: #62abf5!important |
|
} |
|
|
|
.primary-bg-c7 { |
|
background-color: #499ff5 |
|
} |
|
|
|
.primary-color-c7 { |
|
color: #499ff5 |
|
} |
|
|
|
.primary-border-color-c7, |
|
.primary-border-color-c7.border { |
|
border-color: #499ff5!important |
|
} |
|
|
|
.primary-bg-c8 { |
|
background-color: #3193f5 |
|
} |
|
|
|
.primary-color-c8 { |
|
color: #3193f5 |
|
} |
|
|
|
.primary-border-color-c8, |
|
.primary-border-color-c8.border { |
|
border-color: #3193f5!important |
|
} |
|
|
|
.primary-bg-c9 { |
|
background-color: #1887f5 |
|
} |
|
|
|
.primary-color-c9 { |
|
color: #1887f5 |
|
} |
|
|
|
.primary-border-color-c9, |
|
.primary-border-color-c9.border { |
|
border-color: #1887f5!important |
|
} |
|
|
|
.primary-bg-c10 { |
|
background-color: #007af5 |
|
} |
|
|
|
.primary-color-c10 { |
|
color: #007af5 |
|
} |
|
|
|
.primary-border-color-c10, |
|
.primary-border-color-c10.border { |
|
border-color: #007af5!important |
|
} |
|
|
|
.primary-bg-c11 { |
|
background-color: #0070e0 |
|
} |
|
|
|
.primary-color-c11 { |
|
color: #0070e0 |
|
} |
|
|
|
.primary-border-color-c11, |
|
.primary-border-color-c11.border { |
|
border-color: #0070e0!important |
|
} |
|
|
|
.primary-bg-c12 { |
|
background-color: #06c |
|
} |
|
|
|
.primary-color-c12 { |
|
color: #06c |
|
} |
|
|
|
.primary-border-color-c12, |
|
.primary-border-color-c12.border { |
|
border-color: #06c!important |
|
} |
|
|
|
.analogue-1-bg-a1 { |
|
background-color: #e7e6ff |
|
} |
|
|
|
.analogue-1-color-a1 { |
|
color: #e7e6ff |
|
} |
|
|
|
.analogue-1-border-color-a1, |
|
.analogue-1-border-color-a1.border { |
|
border-color: #e7e6ff!important |
|
} |
|
|
|
.analogue-1-bg-a2 { |
|
background-color: #bbb8f5 |
|
} |
|
|
|
.analogue-1-color-a2 { |
|
color: #bbb8f5 |
|
} |
|
|
|
.analogue-1-border-color-a2, |
|
.analogue-1-border-color-a2.border { |
|
border-color: #bbb8f5!important |
|
} |
|
|
|
.analogue-1-bg-a3 { |
|
background-color: #918deb |
|
} |
|
|
|
.analogue-1-color-a3 { |
|
color: #918deb |
|
} |
|
|
|
.analogue-1-border-color-a3, |
|
.analogue-1-border-color-a3.border { |
|
border-color: #918deb!important |
|
} |
|
|
|
.analogue-1-bg-a4 { |
|
background-color: #6b65e0 |
|
} |
|
|
|
.analogue-1-color-a4 { |
|
color: #6b65e0 |
|
} |
|
|
|
.analogue-1-border-color-a4, |
|
.analogue-1-border-color-a4.border { |
|
border-color: #6b65e0!important |
|
} |
|
|
|
.analogue-1-bg-a5 { |
|
background-color: #4840d6 |
|
} |
|
|
|
.analogue-1-color-a5 { |
|
color: #4840d6 |
|
} |
|
|
|
.analogue-1-border-color-a5, |
|
.analogue-1-border-color-a5.border { |
|
border-color: #4840d6!important |
|
} |
|
|
|
.analogue-1-bg-a6 { |
|
background-color: #271fcc |
|
} |
|
|
|
.analogue-1-color-a6 { |
|
color: #271fcc |
|
} |
|
|
|
.analogue-1-border-color-a6, |
|
.analogue-1-border-color-a6.border { |
|
border-color: #271fcc!important |
|
} |
|
|
|
.analogue-1-bg-a7 { |
|
background-color: #221bb3 |
|
} |
|
|
|
.analogue-1-color-a7 { |
|
color: #221bb3 |
|
} |
|
|
|
.analogue-1-border-color-a7, |
|
.analogue-1-border-color-a7.border { |
|
border-color: #221bb3!important |
|
} |
|
|
|
.analogue-1-bg-a8 { |
|
background-color: #1d1799 |
|
} |
|
|
|
.analogue-1-color-a8 { |
|
color: #1d1799 |
|
} |
|
|
|
.analogue-1-border-color-a8, |
|
.analogue-1-border-color-a8.border { |
|
border-color: #1d1799!important |
|
} |
|
|
|
.analogue-1-bg-a9 { |
|
background-color: #191380 |
|
} |
|
|
|
.analogue-1-color-a9 { |
|
color: #191380 |
|
} |
|
|
|
.analogue-1-border-color-a9, |
|
.analogue-1-border-color-a9.border { |
|
border-color: #191380!important |
|
} |
|
|
|
.analogue-1-bg-a10 { |
|
background-color: #140f66 |
|
} |
|
|
|
.analogue-1-color-a10 { |
|
color: #140f66 |
|
} |
|
|
|
.analogue-1-border-color-a10, |
|
.analogue-1-border-color-a10.border { |
|
border-color: #140f66!important |
|
} |
|
|
|
.analogue-1-bg-a11 { |
|
background-color: #0f0b4d |
|
} |
|
|
|
.analogue-1-color-a11 { |
|
color: #0f0b4d |
|
} |
|
|
|
.analogue-1-border-color-a11, |
|
.analogue-1-border-color-a11.border { |
|
border-color: #0f0b4d!important |
|
} |
|
|
|
.analogue-1-bg-a12 { |
|
background-color: #0a0833 |
|
} |
|
|
|
.analogue-1-color-a12 { |
|
color: #0a0833 |
|
} |
|
|
|
.analogue-1-border-color-a12, |
|
.analogue-1-border-color-a12.border { |
|
border-color: #0a0833!important |
|
} |
|
|
|
.analogue-2-bg-a1 { |
|
background-color: #ccfffd |
|
} |
|
|
|
.analogue-2-color-a1 { |
|
color: #ccfffd |
|
} |
|
|
|
.analogue-2-border-color-a1, |
|
.analogue-2-border-color-a1.border { |
|
border-color: #ccfffd!important |
|
} |
|
|
|
.analogue-2-bg-a2 { |
|
background-color: #9ff5f2 |
|
} |
|
|
|
.analogue-2-color-a2 { |
|
color: #9ff5f2 |
|
} |
|
|
|
.analogue-2-border-color-a2, |
|
.analogue-2-border-color-a2.border { |
|
border-color: #9ff5f2!important |
|
} |
|
|
|
.analogue-2-bg-a3 { |
|
background-color: #75ebe7 |
|
} |
|
|
|
.analogue-2-color-a3 { |
|
color: #75ebe7 |
|
} |
|
|
|
.analogue-2-border-color-a3, |
|
.analogue-2-border-color-a3.border { |
|
border-color: #75ebe7!important |
|
} |
|
|
|
.analogue-2-bg-a4 { |
|
background-color: #4fe0dc |
|
} |
|
|
|
.analogue-2-color-a4 { |
|
color: #4fe0dc |
|
} |
|
|
|
.analogue-2-border-color-a4, |
|
.analogue-2-border-color-a4.border { |
|
border-color: #4fe0dc!important |
|
} |
|
|
|
.analogue-2-bg-a5 { |
|
background-color: #2bd6d0 |
|
} |
|
|
|
.analogue-2-color-a5 { |
|
color: #2bd6d0 |
|
} |
|
|
|
.analogue-2-border-color-a5, |
|
.analogue-2-border-color-a5.border { |
|
border-color: #2bd6d0!important |
|
} |
|
|
|
.analogue-2-bg-a6 { |
|
background-color: #0accc6 |
|
} |
|
|
|
.analogue-2-color-a6 { |
|
color: #0accc6 |
|
} |
|
|
|
.analogue-2-border-color-a6, |
|
.analogue-2-border-color-a6.border { |
|
border-color: #0accc6!important |
|
} |
|
|
|
.analogue-2-bg-a7 { |
|
background-color: #09b3ad |
|
} |
|
|
|
.analogue-2-color-a7 { |
|
color: #09b3ad |
|
} |
|
|
|
.analogue-2-border-color-a7, |
|
.analogue-2-border-color-a7.border { |
|
border-color: #09b3ad!important |
|
} |
|
|
|
.analogue-2-bg-a8 { |
|
background-color: #089994 |
|
} |
|
|
|
.analogue-2-color-a8 { |
|
color: #089994 |
|
} |
|
|
|
.analogue-2-border-color-a8, |
|
.analogue-2-border-color-a8.border { |
|
border-color: #089994!important |
|
} |
|
|
|
.analogue-2-bg-a9 { |
|
background-color: #06807b |
|
} |
|
|
|
.analogue-2-color-a9 { |
|
color: #06807b |
|
} |
|
|
|
.analogue-2-border-color-a9, |
|
.analogue-2-border-color-a9.border { |
|
border-color: #06807b!important |
|
} |
|
|
|
.analogue-2-bg-a10 { |
|
background-color: #056663 |
|
} |
|
|
|
.analogue-2-color-a10 { |
|
color: #056663 |
|
} |
|
|
|
.analogue-2-border-color-a10, |
|
.analogue-2-border-color-a10.border { |
|
border-color: #056663!important |
|
} |
|
|
|
.analogue-2-bg-a11 { |
|
background-color: #044d4a |
|
} |
|
|
|
.analogue-2-color-a11 { |
|
color: #044d4a |
|
} |
|
|
|
.analogue-2-border-color-a11, |
|
.analogue-2-border-color-a11.border { |
|
border-color: #044d4a!important |
|
} |
|
|
|
.analogue-2-bg-a12 { |
|
background-color: #033331 |
|
} |
|
|
|
.analogue-2-color-a12 { |
|
color: #033331 |
|
} |
|
|
|
.analogue-2-border-color-a12, |
|
.analogue-2-border-color-a12.border { |
|
border-color: #033331!important |
|
} |
|
|
|
.complementary-1-bg { |
|
background-color: #f73e5a |
|
} |
|
|
|
.complementary-1-color { |
|
color: #f90 |
|
} |
|
|
|
.complementary-1-border-color-, |
|
.complementary-1-border-color-.border { |
|
border-color: #f73e5a!important |
|
} |
|
|
|
.complementary-1-bg-a1 { |
|
background-color: #fffcfd |
|
} |
|
|
|
.complementary-1-color-a1 { |
|
color: #fffcfd |
|
} |
|
|
|
.complementary-1-border-color-a1, |
|
.complementary-1-border-color-a1.border { |
|
border-color: #fffcfd!important |
|
} |
|
|
|
.complementary-1-bg-a2 { |
|
background-color: #f5d0d6 |
|
} |
|
|
|
.complementary-1-color-a2 { |
|
color: #f5d0d6 |
|
} |
|
|
|
.complementary-1-border-color-a2, |
|
.complementary-1-border-color-a2.border { |
|
border-color: #f5d0d6!important |
|
} |
|
|
|
.complementary-1-bg-a3 { |
|
background-color: #eba4af |
|
} |
|
|
|
.complementary-1-color-a3 { |
|
color: #eba4af |
|
} |
|
|
|
.complementary-1-border-color-a3, |
|
.complementary-1-border-color-a3.border { |
|
border-color: #eba4af!important |
|
} |
|
|
|
.complementary-1-bg-a4 { |
|
background-color: #e07b8b |
|
} |
|
|
|
.complementary-1-color-a4 { |
|
color: #e07b8b |
|
} |
|
|
|
.complementary-1-border-color-a4, |
|
.complementary-1-border-color-a4.border { |
|
border-color: #e07b8b!important |
|
} |
|
|
|
.complementary-1-bg-a5 { |
|
background-color: #d65669 |
|
} |
|
|
|
.complementary-1-color-a5 { |
|
color: #d65669 |
|
} |
|
|
|
.complementary-1-border-color-a5, |
|
.complementary-1-border-color-a5.border { |
|
border-color: #d65669!important |
|
} |
|
|
|
.complementary-1-bg-a6 { |
|
background-color: #cc334a |
|
} |
|
|
|
.complementary-1-color-a6 { |
|
color: #cc334a |
|
} |
|
|
|
.complementary-1-border-color-a6, |
|
.complementary-1-border-color-a6.border { |
|
border-color: #cc334a!important |
|
} |
|
|
|
.complementary-1-bg-a7 { |
|
background-color: #b32d41 |
|
} |
|
|
|
.complementary-1-color-a7 { |
|
color: #b32d41 |
|
} |
|
|
|
.complementary-1-border-color-a7, |
|
.complementary-1-border-color-a7.border { |
|
border-color: #b32d41!important |
|
} |
|
|
|
.complementary-1-bg-a8 { |
|
background-color: #992637 |
|
} |
|
|
|
.complementary-1-color-a8 { |
|
color: #992637 |
|
} |
|
|
|
.complementary-1-border-color-a8, |
|
.complementary-1-border-color-a8.border { |
|
border-color: #992637!important |
|
} |
|
|
|
.complementary-1-bg-a9 { |
|
background-color: #80202e |
|
} |
|
|
|
.complementary-1-color-a9 { |
|
color: #80202e |
|
} |
|
|
|
.complementary-1-border-color-a9, |
|
.complementary-1-border-color-a9.border { |
|
border-color: #80202e!important |
|
} |
|
|
|
.complementary-1-bg-a10 { |
|
background-color: #661a25 |
|
} |
|
|
|
.complementary-1-color-a10 { |
|
color: #661a25 |
|
} |
|
|
|
.complementary-1-border-color-a10, |
|
.complementary-1-border-color-a10.border { |
|
border-color: #661a25!important |
|
} |
|
|
|
.complementary-1-bg-a11 { |
|
background-color: #4d131c |
|
} |
|
|
|
.complementary-1-color-a11 { |
|
color: #4d131c |
|
} |
|
|
|
.complementary-1-border-color-a11, |
|
.complementary-1-border-color-a11.border { |
|
border-color: #4d131c!important |
|
} |
|
|
|
.complementary-1-bg-a12 { |
|
background-color: #330d12 |
|
} |
|
|
|
.complementary-1-color-a12 { |
|
color: #330d12 |
|
} |
|
|
|
.complementary-1-border-color-a12, |
|
.complementary-1-border-color-a12.border { |
|
border-color: #330d12!important |
|
} |
|
|
|
.complementary-2-bg { |
|
background-color: #f90 |
|
} |
|
|
|
.complementary-2-color { |
|
color: #f90 |
|
} |
|
|
|
.complementary-2-border-color-, |
|
.complementary-2-border-color-.border { |
|
border-color: #f90!important |
|
} |
|
|
|
.complementary-2-bg-a1 { |
|
background-color: #ffe6bf |
|
} |
|
|
|
.complementary-2-color-a1 { |
|
color: #ffe6bf |
|
} |
|
|
|
.complementary-2-border-color-a1, |
|
.complementary-2-border-color-a1.border { |
|
border-color: #ffe6bf!important |
|
} |
|
|
|
.complementary-2-bg-a2 { |
|
background-color: #f5ce93 |
|
} |
|
|
|
.complementary-2-color-a2 { |
|
color: #f5ce93 |
|
} |
|
|
|
.complementary-2-border-color-a2, |
|
.complementary-2-border-color-a2.border { |
|
border-color: #f5ce93!important |
|
} |
|
|
|
.complementary-2-bg-a3 { |
|
background-color: #ebb76a |
|
} |
|
|
|
.complementary-2-color-a3 { |
|
color: #ebb76a |
|
} |
|
|
|
.complementary-2-border-color-a3, |
|
.complementary-2-border-color-a3.border { |
|
border-color: #ebb76a!important |
|
} |
|
|
|
.complementary-2-bg-a4 { |
|
background-color: #e0a243 |
|
} |
|
|
|
.complementary-2-color-a4 { |
|
color: #e0a243 |
|
} |
|
|
|
.complementary-2-border-color-a4, |
|
.complementary-2-border-color-a4.border { |
|
border-color: #e0a243!important |
|
} |
|
|
|
.complementary-2-bg-a5 { |
|
background-color: #d68d20 |
|
} |
|
|
|
.complementary-2-color-a5 { |
|
color: #d68d20 |
|
} |
|
|
|
.complementary-2-border-color-a5, |
|
.complementary-2-border-color-a5.border { |
|
border-color: #d68d20!important |
|
} |
|
|
|
.complementary-2-bg-a6 { |
|
background-color: #cc7a00 |
|
} |
|
|
|
.complementary-2-color-a6 { |
|
color: #cc7a00 |
|
} |
|
|
|
.complementary-2-border-color-a6, |
|
.complementary-2-border-color-a6.border { |
|
border-color: #cc7a00!important |
|
} |
|
|
|
.complementary-2-bg-a7 { |
|
background-color: #b36b00 |
|
} |
|
|
|
.complementary-2-color-a7 { |
|
color: #b36b00 |
|
} |
|
|
|
.complementary-2-border-color-a7, |
|
.complementary-2-border-color-a7.border { |
|
border-color: #b36b00!important |
|
} |
|
|
|
.complementary-2-bg-a8 { |
|
background-color: #995c00 |
|
} |
|
|
|
.complementary-2-color-a8 { |
|
color: #995c00 |
|
} |
|
|
|
.complementary-2-border-color-a8, |
|
.complementary-2-border-color-a8.border { |
|
border-color: #995c00!important |
|
} |
|
|
|
.complementary-2-bg-a9 { |
|
background-color: #804d00 |
|
} |
|
|
|
.complementary-2-color-a9 { |
|
color: #804d00 |
|
} |
|
|
|
.complementary-2-border-color-a9, |
|
.complementary-2-border-color-a9.border { |
|
border-color: #804d00!important |
|
} |
|
|
|
.complementary-2-bg-a10 { |
|
background-color: #663d00 |
|
} |
|
|
|
.complementary-2-color-a10 { |
|
color: #663d00 |
|
} |
|
|
|
.complementary-2-border-color-a10, |
|
.complementary-2-border-color-a10.border { |
|
border-color: #663d00!important |
|
} |
|
|
|
.complementary-2-bg-a11 { |
|
background-color: #4d2e00 |
|
} |
|
|
|
.complementary-2-color-a11 { |
|
color: #4d2e00 |
|
} |
|
|
|
.complementary-2-border-color-a11, |
|
.complementary-2-border-color-a11.border { |
|
border-color: #4d2e00!important |
|
} |
|
|
|
.complementary-2-bg-a12 { |
|
background-color: #331f00 |
|
} |
|
|
|
.complementary-2-color-a12 { |
|
color: #331f00 |
|
} |
|
|
|
.complementary-2-border-color-a12, |
|
.complementary-2-border-color-a12.border { |
|
border-color: #331f00!important |
|
} |
|
|
|
.complementary-3-bg { |
|
background-color: #00cf86 |
|
} |
|
|
|
.complementary-3-color { |
|
color: #00cf86 |
|
} |
|
|
|
.complementary-3-border-color-, |
|
.complementary-3-border-color-.border { |
|
border-color: #00cf86!important |
|
} |
|
|
|
.complementary-3-bg-a1 { |
|
background-color: #bfffe9 |
|
} |
|
|
|
.complementary-3-color-a1 { |
|
color: #bfffe9 |
|
} |
|
|
|
.complementary-3-border-color-a1, |
|
.complementary-3-border-color-a1.border { |
|
border-color: #bfffe9!important |
|
} |
|
|
|
.complementary-3-bg-a2 { |
|
background-color: #93f5d3 |
|
} |
|
|
|
.complementary-3-color-a2 { |
|
color: #93f5d3 |
|
} |
|
|
|
.complementary-3-border-color-a2, |
|
.complementary-3-border-color-a2.border { |
|
border-color: #93f5d3!important |
|
} |
|
|
|
.complementary-3-bg-a3 { |
|
background-color: #6aebbd |
|
} |
|
|
|
.complementary-3-color-a3 { |
|
color: #6aebbd |
|
} |
|
|
|
.complementary-3-border-color-a3, |
|
.complementary-3-border-color-a3.border { |
|
border-color: #6aebbd!important |
|
} |
|
|
|
.complementary-3-bg-a4 { |
|
background-color: #43e0a9 |
|
} |
|
|
|
.complementary-3-color-a4 { |
|
color: #43e0a9 |
|
} |
|
|
|
.complementary-3-border-color-a4, |
|
.complementary-3-border-color-a4.border { |
|
border-color: #43e0a9!important |
|
} |
|
|
|
.complementary-3-bg-a5 { |
|
background-color: #20d696 |
|
} |
|
|
|
.complementary-3-color-a5 { |
|
color: #20d696 |
|
} |
|
|
|
.complementary-3-border-color-a5, |
|
.complementary-3-border-color-a5.border { |
|
border-color: #20d696!important |
|
} |
|
|
|
.complementary-3-bg-a6 { |
|
background-color: #00cc85 |
|
} |
|
|
|
.complementary-3-color-a6 { |
|
color: #00cc85 |
|
} |
|
|
|
.complementary-3-border-color-a6, |
|
.complementary-3-border-color-a6.border { |
|
border-color: #00cc85!important |
|
} |
|
|
|
.complementary-3-bg-a7 { |
|
background-color: #00b374 |
|
} |
|
|
|
.complementary-3-color-a7 { |
|
color: #00b374 |
|
} |
|
|
|
.complementary-3-border-color-a7, |
|
.complementary-3-border-color-a7.border { |
|
border-color: #00b374!important |
|
} |
|
|
|
.complementary-3-bg-a8 { |
|
background-color: #009963 |
|
} |
|
|
|
.complementary-3-color-a8 { |
|
color: #009963 |
|
} |
|
|
|
.complementary-3-border-color-a8, |
|
.complementary-3-border-color-a8.border { |
|
border-color: #009963!important |
|
} |
|
|
|
.complementary-3-bg-a9 { |
|
background-color: #008053 |
|
} |
|
|
|
.complementary-3-color-a9 { |
|
color: #008053 |
|
} |
|
|
|
.complementary-3-border-color-a9, |
|
.complementary-3-border-color-a9.border { |
|
border-color: #008053!important |
|
} |
|
|
|
.complementary-3-bg-a10 { |
|
background-color: #006642 |
|
} |
|
|
|
.complementary-3-color-a10 { |
|
color: #006642 |
|
} |
|
|
|
.complementary-3-border-color-a10, |
|
.complementary-3-border-color-a10.border { |
|
border-color: #006642!important |
|
} |
|
|
|
.complementary-3-bg-a11 { |
|
background-color: #004d32 |
|
} |
|
|
|
.complementary-3-color-a11 { |
|
color: #004d32 |
|
} |
|
|
|
.complementary-3-border-color-a11, |
|
.complementary-3-border-color-a11.border { |
|
border-color: #004d32!important |
|
} |
|
|
|
.complementary-3-bg-a12 { |
|
background-color: #003321 |
|
} |
|
|
|
.complementary-3-color-a12 { |
|
color: #003321 |
|
} |
|
|
|
.complementary-3-border-color-a12, |
|
.complementary-3-border-color-a12.border { |
|
border-color: #003321!important |
|
} |
|
|
|
.analogue-1-bg { |
|
background-color: #3126ff |
|
} |
|
|
|
.analogue-1-color { |
|
color: #3126ff |
|
} |
|
|
|
.analogue-1-border-color-, |
|
.analogue-1-border-color-.border { |
|
border-color: #3126ff!important |
|
} |
|
|
|
.analogue-1-bg-b1 { |
|
background-color: #3126ff |
|
} |
|
|
|
.analogue-1-color-b1 { |
|
color: #3126ff |
|
} |
|
|
|
.analogue-1-border-color-b1, |
|
.analogue-1-border-color-b1.border { |
|
border-color: #3126ff!important |
|
} |
|
|
|
.analogue-1-bg-b2 { |
|
background-color: #4239e6 |
|
} |
|
|
|
.analogue-1-color-b2 { |
|
color: #4239e6 |
|
} |
|
|
|
.analogue-1-border-color-b2, |
|
.analogue-1-border-color-b2.border { |
|
border-color: #4239e6!important |
|
} |
|
|
|
.analogue-1-bg-b3 { |
|
background-color: #4e47cc |
|
} |
|
|
|
.analogue-1-color-b3 { |
|
color: #4e47cc |
|
} |
|
|
|
.analogue-1-border-color-b3, |
|
.analogue-1-border-color-b3.border { |
|
border-color: #4e47cc!important |
|
} |
|
|
|
.analogue-1-bg-b4 { |
|
background-color: #5550b3 |
|
} |
|
|
|
.analogue-1-color-b4 { |
|
color: #5550b3 |
|
} |
|
|
|
.analogue-1-border-color-b4, |
|
.analogue-1-border-color-b4.border { |
|
border-color: #5550b3!important |
|
} |
|
|
|
.analogue-1-bg-b5 { |
|
background-color: #585499 |
|
} |
|
|
|
.analogue-1-color-b5 { |
|
color: #585499 |
|
} |
|
|
|
.analogue-1-border-color-b5, |
|
.analogue-1-border-color-b5.border { |
|
border-color: #585499!important |
|
} |
|
|
|
.analogue-1-bg-b6 { |
|
background-color: #555380 |
|
} |
|
|
|
.analogue-1-color-b6 { |
|
color: #555380 |
|
} |
|
|
|
.analogue-1-border-color-b6, |
|
.analogue-1-border-color-b6.border { |
|
border-color: #555380!important |
|
} |
|
|
|
.analogue-1-bg-b7 { |
|
background-color: #4e4d66 |
|
} |
|
|
|
.analogue-1-color-b7 { |
|
color: #4e4d66 |
|
} |
|
|
|
.analogue-1-border-color-b7, |
|
.analogue-1-border-color-b7.border { |
|
border-color: #4e4d66!important |
|
} |
|
|
|
.analogue-1-bg-b8 { |
|
background-color: #42414d |
|
} |
|
|
|
.analogue-1-color-b8 { |
|
color: #42414d |
|
} |
|
|
|
.analogue-1-border-color-b8, |
|
.analogue-1-border-color-b8.border { |
|
border-color: #42414d!important |
|
} |
|
|
|
.analogue-2-bg { |
|
background-color: #0bd9d2 |
|
} |
|
|
|
.analogue-2-color { |
|
color: #0bd9d2 |
|
} |
|
|
|
.analogue-2-border-color-, |
|
.analogue-2-border-color-.border { |
|
border-color: #0bd9d2!important |
|
} |
|
|
|
.analogue-2-bg-b1 { |
|
background-color: #0bd9d2 |
|
} |
|
|
|
.analogue-2-color-b1 { |
|
color: #0bd9d2 |
|
} |
|
|
|
.analogue-2-border-color-b1, |
|
.analogue-2-border-color-b1.border { |
|
border-color: #0bd9d2!important |
|
} |
|
|
|
.analogue-2-bg-b2 { |
|
background-color: #1dbfba |
|
} |
|
|
|
.analogue-2-color-b2 { |
|
color: #1dbfba |
|
} |
|
|
|
.analogue-2-border-color-b2, |
|
.analogue-2-border-color-b2.border { |
|
border-color: #1dbfba!important |
|
} |
|
|
|
.analogue-2-bg-b3 { |
|
background-color: #29a6a2 |
|
} |
|
|
|
.analogue-2-color-b3 { |
|
color: #29a6a2 |
|
} |
|
|
|
.analogue-2-border-color-b3, |
|
.analogue-2-border-color-b3.border { |
|
border-color: #29a6a2!important |
|
} |
|
|
|
.analogue-2-bg-b4 { |
|
background-color: #318c89 |
|
} |
|
|
|
.analogue-2-color-b4 { |
|
color: #318c89 |
|
} |
|
|
|
.analogue-2-border-color-b4, |
|
.analogue-2-border-color-b4.border { |
|
border-color: #318c89!important |
|
} |
|
|
|
.analogue-2-bg-b5 { |
|
background-color: #347371 |
|
} |
|
|
|
.analogue-2-color-b5 { |
|
color: #347371 |
|
} |
|
|
|
.analogue-2-border-color-b5, |
|
.analogue-2-border-color-b5.border { |
|
border-color: #347371!important |
|
} |
|
|
|
.analogue-2-bg-b6 { |
|
background-color: #315958 |
|
} |
|
|
|
.analogue-2-color-b6 { |
|
color: #315958 |
|
} |
|
|
|
.analogue-2-border-color-b6, |
|
.analogue-2-border-color-b6.border { |
|
border-color: #315958!important |
|
} |
|
|
|
.analogue-2-bg-b7 { |
|
background-color: #29403f |
|
} |
|
|
|
.analogue-2-color-b7 { |
|
color: #29403f |
|
} |
|
|
|
.analogue-2-border-color-b7, |
|
.analogue-2-border-color-b7.border { |
|
border-color: #29403f!important |
|
} |
|
|
|
.analogue-2-bg-b8 { |
|
background-color: #1d2626 |
|
} |
|
|
|
.analogue-2-color-b8 { |
|
color: #1d2626 |
|
} |
|
|
|
.analogue-2-border-color-b8, |
|
.analogue-2-border-color-b8.border { |
|
border-color: #1d2626!important |
|
} |
|
|
|
.complementary-1-bg-b1 { |
|
background-color: #f73e5a |
|
} |
|
|
|
.complementary-1-color-b1 { |
|
color: #f73e5a |
|
} |
|
|
|
.complementary-1-border-color-b1, |
|
.complementary-1-border-color-b1.border { |
|
border-color: #f73e5a!important |
|
} |
|
|
|
.complementary-1-bg-b2 { |
|
background-color: #de4e63 |
|
} |
|
|
|
.complementary-1-color-b2 { |
|
color: #de4e63 |
|
} |
|
|
|
.complementary-1-border-color-b2, |
|
.complementary-1-border-color-b2.border { |
|
border-color: #de4e63!important |
|
} |
|
|
|
.complementary-1-bg-b3 { |
|
background-color: #c45869 |
|
} |
|
|
|
.complementary-1-color-b3 { |
|
color: #c45869 |
|
} |
|
|
|
.complementary-1-border-color-b3, |
|
.complementary-1-border-color-b3.border { |
|
border-color: #c45869!important |
|
} |
|
|
|
.complementary-1-bg-b4 { |
|
background-color: #ab5e69 |
|
} |
|
|
|
.complementary-1-color-b4 { |
|
color: #ab5e69 |
|
} |
|
|
|
.complementary-1-border-color-b4, |
|
.complementary-1-border-color-b4.border { |
|
border-color: #ab5e69!important |
|
} |
|
|
|
.complementary-1-bg-b5 { |
|
background-color: #915e66 |
|
} |
|
|
|
.complementary-1-color-b5 { |
|
color: #915e66 |
|
} |
|
|
|
.complementary-1-border-color-b5, |
|
.complementary-1-border-color-b5.border { |
|
border-color: #915e66!important |
|
} |
|
|
|
.complementary-1-bg-b6 { |
|
background-color: #785a5e |
|
} |
|
|
|
.complementary-1-color-b6 { |
|
color: #785a5e |
|
} |
|
|
|
.complementary-1-border-color-b6, |
|
.complementary-1-border-color-b6.border { |
|
border-color: #785a5e!important |
|
} |
|
|
|
.complementary-1-bg-b7 { |
|
background-color: #5e5052 |
|
} |
|
|
|
.complementary-1-color-b7 { |
|
color: #5e5052 |
|
} |
|
|
|
.complementary-1-border-color-b7, |
|
.complementary-1-border-color-b7.border { |
|
border-color: #5e5052!important |
|
} |
|
|
|
.complementary-1-bg-b8 { |
|
background-color: #454142 |
|
} |
|
|
|
.complementary-1-color-b8 { |
|
color: #454142 |
|
} |
|
|
|
.complementary-1-border-color-b8, |
|
.complementary-1-border-color-b8.border { |
|
border-color: #454142!important |
|
} |
|
|
|
.complementary-2-bg-b1 { |
|
background-color: #f90 |
|
} |
|
|
|
.complementary-2-color-b1 { |
|
color: #f90 |
|
} |
|
|
|
.complementary-2-border-color-b1, |
|
.complementary-2-border-color-b1.border { |
|
border-color: #f90!important |
|
} |
|
|
|
.complementary-2-bg-b2 { |
|
background-color: #e69317 |
|
} |
|
|
|
.complementary-2-color-b2 { |
|
color: #e69317 |
|
} |
|
|
|
.complementary-2-border-color-b2, |
|
.complementary-2-border-color-b2.border { |
|
border-color: #e69317!important |
|
} |
|
|
|
.complementary-2-bg-b3 { |
|
background-color: #cc8b29 |
|
} |
|
|
|
.complementary-2-color-b3 { |
|
color: #cc8b29 |
|
} |
|
|
|
.complementary-2-border-color-b3, |
|
.complementary-2-border-color-b3.border { |
|
border-color: #cc8b29!important |
|
} |
|
|
|
.complementary-2-bg-b4 { |
|
background-color: #b38136 |
|
} |
|
|
|
.complementary-2-color-b4 { |
|
color: #b38136 |
|
} |
|
|
|
.complementary-2-border-color-b4, |
|
.complementary-2-border-color-b4.border { |
|
border-color: #b38136!important |
|
} |
|
|
|
.complementary-2-bg-b5 { |
|
background-color: #99743d |
|
} |
|
|
|
.complementary-2-color-b5 { |
|
color: #99743d |
|
} |
|
|
|
.complementary-2-border-color-b5, |
|
.complementary-2-border-color-b5.border { |
|
border-color: #99743d!important |
|
} |
|
|
|
.complementary-2-bg-b6 { |
|
background-color: #806640 |
|
} |
|
|
|
.complementary-2-color-b6 { |
|
color: #806640 |
|
} |
|
|
|
.complementary-2-border-color-b6, |
|
.complementary-2-border-color-b6.border { |
|
border-color: #806640!important |
|
} |
|
|
|
.complementary-2-bg-b7 { |
|
background-color: #66563d |
|
} |
|
|
|
.complementary-2-color-b7 { |
|
color: #66563d |
|
} |
|
|
|
.complementary-2-border-color-b7, |
|
.complementary-2-border-color-b7.border { |
|
border-color: #66563d!important |
|
} |
|
|
|
.complementary-2-bg-b8 { |
|
background-color: #4d4336 |
|
} |
|
|
|
.complementary-2-color-b8 { |
|
color: #4d4336 |
|
} |
|
|
|
.complementary-2-border-color-b8, |
|
.complementary-2-border-color-b8.border { |
|
border-color: #4d4336!important |
|
} |
|
|
|
.complementary-3-bg-b1 { |
|
background-color: #00cf86 |
|
} |
|
|
|
.complementary-3-color-b1 { |
|
color: #00cf86 |
|
} |
|
|
|
.complementary-3-border-color-b1, |
|
.complementary-3-border-color-b1.border { |
|
border-color: #00cf86!important |
|
} |
|
|
|
.complementary-3-bg-b2 { |
|
background-color: #12b57c |
|
} |
|
|
|
.complementary-3-color-b2 { |
|
color: #12b57c |
|
} |
|
|
|
.complementary-3-border-color-b2, |
|
.complementary-3-border-color-b2.border { |
|
border-color: #12b57c!important |
|
} |
|
|
|
.complementary-3-bg-b3 { |
|
background-color: #1f9c70 |
|
} |
|
|
|
.complementary-3-color-b3 { |
|
color: #1f9c70 |
|
} |
|
|
|
.complementary-3-border-color-b3, |
|
.complementary-3-border-color-b3.border { |
|
border-color: #1f9c70!important |
|
} |
|
|
|
.complementary-3-bg-b4 { |
|
background-color: #278262 |
|
} |
|
|
|
.complementary-3-color-b4 { |
|
color: #278262 |
|
} |
|
|
|
.complementary-3-border-color-b4, |
|
.complementary-3-border-color-b4.border { |
|
border-color: #278262!important |
|
} |
|
|
|
.complementary-3-bg-b5 { |
|
background-color: #2a6953 |
|
} |
|
|
|
.complementary-3-color-b5 { |
|
color: #2a6953 |
|
} |
|
|
|
.complementary-3-border-color-b5, |
|
.complementary-3-border-color-b5.border { |
|
border-color: #2a6953!important |
|
} |
|
|
|
.complementary-3-bg-b6 { |
|
background-color: #284f41 |
|
} |
|
|
|
.complementary-3-color-b6 { |
|
color: #284f41 |
|
} |
|
|
|
.complementary-3-border-color-b6, |
|
.complementary-3-border-color-b6.border { |
|
border-color: #284f41!important |
|
} |
|
|
|
.complementary-3-bg-b7 { |
|
background-color: #20362e |
|
} |
|
|
|
.complementary-3-color-b7 { |
|
color: #20362e |
|
} |
|
|
|
.complementary-3-border-color-b7, |
|
.complementary-3-border-color-b7.border { |
|
border-color: #20362e!important |
|
} |
|
|
|
.complementary-3-bg-b8 { |
|
background-color: #141c19 |
|
} |
|
|
|
.complementary-3-color-b8 { |
|
color: #141c19 |
|
} |
|
|
|
.complementary-3-border-color-b8, |
|
.complementary-3-border-color-b8.border { |
|
border-color: #141c19!important |
|
} |
|
|
|
.neutral-1-bg { |
|
background-color: #17324d |
|
} |
|
|
|
.neutral-1-color { |
|
color: #17324d |
|
} |
|
|
|
.neutral-1-border-color-, |
|
.neutral-1-border-color-.border { |
|
border-color: #17324d!important |
|
} |
|
|
|
.neutral-1-bg-a1 { |
|
background-color: #ebeced |
|
} |
|
|
|
.neutral-1-color-a1 { |
|
color: #ebeced |
|
} |
|
|
|
.neutral-1-border-color-a1, |
|
.neutral-1-border-color-a1.border { |
|
border-color: #ebeced!important |
|
} |
|
|
|
.neutral-1-bg-a2 { |
|
background-color: #d9dadb |
|
} |
|
|
|
.neutral-1-color-a2 { |
|
color: #d9dadb |
|
} |
|
|
|
.neutral-1-border-color-a2, |
|
.neutral-1-border-color-a2.border { |
|
border-color: #d9dadb!important |
|
} |
|
|
|
.neutral-1-bg-a3 { |
|
background-color: #c5c7c9 |
|
} |
|
|
|
.neutral-1-color-a3 { |
|
color: #c5c7c9 |
|
} |
|
|
|
.neutral-1-border-color-a3, |
|
.neutral-1-border-color-a3.border { |
|
border-color: #c5c7c9!important |
|
} |
|
|
|
.neutral-1-bg-a4 { |
|
background-color: #adb2b8 |
|
} |
|
|
|
.neutral-1-color-a4 { |
|
color: #adb2b8 |
|
} |
|
|
|
.neutral-1-border-color-a4, |
|
.neutral-1-border-color-a4.border { |
|
border-color: #adb2b8!important |
|
} |
|
|
|
.neutral-1-bg-a5 { |
|
background-color: #959da6 |
|
} |
|
|
|
.neutral-1-color-a5 { |
|
color: #959da6 |
|
} |
|
|
|
.neutral-1-border-color-a5, |
|
.neutral-1-border-color-a5.border { |
|
border-color: #959da6!important |
|
} |
|
|
|
.neutral-1-bg-a6 { |
|
background-color: #768594 |
|
} |
|
|
|
.neutral-1-color-a6 { |
|
color: #768594 |
|
} |
|
|
|
.neutral-1-border-color-a6, |
|
.neutral-1-border-color-a6.border { |
|
border-color: #768594!important |
|
} |
|
|
|
.neutral-1-bg-a7 { |
|
background-color: #5b6f82 |
|
} |
|
|
|
.neutral-1-color-a7 { |
|
color: #5b6f82 |
|
} |
|
|
|
.neutral-1-border-color-a7, |
|
.neutral-1-border-color-a7.border { |
|
border-color: #5b6f82!important |
|
} |
|
|
|
.neutral-1-bg-a8 { |
|
background-color: #435a70 |
|
} |
|
|
|
.neutral-1-color-a8 { |
|
color: #435a70 |
|
} |
|
|
|
.neutral-1-border-color-a8, |
|
.neutral-1-border-color-a8.border { |
|
border-color: #435a70!important |
|
} |
|
|
|
.neutral-1-bg-a9 { |
|
background-color: #2f475e |
|
} |
|
|
|
.neutral-1-color-a9 { |
|
color: #2f475e |
|
} |
|
|
|
.neutral-1-border-color-a9, |
|
.neutral-1-border-color-a9.border { |
|
border-color: #2f475e!important |
|
} |
|
|
|
.neutral-1-bg-a10 { |
|
background-color: #17324d |
|
} |
|
|
|
.neutral-1-color-a10 { |
|
color: #17324d |
|
} |
|
|
|
.neutral-1-border-color-a10, |
|
.neutral-1-border-color-a10.border { |
|
border-color: #17324d!important |
|
} |
|
|
|
.neutral-2-bg { |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-color { |
|
color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-border-color- { |
|
border-color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-bg-b1 { |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-color-b1 { |
|
color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-border-color-b1, |
|
.neutral-2-border-color-b1.border { |
|
border-color: #e6ecf2!important |
|
} |
|
|
|
.neutral-2-bg-b2 { |
|
background-color: #c2c7cc |
|
} |
|
|
|
.neutral-2-color-b2 { |
|
color: #c2c7cc |
|
} |
|
|
|
.neutral-2-border-color-b2, |
|
.neutral-2-border-color-b2.border { |
|
border-color: #c2c7cc!important |
|
} |
|
|
|
.neutral-2-bg-b3 { |
|
background-color: #9da2a6 |
|
} |
|
|
|
.neutral-2-color-b3 { |
|
color: #9da2a6 |
|
} |
|
|
|
.neutral-2-border-color-b3, |
|
.neutral-2-border-color-b3.border { |
|
border-color: #9da2a6!important |
|
} |
|
|
|
.neutral-2-bg-b4 { |
|
background-color: #797c80 |
|
} |
|
|
|
.neutral-2-color-b4 { |
|
color: #797c80 |
|
} |
|
|
|
.neutral-2-border-color-b4, |
|
.neutral-2-border-color-b4.border { |
|
border-color: #797c80!important |
|
} |
|
|
|
.neutral-2-bg-b5 { |
|
background-color: #565759 |
|
} |
|
|
|
.neutral-2-color-b5 { |
|
color: #565759 |
|
} |
|
|
|
.neutral-2-border-color-b5, |
|
.neutral-2-border-color-b5.border { |
|
border-color: #565759!important |
|
} |
|
|
|
.neutral-2-bg-b6 { |
|
background-color: #2f3133 |
|
} |
|
|
|
.neutral-2-color-b6 { |
|
color: #2f3133 |
|
} |
|
|
|
.neutral-2-border-color-b6, |
|
.neutral-2-border-color-b6.border { |
|
border-color: #2f3133!important |
|
} |
|
|
|
.neutral-2-bg-b7 { |
|
background-color: #0c0c0d |
|
} |
|
|
|
.neutral-2-color-b7 { |
|
color: #0c0c0d |
|
} |
|
|
|
.neutral-2-border-color-b7, |
|
.neutral-2-border-color-b7.border { |
|
border-color: #0c0c0d!important |
|
} |
|
|
|
.neutral-2-bg-a1 { |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-color-a1 { |
|
color: #e6ecf2 |
|
} |
|
|
|
.neutral-2-border-color-a1, |
|
.neutral-2-border-color-a1.border { |
|
border-color: #e6ecf2!important |
|
} |
|
|
|
.neutral-2-bg-a2 { |
|
background-color: #bcc4cc |
|
} |
|
|
|
.neutral-2-color-a2 { |
|
color: #bcc4cc |
|
} |
|
|
|
.neutral-2-border-color-a2, |
|
.neutral-2-border-color-a2.border { |
|
border-color: #bcc4cc!important |
|
} |
|
|
|
.neutral-2-bg-a3 { |
|
background-color: #9aa0a6 |
|
} |
|
|
|
.neutral-2-color-a3 { |
|
color: #9aa0a6 |
|
} |
|
|
|
.neutral-2-border-color-a3, |
|
.neutral-2-border-color-a3.border { |
|
border-color: #9aa0a6!important |
|
} |
|
|
|
.neutral-2-bg-a4 { |
|
background-color: #777b80 |
|
} |
|
|
|
.neutral-2-color-a4 { |
|
color: #777b80 |
|
} |
|
|
|
.neutral-2-border-color-a4, |
|
.neutral-2-border-color-a4.border { |
|
border-color: #777b80!important |
|
} |
|
|
|
.neutral-2-bg-a5 { |
|
background-color: #535659 |
|
} |
|
|
|
.neutral-2-color-a5 { |
|
color: #535659 |
|
} |
|
|
|
.neutral-2-border-color-a5, |
|
.neutral-2-border-color-a5.border { |
|
border-color: #535659!important |
|
} |
|
|
|
.neutral-2-bg-a6 { |
|
background-color: #2f3133 |
|
} |
|
|
|
.neutral-2-color-a6 { |
|
color: #2f3133 |
|
} |
|
|
|
.neutral-2-border-color-a6, |
|
.neutral-2-border-color-a6.border { |
|
border-color: #2f3133!important |
|
} |
|
|
|
.neutral-2-bg-a7 { |
|
background-color: #17181a |
|
} |
|
|
|
.neutral-2-color-a7 { |
|
color: #17181a |
|
} |
|
|
|
.neutral-2-border-color-a7, |
|
.neutral-2-border-color-a7.border { |
|
border-color: #17181a!important |
|
} |
|
|
|
.lightgrey-bg-a1 { |
|
background-color: #e8f2fc |
|
} |
|
|
|
.lightgrey-color-a1 { |
|
color: #e8f2fc |
|
} |
|
|
|
.lightgrey-border-color-a1, |
|
.lightgrey-border-color-a1.border { |
|
border-color: #e8f2fc!important |
|
} |
|
|
|
.lightgrey-bg-a2 { |
|
background-color: #edf5fc |
|
} |
|
|
|
.lightgrey-color-a2 { |
|
color: #edf5fc |
|
} |
|
|
|
.lightgrey-border-color-a2, |
|
.lightgrey-border-color-a2.border { |
|
border-color: #edf5fc!important |
|
} |
|
|
|
.lightgrey-bg-a3 { |
|
background-color: #f2f7fc |
|
} |
|
|
|
.lightgrey-color-a3 { |
|
color: #f2f7fc |
|
} |
|
|
|
.lightgrey-border-color-a3, |
|
.lightgrey-border-color-a3.border { |
|
border-color: #f2f7fc!important |
|
} |
|
|
|
.lightgrey-bg-a4 { |
|
background-color: #f5f9fc |
|
} |
|
|
|
.lightgrey-color-a4 { |
|
color: #f5f9fc |
|
} |
|
|
|
.lightgrey-border-color-a4, |
|
.lightgrey-border-color-a4.border { |
|
border-color: #f5f9fc!important |
|
} |
|
|
|
.lightgrey-bg-b1 { |
|
background-color: #e6f0fa |
|
} |
|
|
|
.lightgrey-color-b1 { |
|
color: #e6f0fa |
|
} |
|
|
|
.lightgrey-border-color-b1, |
|
.lightgrey-border-color-b1.border { |
|
border-color: #e6f0fa!important |
|
} |
|
|
|
.lightgrey-bg-b2 { |
|
background-color: #ebf2fa |
|
} |
|
|
|
.lightgrey-color-b2 { |
|
color: #ebf2fa |
|
} |
|
|
|
.lightgrey-border-color-b2, |
|
.lightgrey-border-color-b2.border { |
|
border-color: #ebf2fa!important |
|
} |
|
|
|
.lightgrey-bg-b3 { |
|
background-color: #edf4fa |
|
} |
|
|
|
.lightgrey-color-b3 { |
|
color: #edf4fa |
|
} |
|
|
|
.lightgrey-border-color-b3, |
|
.lightgrey-border-color-b3.border { |
|
border-color: #edf4fa!important |
|
} |
|
|
|
.lightgrey-bg-b4 { |
|
background-color: #f2f6fa |
|
} |
|
|
|
.lightgrey-color-b4 { |
|
color: #f2f6fa |
|
} |
|
|
|
.lightgrey-border-color-b4, |
|
.lightgrey-border-color-b4.border { |
|
border-color: #f2f6fa!important |
|
} |
|
|
|
.lightgrey-bg-c1 { |
|
background-color: #f7f9fa |
|
} |
|
|
|
.lightgrey-color-c1 { |
|
color: #f7f9fa |
|
} |
|
|
|
.lightgrey-border-color-c1, |
|
.lightgrey-border-color-c1.border { |
|
border-color: #f7f9fa!important |
|
} |
|
|
|
.lightgrey-bg-c2 { |
|
background-color: #f5f6f7 |
|
} |
|
|
|
.lightgrey-color-c2 { |
|
color: #f5f6f7 |
|
} |
|
|
|
.lightgrey-border-color-c2, |
|
.lightgrey-border-color-c2.border { |
|
border-color: #f5f6f7!important |
|
} |
|
|
|
:root { |
|
--blue: #0073e6; |
|
--indigo: #554dff; |
|
--purple: #9e99ff; |
|
--pink: #ffb3bf; |
|
--red: #f73e5a; |
|
--orange: #ff9900; |
|
--yellow: #ffda73; |
|
--green: #00cc85; |
|
--teal: #0bd9d2; |
|
--cyan: #00fff7; |
|
--white: white; |
|
--gray: #656566; |
|
--gray-dark: #323333; |
|
--italia: #0066cc; |
|
--gray-secondary: #5c6f82; |
|
--gray-tertiary: #5a768a; |
|
--gray-quaternary: #fcfdff; |
|
--primary: #0073e6; |
|
--secondary: #5c6f82; |
|
--success: #008758; |
|
--info: #979899; |
|
--warning: #a66300; |
|
--danger: #d9364f; |
|
--light: #e9e6f2; |
|
--dark: #17324d; |
|
--100: #e3e4e6; |
|
--200: #cacacc; |
|
--300: #b1b1b3; |
|
--400: #979899; |
|
--500: #7e7f80; |
|
--600: #656566; |
|
--700: #4c4c4d; |
|
--800: #323333; |
|
--900: #19191a; |
|
--breakpoint-xs: 0; |
|
--breakpoint-sm: 576px; |
|
--breakpoint-md: 768px; |
|
--breakpoint-lg: 992px; |
|
--breakpoint-xl: 1200px; |
|
--font-family-sans-serif: "Titillium Web", Geneva, Tahoma, sans-serif; |
|
--font-family-monospace: "Roboto Mono", monospace |
|
} |
|
|
|
@media print { |
|
*, |
|
::after, |
|
::before { |
|
text-shadow: none!important; |
|
-webkit-box-shadow: none!important; |
|
box-shadow: none!important |
|
} |
|
a:not(.btn) { |
|
text-decoration: underline |
|
} |
|
abbr[title]::after { |
|
content: " (" attr(title) ")" |
|
} |
|
pre { |
|
white-space: pre-wrap!important |
|
} |
|
blockquote, |
|
pre { |
|
border: 1px solid #7e7f80; |
|
page-break-inside: avoid |
|
} |
|
thead { |
|
display: table-header-group |
|
} |
|
img, |
|
tr { |
|
page-break-inside: avoid |
|
} |
|
h2, |
|
h3, |
|
p { |
|
orphans: 3; |
|
widows: 3 |
|
} |
|
h2, |
|
h3 { |
|
page-break-after: avoid |
|
} |
|
@page { |
|
size: a3 |
|
} |
|
.container, |
|
body { |
|
min-width: 992px!important |
|
} |
|
.navbar { |
|
display: none |
|
} |
|
.badge { |
|
border: 1px solid #000 |
|
} |
|
.table { |
|
border-collapse: collapse!important |
|
} |
|
.table td, |
|
.table th { |
|
background-color: #fff!important |
|
} |
|
.table-bordered td, |
|
.table-bordered th { |
|
border: 1px solid #b1b1b3!important |
|
} |
|
.table-dark { |
|
color: inherit |
|
} |
|
.table-dark tbody+tbody, |
|
.table-dark td, |
|
.table-dark th, |
|
.table-dark thead th { |
|
border-color: #d6dce3 |
|
} |
|
.table .thead-dark th { |
|
color: inherit; |
|
border-color: #d6dce3 |
|
} |
|
} |
|
|
|
*, |
|
::after, |
|
::before { |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box |
|
} |
|
|
|
html { |
|
font-family: sans-serif; |
|
-webkit-text-size-adjust: 100%; |
|
-webkit-tap-highlight-color: transparent |
|
} |
|
|
|
article, |
|
aside, |
|
figcaption, |
|
figure, |
|
footer, |
|
header, |
|
hgroup, |
|
main, |
|
nav, |
|
section { |
|
display: block |
|
} |
|
|
|
body { |
|
margin: 0; |
|
font-family: "Titillium Web", Geneva, Tahoma, sans-serif; |
|
font-weight: 300; |
|
color: #19191a; |
|
text-align: left; |
|
background-color: #fff |
|
} |
|
|
|
[tabindex="-1"]:focus { |
|
outline: 0!important |
|
} |
|
|
|
hr { |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
height: 0; |
|
overflow: visible |
|
} |
|
|
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
margin-top: 0 |
|
} |
|
|
|
dl, |
|
ol, |
|
p, |
|
ul { |
|
margin-top: 0; |
|
margin-bottom: 1rem |
|
} |
|
|
|
abbr[data-original-title], |
|
abbr[title] { |
|
-webkit-text-decoration: underline dotted; |
|
border-bottom: 0; |
|
text-decoration-skip-ink: none |
|
} |
|
|
|
address { |
|
margin-bottom: 1rem; |
|
font-style: normal; |
|
line-height: inherit |
|
} |
|
|
|
ol ol, |
|
ol ul, |
|
ul ol, |
|
ul ul { |
|
margin-bottom: 0 |
|
} |
|
|
|
dt { |
|
font-weight: 700 |
|
} |
|
|
|
dd { |
|
margin-bottom: .5rem; |
|
margin-left: 0 |
|
} |
|
|
|
sub, |
|
sup { |
|
position: relative; |
|
font-size: 75%; |
|
line-height: 0; |
|
vertical-align: baseline |
|
} |
|
|
|
sub { |
|
bottom: -.25em |
|
} |
|
|
|
sup { |
|
top: -.5em |
|
} |
|
|
|
a { |
|
color: #0073e6; |
|
text-decoration: none; |
|
background-color: transparent |
|
} |
|
|
|
a:hover { |
|
color: #004d99; |
|
text-decoration: underline |
|
} |
|
|
|
a:not([href]):not([tabindex]), |
|
a:not([href]):not([tabindex]):focus, |
|
a:not([href]):not([tabindex]):hover { |
|
color: inherit; |
|
text-decoration: none |
|
} |
|
|
|
a:not([href]):not([tabindex]):focus { |
|
outline: 0 |
|
} |
|
|
|
code, |
|
kbd, |
|
pre, |
|
samp { |
|
font-family: "Roboto Mono", monospace; |
|
font-size: 1em |
|
} |
|
|
|
pre { |
|
margin-top: 0; |
|
margin-bottom: 1rem; |
|
overflow: auto |
|
} |
|
|
|
figure { |
|
margin: 0 0 1rem |
|
} |
|
|
|
img { |
|
vertical-align: middle; |
|
border-style: none |
|
} |
|
|
|
svg { |
|
overflow: hidden; |
|
vertical-align: middle |
|
} |
|
|
|
table { |
|
border-collapse: collapse |
|
} |
|
|
|
caption { |
|
padding-top: 1em; |
|
padding-bottom: 1em; |
|
color: #5a768a; |
|
text-align: left; |
|
caption-side: bottom |
|
} |
|
|
|
th { |
|
text-align: inherit |
|
} |
|
|
|
label { |
|
display: inline-block; |
|
margin-bottom: .5rem; |
|
color: #435a70 |
|
} |
|
|
|
button { |
|
border-radius: 0 |
|
} |
|
|
|
button:focus { |
|
outline: dotted 1px; |
|
outline: -webkit-focus-ring-color auto 5px |
|
} |
|
|
|
button, |
|
input, |
|
optgroup, |
|
select, |
|
textarea { |
|
margin: 0; |
|
font-family: inherit; |
|
font-size: inherit; |
|
line-height: inherit |
|
} |
|
|
|
button, |
|
input { |
|
overflow: visible |
|
} |
|
|
|
button, |
|
select { |
|
text-transform: none |
|
} |
|
|
|
select { |
|
word-wrap: normal |
|
} |
|
|
|
[type=button], |
|
[type=reset], |
|
[type=submit], |
|
button { |
|
-webkit-appearance: button |
|
} |
|
|
|
[type=button]:not(:disabled), |
|
[type=reset]:not(:disabled), |
|
[type=submit]:not(:disabled), |
|
button:not(:disabled) { |
|
cursor: pointer |
|
} |
|
|
|
[type=button]::-moz-focus-inner, |
|
[type=reset]::-moz-focus-inner, |
|
[type=submit]::-moz-focus-inner, |
|
button::-moz-focus-inner { |
|
padding: 0; |
|
border-style: none |
|
} |
|
|
|
input[type=checkbox], |
|
input[type=radio] { |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box; |
|
padding: 0 |
|
} |
|
|
|
input[type=date], |
|
input[type=datetime-local], |
|
input[type=month], |
|
input[type=time] { |
|
-webkit-appearance: listbox |
|
} |
|
|
|
fieldset { |
|
min-width: 0; |
|
padding: 0; |
|
margin: 0; |
|
border: 0 |
|
} |
|
|
|
legend { |
|
display: block; |
|
width: 100%; |
|
max-width: 100%; |
|
padding: 0; |
|
margin-bottom: .5rem; |
|
font-size: 1.5rem; |
|
line-height: inherit; |
|
color: inherit; |
|
white-space: normal |
|
} |
|
|
|
progress { |
|
vertical-align: baseline |
|
} |
|
|
|
[type=number]::-webkit-inner-spin-button, |
|
[type=number]::-webkit-outer-spin-button { |
|
height: auto |
|
} |
|
|
|
[type=search] { |
|
outline-offset: -2px; |
|
-webkit-appearance: none |
|
} |
|
|
|
[type=search]::-webkit-search-decoration { |
|
-webkit-appearance: none |
|
} |
|
|
|
::-webkit-file-upload-button { |
|
font: inherit; |
|
-webkit-appearance: button |
|
} |
|
|
|
output { |
|
display: inline-block |
|
} |
|
|
|
summary { |
|
display: list-item; |
|
cursor: pointer |
|
} |
|
|
|
template { |
|
display: none |
|
} |
|
|
|
[hidden] { |
|
display: none!important |
|
} |
|
|
|
.h1, |
|
.h2, |
|
.h3, |
|
.h4, |
|
.h5, |
|
.h6, |
|
h1, |
|
h2, |
|
h3, |
|
h4, |
|
h5, |
|
h6 { |
|
margin-bottom: 8px; |
|
font-weight: 700; |
|
line-height: 1.2 |
|
} |
|
|
|
.h1, |
|
h1 { |
|
font-size: 2.5rem |
|
} |
|
|
|
.h2, |
|
h2 { |
|
font-size: 2rem |
|
} |
|
|
|
.h3, |
|
h3 { |
|
font-size: 1.75rem |
|
} |
|
|
|
.h4, |
|
h4 { |
|
font-size: 1.5rem |
|
} |
|
|
|
.h5, |
|
h5 { |
|
font-size: 1.25rem |
|
} |
|
|
|
.h6, |
|
h6 { |
|
font-size: 1rem |
|
} |
|
|
|
.lead { |
|
font-size: 1.25rem; |
|
font-weight: 300 |
|
} |
|
|
|
.display-1 { |
|
font-weight: 700; |
|
line-height: 1.2 |
|
} |
|
|
|
.display-2 { |
|
font-size: 2.5rem; |
|
font-weight: 700; |
|
line-height: 1.2 |
|
} |
|
|
|
.display-3 { |
|
font-size: 1.5rem; |
|
font-weight: 700; |
|
line-height: 1.2 |
|
} |
|
|
|
.display-4 { |
|
font-size: 1.25rem; |
|
font-weight: 700; |
|
line-height: 1.2 |
|
} |
|
|
|
hr { |
|
margin-top: 16px; |
|
margin-bottom: 16px; |
|
border: 0; |
|
border-top: 1px solid rgba(0, 0, 0, .1) |
|
} |
|
|
|
.mark, |
|
mark { |
|
padding: .2em; |
|
background-color: #fcf8e3 |
|
} |
|
|
|
.list-inline, |
|
.list-unstyled { |
|
padding-left: 0; |
|
list-style: none |
|
} |
|
|
|
.list-inline-item { |
|
display: inline-block |
|
} |
|
|
|
.list-inline-item:not(:last-child) { |
|
margin-right: .5rem |
|
} |
|
|
|
.initialism { |
|
font-size: 90%; |
|
text-transform: uppercase |
|
} |
|
|
|
.blockquote { |
|
font-size: 1.25rem |
|
} |
|
|
|
.blockquote-footer { |
|
display: block; |
|
font-size: .777rem |
|
} |
|
|
|
.blockquote-footer::before { |
|
content: "\2014\00A0" |
|
} |
|
|
|
.img-fluid { |
|
max-width: 100%; |
|
height: auto |
|
} |
|
|
|
.img-thumbnail { |
|
padding: .25rem; |
|
background-color: #fff; |
|
border: 1px solid #b1b1b3; |
|
border-radius: 4px; |
|
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); |
|
max-width: 100%; |
|
height: auto |
|
} |
|
|
|
.figure { |
|
display: inline-block |
|
} |
|
|
|
.figure-img { |
|
margin-bottom: 8px; |
|
line-height: 1 |
|
} |
|
|
|
.figure-caption { |
|
font-size: 90%; |
|
color: #656566 |
|
} |
|
|
|
code { |
|
font-size: 87.5%; |
|
color: #17324d; |
|
word-break: break-word |
|
} |
|
|
|
a>code { |
|
color: inherit |
|
} |
|
|
|
kbd { |
|
padding: .2rem .4rem; |
|
font-size: 87.5%; |
|
color: #fff; |
|
background-color: #19191a; |
|
border-radius: 2px; |
|
-webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25); |
|
box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25) |
|
} |
|
|
|
kbd kbd { |
|
padding: 0; |
|
font-size: 100%; |
|
font-weight: 700; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
pre { |
|
display: block; |
|
font-size: 87.5%; |
|
color: #19191a |
|
} |
|
|
|
pre code { |
|
font-size: inherit; |
|
color: inherit; |
|
word-break: normal |
|
} |
|
|
|
.pre-scrollable { |
|
max-height: 340px; |
|
overflow-y: scroll |
|
} |
|
|
|
.container { |
|
width: 100%; |
|
padding-right: 6px; |
|
padding-left: 6px; |
|
margin-right: auto; |
|
margin-left: auto |
|
} |
|
|
|
@media (min-width:576px) { |
|
.container { |
|
max-width: 540px |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.container { |
|
max-width: 720px |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.container { |
|
max-width: 960px |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.container { |
|
max-width: 1140px |
|
} |
|
} |
|
|
|
@media (min-width:1600px) { |
|
.container { |
|
max-width: 1340px |
|
} |
|
} |
|
|
|
@media (min-width:1900px) { |
|
.container { |
|
max-width: 1640px |
|
} |
|
} |
|
|
|
.container-fluid { |
|
width: 100%; |
|
padding-right: 6px; |
|
padding-left: 6px; |
|
margin-right: auto; |
|
margin-left: auto |
|
} |
|
|
|
.row { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
margin-right: -6px; |
|
margin-left: -6px |
|
} |
|
|
|
.no-gutters { |
|
margin-right: 0; |
|
margin-left: 0 |
|
} |
|
|
|
.no-gutters>.col, |
|
.no-gutters>[class*=col-] { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
|
|
.col, |
|
.col-1, |
|
.col-10, |
|
.col-11, |
|
.col-12, |
|
.col-2, |
|
.col-3, |
|
.col-4, |
|
.col-5, |
|
.col-6, |
|
.col-7, |
|
.col-8, |
|
.col-9, |
|
.col-auto, |
|
.col-lg, |
|
.col-lg-1, |
|
.col-lg-10, |
|
.col-lg-11, |
|
.col-lg-12, |
|
.col-lg-2, |
|
.col-lg-3, |
|
.col-lg-4, |
|
.col-lg-5, |
|
.col-lg-6, |
|
.col-lg-7, |
|
.col-lg-8, |
|
.col-lg-9, |
|
.col-lg-auto, |
|
.col-md, |
|
.col-md-1, |
|
.col-md-10, |
|
.col-md-11, |
|
.col-md-12, |
|
.col-md-2, |
|
.col-md-3, |
|
.col-md-4, |
|
.col-md-5, |
|
.col-md-6, |
|
.col-md-7, |
|
.col-md-8, |
|
.col-md-9, |
|
.col-md-auto, |
|
.col-sm, |
|
.col-sm-1, |
|
.col-sm-10, |
|
.col-sm-11, |
|
.col-sm-12, |
|
.col-sm-2, |
|
.col-sm-3, |
|
.col-sm-4, |
|
.col-sm-5, |
|
.col-sm-6, |
|
.col-sm-7, |
|
.col-sm-8, |
|
.col-sm-9, |
|
.col-sm-auto, |
|
.col-xl, |
|
.col-xl-1, |
|
.col-xl-10, |
|
.col-xl-11, |
|
.col-xl-12, |
|
.col-xl-2, |
|
.col-xl-3, |
|
.col-xl-4, |
|
.col-xl-5, |
|
.col-xl-6, |
|
.col-xl-7, |
|
.col-xl-8, |
|
.col-xl-9, |
|
.col-xl-auto { |
|
position: relative; |
|
width: 100%; |
|
padding-right: 6px; |
|
padding-left: 6px |
|
} |
|
|
|
.col { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
max-width: 100% |
|
} |
|
|
|
.col-auto { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
width: auto; |
|
max-width: 100% |
|
} |
|
|
|
.col-1 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 8.33333%; |
|
flex: 0 0 8.33333%; |
|
max-width: 8.33333% |
|
} |
|
|
|
.col-2 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 16.66667%; |
|
flex: 0 0 16.66667%; |
|
max-width: 16.66667% |
|
} |
|
|
|
.col-3 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 25%; |
|
flex: 0 0 25%; |
|
max-width: 25% |
|
} |
|
|
|
.col-4 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 33.33333%; |
|
flex: 0 0 33.33333%; |
|
max-width: 33.33333% |
|
} |
|
|
|
.col-5 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 41.66667%; |
|
flex: 0 0 41.66667%; |
|
max-width: 41.66667% |
|
} |
|
|
|
.col-6 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 50%; |
|
flex: 0 0 50%; |
|
max-width: 50% |
|
} |
|
|
|
.col-7 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 58.33333%; |
|
flex: 0 0 58.33333%; |
|
max-width: 58.33333% |
|
} |
|
|
|
.col-8 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 66.66667%; |
|
flex: 0 0 66.66667%; |
|
max-width: 66.66667% |
|
} |
|
|
|
.col-9 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 75%; |
|
flex: 0 0 75%; |
|
max-width: 75% |
|
} |
|
|
|
.col-10 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 83.33333%; |
|
flex: 0 0 83.33333%; |
|
max-width: 83.33333% |
|
} |
|
|
|
.col-11 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 91.66667%; |
|
flex: 0 0 91.66667%; |
|
max-width: 91.66667% |
|
} |
|
|
|
.col-12 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 100%; |
|
flex: 0 0 100%; |
|
max-width: 100% |
|
} |
|
|
|
.order-first { |
|
-webkit-box-ordinal-group: 0; |
|
-ms-flex-order: -1; |
|
order: -1 |
|
} |
|
|
|
.order-last { |
|
-webkit-box-ordinal-group: 14; |
|
-ms-flex-order: 13; |
|
order: 13 |
|
} |
|
|
|
.order-0 { |
|
-webkit-box-ordinal-group: 1; |
|
-ms-flex-order: 0; |
|
order: 0 |
|
} |
|
|
|
.order-1 { |
|
-webkit-box-ordinal-group: 2; |
|
-ms-flex-order: 1; |
|
order: 1 |
|
} |
|
|
|
.order-2 { |
|
-webkit-box-ordinal-group: 3; |
|
-ms-flex-order: 2; |
|
order: 2 |
|
} |
|
|
|
.order-3 { |
|
-webkit-box-ordinal-group: 4; |
|
-ms-flex-order: 3; |
|
order: 3 |
|
} |
|
|
|
.order-4 { |
|
-webkit-box-ordinal-group: 5; |
|
-ms-flex-order: 4; |
|
order: 4 |
|
} |
|
|
|
.order-5 { |
|
-webkit-box-ordinal-group: 6; |
|
-ms-flex-order: 5; |
|
order: 5 |
|
} |
|
|
|
.order-6 { |
|
-webkit-box-ordinal-group: 7; |
|
-ms-flex-order: 6; |
|
order: 6 |
|
} |
|
|
|
.order-7 { |
|
-webkit-box-ordinal-group: 8; |
|
-ms-flex-order: 7; |
|
order: 7 |
|
} |
|
|
|
.order-8 { |
|
-webkit-box-ordinal-group: 9; |
|
-ms-flex-order: 8; |
|
order: 8 |
|
} |
|
|
|
.order-9 { |
|
-webkit-box-ordinal-group: 10; |
|
-ms-flex-order: 9; |
|
order: 9 |
|
} |
|
|
|
.order-10 { |
|
-webkit-box-ordinal-group: 11; |
|
-ms-flex-order: 10; |
|
order: 10 |
|
} |
|
|
|
.order-11 { |
|
-webkit-box-ordinal-group: 12; |
|
-ms-flex-order: 11; |
|
order: 11 |
|
} |
|
|
|
.order-12 { |
|
-webkit-box-ordinal-group: 13; |
|
-ms-flex-order: 12; |
|
order: 12 |
|
} |
|
|
|
.offset-1 { |
|
margin-left: 8.33333% |
|
} |
|
|
|
.offset-2 { |
|
margin-left: 16.66667% |
|
} |
|
|
|
.offset-3 { |
|
margin-left: 25% |
|
} |
|
|
|
.offset-4 { |
|
margin-left: 33.33333% |
|
} |
|
|
|
.offset-5 { |
|
margin-left: 41.66667% |
|
} |
|
|
|
.offset-6 { |
|
margin-left: 50% |
|
} |
|
|
|
.offset-7 { |
|
margin-left: 58.33333% |
|
} |
|
|
|
.offset-8 { |
|
margin-left: 66.66667% |
|
} |
|
|
|
.offset-9 { |
|
margin-left: 75% |
|
} |
|
|
|
.offset-10 { |
|
margin-left: 83.33333% |
|
} |
|
|
|
.offset-11 { |
|
margin-left: 91.66667% |
|
} |
|
|
|
@media (min-width:576px) { |
|
.col-sm { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
max-width: 100% |
|
} |
|
.col-sm-auto { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
width: auto; |
|
max-width: 100% |
|
} |
|
.col-sm-1 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 8.33333%; |
|
flex: 0 0 8.33333%; |
|
max-width: 8.33333% |
|
} |
|
.col-sm-2 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 16.66667%; |
|
flex: 0 0 16.66667%; |
|
max-width: 16.66667% |
|
} |
|
.col-sm-3 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 25%; |
|
flex: 0 0 25%; |
|
max-width: 25% |
|
} |
|
.col-sm-4 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 33.33333%; |
|
flex: 0 0 33.33333%; |
|
max-width: 33.33333% |
|
} |
|
.col-sm-5 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 41.66667%; |
|
flex: 0 0 41.66667%; |
|
max-width: 41.66667% |
|
} |
|
.col-sm-6 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 50%; |
|
flex: 0 0 50%; |
|
max-width: 50% |
|
} |
|
.col-sm-7 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 58.33333%; |
|
flex: 0 0 58.33333%; |
|
max-width: 58.33333% |
|
} |
|
.col-sm-8 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 66.66667%; |
|
flex: 0 0 66.66667%; |
|
max-width: 66.66667% |
|
} |
|
.col-sm-9 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 75%; |
|
flex: 0 0 75%; |
|
max-width: 75% |
|
} |
|
.col-sm-10 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 83.33333%; |
|
flex: 0 0 83.33333%; |
|
max-width: 83.33333% |
|
} |
|
.col-sm-11 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 91.66667%; |
|
flex: 0 0 91.66667%; |
|
max-width: 91.66667% |
|
} |
|
.col-sm-12 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 100%; |
|
flex: 0 0 100%; |
|
max-width: 100% |
|
} |
|
.order-sm-first { |
|
-webkit-box-ordinal-group: 0; |
|
-ms-flex-order: -1; |
|
order: -1 |
|
} |
|
.order-sm-last { |
|
-webkit-box-ordinal-group: 14; |
|
-ms-flex-order: 13; |
|
order: 13 |
|
} |
|
.order-sm-0 { |
|
-webkit-box-ordinal-group: 1; |
|
-ms-flex-order: 0; |
|
order: 0 |
|
} |
|
.order-sm-1 { |
|
-webkit-box-ordinal-group: 2; |
|
-ms-flex-order: 1; |
|
order: 1 |
|
} |
|
.order-sm-2 { |
|
-webkit-box-ordinal-group: 3; |
|
-ms-flex-order: 2; |
|
order: 2 |
|
} |
|
.order-sm-3 { |
|
-webkit-box-ordinal-group: 4; |
|
-ms-flex-order: 3; |
|
order: 3 |
|
} |
|
.order-sm-4 { |
|
-webkit-box-ordinal-group: 5; |
|
-ms-flex-order: 4; |
|
order: 4 |
|
} |
|
.order-sm-5 { |
|
-webkit-box-ordinal-group: 6; |
|
-ms-flex-order: 5; |
|
order: 5 |
|
} |
|
.order-sm-6 { |
|
-webkit-box-ordinal-group: 7; |
|
-ms-flex-order: 6; |
|
order: 6 |
|
} |
|
.order-sm-7 { |
|
-webkit-box-ordinal-group: 8; |
|
-ms-flex-order: 7; |
|
order: 7 |
|
} |
|
.order-sm-8 { |
|
-webkit-box-ordinal-group: 9; |
|
-ms-flex-order: 8; |
|
order: 8 |
|
} |
|
.order-sm-9 { |
|
-webkit-box-ordinal-group: 10; |
|
-ms-flex-order: 9; |
|
order: 9 |
|
} |
|
.order-sm-10 { |
|
-webkit-box-ordinal-group: 11; |
|
-ms-flex-order: 10; |
|
order: 10 |
|
} |
|
.order-sm-11 { |
|
-webkit-box-ordinal-group: 12; |
|
-ms-flex-order: 11; |
|
order: 11 |
|
} |
|
.order-sm-12 { |
|
-webkit-box-ordinal-group: 13; |
|
-ms-flex-order: 12; |
|
order: 12 |
|
} |
|
.offset-sm-0 { |
|
margin-left: 0 |
|
} |
|
.offset-sm-1 { |
|
margin-left: 8.33333% |
|
} |
|
.offset-sm-2 { |
|
margin-left: 16.66667% |
|
} |
|
.offset-sm-3 { |
|
margin-left: 25% |
|
} |
|
.offset-sm-4 { |
|
margin-left: 33.33333% |
|
} |
|
.offset-sm-5 { |
|
margin-left: 41.66667% |
|
} |
|
.offset-sm-6 { |
|
margin-left: 50% |
|
} |
|
.offset-sm-7 { |
|
margin-left: 58.33333% |
|
} |
|
.offset-sm-8 { |
|
margin-left: 66.66667% |
|
} |
|
.offset-sm-9 { |
|
margin-left: 75% |
|
} |
|
.offset-sm-10 { |
|
margin-left: 83.33333% |
|
} |
|
.offset-sm-11 { |
|
margin-left: 91.66667% |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.col-md { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
max-width: 100% |
|
} |
|
.col-md-auto { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
width: auto; |
|
max-width: 100% |
|
} |
|
.col-md-1 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 8.33333%; |
|
flex: 0 0 8.33333%; |
|
max-width: 8.33333% |
|
} |
|
.col-md-2 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 16.66667%; |
|
flex: 0 0 16.66667%; |
|
max-width: 16.66667% |
|
} |
|
.col-md-3 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 25%; |
|
flex: 0 0 25%; |
|
max-width: 25% |
|
} |
|
.col-md-4 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 33.33333%; |
|
flex: 0 0 33.33333%; |
|
max-width: 33.33333% |
|
} |
|
.col-md-5 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 41.66667%; |
|
flex: 0 0 41.66667%; |
|
max-width: 41.66667% |
|
} |
|
.col-md-6 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 50%; |
|
flex: 0 0 50%; |
|
max-width: 50% |
|
} |
|
.col-md-7 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 58.33333%; |
|
flex: 0 0 58.33333%; |
|
max-width: 58.33333% |
|
} |
|
.col-md-8 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 66.66667%; |
|
flex: 0 0 66.66667%; |
|
max-width: 66.66667% |
|
} |
|
.col-md-9 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 75%; |
|
flex: 0 0 75%; |
|
max-width: 75% |
|
} |
|
.col-md-10 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 83.33333%; |
|
flex: 0 0 83.33333%; |
|
max-width: 83.33333% |
|
} |
|
.col-md-11 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 91.66667%; |
|
flex: 0 0 91.66667%; |
|
max-width: 91.66667% |
|
} |
|
.col-md-12 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 100%; |
|
flex: 0 0 100%; |
|
max-width: 100% |
|
} |
|
.order-md-first { |
|
-webkit-box-ordinal-group: 0; |
|
-ms-flex-order: -1; |
|
order: -1 |
|
} |
|
.order-md-last { |
|
-webkit-box-ordinal-group: 14; |
|
-ms-flex-order: 13; |
|
order: 13 |
|
} |
|
.order-md-0 { |
|
-webkit-box-ordinal-group: 1; |
|
-ms-flex-order: 0; |
|
order: 0 |
|
} |
|
.order-md-1 { |
|
-webkit-box-ordinal-group: 2; |
|
-ms-flex-order: 1; |
|
order: 1 |
|
} |
|
.order-md-2 { |
|
-webkit-box-ordinal-group: 3; |
|
-ms-flex-order: 2; |
|
order: 2 |
|
} |
|
.order-md-3 { |
|
-webkit-box-ordinal-group: 4; |
|
-ms-flex-order: 3; |
|
order: 3 |
|
} |
|
.order-md-4 { |
|
-webkit-box-ordinal-group: 5; |
|
-ms-flex-order: 4; |
|
order: 4 |
|
} |
|
.order-md-5 { |
|
-webkit-box-ordinal-group: 6; |
|
-ms-flex-order: 5; |
|
order: 5 |
|
} |
|
.order-md-6 { |
|
-webkit-box-ordinal-group: 7; |
|
-ms-flex-order: 6; |
|
order: 6 |
|
} |
|
.order-md-7 { |
|
-webkit-box-ordinal-group: 8; |
|
-ms-flex-order: 7; |
|
order: 7 |
|
} |
|
.order-md-8 { |
|
-webkit-box-ordinal-group: 9; |
|
-ms-flex-order: 8; |
|
order: 8 |
|
} |
|
.order-md-9 { |
|
-webkit-box-ordinal-group: 10; |
|
-ms-flex-order: 9; |
|
order: 9 |
|
} |
|
.order-md-10 { |
|
-webkit-box-ordinal-group: 11; |
|
-ms-flex-order: 10; |
|
order: 10 |
|
} |
|
.order-md-11 { |
|
-webkit-box-ordinal-group: 12; |
|
-ms-flex-order: 11; |
|
order: 11 |
|
} |
|
.order-md-12 { |
|
-webkit-box-ordinal-group: 13; |
|
-ms-flex-order: 12; |
|
order: 12 |
|
} |
|
.offset-md-0 { |
|
margin-left: 0 |
|
} |
|
.offset-md-1 { |
|
margin-left: 8.33333% |
|
} |
|
.offset-md-2 { |
|
margin-left: 16.66667% |
|
} |
|
.offset-md-3 { |
|
margin-left: 25% |
|
} |
|
.offset-md-4 { |
|
margin-left: 33.33333% |
|
} |
|
.offset-md-5 { |
|
margin-left: 41.66667% |
|
} |
|
.offset-md-6 { |
|
margin-left: 50% |
|
} |
|
.offset-md-7 { |
|
margin-left: 58.33333% |
|
} |
|
.offset-md-8 { |
|
margin-left: 66.66667% |
|
} |
|
.offset-md-9 { |
|
margin-left: 75% |
|
} |
|
.offset-md-10 { |
|
margin-left: 83.33333% |
|
} |
|
.offset-md-11 { |
|
margin-left: 91.66667% |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.col-lg { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
max-width: 100% |
|
} |
|
.col-lg-auto { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
width: auto; |
|
max-width: 100% |
|
} |
|
.col-lg-1 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 8.33333%; |
|
flex: 0 0 8.33333%; |
|
max-width: 8.33333% |
|
} |
|
.col-lg-2 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 16.66667%; |
|
flex: 0 0 16.66667%; |
|
max-width: 16.66667% |
|
} |
|
.col-lg-3 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 25%; |
|
flex: 0 0 25%; |
|
max-width: 25% |
|
} |
|
.col-lg-4 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 33.33333%; |
|
flex: 0 0 33.33333%; |
|
max-width: 33.33333% |
|
} |
|
.col-lg-5 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 41.66667%; |
|
flex: 0 0 41.66667%; |
|
max-width: 41.66667% |
|
} |
|
.col-lg-6 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 50%; |
|
flex: 0 0 50%; |
|
max-width: 50% |
|
} |
|
.col-lg-7 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 58.33333%; |
|
flex: 0 0 58.33333%; |
|
max-width: 58.33333% |
|
} |
|
.col-lg-8 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 66.66667%; |
|
flex: 0 0 66.66667%; |
|
max-width: 66.66667% |
|
} |
|
.col-lg-9 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 75%; |
|
flex: 0 0 75%; |
|
max-width: 75% |
|
} |
|
.col-lg-10 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 83.33333%; |
|
flex: 0 0 83.33333%; |
|
max-width: 83.33333% |
|
} |
|
.col-lg-11 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 91.66667%; |
|
flex: 0 0 91.66667%; |
|
max-width: 91.66667% |
|
} |
|
.col-lg-12 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 100%; |
|
flex: 0 0 100%; |
|
max-width: 100% |
|
} |
|
.order-lg-first { |
|
-webkit-box-ordinal-group: 0; |
|
-ms-flex-order: -1; |
|
order: -1 |
|
} |
|
.order-lg-last { |
|
-webkit-box-ordinal-group: 14; |
|
-ms-flex-order: 13; |
|
order: 13 |
|
} |
|
.order-lg-0 { |
|
-webkit-box-ordinal-group: 1; |
|
-ms-flex-order: 0; |
|
order: 0 |
|
} |
|
.order-lg-1 { |
|
-webkit-box-ordinal-group: 2; |
|
-ms-flex-order: 1; |
|
order: 1 |
|
} |
|
.order-lg-2 { |
|
-webkit-box-ordinal-group: 3; |
|
-ms-flex-order: 2; |
|
order: 2 |
|
} |
|
.order-lg-3 { |
|
-webkit-box-ordinal-group: 4; |
|
-ms-flex-order: 3; |
|
order: 3 |
|
} |
|
.order-lg-4 { |
|
-webkit-box-ordinal-group: 5; |
|
-ms-flex-order: 4; |
|
order: 4 |
|
} |
|
.order-lg-5 { |
|
-webkit-box-ordinal-group: 6; |
|
-ms-flex-order: 5; |
|
order: 5 |
|
} |
|
.order-lg-6 { |
|
-webkit-box-ordinal-group: 7; |
|
-ms-flex-order: 6; |
|
order: 6 |
|
} |
|
.order-lg-7 { |
|
-webkit-box-ordinal-group: 8; |
|
-ms-flex-order: 7; |
|
order: 7 |
|
} |
|
.order-lg-8 { |
|
-webkit-box-ordinal-group: 9; |
|
-ms-flex-order: 8; |
|
order: 8 |
|
} |
|
.order-lg-9 { |
|
-webkit-box-ordinal-group: 10; |
|
-ms-flex-order: 9; |
|
order: 9 |
|
} |
|
.order-lg-10 { |
|
-webkit-box-ordinal-group: 11; |
|
-ms-flex-order: 10; |
|
order: 10 |
|
} |
|
.order-lg-11 { |
|
-webkit-box-ordinal-group: 12; |
|
-ms-flex-order: 11; |
|
order: 11 |
|
} |
|
.order-lg-12 { |
|
-webkit-box-ordinal-group: 13; |
|
-ms-flex-order: 12; |
|
order: 12 |
|
} |
|
.offset-lg-0 { |
|
margin-left: 0 |
|
} |
|
.offset-lg-1 { |
|
margin-left: 8.33333% |
|
} |
|
.offset-lg-2 { |
|
margin-left: 16.66667% |
|
} |
|
.offset-lg-3 { |
|
margin-left: 25% |
|
} |
|
.offset-lg-4 { |
|
margin-left: 33.33333% |
|
} |
|
.offset-lg-5 { |
|
margin-left: 41.66667% |
|
} |
|
.offset-lg-6 { |
|
margin-left: 50% |
|
} |
|
.offset-lg-7 { |
|
margin-left: 58.33333% |
|
} |
|
.offset-lg-8 { |
|
margin-left: 66.66667% |
|
} |
|
.offset-lg-9 { |
|
margin-left: 75% |
|
} |
|
.offset-lg-10 { |
|
margin-left: 83.33333% |
|
} |
|
.offset-lg-11 { |
|
margin-left: 91.66667% |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.col-xl { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
max-width: 100% |
|
} |
|
.col-xl-auto { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
width: auto; |
|
max-width: 100% |
|
} |
|
.col-xl-1 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 8.33333%; |
|
flex: 0 0 8.33333%; |
|
max-width: 8.33333% |
|
} |
|
.col-xl-2 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 16.66667%; |
|
flex: 0 0 16.66667%; |
|
max-width: 16.66667% |
|
} |
|
.col-xl-3 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 25%; |
|
flex: 0 0 25%; |
|
max-width: 25% |
|
} |
|
.col-xl-4 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 33.33333%; |
|
flex: 0 0 33.33333%; |
|
max-width: 33.33333% |
|
} |
|
.col-xl-5 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 41.66667%; |
|
flex: 0 0 41.66667%; |
|
max-width: 41.66667% |
|
} |
|
.col-xl-6 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 50%; |
|
flex: 0 0 50%; |
|
max-width: 50% |
|
} |
|
.col-xl-7 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 58.33333%; |
|
flex: 0 0 58.33333%; |
|
max-width: 58.33333% |
|
} |
|
.col-xl-8 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 66.66667%; |
|
flex: 0 0 66.66667%; |
|
max-width: 66.66667% |
|
} |
|
.col-xl-9 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 75%; |
|
flex: 0 0 75%; |
|
max-width: 75% |
|
} |
|
.col-xl-10 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 83.33333%; |
|
flex: 0 0 83.33333%; |
|
max-width: 83.33333% |
|
} |
|
.col-xl-11 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 91.66667%; |
|
flex: 0 0 91.66667%; |
|
max-width: 91.66667% |
|
} |
|
.col-xl-12 { |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 100%; |
|
flex: 0 0 100%; |
|
max-width: 100% |
|
} |
|
.order-xl-first { |
|
-webkit-box-ordinal-group: 0; |
|
-ms-flex-order: -1; |
|
order: -1 |
|
} |
|
.order-xl-last { |
|
-webkit-box-ordinal-group: 14; |
|
-ms-flex-order: 13; |
|
order: 13 |
|
} |
|
.order-xl-0 { |
|
-webkit-box-ordinal-group: 1; |
|
-ms-flex-order: 0; |
|
order: 0 |
|
} |
|
.order-xl-1 { |
|
-webkit-box-ordinal-group: 2; |
|
-ms-flex-order: 1; |
|
order: 1 |
|
} |
|
.order-xl-2 { |
|
-webkit-box-ordinal-group: 3; |
|
-ms-flex-order: 2; |
|
order: 2 |
|
} |
|
.order-xl-3 { |
|
-webkit-box-ordinal-group: 4; |
|
-ms-flex-order: 3; |
|
order: 3 |
|
} |
|
.order-xl-4 { |
|
-webkit-box-ordinal-group: 5; |
|
-ms-flex-order: 4; |
|
order: 4 |
|
} |
|
.order-xl-5 { |
|
-webkit-box-ordinal-group: 6; |
|
-ms-flex-order: 5; |
|
order: 5 |
|
} |
|
.order-xl-6 { |
|
-webkit-box-ordinal-group: 7; |
|
-ms-flex-order: 6; |
|
order: 6 |
|
} |
|
.order-xl-7 { |
|
-webkit-box-ordinal-group: 8; |
|
-ms-flex-order: 7; |
|
order: 7 |
|
} |
|
.order-xl-8 { |
|
-webkit-box-ordinal-group: 9; |
|
-ms-flex-order: 8; |
|
order: 8 |
|
} |
|
.order-xl-9 { |
|
-webkit-box-ordinal-group: 10; |
|
-ms-flex-order: 9; |
|
order: 9 |
|
} |
|
.order-xl-10 { |
|
-webkit-box-ordinal-group: 11; |
|
-ms-flex-order: 10; |
|
order: 10 |
|
} |
|
.order-xl-11 { |
|
-webkit-box-ordinal-group: 12; |
|
-ms-flex-order: 11; |
|
order: 11 |
|
} |
|
.order-xl-12 { |
|
-webkit-box-ordinal-group: 13; |
|
-ms-flex-order: 12; |
|
order: 12 |
|
} |
|
.offset-xl-0 { |
|
margin-left: 0 |
|
} |
|
.offset-xl-1 { |
|
margin-left: 8.33333% |
|
} |
|
.offset-xl-2 { |
|
margin-left: 16.66667% |
|
} |
|
.offset-xl-3 { |
|
margin-left: 25% |
|
} |
|
.offset-xl-4 { |
|
margin-left: 33.33333% |
|
} |
|
.offset-xl-5 { |
|
margin-left: 41.66667% |
|
} |
|
.offset-xl-6 { |
|
margin-left: 50% |
|
} |
|
.offset-xl-7 { |
|
margin-left: 58.33333% |
|
} |
|
.offset-xl-8 { |
|
margin-left: 66.66667% |
|
} |
|
.offset-xl-9 { |
|
margin-left: 75% |
|
} |
|
.offset-xl-10 { |
|
margin-left: 83.33333% |
|
} |
|
.offset-xl-11 { |
|
margin-left: 91.66667% |
|
} |
|
} |
|
|
|
.table { |
|
width: 100%; |
|
margin-bottom: 16px; |
|
color: #19191a |
|
} |
|
|
|
.table td, |
|
.table th { |
|
padding: 1em; |
|
vertical-align: top; |
|
border-top: 1px solid #d6dce3 |
|
} |
|
|
|
.table thead th { |
|
vertical-align: bottom; |
|
border-bottom: 2px solid #d6dce3 |
|
} |
|
|
|
.table tbody+tbody { |
|
border-top: 2px solid #d6dce3 |
|
} |
|
|
|
.table-sm td, |
|
.table-sm th { |
|
padding: .3rem |
|
} |
|
|
|
.table-bordered, |
|
.table-bordered td, |
|
.table-bordered th { |
|
border: 1px solid #d6dce3 |
|
} |
|
|
|
.table-bordered thead td, |
|
.table-bordered thead th { |
|
border-bottom-width: 2px |
|
} |
|
|
|
.table-borderless tbody+tbody, |
|
.table-borderless td, |
|
.table-borderless th, |
|
.table-borderless thead th { |
|
border: 0 |
|
} |
|
|
|
.table-striped tbody tr:nth-of-type(odd) { |
|
background-color: #f6f7f9 |
|
} |
|
|
|
.table-hover tbody tr:hover { |
|
color: #19191a; |
|
background-color: #e5f1fa |
|
} |
|
|
|
.table-primary, |
|
.table-primary>td, |
|
.table-primary>th { |
|
background-color: #b8d8f8 |
|
} |
|
|
|
.table-primary tbody+tbody, |
|
.table-primary td, |
|
.table-primary th, |
|
.table-primary thead th { |
|
border-color: #7ab6f2 |
|
} |
|
|
|
.table-hover .table-primary:hover, |
|
.table-hover .table-primary:hover>td, |
|
.table-hover .table-primary:hover>th { |
|
background-color: #a1cbf6 |
|
} |
|
|
|
.table-secondary, |
|
.table-secondary>td, |
|
.table-secondary>th { |
|
background-color: #d1d7dc |
|
} |
|
|
|
.table-secondary tbody+tbody, |
|
.table-secondary td, |
|
.table-secondary th, |
|
.table-secondary thead th { |
|
border-color: #aab4be |
|
} |
|
|
|
.table-hover .table-secondary:hover, |
|
.table-hover .table-secondary:hover>td, |
|
.table-hover .table-secondary:hover>th { |
|
background-color: #c3cad1 |
|
} |
|
|
|
.table-success, |
|
.table-success>td, |
|
.table-success>th { |
|
background-color: #b8ddd0 |
|
} |
|
|
|
.table-success tbody+tbody, |
|
.table-success td, |
|
.table-success th, |
|
.table-success thead th { |
|
border-color: #7ac1a8 |
|
} |
|
|
|
.table-hover .table-success:hover, |
|
.table-hover .table-success:hover>td, |
|
.table-hover .table-success:hover>th { |
|
background-color: #a7d5c5 |
|
} |
|
|
|
.table-info, |
|
.table-info>td, |
|
.table-info>th { |
|
background-color: #e2e2e2 |
|
} |
|
|
|
.table-info tbody+tbody, |
|
.table-info td, |
|
.table-info th, |
|
.table-info thead th { |
|
border-color: #c9c9ca |
|
} |
|
|
|
.table-hover .table-info:hover, |
|
.table-hover .table-info:hover>td, |
|
.table-hover .table-info:hover>th { |
|
background-color: #d5d5d5 |
|
} |
|
|
|
.table-warning, |
|
.table-warning>td, |
|
.table-warning>th { |
|
background-color: #e6d3b8 |
|
} |
|
|
|
.table-warning tbody+tbody, |
|
.table-warning td, |
|
.table-warning th, |
|
.table-warning thead th { |
|
border-color: #d1ae7a |
|
} |
|
|
|
.table-hover .table-warning:hover, |
|
.table-hover .table-warning:hover>td, |
|
.table-hover .table-warning:hover>th { |
|
background-color: #dfc7a5 |
|
} |
|
|
|
.table-danger, |
|
.table-danger>td, |
|
.table-danger>th { |
|
background-color: #f4c7ce |
|
} |
|
|
|
.table-danger tbody+tbody, |
|
.table-danger td, |
|
.table-danger th, |
|
.table-danger thead th { |
|
border-color: #eb97a3 |
|
} |
|
|
|
.table-hover .table-danger:hover, |
|
.table-hover .table-danger:hover>td, |
|
.table-hover .table-danger:hover>th { |
|
background-color: #f0b2bb |
|
} |
|
|
|
.table-light, |
|
.table-light>td, |
|
.table-light>th { |
|
background-color: #f9f8fb |
|
} |
|
|
|
.table-light tbody+tbody, |
|
.table-light td, |
|
.table-light th, |
|
.table-light thead th { |
|
border-color: #f4f2f8 |
|
} |
|
|
|
.table-hover .table-light:hover, |
|
.table-hover .table-light:hover>td, |
|
.table-hover .table-light:hover>th { |
|
background-color: #ebe8f2 |
|
} |
|
|
|
.table-dark, |
|
.table-dark>td, |
|
.table-dark>th { |
|
background-color: #bec6cd |
|
} |
|
|
|
.table-dark tbody+tbody, |
|
.table-dark td, |
|
.table-dark th, |
|
.table-dark thead th { |
|
border-color: #8694a2 |
|
} |
|
|
|
.table-hover .table-dark:hover, |
|
.table-hover .table-dark:hover>td, |
|
.table-hover .table-dark:hover>th { |
|
background-color: #b0b9c2 |
|
} |
|
|
|
.table-100, |
|
.table-100>td, |
|
.table-100>th { |
|
background-color: #f7f7f8 |
|
} |
|
|
|
.table-100 tbody+tbody, |
|
.table-100 td, |
|
.table-100 th, |
|
.table-100 thead th { |
|
border-color: #f1f1f2 |
|
} |
|
|
|
.table-hover .table-100:hover, |
|
.table-hover .table-100:hover>td, |
|
.table-hover .table-100:hover>th { |
|
background-color: #e9e9ec |
|
} |
|
|
|
.table-200, |
|
.table-200>td, |
|
.table-200>th { |
|
background-color: #f0f0f1 |
|
} |
|
|
|
.table-200 tbody+tbody, |
|
.table-200 td, |
|
.table-200 th, |
|
.table-200 thead th { |
|
border-color: #e3e4e4 |
|
} |
|
|
|
.table-hover .table-200:hover, |
|
.table-hover .table-200:hover>td, |
|
.table-hover .table-200:hover>th { |
|
background-color: #e3e3e5 |
|
} |
|
|
|
.table-300, |
|
.table-300>td, |
|
.table-300>th { |
|
background-color: #e9e9ea |
|
} |
|
|
|
.table-300 tbody+tbody, |
|
.table-300 td, |
|
.table-300 th, |
|
.table-300 thead th { |
|
border-color: #d6d7d7 |
|
} |
|
|
|
.table-hover .table-300:hover, |
|
.table-hover .table-300:hover>td, |
|
.table-hover .table-300:hover>th { |
|
background-color: #dcdcde |
|
} |
|
|
|
.table-400, |
|
.table-400>td, |
|
.table-400>th { |
|
background-color: #e2e2e2 |
|
} |
|
|
|
.table-400 tbody+tbody, |
|
.table-400 td, |
|
.table-400 th, |
|
.table-400 thead th { |
|
border-color: #c9c9ca |
|
} |
|
|
|
.table-hover .table-400:hover, |
|
.table-hover .table-400:hover>td, |
|
.table-hover .table-400:hover>th { |
|
background-color: #d5d5d5 |
|
} |
|
|
|
.table-500, |
|
.table-500>td, |
|
.table-500>th { |
|
background-color: #dbdbdb |
|
} |
|
|
|
.table-500 tbody+tbody, |
|
.table-500 td, |
|
.table-500 th, |
|
.table-500 thead th { |
|
border-color: #bcbcbd |
|
} |
|
|
|
.table-hover .table-500:hover, |
|
.table-hover .table-500:hover>td, |
|
.table-hover .table-500:hover>th { |
|
background-color: #cecece |
|
} |
|
|
|
.table-600, |
|
.table-600>td, |
|
.table-600>th { |
|
background-color: #d4d4d4 |
|
} |
|
|
|
.table-600 tbody+tbody, |
|
.table-600 td, |
|
.table-600 th, |
|
.table-600 thead th { |
|
border-color: #afafaf |
|
} |
|
|
|
.table-hover .table-600:hover, |
|
.table-hover .table-600:hover>td, |
|
.table-hover .table-600:hover>th { |
|
background-color: #c7c7c7 |
|
} |
|
|
|
.table-700, |
|
.table-700>td, |
|
.table-700>th { |
|
background-color: #cdcdcd |
|
} |
|
|
|
.table-700 tbody+tbody, |
|
.table-700 td, |
|
.table-700 th, |
|
.table-700 thead th { |
|
border-color: #a2a2a2 |
|
} |
|
|
|
.table-hover .table-700:hover, |
|
.table-hover .table-700:hover>td, |
|
.table-hover .table-700:hover>th { |
|
background-color: silver |
|
} |
|
|
|
.table-800, |
|
.table-800>td, |
|
.table-800>th { |
|
background-color: #c6c6c6 |
|
} |
|
|
|
.table-800 tbody+tbody, |
|
.table-800 td, |
|
.table-800 th, |
|
.table-800 thead th { |
|
border-color: #959595 |
|
} |
|
|
|
.table-hover .table-800:hover, |
|
.table-hover .table-800:hover>td, |
|
.table-hover .table-800:hover>th { |
|
background-color: #b9b9b9 |
|
} |
|
|
|
.table-900, |
|
.table-900>td, |
|
.table-900>th { |
|
background-color: #bfbfbf |
|
} |
|
|
|
.table-900 tbody+tbody, |
|
.table-900 td, |
|
.table-900 th, |
|
.table-900 thead th { |
|
border-color: #888 |
|
} |
|
|
|
.table-hover .table-900:hover, |
|
.table-hover .table-900:hover>td, |
|
.table-hover .table-900:hover>th { |
|
background-color: #b2b2b2 |
|
} |
|
|
|
.table-active, |
|
.table-active>td, |
|
.table-active>th { |
|
background-color: #e5f1fa |
|
} |
|
|
|
.table-hover .table-active:hover, |
|
.table-hover .table-active:hover>td, |
|
.table-hover .table-active:hover>th { |
|
background-color: #d0e5f6 |
|
} |
|
|
|
.table .thead-dark th { |
|
color: #fff; |
|
background-color: #323333; |
|
border-color: #464646 |
|
} |
|
|
|
.table .thead-light th { |
|
color: #4c4c4d; |
|
background-color: #cacacc; |
|
border-color: #d6dce3 |
|
} |
|
|
|
.table-dark { |
|
color: #fff; |
|
background-color: #323333 |
|
} |
|
|
|
.table-dark td, |
|
.table-dark th, |
|
.table-dark thead th { |
|
border-color: #464646 |
|
} |
|
|
|
.table-dark.table-bordered { |
|
border: 0 |
|
} |
|
|
|
.table-dark.table-striped tbody tr:nth-of-type(odd) { |
|
background-color: rgba(255, 255, 255, .05) |
|
} |
|
|
|
.table-dark.table-hover tbody tr:hover { |
|
color: #fff; |
|
background-color: rgba(255, 255, 255, .075) |
|
} |
|
|
|
@media (max-width:575.98px) { |
|
.table-responsive-sm { |
|
display: block; |
|
width: 100%; |
|
overflow-x: auto; |
|
-webkit-overflow-scrolling: touch |
|
} |
|
.table-responsive-sm>.table-bordered { |
|
border: 0 |
|
} |
|
} |
|
|
|
@media (max-width:767.98px) { |
|
.table-responsive-md { |
|
display: block; |
|
width: 100%; |
|
overflow-x: auto; |
|
-webkit-overflow-scrolling: touch |
|
} |
|
.table-responsive-md>.table-bordered { |
|
border: 0 |
|
} |
|
} |
|
|
|
@media (max-width:991.98px) { |
|
.table-responsive-lg { |
|
display: block; |
|
width: 100%; |
|
overflow-x: auto; |
|
-webkit-overflow-scrolling: touch |
|
} |
|
.table-responsive-lg>.table-bordered { |
|
border: 0 |
|
} |
|
} |
|
|
|
@media (max-width:1199.98px) { |
|
.table-responsive-xl { |
|
display: block; |
|
width: 100%; |
|
overflow-x: auto; |
|
-webkit-overflow-scrolling: touch |
|
} |
|
.table-responsive-xl>.table-bordered { |
|
border: 0 |
|
} |
|
} |
|
|
|
.table-responsive { |
|
display: block; |
|
width: 100%; |
|
overflow-x: auto; |
|
-webkit-overflow-scrolling: touch |
|
} |
|
|
|
.table-responsive>.table-bordered { |
|
border: 0 |
|
} |
|
|
|
.form-control { |
|
display: block; |
|
width: 100%; |
|
height: 2.5rem; |
|
padding: .375rem .75rem; |
|
font-size: 1rem; |
|
font-weight: 300; |
|
line-height: 1.5; |
|
color: #4c4c4d; |
|
background-color: #fff; |
|
background-clip: padding-box; |
|
border: 0 solid #979899; |
|
border-radius: 0; |
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; |
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.form-control { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.form-control::-ms-expand { |
|
background-color: transparent; |
|
border: 0 |
|
} |
|
|
|
.form-control:focus { |
|
color: #4c4c4d; |
|
background-color: #fff; |
|
border-color: #5c6f82; |
|
outline: 0; |
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .25); |
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .25) |
|
} |
|
|
|
.form-control::-webkit-input-placeholder { |
|
color: #656566; |
|
opacity: 1 |
|
} |
|
|
|
.form-control::-ms-input-placeholder { |
|
color: #656566; |
|
opacity: 1 |
|
} |
|
|
|
.form-control::placeholder { |
|
color: #656566; |
|
opacity: 1 |
|
} |
|
|
|
.form-control:disabled, |
|
.form-control[readonly] { |
|
background-color: #e6e9f2; |
|
opacity: 1 |
|
} |
|
|
|
select.form-control:focus::-ms-value { |
|
color: #4c4c4d; |
|
background-color: #fff |
|
} |
|
|
|
.form-control-file, |
|
.form-control-range { |
|
display: block; |
|
width: 100% |
|
} |
|
|
|
.col-form-label { |
|
padding-top: calc(.375rem + 0); |
|
padding-bottom: calc(.375rem + 0); |
|
margin-bottom: 0; |
|
font-size: inherit; |
|
line-height: 1.5 |
|
} |
|
|
|
.col-form-label-lg { |
|
padding-top: calc(.5rem + 0); |
|
padding-bottom: calc(.5rem + 0); |
|
font-size: 1.25rem; |
|
line-height: 1.556 |
|
} |
|
|
|
.col-form-label-sm { |
|
padding-top: calc(.25rem + 0); |
|
padding-bottom: calc(.25rem + 0); |
|
font-size: .875rem; |
|
line-height: 1.428 |
|
} |
|
|
|
.form-control-plaintext { |
|
display: block; |
|
width: 100%; |
|
margin-bottom: 0; |
|
line-height: 1.5; |
|
color: #19191a; |
|
border: 0 solid transparent |
|
} |
|
|
|
.form-control-plaintext.form-control-lg, |
|
.form-control-plaintext.form-control-sm { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
|
|
.form-control-sm { |
|
height: calc(1.428em + .5rem + 0); |
|
padding: .25rem .5rem; |
|
font-size: .875rem; |
|
line-height: 1.428; |
|
border-radius: 2px |
|
} |
|
|
|
.form-control-lg { |
|
height: calc(1.556em + 1rem + 0); |
|
padding: .5rem 1rem; |
|
font-size: 1.25rem; |
|
line-height: 1.556; |
|
border-radius: 8px |
|
} |
|
|
|
select.form-control[multiple], |
|
select.form-control[size], |
|
textarea.form-control { |
|
height: auto |
|
} |
|
|
|
.form-text { |
|
display: block; |
|
margin-top: .25rem |
|
} |
|
|
|
.form-row { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
margin-right: -5px; |
|
margin-left: -5px |
|
} |
|
|
|
.form-row>.col, |
|
.form-row>[class*=col-] { |
|
padding-right: 5px; |
|
padding-left: 5px |
|
} |
|
|
|
.form-check { |
|
position: relative; |
|
display: block |
|
} |
|
|
|
.form-check-input { |
|
position: absolute; |
|
margin-top: .3rem; |
|
margin-left: -1.25rem |
|
} |
|
|
|
.form-check-input:disabled~.form-check-label { |
|
color: #5a768a |
|
} |
|
|
|
.form-check-label { |
|
margin-bottom: 0 |
|
} |
|
|
|
.form-check-inline { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding-left: 0; |
|
margin-right: .75rem |
|
} |
|
|
|
.form-check-inline .form-check-input { |
|
position: static; |
|
margin-top: 0; |
|
margin-right: .3125rem; |
|
margin-left: 0 |
|
} |
|
|
|
.valid-feedback { |
|
display: none; |
|
width: 100%; |
|
margin-top: .25rem; |
|
font-size: .777rem; |
|
color: #008758 |
|
} |
|
|
|
.valid-tooltip { |
|
position: absolute; |
|
top: 100%; |
|
z-index: 5; |
|
display: none; |
|
max-width: 100%; |
|
padding: 1rem; |
|
margin-top: .1rem; |
|
font-size: .875rem; |
|
line-height: 1.5; |
|
color: #fff; |
|
background-color: #008758; |
|
border-radius: 4px |
|
} |
|
|
|
.form-control.is-valid, |
|
.was-validated .form-control:valid { |
|
border-color: #008758; |
|
padding-right: calc(1.5em + .75rem); |
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008758' 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(.375em + .1875rem); |
|
background-size: calc(.75em + .375rem) calc(.75em + .375rem) |
|
} |
|
|
|
.form-control.is-valid:focus, |
|
.was-validated .form-control:valid:focus { |
|
border-color: #008758; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25) |
|
} |
|
|
|
.form-control.is-valid~.valid-feedback, |
|
.form-control.is-valid~.valid-tooltip, |
|
.was-validated .form-control:valid~.valid-feedback, |
|
.was-validated .form-control:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.was-validated textarea.form-control:valid, |
|
textarea.form-control.is-valid { |
|
padding-right: calc(1.5em + .75rem); |
|
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem) |
|
} |
|
|
|
.custom-select.is-valid, |
|
.was-validated .custom-select:valid { |
|
border-color: #008758; |
|
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem); |
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008758' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff |
|
} |
|
|
|
.custom-select.is-valid:focus, |
|
.was-validated .custom-select:valid:focus { |
|
border-color: #008758; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25) |
|
} |
|
|
|
.custom-select.is-valid~.valid-feedback, |
|
.custom-select.is-valid~.valid-tooltip, |
|
.was-validated .custom-select:valid~.valid-feedback, |
|
.was-validated .custom-select:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.form-control-file.is-valid~.valid-feedback, |
|
.form-control-file.is-valid~.valid-tooltip, |
|
.was-validated .form-control-file:valid~.valid-feedback, |
|
.was-validated .form-control-file:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.form-check-input.is-valid~.form-check-label, |
|
.was-validated .form-check-input:valid~.form-check-label { |
|
color: #008758 |
|
} |
|
|
|
.form-check-input.is-valid~.valid-feedback, |
|
.form-check-input.is-valid~.valid-tooltip, |
|
.was-validated .form-check-input:valid~.valid-feedback, |
|
.was-validated .form-check-input:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-control-input.is-valid~.custom-control-label, |
|
.was-validated .custom-control-input:valid~.custom-control-label { |
|
color: #008758 |
|
} |
|
|
|
.custom-control-input.is-valid~.custom-control-label::before, |
|
.was-validated .custom-control-input:valid~.custom-control-label::before { |
|
border-color: #008758 |
|
} |
|
|
|
.custom-control-input.is-valid~.valid-feedback, |
|
.custom-control-input.is-valid~.valid-tooltip, |
|
.was-validated .custom-control-input:valid~.valid-feedback, |
|
.was-validated .custom-control-input:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-control-input.is-valid:checked~.custom-control-label::before, |
|
.was-validated .custom-control-input:valid:checked~.custom-control-label::before { |
|
border-color: #00ba79; |
|
background-color: #00ba79 |
|
} |
|
|
|
.custom-control-input.is-valid:focus~.custom-control-label::before, |
|
.was-validated .custom-control-input:valid:focus~.custom-control-label::before { |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25) |
|
} |
|
|
|
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, |
|
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before { |
|
border-color: #008758 |
|
} |
|
|
|
.custom-file-input.is-valid~.custom-file-label, |
|
.was-validated .custom-file-input:valid~.custom-file-label { |
|
border-color: #008758 |
|
} |
|
|
|
.custom-file-input.is-valid~.valid-feedback, |
|
.custom-file-input.is-valid~.valid-tooltip, |
|
.was-validated .custom-file-input:valid~.valid-feedback, |
|
.was-validated .custom-file-input:valid~.valid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-file-input.is-valid:focus~.custom-file-label, |
|
.was-validated .custom-file-input:valid:focus~.custom-file-label { |
|
border-color: #008758; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .25) |
|
} |
|
|
|
.invalid-feedback { |
|
display: none; |
|
width: 100%; |
|
margin-top: .25rem; |
|
font-size: .777rem; |
|
color: #d9364f |
|
} |
|
|
|
.invalid-tooltip { |
|
position: absolute; |
|
top: 100%; |
|
z-index: 5; |
|
display: none; |
|
max-width: 100%; |
|
padding: 1rem; |
|
margin-top: .1rem; |
|
font-size: .875rem; |
|
line-height: 1.5; |
|
color: #fff; |
|
background-color: #d9364f; |
|
border-radius: 4px |
|
} |
|
|
|
.form-control.is-invalid, |
|
.was-validated .form-control:invalid { |
|
border-color: #d9364f; |
|
padding-right: calc(1.5em + .75rem); |
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9364f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9364f' 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(.375em + .1875rem); |
|
background-size: calc(.75em + .375rem) calc(.75em + .375rem) |
|
} |
|
|
|
.form-control.is-invalid:focus, |
|
.was-validated .form-control:invalid:focus { |
|
border-color: #d9364f; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25); |
|
box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25) |
|
} |
|
|
|
.form-control.is-invalid~.invalid-feedback, |
|
.form-control.is-invalid~.invalid-tooltip, |
|
.was-validated .form-control:invalid~.invalid-feedback, |
|
.was-validated .form-control:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.was-validated textarea.form-control:invalid, |
|
textarea.form-control.is-invalid { |
|
padding-right: calc(1.5em + .75rem); |
|
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem) |
|
} |
|
|
|
.custom-select.is-invalid, |
|
.was-validated .custom-select:invalid { |
|
border-color: #d9364f; |
|
padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem); |
|
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23323333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9364f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9364f' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff |
|
} |
|
|
|
.custom-select.is-invalid:focus, |
|
.was-validated .custom-select:invalid:focus { |
|
border-color: #d9364f; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25); |
|
box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25) |
|
} |
|
|
|
.custom-select.is-invalid~.invalid-feedback, |
|
.custom-select.is-invalid~.invalid-tooltip, |
|
.was-validated .custom-select:invalid~.invalid-feedback, |
|
.was-validated .custom-select:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.form-control-file.is-invalid~.invalid-feedback, |
|
.form-control-file.is-invalid~.invalid-tooltip, |
|
.was-validated .form-control-file:invalid~.invalid-feedback, |
|
.was-validated .form-control-file:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.form-check-input.is-invalid~.form-check-label, |
|
.was-validated .form-check-input:invalid~.form-check-label { |
|
color: #d9364f |
|
} |
|
|
|
.form-check-input.is-invalid~.invalid-feedback, |
|
.form-check-input.is-invalid~.invalid-tooltip, |
|
.was-validated .form-check-input:invalid~.invalid-feedback, |
|
.was-validated .form-check-input:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-control-input.is-invalid~.custom-control-label, |
|
.was-validated .custom-control-input:invalid~.custom-control-label { |
|
color: #d9364f |
|
} |
|
|
|
.custom-control-input.is-invalid~.custom-control-label::before, |
|
.was-validated .custom-control-input:invalid~.custom-control-label::before { |
|
border-color: #d9364f |
|
} |
|
|
|
.custom-control-input.is-invalid~.invalid-feedback, |
|
.custom-control-input.is-invalid~.invalid-tooltip, |
|
.was-validated .custom-control-input:invalid~.invalid-feedback, |
|
.was-validated .custom-control-input:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-control-input.is-invalid:checked~.custom-control-label::before, |
|
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before { |
|
border-color: #e16174; |
|
background-color: #e16174 |
|
} |
|
|
|
.custom-control-input.is-invalid:focus~.custom-control-label::before, |
|
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before { |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25); |
|
box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25) |
|
} |
|
|
|
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, |
|
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before { |
|
border-color: #d9364f |
|
} |
|
|
|
.custom-file-input.is-invalid~.custom-file-label, |
|
.was-validated .custom-file-input:invalid~.custom-file-label { |
|
border-color: #d9364f |
|
} |
|
|
|
.custom-file-input.is-invalid~.invalid-feedback, |
|
.custom-file-input.is-invalid~.invalid-tooltip, |
|
.was-validated .custom-file-input:invalid~.invalid-feedback, |
|
.was-validated .custom-file-input:invalid~.invalid-tooltip { |
|
display: block |
|
} |
|
|
|
.custom-file-input.is-invalid:focus~.custom-file-label, |
|
.was-validated .custom-file-input:invalid:focus~.custom-file-label { |
|
border-color: #d9364f; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25); |
|
box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .25) |
|
} |
|
|
|
.form-inline { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row wrap; |
|
flex-flow: row wrap; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.form-inline .form-check { |
|
width: 100% |
|
} |
|
|
|
@media (min-width:576px) { |
|
.form-inline label { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
margin-bottom: 0 |
|
} |
|
.form-inline .form-group { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-flex: 0; |
|
-ms-flex: 0 0 auto; |
|
flex: 0 0 auto; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row wrap; |
|
flex-flow: row wrap; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-bottom: 0 |
|
} |
|
.form-inline .form-control { |
|
display: inline-block; |
|
width: auto; |
|
vertical-align: middle |
|
} |
|
.form-inline .form-control-plaintext { |
|
display: inline-block |
|
} |
|
.form-inline .custom-select, |
|
.form-inline .input-group { |
|
width: auto |
|
} |
|
.form-inline .form-check { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
width: auto; |
|
padding-left: 0 |
|
} |
|
.form-inline .form-check-input { |
|
position: relative; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
margin-top: 0; |
|
margin-right: .25rem; |
|
margin-left: 0 |
|
} |
|
.form-inline .custom-control { |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
.form-inline .custom-control-label { |
|
margin-bottom: 0 |
|
} |
|
} |
|
|
|
.btn { |
|
display: inline-block; |
|
font-weight: 600; |
|
color: #19191a; |
|
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: 0 solid transparent; |
|
line-height: 1.5; |
|
border-radius: 4px; |
|
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; |
|
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.btn { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.btn:hover { |
|
color: #19191a; |
|
text-decoration: none |
|
} |
|
|
|
.btn.focus, |
|
.btn:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25) |
|
} |
|
|
|
.btn.disabled, |
|
.btn:disabled { |
|
opacity: .65; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.btn:not(:disabled):not(.disabled).active, |
|
.btn:not(:disabled):not(.disabled):active { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) |
|
} |
|
|
|
.btn:not(:disabled):not(.disabled).active:focus, |
|
.btn:not(:disabled):not(.disabled):active:focus { |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25), inset 0 3px 5px rgba(0, 0, 0, .125); |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25), inset 0 3px 5px rgba(0, 0, 0, .125) |
|
} |
|
|
|
a.btn.disabled, |
|
fieldset:disabled a.btn { |
|
pointer-events: none |
|
} |
|
|
|
.btn-primary { |
|
color: #fff; |
|
background-color: #0073e6; |
|
border-color: #0073e6; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-primary:hover { |
|
color: #fff; |
|
background-color: #0060bf; |
|
border-color: #0059b3 |
|
} |
|
|
|
.btn-primary.focus, |
|
.btn-primary:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.btn-primary:not(:disabled):not(.disabled).active, |
|
.btn-primary:not(:disabled):not(.disabled):active, |
|
.show>.btn-primary.dropdown-toggle { |
|
color: #fff; |
|
background-color: #0059b3; |
|
border-color: #0053a6 |
|
} |
|
|
|
.btn-primary:not(:disabled):not(.disabled).active:focus, |
|
.btn-primary:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-primary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.btn-secondary { |
|
color: #fff; |
|
background-color: #5c6f82; |
|
border-color: #5c6f82; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-secondary:hover { |
|
color: #fff; |
|
background-color: #4c5c6c; |
|
border-color: #475664 |
|
} |
|
|
|
.btn-secondary.focus, |
|
.btn-secondary:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(92, 111, 130, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(92, 111, 130, .5) |
|
} |
|
|
|
.btn-secondary.disabled, |
|
.btn-secondary:disabled { |
|
color: #fff; |
|
background-color: #5c6f82; |
|
border-color: #5c6f82 |
|
} |
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active, |
|
.btn-secondary:not(:disabled):not(.disabled):active, |
|
.show>.btn-secondary.dropdown-toggle { |
|
color: #fff; |
|
background-color: #475664; |
|
border-color: #424f5d |
|
} |
|
|
|
.btn-secondary:not(:disabled):not(.disabled).active:focus, |
|
.btn-secondary:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-secondary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(92, 111, 130, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(92, 111, 130, .5) |
|
} |
|
|
|
.btn-success { |
|
color: #fff; |
|
background-color: #008758; |
|
border-color: #008758; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-success:hover { |
|
color: #fff; |
|
background-color: #00613f; |
|
border-color: #005437 |
|
} |
|
|
|
.btn-success.focus, |
|
.btn-success:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 135, 88, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 135, 88, .5) |
|
} |
|
|
|
.btn-success.disabled, |
|
.btn-success:disabled { |
|
color: #fff; |
|
background-color: #008758; |
|
border-color: #008758 |
|
} |
|
|
|
.btn-success:not(:disabled):not(.disabled).active, |
|
.btn-success:not(:disabled):not(.disabled):active, |
|
.show>.btn-success.dropdown-toggle { |
|
color: #fff; |
|
background-color: #005437; |
|
border-color: #00472e |
|
} |
|
|
|
.btn-success:not(:disabled):not(.disabled).active:focus, |
|
.btn-success:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-success.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 135, 88, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 135, 88, .5) |
|
} |
|
|
|
.btn-info { |
|
color: #19191a; |
|
background-color: #979899; |
|
border-color: #979899; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-info:hover { |
|
color: #19191a; |
|
background-color: #848586; |
|
border-color: #7e7e80 |
|
} |
|
|
|
.btn-info.focus, |
|
.btn-info:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-info.disabled, |
|
.btn-info:disabled { |
|
color: #19191a; |
|
background-color: #979899; |
|
border-color: #979899 |
|
} |
|
|
|
.btn-info:not(:disabled):not(.disabled).active, |
|
.btn-info:not(:disabled):not(.disabled):active, |
|
.show>.btn-info.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #7e7e80; |
|
border-color: #777879 |
|
} |
|
|
|
.btn-info:not(:disabled):not(.disabled).active:focus, |
|
.btn-info:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-info.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-warning { |
|
color: #fff; |
|
background-color: #a66300; |
|
border-color: #a66300; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-warning:hover { |
|
color: #fff; |
|
background-color: #804d00; |
|
border-color: #734500 |
|
} |
|
|
|
.btn-warning.focus, |
|
.btn-warning:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(166, 99, 0, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(166, 99, 0, .5) |
|
} |
|
|
|
.btn-warning.disabled, |
|
.btn-warning:disabled { |
|
color: #fff; |
|
background-color: #a66300; |
|
border-color: #a66300 |
|
} |
|
|
|
.btn-warning:not(:disabled):not(.disabled).active, |
|
.btn-warning:not(:disabled):not(.disabled):active, |
|
.show>.btn-warning.dropdown-toggle { |
|
color: #fff; |
|
background-color: #734500; |
|
border-color: #663d00 |
|
} |
|
|
|
.btn-warning:not(:disabled):not(.disabled).active:focus, |
|
.btn-warning:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-warning.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(166, 99, 0, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(166, 99, 0, .5) |
|
} |
|
|
|
.btn-danger { |
|
color: #fff; |
|
background-color: #d9364f; |
|
border-color: #d9364f; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-danger:hover { |
|
color: #fff; |
|
background-color: #c3253d; |
|
border-color: #b9233a |
|
} |
|
|
|
.btn-danger.focus, |
|
.btn-danger:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(217, 54, 79, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(217, 54, 79, .5) |
|
} |
|
|
|
.btn-danger.disabled, |
|
.btn-danger:disabled { |
|
color: #fff; |
|
background-color: #d9364f; |
|
border-color: #d9364f |
|
} |
|
|
|
.btn-danger:not(:disabled):not(.disabled).active, |
|
.btn-danger:not(:disabled):not(.disabled):active, |
|
.show>.btn-danger.dropdown-toggle { |
|
color: #fff; |
|
background-color: #b9233a; |
|
border-color: #ae2136 |
|
} |
|
|
|
.btn-danger:not(:disabled):not(.disabled).active:focus, |
|
.btn-danger:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-danger.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(217, 54, 79, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(217, 54, 79, .5) |
|
} |
|
|
|
.btn-light { |
|
color: #19191a; |
|
background-color: #e9e6f2; |
|
border-color: #e9e6f2; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-light:hover { |
|
color: #19191a; |
|
background-color: #d3cde5; |
|
border-color: #ccc4e1 |
|
} |
|
|
|
.btn-light.focus, |
|
.btn-light:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(233, 230, 242, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(233, 230, 242, .5) |
|
} |
|
|
|
.btn-light.disabled, |
|
.btn-light:disabled { |
|
color: #19191a; |
|
background-color: #e9e6f2; |
|
border-color: #e9e6f2 |
|
} |
|
|
|
.btn-light:not(:disabled):not(.disabled).active, |
|
.btn-light:not(:disabled):not(.disabled):active, |
|
.show>.btn-light.dropdown-toggle { |
|
color: #19191a; |
|
border-color: #c4bcdd |
|
} |
|
|
|
.btn-light:not(:disabled):not(.disabled).active:focus, |
|
.btn-light:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-light.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(233, 230, 242, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(233, 230, 242, .5) |
|
} |
|
|
|
.btn-dark { |
|
color: #fff; |
|
background-color: #17324d; |
|
border-color: #17324d; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-dark:hover { |
|
color: #fff; |
|
background-color: #0e1f2f; |
|
border-color: #0b1825 |
|
} |
|
|
|
.btn-dark.focus, |
|
.btn-dark:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(23, 50, 77, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(23, 50, 77, .5) |
|
} |
|
|
|
.btn-dark.disabled, |
|
.btn-dark:disabled { |
|
color: #fff; |
|
background-color: #17324d; |
|
border-color: #17324d |
|
} |
|
|
|
.btn-dark:not(:disabled):not(.disabled).active, |
|
.btn-dark:not(:disabled):not(.disabled):active, |
|
.show>.btn-dark.dropdown-toggle { |
|
color: #fff; |
|
background-color: #0b1825; |
|
border-color: #08121b |
|
} |
|
|
|
.btn-dark:not(:disabled):not(.disabled).active:focus, |
|
.btn-dark:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-dark.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(23, 50, 77, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(23, 50, 77, .5) |
|
} |
|
|
|
.btn-100 { |
|
color: #19191a; |
|
background-color: #e3e4e6; |
|
border-color: #e3e4e6; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-100:hover { |
|
color: #19191a; |
|
background-color: #cfd0d3; |
|
border-color: #c9cacd |
|
} |
|
|
|
.btn-100.focus, |
|
.btn-100:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(227, 228, 230, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(227, 228, 230, .5) |
|
} |
|
|
|
.btn-100.disabled, |
|
.btn-100:disabled { |
|
color: #19191a; |
|
background-color: #e3e4e6; |
|
border-color: #e3e4e6 |
|
} |
|
|
|
.btn-100:not(:disabled):not(.disabled).active, |
|
.btn-100:not(:disabled):not(.disabled):active, |
|
.show>.btn-100.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #c9cacd; |
|
border-color: #c2c3c7 |
|
} |
|
|
|
.btn-100:not(:disabled):not(.disabled).active:focus, |
|
.btn-100:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-100.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(227, 228, 230, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(227, 228, 230, .5) |
|
} |
|
|
|
.btn-200 { |
|
color: #19191a; |
|
background-color: #cacacc; |
|
border-color: #cacacc; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-200:hover { |
|
color: #19191a; |
|
background-color: #b6b7b9; |
|
border-color: #b0b1b3 |
|
} |
|
|
|
.btn-200.focus, |
|
.btn-200:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(202, 202, 204, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(202, 202, 204, .5) |
|
} |
|
|
|
.btn-200.disabled, |
|
.btn-200:disabled { |
|
color: #19191a; |
|
background-color: #cacacc; |
|
border-color: #cacacc |
|
} |
|
|
|
.btn-200:not(:disabled):not(.disabled).active, |
|
.btn-200:not(:disabled):not(.disabled):active, |
|
.show>.btn-200.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #b0b1b3; |
|
border-color: #a9aaad |
|
} |
|
|
|
.btn-200:not(:disabled):not(.disabled).active:focus, |
|
.btn-200:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-200.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(202, 202, 204, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(202, 202, 204, .5) |
|
} |
|
|
|
.btn-300 { |
|
color: #19191a; |
|
background-color: #b1b1b3; |
|
border-color: #b1b1b3; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-300:hover { |
|
color: #19191a; |
|
background-color: #9d9ea0; |
|
border-color: #979899 |
|
} |
|
|
|
.btn-300.focus, |
|
.btn-300:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(177, 177, 179, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(177, 177, 179, .5) |
|
} |
|
|
|
.btn-300.disabled, |
|
.btn-300:disabled { |
|
color: #19191a; |
|
background-color: #b1b1b3; |
|
border-color: #b1b1b3 |
|
} |
|
|
|
.btn-300:not(:disabled):not(.disabled).active, |
|
.btn-300:not(:disabled):not(.disabled):active, |
|
.show>.btn-300.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #979899; |
|
border-color: #909193 |
|
} |
|
|
|
.btn-300:not(:disabled):not(.disabled).active:focus, |
|
.btn-300:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-300.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(177, 177, 179, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(177, 177, 179, .5) |
|
} |
|
|
|
.btn-400 { |
|
color: #19191a; |
|
background-color: #979899; |
|
border-color: #979899; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-400:hover { |
|
color: #19191a; |
|
background-color: #848586; |
|
border-color: #7e7e80 |
|
} |
|
|
|
.btn-400.focus, |
|
.btn-400:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-400.disabled, |
|
.btn-400:disabled { |
|
color: #19191a; |
|
background-color: #979899; |
|
border-color: #979899 |
|
} |
|
|
|
.btn-400:not(:disabled):not(.disabled).active, |
|
.btn-400:not(:disabled):not(.disabled):active, |
|
.show>.btn-400.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #7e7e80; |
|
border-color: #777879 |
|
} |
|
|
|
.btn-400:not(:disabled):not(.disabled).active:focus, |
|
.btn-400:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-400.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-500 { |
|
color: #19191a; |
|
background-color: #7e7f80; |
|
border-color: #7e7f80; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-500:hover { |
|
color: #fff; |
|
background-color: #6b6b6c; |
|
border-color: #656566 |
|
} |
|
|
|
.btn-500.focus, |
|
.btn-500:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(126, 127, 128, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(126, 127, 128, .5) |
|
} |
|
|
|
.btn-500.disabled, |
|
.btn-500:disabled { |
|
color: #19191a; |
|
background-color: #7e7f80; |
|
border-color: #7e7f80 |
|
} |
|
|
|
.btn-500:not(:disabled):not(.disabled).active, |
|
.btn-500:not(:disabled):not(.disabled):active, |
|
.show>.btn-500.dropdown-toggle { |
|
color: #fff; |
|
background-color: #656566; |
|
border-color: #5f5f5f |
|
} |
|
|
|
.btn-500:not(:disabled):not(.disabled).active:focus, |
|
.btn-500:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-500.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(126, 127, 128, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(126, 127, 128, .5) |
|
} |
|
|
|
.btn-600 { |
|
color: #fff; |
|
background-color: #656566; |
|
border-color: #656566; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-600:hover { |
|
color: #fff; |
|
background-color: #525253; |
|
border-color: #4c4c4c |
|
} |
|
|
|
.btn-600.focus, |
|
.btn-600:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(101, 101, 102, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(101, 101, 102, .5) |
|
} |
|
|
|
.btn-600.disabled, |
|
.btn-600:disabled { |
|
color: #fff; |
|
background-color: #656566; |
|
border-color: #656566 |
|
} |
|
|
|
.btn-600:not(:disabled):not(.disabled).active, |
|
.btn-600:not(:disabled):not(.disabled):active, |
|
.show>.btn-600.dropdown-toggle { |
|
color: #fff; |
|
background-color: #4c4c4c; |
|
border-color: #454546 |
|
} |
|
|
|
.btn-600:not(:disabled):not(.disabled).active:focus, |
|
.btn-600:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-600.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(101, 101, 102, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(101, 101, 102, .5) |
|
} |
|
|
|
.btn-700 { |
|
color: #fff; |
|
background-color: #4c4c4d; |
|
border-color: #4c4c4d; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-700:hover { |
|
color: #fff; |
|
background-color: #393939; |
|
border-color: #323233 |
|
} |
|
|
|
.btn-700.focus, |
|
.btn-700:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(76, 76, 77, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(76, 76, 77, .5) |
|
} |
|
|
|
.btn-700.disabled, |
|
.btn-700:disabled { |
|
color: #fff; |
|
background-color: #4c4c4d; |
|
border-color: #4c4c4d |
|
} |
|
|
|
.btn-700:not(:disabled):not(.disabled).active, |
|
.btn-700:not(:disabled):not(.disabled):active, |
|
.show>.btn-700.dropdown-toggle { |
|
color: #fff; |
|
background-color: #323233; |
|
border-color: #2c2c2c |
|
} |
|
|
|
.btn-700:not(:disabled):not(.disabled).active:focus, |
|
.btn-700:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-700.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(76, 76, 77, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(76, 76, 77, .5) |
|
} |
|
|
|
.btn-800 { |
|
color: #fff; |
|
background-color: #323333; |
|
border-color: #323333; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-800:hover { |
|
color: #fff; |
|
background-color: #1f2020; |
|
border-color: #191919 |
|
} |
|
|
|
.btn-800.focus, |
|
.btn-800:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(50, 51, 51, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(50, 51, 51, .5) |
|
} |
|
|
|
.btn-800.disabled, |
|
.btn-800:disabled { |
|
color: #fff; |
|
background-color: #323333; |
|
border-color: #323333 |
|
} |
|
|
|
.btn-800:not(:disabled):not(.disabled).active, |
|
.btn-800:not(:disabled):not(.disabled):active, |
|
.show>.btn-800.dropdown-toggle { |
|
color: #fff; |
|
background-color: #191919; |
|
border-color: #131313 |
|
} |
|
|
|
.btn-800:not(:disabled):not(.disabled).active:focus, |
|
.btn-800:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-800.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(50, 51, 51, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(50, 51, 51, .5) |
|
} |
|
|
|
.btn-900 { |
|
color: #fff; |
|
background-color: #19191a; |
|
border-color: #19191a; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075) |
|
} |
|
|
|
.btn-900:hover { |
|
color: #fff; |
|
background-color: #060606; |
|
border-color: #000 |
|
} |
|
|
|
.btn-900.focus, |
|
.btn-900:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(25, 25, 26, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(25, 25, 26, .5) |
|
} |
|
|
|
.btn-900.disabled, |
|
.btn-900:disabled { |
|
color: #fff; |
|
background-color: #19191a; |
|
border-color: #19191a |
|
} |
|
|
|
.btn-900:not(:disabled):not(.disabled).active, |
|
.btn-900:not(:disabled):not(.disabled):active, |
|
.show>.btn-900.dropdown-toggle { |
|
color: #fff; |
|
background-color: #000; |
|
border-color: #000 |
|
} |
|
|
|
.btn-900:not(:disabled):not(.disabled).active:focus, |
|
.btn-900:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-900.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(25, 25, 26, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(25, 25, 26, .5) |
|
} |
|
|
|
.btn-outline-primary { |
|
color: #0073e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #0073e6; |
|
box-shadow: inset 0 0 0 1px #0073e6 |
|
} |
|
|
|
.btn-outline-primary:hover { |
|
color: #0959aa; |
|
-webkit-box-shadow: inset 0 0 0 1px #0959aa; |
|
box-shadow: inset 0 0 0 1px #0959aa |
|
} |
|
|
|
.btn-outline-primary.focus, |
|
.btn-outline-primary:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #0073e6, 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 0 0 1px #0073e6, 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.btn-outline-primary.disabled, |
|
.btn-outline-primary:disabled { |
|
color: #0073e6; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active, |
|
.btn-outline-primary:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-primary.dropdown-toggle { |
|
color: #0073e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #0073e6; |
|
box-shadow: inset 0 0 0 1px #0073e6 |
|
} |
|
|
|
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-primary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.btn-outline-secondary { |
|
color: #5c6f82; |
|
-webkit-box-shadow: inset 0 0 0 1px #5c6f82; |
|
box-shadow: inset 0 0 0 1px #5c6f82 |
|
} |
|
|
|
.btn-outline-secondary:hover { |
|
color: #50565c; |
|
-webkit-box-shadow: inset 0 0 0 1px #50565c; |
|
box-shadow: inset 0 0 0 1px #50565c |
|
} |
|
|
|
.btn-outline-secondary.focus, |
|
.btn-outline-secondary:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #5c6f82, 0 0 0 .2rem rgba(92, 111, 130, .5); |
|
box-shadow: inset 0 0 0 1px #5c6f82, 0 0 0 .2rem rgba(92, 111, 130, .5) |
|
} |
|
|
|
.btn-outline-secondary.disabled, |
|
.btn-outline-secondary:disabled { |
|
color: #5c6f82; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active, |
|
.btn-outline-secondary:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-secondary.dropdown-toggle { |
|
color: #5c6f82; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #5c6f82; |
|
box-shadow: inset 0 0 0 1px #5c6f82 |
|
} |
|
|
|
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-secondary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(92, 111, 130, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(92, 111, 130, .5) |
|
} |
|
|
|
.btn-outline-success { |
|
color: #008758; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #008758; |
|
box-shadow: inset 0 0 0 1px #008758 |
|
} |
|
|
|
.btn-outline-success:hover { |
|
color: #045035; |
|
-webkit-box-shadow: inset 0 0 0 1px #045035; |
|
box-shadow: inset 0 0 0 1px #045035 |
|
} |
|
|
|
.btn-outline-success.focus, |
|
.btn-outline-success:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #008758, 0 0 0 .2rem rgba(0, 135, 88, .5); |
|
box-shadow: inset 0 0 0 1px #008758, 0 0 0 .2rem rgba(0, 135, 88, .5) |
|
} |
|
|
|
.btn-outline-success.disabled, |
|
.btn-outline-success:disabled { |
|
color: #008758; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-success:not(:disabled):not(.disabled).active, |
|
.btn-outline-success:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-success.dropdown-toggle { |
|
color: #008758; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #008758; |
|
box-shadow: inset 0 0 0 1px #008758 |
|
} |
|
|
|
.btn-outline-success:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-success:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-success.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 135, 88, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 135, 88, .5) |
|
} |
|
|
|
.btn-outline-info { |
|
color: #979899; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #979899; |
|
box-shadow: inset 0 0 0 1px #979899 |
|
} |
|
|
|
.btn-outline-info:hover { |
|
color: #7f7f7f; |
|
-webkit-box-shadow: inset 0 0 0 1px #7f7f7f; |
|
box-shadow: inset 0 0 0 1px #7f7f7f |
|
} |
|
|
|
.btn-outline-info.focus, |
|
.btn-outline-info:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #979899, 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 0 0 1px #979899, 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-outline-info.disabled, |
|
.btn-outline-info:disabled { |
|
color: #979899; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-info:not(:disabled):not(.disabled).active, |
|
.btn-outline-info:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-info.dropdown-toggle { |
|
color: #979899; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #979899; |
|
box-shadow: inset 0 0 0 1px #979899 |
|
} |
|
|
|
.btn-outline-info:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-info:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-info.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-outline-warning { |
|
color: #a66300; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #a66300; |
|
box-shadow: inset 0 0 0 1px #a66300 |
|
} |
|
|
|
.btn-outline-warning:hover { |
|
color: #6d4406; |
|
-webkit-box-shadow: inset 0 0 0 1px #6d4406; |
|
box-shadow: inset 0 0 0 1px #6d4406 |
|
} |
|
|
|
.btn-outline-warning.focus, |
|
.btn-outline-warning:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #a66300, 0 0 0 .2rem rgba(166, 99, 0, .5); |
|
box-shadow: inset 0 0 0 1px #a66300, 0 0 0 .2rem rgba(166, 99, 0, .5) |
|
} |
|
|
|
.btn-outline-warning.disabled, |
|
.btn-outline-warning:disabled { |
|
color: #a66300; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active, |
|
.btn-outline-warning:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-warning.dropdown-toggle { |
|
color: #a66300; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #a66300; |
|
box-shadow: inset 0 0 0 1px #a66300 |
|
} |
|
|
|
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-warning.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(166, 99, 0, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(166, 99, 0, .5) |
|
} |
|
|
|
.btn-outline-danger { |
|
color: #d9364f; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #d9364f; |
|
box-shadow: inset 0 0 0 1px #d9364f |
|
} |
|
|
|
.btn-outline-danger:hover { |
|
color: #ae2e41; |
|
-webkit-box-shadow: inset 0 0 0 1px #ae2e41; |
|
box-shadow: inset 0 0 0 1px #ae2e41 |
|
} |
|
|
|
.btn-outline-danger.focus, |
|
.btn-outline-danger:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #d9364f, 0 0 0 .2rem rgba(217, 54, 79, .5); |
|
box-shadow: inset 0 0 0 1px #d9364f, 0 0 0 .2rem rgba(217, 54, 79, .5) |
|
} |
|
|
|
.btn-outline-danger.disabled, |
|
.btn-outline-danger:disabled { |
|
color: #d9364f; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active, |
|
.btn-outline-danger:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-danger.dropdown-toggle { |
|
color: #d9364f; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #d9364f; |
|
box-shadow: inset 0 0 0 1px #d9364f |
|
} |
|
|
|
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-danger.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(217, 54, 79, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(217, 54, 79, .5) |
|
} |
|
|
|
.btn-outline-light { |
|
color: #e9e6f2; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e9e6f2; |
|
box-shadow: inset 0 0 0 1px #e9e6f2 |
|
} |
|
|
|
.btn-outline-light:hover { |
|
color: #cec9dd; |
|
-webkit-box-shadow: inset 0 0 0 1px #cec9dd; |
|
box-shadow: inset 0 0 0 1px #cec9dd |
|
} |
|
|
|
.btn-outline-light.focus, |
|
.btn-outline-light:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #e9e6f2, 0 0 0 .2rem rgba(233, 230, 242, .5); |
|
box-shadow: inset 0 0 0 1px #e9e6f2, 0 0 0 .2rem rgba(233, 230, 242, .5) |
|
} |
|
|
|
.btn-outline-light.disabled, |
|
.btn-outline-light:disabled { |
|
color: #e9e6f2; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-light:not(:disabled):not(.disabled).active, |
|
.btn-outline-light:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-light.dropdown-toggle { |
|
color: #e9e6f2; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e9e6f2; |
|
box-shadow: inset 0 0 0 1px #e9e6f2 |
|
} |
|
|
|
.btn-outline-light:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-light:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-light.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(233, 230, 242, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(233, 230, 242, .5) |
|
} |
|
|
|
.btn-outline-dark { |
|
color: #17324d; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #17324d; |
|
box-shadow: inset 0 0 0 1px #17324d |
|
} |
|
|
|
.btn-outline-dark:hover { |
|
color: #0e1823; |
|
-webkit-box-shadow: inset 0 0 0 1px #0e1823; |
|
box-shadow: inset 0 0 0 1px #0e1823 |
|
} |
|
|
|
.btn-outline-dark.focus, |
|
.btn-outline-dark:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #17324d, 0 0 0 .2rem rgba(23, 50, 77, .5); |
|
box-shadow: inset 0 0 0 1px #17324d, 0 0 0 .2rem rgba(23, 50, 77, .5) |
|
} |
|
|
|
.btn-outline-dark.disabled, |
|
.btn-outline-dark:disabled { |
|
color: #17324d; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active, |
|
.btn-outline-dark:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-dark.dropdown-toggle { |
|
color: #17324d; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #17324d; |
|
box-shadow: inset 0 0 0 1px #17324d |
|
} |
|
|
|
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-dark.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(23, 50, 77, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(23, 50, 77, .5) |
|
} |
|
|
|
.btn-outline-100 { |
|
color: #e3e4e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e3e4e6; |
|
box-shadow: inset 0 0 0 1px #e3e4e6 |
|
} |
|
|
|
.btn-outline-100:hover { |
|
color: #cbcbcb; |
|
-webkit-box-shadow: inset 0 0 0 1px #cbcbcb; |
|
box-shadow: inset 0 0 0 1px #cbcbcb |
|
} |
|
|
|
.btn-outline-100.focus, |
|
.btn-outline-100:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #e3e4e6, 0 0 0 .2rem rgba(227, 228, 230, .5); |
|
box-shadow: inset 0 0 0 1px #e3e4e6, 0 0 0 .2rem rgba(227, 228, 230, .5) |
|
} |
|
|
|
.btn-outline-100.disabled, |
|
.btn-outline-100:disabled { |
|
color: #e3e4e6; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-100:not(:disabled):not(.disabled).active, |
|
.btn-outline-100:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-100.dropdown-toggle { |
|
color: #e3e4e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e3e4e6; |
|
box-shadow: inset 0 0 0 1px #e3e4e6 |
|
} |
|
|
|
.btn-outline-100:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-100:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-100.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(227, 228, 230, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(227, 228, 230, .5) |
|
} |
|
|
|
.btn-outline-200 { |
|
color: #cacacc; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #cacacc; |
|
box-shadow: inset 0 0 0 1px #cacacc |
|
} |
|
|
|
.btn-outline-200:hover { |
|
color: #b1b1b1; |
|
-webkit-box-shadow: inset 0 0 0 1px #b1b1b1; |
|
box-shadow: inset 0 0 0 1px #b1b1b1 |
|
} |
|
|
|
.btn-outline-200.focus, |
|
.btn-outline-200:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #cacacc, 0 0 0 .2rem rgba(202, 202, 204, .5); |
|
box-shadow: inset 0 0 0 1px #cacacc, 0 0 0 .2rem rgba(202, 202, 204, .5) |
|
} |
|
|
|
.btn-outline-200.disabled, |
|
.btn-outline-200:disabled { |
|
color: #cacacc; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-200:not(:disabled):not(.disabled).active, |
|
.btn-outline-200:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-200.dropdown-toggle { |
|
color: #cacacc; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #cacacc; |
|
box-shadow: inset 0 0 0 1px #cacacc |
|
} |
|
|
|
.btn-outline-200:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-200:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-200.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(202, 202, 204, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(202, 202, 204, .5) |
|
} |
|
|
|
.btn-outline-300 { |
|
color: #b1b1b3; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #b1b1b3; |
|
box-shadow: inset 0 0 0 1px #b1b1b3 |
|
} |
|
|
|
.btn-outline-300:hover { |
|
color: #989898; |
|
-webkit-box-shadow: inset 0 0 0 1px #989898; |
|
box-shadow: inset 0 0 0 1px #989898 |
|
} |
|
|
|
.btn-outline-300.focus, |
|
.btn-outline-300:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #b1b1b3, 0 0 0 .2rem rgba(177, 177, 179, .5); |
|
box-shadow: inset 0 0 0 1px #b1b1b3, 0 0 0 .2rem rgba(177, 177, 179, .5) |
|
} |
|
|
|
.btn-outline-300.disabled, |
|
.btn-outline-300:disabled { |
|
color: #b1b1b3; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-300:not(:disabled):not(.disabled).active, |
|
.btn-outline-300:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-300.dropdown-toggle { |
|
color: #b1b1b3; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #b1b1b3; |
|
box-shadow: inset 0 0 0 1px #b1b1b3 |
|
} |
|
|
|
.btn-outline-300:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-300:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-300.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(177, 177, 179, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(177, 177, 179, .5) |
|
} |
|
|
|
.btn-outline-400 { |
|
color: #979899; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #979899; |
|
box-shadow: inset 0 0 0 1px #979899 |
|
} |
|
|
|
.btn-outline-400:hover { |
|
color: #7f7f7f; |
|
-webkit-box-shadow: inset 0 0 0 1px #7f7f7f; |
|
box-shadow: inset 0 0 0 1px #7f7f7f |
|
} |
|
|
|
.btn-outline-400.focus, |
|
.btn-outline-400:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #979899, 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 0 0 1px #979899, 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-outline-400.disabled, |
|
.btn-outline-400:disabled { |
|
color: #979899; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-400:not(:disabled):not(.disabled).active, |
|
.btn-outline-400:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-400.dropdown-toggle { |
|
color: #979899; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #979899; |
|
box-shadow: inset 0 0 0 1px #979899 |
|
} |
|
|
|
.btn-outline-400:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-400:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-400.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.btn-outline-500 { |
|
color: #7e7f80; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #7e7f80; |
|
box-shadow: inset 0 0 0 1px #7e7f80 |
|
} |
|
|
|
.btn-outline-500:hover { |
|
color: #656565; |
|
-webkit-box-shadow: inset 0 0 0 1px #656565; |
|
box-shadow: inset 0 0 0 1px #656565 |
|
} |
|
|
|
.btn-outline-500.focus, |
|
.btn-outline-500:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #7e7f80, 0 0 0 .2rem rgba(126, 127, 128, .5); |
|
box-shadow: inset 0 0 0 1px #7e7f80, 0 0 0 .2rem rgba(126, 127, 128, .5) |
|
} |
|
|
|
.btn-outline-500.disabled, |
|
.btn-outline-500:disabled { |
|
color: #7e7f80; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-500:not(:disabled):not(.disabled).active, |
|
.btn-outline-500:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-500.dropdown-toggle { |
|
color: #7e7f80; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #7e7f80; |
|
box-shadow: inset 0 0 0 1px #7e7f80 |
|
} |
|
|
|
.btn-outline-500:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-500:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-500.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(126, 127, 128, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(126, 127, 128, .5) |
|
} |
|
|
|
.btn-outline-600 { |
|
color: #656566; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #656566; |
|
box-shadow: inset 0 0 0 1px #656566 |
|
} |
|
|
|
.btn-outline-600:hover { |
|
color: #4c4c4c; |
|
-webkit-box-shadow: inset 0 0 0 1px #4c4c4c; |
|
box-shadow: inset 0 0 0 1px #4c4c4c |
|
} |
|
|
|
.btn-outline-600.focus, |
|
.btn-outline-600:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #656566, 0 0 0 .2rem rgba(101, 101, 102, .5); |
|
box-shadow: inset 0 0 0 1px #656566, 0 0 0 .2rem rgba(101, 101, 102, .5) |
|
} |
|
|
|
.btn-outline-600.disabled, |
|
.btn-outline-600:disabled { |
|
color: #656566; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-600:not(:disabled):not(.disabled).active, |
|
.btn-outline-600:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-600.dropdown-toggle { |
|
color: #656566; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #656566; |
|
box-shadow: inset 0 0 0 1px #656566 |
|
} |
|
|
|
.btn-outline-600:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-600:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-600.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(101, 101, 102, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(101, 101, 102, .5) |
|
} |
|
|
|
.btn-outline-700 { |
|
color: #4c4c4d; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #4c4c4d; |
|
box-shadow: inset 0 0 0 1px #4c4c4d |
|
} |
|
|
|
.btn-outline-700:hover { |
|
color: #333; |
|
-webkit-box-shadow: inset 0 0 0 1px #333; |
|
box-shadow: inset 0 0 0 1px #333 |
|
} |
|
|
|
.btn-outline-700.focus, |
|
.btn-outline-700:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #4c4c4d, 0 0 0 .2rem rgba(76, 76, 77, .5); |
|
box-shadow: inset 0 0 0 1px #4c4c4d, 0 0 0 .2rem rgba(76, 76, 77, .5) |
|
} |
|
|
|
.btn-outline-700.disabled, |
|
.btn-outline-700:disabled { |
|
color: #4c4c4d; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-700:not(:disabled):not(.disabled).active, |
|
.btn-outline-700:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-700.dropdown-toggle { |
|
color: #4c4c4d; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #4c4c4d; |
|
box-shadow: inset 0 0 0 1px #4c4c4d |
|
} |
|
|
|
.btn-outline-700:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-700:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-700.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(76, 76, 77, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(76, 76, 77, .5) |
|
} |
|
|
|
.btn-outline-800 { |
|
color: #323333; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #323333; |
|
box-shadow: inset 0 0 0 1px #323333 |
|
} |
|
|
|
.btn-outline-800:hover { |
|
color: #191919; |
|
-webkit-box-shadow: inset 0 0 0 1px #191919; |
|
box-shadow: inset 0 0 0 1px #191919 |
|
} |
|
|
|
.btn-outline-800.focus, |
|
.btn-outline-800:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #323333, 0 0 0 .2rem rgba(50, 51, 51, .5); |
|
box-shadow: inset 0 0 0 1px #323333, 0 0 0 .2rem rgba(50, 51, 51, .5) |
|
} |
|
|
|
.btn-outline-800.disabled, |
|
.btn-outline-800:disabled { |
|
color: #323333; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-800:not(:disabled):not(.disabled).active, |
|
.btn-outline-800:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-800.dropdown-toggle { |
|
color: #323333; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #323333; |
|
box-shadow: inset 0 0 0 1px #323333 |
|
} |
|
|
|
.btn-outline-800:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-800:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-800.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(50, 51, 51, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(50, 51, 51, .5) |
|
} |
|
|
|
.btn-outline-900 { |
|
color: #19191a; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #19191a; |
|
box-shadow: inset 0 0 0 1px #19191a |
|
} |
|
|
|
.btn-outline-900:hover { |
|
color: #000; |
|
-webkit-box-shadow: inset 0 0 0 1px #000; |
|
box-shadow: inset 0 0 0 1px #000 |
|
} |
|
|
|
.btn-outline-900.focus, |
|
.btn-outline-900:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #19191a, 0 0 0 .2rem rgba(25, 25, 26, .5); |
|
box-shadow: inset 0 0 0 1px #19191a, 0 0 0 .2rem rgba(25, 25, 26, .5) |
|
} |
|
|
|
.btn-outline-900.disabled, |
|
.btn-outline-900:disabled { |
|
color: #19191a; |
|
background-color: transparent |
|
} |
|
|
|
.btn-outline-900:not(:disabled):not(.disabled).active, |
|
.btn-outline-900:not(:disabled):not(.disabled):active, |
|
.show>.btn-outline-900.dropdown-toggle { |
|
color: #19191a; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #19191a; |
|
box-shadow: inset 0 0 0 1px #19191a |
|
} |
|
|
|
.btn-outline-900:not(:disabled):not(.disabled).active:focus, |
|
.btn-outline-900:not(:disabled):not(.disabled):active:focus, |
|
.show>.btn-outline-900.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(25, 25, 26, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(25, 25, 26, .5) |
|
} |
|
|
|
.btn-link { |
|
font-weight: 400; |
|
color: #0073e6; |
|
text-decoration: none |
|
} |
|
|
|
.btn-link:hover { |
|
color: #004d99; |
|
text-decoration: underline |
|
} |
|
|
|
.btn-link.focus, |
|
.btn-link:focus { |
|
text-decoration: underline; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.btn-link.disabled, |
|
.btn-link:disabled { |
|
color: #656566; |
|
pointer-events: none |
|
} |
|
|
|
.btn-block { |
|
display: block; |
|
width: 100% |
|
} |
|
|
|
.btn-block+.btn-block { |
|
margin-top: .5rem |
|
} |
|
|
|
input[type=button].btn-block, |
|
input[type=reset].btn-block, |
|
input[type=submit].btn-block { |
|
width: 100% |
|
} |
|
|
|
.fade { |
|
-webkit-transition: opacity .15s linear; |
|
transition: opacity .15s linear |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.fade { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.fade:not(.show) { |
|
opacity: 0 |
|
} |
|
|
|
.collapse:not(.show) { |
|
display: none |
|
} |
|
|
|
.collapsing { |
|
position: relative; |
|
height: 0; |
|
overflow: hidden; |
|
-webkit-transition: height .35s; |
|
transition: height .35s |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.collapsing { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.dropdown, |
|
.dropleft, |
|
.dropright, |
|
.dropup { |
|
position: relative |
|
} |
|
|
|
.dropdown-toggle { |
|
white-space: nowrap |
|
} |
|
|
|
.dropdown-toggle::after { |
|
display: inline-block; |
|
margin-left: .255em; |
|
vertical-align: .255em; |
|
content: ""; |
|
border-top: .3em solid; |
|
border-right: .3em solid transparent; |
|
border-bottom: 0; |
|
border-left: .3em solid transparent |
|
} |
|
|
|
.dropdown-toggle:empty::after { |
|
margin-left: 0 |
|
} |
|
|
|
.dropdown-menu { |
|
position: absolute; |
|
top: 100%; |
|
left: 0; |
|
z-index: 1000; |
|
display: none; |
|
float: left; |
|
min-width: 10rem; |
|
padding: .5rem 0; |
|
margin: .125rem 0 0; |
|
font-size: 1rem; |
|
color: #19191a; |
|
text-align: left; |
|
list-style: none; |
|
background-color: #fff; |
|
background-clip: padding-box; |
|
border: 0 solid transparent; |
|
-webkit-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05) |
|
} |
|
|
|
.dropdown-menu-left { |
|
right: auto; |
|
left: 0 |
|
} |
|
|
|
.dropdown-menu-right { |
|
right: 0; |
|
left: auto |
|
} |
|
|
|
@media (min-width:576px) { |
|
.dropdown-menu-sm-left { |
|
right: auto; |
|
left: 0 |
|
} |
|
.dropdown-menu-sm-right { |
|
right: 0; |
|
left: auto |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.dropdown-menu-md-left { |
|
right: auto; |
|
left: 0 |
|
} |
|
.dropdown-menu-md-right { |
|
right: 0; |
|
left: auto |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.dropdown-menu-lg-left { |
|
right: auto; |
|
left: 0 |
|
} |
|
.dropdown-menu-lg-right { |
|
right: 0; |
|
left: auto |
|
} |
|
} |
|
|
|
.dropup .dropdown-menu { |
|
top: auto; |
|
bottom: 100%; |
|
margin-top: 0; |
|
margin-bottom: .125rem |
|
} |
|
|
|
.dropup .dropdown-toggle::after { |
|
display: inline-block; |
|
margin-left: .255em; |
|
vertical-align: .255em; |
|
content: ""; |
|
border-top: 0; |
|
border-right: .3em solid transparent; |
|
border-bottom: .3em solid; |
|
border-left: .3em solid transparent |
|
} |
|
|
|
.dropup .dropdown-toggle:empty::after { |
|
margin-left: 0 |
|
} |
|
|
|
.dropright .dropdown-menu { |
|
top: 0; |
|
right: auto; |
|
left: 100%; |
|
margin-top: 0; |
|
margin-left: .125rem |
|
} |
|
|
|
.dropright .dropdown-toggle::after { |
|
display: inline-block; |
|
margin-left: .255em; |
|
content: ""; |
|
border-top: .3em solid transparent; |
|
border-right: 0; |
|
border-bottom: .3em solid transparent; |
|
border-left: .3em solid; |
|
vertical-align: 0 |
|
} |
|
|
|
.dropright .dropdown-toggle:empty::after { |
|
margin-left: 0 |
|
} |
|
|
|
.dropleft .dropdown-menu { |
|
top: 0; |
|
right: 100%; |
|
left: auto; |
|
margin-top: 0; |
|
margin-right: .125rem |
|
} |
|
|
|
.dropleft .dropdown-toggle::after { |
|
margin-left: .255em; |
|
vertical-align: .255em; |
|
content: ""; |
|
display: none |
|
} |
|
|
|
.dropleft .dropdown-toggle::before { |
|
display: inline-block; |
|
margin-right: .255em; |
|
content: ""; |
|
border-top: .3em solid transparent; |
|
border-right: .3em solid; |
|
border-bottom: .3em solid transparent; |
|
vertical-align: 0 |
|
} |
|
|
|
.dropleft .dropdown-toggle:empty::after { |
|
margin-left: 0 |
|
} |
|
|
|
.dropdown-menu[x-placement^=bottom], |
|
.dropdown-menu[x-placement^=left], |
|
.dropdown-menu[x-placement^=right], |
|
.dropdown-menu[x-placement^=top] { |
|
right: auto; |
|
bottom: auto |
|
} |
|
|
|
.dropdown-divider { |
|
height: 0; |
|
margin: 8px 0; |
|
overflow: hidden; |
|
border-top: 1px solid #cacacc |
|
} |
|
|
|
.dropdown-item { |
|
display: block; |
|
width: 100%; |
|
padding: 12px 24px; |
|
clear: both; |
|
font-weight: 400; |
|
color: #17324d; |
|
text-align: inherit; |
|
white-space: nowrap; |
|
background-color: transparent; |
|
border: 0 |
|
} |
|
|
|
.dropdown-item:focus, |
|
.dropdown-item:hover { |
|
color: #17324d; |
|
text-decoration: none; |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.dropdown-item.active, |
|
.dropdown-item:active { |
|
color: #fff; |
|
text-decoration: none; |
|
background-color: #0073e6 |
|
} |
|
|
|
.dropdown-item.disabled, |
|
.dropdown-item:disabled { |
|
color: #656566; |
|
pointer-events: none; |
|
background-color: transparent |
|
} |
|
|
|
.dropdown-menu.show { |
|
display: block |
|
} |
|
|
|
.dropdown-header { |
|
display: block; |
|
padding: .2rem 14px; |
|
margin-bottom: 0; |
|
font-size: .875rem; |
|
color: #17324d; |
|
white-space: nowrap |
|
} |
|
|
|
.dropdown-item-text { |
|
display: block; |
|
padding: 12px 24px; |
|
color: #17324d |
|
} |
|
|
|
.btn-group, |
|
.btn-group-vertical { |
|
position: relative; |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
vertical-align: middle |
|
} |
|
|
|
.btn-group-vertical>.btn, |
|
.btn-group>.btn { |
|
position: relative; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 1 auto; |
|
flex: 1 1 auto |
|
} |
|
|
|
.btn-group-vertical>.btn.active, |
|
.btn-group-vertical>.btn:active, |
|
.btn-group-vertical>.btn:focus, |
|
.btn-group-vertical>.btn:hover, |
|
.btn-group>.btn.active, |
|
.btn-group>.btn:active, |
|
.btn-group>.btn:focus, |
|
.btn-group>.btn:hover { |
|
z-index: 1 |
|
} |
|
|
|
.btn-toolbar { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
|
|
.btn-toolbar .input-group { |
|
width: auto |
|
} |
|
|
|
.btn-group>.btn-group:not(:first-child), |
|
.btn-group>.btn:not(:first-child) { |
|
margin-left: 0 |
|
} |
|
|
|
.btn-group>.btn-group:not(:last-child)>.btn, |
|
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0 |
|
} |
|
|
|
.btn-group>.btn-group:not(:first-child)>.btn, |
|
.btn-group>.btn:not(:first-child) { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.dropdown-toggle-split { |
|
padding-right: .5625rem; |
|
padding-left: .5625rem |
|
} |
|
|
|
.dropdown-toggle-split::after, |
|
.dropright .dropdown-toggle-split::after, |
|
.dropup .dropdown-toggle-split::after { |
|
margin-left: 0 |
|
} |
|
|
|
.dropleft .dropdown-toggle-split::before { |
|
margin-right: 0 |
|
} |
|
|
|
.btn-group-sm>.btn+.dropdown-toggle-split, |
|
.btn-sm+.dropdown-toggle-split { |
|
padding-right: .375rem; |
|
padding-left: .375rem |
|
} |
|
|
|
.btn-group-lg>.btn+.dropdown-toggle-split, |
|
.btn-lg+.dropdown-toggle-split { |
|
padding-right: .75rem; |
|
padding-left: .75rem |
|
} |
|
|
|
.btn-group.show .dropdown-toggle { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) |
|
} |
|
|
|
.btn-group.show .dropdown-toggle.btn-link { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.btn-group-vertical { |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
.btn-group-vertical>.btn, |
|
.btn-group-vertical>.btn-group { |
|
width: 100% |
|
} |
|
|
|
.btn-group-vertical>.btn-group:not(:first-child), |
|
.btn-group-vertical>.btn:not(:first-child) { |
|
margin-top: 0 |
|
} |
|
|
|
.btn-group-vertical>.btn-group:not(:last-child)>.btn, |
|
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) { |
|
border-bottom-right-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.btn-group-vertical>.btn-group:not(:first-child)>.btn, |
|
.btn-group-vertical>.btn:not(:first-child) { |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
.btn-group-toggle>.btn, |
|
.btn-group-toggle>.btn-group>.btn { |
|
margin-bottom: 0 |
|
} |
|
|
|
.btn-group-toggle>.btn input[type=checkbox], |
|
.btn-group-toggle>.btn input[type=radio], |
|
.btn-group-toggle>.btn-group>.btn input[type=checkbox], |
|
.btn-group-toggle>.btn-group>.btn input[type=radio] { |
|
position: absolute; |
|
clip: rect(0, 0, 0, 0); |
|
pointer-events: none |
|
} |
|
|
|
.input-group { |
|
position: relative; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-align: stretch; |
|
-ms-flex-align: stretch; |
|
align-items: stretch; |
|
width: 100% |
|
} |
|
|
|
.input-group>.custom-file, |
|
.input-group>.custom-select, |
|
.input-group>.form-control, |
|
.input-group>.form-control-plaintext { |
|
position: relative; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 1 auto; |
|
flex: 1 1 auto; |
|
width: 1%; |
|
margin-bottom: 0 |
|
} |
|
|
|
.input-group>.custom-file+.custom-file, |
|
.input-group>.custom-file+.custom-select, |
|
.input-group>.custom-file+.form-control, |
|
.input-group>.custom-select+.custom-file, |
|
.input-group>.custom-select+.custom-select, |
|
.input-group>.custom-select+.form-control, |
|
.input-group>.form-control+.custom-file, |
|
.input-group>.form-control+.custom-select, |
|
.input-group>.form-control+.form-control, |
|
.input-group>.form-control-plaintext+.custom-file, |
|
.input-group>.form-control-plaintext+.custom-select, |
|
.input-group>.form-control-plaintext+.form-control { |
|
margin-left: 0 |
|
} |
|
|
|
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, |
|
.input-group>.custom-select:focus, |
|
.input-group>.form-control:focus { |
|
z-index: 3 |
|
} |
|
|
|
.input-group>.custom-file .custom-file-input:focus { |
|
z-index: 4 |
|
} |
|
|
|
.input-group>.custom-select:not(:last-child), |
|
.input-group>.form-control:not(:last-child) { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0 |
|
} |
|
|
|
.input-group>.custom-select:not(:first-child), |
|
.input-group>.form-control:not(:first-child) { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.input-group>.custom-file { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.input-group>.custom-file:not(:last-child) .custom-file-label, |
|
.input-group>.custom-file:not(:last-child) .custom-file-label::after { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0 |
|
} |
|
|
|
.input-group>.custom-file:not(:first-child) .custom-file-label { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.input-group-append, |
|
.input-group-prepend { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.input-group-append .btn, |
|
.input-group-prepend .btn { |
|
position: relative; |
|
z-index: 2 |
|
} |
|
|
|
.input-group-append .btn:focus, |
|
.input-group-prepend .btn:focus { |
|
z-index: 3 |
|
} |
|
|
|
.input-group-append .btn+.btn, |
|
.input-group-append .btn+.input-group-text, |
|
.input-group-append .input-group-text+.btn, |
|
.input-group-append .input-group-text+.input-group-text, |
|
.input-group-prepend .btn+.btn, |
|
.input-group-prepend .btn+.input-group-text, |
|
.input-group-prepend .input-group-text+.btn, |
|
.input-group-prepend .input-group-text+.input-group-text { |
|
margin-left: 0 |
|
} |
|
|
|
.input-group-prepend { |
|
margin-right: 0 |
|
} |
|
|
|
.input-group-append { |
|
margin-left: 0 |
|
} |
|
|
|
.input-group-text { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: .375rem .75rem; |
|
margin-bottom: 0; |
|
font-size: 1rem; |
|
font-weight: 400; |
|
line-height: 1.5; |
|
color: #4c4c4d; |
|
text-align: center; |
|
white-space: nowrap; |
|
background-color: #fff; |
|
border: 0 solid #979899; |
|
border-radius: 0 |
|
} |
|
|
|
.input-group-text input[type=checkbox], |
|
.input-group-text input[type=radio] { |
|
margin-top: 0 |
|
} |
|
|
|
.input-group-lg>.custom-select, |
|
.input-group-lg>.form-control:not(textarea) { |
|
height: calc(1.556em + 1rem + 0) |
|
} |
|
|
|
.input-group-lg>.custom-select, |
|
.input-group-lg>.form-control, |
|
.input-group-lg>.input-group-append>.btn, |
|
.input-group-lg>.input-group-append>.input-group-text, |
|
.input-group-lg>.input-group-prepend>.btn, |
|
.input-group-lg>.input-group-prepend>.input-group-text { |
|
padding: .5rem 1rem; |
|
font-size: 1.25rem; |
|
line-height: 1.556; |
|
border-radius: 8px |
|
} |
|
|
|
.input-group-sm>.custom-select, |
|
.input-group-sm>.form-control:not(textarea) { |
|
height: calc(1.428em + .5rem + 0) |
|
} |
|
|
|
.input-group-sm>.custom-select, |
|
.input-group-sm>.form-control, |
|
.input-group-sm>.input-group-append>.btn, |
|
.input-group-sm>.input-group-append>.input-group-text, |
|
.input-group-sm>.input-group-prepend>.btn, |
|
.input-group-sm>.input-group-prepend>.input-group-text { |
|
padding: .25rem .5rem; |
|
font-size: .875rem; |
|
line-height: 1.428; |
|
border-radius: 2px |
|
} |
|
|
|
.input-group-lg>.custom-select, |
|
.input-group-sm>.custom-select { |
|
padding-right: 1.75rem |
|
} |
|
|
|
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), |
|
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child), |
|
.input-group>.input-group-append:not(:last-child)>.btn, |
|
.input-group>.input-group-append:not(:last-child)>.input-group-text, |
|
.input-group>.input-group-prepend>.btn, |
|
.input-group>.input-group-prepend>.input-group-text { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0 |
|
} |
|
|
|
.input-group>.input-group-append>.btn, |
|
.input-group>.input-group-append>.input-group-text, |
|
.input-group>.input-group-prepend:first-child>.btn:not(:first-child), |
|
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), |
|
.input-group>.input-group-prepend:not(:first-child)>.btn, |
|
.input-group>.input-group-prepend:not(:first-child)>.input-group-text { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.nav { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
padding-left: 0; |
|
margin-bottom: 0; |
|
list-style: none |
|
} |
|
|
|
.nav-link { |
|
display: block; |
|
padding: .5rem 1rem |
|
} |
|
|
|
.nav-link:focus, |
|
.nav-link:hover { |
|
text-decoration: none |
|
} |
|
|
|
.nav-link.disabled { |
|
color: #656566; |
|
pointer-events: none; |
|
cursor: default |
|
} |
|
|
|
.nav-tabs { |
|
border-bottom: 1px solid #b1b1b3 |
|
} |
|
|
|
.nav-tabs .nav-link { |
|
border: 1px solid transparent |
|
} |
|
|
|
.nav-tabs .nav-link:focus, |
|
.nav-tabs .nav-link:hover { |
|
border-color: #cacacc #cacacc #b1b1b3 |
|
} |
|
|
|
.nav-tabs .nav-link.disabled { |
|
background-color: transparent; |
|
border-color: transparent |
|
} |
|
|
|
.nav-tabs .nav-item.show .nav-link, |
|
.nav-tabs .nav-link.active { |
|
background-color: #fff; |
|
border-color: #b1b1b3 #b1b1b3 #fff |
|
} |
|
|
|
.nav-tabs .dropdown-menu { |
|
margin-top: -1px; |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
.nav-pills .nav-link { |
|
border-radius: 4px |
|
} |
|
|
|
.nav-pills .nav-link.active, |
|
.nav-pills .show>.nav-link { |
|
color: #fff; |
|
background-color: #0073e6 |
|
} |
|
|
|
.nav-fill .nav-item { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 1 auto; |
|
flex: 1 1 auto; |
|
text-align: center |
|
} |
|
|
|
.nav-justified .nav-item { |
|
-ms-flex-preferred-size: 0; |
|
flex-basis: 0; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
text-align: center |
|
} |
|
|
|
.tab-content>.tab-pane { |
|
display: none |
|
} |
|
|
|
.tab-content>.active { |
|
display: block |
|
} |
|
|
|
.navbar { |
|
position: relative; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
padding: 8px 16px |
|
} |
|
|
|
.navbar>.container, |
|
.navbar>.container-fluid { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
|
|
.navbar-brand { |
|
display: inline-block; |
|
padding-top: .5rem; |
|
padding-bottom: .5rem; |
|
margin-right: 16px; |
|
font-size: 1rem; |
|
line-height: inherit; |
|
white-space: nowrap |
|
} |
|
|
|
.navbar-brand:focus, |
|
.navbar-brand:hover { |
|
text-decoration: none |
|
} |
|
|
|
.navbar-nav { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
padding-left: 0; |
|
margin-bottom: 0; |
|
list-style: none |
|
} |
|
|
|
.navbar-nav .nav-link { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
|
|
.navbar-nav .dropdown-menu { |
|
position: static; |
|
float: none |
|
} |
|
|
|
.navbar-text { |
|
display: inline-block; |
|
padding-top: .5rem; |
|
padding-bottom: .5rem |
|
} |
|
|
|
.navbar-collapse { |
|
-ms-flex-preferred-size: 100%; |
|
flex-basis: 100%; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.navbar-toggler { |
|
padding: .25rem .75rem; |
|
font-size: 1.25rem; |
|
line-height: 1; |
|
background-color: transparent; |
|
border: 1px solid transparent; |
|
border-radius: 0 |
|
} |
|
|
|
.navbar-toggler:focus, |
|
.navbar-toggler:hover { |
|
text-decoration: none |
|
} |
|
|
|
.navbar-toggler-icon { |
|
display: inline-block; |
|
width: 1.5em; |
|
height: 1.5em; |
|
vertical-align: middle; |
|
content: ""; |
|
background: center center/100% 100% no-repeat |
|
} |
|
|
|
@media (max-width:575.98px) { |
|
.navbar-expand-sm>.container, |
|
.navbar-expand-sm>.container-fluid { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
} |
|
|
|
@media (min-width:576px) { |
|
.navbar-expand-sm { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row nowrap; |
|
flex-flow: row nowrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
.navbar-expand-sm .navbar-nav { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.navbar-expand-sm .navbar-nav .dropdown-menu { |
|
position: absolute |
|
} |
|
.navbar-expand-sm .navbar-nav .nav-link { |
|
padding-right: .5rem; |
|
padding-left: .5rem |
|
} |
|
.navbar-expand-sm>.container, |
|
.navbar-expand-sm>.container-fluid { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.navbar-expand-sm .navbar-collapse { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important; |
|
-ms-flex-preferred-size: auto; |
|
flex-basis: auto |
|
} |
|
.navbar-expand-sm .navbar-toggler { |
|
display: none |
|
} |
|
} |
|
|
|
@media (max-width:767.98px) { |
|
.navbar-expand-md>.container, |
|
.navbar-expand-md>.container-fluid { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.navbar-expand-md { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row nowrap; |
|
flex-flow: row nowrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
.navbar-expand-md .navbar-nav { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.navbar-expand-md .navbar-nav .dropdown-menu { |
|
position: absolute |
|
} |
|
.navbar-expand-md .navbar-nav .nav-link { |
|
padding-right: .5rem; |
|
padding-left: .5rem |
|
} |
|
.navbar-expand-md>.container, |
|
.navbar-expand-md>.container-fluid { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.navbar-expand-md .navbar-collapse { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important; |
|
-ms-flex-preferred-size: auto; |
|
flex-basis: auto |
|
} |
|
.navbar-expand-md .navbar-toggler { |
|
display: none |
|
} |
|
} |
|
|
|
@media (max-width:991.98px) { |
|
.navbar-expand-lg>.container, |
|
.navbar-expand-lg>.container-fluid { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.navbar-expand-lg { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row nowrap; |
|
flex-flow: row nowrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
.navbar-expand-lg .navbar-nav { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.navbar-expand-lg .navbar-nav .dropdown-menu { |
|
position: absolute |
|
} |
|
.navbar-expand-lg .navbar-nav .nav-link { |
|
padding-right: .5rem; |
|
padding-left: .5rem |
|
} |
|
.navbar-expand-lg>.container, |
|
.navbar-expand-lg>.container-fluid { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.navbar-expand-lg .navbar-collapse { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important; |
|
-ms-flex-preferred-size: auto; |
|
flex-basis: auto |
|
} |
|
.navbar-expand-lg .navbar-toggler { |
|
display: none |
|
} |
|
} |
|
|
|
@media (max-width:1199.98px) { |
|
.navbar-expand-xl>.container, |
|
.navbar-expand-xl>.container-fluid { |
|
padding-right: 0; |
|
padding-left: 0 |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.dropdown-menu-xl-left { |
|
right: auto; |
|
left: 0 |
|
} |
|
.dropdown-menu-xl-right { |
|
right: 0; |
|
left: auto |
|
} |
|
.navbar-expand-xl { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row nowrap; |
|
flex-flow: row nowrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
.navbar-expand-xl .navbar-nav { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.navbar-expand-xl .navbar-nav .dropdown-menu { |
|
position: absolute |
|
} |
|
.navbar-expand-xl .navbar-nav .nav-link { |
|
padding-right: .5rem; |
|
padding-left: .5rem |
|
} |
|
.navbar-expand-xl>.container, |
|
.navbar-expand-xl>.container-fluid { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.navbar-expand-xl .navbar-collapse { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important; |
|
-ms-flex-preferred-size: auto; |
|
flex-basis: auto |
|
} |
|
.navbar-expand-xl .navbar-toggler { |
|
display: none |
|
} |
|
} |
|
|
|
.navbar-expand { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row nowrap; |
|
flex-flow: row nowrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
|
|
.navbar-expand .navbar-nav { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
|
|
.navbar-expand .navbar-nav .dropdown-menu { |
|
position: absolute |
|
} |
|
|
|
.navbar-expand .navbar-nav .nav-link { |
|
padding-right: .5rem; |
|
padding-left: .5rem |
|
} |
|
|
|
.navbar-expand>.container, |
|
.navbar-expand>.container-fluid { |
|
padding-right: 0; |
|
padding-left: 0; |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
|
|
.navbar-expand .navbar-collapse { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important; |
|
-ms-flex-preferred-size: auto; |
|
flex-basis: auto |
|
} |
|
|
|
.navbar-expand .navbar-toggler { |
|
display: none |
|
} |
|
|
|
.navbar-light .navbar-brand, |
|
.navbar-light .navbar-brand:focus, |
|
.navbar-light .navbar-brand:hover { |
|
color: rgba(0, 0, 0, .9) |
|
} |
|
|
|
.navbar-light .navbar-nav .nav-link { |
|
color: rgba(0, 0, 0, .5) |
|
} |
|
|
|
.navbar-light .navbar-nav .nav-link:focus, |
|
.navbar-light .navbar-nav .nav-link:hover { |
|
color: rgba(0, 0, 0, .7) |
|
} |
|
|
|
.navbar-light .navbar-nav .nav-link.disabled { |
|
color: rgba(0, 0, 0, .3) |
|
} |
|
|
|
.navbar-light .navbar-nav .active>.nav-link, |
|
.navbar-light .navbar-nav .nav-link.active, |
|
.navbar-light .navbar-nav .nav-link.show, |
|
.navbar-light .navbar-nav .show>.nav-link { |
|
color: rgba(0, 0, 0, .9) |
|
} |
|
|
|
.navbar-light .navbar-toggler { |
|
color: rgba(0, 0, 0, .5); |
|
border-color: rgba(0, 0, 0, .1) |
|
} |
|
|
|
.navbar-light .navbar-toggler-icon { |
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") |
|
} |
|
|
|
.navbar-light .navbar-text { |
|
color: rgba(0, 0, 0, .5) |
|
} |
|
|
|
.navbar-light .navbar-text a, |
|
.navbar-light .navbar-text a:focus, |
|
.navbar-light .navbar-text a:hover { |
|
color: rgba(0, 0, 0, .9) |
|
} |
|
|
|
.navbar-dark .navbar-brand, |
|
.navbar-dark .navbar-brand:focus, |
|
.navbar-dark .navbar-brand:hover { |
|
color: #fff |
|
} |
|
|
|
.navbar-dark .navbar-nav .nav-link { |
|
color: rgba(255, 255, 255, .5) |
|
} |
|
|
|
.navbar-dark .navbar-nav .nav-link:focus, |
|
.navbar-dark .navbar-nav .nav-link:hover { |
|
color: rgba(255, 255, 255, .75) |
|
} |
|
|
|
.navbar-dark .navbar-nav .nav-link.disabled { |
|
color: rgba(255, 255, 255, .25) |
|
} |
|
|
|
.navbar-dark .navbar-nav .active>.nav-link, |
|
.navbar-dark .navbar-nav .nav-link.active, |
|
.navbar-dark .navbar-nav .nav-link.show, |
|
.navbar-dark .navbar-nav .show>.nav-link { |
|
color: #fff |
|
} |
|
|
|
.navbar-dark .navbar-toggler { |
|
color: rgba(255, 255, 255, .5); |
|
border-color: transparent |
|
} |
|
|
|
.navbar-dark .navbar-toggler-icon { |
|
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTkuMnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMiAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSIxMDI0dXAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSItLWhvbWUtLS1wYXJhbGxheC0tLW1vYmlsZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTIwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iLW5ldHdvcmstc2xpbS1oZWFkZXIiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI0LDI0IEwzNiwyNCBMMzYsMjYgTDI0LDI2IEwyNCwyNCBaIE0yNCwyMCBMMzIsMjAgTDMyLDIyIEwyNCwyMiBMMjQsMjAgWiBNMjQsMjggTDMyLDI4IEwzMiwzMCBMMjQsMzAgTDI0LDI4IFoiIGlkPSJpY29uLXNtYWxsLWJ1cmdlciI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) |
|
} |
|
|
|
.navbar-dark .navbar-text { |
|
color: rgba(255, 255, 255, .5) |
|
} |
|
|
|
.navbar-dark .navbar-text a, |
|
.navbar-dark .navbar-text a:focus, |
|
.navbar-dark .navbar-text a:hover { |
|
color: #fff |
|
} |
|
|
|
.card { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
min-width: 0; |
|
word-wrap: break-word; |
|
background-color: #fff; |
|
background-clip: border-box; |
|
border: 1px solid #d9dadb; |
|
border-radius: 0 |
|
} |
|
|
|
.card>hr { |
|
margin-right: 0; |
|
margin-left: 0 |
|
} |
|
|
|
.card>.list-group:first-child .list-group-item:first-child { |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
.card>.list-group:last-child .list-group-item:last-child { |
|
border-bottom-right-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.card-body { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 1 auto; |
|
flex: 1 1 auto; |
|
padding: 2rem |
|
} |
|
|
|
.card-title { |
|
margin-bottom: 1rem |
|
} |
|
|
|
.card-subtitle { |
|
margin-top: -.5rem; |
|
margin-bottom: 0 |
|
} |
|
|
|
.card-text:last-child { |
|
margin-bottom: 0 |
|
} |
|
|
|
.card-link:hover { |
|
text-decoration: none |
|
} |
|
|
|
.card-link+.card-link { |
|
margin-left: 2rem |
|
} |
|
|
|
.card-header { |
|
padding: 1rem 2rem; |
|
margin-bottom: 0; |
|
background-color: transparent; |
|
border-bottom: 1px solid #d9dadb |
|
} |
|
|
|
.card-header:first-child { |
|
border-radius: calc(0 - 1px) calc(0 - 1px) 0 0 |
|
} |
|
|
|
.card-header+.list-group .list-group-item:first-child { |
|
border-top: 0 |
|
} |
|
|
|
.card-footer { |
|
padding: 1rem 2rem; |
|
background-color: transparent; |
|
border-top: 1px solid #d9dadb |
|
} |
|
|
|
.card-footer:last-child { |
|
border-radius: 0 0 calc(0 - 1px) calc(0 - 1px) |
|
} |
|
|
|
.card-header-tabs { |
|
margin-right: -1rem; |
|
margin-bottom: -1rem; |
|
margin-left: -1rem; |
|
border-bottom: 0 |
|
} |
|
|
|
.card-header-pills { |
|
margin-right: -1rem; |
|
margin-left: -1rem |
|
} |
|
|
|
.card-img-overlay { |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
padding: 1.25rem |
|
} |
|
|
|
.card-img { |
|
width: 100%; |
|
border-radius: calc(0 - 1px) |
|
} |
|
|
|
.card-img-top { |
|
width: 100%; |
|
border-top-left-radius: calc(0 - 1px); |
|
border-top-right-radius: calc(0 - 1px) |
|
} |
|
|
|
.card-img-bottom { |
|
width: 100%; |
|
border-bottom-right-radius: calc(0 - 1px); |
|
border-bottom-left-radius: calc(0 - 1px) |
|
} |
|
|
|
.card-deck { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column |
|
} |
|
|
|
.card-deck .card { |
|
margin-bottom: 6px |
|
} |
|
|
|
@media (min-width:576px) { |
|
.card-deck { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row wrap; |
|
flex-flow: row wrap; |
|
margin-right: -6px; |
|
margin-left: -6px |
|
} |
|
.card-deck .card { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 0 0%; |
|
flex: 1 0 0%; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
margin-right: 6px; |
|
margin-bottom: 0; |
|
margin-left: 6px |
|
} |
|
} |
|
|
|
.card-group { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column |
|
} |
|
|
|
.card-group>.card { |
|
margin-bottom: 6px |
|
} |
|
|
|
@media (min-width:576px) { |
|
.card-group { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-flow: row wrap; |
|
flex-flow: row wrap |
|
} |
|
.card-group>.card { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 0 0%; |
|
flex: 1 0 0%; |
|
margin-bottom: 0 |
|
} |
|
.card-group>.card+.card { |
|
margin-left: 0; |
|
border-left: 0 |
|
} |
|
.card-group>.card:not(:last-child) { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0 |
|
} |
|
.card-group>.card:not(:last-child) .card-header, |
|
.card-group>.card:not(:last-child) .card-img-top { |
|
border-top-right-radius: 0 |
|
} |
|
.card-group>.card:not(:last-child) .card-footer, |
|
.card-group>.card:not(:last-child) .card-img-bottom { |
|
border-bottom-right-radius: 0 |
|
} |
|
.card-group>.card:not(:first-child) { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
.card-group>.card:not(:first-child) .card-header, |
|
.card-group>.card:not(:first-child) .card-img-top { |
|
border-top-left-radius: 0 |
|
} |
|
.card-group>.card:not(:first-child) .card-footer, |
|
.card-group>.card:not(:first-child) .card-img-bottom { |
|
border-bottom-left-radius: 0 |
|
} |
|
.card-columns { |
|
-webkit-column-count: 3; |
|
column-count: 3; |
|
-webkit-column-gap: 1.25rem; |
|
column-gap: 1.25rem; |
|
orphans: 1; |
|
widows: 1 |
|
} |
|
.card-columns .card { |
|
display: inline-block; |
|
width: 100% |
|
} |
|
} |
|
|
|
.card-columns .card { |
|
margin-bottom: 1rem |
|
} |
|
|
|
.accordion>.card { |
|
overflow: hidden |
|
} |
|
|
|
.accordion>.card:not(:first-of-type) .card-header:first-child { |
|
border-radius: 0 |
|
} |
|
|
|
.accordion>.card:not(:first-of-type):not(:last-of-type) { |
|
border-bottom: 0; |
|
border-radius: 0 |
|
} |
|
|
|
.accordion>.card:first-of-type { |
|
border-bottom: 0; |
|
border-bottom-right-radius: 0; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
.accordion>.card:last-of-type { |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
.accordion>.card .card-header { |
|
margin-bottom: -1px |
|
} |
|
|
|
.breadcrumb { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
padding: .75rem 1rem; |
|
margin-bottom: 1rem; |
|
list-style: none; |
|
background-color: transparent; |
|
border-radius: 0 |
|
} |
|
|
|
.breadcrumb-item+.breadcrumb-item { |
|
padding-left: .5rem |
|
} |
|
|
|
.breadcrumb-item+.breadcrumb-item::before { |
|
display: inline-block; |
|
padding-right: .5rem; |
|
color: #656566; |
|
content: "/" |
|
} |
|
|
|
.breadcrumb-item+.breadcrumb-item:hover::before { |
|
text-decoration: none |
|
} |
|
|
|
.breadcrumb-item.active { |
|
color: #656566 |
|
} |
|
|
|
.pagination { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
padding-left: 0; |
|
list-style: none; |
|
border-radius: 4px |
|
} |
|
|
|
.page-link { |
|
position: relative; |
|
display: block; |
|
padding: .5rem .75rem; |
|
margin-left: -1px; |
|
line-height: 1.25; |
|
color: #0073e6; |
|
background-color: #fff; |
|
border: 1px solid #b1b1b3 |
|
} |
|
|
|
.page-link:hover { |
|
z-index: 2; |
|
color: #004d99; |
|
text-decoration: none; |
|
background-color: #cacacc; |
|
border-color: #b1b1b3 |
|
} |
|
|
|
.page-link:focus { |
|
z-index: 2; |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25) |
|
} |
|
|
|
.page-item:first-child .page-link { |
|
margin-left: 0; |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px |
|
} |
|
|
|
.page-item:last-child .page-link { |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px |
|
} |
|
|
|
.page-item.active .page-link { |
|
z-index: 1; |
|
color: #fff; |
|
background-color: #0073e6; |
|
border-color: #0073e6 |
|
} |
|
|
|
.page-item.disabled .page-link { |
|
color: #656566; |
|
pointer-events: none; |
|
cursor: auto; |
|
background-color: #fff; |
|
border-color: #b1b1b3 |
|
} |
|
|
|
.pagination-lg .page-link { |
|
padding: .75rem 1.5rem; |
|
font-size: 1.25rem; |
|
line-height: 1.5 |
|
} |
|
|
|
.pagination-lg .page-item:first-child .page-link { |
|
border-top-left-radius: 8px; |
|
border-bottom-left-radius: 8px |
|
} |
|
|
|
.pagination-lg .page-item:last-child .page-link { |
|
border-top-right-radius: 8px; |
|
border-bottom-right-radius: 8px |
|
} |
|
|
|
.pagination-sm .page-link { |
|
padding: .25rem .5rem; |
|
font-size: .875rem; |
|
line-height: 1.5 |
|
} |
|
|
|
.pagination-sm .page-item:first-child .page-link { |
|
border-top-left-radius: 2px; |
|
border-bottom-left-radius: 2px |
|
} |
|
|
|
.pagination-sm .page-item:last-child .page-link { |
|
border-top-right-radius: 2px; |
|
border-bottom-right-radius: 2px |
|
} |
|
|
|
.badge { |
|
display: inline-block; |
|
padding: .25em .4em; |
|
font-size: 75%; |
|
font-weight: 700; |
|
line-height: 1; |
|
text-align: center; |
|
white-space: nowrap; |
|
vertical-align: baseline; |
|
border-radius: 4px; |
|
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; |
|
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.badge { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
a.badge:focus, |
|
a.badge:hover { |
|
text-decoration: none |
|
} |
|
|
|
.badge:empty { |
|
display: none |
|
} |
|
|
|
.btn .badge { |
|
position: relative; |
|
top: -1px |
|
} |
|
|
|
.badge-pill { |
|
padding-right: .6em; |
|
padding-left: .6em; |
|
border-radius: 10rem |
|
} |
|
|
|
.badge-primary { |
|
color: #fff; |
|
background-color: #0073e6 |
|
} |
|
|
|
a.badge-primary:focus, |
|
a.badge-primary:hover { |
|
color: #fff; |
|
background-color: #0059b3 |
|
} |
|
|
|
a.badge-primary.focus, |
|
a.badge-primary:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.badge-secondary { |
|
color: #fff; |
|
background-color: #5c6f82 |
|
} |
|
|
|
a.badge-secondary:focus, |
|
a.badge-secondary:hover { |
|
color: #fff; |
|
background-color: #475664 |
|
} |
|
|
|
a.badge-secondary.focus, |
|
a.badge-secondary:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(92, 111, 130, .5); |
|
box-shadow: 0 0 0 .2rem rgba(92, 111, 130, .5) |
|
} |
|
|
|
.badge-success { |
|
color: #fff; |
|
background-color: #008758 |
|
} |
|
|
|
a.badge-success:focus, |
|
a.badge-success:hover { |
|
color: #fff; |
|
background-color: #005437 |
|
} |
|
|
|
a.badge-success.focus, |
|
a.badge-success:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .5); |
|
box-shadow: 0 0 0 .2rem rgba(0, 135, 88, .5) |
|
} |
|
|
|
.badge-info { |
|
color: #19191a; |
|
background-color: #979899 |
|
} |
|
|
|
a.badge-info:focus, |
|
a.badge-info:hover { |
|
color: #19191a; |
|
background-color: #7e7e80 |
|
} |
|
|
|
a.badge-info.focus, |
|
a.badge-info:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.badge-warning { |
|
color: #fff; |
|
background-color: #a66300 |
|
} |
|
|
|
a.badge-warning:focus, |
|
a.badge-warning:hover { |
|
color: #fff; |
|
background-color: #734500 |
|
} |
|
|
|
a.badge-warning.focus, |
|
a.badge-warning:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(166, 99, 0, .5); |
|
box-shadow: 0 0 0 .2rem rgba(166, 99, 0, .5) |
|
} |
|
|
|
.badge-danger { |
|
color: #fff; |
|
background-color: #d9364f |
|
} |
|
|
|
a.badge-danger:focus, |
|
a.badge-danger:hover { |
|
color: #fff; |
|
background-color: #b9233a |
|
} |
|
|
|
a.badge-danger.focus, |
|
a.badge-danger:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .5); |
|
box-shadow: 0 0 0 .2rem rgba(217, 54, 79, .5) |
|
} |
|
|
|
.badge-light { |
|
color: #19191a; |
|
background-color: #e9e6f2 |
|
} |
|
|
|
a.badge-light:focus, |
|
a.badge-light:hover { |
|
color: #19191a; |
|
background-color: #ccc4e1 |
|
} |
|
|
|
a.badge-light.focus, |
|
a.badge-light:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(233, 230, 242, .5); |
|
box-shadow: 0 0 0 .2rem rgba(233, 230, 242, .5) |
|
} |
|
|
|
.badge-dark { |
|
color: #fff; |
|
background-color: #17324d |
|
} |
|
|
|
a.badge-dark:focus, |
|
a.badge-dark:hover { |
|
color: #fff; |
|
background-color: #0b1825 |
|
} |
|
|
|
a.badge-dark.focus, |
|
a.badge-dark:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 50, 77, .5); |
|
box-shadow: 0 0 0 .2rem rgba(23, 50, 77, .5) |
|
} |
|
|
|
.badge-100 { |
|
color: #19191a; |
|
background-color: #e3e4e6 |
|
} |
|
|
|
a.badge-100:focus, |
|
a.badge-100:hover { |
|
color: #19191a; |
|
background-color: #c9cacd |
|
} |
|
|
|
a.badge-100.focus, |
|
a.badge-100:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(227, 228, 230, .5); |
|
box-shadow: 0 0 0 .2rem rgba(227, 228, 230, .5) |
|
} |
|
|
|
.badge-200 { |
|
color: #19191a; |
|
background-color: #cacacc |
|
} |
|
|
|
a.badge-200:focus, |
|
a.badge-200:hover { |
|
color: #19191a; |
|
background-color: #b0b1b3 |
|
} |
|
|
|
a.badge-200.focus, |
|
a.badge-200:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(202, 202, 204, .5); |
|
box-shadow: 0 0 0 .2rem rgba(202, 202, 204, .5) |
|
} |
|
|
|
.badge-300 { |
|
color: #19191a; |
|
background-color: #b1b1b3 |
|
} |
|
|
|
a.badge-300:focus, |
|
a.badge-300:hover { |
|
color: #19191a; |
|
background-color: #979899 |
|
} |
|
|
|
a.badge-300.focus, |
|
a.badge-300:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(177, 177, 179, .5); |
|
box-shadow: 0 0 0 .2rem rgba(177, 177, 179, .5) |
|
} |
|
|
|
.badge-400 { |
|
color: #19191a; |
|
background-color: #979899 |
|
} |
|
|
|
a.badge-400:focus, |
|
a.badge-400:hover { |
|
color: #19191a; |
|
background-color: #7e7e80 |
|
} |
|
|
|
a.badge-400.focus, |
|
a.badge-400:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(151, 152, 153, .5); |
|
box-shadow: 0 0 0 .2rem rgba(151, 152, 153, .5) |
|
} |
|
|
|
.badge-500 { |
|
color: #19191a; |
|
background-color: #7e7f80 |
|
} |
|
|
|
a.badge-500:focus, |
|
a.badge-500:hover { |
|
color: #19191a; |
|
background-color: #656566 |
|
} |
|
|
|
a.badge-500.focus, |
|
a.badge-500:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(126, 127, 128, .5); |
|
box-shadow: 0 0 0 .2rem rgba(126, 127, 128, .5) |
|
} |
|
|
|
.badge-600 { |
|
color: #fff; |
|
background-color: #656566 |
|
} |
|
|
|
a.badge-600:focus, |
|
a.badge-600:hover { |
|
color: #fff; |
|
background-color: #4c4c4c |
|
} |
|
|
|
a.badge-600.focus, |
|
a.badge-600:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(101, 101, 102, .5); |
|
box-shadow: 0 0 0 .2rem rgba(101, 101, 102, .5) |
|
} |
|
|
|
.badge-700 { |
|
color: #fff; |
|
background-color: #4c4c4d |
|
} |
|
|
|
a.badge-700:focus, |
|
a.badge-700:hover { |
|
color: #fff; |
|
background-color: #323233 |
|
} |
|
|
|
a.badge-700.focus, |
|
a.badge-700:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(76, 76, 77, .5); |
|
box-shadow: 0 0 0 .2rem rgba(76, 76, 77, .5) |
|
} |
|
|
|
.badge-800 { |
|
color: #fff; |
|
background-color: #323333 |
|
} |
|
|
|
a.badge-800:focus, |
|
a.badge-800:hover { |
|
color: #fff; |
|
background-color: #191919 |
|
} |
|
|
|
a.badge-800.focus, |
|
a.badge-800:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(50, 51, 51, .5); |
|
box-shadow: 0 0 0 .2rem rgba(50, 51, 51, .5) |
|
} |
|
|
|
.badge-900 { |
|
color: #fff; |
|
background-color: #19191a |
|
} |
|
|
|
a.badge-900:focus, |
|
a.badge-900:hover { |
|
color: #fff; |
|
background-color: #000 |
|
} |
|
|
|
a.badge-900.focus, |
|
a.badge-900:focus { |
|
outline: 0; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(25, 25, 26, .5); |
|
box-shadow: 0 0 0 .2rem rgba(25, 25, 26, .5) |
|
} |
|
|
|
@-webkit-keyframes progress-bar-stripes { |
|
from { |
|
background-position: 16px 0 |
|
} |
|
to { |
|
background-position: 0 0 |
|
} |
|
} |
|
|
|
@keyframes progress-bar-stripes { |
|
from { |
|
background-position: 16px 0 |
|
} |
|
to { |
|
background-position: 0 0 |
|
} |
|
} |
|
|
|
.progress { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
overflow: hidden; |
|
font-size: .75rem; |
|
border-radius: 0; |
|
-webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1); |
|
box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1) |
|
} |
|
|
|
.progress-bar { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
color: #fff; |
|
text-align: center; |
|
white-space: nowrap; |
|
-webkit-transition: width .6s; |
|
transition: width .6s |
|
} |
|
|
|
.progress-bar-striped { |
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
background-size: 16px 16px |
|
} |
|
|
|
.progress-bar-animated { |
|
-webkit-animation: 1s linear infinite progress-bar-stripes; |
|
animation: 1s linear infinite progress-bar-stripes |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.progress-bar { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
.progress-bar-animated { |
|
-webkit-animation: none; |
|
animation: none |
|
} |
|
} |
|
|
|
.media { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start |
|
} |
|
|
|
.media-body { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1; |
|
flex: 1 |
|
} |
|
|
|
.list-group { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
padding-left: 0; |
|
margin-bottom: 0 |
|
} |
|
|
|
.list-group-item-action { |
|
width: 100%; |
|
color: #0073e6; |
|
text-align: inherit |
|
} |
|
|
|
.list-group-item-action:focus, |
|
.list-group-item-action:hover { |
|
z-index: 1; |
|
color: #0073e6; |
|
text-decoration: none; |
|
background-color: #e3e4e6 |
|
} |
|
|
|
.list-group-item-action:active { |
|
color: #19191a; |
|
background-color: #cacacc |
|
} |
|
|
|
.list-group-item { |
|
position: relative; |
|
display: block; |
|
padding: 1rem 1.25rem; |
|
margin-bottom: -1px; |
|
background-color: #fff; |
|
border: 1px solid rgba(0, 0, 0, .125) |
|
} |
|
|
|
.list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-top-right-radius: 4px |
|
} |
|
|
|
.list-group-item:last-child { |
|
margin-bottom: 0; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 4px |
|
} |
|
|
|
.list-group-item.disabled, |
|
.list-group-item:disabled { |
|
color: #656566; |
|
pointer-events: none; |
|
background-color: #fff |
|
} |
|
|
|
.list-group-item.active { |
|
z-index: 2; |
|
color: #fff; |
|
background-color: #0073e6; |
|
border-color: #0073e6 |
|
} |
|
|
|
.list-group-horizontal { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
|
|
.list-group-horizontal .list-group-item { |
|
margin-right: -1px; |
|
margin-bottom: 0 |
|
} |
|
|
|
.list-group-horizontal .list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
border-top-right-radius: 0 |
|
} |
|
|
|
.list-group-horizontal .list-group-item:last-child { |
|
margin-right: 0; |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 0 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.list-group-horizontal-sm { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.list-group-horizontal-sm .list-group-item { |
|
margin-right: -1px; |
|
margin-bottom: 0 |
|
} |
|
.list-group-horizontal-sm .list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
border-top-right-radius: 0 |
|
} |
|
.list-group-horizontal-sm .list-group-item:last-child { |
|
margin-right: 0; |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 0 |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.list-group-horizontal-md { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.list-group-horizontal-md .list-group-item { |
|
margin-right: -1px; |
|
margin-bottom: 0 |
|
} |
|
.list-group-horizontal-md .list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
border-top-right-radius: 0 |
|
} |
|
.list-group-horizontal-md .list-group-item:last-child { |
|
margin-right: 0; |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 0 |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.list-group-horizontal-lg { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.list-group-horizontal-lg .list-group-item { |
|
margin-right: -1px; |
|
margin-bottom: 0 |
|
} |
|
.list-group-horizontal-lg .list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
border-top-right-radius: 0 |
|
} |
|
.list-group-horizontal-lg .list-group-item:last-child { |
|
margin-right: 0; |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 0 |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.list-group-horizontal-xl { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
.list-group-horizontal-xl .list-group-item { |
|
margin-right: -1px; |
|
margin-bottom: 0 |
|
} |
|
.list-group-horizontal-xl .list-group-item:first-child { |
|
border-top-left-radius: 4px; |
|
border-bottom-left-radius: 4px; |
|
border-top-right-radius: 0 |
|
} |
|
.list-group-horizontal-xl .list-group-item:last-child { |
|
margin-right: 0; |
|
border-top-right-radius: 4px; |
|
border-bottom-right-radius: 4px; |
|
border-bottom-left-radius: 0 |
|
} |
|
} |
|
|
|
.list-group-flush .list-group-item { |
|
border-right: 0; |
|
border-left: 0; |
|
border-radius: 0 |
|
} |
|
|
|
.list-group-flush .list-group-item:last-child { |
|
margin-bottom: -1px |
|
} |
|
|
|
.list-group-flush:first-child .list-group-item:first-child { |
|
border-top: 0 |
|
} |
|
|
|
.list-group-flush:last-child .list-group-item:last-child { |
|
margin-bottom: 0; |
|
border-bottom: 0 |
|
} |
|
|
|
.list-group-item-primary { |
|
color: #003c77; |
|
background-color: #b8d8f8 |
|
} |
|
|
|
.list-group-item-primary.list-group-item-action:focus, |
|
.list-group-item-primary.list-group-item-action:hover { |
|
color: #003c77; |
|
background-color: #a1cbf6 |
|
} |
|
|
|
.list-group-item-primary.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #003c77; |
|
border-color: #003c77 |
|
} |
|
|
|
.list-group-item-secondary { |
|
color: #303a44; |
|
background-color: #d1d7dc |
|
} |
|
|
|
.list-group-item-secondary.list-group-item-action:focus, |
|
.list-group-item-secondary.list-group-item-action:hover { |
|
color: #303a44; |
|
background-color: #c3cad1 |
|
} |
|
|
|
.list-group-item-secondary.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #303a44; |
|
border-color: #303a44 |
|
} |
|
|
|
.list-group-item-success { |
|
color: #00462e; |
|
background-color: #b8ddd0 |
|
} |
|
|
|
.list-group-item-success.list-group-item-action:focus, |
|
.list-group-item-success.list-group-item-action:hover { |
|
color: #00462e; |
|
background-color: #a7d5c5 |
|
} |
|
|
|
.list-group-item-success.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #00462e; |
|
border-color: #00462e |
|
} |
|
|
|
.list-group-item-info { |
|
color: #4f4f50; |
|
background-color: #e2e2e2 |
|
} |
|
|
|
.list-group-item-info.list-group-item-action:focus, |
|
.list-group-item-info.list-group-item-action:hover { |
|
color: #4f4f50; |
|
background-color: #d5d5d5 |
|
} |
|
|
|
.list-group-item-info.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #4f4f50; |
|
border-color: #4f4f50 |
|
} |
|
|
|
.list-group-item-warning { |
|
color: #563400; |
|
background-color: #e6d3b8 |
|
} |
|
|
|
.list-group-item-warning.list-group-item-action:focus, |
|
.list-group-item-warning.list-group-item-action:hover { |
|
color: #563400; |
|
background-color: #dfc7a5 |
|
} |
|
|
|
.list-group-item-warning.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #563400; |
|
border-color: #563400 |
|
} |
|
|
|
.list-group-item-danger { |
|
color: #711c29; |
|
background-color: #f4c7ce |
|
} |
|
|
|
.list-group-item-danger.list-group-item-action:focus, |
|
.list-group-item-danger.list-group-item-action:hover { |
|
color: #711c29; |
|
background-color: #f0b2bb |
|
} |
|
|
|
.list-group-item-danger.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #711c29; |
|
border-color: #711c29 |
|
} |
|
|
|
.list-group-item-light { |
|
color: #79787e; |
|
background-color: #f9f8fb |
|
} |
|
|
|
.list-group-item-light.list-group-item-action:focus, |
|
.list-group-item-light.list-group-item-action:hover { |
|
color: #79787e; |
|
background-color: #ebe8f2 |
|
} |
|
|
|
.list-group-item-light.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #79787e; |
|
border-color: #79787e |
|
} |
|
|
|
.list-group-item-dark { |
|
color: #0c1a28; |
|
background-color: #bec6cd |
|
} |
|
|
|
.list-group-item-dark.list-group-item-action:focus, |
|
.list-group-item-dark.list-group-item-action:hover { |
|
color: #0c1a28; |
|
background-color: #b0b9c2 |
|
} |
|
|
|
.list-group-item-dark.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #0c1a28; |
|
border-color: #0c1a28 |
|
} |
|
|
|
.list-group-item-100 { |
|
color: #767677; |
|
background-color: #f7f7f8 |
|
} |
|
|
|
.list-group-item-100.list-group-item-action:focus, |
|
.list-group-item-100.list-group-item-action:hover { |
|
color: #767677; |
|
background-color: #e9e9ec |
|
} |
|
|
|
.list-group-item-100.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #767677; |
|
border-color: #767677 |
|
} |
|
|
|
.list-group-item-200 { |
|
color: #69696a; |
|
background-color: #f0f0f1 |
|
} |
|
|
|
.list-group-item-200.list-group-item-action:focus, |
|
.list-group-item-200.list-group-item-action:hover { |
|
color: #69696a; |
|
background-color: #e3e3e5 |
|
} |
|
|
|
.list-group-item-200.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #69696a; |
|
border-color: #69696a |
|
} |
|
|
|
.list-group-item-300 { |
|
color: #5c5c5d; |
|
background-color: #e9e9ea |
|
} |
|
|
|
.list-group-item-300.list-group-item-action:focus, |
|
.list-group-item-300.list-group-item-action:hover { |
|
color: #5c5c5d; |
|
background-color: #dcdcde |
|
} |
|
|
|
.list-group-item-300.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #5c5c5d; |
|
border-color: #5c5c5d |
|
} |
|
|
|
.list-group-item-400 { |
|
color: #4f4f50; |
|
background-color: #e2e2e2 |
|
} |
|
|
|
.list-group-item-400.list-group-item-action:focus, |
|
.list-group-item-400.list-group-item-action:hover { |
|
color: #4f4f50; |
|
background-color: #d5d5d5 |
|
} |
|
|
|
.list-group-item-400.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #4f4f50; |
|
border-color: #4f4f50 |
|
} |
|
|
|
.list-group-item-500 { |
|
color: #424242; |
|
background-color: #dbdbdb |
|
} |
|
|
|
.list-group-item-500.list-group-item-action:focus, |
|
.list-group-item-500.list-group-item-action:hover { |
|
color: #424242; |
|
background-color: #cecece |
|
} |
|
|
|
.list-group-item-500.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #424242; |
|
border-color: #424242 |
|
} |
|
|
|
.list-group-item-600 { |
|
color: #353535; |
|
background-color: #d4d4d4 |
|
} |
|
|
|
.list-group-item-600.list-group-item-action:focus, |
|
.list-group-item-600.list-group-item-action:hover { |
|
color: #353535; |
|
background-color: #c7c7c7 |
|
} |
|
|
|
.list-group-item-600.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #353535; |
|
border-color: #353535 |
|
} |
|
|
|
.list-group-item-700 { |
|
color: #272728; |
|
background-color: #cdcdcd |
|
} |
|
|
|
.list-group-item-700.list-group-item-action:focus, |
|
.list-group-item-700.list-group-item-action:hover { |
|
color: #272728; |
|
background-color: silver |
|
} |
|
|
|
.list-group-item-700.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #272728; |
|
border-color: #272728 |
|
} |
|
|
|
.list-group-item-800 { |
|
color: #1a1a1b; |
|
background-color: #c6c6c6 |
|
} |
|
|
|
.list-group-item-800.list-group-item-action:focus, |
|
.list-group-item-800.list-group-item-action:hover { |
|
color: #1a1a1b; |
|
background-color: #b9b9b9 |
|
} |
|
|
|
.list-group-item-800.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #1a1a1b; |
|
border-color: #1a1a1b |
|
} |
|
|
|
.list-group-item-900 { |
|
color: #0d0d0d; |
|
background-color: #bfbfbf |
|
} |
|
|
|
.list-group-item-900.list-group-item-action:focus, |
|
.list-group-item-900.list-group-item-action:hover { |
|
color: #0d0d0d; |
|
background-color: #b2b2b2 |
|
} |
|
|
|
.list-group-item-900.list-group-item-action.active { |
|
color: #fff; |
|
background-color: #0d0d0d; |
|
border-color: #0d0d0d |
|
} |
|
|
|
.close { |
|
float: right; |
|
font-size: 1.5rem; |
|
font-weight: 700; |
|
line-height: 1; |
|
color: #000; |
|
text-shadow: 0 1px 0 #fff; |
|
opacity: .5 |
|
} |
|
|
|
.close:hover { |
|
color: #000; |
|
text-decoration: none |
|
} |
|
|
|
.close:not(:disabled):not(.disabled):focus, |
|
.close:not(:disabled):not(.disabled):hover { |
|
opacity: .75 |
|
} |
|
|
|
button.close { |
|
padding: 0; |
|
background-color: transparent; |
|
border: 0; |
|
-webkit-appearance: none; |
|
-moz-appearance: none; |
|
appearance: none |
|
} |
|
|
|
a.close.disabled { |
|
pointer-events: none |
|
} |
|
|
|
.modal-open { |
|
overflow: hidden |
|
} |
|
|
|
.modal-open .modal { |
|
overflow-x: hidden; |
|
overflow-y: auto |
|
} |
|
|
|
.modal { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
z-index: 1050; |
|
display: none; |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
outline: 0 |
|
} |
|
|
|
.modal-dialog { |
|
position: relative; |
|
width: auto; |
|
margin: .5rem; |
|
pointer-events: none |
|
} |
|
|
|
.modal.fade .modal-dialog { |
|
-webkit-transition: -webkit-transform .3s ease-out; |
|
transition: transform .3s ease-out; |
|
transition: transform .3s ease-out, -webkit-transform .3s ease-out; |
|
-webkit-transform: translate(0, -50px); |
|
transform: translate(0, -50px) |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.modal.fade .modal-dialog { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.modal.show .modal-dialog { |
|
-webkit-transform: none; |
|
transform: none |
|
} |
|
|
|
.modal-dialog-scrollable { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
max-height: calc(100% - 1rem) |
|
} |
|
|
|
.modal-dialog-scrollable .modal-content { |
|
max-height: calc(100vh - 1rem); |
|
overflow: hidden |
|
} |
|
|
|
.modal-dialog-scrollable .modal-footer, |
|
.modal-dialog-scrollable .modal-header { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.modal-dialog-scrollable .modal-body { |
|
overflow-y: auto |
|
} |
|
|
|
.modal-dialog-centered { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
min-height: calc(100% - 1rem) |
|
} |
|
|
|
.modal-dialog-centered::before { |
|
display: block; |
|
height: calc(100vh - 1rem); |
|
content: "" |
|
} |
|
|
|
.modal-dialog-centered.modal-dialog-scrollable { |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
height: 100% |
|
} |
|
|
|
.modal-dialog-centered.modal-dialog-scrollable .modal-content { |
|
max-height: none |
|
} |
|
|
|
.modal-dialog-centered.modal-dialog-scrollable::before { |
|
content: none |
|
} |
|
|
|
.modal-content { |
|
position: relative; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
width: 100%; |
|
pointer-events: auto; |
|
background-color: #fff; |
|
background-clip: padding-box; |
|
border: 1px solid rgba(0, 0, 0, .2); |
|
-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5); |
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5); |
|
outline: 0 |
|
} |
|
|
|
.modal-backdrop { |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
z-index: 1040; |
|
width: 100vw; |
|
height: 100vh; |
|
background-color: #b4b4b4 |
|
} |
|
|
|
.modal-backdrop.fade { |
|
opacity: 0 |
|
} |
|
|
|
.modal-backdrop.show { |
|
opacity: .6 |
|
} |
|
|
|
.modal-header { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
padding: 1.5rem; |
|
border-bottom: 0 solid #b1b1b3 |
|
} |
|
|
|
.modal-header .close { |
|
padding: 1.5rem; |
|
margin: -1rem -1rem -1rem auto |
|
} |
|
|
|
.modal-title { |
|
margin-bottom: 0; |
|
line-height: 1.5 |
|
} |
|
|
|
.modal-body { |
|
position: relative; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 1 auto; |
|
flex: 1 1 auto; |
|
padding: 1.5rem |
|
} |
|
|
|
.modal-footer { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end; |
|
padding: 1.5rem; |
|
border-top: 0 solid #b1b1b3; |
|
border-bottom-right-radius: 8px; |
|
border-bottom-left-radius: 8px |
|
} |
|
|
|
.modal-footer>:not(:first-child) { |
|
margin-left: .25rem |
|
} |
|
|
|
.modal-footer>:not(:last-child) { |
|
margin-right: .25rem |
|
} |
|
|
|
.modal-scrollbar-measure { |
|
position: absolute; |
|
top: -9999px; |
|
width: 50px; |
|
height: 50px; |
|
overflow: scroll |
|
} |
|
|
|
@media (min-width:576px) { |
|
.modal-dialog { |
|
max-width: 500px; |
|
margin: 1.5rem auto |
|
} |
|
.modal-dialog-scrollable { |
|
max-height: calc(100% - 3rem) |
|
} |
|
.modal-dialog-scrollable .modal-content { |
|
max-height: calc(100vh - 3rem) |
|
} |
|
.modal-dialog-centered { |
|
min-height: calc(100% - 3rem) |
|
} |
|
.modal-dialog-centered::before { |
|
height: calc(100vh - 3rem) |
|
} |
|
.modal-content { |
|
-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5); |
|
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5) |
|
} |
|
.modal-sm { |
|
max-width: 300px |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.modal-lg, |
|
.modal-xl { |
|
max-width: 800px |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.modal-xl { |
|
max-width: 1140px |
|
} |
|
} |
|
|
|
.tooltip { |
|
position: absolute; |
|
z-index: 1070; |
|
display: block; |
|
margin: 0; |
|
font-family: "Titillium Web", Geneva, Tahoma, sans-serif; |
|
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 |
|
} |
|
|
|
.tooltip.show { |
|
opacity: 1 |
|
} |
|
|
|
.tooltip .arrow { |
|
position: absolute; |
|
width: .8rem; |
|
height: .4rem |
|
} |
|
|
|
.tooltip .arrow::before { |
|
position: absolute; |
|
content: ""; |
|
border-color: transparent; |
|
border-style: solid |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=top], |
|
.bs-tooltip-top { |
|
padding: .4rem 0 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=top] .arrow, |
|
.bs-tooltip-top .arrow { |
|
bottom: 0 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=top] .arrow::before, |
|
.bs-tooltip-top .arrow::before { |
|
top: 0; |
|
border-width: .4rem .4rem 0; |
|
border-top-color: #000 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=right], |
|
.bs-tooltip-right { |
|
padding: 0 .4rem |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=right] .arrow, |
|
.bs-tooltip-right .arrow { |
|
left: 0; |
|
width: .4rem; |
|
height: .8rem |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=right] .arrow::before, |
|
.bs-tooltip-right .arrow::before { |
|
right: 0; |
|
border-width: .4rem .4rem .4rem 0; |
|
border-right-color: #000 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=bottom], |
|
.bs-tooltip-bottom { |
|
padding: .4rem 0 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=bottom] .arrow, |
|
.bs-tooltip-bottom .arrow { |
|
top: 0 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, |
|
.bs-tooltip-bottom .arrow::before { |
|
bottom: 0; |
|
border-width: 0 .4rem .4rem; |
|
border-bottom-color: #000 |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=left], |
|
.bs-tooltip-left { |
|
padding: 0 .4rem |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=left] .arrow, |
|
.bs-tooltip-left .arrow { |
|
right: 0; |
|
width: .4rem; |
|
height: .8rem |
|
} |
|
|
|
.bs-tooltip-auto[x-placement^=left] .arrow::before, |
|
.bs-tooltip-left .arrow::before { |
|
left: 0; |
|
border-width: .4rem 0 .4rem .4rem; |
|
border-left-color: #000 |
|
} |
|
|
|
.tooltip-inner { |
|
max-width: 32em; |
|
padding: 1rem; |
|
color: #fff; |
|
text-align: center; |
|
background-color: #000; |
|
border-radius: 4px |
|
} |
|
|
|
.popover { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
z-index: 1060; |
|
display: block; |
|
max-width: 276px; |
|
font-family: "Titillium Web", Geneva, Tahoma, sans-serif; |
|
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; |
|
font-size: .875rem; |
|
word-wrap: break-word; |
|
background-color: #fff; |
|
background-clip: padding-box; |
|
border: 1px solid rgba(0, 0, 0, .2); |
|
-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2); |
|
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2) |
|
} |
|
|
|
.popover .arrow { |
|
position: absolute; |
|
display: block; |
|
width: 1rem; |
|
height: .5rem; |
|
margin: 0 8px |
|
} |
|
|
|
.popover .arrow::after, |
|
.popover .arrow::before { |
|
position: absolute; |
|
display: block; |
|
content: ""; |
|
border-color: transparent; |
|
border-style: solid |
|
} |
|
|
|
.bs-popover-auto[x-placement^=top], |
|
.bs-popover-top { |
|
margin-bottom: .5rem |
|
} |
|
|
|
.bs-popover-auto[x-placement^=top]>.arrow, |
|
.bs-popover-top>.arrow { |
|
bottom: calc((.5rem + 1px) * -1) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=top]>.arrow::before, |
|
.bs-popover-top>.arrow::before { |
|
bottom: 0; |
|
border-width: .5rem .5rem 0; |
|
border-top-color: rgba(0, 0, 0, .25) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=top]>.arrow::after, |
|
.bs-popover-top>.arrow::after { |
|
bottom: 1px; |
|
border-width: .5rem .5rem 0; |
|
border-top-color: #fff |
|
} |
|
|
|
.bs-popover-auto[x-placement^=right], |
|
.bs-popover-right { |
|
margin-left: .5rem |
|
} |
|
|
|
.bs-popover-auto[x-placement^=right]>.arrow, |
|
.bs-popover-right>.arrow { |
|
left: calc((.5rem + 1px) * -1); |
|
width: .5rem; |
|
height: 1rem; |
|
margin: 8px 0 |
|
} |
|
|
|
.bs-popover-auto[x-placement^=right]>.arrow::before, |
|
.bs-popover-right>.arrow::before { |
|
left: 0; |
|
border-width: .5rem .5rem .5rem 0; |
|
border-right-color: rgba(0, 0, 0, .25) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=right]>.arrow::after, |
|
.bs-popover-right>.arrow::after { |
|
left: 1px; |
|
border-width: .5rem .5rem .5rem 0; |
|
border-right-color: #fff |
|
} |
|
|
|
.bs-popover-auto[x-placement^=bottom], |
|
.bs-popover-bottom { |
|
margin-top: .5rem |
|
} |
|
|
|
.bs-popover-auto[x-placement^=bottom]>.arrow, |
|
.bs-popover-bottom>.arrow { |
|
top: calc((.5rem + 1px) * -1) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=bottom]>.arrow::before, |
|
.bs-popover-bottom>.arrow::before { |
|
top: 0; |
|
border-width: 0 .5rem .5rem; |
|
border-bottom-color: rgba(0, 0, 0, .25) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=bottom]>.arrow::after, |
|
.bs-popover-bottom>.arrow::after { |
|
top: 1px; |
|
border-width: 0 .5rem .5rem; |
|
border-bottom-color: #fff |
|
} |
|
|
|
.bs-popover-auto[x-placement^=bottom] .popover-header::before, |
|
.bs-popover-bottom .popover-header::before { |
|
position: absolute; |
|
top: 0; |
|
left: 50%; |
|
display: block; |
|
width: 1rem; |
|
margin-left: -.5rem; |
|
content: ""; |
|
border-bottom: 1px solid #f7f7f7 |
|
} |
|
|
|
.bs-popover-auto[x-placement^=left], |
|
.bs-popover-left { |
|
margin-right: .5rem |
|
} |
|
|
|
.bs-popover-auto[x-placement^=left]>.arrow, |
|
.bs-popover-left>.arrow { |
|
right: calc((.5rem + 1px) * -1); |
|
width: .5rem; |
|
height: 1rem; |
|
margin: 8px 0 |
|
} |
|
|
|
.bs-popover-auto[x-placement^=left]>.arrow::before, |
|
.bs-popover-left>.arrow::before { |
|
right: 0; |
|
border-width: .5rem 0 .5rem .5rem; |
|
border-left-color: rgba(0, 0, 0, .25) |
|
} |
|
|
|
.bs-popover-auto[x-placement^=left]>.arrow::after, |
|
.bs-popover-left>.arrow::after { |
|
right: 1px; |
|
border-width: .5rem 0 .5rem .5rem; |
|
border-left-color: #fff |
|
} |
|
|
|
.popover-header { |
|
padding: .5rem .75rem; |
|
margin-bottom: 0; |
|
font-size: 1rem; |
|
background-color: #f7f7f7; |
|
border-bottom: 1px solid #ebebeb; |
|
border-top-left-radius: calc(8px - 1px); |
|
border-top-right-radius: calc(8px - 1px) |
|
} |
|
|
|
.popover-header:empty { |
|
display: none |
|
} |
|
|
|
.popover-body { |
|
padding: .5rem .75rem; |
|
color: #19191a |
|
} |
|
|
|
.carousel { |
|
position: relative |
|
} |
|
|
|
.carousel.pointer-event { |
|
-ms-touch-action: pan-y; |
|
touch-action: pan-y |
|
} |
|
|
|
.carousel-inner { |
|
position: relative; |
|
width: 100%; |
|
overflow: hidden |
|
} |
|
|
|
.carousel-inner::after { |
|
display: block; |
|
clear: both; |
|
content: "" |
|
} |
|
|
|
.carousel-item { |
|
position: relative; |
|
display: none; |
|
float: left; |
|
width: 100%; |
|
margin-right: -100%; |
|
-webkit-backface-visibility: hidden; |
|
backface-visibility: hidden; |
|
-webkit-transition: -webkit-transform .6s ease-in-out; |
|
transition: transform .6s ease-in-out; |
|
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.carousel-item { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.carousel-item-next, |
|
.carousel-item-prev, |
|
.carousel-item.active { |
|
display: block |
|
} |
|
|
|
.active.carousel-item-right, |
|
.carousel-item-next:not(.carousel-item-left) { |
|
-webkit-transform: translateX(100%); |
|
transform: translateX(100%) |
|
} |
|
|
|
.active.carousel-item-left, |
|
.carousel-item-prev:not(.carousel-item-right) { |
|
-webkit-transform: translateX(-100%); |
|
transform: translateX(-100%) |
|
} |
|
|
|
.carousel-fade .carousel-item { |
|
opacity: 0; |
|
-webkit-transition-property: opacity; |
|
transition-property: opacity; |
|
-webkit-transform: none; |
|
transform: none |
|
} |
|
|
|
.carousel-fade .carousel-item-next.carousel-item-left, |
|
.carousel-fade .carousel-item-prev.carousel-item-right, |
|
.carousel-fade .carousel-item.active { |
|
z-index: 1; |
|
opacity: 1 |
|
} |
|
|
|
.carousel-fade .active.carousel-item-left, |
|
.carousel-fade .active.carousel-item-right { |
|
z-index: 0; |
|
opacity: 0; |
|
-webkit-transition: opacity .6s; |
|
transition: opacity .6s |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.carousel-fade .active.carousel-item-left, |
|
.carousel-fade .active.carousel-item-right { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.carousel-control-next, |
|
.carousel-control-prev { |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
z-index: 1; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
width: auto; |
|
color: #5c6f82; |
|
text-align: center; |
|
opacity: 1; |
|
-webkit-transition: opacity .15s; |
|
transition: opacity .15s |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.carousel-control-next, |
|
.carousel-control-prev { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.carousel-control-next:focus, |
|
.carousel-control-next:hover, |
|
.carousel-control-prev:focus, |
|
.carousel-control-prev:hover { |
|
color: #5c6f82; |
|
text-decoration: none; |
|
outline: 0; |
|
opacity: .9 |
|
} |
|
|
|
.carousel-control-prev { |
|
left: 0 |
|
} |
|
|
|
.carousel-control-next { |
|
right: 0 |
|
} |
|
|
|
.carousel-control-next-icon, |
|
.carousel-control-prev-icon { |
|
display: inline-block; |
|
width: 32px; |
|
height: 32px; |
|
background: 50%/100% 100% no-repeat |
|
} |
|
|
|
.carousel-control-prev-icon { |
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235c6f82' 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") |
|
} |
|
|
|
.carousel-control-next-icon { |
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235c6f82' 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") |
|
} |
|
|
|
.carousel-indicators { |
|
position: absolute; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 15; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
padding-left: 0; |
|
margin-right: auto; |
|
margin-left: auto; |
|
list-style: none |
|
} |
|
|
|
.carousel-indicators li { |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
-webkit-box-flex: 0; |
|
-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; |
|
-webkit-transition: opacity .6s; |
|
transition: opacity .6s |
|
} |
|
|
|
@media (prefers-reduced-motion:reduce) { |
|
.carousel-indicators li { |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
} |
|
|
|
.carousel-indicators .active { |
|
opacity: 1 |
|
} |
|
|
|
.carousel-caption { |
|
position: absolute; |
|
right: 15%; |
|
bottom: 20px; |
|
left: 15%; |
|
z-index: 10; |
|
padding-top: 20px; |
|
padding-bottom: 20px; |
|
color: #fff; |
|
text-align: center |
|
} |
|
|
|
.align-baseline { |
|
vertical-align: baseline!important |
|
} |
|
|
|
.align-top { |
|
vertical-align: top!important |
|
} |
|
|
|
.align-middle { |
|
vertical-align: middle!important |
|
} |
|
|
|
.align-bottom { |
|
vertical-align: bottom!important |
|
} |
|
|
|
.align-text-bottom { |
|
vertical-align: text-bottom!important |
|
} |
|
|
|
.align-text-top { |
|
vertical-align: text-top!important |
|
} |
|
|
|
.bg-primary { |
|
background-color: #0073e6!important |
|
} |
|
|
|
a.bg-primary:focus, |
|
a.bg-primary:hover, |
|
button.bg-primary:focus, |
|
button.bg-primary:hover { |
|
background-color: #0059b3!important |
|
} |
|
|
|
.bg-secondary { |
|
background-color: #5c6f82!important |
|
} |
|
|
|
a.bg-secondary:focus, |
|
a.bg-secondary:hover, |
|
button.bg-secondary:focus, |
|
button.bg-secondary:hover { |
|
background-color: #475664!important |
|
} |
|
|
|
.bg-success { |
|
background-color: #008758!important |
|
} |
|
|
|
a.bg-success:focus, |
|
a.bg-success:hover, |
|
button.bg-success:focus, |
|
button.bg-success:hover { |
|
background-color: #005437!important |
|
} |
|
|
|
.bg-info { |
|
background-color: #979899!important |
|
} |
|
|
|
a.bg-info:focus, |
|
a.bg-info:hover, |
|
button.bg-info:focus, |
|
button.bg-info:hover { |
|
background-color: #7e7e80!important |
|
} |
|
|
|
.bg-warning { |
|
background-color: #a66300!important |
|
} |
|
|
|
a.bg-warning:focus, |
|
a.bg-warning:hover, |
|
button.bg-warning:focus, |
|
button.bg-warning:hover { |
|
background-color: #734500!important |
|
} |
|
|
|
.bg-danger { |
|
background-color: #d9364f!important |
|
} |
|
|
|
a.bg-danger:focus, |
|
a.bg-danger:hover, |
|
button.bg-danger:focus, |
|
button.bg-danger:hover { |
|
background-color: #b9233a!important |
|
} |
|
|
|
.bg-light { |
|
background-color: #e9e6f2!important |
|
} |
|
|
|
a.bg-light:focus, |
|
a.bg-light:hover, |
|
button.bg-light:focus, |
|
button.bg-light:hover { |
|
background-color: #ccc4e1!important |
|
} |
|
|
|
.bg-dark { |
|
background-color: #17324d!important |
|
} |
|
|
|
a.bg-dark:focus, |
|
a.bg-dark:hover, |
|
button.bg-dark:focus, |
|
button.bg-dark:hover { |
|
background-color: #0b1825!important |
|
} |
|
|
|
.bg-100 { |
|
background-color: #e3e4e6!important |
|
} |
|
|
|
a.bg-100:focus, |
|
a.bg-100:hover, |
|
button.bg-100:focus, |
|
button.bg-100:hover { |
|
background-color: #c9cacd!important |
|
} |
|
|
|
.bg-200 { |
|
background-color: #cacacc!important |
|
} |
|
|
|
a.bg-200:focus, |
|
a.bg-200:hover, |
|
button.bg-200:focus, |
|
button.bg-200:hover { |
|
background-color: #b0b1b3!important |
|
} |
|
|
|
.bg-300 { |
|
background-color: #b1b1b3!important |
|
} |
|
|
|
.bg-400, |
|
a.bg-300:focus, |
|
a.bg-300:hover, |
|
button.bg-300:focus, |
|
button.bg-300:hover { |
|
background-color: #979899!important |
|
} |
|
|
|
a.bg-400:focus, |
|
a.bg-400:hover, |
|
button.bg-400:focus, |
|
button.bg-400:hover { |
|
background-color: #7e7e80!important |
|
} |
|
|
|
.bg-500 { |
|
background-color: #7e7f80!important |
|
} |
|
|
|
.bg-600, |
|
a.bg-500:focus, |
|
a.bg-500:hover, |
|
button.bg-500:focus, |
|
button.bg-500:hover { |
|
background-color: #656566!important |
|
} |
|
|
|
a.bg-600:focus, |
|
a.bg-600:hover, |
|
button.bg-600:focus, |
|
button.bg-600:hover { |
|
background-color: #4c4c4c!important |
|
} |
|
|
|
.bg-700 { |
|
background-color: #4c4c4d!important |
|
} |
|
|
|
a.bg-700:focus, |
|
a.bg-700:hover, |
|
button.bg-700:focus, |
|
button.bg-700:hover { |
|
background-color: #323233!important |
|
} |
|
|
|
.bg-800 { |
|
background-color: #323333!important |
|
} |
|
|
|
a.bg-800:focus, |
|
a.bg-800:hover, |
|
button.bg-800:focus, |
|
button.bg-800:hover { |
|
background-color: #191919!important |
|
} |
|
|
|
.bg-900 { |
|
background-color: #19191a!important |
|
} |
|
|
|
a.bg-900:focus, |
|
a.bg-900:hover, |
|
button.bg-900:focus, |
|
button.bg-900:hover { |
|
background-color: #000!important |
|
} |
|
|
|
.bg-white { |
|
background-color: #fff!important |
|
} |
|
|
|
.bg-transparent { |
|
background-color: transparent!important |
|
} |
|
|
|
.border { |
|
border: 1px solid #b1b1b3!important |
|
} |
|
|
|
.border-top { |
|
border-top: 1px solid #b1b1b3!important |
|
} |
|
|
|
.border-right { |
|
border-right: 1px solid #b1b1b3!important |
|
} |
|
|
|
.border-bottom { |
|
border-bottom: 1px solid #b1b1b3!important |
|
} |
|
|
|
.border-left { |
|
border-left: 1px solid #b1b1b3!important |
|
} |
|
|
|
.border-0 { |
|
border: 0!important |
|
} |
|
|
|
.border-top-0 { |
|
border-top: 0!important |
|
} |
|
|
|
.border-right-0 { |
|
border-right: 0!important |
|
} |
|
|
|
.border-bottom-0 { |
|
border-bottom: 0!important |
|
} |
|
|
|
.border-left-0 { |
|
border-left: 0!important |
|
} |
|
|
|
.border-primary { |
|
border-color: #0073e6!important |
|
} |
|
|
|
.border-secondary { |
|
border-color: #5c6f82!important |
|
} |
|
|
|
.border-success { |
|
border-color: #008758!important |
|
} |
|
|
|
.border-info { |
|
border-color: #979899!important |
|
} |
|
|
|
.border-warning { |
|
border-color: #a66300!important |
|
} |
|
|
|
.border-danger { |
|
border-color: #d9364f!important |
|
} |
|
|
|
.border-light { |
|
border-color: #e9e6f2!important |
|
} |
|
|
|
.border-dark { |
|
border-color: #17324d!important |
|
} |
|
|
|
.border-100 { |
|
border-color: #e3e4e6!important |
|
} |
|
|
|
.border-200 { |
|
border-color: #cacacc!important |
|
} |
|
|
|
.border-300 { |
|
border-color: #b1b1b3!important |
|
} |
|
|
|
.border-400 { |
|
border-color: #979899!important |
|
} |
|
|
|
.border-500 { |
|
border-color: #7e7f80!important |
|
} |
|
|
|
.border-600 { |
|
border-color: #656566!important |
|
} |
|
|
|
.border-700 { |
|
border-color: #4c4c4d!important |
|
} |
|
|
|
.border-800 { |
|
border-color: #323333!important |
|
} |
|
|
|
.border-900 { |
|
border-color: #19191a!important |
|
} |
|
|
|
.border-white { |
|
border-color: #fff!important |
|
} |
|
|
|
.rounded-sm { |
|
border-radius: 2px!important |
|
} |
|
|
|
.rounded { |
|
border-radius: 4px!important |
|
} |
|
|
|
.rounded-top { |
|
border-top-left-radius: 4px!important; |
|
border-top-right-radius: 4px!important |
|
} |
|
|
|
.rounded-right { |
|
border-top-right-radius: 4px!important; |
|
border-bottom-right-radius: 4px!important |
|
} |
|
|
|
.rounded-bottom { |
|
border-bottom-right-radius: 4px!important; |
|
border-bottom-left-radius: 4px!important |
|
} |
|
|
|
.rounded-left { |
|
border-top-left-radius: 4px!important; |
|
border-bottom-left-radius: 4px!important |
|
} |
|
|
|
.rounded-lg { |
|
border-radius: 8px!important |
|
} |
|
|
|
.rounded-circle { |
|
border-radius: 50%!important |
|
} |
|
|
|
.rounded-pill { |
|
border-radius: 50rem!important |
|
} |
|
|
|
.rounded-0 { |
|
border-radius: 0!important |
|
} |
|
|
|
.clearfix::after { |
|
display: block; |
|
clear: both; |
|
content: "" |
|
} |
|
|
|
.d-none { |
|
display: none!important |
|
} |
|
|
|
.d-inline { |
|
display: inline!important |
|
} |
|
|
|
.d-inline-block { |
|
display: inline-block!important |
|
} |
|
|
|
.d-block { |
|
display: block!important |
|
} |
|
|
|
.d-table { |
|
display: table!important |
|
} |
|
|
|
.d-table-row { |
|
display: table-row!important |
|
} |
|
|
|
.d-table-cell { |
|
display: table-cell!important |
|
} |
|
|
|
.d-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
|
|
.d-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
|
|
@media (min-width:576px) { |
|
.d-sm-none { |
|
display: none!important |
|
} |
|
.d-sm-inline { |
|
display: inline!important |
|
} |
|
.d-sm-inline-block { |
|
display: inline-block!important |
|
} |
|
.d-sm-block { |
|
display: block!important |
|
} |
|
.d-sm-table { |
|
display: table!important |
|
} |
|
.d-sm-table-row { |
|
display: table-row!important |
|
} |
|
.d-sm-table-cell { |
|
display: table-cell!important |
|
} |
|
.d-sm-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
.d-sm-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.d-md-none { |
|
display: none!important |
|
} |
|
.d-md-inline { |
|
display: inline!important |
|
} |
|
.d-md-inline-block { |
|
display: inline-block!important |
|
} |
|
.d-md-block { |
|
display: block!important |
|
} |
|
.d-md-table { |
|
display: table!important |
|
} |
|
.d-md-table-row { |
|
display: table-row!important |
|
} |
|
.d-md-table-cell { |
|
display: table-cell!important |
|
} |
|
.d-md-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
.d-md-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.d-lg-none { |
|
display: none!important |
|
} |
|
.d-lg-inline { |
|
display: inline!important |
|
} |
|
.d-lg-inline-block { |
|
display: inline-block!important |
|
} |
|
.d-lg-block { |
|
display: block!important |
|
} |
|
.d-lg-table { |
|
display: table!important |
|
} |
|
.d-lg-table-row { |
|
display: table-row!important |
|
} |
|
.d-lg-table-cell { |
|
display: table-cell!important |
|
} |
|
.d-lg-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
.d-lg-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.d-xl-none { |
|
display: none!important |
|
} |
|
.d-xl-inline { |
|
display: inline!important |
|
} |
|
.d-xl-inline-block { |
|
display: inline-block!important |
|
} |
|
.d-xl-block { |
|
display: block!important |
|
} |
|
.d-xl-table { |
|
display: table!important |
|
} |
|
.d-xl-table-row { |
|
display: table-row!important |
|
} |
|
.d-xl-table-cell { |
|
display: table-cell!important |
|
} |
|
.d-xl-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
.d-xl-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
} |
|
|
|
@media print { |
|
.d-print-none { |
|
display: none!important |
|
} |
|
.d-print-inline { |
|
display: inline!important |
|
} |
|
.d-print-inline-block { |
|
display: inline-block!important |
|
} |
|
.d-print-block { |
|
display: block!important |
|
} |
|
.d-print-table { |
|
display: table!important |
|
} |
|
.d-print-table-row { |
|
display: table-row!important |
|
} |
|
.d-print-table-cell { |
|
display: table-cell!important |
|
} |
|
.d-print-flex { |
|
display: -webkit-box!important; |
|
display: -ms-flexbox!important; |
|
display: flex!important |
|
} |
|
.d-print-inline-flex { |
|
display: -webkit-inline-box!important; |
|
display: -ms-inline-flexbox!important; |
|
display: inline-flex!important |
|
} |
|
} |
|
|
|
.embed-responsive { |
|
position: relative; |
|
display: block; |
|
width: 100%; |
|
padding: 0; |
|
overflow: hidden |
|
} |
|
|
|
.embed-responsive::before { |
|
display: block; |
|
content: "" |
|
} |
|
|
|
.embed-responsive .embed-responsive-item, |
|
.embed-responsive embed, |
|
.embed-responsive iframe, |
|
.embed-responsive object, |
|
.embed-responsive video { |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100%; |
|
border: 0 |
|
} |
|
|
|
.embed-responsive-21by9::before { |
|
padding-top: 42.85714% |
|
} |
|
|
|
.embed-responsive-16by9::before { |
|
padding-top: 56.25% |
|
} |
|
|
|
.embed-responsive-4by3::before { |
|
padding-top: 75% |
|
} |
|
|
|
.embed-responsive-1by1::before { |
|
padding-top: 100% |
|
} |
|
|
|
.flex-row { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: row!important; |
|
flex-direction: row!important |
|
} |
|
|
|
.flex-column { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: column!important; |
|
flex-direction: column!important |
|
} |
|
|
|
.flex-row-reverse { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: row-reverse!important; |
|
flex-direction: row-reverse!important |
|
} |
|
|
|
.flex-column-reverse { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: column-reverse!important; |
|
flex-direction: column-reverse!important |
|
} |
|
|
|
.flex-wrap { |
|
-ms-flex-wrap: wrap!important; |
|
flex-wrap: wrap!important |
|
} |
|
|
|
.flex-nowrap { |
|
-ms-flex-wrap: nowrap!important; |
|
flex-wrap: nowrap!important |
|
} |
|
|
|
.flex-wrap-reverse { |
|
-ms-flex-wrap: wrap-reverse!important; |
|
flex-wrap: wrap-reverse!important |
|
} |
|
|
|
.flex-fill { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex: 1 1 auto!important; |
|
flex: 1 1 auto!important |
|
} |
|
|
|
.flex-grow-0 { |
|
-webkit-box-flex: 0!important; |
|
-ms-flex-positive: 0!important; |
|
flex-grow: 0!important |
|
} |
|
|
|
.flex-grow-1 { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex-positive: 1!important; |
|
flex-grow: 1!important |
|
} |
|
|
|
.flex-shrink-0 { |
|
-ms-flex-negative: 0!important; |
|
flex-shrink: 0!important |
|
} |
|
|
|
.flex-shrink-1 { |
|
-ms-flex-negative: 1!important; |
|
flex-shrink: 1!important |
|
} |
|
|
|
.justify-content-start { |
|
-webkit-box-pack: start!important; |
|
-ms-flex-pack: start!important; |
|
justify-content: flex-start!important |
|
} |
|
|
|
.justify-content-end { |
|
-webkit-box-pack: end!important; |
|
-ms-flex-pack: end!important; |
|
justify-content: flex-end!important |
|
} |
|
|
|
.justify-content-center { |
|
-webkit-box-pack: center!important; |
|
-ms-flex-pack: center!important; |
|
justify-content: center!important |
|
} |
|
|
|
.justify-content-between { |
|
-webkit-box-pack: justify!important; |
|
-ms-flex-pack: justify!important; |
|
justify-content: space-between!important |
|
} |
|
|
|
.justify-content-around { |
|
-ms-flex-pack: distribute!important; |
|
justify-content: space-around!important |
|
} |
|
|
|
.align-items-start { |
|
-webkit-box-align: start!important; |
|
-ms-flex-align: start!important; |
|
align-items: flex-start!important |
|
} |
|
|
|
.align-items-end { |
|
-webkit-box-align: end!important; |
|
-ms-flex-align: end!important; |
|
align-items: flex-end!important |
|
} |
|
|
|
.align-items-center { |
|
-webkit-box-align: center!important; |
|
-ms-flex-align: center!important; |
|
align-items: center!important |
|
} |
|
|
|
.align-items-baseline { |
|
-webkit-box-align: baseline!important; |
|
-ms-flex-align: baseline!important; |
|
align-items: baseline!important |
|
} |
|
|
|
.align-items-stretch { |
|
-webkit-box-align: stretch!important; |
|
-ms-flex-align: stretch!important; |
|
align-items: stretch!important |
|
} |
|
|
|
.align-content-start { |
|
-ms-flex-line-pack: start!important; |
|
align-content: flex-start!important |
|
} |
|
|
|
.align-content-end { |
|
-ms-flex-line-pack: end!important; |
|
align-content: flex-end!important |
|
} |
|
|
|
.align-content-center { |
|
-ms-flex-line-pack: center!important; |
|
align-content: center!important |
|
} |
|
|
|
.align-content-between { |
|
-ms-flex-line-pack: justify!important; |
|
align-content: space-between!important |
|
} |
|
|
|
.align-content-around { |
|
-ms-flex-line-pack: distribute!important; |
|
align-content: space-around!important |
|
} |
|
|
|
.align-content-stretch { |
|
-ms-flex-line-pack: stretch!important; |
|
align-content: stretch!important |
|
} |
|
|
|
.align-self-auto { |
|
-ms-flex-item-align: auto!important; |
|
align-self: auto!important |
|
} |
|
|
|
.align-self-start { |
|
-ms-flex-item-align: start!important; |
|
align-self: flex-start!important |
|
} |
|
|
|
.align-self-end { |
|
-ms-flex-item-align: end!important; |
|
align-self: flex-end!important |
|
} |
|
|
|
.align-self-center { |
|
-ms-flex-item-align: center!important; |
|
align-self: center!important |
|
} |
|
|
|
.align-self-baseline { |
|
-ms-flex-item-align: baseline!important; |
|
align-self: baseline!important |
|
} |
|
|
|
.align-self-stretch { |
|
-ms-flex-item-align: stretch!important; |
|
align-self: stretch!important |
|
} |
|
|
|
@media (min-width:576px) { |
|
.flex-sm-row { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: row!important; |
|
flex-direction: row!important |
|
} |
|
.flex-sm-column { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: column!important; |
|
flex-direction: column!important |
|
} |
|
.flex-sm-row-reverse { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: row-reverse!important; |
|
flex-direction: row-reverse!important |
|
} |
|
.flex-sm-column-reverse { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: column-reverse!important; |
|
flex-direction: column-reverse!important |
|
} |
|
.flex-sm-wrap { |
|
-ms-flex-wrap: wrap!important; |
|
flex-wrap: wrap!important |
|
} |
|
.flex-sm-nowrap { |
|
-ms-flex-wrap: nowrap!important; |
|
flex-wrap: nowrap!important |
|
} |
|
.flex-sm-wrap-reverse { |
|
-ms-flex-wrap: wrap-reverse!important; |
|
flex-wrap: wrap-reverse!important |
|
} |
|
.flex-sm-fill { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex: 1 1 auto!important; |
|
flex: 1 1 auto!important |
|
} |
|
.flex-sm-grow-0 { |
|
-webkit-box-flex: 0!important; |
|
-ms-flex-positive: 0!important; |
|
flex-grow: 0!important |
|
} |
|
.flex-sm-grow-1 { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex-positive: 1!important; |
|
flex-grow: 1!important |
|
} |
|
.flex-sm-shrink-0 { |
|
-ms-flex-negative: 0!important; |
|
flex-shrink: 0!important |
|
} |
|
.flex-sm-shrink-1 { |
|
-ms-flex-negative: 1!important; |
|
flex-shrink: 1!important |
|
} |
|
.justify-content-sm-start { |
|
-webkit-box-pack: start!important; |
|
-ms-flex-pack: start!important; |
|
justify-content: flex-start!important |
|
} |
|
.justify-content-sm-end { |
|
-webkit-box-pack: end!important; |
|
-ms-flex-pack: end!important; |
|
justify-content: flex-end!important |
|
} |
|
.justify-content-sm-center { |
|
-webkit-box-pack: center!important; |
|
-ms-flex-pack: center!important; |
|
justify-content: center!important |
|
} |
|
.justify-content-sm-between { |
|
-webkit-box-pack: justify!important; |
|
-ms-flex-pack: justify!important; |
|
justify-content: space-between!important |
|
} |
|
.justify-content-sm-around { |
|
-ms-flex-pack: distribute!important; |
|
justify-content: space-around!important |
|
} |
|
.align-items-sm-start { |
|
-webkit-box-align: start!important; |
|
-ms-flex-align: start!important; |
|
align-items: flex-start!important |
|
} |
|
.align-items-sm-end { |
|
-webkit-box-align: end!important; |
|
-ms-flex-align: end!important; |
|
align-items: flex-end!important |
|
} |
|
.align-items-sm-center { |
|
-webkit-box-align: center!important; |
|
-ms-flex-align: center!important; |
|
align-items: center!important |
|
} |
|
.align-items-sm-baseline { |
|
-webkit-box-align: baseline!important; |
|
-ms-flex-align: baseline!important; |
|
align-items: baseline!important |
|
} |
|
.align-items-sm-stretch { |
|
-webkit-box-align: stretch!important; |
|
-ms-flex-align: stretch!important; |
|
align-items: stretch!important |
|
} |
|
.align-content-sm-start { |
|
-ms-flex-line-pack: start!important; |
|
align-content: flex-start!important |
|
} |
|
.align-content-sm-end { |
|
-ms-flex-line-pack: end!important; |
|
align-content: flex-end!important |
|
} |
|
.align-content-sm-center { |
|
-ms-flex-line-pack: center!important; |
|
align-content: center!important |
|
} |
|
.align-content-sm-between { |
|
-ms-flex-line-pack: justify!important; |
|
align-content: space-between!important |
|
} |
|
.align-content-sm-around { |
|
-ms-flex-line-pack: distribute!important; |
|
align-content: space-around!important |
|
} |
|
.align-content-sm-stretch { |
|
-ms-flex-line-pack: stretch!important; |
|
align-content: stretch!important |
|
} |
|
.align-self-sm-auto { |
|
-ms-flex-item-align: auto!important; |
|
align-self: auto!important |
|
} |
|
.align-self-sm-start { |
|
-ms-flex-item-align: start!important; |
|
align-self: flex-start!important |
|
} |
|
.align-self-sm-end { |
|
-ms-flex-item-align: end!important; |
|
align-self: flex-end!important |
|
} |
|
.align-self-sm-center { |
|
-ms-flex-item-align: center!important; |
|
align-self: center!important |
|
} |
|
.align-self-sm-baseline { |
|
-ms-flex-item-align: baseline!important; |
|
align-self: baseline!important |
|
} |
|
.align-self-sm-stretch { |
|
-ms-flex-item-align: stretch!important; |
|
align-self: stretch!important |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.flex-md-row { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: row!important; |
|
flex-direction: row!important |
|
} |
|
.flex-md-column { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: column!important; |
|
flex-direction: column!important |
|
} |
|
.flex-md-row-reverse { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: row-reverse!important; |
|
flex-direction: row-reverse!important |
|
} |
|
.flex-md-column-reverse { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: column-reverse!important; |
|
flex-direction: column-reverse!important |
|
} |
|
.flex-md-wrap { |
|
-ms-flex-wrap: wrap!important; |
|
flex-wrap: wrap!important |
|
} |
|
.flex-md-nowrap { |
|
-ms-flex-wrap: nowrap!important; |
|
flex-wrap: nowrap!important |
|
} |
|
.flex-md-wrap-reverse { |
|
-ms-flex-wrap: wrap-reverse!important; |
|
flex-wrap: wrap-reverse!important |
|
} |
|
.flex-md-fill { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex: 1 1 auto!important; |
|
flex: 1 1 auto!important |
|
} |
|
.flex-md-grow-0 { |
|
-webkit-box-flex: 0!important; |
|
-ms-flex-positive: 0!important; |
|
flex-grow: 0!important |
|
} |
|
.flex-md-grow-1 { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex-positive: 1!important; |
|
flex-grow: 1!important |
|
} |
|
.flex-md-shrink-0 { |
|
-ms-flex-negative: 0!important; |
|
flex-shrink: 0!important |
|
} |
|
.flex-md-shrink-1 { |
|
-ms-flex-negative: 1!important; |
|
flex-shrink: 1!important |
|
} |
|
.justify-content-md-start { |
|
-webkit-box-pack: start!important; |
|
-ms-flex-pack: start!important; |
|
justify-content: flex-start!important |
|
} |
|
.justify-content-md-end { |
|
-webkit-box-pack: end!important; |
|
-ms-flex-pack: end!important; |
|
justify-content: flex-end!important |
|
} |
|
.justify-content-md-center { |
|
-webkit-box-pack: center!important; |
|
-ms-flex-pack: center!important; |
|
justify-content: center!important |
|
} |
|
.justify-content-md-between { |
|
-webkit-box-pack: justify!important; |
|
-ms-flex-pack: justify!important; |
|
justify-content: space-between!important |
|
} |
|
.justify-content-md-around { |
|
-ms-flex-pack: distribute!important; |
|
justify-content: space-around!important |
|
} |
|
.align-items-md-start { |
|
-webkit-box-align: start!important; |
|
-ms-flex-align: start!important; |
|
align-items: flex-start!important |
|
} |
|
.align-items-md-end { |
|
-webkit-box-align: end!important; |
|
-ms-flex-align: end!important; |
|
align-items: flex-end!important |
|
} |
|
.align-items-md-center { |
|
-webkit-box-align: center!important; |
|
-ms-flex-align: center!important; |
|
align-items: center!important |
|
} |
|
.align-items-md-baseline { |
|
-webkit-box-align: baseline!important; |
|
-ms-flex-align: baseline!important; |
|
align-items: baseline!important |
|
} |
|
.align-items-md-stretch { |
|
-webkit-box-align: stretch!important; |
|
-ms-flex-align: stretch!important; |
|
align-items: stretch!important |
|
} |
|
.align-content-md-start { |
|
-ms-flex-line-pack: start!important; |
|
align-content: flex-start!important |
|
} |
|
.align-content-md-end { |
|
-ms-flex-line-pack: end!important; |
|
align-content: flex-end!important |
|
} |
|
.align-content-md-center { |
|
-ms-flex-line-pack: center!important; |
|
align-content: center!important |
|
} |
|
.align-content-md-between { |
|
-ms-flex-line-pack: justify!important; |
|
align-content: space-between!important |
|
} |
|
.align-content-md-around { |
|
-ms-flex-line-pack: distribute!important; |
|
align-content: space-around!important |
|
} |
|
.align-content-md-stretch { |
|
-ms-flex-line-pack: stretch!important; |
|
align-content: stretch!important |
|
} |
|
.align-self-md-auto { |
|
-ms-flex-item-align: auto!important; |
|
align-self: auto!important |
|
} |
|
.align-self-md-start { |
|
-ms-flex-item-align: start!important; |
|
align-self: flex-start!important |
|
} |
|
.align-self-md-end { |
|
-ms-flex-item-align: end!important; |
|
align-self: flex-end!important |
|
} |
|
.align-self-md-center { |
|
-ms-flex-item-align: center!important; |
|
align-self: center!important |
|
} |
|
.align-self-md-baseline { |
|
-ms-flex-item-align: baseline!important; |
|
align-self: baseline!important |
|
} |
|
.align-self-md-stretch { |
|
-ms-flex-item-align: stretch!important; |
|
align-self: stretch!important |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.flex-lg-row { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: row!important; |
|
flex-direction: row!important |
|
} |
|
.flex-lg-column { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: column!important; |
|
flex-direction: column!important |
|
} |
|
.flex-lg-row-reverse { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: row-reverse!important; |
|
flex-direction: row-reverse!important |
|
} |
|
.flex-lg-column-reverse { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: column-reverse!important; |
|
flex-direction: column-reverse!important |
|
} |
|
.flex-lg-wrap { |
|
-ms-flex-wrap: wrap!important; |
|
flex-wrap: wrap!important |
|
} |
|
.flex-lg-nowrap { |
|
-ms-flex-wrap: nowrap!important; |
|
flex-wrap: nowrap!important |
|
} |
|
.flex-lg-wrap-reverse { |
|
-ms-flex-wrap: wrap-reverse!important; |
|
flex-wrap: wrap-reverse!important |
|
} |
|
.flex-lg-fill { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex: 1 1 auto!important; |
|
flex: 1 1 auto!important |
|
} |
|
.flex-lg-grow-0 { |
|
-webkit-box-flex: 0!important; |
|
-ms-flex-positive: 0!important; |
|
flex-grow: 0!important |
|
} |
|
.flex-lg-grow-1 { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex-positive: 1!important; |
|
flex-grow: 1!important |
|
} |
|
.flex-lg-shrink-0 { |
|
-ms-flex-negative: 0!important; |
|
flex-shrink: 0!important |
|
} |
|
.flex-lg-shrink-1 { |
|
-ms-flex-negative: 1!important; |
|
flex-shrink: 1!important |
|
} |
|
.justify-content-lg-start { |
|
-webkit-box-pack: start!important; |
|
-ms-flex-pack: start!important; |
|
justify-content: flex-start!important |
|
} |
|
.justify-content-lg-end { |
|
-webkit-box-pack: end!important; |
|
-ms-flex-pack: end!important; |
|
justify-content: flex-end!important |
|
} |
|
.justify-content-lg-center { |
|
-webkit-box-pack: center!important; |
|
-ms-flex-pack: center!important; |
|
justify-content: center!important |
|
} |
|
.justify-content-lg-between { |
|
-webkit-box-pack: justify!important; |
|
-ms-flex-pack: justify!important; |
|
justify-content: space-between!important |
|
} |
|
.justify-content-lg-around { |
|
-ms-flex-pack: distribute!important; |
|
justify-content: space-around!important |
|
} |
|
.align-items-lg-start { |
|
-webkit-box-align: start!important; |
|
-ms-flex-align: start!important; |
|
align-items: flex-start!important |
|
} |
|
.align-items-lg-end { |
|
-webkit-box-align: end!important; |
|
-ms-flex-align: end!important; |
|
align-items: flex-end!important |
|
} |
|
.align-items-lg-center { |
|
-webkit-box-align: center!important; |
|
-ms-flex-align: center!important; |
|
align-items: center!important |
|
} |
|
.align-items-lg-baseline { |
|
-webkit-box-align: baseline!important; |
|
-ms-flex-align: baseline!important; |
|
align-items: baseline!important |
|
} |
|
.align-items-lg-stretch { |
|
-webkit-box-align: stretch!important; |
|
-ms-flex-align: stretch!important; |
|
align-items: stretch!important |
|
} |
|
.align-content-lg-start { |
|
-ms-flex-line-pack: start!important; |
|
align-content: flex-start!important |
|
} |
|
.align-content-lg-end { |
|
-ms-flex-line-pack: end!important; |
|
align-content: flex-end!important |
|
} |
|
.align-content-lg-center { |
|
-ms-flex-line-pack: center!important; |
|
align-content: center!important |
|
} |
|
.align-content-lg-between { |
|
-ms-flex-line-pack: justify!important; |
|
align-content: space-between!important |
|
} |
|
.align-content-lg-around { |
|
-ms-flex-line-pack: distribute!important; |
|
align-content: space-around!important |
|
} |
|
.align-content-lg-stretch { |
|
-ms-flex-line-pack: stretch!important; |
|
align-content: stretch!important |
|
} |
|
.align-self-lg-auto { |
|
-ms-flex-item-align: auto!important; |
|
align-self: auto!important |
|
} |
|
.align-self-lg-start { |
|
-ms-flex-item-align: start!important; |
|
align-self: flex-start!important |
|
} |
|
.align-self-lg-end { |
|
-ms-flex-item-align: end!important; |
|
align-self: flex-end!important |
|
} |
|
.align-self-lg-center { |
|
-ms-flex-item-align: center!important; |
|
align-self: center!important |
|
} |
|
.align-self-lg-baseline { |
|
-ms-flex-item-align: baseline!important; |
|
align-self: baseline!important |
|
} |
|
.align-self-lg-stretch { |
|
-ms-flex-item-align: stretch!important; |
|
align-self: stretch!important |
|
} |
|
} |
|
|
|
.float-left { |
|
float: left!important |
|
} |
|
|
|
.float-right { |
|
float: right!important |
|
} |
|
|
|
.float-none { |
|
float: none!important |
|
} |
|
|
|
@media (min-width:576px) { |
|
.float-sm-left { |
|
float: left!important |
|
} |
|
.float-sm-right { |
|
float: right!important |
|
} |
|
.float-sm-none { |
|
float: none!important |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.float-md-left { |
|
float: left!important |
|
} |
|
.float-md-right { |
|
float: right!important |
|
} |
|
.float-md-none { |
|
float: none!important |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.float-lg-left { |
|
float: left!important |
|
} |
|
.float-lg-right { |
|
float: right!important |
|
} |
|
.float-lg-none { |
|
float: none!important |
|
} |
|
} |
|
|
|
.overflow-auto { |
|
overflow: auto!important |
|
} |
|
|
|
.overflow-hidden { |
|
overflow: hidden!important |
|
} |
|
|
|
.position-static { |
|
position: static!important |
|
} |
|
|
|
.position-relative { |
|
position: relative!important |
|
} |
|
|
|
.position-absolute { |
|
position: absolute!important |
|
} |
|
|
|
.position-fixed { |
|
position: fixed!important |
|
} |
|
|
|
.position-sticky { |
|
position: -webkit-sticky!important; |
|
position: sticky!important |
|
} |
|
|
|
.fixed-top { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
left: 0; |
|
z-index: 1030 |
|
} |
|
|
|
.fixed-bottom { |
|
position: fixed; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
z-index: 1030 |
|
} |
|
|
|
@supports ((position:-webkit-sticky) or (position:sticky)) { |
|
.sticky-top { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
top: 0; |
|
z-index: 1020 |
|
} |
|
} |
|
|
|
.sr-only { |
|
position: absolute; |
|
width: 1px; |
|
height: 1px; |
|
padding: 0; |
|
overflow: hidden; |
|
clip: rect(0, 0, 0, 0); |
|
white-space: nowrap; |
|
border: 0 |
|
} |
|
|
|
.sr-only-focusable:active, |
|
.sr-only-focusable:focus { |
|
position: static; |
|
width: auto; |
|
height: auto; |
|
overflow: visible; |
|
clip: auto; |
|
white-space: normal |
|
} |
|
|
|
.shadow-sm { |
|
-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; |
|
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important |
|
} |
|
|
|
.shadow { |
|
-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; |
|
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important |
|
} |
|
|
|
.shadow-lg { |
|
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important; |
|
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important |
|
} |
|
|
|
.shadow-none { |
|
-webkit-box-shadow: none!important; |
|
box-shadow: none!important |
|
} |
|
|
|
.w-25 { |
|
width: 25%!important |
|
} |
|
|
|
.w-50 { |
|
width: 50%!important |
|
} |
|
|
|
.w-75 { |
|
width: 75%!important |
|
} |
|
|
|
.w-100 { |
|
width: 100%!important |
|
} |
|
|
|
.w-auto { |
|
width: auto!important |
|
} |
|
|
|
.h-25 { |
|
height: 25%!important |
|
} |
|
|
|
.h-50 { |
|
height: 50%!important |
|
} |
|
|
|
.h-75 { |
|
height: 75%!important |
|
} |
|
|
|
.h-100 { |
|
height: 100%!important |
|
} |
|
|
|
.h-auto { |
|
height: auto!important |
|
} |
|
|
|
.mw-100 { |
|
max-width: 100%!important |
|
} |
|
|
|
.mh-100 { |
|
max-height: 100%!important |
|
} |
|
|
|
.min-vw-100 { |
|
min-width: 100vw!important |
|
} |
|
|
|
.min-vh-100 { |
|
min-height: 100vh!important |
|
} |
|
|
|
.vw-100 { |
|
width: 100vw!important |
|
} |
|
|
|
.vh-100 { |
|
height: 100vh!important |
|
} |
|
|
|
.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) |
|
} |
|
|
|
.m-0 { |
|
margin: 0!important |
|
} |
|
|
|
.mt-0, |
|
.my-0 { |
|
margin-top: 0!important |
|
} |
|
|
|
.mr-0, |
|
.mx-0 { |
|
margin-right: 0!important |
|
} |
|
|
|
.mb-0, |
|
.my-0 { |
|
margin-bottom: 0!important |
|
} |
|
|
|
.ml-0, |
|
.mx-0 { |
|
margin-left: 0!important |
|
} |
|
|
|
.m-1 { |
|
margin: 4px!important |
|
} |
|
|
|
.mt-1, |
|
.my-1 { |
|
margin-top: 4px!important |
|
} |
|
|
|
.mr-1, |
|
.mx-1 { |
|
margin-right: 4px!important |
|
} |
|
|
|
.mb-1, |
|
.my-1 { |
|
margin-bottom: 4px!important |
|
} |
|
|
|
.ml-1, |
|
.mx-1 { |
|
margin-left: 4px!important |
|
} |
|
|
|
.m-2 { |
|
margin: 8px!important |
|
} |
|
|
|
.mt-2, |
|
.my-2 { |
|
margin-top: 8px!important |
|
} |
|
|
|
.mr-2, |
|
.mx-2 { |
|
margin-right: 8px!important |
|
} |
|
|
|
.mb-2, |
|
.my-2 { |
|
margin-bottom: 8px!important |
|
} |
|
|
|
.ml-2, |
|
.mx-2 { |
|
margin-left: 8px!important |
|
} |
|
|
|
.m-3 { |
|
margin: 16px!important |
|
} |
|
|
|
.mt-3, |
|
.my-3 { |
|
margin-top: 16px!important |
|
} |
|
|
|
.mr-3, |
|
.mx-3 { |
|
margin-right: 16px!important |
|
} |
|
|
|
.mb-3, |
|
.my-3 { |
|
margin-bottom: 16px!important |
|
} |
|
|
|
.ml-3, |
|
.mx-3 { |
|
margin-left: 16px!important |
|
} |
|
|
|
.m-4 { |
|
margin: 24px!important |
|
} |
|
|
|
.mt-4, |
|
.my-4 { |
|
margin-top: 24px!important |
|
} |
|
|
|
.mr-4, |
|
.mx-4 { |
|
margin-right: 24px!important |
|
} |
|
|
|
.mb-4, |
|
.my-4 { |
|
margin-bottom: 24px!important |
|
} |
|
|
|
.ml-4, |
|
.mx-4 { |
|
margin-left: 24px!important |
|
} |
|
|
|
.m-5 { |
|
margin: 48px!important |
|
} |
|
|
|
.mt-5, |
|
.my-5 { |
|
margin-top: 48px!important |
|
} |
|
|
|
.mr-5, |
|
.mx-5 { |
|
margin-right: 48px!important |
|
} |
|
|
|
.mb-5, |
|
.my-5 { |
|
margin-bottom: 48px!important |
|
} |
|
|
|
.ml-5, |
|
.mx-5 { |
|
margin-left: 48px!important |
|
} |
|
|
|
.p-0 { |
|
padding: 0!important |
|
} |
|
|
|
.pt-0, |
|
.py-0 { |
|
padding-top: 0!important |
|
} |
|
|
|
.pr-0, |
|
.px-0 { |
|
padding-right: 0!important |
|
} |
|
|
|
.pb-0, |
|
.py-0 { |
|
padding-bottom: 0!important |
|
} |
|
|
|
.pl-0, |
|
.px-0 { |
|
padding-left: 0!important |
|
} |
|
|
|
.p-1 { |
|
padding: 4px!important |
|
} |
|
|
|
.pt-1, |
|
.py-1 { |
|
padding-top: 4px!important |
|
} |
|
|
|
.pr-1, |
|
.px-1 { |
|
padding-right: 4px!important |
|
} |
|
|
|
.pb-1, |
|
.py-1 { |
|
padding-bottom: 4px!important |
|
} |
|
|
|
.pl-1, |
|
.px-1 { |
|
padding-left: 4px!important |
|
} |
|
|
|
.p-2 { |
|
padding: 8px!important |
|
} |
|
|
|
.pt-2, |
|
.py-2 { |
|
padding-top: 8px!important |
|
} |
|
|
|
.pr-2, |
|
.px-2 { |
|
padding-right: 8px!important |
|
} |
|
|
|
.pb-2, |
|
.py-2 { |
|
padding-bottom: 8px!important |
|
} |
|
|
|
.pl-2, |
|
.px-2 { |
|
padding-left: 8px!important |
|
} |
|
|
|
.p-3 { |
|
padding: 16px!important |
|
} |
|
|
|
.pt-3, |
|
.py-3 { |
|
padding-top: 16px!important |
|
} |
|
|
|
.pr-3, |
|
.px-3 { |
|
padding-right: 16px!important |
|
} |
|
|
|
.pb-3, |
|
.py-3 { |
|
padding-bottom: 16px!important |
|
} |
|
|
|
.pl-3, |
|
.px-3 { |
|
padding-left: 16px!important |
|
} |
|
|
|
.p-4 { |
|
padding: 24px!important |
|
} |
|
|
|
.pt-4, |
|
.py-4 { |
|
padding-top: 24px!important |
|
} |
|
|
|
.pr-4, |
|
.px-4 { |
|
padding-right: 24px!important |
|
} |
|
|
|
.pb-4, |
|
.py-4 { |
|
padding-bottom: 24px!important |
|
} |
|
|
|
.pl-4, |
|
.px-4 { |
|
padding-left: 24px!important |
|
} |
|
|
|
.p-5 { |
|
padding: 48px!important |
|
} |
|
|
|
.pt-5, |
|
.py-5 { |
|
padding-top: 48px!important |
|
} |
|
|
|
.pr-5, |
|
.px-5 { |
|
padding-right: 48px!important |
|
} |
|
|
|
.pb-5, |
|
.py-5 { |
|
padding-bottom: 48px!important |
|
} |
|
|
|
.pl-5, |
|
.px-5 { |
|
padding-left: 48px!important |
|
} |
|
|
|
.m-n1 { |
|
margin: -4px!important |
|
} |
|
|
|
.mt-n1, |
|
.my-n1 { |
|
margin-top: -4px!important |
|
} |
|
|
|
.mr-n1, |
|
.mx-n1 { |
|
margin-right: -4px!important |
|
} |
|
|
|
.mb-n1, |
|
.my-n1 { |
|
margin-bottom: -4px!important |
|
} |
|
|
|
.ml-n1, |
|
.mx-n1 { |
|
margin-left: -4px!important |
|
} |
|
|
|
.m-n2 { |
|
margin: -8px!important |
|
} |
|
|
|
.mt-n2, |
|
.my-n2 { |
|
margin-top: -8px!important |
|
} |
|
|
|
.mr-n2, |
|
.mx-n2 { |
|
margin-right: -8px!important |
|
} |
|
|
|
.mb-n2, |
|
.my-n2 { |
|
margin-bottom: -8px!important |
|
} |
|
|
|
.ml-n2, |
|
.mx-n2 { |
|
margin-left: -8px!important |
|
} |
|
|
|
.m-n3 { |
|
margin: -16px!important |
|
} |
|
|
|
.mt-n3, |
|
.my-n3 { |
|
margin-top: -16px!important |
|
} |
|
|
|
.mr-n3, |
|
.mx-n3 { |
|
margin-right: -16px!important |
|
} |
|
|
|
.mb-n3, |
|
.my-n3 { |
|
margin-bottom: -16px!important |
|
} |
|
|
|
.ml-n3, |
|
.mx-n3 { |
|
margin-left: -16px!important |
|
} |
|
|
|
.m-n4 { |
|
margin: -24px!important |
|
} |
|
|
|
.mt-n4, |
|
.my-n4 { |
|
margin-top: -24px!important |
|
} |
|
|
|
.mr-n4, |
|
.mx-n4 { |
|
margin-right: -24px!important |
|
} |
|
|
|
.mb-n4, |
|
.my-n4 { |
|
margin-bottom: -24px!important |
|
} |
|
|
|
.ml-n4, |
|
.mx-n4 { |
|
margin-left: -24px!important |
|
} |
|
|
|
.m-n5 { |
|
margin: -48px!important |
|
} |
|
|
|
.mt-n5, |
|
.my-n5 { |
|
margin-top: -48px!important |
|
} |
|
|
|
.mr-n5, |
|
.mx-n5 { |
|
margin-right: -48px!important |
|
} |
|
|
|
.mb-n5, |
|
.my-n5 { |
|
margin-bottom: -48px!important |
|
} |
|
|
|
.ml-n5, |
|
.mx-n5 { |
|
margin-left: -48px!important |
|
} |
|
|
|
.m-auto { |
|
margin: auto!important |
|
} |
|
|
|
.mt-auto, |
|
.my-auto { |
|
margin-top: auto!important |
|
} |
|
|
|
.mr-auto, |
|
.mx-auto { |
|
margin-right: auto!important |
|
} |
|
|
|
.mb-auto, |
|
.my-auto { |
|
margin-bottom: auto!important |
|
} |
|
|
|
.ml-auto, |
|
.mx-auto { |
|
margin-left: auto!important |
|
} |
|
|
|
@media (min-width:576px) { |
|
.m-sm-0 { |
|
margin: 0!important |
|
} |
|
.mt-sm-0, |
|
.my-sm-0 { |
|
margin-top: 0!important |
|
} |
|
.mr-sm-0, |
|
.mx-sm-0 { |
|
margin-right: 0!important |
|
} |
|
.mb-sm-0, |
|
.my-sm-0 { |
|
margin-bottom: 0!important |
|
} |
|
.ml-sm-0, |
|
.mx-sm-0 { |
|
margin-left: 0!important |
|
} |
|
.m-sm-1 { |
|
margin: 4px!important |
|
} |
|
.mt-sm-1, |
|
.my-sm-1 { |
|
margin-top: 4px!important |
|
} |
|
.mr-sm-1, |
|
.mx-sm-1 { |
|
margin-right: 4px!important |
|
} |
|
.mb-sm-1, |
|
.my-sm-1 { |
|
margin-bottom: 4px!important |
|
} |
|
.ml-sm-1, |
|
.mx-sm-1 { |
|
margin-left: 4px!important |
|
} |
|
.m-sm-2 { |
|
margin: 8px!important |
|
} |
|
.mt-sm-2, |
|
.my-sm-2 { |
|
margin-top: 8px!important |
|
} |
|
.mr-sm-2, |
|
.mx-sm-2 { |
|
margin-right: 8px!important |
|
} |
|
.mb-sm-2, |
|
.my-sm-2 { |
|
margin-bottom: 8px!important |
|
} |
|
.ml-sm-2, |
|
.mx-sm-2 { |
|
margin-left: 8px!important |
|
} |
|
.m-sm-3 { |
|
margin: 16px!important |
|
} |
|
.mt-sm-3, |
|
.my-sm-3 { |
|
margin-top: 16px!important |
|
} |
|
.mr-sm-3, |
|
.mx-sm-3 { |
|
margin-right: 16px!important |
|
} |
|
.mb-sm-3, |
|
.my-sm-3 { |
|
margin-bottom: 16px!important |
|
} |
|
.ml-sm-3, |
|
.mx-sm-3 { |
|
margin-left: 16px!important |
|
} |
|
.m-sm-4 { |
|
margin: 24px!important |
|
} |
|
.mt-sm-4, |
|
.my-sm-4 { |
|
margin-top: 24px!important |
|
} |
|
.mr-sm-4, |
|
.mx-sm-4 { |
|
margin-right: 24px!important |
|
} |
|
.mb-sm-4, |
|
.my-sm-4 { |
|
margin-bottom: 24px!important |
|
} |
|
.ml-sm-4, |
|
.mx-sm-4 { |
|
margin-left: 24px!important |
|
} |
|
.m-sm-5 { |
|
margin: 48px!important |
|
} |
|
.mt-sm-5, |
|
.my-sm-5 { |
|
margin-top: 48px!important |
|
} |
|
.mr-sm-5, |
|
.mx-sm-5 { |
|
margin-right: 48px!important |
|
} |
|
.mb-sm-5, |
|
.my-sm-5 { |
|
margin-bottom: 48px!important |
|
} |
|
.ml-sm-5, |
|
.mx-sm-5 { |
|
margin-left: 48px!important |
|
} |
|
.p-sm-0 { |
|
padding: 0!important |
|
} |
|
.pt-sm-0, |
|
.py-sm-0 { |
|
padding-top: 0!important |
|
} |
|
.pr-sm-0, |
|
.px-sm-0 { |
|
padding-right: 0!important |
|
} |
|
.pb-sm-0, |
|
.py-sm-0 { |
|
padding-bottom: 0!important |
|
} |
|
.pl-sm-0, |
|
.px-sm-0 { |
|
padding-left: 0!important |
|
} |
|
.p-sm-1 { |
|
padding: 4px!important |
|
} |
|
.pt-sm-1, |
|
.py-sm-1 { |
|
padding-top: 4px!important |
|
} |
|
.pr-sm-1, |
|
.px-sm-1 { |
|
padding-right: 4px!important |
|
} |
|
.pb-sm-1, |
|
.py-sm-1 { |
|
padding-bottom: 4px!important |
|
} |
|
.pl-sm-1, |
|
.px-sm-1 { |
|
padding-left: 4px!important |
|
} |
|
.p-sm-2 { |
|
padding: 8px!important |
|
} |
|
.pt-sm-2, |
|
.py-sm-2 { |
|
padding-top: 8px!important |
|
} |
|
.pr-sm-2, |
|
.px-sm-2 { |
|
padding-right: 8px!important |
|
} |
|
.pb-sm-2, |
|
.py-sm-2 { |
|
padding-bottom: 8px!important |
|
} |
|
.pl-sm-2, |
|
.px-sm-2 { |
|
padding-left: 8px!important |
|
} |
|
.p-sm-3 { |
|
padding: 16px!important |
|
} |
|
.pt-sm-3, |
|
.py-sm-3 { |
|
padding-top: 16px!important |
|
} |
|
.pr-sm-3, |
|
.px-sm-3 { |
|
padding-right: 16px!important |
|
} |
|
.pb-sm-3, |
|
.py-sm-3 { |
|
padding-bottom: 16px!important |
|
} |
|
.pl-sm-3, |
|
.px-sm-3 { |
|
padding-left: 16px!important |
|
} |
|
.p-sm-4 { |
|
padding: 24px!important |
|
} |
|
.pt-sm-4, |
|
.py-sm-4 { |
|
padding-top: 24px!important |
|
} |
|
.pr-sm-4, |
|
.px-sm-4 { |
|
padding-right: 24px!important |
|
} |
|
.pb-sm-4, |
|
.py-sm-4 { |
|
padding-bottom: 24px!important |
|
} |
|
.pl-sm-4, |
|
.px-sm-4 { |
|
padding-left: 24px!important |
|
} |
|
.p-sm-5 { |
|
padding: 48px!important |
|
} |
|
.pt-sm-5, |
|
.py-sm-5 { |
|
padding-top: 48px!important |
|
} |
|
.pr-sm-5, |
|
.px-sm-5 { |
|
padding-right: 48px!important |
|
} |
|
.pb-sm-5, |
|
.py-sm-5 { |
|
padding-bottom: 48px!important |
|
} |
|
.pl-sm-5, |
|
.px-sm-5 { |
|
padding-left: 48px!important |
|
} |
|
.m-sm-n1 { |
|
margin: -4px!important |
|
} |
|
.mt-sm-n1, |
|
.my-sm-n1 { |
|
margin-top: -4px!important |
|
} |
|
.mr-sm-n1, |
|
.mx-sm-n1 { |
|
margin-right: -4px!important |
|
} |
|
.mb-sm-n1, |
|
.my-sm-n1 { |
|
margin-bottom: -4px!important |
|
} |
|
.ml-sm-n1, |
|
.mx-sm-n1 { |
|
margin-left: -4px!important |
|
} |
|
.m-sm-n2 { |
|
margin: -8px!important |
|
} |
|
.mt-sm-n2, |
|
.my-sm-n2 { |
|
margin-top: -8px!important |
|
} |
|
.mr-sm-n2, |
|
.mx-sm-n2 { |
|
margin-right: -8px!important |
|
} |
|
.mb-sm-n2, |
|
.my-sm-n2 { |
|
margin-bottom: -8px!important |
|
} |
|
.ml-sm-n2, |
|
.mx-sm-n2 { |
|
margin-left: -8px!important |
|
} |
|
.m-sm-n3 { |
|
margin: -16px!important |
|
} |
|
.mt-sm-n3, |
|
.my-sm-n3 { |
|
margin-top: -16px!important |
|
} |
|
.mr-sm-n3, |
|
.mx-sm-n3 { |
|
margin-right: -16px!important |
|
} |
|
.mb-sm-n3, |
|
.my-sm-n3 { |
|
margin-bottom: -16px!important |
|
} |
|
.ml-sm-n3, |
|
.mx-sm-n3 { |
|
margin-left: -16px!important |
|
} |
|
.m-sm-n4 { |
|
margin: -24px!important |
|
} |
|
.mt-sm-n4, |
|
.my-sm-n4 { |
|
margin-top: -24px!important |
|
} |
|
.mr-sm-n4, |
|
.mx-sm-n4 { |
|
margin-right: -24px!important |
|
} |
|
.mb-sm-n4, |
|
.my-sm-n4 { |
|
margin-bottom: -24px!important |
|
} |
|
.ml-sm-n4, |
|
.mx-sm-n4 { |
|
margin-left: -24px!important |
|
} |
|
.m-sm-n5 { |
|
margin: -48px!important |
|
} |
|
.mt-sm-n5, |
|
.my-sm-n5 { |
|
margin-top: -48px!important |
|
} |
|
.mr-sm-n5, |
|
.mx-sm-n5 { |
|
margin-right: -48px!important |
|
} |
|
.mb-sm-n5, |
|
.my-sm-n5 { |
|
margin-bottom: -48px!important |
|
} |
|
.ml-sm-n5, |
|
.mx-sm-n5 { |
|
margin-left: -48px!important |
|
} |
|
.m-sm-auto { |
|
margin: auto!important |
|
} |
|
.mt-sm-auto, |
|
.my-sm-auto { |
|
margin-top: auto!important |
|
} |
|
.mr-sm-auto, |
|
.mx-sm-auto { |
|
margin-right: auto!important |
|
} |
|
.mb-sm-auto, |
|
.my-sm-auto { |
|
margin-bottom: auto!important |
|
} |
|
.ml-sm-auto, |
|
.mx-sm-auto { |
|
margin-left: auto!important |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.m-md-0 { |
|
margin: 0!important |
|
} |
|
.mt-md-0, |
|
.my-md-0 { |
|
margin-top: 0!important |
|
} |
|
.mr-md-0, |
|
.mx-md-0 { |
|
margin-right: 0!important |
|
} |
|
.mb-md-0, |
|
.my-md-0 { |
|
margin-bottom: 0!important |
|
} |
|
.ml-md-0, |
|
.mx-md-0 { |
|
margin-left: 0!important |
|
} |
|
.m-md-1 { |
|
margin: 4px!important |
|
} |
|
.mt-md-1, |
|
.my-md-1 { |
|
margin-top: 4px!important |
|
} |
|
.mr-md-1, |
|
.mx-md-1 { |
|
margin-right: 4px!important |
|
} |
|
.mb-md-1, |
|
.my-md-1 { |
|
margin-bottom: 4px!important |
|
} |
|
.ml-md-1, |
|
.mx-md-1 { |
|
margin-left: 4px!important |
|
} |
|
.m-md-2 { |
|
margin: 8px!important |
|
} |
|
.mt-md-2, |
|
.my-md-2 { |
|
margin-top: 8px!important |
|
} |
|
.mr-md-2, |
|
.mx-md-2 { |
|
margin-right: 8px!important |
|
} |
|
.mb-md-2, |
|
.my-md-2 { |
|
margin-bottom: 8px!important |
|
} |
|
.ml-md-2, |
|
.mx-md-2 { |
|
margin-left: 8px!important |
|
} |
|
.m-md-3 { |
|
margin: 16px!important |
|
} |
|
.mt-md-3, |
|
.my-md-3 { |
|
margin-top: 16px!important |
|
} |
|
.mr-md-3, |
|
.mx-md-3 { |
|
margin-right: 16px!important |
|
} |
|
.mb-md-3, |
|
.my-md-3 { |
|
margin-bottom: 16px!important |
|
} |
|
.ml-md-3, |
|
.mx-md-3 { |
|
margin-left: 16px!important |
|
} |
|
.m-md-4 { |
|
margin: 24px!important |
|
} |
|
.mt-md-4, |
|
.my-md-4 { |
|
margin-top: 24px!important |
|
} |
|
.mr-md-4, |
|
.mx-md-4 { |
|
margin-right: 24px!important |
|
} |
|
.mb-md-4, |
|
.my-md-4 { |
|
margin-bottom: 24px!important |
|
} |
|
.ml-md-4, |
|
.mx-md-4 { |
|
margin-left: 24px!important |
|
} |
|
.m-md-5 { |
|
margin: 48px!important |
|
} |
|
.mt-md-5, |
|
.my-md-5 { |
|
margin-top: 48px!important |
|
} |
|
.mr-md-5, |
|
.mx-md-5 { |
|
margin-right: 48px!important |
|
} |
|
.mb-md-5, |
|
.my-md-5 { |
|
margin-bottom: 48px!important |
|
} |
|
.ml-md-5, |
|
.mx-md-5 { |
|
margin-left: 48px!important |
|
} |
|
.p-md-0 { |
|
padding: 0!important |
|
} |
|
.pt-md-0, |
|
.py-md-0 { |
|
padding-top: 0!important |
|
} |
|
.pr-md-0, |
|
.px-md-0 { |
|
padding-right: 0!important |
|
} |
|
.pb-md-0, |
|
.py-md-0 { |
|
padding-bottom: 0!important |
|
} |
|
.pl-md-0, |
|
.px-md-0 { |
|
padding-left: 0!important |
|
} |
|
.p-md-1 { |
|
padding: 4px!important |
|
} |
|
.pt-md-1, |
|
.py-md-1 { |
|
padding-top: 4px!important |
|
} |
|
.pr-md-1, |
|
.px-md-1 { |
|
padding-right: 4px!important |
|
} |
|
.pb-md-1, |
|
.py-md-1 { |
|
padding-bottom: 4px!important |
|
} |
|
.pl-md-1, |
|
.px-md-1 { |
|
padding-left: 4px!important |
|
} |
|
.p-md-2 { |
|
padding: 8px!important |
|
} |
|
.pt-md-2, |
|
.py-md-2 { |
|
padding-top: 8px!important |
|
} |
|
.pr-md-2, |
|
.px-md-2 { |
|
padding-right: 8px!important |
|
} |
|
.pb-md-2, |
|
.py-md-2 { |
|
padding-bottom: 8px!important |
|
} |
|
.pl-md-2, |
|
.px-md-2 { |
|
padding-left: 8px!important |
|
} |
|
.p-md-3 { |
|
padding: 16px!important |
|
} |
|
.pt-md-3, |
|
.py-md-3 { |
|
padding-top: 16px!important |
|
} |
|
.pr-md-3, |
|
.px-md-3 { |
|
padding-right: 16px!important |
|
} |
|
.pb-md-3, |
|
.py-md-3 { |
|
padding-bottom: 16px!important |
|
} |
|
.pl-md-3, |
|
.px-md-3 { |
|
padding-left: 16px!important |
|
} |
|
.p-md-4 { |
|
padding: 24px!important |
|
} |
|
.pt-md-4, |
|
.py-md-4 { |
|
padding-top: 24px!important |
|
} |
|
.pr-md-4, |
|
.px-md-4 { |
|
padding-right: 24px!important |
|
} |
|
.pb-md-4, |
|
.py-md-4 { |
|
padding-bottom: 24px!important |
|
} |
|
.pl-md-4, |
|
.px-md-4 { |
|
padding-left: 24px!important |
|
} |
|
.p-md-5 { |
|
padding: 48px!important |
|
} |
|
.pt-md-5, |
|
.py-md-5 { |
|
padding-top: 48px!important |
|
} |
|
.pr-md-5, |
|
.px-md-5 { |
|
padding-right: 48px!important |
|
} |
|
.pb-md-5, |
|
.py-md-5 { |
|
padding-bottom: 48px!important |
|
} |
|
.pl-md-5, |
|
.px-md-5 { |
|
padding-left: 48px!important |
|
} |
|
.m-md-n1 { |
|
margin: -4px!important |
|
} |
|
.mt-md-n1, |
|
.my-md-n1 { |
|
margin-top: -4px!important |
|
} |
|
.mr-md-n1, |
|
.mx-md-n1 { |
|
margin-right: -4px!important |
|
} |
|
.mb-md-n1, |
|
.my-md-n1 { |
|
margin-bottom: -4px!important |
|
} |
|
.ml-md-n1, |
|
.mx-md-n1 { |
|
margin-left: -4px!important |
|
} |
|
.m-md-n2 { |
|
margin: -8px!important |
|
} |
|
.mt-md-n2, |
|
.my-md-n2 { |
|
margin-top: -8px!important |
|
} |
|
.mr-md-n2, |
|
.mx-md-n2 { |
|
margin-right: -8px!important |
|
} |
|
.mb-md-n2, |
|
.my-md-n2 { |
|
margin-bottom: -8px!important |
|
} |
|
.ml-md-n2, |
|
.mx-md-n2 { |
|
margin-left: -8px!important |
|
} |
|
.m-md-n3 { |
|
margin: -16px!important |
|
} |
|
.mt-md-n3, |
|
.my-md-n3 { |
|
margin-top: -16px!important |
|
} |
|
.mr-md-n3, |
|
.mx-md-n3 { |
|
margin-right: -16px!important |
|
} |
|
.mb-md-n3, |
|
.my-md-n3 { |
|
margin-bottom: -16px!important |
|
} |
|
.ml-md-n3, |
|
.mx-md-n3 { |
|
margin-left: -16px!important |
|
} |
|
.m-md-n4 { |
|
margin: -24px!important |
|
} |
|
.mt-md-n4, |
|
.my-md-n4 { |
|
margin-top: -24px!important |
|
} |
|
.mr-md-n4, |
|
.mx-md-n4 { |
|
margin-right: -24px!important |
|
} |
|
.mb-md-n4, |
|
.my-md-n4 { |
|
margin-bottom: -24px!important |
|
} |
|
.ml-md-n4, |
|
.mx-md-n4 { |
|
margin-left: -24px!important |
|
} |
|
.m-md-n5 { |
|
margin: -48px!important |
|
} |
|
.mt-md-n5, |
|
.my-md-n5 { |
|
margin-top: -48px!important |
|
} |
|
.mr-md-n5, |
|
.mx-md-n5 { |
|
margin-right: -48px!important |
|
} |
|
.mb-md-n5, |
|
.my-md-n5 { |
|
margin-bottom: -48px!important |
|
} |
|
.ml-md-n5, |
|
.mx-md-n5 { |
|
margin-left: -48px!important |
|
} |
|
.m-md-auto { |
|
margin: auto!important |
|
} |
|
.mt-md-auto, |
|
.my-md-auto { |
|
margin-top: auto!important |
|
} |
|
.mr-md-auto, |
|
.mx-md-auto { |
|
margin-right: auto!important |
|
} |
|
.mb-md-auto, |
|
.my-md-auto { |
|
margin-bottom: auto!important |
|
} |
|
.ml-md-auto, |
|
.mx-md-auto { |
|
margin-left: auto!important |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.m-lg-0 { |
|
margin: 0!important |
|
} |
|
.mt-lg-0, |
|
.my-lg-0 { |
|
margin-top: 0!important |
|
} |
|
.mr-lg-0, |
|
.mx-lg-0 { |
|
margin-right: 0!important |
|
} |
|
.mb-lg-0, |
|
.my-lg-0 { |
|
margin-bottom: 0!important |
|
} |
|
.ml-lg-0, |
|
.mx-lg-0 { |
|
margin-left: 0!important |
|
} |
|
.m-lg-1 { |
|
margin: 4px!important |
|
} |
|
.mt-lg-1, |
|
.my-lg-1 { |
|
margin-top: 4px!important |
|
} |
|
.mr-lg-1, |
|
.mx-lg-1 { |
|
margin-right: 4px!important |
|
} |
|
.mb-lg-1, |
|
.my-lg-1 { |
|
margin-bottom: 4px!important |
|
} |
|
.ml-lg-1, |
|
.mx-lg-1 { |
|
margin-left: 4px!important |
|
} |
|
.m-lg-2 { |
|
margin: 8px!important |
|
} |
|
.mt-lg-2, |
|
.my-lg-2 { |
|
margin-top: 8px!important |
|
} |
|
.mr-lg-2, |
|
.mx-lg-2 { |
|
margin-right: 8px!important |
|
} |
|
.mb-lg-2, |
|
.my-lg-2 { |
|
margin-bottom: 8px!important |
|
} |
|
.ml-lg-2, |
|
.mx-lg-2 { |
|
margin-left: 8px!important |
|
} |
|
.m-lg-3 { |
|
margin: 16px!important |
|
} |
|
.mt-lg-3, |
|
.my-lg-3 { |
|
margin-top: 16px!important |
|
} |
|
.mr-lg-3, |
|
.mx-lg-3 { |
|
margin-right: 16px!important |
|
} |
|
.mb-lg-3, |
|
.my-lg-3 { |
|
margin-bottom: 16px!important |
|
} |
|
.ml-lg-3, |
|
.mx-lg-3 { |
|
margin-left: 16px!important |
|
} |
|
.m-lg-4 { |
|
margin: 24px!important |
|
} |
|
.mt-lg-4, |
|
.my-lg-4 { |
|
margin-top: 24px!important |
|
} |
|
.mr-lg-4, |
|
.mx-lg-4 { |
|
margin-right: 24px!important |
|
} |
|
.mb-lg-4, |
|
.my-lg-4 { |
|
margin-bottom: 24px!important |
|
} |
|
.ml-lg-4, |
|
.mx-lg-4 { |
|
margin-left: 24px!important |
|
} |
|
.m-lg-5 { |
|
margin: 48px!important |
|
} |
|
.mt-lg-5, |
|
.my-lg-5 { |
|
margin-top: 48px!important |
|
} |
|
.mr-lg-5, |
|
.mx-lg-5 { |
|
margin-right: 48px!important |
|
} |
|
.mb-lg-5, |
|
.my-lg-5 { |
|
margin-bottom: 48px!important |
|
} |
|
.ml-lg-5, |
|
.mx-lg-5 { |
|
margin-left: 48px!important |
|
} |
|
.p-lg-0 { |
|
padding: 0!important |
|
} |
|
.pt-lg-0, |
|
.py-lg-0 { |
|
padding-top: 0!important |
|
} |
|
.pr-lg-0, |
|
.px-lg-0 { |
|
padding-right: 0!important |
|
} |
|
.pb-lg-0, |
|
.py-lg-0 { |
|
padding-bottom: 0!important |
|
} |
|
.pl-lg-0, |
|
.px-lg-0 { |
|
padding-left: 0!important |
|
} |
|
.p-lg-1 { |
|
padding: 4px!important |
|
} |
|
.pt-lg-1, |
|
.py-lg-1 { |
|
padding-top: 4px!important |
|
} |
|
.pr-lg-1, |
|
.px-lg-1 { |
|
padding-right: 4px!important |
|
} |
|
.pb-lg-1, |
|
.py-lg-1 { |
|
padding-bottom: 4px!important |
|
} |
|
.pl-lg-1, |
|
.px-lg-1 { |
|
padding-left: 4px!important |
|
} |
|
.p-lg-2 { |
|
padding: 8px!important |
|
} |
|
.pt-lg-2, |
|
.py-lg-2 { |
|
padding-top: 8px!important |
|
} |
|
.pr-lg-2, |
|
.px-lg-2 { |
|
padding-right: 8px!important |
|
} |
|
.pb-lg-2, |
|
.py-lg-2 { |
|
padding-bottom: 8px!important |
|
} |
|
.pl-lg-2, |
|
.px-lg-2 { |
|
padding-left: 8px!important |
|
} |
|
.p-lg-3 { |
|
padding: 16px!important |
|
} |
|
.pt-lg-3, |
|
.py-lg-3 { |
|
padding-top: 16px!important |
|
} |
|
.pr-lg-3, |
|
.px-lg-3 { |
|
padding-right: 16px!important |
|
} |
|
.pb-lg-3, |
|
.py-lg-3 { |
|
padding-bottom: 16px!important |
|
} |
|
.pl-lg-3, |
|
.px-lg-3 { |
|
padding-left: 16px!important |
|
} |
|
.p-lg-4 { |
|
padding: 24px!important |
|
} |
|
.pt-lg-4, |
|
.py-lg-4 { |
|
padding-top: 24px!important |
|
} |
|
.pr-lg-4, |
|
.px-lg-4 { |
|
padding-right: 24px!important |
|
} |
|
.pb-lg-4, |
|
.py-lg-4 { |
|
padding-bottom: 24px!important |
|
} |
|
.pl-lg-4, |
|
.px-lg-4 { |
|
padding-left: 24px!important |
|
} |
|
.p-lg-5 { |
|
padding: 48px!important |
|
} |
|
.pt-lg-5, |
|
.py-lg-5 { |
|
padding-top: 48px!important |
|
} |
|
.pr-lg-5, |
|
.px-lg-5 { |
|
padding-right: 48px!important |
|
} |
|
.pb-lg-5, |
|
.py-lg-5 { |
|
padding-bottom: 48px!important |
|
} |
|
.pl-lg-5, |
|
.px-lg-5 { |
|
padding-left: 48px!important |
|
} |
|
.m-lg-n1 { |
|
margin: -4px!important |
|
} |
|
.mt-lg-n1, |
|
.my-lg-n1 { |
|
margin-top: -4px!important |
|
} |
|
.mr-lg-n1, |
|
.mx-lg-n1 { |
|
margin-right: -4px!important |
|
} |
|
.mb-lg-n1, |
|
.my-lg-n1 { |
|
margin-bottom: -4px!important |
|
} |
|
.ml-lg-n1, |
|
.mx-lg-n1 { |
|
margin-left: -4px!important |
|
} |
|
.m-lg-n2 { |
|
margin: -8px!important |
|
} |
|
.mt-lg-n2, |
|
.my-lg-n2 { |
|
margin-top: -8px!important |
|
} |
|
.mr-lg-n2, |
|
.mx-lg-n2 { |
|
margin-right: -8px!important |
|
} |
|
.mb-lg-n2, |
|
.my-lg-n2 { |
|
margin-bottom: -8px!important |
|
} |
|
.ml-lg-n2, |
|
.mx-lg-n2 { |
|
margin-left: -8px!important |
|
} |
|
.m-lg-n3 { |
|
margin: -16px!important |
|
} |
|
.mt-lg-n3, |
|
.my-lg-n3 { |
|
margin-top: -16px!important |
|
} |
|
.mr-lg-n3, |
|
.mx-lg-n3 { |
|
margin-right: -16px!important |
|
} |
|
.mb-lg-n3, |
|
.my-lg-n3 { |
|
margin-bottom: -16px!important |
|
} |
|
.ml-lg-n3, |
|
.mx-lg-n3 { |
|
margin-left: -16px!important |
|
} |
|
.m-lg-n4 { |
|
margin: -24px!important |
|
} |
|
.mt-lg-n4, |
|
.my-lg-n4 { |
|
margin-top: -24px!important |
|
} |
|
.mr-lg-n4, |
|
.mx-lg-n4 { |
|
margin-right: -24px!important |
|
} |
|
.mb-lg-n4, |
|
.my-lg-n4 { |
|
margin-bottom: -24px!important |
|
} |
|
.ml-lg-n4, |
|
.mx-lg-n4 { |
|
margin-left: -24px!important |
|
} |
|
.m-lg-n5 { |
|
margin: -48px!important |
|
} |
|
.mt-lg-n5, |
|
.my-lg-n5 { |
|
margin-top: -48px!important |
|
} |
|
.mr-lg-n5, |
|
.mx-lg-n5 { |
|
margin-right: -48px!important |
|
} |
|
.mb-lg-n5, |
|
.my-lg-n5 { |
|
margin-bottom: -48px!important |
|
} |
|
.ml-lg-n5, |
|
.mx-lg-n5 { |
|
margin-left: -48px!important |
|
} |
|
.m-lg-auto { |
|
margin: auto!important |
|
} |
|
.mt-lg-auto, |
|
.my-lg-auto { |
|
margin-top: auto!important |
|
} |
|
.mr-lg-auto, |
|
.mx-lg-auto { |
|
margin-right: auto!important |
|
} |
|
.mb-lg-auto, |
|
.my-lg-auto { |
|
margin-bottom: auto!important |
|
} |
|
.ml-lg-auto, |
|
.mx-lg-auto { |
|
margin-left: auto!important |
|
} |
|
} |
|
|
|
.text-monospace { |
|
font-family: "Roboto Mono", monospace!important |
|
} |
|
|
|
.text-justify { |
|
text-align: justify!important |
|
} |
|
|
|
.text-wrap { |
|
white-space: normal!important |
|
} |
|
|
|
.text-nowrap { |
|
white-space: nowrap!important |
|
} |
|
|
|
.text-truncate { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap |
|
} |
|
|
|
.text-left { |
|
text-align: left!important |
|
} |
|
|
|
.text-right { |
|
text-align: right!important |
|
} |
|
|
|
.text-center { |
|
text-align: center!important |
|
} |
|
|
|
@media (min-width:576px) { |
|
.text-sm-left { |
|
text-align: left!important |
|
} |
|
.text-sm-right { |
|
text-align: right!important |
|
} |
|
.text-sm-center { |
|
text-align: center!important |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.text-md-left { |
|
text-align: left!important |
|
} |
|
.text-md-right { |
|
text-align: right!important |
|
} |
|
.text-md-center { |
|
text-align: center!important |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.text-lg-left { |
|
text-align: left!important |
|
} |
|
.text-lg-right { |
|
text-align: right!important |
|
} |
|
.text-lg-center { |
|
text-align: center!important |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.flex-xl-row { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: row!important; |
|
flex-direction: row!important |
|
} |
|
.flex-xl-column { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: normal!important; |
|
-ms-flex-direction: column!important; |
|
flex-direction: column!important |
|
} |
|
.flex-xl-row-reverse { |
|
-webkit-box-orient: horizontal!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: row-reverse!important; |
|
flex-direction: row-reverse!important |
|
} |
|
.flex-xl-column-reverse { |
|
-webkit-box-orient: vertical!important; |
|
-webkit-box-direction: reverse!important; |
|
-ms-flex-direction: column-reverse!important; |
|
flex-direction: column-reverse!important |
|
} |
|
.flex-xl-wrap { |
|
-ms-flex-wrap: wrap!important; |
|
flex-wrap: wrap!important |
|
} |
|
.flex-xl-nowrap { |
|
-ms-flex-wrap: nowrap!important; |
|
flex-wrap: nowrap!important |
|
} |
|
.flex-xl-wrap-reverse { |
|
-ms-flex-wrap: wrap-reverse!important; |
|
flex-wrap: wrap-reverse!important |
|
} |
|
.flex-xl-fill { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex: 1 1 auto!important; |
|
flex: 1 1 auto!important |
|
} |
|
.flex-xl-grow-0 { |
|
-webkit-box-flex: 0!important; |
|
-ms-flex-positive: 0!important; |
|
flex-grow: 0!important |
|
} |
|
.flex-xl-grow-1 { |
|
-webkit-box-flex: 1!important; |
|
-ms-flex-positive: 1!important; |
|
flex-grow: 1!important |
|
} |
|
.flex-xl-shrink-0 { |
|
-ms-flex-negative: 0!important; |
|
flex-shrink: 0!important |
|
} |
|
.flex-xl-shrink-1 { |
|
-ms-flex-negative: 1!important; |
|
flex-shrink: 1!important |
|
} |
|
.justify-content-xl-start { |
|
-webkit-box-pack: start!important; |
|
-ms-flex-pack: start!important; |
|
justify-content: flex-start!important |
|
} |
|
.justify-content-xl-end { |
|
-webkit-box-pack: end!important; |
|
-ms-flex-pack: end!important; |
|
justify-content: flex-end!important |
|
} |
|
.justify-content-xl-center { |
|
-webkit-box-pack: center!important; |
|
-ms-flex-pack: center!important; |
|
justify-content: center!important |
|
} |
|
.justify-content-xl-between { |
|
-webkit-box-pack: justify!important; |
|
-ms-flex-pack: justify!important; |
|
justify-content: space-between!important |
|
} |
|
.justify-content-xl-around { |
|
-ms-flex-pack: distribute!important; |
|
justify-content: space-around!important |
|
} |
|
.align-items-xl-start { |
|
-webkit-box-align: start!important; |
|
-ms-flex-align: start!important; |
|
align-items: flex-start!important |
|
} |
|
.align-items-xl-end { |
|
-webkit-box-align: end!important; |
|
-ms-flex-align: end!important; |
|
align-items: flex-end!important |
|
} |
|
.align-items-xl-center { |
|
-webkit-box-align: center!important; |
|
-ms-flex-align: center!important; |
|
align-items: center!important |
|
} |
|
.align-items-xl-baseline { |
|
-webkit-box-align: baseline!important; |
|
-ms-flex-align: baseline!important; |
|
align-items: baseline!important |
|
} |
|
.align-items-xl-stretch { |
|
-webkit-box-align: stretch!important; |
|
-ms-flex-align: stretch!important; |
|
align-items: stretch!important |
|
} |
|
.align-content-xl-start { |
|
-ms-flex-line-pack: start!important; |
|
align-content: flex-start!important |
|
} |
|
.align-content-xl-end { |
|
-ms-flex-line-pack: end!important; |
|
align-content: flex-end!important |
|
} |
|
.align-content-xl-center { |
|
-ms-flex-line-pack: center!important; |
|
align-content: center!important |
|
} |
|
.align-content-xl-between { |
|
-ms-flex-line-pack: justify!important; |
|
align-content: space-between!important |
|
} |
|
.align-content-xl-around { |
|
-ms-flex-line-pack: distribute!important; |
|
align-content: space-around!important |
|
} |
|
.align-content-xl-stretch { |
|
-ms-flex-line-pack: stretch!important; |
|
align-content: stretch!important |
|
} |
|
.align-self-xl-auto { |
|
-ms-flex-item-align: auto!important; |
|
align-self: auto!important |
|
} |
|
.align-self-xl-start { |
|
-ms-flex-item-align: start!important; |
|
align-self: flex-start!important |
|
} |
|
.align-self-xl-end { |
|
-ms-flex-item-align: end!important; |
|
align-self: flex-end!important |
|
} |
|
.align-self-xl-center { |
|
-ms-flex-item-align: center!important; |
|
align-self: center!important |
|
} |
|
.align-self-xl-baseline { |
|
-ms-flex-item-align: baseline!important; |
|
align-self: baseline!important |
|
} |
|
.align-self-xl-stretch { |
|
-ms-flex-item-align: stretch!important; |
|
align-self: stretch!important |
|
} |
|
.float-xl-left { |
|
float: left!important |
|
} |
|
.float-xl-right { |
|
float: right!important |
|
} |
|
.float-xl-none { |
|
float: none!important |
|
} |
|
.m-xl-0 { |
|
margin: 0!important |
|
} |
|
.mt-xl-0, |
|
.my-xl-0 { |
|
margin-top: 0!important |
|
} |
|
.mr-xl-0, |
|
.mx-xl-0 { |
|
margin-right: 0!important |
|
} |
|
.mb-xl-0, |
|
.my-xl-0 { |
|
margin-bottom: 0!important |
|
} |
|
.ml-xl-0, |
|
.mx-xl-0 { |
|
margin-left: 0!important |
|
} |
|
.m-xl-1 { |
|
margin: 4px!important |
|
} |
|
.mt-xl-1, |
|
.my-xl-1 { |
|
margin-top: 4px!important |
|
} |
|
.mr-xl-1, |
|
.mx-xl-1 { |
|
margin-right: 4px!important |
|
} |
|
.mb-xl-1, |
|
.my-xl-1 { |
|
margin-bottom: 4px!important |
|
} |
|
.ml-xl-1, |
|
.mx-xl-1 { |
|
margin-left: 4px!important |
|
} |
|
.m-xl-2 { |
|
margin: 8px!important |
|
} |
|
.mt-xl-2, |
|
.my-xl-2 { |
|
margin-top: 8px!important |
|
} |
|
.mr-xl-2, |
|
.mx-xl-2 { |
|
margin-right: 8px!important |
|
} |
|
.mb-xl-2, |
|
.my-xl-2 { |
|
margin-bottom: 8px!important |
|
} |
|
.ml-xl-2, |
|
.mx-xl-2 { |
|
margin-left: 8px!important |
|
} |
|
.m-xl-3 { |
|
margin: 16px!important |
|
} |
|
.mt-xl-3, |
|
.my-xl-3 { |
|
margin-top: 16px!important |
|
} |
|
.mr-xl-3, |
|
.mx-xl-3 { |
|
margin-right: 16px!important |
|
} |
|
.mb-xl-3, |
|
.my-xl-3 { |
|
margin-bottom: 16px!important |
|
} |
|
.ml-xl-3, |
|
.mx-xl-3 { |
|
margin-left: 16px!important |
|
} |
|
.m-xl-4 { |
|
margin: 24px!important |
|
} |
|
.mt-xl-4, |
|
.my-xl-4 { |
|
margin-top: 24px!important |
|
} |
|
.mr-xl-4, |
|
.mx-xl-4 { |
|
margin-right: 24px!important |
|
} |
|
.mb-xl-4, |
|
.my-xl-4 { |
|
margin-bottom: 24px!important |
|
} |
|
.ml-xl-4, |
|
.mx-xl-4 { |
|
margin-left: 24px!important |
|
} |
|
.m-xl-5 { |
|
margin: 48px!important |
|
} |
|
.mt-xl-5, |
|
.my-xl-5 { |
|
margin-top: 48px!important |
|
} |
|
.mr-xl-5, |
|
.mx-xl-5 { |
|
margin-right: 48px!important |
|
} |
|
.mb-xl-5, |
|
.my-xl-5 { |
|
margin-bottom: 48px!important |
|
} |
|
.ml-xl-5, |
|
.mx-xl-5 { |
|
margin-left: 48px!important |
|
} |
|
.p-xl-0 { |
|
padding: 0!important |
|
} |
|
.pt-xl-0, |
|
.py-xl-0 { |
|
padding-top: 0!important |
|
} |
|
.pr-xl-0, |
|
.px-xl-0 { |
|
padding-right: 0!important |
|
} |
|
.pb-xl-0, |
|
.py-xl-0 { |
|
padding-bottom: 0!important |
|
} |
|
.pl-xl-0, |
|
.px-xl-0 { |
|
padding-left: 0!important |
|
} |
|
.p-xl-1 { |
|
padding: 4px!important |
|
} |
|
.pt-xl-1, |
|
.py-xl-1 { |
|
padding-top: 4px!important |
|
} |
|
.pr-xl-1, |
|
.px-xl-1 { |
|
padding-right: 4px!important |
|
} |
|
.pb-xl-1, |
|
.py-xl-1 { |
|
padding-bottom: 4px!important |
|
} |
|
.pl-xl-1, |
|
.px-xl-1 { |
|
padding-left: 4px!important |
|
} |
|
.p-xl-2 { |
|
padding: 8px!important |
|
} |
|
.pt-xl-2, |
|
.py-xl-2 { |
|
padding-top: 8px!important |
|
} |
|
.pr-xl-2, |
|
.px-xl-2 { |
|
padding-right: 8px!important |
|
} |
|
.pb-xl-2, |
|
.py-xl-2 { |
|
padding-bottom: 8px!important |
|
} |
|
.pl-xl-2, |
|
.px-xl-2 { |
|
padding-left: 8px!important |
|
} |
|
.p-xl-3 { |
|
padding: 16px!important |
|
} |
|
.pt-xl-3, |
|
.py-xl-3 { |
|
padding-top: 16px!important |
|
} |
|
.pr-xl-3, |
|
.px-xl-3 { |
|
padding-right: 16px!important |
|
} |
|
.pb-xl-3, |
|
.py-xl-3 { |
|
padding-bottom: 16px!important |
|
} |
|
.pl-xl-3, |
|
.px-xl-3 { |
|
padding-left: 16px!important |
|
} |
|
.p-xl-4 { |
|
padding: 24px!important |
|
} |
|
.pt-xl-4, |
|
.py-xl-4 { |
|
padding-top: 24px!important |
|
} |
|
.pr-xl-4, |
|
.px-xl-4 { |
|
padding-right: 24px!important |
|
} |
|
.pb-xl-4, |
|
.py-xl-4 { |
|
padding-bottom: 24px!important |
|
} |
|
.pl-xl-4, |
|
.px-xl-4 { |
|
padding-left: 24px!important |
|
} |
|
.p-xl-5 { |
|
padding: 48px!important |
|
} |
|
.pt-xl-5, |
|
.py-xl-5 { |
|
padding-top: 48px!important |
|
} |
|
.pr-xl-5, |
|
.px-xl-5 { |
|
padding-right: 48px!important |
|
} |
|
.pb-xl-5, |
|
.py-xl-5 { |
|
padding-bottom: 48px!important |
|
} |
|
.pl-xl-5, |
|
.px-xl-5 { |
|
padding-left: 48px!important |
|
} |
|
.m-xl-n1 { |
|
margin: -4px!important |
|
} |
|
.mt-xl-n1, |
|
.my-xl-n1 { |
|
margin-top: -4px!important |
|
} |
|
.mr-xl-n1, |
|
.mx-xl-n1 { |
|
margin-right: -4px!important |
|
} |
|
.mb-xl-n1, |
|
.my-xl-n1 { |
|
margin-bottom: -4px!important |
|
} |
|
.ml-xl-n1, |
|
.mx-xl-n1 { |
|
margin-left: -4px!important |
|
} |
|
.m-xl-n2 { |
|
margin: -8px!important |
|
} |
|
.mt-xl-n2, |
|
.my-xl-n2 { |
|
margin-top: -8px!important |
|
} |
|
.mr-xl-n2, |
|
.mx-xl-n2 { |
|
margin-right: -8px!important |
|
} |
|
.mb-xl-n2, |
|
.my-xl-n2 { |
|
margin-bottom: -8px!important |
|
} |
|
.ml-xl-n2, |
|
.mx-xl-n2 { |
|
margin-left: -8px!important |
|
} |
|
.m-xl-n3 { |
|
margin: -16px!important |
|
} |
|
.mt-xl-n3, |
|
.my-xl-n3 { |
|
margin-top: -16px!important |
|
} |
|
.mr-xl-n3, |
|
.mx-xl-n3 { |
|
margin-right: -16px!important |
|
} |
|
.mb-xl-n3, |
|
.my-xl-n3 { |
|
margin-bottom: -16px!important |
|
} |
|
.ml-xl-n3, |
|
.mx-xl-n3 { |
|
margin-left: -16px!important |
|
} |
|
.m-xl-n4 { |
|
margin: -24px!important |
|
} |
|
.mt-xl-n4, |
|
.my-xl-n4 { |
|
margin-top: -24px!important |
|
} |
|
.mr-xl-n4, |
|
.mx-xl-n4 { |
|
margin-right: -24px!important |
|
} |
|
.mb-xl-n4, |
|
.my-xl-n4 { |
|
margin-bottom: -24px!important |
|
} |
|
.ml-xl-n4, |
|
.mx-xl-n4 { |
|
margin-left: -24px!important |
|
} |
|
.m-xl-n5 { |
|
margin: -48px!important |
|
} |
|
.mt-xl-n5, |
|
.my-xl-n5 { |
|
margin-top: -48px!important |
|
} |
|
.mr-xl-n5, |
|
.mx-xl-n5 { |
|
margin-right: -48px!important |
|
} |
|
.mb-xl-n5, |
|
.my-xl-n5 { |
|
margin-bottom: -48px!important |
|
} |
|
.ml-xl-n5, |
|
.mx-xl-n5 { |
|
margin-left: -48px!important |
|
} |
|
.m-xl-auto { |
|
margin: auto!important |
|
} |
|
.mt-xl-auto, |
|
.my-xl-auto { |
|
margin-top: auto!important |
|
} |
|
.mr-xl-auto, |
|
.mx-xl-auto { |
|
margin-right: auto!important |
|
} |
|
.mb-xl-auto, |
|
.my-xl-auto { |
|
margin-bottom: auto!important |
|
} |
|
.ml-xl-auto, |
|
.mx-xl-auto { |
|
margin-left: auto!important |
|
} |
|
.text-xl-left { |
|
text-align: left!important |
|
} |
|
.text-xl-right { |
|
text-align: right!important |
|
} |
|
.text-xl-center { |
|
text-align: center!important |
|
} |
|
} |
|
|
|
.text-lowercase { |
|
text-transform: lowercase!important |
|
} |
|
|
|
.text-uppercase { |
|
text-transform: uppercase!important |
|
} |
|
|
|
.text-capitalize { |
|
text-transform: capitalize!important |
|
} |
|
|
|
.font-weight-light { |
|
font-weight: 300!important |
|
} |
|
|
|
.font-weight-lighter { |
|
font-weight: lighter!important |
|
} |
|
|
|
.font-weight-normal { |
|
font-weight: 400!important |
|
} |
|
|
|
.font-weight-bold { |
|
font-weight: 700!important |
|
} |
|
|
|
.font-weight-bolder { |
|
font-weight: bolder!important |
|
} |
|
|
|
.font-italic { |
|
font-style: italic!important |
|
} |
|
|
|
.text-white { |
|
color: #fff!important |
|
} |
|
|
|
.text-primary { |
|
color: #004d99!important |
|
} |
|
|
|
a.text-primary:focus, |
|
a.text-primary:hover { |
|
color: #004080!important |
|
} |
|
|
|
.text-secondary { |
|
color: #3d4955!important |
|
} |
|
|
|
a.text-secondary:focus, |
|
a.text-secondary:hover { |
|
color: #323c46!important |
|
} |
|
|
|
.text-success { |
|
color: #003b26!important |
|
} |
|
|
|
a.text-success:focus, |
|
a.text-success:hover { |
|
color: #002116!important |
|
} |
|
|
|
.text-info { |
|
color: #717273!important |
|
} |
|
|
|
a.text-info:focus, |
|
a.text-info:hover { |
|
color: #646566!important |
|
} |
|
|
|
.text-warning { |
|
color: #4a2c00!important |
|
} |
|
|
|
a.text-warning:focus, |
|
a.text-warning:hover { |
|
color: #402600!important |
|
} |
|
|
|
.text-danger { |
|
color: #a31f33!important |
|
} |
|
|
|
a.text-danger:focus, |
|
a.text-danger:hover { |
|
color: #8e1b2c!important |
|
} |
|
|
|
.text-light { |
|
color: #bdb4d8!important |
|
} |
|
|
|
a.text-light:focus, |
|
a.text-light:hover { |
|
color: #aea3d0!important |
|
} |
|
|
|
.text-dark { |
|
color: #050b12!important |
|
} |
|
|
|
a.text-dark:focus, |
|
a.text-dark:hover { |
|
color: #000!important |
|
} |
|
|
|
.text-100 { |
|
color: #bbbdc1!important |
|
} |
|
|
|
a.text-100:focus, |
|
a.text-100:hover { |
|
color: #aeb0b5!important |
|
} |
|
|
|
.text-200 { |
|
color: #a3a4a7!important |
|
} |
|
|
|
a.text-200:focus, |
|
a.text-200:hover { |
|
color: #96979a!important |
|
} |
|
|
|
.text-300 { |
|
color: #8a8b8d!important |
|
} |
|
|
|
a.text-300:focus, |
|
a.text-300:hover { |
|
color: #7d7e80!important |
|
} |
|
|
|
.text-400 { |
|
color: #717273!important |
|
} |
|
|
|
a.text-400:focus, |
|
a.text-400:hover { |
|
color: #646566!important |
|
} |
|
|
|
.text-500 { |
|
color: #585859!important |
|
} |
|
|
|
a.text-500:focus, |
|
a.text-500:hover { |
|
color: #4b4c4c!important |
|
} |
|
|
|
.text-600 { |
|
color: #3f3f40!important |
|
} |
|
|
|
a.text-600:focus, |
|
a.text-600:hover { |
|
color: #323233!important |
|
} |
|
|
|
.text-700 { |
|
color: #262626!important |
|
} |
|
|
|
a.text-700:focus, |
|
a.text-700:hover { |
|
color: #191919!important |
|
} |
|
|
|
.text-800 { |
|
color: #0c0c0d!important |
|
} |
|
|
|
.text-900, |
|
a.text-800:focus, |
|
a.text-800:hover, |
|
a.text-900:focus, |
|
a.text-900:hover { |
|
color: #000!important |
|
} |
|
|
|
.text-body { |
|
color: #19191a!important |
|
} |
|
|
|
.text-muted { |
|
color: #5a768a!important |
|
} |
|
|
|
.text-black-50 { |
|
color: rgba(0, 0, 0, .5)!important |
|
} |
|
|
|
.text-white-50 { |
|
color: rgba(255, 255, 255, .5)!important |
|
} |
|
|
|
.text-hide { |
|
font: 0/0 a; |
|
color: transparent; |
|
text-shadow: none; |
|
background-color: transparent; |
|
border: 0 |
|
} |
|
|
|
.text-decoration-none { |
|
text-decoration: none!important |
|
} |
|
|
|
.text-break { |
|
word-break: break-word!important; |
|
overflow-wrap: break-word!important |
|
} |
|
|
|
.text-reset { |
|
color: inherit!important |
|
} |
|
|
|
.visible { |
|
visibility: visible!important |
|
} |
|
|
|
.invisible { |
|
visibility: hidden!important |
|
} |
|
|
|
@-webkit-keyframes spinner-border { |
|
to { |
|
-webkit-transform: rotate(360deg); |
|
transform: rotate(360deg) |
|
} |
|
} |
|
|
|
@keyframes spinner-border { |
|
to { |
|
-webkit-transform: rotate(360deg); |
|
transform: rotate(360deg) |
|
} |
|
} |
|
|
|
.spinner-border { |
|
display: inline-block; |
|
width: 2rem; |
|
height: 2rem; |
|
vertical-align: text-bottom; |
|
border: .25em solid currentColor; |
|
border-right-color: transparent; |
|
border-radius: 50%; |
|
-webkit-animation: .75s linear infinite spinner-border; |
|
animation: .75s linear infinite spinner-border |
|
} |
|
|
|
.spinner-border-sm { |
|
width: 1rem; |
|
height: 1rem; |
|
border-width: .2em |
|
} |
|
|
|
@-webkit-keyframes spinner-grow { |
|
0% { |
|
-webkit-transform: scale(0); |
|
transform: scale(0) |
|
} |
|
50% { |
|
opacity: 1 |
|
} |
|
} |
|
|
|
@keyframes spinner-grow { |
|
0% { |
|
-webkit-transform: scale(0); |
|
transform: scale(0) |
|
} |
|
50% { |
|
opacity: 1 |
|
} |
|
} |
|
|
|
.spinner-grow { |
|
display: inline-block; |
|
width: 2rem; |
|
height: 2rem; |
|
vertical-align: text-bottom; |
|
background-color: currentColor; |
|
border-radius: 50%; |
|
opacity: 0; |
|
-webkit-animation: .75s linear infinite spinner-grow; |
|
animation: .75s linear infinite spinner-grow |
|
} |
|
|
|
.spinner-grow-sm { |
|
width: 1rem; |
|
height: 1rem |
|
} |
|
|
|
.toast { |
|
max-width: 350px; |
|
overflow: hidden; |
|
font-size: .875rem; |
|
background-color: rgba(255, 255, 255, .85); |
|
background-clip: padding-box; |
|
border: 1px solid rgba(0, 0, 0, .1); |
|
-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); |
|
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1); |
|
-webkit-backdrop-filter: blur(10px); |
|
backdrop-filter: blur(10px); |
|
opacity: 0; |
|
border-radius: .25rem |
|
} |
|
|
|
.toast:not(:last-child) { |
|
margin-bottom: .75rem |
|
} |
|
|
|
.toast.showing { |
|
opacity: 1 |
|
} |
|
|
|
.toast.show { |
|
display: block; |
|
opacity: 1 |
|
} |
|
|
|
.toast.hide { |
|
display: none |
|
} |
|
|
|
.toast-header { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: .25rem .75rem; |
|
color: #656566; |
|
background-color: rgba(255, 255, 255, .85); |
|
background-clip: padding-box; |
|
border-bottom: 1px solid rgba(0, 0, 0, .05) |
|
} |
|
|
|
.toast-body { |
|
padding: .75rem |
|
} |
|
|
|
body, |
|
html { |
|
font-size: 16px; |
|
line-height: 1.5 |
|
} |
|
|
|
.h1, |
|
h1 { |
|
letter-spacing: -1px |
|
} |
|
|
|
@media (min-width:576px) { |
|
body, |
|
html { |
|
font-size: 18px; |
|
line-height: 1.555 |
|
} |
|
.h1, |
|
h1 { |
|
font-size: 2.666rem; |
|
letter-spacing: -1.3px; |
|
line-height: 1.25 |
|
} |
|
} |
|
|
|
.h2, |
|
h2 { |
|
line-height: 1.25 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.h2, |
|
h2 { |
|
font-size: 2.222rem; |
|
line-height: 1.2; |
|
letter-spacing: -2px |
|
} |
|
} |
|
|
|
.h3, |
|
h3 { |
|
line-height: 1.1428 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.h3, |
|
h3 { |
|
font-size: 1.777rem; |
|
line-height: 1.25 |
|
} |
|
} |
|
|
|
.h4, |
|
h4 { |
|
line-height: 1.1666 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.h4, |
|
h4 { |
|
font-size: 1.555rem; |
|
line-height: 1.428; |
|
font-weight: 600 |
|
} |
|
.h5, |
|
h5 { |
|
font-size: 1.333rem |
|
} |
|
} |
|
|
|
.h5, |
|
h5 { |
|
font-weight: 400 |
|
} |
|
|
|
.h6, |
|
h6 { |
|
font-weight: 600; |
|
line-height: 1.5 |
|
} |
|
|
|
.display-1 { |
|
font-size: 3.111rem |
|
} |
|
|
|
@media (min-width:576px) { |
|
.display-1 { |
|
font-size: 3.111rem; |
|
line-height: 1.428 |
|
} |
|
} |
|
|
|
.blockquote, |
|
blockquote { |
|
font-family: Lora, Georgia, serif; |
|
margin: 1.5rem 0 |
|
} |
|
|
|
caption { |
|
font-size: .777rem; |
|
line-height: 1.4285 |
|
} |
|
|
|
b, |
|
strong { |
|
font-weight: 600 |
|
} |
|
|
|
.small, |
|
small { |
|
font-size: .9375rem; |
|
font-weight: 400 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.small, |
|
small { |
|
font-size: .8888rem |
|
} |
|
} |
|
|
|
.x-small { |
|
font-size: .875rem; |
|
font-weight: 400 |
|
} |
|
|
|
.blockquote-footer { |
|
color: #656566 |
|
} |
|
|
|
.bg-dark .blockquote-footer { |
|
color: #979899 |
|
} |
|
|
|
.text-serif { |
|
font-family: Lora, Georgia, serif |
|
} |
|
|
|
.text-sans-serif { |
|
font-family: "Titillium Web", Geneva, Tahoma, sans-serif |
|
} |
|
|
|
.row.variable-gutters { |
|
margin-right: -6px; |
|
margin-left: -6px |
|
} |
|
|
|
.row.variable-gutters>.col, |
|
.row.variable-gutters>[class*=col-] { |
|
padding-right: 6px; |
|
padding-left: 6px |
|
} |
|
|
|
@media (min-width:576px) { |
|
.x-small { |
|
font-size: .7777rem |
|
} |
|
.row.variable-gutters { |
|
margin-right: -6px; |
|
margin-left: -6px |
|
} |
|
.row.variable-gutters>.col, |
|
.row.variable-gutters>[class*=col-] { |
|
padding-right: 6px; |
|
padding-left: 6px |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.row.variable-gutters { |
|
margin-right: -10px; |
|
margin-left: -10px |
|
} |
|
.row.variable-gutters>.col, |
|
.row.variable-gutters>[class*=col-] { |
|
padding-right: 10px; |
|
padding-left: 10px |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.row.variable-gutters { |
|
margin-right: -10px; |
|
margin-left: -10px |
|
} |
|
.row.variable-gutters>.col, |
|
.row.variable-gutters>[class*=col-] { |
|
padding-right: 10px; |
|
padding-left: 10px |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.row.variable-gutters { |
|
margin-right: -14px; |
|
margin-left: -14px |
|
} |
|
.row.variable-gutters>.col, |
|
.row.variable-gutters>[class*=col-] { |
|
padding-right: 14px; |
|
padding-left: 14px |
|
} |
|
} |
|
|
|
.table td, |
|
.table th { |
|
text-align: left; |
|
border-bottom: 1px solid #d6dce3; |
|
border-top: none |
|
} |
|
|
|
.breadcrumb-container .breadcrumb { |
|
padding: 24px; |
|
border-radius: 0 |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item { |
|
padding-left: 0 |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item:before { |
|
display: none |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item i { |
|
padding-right: .5em |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item a { |
|
color: #5b6f82; |
|
font-weight: 600 |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item.active a { |
|
font-weight: 400; |
|
pointer-events: none |
|
} |
|
|
|
.breadcrumb-container .breadcrumb .breadcrumb-item span.separator { |
|
display: inline-block; |
|
font-weight: 600; |
|
padding: 0 .5em |
|
} |
|
|
|
.breadcrumb-container .breadcrumb.dark { |
|
background: #435a70 |
|
} |
|
|
|
.breadcrumb-container .breadcrumb.dark .breadcrumb-item a, |
|
.breadcrumb-container .breadcrumb.dark .breadcrumb-item span.separator { |
|
color: #fff |
|
} |
|
|
|
.breadcrumb-container .breadcrumb.dark .breadcrumb-item i { |
|
color: #0bd9d2 |
|
} |
|
|
|
.modal-content, |
|
.modal-header { |
|
border-radius: 0 |
|
} |
|
|
|
[data-toggle=collapse] .collapse-icon::before { |
|
content: ''; |
|
display: inline-block; |
|
width: 0; |
|
height: 0; |
|
border-top: .5rem solid; |
|
border-right: .5rem solid transparent; |
|
border-bottom: 0; |
|
border-left: .5rem solid transparent; |
|
vertical-align: .1875rem |
|
} |
|
|
|
[data-toggle=collapse].collapsed .collapse-icon::before { |
|
-webkit-transform: rotate(180deg); |
|
transform: rotate(180deg) |
|
} |
|
|
|
.collapse-div { |
|
border-bottom: 1px solid #e3e4e6 |
|
} |
|
|
|
.collapse-div .collapse-div { |
|
border: 1px solid #e3e4e6; |
|
border-top: 0 |
|
} |
|
|
|
.collapse-div.collapse-background-active .collapse-header [data-toggle=collapse][aria-expanded=true] { |
|
background-color: #0073e6; |
|
color: #fff; |
|
border-color: #0073e6 |
|
} |
|
|
|
.collapse-div.collapse-background-active .collapse-header [data-toggle=collapse][aria-expanded=true]:before { |
|
color: #fff |
|
} |
|
|
|
.collapse-div.collapse-background-hover .collapse-header [data-toggle=collapse]:hover { |
|
background-color: #0073e6; |
|
color: #fff; |
|
border-color: #0073e6 |
|
} |
|
|
|
.collapse-div.collapse-background-hover .collapse-header [data-toggle=collapse]:hover:before { |
|
color: #fff |
|
} |
|
|
|
.collapse-div.collapse-left-icon .collapse-header [data-toggle=collapse]:before { |
|
content: '-'; |
|
float: left; |
|
margin: 0 1rem 0 0; |
|
font-size: 1.5rem; |
|
line-height: 1.2rem; |
|
font-family: "Titillium Web", Geneva, Tahoma, sans-serif; |
|
-webkit-transform: none; |
|
transform: none |
|
} |
|
|
|
.collapse-div.collapse-left-icon .collapse-header [data-toggle=collapse][aria-expanded=false]:before { |
|
content: '+' |
|
} |
|
|
|
.collapse-header { |
|
position: relative |
|
} |
|
|
|
.collapse-header [data-toggle=collapse] { |
|
width: 100%; |
|
text-align: left; |
|
border: 0; |
|
background-color: transparent; |
|
border-top: 1px solid #e3e4e6; |
|
padding: 14px 24px; |
|
cursor: pointer; |
|
color: #5c6f82; |
|
font-weight: 600 |
|
} |
|
|
|
.collapse-header [data-toggle=collapse][aria-expanded=false] { |
|
color: #0073e6 |
|
} |
|
|
|
.collapse-header [data-toggle=collapse][aria-expanded=false]:before { |
|
-webkit-transform: scaleY(-1); |
|
transform: scaleY(-1) |
|
} |
|
|
|
.collapse-header [data-toggle=collapse][aria-expanded=false]:hover:before, |
|
.collapse-header [data-toggle=collapse][aria-expanded=true]:hover:before { |
|
text-decoration: none |
|
} |
|
|
|
.collapse-header [data-toggle=collapse]:before { |
|
content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPml0LWNvbGxhcHNlPC90aXRsZT48ZyBpZD0iTGl2ZWxsb18xMyIgZGF0YS1uYW1lPSJMaXZlbGxvIDEzIj48cGF0aCBmaWxsPSIjN0ZCMkU1IiBkPSJNMTIsMTAuMjUsMTYuNzcsMTVhLjc1Ljc1LDAsMCwwLDEuMDYsMCwuNzQuNzQsMCwwLDAsMC0xLjA2TDEzLjA2LDkuMTlhMS41MSwxLjUxLDAsMCwwLTIuMTIsMEw2LjE3LDE0YS43NC43NCwwLDAsMCwwLDEuMDYuNzUuNzUsMCwwLDAsMS4wNiwwWiIvPjwvZz48L3N2Zz4K); |
|
float: right; |
|
width: 1.5rem; |
|
line-height: .1rem; |
|
color: #7ab8f5; |
|
-webkit-transition: -webkit-transform .3s; |
|
transition: transform .3s; |
|
transition: transform .3s, -webkit-transform .3s |
|
} |
|
|
|
.collapse-header [data-toggle=collapse]:hover { |
|
background: 0 0; |
|
text-decoration: underline |
|
} |
|
|
|
.collapse-body { |
|
padding: 12px 24px 42px |
|
} |
|
|
|
.collapse-body .collapse-header button[aria-expanded=true]:before { |
|
height: 0; |
|
width: 0 |
|
} |
|
|
|
.it-carousel-wrapper { |
|
margin: 0 auto |
|
} |
|
|
|
.it-carousel-wrapper .it-special-card h5.card-title { |
|
margin-bottom: 0 |
|
} |
|
|
|
.it-carousel-wrapper .it-header-block h2 { |
|
font-size: 1.75rem; |
|
border-bottom: 1px solid #d9dadb; |
|
padding-bottom: 8px; |
|
margin-bottom: 0; |
|
letter-spacing: unset |
|
} |
|
|
|
.it-carousel-wrapper .owl-stage-outer { |
|
padding-top: 24px; |
|
padding-bottom: 0 |
|
} |
|
|
|
.it-carousel-wrapper .card-wrapper { |
|
padding-bottom: 16px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a { |
|
display: block; |
|
position: relative |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card { |
|
border-right: none; |
|
margin-right: 0 |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after { |
|
display: none |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature { |
|
float: left; |
|
margin-bottom: 0; |
|
width: 60% |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more { |
|
float: right; |
|
position: inherit; |
|
bottom: inherit; |
|
margin-bottom: 0; |
|
width: 35%; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end; |
|
line-height: 21px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 { |
|
margin: 0 auto |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block { |
|
padding: 0 24px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage { |
|
left: unset |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage { |
|
left: -40px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-stage { |
|
left: unset |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .owl-dots { |
|
text-align: center |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage { |
|
left: -16px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .card.card-img, |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .card.card-bg { |
|
margin-left: 0; |
|
margin-right: 0 |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer { |
|
border-right: none |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage { |
|
left: -16px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-dots { |
|
text-align: center; |
|
margin-top: 0 |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots { |
|
text-align: center; |
|
margin-top: 16px; |
|
margin-left: 38px; |
|
margin-right: 38px |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-dots { |
|
text-align: center |
|
} |
|
|
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .it-img-card .owl-stage { |
|
left: -16px |
|
} |
|
|
|
.it-carousel-wrapper .owl-dots { |
|
text-align: center |
|
} |
|
|
|
.it-carousel-wrapper .owl-dots .owl-dot { |
|
width: 8px; |
|
height: 8px; |
|
background: #0059b3; |
|
display: inline-block; |
|
opacity: .3; |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
border-radius: 50px; |
|
margin: 0 8px |
|
} |
|
|
|
.it-carousel-wrapper .owl-dots .owl-dot.active { |
|
opacity: 1 |
|
} |
|
|
|
@media (min-width:768px) { |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage-outer { |
|
border-right: 3px solid #fff |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-img-card .owl-stage { |
|
left: -16px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel .it-img-card .owl-stage { |
|
left: unset |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-carousel-wrapper.it-carousel-landscape-abstract { |
|
max-width: 960px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage, |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .owl-stage .owl-item .it-single-slide-wrapper { |
|
height: 100% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-preferred-size: 100%; |
|
flex-basis: 100%; |
|
width: 100% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a { |
|
-ms-flex-preferred-size: 50%; |
|
flex-basis: 50% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper>a .img-responsive-wrapper .img-responsive { |
|
padding-bottom: inherit; |
|
position: absolute; |
|
width: 100%; |
|
height: 100% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside { |
|
-ms-flex-preferred-size: 50%; |
|
flex-basis: 50% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card { |
|
border-right: none; |
|
margin-right: 0 |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card:after { |
|
display: none |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body { |
|
padding-left: 48px; |
|
padding-bottom: 48px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body .card-signature { |
|
float: left; |
|
width: 60% |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper .it-text-slider-wrapper-outside .card .card-body a.read-more { |
|
float: right; |
|
position: inherit; |
|
bottom: inherit; |
|
margin-bottom: 0; |
|
width: 35%; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end; |
|
line-height: 26px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots { |
|
position: absolute; |
|
left: 50%; |
|
margin-left: 40px; |
|
right: 0; |
|
bottom: 5px; |
|
text-align: left |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 { |
|
max-width: 960px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel { |
|
max-width: unset |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-header-block { |
|
padding: 0 12px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage-outer { |
|
border-right: 1px solid #fff |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-stage { |
|
left: inherit |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage { |
|
left: unset |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .it-card-bg .owl-stage-outer { |
|
border-right: none |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 .owl-dots { |
|
text-align: left; |
|
margin-left: 16px; |
|
margin-right: 16px |
|
} |
|
} |
|
|
|
.alert { |
|
position: relative; |
|
padding: 1rem 1rem 1rem 4em; |
|
margin-bottom: 1rem; |
|
border: 1px solid #b1b1b3 |
|
} |
|
|
|
.alert-heading { |
|
color: inherit |
|
} |
|
|
|
.alert-link { |
|
font-weight: 700 |
|
} |
|
|
|
.alert-dismissible { |
|
padding-right: 3.5rem |
|
} |
|
|
|
.alert-dismissible .close { |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
padding: .8rem 1rem; |
|
color: inherit |
|
} |
|
|
|
.alert-success { |
|
background-position: 1em .8em; |
|
background-repeat: no-repeat; |
|
border-left: 8px solid #008758 |
|
} |
|
|
|
.alert-info { |
|
background-position: 1em .8em; |
|
background-repeat: no-repeat; |
|
border-left: 8px solid #979899 |
|
} |
|
|
|
.alert-warning { |
|
background-position: 1em .8em; |
|
background-repeat: no-repeat; |
|
border-left: 8px solid #a66300 |
|
} |
|
|
|
.alert-danger { |
|
background-position: 1em .8em; |
|
background-repeat: no-repeat; |
|
border-left: 8px solid #d9364f; |
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Eerror%3C/title%3E%3Cpath d='M16 1.6C24 1.6 30.4 8 30.4 16S24 30.4 16 30.4 1.6 24 1.6 16 8 1.6 16 1.6zM16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z'/%3E%3Cpath d='M14.4 24c0-.96.64-1.6 1.6-1.6s1.6.64 1.6 1.6c0 .96-.64 1.6-1.6 1.6s-1.6-.64-1.6-1.6zM15.04 20.8l-.32-14.4h2.56l-.32 14.4z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.alert-warning { |
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Ewarning%3C/title%3E%3Cpath d='M14.333 26c0-1 .667-1.667 1.667-1.667S17.667 25 17.667 26 17 27.667 16 27.667 14.333 27 14.333 26zM15 22.667l-.333-15h2.667l-.333 15z'/%3E%3Cpath d='M16 2.667c1 0 2 .5 2.5 1.333l10.333 20.833c.5.833.5 2 0 2.833s-1.5 1.5-2.5 1.5H5.666c-1 0-2-.5-2.5-1.5-.5-.833-.5-2 0-2.833L13.499 4c.5-.833 1.5-1.333 2.5-1.333zM16 1c-1.5 0-3 .833-4 2.333L1.667 24.166c-1.667 3 .5 6.833 4 6.833h20.667c3.5 0 5.667-3.833 4-6.833L20.001 3.333c-1-1.667-2.5-2.333-4-2.333z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.alert-success { |
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M32 6.682l-2.824-2.635-18.447 18.635-8.094-8.094L0 17.412l8.094 7.906h-.188l2.824 2.635 2.635-2.635z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.alert-info { |
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Einfo%3C/title%3E%3Cpath d='M16 1.6C24 1.6 30.4 8 30.4 16S24 30.4 16 30.4 1.6 24 1.6 16 8.16 1.6 16 1.6zM16 0C7.2 0 0 7.2 0 16s7.2 16 16 16 16-7.2 16-16S24.8 0 16 0z'/%3E%3Cpath d='M14.72 9.76V6.72h2.88v3.04h-2.88zm0 15.84V12h2.88v13.6h-2.88z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.btn { |
|
padding: 12px 24px; |
|
font-size: 16px; |
|
white-space: initial |
|
} |
|
|
|
.btn-group-lg>.btn, |
|
.btn-group-sm>.btn, |
|
.btn-lg, |
|
.btn-sm, |
|
.btn-xs { |
|
border-radius: 4px |
|
} |
|
|
|
.btn-xs { |
|
padding: 8px; |
|
font-size: 14px; |
|
line-height: 1.428 |
|
} |
|
|
|
.btn-group-sm>.btn, |
|
.btn-sm { |
|
padding: 10px 20px; |
|
font-size: 14px; |
|
line-height: 1.428 |
|
} |
|
|
|
.btn-group-lg>.btn, |
|
.btn-lg { |
|
padding: 14px 28px; |
|
font-size: 18px; |
|
line-height: 1.556 |
|
} |
|
|
|
.btn-block { |
|
border-radius: 0 |
|
} |
|
|
|
.btn-progress { |
|
position: relative |
|
} |
|
|
|
.btn-primary.disabled, |
|
.btn-primary:disabled { |
|
color: #bfc2c9; |
|
background-color: #b7b7b7; |
|
border-color: #b7b7b7 |
|
} |
|
|
|
.btn-primary.disabled.btn-progress, |
|
.btn-primary:disabled.btn-progress { |
|
background-color: #6aaaeb; |
|
border-color: #6aaaeb; |
|
color: #fff; |
|
opacity: 1 |
|
} |
|
|
|
.btn-secondary.disabled.btn-progress, |
|
.btn-secondary:disabled.btn-progress { |
|
background-color: #75899d; |
|
border-color: #75899d; |
|
opacity: 1 |
|
} |
|
|
|
.btn-outline-secondary { |
|
background: #fcfdff; |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e9f2; |
|
box-shadow: inset 0 0 0 1px #e6e9f2 |
|
} |
|
|
|
.btn-outline-secondary:hover { |
|
-webkit-box-shadow: inset 0 0 0 1px #c9cedc; |
|
box-shadow: inset 0 0 0 1px #c9cedc |
|
} |
|
|
|
.bg-dark .btn-link { |
|
color: #fff |
|
} |
|
|
|
.bg-dark .btn-primary { |
|
background-color: #fff; |
|
border-color: #0073e6; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
color: #0073e6 |
|
} |
|
|
|
.bg-dark .btn-primary:hover { |
|
background-color: #fff; |
|
border-color: #0059b3 |
|
} |
|
|
|
.bg-dark .btn-primary.focus, |
|
.bg-dark .btn-primary:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.bg-dark .btn-primary.disabled, |
|
.bg-dark .btn-primary:disabled { |
|
background-color: #fff; |
|
border-color: #0073e6 |
|
} |
|
|
|
.bg-dark .btn-primary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-primary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-primary.dropdown-toggle { |
|
color: #19191a; |
|
background-color: #fff; |
|
border-color: #0053a6 |
|
} |
|
|
|
.bg-dark .btn-primary:not(:disabled):not(.disabled).active:focus, |
|
.bg-dark .btn-primary:not(:disabled):not(.disabled):active:focus, |
|
.show>.bg-dark .btn-primary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(0, 115, 230, .5) |
|
} |
|
|
|
.bg-dark .btn-primary.disabled, |
|
.bg-dark .btn-primary:disabled, |
|
.bg-dark .btn-primary:hover { |
|
color: #0059b3 |
|
} |
|
|
|
.bg-dark .btn-outline-primary { |
|
color: #fff; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #fff; |
|
box-shadow: inset 0 0 0 1px #fff; |
|
-webkit-box-shadow: inset 0 0 0 2px #fff; |
|
box-shadow: inset 0 0 0 2px #fff |
|
} |
|
|
|
.bg-dark .btn-outline-primary:hover { |
|
color: #e6e6e6; |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6; |
|
box-shadow: inset 0 0 0 1px #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-outline-primary.focus, |
|
.bg-dark .btn-outline-primary:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-primary.disabled, |
|
.bg-dark .btn-outline-primary:disabled { |
|
color: #fff; |
|
background-color: transparent |
|
} |
|
|
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-outline-primary.dropdown-toggle { |
|
color: #e6e6e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6; |
|
box-shadow: inset 0 0 0 1px #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, |
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, |
|
.show>.bg-dark .btn-outline-primary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-primary:hover { |
|
-webkit-box-shadow: inset 0 0 0 2px #e6e6e6; |
|
box-shadow: inset 0 0 0 2px #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-outline-primary.focus, |
|
.bg-dark .btn-outline-primary:focus { |
|
-webkit-box-shadow: inset 0 0 0 2px #fff, 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 0 0 2px #fff, 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-outline-primary.dropdown-toggle { |
|
-webkit-box-shadow: inset 0 0 0 2px #fff; |
|
box-shadow: inset 0 0 0 2px #fff |
|
} |
|
|
|
.bg-dark .btn-secondary { |
|
background-color: #0073e6; |
|
border-color: #fff; |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); |
|
color: #fff |
|
} |
|
|
|
.bg-dark .btn-secondary:hover { |
|
color: #fff; |
|
background-color: #0d86ff; |
|
border-color: #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-secondary.focus, |
|
.bg-dark .btn-secondary:focus { |
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-secondary.disabled, |
|
.bg-dark .btn-secondary:disabled { |
|
color: #fff; |
|
background-color: #0073e6; |
|
border-color: #fff |
|
} |
|
|
|
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-secondary.dropdown-toggle { |
|
color: #fff; |
|
background-color: #1a8cff; |
|
border-color: #dfdfdf |
|
} |
|
|
|
.bg-dark .btn-secondary:not(:disabled):not(.disabled).active:focus, |
|
.bg-dark .btn-secondary:not(:disabled):not(.disabled):active:focus, |
|
.show>.bg-dark .btn-secondary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-secondary { |
|
color: #fff; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #fff; |
|
box-shadow: inset 0 0 0 1px #fff; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.bg-dark .btn-outline-secondary:hover { |
|
color: #e6e6e6; |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6; |
|
box-shadow: inset 0 0 0 1px #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-outline-secondary.focus, |
|
.bg-dark .btn-outline-secondary:focus { |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-secondary.disabled, |
|
.bg-dark .btn-outline-secondary:disabled { |
|
color: #fff; |
|
background-color: transparent |
|
} |
|
|
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-outline-secondary.dropdown-toggle { |
|
color: #e6e6e6; |
|
background-color: transparent; |
|
background-image: none; |
|
-webkit-box-shadow: inset 0 0 0 1px #e6e6e6; |
|
box-shadow: inset 0 0 0 1px #e6e6e6 |
|
} |
|
|
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, |
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, |
|
.show>.bg-dark .btn-outline-secondary.dropdown-toggle:focus { |
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-secondary:hover { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.bg-dark .btn-outline-secondary.focus, |
|
.bg-dark .btn-outline-secondary:focus { |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5); |
|
box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) |
|
} |
|
|
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, |
|
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, |
|
.show>.bg-dark .btn-outline-secondary.dropdown-toggle { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.form-group { |
|
position: relative; |
|
margin-bottom: 3rem; |
|
margin-top: 0 |
|
} |
|
|
|
.form-group input, |
|
.form-group optgroup, |
|
.form-group textarea { |
|
color: #17324d |
|
} |
|
|
|
.form-group label { |
|
background-color: transparent; |
|
position: absolute; |
|
font-weight: 600; |
|
line-height: calc(2.5rem - 1px); |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out; |
|
top: 0; |
|
font-size: 1rem; |
|
cursor: text; |
|
display: block; |
|
max-width: 100%; |
|
width: auto; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
padding: 0 .5rem; |
|
z-index: 6 |
|
} |
|
|
|
.form-group label.active { |
|
-webkit-transform: translateY(-75%); |
|
transform: translateY(-75%); |
|
font-size: .777rem |
|
} |
|
|
|
.form-group small.form-text { |
|
position: absolute; |
|
margin: 0; |
|
padding: .25rem .5rem; |
|
font-size: .777rem |
|
} |
|
|
|
.form-group input[type=time]~label { |
|
-webkit-transform: translateY(-75%); |
|
transform: translateY(-75%); |
|
font-size: .777rem |
|
} |
|
|
|
::-webkit-input-placeholder { |
|
font-weight: 400 |
|
} |
|
|
|
::-ms-input-placeholder { |
|
font-weight: 400 |
|
} |
|
|
|
::placeholder { |
|
font-weight: 400 |
|
} |
|
|
|
input[type=date], |
|
input[type=datetime-local], |
|
input[type=email], |
|
input[type=number], |
|
input[type=password], |
|
input[type=search], |
|
input[type=tel], |
|
input[type=text], |
|
input[type=time], |
|
input[type=url], |
|
textarea { |
|
border: none; |
|
border-bottom: 1px solid #5c6f82; |
|
border-radius: 0; |
|
padding: .375rem .5rem; |
|
outline: 0; |
|
height: 2.5rem; |
|
width: 100%; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out; |
|
font-weight: 700 |
|
} |
|
|
|
textarea { |
|
overflow: auto; |
|
resize: vertical; |
|
border: 1px solid #5c6f82; |
|
height: auto |
|
} |
|
|
|
.form-control:disabled, |
|
.form-control[readonly] { |
|
cursor: not-allowed |
|
} |
|
|
|
.form-control:disabled+label, |
|
.form-control[readonly]+label { |
|
background-color: transparent; |
|
cursor: not-allowed |
|
} |
|
|
|
.form-group.active .form-file-name { |
|
padding-bottom: 1.95rem |
|
} |
|
|
|
.form-control-plaintext { |
|
padding: .375rem .5rem; |
|
background-color: #fff!important; |
|
cursor: not-allowed |
|
} |
|
|
|
.form-control-plaintext+label { |
|
cursor: not-allowed |
|
} |
|
|
|
.form-control { |
|
background-position: center right!important; |
|
background-repeat: no-repeat!important; |
|
background-size: 45px 45%!important |
|
} |
|
|
|
.form-control:active, |
|
.form-control:focus { |
|
-webkit-box-shadow: none!important; |
|
box-shadow: none!important |
|
} |
|
|
|
.form-control.is-valid { |
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300cc85' viewBox='0 0 192 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.form-control.is-invalid { |
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f73e5a' viewBox='0 0 384 512'%3E%3Cpath d='M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.form-control.warning { |
|
background-size: 25px 45%!important; |
|
border-color: #a66300; |
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff9900' viewBox='0 0 192 512'%3E%3Cpath d='M176 432c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zM25.26 25.199l13.6 272C39.499 309.972 50.041 320 62.83 320h66.34c12.789 0 23.331-10.028 23.97-22.801l13.6-272C167.425 11.49 156.496 0 142.77 0H49.23C35.504 0 24.575 11.49 25.26 25.199z'/%3E%3C/svg%3E") |
|
} |
|
|
|
.form-control.is-valid~.warning-feedback { |
|
display: block |
|
} |
|
|
|
.warning-feedback { |
|
display: none; |
|
width: 100%; |
|
margin-top: .25rem; |
|
font-size: .777rem; |
|
color: #a66300 |
|
} |
|
|
|
.invalid-feedback, |
|
.valid-feedback, |
|
.warning-feedback { |
|
margin-left: .5rem |
|
} |
|
|
|
.input-group label { |
|
left: 2.25rem |
|
} |
|
|
|
.input-group .input-group-text { |
|
padding: .375rem .5rem; |
|
border-bottom: 1px solid #5c6f82 |
|
} |
|
|
|
.input-group .input-group-prepend { |
|
margin-right: 0 |
|
} |
|
|
|
.input-group .input-group-append { |
|
margin-left: 0 |
|
} |
|
|
|
.input-group .input-group-append .btn { |
|
padding-top: 0; |
|
padding-bottom: 0; |
|
border-bottom: 1px solid #5c6f82; |
|
border-radius: 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.input-group-lg>.form-control, |
|
.input-group-lg>.input-group-append>.btn, |
|
.input-group-lg>.input-group-append>.input-group-text, |
|
.input-group-lg>.input-group-prepend>.btn, |
|
.input-group-lg>.input-group-prepend>.input-group-text { |
|
padding: 0 1rem; |
|
border-radius: 0 |
|
} |
|
|
|
.form-check { |
|
padding-left: 0; |
|
margin-top: .5rem |
|
} |
|
|
|
.form-check [type=checkbox], |
|
.form-check [type=radio] { |
|
position: absolute; |
|
left: -9999px |
|
} |
|
|
|
.form-check [type=checkbox]+label, |
|
.form-check [type=radio]+label { |
|
position: relative; |
|
padding-left: 36px; |
|
cursor: pointer; |
|
display: inline-block; |
|
height: 32px; |
|
line-height: 32px; |
|
font-size: 1rem; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none |
|
} |
|
|
|
.form-check [type=checkbox]+label::after, |
|
.form-check [type=checkbox]+label::before { |
|
content: ''; |
|
left: 0; |
|
position: absolute; |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out; |
|
z-index: 1; |
|
border-style: solid; |
|
border-width: 2px |
|
} |
|
|
|
.form-check [type=checkbox]+label::before { |
|
top: 0; |
|
width: 17px; |
|
height: 17px; |
|
border: 1px solid #acacac; |
|
border-radius: 1px; |
|
margin: 2px 5px; |
|
-webkit-transform: rotateZ(37deg); |
|
transform: rotateZ(37deg); |
|
-webkit-transform-origin: 100% 100%; |
|
transform-origin: 100% 100% |
|
} |
|
|
|
.form-check [type=checkbox]+label::after { |
|
border-radius: 4px; |
|
height: 20px; |
|
width: 20px; |
|
margin: 6px 5px; |
|
top: 0 |
|
} |
|
|
|
.form-check [type=checkbox]:checked+label::before { |
|
top: 6px; |
|
left: 1px; |
|
width: 8px; |
|
height: 13px; |
|
border-style: solid; |
|
border-width: 2px; |
|
border-color: transparent #fff #fff transparent; |
|
-webkit-transform: rotate(40deg); |
|
transform: rotate(40deg); |
|
-webkit-backface-visibility: hidden; |
|
backface-visibility: hidden; |
|
-webkit-transform-origin: 100% 100%; |
|
transform-origin: 100% 100%; |
|
opacity: .8 |
|
} |
|
|
|
.form-check [type=checkbox]:checked+label::after { |
|
border-color: #0073e6; |
|
background-color: #0073e6; |
|
z-index: 0 |
|
} |
|
|
|
.form-check [type=checkbox]:not(:checked)+label::after { |
|
background-color: transparent; |
|
border-color: #5c6f82; |
|
z-index: 0 |
|
} |
|
|
|
.form-check [type=checkbox]:not(:checked)+label::before { |
|
width: 0; |
|
height: 0; |
|
border-color: transparent; |
|
left: 6px; |
|
top: 10px |
|
} |
|
|
|
.form-check [type=checkbox]:disabled+label { |
|
cursor: not-allowed |
|
} |
|
|
|
.form-check [type=checkbox]:disabled:not(:checked)+label::after { |
|
border-color: #e6e9f2; |
|
background-color: #fff |
|
} |
|
|
|
.form-check [type=checkbox]:disabled:checked+label::after { |
|
background-color: #e6e9f2; |
|
border-color: #e6e9f2 |
|
} |
|
|
|
.form-check [type=radio]+label { |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out |
|
} |
|
|
|
.form-check [type=radio]+label::after, |
|
.form-check [type=radio]+label::before { |
|
content: ''; |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
margin: 5px; |
|
width: 22px; |
|
height: 22px; |
|
z-index: 0; |
|
border-radius: 50%; |
|
border-style: solid; |
|
border-width: 2px; |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out |
|
} |
|
|
|
.form-check [type=radio]:not(:checked)+label::after, |
|
.form-check [type=radio]:not(:checked)+label::before { |
|
border-color: #5c6f82 |
|
} |
|
|
|
.form-check [type=radio]:not(:checked)+label:after { |
|
z-index: -1; |
|
-webkit-transform: scale(0); |
|
transform: scale(0) |
|
} |
|
|
|
.form-check [type=radio]:checked+label::after { |
|
border-color: #0073e6; |
|
background-color: #0073e6; |
|
z-index: 0; |
|
-webkit-transform: scale(.64); |
|
transform: scale(.64) |
|
} |
|
|
|
.form-check [type=radio]:checked+label::before { |
|
border-color: #0073e6 |
|
} |
|
|
|
.form-check [type=radio]:disabled+label { |
|
cursor: not-allowed |
|
} |
|
|
|
.form-check [type=radio]:disabled:not(:checked)+label::after, |
|
.form-check [type=radio]:disabled:not(:checked)+label::before { |
|
border-color: #818181 |
|
} |
|
|
|
.form-check [type=radio]:disabled:checked+label::after { |
|
border-color: #818181; |
|
background-color: #818181 |
|
} |
|
|
|
.form-check [type=radio]:disabled:checked+label::before { |
|
border-color: #818181 |
|
} |
|
|
|
.form-check.form-check-group { |
|
padding: 0 0 8px; |
|
margin-bottom: 16px; |
|
-webkit-box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, .1); |
|
box-shadow: inset 0 -1px 0 0 rgba(1, 1, 1, .1) |
|
} |
|
|
|
.form-check.form-check-group [type=checkbox]+label, |
|
.form-check.form-check-group [type=radio]+label { |
|
position: static; |
|
padding-left: 8px; |
|
padding-right: 52px |
|
} |
|
|
|
.form-check.form-check-group [type=checkbox]+label::after, |
|
.form-check.form-check-group [type=checkbox]+label::before, |
|
.form-check.form-check-group [type=radio]+label::after, |
|
.form-check.form-check-group [type=radio]+label::before { |
|
right: 15px; |
|
left: auto |
|
} |
|
|
|
.form-check.form-check-group [type=checkbox]:checked+label::before { |
|
right: 26px |
|
} |
|
|
|
.form-check.form-check-group [type=radio]:checked+label::before { |
|
right: 15px |
|
} |
|
|
|
.form-check.form-check-group .form-text { |
|
opacity: .6; |
|
margin: 0; |
|
padding-left: 8px; |
|
padding-right: 52px |
|
} |
|
|
|
input[type=file]+label { |
|
background-color: transparent |
|
} |
|
|
|
.form-file input[type=file] { |
|
margin: 0; |
|
max-width: 100%; |
|
opacity: 0 |
|
} |
|
|
|
.form-file .form-file-name { |
|
background-color: #fff; |
|
border-bottom: 1px solid rgba(0, 0, 0, .15); |
|
border-radius: 0; |
|
color: #464a4c; |
|
left: 0; |
|
line-height: 1.7; |
|
overflow: hidden; |
|
padding: .5rem .6rem 2rem; |
|
max-height: 2rem; |
|
pointer-events: none; |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none; |
|
z-index: 5 |
|
} |
|
|
|
.form-file .form-file-name::before { |
|
background-color: #fff; |
|
bottom: -1px; |
|
color: #0073e6; |
|
content: 'Sfoglia'; |
|
display: block; |
|
height: 2.5rem; |
|
line-height: 1.7; |
|
padding: .4rem 1rem 1.5rem; |
|
border: 1px solid #0073e6; |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
z-index: 6; |
|
border-top-right-radius: 4px |
|
} |
|
|
|
.input-number { |
|
position: relative; |
|
width: 100% |
|
} |
|
|
|
.input-number.input-number-adaptive { |
|
width: auto; |
|
display: inline |
|
} |
|
|
|
.input-number.input-number-adaptive input[type=number] { |
|
width: auto |
|
} |
|
|
|
.input-number input[type=number] { |
|
-webkit-appearance: textfield; |
|
-moz-appearance: textfield; |
|
appearance: textfield; |
|
color: #5c6f82; |
|
padding-right: 32px; |
|
padding-left: 12px; |
|
min-width: 86px!important; |
|
width: 100% |
|
} |
|
|
|
.input-number input[type=number]::-webkit-inner-spin-button, |
|
.input-number input[type=number]::-webkit-outer-spin-button { |
|
-webkit-appearance: none |
|
} |
|
|
|
.input-number input[type=number]::-ms-clear { |
|
display: none |
|
} |
|
|
|
.input-number input[type=number]:focus { |
|
color: #17324d |
|
} |
|
|
|
.input-number.input-number-currency:before, |
|
.input-number.input-number-percentage:before { |
|
position: absolute; |
|
left: 14px; |
|
top: 0; |
|
color: #5c6f82; |
|
font-weight: 700; |
|
font-size: 1rem |
|
} |
|
|
|
.input-number.input-number-currency input[type=number], |
|
.input-number.input-number-percentage input[type=number] { |
|
padding-left: 40px |
|
} |
|
|
|
.input-number.input-number-currency:before { |
|
content: '€' |
|
} |
|
|
|
.input-number.input-number-percentage:before { |
|
content: '%' |
|
} |
|
|
|
.input-number.disabled input[type=number] { |
|
background-color: transparent; |
|
color: #adb2b8; |
|
border-bottom-color: #adb2b8 |
|
} |
|
|
|
.input-number.disabled input[type=number]:hover { |
|
cursor: not-allowed; |
|
color: #adb2b8 |
|
} |
|
|
|
.input-number.disabled button { |
|
pointer-events: none |
|
} |
|
|
|
.input-number.disabled button:hover { |
|
cursor: not-allowed |
|
} |
|
|
|
.input-number.disabled button.input-number-add:after { |
|
border-color: transparent transparent #adb2b8 |
|
} |
|
|
|
.input-number.disabled button.input-number-sub:after { |
|
border-color: #adb2b8 transparent transparent |
|
} |
|
|
|
.input-number button { |
|
position: absolute; |
|
right: 2px; |
|
-webkit-transition: opacity .1s; |
|
transition: opacity .1s; |
|
padding: 0; |
|
border: none; |
|
height: 20px; |
|
width: 24px; |
|
background: 0 0 |
|
} |
|
|
|
.input-number button:after { |
|
position: absolute; |
|
top: 50%; |
|
left: 50%; |
|
-webkit-transform: translateX(-50%) translateY(-50%); |
|
transform: translateX(-50%) translateY(-50%); |
|
content: ''; |
|
width: 0; |
|
height: 0; |
|
border-style: solid |
|
} |
|
|
|
.input-number button:focus.input-number-add:after, |
|
.input-number button:hover.input-number-add:after { |
|
border-color: transparent transparent #17324d |
|
} |
|
|
|
.input-number button:focus.input-number-sub:after, |
|
.input-number button:hover.input-number-sub:after { |
|
border-color: #17324d transparent transparent |
|
} |
|
|
|
.input-number button:focus:not(.focus--mouse) { |
|
opacity: 1 |
|
} |
|
|
|
.input-number button.input-number-add { |
|
top: -6px |
|
} |
|
|
|
.input-number button.input-number-add:after { |
|
border-width: 0 5px 6px; |
|
border-color: transparent transparent #5c6f82 |
|
} |
|
|
|
.input-number button.input-number-sub { |
|
bottom: -6px |
|
} |
|
|
|
.input-number button.input-number-sub:after { |
|
border-width: 6px 5px 0; |
|
border-color: #5c6f82 transparent transparent |
|
} |
|
|
|
.input-number button:hover { |
|
cursor: pointer |
|
} |
|
|
|
label.input-number-label { |
|
color: #5c6f82; |
|
font-weight: 600; |
|
line-height: 1em; |
|
font-size: .777rem; |
|
cursor: text; |
|
display: block; |
|
width: 100%; |
|
padding: 0 .5rem |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.it-carousel-wrapper.it-carousel-landscape-abstract, |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3 { |
|
max-width: 1140px |
|
} |
|
.it-carousel-wrapper.it-carousel-landscape-abstract-3.it-full-carousel { |
|
max-width: unset |
|
} |
|
.input-number button { |
|
opacity: 0 |
|
} |
|
.input-number:hover button { |
|
opacity: 1 |
|
} |
|
} |
|
|
|
.upload, |
|
.upload-avatar { |
|
width: .1px; |
|
height: .1px; |
|
opacity: 0; |
|
overflow: hidden; |
|
position: absolute; |
|
z-index: -1 |
|
} |
|
|
|
.upload[type=file]+label { |
|
max-width: 80%; |
|
font-size: 1rem; |
|
font-weight: 700; |
|
cursor: pointer; |
|
display: inline-block; |
|
overflow: hidden; |
|
padding: 7px 24px; |
|
border-radius: 4px; |
|
color: #fff; |
|
background-color: #0073e6; |
|
-webkit-transition: background-color .15s; |
|
transition: background-color .15s |
|
} |
|
|
|
.upload[type=file]+label:hover { |
|
background-color: #0059b3 |
|
} |
|
|
|
.upload[type=file]+label svg { |
|
fill: #fff; |
|
margin-right: 10px |
|
} |
|
|
|
.upload:focus+label { |
|
background-color: #0059b3; |
|
outline: -webkit-focus-ring-color auto 5px |
|
} |
|
|
|
.upload-pictures-wall { |
|
padding: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
|
|
.upload-pictures-wall>li { |
|
list-style-type: none; |
|
margin-right: 8px; |
|
margin-bottom: 8px |
|
} |
|
|
|
.upload-pictures-wall>li:last-child { |
|
margin-right: 0 |
|
} |
|
|
|
.upload-pictures-wall .upload[type=file]+label { |
|
height: 128px; |
|
width: 128px; |
|
border-radius: 0; |
|
padding: 0; |
|
border: 2px dashed #bfdfff; |
|
background-color: #f2f9ff; |
|
color: #06c; |
|
text-align: center; |
|
display: table-cell; |
|
vertical-align: middle; |
|
-webkit-transition: border-color .2s; |
|
transition: border-color .2s |
|
} |
|
|
|
.upload-pictures-wall .upload[type=file]+label .icon { |
|
display: block; |
|
fill: #06c; |
|
margin: 0 auto; |
|
width: 48px; |
|
height: 48px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.upload-pictures-wall .upload[type=file]+label:hover { |
|
border: 2px dashed #06c |
|
} |
|
|
|
.upload-pictures-wall .upload:active[type=file]+label, |
|
.upload-pictures-wall .upload:focus[type=file]+label { |
|
border: 2px dashed #6aaaeb |
|
} |
|
|
|
.upload-pictures-wall .upload-image { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
width: 128px; |
|
height: 128px |
|
} |
|
|
|
.upload-pictures-wall .upload-image img { |
|
-o-object-fit: cover; |
|
object-fit: cover; |
|
width: 100%; |
|
height: 100% |
|
} |
|
|
|
.upload-file-list { |
|
margin-top: 5px; |
|
padding: 0 |
|
} |
|
|
|
.upload-file-list.upload-file-list-image .progress { |
|
left: 52px |
|
} |
|
|
|
.upload-file-list .upload-file { |
|
list-style-type: none; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
max-width: 375px; |
|
margin-bottom: 16px; |
|
position: relative |
|
} |
|
|
|
.upload-file-list .upload-file.uploading .icon { |
|
fill: #5b6f82 |
|
} |
|
|
|
.upload-file-list .upload-file.uploading p { |
|
color: #5b6f82 |
|
} |
|
|
|
.upload-file-list .upload-file.success svg { |
|
fill: #0073e6 |
|
} |
|
|
|
.upload-file-list .upload-file.success p { |
|
color: #0073e6 |
|
} |
|
|
|
.upload-file-list .upload-file.success p .upload-file-weight { |
|
display: inline-block |
|
} |
|
|
|
.upload-file-list .upload-file.error svg { |
|
fill: #d9364f |
|
} |
|
|
|
.upload-file-list .upload-file.error p { |
|
color: #d9364f |
|
} |
|
|
|
.upload-file-list .upload-file svg { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.upload-file-list .upload-file .upload-image { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
width: 40px; |
|
height: 40px |
|
} |
|
|
|
.upload-file-list .upload-file .upload-image img { |
|
-o-object-fit: cover; |
|
object-fit: cover; |
|
width: 100%; |
|
height: 100% |
|
} |
|
|
|
.upload-file-list .upload-file p { |
|
margin: 0 0 0 12px; |
|
font-size: .889rem; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
overflow: hidden |
|
} |
|
|
|
.upload-file-list .upload-file p .upload-file-weight { |
|
color: #5b6f82; |
|
font-size: .75em; |
|
margin-left: 10px; |
|
display: none |
|
} |
|
|
|
.upload-file-list .upload-file button { |
|
background: 0 0; |
|
border: 0; |
|
padding: 0; |
|
margin-left: auto |
|
} |
|
|
|
.upload-file-list .upload-file button:hover { |
|
cursor: pointer |
|
} |
|
|
|
.upload-file-list .upload-file button:hover svg { |
|
fill: #0073e6 |
|
} |
|
|
|
.upload-file-list .progress { |
|
position: absolute; |
|
bottom: -10px; |
|
left: 36px; |
|
width: calc(100% - 45px); |
|
height: 4px; |
|
background-color: #e8f2fc; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.upload-file-list .progress.progress-image { |
|
width: calc(100% - 60px) |
|
} |
|
|
|
.upload-avatar-container, |
|
.upload-avatar-container .upload-avatar[type=file]+label { |
|
position: absolute; |
|
left: 0; |
|
top: 0; |
|
width: 100%; |
|
height: 100% |
|
} |
|
|
|
.upload-avatar-container .upload-avatar[type=file]+label span, |
|
.upload-avatar-container .upload-avatar[type=file]+label svg { |
|
display: none |
|
} |
|
|
|
.avatar-upload-wrapper { |
|
position: relative; |
|
display: inline-block |
|
} |
|
|
|
.avatar-upload-wrapper .avatar.avatar-upload { |
|
position: relative |
|
} |
|
|
|
.avatar-upload-wrapper .avatar-upload-icon { |
|
position: absolute; |
|
bottom: 16px; |
|
right: 4px; |
|
width: 26px; |
|
height: 26px; |
|
background: #ebeced; |
|
border-radius: 50%; |
|
border: 2px solid #fff; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
pointer-events: none |
|
} |
|
|
|
.avatar-upload-wrapper .avatar-upload-icon>svg { |
|
width: 16px; |
|
height: 16px |
|
} |
|
|
|
.avatar-upload-wrapper.size-sm .avatar { |
|
width: 80px; |
|
height: 80px |
|
} |
|
|
|
.avatar-upload-wrapper.size-sm .avatar-upload-icon { |
|
bottom: 6px; |
|
right: 4px; |
|
width: 18px; |
|
height: 18px |
|
} |
|
|
|
.avatar-upload-wrapper.size-sm .avatar-upload-icon>svg { |
|
width: 12px; |
|
height: 12px |
|
} |
|
|
|
.upload-dragdrop { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.upload-dragdrop.dragover .upload-dragdrop-image img, |
|
.upload-dragdrop.loading .upload-dragdrop-image img { |
|
-webkit-transform: translateX(-50%) translateY(-50%) scale(.85); |
|
transform: translateX(-50%) translateY(-50%) scale(.85) |
|
} |
|
|
|
.upload-dragdrop.loading p:not(.upload-dragdrop-weight) { |
|
font-style: italic |
|
} |
|
|
|
.upload-dragdrop.loading .upload-dragdrop-loading { |
|
opacity: 1 |
|
} |
|
|
|
.upload-dragdrop.loading .upload-dragdrop-text .upload-dragdrop-weight, |
|
.upload-dragdrop.success .upload-dragdrop-text .upload-dragdrop-weight { |
|
visibility: visible |
|
} |
|
|
|
.upload-dragdrop.success .upload-dragdrop-success { |
|
opacity: 1; |
|
-webkit-transform: scale(1); |
|
transform: scale(1) |
|
} |
|
|
|
.upload-dragdrop-text p { |
|
margin: 0; |
|
font-size: .889rem; |
|
color: #5c6f82 |
|
} |
|
|
|
.upload-dragdrop-text p.upload-dragdrop-weight { |
|
color: #5b6f82; |
|
font-size: .778rem; |
|
visibility: hidden |
|
} |
|
|
|
.upload-dragdrop-text p.upload-dragdrop-weight svg { |
|
fill: #5b6f82 |
|
} |
|
|
|
.upload-dragdrop-text h5 { |
|
margin: 0; |
|
font-size: 1.333rem; |
|
font-weight: 700; |
|
color: #17324d |
|
} |
|
|
|
.upload-dragdrop-input { |
|
width: .1px; |
|
height: .1px; |
|
opacity: 0; |
|
overflow: hidden; |
|
position: absolute; |
|
z-index: -1 |
|
} |
|
|
|
.upload-dragdrop-input[type=file]+label { |
|
text-decoration: underline; |
|
color: #0073e6; |
|
cursor: pointer |
|
} |
|
|
|
.upload-dragdrop-input:focus[type=file]+label { |
|
outline: -webkit-focus-ring-color auto 5px |
|
} |
|
|
|
.upload-dragdrop-loading { |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
opacity: 0; |
|
-webkit-transition: opacity .2s; |
|
transition: opacity .2s |
|
} |
|
|
|
.upload-dragdrop-loading .upload-progress { |
|
-webkit-transform: scale(.355); |
|
transform: scale(.355); |
|
position: absolute; |
|
top: -162px; |
|
left: -162px |
|
} |
|
|
|
.upload-dragdrop-loading .upload-progress .clProg { |
|
font-weight: 700 |
|
} |
|
|
|
.upload-dragdrop-image { |
|
width: 128px; |
|
height: 128px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
position: relative; |
|
margin-right: 16px |
|
} |
|
|
|
.upload-dragdrop-image img { |
|
display: block; |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
overflow: hidden; |
|
-webkit-transform-origin: center center; |
|
transform-origin: center center; |
|
position: absolute; |
|
top: 50%; |
|
left: 50%; |
|
-webkit-transition: -webkit-transform .4s cubic-bezier(.33, 1.07, .54, 1); |
|
transition: transform .4s cubic-bezier(.33, 1.07, .54, 1); |
|
transition: transform .4s cubic-bezier(.33, 1.07, .54, 1), -webkit-transform .4s cubic-bezier(.33, 1.07, .54, 1); |
|
-webkit-transform: translateX(-50%) translateY(-50%); |
|
transform: translateX(-50%) translateY(-50%) |
|
} |
|
|
|
.upload-dragdrop-image .upload-dragdrop-success { |
|
width: 36px; |
|
height: 36px; |
|
position: absolute; |
|
top: calc(50% - 18px); |
|
left: 20px; |
|
background: #0073e6; |
|
border-radius: 50%; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
opacity: 0; |
|
-webkit-transform: scale(.6); |
|
transform: scale(.6); |
|
-webkit-transition: opacity .2s, -webkit-transform .5s cubic-bezier(.75, -.5, 0, 1.75); |
|
transition: opacity .2s, transform .5s cubic-bezier(.75, -.5, 0, 1.75), -webkit-transform .5s cubic-bezier(.75, -.5, 0, 1.75) |
|
} |
|
|
|
.upload-dragdrop-image .upload-dragdrop-success svg { |
|
fill: #fff; |
|
width: 30px; |
|
height: 30px |
|
} |
|
|
|
@media (min-width:768px) { |
|
.upload-dragdrop-image { |
|
width: 180px; |
|
height: 180px; |
|
margin-right: 32px |
|
} |
|
.upload-dragdrop-image .upload-dragdrop-success { |
|
left: 28px |
|
} |
|
.upload-dragdrop-loading .upload-progress { |
|
-webkit-transform: scale(.5); |
|
transform: scale(.5); |
|
top: -136px; |
|
left: -136px |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.avatar-upload:focus-within .upload-avatar-container, |
|
.avatar-upload:hover .upload-avatar-container { |
|
opacity: 1; |
|
-webkit-transition: opacity .25s; |
|
transition: opacity .25s |
|
} |
|
.upload-avatar-container { |
|
bottom: -10%; |
|
left: 0; |
|
right: 0; |
|
top: auto; |
|
width: 100%; |
|
height: 60%; |
|
background-color: rgba(0, 0, 0, .6); |
|
-webkit-transition: opacity .15s; |
|
transition: opacity .15s; |
|
opacity: 0 |
|
} |
|
.upload-avatar-container .upload-avatar[type=file]+label { |
|
margin: 0; |
|
padding-top: 10px; |
|
color: #fff; |
|
text-align: center; |
|
width: 100%; |
|
height: 100%; |
|
font-size: 12px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
cursor: pointer |
|
} |
|
.upload-avatar-container .upload-avatar[type=file]+label span { |
|
display: block |
|
} |
|
.upload-avatar-container .upload-avatar[type=file]+label svg { |
|
fill: #fff; |
|
width: 20px; |
|
height: 20px; |
|
display: block |
|
} |
|
.upload-avatar-container .upload-avatar:focus:not(.focus--mouse)[type=file]+label { |
|
outline: -webkit-focus-ring-color auto 5px |
|
} |
|
.avatar-upload-wrapper .avatar-upload-icon, |
|
.avatar-upload-wrapper.size-sm .upload-avatar[type=file]+label span { |
|
display: none |
|
} |
|
} |
|
|
|
.toggles, |
|
.toggles * { |
|
-webkit-appearance: none; |
|
-moz-appearance: none; |
|
appearance: none; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
-ms-user-select: none; |
|
user-select: none |
|
} |
|
|
|
.toggles label { |
|
cursor: pointer; |
|
width: 100%; |
|
margin-bottom: 8px; |
|
height: 32px; |
|
line-height: 32px; |
|
font-weight: 700 |
|
} |
|
|
|
.toggles label input[type=checkbox] { |
|
opacity: 0; |
|
width: 0; |
|
height: 0 |
|
} |
|
|
|
.toggles label input[type=checkbox]+.lever { |
|
content: ''; |
|
position: relative; |
|
width: 46px; |
|
height: 16px; |
|
background-color: #e6e9f2; |
|
border-radius: 10px; |
|
-webkit-transition: background .3s; |
|
transition: background .3s; |
|
vertical-align: middle; |
|
margin: 8px 16px 0; |
|
float: right |
|
} |
|
|
|
.toggles label input[type=checkbox]+.lever:after, |
|
.toggles label input[type=checkbox]+.lever:before { |
|
content: ''; |
|
position: absolute; |
|
display: inline-block; |
|
width: 26px; |
|
height: 26px; |
|
border-radius: 50%; |
|
top: -5px; |
|
left: -3px; |
|
-webkit-transition: left .3s, background .1s, -webkit-transform .1s; |
|
transition: left .3s, background .1s, transform .1s, -webkit-transform .1s |
|
} |
|
|
|
.toggles label input[type=checkbox]+.lever:before { |
|
background-color: rgba(0, 115, 230, .15) |
|
} |
|
|
|
.toggles label input[type=checkbox]+.lever:after { |
|
background-color: #5c6f82; |
|
background-size: 10px 10px; |
|
background-repeat: no-repeat; |
|
background-position: center; |
|
background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.8'%3e%3cg id='Data-entry/toggle/Light_bg/disabledOff' transform='translate(-8.000000, -11.000000)' fill='%23FFFFFF'%3e%3cpath d='M14.363961,15.9497475 L17.8994949,19.4852814 L16.4852814,20.8994949 L12.9497475,17.363961 L9.41421356,20.8994949 L8,19.4852814 L11.5355339,15.9497475 L8,12.4142136 L9.41421356,11 L12.9497475,14.5355339 L16.4852814,11 L17.8994949,12.4142136 L14.363961,15.9497475 Z' id='Combined-Shape'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); |
|
border: 2px solid #fff |
|
} |
|
|
|
.toggles label input[type=checkbox]:checked+.lever { |
|
background-color: #c9c9c9 |
|
} |
|
|
|
.toggles label input[type=checkbox]:checked+.lever:after, |
|
.toggles label input[type=checkbox]:checked+.lever:before { |
|
left: 23px |
|
} |
|
|
|
.toggles label input[type=checkbox]:checked+.lever:after { |
|
background-color: #0073e6; |
|
background-size: 14px 14px; |
|
background-repeat: no-repeat; |
|
background-position: center; |
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='11px' viewBox='0 0 14 11'%3E%3Cg stroke='none' fill='none' opacity='0.5'%3E%3Cg transform='translate(-28.000000, -11.000000)' fill='%23FFF'%3E%3Cg transform='translate(24.000000, 16.000000) scale(-1, 1) translate(-24.000000, -16.000000) translate(1.000000, 4.000000)'%3E%3Cpath d='M13,15 L13,5 L15,5 L15,15 L15,17 L9,17 L9,15 L13,15 Z' transform='translate(12.000000, 11.000000) scale(-1, 1) rotate(45.000000) translate(-12.000000, -11.000000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") |
|
} |
|
|
|
.toggles label input[type=checkbox][disabled]+.lever { |
|
cursor: default; |
|
background-color: #c9c9c9 |
|
} |
|
|
|
.toggles label input[type=checkbox][disabled]+.lever:after, |
|
.toggles label input[type=checkbox][disabled]:checked+.lever:after { |
|
background-color: #c9c9c9 |
|
} |
|
|
|
.password-icon { |
|
cursor: pointer; |
|
position: absolute; |
|
right: 0; |
|
top: 8px; |
|
z-index: 10; |
|
padding: 0 8px; |
|
background-color: #fff |
|
} |
|
|
|
.password-icon .icon { |
|
fill: #5c6f82 |
|
} |
|
|
|
.password-meter { |
|
height: 4px; |
|
left: 10px; |
|
bottom: -6px; |
|
width: 100%; |
|
max-width: 180px |
|
} |
|
|
|
.password-meter .col-3 { |
|
height: 4px |
|
} |
|
|
|
@-webkit-keyframes selectDropdownFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 0 |
|
} |
|
} |
|
|
|
@keyframes selectDropdownFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 0 |
|
} |
|
} |
|
|
|
@-webkit-keyframes selectDropdownFadeInTop { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 0 |
|
} |
|
} |
|
|
|
@keyframes selectDropdownFadeInTop { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 0 |
|
} |
|
} |
|
|
|
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { |
|
width: 100% |
|
} |
|
|
|
.btn-light:not(:disabled):not(.disabled).active, |
|
.btn-light:not(:disabled):not(.disabled):active, |
|
.show>.btn-light.dropdown-toggle { |
|
background: 0 0; |
|
color: inherit |
|
} |
|
|
|
.bootstrap-select>.dropdown-toggle.bs-placeholder, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, |
|
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover { |
|
color: #435a70; |
|
font-weight: 400 |
|
} |
|
|
|
.bootstrap-select-wrapper { |
|
position: relative; |
|
padding-top: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper.no-tick .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark { |
|
display: none |
|
} |
|
|
|
.bootstrap-select-wrapper.disabled { |
|
opacity: .3 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown-menu { |
|
padding: 0; |
|
margin: 0; |
|
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1) |
|
} |
|
|
|
.bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=bottom-start], |
|
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=bottom-start] { |
|
-webkit-animation: .3s forwards selectDropdownFadeIn; |
|
animation: .3s forwards selectDropdownFadeIn |
|
} |
|
|
|
.bootstrap-select-wrapper .btn-group.show .dropdown-menu[x-placement=top-start], |
|
.bootstrap-select-wrapper .dropdown.show .dropdown-menu[x-placement=top-start] { |
|
-webkit-animation: .3s forwards selectDropdownFadeInTop; |
|
animation: .3s forwards selectDropdownFadeInTop |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown-menu:before { |
|
display: none |
|
} |
|
|
|
.bootstrap-select-wrapper>label { |
|
position: absolute; |
|
color: #435a70; |
|
font-size: .77778rem; |
|
display: block; |
|
font-weight: 600; |
|
padding: 0 .5rem; |
|
line-height: calc(2.5rem - 1px); |
|
top: 0; |
|
-webkit-transform: translateY(-75%); |
|
transform: translateY(-75%) |
|
} |
|
|
|
.bootstrap-select-wrapper button { |
|
background: 0 0; |
|
border-radius: 0; |
|
border: none; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
color: #435a70; |
|
padding: 8px 24px 8px 8px; |
|
font-size: 1rem; |
|
font-weight: 700 |
|
} |
|
|
|
.bootstrap-select-wrapper button.disabled { |
|
background: 0 0 |
|
} |
|
|
|
.bootstrap-select-wrapper button.disabled.btn-light { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.bootstrap-select-wrapper button .filter-option { |
|
position: relative |
|
} |
|
|
|
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.bootstrap-select-wrapper button .filter-option .filter-option-inner-inner .icon { |
|
margin-right: 8px; |
|
width: 24px; |
|
height: 24px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper button .filter-option:after { |
|
content: ''; |
|
height: 1px; |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
background: #435a70; |
|
bottom: 0; |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
-webkit-transform-origin: bottom; |
|
transform-origin: bottom |
|
} |
|
|
|
.bootstrap-select-wrapper button:hover:not(.disabled) .filter-option:after { |
|
-webkit-transform: scaleY(2); |
|
transform: scaleY(2) |
|
} |
|
|
|
.bootstrap-select-wrapper button:hover { |
|
background: 0 0 |
|
} |
|
|
|
.bootstrap-select-wrapper button.dropdown-toggle:after { |
|
border-top: .3em solid; |
|
border-right: .3em solid transparent; |
|
border-bottom: 0; |
|
border-left: .3em solid transparent; |
|
position: absolute; |
|
top: 50%; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%) |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox { |
|
padding: 8px 24px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text] { |
|
padding: 0; |
|
border-bottom: 1px solid #ebeced; |
|
font-size: .88889rem; |
|
font-weight: 600 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text]::-webkit-input-placeholder { |
|
font-weight: 600; |
|
opacity: .5; |
|
font-size: .88889rem |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text]::-ms-input-placeholder { |
|
font-weight: 600; |
|
opacity: .5; |
|
font-size: .88889rem |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-searchbox input[type=text]::placeholder { |
|
font-weight: 600; |
|
opacity: .5; |
|
font-size: .88889rem |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .no-results { |
|
padding: 8px 24px; |
|
background: 0 0; |
|
margin: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-header .text { |
|
font-size: .83333rem; |
|
text-transform: uppercase; |
|
color: #435a70; |
|
font-weight: 600 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-divider { |
|
border: none |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check { |
|
margin-top: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=checkbox]+label, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .form-check [type=radio]+label { |
|
margin-bottom: 0; |
|
font-weight: 400; |
|
font-size: .88889rem; |
|
height: 30px; |
|
line-height: 30px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .btn { |
|
height: 2.5rem |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox { |
|
position: relative; |
|
padding: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block { |
|
display: block; |
|
padding: 8px 24px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn { |
|
padding: 0; |
|
display: inline-block; |
|
font-size: .88889rem; |
|
color: #0073e6; |
|
font-weight: 400; |
|
width: auto; |
|
margin-right: 24px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:active, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:focus { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox .btn-block .btn:hover { |
|
text-decoration: underline |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .bs-actionsbox:after { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #ebeced; |
|
position: absolute; |
|
bottom: -8px; |
|
left: 24px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill { |
|
font-size: .77778rem; |
|
padding: 4px 8px; |
|
border: 1px solid #435a70; |
|
color: #435a70; |
|
line-height: 1; |
|
border-radius: 24px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-right: 8px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .select-pill svg { |
|
fill: #435a70; |
|
margin-right: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .icon { |
|
margin-right: 8px; |
|
width: 24px; |
|
height: 24px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox]+label, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio]+label { |
|
font-size: .77778rem; |
|
padding: 4px 8px; |
|
border: 1px solid #435a70; |
|
color: #435a70; |
|
line-height: 1; |
|
border-radius: 24px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-right: 8px; |
|
height: auto; |
|
font-weight: 700 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox]+label:after, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=checkbox]+label:before, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio]+label:after, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select.show-tick .filter-option .filter-option-inner-inner .form-check [type=radio]+label:before { |
|
display: none |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu { |
|
top: calc(-100% - 8px)!important; |
|
padding: 8px 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu[x-placement=top-start] { |
|
top: auto!important; |
|
bottom: -8px!important; |
|
-webkit-transform: none!important; |
|
transform: none!important |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a { |
|
font-size: .88889rem; |
|
padding: 2px 24px; |
|
color: #0073e6; |
|
white-space: inherit |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.icon-options-li span.text { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected { |
|
color: #17324d; |
|
text-decoration: underline |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.select-pill-text { |
|
text-decoration: underline |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.selected span.check-mark { |
|
color: #0073e6 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:active, |
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:focus { |
|
background: 0 0; |
|
outline: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark { |
|
top: 10px; |
|
right: 24px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.check-mark:after { |
|
content: ''; |
|
display: block; |
|
width: .5em; |
|
height: 1em; |
|
border-style: solid; |
|
border-width: 0 .15em .15em 0; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg) |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text { |
|
position: relative |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .select-pill .icon { |
|
display: none |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .icon { |
|
fill: #0073e6; |
|
margin-right: 8px; |
|
width: 24px; |
|
height: 24px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a span.text .reset-label { |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #ebeced; |
|
position: absolute; |
|
bottom: -8px |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover { |
|
background: 0 0 |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a:hover span.text { |
|
text-decoration: underline |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active { |
|
background: 0 0; |
|
color: #17324d |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li a.active span.text { |
|
text-decoration: underline |
|
} |
|
|
|
.bootstrap-select-wrapper .dropdown.bootstrap-select .dropdown-menu li.disabled a { |
|
color: #e6e9f2 |
|
} |
|
|
|
fieldset.disabled .bootstrap-select-wrapper { |
|
opacity: .3 |
|
} |
|
|
|
fieldset.disabled .bootstrap-select-wrapper button { |
|
background: 0 0 |
|
} |
|
|
|
fieldset.disabled .bootstrap-select-wrapper button.btn-light { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.it-transfer-wrapper { |
|
border: 1px solid #c5c7c9; |
|
border-radius: 4px |
|
} |
|
|
|
.it-transfer-wrapper .transfer-scroll { |
|
height: 240px; |
|
overflow-x: hidden; |
|
margin-bottom: 24px |
|
} |
|
|
|
.it-transfer-wrapper .form-check { |
|
padding: 0 24px; |
|
position: relative |
|
} |
|
|
|
.it-transfer-wrapper .transfer-header { |
|
font-weight: 700 |
|
} |
|
|
|
.it-transfer-wrapper .transfer-header:after { |
|
height: 1px; |
|
background: #c5c7c9; |
|
width: 65px; |
|
content: ''; |
|
display: block; |
|
margin-left: 62px |
|
} |
|
|
|
.it-transfer-wrapper .transfer-header .form-check { |
|
padding: 24px 24px 8px; |
|
margin-top: 0 |
|
} |
|
|
|
.it-transfer-wrapper .transfer-header .form-check [type=checkbox]+label { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
|
|
.it-transfer-wrapper .transfer-header .form-check .descr { |
|
display: block; |
|
font-size: 12px; |
|
color: #435a70; |
|
font-weight: 400 |
|
} |
|
|
|
.it-transfer-wrapper .form-check input.semi-checked:not(:checked)+label::before { |
|
top: 13px; |
|
left: 4px; |
|
width: 12px; |
|
height: 2px; |
|
-webkit-transform: none; |
|
transform: none; |
|
-webkit-backface-visibility: hidden; |
|
backface-visibility: hidden; |
|
opacity: 1; |
|
background: #fff; |
|
border: 0 transparent |
|
} |
|
|
|
.it-transfer-wrapper .form-check input.semi-checked:not(:checked)+label::after { |
|
border-color: #207bd6; |
|
background-color: #207bd6; |
|
z-index: 0 |
|
} |
|
|
|
.it-transfer-buttons { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
.it-transfer-buttons a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
width: 40px; |
|
height: 40px; |
|
border: 1px solid #c5c7c9; |
|
border-radius: 100px; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
margin: 24px 8px; |
|
cursor: default; |
|
pointer-events: none |
|
} |
|
|
|
.it-transfer-buttons a svg { |
|
width: 16px; |
|
height: 16px; |
|
fill: #c5c7c9 |
|
} |
|
|
|
.it-transfer-buttons a.backtransfer, |
|
.it-transfer-buttons a.transfer { |
|
-webkit-transform: rotate(90deg); |
|
transform: rotate(90deg) |
|
} |
|
|
|
.it-transfer-buttons a.active { |
|
border-color: #207bd6; |
|
cursor: pointer; |
|
pointer-events: all |
|
} |
|
|
|
.it-transfer-buttons a.active svg { |
|
fill: #207bd6 |
|
} |
|
|
|
@media (min-width:768px) { |
|
.it-transfer-buttons { |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
height: 100% |
|
} |
|
.it-transfer-buttons a { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
width: 40px; |
|
height: 40px; |
|
border: 1px solid #c5c7c9; |
|
border-radius: 100px; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
margin: 8px; |
|
-ms-flex-item-align: center; |
|
align-self: center |
|
} |
|
.it-transfer-buttons a.backtransfer, |
|
.it-transfer-buttons a.transfer { |
|
-webkit-transform: none; |
|
transform: none |
|
} |
|
} |
|
|
|
@-webkit-keyframes dropdownFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 16px |
|
} |
|
} |
|
|
|
@keyframes dropdownFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 16px |
|
} |
|
} |
|
|
|
@-webkit-keyframes dropdownFadeInTop { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: -16px |
|
} |
|
} |
|
|
|
@keyframes dropdownFadeInTop { |
|
0% { |
|
opacity: 0; |
|
margin-top: 0 |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: -16px |
|
} |
|
} |
|
|
|
.btn-group.show .dropdown-menu[x-placement=bottom-start], |
|
.dropdown.show .dropdown-menu[x-placement=bottom-start] { |
|
-webkit-animation: .3s forwards dropdownFadeIn; |
|
animation: .3s forwards dropdownFadeIn |
|
} |
|
|
|
.btn-group.show .dropdown-menu[x-placement=top-start], |
|
.dropdown.show .dropdown-menu[x-placement=top-start] { |
|
-webkit-animation: .3s forwards dropdownFadeInTop; |
|
animation: .3s forwards dropdownFadeInTop |
|
} |
|
|
|
.btn-dropdown { |
|
color: #06c; |
|
padding: 0 4px; |
|
background-color: transparent; |
|
font-size: 1rem; |
|
border-radius: 0 |
|
} |
|
|
|
.btn-dropdown:not(:disabled):not(.disabled):active { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.btn-dropdown:after, |
|
.dropdown-toggle:after { |
|
content: ''; |
|
speak: none; |
|
border: none; |
|
display: inline; |
|
margin: 0; |
|
vertical-align: bottom; |
|
width: auto; |
|
height: auto |
|
} |
|
|
|
.btn-dropdown .icon-expand, |
|
.dropdown-toggle .icon-expand { |
|
-webkit-transition: -webkit-transform .3s; |
|
transition: transform .3s; |
|
transition: transform .3s, -webkit-transform .3s |
|
} |
|
|
|
.btn-dropdown .icon.icon-xs, |
|
.dropdown-toggle .icon.icon-xs { |
|
-webkit-transition: -webkit-transform .3s; |
|
transition: transform .3s; |
|
transition: transform .3s, -webkit-transform .3s; |
|
width: 18px; |
|
height: 18px; |
|
-webkit-transform: translateY(-1px); |
|
transform: translateY(-1px) |
|
} |
|
|
|
.btn-dropdown[aria-expanded=true] .icon-expand, |
|
.dropdown-toggle[aria-expanded=true] .icon-expand { |
|
-webkit-transform: scaleY(-1); |
|
transform: scaleY(-1) |
|
} |
|
|
|
.dropdown-menu { |
|
border-radius: 0 0 4px 4px |
|
} |
|
|
|
.dropdown-menu.full-width { |
|
width: 100% |
|
} |
|
|
|
.dropdown-menu.full-width .link-list li { |
|
display: inline-block; |
|
width: auto |
|
} |
|
|
|
.dropdown-menu.full-width .link-list li:focus, |
|
.dropdown-menu.full-width .link-list li:hover { |
|
background: 0 0; |
|
text-decoration: underline |
|
} |
|
|
|
.dropdown-menu .link-list { |
|
margin-bottom: 0 |
|
} |
|
|
|
.dropdown-menu .link-list h3 { |
|
line-height: 2.3em; |
|
margin-bottom: 0 |
|
} |
|
|
|
.dropdown-menu:before { |
|
content: ''; |
|
position: absolute; |
|
top: -6px; |
|
left: 24px; |
|
width: 18px; |
|
height: 18px; |
|
border-radius: 4px; |
|
background-color: #fff; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg) |
|
} |
|
|
|
.dropdown-menu[x-placement=top-start] { |
|
border-radius: 4px 4px 0 0 |
|
} |
|
|
|
.dropdown-menu[x-placement=top-start]:before { |
|
bottom: -6px; |
|
top: auto |
|
} |
|
|
|
.dropdown-menu.dark { |
|
background-color: #435a70 |
|
} |
|
|
|
.dropdown-menu.dark .link-list-wrapper ul span.divider { |
|
background: #2e465e |
|
} |
|
|
|
.dropdown-menu.dark .link-list-wrapper ul li a span, |
|
.dropdown-menu.dark .link-list-wrapper ul li a:hover span, |
|
.dropdown-menu.dark .link-list-wrapper ul li h3, |
|
.dropdown-menu.dark .link-list-wrapper ul li i { |
|
color: #fff |
|
} |
|
|
|
.dropdown-menu.dark .link-list-wrapper ul li a:not(.active):not(.disabled):hover i { |
|
color: #4fe0dc |
|
} |
|
|
|
.dropdown-menu.dark .link-list-wrapper ul li a.disabled span { |
|
color: #adb2b8 |
|
} |
|
|
|
.dropdown-menu.dark:before { |
|
background-color: #435a70 |
|
} |
|
|
|
nav.pagination-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
nav.pagination-wrapper.pagination-total { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
nav.pagination-wrapper.pagination-total ul { |
|
margin-bottom: .5rem |
|
} |
|
|
|
nav.pagination-wrapper.pagination-total p { |
|
font-size: .88889rem; |
|
color: #5b6f82; |
|
margin-bottom: 1rem; |
|
font-weight: 600; |
|
text-align: center |
|
} |
|
|
|
nav.pagination-wrapper .form-group { |
|
margin-left: 2.5rem; |
|
width: 4.5rem; |
|
margin-top: 0 |
|
} |
|
|
|
nav.pagination-wrapper .form-group label { |
|
font-size: .88889rem; |
|
color: #9da2a6 |
|
} |
|
|
|
nav.pagination-wrapper .form-group.active label { |
|
font-size: .8rem |
|
} |
|
|
|
nav.pagination-wrapper .btn.dropdown-toggle { |
|
font-size: .88889rem; |
|
color: #5b6f82; |
|
font-weight: 600; |
|
padding: 12px; |
|
border-bottom: 1px solid #5c6f82; |
|
height: 2.5rem; |
|
border: none; |
|
width: 100% |
|
} |
|
|
|
nav.pagination-wrapper .btn.dropdown-toggle:after { |
|
color: #0073e6; |
|
margin-left: .5rem |
|
} |
|
|
|
.pagination { |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
|
|
.pagination .page-item { |
|
margin-right: 5px |
|
} |
|
|
|
.pagination .page-item.disabled a.page-link { |
|
color: #c2c7cc |
|
} |
|
|
|
.pagination .page-item.disabled a.page-link .icon { |
|
fill: #c2c7cc |
|
} |
|
|
|
.pagination .page-item span.page-link { |
|
pointer-events: none |
|
} |
|
|
|
.pagination .page-item .page-link { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
height: 2.5rem; |
|
min-width: 2.5rem; |
|
border-radius: 4px; |
|
border: none; |
|
font-size: .88889rem; |
|
font-weight: 600; |
|
color: #5b6f82; |
|
background-color: transparent |
|
} |
|
|
|
.pagination .page-item .page-link[aria-current] { |
|
border: 1px solid #06c; |
|
color: #06c; |
|
pointer-events: none |
|
} |
|
|
|
.pagination .page-item .page-link.text { |
|
color: #0073e6 |
|
} |
|
|
|
.pagination .page-item .page-link span.d-inline-block { |
|
margin-right: .5rem |
|
} |
|
|
|
.pagination .page-item .page-link:hover { |
|
color: #06c; |
|
background-color: transparent |
|
} |
|
|
|
.pagination .page-item .page-link:hover .icon { |
|
fill: #06c |
|
} |
|
|
|
@media (min-width:576px) { |
|
.upload[type=file]+label { |
|
font-size: .889rem |
|
} |
|
.pagination .page-item .page-link { |
|
height: 2.66667rem; |
|
min-width: 2.66667rem |
|
} |
|
nav.pagination-wrapper .btn.dropdown-toggle { |
|
height: 2.66667rem |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
nav.pagination-wrapper { |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
nav.pagination-wrapper .dropdown { |
|
margin-left: 2.66667rem |
|
} |
|
} |
|
|
|
.nav-tabs { |
|
position: relative; |
|
background-color: #fff; |
|
border-bottom-color: #dfe4f2; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
overflow-x: scroll; |
|
overflow-y: hidden; |
|
-webkit-overflow-scrolling: touch; |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
|
|
.nav-tabs .it-ico-lg:before, |
|
.nav-tabs .it-ico:before { |
|
margin-right: 0 |
|
} |
|
|
|
.nav-tabs.auto .nav-link { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1; |
|
flex: 1 |
|
} |
|
|
|
.nav-tabs.auto .nav-item { |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1; |
|
flex: 1; |
|
text-align: center |
|
} |
|
|
|
.nav-tabs.nav-tabs-icon-text .icon { |
|
margin-right: .889rem |
|
} |
|
|
|
.nav-tabs.nav-tabs-icon-lg .nav-link { |
|
padding: .778rem 1.778em |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical { |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
border-bottom: none; |
|
border-right: 1px solid #dfe4f2 |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical .nav-link { |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
border-bottom: none; |
|
border-right: 2px solid transparent; |
|
white-space: normal |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical .nav-link:hover { |
|
border-bottom: none |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico-lg:before, |
|
.nav-tabs.nav-tabs-vertical .nav-link.justify-content-end .it-ico:before { |
|
margin-right: 0 |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical .nav-item.show .nav-link, |
|
.nav-tabs.nav-tabs-vertical .nav-link.active { |
|
border-bottom: none; |
|
border-right-color: #06c |
|
} |
|
|
|
.nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-item.show .nav-link, |
|
.nav-tabs.nav-tabs-vertical.nav-tabs-vertical-background .nav-link.active { |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.nav-tabs .nav-link { |
|
border-radius: 0; |
|
font-weight: 600; |
|
color: #5b6f82; |
|
border: none; |
|
border-bottom: 2px solid transparent; |
|
padding: .778rem 1.333em; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 0 1; |
|
flex: 1 0 1; |
|
white-space: nowrap; |
|
line-height: 1em; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
.nav-tabs .nav-link:hover { |
|
color: #06c; |
|
border-bottom-color: transparent |
|
} |
|
|
|
.nav-tabs .nav-link:focus { |
|
border-bottom-color: transparent |
|
} |
|
|
|
.nav-tabs .nav-link.disabled { |
|
color: #b1b1b3; |
|
cursor: default |
|
} |
|
|
|
.nav-tabs .nav-link.disabled .icon { |
|
fill: #b1b1b3 |
|
} |
|
|
|
.nav-tabs .nav-link .it-ico:before { |
|
font-size: 1.333rem |
|
} |
|
|
|
.nav-tabs .nav-link .it-ico-lg:before { |
|
font-size: 1.778rem |
|
} |
|
|
|
.nav-tabs .nav-link .icon { |
|
fill: #5c6f82 |
|
} |
|
|
|
.nav-tabs .nav-link.active .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.nav-tabs .nav-item.show .nav-link, |
|
.nav-tabs .nav-link.active { |
|
border-bottom-color: #06c; |
|
color: #06c; |
|
cursor: inherit |
|
} |
|
|
|
.nav-tabs .nav-item { |
|
margin-bottom: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.nav-tabs.nav-dark { |
|
background-color: #455b71; |
|
border-bottom: none |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link { |
|
color: #d9dadb |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link .icon { |
|
fill: #d9dadb |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link:hover { |
|
color: #00fff7 |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link:hover .icon { |
|
fill: #00fff7 |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link.disabled { |
|
color: #768594 |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-link.disabled .icon { |
|
fill: #768594 |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-item.show .nav-link, |
|
.nav-tabs.nav-dark .nav-link.active { |
|
background-color: #455b71; |
|
color: #00fff7; |
|
border-bottom: 2px solid #00fff7 |
|
} |
|
|
|
.nav-tabs.nav-dark .nav-item.show .nav-link .icon, |
|
.nav-tabs.nav-dark .nav-link.active .icon { |
|
fill: #00fff7 |
|
} |
|
|
|
.nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link, |
|
.nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active { |
|
border-right-color: #00fff7; |
|
border-bottom: none |
|
} |
|
|
|
.nav-tabs.nav-tabs-cards { |
|
border-bottom: none |
|
} |
|
|
|
.nav-tabs.nav-tabs-cards .nav-item-filler { |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
border-bottom: 1px solid #dfe4f2 |
|
} |
|
|
|
.nav-tabs.nav-tabs-cards .nav-link { |
|
border: 1px solid transparent; |
|
border-bottom: 1px solid #dfe4f2 |
|
} |
|
|
|
.nav-tabs.nav-tabs-cards .nav-item.show .nav-link, |
|
.nav-tabs.nav-tabs-cards .nav-link.active { |
|
border: 1px solid #dfe4f2; |
|
border-bottom-color: #fff; |
|
border-radius: 4px 4px 0 0 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-item { |
|
position: relative |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-item:last-of-type { |
|
border-bottom: 1px solid #dfe4f2 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-item-filler { |
|
width: 2em |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-tab-add { |
|
margin: -.2em 1em 0; |
|
position: relative; |
|
width: 1.444rem; |
|
height: 1.444rem; |
|
top: .8rem; |
|
border: 1px solid #dfe4f2; |
|
border-radius: 50%; |
|
right: 0 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-tab-add:after { |
|
content: ''; |
|
position: absolute; |
|
width: 2px; |
|
height: .778rem; |
|
left: .611rem; |
|
top: .278rem; |
|
background-color: #06c |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-tab-add:before { |
|
content: ''; |
|
position: absolute; |
|
width: .778rem; |
|
height: 2px; |
|
left: .278rem; |
|
top: .611rem; |
|
background-color: #06c |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link { |
|
padding-right: 2.888em |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close { |
|
cursor: pointer; |
|
position: absolute; |
|
top: calc(50% - .9rem); |
|
right: .889rem; |
|
color: #5b6f82; |
|
-webkit-transition: color .2s; |
|
transition: color .2s |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close .icon { |
|
fill: #5b6f82 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close.disabled { |
|
color: #b1b1b3; |
|
cursor: pointer |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close.disabled .icon { |
|
fill: #b1b1b3 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close:hover { |
|
color: #0059b3 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close:hover .icon { |
|
fill: #0059b3 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico { |
|
font-size: .6rem |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-link-close .it-ico:before { |
|
margin-right: 0 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close, |
|
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close { |
|
color: #0073e6 |
|
} |
|
|
|
.nav-tabs.nav-tabs-editable .nav-item.show .nav-link .nav-link-close .icon, |
|
.nav-tabs.nav-tabs-editable .nav-link.active .nav-link-close .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.flex-column-reverse .nav-tabs { |
|
border-bottom: none; |
|
border-top: 1px solid #dfe4f2 |
|
} |
|
|
|
.flex-column-reverse .nav-tabs .nav-link { |
|
border-bottom: none; |
|
border-top: 2px solid transparent |
|
} |
|
|
|
.flex-column-reverse .nav-tabs .nav-item.show .nav-link, |
|
.flex-column-reverse .nav-tabs .nav-link.active { |
|
border-top-color: #06c |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical { |
|
border-right: none; |
|
border-left: 1px solid #dfe4f2 |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link { |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
border-bottom: none; |
|
border-right: none; |
|
border-left: 2px solid transparent |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link:hover { |
|
border-bottom: none |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link .icon { |
|
margin-right: .889rem |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-item.show .nav-link, |
|
.flex-row-reverse .nav-tabs.nav-tabs-vertical .nav-link.active { |
|
border-left-color: #06c |
|
} |
|
|
|
.flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-item.show .nav-link, |
|
.flex-row-reverse .nav-tabs.nav-dark.nav-tabs-vertical .nav-link.active { |
|
border-left-color: #00fff7 |
|
} |
|
|
|
.nav-tabs-hidescroll { |
|
height: 2.667rem; |
|
overflow: hidden |
|
} |
|
|
|
.nav-tabs-hidescroll.hidescroll-ico { |
|
height: 2.944rem |
|
} |
|
|
|
.nav-tabs-hidescroll.hidescroll-ico-lg { |
|
height: 3.444rem |
|
} |
|
|
|
.nav-tabs-hidescroll .nav-tabs { |
|
padding-bottom: 20px |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.nav-tabs { |
|
overflow-x: hidden; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
.nav-tabs.auto { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.nav-tabs-hidescroll { |
|
height: auto; |
|
overflow: initial |
|
} |
|
.nav-tabs-hidescroll.hidescroll-ico, |
|
.nav-tabs-hidescroll.hidescroll-ico-lg { |
|
height: auto |
|
} |
|
.nav-tabs-hidescroll .nav-tabs { |
|
padding-bottom: 0 |
|
} |
|
} |
|
|
|
.cookiebar { |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
display: none; |
|
position: fixed; |
|
width: 100%; |
|
z-index: 1100; |
|
background-color: #435a70; |
|
padding: 24px 32px |
|
} |
|
|
|
.cookiebar.cookiebar-top { |
|
bottom: auto; |
|
top: 0 |
|
} |
|
|
|
.cookiebar.show { |
|
display: block |
|
} |
|
|
|
.cookiebar p { |
|
font-size: 1rem; |
|
line-height: 1.25em; |
|
color: #fff; |
|
margin-bottom: 0 |
|
} |
|
|
|
.cookiebar p br { |
|
display: none |
|
} |
|
|
|
.cookiebar .cookiebar-buttons { |
|
text-align: right; |
|
margin-top: 32px; |
|
padding: 0; |
|
line-height: 1.25em |
|
} |
|
|
|
.cookiebar .cookiebar-btn { |
|
background: 0 0; |
|
border: none; |
|
padding: 0; |
|
color: #fff; |
|
letter-spacing: .1em; |
|
font-weight: 600; |
|
text-transform: uppercase; |
|
font-size: .875rem; |
|
display: inline-block; |
|
line-height: 1em |
|
} |
|
|
|
.cookiebar .cookiebar-btn:hover { |
|
text-decoration: underline; |
|
cursor: pointer |
|
} |
|
|
|
.cookiebar .cookiebar-btn:last-child { |
|
margin-left: 32px |
|
} |
|
|
|
.cookiebar .cookiebar-btn:not(.cookiebar-confirm) { |
|
color: #e6ecf2 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.cookiebar p { |
|
font-size: .889rem |
|
} |
|
.cookiebar .cookiebar-btn { |
|
font-size: .778rem |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.cookiebar { |
|
padding: 32px 48px |
|
} |
|
.cookiebar.show { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
.cookiebar p { |
|
width: 60%; |
|
margin-right: 24px |
|
} |
|
.cookiebar p br { |
|
display: block |
|
} |
|
.cookiebar .cookiebar-buttons { |
|
margin-top: 0; |
|
width: 40% |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.cookiebar { |
|
max-width: 832px; |
|
left: 50%; |
|
right: auto; |
|
-webkit-transform: translateX(-50%); |
|
transform: translateX(-50%); |
|
border-radius: 4px 4px 0 0 |
|
} |
|
.cookiebar p { |
|
width: 66% |
|
} |
|
.cookiebar .cookiebar-buttons { |
|
width: 33% |
|
} |
|
} |
|
|
|
.it-hero-wrapper { |
|
min-height: 380px; |
|
position: relative; |
|
background-color: #06c; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: end; |
|
-ms-flex-align: end; |
|
align-items: flex-end |
|
} |
|
|
|
.it-hero-wrapper .img-responsive-wrapper { |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
top: 0 |
|
} |
|
|
|
.it-hero-wrapper .img-responsive-wrapper .img-responsive { |
|
padding-bottom: inherit; |
|
height: 100%; |
|
position: initial |
|
} |
|
|
|
.it-hero-wrapper.it-hero-small-size { |
|
min-height: 230px |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper { |
|
padding: 48px 34px; |
|
background: 0 0!important; |
|
position: relative |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper:last-child { |
|
margin-bottom: 0 |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper h1, |
|
.it-hero-wrapper .it-hero-text-wrapper p, |
|
.it-hero-wrapper .it-hero-text-wrapper span { |
|
color: #fff; |
|
margin-bottom: 24px |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper span.it-category { |
|
display: block; |
|
font-size: 1rem; |
|
text-transform: uppercase; |
|
font-weight: 600; |
|
letter-spacing: .9px |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper h1 { |
|
font-size: 2rem; |
|
letter-spacing: unset |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper p { |
|
font-size: 1rem; |
|
font-family: Lora, Georgia, serif |
|
} |
|
|
|
.it-hero-wrapper .it-hero-text-wrapper .it-btn-container { |
|
margin-top: 8px |
|
} |
|
|
|
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper { |
|
text-align: center |
|
} |
|
|
|
.it-hero-wrapper.it-overlay .img-responsive-wrapper:after { |
|
content: ''; |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
top: 0; |
|
left: 0 |
|
} |
|
|
|
.it-hero-wrapper.it-overlay.it-dark .img-responsive-wrapper:after { |
|
background: rgba(23, 50, 77, .54) |
|
} |
|
|
|
.it-hero-wrapper.it-overlay.it-primary .img-responsive-wrapper:after { |
|
background: rgba(0, 102, 204, .85) |
|
} |
|
|
|
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper img { |
|
mix-blend-mode: screen |
|
} |
|
|
|
.it-hero-wrapper.it-overlay.it-filter .img-responsive-wrapper:after { |
|
display: none |
|
} |
|
|
|
.it-hero-wrapper.it-bottom-overlapping-content { |
|
margin-bottom: -80px |
|
} |
|
|
|
.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper { |
|
padding-bottom: 136px |
|
} |
|
|
|
@media (min-width:768px) { |
|
.it-hero-wrapper.it-hero-small-size { |
|
min-height: 300px |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper { |
|
padding: 48px 40% 48px 34px |
|
} |
|
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper { |
|
padding: 48px 20% |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-hero-wrapper { |
|
position: relative; |
|
min-height: 150px; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-hero-wrapper.it-hero-small-size { |
|
min-height: 400px |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper { |
|
padding: 120px 40% 168px 26px |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper span.it-category { |
|
position: absolute; |
|
margin-top: -56px |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper h1 { |
|
font-size: 2.66667rem |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper p { |
|
margin-bottom: 0 |
|
} |
|
.it-hero-wrapper .it-hero-text-wrapper .it-btn-container { |
|
position: absolute; |
|
margin-top: 48px |
|
} |
|
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper { |
|
padding: 120px 20% 144px |
|
} |
|
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper .it-btn-container, |
|
.it-hero-wrapper.it-text-centered .it-hero-text-wrapper span.it-category { |
|
left: 20%; |
|
right: 20% |
|
} |
|
.it-hero-wrapper.it-bottom-overlapping-content { |
|
margin-bottom: -80px |
|
} |
|
.it-hero-wrapper.it-bottom-overlapping-content .it-hero-text-wrapper { |
|
padding-bottom: 240px; |
|
padding-top: 160px |
|
} |
|
} |
|
|
|
.forward { |
|
display: block; |
|
text-align: center; |
|
font-size: 3rem; |
|
-webkit-transition: .2s ease-in-out; |
|
transition: .2s ease-in-out |
|
} |
|
|
|
.forward:hover { |
|
text-decoration: none |
|
} |
|
|
|
.back-to-top { |
|
position: fixed; |
|
bottom: 16px; |
|
right: 16px; |
|
background: #0073e6; |
|
width: 40px; |
|
height: 40px; |
|
text-decoration: none; |
|
border-radius: 50%; |
|
display: block; |
|
visibility: hidden; |
|
opacity: 0; |
|
text-align: center; |
|
-webkit-transition: .2s ease-in-out, visibility .3s linear, opacity .3s ease-in-out, -webkit-transform .25s cubic-bezier(.75, -.5, 0, 1.75); |
|
transition: .2s ease-in-out, transform .25s cubic-bezier(.75, -.5, 0, 1.75), visibility .3s linear, opacity .3s ease-in-out, -webkit-transform .25s cubic-bezier(.75, -.5, 0, 1.75); |
|
z-index: 1; |
|
-webkit-transform: scale(.7); |
|
transform: scale(.7); |
|
-webkit-transform-origin: center center; |
|
transform-origin: center center |
|
} |
|
|
|
.back-to-top.back-to-top-show { |
|
visibility: visible; |
|
opacity: 1; |
|
-webkit-transition: .2s ease-in-out, visibility 0 linear 0, opacity .1s ease-in-out, -webkit-transform 50ms ease-out; |
|
transition: .2s ease-in-out, transform 50ms ease-out, visibility 0 linear 0, opacity .1s ease-in-out, -webkit-transform 50ms ease-out; |
|
-webkit-transform: scale(1); |
|
transform: scale(1) |
|
} |
|
|
|
.back-to-top:hover { |
|
background: #0059b3; |
|
text-decoration: none |
|
} |
|
|
|
.back-to-top .icon { |
|
margin: 0; |
|
position: relative; |
|
-webkit-transform: scale(.75); |
|
transform: scale(.75); |
|
top: 4px |
|
} |
|
|
|
.back-to-top .icon:before { |
|
margin: 0; |
|
color: #fff |
|
} |
|
|
|
.back-to-top.shadow:hover { |
|
-webkit-box-shadow: 0 .3rem .75rem rgba(0, 0, 0, .3)!important; |
|
box-shadow: 0 .3rem .75rem rgba(0, 0, 0, .3)!important |
|
} |
|
|
|
.back-to-top.dark { |
|
background: #fff |
|
} |
|
|
|
.back-to-top.dark:hover { |
|
background: #ebeced |
|
} |
|
|
|
.back-to-top.dark .icon:before { |
|
color: #435a70 |
|
} |
|
|
|
@media (min-width:768px) { |
|
.back-to-top { |
|
width: 56px; |
|
height: 56px |
|
} |
|
.back-to-top .icon { |
|
-webkit-transform: scale(1); |
|
transform: scale(1); |
|
top: 10px |
|
} |
|
.back-to-top.back-to-top-small { |
|
width: 40px; |
|
height: 40px |
|
} |
|
.back-to-top.back-to-top-small .icon { |
|
-webkit-transform: scale(.75); |
|
transform: scale(.75); |
|
top: 4px |
|
} |
|
.link-list-wrapper ul li a.large { |
|
line-height: 2.7em |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.back-to-top { |
|
bottom: 32px; |
|
right: 32px |
|
} |
|
} |
|
|
|
.autocomplete { |
|
padding: .375rem 48px .375rem 24px |
|
} |
|
|
|
.autocomplete::-webkit-input-placeholder { |
|
color: #adb2b8 |
|
} |
|
|
|
.autocomplete::-ms-input-placeholder { |
|
color: #adb2b8 |
|
} |
|
|
|
.autocomplete::placeholder { |
|
color: #adb2b8 |
|
} |
|
|
|
.autocomplete:disabled { |
|
background-color: #cacacc |
|
} |
|
|
|
.autocomplete:disabled::-webkit-input-placeholder { |
|
color: #5c6f82 |
|
} |
|
|
|
.autocomplete:disabled::-ms-input-placeholder { |
|
color: #5c6f82 |
|
} |
|
|
|
.autocomplete:disabled::placeholder { |
|
color: #5c6f82 |
|
} |
|
|
|
.autocomplete-icon { |
|
position: absolute; |
|
right: 0; |
|
top: .5rem; |
|
padding: 0 8px; |
|
background-color: #fff |
|
} |
|
|
|
.autocomplete-icon .icon { |
|
fill: #5c6f82 |
|
} |
|
|
|
.autocomplete-list { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
background-color: #fff; |
|
padding: 8px 0; |
|
-webkit-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
border-top: 1px solid #5c6f82; |
|
-webkit-transition: opacity .3s; |
|
transition: opacity .3s; |
|
display: none |
|
} |
|
|
|
.autocomplete-list.autocomplete-list-show { |
|
display: block; |
|
z-index: 10 |
|
} |
|
|
|
.autocomplete-list li { |
|
list-style-type: none; |
|
padding: 0 |
|
} |
|
|
|
.autocomplete-list a { |
|
padding: 12px 24px; |
|
display: block; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
color: #455b71; |
|
line-height: 1.2; |
|
font-size: 1rem |
|
} |
|
|
|
.autocomplete-list a:hover { |
|
color: #0073e6; |
|
text-decoration: none |
|
} |
|
|
|
.autocomplete-list a:hover .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.autocomplete-list a:hover .autocomplete-list-text span { |
|
text-decoration: underline |
|
} |
|
|
|
.autocomplete-list a:hover .autocomplete-list-text em, |
|
.autocomplete-list a:hover mark { |
|
color: #0073e6 |
|
} |
|
|
|
.autocomplete-list a .avatar, |
|
.autocomplete-list a .icon { |
|
margin-right: 16px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.autocomplete-list a .icon { |
|
fill: #455b71 |
|
} |
|
|
|
.autocomplete-list a .autocomplete-list-text { |
|
margin-top: 2px |
|
} |
|
|
|
.autocomplete-list a .autocomplete-list-text em { |
|
font-style: normal; |
|
text-transform: uppercase; |
|
font-size: .75rem; |
|
color: #435a70; |
|
font-weight: 600; |
|
letter-spacing: .1em; |
|
display: block; |
|
margin-top: 4px |
|
} |
|
|
|
.autocomplete-list mark { |
|
padding: 0; |
|
background: 0 0; |
|
font-weight: 700 |
|
} |
|
|
|
.autocomplete-wrapper-big .autocomplete { |
|
height: 56px; |
|
font-size: 1.5rem; |
|
font-weight: 400; |
|
padding-left: 64px; |
|
padding-right: 24px |
|
} |
|
|
|
.autocomplete-wrapper-big .autocomplete-icon { |
|
position: absolute; |
|
left: .5rem; |
|
right: auto; |
|
top: 1rem |
|
} |
|
|
|
.autocomplete-wrapper-big .autocomplete-icon .icon { |
|
fill: #0073e6; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.autocomplete-wrapper-big .autocomplete-list a { |
|
font-size: 1.125rem |
|
} |
|
|
|
.autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text { |
|
margin-top: 0 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.autocomplete-list a { |
|
font-size: .889rem; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start |
|
} |
|
.autocomplete-list a .autocomplete-list-text span { |
|
margin-right: 8px |
|
} |
|
.autocomplete-list a .autocomplete-list-text em { |
|
display: inline-block; |
|
font-size: .667rem; |
|
margin-top: 0 |
|
} |
|
.autocomplete-wrapper-big .autocomplete { |
|
height: 72px; |
|
font-size: 2.222rem; |
|
padding-left: 64px |
|
} |
|
.autocomplete-wrapper-big .autocomplete-icon .icon { |
|
width: 40px; |
|
height: 40px |
|
} |
|
.autocomplete-wrapper-big .autocomplete-list a { |
|
font-size: 1.111rem |
|
} |
|
.autocomplete-wrapper-big .autocomplete-list a .autocomplete-list-text span { |
|
margin-right: 16px |
|
} |
|
.link-list-wrapper ul li a.large { |
|
font-size: 1em; |
|
line-height: 2.7em |
|
} |
|
} |
|
|
|
.link-list-wrapper ul { |
|
padding: 0; |
|
list-style-type: none |
|
} |
|
|
|
.link-list-wrapper ul.link-sublist { |
|
padding-left: 24px |
|
} |
|
|
|
.link-list-wrapper ul li a { |
|
font-size: .889em; |
|
line-height: 2.3em; |
|
display: block; |
|
padding: 0 14px; |
|
position: relative |
|
} |
|
|
|
.link-list-wrapper ul li a:hover:not(.disabled) { |
|
text-decoration: none |
|
} |
|
|
|
.link-list-wrapper ul li a:hover:not(.disabled) span { |
|
color: #06c; |
|
text-decoration: underline |
|
} |
|
|
|
.link-list-wrapper ul li a:hover:not(.disabled) p { |
|
color: #06c; |
|
text-decoration: none |
|
} |
|
|
|
.link-list-wrapper ul li a:hover:not(.disabled) .icon { |
|
fill: #06c |
|
} |
|
|
|
.link-list-wrapper ul li a.disabled:hover { |
|
text-decoration: none |
|
} |
|
|
|
.link-list-wrapper ul li a.medium { |
|
font-weight: 600 |
|
} |
|
|
|
.link-list-wrapper ul li a span { |
|
color: #06c; |
|
display: inline-block; |
|
margin-right: 24px |
|
} |
|
|
|
.link-list-wrapper ul li a .icon { |
|
display: inline-block; |
|
margin: 8px 0 |
|
} |
|
|
|
.link-list-wrapper ul li a .icon.icon-right { |
|
position: absolute; |
|
right: 0 |
|
} |
|
|
|
.link-list-wrapper ul li a .icon.right { |
|
margin-left: 8px |
|
} |
|
|
|
.link-list-wrapper ul li a .icon.left { |
|
margin-right: 8px |
|
} |
|
|
|
.link-list-wrapper ul li a.right-icon .icon.right { |
|
position: absolute; |
|
top: 0; |
|
right: 14px; |
|
-webkit-transition: -webkit-transform .3s; |
|
transition: transform .3s; |
|
transition: transform .3s, -webkit-transform .3s |
|
} |
|
|
|
.link-list-wrapper ul li a.right-icon .icon.right.secondary { |
|
color: #9da2a6 |
|
} |
|
|
|
.link-list-wrapper ul li a.right-icon[aria-expanded=true] .icon.right { |
|
-webkit-transform: scaleY(-1); |
|
transform: scaleY(-1) |
|
} |
|
|
|
.link-list-wrapper ul li a.active span { |
|
color: #17324d; |
|
text-decoration: underline |
|
} |
|
|
|
.link-list-wrapper ul li a.active .icon { |
|
color: #17324d |
|
} |
|
|
|
.link-list-wrapper ul li a.disabled { |
|
cursor: not-allowed |
|
} |
|
|
|
.link-list-wrapper ul li a.disabled span { |
|
color: #adb2b8 |
|
} |
|
|
|
.link-list-wrapper ul li a.disabled svg, |
|
.link-list-wrapper ul li a.disabled svg.secondary { |
|
fill: #adb2b8 |
|
} |
|
|
|
.link-list-wrapper ul li a.large { |
|
font-size: 1em |
|
} |
|
|
|
.link-list-wrapper ul li a p { |
|
font-size: .778em; |
|
line-height: initial; |
|
color: #5b6f82 |
|
} |
|
|
|
.link-list-wrapper ul li a.avatar { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
margin-bottom: 8px |
|
} |
|
|
|
.link-list-wrapper ul li a.avatar .avatar { |
|
display: block; |
|
border-radius: 50px; |
|
margin-right: 8px |
|
} |
|
|
|
.link-list-wrapper ul li h3 { |
|
font-size: 1em; |
|
color: #17324d; |
|
padding: 0 24px |
|
} |
|
|
|
.link-list-wrapper ul li h3 a { |
|
line-height: inherit; |
|
font-size: 1em; |
|
padding: 0 |
|
} |
|
|
|
.link-list-wrapper ul .divider { |
|
display: block; |
|
height: 1px; |
|
background: #ebeced; |
|
margin: 8px 0 |
|
} |
|
|
|
.link-list-wrapper ul .toggles label { |
|
padding: 0 24px; |
|
font-size: .889em; |
|
line-height: 2.3em; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
height: auto; |
|
font-weight: inherit; |
|
margin: 0 |
|
} |
|
|
|
.link-list-wrapper ul .toggles input[type=checkbox]+.lever { |
|
margin: 8px 0 0 |
|
} |
|
|
|
.link-list-wrapper ul .form-check.form-check-group { |
|
padding: 0 24px; |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.link-list-wrapper ul .form-check.form-check-group [type=checkbox]+label { |
|
padding-left: 0; |
|
font-size: .889em; |
|
line-height: 2.3em; |
|
height: inherit; |
|
margin-bottom: 0 |
|
} |
|
|
|
.link-list-wrapper ul .form-check.form-check-group [type=checkbox]+label:after { |
|
right: 24px |
|
} |
|
|
|
.link-list-wrapper ul .form-check.form-check-group [type=checkbox]+label:before { |
|
right: 35px |
|
} |
|
|
|
.link-list-wrapper ul .form-check.form-check-group [type=checkbox][disabled]+label { |
|
color: #adb2b8 |
|
} |
|
|
|
@-webkit-keyframes megamenuFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 16px |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 16px |
|
} |
|
} |
|
|
|
@keyframes megamenuFadeIn { |
|
0% { |
|
opacity: 0; |
|
margin-top: 16px |
|
} |
|
100% { |
|
opacity: 1; |
|
margin-top: 16px |
|
} |
|
} |
|
|
|
.navbar { |
|
background: #06c |
|
} |
|
|
|
.navbar .overlay { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
left: 0; |
|
bottom: 0; |
|
background: rgba(0, 0, 0, .6); |
|
display: none |
|
} |
|
|
|
.navbar .navbar-collapsable { |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
left: 0; |
|
bottom: 0; |
|
z-index: 10; |
|
display: none |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper { |
|
background: #fff; |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
right: 48px; |
|
left: 0; |
|
pointer-events: all; |
|
overflow-y: auto; |
|
-webkit-transform: translateX(-100%); |
|
transform: translateX(-100%); |
|
-webkit-transition: .2s cubic-bezier(.29, .85, .5, .99); |
|
transition: .2s cubic-bezier(.29, .85, .5, .99) |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .navbar-nav { |
|
padding: 24px 0 0; |
|
overflow: hidden |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu { |
|
padding-bottom: 0 |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav { |
|
padding: 24px 0 |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link { |
|
color: #06c; |
|
font-weight: 600; |
|
padding: 13px 24px; |
|
position: relative |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg { |
|
fill: #06c; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle[aria-expanded=true] .icon { |
|
-webkit-transform: scaleY(-1); |
|
transform: scaleY(-1) |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-left: 3px solid #06c |
|
} |
|
|
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link:hover:not(.active) { |
|
text-decoration: underline |
|
} |
|
|
|
.navbar .navbar-collapsable.expanded .menu-wrapper { |
|
-webkit-transform: translateX(0); |
|
transform: translateX(0); |
|
-webkit-transition: .3s cubic-bezier(.29, .85, .5, .99); |
|
transition: .3s cubic-bezier(.29, .85, .5, .99) |
|
} |
|
|
|
.navbar .navbar-collapsable.expanded .close-div { |
|
-webkit-transform: translateX(0); |
|
transform: translateX(0) |
|
} |
|
|
|
.navbar .close-div { |
|
-webkit-transform: translateX(-100%); |
|
transform: translateX(-100%); |
|
padding: 24px 0; |
|
position: fixed; |
|
left: 0; |
|
right: 0; |
|
top: 0; |
|
background: #fff; |
|
z-index: 10; |
|
pointer-events: none; |
|
-webkit-transition: .3s cubic-bezier(.1, .57, .4, .97); |
|
transition: .3s cubic-bezier(.1, .57, .4, .97) |
|
} |
|
|
|
.navbar .close-div .close-menu { |
|
background: 0 0; |
|
pointer-events: all; |
|
color: #06c; |
|
text-align: center; |
|
font-size: .75em; |
|
text-transform: uppercase; |
|
padding: 0; |
|
float: right |
|
} |
|
|
|
.navbar .close-div .close-menu span { |
|
display: block; |
|
text-align: center; |
|
font-size: 2em |
|
} |
|
|
|
.navbar .close-div .close-menu span:before { |
|
margin-right: 0 |
|
} |
|
|
|
.navbar .dropdown-menu { |
|
background: 0 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
padding-top: 0 |
|
} |
|
|
|
.navbar .dropdown-menu:before { |
|
display: none |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper { |
|
padding-left: 24px; |
|
padding-right: 24px; |
|
margin-bottom: 24px |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active { |
|
color: #1f5c99; |
|
text-decoration: underline |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span { |
|
color: #1f5c99 |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper ul li a i, |
|
.navbar .dropdown-menu .link-list-wrapper ul li a span { |
|
color: #06c |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper ul li h3 { |
|
text-transform: uppercase; |
|
font-size: .833em; |
|
font-weight: 600; |
|
letter-spacing: 1px |
|
} |
|
|
|
.navbar .dropdown-menu .link-list-wrapper ul li .divider { |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-left: 24px |
|
} |
|
|
|
.custom-navbar-toggler { |
|
background: 0 0; |
|
border: none; |
|
cursor: pointer |
|
} |
|
|
|
.custom-navbar-toggler span { |
|
color: #fff; |
|
font-size: 1.625em |
|
} |
|
|
|
.custom-navbar-toggler svg { |
|
fill: #fff; |
|
width: 24px; |
|
height: 24px; |
|
display: block |
|
} |
|
|
|
.nav-item.megamenu>a:before { |
|
display: none |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list, |
|
.inline-menu .link-list-wrapper .link-list li a { |
|
position: relative |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list li a i { |
|
color: #6aaaeb |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list li a:after { |
|
content: ''; |
|
display: block; |
|
width: 2px; |
|
background: #06c; |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
height: 100%; |
|
-webkit-transform-origin: center; |
|
transform-origin: center; |
|
-webkit-transform: scaleY(0); |
|
transform: scaleY(0); |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
z-index: 1 |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list li a.active span { |
|
color: #06c; |
|
text-decoration: none |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list li a[aria-expanded=true]:after { |
|
-webkit-transform: scaleY(1); |
|
transform: scaleY(1) |
|
} |
|
|
|
.inline-menu .link-list-wrapper .link-list:after { |
|
content: ''; |
|
display: block; |
|
width: 2px; |
|
background: -webkit-gradient(linear, left top, left bottom, from(#e6ecf2), to(rgba(230, 236, 242, .3))); |
|
background: linear-gradient(to bottom, #e6ecf2 0, rgba(230, 236, 242, .3) 100%); |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
height: 100% |
|
} |
|
|
|
@media (min-width:992px) { |
|
.navbar { |
|
background: #06c; |
|
padding: 0 |
|
} |
|
.navbar .navbar-collapsable { |
|
position: relative; |
|
top: auto; |
|
right: auto; |
|
left: auto; |
|
bottom: auto; |
|
z-index: auto; |
|
background: 0 0; |
|
display: block!important; |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
.navbar .navbar-collapsable .overlay { |
|
display: none!important |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper { |
|
position: inherit; |
|
top: auto; |
|
bottom: auto; |
|
right: auto; |
|
left: auto; |
|
overflow-y: visible; |
|
-webkit-transform: none; |
|
transform: none; |
|
-webkit-transition: none; |
|
transition: none; |
|
background: #06c |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .navbar-nav { |
|
margin-top: 0; |
|
padding: 0 24px; |
|
overflow: inherit |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu { |
|
padding-bottom: .5rem |
|
} |
|
.navbar .navbar-collapsable .navbar-nav { |
|
margin-top: 0; |
|
padding: 0 24px |
|
} |
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link { |
|
font-weight: 400; |
|
padding: 13px 24px; |
|
color: #fff |
|
} |
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg { |
|
fill: #fff |
|
} |
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-left: 0; |
|
border-bottom: 3px solid #fff; |
|
background: 0 0 |
|
} |
|
.navbar .navbar-collapsable .navbar-nav li a.nav-link.disabled { |
|
opacity: .5; |
|
cursor: not-allowed |
|
} |
|
.navbar .close-div { |
|
display: none |
|
} |
|
.navbar .dropdown-menu { |
|
position: absolute; |
|
top: 100%; |
|
left: 0; |
|
z-index: 1000; |
|
float: left; |
|
min-width: 10rem; |
|
padding: .5rem 0 0; |
|
margin: .125rem 0 0; |
|
font-size: 1rem; |
|
color: #19191a; |
|
text-align: left; |
|
list-style: none; |
|
background-color: #fff; |
|
background-clip: padding-box; |
|
border: 0 solid transparent; |
|
border-radius: 0 0 4px 4px; |
|
-webkit-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05) |
|
} |
|
.navbar .dropdown-menu.show { |
|
-webkit-animation: .3s forwards dropdownFadeIn; |
|
animation: .3s forwards dropdownFadeIn; |
|
top: calc(100% - 16px) |
|
} |
|
.navbar .dropdown-menu:before { |
|
display: block |
|
} |
|
.navbar .dropdown-menu .link-list-wrapper { |
|
padding-left: 0; |
|
padding-right: 0; |
|
margin-bottom: 0 |
|
} |
|
.navbar .dropdown-menu .link-list-wrapper ul li a h3, |
|
.navbar .dropdown-menu .link-list-wrapper ul li a i, |
|
.navbar .dropdown-menu .link-list-wrapper ul li a span { |
|
color: #06c |
|
} |
|
.navbar .dropdown-menu .link-list-wrapper ul li h3 { |
|
color: #19191a |
|
} |
|
.navbar .dropdown-toggle { |
|
display: block; |
|
-webkit-box-pack: inherit; |
|
-ms-flex-pack: inherit; |
|
justify-content: inherit |
|
} |
|
.custom-navbar-toggler { |
|
display: none |
|
} |
|
.has-megamenu .navbar-collapsable { |
|
width: 100% |
|
} |
|
.nav-item.megamenu { |
|
position: static |
|
} |
|
.nav-item.megamenu>a.dropdown-toggle { |
|
position: relative |
|
} |
|
.nav-item.megamenu>a.dropdown-toggle:before { |
|
content: ''; |
|
position: absolute; |
|
top: auto; |
|
bottom: -12px; |
|
left: 24px; |
|
width: 18px; |
|
height: 18px; |
|
border-radius: 4px; |
|
background-color: #fff; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg); |
|
opacity: 0; |
|
display: block; |
|
-webkit-transition: opacity .15s cubic-bezier(.1, .57, .36, .99); |
|
transition: opacity .15s cubic-bezier(.1, .57, .36, .99) |
|
} |
|
.nav-item.megamenu.show a.dropdown-toggle:before { |
|
opacity: 1 |
|
} |
|
.megamenu .dropdown-menu { |
|
min-width: auto; |
|
left: 24px; |
|
right: 24px; |
|
-webkit-animation-timing-function: cubic-bezier(.1, .57, .36, .99); |
|
animation-timing-function: cubic-bezier(.1, .57, .36, .99) |
|
} |
|
.megamenu .dropdown-menu:before { |
|
display: none |
|
} |
|
.megamenu .dropdown-menu.show { |
|
-webkit-animation: .15s forwards megamenuFadeIn; |
|
animation: .15s forwards megamenuFadeIn |
|
} |
|
} |
|
|
|
.skiplinks { |
|
background-color: #0bd9d2; |
|
text-align: center |
|
} |
|
|
|
.skiplinks a { |
|
padding: .5rem; |
|
display: block; |
|
font-weight: 600; |
|
color: #5b6f82; |
|
text-decoration: underline |
|
} |
|
|
|
.affix-top { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
top: 0 |
|
} |
|
|
|
.affix-bottom { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
bottom: 0 |
|
} |
|
|
|
.affix-parent { |
|
position: relative |
|
} |
|
|
|
.sidebar-wrapper { |
|
padding: 24px 0 |
|
} |
|
|
|
.sidebar-wrapper h3 { |
|
font-weight: 600; |
|
margin-bottom: .8rem; |
|
font-size: .833em; |
|
margin-top: 5px; |
|
letter-spacing: 1px; |
|
text-transform: uppercase; |
|
padding-left: 24px; |
|
padding-right: 24px |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper h3 { |
|
font-weight: 600; |
|
margin-bottom: .8rem; |
|
font-size: .833em; |
|
margin-top: 5px; |
|
letter-spacing: 1px; |
|
text-transform: uppercase |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a { |
|
line-height: 1em; |
|
padding-top: .8em; |
|
padding-bottom: .8em; |
|
font-size: 1em |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand { |
|
font-size: .8em; |
|
top: 50%; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%) |
|
} |
|
/* |
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i { |
|
-webkit-transform: translateY(-50%) scaleY(-1); |
|
transform: translateY(-50%) scaleY(-1) |
|
} |
|
*/ |
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active { |
|
border-left: 2px solid #0073e6 |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active i, |
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active span { |
|
color: #0073e6; |
|
text-decoration: none |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a { |
|
font-size: .889em; |
|
padding-top: .7em; |
|
padding-bottom: .7em |
|
} |
|
|
|
.sidebar-wrapper .sidebar-linklist-wrapper.linklist-secondary:before { |
|
content: ''; |
|
width: 65px; |
|
height: 1px; |
|
background: #e6ecf2; |
|
display: block; |
|
margin-left: 24px; |
|
margin-top: 24px |
|
} |
|
|
|
.sidebar-wrapper.it-line-right-side { |
|
border-right: 1px solid #d9dadb |
|
} |
|
|
|
.sidebar-wrapper.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active { |
|
border-right: 2px solid #0073e6; |
|
border-left: none |
|
} |
|
|
|
.sidebar-wrapper.it-line-left-side { |
|
border-left: 1px solid #d9dadb |
|
} |
|
|
|
.sidebar-wrapper.theme-dark { |
|
background: #435a70 |
|
} |
|
|
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper h3, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a i.it-expand, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a span, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a.left-icon i.left, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[aria-expanded=true] i, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse], |
|
.sidebar-wrapper.theme-dark h3 { |
|
color: #fff |
|
} |
|
|
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active { |
|
border-left: 2px solid #fff |
|
} |
|
|
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active i, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active span, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a, |
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper .link-list-wrapper ul.link-sublist li a span { |
|
color: #fff |
|
} |
|
|
|
.sidebar-wrapper.theme-dark .sidebar-linklist-wrapper.linklist-secondary:before { |
|
background: rgba(229, 229, 229, .3) |
|
} |
|
|
|
.sidebar-wrapper.theme-dark.it-line-right-side { |
|
border-right-color: rgba(229, 229, 229, .3) |
|
} |
|
|
|
.sidebar-wrapper.theme-dark.it-line-right-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active { |
|
border-left: none; |
|
border-right-color: #fff |
|
} |
|
|
|
.sidebar-wrapper.theme-dark.it-line-left-side { |
|
border-left-color: rgba(229, 229, 229, .3) |
|
} |
|
|
|
.sidebar-wrapper.theme-dark.it-line-left-side .sidebar-linklist-wrapper .link-list-wrapper ul li a[data-toggle=collapse].active { |
|
border-left-color: #fff |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn { |
|
margin-top: 24px; |
|
line-height: 2.3em |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-bottom: 8px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3 { |
|
margin-top: 24px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-bottom: 8px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn { |
|
margin: .5em 48px; |
|
line-height: 1.2em; |
|
font-size: .833em; |
|
text-transform: uppercase; |
|
padding-bottom: .5em |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper { |
|
margin-bottom: 0 |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a { |
|
margin-top: 0 |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i { |
|
margin-left: 6px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li:last-child.it-more a { |
|
margin-top: 8px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical { |
|
width: 100%; |
|
background: #f5f6f7; |
|
padding-top: 16px; |
|
padding-bottom: 16px; |
|
margin-top: 16px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list { |
|
width: 100% |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span { |
|
font-weight: 600 |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider { |
|
display: none |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description { |
|
background: 0 0 |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content { |
|
padding-left: 42px; |
|
padding-right: 42px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-bottom: 16px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img { |
|
display: block; |
|
width: 100%; |
|
margin-bottom: 12px |
|
} |
|
|
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p { |
|
font-size: .889em |
|
} |
|
|
|
.navbar .dropdown-menu>.it-external { |
|
padding: 0 |
|
} |
|
|
|
.navbar .dropdown-menu .margin-right-col .it-external { |
|
padding: 0 6px |
|
} |
|
|
|
.navbar .dropdown-menu .it-external { |
|
width: 100% |
|
} |
|
|
|
.navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-bottom: 8px |
|
} |
|
|
|
.navbar .dropdown-menu .it-megamenu-footer { |
|
background: #f5f6f7; |
|
padding: 16px 0; |
|
margin-top: 16px |
|
} |
|
|
|
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper { |
|
margin-bottom: 0 |
|
} |
|
|
|
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span { |
|
display: inline; |
|
font-weight: 600 |
|
} |
|
|
|
@media (min-width:992px) { |
|
.navbar .dropdown-menu .it-megamenu-footer { |
|
padding: 12px 24px; |
|
margin: 32px -24px -32px |
|
} |
|
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item { |
|
padding-top: 16px; |
|
padding-bottom: 16px |
|
} |
|
.navbar .dropdown-menu .it-megamenu-footer .link-list-wrapper .link-list li a.list-item span { |
|
display: inline; |
|
font-weight: 600 |
|
} |
|
.navbar .dropdown-menu .it-external { |
|
width: 100%; |
|
padding: 0 |
|
} |
|
.navbar .dropdown-menu .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 65px; |
|
background: #e6ecf2; |
|
margin-bottom: 8px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col { |
|
min-height: 100%; |
|
margin-right: -31px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .row.max-height-col { |
|
margin-right: -6px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .row.max-height-col .margin-right-col { |
|
margin-right: 24px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical { |
|
background: #f5f6f7; |
|
padding-top: 32px; |
|
margin: -32px -24px -32px -6px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list { |
|
width: 100% |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
padding-left: 36px; |
|
padding-right: 36px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li a span { |
|
font-weight: 600 |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical .link-list-wrapper ul.link-list li .divider { |
|
height: 1px; |
|
display: block; |
|
background: #d9dadb; |
|
margin: 25px 0 16px 36px; |
|
width: 65px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description { |
|
background: 0 0 |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content { |
|
padding-left: 36px; |
|
padding-right: 36px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content:before { |
|
display: none |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content img { |
|
display: block; |
|
width: 100%; |
|
margin-bottom: 12px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .it-vertical.it-description .description-content p { |
|
font-size: .889em |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu { |
|
padding: 32px 24px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3 { |
|
margin-top: 5px; |
|
line-height: 1.2em |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before { |
|
display: none |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn { |
|
margin: .5em 24px; |
|
line-height: 1.2em; |
|
font-size: .833em; |
|
text-transform: uppercase; |
|
border-bottom: 1px solid #e6ecf2; |
|
padding-bottom: .5em |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before { |
|
content: ''; |
|
display: none |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:first-child .link-list-wrapper { |
|
margin-bottom: 0 |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu h3.it-heading-megacolumn { |
|
margin: .5em 24px; |
|
line-height: 1.2em; |
|
font-size: .833em; |
|
text-transform: uppercase; |
|
border-bottom: 1px solid #e6ecf2; |
|
padding-bottom: .5em |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
min-height: 100% |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li { |
|
width: 100% |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li a, |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 { |
|
padding: .5em 24px; |
|
line-height: inherit |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li h3 { |
|
line-height: 1.2em; |
|
font-size: .833em; |
|
text-transform: uppercase; |
|
margin-top: 5px; |
|
margin-bottom: 5px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more { |
|
margin-top: auto |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a { |
|
margin-top: 12px |
|
} |
|
.navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .link-list-wrapper ul.link-list li.it-more a i { |
|
font-size: .8em; |
|
-webkit-transform: translateY(-1px); |
|
transform: translateY(-1px) |
|
} |
|
} |
|
|
|
.bottom-nav { |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
overflow: hidden; |
|
height: 96px |
|
} |
|
|
|
.bottom-nav:before { |
|
content: ''; |
|
position: absolute; |
|
height: 360px; |
|
width: 100%; |
|
top: 32px; |
|
z-index: 10; |
|
background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 60%); |
|
border-radius: 50%; |
|
-webkit-transform: translateY(-50%) scalex(1.4) scaleY(.12); |
|
transform: translateY(-50%) scalex(1.4) scaleY(.12); |
|
opacity: .18 |
|
} |
|
|
|
.bottom-nav ul { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
z-index: 20; |
|
background-color: #fff; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-pack: distribute; |
|
justify-content: space-around; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: 0; |
|
margin: 0; |
|
height: 64px |
|
} |
|
|
|
.bottom-nav ul li { |
|
list-style-type: none; |
|
margin: 8px; |
|
text-align: center |
|
} |
|
|
|
.bottom-nav a { |
|
display: block; |
|
color: #5b6f82 |
|
} |
|
|
|
.bottom-nav a .icon { |
|
fill: #5b6f82 |
|
} |
|
|
|
.bottom-nav a.active { |
|
color: #0073e6 |
|
} |
|
|
|
.bottom-nav a.active .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.bottom-nav a:hover { |
|
text-decoration: none; |
|
color: #0073e6 |
|
} |
|
|
|
.bottom-nav a:hover .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.bottom-nav .it-ico { |
|
position: relative; |
|
font-size: 1.35rem; |
|
display: block; |
|
height: 32px |
|
} |
|
|
|
.bottom-nav .it-ico:before { |
|
margin-right: 0 |
|
} |
|
|
|
.bottom-nav .badge-wrapper { |
|
position: relative |
|
} |
|
|
|
.bottom-nav .bottom-nav-alert, |
|
.bottom-nav .bottom-nav-badge { |
|
display: block; |
|
position: absolute; |
|
background-color: #0073e6; |
|
border: 1px solid #fff |
|
} |
|
|
|
.bottom-nav .bottom-nav-badge { |
|
top: 0; |
|
right: 0; |
|
min-width: 18px; |
|
height: 18px; |
|
padding: 0 4px; |
|
color: #fff; |
|
font-size: .563rem; |
|
border-radius: 50%; |
|
font-style: normal |
|
} |
|
|
|
.bottom-nav .bottom-nav-alert { |
|
top: 4px; |
|
right: 8px; |
|
min-width: 10px; |
|
height: 10px; |
|
font-size: .563rem; |
|
border-radius: 50% |
|
} |
|
|
|
.bottom-nav .bottom-nav-label { |
|
margin-top: 6px; |
|
font-size: .688rem; |
|
line-height: 1; |
|
display: block; |
|
font-weight: 600 |
|
} |
|
|
|
.navbar.it-navscroll-wrapper { |
|
background: #fff; |
|
z-index: 10 |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .it-back-button { |
|
padding: 16px 24px; |
|
font-weight: 600; |
|
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
background: #fff; |
|
z-index: 10; |
|
display: none |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .it-back-button i { |
|
-webkit-transform: scale(.8); |
|
transform: scale(.8); |
|
-webkit-transform-origin: center; |
|
transform-origin: center; |
|
display: inline-block; |
|
margin-right: 8px |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a { |
|
font-size: 1em; |
|
font-weight: 600; |
|
line-height: 1em; |
|
padding-top: .8em; |
|
padding-bottom: .8em |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active { |
|
border-left: 2px solid #0073e6 |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span { |
|
color: #0073e6; |
|
text-decoration: none |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li { |
|
padding-top: 0; |
|
padding-bottom: 0 |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a { |
|
font-weight: 400 |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active { |
|
font-weight: 400; |
|
border-left: none |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span { |
|
text-decoration: underline; |
|
color: #17324d |
|
} |
|
|
|
.navbar.it-navscroll-wrapper h3 { |
|
font-weight: 600; |
|
margin-bottom: .8rem; |
|
font-size: .833em; |
|
margin-top: 5px; |
|
letter-spacing: 1px; |
|
text-transform: uppercase; |
|
padding-left: 24px; |
|
padding-right: 24px |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .custom-navbar-toggler { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
color: #0073e6; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
font-weight: 600; |
|
cursor: pointer |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .custom-navbar-toggler span.it-list { |
|
color: #0073e6; |
|
margin-right: 8px |
|
} |
|
|
|
.navbar.it-navscroll-wrapper .menu-wrapper { |
|
padding: 80px 0 24px; |
|
right: 0 |
|
} |
|
|
|
.navbar.it-bottom-navscroll { |
|
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
top: auto |
|
} |
|
|
|
.navbar.it-top-navscroll { |
|
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
position: fixed; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
bottom: auto |
|
} |
|
|
|
@media (min-width:992px) { |
|
.navbar.it-navscroll-wrapper { |
|
background: #fff |
|
} |
|
.navbar.it-navscroll-wrapper .it-back-button { |
|
display: none!important |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a { |
|
font-size: 1em; |
|
font-weight: 600; |
|
line-height: 1em; |
|
padding-top: .8em; |
|
padding-bottom: .8em |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active { |
|
border-left: 2px solid #0073e6 |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li a.active span { |
|
color: #0073e6; |
|
text-decoration: none |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li { |
|
padding-top: 0; |
|
padding-bottom: 0 |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a { |
|
font-weight: 400 |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active { |
|
font-weight: 400; |
|
border-left: none |
|
} |
|
.navbar.it-navscroll-wrapper .link-list-wrapper ul li ul li a.active span { |
|
text-decoration: underline; |
|
color: #17324d |
|
} |
|
.navbar.it-navscroll-wrapper h3 { |
|
font-weight: 600; |
|
margin-bottom: .8rem; |
|
font-size: .833em; |
|
margin-top: 5px; |
|
letter-spacing: 1px; |
|
text-transform: uppercase; |
|
padding-left: 24px; |
|
padding-right: 24px |
|
} |
|
.navbar.it-navscroll-wrapper .custom-navbar-toggler { |
|
display: none |
|
} |
|
.navbar.it-navscroll-wrapper .menu-wrapper { |
|
padding: 16px 0 24px; |
|
background: #fff |
|
} |
|
.navbar.it-bottom-navscroll { |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
position: inherit |
|
} |
|
.navbar.it-bottom-navscroll.affix-top { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
top: 0; |
|
left: inherit; |
|
right: inherit |
|
} |
|
.navbar.it-top-navscroll { |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
position: inherit |
|
} |
|
.navbar.it-top-navscroll.affix-top { |
|
position: -webkit-sticky; |
|
position: sticky; |
|
top: 0; |
|
left: inherit; |
|
right: inherit |
|
} |
|
.navbar.it-left-side { |
|
border-left: 1px solid #d9dadb |
|
} |
|
.navbar.it-right-side { |
|
border-right: 1px solid #d9dadb |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk { |
|
background: #435a70 |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler, |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .custom-navbar-toggler span.it-list { |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .it-back-button, |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper { |
|
background: #435a70; |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a, |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span { |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active { |
|
border-left-color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk.it-left-side { |
|
border-left-color: rgba(229, 229, 229, .3) |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-desk.it-right-side { |
|
border-right-color: rgba(229, 229, 229, .3) |
|
} |
|
} |
|
|
|
@media (max-width:992px) { |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile { |
|
background: #435a70 |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler, |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .custom-navbar-toggler span.it-list { |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .it-back-button, |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper { |
|
background: #435a70; |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a, |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a span { |
|
color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile .navbar-collapsable .menu-wrapper .link-list-wrapper ul li a.active { |
|
border-left-color: #fff |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile.it-left-side { |
|
border-left-color: rgba(229, 229, 229, .3) |
|
} |
|
.navbar.it-navscroll-wrapper.theme-dark-mobile.it-right-side { |
|
border-right-color: rgba(229, 229, 229, .3) |
|
} |
|
} |
|
|
|
.callout { |
|
padding: 2.5rem 2.222rem; |
|
border: 1px solid #5b6f82; |
|
position: relative; |
|
max-width: 60ch; |
|
margin: 1.75rem 0 1rem; |
|
border-radius: 8px |
|
} |
|
|
|
.callout.callout-highlight { |
|
border: none; |
|
border-left: 2px solid rgba(223, 228, 242, .3); |
|
border-radius: 0; |
|
padding: 0 2.222rem |
|
} |
|
|
|
.callout.callout-highlight .callout-title { |
|
margin-bottom: 1.556rem |
|
} |
|
|
|
.callout.callout-highlight.success { |
|
border-color: rgba(0, 135, 88, .2) |
|
} |
|
|
|
.callout.callout-highlight.warning { |
|
border-color: rgba(166, 99, 0, .2) |
|
} |
|
|
|
.callout.callout-highlight.danger { |
|
border-color: rgba(217, 54, 79, .2) |
|
} |
|
|
|
.callout.callout-highlight.important { |
|
border-color: rgba(0, 128, 83, .2) |
|
} |
|
|
|
.callout.callout-highlight.note { |
|
border-color: rgba(0, 64, 128, .2) |
|
} |
|
|
|
.callout.callout-more { |
|
background: #fafaf7; |
|
border: none; |
|
border-radius: 0; |
|
padding: 2.222rem; |
|
position: relative |
|
} |
|
|
|
.callout.callout-more:before { |
|
content: ''; |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
width: 0; |
|
height: 0; |
|
border-style: solid; |
|
border-width: 0 48px 48px 0; |
|
border-color: transparent #fff transparent transparent |
|
} |
|
|
|
.callout.callout-more:after { |
|
content: ''; |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
width: 0; |
|
height: 0; |
|
border-style: solid; |
|
border-width: 48px 0 0 48px; |
|
border-color: transparent transparent transparent #e4e4db |
|
} |
|
|
|
.callout.callout-more p { |
|
font-size: .778rem; |
|
line-height: 1.333rem; |
|
color: #17324d |
|
} |
|
|
|
.callout.callout-more .callout-title { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
margin-bottom: 2.222rem |
|
} |
|
|
|
.callout.callout-more .callout-title i { |
|
font-size: 1.25rem |
|
} |
|
|
|
.callout.callout-more .callout-title span { |
|
border-bottom: 2px solid #19191a; |
|
padding-bottom: .1rem; |
|
display: inline-block; |
|
margin-top: -.111rem |
|
} |
|
|
|
.callout.success { |
|
border-color: #008758 |
|
} |
|
|
|
.callout.success .callout-title { |
|
color: #008758 |
|
} |
|
|
|
.callout.success .callout-title .icon { |
|
fill: #008758 |
|
} |
|
|
|
.callout.success .callout-title span { |
|
border-color: #008758 |
|
} |
|
|
|
.callout.warning { |
|
border-color: #a66300 |
|
} |
|
|
|
.callout.warning .callout-title { |
|
color: #a66300 |
|
} |
|
|
|
.callout.warning .callout-title .icon { |
|
fill: #a66300 |
|
} |
|
|
|
.callout.warning .callout-title span { |
|
border-color: #a66300 |
|
} |
|
|
|
.callout.danger { |
|
border-color: #d9364f |
|
} |
|
|
|
.callout.danger .callout-title { |
|
color: #d9364f |
|
} |
|
|
|
.callout.danger .callout-title .icon { |
|
fill: #d9364f |
|
} |
|
|
|
.callout.danger .callout-title span { |
|
border-color: #d9364f |
|
} |
|
|
|
.callout.important { |
|
border-color: #008053 |
|
} |
|
|
|
.callout.important .callout-title { |
|
color: #008053 |
|
} |
|
|
|
.callout.important .callout-title .icon { |
|
fill: #008053 |
|
} |
|
|
|
.callout.important .callout-title span { |
|
border-color: #008053 |
|
} |
|
|
|
.callout.note { |
|
border-color: #004080 |
|
} |
|
|
|
.callout.note .callout-title { |
|
color: #004080 |
|
} |
|
|
|
.callout.note .callout-title .icon { |
|
fill: #004080 |
|
} |
|
|
|
.callout.note .callout-title span { |
|
border-color: #004080 |
|
} |
|
|
|
.callout.note .collapse-div .collapse-header .callout-more-toggle, |
|
.callout.note .collapse-div .collapse-header .callout-more-toggle:active, |
|
.callout.note .collapse-div .collapse-header .callout-more-toggle:hover { |
|
color: #004080 |
|
} |
|
|
|
.callout.note .collapse-div .collapse-header .callout-more-toggle span { |
|
border-color: #004080 |
|
} |
|
|
|
.callout.note .collapse-div .collapse-header .callout-more-toggle span:after, |
|
.callout.note .collapse-div .collapse-header .callout-more-toggle span:before { |
|
background: #004080 |
|
} |
|
|
|
.callout.note a { |
|
color: #004080 |
|
} |
|
|
|
.callout.note .icon { |
|
fill: #004080 |
|
} |
|
|
|
.callout .callout-title { |
|
font-weight: 700; |
|
text-transform: uppercase; |
|
font-size: 1rem; |
|
margin-right: 2.222rem; |
|
letter-spacing: .06rem; |
|
color: #5b6f82 |
|
} |
|
|
|
.callout .callout-title .icon { |
|
fill: #5b6f82; |
|
margin-right: .444rem |
|
} |
|
|
|
.callout:not(.callout-highlight):not(.callout-more) .callout-title { |
|
position: absolute; |
|
font-size: 1rem; |
|
padding: 0 1.389rem; |
|
background: #fff; |
|
top: -.78em |
|
} |
|
|
|
.callout p { |
|
font-family: Lora, Georgia, serif; |
|
font-size: .889rem; |
|
color: #5b6f82 |
|
} |
|
|
|
.callout p:last-child { |
|
margin: 0 |
|
} |
|
|
|
.callout p.callout-big-text { |
|
font-weight: 700; |
|
font-size: 1.111rem |
|
} |
|
|
|
.callout .collapse-div { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: reverse; |
|
-ms-flex-direction: column-reverse; |
|
flex-direction: column-reverse; |
|
border-bottom: none |
|
} |
|
|
|
.callout .collapse-div .collapse-header { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
border-top: 1px solid #dfe4f2; |
|
padding: 1.333rem 0 0; |
|
margin-top: 0 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle { |
|
padding: 0; |
|
border: none; |
|
width: auto; |
|
font-weight: 400; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
color: #0073e6 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:active, |
|
.callout .collapse-div .collapse-header .callout-more-toggle:focus, |
|
.callout .collapse-div .collapse-header .callout-more-toggle:hover { |
|
background: 0 0 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:hover { |
|
color: #004d99 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:hover span { |
|
border-color: #004d99 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:after, |
|
.callout .collapse-div .collapse-header .callout-more-toggle:hover span:before { |
|
background: #004d99 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:active { |
|
color: #0073e6 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle:after, |
|
.callout .collapse-div .collapse-header .callout-more-toggle:before { |
|
display: none |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle span { |
|
position: relative; |
|
height: 15px; |
|
width: 15px; |
|
margin-left: .444rem; |
|
margin-top: .111rem; |
|
border: 1px solid #0073e6; |
|
border-radius: 50%; |
|
display: inline-block |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle span:after, |
|
.callout .collapse-div .collapse-header .callout-more-toggle span:before { |
|
content: ''; |
|
position: absolute; |
|
background: #0073e6 |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle span:before { |
|
width: 9px; |
|
height: 1px; |
|
top: 6px; |
|
left: 2px |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle span:after { |
|
height: 9px; |
|
width: 1px; |
|
top: 0; |
|
left: 6px; |
|
-webkit-transform: translateY(2px); |
|
transform: translateY(2px); |
|
-webkit-transition: -webkit-transform .2s; |
|
transition: transform .2s, -webkit-transform .2s |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-toggle[aria-expanded=true] span:after { |
|
-webkit-transform: translateY(2px) rotate(90deg); |
|
transform: translateY(2px) rotate(90deg) |
|
} |
|
|
|
.callout .collapse-div .collapse-header .callout-more-download { |
|
margin-left: auto; |
|
font-weight: 400 |
|
} |
|
|
|
.callout .collapse-div .collapse-body { |
|
padding: 0 |
|
} |
|
|
|
.callout .collapse-div .collapse-body p:last-child { |
|
margin-bottom: 1rem |
|
} |
|
|
|
_:-ms-fullscreen, |
|
.callout { |
|
max-width: 32rem |
|
} |
|
|
|
@media (min-width:768px) { |
|
.callout.callout-highlight { |
|
padding: 0 0 0 2.222rem |
|
} |
|
.callout.callout-more p { |
|
font-size: .722rem |
|
} |
|
} |
|
|
|
.toolbar { |
|
width: 100%; |
|
height: 96px; |
|
position: relative |
|
} |
|
|
|
.toolbar.toolbar-vertical { |
|
height: 100%; |
|
width: 96px; |
|
position: absolute; |
|
top: 0; |
|
bottom: 0 |
|
} |
|
|
|
.toolbar.toolbar-vertical>ul { |
|
height: 100%; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
width: 64px |
|
} |
|
|
|
.toolbar.toolbar-vertical>ul>li { |
|
margin: 8px 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.toolbar.toolbar-vertical>ul>li.toolbar-divider { |
|
margin: 0; |
|
height: 1px; |
|
min-height: 1px; |
|
max-height: 1px; |
|
width: calc(100% - 16px); |
|
max-width: inherit |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium, |
|
.toolbar.toolbar-vertical.toolbar-medium>ul, |
|
.toolbar.toolbar-vertical.toolbar-small, |
|
.toolbar.toolbar-vertical.toolbar-small>ul { |
|
height: 100% |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium { |
|
width: 84px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium>ul { |
|
width: 48px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium .toolbar-badge { |
|
right: -4px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium .btn-dropdown:after { |
|
right: -10px; |
|
top: 13px; |
|
font-size: .39rem |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-medium .dropdown-menu { |
|
top: calc(-100% - 25px)!important |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-small { |
|
width: 72px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-small>ul { |
|
width: 40px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-small .toolbar-badge { |
|
right: -4px |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-small .btn-dropdown:after { |
|
right: -9px; |
|
top: 11px; |
|
font-size: .33rem |
|
} |
|
|
|
.toolbar.toolbar-vertical.toolbar-small .dropdown-menu { |
|
top: calc(-100% - 35px)!important |
|
} |
|
|
|
.toolbar.toolbar-vertical .btn-dropdown:after { |
|
right: -12px; |
|
-webkit-transform: rotate(-90deg); |
|
transform: rotate(-90deg) |
|
} |
|
|
|
.toolbar.toolbar-vertical .btn-dropdown[aria-expanded=true]:after { |
|
-webkit-transform: rotate(90deg) scaleX(-1); |
|
transform: rotate(90deg) scaleX(-1) |
|
} |
|
|
|
.toolbar.toolbar-vertical .dropdown-menu { |
|
top: calc(-100% - 28px)!important; |
|
left: calc(100% + 24px)!important; |
|
margin: 0; |
|
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .05) |
|
} |
|
|
|
.toolbar.toolbar-vertical .dropdown-menu:before { |
|
left: -6px; |
|
top: 24px |
|
} |
|
|
|
.toolbar.toolbar-vertical:before { |
|
width: 360px; |
|
height: 100%; |
|
left: auto; |
|
top: 0; |
|
bottom: auto; |
|
right: 32px; |
|
z-index: 6; |
|
background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 60%); |
|
border-radius: 50%; |
|
-webkit-transform: translateX(50%) scalex(.12) scaleY(1.25); |
|
transform: translateX(50%) scalex(.12) scaleY(1.25); |
|
opacity: .18 |
|
} |
|
|
|
.toolbar.toolbar-vertical .toolbar-badge { |
|
right: -10px |
|
} |
|
|
|
.toolbar.toolbar-medium { |
|
height: 80px |
|
} |
|
|
|
.toolbar.toolbar-medium>ul { |
|
height: 48px |
|
} |
|
|
|
.toolbar.toolbar-medium .btn-dropdown, |
|
.toolbar.toolbar-medium a { |
|
margin-bottom: 6px |
|
} |
|
|
|
.toolbar.toolbar-medium .btn-dropdown:after { |
|
top: 12px; |
|
right: 1px |
|
} |
|
|
|
.toolbar.toolbar-medium .it-ico { |
|
font-size: 1.35rem |
|
} |
|
|
|
.toolbar.toolbar-medium .it-ico.it-more-actions:before { |
|
top: 33% |
|
} |
|
|
|
.toolbar.toolbar-medium .toolbar-badge { |
|
height: 10px; |
|
width: 10px; |
|
min-width: 10px; |
|
right: 8px; |
|
top: 4px; |
|
padding: 0 |
|
} |
|
|
|
.toolbar.toolbar-small { |
|
height: 72px |
|
} |
|
|
|
.toolbar.toolbar-small>ul { |
|
height: 40px |
|
} |
|
|
|
.toolbar.toolbar-small .btn-dropdown:after { |
|
top: 12px; |
|
right: 2px |
|
} |
|
|
|
.toolbar.toolbar-small .it-ico { |
|
font-size: 1.15rem |
|
} |
|
|
|
.toolbar.toolbar-small .it-ico.it-more-actions:before { |
|
top: 25% |
|
} |
|
|
|
.toolbar.toolbar-small .toolbar-badge { |
|
height: 8px; |
|
width: 8px; |
|
min-width: 8px; |
|
right: 10px; |
|
top: 2px; |
|
padding: 0 |
|
} |
|
|
|
.toolbar:before { |
|
content: ''; |
|
position: absolute; |
|
height: 360px; |
|
width: 100%; |
|
top: auto; |
|
bottom: 32px; |
|
z-index: 6; |
|
background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 60%); |
|
border-radius: 50%; |
|
-webkit-transform: translateY(50%) scalex(1.4) scaleY(.12); |
|
transform: translateY(50%) scalex(1.4) scaleY(.12); |
|
opacity: .18 |
|
} |
|
|
|
.toolbar>ul { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
z-index: 7; |
|
background-color: #fff; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-ms-flex-pack: distribute; |
|
justify-content: space-around; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: 0; |
|
margin: 0; |
|
height: 64px |
|
} |
|
|
|
.toolbar>ul>li { |
|
list-style-type: none; |
|
margin: 0 8px; |
|
text-align: center; |
|
-webkit-box-flex: 1; |
|
-ms-flex: 1 100%; |
|
flex: 1 100% |
|
} |
|
|
|
.toolbar>ul>li.toolbar-divider { |
|
margin: 0; |
|
width: 1px; |
|
min-width: 1px; |
|
max-width: 1px; |
|
height: calc(100% - 16px); |
|
background: #dfe4f2 |
|
} |
|
|
|
.toolbar .btn-dropdown, |
|
.toolbar a { |
|
display: block; |
|
color: #17324d |
|
} |
|
|
|
.toolbar .btn-dropdown .icon, |
|
.toolbar a .icon { |
|
fill: #17324d |
|
} |
|
|
|
.toolbar .btn-dropdown.active, |
|
.toolbar a.active { |
|
color: #0073e6 |
|
} |
|
|
|
.toolbar .btn-dropdown.active .icon, |
|
.toolbar a.active .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled, |
|
.toolbar a.disabled { |
|
cursor: not-allowed; |
|
color: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled .icon, |
|
.toolbar a.disabled .icon { |
|
fill: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled:hover, |
|
.toolbar a.disabled:hover { |
|
text-decoration: none; |
|
color: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled:hover .icon, |
|
.toolbar a.disabled:hover .icon { |
|
fill: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled:after, |
|
.toolbar a.disabled:after { |
|
color: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown.disabled:after .icon, |
|
.toolbar a.disabled:after .icon { |
|
fill: #d9dadb |
|
} |
|
|
|
.toolbar .btn-dropdown:not(.disabled):hover, |
|
.toolbar a:not(.disabled):hover { |
|
text-decoration: underline; |
|
color: #0073e6 |
|
} |
|
|
|
.toolbar .btn-dropdown:not(.disabled):hover .icon, |
|
.toolbar a:not(.disabled):hover .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.toolbar .btn-dropdown _:-ms-fullscreen, |
|
.toolbar .btn-dropdown:not(.disabled):hover, |
|
.toolbar a _:-ms-fullscreen, |
|
.toolbar a:not(.disabled):hover { |
|
text-decoration: none |
|
} |
|
|
|
.toolbar .btn-dropdown { |
|
padding: 0; |
|
width: 100%; |
|
position: relative |
|
} |
|
|
|
.toolbar .btn-dropdown.toolbar-more:after { |
|
display: none |
|
} |
|
|
|
.toolbar .btn-dropdown:not(.disabled).active { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.toolbar .btn-dropdown:focus, |
|
.toolbar .btn-dropdown:not(.disabled).active:focus { |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25); |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25) |
|
} |
|
|
|
.toolbar .btn-dropdown:after { |
|
content: ''; |
|
width: 0; |
|
height: 0; |
|
border-style: solid; |
|
border-width: 4px 3px 0; |
|
border-color: #17324d transparent transparent; |
|
position: absolute; |
|
top: 16px; |
|
right: 2px; |
|
margin-left: 0 |
|
} |
|
|
|
.toolbar .it-ico { |
|
position: relative; |
|
font-size: 1.6rem; |
|
display: block; |
|
height: 32px |
|
} |
|
|
|
.toolbar .it-ico:before { |
|
margin-right: 0 |
|
} |
|
|
|
.toolbar .it-ico.it-more-actions { |
|
font-size: .6rem |
|
} |
|
|
|
.toolbar .it-ico.it-more-actions:before { |
|
position: relative; |
|
top: 50% |
|
} |
|
|
|
.toolbar .badge-wrapper { |
|
position: relative |
|
} |
|
|
|
.toolbar .toolbar-alert, |
|
.toolbar .toolbar-badge { |
|
display: block; |
|
position: absolute; |
|
background-color: #0073e6; |
|
border: 1px solid #fff |
|
} |
|
|
|
.toolbar .toolbar-badge { |
|
top: 0; |
|
right: 6px; |
|
min-width: 18px; |
|
height: 18px; |
|
padding: 0 4px; |
|
color: #fff; |
|
font-size: .563rem; |
|
border-radius: 50%; |
|
font-style: normal |
|
} |
|
|
|
.toolbar .toolbar-label { |
|
margin-top: 8px; |
|
font-size: .688rem; |
|
line-height: 1; |
|
display: block; |
|
font-weight: 600 |
|
} |
|
|
|
.section { |
|
padding: 48px 24px |
|
} |
|
|
|
.section .section-content { |
|
margin: 0 auto |
|
} |
|
|
|
.section.section-muted { |
|
background: #f2f7fc |
|
} |
|
|
|
.section.section-primary { |
|
background: #0073e6 |
|
} |
|
|
|
.section.section-neutral { |
|
background: #17324d |
|
} |
|
|
|
.section.section-image { |
|
background-size: cover; |
|
background-position: center center |
|
} |
|
|
|
@media (min-width:768px) { |
|
.section { |
|
padding: 80px 40px |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.section { |
|
padding: 80px |
|
} |
|
.alert-modal .modal-dialog .modal-content .modal-body p { |
|
padding-left: 48px |
|
} |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.section { |
|
padding: 112px |
|
} |
|
} |
|
|
|
.modal { |
|
padding-right: 0!important |
|
} |
|
|
|
.modal .modal-dialog { |
|
margin: 48px |
|
} |
|
|
|
.modal .modal-dialog .modal-content { |
|
border: none; |
|
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1) |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-header { |
|
padding: 24px 24px 0 |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-header .close { |
|
padding: 16px |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-header h5 { |
|
font-size: .83333rem; |
|
font-weight: 600; |
|
letter-spacing: .5px; |
|
text-transform: uppercase; |
|
color: #17324d |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-body { |
|
padding: 24px 24px 0 |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-body p { |
|
font-size: .88889rem; |
|
margin-bottom: 0; |
|
line-height: 1.33333rem |
|
} |
|
|
|
.modal .modal-dialog .modal-content .modal-footer { |
|
padding: 12px 24px |
|
} |
|
|
|
.modal.alert-modal .modal-dialog .modal-content .modal-header { |
|
-webkit-box-pack: left; |
|
-ms-flex-pack: left; |
|
justify-content: left; |
|
-webkit-box-align: top; |
|
-ms-flex-align: top; |
|
align-items: top |
|
} |
|
|
|
.modal.alert-modal .modal-dialog .modal-content .modal-header .icon { |
|
fill: #06c; |
|
margin-right: 16px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header { |
|
border-bottom: 1px solid rgba(0, 0, 0, .05); |
|
padding-bottom: 24px |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 { |
|
text-transform: none; |
|
font-weight: 700; |
|
letter-spacing: inherit |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-header h5 span { |
|
color: #06c; |
|
margin-right: 4px |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list { |
|
margin-bottom: 0; |
|
padding-bottom: 24px |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list li a { |
|
padding: 0 |
|
} |
|
|
|
.modal.it-dialog-link-list .modal-dialog .modal-content .modal-body .link-list-wrapper .link-list li a svg { |
|
margin-right: 8px |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog { |
|
max-width: 300px; |
|
margin-right: auto; |
|
margin-left: auto |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog .modal-content { |
|
border-radius: 4px |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog .modal-header { |
|
padding-top: 16px; |
|
margin-bottom: -4px |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog .modal-body { |
|
padding-top: 16px |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog .modal-body p { |
|
font-size: .875rem; |
|
margin-bottom: 12px |
|
} |
|
|
|
.modal.popconfirm-modal .modal-dialog .modal-footer { |
|
padding-bottom: 24px |
|
} |
|
|
|
.modal.it-dialog-scrollable .modal-dialog { |
|
margin: 104px 48px |
|
} |
|
|
|
.modal.it-dialog-scrollable .modal-dialog .modal-content { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
height: calc(100vh - 208px) |
|
} |
|
|
|
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-header { |
|
padding-bottom: 24px; |
|
background: #fff; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-body { |
|
padding-top: 0; |
|
padding-bottom: 24px; |
|
overflow-y: auto |
|
} |
|
|
|
.modal.it-dialog-scrollable .modal-dialog .modal-content .modal-footer { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
background: #fff |
|
} |
|
|
|
.modal .modal-dialog.modal-dialog-left { |
|
height: 100vh; |
|
margin: 0 24px 0 0 |
|
} |
|
|
|
.modal .modal-dialog.modal-dialog-left .modal-content { |
|
height: 100vh |
|
} |
|
|
|
.modal .modal-dialog.modal-dialog-right { |
|
height: 100vh; |
|
margin: 0 0 0 24px; |
|
float: right |
|
} |
|
|
|
.modal .modal-dialog.modal-dialog-right .modal-content { |
|
height: 100vh |
|
} |
|
|
|
.modal.fade .modal-dialog.modal-dialog-left { |
|
-webkit-transform: translateX(-100%); |
|
transform: translateX(-100%); |
|
-webkit-transition: -webkit-transform .3s ease-in-out; |
|
transition: transform .3s ease-in-out; |
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out |
|
} |
|
|
|
.modal.fade.show .modal-dialog.modal-dialog-left { |
|
-webkit-transform: translateX(0); |
|
transform: translateX(0) |
|
} |
|
|
|
.modal.fade .modal-dialog.modal-dialog-right { |
|
-webkit-transform: translateX(100%); |
|
transform: translateX(100%); |
|
-webkit-transition: -webkit-transform .3s ease-in-out; |
|
transition: transform .3s ease-in-out; |
|
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out |
|
} |
|
|
|
.modal.fade.show .modal-dialog.modal-dialog-right { |
|
-webkit-transform: translateX(0); |
|
transform: translateX(0) |
|
} |
|
|
|
.modal.fade .modal-dialog.modal-dialog-centered { |
|
-webkit-transform: translate(0, -5%); |
|
transform: translate(0, -5%) |
|
} |
|
|
|
.modal.fade.show .modal-dialog.modal-dialog-centered { |
|
-webkit-transform: translate(0, 0); |
|
transform: translate(0, 0) |
|
} |
|
|
|
.notification { |
|
width: 100%; |
|
padding: 1.5rem 4rem 1.5rem 1.5rem; |
|
-webkit-box-shadow: 0 -.5rem 1rem rgba(0, 0, 0, .15); |
|
box-shadow: 0 -.5rem 1rem rgba(0, 0, 0, .15); |
|
background: #fff; |
|
position: fixed; |
|
bottom: 0; |
|
right: 0; |
|
display: none; |
|
border-top: 4px solid #5c6f82 |
|
} |
|
|
|
.notification h5 { |
|
font-size: .938rem; |
|
text-transform: uppercase; |
|
color: #17324d; |
|
letter-spacing: 0; |
|
margin: 0; |
|
position: relative; |
|
line-height: 1em; |
|
font-weight: 700; |
|
letter-spacing: .025em |
|
} |
|
|
|
.notification p { |
|
font-size: .875rem; |
|
margin: 1.5rem 0 0; |
|
color: #5c6f82 |
|
} |
|
|
|
.notification.with-icon { |
|
border-top: 4px solid #5c6f82 |
|
} |
|
|
|
.notification.with-icon h5 .icon { |
|
position: absolute; |
|
top: -8px; |
|
left: -38px |
|
} |
|
|
|
.notification.with-icon h5, |
|
.notification.with-icon p { |
|
margin-left: 2rem |
|
} |
|
|
|
.notification.with-icon.success { |
|
border-color: #008758 |
|
} |
|
|
|
.notification.with-icon.success .icon { |
|
fill: #008758 |
|
} |
|
|
|
.notification.with-icon.error { |
|
border-color: #d9364f |
|
} |
|
|
|
.notification.with-icon.error .icon { |
|
fill: #d9364f |
|
} |
|
|
|
.notification.with-icon.info { |
|
border-color: #0073e6 |
|
} |
|
|
|
.notification.with-icon.info .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.notification.with-icon.warning { |
|
border-color: #a66300 |
|
} |
|
|
|
.notification.with-icon.warning .icon { |
|
fill: #a66300 |
|
} |
|
|
|
.notification.dismissable .notification-close { |
|
position: absolute; |
|
right: 20px; |
|
top: 15px; |
|
display: block; |
|
width: 32px; |
|
height: 32px; |
|
padding: 0; |
|
background: 0 0 |
|
} |
|
|
|
.notification.dismissable .notification-close .icon { |
|
fill: #17324d |
|
} |
|
|
|
.notification.dismissable .notification-close:hover .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.notification.dismissable .notification-close:active { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
@media (min-width:576px) { |
|
.modal.popconfirm-modal .modal-dialog .modal-body p { |
|
font-size: .778rem |
|
} |
|
.notification { |
|
padding: 1.333rem 3.556rem 1.333rem 1.333rem |
|
} |
|
.notification h5 { |
|
font-size: .833rem |
|
} |
|
.notification p { |
|
font-size: .778rem; |
|
margin: 1.333rem 0 0 |
|
} |
|
.notification.with-icon h5, |
|
.notification.with-icon p { |
|
margin-left: 1.778rem |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.modal .modal-dialog { |
|
margin-left: auto; |
|
margin-right: auto |
|
} |
|
.modal.it-dialog-scrollable .modal-dialog { |
|
margin: 64px auto |
|
} |
|
.modal.it-dialog-scrollable .modal-dialog .modal-content { |
|
height: calc(100vh - 128px) |
|
} |
|
.modal .modal-dialog.modal-dialog-left { |
|
margin: 0 |
|
} |
|
.modal .modal-dialog.modal-dialog-left .modal-content { |
|
height: 100vh |
|
} |
|
.modal .modal-dialog.modal-dialog-right { |
|
margin: 0; |
|
float: right |
|
} |
|
.modal .modal-dialog.modal-dialog-right .modal-content { |
|
height: 100vh |
|
} |
|
.notification { |
|
width: 376px; |
|
bottom: 16px; |
|
right: 16px; |
|
border-radius: 4px; |
|
border-top: none; |
|
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .15); |
|
box-shadow: 0 0 1rem rgba(0, 0, 0, .15) |
|
} |
|
.notification.with-icon { |
|
border-left: 4px solid #5c6f82; |
|
border-top: none |
|
} |
|
.notification.top-fix { |
|
border-top-left-radius: 0; |
|
border-top-right-radius: 0; |
|
top: 0; |
|
left: 50%; |
|
-webkit-transform: translateX(-50%); |
|
transform: translateX(-50%); |
|
bottom: auto; |
|
right: auto |
|
} |
|
.notification.bottom-fix { |
|
border-bottom-left-radius: 0; |
|
border-bottom-right-radius: 0; |
|
left: 50%; |
|
-webkit-transform: translateX(-50%); |
|
transform: translateX(-50%); |
|
bottom: 0; |
|
right: auto |
|
} |
|
.notification.left-fix { |
|
border-top-left-radius: 0; |
|
border-bottom-left-radius: 0; |
|
border-left: none; |
|
border-right-style: solid; |
|
border-right-width: 4px; |
|
left: 0; |
|
right: auto; |
|
top: 50%; |
|
bottom: auto; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%) |
|
} |
|
.notification.right-fix { |
|
border-top-right-radius: 0; |
|
border-bottom-right-radius: 0; |
|
right: 0; |
|
top: 50%; |
|
bottom: auto; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%) |
|
} |
|
} |
|
|
|
.avatar { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
overflow: hidden; |
|
border-radius: 50%; |
|
width: 32px; |
|
height: 32px; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
background: #ebeced; |
|
color: #5c6f82; |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
-webkit-transition: background-color .2s; |
|
transition: background-color .2s |
|
} |
|
|
|
.avatar img { |
|
width: 100%; |
|
height: 100%; |
|
-o-object-fit: cover; |
|
object-fit: cover; |
|
-o-object-position: center; |
|
object-position: center; |
|
-webkit-transition: -webkit-filter .2s; |
|
transition: filter .2s; |
|
transition: filter .2s, -webkit-filter .2s |
|
} |
|
|
|
.avatar p { |
|
font-size: 16px; |
|
margin: 0; |
|
text-align: center; |
|
line-height: 1em; |
|
position: absolute |
|
} |
|
|
|
.avatar _:-ms-fullscreen, |
|
.avatar p { |
|
transform: translateX(-50%) translateY(-50%) |
|
} |
|
|
|
.avatar .icon { |
|
height: 16px; |
|
width: 16px |
|
} |
|
|
|
.avatar.avatar-primary { |
|
background: #0073e6 |
|
} |
|
|
|
.avatar.avatar-secondary { |
|
background: #5c6f82 |
|
} |
|
|
|
.avatar.avatar-green { |
|
background: #00cc85 |
|
} |
|
|
|
.avatar.avatar-orange { |
|
background: #f90 |
|
} |
|
|
|
.avatar.avatar-red { |
|
background: #f73e5a |
|
} |
|
|
|
.avatar.avatar-green, |
|
.avatar.avatar-orange, |
|
.avatar.avatar-primary, |
|
.avatar.avatar-red, |
|
.avatar.avatar-secondary { |
|
color: #fff |
|
} |
|
|
|
.avatar.avatar-dropdown { |
|
overflow: visible; |
|
position: relative |
|
} |
|
|
|
.avatar.avatar-dropdown .dropdown { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
border: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
height: 100% |
|
} |
|
|
|
.avatar.avatar-dropdown .btn-dropdown { |
|
color: inherit; |
|
padding: 0; |
|
line-height: 0; |
|
font-size: 11px |
|
} |
|
|
|
.avatar.avatar-dropdown .list-item { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: 0 16px; |
|
font-size: .889rem |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list { |
|
white-space: nowrap |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list span { |
|
line-height: 1em |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list li { |
|
margin-bottom: 16px |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list li:last-child { |
|
margin-bottom: 0 |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list .avatar { |
|
margin-right: 16px |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list .avatar.size-sm { |
|
margin-right: 12px |
|
} |
|
|
|
.avatar.avatar-dropdown .link-list .avatar p { |
|
color: #fff!important |
|
} |
|
|
|
.avatar.avatar-dropdown .dropdown-menu { |
|
margin: -25px |
|
} |
|
|
|
.avatar.avatar-dropdown.size-sm .dropdown-menu { |
|
margin: -27px |
|
} |
|
|
|
.avatar.size-xs { |
|
width: 16px; |
|
height: 16px |
|
} |
|
|
|
.avatar.size-xs p { |
|
font-size: 10px |
|
} |
|
|
|
.avatar.size-xs .icon { |
|
height: 10px; |
|
width: 10px |
|
} |
|
|
|
.avatar.size-sm { |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.avatar.size-sm p { |
|
font-size: 14px |
|
} |
|
|
|
.avatar.size-sm .icon { |
|
height: 12px; |
|
width: 12px |
|
} |
|
|
|
.avatar.size-md { |
|
width: 32px; |
|
height: 32px |
|
} |
|
|
|
.avatar.size-md p { |
|
font-size: 16px |
|
} |
|
|
|
.avatar.size-md .icon { |
|
height: 16px; |
|
width: 16px |
|
} |
|
|
|
.avatar.size-md .avatar-presence, |
|
.avatar.size-md .avatar-status { |
|
border-width: 1px |
|
} |
|
|
|
.avatar.size-md .avatar-presence .icon, |
|
.avatar.size-md .avatar-status .icon { |
|
display: none |
|
} |
|
|
|
.avatar.size-lg { |
|
width: 40px; |
|
height: 40px |
|
} |
|
|
|
.avatar.size-lg p { |
|
font-size: 18px |
|
} |
|
|
|
.avatar.size-lg .icon { |
|
height: 20px; |
|
width: 20px |
|
} |
|
|
|
.avatar.size-lg .avatar-presence, |
|
.avatar.size-lg .avatar-status { |
|
right: -2px; |
|
width: 15px; |
|
height: 15px |
|
} |
|
|
|
.avatar.size-lg .avatar-status { |
|
top: .16667px |
|
} |
|
|
|
.avatar.size-xl { |
|
width: 80px; |
|
height: 80px |
|
} |
|
|
|
.avatar.size-xl p { |
|
font-size: 36px |
|
} |
|
|
|
.avatar.size-xl .icon { |
|
height: 40px; |
|
width: 40px |
|
} |
|
|
|
.avatar.size-xl .avatar-presence, |
|
.avatar.size-xl .avatar-status { |
|
right: 6px; |
|
width: 18px; |
|
height: 18px |
|
} |
|
|
|
.avatar.size-xl .avatar-presence { |
|
bottom: 8px |
|
} |
|
|
|
.avatar.size-xl .avatar-status { |
|
top: 2px |
|
} |
|
|
|
.avatar.size-xxl { |
|
width: 128px; |
|
height: 128px |
|
} |
|
|
|
.avatar.size-xxl p { |
|
font-size: 58px |
|
} |
|
|
|
.avatar.size-xxl .icon { |
|
height: 62px; |
|
width: 62px |
|
} |
|
|
|
.avatar.size-xxl .avatar-presence, |
|
.avatar.size-xxl .avatar-status { |
|
right: 4px; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.avatar.size-xxl .avatar-presence .icon, |
|
.avatar.size-xxl .avatar-status .icon { |
|
width: 20px; |
|
height: 20px |
|
} |
|
|
|
.avatar.size-xxl .avatar-presence { |
|
bottom: 16px |
|
} |
|
|
|
.avatar.size-xxl .avatar-status { |
|
top: 8px |
|
} |
|
|
|
a.avatar { |
|
-webkit-filter: brightness(100%); |
|
filter: brightness(100%) |
|
} |
|
|
|
a.avatar:hover { |
|
background: #dddfe1 |
|
} |
|
|
|
a.avatar:hover img { |
|
-webkit-filter: brightness(90%); |
|
filter: brightness(90%) |
|
} |
|
|
|
a.avatar:hover.avatar-primary { |
|
background: #06c |
|
} |
|
|
|
a.avatar:hover.avatar-secondary { |
|
background: #526273 |
|
} |
|
|
|
a.avatar:hover.avatar-green { |
|
background: #00b374 |
|
} |
|
|
|
a.avatar:hover.avatar-orange { |
|
background: #e68a00 |
|
} |
|
|
|
a.avatar:hover.avatar-red { |
|
background: #ef092c |
|
} |
|
|
|
.avatar-dropdown:focus-within, |
|
.avatar-dropdown:hover { |
|
background: #dddfe1 |
|
} |
|
|
|
.avatar-dropdown .btn-dropdown:focus { |
|
-webkit-box-shadow: none; |
|
box-shadow: none |
|
} |
|
|
|
.avatar-wrapper { |
|
position: relative |
|
} |
|
|
|
.avatar-wrapper .avatar-presence, |
|
.avatar-wrapper .avatar-status { |
|
position: absolute; |
|
right: 0; |
|
width: 10px; |
|
height: 10px; |
|
border: 2px solid #fff; |
|
background: #c5c7c9; |
|
color: #fff; |
|
border-radius: 50%; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.avatar-wrapper .avatar-presence .icon, |
|
.avatar-wrapper .avatar-status .icon { |
|
width: 18px; |
|
height: 18px |
|
} |
|
|
|
.avatar-wrapper .avatar-presence { |
|
bottom: 8px |
|
} |
|
|
|
.avatar-wrapper .avatar-presence.active { |
|
background: #00cc85 |
|
} |
|
|
|
.avatar-wrapper .avatar-presence.busy { |
|
background: #f73e5a |
|
} |
|
|
|
.avatar-wrapper .avatar-presence.hidden:after { |
|
content: ''; |
|
position: absolute; |
|
width: calc(100% - 4px); |
|
height: calc(100% - 4px); |
|
background: #fff; |
|
-webkit-transform: translateX(-50%) translateY(-50%); |
|
transform: translateX(-50%) translateY(-50%); |
|
top: 50%; |
|
left: 50%; |
|
border-radius: 50% |
|
} |
|
|
|
.avatar-wrapper .avatar-status { |
|
top: 0 |
|
} |
|
|
|
.avatar-wrapper .avatar-status.approved { |
|
background: #00cc85 |
|
} |
|
|
|
.avatar-wrapper .avatar-status.declined { |
|
background: #f73e5a |
|
} |
|
|
|
.avatar-wrapper .avatar-status.notify { |
|
background: #06c |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-bottom: 16px |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text .avatar { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text .extra-text { |
|
line-height: 1.2em; |
|
margin-left: 16px |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text .extra-text h3, |
|
.avatar-wrapper.avatar-extra-text .extra-text h4 { |
|
font-weight: 600; |
|
margin: 0; |
|
font-size: 1.111rem |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text .extra-text h3 a, |
|
.avatar-wrapper.avatar-extra-text .extra-text h4 a { |
|
display: inline-block |
|
} |
|
|
|
.avatar-wrapper.avatar-extra-text .extra-text p, |
|
.avatar-wrapper.avatar-extra-text .extra-text time { |
|
margin: 0; |
|
text-transform: uppercase; |
|
font-size: .778rem |
|
} |
|
|
|
.avatar-group>li { |
|
margin-bottom: 16px; |
|
line-height: 1 |
|
} |
|
|
|
.avatar-group>li:last-child { |
|
margin-bottom: 0 |
|
} |
|
|
|
.avatar-group>li .list-item { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding: 0; |
|
line-height: 1em |
|
} |
|
|
|
.avatar-group>li .list-item .avatar { |
|
margin-right: 12px |
|
} |
|
|
|
.avatar-group>li .list-item .avatar p { |
|
font-size: 16px |
|
} |
|
|
|
.avatar-group>li .list-item .avatar.avatar-green p, |
|
.avatar-group>li .list-item .avatar.avatar-orange p, |
|
.avatar-group>li .list-item .avatar.avatar-primary p, |
|
.avatar-group>li .list-item .avatar.avatar-red p, |
|
.avatar-group>li .list-item .avatar.avatar-secondary p { |
|
color: #fff; |
|
line-height: 0 |
|
} |
|
|
|
.avatar-group>li .list-item span { |
|
margin: 0; |
|
font-size: .889rem |
|
} |
|
|
|
.avatar-group-stacked { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start; |
|
margin: 0; |
|
padding: 0; |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: row; |
|
flex-direction: row |
|
} |
|
|
|
.avatar-group-stacked li { |
|
list-style-type: none; |
|
line-height: 0 |
|
} |
|
|
|
.avatar-group-stacked li>.avatar { |
|
margin-left: -6px; |
|
border: 2px solid #fff |
|
} |
|
|
|
.thumb-nav { |
|
padding: 0; |
|
margin: 0 -8px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center |
|
} |
|
|
|
.thumb-nav.thumb-nav-vertical { |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-ms-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-align: baseline; |
|
-ms-flex-align: baseline; |
|
align-items: baseline |
|
} |
|
|
|
.thumb-nav.thumb-nav-fixed { |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
|
|
.thumb-nav.thumb-nav-fixed li { |
|
-ms-flex-preferred-size: 240px; |
|
flex-basis: 240px |
|
} |
|
|
|
.thumb-nav.thumb-nav-fixed.thumb-nav-small li { |
|
-ms-flex-preferred-size: 120px; |
|
flex-basis: 120px |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto { |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-pack: start; |
|
-ms-flex-pack: start; |
|
justify-content: flex-start |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto li .thumb-nav-resizer { |
|
max-width: 100%; |
|
max-height: 100% |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto.thumb-nav-auto-2 li { |
|
-ms-flex-preferred-size: calc(50% - 16px); |
|
flex-basis: calc(50% - 16px) |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto.thumb-nav-auto-3 li { |
|
-ms-flex-preferred-size: calc(33.3333% - 16px); |
|
flex-basis: calc(33.3333% - 16px) |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto.thumb-nav-auto-4 li { |
|
-ms-flex-preferred-size: calc(25% - 16px); |
|
flex-basis: calc(25% - 16px) |
|
} |
|
|
|
.thumb-nav.thumb-nav-auto.thumb-nav-auto-5 li { |
|
-ms-flex-preferred-size: calc(20% - 16px); |
|
flex-basis: calc(20% - 16px) |
|
} |
|
|
|
.thumb-nav.thumb-nav-nozoom a:hover img { |
|
-webkit-transform: none; |
|
transform: none |
|
} |
|
|
|
.thumb-nav.thumb-nav-black a:hover:after, |
|
.thumb-nav.thumb-nav-primary a:hover:after { |
|
opacity: 1 |
|
} |
|
|
|
.thumb-nav.thumb-nav-black a:after { |
|
background: rgba(0, 0, 0, .8) |
|
} |
|
|
|
.thumb-nav.thumb-nav-primary a:after { |
|
background: rgba(0, 115, 230, .8) |
|
} |
|
|
|
.thumb-nav.thumb-nav-bottom, |
|
.thumb-nav.thumb-nav-top { |
|
position: absolute; |
|
left: 50%; |
|
-webkit-transform: translateX(-50%); |
|
transform: translateX(-50%); |
|
width: 90% |
|
} |
|
|
|
.thumb-nav.thumb-nav-bottom { |
|
bottom: 0; |
|
margin-bottom: 16px |
|
} |
|
|
|
.thumb-nav.thumb-nav-top { |
|
top: 0; |
|
margin-top: 16px |
|
} |
|
|
|
.thumb-nav.thumb-nav-left, |
|
.thumb-nav.thumb-nav-right { |
|
position: absolute; |
|
top: 50%; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%); |
|
height: 90% |
|
} |
|
|
|
.thumb-nav.thumb-nav-left { |
|
left: 0; |
|
margin-left: 16px |
|
} |
|
|
|
.thumb-nav.thumb-nav-right { |
|
right: 0; |
|
margin-right: 16px |
|
} |
|
|
|
.thumb-nav li { |
|
position: relative; |
|
list-style-type: none; |
|
margin: 8px |
|
} |
|
|
|
.thumb-nav .thumb-nav-resizer { |
|
width: 100%; |
|
height: auto; |
|
max-width: 240px; |
|
max-height: 160px; |
|
visibility: hidden |
|
} |
|
|
|
.thumb-nav.thumb-nav-small .thumb-nav-resizer { |
|
max-width: 120px; |
|
max-height: 80px |
|
} |
|
|
|
.thumb-nav a { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
right: 0; |
|
bottom: 0; |
|
overflow: hidden |
|
} |
|
|
|
.thumb-nav a:after { |
|
content: ''; |
|
position: absolute; |
|
top: 0; |
|
right: 0; |
|
left: 0; |
|
bottom: 0; |
|
opacity: 0; |
|
-webkit-transition: opacity .4s cubic-bezier(.15, .7, .36, .99); |
|
transition: opacity .4s cubic-bezier(.15, .7, .36, .99) |
|
} |
|
|
|
.thumb-nav a.active { |
|
pointer-events: none |
|
} |
|
|
|
.thumb-nav a.active:after { |
|
opacity: 1; |
|
background: rgba(0, 115, 230, .6) |
|
} |
|
|
|
.thumb-nav a:hover img { |
|
-webkit-transform: scale(1.05); |
|
transform: scale(1.05); |
|
-webkit-transition-duration: 1s; |
|
transition-duration: 1s |
|
} |
|
|
|
.thumb-nav a:hover:after { |
|
-webkit-transition-duration: 1s; |
|
transition-duration: 1s |
|
} |
|
|
|
.thumb-nav a img { |
|
-o-object-fit: cover; |
|
object-fit: cover; |
|
width: 100%; |
|
height: 100%; |
|
-webkit-transition: -webkit-transform .4s cubic-bezier(.15, .7, .36, .99); |
|
transition: transform .4s cubic-bezier(.15, .7, .36, .99); |
|
transition: transform .4s cubic-bezier(.15, .7, .36, .99), -webkit-transform .4s cubic-bezier(.15, .7, .36, .99) |
|
} |
|
|
|
.steppers .steppers-header { |
|
padding: 0 24px; |
|
height: 64px; |
|
background: #fff; |
|
-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1); |
|
box-shadow: 0 8px 20px rgba(0, 0, 0, .1); |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.steppers .steppers-header li { |
|
font-size: 1.125rem; |
|
color: #5c6f82; |
|
list-style-type: none; |
|
display: none |
|
} |
|
|
|
.steppers .steppers-header li .icon { |
|
fill: #5c6f82; |
|
margin-right: .667rem; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.steppers .steppers-header li.active, |
|
.steppers .steppers-header li.confirmed { |
|
color: #0073e6; |
|
font-weight: 600 |
|
} |
|
|
|
.steppers .steppers-header li.active .icon, |
|
.steppers .steppers-header li.confirmed .icon { |
|
fill: #0073e6 |
|
} |
|
|
|
.steppers .steppers-header li.active, |
|
.steppers .steppers-header li.steppers-index { |
|
display: block |
|
} |
|
|
|
.steppers .steppers-header li.steppers-index { |
|
margin-left: auto; |
|
font-size: .875rem; |
|
font-weight: 600 |
|
} |
|
|
|
.steppers .steppers-header li.steppers-index span { |
|
margin-left: .25rem |
|
} |
|
|
|
.steppers .steppers-header li.steppers-index span.active { |
|
color: #0073e6; |
|
text-decoration: underline |
|
} |
|
|
|
.steppers .steppers-header li .steppers-number .icon { |
|
margin: 0 |
|
} |
|
|
|
.steppers .steppers-header li .steppers-number:after { |
|
content: '. ' |
|
} |
|
|
|
.steppers.bg-dark .steppers-header { |
|
background: 0 0 |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li { |
|
color: #d9dadb |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li .icon { |
|
fill: #d9dadb |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li.active { |
|
font-weight: 600; |
|
color: #0accc6 |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li.active .icon { |
|
fill: #0accc6 |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li.confirmed { |
|
font-weight: 600; |
|
color: #fff |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li.confirmed .icon { |
|
fill: #fff |
|
} |
|
|
|
.steppers.bg-dark .steppers-header li.steppers-index span.active { |
|
color: #0accc6 |
|
} |
|
|
|
.steppers.bg-dark .steppers-nav { |
|
background: 0 0 |
|
} |
|
|
|
.steppers.bg-dark .steppers-nav .progress-bar, |
|
.steppers.bg-dark .steppers-nav .steppers-dots li.done { |
|
background: #0accc6 |
|
} |
|
|
|
.steppers .steppers-nav { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
height: 64px; |
|
padding: 0 24px; |
|
-webkit-box-shadow: 0 -8px 20px rgba(0, 0, 0, .1); |
|
box-shadow: 0 -8px 20px rgba(0, 0, 0, .1); |
|
background: #fff; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
|
|
.steppers .steppers-nav .steppers-dots, |
|
.steppers .steppers-nav .steppers-progress { |
|
width: 20% |
|
} |
|
|
|
.steppers .steppers-nav .steppers-dots .progress, |
|
.steppers .steppers-nav .steppers-progress .progress { |
|
height: 2px |
|
} |
|
|
|
.steppers .steppers-nav .steppers-dots { |
|
padding: 0; |
|
margin: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.steppers .steppers-nav .steppers-dots li { |
|
list-style-type: none; |
|
padding: 0; |
|
height: 4px; |
|
width: 4px; |
|
min-width: 4px; |
|
background: #cacacc; |
|
margin-right: 8px; |
|
border-radius: 50% |
|
} |
|
|
|
.steppers .steppers-nav .steppers-dots li.done { |
|
background: #0073e6 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.steppers .steppers-header li { |
|
font-size: 1rem |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.steppers .steppers-header { |
|
padding: 0; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
height: auto; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
background: 0 0 |
|
} |
|
.steppers .steppers-header:before { |
|
display: none |
|
} |
|
.steppers .steppers-header li { |
|
text-transform: uppercase; |
|
padding: 1.778rem 1.111rem; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
border-left: 1px solid #dfe4f2; |
|
display: block; |
|
position: relative; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.steppers .steppers-header li:nth-last-child(2) { |
|
border-right: 1px solid #dfe4f2 |
|
} |
|
.steppers .steppers-header li.steppers-index { |
|
display: none |
|
} |
|
.steppers .steppers-header li.active:after { |
|
content: ''; |
|
position: absolute; |
|
bottom: 0; |
|
width: calc(100% - 2.222rem); |
|
height: 2px; |
|
background: #0073e6; |
|
left: 50%; |
|
-webkit-transform: translateX(-50%); |
|
transform: translateX(-50%) |
|
} |
|
.steppers .steppers-header li.active .steppers-number { |
|
color: #fff; |
|
background: #0073e6; |
|
border-color: #0073e6 |
|
} |
|
.steppers .steppers-header li.active.no-line:after { |
|
display: none |
|
} |
|
.steppers .steppers-header li .steppers-success { |
|
margin-left: auto |
|
} |
|
.steppers .steppers-header li .steppers-number { |
|
display: inline-block; |
|
width: 1.778rem; |
|
height: 1.778rem; |
|
border: 1px solid #dfe4f2; |
|
border-radius: 50%; |
|
text-align: center; |
|
margin-right: .667rem |
|
} |
|
.steppers .steppers-header li .steppers-number:after { |
|
display: none |
|
} |
|
.steppers .steppers-header li .steppers-number .icon:before { |
|
margin-right: 0; |
|
margin-top: .333rem |
|
} |
|
.steppers.bg-dark .steppers-header li { |
|
border-color: #435a70 |
|
} |
|
.steppers.bg-dark .steppers-header li.active:after { |
|
background: #0accc6 |
|
} |
|
.steppers.bg-dark .steppers-header li.active .steppers-number { |
|
background: #0accc6; |
|
border-color: #0accc6; |
|
color: #17324d |
|
} |
|
.steppers.bg-dark .steppers-header li .steppers-number { |
|
border-color: #768594 |
|
} |
|
.steppers .steppers-nav { |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
margin-top: .889rem; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
background: 0 0 |
|
} |
|
.steppers .steppers-nav .steppers-dots, |
|
.steppers .steppers-nav .steppers-progress, |
|
.steppers .steppers-nav button .icon { |
|
display: none |
|
} |
|
.steppers .steppers-nav button:not(.steppers-btn-confirm) { |
|
margin-right: .889rem |
|
} |
|
.steppers .steppers-nav .steppers-btn-confirm { |
|
display: block; |
|
margin-left: auto |
|
} |
|
} |
|
|
|
@media (max-width:991px) { |
|
.steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) { |
|
font-size: 1rem; |
|
background: 0 0; |
|
color: #0073e6; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
padding-left: 0; |
|
padding-right: 0 |
|
} |
|
.steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active, |
|
.steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, |
|
.steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover { |
|
background: 0 0!important; |
|
color: #0073e6!important; |
|
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25)!important; |
|
box-shadow: 0 0 0 .2rem rgba(0, 115, 230, .25)!important |
|
} |
|
.steppers .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon { |
|
margin: 0 .333rem; |
|
height: 24px; |
|
width: 24px |
|
} |
|
.steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) { |
|
color: #fff |
|
} |
|
.steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm) .icon { |
|
fill: #fff |
|
} |
|
.steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):active, |
|
.steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):focus, |
|
.steppers.bg-dark .steppers-nav button:not(.steppers-btn-save):not(.steppers-btn-confirm):hover { |
|
color: #0accc6!important |
|
} |
|
} |
|
|
|
.card-wrapper { |
|
padding-bottom: 24px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.card { |
|
border: none; |
|
padding: 0; |
|
position: relative; |
|
width: 100% |
|
} |
|
|
|
.card .card-body { |
|
padding: 24px |
|
} |
|
|
|
.card .card-body h5.card-title { |
|
font-size: 1.125rem; |
|
line-height: 1.44444rem; |
|
font-weight: 700; |
|
color: #17324d; |
|
margin-bottom: 16px; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.card .card-body h5.card-title.big-heading { |
|
font-size: 1.55556rem; |
|
line-height: 1.77778rem |
|
} |
|
|
|
.card .card-body h6.card-subtitle { |
|
font-weight: 400; |
|
margin-bottom: 16px; |
|
margin-top: -16px |
|
} |
|
|
|
.card .card-body a h5.card-title { |
|
color: #06c |
|
} |
|
|
|
.card .card-body p { |
|
font-family: Lora, Georgia, serif; |
|
font-size: .875rem; |
|
line-height: 1.2rem; |
|
color: #435a70 |
|
} |
|
|
|
.card .card-body .card-signature { |
|
font-style: italic; |
|
font-family: Lora, Georgia, serif; |
|
color: #435a70; |
|
font-weight: 700; |
|
font-size: .88889rem; |
|
margin-bottom: 24px; |
|
display: block |
|
} |
|
|
|
.card .card-body .category-top { |
|
font-size: .77778rem; |
|
text-transform: uppercase; |
|
color: #435a70; |
|
margin-bottom: 16px |
|
} |
|
|
|
.card .card-body .category-top a.category { |
|
color: #435a70 |
|
} |
|
|
|
.card .card-body .category-top a.category:hover { |
|
text-decoration: underline |
|
} |
|
|
|
.card .card-body .category-top .category { |
|
font-weight: 700; |
|
letter-spacing: .9px |
|
} |
|
|
|
.card .card-body .category-top .data:before { |
|
content: '—'; |
|
display: inline-block; |
|
margin: 0 8px |
|
} |
|
|
|
.card:after { |
|
content: ''; |
|
height: 1px; |
|
width: 128px; |
|
background: #d9dadb; |
|
display: block; |
|
margin-top: 48px; |
|
margin-left: 24px |
|
} |
|
|
|
.card a.read-more { |
|
position: absolute; |
|
bottom: 32px |
|
} |
|
|
|
.card .categoryicon-top { |
|
margin-bottom: 16px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.card .categoryicon-top .text { |
|
font-size: .77778rem; |
|
text-transform: uppercase; |
|
letter-spacing: .9px; |
|
color: #435a70; |
|
line-height: 1rem |
|
} |
|
|
|
.card .categoryicon-top .icon { |
|
width: 40px; |
|
height: 40px; |
|
fill: #06c; |
|
margin-right: 8px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.card .simple-link { |
|
font-weight: 600; |
|
font-size: .88889rem; |
|
margin-top: 32px; |
|
display: block |
|
} |
|
|
|
.card.card-bg { |
|
margin-left: 8px; |
|
margin-right: 8px; |
|
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
background: #fff; |
|
border-right: none |
|
} |
|
|
|
.card.card-bg:after { |
|
background: 0 0 |
|
} |
|
|
|
.card.card-img { |
|
margin-left: 8px; |
|
margin-right: 8px; |
|
border-right: none |
|
} |
|
|
|
.card.card-img h5.card-title { |
|
font-size: 1.11111rem; |
|
line-height: 1.55556rem |
|
} |
|
|
|
.card.card-img .img-responsive-wrapper .img-responsive { |
|
padding-bottom: 61.29% |
|
} |
|
|
|
.card.no-after:after { |
|
display: none |
|
} |
|
|
|
.card.no-after a.read-more { |
|
position: inherit |
|
} |
|
|
|
.card.special-card .img-responsive-wrapper { |
|
overflow: visible; |
|
position: relative; |
|
width: 174px; |
|
margin-bottom: 24px |
|
} |
|
|
|
.card.special-card .img-responsive-wrapper::after, |
|
.card.special-card .img-responsive-wrapper::before { |
|
content: ''; |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
display: block |
|
} |
|
|
|
.card.special-card .img-responsive-wrapper:before { |
|
background: #6aaaeb; |
|
left: 24px; |
|
top: 24px; |
|
opacity: .3; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.card.special-card .img-responsive-wrapper:after { |
|
background: #6aaaeb; |
|
left: 12px; |
|
top: 12px; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.card.special-card .img-responsive-wrapper .img-responsive { |
|
padding-bottom: 122.98%; |
|
z-index: 1 |
|
} |
|
|
|
.card.special-card .head-tags { |
|
margin-bottom: 24px |
|
} |
|
|
|
.card.special-card .head-tags span.data { |
|
font-weight: 400 |
|
} |
|
|
|
.card.special-card:hover { |
|
text-decoration: none |
|
} |
|
|
|
.card.special-card:hover h5 { |
|
text-decoration: underline; |
|
color: #06c |
|
} |
|
|
|
.card.special-card:hover .img-responsive-wrapper:before { |
|
background: #06c; |
|
opacity: .3 |
|
} |
|
|
|
.card.special-card:hover .img-responsive-wrapper:after { |
|
background: #06c |
|
} |
|
|
|
.card.card-big .card-body { |
|
padding: 48px |
|
} |
|
|
|
.card.card-big .card-body .top-icon { |
|
margin-bottom: 24px |
|
} |
|
|
|
.card.card-big .card-body .top-icon .icon { |
|
width: 80px; |
|
height: 80px; |
|
fill: #06c |
|
} |
|
|
|
.card.card-big .card-body h5.card-title { |
|
font-size: 1.33333rem; |
|
line-height: 1.55556rem |
|
} |
|
|
|
.card.card-big .card-body p { |
|
font-size: .88889rem; |
|
line-height: 1.33333rem |
|
} |
|
|
|
.card.card-big .flag-icon { |
|
margin-left: 48px |
|
} |
|
|
|
.card.card-big .etichetta { |
|
position: absolute; |
|
right: 48px; |
|
top: 32px; |
|
left: 144px; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end |
|
} |
|
|
|
.card.border-bottom-card::before { |
|
content: ''; |
|
display: block; |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
height: 4px; |
|
bottom: 0; |
|
background: #06c |
|
} |
|
|
|
.card .head-tags { |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
margin-bottom: 48px |
|
} |
|
|
|
.card .head-tags .data { |
|
font-size: .77778rem; |
|
text-transform: uppercase; |
|
color: #435a70 |
|
} |
|
|
|
.card .card-tag { |
|
color: #06c; |
|
font-size: .77778rem; |
|
font-weight: 700; |
|
letter-spacing: .9px; |
|
padding: 0 32px; |
|
border-radius: 50px; |
|
border: 1px solid #06c |
|
} |
|
|
|
.card .it-card-footer { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-top: 48px |
|
} |
|
|
|
.card .it-card-footer .card-signature { |
|
font-style: italic; |
|
font-family: Lora, Georgia, serif; |
|
color: #435a70; |
|
font-weight: 700; |
|
font-size: .88889rem; |
|
display: block; |
|
margin-bottom: 0 |
|
} |
|
|
|
.flag-icon { |
|
width: 32px; |
|
height: 48px; |
|
-webkit-box-sizing: content-box; |
|
box-sizing: content-box; |
|
position: relative; |
|
background: #06c; |
|
color: #fff; |
|
text-align: center; |
|
text-transform: uppercase |
|
} |
|
|
|
.flag-icon:after { |
|
content: ''; |
|
position: absolute; |
|
left: 0; |
|
bottom: 0; |
|
width: 0; |
|
height: 0; |
|
border-bottom: 13px solid #fff; |
|
border-left: 16px solid transparent; |
|
border-right: 16px solid transparent |
|
} |
|
|
|
a.read-more { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
color: #06c; |
|
text-transform: uppercase; |
|
font-weight: 700; |
|
letter-spacing: .9px; |
|
font-size: .77778rem |
|
} |
|
|
|
a.read-more .icon { |
|
margin-left: 8px; |
|
fill: #06c; |
|
width: 16px; |
|
height: 16px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.etichetta { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
font-size: .77778rem; |
|
text-transform: uppercase; |
|
font-weight: 700; |
|
letter-spacing: .9px; |
|
color: #435a70 |
|
} |
|
|
|
.etichetta .icon { |
|
fill: #435a70; |
|
width: 24px; |
|
height: 24px; |
|
margin-right: 8px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.row [class*=col-]>.card-wrapper, |
|
.row [class*=col-]>.card-wrapper>.card { |
|
height: 100% |
|
} |
|
|
|
.row [class*=col-]:last-child>.card-wrapper>.card { |
|
border-right: 1px solid transparent |
|
} |
|
|
|
@media (min-width:992px) { |
|
.card-wrapper { |
|
padding-bottom: 0 |
|
} |
|
.card-wrapper.card-space { |
|
padding-bottom: 12px |
|
} |
|
.card { |
|
border: none; |
|
border-right: 1px solid #d9dadb; |
|
margin-right: -6px |
|
} |
|
.card.card-bg, |
|
.card.card-img { |
|
margin: 0 |
|
} |
|
.card .card-body p { |
|
font-size: .77778rem |
|
} |
|
.card .card-body h5.card-title { |
|
font-size: 1rem |
|
} |
|
} |
|
|
|
.img-responsive-wrapper { |
|
overflow: hidden |
|
} |
|
|
|
.img-responsive-wrapper .img-responsive { |
|
position: relative; |
|
padding-bottom: 56.25%; |
|
height: 0 |
|
} |
|
|
|
.img-responsive-wrapper .img-responsive .img-wrapper { |
|
position: absolute; |
|
top: 0; |
|
left: 0; |
|
width: 100%; |
|
height: 100% |
|
} |
|
|
|
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit { |
|
background-size: cover; |
|
background-position: center; |
|
background-color: #ebeced |
|
} |
|
|
|
.img-responsive-wrapper .img-responsive .img-wrapper.custom-object-fit img { |
|
visibility: hidden |
|
} |
|
|
|
.img-responsive-wrapper .img-responsive .img-wrapper img { |
|
width: 100%; |
|
display: block; |
|
height: 100%; |
|
-o-object-fit: cover; |
|
object-fit: cover |
|
} |
|
|
|
.overlay-wrapper { |
|
position: relative; |
|
display: inline-block; |
|
overflow: hidden |
|
} |
|
|
|
.overlay-wrapper.overlay-hover .overlay-panel { |
|
opacity: 0; |
|
-webkit-transition: opacity .1s; |
|
transition: opacity .1s |
|
} |
|
|
|
.overlay-wrapper.overlay-hover:hover .overlay-panel { |
|
opacity: 1; |
|
-webkit-transition: opacity .2s; |
|
transition: opacity .2s |
|
} |
|
|
|
.overlay-panel { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
padding: 16px 24px; |
|
background-color: rgba(0, 115, 230, .85); |
|
color: #fff; |
|
font-weight: 600; |
|
font-size: 1rem; |
|
max-height: 56px |
|
} |
|
|
|
.overlay-panel span { |
|
min-width: 0; |
|
overflow: hidden; |
|
white-space: nowrap; |
|
text-overflow: ellipsis; |
|
display: block |
|
} |
|
|
|
.overlay-panel.overlay-icon, |
|
.overlay-panel.overlay-panel-fullheight { |
|
top: 0; |
|
height: 100%; |
|
max-height: 100%; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.overlay-panel.overlay-panel-fullheight { |
|
-webkit-box-align: end; |
|
-ms-flex-align: end; |
|
align-items: flex-end |
|
} |
|
|
|
.overlay-panel.overlay-icon { |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.overlay-panel.overlay-icon .icon { |
|
fill: #fff |
|
} |
|
|
|
.overlay-panel.overlay-black { |
|
background-color: rgba(0, 0, 0, .54) |
|
} |
|
|
|
@media (min-width:576px) { |
|
.overlay-panel { |
|
font-size: .889rem |
|
} |
|
} |
|
|
|
.progress-donut-wrapper { |
|
width: 128px; |
|
height: 128px; |
|
position: relative |
|
} |
|
|
|
.progress-donut-wrapper:before { |
|
content: ''; |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
width: 100%; |
|
height: 100%; |
|
-webkit-transform: scale(.85); |
|
transform: scale(.85); |
|
background: #d4e9ff; |
|
border-radius: 50% |
|
} |
|
|
|
.progress-donut { |
|
-webkit-transform: scale(.355); |
|
transform: scale(.355); |
|
position: absolute; |
|
top: -162px; |
|
left: -162px |
|
} |
|
|
|
.progress-donut .clProg { |
|
font-weight: 700 |
|
} |
|
|
|
@media (min-width:768px) { |
|
.progress-donut-wrapper { |
|
width: 180px; |
|
height: 180px |
|
} |
|
.progress-donut { |
|
-webkit-transform: scale(.5); |
|
transform: scale(.5); |
|
top: -136px; |
|
left: -136px |
|
} |
|
} |
|
|
|
@-webkit-keyframes progressBarIndeterminate { |
|
0% { |
|
left: -5% |
|
} |
|
50% { |
|
width: 66% |
|
} |
|
100% { |
|
left: 100%; |
|
width: 33% |
|
} |
|
} |
|
|
|
@keyframes progressBarIndeterminate { |
|
0% { |
|
left: -5% |
|
} |
|
50% { |
|
width: 66% |
|
} |
|
100% { |
|
left: 100%; |
|
width: 33% |
|
} |
|
} |
|
|
|
.progress { |
|
height: 4px; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
background-color: #d4e9ff |
|
} |
|
|
|
.progress.progress-color { |
|
background-color: #e6ecf2 |
|
} |
|
|
|
.progress.progress-indeterminate { |
|
position: relative |
|
} |
|
|
|
.progress.progress-indeterminate .progress-bar { |
|
width: 0; |
|
-webkit-animation: 1.4s cubic-bezier(.77, 0, .175, 1) infinite forwards progressBarIndeterminate; |
|
animation: 1.4s cubic-bezier(.77, 0, .175, 1) infinite forwards progressBarIndeterminate; |
|
position: absolute; |
|
top: 0; |
|
bottom: 0 |
|
} |
|
|
|
.progress-bar { |
|
background-color: #0073e6 |
|
} |
|
|
|
.progress-bar-label { |
|
text-align: right; |
|
font-size: .75rem; |
|
color: #17324d; |
|
font-weight: 500 |
|
} |
|
|
|
.btn-progress .progress { |
|
display: block; |
|
position: absolute; |
|
bottom: 0; |
|
width: 100%; |
|
left: 0; |
|
border-radius: 0 0 4px 4px |
|
} |
|
|
|
.btn-progress .progress-bar { |
|
height: 4px |
|
} |
|
|
|
@-webkit-keyframes spinnerAnim { |
|
0% { |
|
-webkit-transform: rotate(0); |
|
transform: rotate(0) |
|
} |
|
100% { |
|
-webkit-transform: rotate(360deg); |
|
transform: rotate(360deg) |
|
} |
|
} |
|
|
|
@keyframes spinnerAnim { |
|
0% { |
|
-webkit-transform: rotate(0); |
|
transform: rotate(0) |
|
} |
|
100% { |
|
-webkit-transform: rotate(360deg); |
|
transform: rotate(360deg) |
|
} |
|
} |
|
|
|
@-webkit-keyframes spinnerAnimInner1 { |
|
0% { |
|
-webkit-transform: rotate(60deg); |
|
transform: rotate(60deg) |
|
} |
|
100% { |
|
-webkit-transform: rotate(205deg); |
|
transform: rotate(205deg) |
|
} |
|
} |
|
|
|
@keyframes spinnerAnimInner1 { |
|
0% { |
|
-webkit-transform: rotate(60deg); |
|
transform: rotate(60deg) |
|
} |
|
100% { |
|
-webkit-transform: rotate(205deg); |
|
transform: rotate(205deg) |
|
} |
|
} |
|
|
|
@-webkit-keyframes spinnerAnimInner2 { |
|
0% { |
|
-webkit-transform: rotate(30deg); |
|
transform: rotate(30deg) |
|
} |
|
100% { |
|
-webkit-transform: rotate(-105deg); |
|
transform: rotate(-105deg) |
|
} |
|
} |
|
|
|
@keyframes spinnerAnimInner2 { |
|
0% { |
|
-webkit-transform: rotate(30deg); |
|
transform: rotate(30deg) |
|
} |
|
100% { |
|
-webkit-transform: rotate(-105deg); |
|
transform: rotate(-105deg) |
|
} |
|
} |
|
|
|
.progress-spinner { |
|
display: block; |
|
width: 48px; |
|
height: 48px; |
|
border-radius: 50%; |
|
border: 4px solid #d4e9ff |
|
} |
|
|
|
.progress-spinner.progress-spinner-active { |
|
-webkit-animation: .75s linear infinite spinnerAnim; |
|
animation: .75s linear infinite spinnerAnim |
|
} |
|
|
|
.progress-spinner.progress-spinner-active:not(.progress-spinner-double) { |
|
border-color: #0073e6 #0073e6 #d4e9ff |
|
} |
|
|
|
.progress-spinner.size-sm { |
|
width: 32px; |
|
height: 32px |
|
} |
|
|
|
.progress-spinner.progress-spinner-double { |
|
display: inline-block |
|
} |
|
|
|
.progress-spinner.progress-spinner-double.size-sm { |
|
width: 32px; |
|
height: 32px |
|
} |
|
|
|
.progress-spinner.progress-spinner-double.size-sm .progress-spinner-inner { |
|
width: 32px; |
|
height: 16px |
|
} |
|
|
|
.progress-spinner.progress-spinner-double.progress-spinner-active .progress-spinner-inner { |
|
opacity: 1 |
|
} |
|
|
|
.progress-spinner.progress-spinner-double .progress-spinner-inner { |
|
width: 48px; |
|
height: 24px; |
|
overflow: hidden; |
|
margin-left: -4px; |
|
opacity: 0; |
|
-webkit-transition: opacity .3s; |
|
transition: opacity .3s |
|
} |
|
|
|
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(1) { |
|
margin-top: -4px |
|
} |
|
|
|
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2) { |
|
-webkit-transform: rotate(180deg); |
|
transform: rotate(180deg) |
|
} |
|
|
|
.progress-spinner.progress-spinner-double .progress-spinner-inner:nth-child(2):after { |
|
-webkit-animation-name: spinnerAnimInner2; |
|
animation-name: spinnerAnimInner2 |
|
} |
|
|
|
.progress-spinner.progress-spinner-double .progress-spinner-inner:after { |
|
content: ''; |
|
display: inline-block; |
|
-webkit-transform: rotate(45deg); |
|
transform: rotate(45deg); |
|
border-radius: 50%; |
|
border: 4px solid #0073e6; |
|
border-right: 4px solid transparent; |
|
border-bottom: 4px solid transparent; |
|
width: 100%; |
|
height: 200%; |
|
-webkit-animation: .75s cubic-bezier(.25, .1, .5, 1) infinite alternate spinnerAnimInner1; |
|
animation: .75s cubic-bezier(.25, .1, .5, 1) infinite alternate spinnerAnimInner1 |
|
} |
|
|
|
.it-grid-item-wrapper { |
|
position: relative |
|
} |
|
|
|
.it-grid-item-wrapper .img-responsive-wrapper { |
|
border-radius: 4px |
|
} |
|
|
|
.it-grid-item-wrapper .img-responsive-wrapper .img-responsive { |
|
padding-bottom: 66.81223% |
|
} |
|
|
|
.it-grid-item-wrapper .it-griditem-text-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
padding: 16px 8px; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text { |
|
font-size: .8rem; |
|
color: #435a70; |
|
font-weight: 600 |
|
} |
|
|
|
.it-grid-item-wrapper .it-griditem-text-wrapper .icon { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
position: relative; |
|
right: -8px; |
|
fill: #06c; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper { |
|
position: absolute; |
|
left: 0; |
|
right: 0; |
|
bottom: 0; |
|
background: rgba(23, 50, 77, .85); |
|
padding: 8px 16px |
|
} |
|
|
|
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text { |
|
color: #fff |
|
} |
|
|
|
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .icon { |
|
fill: #fff |
|
} |
|
|
|
.it-grid-item-wrapper a:hover .it-griditem-text { |
|
text-decoration: underline |
|
} |
|
|
|
.it-grid-item-wrapper.it-grid-item-double-w .img-responsive-wrapper .img-responsive { |
|
padding-bottom: calc(33.40611% - 2px) |
|
} |
|
|
|
.it-grid-list-wrapper { |
|
padding-left: 4px; |
|
padding-right: 4px |
|
} |
|
|
|
.it-grid-list-wrapper div[class^=col-] { |
|
padding: 0 2px 4px |
|
} |
|
|
|
.it-grid-list-wrapper .grid-row { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
margin-left: -2px; |
|
margin-right: -2px; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
|
|
.it-grid-list-wrapper.it-image-label-grid { |
|
padding-left: 16px; |
|
padding-right: 16px |
|
} |
|
|
|
.it-grid-list-wrapper.it-image-label-grid div[class^=col-] { |
|
padding: 0 8px 16px |
|
} |
|
|
|
.it-grid-list-wrapper.it-image-label-grid .grid-row { |
|
margin-left: -20px; |
|
margin-right: -20px |
|
} |
|
|
|
.it-grid-list-wrapper.it-masonry .card-columns { |
|
margin-left: -20px; |
|
margin-right: -20px; |
|
-webkit-column-gap: 0; |
|
column-gap: 0 |
|
} |
|
|
|
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper { |
|
-webkit-column-break-inside: avoid; |
|
break-inside: avoid-column |
|
} |
|
|
|
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive { |
|
padding-bottom: initial; |
|
height: auto |
|
} |
|
|
|
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper { |
|
position: inherit; |
|
left: initial; |
|
right: initial; |
|
width: initial; |
|
height: initial |
|
} |
|
|
|
.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper img { |
|
height: auto; |
|
-o-object-fit: initial; |
|
object-fit: initial |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper { |
|
padding: 16px 24px |
|
} |
|
.it-grid-item-wrapper .it-griditem-text-wrapper .it-griditem-text, |
|
.it-grid-item-wrapper.it-grid-item-overlay .it-griditem-text-wrapper .it-griditem-text { |
|
font-size: 1rem |
|
} |
|
.it-grid-item-wrapper .it-griditem-text-wrapper .icon { |
|
width: 32px; |
|
height: 32px |
|
} |
|
} |
|
|
|
.popover { |
|
border: none; |
|
border-radius: 4px; |
|
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1); |
|
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1) |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=top], |
|
.popover.bs-popover-top { |
|
margin-bottom: 16px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=top] .arrow:after, |
|
.popover.bs-popover-top .arrow:after { |
|
bottom: 2px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=bottom], |
|
.popover.bs-popover-bottom { |
|
margin-top: 16px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=bottom] .arrow:after, |
|
.popover.bs-popover-bottom .arrow:after { |
|
top: 2px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=left], |
|
.popover.bs-popover-left { |
|
margin-right: 16px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=left] .arrow:after, |
|
.popover.bs-popover-left .arrow:after { |
|
right: 2px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=right], |
|
.popover.bs-popover-right { |
|
margin-left: 16px |
|
} |
|
|
|
.popover.bs-popover-auto[x-placement^=right] .arrow:after, |
|
.popover.bs-popover-right .arrow:after { |
|
left: 2px |
|
} |
|
|
|
.popover .arrow:before { |
|
display: none |
|
} |
|
|
|
.popover .popover-header { |
|
background: 0 0; |
|
border: none; |
|
text-transform: uppercase; |
|
color: #17324d; |
|
font-size: .938rem; |
|
padding: 16px 24px 0; |
|
letter-spacing: .05em |
|
} |
|
|
|
.popover .popover-header .icon { |
|
fill: #0073e6; |
|
margin-right: 8px; |
|
height: 24px; |
|
width: 24px |
|
} |
|
|
|
.popover .popover-body { |
|
font-size: .875rem; |
|
line-height: 1.5em; |
|
color: #5a768a; |
|
padding: 16px 24px |
|
} |
|
|
|
.popover .popover-body a.popover-inner-link { |
|
text-transform: uppercase; |
|
letter-spacing: .05em; |
|
display: block; |
|
margin-top: 16px; |
|
font-size: .857em; |
|
text-align: right; |
|
font-weight: 600 |
|
} |
|
|
|
.popover .popover-body a.popover-inner-link:hover { |
|
color: #0073e6 |
|
} |
|
|
|
.popover .popover-body a.popover-inner-link .icon { |
|
fill: #0073e6; |
|
height: 16px; |
|
width: 16px; |
|
margin-left: 4px; |
|
margin-bottom: 4px |
|
} |
|
|
|
@media (min-width:576px) { |
|
.progress-bar-label { |
|
font-size: .667rem |
|
} |
|
.popover .popover-header { |
|
font-size: .833rem |
|
} |
|
.popover .popover-body { |
|
font-size: .778rem |
|
} |
|
} |
|
|
|
.tooltip { |
|
border-radius: 4px; |
|
font-size: .75rem |
|
} |
|
|
|
.tooltip .arrow { |
|
display: none |
|
} |
|
|
|
.tooltip .tooltip-inner { |
|
padding: 7px 16px; |
|
background-color: #455b71 |
|
} |
|
|
|
.tooltip .tooltip-inner a { |
|
color: #fff; |
|
text-decoration: underline |
|
} |
|
|
|
.tooltip.bs-tooltip-auto[x-placement^=bottom], |
|
.tooltip.bs-tooltip-auto[x-placement^=top], |
|
.tooltip.bs-tooltip-bottom, |
|
.tooltip.bs-tooltip-top { |
|
padding: 8px 0 |
|
} |
|
|
|
.tooltip.bs-tooltip-auto[x-placement^=left], |
|
.tooltip.bs-tooltip-auto[x-placement^=right], |
|
.tooltip.bs-tooltip-left, |
|
.tooltip.bs-tooltip-right { |
|
padding: 0 8px |
|
} |
|
|
|
@media (min-width:576px) { |
|
.tooltip { |
|
font-size: .667rem |
|
} |
|
} |
|
|
|
@media (min-width:768px) { |
|
.tooltip { |
|
font-size: .556rem |
|
} |
|
.tooltip .tooltip-inner { |
|
padding: 4.5px 8px |
|
} |
|
} |
|
|
|
.it-list-wrapper .it-list { |
|
list-style-type: none; |
|
margin: 0; |
|
padding: 0 |
|
} |
|
|
|
.it-list-wrapper .it-list a { |
|
display: block; |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
margin-top: -1px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-list-wrapper .it-list a .avatar, |
|
.it-list-wrapper .it-list a .it-rounded-icon, |
|
.it-list-wrapper .it-list a .it-thumb { |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0; |
|
margin-left: 24px |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-rounded-icon { |
|
width: 40px |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-rounded-icon svg { |
|
fill: #207bd6 |
|
} |
|
|
|
.it-list-wrapper .it-list a .form-check { |
|
margin: 0; |
|
width: 40px; |
|
height: 32px; |
|
text-align: center |
|
} |
|
|
|
.it-list-wrapper .it-list a .form-check label { |
|
padding-left: 0; |
|
margin-bottom: 0 |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-thumb { |
|
width: 40px; |
|
height: 40px |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-thumb img { |
|
-o-object-fit: cover; |
|
object-fit: cover; |
|
width: 100%; |
|
height: 100% |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone { |
|
padding: 16px 0; |
|
border-bottom: 1px solid #c5c7c9; |
|
margin-left: 24px; |
|
-webkit-box-flex: 1; |
|
-ms-flex-positive: 1; |
|
flex-grow: 1; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone svg { |
|
fill: #207bd6; |
|
margin-right: 24px; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone span.it-multiple { |
|
margin-right: 24px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone span.it-multiple span.metadata { |
|
margin-right: 0; |
|
width: 100%; |
|
text-align: right |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone span.it-multiple svg { |
|
margin-left: 8px; |
|
margin-right: 0 |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone .toggles { |
|
height: 32px; |
|
margin-right: 24px |
|
} |
|
|
|
.it-list-wrapper .it-list a .it-right-zone span.metadata { |
|
color: #5b6f82; |
|
margin-right: 24px; |
|
font-size: 12px; |
|
letter-spacing: .5px |
|
} |
|
|
|
.it-list-wrapper .it-list a span.text { |
|
font-size: 1rem; |
|
font-weight: 600; |
|
display: block |
|
} |
|
|
|
.it-list-wrapper .it-list a span.text em { |
|
display: block; |
|
font-size: 14px; |
|
color: #435a70; |
|
font-style: normal; |
|
font-weight: 400 |
|
} |
|
|
|
.it-list-wrapper .it-list a.active { |
|
color: #17324d |
|
} |
|
|
|
.it-list-wrapper .it-list li:last-child a span.text { |
|
border-bottom: 1px solid transparent |
|
} |
|
|
|
@media (min-width:1200px) { |
|
.it-list-wrapper .it-list a:hover { |
|
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
color: #207bd6; |
|
text-decoration: none; |
|
background: #fff; |
|
position: relative; |
|
z-index: 1; |
|
-webkit-transition: none; |
|
transition: none |
|
} |
|
.it-list-wrapper .it-list a:hover .it-right-zone { |
|
border-bottom: 1px solid transparent |
|
} |
|
.it-list-wrapper .it-list a:hover span.text { |
|
text-decoration: underline |
|
} |
|
} |
|
|
|
.chip { |
|
display: -webkit-inline-box; |
|
display: -ms-inline-flexbox; |
|
display: inline-flex; |
|
-webkit-box-pack: space-evenly; |
|
-ms-flex-pack: space-evenly; |
|
justify-content: space-evenly; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
background: #fcfdff; |
|
border: 1px solid #dfe4f2; |
|
border-radius: 12px; |
|
height: 24px; |
|
min-width: 100px; |
|
padding: 0 16px 2px 8px; |
|
-webkit-transition: 50ms; |
|
transition: 50ms; |
|
margin-right: 4px |
|
} |
|
|
|
.chip .chip-label { |
|
font-size: .875rem; |
|
height: 16px; |
|
font-weight: 600; |
|
color: #5c6f82; |
|
margin-bottom: 0; |
|
-webkit-transform: translateY(-2px); |
|
transform: translateY(-2px); |
|
-webkit-transition: color 50ms; |
|
transition: color 50ms |
|
} |
|
|
|
.chip button { |
|
padding: 0; |
|
background: 0 0; |
|
border: none; |
|
margin-left: auto; |
|
width: 8px; |
|
height: 8px; |
|
position: relative |
|
} |
|
|
|
.chip button:hover:not([disabled]) { |
|
cursor: pointer |
|
} |
|
|
|
.chip button:hover[disabled] { |
|
cursor: not-allowed |
|
} |
|
|
|
.chip button .icon { |
|
width: 22px; |
|
height: 22px; |
|
fill: #5c6f82; |
|
position: absolute; |
|
top: -6px; |
|
left: 0; |
|
-webkit-transition: fill 50ms; |
|
transition: fill 50ms |
|
} |
|
|
|
.chip>.icon { |
|
fill: #0073e6; |
|
-webkit-transform: translateX(-5px) translateY(1px); |
|
transform: translateX(-5px) translateY(1px); |
|
-webkit-transition: fill 50ms; |
|
transition: fill 50ms |
|
} |
|
|
|
.chip .avatar { |
|
-webkit-transform: translateX(-5px) translateY(1px); |
|
transform: translateX(-5px) translateY(1px) |
|
} |
|
|
|
.chip.chip-lg { |
|
height: 32px; |
|
min-width: 120px; |
|
border-radius: 16px; |
|
padding: 2px 24px 0 16px; |
|
margin-right: 8px |
|
} |
|
|
|
.chip.chip-lg .chip-label { |
|
font-size: 1rem; |
|
height: 12px; |
|
-webkit-transform: translateY(-8px); |
|
transform: translateY(-8px) |
|
} |
|
|
|
.chip.chip-lg button .icon { |
|
width: 28px; |
|
height: 28px; |
|
top: -12px; |
|
left: 0 |
|
} |
|
|
|
.chip.chip-lg>.icon { |
|
height: 24px; |
|
width: 24px; |
|
margin-right: -8px; |
|
fill: #0073e6; |
|
-webkit-transform: translateX(-13px) translateY(-1px); |
|
transform: translateX(-13px) translateY(-1px) |
|
} |
|
|
|
.chip.chip-lg .avatar { |
|
width: 24px; |
|
height: 24px; |
|
margin-right: -4px; |
|
-webkit-transform: translateX(-12px) translateY(-1px); |
|
transform: translateX(-12px) translateY(-1px) |
|
} |
|
|
|
.chip.chip-lg.chip-simple { |
|
padding-right: 16px |
|
} |
|
|
|
.chip.chip-simple { |
|
padding-right: 8px |
|
} |
|
|
|
.chip:hover:not(.chip-disabled) { |
|
background: #8b98a6; |
|
border-color: #8b98a6; |
|
-webkit-transition: background-color .1s; |
|
transition: background-color .1s |
|
} |
|
|
|
.chip:hover:not(.chip-disabled) .chip-label { |
|
color: #fff; |
|
-webkit-transition: color .1s; |
|
transition: color .1s |
|
} |
|
|
|
.chip:hover:not(.chip-disabled) button .icon, |
|
.chip:hover:not(.chip-disabled)>.icon { |
|
fill: #fff; |
|
-webkit-transition: fill .1s; |
|
transition: fill .1s |
|
} |
|
|
|
.chip.chip-disabled { |
|
background: #fff |
|
} |
|
|
|
.chip.chip-disabled:hover { |
|
cursor: not-allowed |
|
} |
|
|
|
.chip.chip-disabled .chip-label { |
|
color: #5b6f82 |
|
} |
|
|
|
.chip.chip-disabled button .icon, |
|
.chip.chip-disabled>.icon { |
|
fill: #ebeced |
|
} |
|
|
|
.chip.chip-disabled .avatar img { |
|
-webkit-filter: grayscale(100%); |
|
filter: grayscale(100%) |
|
} |
|
|
|
.rating { |
|
border: none; |
|
float: left |
|
} |
|
|
|
.rating>input { |
|
position: absolute; |
|
left: -9999px |
|
} |
|
|
|
.rating>label { |
|
float: right; |
|
margin: 0; |
|
padding-right: 2px |
|
} |
|
|
|
.rating>label:first-of-type { |
|
margin-right: 0 |
|
} |
|
|
|
.rating>label svg { |
|
fill: #c3cfdb; |
|
position: relative; |
|
-webkit-transform-origin: center center; |
|
transform-origin: center center; |
|
-webkit-transition: -webkit-transform .1s; |
|
transition: transform .1s; |
|
transition: transform .1s, -webkit-transform .1s |
|
} |
|
|
|
.rating>label:hover { |
|
cursor: pointer |
|
} |
|
|
|
.rating>label:hover svg { |
|
-webkit-transform: scale(1.1); |
|
transform: scale(1.1) |
|
} |
|
|
|
.rating>legend { |
|
display: inline-block; |
|
color: #17324d; |
|
font-size: .875rem; |
|
float: right; |
|
width: auto; |
|
margin: 4px 0 0 16px; |
|
font-weight: 500 |
|
} |
|
|
|
.rating.rating-read-only>input, |
|
.rating.rating-read-only>label { |
|
pointer-events: none |
|
} |
|
|
|
.rating:not(:checked)>label:hover svg, |
|
.rating:not(:checked)>label:hover~label svg, |
|
.rating>input:checked+label:hover+svg, |
|
.rating>input:checked~label svg, |
|
.rating>input:checked~label:hover+svg, |
|
.rating>input:checked~label:hover~label+svg, |
|
.rating>label:hover~input:checked~label+svg { |
|
fill: #0073e6 |
|
} |
|
|
|
@media (min-width:576px) { |
|
.chip .chip-label { |
|
font-size: .778rem |
|
} |
|
.chip.chip-lg .chip-label { |
|
font-size: .889rem |
|
} |
|
.rating>legend { |
|
font-size: .778rem |
|
} |
|
} |
|
|
|
.dimmable { |
|
position: relative |
|
} |
|
|
|
.dimmer { |
|
display: none; |
|
background-color: #1f2933; |
|
opacity: .92; |
|
position: absolute; |
|
top: 0; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
z-index: 1; |
|
padding: 32px; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap; |
|
-webkit-box-align: start; |
|
-ms-flex-align: start; |
|
align-items: flex-start |
|
} |
|
|
|
.dimmer.dimmer-primary { |
|
background-color: #0073e6; |
|
opacity: .95 |
|
} |
|
|
|
.dimmer h1, |
|
.dimmer h2, |
|
.dimmer h3, |
|
.dimmer h4, |
|
.dimmer h5, |
|
.dimmer h6, |
|
.dimmer p { |
|
color: #fff; |
|
margin-bottom: 0 |
|
} |
|
|
|
.dimmer h4 { |
|
text-align: center; |
|
font-size: 2.222rem |
|
} |
|
|
|
.dimmer p { |
|
text-align: justify; |
|
font-family: Lora, Georgia, serif; |
|
font-size: 1rem |
|
} |
|
|
|
.dimmer .dimmer-inner { |
|
width: 100%; |
|
max-width: 480px |
|
} |
|
|
|
.dimmer .dimmer-icon { |
|
text-align: center; |
|
margin-bottom: 24px |
|
} |
|
|
|
.dimmer .dimmer-icon .icon { |
|
fill: #fff |
|
} |
|
|
|
.dimmer .dimmer-buttons { |
|
background-color: transparent!important; |
|
margin-top: 32px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
-ms-flex-wrap: wrap; |
|
flex-wrap: wrap |
|
} |
|
|
|
.dimmer .dimmer-buttons button { |
|
width: 100% |
|
} |
|
|
|
.dimmer .dimmer-buttons button:last-child { |
|
margin-top: 16px |
|
} |
|
|
|
.dimmer .dimmer-buttons.single-button button { |
|
margin-top: 0 |
|
} |
|
|
|
@media (min-width:768px) { |
|
.dimmer { |
|
padding: 24px |
|
} |
|
.dimmer .dimmer-icon { |
|
margin-bottom: 48px |
|
} |
|
.dimmer .dimmer-buttons { |
|
-ms-flex-wrap: nowrap; |
|
flex-wrap: nowrap |
|
} |
|
.dimmer .dimmer-buttons button { |
|
width: 50%; |
|
margin-top: 0!important |
|
} |
|
.dimmer .dimmer-buttons button:last-child { |
|
margin-left: 24px |
|
} |
|
.dimmer .dimmer-buttons.single-button button { |
|
width: auto; |
|
min-width: 50%; |
|
margin: 0 auto |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.dimmer { |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
} |
|
|
|
.it-timeline-wrapper .it-now-label { |
|
position: absolute; |
|
top: 50%; |
|
z-index: 10; |
|
font-size: 1rem; |
|
font-family: "Roboto Mono", monospace; |
|
color: #06c; |
|
font-weight: 600 |
|
} |
|
|
|
.it-timeline-wrapper .row { |
|
position: relative; |
|
padding-top: 48px |
|
} |
|
|
|
.it-timeline-wrapper .row:after { |
|
content: ''; |
|
width: 4px; |
|
background: -webkit-gradient(linear, left bottom, left top, from(#0073e6), to(#004080)); |
|
background: linear-gradient(0deg, #0073e6 0, #004080 100%); |
|
position: absolute; |
|
left: 40px; |
|
top: -16px; |
|
bottom: -16px |
|
} |
|
|
|
.it-timeline-wrapper .timeline-element { |
|
padding: 18px 0 18px 40px |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
position: absolute; |
|
top: -24px; |
|
z-index: 5; |
|
left: 18px |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper .pin-icon { |
|
width: 48px; |
|
height: 48px; |
|
border-radius: 48px; |
|
-webkit-box-sizing: border-box; |
|
box-sizing: border-box; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1); |
|
border: 8px solid #fff; |
|
margin-right: 16px; |
|
background: #fff |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper svg { |
|
width: 24px; |
|
height: 24px; |
|
fill: #06c |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper .pin-text { |
|
color: #435a70; |
|
font-weight: 600; |
|
text-transform: uppercase; |
|
background: #dce9f5; |
|
border-radius: 4px; |
|
font-family: "Roboto Mono", monospace |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper .pin-text span { |
|
padding: 4px 16px; |
|
display: block; |
|
position: relative |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper .pin-text span:after { |
|
content: ''; |
|
width: 10px; |
|
height: 10px; |
|
background: #dce9f5; |
|
border-radius: 3px; |
|
position: absolute; |
|
left: -4px; |
|
top: 50%; |
|
-webkit-transform: translateY(-50%) rotate(45deg); |
|
transform: translateY(-50%) rotate(45deg) |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-icon { |
|
background: #06c |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-now svg { |
|
fill: #fff |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text { |
|
color: #fff; |
|
background: #06c |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-now .pin-text span:after { |
|
background: #06c |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-icon { |
|
background: #036 |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-evidence svg { |
|
fill: #fff |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text { |
|
color: #fff; |
|
background: #036 |
|
} |
|
|
|
.it-timeline-wrapper .it-pin-wrapper.it-evidence .pin-text span:after { |
|
background: #036 |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-timeline-wrapper .row:after { |
|
content: ''; |
|
left: calc(50% - 4px) |
|
} |
|
.it-timeline-wrapper .timeline-element { |
|
padding: 18px 0 18px 40px; |
|
width: 50% |
|
} |
|
.it-timeline-wrapper .col-12 .card-wrapper .card { |
|
border: none |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-now-label { |
|
right: 50%; |
|
-webkit-transform: translateX(100%); |
|
transform: translateX(100%); |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-now-label:before { |
|
content: ''; |
|
display: inline-block; |
|
height: 1px; |
|
width: 16px; |
|
background: #06c; |
|
margin-right: 16px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .timeline-element { |
|
padding: 18px 40px 18px 18px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card { |
|
text-align: right |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card:after { |
|
margin-left: auto; |
|
display: inline-block; |
|
margin-right: 24px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .card-wrapper .card a.read-more { |
|
right: 24px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper { |
|
-webkit-box-orient: horizontal; |
|
-webkit-box-direction: reverse; |
|
-ms-flex-direction: row-reverse; |
|
flex-direction: row-reverse; |
|
left: auto; |
|
right: -62px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-icon { |
|
margin-right: 0; |
|
margin-left: 16px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper .pin-text span:after { |
|
left: auto; |
|
right: -4px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(odd) .it-pin-wrapper.it-evidence .pin-text span:after { |
|
border-color: transparent transparent transparent #06c |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(even) .it-now-label { |
|
left: 0; |
|
-webkit-transform: translateX(-100%); |
|
transform: translateX(-100%); |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(even) .it-now-label:after { |
|
content: ''; |
|
display: inline-block; |
|
height: 1px; |
|
width: 16px; |
|
background: #06c; |
|
margin-left: 16px |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(even) .timeline-element { |
|
position: relative; |
|
left: 50% |
|
} |
|
.it-timeline-wrapper .col-12:nth-child(even) .timeline-element .it-pin-wrapper { |
|
left: -66px |
|
} |
|
.it-timeline-wrapper .it-pin-wrapper { |
|
position: relative |
|
} |
|
.it-timeline-wrapper .it-pin-wrapper .pin-text { |
|
font-size: 16px |
|
} |
|
} |
|
|
|
a.datepicker-button { |
|
cursor: pointer |
|
} |
|
|
|
a.datepicker-button.default:focus, |
|
a.datepicker-button.default:hover { |
|
background-color: #ddd |
|
} |
|
|
|
.datepicker-calendar { |
|
margin: 0 10px 10px 0; |
|
font-size: .9em; |
|
padding: 2px; |
|
position: absolute; |
|
width: 261px; |
|
border: 1px solid #ccc; |
|
border-radius: 4px; |
|
z-index: 50 |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-wrap { |
|
margin: 0; |
|
padding-top: 1px; |
|
text-align: center; |
|
height: 30px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-fast-next.disabled, |
|
.datepicker-calendar .datepicker-month-fast-prev.disabled, |
|
.datepicker-calendar .datepicker-month-next.disabled, |
|
.datepicker-calendar .datepicker-month-prev.disabled { |
|
border: none; |
|
cursor: default; |
|
color: #999 |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-fast-next, |
|
.datepicker-calendar .datepicker-month-fast-prev, |
|
.datepicker-calendar .datepicker-month-next, |
|
.datepicker-calendar .datepicker-month-prev { |
|
cursor: pointer; |
|
margin: 3px; |
|
width: 24px; |
|
height: 24px; |
|
padding-top: 3px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-fast-prev { |
|
padding-right: 2px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-fast-next { |
|
padding-left: 2px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month-fast-next.enabled:focus, |
|
.datepicker-calendar .datepicker-month-fast-next.enabled:hover, |
|
.datepicker-calendar .datepicker-month-fast-prev.enabled:focus, |
|
.datepicker-calendar .datepicker-month-fast-prev.enabled:hover, |
|
.datepicker-calendar .datepicker-month-next.enabled:focus, |
|
.datepicker-calendar .datepicker-month-next.enabled:hover, |
|
.datepicker-calendar .datepicker-month-prev.enabled:focus, |
|
.datepicker-calendar .datepicker-month-prev.enabled:hover { |
|
margin-top: 2px; |
|
border: 1px solid #800; |
|
border-radius: 4px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month { |
|
margin: 3px 56px 2px; |
|
height: 24px; |
|
text-align: center; |
|
font-weight: 700; |
|
font-size: 1.2em; |
|
cursor: pointer; |
|
padding-top: 1px |
|
} |
|
|
|
.datepicker-calendar .datepicker-month:after { |
|
font-family: 'Glyphicons Halflings'; |
|
font-size: .6em; |
|
display: inline-block; |
|
content: '\e252' |
|
} |
|
|
|
.datepicker-calendar .datepicker-month:focus, |
|
.datepicker-calendar .datepicker-month:hover { |
|
padding-top: 0; |
|
border: 1px solid #800; |
|
border-radius: 4px |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid { |
|
width: 100%; |
|
font-size: 1.2em; |
|
text-align: center |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid.rtl { |
|
direction: rtl |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid:focus { |
|
outline: 0 |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td, |
|
.datepicker-calendar table.datepicker-grid th { |
|
text-align: center; |
|
padding: 0 |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid th { |
|
height: 30px |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid th abbr { |
|
border: none |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td { |
|
border: 1px solid #999; |
|
cursor: pointer |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.unselectable { |
|
cursor: default |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.day { |
|
height: 30px |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.month { |
|
height: 60px |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.year { |
|
height: 45px |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.curDay, |
|
.datepicker-calendar table.datepicker-grid td.curMonth, |
|
.datepicker-calendar table.datepicker-grid td.curYear { |
|
border: 1px solid #999 |
|
} |
|
|
|
.datepicker-calendar table.datepicker-grid td.empty { |
|
border: 1px solid #999; |
|
cursor: default |
|
} |
|
|
|
.datepicker-calendar .offscreen { |
|
position: absolute; |
|
left: -200em; |
|
top: -100em |
|
} |
|
|
|
.datepicker-calendar button.datepicker-close { |
|
height: 30px; |
|
width: 100%; |
|
font-weight: 700; |
|
margin-top: 1px; |
|
border: 1px solid #eee; |
|
border-radius: 2px |
|
} |
|
|
|
.datepicker-calendar.default { |
|
background-color: #fff |
|
} |
|
|
|
.datepicker-calendar.default .datepicker-month-fast-next.enabled:focus, |
|
.datepicker-calendar.default .datepicker-month-fast-next.enabled:hover, |
|
.datepicker-calendar.default .datepicker-month-fast-prev.enabled:focus, |
|
.datepicker-calendar.default .datepicker-month-fast-prev.enabled:hover, |
|
.datepicker-calendar.default .datepicker-month-next.enabled:focus, |
|
.datepicker-calendar.default .datepicker-month-next.enabled:hover, |
|
.datepicker-calendar.default .datepicker-month-prev.enabled:focus, |
|
.datepicker-calendar.default .datepicker-month-prev.enabled:hover, |
|
.datepicker-calendar.default .datepicker-month:focus, |
|
.datepicker-calendar.default .datepicker-month:hover, |
|
.datepicker-calendar.default button.datepicker-close:focus, |
|
.datepicker-calendar.default button.datepicker-close:hover { |
|
background-color: #eee; |
|
border: none; |
|
margin: 0; |
|
padding: 0 |
|
} |
|
|
|
.datepicker-calendar.default .datepicker-month-fast-next, |
|
.datepicker-calendar.default .datepicker-month-fast-prev, |
|
.datepicker-calendar.default .datepicker-month-next, |
|
.datepicker-calendar.default .datepicker-month-prev { |
|
margin: 0; |
|
padding: 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid { |
|
font-size: 13px; |
|
text-transform: uppercase; |
|
letter-spacing: .1px |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid:focus { |
|
outline: 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid th { |
|
background-color: transparent; |
|
border: none |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td { |
|
border: none; |
|
color: #000; |
|
background: 0 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td span { |
|
display: inline-block; |
|
width: 32px; |
|
height: 32px; |
|
line-height: 32px; |
|
border-radius: 50px; |
|
text-align: center; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td:hover { |
|
background: 0 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td:hover span { |
|
background: #ebeced |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.unselectable { |
|
color: #999 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.curDay, |
|
.datepicker-calendar.default table.datepicker-grid td.curMonth, |
|
.datepicker-calendar.default table.datepicker-grid td.curYear { |
|
background: 0 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.curDay span, |
|
.datepicker-calendar.default table.datepicker-grid td.curMonth span, |
|
.datepicker-calendar.default table.datepicker-grid td.curYear span { |
|
background: #e6f0fa |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.empty { |
|
border: none; |
|
color: #ccc |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.empty:hover { |
|
background: 0 0 |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.empty:hover span { |
|
background: #06c; |
|
color: #fff |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.selectable.focus, |
|
.datepicker-calendar.default table.datepicker-grid td.selectable:hover { |
|
background-color: transparent |
|
} |
|
|
|
.datepicker-calendar.default table.datepicker-grid td.selectable.focus span { |
|
background: #06c; |
|
color: #fff |
|
} |
|
|
|
.datepicker-calendar.default tr.datepicker-weekdays { |
|
border: none |
|
} |
|
|
|
.datepicker-calendar.default button.datepicker-close { |
|
background-color: #ddd; |
|
border-color: #999; |
|
color: #000 |
|
} |
|
|
|
.datepicker-overlay { |
|
background: #777; |
|
display: none; |
|
position: fixed; |
|
top: 0; |
|
right: 0; |
|
bottom: 0; |
|
left: 0; |
|
opacity: .5; |
|
height: 100%; |
|
min-height: 100%; |
|
z-index: 40 |
|
} |
|
|
|
abbr[data-original-title], |
|
abbr[title] { |
|
text-decoration: none; |
|
cursor: default |
|
} |
|
|
|
.it-datepicker-wrapper { |
|
position: relative |
|
} |
|
|
|
.it-datepicker-wrapper .form-group>label { |
|
background-color: rgba(255, 255, 255, 0); |
|
-webkit-transform: translateY(-75%); |
|
transform: translateY(-75%); |
|
font-size: .777rem |
|
} |
|
|
|
.it-datepicker-wrapper input[type=time] { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper label.pickerlabel { |
|
color: #5c6f82; |
|
font-weight: 600; |
|
line-height: 2.5rem; |
|
-webkit-transition: .2s ease-out; |
|
transition: .2s ease-out; |
|
top: 1rem; |
|
font-size: .777rem; |
|
cursor: text; |
|
display: block; |
|
width: 100%; |
|
padding: 0 .5rem; |
|
z-index: 6 |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar { |
|
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); |
|
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); |
|
border-radius: 0; |
|
border: none; |
|
width: 100%; |
|
border-top: 2px solid #435a70; |
|
margin-top: -8px; |
|
color: #435a70; |
|
padding: 24px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar[aria-hidden=true] { |
|
display: inherit |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap { |
|
padding: 0; |
|
color: #435a70; |
|
margin-bottom: 16px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month { |
|
font-size: .83333rem; |
|
letter-spacing: .1px; |
|
text-transform: uppercase |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month:after { |
|
display: none |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-right { |
|
width: 0; |
|
height: 0; |
|
border-style: solid; |
|
border-width: 3px 0 3px 6px; |
|
border-color: transparent transparent transparent #000; |
|
display: inline-block; |
|
-webkit-transform: translateY(-3px); |
|
transform: translateY(-3px) |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .icon-left { |
|
width: 0; |
|
height: 0; |
|
border-style: solid; |
|
border-width: 3px 6px 3px 0; |
|
border-color: transparent #000 transparent transparent; |
|
display: inline-block; |
|
-webkit-transform: translateY(-3px); |
|
transform: translateY(-3px) |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next { |
|
float: right; |
|
display: inline-block; |
|
min-width: 32px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-next svg:first-child { |
|
margin-right: -8px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-next { |
|
float: right |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev { |
|
float: left; |
|
display: inline-block; |
|
min-width: 32px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-fast-prev svg:last-child { |
|
margin-left: -8px |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month-wrap .datepicker-month-prev { |
|
float: left |
|
} |
|
|
|
.it-datepicker-wrapper .datepicker-calendar .datepicker-month { |
|
margin: 0; |
|
padding: 0 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group { |
|
position: relative |
|
} |
|
|
|
.it-datepicker-wrapper .input-group:after { |
|
content: ''; |
|
display: block; |
|
height: 1px; |
|
width: 100%; |
|
position: absolute; |
|
bottom: 0; |
|
background: #435a70; |
|
-webkit-transform-origin: bottom; |
|
transform-origin: bottom; |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
left: 0 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .it-date-datepicker { |
|
border-bottom: none; |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .it-date-datepicker::-webkit-input-placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .it-date-datepicker::-ms-input-placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .it-date-datepicker::placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .datepicker-button { |
|
padding: 0; |
|
all: unset; |
|
margin-right: 16px; |
|
position: relative; |
|
height: 40px; |
|
cursor: pointer |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .datepicker-button:hover { |
|
all: unset; |
|
margin-right: 16px; |
|
height: 40px |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .datepicker-button:hover .icon { |
|
fill: #06c |
|
} |
|
|
|
.it-datepicker-wrapper .input-group .datepicker-button .icon { |
|
fill: #435a70; |
|
position: relative; |
|
top: 50%; |
|
-webkit-transform: translateY(-50%); |
|
transform: translateY(-50%); |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default button.datepicker-close:hover, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-next.enabled:hover, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month-prev.enabled:hover, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default div.datepicker-month:hover { |
|
background: 0 0; |
|
border-color: transparent |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td { |
|
color: #fff |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td:hover span { |
|
background: rgba(255, 255, 255, .1) |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty:hover span { |
|
background: rgba(255, 255, 255, .1); |
|
color: #fff |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable:hover { |
|
background-color: transparent |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.selectable.focus span { |
|
background: #fff; |
|
color: #06c |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curDay span, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curMonth span, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.curYear span { |
|
background: rgba(255, 255, 255, .1) |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td.empty { |
|
opacity: .3 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid td, |
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar.default table.datepicker-grid th { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar { |
|
border-top: 2px solid #435a70; |
|
color: #fff; |
|
background-color: #06c |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap { |
|
color: #fff |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap svg { |
|
fill: #fff |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-right { |
|
border-color: transparent transparent transparent #fff |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .icon-left { |
|
border-color: transparent #fff transparent transparent |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .datepicker-calendar .datepicker-month-wrap .datepicker-month-next { |
|
float: right |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .input-group:after { |
|
background: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker { |
|
background: 0 0 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker::-webkit-input-placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker::-ms-input-placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-datepicker-wrapper.theme-dark .input-group .it-date-datepicker::placeholder { |
|
color: #435a70 |
|
} |
|
|
|
.it-header-slim-wrapper { |
|
background: #0059b3; |
|
padding: 6.5px 18px |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu { |
|
top: -9px!important |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a { |
|
color: #fff |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a:hover:not(.active) { |
|
text-decoration: underline |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a .icon { |
|
fill: #fff; |
|
width: 18px; |
|
height: 18px; |
|
-webkit-transition: .3s; |
|
transition: .3s; |
|
-webkit-transform-origin: center; |
|
transform-origin: center |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle { |
|
text-transform: uppercase; |
|
font-size: .778em; |
|
text-decoration: underline; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener { |
|
font-size: .778em; |
|
padding: .5rem 0; |
|
display: block; |
|
text-decoration: none |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon { |
|
-webkit-transform: scaleY(-1); |
|
transform: scaleY(-1) |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand { |
|
color: #fff; |
|
font-size: .778em; |
|
padding: 0 |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-ms-flex-item-align: start; |
|
align-self: flex-start |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button { |
|
background: #004080; |
|
padding-top: 7.5px; |
|
padding-bottom: 7.5px |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone button:hover { |
|
background: #004d99 |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list { |
|
margin-top: 16px; |
|
margin-bottom: 24px |
|
} |
|
|
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active, |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a:hover:not(.active) { |
|
text-decoration: underline |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light { |
|
background: #fff; |
|
border-bottom: 1px solid rgba(0, 89, 179, .2) |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu:before { |
|
background: #0059b3 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu { |
|
background-color: #0059b3 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a, |
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone .dropdown-menu a span { |
|
color: #fff |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a { |
|
color: #0059b3 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a .icon, |
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content a.it-opener[aria-expanded=true] .icon { |
|
fill: #0059b3 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .navbar-brand { |
|
color: #0059b3 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button { |
|
background: #0073e6 |
|
} |
|
|
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .header-slim-right-zone button:hover { |
|
background: #06c |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-header-slim-wrapper { |
|
height: 48px; |
|
padding: 0 |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu { |
|
top: -14px!important |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile { |
|
-webkit-box-flex: 2; |
|
-ms-flex-positive: 2; |
|
flex-grow: 2 |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list { |
|
margin: 0 16px 0 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
padding: 0 24px; |
|
border-left: 1px solid rgba(255, 255, 255, .2); |
|
border-right: 1px solid rgba(255, 255, 255, .2); |
|
height: 48px |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a { |
|
padding-top: 5px; |
|
padding-bottom: 5px |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active { |
|
border-bottom: 2px solid #fff; |
|
text-decoration: none |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle { |
|
padding-top: 12px; |
|
padding-bottom: 12px; |
|
text-decoration: none |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.dropdown-toggle .icon { |
|
margin-left: 4px |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand { |
|
padding-top: 12px; |
|
padding-bottom: 12px |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone { |
|
height: 48px |
|
} |
|
.it-header-slim-wrapper .it-header-slim-wrapper-content { |
|
padding: 0 18px; |
|
height: 48px; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-header-slim-wrapper .collapse:not(.show) { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: end; |
|
-ms-flex-pack: end; |
|
justify-content: flex-end |
|
} |
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list { |
|
border-left: 1px solid rgba(0, 89, 179, .2); |
|
border-right: 1px solid rgba(0, 89, 179, .2) |
|
} |
|
.it-header-slim-wrapper.theme-light .it-header-slim-wrapper-content .nav-mobile ul.link-list a.active { |
|
border-bottom: 2px solid #0059b3 |
|
} |
|
} |
|
|
|
.it-header-center-wrapper { |
|
background: #06c; |
|
height: 80px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
padding-left: 18px; |
|
padding-right: 18px |
|
} |
|
|
|
.it-header-center-wrapper.it-small-header { |
|
height: 64px |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
-ms-flex-preferred-size: 100%; |
|
flex-basis: 100% |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper .it-brand-text { |
|
padding-right: 24px |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
color: #fff; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 { |
|
font-size: 1.25em; |
|
margin-bottom: 0; |
|
font-weight: 600; |
|
letter-spacing: unset; |
|
line-height: 1.1 |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3 { |
|
font-size: .889em; |
|
font-weight: 400; |
|
margin-bottom: 0 |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover { |
|
text-decoration: none |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon { |
|
fill: #fff; |
|
width: 48px; |
|
height: 48px; |
|
margin-right: 8px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone { |
|
color: #fff; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials { |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
font-size: .889em |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul { |
|
list-style-type: none; |
|
margin: 0; |
|
padding: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon { |
|
fill: #fff; |
|
width: 24px; |
|
height: 24px; |
|
margin-left: 16px |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
font-size: .889em |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon { |
|
width: 24px; |
|
height: 24px; |
|
display: block; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg { |
|
fill: #fff; |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
@media (min-width:768px) { |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper { |
|
margin-left: 40px |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon { |
|
margin-left: 8px |
|
} |
|
} |
|
|
|
.it-header-center-wrapper.theme-light { |
|
background: #fff |
|
} |
|
|
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a { |
|
color: #06c |
|
} |
|
|
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a .icon { |
|
fill: #06c |
|
} |
|
|
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone { |
|
color: #06c |
|
} |
|
|
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon, |
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg { |
|
fill: #06c |
|
} |
|
|
|
.it-header-navbar-wrapper nav { |
|
background: 0 0 |
|
} |
|
|
|
@media (max-width:992px) { |
|
.it-header-navbar-wrapper.theme-light-desk .custom-navbar-toggler .icon { |
|
fill: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper { |
|
background: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer { |
|
background: #0059b3 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-left-color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .close-div .close-menu { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3 { |
|
font-weight: 600 |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a h3, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a i, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a span, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li h3, |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu h3.it-heading-megacolumn { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-dark-mobile .navbar .dropdown-menu .link-list-wrapper ul li .divider { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper { |
|
background: #06c |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu .col-12:not(:first-child) .it-heading-megacolumn:before { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 { |
|
color: #fff |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .col-12:not(:first-child) .link-list-wrapper h3:before, |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical, |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer { |
|
background: #0059b3 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description p { |
|
color: #fff |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical.it-description .description-content:before { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link { |
|
color: #fff |
|
} |
|
.navbar.theme-dark-mobile .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-left-color: #fff |
|
} |
|
.navbar.theme-dark-mobile .close-div .close-menu { |
|
color: #fff |
|
} |
|
.navbar.theme-dark-mobile .dropdown-menu h3 { |
|
font-weight: 600 |
|
} |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a h3, |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a i, |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a span, |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active, |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li a.list-item.active span, |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li h3, |
|
.navbar.theme-dark-mobile .dropdown-menu h3.it-heading-megacolumn { |
|
color: #fff |
|
} |
|
.navbar.theme-dark-mobile .dropdown-menu .link-list-wrapper ul li .divider { |
|
background: #7ab8f5 |
|
} |
|
} |
|
|
|
.it-header-wrapper .it-nav-wrapper { |
|
position: relative |
|
} |
|
|
|
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper { |
|
padding-left: 32px |
|
} |
|
|
|
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { |
|
position: absolute; |
|
left: 0; |
|
top: 50%; |
|
margin-top: -22px |
|
} |
|
|
|
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav { |
|
padding-left: 18px; |
|
padding-right: 18px |
|
} |
|
|
|
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav .custom-navbar-toggler { |
|
padding: 0; |
|
-webkit-transform: translateX(-2px); |
|
transform: translateX(-2px); |
|
cursor: pointer |
|
} |
|
|
|
@media (min-width:992px) { |
|
.it-header-center-wrapper { |
|
height: 176px; |
|
padding-left: 0; |
|
padding-right: 0 |
|
} |
|
.it-header-center-wrapper.it-small-header { |
|
height: 104px |
|
} |
|
.it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h2 { |
|
font-size: 1.333em |
|
} |
|
.it-header-center-wrapper.it-small-header .it-header-center-content-wrapper .it-brand-wrapper a h3 { |
|
font-size: .778em; |
|
margin-top: 4px |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper { |
|
padding-left: 18px; |
|
padding-right: 18px; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
-webkit-box-pack: justify; |
|
-ms-flex-pack: justify; |
|
justify-content: space-between; |
|
-ms-flex-preferred-size: 100%; |
|
flex-basis: 100% |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper { |
|
margin-left: 0 |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h2 { |
|
font-size: 1.778em; |
|
margin-bottom: 0; |
|
font-weight: 600 |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a h3 { |
|
font-size: .889em; |
|
font-weight: 400; |
|
margin-bottom: 0 |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a:hover { |
|
text-decoration: none |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon { |
|
width: 82px; |
|
height: 82px; |
|
margin-right: 16px |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials { |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
font-size: .889em |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul { |
|
list-style-type: none; |
|
margin: 0; |
|
padding: 0; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon { |
|
width: 24px; |
|
height: 24px; |
|
margin-left: 16px |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg { |
|
fill: #f2f2f2 |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-left: 80px; |
|
font-size: .889em |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon { |
|
width: 48px; |
|
height: 48px; |
|
border-radius: 24px; |
|
display: block; |
|
background: #fff; |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-ms-flex-pack: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center; |
|
margin-left: 16px; |
|
-webkit-transition: .3s; |
|
transition: .3s |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover { |
|
background: #f2f2f2 |
|
} |
|
.it-header-center-wrapper .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg { |
|
fill: #06c; |
|
width: 24px; |
|
height: 24px |
|
} |
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover svg { |
|
fill: #0059b3 |
|
} |
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a { |
|
background: #06c |
|
} |
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg { |
|
fill: #fff |
|
} |
|
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon:hover { |
|
background: #0059b3 |
|
} |
|
.it-header-navbar-wrapper { |
|
background: #06c |
|
} |
|
.it-header-navbar-wrapper .nav-item.megamenu>a.dropdown-toggle:before { |
|
bottom: -14px |
|
} |
|
.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper { |
|
background: 0 0 |
|
} |
|
.it-header-navbar-wrapper nav .navbar-collapsable .menu-wrapper .navbar-nav { |
|
padding: 0 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk { |
|
background: #fff; |
|
-webkit-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05) |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.dropdown-toggle svg { |
|
fill: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar { |
|
background: 0 0 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper { |
|
background: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before { |
|
background-color: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer { |
|
background: #0059b3 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider { |
|
background: #7ab8f5 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li.megamenu .it-description p { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link { |
|
color: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-bottom-color: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu { |
|
background: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3 { |
|
font-weight: 600 |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu h3.it-heading-megacolumn { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu:before { |
|
background: #06c |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a h3, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a i, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a span, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li a.list-item.active span, |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li h3 { |
|
color: #fff |
|
} |
|
.it-header-navbar-wrapper.theme-light-desk .navbar .dropdown-menu .link-list-wrapper ul li .divider { |
|
background: #d9dadb |
|
} |
|
.it-header-wrapper .it-nav-wrapper { |
|
position: relative |
|
} |
|
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper { |
|
padding-left: 0 |
|
} |
|
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper { |
|
position: inherit; |
|
left: auto; |
|
top: inherit; |
|
margin-top: 0 |
|
} |
|
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav { |
|
padding-left: 18px; |
|
padding-right: 18px |
|
} |
|
.it-header-wrapper .navbar .navbar-collapsable .menu-wrapper .nav-item.megamenu .dropdown-menu { |
|
left: 0; |
|
right: 0 |
|
} |
|
} |
|
|
|
.it-footer-main { |
|
background-color: #004080; |
|
color: #fff; |
|
font-size: 16px |
|
} |
|
|
|
.it-footer-main h4 a { |
|
color: #fff; |
|
text-decoration: none; |
|
text-transform: uppercase; |
|
font-size: 16px |
|
} |
|
|
|
.it-footer-main .link-list-wrapper ul li a { |
|
padding: 0; |
|
font-size: 1em; |
|
line-height: 2em; |
|
color: #fff |
|
} |
|
|
|
.it-footer-main .link-list-wrapper ul li a:hover:not(.disabled) { |
|
text-decoration: underline |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper { |
|
padding: 32px 0 |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper .it-brand-text { |
|
padding-right: 24px |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper a { |
|
display: -webkit-box; |
|
display: -ms-flexbox; |
|
display: flex; |
|
color: #fff; |
|
-webkit-box-align: center; |
|
-ms-flex-align: center; |
|
align-items: center |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper a h2 { |
|
font-size: 1.25em; |
|
margin-bottom: 0; |
|
font-weight: 600; |
|
letter-spacing: unset; |
|
line-height: 1.1 |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper a h3 { |
|
font-size: .889em; |
|
font-weight: 400; |
|
margin-bottom: 0 |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper a:hover { |
|
text-decoration: none |
|
} |
|
|
|
.it-footer-main .it-brand-wrapper a .icon { |
|
fill: #fff; |
|
width: 48px; |
|
height: 48px; |
|
margin-right: 8px; |
|
-ms-flex-negative: 0; |
|
flex-shrink: 0 |
|
} |
|
|
|
.it-footer-main section { |
|
padding: 0 16px |
|
} |
|
|
|
.it-footer-small-prints { |
|
background-color: #00264d |
|
} |
|
|
|
.it-footer-small-prints ul.it-footer-small-prints-list { |
|
padding: 1.5rem 1rem |
|
} |
|
|
|
.it-footer-small-prints ul.it-footer-small-prints-list li { |
|
padding: .5rem 0 |
|
} |
|
|
|
.it-footer-small-prints ul.it-footer-small-prints-list li:first-child { |
|
padding-top: 0 |
|
} |
|
|
|
.it-footer-small-prints ul.it-footer-small-prints-list li:last-child { |
|
padding-bottom: 0 |
|
} |
|
|
|
.it-footer-small-prints a, |
|
.it-footer-small-prints a:hover:not(.disabled) { |
|
color: #fff; |
|
font-size: 15px |
|
} |
|
|
|
@media (min-width:768px) { |
|
.it-footer-small-prints ul.it-footer-small-prints-list li { |
|
padding: 0 1rem |
|
} |
|
.it-footer-small-prints ul.it-footer-small-prints-list li:first-child { |
|
padding-left: 0 |
|
} |
|
.it-footer-small-prints ul.it-footer-small-prints-list li:last-child { |
|
padding-right: 0 |
|
} |
|
} |
|
|
|
@media (min-width:992px) { |
|
.navbar.theme-light-desk { |
|
background: #fff; |
|
-webkit-box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05); |
|
box-shadow: 0 20px 30px 5px rgba(0, 0, 0, .05) |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .menu-wrapper { |
|
background: #fff |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .menu-wrapper .navbar-nav .dropdown-menu .link-list h3 { |
|
color: #fff |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-external .link-list-wrapper .link-list li.it-more a:before { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu a.nav-link:before { |
|
background-color: #06c |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical, |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-megamenu-footer { |
|
background: #0059b3 |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .dropdown-menu .it-vertical .link-list-wrapper .link-list li .divider { |
|
background: #7ab8f5 |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li.megamenu .it-description p { |
|
color: #fff |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link { |
|
color: #06c |
|
} |
|
.navbar.theme-light-desk .navbar-collapsable .navbar-nav li a.nav-link.active { |
|
border-bottom-color: #06c |
|
} |
|
.navbar.theme-light-desk .dropdown-menu { |
|
background: #06c |
|
} |
|
.navbar.theme-light-desk .dropdown-menu h3 { |
|
font-weight: 600 |
|
} |
|
.navbar.theme-light-desk .dropdown-menu h3.it-heading-megacolumn { |
|
color: #fff |
|
} |
|
.navbar.theme-light-desk .dropdown-menu:before { |
|
background: #06c |
|
} |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a h3, |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a i, |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a span, |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active, |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li a.list-item.active span, |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li h3 { |
|
color: #fff |
|
} |
|
.navbar.theme-light-desk .dropdown-menu .link-list-wrapper ul li .divider { |
|
background: #d9dadb |
|
} |
|
} |
|
|
|
.componente-base { |
|
background-color: #0073e6; |
|
color: #fff; |
|
cursor: pointer; |
|
padding: 8px |
|
} |
|
|
|
.focus--keyboard, |
|
.form-check [type=checkbox]:focus+label, |
|
.toggles label input[type=checkbox]:focus+.lever { |
|
border-color: #f90; |
|
-webkit-box-shadow: 0 0 6px 2px #f90; |
|
box-shadow: 0 0 6px 2px #f90; |
|
outline: 0 |
|
} |
|
|
|
.focus--mouse, |
|
.form-check [type=checkbox]:focus.focus--mouse+label, |
|
.toggles label input[type=checkbox]:focus.focus--mouse+.lever { |
|
border-color: inherit; |
|
-webkit-box-shadow: none; |
|
box-shadow: none; |
|
outline: 0 |
|
} |
|
|
|
.icon { |
|
width: 32px; |
|
height: 32px; |
|
vertical-align: middle |
|
} |
|
|
|
.icon.icon-padded { |
|
padding: 8px |
|
} |
|
|
|
.icon.icon-xs { |
|
width: 16px; |
|
height: 16px |
|
} |
|
|
|
.icon.icon-xs.icon-padded { |
|
padding: 4px |
|
} |
|
|
|
.icon.icon-sm { |
|
width: 24px; |
|
height: 24px |
|
} |
|
|
|
.icon.icon-sm.icon-padded { |
|
padding: 6px |
|
} |
|
|
|
.icon.icon-lg { |
|
width: 48px; |
|
height: 48px |
|
} |
|
|
|
.icon.icon-lg.icon-padded { |
|
padding: 12px |
|
} |
|
|
|
.icon.icon-xl { |
|
width: 64px; |
|
height: 64px |
|
} |
|
|
|
.icon.icon-xl.icon-padded { |
|
padding: 16px |
|
} |
|
|
|
.icon-primary { |
|
fill: #0073e6 |
|
} |
|
|
|
.icon-secondary { |
|
fill: #5c6f82 |
|
} |
|
|
|
.icon-success { |
|
fill: #008758 |
|
} |
|
|
|
.icon-info { |
|
fill: #979899 |
|
} |
|
|
|
.icon-warning { |
|
fill: #a66300 |
|
} |
|
|
|
.icon-danger { |
|
fill: #d9364f |
|
} |
|
|
|
.icon-light { |
|
fill: #e9e6f2 |
|
} |
|
|
|
.icon-dark { |
|
fill: #17324d |
|
} |
|
|
|
.icon-100 { |
|
fill: #e3e4e6 |
|
} |
|
|
|
.icon-200 { |
|
fill: #cacacc |
|
} |
|
|
|
.icon-300 { |
|
fill: #b1b1b3 |
|
} |
|
|
|
.icon-400 { |
|
fill: #979899 |
|
} |
|
|
|
.icon-500 { |
|
fill: #7e7f80 |
|
} |
|
|
|
.icon-600 { |
|
fill: #656566 |
|
} |
|
|
|
.icon-700 { |
|
fill: #4c4c4d |
|
} |
|
|
|
.icon-800 { |
|
fill: #323333 |
|
} |
|
|
|
.icon-900 { |
|
fill: #19191a |
|
} |
|
|
|
.icon-white { |
|
fill: #fff |
|
} |
|
|
|
|
|
/*# sourceMappingURL=bootstrap-italia.min.css.map */
|
|
|